/* break point */
.pc1440{
 display: block;
}
.pc1240 {
  display: block;
}

.sp1240 {
  display: none;
}

.pc1024 {
  display: block;
}

.sp1024 {
  display: none;
}

.pc480{
  display: block;
}

.sp480{
  display: none;
}

.sp540{
  display: none;
}

.height-img{
  height: 320px;
}

.height-img img{
  height: 100%;
}

.video-pc {
  display: block;
}

.video-sp {
  display: none;
}

.sp1500, .sp1200, .sp1024, .sp768, .sp580, .sp480, .sp-mb{
  display: none;
}
.pt110{
padding-top: 110px !important;
}
.pb110{
padding-bottom: 110px !important;
}
@media(max-width: 1500px){
  .sp1500{
      display: block;
  }
  .pc1500{
      display: none;
  }
}
@media(max-width: 1440px){
	.pc1440{
	 	display: none;
	}
}
@media(max-width: 1200px){
  .sp1200{
      display: block;
  }
  .pc1200{
      display: none;
  }
}
@media(max-width: 1024px){
  .sp1024{
      display: block;
  }
  .pc1024{
      display: none;
  }
}
@media(max-width: 768px){
  .sp768{
      display: block;
  }
  .pc768{
      display: none;
  }
  .mb40 {
  margin-bottom: 20px !important;
  }
  .mb50 {
  margin-bottom: 25px !important;
  }
  .mb60{
      margin-bottom: 30px !important;
  }
  .mb100{
      margin-bottom: 50px !important;
  }
  .mt70 {
      margin-top: 35px !important;
  }
  .mt80 {
      margin-top: 40px !important;
  }
  .mt90 {
      margin-top: 45px !important;
  }
  .mt100 {
  margin-top: 50px !important;
  }
  
}
@media(max-width: 580px){
  .sp580{
      display: block;
  }
  .pc580{
      display: none;
  }
  .sp-mb{
      display: block;
  }
  .sp-pc{
      display: none;
  }
  .pt110{
  padding-top: 60px !important;
  }
  .pb110{
  padding-bottom: 60px !important;
  }
  .pl0sp{
      padding-left: 0px !important;
  }
  .pl10sp{
  padding-left: 10px !important;
  }
  .pl20sp{
  padding-left: 20px !important;
  }
  .pl30sp{
  padding-left: 30px !important;
  }
  .pl40sp{
  padding-left: 40px !important;
  }
  .pl50sp{
  padding-left: 50px !important;
  }
  .pl60sp{
      padding-left: 50px !important;
  }

  .pr0sp{
  padding-right: 0px !important;
  }
  .pr10sp{
  padding-right: 10px !important;
  }
  .pr20sp{
  padding-right: 20px !important;
  }
  .pr30sp{
  padding-right: 30px !important;
  }
  .pr40sp{
  padding-right: 40px !important;
  }
  .pr50sp{
  padding-right: 50px !important;
  }
  .pr60sp{
      padding-right: 50px !important;
  }

  .pt0sp{
  padding-top: 0px !important;
  }
  .pt10sp{
  padding-top: 10px !important;
  }
  .pt20sp{
  padding-top: 20px !important;
  }
  .pt30sp{
  padding-top: 30px !important;
  }
  .pt40sp{
  padding-top: 40px !important;
  }
  .pt50sp{
  padding-top: 50px !important;
  }
  .pt60sp{
      padding-top: 50px !important;
  }

  .pb0sp{
  padding-bottom: 0px !important;
  }
  .pb10sp{
  padding-bottom: 10px !important;
  }
  .pb20sp{
  padding-bottom: 20px !important;
  }
  .pb30sp{
  padding-bottom: 30px !important;
  }
  .pb40sp{
  padding-bottom: 40px !important;
  }
  .pb50sp{
  padding-bottom: 50px !important;
  }
  .pb60sp{
  padding-bottom: 60px !important;
  }

  
  .mb0sp{
  margin-bottom: 0 !important;
  }
  .mb10sp{
  margin-bottom: 10px !important;
  }
  .mb20sp{
  margin-bottom: 20px !important;
  }
  .mb30sp{
  margin-bottom: 30px !important;
  }
  .mb40sp{
  margin-bottom: 40px !important;
  }
  .mb50sp{
  margin-bottom: 50px !important;
  }
  .mb60sp{
  margin-bottom: 50px !important;
  }

  .mt0sp{
  margin-top: 0 !important;
  }
  .mt10sp{
  margin-top: 10px !important;
  }
  .mt20sp{
  margin-top: 20px !important;
  }
  .mt30sp{
  margin-top: 30px !important;
  }
  .mt40sp{
  margin-top: 40px !important;
  }
  .mt50sp{
  margin-top: 50px !important;
  }
  .mt60sp{
  margin-top: 60px !important;
  }
  .mt100sp{
  margin-top: 100px !important;
  }
}

@media screen and (max-width: 1240px){
  .height-img{
    height: 160px;
  }

  .pc1240 {
    display: none;
  }
  
  .sp1240 {
    display: block;
  }
  
}

@media screen and (max-width: 1024px){
  .pc1024 {
    display: none;
  }
  
  .sp1024 {
    display: block;
  }
}

@media screen and (max-width: 991px){
  .height-img{
    height: 125px;
  }
}

@media screen and (max-width: 768px){
  .height-img{
    height: 220px;
  }

}

@media screen and (max-width: 767px){
  .video-pc {
    display: none;
  }
  
  .video-sp {
    display: block;
  }
  .pc480{
    display: none;
  }
  
  .sp480{
    display: block;
  }
}
/* break point */
@media screen and (max-height: 780px){
	.txt-container1 h4{
		display: none;
	}
}

@media screen and (max-width: 1440px) {
	.h-box-center::before{
		width: 380px;
	}
	.txt-container1{
		bottom: 0;
	}
	.txt-container1 h2{
		font-size: 75px;
		top: 0;
	}
	.txt-container1 h2 span{
		font-size: 65px;
	}
	.txt-container1 h3{
		top: 65px;
		font-size: 20px;
	}
	.txt-container1 .btn{
		left: 110px;
	}
	.top-block2 .list1 .word,
	.top-block5 .list1 .word{
		padding-left: 70px;
	}
	.top-block2 .list1 .word h4,
	.top-block5 .list1 .word h4{
		font-size: 38px;
	}
}
@media screen and (max-width: 1240px){
	.txt-container1 h2{
		font-size: 75px;
		top: -130px;
	}
	.txt-container1 .btn{
		left: 0;
	}
	.h-box-center::before{
  		width: 260px;
	}
	.txt-container1 h4{
		right: 149px;
    	top: -180px;
	}

}
@media screen and (max-height: 640px){
	.txt-container1 h2{
		font-size: 65px;
	}
	.txt-container1 h2 span{
		font-size: 60px;
	}
	.h-box-center::before {
    width: 340px;
	}
}
@media screen and (max-width: 768px){
  .txt-container1 h2{
    font-size: 60px;
    top: -60px;
	left: 0;
  }

  .txt-container1 h2 span{
    font-size: 50px;
  }

  .txt-container1 h2 p{
    top: 35px;
  }
  .txt-container1 h4{
  	display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .slick-prev{
    left: -15px;
    z-index: 1;
  }
  .slick-next{
    right: -15px;
  }
  .h-nav-wrap .bg-logo h1{
    width: auto;
  }
  .h-nav-menu ul li a {
    min-width: 140px;
    padding: 0 15px;
  }
  .h-nav-menu ul li a p:nth-of-type(1) {
    font-size: 14px;
  }
  .h-nav-menu ul li a p:nth-of-type(2) {
    font-size: 10px;
  }
  .top-head {
    padding-top: 100px;
  }
  .top-head-slider {
    width: 45.7%;
  }
  .top-head-main {
    width: 45.7%;
  }
  .top-head-txt-1 {
    font-size: 15px;
  }
  .top-head-txt-2 {
    padding-left: 20px;
    padding-right: 30px;
  }
  .top-head-txt-2 span {
    font-size: 35px;
  }
  .top-head-txt-3 span + span {
    margin-left: 20px;
  }
  .h-nav-menu-contact {
    width: 180px;
  }
   .h-box-logo{
    display: none;
  }

  .h-box-txt .txt-head p,.h-box-txt .ct-head{
    color: #fff;
  }

  .wrapper{
    max-width: 100%;
    padding: 0 20px;
  }

  .wrapper1{
    max-width: 100%;
    padding: 0 20px;
  }


  .top-pallarax .b-pa{
    margin-left: 0;
  }

  .top-block1 .bento{
    padding-bottom: 45px;
  }

  .big-img{
    padding-top: 70px;
  }

  .top-block2 .wrapper1{
    max-width: 98%;
  }
  
  .top-block2 .top-ins .slid-ins{
    padding-bottom: 20px;
  }
  .top-block2 .top-ins p{
    padding-top: 20px;
  }

  .top-block3 .list1{
    padding-bottom: 20px;
  }

  .top-block3 .btn{
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1240px) {

  .top-pallarax .parallax__container{
    width: 100%;
  }
  .h-nav-wrap .logo2::before{
    background: url(../images/common/logo-2.png) no-repeat;
  }
  .h-nav-wrap .logo2 span.t_1, .h-nav-wrap .logo2 span.t_2{
    color: #111;
  }
  .h-nav-menu ul li a {
    min-width: 100px;
    padding: 0 5px;
  }
  .h-nav-menu ul li a p:nth-of-type(1) {
    font-size: 12px;
  }

  #Y_sclorebox, .h-box-center::after{
    display: none;
  }

  .txt-container1{
    padding-bottom: 0;
    word-break: break-all;
	bottom: 35px;
  }

  .txt-container1 h3{
    display: none;
  }

  .txt-container1 p{
    padding-left: 0;
    margin-top: 30px;
  }

  .txt-container1 .btn{
    padding-left: 0;
	top: 0;
  }


  .h-nav-wrap .bg-logo, .h-nav1 .bg-logo{
    background: #fff;
    height: 120px;
  }

  .h-nav-wrap .logo2 .logo_t{
    display: none;
  }

  .h-nav-wrap .bg-logo h1{
    margin-top: 0;
    margin-left: 20px;
    width: auto;
  }

  .h-nav-wrap .logo2 .logo_t1{
    display: block;
  }

  .order-link{
    display: block;
    margin-right: 120px;
  }

  .h-nav-wrap .bg-logo ul{
    color: #111;
    margin-right: 150px;
    padding-top: 0;
  }

  .toggle{
    right: 0;
    top: 0;
  }

  .toggle span{
    background-color: #111;
  }

  .toggle p{
    color: #111;
  }

  .pos-btn{
    right: 50px;
  }

  .bg_h{
    width: 100%;
  }
  

}


@media only screen and (min-width: 1025px) {
  /* .toggle {
    display: none !important;
  } */
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .h-nav-wrap .logo2::before{
    background-size: contain;
  }
  .h-nav.fixed1 .logo2::before{
    background-size: contain;
  }
  .bg_h video{
    left: 50%;
    transform: translateX(-50%);
  }
  .h-nav-wrap .logo2 span.t_1{
    font-size: 12px;
  }
  .h-nav-wrap .logo2 span.t_2{
    font-size: 22px;
  }
  .link-co{
    display: none;
  }
  .link-co a:last-of-type{
    margin-left: 10px;
  }
  .link-co{
    width: auto;
    right: 10px;
  }
  .content-head{
    width: 100%;
  }
  .content-head p{
    padding-right: 5%;
    width: 55%;
  }
  .content-head .tel{
    width: 40%;
    margin-right: 0;
  }
  
  .h-box-center::before{
  	width: 260px;
  }

  .h-box-txt{
    top: auto;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .order-link{
    margin-right: 100px;
    display: none;
  }
  .fixed1 .order-link, .fixed2 .order-link{
    display: none;
  }
  .h-nav-wrap .bg-logo ul{
    margin-right: 120px;
    padding-top: 0;
  }
  .h-nav-wrap .bg-logo ul li.tel{
    font-size: 20px;
  }
  .h-nav-wrap .bg-logo ul li{
    font-size: 10px;
  }
  .h-nav-wrap .bg-logo ul li a{
    width: 150px;
  }
  .ovh .h-nav-wrap .bg-logo, .ovh .h-nav1 .bg-logo{
    height: auto;
  }
  .h-nav-wrap .bg-logo, .h-nav1 .bg-logo{
    height: auto;
  }
  .h-nav.fixed1 .h-nav-wrap, .h-nav.fixed2 .h-nav-wrap
  {
    height: 100px;
  }
  .h-nav-wrap .logo2 .logo_t1{
    display: block;
  }
  .h-nav-wrap .logo2 .logo_t{
    display: none;
  }
  .h-nav-wrap .bg-logo h1{
    padding-top: 0;
    margin-left: 20px;
  }
  /* --------------------------------------------------
	------------------- Header -------------------------
	------------------------------------------------------*/
  .h-box-logo {
    top: 0;
    transform: unset;
    left: 0;
  }
  .h-box-logo a.logo img {
    max-width: 180px;
  }
  .h-box-main {
    padding-top: 30px;
  }
  .h-box-txt img {
    max-width: 100%;
  }
  .h-box-btn {
    width: 240px;
    height: 80px;
    font-size: 13px;
  }
  .h-box-btn:before {
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }
  .h-box-btn:after {
    width: 15px;
    height: 9px;
    top: -9px;
  }
  .h-nav-wrap {
    height: 100px;
  }
  .h-nav-inner {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: #FCF4EE;
  }
  .h-nav-inner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .h-nav-menu-contact {
    font-size: 16px;
    width: 240px;
    height: 80px;
  }
  .h-nav-menu-contact:before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 15px;
    margin-right: 10px;
  }
  .h-nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
  }
  .h-nav-menu ul li:before {
    display: none;
  }
  .h-nav-menu ul li a {
    min-width: 180px;
    padding: 40px 20px;
  }
  .h-nav-menu ul li a p:nth-of-type(1) {
    font-size: 24px;
  }
  .h-nav-menu ul li a p:nth-of-type(2) {
    font-size: 12px;
    padding-top: 5px;
  }
  /* .logo2 img {
    max-width: 180px;
  } */
  /* Title
	-------------------------------------------------*/
  .ttl-1 {
    font-size: 64px;
  }
  .ttl-1:before {
    width: 40px;
    margin: 0 auto 15px;
  }
  .ttl-1.bor:before{
    margin: 0;
    margin-right: 10px;
    margin-bottom: 7px;
  }
  /* .ttl-1 span {
    font-size: 32px;
  } */
  .ttl-2 {
    font-size: 25px;
    padding-top: 10px;
  }
  /* Container
	-------------------------------------------------*/
  .container, .container-16 {
    max-width: 940px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .prl {
    background-attachment: unset;
  }
  /* Footer
	-------------------------------------------------*/
  .f-box {
    min-height: 440px;
    padding: 0 20px;
  }
  .f-box-ttl-wrap {
    width: 370px;
  }
  .f-box-ttl-1 {
    font-size: 24px;
  }
  .f-box-ttl-2 {
    font-size: 12px;
  }
  .f-box-articles {
    padding-top: 30px;
    margin-bottom: -35px;
  }
  .f-box-article {
    width: 48.1%;
    height: 100px;
    margin-bottom: 35px;
  }
  .f-box-article-img {
    width: 160px;
  }
  .f-box-article-ttl {
    font-size: 18px;
  }
  .f-box-article-txt {
    font-size: 12px;
  }
  .f-box-txt-1 {
    font-size: 30px;
  }
  .f-box-txt-2 {
    font-size: 16px;
    padding: 5px 0;
  }
  .f-box-under {
    height: 200px;
  }
  .copyright {
    font-size: 12px;
    padding-top: 20px;
  }
  
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }


  .h-box-txt .txt-head p{
    font-size: 70px;
  }

  .h-box-txt .ct-head{
    font-size: 15px;
  }

  .title-big h3{
    font-size: 40px;
  }

  .title-big h3 span{
    font-size: 15px;
  }

  .content-head{
    display: none;
  }

  .h-nav1 .bg-logo{
    height: 80px;
    position: fixed;
  }

  .h-nav1 .bg-logo h1{
    margin-left: 20px;
  }

  .h-nav1 .bg-logo h1 a span{
    text-align: left;
  }

  .h-nav1 .bg-logo h1 a span.l-1{
    font-size: 10px;
    padding-top: 0;
  }

  .h-nav1 .bg-logo h1 a span.l-2{
    padding-left: 0;
    font-size: 14px;
  }


  .h-box-center::after{
   display: none;
  }


  .txt-container{
    width: 100%;
    padding: 86px 40px;
  }

  .txt-container img{
    max-width: 100%;
  }

  .txt-container h3{
    margin-left: 34px;
  }
  .txt-container p{
    padding-left: 88px;
  }

  .link_outside .list .box a h4{
    font-size: 14px;
  }

  .ovh .h-nav-wrap .bg-logo1{
    background: #fff;
  }

  .h-box-logo1 ul{
    padding: 200px 0px 250px 0px;
    background: #fff;
    margin: 0 0 0 auto;
  }

  .h-box-logo1::before{
    background-position: center right 75%;
    z-index: -1;
  }

  #tabs-nav li a{
    width: 170px;
  }

  
  .tt-1{
    flex-wrap: wrap;
    width: 100%;
  }
  

  .top-block1-box .tt-1 h3{
    width: 100%;
    padding-left: 0;
    padding-bottom: 15px;
    text-align: center;
  }

  .top-block1-box .tt-1 p{
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-left: 0;
  }

  .top-block1-box .tt-1 a.link{
    display: none;
  }

  .top-block1 .btn{
    justify-content: flex-end;
  }

  .tab-list{
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }

  /* .txt-container1{
    left: 4%;
    bottom: 55%;
    padding-bottom: 0;
  } */

  .top-pallarax::after{
    background: none;
  }

  .top-pallarax figure{
    display: none;
  }
  .top-pallarax{
    height: 300px;
  }

  .top-pallarax .b-pa{
    display: block;
    padding-left: 0;
    padding-top: 50px;
  }

  .top-pallarax h3{
    writing-mode: unset;
    margin-right: 0;
    text-align: left;
    font-size: 46px;
  }

  .top-pallarax .wrapper{
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 70px;
  }

  .top-pallarax p{
    writing-mode: unset;
    margin-left: 0;
    text-align: left;
    font-size: 20px;
  }


  .top-block1-box .flex .box1{
    width: 100%;
  }

  .tt-2 h3{
    font-size: 40px;
  }

  .top-block1-box .flex .box1:last-of-type{
    margin-top: 40px;
  }


  .h-nav-wrap .bg-logo::before, .h-nav1 .bg-logo::before{
    display: none;
  }

  .top-pallarax1{
    display: flex;
    align-items: center;
  }

  .top-pallarax1::before{
    display: none;
  }

  .top-pallarax .bb{
    padding-top: 0;
  }

  .top-block1 .link-1{
    margin: 80px auto 0;
  }

  .top-block3::before{
    bottom: 0;
  }

  .top-block4::before{
    bottom: 0;
    top: -150px;
  }

  .top-block2 .list1{
    flex-wrap: wrap;
  }

  .top-block2 .list1 .word-img{
    width: 100%;
    padding: 59px 30px;
  }

  .top-block2 .list1 .word-img figure img{
    width: 100%;
  }

  .top-block2 .list1 .word{
    width: 100%;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-block4 .flex .box1{
    width: 26%;
  }

  .top-block4 .list1 a{
    margin-bottom: 20px;
	  font-size: 20px;
  }

  .top-block4 .list2 a {
    width: 48%;
  }

  .top-block5 .list1 {
    padding: 0 30px 60px;
  }

  .top-block5 .list1 figure{
    width: 100%;
  }

  .top-block5 .list1 figure img{
    width: 100%;
  }

  .top-block5 .list1 .word{
    width: 100%;
  }

  .top-block5 .flex{
    flex-wrap: wrap;
  }

  .top-block5 .flex .box1{
    width: 30%;
    margin-right: 5%;
  }

  .top-block5 .flex .box1:nth-of-type(3n){
    margin-right: 0;
  }

  .top-block5 .flex .box1:nth-of-type(3n)::after{
    display: none;
  }

  .top-block6 .list1 figure img{
    width: 100%;
  }
}

@media all and (max-width: 1000px){
  .top-block2 .list1 .box1 a figure img{
    position: relative;
    left: -50%;
  }

  .top-block2 .list1 .box1 a figure .on{
    left: -50%;
  }
}



@media all and (max-width: 768px) {
  /* --------------------------------------------------
	------------------- Header -------------------------
  ------------------------------------------------------*/
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .ovh .h-nav-wrap .bg-logo, .ovh .h-nav1 .bg-logo{
    height: 80px;
  }
  .h-nav.fixed1 .h-nav-wrap, .h-nav.fixed2 .h-nav-wrap{
    height: 80px;
  }
  #Y_sclorebox {
    display: none;
  }

  .h-nav1 .bg-logo h1{
    margin-left: 10px;
  }

  .h-nav1 .bg-logo{
    height: 60px;
  }
  .h-box-logo a.logo img {
    max-width: 120px;
  }
  .h-box-main {
    padding-top: 20px;
  }
  .h-box-txt {
    left: 0;
    padding-left: 0;
    padding-bottom: 50px;
    display: block;
  }

  .h-box-txt .txt-head p:nth-of-type(1){
    padding-left: 70px;
  }

  .h-box-txt .txt-head p:nth-of-type(2){
    padding-left: 20px;
  }

  .h-box-txt .txt-head p:nth-of-type(3){
    padding-left: 40px;
  }

  .h-box-txt .ct-head{
    font-size: 13px;
    padding-left: 20px;
    margin-left: 50px;
  }

  .h-box-txt .ct-head::before{
    left: -50px;
    width: 50px;
  }

  .h-box-txt .txt-head p{
    font-size: 8vw;
    line-height: 200%;
  }
  .h-box-txt img {
    max-width: 100%;
    width: 90%;
  }
  .h-box-btn {
    width: 200px;
    height: 60px;
    font-size: 12px;
  }
  .h-box-btn:before {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .h-box-btn:after {
    width: 15px;
    height: 9px;
    top: -9px;
  }
  .h-nav-wrap {
    height: 80px;
  }
  
  /* .h-nav-wrap .logo2::before{
    width: 46px;
    height: 47px;
  } */
  .h-nav-menu-contact {
    font-size: 14px;
    width: 200px;
    height: 60px;
  }
  .h-nav-menu ul {
    padding-bottom: 20px;
  }
  .h-nav-menu ul li a {
    min-width: 160px;
    padding: 20px;
  }
  .h-nav-menu ul li a p:nth-of-type(1) {
    font-size: 18px;
  }
  .h-nav-menu ul li a p:nth-of-type(2) {
    font-size: 11px;
    padding-top: 5px;
  }
  /* .h-nav-wrap .logo2{
    padding-top: 0;
    padding-left: 0;
  } */
  .h-nav-wrap .logo2{
    font-size: 26px;
  }
  .h-nav-wrap .logo2 span{
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 15px;
  }
 
  .h-nav-wrap .bg-logo h1 p{
    padding-bottom: 0;
  }
  .content-head{
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    bottom: 50px;
  }

  .content-head p, .content-head .tel{
    width: 100%;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    font-size: 12px;
  }

  .content-head .tel{
    margin-top: 20px;
  }
  /* .h-box-logo1 ul li a{
    width: 100%;
  } */

  /* .h-box-logo1 ul li a p:first-of-type, .h-box-logo1 ul li a p:last-of-type{
    text-align: center;
  } */


  .h-box-logo1 ul{
    padding: 160px 0 175px 0px;
  }

  .btn-3{
    font-size: 14px;
  }

  .news-item{
    flex-wrap: wrap;
  }

  .bread2{
    margin-top: 60px;
  }

  .logo2 img{
    max-width: 250px;
  }
  /* Title
	-------------------------------------------------*/
  .ttl-1 {
    font-size: 54px;
    letter-spacing: 2px;
    padding-bottom: 5px;
  }
  .ttl-1:before {
    width: 40px;
    margin: 0 auto 10px;
  }
  
  /* .ttl-1 span{
    font-size: 25px;
  } */
  .ttl-2 {
    font-size: 20px;
    padding-top: 10px;
  }

  .title-1 h5{
    font-size: 18px;
  }
  .title-1 h5 span {
    font-size: 20px;
}
  /* Container
	-------------------------------------------------*/
  .container, .container-16  {
    max-width: 440px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Footer
	-------------------------------------------------*/
  .f-box {
    min-height: 440px;
    padding: 40px 10px;
  }
  .f-box-ttl-wrap {
    width: 280px;
    background-size: 100%;
  }
  .f-box-ttl-1 {
    font-size: 18px;
  }
  .f-box-ttl-2 {
    font-size: 11px;
  }
  .f-box-articles {
    padding-top: 30px;
    margin-bottom: -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .f-box-article {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
  }
  .f-box-article-img {
    width: 120px;
  }
  .f-box-article-ttl {
    font-size: 15px;
  }
  .f-box-article-txt {
    font-size: 10px;
  }
  .f-box-txt-1 {
    font-size: 30px;
  }
  .f-box-txt-2 {
    font-size: 16px;
    padding: 5px 0;
  }
  .f-box-under {
    height: auto;
    display: block;
  }
  .f-box-tel h3 span{
    font-size: 20px;
  }

  .f-box-tel {
    width: 100%;
    margin-bottom: 15px;
  }
  .copyright {
    font-size: 11px;
    padding-top: 15px;
    letter-spacing: 0;
  
  }
  .copyright .wrapper{
    text-align: center;
  }
  
  .f-box-logo1{
    display: block;
  }

  .f-box-logo1 .logo2{
    margin: 0 auto;
    justify-content: center;
  }

  .f-box-logo1 a span{
    display: initial;
    width: auto;
  }
  
  .f-box-logo1 .tel{
    padding-right: 0;
    margin-top: 15px;
  }


  .f-box-logo1 p span{
    font-size: 14px;
    display: inline-block;
  }

  .ft-bg{
    padding-bottom: 30px;
    padding-top: 60px;
  }

  .f-box-logo1 p{
    text-align: center;
  }


  .f-box-logo a img{
    max-width: 250px;
  }

  .f-box-logo a span{
    /* padding-bottom: 0; */
    font-size: 15px;
    letter-spacing: 1.2px;
  }

  .h-nav-wrap .bg-logo h1 a span.l-1{
    padding-top: 0;
    font-size: 10px;
  }

  .h-nav-wrap .bg-logo h1 a span.l-2{
    font-size: 14px;
    padding-left: 0;
  }
  .h-nav-wrap .bg-logo h1{
    margin-left: 20px;
    padding-top: 0;
  }

  .btn-2{
    width: 200px;
    height: 54px;
    font-size: 12px;
  }

  ul#tabs-nav li{
    margin-bottom: 9px;
    width: 31%;
  }

  .title-big h3{
    font-size: 20px;
  }

  .title-big h3 span{
    font-size: 13px;
  }


  .tab-content .news-item .label{
    font-size: 9px;
    width: 40px;
    padding: 5px;
    position: initial;
  }

  .tab-content .news-item .time{
    padding-left: 0;
  }

  .tab-content .news-item .title a{
    margin-left: 0;
    margin-top: 10px;
    display: block;
    font-size: 12px;
  }

  .tab-content .news-item{
    padding: 15px 10px;
    display: block;
    height: auto;
  }

  #tabs-nav li a{
    width: 100%;
    height: 40px;
  }

  .f-box-logo1 a{
    width: 100%;
  }

  .f-box-logo1 a span.l-1{
    font-size: 10px;
    text-align: left;
  }

  .f-box-logo1 a span.l-2{
    font-size: 14px;
    padding-left: 0;
    text-align: left;
  }

  .tab{
    width: 100%;
  }

  .h-nav-wrap .bg-logo ul{
    margin-right: 85px;
  }

  .top-pallarax{
    height: 250px;
  }

  .top-pallarax .bb{
    padding-bottom: 30px;
  }

  .top-pallarax1::before{
    width: 200px;
  }

  .top-pallarax h3{
    font-size: 40px;
  }

  .top-pallarax p{
    font-size: 14px;
  }

  .h-nav-wrap .logo2{
    margin: 0 auto;
  }
  
}


@media screen and (max-width: 767px){
  .pos-btn{
    bottom: 100px;
    right: 30px;
  }
  .bg_h .center{
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .txt-container1{
    left: 30px;
  }

  .h-nav-wrap .logo2::before, .ovh .h-nav-wrap .logo2::before{
    width: 50px;
  }
  .h-nav-wrap .bg-logo h1{
    margin-top: 0;
  }

  .h-nav-wrap .logo2::after, .f-box-logo a::after{
    width: 158px;
    height: 70px;
    margin-left: 15px;
    margin-bottom: 0;
  }

  .top-pallarax .b-pa{
    padding-top: 40px;
  }

  .ttl-1{
    font-size: 35px;
  }
  .h-nav-wrap .bg-logo ul{
    display: none;
  }

  .h-box-logo1 ul li.bor-medi{
    display: flex;
  }

  .h-box-logo1 ul li.bor-medi a{
    border: 1px solid #111;
    color: #111;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 1.2px;
    width: 192px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .h-nav-wrap .logo2 span.t_1{
    font-size: 12px;
  }
  .h-nav-wrap .logo2 span.t_2{
    font-size: 22px;
  }
  .link-co{
    display: none;
  }

  .h-box-logo1 ul{
    padding: 100px 0px 50px 0px;
    overflow-y: auto;
    width: 100%;
  }
  .h-box-logo1 ul li a{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .h-box-logo1 ul li a::before{
    top: 17px;
  }
  .btn-2{
    letter-spacing: 1px;
  }


  .txt-container .list-link{
    display: block;
  }

  .txt-container .list-link a{
    margin: 0 auto;
    font-size: 13px;
  }

  .h-box-logo1 ul li a p:first-of-type{
    justify-content: flex-end;
    font-size: 15px;
  }

  .bg-logo1 a, .bg-logo2 a, .f-box-logo a{
    font-size: 26px;
    padding-top: 0;
    padding-left: 0;
  }

  .f-box-logo span.t_1{
    font-size: 12px;
    line-height: 160%;
    margin-top: 10px;
  }

  .f-box-logo span.t_2{
    font-size: 22px;
  }

  .f-box-logo a{
    width: 100%;
  }

  .f-box-logo a::before{
    height: 79px;
    top: -10px;
    left: 15px;
  }

  .h-box-center::before{
    width: 140px;
  }
  .bg-logo2 a::before, .f-box-logo a::before {
    /* width: 46px; */
    /* height: 47px; */
  }

  .top-block1-box1{
    padding: 20px 0;
  }

  .tt-1 h3{
    font-size: 40px;
    padding-bottom: 15px;
  }
  

  /* .tt-2 h4{
    font-size: 23px;
  } */

  .tt-2 h5{
    font-size: 25px;
  }

  .tt-2 p{
    font-size: 15px;
  }

  .tt-1 p{
    font-size: 18px;
  }

  ul#tabs-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ul#tabs-nav li{
    width: 48%;
    margin-left: 0;
  }

  .btn-3{
    justify-content: center;
  }

  .btn-3::before{
    display: none;
  }

  .btn .btn-2{
    margin: 0 6px 12px;
  }

  .tt-2 h3{
    font-size: 30px;
    margin-top: 10px;
  }

  .tt-3 h3{
    padding-left: 0;
    font-size: 14px;
    padding-bottom: 10px;
  }

  .tt-3 h4{
    font-size: 22px;
    line-height: 140%;
  }

  .tt-3 h4 span{
    font-size: 26px;
  }

  .tt-3 h5{
    font-size: 16px;
  }

  .tt-3 p{
    padding-top: 10px;
    font-size: 14px;
  }

  .tt-3 a.link
  {
    display: none;
  }

  .tt-4 h3{
    font-size: 13px;
    padding-left: 15px;
  }

  .tt-4 h3 span{
    font-size: 20px;
  }

  .fc__main h2{
    font-size: 22px;
  }

  .fc__main h2 p{
    font-size: 14px;
  }


  .top-pallarax .bb{
    padding: 0 0 15px;
  }

  .top-pallarax h3{
    font-size: 24px;
    letter-spacing: 5px;
    padding-bottom: 10px;
  }

  .top-pallarax p{
    margin-top: 10px;
  }

  .top-pallarax .bb::after{
    width: 50%;
  }

  .top-pallarax1::before{
    width: 80px;
  }

  .ttl-2{
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1px;
  }

  .tab-bar{
    margin: 40px 0 0px;
  }

  .tab-list{
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tab-list li{
    margin-left: 0;
    margin-bottom: 10px;
    width: 49%;
  }
  
  .tab-list li a span{
    width: 100%;
  }

  .top-block1-box{
    padding: 0;
  }

  .top-block1{
    padding: 40px 20px;
  }
  
  .top-block1::before{
    background-size: cover;
    background-position: center;
    height: 900px;
  }

  .top-block1-box .news-list a .date{
    padding-left: 0;
  }

  .top-block1-box .news-list a .title{
    margin-top: 20px;
  }

  .top-block2 .list1{
    padding-bottom: 30px;
  }

  .top-block2{
    padding-bottom: 60px;
  }

  .top-block2 .list1 .word-img .bb{
    left: 50%;
    transform: translateX(-50%);
    height: 75px;
    font-size: 18px;
    width: 60%;
  }

  .top-block2 .list1 .word-img{
    padding: 40px 0 0;
  }

  .top-block2 .list1 .word{
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-block2 .list1 .word h3{
    font-size: 16px;
  }

  .top-block2 .list1 .word h4{
    font-size: 30px;
  }

  .top-block2 .btn-all{
    flex-wrap: wrap;
  }

  .top-block2 .btn-all .btn-4{
    margin-bottom: 20px;
  }

  .top-block2 .flex .box1{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .top-block2 .flex .box1:last-of-type{
    margin-bottom: 0;
  }

  .top-block2 .flex .box1 h3{
    margin-top: 10px;
  }

  .top-block3{
    margin-bottom: 60px;
  }

  .top-block3 .flex a{
    width: 100%;
  }

  .top-block4{
    padding-bottom: 60px;
    z-index: 1;
  }

  .top-block4 .flex .box1{
    width: 100%;
  }

  .top-block4 .list1{
    padding: 20px 10px;
    margin-bottom: 30px;
  }

  .top-block4 .list1 a{
    display: block;
    width: 100%;
  }

  .top-block4 .list1 a img{
    width: 100%;
  }

  .top-block4 .list1 a:last-of-type{
    margin-bottom: 0;
  }

  .top-block4 .btn-all{
    flex-wrap: wrap;
  }

  .top-block4 .btn-all .btn-4{
    margin-bottom: 20px;
  }

  .top-block5 .flex{
    justify-content: space-between;
    padding-bottom: 50px;
  }

  .top-block5 .flex .box1{
    width: 45%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .top-block5 .flex .box1:nth-of-type(2n):after{
    display: none;
  }

  .top-block5 .flex .box1:nth-of-type(3n):after{
    display: block;
  }

  .top-block5 .flex .box1 h4{
    font-size: 18px;
  }

  .top-block5 .list1{
    padding: 0 0 60px;
  }
  
  .top-block5 .list1 .word{
  	padding-left: 0;
  }

  .top-block5 .list1 .word h3{
    padding-top: 20px;
    font-size: 16px;
  }

  .top-block5 .list1 .word h4{
    font-size: 26px;
  }

  .top-block5 .list2{
    padding: 50px 0;
  }

  .top-block5 .list2 .tt-2 h3{
    font-size: 30px;
  }

  .top-block5 .list2 .voice-cus .box1{
    width: 100%;
    padding: 20px;
  }

  .top-block5 .list2 .voice-cus .box1 h3{
    font-size: 18px;
  }

  .top-block6 .list1 figure{
    width: 50%;
    margin: -20px auto 0;
  }

  .top-block6 .list1 .word{
    width: 100%;
    padding-top: 40px;
  }

  .top-block6 .list2{
    padding: 60px 0;
  }

  .top-block6 .list2 .note{
    width: 100%;
    margin-bottom: 50px;
  }

  .top-block6 .list2 .note:last-of-type{
    margin-bottom: 0;
  }

  .top-block6 .members .member_name{
    font-size: 24px;
  }

  .top-block6 .list3 .tt-2 h3{
    font-size: 30px;
  }

  .top-block6 .list3 .n-2{
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .top-block6 .list3 .n-2 figure{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .top-block6 .list3 .n-2 figure:last-of-type{
    margin-bottom: 0;
  }

  .btn-all a{
    margin: 0 10px;
  }

  .btn-page{
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer_pdf{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer_pdf.btn-all  a{
    margin: 6px 10px;
  }
  .contact-pallarax2::after{
    height: 750px;
    bottom: -386px;
  }
}

@media screen and (max-width: 590px){
  .btn-1{
    width: 240px;
    height: 60px;
    font-size: 14px;
    border-radius: 20px;
  }

  .btn-4{
    width: 200px;
    height: 60px;
    font-size: 14px;
  }
  
  .btn-1::after{
    background-repeat: no-repeat;
    right: 10px;
  }
  .top-pallarax{
    height: 200px;
  }

  .top-pallarax .parallax--bg{
    background-position: top 28% center;
    background-size: 300% auto;
  }

  .contact-pallarax2::after{
    /* height: 515px;
    bottom: -170px; */
    height: 655px;
    bottom: -310px;
  }

  .top-pallarax .number{
    font-size: 100px;
    left: -40px;
  }
 
  .contact-pallarax1{
    height: 300px;
  }

  .contact-pallarax2{
    height: auto;
  }

  .top-pallarax figure{
    display: none;
  }

  .h-nav-wrap .bg-logo ul{
    display: none;
  }

  .top-block1 .slid-ins .slick-list{
    margin: 0 -10px;
  }
  .top-block1 .slid-ins figure{
    margin: 0 10px;
  }

  .top-block1 .top-ins .title-ins h4{
    font-size: 20px;
  }

  .top-block1 .top-ins .title-ins{
    padding-right: 0;
  }

  .top-block2::before{
    background-size: cover;
  }

  .top-block3::before{
    background-size: cover;
  }


  .tt-2 h3::after{
    top: -7px;
    width: 45px;
  }

  
}


@media screen and (max-width: 540px) {
  .sp540 {
    display: block;
  }

}
@media screen and (max-width: 400px) {
  .pc400 {
    display: none;
  }


  .top-block6 .list1 .word p {
    font-size: 14px;
  }
}
