@charset "utf-8";
@import url("root.css");
/*-----*RESET CSS*-----*/
*:where(:not(iframe, canvas, img, svg, video):not(svg *)){all: unset;display: revert;}
*,*::before,*::after{box-sizing: border-box;}
ol,ul{list-style: none;}
img{width: 100%;vertical-align: bottom;}
/*-----*RESET CSS*-----*/

* {
    font-size: min(2.5vw,10px);
    line-height: 1.7;
    word-break: break-all;
    font-family: 'Noto Sans JP','Roboto', sans-serif;
}

a:hover {
    cursor: pointer;
}

h2 {}
p,dt,dd,li,th,td,a,strong,h4,h5,h6,i,em,s,ins,del,sup,sub,tt,aside,article,header,footer,address,b { font-size:1.6rem; }
strong {font-weight: bold;}
span,small { font-size:calc(1.8rem * 0.8); }

body {
    color: var(--base-color02);
    background: var(--base-color03);
    font-family: 'Noto Sans JP','Roboto', sans-serif;
	min-width: 1140px;
}

@media screen and (max-width: 768px) {
body {

	min-width:100%;
}
}


img {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}

img.fade-in-active {
  opacity: 1;
  transform: translateY(0);
}

/***************************************
---------------- 共通 ----------------
***************************************/
.box{
margin: 0 auto;
width: 1140px;
padding: 80px 0;
}


.row{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.col{
width: 530px;
margin: 0 80px 80px 0;
}
.col:nth-child(2n){margin: 0 0 80px 0;}


.link_a a{
padding: 10px 0;
font-size: 24px;
font-weight: 500;
color:var(--base-color03);
background-color: var(--base-color01);
margin: 0 auto;
border-radius: 50px;
display: block;
position: relative;
text-align: center;
width: 400px;
}

.link_a :after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top:18%;
  right: 30px;
}

.link_a a:hover{
color: #f9fa8f;
transition: .3s;
}


.link_b a{
padding: 10px 0;
font-size: 24px;
font-weight: 500;
color:var(--base-color02);
background-color: var(--base-color03);
margin: 0 auto 50px;
border-radius: 50px;
display: block;
position: relative;
text-align: center;
width: 400px;
}

.link_b a:after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top:18%;
  right: 30px;
  color:var(--base-color01);
  
}


.link_b a:hover{
color:  var(--base-color01);
transition: .3s;
}

@media screen and (max-width: 768px) {
.box{
margin: 0 auto;
width:90%;
padding: 40px 0;
}
.row{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.col{
width: 100%;
margin:0;
}
.col:nth-child(2n){margin: 0;}


.link_a a{
width: 80%;
font-size: 16px;.link_b a
}

.link_a :after {
top:20%;
right: 20px;
font-size: 110%;
}

.link_a a:hover{}


.link_b a{
padding: 10px 0;
font-size: 16px;
font-weight: 500;
color:var(--base-color02);
background-color: var(--base-color03);
margin: 0 auto 20px;
border-radius: 50px;
display: block;
position: relative;
text-align: center;
width: 90%;
}


}


/***************************************
---------------- HEADER ----------------
***************************************/

header {
    width: 100%;
    padding: 20px 0 0 0;
    background: var(--base-color03);
}
header .header_wrap {
    width: min(100%, 1200px);
    height: 40px;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
header .header_wrap h1 {
    width: 300px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.header_right {
    width:900px;
    display: flex;
    flex-wrap: nowrap;
	justify-content: flex-end;
}
.navigation {}

.page_link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    list-style: none;
    justify-content:flex-end;
}

.page_link li {
    display: flex;
    align-items: center;
	padding: 0 15px;

}

.page_link a {
    color: var(--base-color02);
	font-weight: 500;
}
.page_link a:hover {}

.phone_num {
    display: flex;
    align-items: center;
}
.phone_num a {
    font-size:14px;
	background-color:  var(--base-color01);
	color: var(--base-color03);
	padding: 5px 20px;
	display: flex;
    align-items: center;
	border-radius: 50px;
	position: relative;

}
.phone_num i {
	color: var(--base-color03);
	padding: 0 0 0 10px;


}

#menu-btn-check,
.menu-btn,
.store_name {
    display: none;
}

@media screen and (max-width: 768px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: var(--base-color03);
        z-index: 999;
        display: flex;
        align-items: center;
    }
    .header_wrap {
        display: none;
    }
    header .header_wrap h1 {
        width: min(60%, 200px);
        margin-left: 20px;
    }
    .menu-btn {
        position: fixed;
        top: 13px;
        right: 13px;
        display: flex;
        height: 54px;
        width: 54px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        color: var(--base-color01);
    }
    .menu-btn span.bar,
    .menu-btn span.bar:before,
    .menu-btn span.bar:after {
        content: "";
        display: block;
        height: 3px;
        width: 34px;
        border-radius: 3px;
        background-color: var(--base-color01);
        position: absolute;
    }
    .menu-btn span {
        position: absolute;

        bottom: 0;
		font-size: 12px;
		color: var(--base-color01);

    }
    .menu-btn span.bar:before {
        top: -10px;
    }
    .menu-btn span.bar {
        top: 20px;
    }
    .menu-btn span.bar:after {
        top: 10px;
    }
    #menu-btn-check:checked ~ .menu-btn span.bar {
        background-color: var(--base-color03);
    }
    #menu-btn-check:checked ~ .menu-btn span.bar::before {
        top: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span.bar::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .navigation {
        width: 100%;
        height: calc(100% - 80px);
        position: fixed;
        top: 80px;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index:99999;
        background-color: var(--base-color03);
        transition: all 0.5s;/*アニメーション設定*/
        overflow-y: scroll;
        padding-bottom: 40px;
        height: 100%;
    }
    .navigation ul#page_link {
	    width: 100%;
        padding: 25px;
        height: auto;
        background-color: var(--base-color01);
    }
    .navigation ul#page_link > li {
        width: 100%;
        margin: 0;
        border-bottom: solid 1px var(--base-color03);
        list-style: none;
    }

    .navigation ul#page_link > li:last-of-type{
        width: 100%;
        margin: 0;
        border-bottom: solid 0 var(--base-color_gr);
        list-style: none;
    }

    .navigation ul#page_link li:not(:last-of-type)::after {
        content: none;
    }
    .navigation ul#page_link > li a,
    .navigation ul#page_link > li span {
        display: block;
        width: 100%;
        height: auto;
        font-size: calc(1.8rem * 1.3);
        box-sizing: border-box;
        color:var(--base-color03);
        text-decoration: none;
        padding: 9px 0 10px 0;
        position: relative;
        line-height: 2.5;
    }
    .navigation ul#page_link > li:before,
    .navigation ul#page_link > li:last-of-type:after {
        content: none;
    }
    .navigation ul#page_link > li a:hover,
    .navigation ul#page_link > li span:hover {
        background: none;
        color: inherit;
    }
    #menu-btn-check:checked ~ .navigation {
        left: 0;/*メニューを画面内へ*/
		
    }
    .navigation li.has-child ul{
        position: static;
        background: none;
        width: calc(100% - 2px);
        visibility: hidden;
        opacity: 1;
        transition: none;
        display: none;
    }
    .navigation li.has-child {
        flex-wrap: wrap; 
    }
    .phone_num {
        width: 100%;
        margin: auto;
        padding: 25px;
    }
    .phone_num a {
        color: var(--base-color03);
        justify-content: center;
        margin-bottom: 10px;
    }
    .phone_num a::before {
        content: url(../img/tel_wh.svg);
    }
    .phone_num p {
        color: var(--base-color03);
        text-align: center;
        font-size: 1.8rem;
    }
    .chirashi_btn {
        width: 70%;
        padding: 15px;
        margin: auto;
    }
	
	.n_img{width: 100%;margin:10px  auto;text-align: center;display: flex;justify-content: center;}
}

/***************************************
---------------- LAYOUT ----------------
***************************************/



.container {
    width:1140px;
    margin: 0 auto 0;
    padding:50px 0 100px 0;

}
@media screen and (max-width:1199px){
    .container {
        width:90%;
        padding: 0;
    }
}
@media screen and (min-width:769px){
    .sp { display:none; }
}
@media screen and (max-width:768px){
    .pc { display:none; }
    .sp { display:block; }
    .left_contents {
        width:100%;
        margin-right: 10px;
    }
    #sidebar { width:100%; }
}


#pagetitle {
    width: 100%;
    color: var(--base-color03);
    border-radius: 0 0 40px 40px;
    padding: 70px 0;
    background: url(../img/title_service.png) top center no-repeat var(--base-color01);
	background-size: 25%;
	margin: 0 auto;
	text-align: center;
}
#pagetitle h2 {
    font-size: 4rem;
    color: var(--base-color03);
    font-weight: bold;
	text-align: center;
}

#pagetitle span {
    font-size: 1.4rem;
    color: var(--base-color03);

}
@media screen and (max-width:768px){
#pagetitle {
    width: 100%;
    color: var(--base-color03);
    border-radius: 0 0 40px 40px;
    padding: 20px 0;
    background: url(../img/title_service.png) top center no-repeat var(--base-color01);
	background-size:50%;
	margin: 80px auto 0;
	text-align: center;
}
#pagetitle h2 {
    font-size: 2rem;
    color: var(--base-color03);
    font-weight: bold;
	text-align: center;
}

#pagetitle span {
    font-size: 1.4rem;
    color: var(--base-color03);

}
}

#pan {
    margin: 0 auto;
    padding: 20px 0;
    width: 1140px;
    font-size: 14px;
}


@media screen and (max-width:768px){
#pan {
    margin: 0 auto;
    padding: 20px 0;
    width: 90%;
    font-size: 12px;
}
#pan a{
    font-size: 12px;
}
}

/***************************************
--------------- HEADLINE ---------------
***************************************/


@media screen and (max-width:768px){
    h2 {
        font-size: min(4.3vw, 1.8rem);
    }
}



/***************************************
-------------- PAGENATION --------------
***************************************/

.pagination {
    width: min(100%,500px);
    margin: 60px auto;
}
.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.pagination li {
    width: 8%;
    line-height: 1.5;
}
.pagination li:not(:last-of-type) {
    margin-right: 2%;
}
.pagination li a {
    display: flex;
    font-size: calc(1.8rem * 0.8);
    color: var(--base-color02);
    border: 1px solid var(--base-color01);
    width: 100%;
    height: 42px;
    align-items: center;
    justify-content: center;
}
.pagination li.active a {
    background: var(--base-color01);
    color: var(--base-color03);
}

/***************************************
---------------- FOOTER ----------------
***************************************/

footer {background: var(--footer-color);padding: 80px 0;}
.footer_bg {width: 100%;}
.ft_box {
    width:1200px;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
    padding: 20px 0;
    margin: 0 auto;
}

.ft_box_logo {
width:40%;
color: var(--base-color03);
}

.ft_box_logo img{width:auto;padding: 0 0 10px 0;}

.ft_box_link {
    width:60%;
	color: var(--base-color03);
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	text-align: right;
	font-size: 16px;
}

.ft_box_link a {
	color: var(--base-color03);
}
.ft_box_link ul {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	text-align: right;
	font-size: 16px;
}

.ft_box_link li {
padding: 0 20px;
border-right:1px solid var(--base-color03);
line-height: 1.4;
}
.ft_box_link li:last-of-type {border-right:0 solid var(--base-color03);}

.copyright {
    font-size: 1.6rem;
    width: 100%;
    padding:20px 0;
    text-align: center;
    color: var(--base-color02);
    background: var(--base-color03);
}

#page_top a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 100px;
    color: var(--base-color03);
    text-align: center;
    background: var(--base-color02);
    width: 60px;
    height: 60px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	z-index: 999;
}
#page_top a::before {
    content: "";
    width: 1px;
    height: 1px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--base-color03);
    border-left: 10px solid transparent; 
    margin-bottom: 5px;
}
#page_top a span {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.0;
}
@media screen and (max-width: 768px) {

footer {background: var(--footer-color);padding: 20px 0;}
.footer_bg {width: 100%;}
.ft_box {
    width:90%;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
    padding: 20px 0;
    margin: 0 auto;
}

.ft_box_logo {
width:100%;
color: var(--base-color03);
}

.ft_box_logo img{width:auto;padding: 0 0 10px 0;}

.ft_box_link {
    width:100%;
	color: var(--base-color03);
	display: flex;
	align-items: flex-end;
	justify-content:flex-start;
	text-align: right;
	font-size: 16px;
}

.ft_box_link a {
	color: var(--base-color03);
}
.ft_box_link ul {
	display: flex;
	align-items:center;
	justify-content: flex-start;
	text-align: left;
	font-size: 16px;
	flex-wrap: wrap;
	width: 100%;
}

.ft_box_link li {
padding: 20px 0;
border-right:0 solid var(--base-color03);
border-bottom:1px solid var(--base-color03);
line-height: 1.4;
width: 100%;
}
.ft_box_link li:last-of-type {border-right:0 solid var(--base-color03);}

.copyright {
    font-size: 1.2rem;
    width: 100%;
    padding:20px 0;
    text-align: center;
    color: var(--base-color02);
    background: var(--base-color03);
}

#page_top a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    color: var(--base-color03);
    text-align: center;
    background: var(--base-color02);
    width: 60px;
    height: 60px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
#page_top a::before {
    content: "";
    width: 1px;
    height: 1px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--base-color03);
    border-left: 10px solid transparent; 
    margin-bottom: 5px;
}
#page_top a span {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.0;
}
}


/***************************************
---------------- RECRUIT ----------------
***************************************/
#ENTER{
background-color: var(--sub-color01);
padding: 100px 0 0 0;
}

#ENTER p{
margin: 50px auto 20px;
text-align: center;
font-size: 16px;
color: var(--base-color03);	
position: relative;
z-index: 3;
}

#ENTER .link_b a{
position: relative;
z-index: 3;
}


#ENTER .oubo{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 0;
width: 1140px;
padding: 0 0 100px 0;
}

#ENTER .col_01{
width: 50%;
background: url(../img/recruit_bg02.png) top right no-repeat var(--base-color01);
background-size: cover;
display: flex;
flex-wrap: wrap;
padding: 50px;

}

#ENTER .col_01 h3{
    margin: 0;
    font-size: 70px;
    font-weight: 900;
    color: var(--base-color01);
    width: 410px;
    border-bottom: 3px solid var(--base-color01);
	padding: 0 0 10px 0;
	text-align: left;
	line-height: 1;
}

#ENTER .col_01 h4{
margin: 10px 0 0 0;
font-size:16px;
color: var(--base-color02);
}

#ENTER .col_02{
width: 50%;
background-color: var(--base-color01);
color: var(--base-color02);
position: relative;
z-index: 2;
}


#ENTER .bg-glow_en {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('../img/recruit_bg03.png');
background-size:auto;
background-position: top right;
background-repeat: no-repeat;
z-index: 1;
animation: bgFlash 2s ease-in-out infinite;
}
/* 点滅アニメーション */
@keyframes bgFlash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3; /* 暗くなる or 光る効果として見える */
  }
}


.map {
    position: relative;
    width: 100%;
    padding-top:30%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
#ENTER{
padding: 0;
}

#ENTER .box{
margin: 0 auto 0;
width: 90%;
text-align: center;
padding: 0;
}

#ENTER h3{
margin:0 auto 20px;
font-size: 50px;
font-weight: 900;
color: var(--base-color03);	
width: 90%;
border-bottom:3px solid var(--base-color03);
}

#ENTER span{
margin: 0 auto;
text-align: center;
font-size: 14px;
color: var(--base-color03);	
}

#ENTER p{
margin: 20px auto 0;
text-align: left;
font-size: 16px;
padding: 0 0 0 20px;
color: var(--base-color03);	

}


#ENTER .oubo{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 0;
width: 90%;
padding: 30px 0 30px 0;
}

#ENTER .col_01{
width: 100%;
background: url(../img/recruit_bg02.png) top right no-repeat var(--base-color01);
background-size: cover;
display: flex;
flex-wrap: wrap;
padding: 20px;
margin: 0 auto;

}

#ENTER .col_01 h3{
    margin: 0;
    font-size: 50px;
    font-weight: 900;
    color: var(--base-color01);
    width: 90%;
    border-bottom: 3px solid var(--base-color01);
	padding: 0 0 10px 0;
	text-align: left;
	line-height: 1;
}

#ENTER .col_01 h4{
margin: 10px 0 0 0;
font-size:16px;
color: var(--base-color02);
}

#ENTER .col_02{
width:100%;
background-color: var(--base-color01);
color: var(--base-color02);

}
#ENTER .bg-glow_en {
background-size:100%;

}


#ENTER .link_b{
margin: 20px auto 0;
}
#ENTER .link_b a{
z-index: 33;
}

.map {
    position: relative;
    width: 100%;
    padding-top:50%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}







