﻿/* ----------　all　---------- */
.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
#sp_nav .sp_nav_inner .l-menu ul li a span {
    display: none;
}
#sp_nav .sp_nav_inner .l-menu ul li a:hover {
    color: var(--color2);
}
#sp_nav .sp_nav_inner .l-menu ul li a {
    font-weight: 400;
}
#bottom_tel a {
    height: 92px;
    border-right: 1px solid;
    box-sizing: border-box;
    transition: .3s;
    background: var(--color1);
    color: #fff;
}
#bottom_tel a:hover {
    background: var(--color2);
    color: var(--color1);
}
.f_con_bgcolor {
    background: #000;
    opacity: 0.3;
}
.pc_nav .page_title {
    font-weight: 400;
}
/* ----------　TOP　---------- */
#main_img .swiper-slide:before,#main_img .swiper-slide:after{
    content: "";
    background: var(--color1);
    position: absolute;
}
#main_img .swiper-slide:before {
    width: calc(100% + 18px);
    height: 1px;
    bottom: -8px;
    left: 0;
}
#main_img .swiper-slide:after {
    width: 1px;
    height: calc(100% + 18px);
    top: 0;
    right: -8px;
}
#main_img {
    background: #f2f3f5;
    height: auto !important;
    padding-bottom: 17vh;
}
#main_img::before {
    pointer-events: none;
}
#main_img:after {
    height: 30%;
    background: linear-gradient(0deg, #fff 14%, transparent);
    opacity: 1;
    z-index: 0;
}
.catch h2 {
    font-weight: 300;
}
.catch.slide_ver {
    filter: drop-shadow(1px 1px 1px var(--color4));
}
.slider1 {
    transform: rotate(-3deg);
}
.txt_anim1 span,.txt_anim2 span{
	position: relative;
	right: 0px;
	opacity: 0;
	transition: all .8s;
}
.txt_anim1 span.start,.txt_anim2 span.start{
	right: 20px;
	opacity: 1;
}
.catch .font_4up {
    font-weight: normal;
}
#content .box_img img {
    height: auto !important;
    width: 100% !important;
}
#topCms .cmstitle p, .pagetitle .title_box p {
    font-weight: 200;
}

/* ----------　下層ページ　---------- */
.pagetitle {
    background: linear-gradient(180deg, var(--color4), transparent);
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
#page10 .sitemap li .sub {
    font-weight: 300;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

/* ----------　all　---------- */
#bottom_tel {
    max-width: 350px;
}
#bottom_tel a {
    height: 50px;
}
/* ----------　TOP　---------- */
/* #main_img .swiper-slide {
    width: 250px!important;
} */
#main_img {
    padding-bottom: 14vh;
}
.catch.slide_ver {
    padding-right: 0;
}

#main_img::before {
    top: 12px;
    background-size: auto 35%;
    animation: loop 50s linear infinite;
}
#content .box_img {
    max-height: 350px;
    overflow: hidden;
  }
#content .cate_item {
    padding: 30px 15px 40px 35px;
}
    #content .box_title::before {
        width: 1px;
        height: 200px;
        left: -20px;
        bottom: 0;
    }
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/* ----------　all　---------- */
#fakeloader .fl {
    width: 70% !important;
}
.copy {
    padding-top: 10px;
    padding-bottom: 60px;
}
/* ----------　TOP　---------- */
#main_img {
    padding-bottom: 22vh;
    padding-top: 100px;
}
#main_img::before {
    top: 22px;
}
#main_img:after {
    height: 40%;
    background: linear-gradient(0deg, #fff 34%, transparent);
    opacity: 1;
    z-index: 1;
}
.catch h2 {
    font-size: 11vw;
    letter-spacing: 1px;
}
.catch .font_4up {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
    letter-spacing: 1px;
    margin-right: -7px;
    display: inline-block;
    transform: translateZ(0); /* GPUアクセラレーション */
    will-change: transform, opacity; /* 変化するプロパティを指定 */
}
.catch:after {
    display: none;
}
.catch.slide_ver {
    right: -5px;
}
.intro_title_en {
    top: 50px;
    left: 5px;
    font-size: calc(1rem + 9px);
}
.intro_inner {
    width: 85%!important;
}
.intro_inner h2 {
    line-height: 1.4;
}
#content {
    position: relative;
    top: -2px;
}
#content .box_img {
    max-height: 280px;
}
#content .box_img img {
    height: 100% !important;
    width: auto !important;
}
.modal_title1 {
    padding-top: 0px;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* ----------　PC確認サイズ　---------- */
/* 1536 */
@media screen and (max-width: 1536px){}
/* 1530 × 735 */
@media screen and (max-width: 1530px){}
/* 1366 */
@media screen and (max-width: 1366px){}




#content .swiper-slide > div{padding-left: 130px;}
#content .swiper-button-prev{
    height: auto;
    width: 200px;
    top: 40px;
    left: 0;
}
#content .swiper-button-prev p{margin-left: auto;margin-right: 0;}
#content .swiper-button-prev p::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 0px;
    bottom: 0;
    right: 80px;
    margin: auto;
    border-bottom: solid 1px currentColor;
    border-left: solid 1px currentColor;
    transform: rotate(45deg);
}
@media  screen and (max-width: 768px){
    #content .swiper-slide > div {padding-left: 50px;}
    #content .cate_item {padding: 40px 15px 40px 35px;}
    #content .swiper-button-next,
    #content .swiper-button-prev {
        width: 130px;
        top: 310px;
        line-height: 1.2;
    }
}
@media  screen and (max-width: 667px){
    #content .box_title::before{display: none;}
    #content .swiper-slide > div {padding-left: 0;}
    #content .swiper-button-next,
    #content .swiper-button-prev {
        width: 110px;
        top: 310px;
        line-height: 1;
        padding-bottom: 5px;
    }
}