﻿/* ----------　all　---------- */
.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
.font_14 {
    font-size: 16px;
}
body {
    overflow: hidden;
}
#main_menu ul li a {
    display: inline-block;
    color: var(--black);
    font-weight: bold;
}
#main_menu {
    text-align: center;
}
.head_banner a {
    padding: 25px 0;
    background: linear-gradient(318deg, var(--color1) 39%, var(--color5));
    font-size: 16px;
}
.head_banner a:hover {
    transform: scale(1.1);
}
.tel_bt a {
    color: var(--black);
    border-top: none;
}
.head_banner i {
    display: none;
}
h3,h4 {
    font-weight: bold;
}
#link_fixd {
    bottom: 10px;
    right: 10px;
    z-index: 10;
}
.tel_bt {
    display: none;
}
.foot_tel_bt {
    display: none !important;
}
/* ----------　TOP　---------- */
#main_img {
    overflow: visible;
}
#main_img:before {
    content: "";
    background-image: url(../img/fv_curve.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
}
.fv_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-image: url(../img/catch.png), url(../img/fv_man.png), url(../img/sub_catch.png);
    background-repeat: no-repeat;
    background-position: 20% 18%, 99% 96%, 17% 90%;
    background-size: 60%, 45%, 30%;
    z-index: 1;
}
#main_img img.object_fit_img {
    z-index: -1;
}
.button:hover::after {
    box-shadow: inset 0 0 0 15em var(--color1);
}
.txt2, .txt4, .txt5, .txt7,.cms_title h2,#page_title h2 {
    font-weight: bold;
    font-size: 2vw;
}
.con_no {
    font-size: 1.2vw;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
}
.cms_title p,#page_title p {
    font-size: 1.2vw;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
}
#contents3 {
    background: linear-gradient(168deg, var(--color1) 65%, var(--color5));
}
#contents1 {
    position: relative;
}

#contents1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/con_bg.png);
    bottom: -1px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position-x: 100%;
    z-index: -1;
}
/* ----------　下層ページ　---------- */
.cate_list li a {
    font-weight: bold;
    font-size: 16px;
    border: 1px solid;
}
.cms_title h2,#page_title h2 {
    background: linear-gradient(174deg, var(--color1) 40%, var(--color5) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

/* ----------　all　---------- */
.fat-nav li a {
    font-size: 16px;
}
.cate_list {
    justify-content: start;
}
#link_fixd {
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 50% !important;
}
.fat-nav.active li:last-of-type {
    display: none;
}
/* ----------　TOP　---------- */
#main_img {
    height: 70vh;
}
#main_img img.object_fit_img {
    min-height: 100%;
}
.fv_img:before {
    background-position: 20% 10%, 119% 96%, 8% 60%;
    background-size: 80%, 65%, 38%;
}
header .head_banner {
    width: 50%;
    margin-left: 0;
}
header .head_banner a {
    border: 1px solid #fff;
    padding: 27px 0;
}
header .head_banner a {
    border-radius: 0;
}
.head_banner a:hover {
    transform: none;
}

.txt2, .txt4, .txt5, .txt7, .cms_title h2, #page_title h2 {
    font-size: 5vw;
}
.con_no,.cms_title p, #page_title p {
    font-size: 3vw;
}
/* ----------　下層ページ　---------- */
    .cate_list {
        justify-content: center;
    }
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/* ----------　all　---------- */
/* header .head_banner {
    width: 100%;
}
header .head_banner a {
    border: none;
    border-radius: 0;
    border-top: 1px solid;
    padding: 20px 0;
} */
header .head_banner {
    display: none;
}
    #link_fixd {
        width: 100% !important;
    }
/* ----------　TOP　---------- */
.fv_img:before {
        background-position: 20% 7%, 119% 96%, 5% 41%;
        background-size: 92%, 73%, 52%;
}
.txt2, .txt4, .txt5, .txt7, .cms_title h2, #page_title h2 {
    font-size: 7vw;
}
#contents1:before {
    background-position: 100% 100%;
}
#contents1 {
    padding: 50px 8%;
}
#contents2 {
    padding: 70px 8% 130px;
}
.con_no, .cms_title p, #page_title p {
    font-size: 5vw;
}
#contents3 {
    padding: 0 8% 80px;
}
.more a{
    width: 250px;
}
#top_cms > .box {
    padding: 50px 5%;
}
/* ----------　下層ページ　---------- */
article.page_wrap {
    padding: 50px 8% 0;
}
.cate_list {
        margin-bottom: 50px;
    }
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* ----------　PC確認サイズ　---------- */
/* 1536 */
@media screen and (max-width: 1536px){}
/* 1530 × 735 */
@media screen and (max-width: 1530px){}
/* 1366 */
@media screen and (max-width: 1366p