﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');


body, .overlay, .overlay-nav, .en, .g-menu, nav, .en_font{
    font-family: 'Zen Kaku Gothic New', "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

/* ----------　font　---------- */

/* color -----------------------------------------------------------------------------*/
:root{
    --color1:#00011a;
    --color2:#eceffa;
    --color3:#1D24CA;
    --color4:#fbfbfb;
    --color5:#201658;
    --white:#ffffff;
    --black:#000121;
    --gray:#ccc;
}

.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 */
/* 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_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);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color5);
	opacity: 0.7;
	transition: all 0.5s;
}

body, .txt_color_nomal {
    color: var(--black);
}

body#body {
    background: var(--white);
}



/* ----------　body　---------- */
body{
    overflow:hidden;
}

#loading_line {
    background-color: var(--color1);
}

#loading_bg{
    background-color: var(--color3);
}

.more a{
    color: var(--white);
    background-color: var(--color3);
}

.more a:hover {
    background-color: var(--black);
}

/* ----------　hamburgermenu　---------- */
.g-menu{
    background: #3f3e3e;
}

.header_menu li:last-of-type a {
    background-color: var(--color4);
    color: var(--black);
    padding: 10px 12px;
}


/* ---------------------------------------------　TOP　---------------------------------------- */
#main .more a{
    width: 60%;
    font-size: 18px;
}

#main {
    height: auto!important;
    position: relative;
}


#main:before, #main:after {
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(./Dup/img/main1.png);
    background-size: 100%;
    width: 26vw;
    height: 42vw;
    z-index: 1;
    opacity: 0.5;
}
#main:after {
    bottom: 0;
    right: 0;
    transform: scale(-1, -1);
}


#main .main_box {
    max-width: 350px;
    left: 0;
    bottom: 0;
    height: 100vh;
    z-index: 2;
}

h1.logo.mg_b-40px.mg_b-30px_tb {
    margin-top: 20px;
    text-align: center;
}

.main_box .txt_box {
    font-style: italic;
    position: absolute;
    padding: 0px 20px;
    padding-top: 0;
    padding-bottom: 0.5vw;
    background: white;
    white-space: nowrap;
    left: 15%;
    top: 55%;
}

p.main_txt2 {
       font-size: 1.1vw;
    font-weight: bold;
    margin-top: 10px;
    color: #0c4d67;
    letter-spacing: 1px;
}

.main_box h2 {
    font-size: 3vw;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 0;
    color: var(--color3);
    position: relative;
    left: -5px;
    line-height: 6vw;
    font-weight: bolder;
}

#main .entry.more.en_font {
    position: absolute;
    bottom: -100px;
    left: 0;
    white-space: nowrap;
    width: 65%;
}

.main_txt {
    font-style: italic;
    line-height: 1.7;
    color: #fff;
    letter-spacing: 6px;
    font-size: 30px;
    font-weight: 100;
}

.catch_img {
    overflow: hidden;
}

.offer_box {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}

/* 横に揺れる */
#catch .cta_style4 {
    display: block;
    animation: cta_style4 2s infinite;
    width: 45%;
}

@keyframes cta_style4 {
    0% {transform: translate(2px, 0px);}
    5% {transform: translate(-2px, 0px);}
    10% {transform: translate(2px, 0px);}
    15% {transform: translate(-2px, 0px);}
    20% {transform: translate(2px, 0px);}
    25% {transform: translate(-2px, 0px);}
    30% {transform: translate(0px, 0px);}
}

#main .cms_img1 img, .catch_img img {
transform: scale(1.2);
transition: all 5.5s;
}

#main .cms_img1.trans img, .catch_img.trans img {
transform: scale(1);
}

/* ----------　video:before　---------- */
#video:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.18);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}



/* ----------　bnr_recruit　---------- */
.banner {
    position: fixed;
    width: 300px;
    right: 30px;
    bottom: 0;
    z-index: 3;
}

.banner_fix img{
	transition: opacity 0.5s;	
}
.banner_fix img:hover{
    opacity: 0.6;
}

/* ----------　catch　---------- */
.catch {
    width: 21%;
    position: absolute;
    top: 0;
    z-index: 2;
    max-width: 390px;
    left: 0;
    transition: 0.3s;
}

.catch_txt h2 {
    letter-spacing: 6px;
    font-weight: bold;
    font-size: 31px;
    margin-top: -25px;
    margin-bottom: 40px;
    text-align: center;
}

.catch_box:before {
    left: -2%;
    bottom: 14%;
    width: 90%;
}

#contents .box .no::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    top: 50%;
    left: 5%;
    background-color: #ffffff;
    transform: translate(0, -50%);
}

#contents .box .box_item:after {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, var(--color1) 50.5%) no-repeat top left / 100% 100%;
}

/* ----------　shop_info　---------- */
.shop_info .info, .shop_info .contact{
    position: relative;
    background-color: rgba(1, 1, 1, 0.7);
}
.shop_info .info{
    background-image: url(./Dup/img/fbg1.png);
    filter: grayscale(100%);
    transition: 0.3s;
    background-size: cover;
    background-position: center top 5%;
}
.shop_info .contact{
    background-image: url(./Dup/img/fbg2.png);
    filter: grayscale(100%);
    transition: 0.3s;
    background-size: cover;
    background-position: center top 24%;
}
.shop_info h2 span{
    display: block;
    font-size: 16px;
}
.shop_info .info::before, .shop_info .contact::before{
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid rgba(245, 246, 247, 0.8);
}

/* ----------　footer　---------- */
footer:before {
    content: "";
    display: block;
    position: absolute;
    background: rgb(71 71 71 / 72%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer .entry.more a:after {
    background-color: var(--color2);
}

#page-top p {
position: relative;    
}

/* -------------------　BLOG　----------------- */
.topcms_news_type2 .date {
    color: #fff;
    background-color: #010101;
    border: none;
    display: inline-block;
    padding: 5px;
}
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #1c1a20;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}


/* ----------　pager　---------- */


.link_type2 .cate_box a {
    color: var(--white);
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: var(--color3);
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}

/*  ---------------　募集要項　▼- ---------------- */
.cms_6-b .cate_box .box_txt1 {
    background-color: var(--black);
}

 .cms_6-b .cate_box .box_txt2{
    background-color: var(--white);
 }
/*  ----------------　募集要項　▲- --------------- */

/* ---------------------------------　下層ページ　--------------------------------- */
#page_title:before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, var(--color1) 50.5%) no-repeat top left / 100% 100%;
}

.content_wrap {
    background-color: rgb(255 255 255 / 95%);
}

/*  ---------------　お知らせ　▼ --------------- */
/*  ---------------　お知らせ　▲ --------------- */

/* ---------------　〇〇〇について　▼-------------- */
/* ---------------　〇〇〇について　▲------------ */


/*  ---------------　業務内容 ▼ --------------- */
/*  ---------------　業務内容 ▲ --------------- */


/*  ---------------　募集要項　▼- ---------------- */
#cms_6-b .cate_box .box_txt1{
    background-color: var(--black);
}

 #cms_6-b .cate_box .box_txt2{
     background-color: var(--white);
 }
/*  ----------------　募集要項　▲- --------------- */

/* *  ---------------　1日の流れ　▼*  --------------- */
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: var(--color3);
	opacity: 0.1;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: var(--black)
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}
/* *  ---------------　1日の流れ　▲*  ---------------- */


/* ----------　会社情報　▼---------- */
.page7 .box .box_item:first-child {
    background-color: var(--color3);
    padding: 15px;
}
/* ----------　会社情報　▲---------- */

/* ----------　お問い合わせ　▼---------- */
.fa-envelope:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
}
/* ----------　お問い合わせ　▲---------- */

/* ----------　プライバシーポリシー ▼---------- */
.page9 .box_wrap .box h3 {
    color: var(--color3);
    border-color: var(--color3);
}
/* ----------　プライバシーポリシー ▲---------- */

/* ----------　サイトマップ　▼---------- */

@media screen and (max-width:1600px){
    /*#page_title {*/
    /*    height: 400px;*/
    /*}*/
}
/* ----------　サイトマップ　▲---------- */

/*-------------------------------------------------------1536　▼-------------------------------------------------------*/
@media screen and (max-width: 1536px){
}
/*-------------------------------------------------------1536　▲-------------------------------------------------------*/

/*-------------------------------------------------------1530 × 735　▼-------------------------------------------------------*/
@media screen and (max-width: 1530px){
}

/*-------------------------------------------------------1530 × 735　▲-------------------------------------------------------*/

/*-------------------------------------------------------1366　▼-------------------------------------------------------*/
@media screen and (max-width: 1366px){
.offer_box {
        width: 50%;
}
}
/*-------------------------------------------------------1366　▲-------------------------------------------------------*/

/*-------------------------------------------------------タブレット ▼-------------------------------------------------------*/
@media screen and (max-width: 768px){

#main .main_box {
    width: 80%;
}

#main:before, #main:after {
    width: 50vw;
    height: 68vw;
}


.main_box .txt_box{
    padding: 0px 30px;
    left: 5%;
    top: 48%;
}

.main_box h2 {
    font-size: 4vw;
}

#main .entry.more.en_font {
        width: 60%;
    }

.catch {
    width: 20%;
}

.catch_box {
    padding-top: 0px;
    padding-bottom: 0px;
}

.catch_box{
        padding-left: 40px;
        padding-right: 40px;
}

.catch_txt h2 {
    letter-spacing: 3px;
}

    .offer_box {
        width: 78%;
    }

#contents .box .box_item:after{
        margin-left: -1px;
}

#page_title{
        background-position: center;
}

#page_title:before {
    bottom: -1px;
}

.topcms_news_type2 .cate_box {
        width: 100%!important;
}

.topcms_news_type2 .txt_height {
        height: 3em;
}

#fix_banner {
    width: 265px;
    left: 26px;
}

.cate_list div.d_flex {
width: 100%!important;
    }
    
#header .logo {
    max-width: 185px;
}

.cms_wrap {
    width: 95%;
}

.catch_box:before {
    left: -2%;
    bottom: 14%;
    width: 90%;
}

#contents .no .en_font {
        font-size: 25px;
}

.main_txt {
    font-size: 5vw;
}

footer {
    background-size: auto 49%;
    background-position: 75% 100%;
}

}
/*-------------------------------------------------------タブレット▲-------------------------------------------------------*/

/*-------------------------------------------------------スマホ　▼-------------------------------------------------------*/
@media screen and (max-width: 667px){


#main .main_box h1 {
        max-width: 135px;
        margin-bottom: 0%;
    }

#main .main_box {
        top: 6%;
        left: 0;
        right: 0;
        transform: inherit;
        margin: auto;
        width: 100%;
    }

.main_box .txt_box {
    font-style: italic;
    position: absolute;
    padding: 0px 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: white;
    white-space: normal;
    left: -1%;
    width: 95%;
    top: 40%;
}

#main .main_box h2 {
        font-size: 6.5vw;
}

#main .entry.more.en_font {
        position: absolute;
        bottom: -71px;
        left: 0;
        white-space: nowrap;
        width: 120%;
  }



#page_title {
    height: 175px;
    margin-bottom: 20px;
}

.pager {
        margin-bottom: 70px;
    }


.cms_title h2 {
    font-size: 20px;
    margin-top: 11px;
    }
    
.shop_info h2 {
        font-size: 21px;
    }

/*.main_txt {*/
/*    text-shadow: 2px 0px 5px rgba(56, 56, 56, 0.55), -1px 0px 3px rgba(64, 64, 64, 0.50);*/
/*}*/
.page_title p {
        font-size: 27px;
    }

.catch_txt h2 {
    font-size: 17px;
    letter-spacing: -1px;
    margin-top: 0px;
    margin-bottom: 18px;
}

.bnr_recruit {
    width: 35%;
    position: fixed;
    filter: drop-shadow(-1px 0px 4px rgba(0,0,0,0.4));
}

#fix_banner {
    position: fixed;
    left: 94px;
    bottom: 10px;
    z-index: 99;
    max-width: 250px;
    transition: all 0.3s;
}

#contents .box .box_item:after {
        background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #010101 50.5%) no-repeat bottom left/100% 100%;
}

#contents .box .box_item {
        padding: 60px 40px;
}

#top_cms .cms_title h2 span {
        font-size: 40px;
}

.page_title_box .font_30up{
        font-size: 28px;
}

.page_title_box .font_9up{
        font-size: 16px;
}

.cate_list p {
        left: -45px;
}

.cate_list li a:hover {
        transform: scale(1.0) translateY(0);
}

.page10 .more a {
        font-size: 16px;
}

.page10 .more a:after{
        width: 8%;
}

footer .logo{
    max-width: 72%;
    margin: 0 auto 30px;
    text-align: center;
}

.shop_info h2:before {
    font-size: 46px;
    bottom: -51px;
}

.shop_info .info, .shop_info .contact {
    padding: 95px 0;
}

}


.menu-content-nav li:nth-child(1){
    margin-left: -8px;
}

.menu-content-nav li:nth-child(6) {
    margin-left: -7px;
}

@media screen and (max-width: 768px){
.menu-content-nav li:nth-child(1),.menu-content-nav li:nth-child(6){
    margin-left: -3px;
}

.tel a, .mail a {
    font-size: -webkit-calc(1rem + 15px);
    font-size: calc(1rem + 15px);
}

}

@media screen and (max-width: 667px){
.menu-content-nav li:nth-child(1),.menu-content-nav li:nth-child(6){
    margin-left: -3px;
}
}