﻿@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
.font1,.pagetitle h2{font-family: 'M PLUS Rounded 1c', sans-serif;}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#main_img,#con2 div.d_flex,#con4 h4,#con4 ul,#con4 li,.footer_contact h4{position: relative;}
/*リピートなし*/
#main_img:before,#con2 div.d_flex:before,#con4 h4:before,#con4 ul:before,.footer_contact h4:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#main_img:before{
background-image: url(./Dup/img/catch.png);
background-size: 100%;
width: 33vw;
height: 33vw;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
#con2 div.d_flex:before{
background-image: url(./Dup/img/obj1.png);
background-size: 100%;
width: 11vw;
height: 11vw;
top: -2%;
right: -4%;
}
#con4 h4:before{
background-image: url(./Dup/img/obj2.png);
width: 200px;
height: 200px;
top: -175px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#con4 ul{align-items: stretch;}
#con4 ul:before{
background-image: url(./Dup/img/obj3.png);
width: 250px;
height: 250px;
bottom: -2vw;
right: -6vw;
z-index: 1;
}
#con4 li{padding-left: 50px;}
#con4 li:before{
font-family: "Font Awesome 5 Free";
content: "\f058";
font-weight: 900;
color: #F59628;
position: absolute;
top: 30px;
left: 30px;
}

.footer_contact h4:before{
background-image: url(./Dup/img/obj4.png);
width: 175px;
height: 150px;
top: -175px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
/*--------------------------------
全体
--------------------------------*/
.header{top: 0;}
#fakeloader .fl,.logo1,.logo2 a.width_200-max{max-width: 250px;}

.fix_banner{
width: 250px;
position: fixed;
bottom: 10px;
right: 100px;
z-index: 5;
}

.footer_contact .linehight_h{line-height: 1;}
/*--------------------------------
TOP
--------------------------------*/
#main_img{overflow: hidden;height: 90vh;}
.cmstitle .en{font-size: 24px;}
/* 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}
}
/*--------------------------------
下層
--------------------------------*/
.pagetitle_img{
opacity: 0.5;
mix-blend-mode: normal;
background-size: cover;
}

/* よくある質問 */
.qa_type3 .con_no{
	left: 20px;
	top: 15px
}
.qa_type3 .cate_box .box_title1, .qa_type3 .cate_box .box_txt1{
	min-height: 1.5em
}
.qa_type3 .box_q{
	background-image: url(./Dup/img/icon_q.png);
	background-repeat: no-repeat;
	background-position: top 2px left;
	background-size: 60px
}
.qa_type3 .box_a{
	background-image: url(./Dup/img/icon_a.png);
	background-repeat: no-repeat;
	background-position: top 2px right;
	background-size: 60px
}
.qa_type3 .box_q, .qa_type3 .box_a{
	padding: 0 90px
}
.qa_type3 .box_q .box_title1::before, .qa_type3 .box_a .box_txt1::before{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
}
.qa_type3 .box_q .box_title1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 15px;
    margin-top: -10px;
    border-right-color: #f59628;
    right: 100%;
    top: 34px;
}
.qa_type3 .box_a .box_txt1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 15px;
    border-right-width: 10px;
    margin-top: -10px;
    border-left-color: #ffe6b9;
    left: 100%;
    top: 35px;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.qa_type3 .box_q{
	padding-right: 0
}
.qa_type3 .box_a{
	padding-left: 0
}
.qa_type3 .con_no{
    top: 13px;
}
}

@media  screen and (max-width: 1280px){
#main_img:before{
width: 43vw;
height: 43vw;
}
}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){
#main_img{height: 60vh;background-position: top right -105px;}
#main_img:before{
width: 53vw;
height: 51vw;
}

#con2 div.d_flex:before{
width: 23vw;
height: 22vw;
top: -18%;
right: -4%;
}
#con4 h4:before{
width: 200px;
height: 200px;
top: -200px;
}
#con4 ul:before{
width: 200px;
height: 200px;
bottom: -12vw;
right: -2vw;
}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

.logo1{max-width: 200px;}
.fix_banner{
width: 150px;
right: auto;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

#main_img{
margin-top: 55px;
height: 50vh;
background-position: top right -92px;
}
#main_img:before{
width: 67vw;
height: 64vw;
}
#con2 div.d_flex:before{
width: 30vw;
height: 29vw;
top: -14%;
right: -4%;
}
#con4 h4:before{
width: 150px;
height: 150px;
top: -150px;
}
#con4 ul:before{
width: 150px;
height: 150px;
bottom: -110px;
}
#con4 li:before{
top: 20px;
left: 25px;
}
.footer_contact .linehight_h{font-size: 34px;}
.footer_contact h4:before{
width: 150px;
height: 130px;
top: -140px;
}

}

/*IE*/
@media all and (-ms-high-contrast: none) {}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #f59628; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #f59628;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}

/*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: #f59628;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #fac864;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #f5b955;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #fff0cd;} /* アクセントカラー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: #f59628;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #fac864;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #ffe6b9;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #fff0cd;} /* アクセントカラー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: #f59628;}
.border_color2,.hvr_border_color2:hover{border-color: #fac864;}
.border_color3,.hvr_border_color3:hover{border-color: #ffe6b9;}
.border_color4,.hvr_border_color4:hover{border-color: #fff0cd;}