﻿/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
/*{position: relative;}*/
/*リピートなし*/
.baloon{position: absolute;}
.catch span,.baloon span{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

.catch{z-index: 1;}
.catch span{
background-image: url(./Dup/img/catch.png);
background-size: 100%;
width: 63vw;
height: 41vw;
position: static;
opacity: 0;
}
.baloon span{
background-size: 100%;
width: 30vw;
height: 19vw;
position: static;
opacity: 0;
}
/* 左 */
.baloon1{
top: 0;
left: 0;
transform: scale(-1, 1) rotate(5deg);
}
.baloon1 span{
background-image: url(./Dup/img/baloon1.png);
}
.baloon6{
top:50%;
left: 0;
-ms-transform: rotate(5deg) translate(0,-50%);
-webkit-transform: rotate(5deg) translate(0,-50%);
transform: rotate(5deg) translate(0,-50%);
}
.baloon6 span{
background-image: url(./Dup/img/baloon2.png);
width: 40vw;
height: 25vw;
}
.baloon2{
bottom: 1vw;
left: 5vw;
transform: scale(-1, 1) rotate(-10deg);
z-index: 1;
}
.baloon2 span{
background-image: url(./Dup/img/baloon3.png);
width: 25vw;
height: 16vw;
}


/* 右 */
.baloon3{
top: 1vw;
right: 5vw;
transform: rotate(10deg);
z-index: 1;
}
.baloon3 span{
background-image: url(./Dup/img/baloon2.png);
width: 25vw;
height: 16vw;
}
.baloon5{
top:50%;
right: 0;
-ms-transform: scale(-1, 1) rotate(5deg) translate(0,-50%);
-webkit-transform: scale(-1, 1) rotate(5deg) translate(0,-50%);
transform: scale(-1, 1) rotate(5deg) translate(0,-50%);
}
.baloon5 span{
background-image: url(./Dup/img/baloon3.png);
width: 30vw;
height: 19vw;
}
.baloon4{
bottom: 1vw;
right: 5vw;
transform: rotate(5deg);
}
.baloon4 span{
background-image: url(./Dup/img/baloon1.png);
width: 40vw;
height: 25vw;
}
/*--------------------------------
全体
--------------------------------*/
footer #footer_info{background-color: #EBEBCD;}
#footertxt,#h1txt,#page-top .txt_white{color: #333;}
.scroll_d > span{background-color: rgba(15,100,50,0.5);}

.fix_banner2{
width: 100%;
max-width: 300px;
position: fixed;
right: 330px;
bottom: 15px;
z-index: 5;
}
.fix_banner2.page8,.fix_banner.page11{right: 15px;}
/*--------------------------------
TOP
--------------------------------*/
#main_img{height: 50vw;}
#main_img:before{background-color: #a4c4b1;}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn{
-webkit-animation: bounceIn 0.75s ease forwards;
animation: bounceIn 0.75s ease forwards;
}


.intro_title1 img{
margin-left: -16vw;
margin-top: -100px;
}

#video{height: 20vw;}

/* 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
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
/*--------------------------------
下層
--------------------------------*/
/* よくあるご質問 */
.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;}

/* お客様のお声 */
.v_type3 .cate_box{border: 1px solid #96CD41;}
.v_type3 .box_title1{color: #0F6432;}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

#main_img{height: 50vh;}

.catch span{
width: 80vw;
height: 51vw;
}
.baloon2{left: -3vw;}
.baloon2 span{
width: 34vw;
height: 21vw;
}
.baloon6 span{
width: 45vw;
height: 28vw;
}
.baloon3 span{
width: 30vw;
height: 19vw;
}
.baloon5 span{
width: 35vw;
height: 22vw;
}
.baloon4 span{
width: 45vw;
height: 28vw;
}

#video{height: 21vh;}

.fix_banner,.fix_banner2{
bottom: 10px;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.fix_banner{left: 30%;}
.fix_banner2{left: 70%;}
.fix_banner2.page8,
.fix_banner.page11{
right: auto;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

#main_img{height: 40vh;}
.fix_banner,.fix_banner2{
max-width: 170px;
bottom: 15px;
}
.fix_banner{left: 25%;}
.fix_banner2{left: 75%;}
.fix_banner .more_item,
.fix_banner2 .more_item{padding-right: 15px;}
.fix_banner .more_item::before,
.fix_banner2 .more_item::before{
width: 20px;
left: 0;
}
.fix_banner2 .more_item .text,
.fix_banner2 .more_item .text{
font-size: 14px;
padding-left: 10px
}

.intro_title1 img{
margin-left: 0;
margin-top: 0;
}

}

/*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: #0F6432;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #96CD41;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #ebbe1e;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #EBEBCD;} /* アクセントカラー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: #0F6432;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #96CD41;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #FFCD1E;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #EBEBCD;} /* アクセントカラー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: #0F6432;}
.border_color2,.hvr_border_color2:hover{border-color: #96CD41;}
.border_color3,.hvr_border_color3:hover{border-color: #FFCD1E;}
.border_color4,.hvr_border_color4:hover{border-color: #EBEBCD;}