﻿/* -----------------------------　body------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

body{
    font-family: 'Montserrat',"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    font-weight: 500;
}

.linkStyle{color: #333;border-bottom: 1px solid;}

.font1,#page_title h2 span,#top_cms h2 span,.more_bt a span,.tel_bt a, #top_info .more_bt2 a ,#top_news .news_sub_title,#top_news .more_bt a, #intro .bg_txt, #contents2 .top_title p, #top_info h2 , #f_contact .con_bt:before, #contents1 .about_txt,#top_info .more_bt a{font-family: "Audiowide", sans-serif;}



/* color -----------------------------------------------------------------------------*/
:root{
    --color1:#AABF0B;
    --color2:#005ca4;
    --color3:#077dd8;
    --color4:#d0e916;
    --color5:#d0d8909c;
    --color6:#ffffff;
    --white:#fafafa;
    --black:#333333;
    --gray:#ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
.txt_color6,.hvr_txt_color6:hover{color: var(--color6);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color6,.hvr_bg_color6:hover{background-color: var(--color6);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}
.border_color6,.hvr_border_color6:hover{border-color: var(--color6);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color4);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    overflow: hidden;
    background: var(--white);
}


/* ----------　custom_box　---------- */


/* ----------　custom　---------- */



/* ----------　more_bt　▼---------- */
.more_bt{
    margin-right: 0;
}

.more_bt .more_button{
    font-size: 20px;
}

.more_bt a{
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid;
    border-radius: 0;
    padding-bottom: 16px;overflow: inherit;
}

.more_bt a:before{
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: var(--color1);
    transition: all .3s ease-out .2s;
}

.more_bt a:hover:before{
    width: 100%;
}

.more_bt a::after {
    position: absolute;
    top: 58%;
    right: 35px;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent var(--black);
    border-style: solid;
    border-width: 8px 0 8px 14px;
    transform: translateY(-50%);
    transition: all .3s ease-out .2s;
}

.more_bt a span, #top_news .more_bt a,#top_info .more_bt a{
    font-size: 25px;
}

.more_bt a span.before{
    display: none;
}

.more_bt a:hover{
    background-color: #fb494900;
    color: var(--black);
}
/* ----------　more_bt　▲---------- */

/* ---------------------------------------------　TOP　---------------------------------------- */
#pc_nav ul:first-of-type {
    border-radius: 5px 0 0 5px;
}

#pc_nav ul:last-of-type {
    border-radius: 0 5px 5px 0;
}

#main_img::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* opacity: 0.26; */
    background-color: transparent;
}

.catch {
    max-width: 900px;
    width: 70%;
    z-index: 1;
    left: 0;
    bottom: 5%;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
}

#header.head_fix #pc_nav ul {
    height: 90px;
}

#logo {
    max-width: 250px;
}

.no {
    color: var(--white);
    font-size: 5rem;
    line-height: 1;
    font-style: normal;
}


#top_news {
    background-color: #abcc0a47;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.4) 5px, rgb(255 255 255 / 40%) 10px);
}

#top_news .news_sub_title{
    font-weight: 100;
}


/* ----------　intro　▼---------- */
#intro .intro_bg, #intro .bg_box {
    border-radius: 0 0 25px 0;
}

#intro .intro_bg {
    background:var(--color1);
    /*transform: skewX(-20deg);*/
}

#intro .bg_txt {
    font-size: 100px;
    line-height: 1em;
    opacity: 0.4;
    top: -30px;
    left: 0;
    color: var(--black);
    font-style: normal;
}

#intro h2, #intro p, #intro.no{color: var(--white);}


/* ----------　intro　▲---------- */

/* ----------　contents1　▼---------- */
#contents1 .about_txt {
    top: -270px;
    right: 0;
    font-size: 100px;
    line-height: 1em;
    opacity: 0.5;
    font-style: normal;
    color: var(--black);
}

#contents1 .img_box figure {
    border-radius: 0 0 25px 0;
}

#contents1 span.bg_color2 {
    background-image: url(Dup/img/bg01.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}

#contents1 .txt_box h2,#contents1 .contents_txt {
    color: var(--white);
}

/* ----------　contents1　▲---------- */

/* ----------　contents2　▼---------- */
#contents2 .no {
    color: var(--color4);
}

#contents2 .top_title {
    padding-bottom: 200px;
}

#contents2 .top_title h2 {
    font-size: 50px;
}

#contents2 .cate_box {
    border-radius: 5px;
}

/* ----------　contents2　▲---------- */

/* ----------　topcms　▼---------- */

.v_type1 .triangle {
    display: block;
    border-radius: 5px;
    border: var(--color2) solid 2px;
    box-shadow: 5px 5px 0 0 var(--gray);
}

.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: var(--white) transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}

.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: var(--black) transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}



/* ----------　topcms　▲---------- */

/* ----------　footer　▼---------- */
#top_info {
    background-image: url(Dup/img/bg_img.png);
    background-size: contain;
    background-position: center center;
    position: relative;
    background-color: var(--color5);
}

#top_info h2 {
    font-size: 4vw;
    position: absolute;
    top: -74px;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 12px;
    color: var(--color2);
}

#top_info .more_bt {
    margin-left: 0;
}

.tel_bt a {
    color: var(--color6);
    font-size: 30px;
}

.info_txt h3 {
    font-size: 35px;
}

.info_txt p {
    font-size: 20px;
}

#f_contact a span.hover_box {
    opacity: 0.5;
}

#f_contact .con_bt:before {
    content: "CONTACT";
    display: block;
    position: absolute;
    font-size: 80px;
    color: #ffffff;
    top: -80px;
    left: 50%;
    transform: translatex(-50%);
    opacity: 0.3;
}

#page-top a {
    border-radius:5px;
}


/* ----------　footer　▲---------- */


/* ---------------------------------　下層ページ　--------------------------------- */
#page_title {
    clip-path: ellipse(calc(50% + 300px) 100% at 50% 0%);
}

#page_title::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

#page_title h2 {
    color: var(--color4);
}


/*  ---------------　お知らせ　▼ --------------- */

.pager li {
    border: 1px solid var(--color1);
}

.pager li a {
    transition: 0.5s;
    color: var(--color1);
}

.pager li a:hover{
    border-radius: 0;
}

/*  ---------------　お知らせ　▲ --------------- */

/* ---------------　about　▼-------------- */

/*#page3 #cms_2-g .cate_list li {*/
/*    width: 100% ! IMPORTANT;*/
/*}*/


/* ---------------　about　▲------------ */


/*  ---------------　業務内容 ▼ --------------- */



/*  ---------------　業務内容 ▲ --------------- */


/*  ---------------　募集要項　▼- ---------------- */
/*  ----------------　募集要項　▲- --------------- */

/* *  ---------------　1日の流れ　▼*  --------------- */



/* *  ---------------　1日の流れ　▲*  ---------------- */

/* ---------------　お問い合わせ　▼*  ---------------*/
/* ---------------　お問い合わせ　▲*  --------------- */


/* *  ---------------　プライバシーポリシー ▼*  --------------- */
.shop .d_table ,.shop .d_table .d_table-cell{
    border-color: var(--color1) ! IMPORTANT;
}



/* *  ---------------　プライバシーポリシー ▲*  ---------------*/


/**  ---------------　サイトマップ　▼*  --------------- */
/**  ---------------　サイトマップ　▲*  --------------- */


@media all and (-ms-high-contrast: none){
}

@media screen and (max-width: 1700px){
}

/*-------------------------------------------------------1536-------------------------------------------------------*/
@media screen and (max-width: 1536px){

.catch {
    width: 40%;
}

#intro .bg_txt {
    top: -50px;
}

#contents1 .about_txt {
    top: -190px;
}

}

/*-------------------------------------------------------1530 × 735-------------------------------------------------------*/
@media screen and (max-width: 1530px){

.catch {
    width: 50%;
}


}


/*-------------------------------------------------------1366-------------------------------------------------------*/
@media screen and (max-width: 1366px){
#intro .bg_txt {
    font-size: 90px;
    top: -50px;
}

#contents1 .about_txt {
    top: -130px;
    font-size: 90px;
}

#top_info h2 {
    font-size: 7vw;
}

}

/*-------------------------------------------------------タブレット-------------------------------------------------------*/
@media screen and (max-width: 768px){
#main_img {
    height: 100vh!important;
}

#logo {
    max-width: 250px;
}

    .catch {
        width: 70%;
    }

#intro .intro_bg, #intro .bg_box{
    border-radius: 0;
}

    #intro .bg_txt {
        font-size: 80px;
        top: -10px;
    }

#contents1{padding-bottom: 50px;}

#contents1 .about_txt {
    top: -110px;
    right: -40px;
    font-size: 80px;
}


#contents2 .top_title {
    padding-bottom: 150px;
}

#contents1 h2 {
    font-size: 30px;
}

#contents2 .top_title h2 {
    font-size: 35px;
}


#top_cms {
    padding-top: 50px;
    padding-bottom: 10px;
}

.top_cms_box:last-of-type {
    margin-bottom: 60px;
}

#top_info h2 {
    font-size: 8.5vw;
    top: -60px;
}

#page_title{height: 400px;}

#sp_nav a.active {
    border-bottom: 1px solid var(--white);
}

footer {
    padding-bottom: 100px;
}

#page4 #cms_2-g .cate_list li {
    width: 50% ! IMPORTANT;
}

}

/*-------------------------------------------------------スマホ-------------------------------------------------------*/
@media screen and (max-width: 667px){


#loader.load .load_logo figure {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

#header.head_fix #pc_nav ul {
    height: 70px;
}

#logo {
    max-width: 180px;
}

#main_img:after{
    border-width: 119px 0 0 1140px;
}

.catch {
    width: 95%;
    bottom: 10%;
}

#intro:before{
    top: -62px;
    border-width: 62px 0 0 606px;
}

/*.cate_list {*/
/*        margin-bottom: 0;*/
/*    }*/

.TopTxt03, .TopTxt05, .TopTxt07 {
    font-size: 20.5px;
    letter-spacing: 0px;
}

.no {
    font-size: 3rem;
}

#intro .bg_txt {
    font-size: 40px;
    top: -5px;
    
}

#contents1 .about_txt {
    font-size: 40px;
    top: -40px;
    }

#intro h2 {
    font-size: 20px;
}

#contents1 {
    padding-bottom: 40px;
}

#contents1 h2 {
        font-size: 20px;
        letter-spacing: 0;
    }

#contents1 .dec{width: 50%;right: 150px;}

#contents2 .top_title h2 {
    font-size: 22px;
}

#contents2 .top_title p {
    font-size: 39px;
}

#contents2 .top_title {
    padding-bottom: 100px;
}

    #top_info h2 {
        top: -25px;
        font-size: 7vw;
        padding-bottom: 0px;
        padding-top: 0px;
    }

.tel_bt a {
    font-size: 20px;
}

#top_info .more_bt a {
    font-size: 20px;
}

#page_title {
    height: 300px;
}

#page_title h2 span{padding: 20px 50px 20px 50px;}

#page_title h3 span{padding: 10px 30px 10px 50px;}

.top_cms_box:last-of-type {
    margin-top: 30px;
}

}

/*お問合わせバナー*/
#fix_bnr {
    bottom: 20px;
    right: 99px;
    z-index: 11;
    width: 331px;
}
@media screen and (max-width: 1280px){
	#fix_bnr{width: 300px;}
}
@media screen and (max-width: 768px){
#fix_bnr {
    bottom: 31px;
    width: 350px;
}
}
@media screen and (max-width: 667px){
#fix_bnr {
    bottom: 10px;
    /*right: auto;*/
    max-width: 205px;
    width: 60%;
}
}