﻿
/* ----------　all　---------- */
.linkStyle{
	color:var(--color2);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
/* #header::before {
    background: transparent;
} */
#loading img {
    max-width: 500px;
}
#header .contact_bt a {
    background: var(--color2);
    color: var(--black);
    font-weight: bold;
    border-radius: 5px;
}

#header .contact_bt a:hover {
    background: var(--color3);
    color: var(--white);
}
.footer_logo {
    max-width: 400px;
}
/* ----------　TOP　---------- */
#pc_nav li a {
    font-weight: bold;
    text-shadow: none;
    color: var(--black);
}
#pc_nav .contact_bt {
    background-color: transparent;
    transform: translateX(0px);
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}


#pc_nav .contact_bt a {
    text-shadow: none;
    color: var(--black);
    background: var(--color2);
    border-radius: 5px;
}

#pc_nav .contact_bt a:hover {
    background: var(--color3);
    color: var(--white);
}

#main_img .main_txt {
    width: 11%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    height: 100%;
    top: 0;
    left: auto;
    right: clamp(290px, 20%, 1000px);
    transform: translateX(10px);
    padding: 4% 2%;
}
.main_right img {
    height: 100%;
    object-fit: cover;
}
#contents1 .con_box,#contents1-h .con_box {
    border-radius: 10px;
}
#contents1 .posi_abs,#contents1-h .posi_abs {
    background-size: contain;
    background-repeat: no-repeat;
   transform: rotate(-5deg);
} #contents1-h .posi_abs {
    transform: rotate(5deg);
}
#contents1 .con_box .con_sub_title,#contents1-h .con_box .con_sub_title {
    color: var(--white);
    letter-spacing: -3px;
}
.topcms_menu_type3 h3 {
    border-radius: 5px;
}
.v_type3 .cate_box {
    border-radius: 10px;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

/* ----------　all　---------- */
#header h1 img {
    width: 250px !important;
}
/* ----------　TOP　---------- */
#video {
    height: 70vh;
}

video {
    min-height: 100%;
    object-fit: cover;
}
#main_img {
    align-items: start;
}
#main_img .main_txt {
    width: 16%;
    top: 0;
    left: 67%;
    right: auto;
    padding: 9% 2.5%;
}
#contents1 .posi_abs, #contents1-h .posi_abs {
    z-index: 2;
}
#top_cms .cms_title h2 {
    font-size: 35px;
}
#contents1 .con_box .con_sub_title,#contents1-h .con_box .con_sub_title {
    display: none;
}
/* ----------　下層ページ　---------- */
#under_page .under_box {
    padding: 5%;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/* ----------　all　---------- */
html, body{
    line-height: 1.8;
} 
#header h1 img {
    width: 170px !important;
}
.sp_contact_bt a {
    box-shadow: none;
    background: var(--color2);
    color: #000;
}
.sp_contact_bt a:hover {
    color: var(--black);
}
#loading img {
    max-width: 270px;
}
.footer_logo {
    max-width: 300px;
}
/* ----------　TOP　---------- */
#main_img {
    height: 80vh!important;
}
#video {
    height: 70%;
    width: 100% !important;
}
.main_right {
    height: 30% !important;
    width: 100%!important;
}
#main_img .main_txt {
    width: 100%;
    top: 61%;
    left: 0;
    padding: 5% 5% 3%;
    height: auto;
    bottom: auto;
}
#contents1 .con_box, #contents1-h .con_box {
    width: 100% !important;
    padding: 80px 10px 50px 15px;
}
#contents1 .con_title {
    letter-spacing: 1px;
}
#contents1 .con_box {
        top: -40px;
    }
    
#top_cms .cms_title h2 {
    font-size: 28px;
    letter-spacing: 3px;
}
#top_cms .more a {
    margin-top: 10px;
}
.con_box p {
    line-height: 1.5;
}
.con_box .tel_bt {
    font-size: 18px;
    letter-spacing: 1px;
}
#top_info .con_title {
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
/* ----------　下層ページ　---------- */
#page_title .page_title_box {
    top: 100px;
}
.cate_list {
    padding: 0;
    background: transparent;
    margin-bottom: 50px;
}
#under_page .under_box {
    top: -40px;
    padding: 20px 10px;
}
#page_title .page_title_box h2 {
    line-height: 1.2;
}
#page_title h2 {
    font-size: 28px;
    letter-spacing: 0px;
}

.v_type3 .box_txt1 {
    line-height: 1.6;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* ----------　PC確認サイズ　---------- */
/* 1536 */
@media screen and (max-width: 1536px){}
/* 1530 × 735 */
@media screen and (max-width: 1530px){}
/* 1366 */
@media screen and (max-width: 1366px){}