﻿/* ----------　all　---------- */
.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
figure img {
    border-radius: 20px;
}
#fix_bnr {
    bottom: 10px;
    left: 5px;
    z-index: 5;
    width: 22%;
}
.sl {
    display: none;
}
.jp, .en {
    font-family: "Caveat Brush";
}
.footer_sitemap {
    border: none;
}
/* ----------　TOP　---------- */

#main_img {
    padding-top: 150px;
    padding-bottom: 50px;
    background: var(--grad);
}
#main_img:before,#main_img:after, #con2:before,#topCms:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/tc.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    mix-blend-mode: luminosity;
    opacity: 0.4;
}
.fv_img {
    z-index: 2;
    position: relative;
    display: block;
    width: 70%;
    margin: 0 auto;
}
.fv_img_sp {
    display: none;
}
#con2 .topimg3:before, #con2 .topimg2:before {
    content: "before";
    position: absolute;
    left: 20px;
    top: 10px;
    background: var(--color5);
    padding: 0px 4%;
    border-radius: 50px;
}
#con2 .topimg2:before {
    content: "after";
    background: var(--color1);
    color: #fff;
    font-size: 20px;
}
#con2:before {
    z-index: -1;
}
#topCms:before {
    z-index: -1;
}
/* ----------　下層ページ　---------- */
#cms_2-b .cate_title {
    border-radius: 50px;
}
#cms_2-b .cate_box {
    border-radius: 0 20px 20px 0;
}
.cate_list li a:hover {
    background: var(--color1);
    color: #fff;
}
.cate_list li a {
    border: 1px dashed;
}
/* 会社情報 */
/* お問い合わせ */
.radio_wrap .radio-input {
    display: none;
}
.radio_wrap .radio-input + label {
    padding-left: 23px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}
.radio_wrap .radio-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9e9e9e;
    border-radius: 50%;
}
.radio_wrap .radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #4690a1;
    border-radius: 50%;
}
/* プライバシーポリシー */
/* サイトマップ */
#page10 .sitemap li a:hover {
    color: var(--color1);
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

/* ----------　all　---------- */
#fix_bnr {
    width: 45%;
}
#fakeloader .fl {
    max-width: 200px;
}
/* ----------　TOP　---------- */
#main_img {
    padding-top: 90px;
}
.fv_img {
    width: 95%;
}
.fv_star {
    width: 6vw;
    height: 6vw;
    top: 50px;
    left: 58%;
    z-index: 2;
}
/* ----------　下層ページ　---------- */
.cate_list li a {
    padding-left: 8px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/* ----------　all　---------- */
#fix_bnr {
    left: 50%;
    transform: translateX(-50%);
    width: 63%;
}
#fakeloader .fl {
    max-width: 130px;
}
.logo1 {
    max-width: 80px;
    padding-left: 0px;
}
#sp_nav .sp_nav_inner {
    padding: 20px 0px 50px 0px;
}
    #sp_nav .sp_nav_inner .menu__header .logo3 img {
    max-width: 80px;
}
    #sp_nav .sp_nav_inner .menu__header {
        padding: 5% 6% 5%;
    }
/* ----------　TOP　---------- */
.fv_img_pc {
    display: none;
}
.fv_img_sp {
    display: block;
}
.fv_img {
    width: 90%;
}
#main_img {
    padding-top: 80px;
}
#main_img:before{
    height: 120%;
}
#con2 .topimg3:before, #con2 .topimg2:before {
    left: 5px;
    top: 5px;
}
#con2 .topimg2:before {
    font-size: 18px;
}
.title {
    line-height: 1.5;
}
.cmstitle {
    margin-bottom: 0px;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* ----------　PC確認サイズ　---------- */
/* 1536 */
@media screen and (max-width: 1536px){}
/* 1530 × 735 */
@media screen and (max-width: 1530px){}
/* 1366 */
@media screen and (max-width: 1366px){}