﻿/*--------リンク・フォント--------*/
.linkStyle{color: #333333; text-decoration: underline;}


/*--------全体--------*/
.add_right{margin-left:auto;}
.add_shadow{box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
.line:hover {color:#00B900;}
.add_tel:hover i{color:#3b5998;}
.add_tel,.add_line{padding-top:0!important;}
.add_contact a,.add_tel a,.add_line a{color: #818181;}
.add_contact li:nth-of-type(1) a{color: #3b5998;}
.add_contact li:nth-of-type(2) a{color: #00B900;}

.add_tel i,.add_line i{
    top: -11px;
    font-size:3em;
}
.fadeUp.active{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.delay1{  
	animation-delay: 0.5s;
}

.delay2{  
	animation-delay: 0.8s;
}

.delay3{  
	animation-delay: 1.1s;
}
.delay4{  
	animation-delay: 1.4s;
}

@media screen and (max-width: 1380px){
.add_tel{margin-left: 0px;}
.add_tel i{margin-right: 10px;}
.add_tel i,.add_line i{font-size:2.2em;}    
.pc_nav li {padding-right: 10px;}
}

.add_contact i{font-size:2.1em;}
#fakeloader .fl {
    max-width: 350px;
}
.underline{
    position: relative;
    display: inline-block;
    z-index: 1;  
}
.underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 0%;
  height: 9px;
  background: rgba(255, 220, 0, .45);
  z-index: -1;
  transition: all 0.8s;
}
.underline.active:after,#con1 .underline.active:after,#con2 .underline.active:after {
  width: 100%;
}
#main_img{
    height: 85vh;
    position:relative;
}
#main_img::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/main_catch.png) no-repeat;
    background-size: contain;
    z-index: 0;
    width: 85%;
    height: 90%;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
}
.topTxt1 .arrow {
    color: #f7cc38;
}
.f_contact_box h4{
    line-height: 1.3;
}
.f_contact_box .f_contact_btn{
    display: none;
}
.menu_btn.stick_trans span:last-child {
    margin-top: -3px;
}
.topTxt1 .arrow {
    transform: translateX(-50%);
}
.baloon_anime {
  animation: bound 3s infinite ease;
}

@keyframes bound {
0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, 0);
  }
	10% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, -15px);
  }
  25% {
    transform: translate(0, 0);
  }
	30% {
    transform: translate(0, -15px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
  }
  50% {
    -webkit-transform: rotateZ(20deg);
            transform: rotateZ(20deg);
  }
  100% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
  }
}
@keyframes roll {
  0% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
  }
  50% {
    -webkit-transform: rotateZ(20deg);
            transform: rotateZ(20deg);
  }
  100% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
  }
}


.con1_squ{
    height:120px;
    position: relative;
    z-index: +1;
}
.con1_squ span{
   position: absolute;
   animation: roll 1s infinite;
   left: 0;
	right: 0;
	top:0;
	bottom: -100px;
	margin: auto;
	border-radius: 3px;
}

.con1_squ span:nth-child(1){ left:-5em; animation: roll 0.8s 0.0s infinite;}
.con1_squ span:nth-child(2){animation: roll 0.8s 0s infinite;}
.con1_squ span:nth-child(3){	left:5em; animation: roll 0.8s 0s infinite;}


#con2{
   background: url(./Dup/img/back1.png) no-repeat;
    background-position: 0% 53%;
    background-size: 68%;
}
#con3 .box .icon img{
    width: 130px;
}
.con4_list li {
    font-size: 1.3em;
    font-weight: bold;
}
.con4_list li span {
    font-weight: normal;
    padding-left: 5px;
}
.f_contact_box {
    background-color: rgba(255, 255, 255, .75);
}


/*--------下層--------*/
.pagetitle {background-color: #f5f4eb;}
.pagetitle_img {
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: darken;
}
.cate_title{
    position: relative;
    border: 0;
}
.cate_title:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #5accd3;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
}
#cms_3-a .cate .cate_box:last-of-type {
    border-bottom: 1px dotted #0071bc;
}
#cms_6-a figure{
    width: 48%!important;
}

#cms_3-a .sub_cate_title{
    background-color: #0071bc;
    padding: 0px 20px;
    border-radius: 50px;
    color: #fff;
}
#cms_5-c .box_title1,.cms_5-c .box_title1{padding-left:75px;}
#cms_5-c .box_title1::before,.cms_5-c .box_title1::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_04.png) no-repeat;
    background-size: contain;
    z-index: 0;
    width: 2.8em;
    height: 2.8em;
    left: 0px;
    top: -6px;
    opacity: 0.7;
}
#cms_5-c .box_txt1,.cms_5-c .box_txt1{padding-left:120px;}
#cms_5-c .box_txt1::before,.cms_5-c .box_txt1::before {
        content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_05.png) no-repeat;
    background-size: contain;
    z-index: 0;
    width: 2.8em;
    height: 2.8em;
    left: 44px;
    top: -10px;
    opacity: 1;
}

#cms_6-c .box_title i,.cms_6-c .box_title i {
    display: inline-block;
    transform: scale(-1, 1);
}

/*--------タブレット--------*/
@media screen and (max-width: 768px){
    #fakeloader .fl {
    max-width: 250px;
}
.menu_btn.stick_trans{
    position: absolute!important;
    top: 0px;
}
#main_img {
    height: auto;
    padding-top: 108px;
}
#main_img::before {
    width: 95%;
    height: 75%;
    left: 50%;
    top: 63%;
}
#con2 {
    background-position: -23% 230%;
    background-size: 134%;
}

#con3 .box{
margin-bottom: 6em;
}
.con4_list li {
    width: 90%;
    margin-bottom: 3%;
}
    .f_contact_box h4 {
    font-size: 6vw;
}
.topTxt1 {
    line-height: 1.3;
}
.menu_btn {
    top: -8px;
}
#sp_nav .sp_nav_inner .l-menu li .font_24{
    font-size: 2.45vw;
}
}

/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.f_size1_sp{font-size: 6.2vw!important;}
.txt_size1{font-size: 4vw;}
.menu_btn.stick_trans {top: -3px;}
.fadeUp{
opacity:0;
}
#main_img{padding-top: 85px;}

.underline:after {
    bottom: 6px;
    height: 13px;
}
#con3 .underline:after {
    bottom: -1px;
    left: 15px;
}
#con3 .underline.active:after{
    width: 88%;
}

    #fakeloader .fl {
    max-width: 200px;
}
.header .logo1 {
    max-width: 160px;
    padding-left: 0px;
}
#main_img::before {
    width: 100%;
    height: 67%;
    left: 50%;
    top: 68%;
}

.con1_squ{
    height: 100px;
}
.con1_squ span{
   bottom: -83px;
}
#con2 {
    background-position: 35% 0%;
    background-size: 206%;
}
#con3 .title .en {
    text-align: left;
    padding: 0 20px;
}
#con3 .box figure,#con3 .box p{
        width: 100%!important;
    }
#cms_5-c .box_title1,.cms_5-c .box_title1,#cms_5-c .box_txt1,.cms_5-c .box_txt1 {
    padding-left: 48px;
}
#cms_5-c .box_title1::before, .cms_5-c .box_title1::before {
    width: 2.5em;
    height: 2.5em;
    left: -9px;
    top: -2px;
    opacity: 1;
}
#cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before {
    width: 2.4em;
    height: 2.4em;
    left: -7.5px;
    top: 5px;
}
.f_contact_box h4 {
    font-size: 7.5vw;
}
#sp_nav .sp_nav_inner .l-menu li .font_18_sp {
    font-size: 4.5vw;
    line-height: 1.2;
}
.pagetitle h2 {
    font-size: 6.5vw;
}
.delay1,.delay2,.delay3,.delay4{  
	animation-delay: 0s;
}

}

/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){

.cms_1-a figure img{width:100%!important;height:auto!important;}

}