 @charset "UTF-8";
 @charset "UTF-8";

/*
// background
// ---------------------------------------------
*/

body{
    background-image: url(../images/recruit/bg01.jpg);
/*	background-position: bottom center;*/
	background-position: bottom right;
    color: #000;
    background-attachment: fixed;
    z-index: 1;
    transition: .7s;
    margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: flex;
  background-size: 110%;
  font-size: 100%;
}

.skip-header {
    position: absolute;
    left: -9999px;
    overflow: hidden;
}





@media screen and (max-width: 1024px) {


body{
  display: block;
}

}


.bg01,.bg02,.bg03,.bg04,.bg05,.bg06{
    background-size: 110%;
	background-position: bottom right;
}


.bg01{
    background-image: url(../images/recruit/bg01.jpg);
}
.bg02{
    background-image: url(../images/recruit/bg02_1.jpg);
}
.bg03{
    background-image: url(../images/recruit/bg03_1.jpg);
	
}
.bg04{
    background-image: url(../images/recruit/bg04_1.jpg);
}

.bg05{
    background-image: url(../images/recruit/bg05_2.jpg);
}
.bg06{
    background-image: url(../images/recruit/bg06_1.jpg);
}



main {
    padding-left: 320px;
}

#main {
    padding-left: 320px;
}


@media screen and (max-width: 1320px) {



body{
  background-size:110%;
  }


.bg01{
    background-size:110%;
	background-position: bottom right;
}

.bg02,.bg03,.bg04,.bg05,.bg06{
    background-size:110%;
/*	background-position: top center;*/
}
	
}


@media screen and (max-width: 1030px) {
	
body,.bg01,.bg02,.bg03,.bg04,.bg05,.bg06{
  background-size:cover;
  }

	
}



@media screen and (max-width: 1024px) {

main {
    padding-left: 0;
}


#main {
    padding-left: 0;
}

}


/*
// header
// ---------------------------------------------
*/

header .article{
/*	    position: absolute;*/
  box-shadow: none;
}

h1.logo{
  text-align: center;
/*    position: absolute;*/
    width: 100%;
    z-index: 1;
}

h1.logo img{
  max-width: 70px;
}


/*
// nav
// ---------------------------------------------
*/

.nav_wrapper {
  position: fixed;
  z-index: 0;
  width: 320px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(209, 255, 252, 0.9);
  display: block;
  height: 101%;
}


.nav_menu-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* left: calc((100% - 450px) / 4); */
    z-index: 5;
    width: 100%;
  text-align: center;
	
  /* 最大高さを設定（これを超えるとスクロール） */
  max-height: 740px; 
  /* 縦方向だけスクロールを許可 */
  overflow-y: auto;
  /* 横方向は隠す（必要であれば） */
  overflow-x: hidden;
}

.menu-title {
}

.menu-title img{
  width: 100%;
  max-width: 150px;
}

.nav_menu-wrap .nav_list {
    padding-left: 0;
    text-align: center;
    margin: 15px 0;
}

.nav_menu-wrap .nav_list li {
    list-style: none;
    border-bottom: 1px dotted #000;
  width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.nav_menu-wrap .nav_list li:last-child{
  border-bottom: none;
}

.nav_menu-wrap .nav_list li a {
  display: inline-block;
  padding: 15px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .nav_wrapper {
    display: none;
  }
}

/* current */
.current {
/*  background-color: #fa8072 !important;*/
}

.current a {
  text-decoration: none;
  color: var(--color_main)!important;
}



@media screen and (min-width: 1025px) {
.sp-menu {
  display: none;
}
}


@media screen and (max-width: 1024px) {


.sp-menu {
  display : block;
  }


.sp-menu .inner{
  padding: 0;
  }


/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: var(--color_sub);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
/*  border-bottom: 1px solid #333;*/
}
nav .inner ul li a {
  display: block;
  color: #000;
  font-size: 16px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
/*  background: #e4e4e4;*/
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}

/*
@media screen and (max-width: 420px) {
  nav {
    left: auto;
    width: 100%;
  }
}
*/


/*============
.toggle_btn
=============*/
.toggle_btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
    background-color: var(--color_main);
  border-radius: 50px;
  background-image: url(../images/recruit/sp-menu.png);
    background-position: center bottom 11px;
    background-size: 42px;
    background-repeat: no-repeat;
}

.toggle_btn span {
    display: block;
    position: absolute;
/*    left: 0;*/
    width: 32px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: all .5s;
    padding: 0px;
        /* text-align: center; */
        /* margin: 0 auto; */
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.toggle_btn span:nth-child(1) {
  top: 16px;
}
.toggle_btn span:nth-child(2) {
  top: 22px;
}
.toggle_btn span:nth-child(3) {
  top: 28px;
}

.open .toggle_btn {
  background-image: url(../images/recruit/sp-close.png);
  background-color:#fff;
}

.open .toggle_btn span {
  background-color: var(--color_main);
  left: 11px;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-335deg);
  transform: translateY(8px) rotate(-335deg);
  top: 12px;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-14px) rotate(335deg);
  transform: translateY(-14px) rotate(335deg);
  top: 34px;
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}


.sp-inst{
  display: block;
  position: fixed;
  top: 20px;
  right: 85px;
  width: 55px;
  height: 55px;
  z-index: 10;
}

.sp-inst img{
  width: 100%;
  border-radius: 50px;
}


}

@media screen and (max-width: 420px) {

.toggle_btn {
        top: 10px;
        right: 10px;
}


.sp-inst {
    top: 10px;
        right: 72px;
  }

}




.menu-inst{
  display: block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    transition: .7s;
    background-image: url(../images/recruit/sns-inst.png);
    background-repeat: no-repeat;
    background-position: left 60px center;
    background-size: 18px;
  max-width: 220px;
    margin: 0 auto 15px auto;
}


.menu-inst a{
  display: block;
    color: #000;
    text-decoration: none;
    padding: 12px 0 12px 25px;
    transition: .7s;
    font-weight: 700;
}


.menu-entry{
  display: block;
    width: 100%;
    background-color: var(--color_accent);
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
    transition: .7s;
  max-width: 220px;
    margin: 0 auto;
}


.menu-entry a{
  display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    padding: 12px 0;
    transition: .7s;
    font-weight: 700;
}



/*
// slide-btn
// ---------------------------------------------
*/

.slide-btn {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto 1.5em auto;
  padding: 15px;
  border: 2px solid var(--color_main);
  color: var(--color_font);
  background: #fff;
  cursor: pointer;
  font-weight: bold;
}

.slide-contents {
  width: 100%;
  margin: 0 0 1.6em 0;
  display: none;
  overflow:hidden;   
  padding:0;
}


.slide-contents p{
    width: auto;
    margin: 0 0 1.6em 0;
    padding: 0px 15px;
    font-size: 15px;
    line-height: 180%;
}

.slide-inner{
  padding:12px 0;    /* 余白は内側へ逃がす */
}
.slide-inner p:first-child { margin-top: 0; }
.slide-inner p:last-child  { margin-bottom: 0; }

/*
// plus icon
// ---------------------------------------------
*/

.plus::before,.plus::after  {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: var(--color_main);;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}

.plus::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}

.plus.show::before {
    opacity: 0;
}

.plus.show::after {
    transform: translateY(-50%) rotate(180deg);
}


/*
// fuwafuwa
// ---------------------------------------------
*/

@keyframes fuwafuwa {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}


@keyframes fuwafuwa2 {
  0% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(-8%);
  }
}


/*
// contents
// ---------------------------------------------
*/

.article {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
/*  box-shadow: 10px 0px 10px -10px rgba(1 0, 0, 0.5), -10px 0px 10px -10px rgba(1, 0, 0, 0.5);*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .article {
    max-width: none;
    width: 100%;
  }

}

.article .section {
/*  padding: 20px;*/
/*  height: 1000px;*/
}

.article .section img{
  width: 100%;
}

.article .section h1 {
  margin: 0;
}


#main .article{
  background-color: #fff;
/*	box-shadow: 10px 0px 10px -10px rgba(1 0, 0, 0.5), -10px 0px 10px -10px rgba(1, 0, 0, 0.5);*/
}



.contentHeader,#breadCrumb,.contentBody{
  padding-left: 30px;
  padding-right: 30px;
}


.contentHeader{
  padding: 30px;
    text-align: center;
}

.contentBody{
  font-size: 14px;
    line-height: 170%;
  background-color: var(--color_pale);
    padding: 30px;
}


#breadCrumb{
  font-weight: 400;
  font-size: 12px;
  background-color: var(--color_pale);
    padding: 0 30px 30px 30px;
}


#breadCrumb p{
  margin: 0;
}


.contentHeader h1{
  margin: 0;
}








/*
// top-inner
// ---------------------------------------------
*/


.article .section .top-inner {
  padding: 50px 30px;
}

.article .section .top-inner h2{
  margin: 0;
  text-align: center;
}

.article .section .top-inner h3{
  color: var(--color_main);
    text-align: center;
    margin: 0 0 1.8em 0;
    font-size: 1.7em;
    line-height: 170%;
}

.article .section .top-inner h3 span{
  display: block;
}



@media screen and (max-width: 768px) {
.article .section .top-inner {
    padding: 50px 30px;
    max-width: 450px;
    margin: 0 auto;
}

}



/*
// top-title-inner
// ---------------------------------------------
*/


.top-title-inner{
  text-align: center;
    margin-bottom: 20px;
}

.sub-title {
  width: 100%;
  margin-top: 3px;
}


.sub-title img{
  width: auto!important;
  height: 25px;
}


/*
// other
// ---------------------------------------------
*/


.other{
  background-color: var(--color_pale);
  padding: 20px;
  color: var(--color_font);
}

.other ul{
  padding-left: 0;
    margin: 0;
}

.other ul li{
  list-style: none;
}


#sec02 .other {
    background-color: #fff;
    padding: 20px;
    color: #000;
}

#sec02 .other h4{
  margin-top: 0;
    font-size: 17px;
  color: var(--color_main);
}

.other table {
  border: 1px solid #333;
  border-collapse: collapse;
}

.other th,
.other td {
  border: 1px solid #333;
  padding: 8px;
}

.other th {
  white-space: nowrap;
}


/*
// slider
// ---------------------------------------------
*/


/*------ スライダーの横幅 ------*/
.slider{
  width:100%;
  margin:0 auto;
}

/*------ スライダー画像 ------*/
.slider img{
  width:100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide{
  height:auto!important;
}

/*---------- 矢印 ----------*/
.slider .slick-next{
    right:0!important;
  display: none;
}
.slider .slick-prev{
    left:0!important;
  display: none;
}
.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
  display: none;
}

/*---------- ドット ----------*/
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--color_main)!important;
}


.slick-dotted.slick-slider {
    margin-bottom: 50px!important;
}




#sec01 {
  background-color: var(--color_bg);
  color: var(--color_font);
}

#sec02 {
  background-color: var(--color_pale);
  color: var(--color_font);
}

#sec03 {
  background-color: var(--color_main);
  color: #fff;
}

#sec04 {
  background-color: var(--color_bg);
  color: var(--color_font);
}

#sec05 {
  background-color: var(--color_pale);
  color: var(--color_font);
}


#sec06 {
  background-color: var(--color_bg);
  color: var(--color_font);
}



/*
// sec01
// ---------------------------------------------
*/


#sec01 .logo{
  text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#sec01 .logo img{
  max-width: 200px;
}

.kv-img {
    position: relative;
    padding-top: 9em;
}

.message-inner{
  position: relative;
}


div.message{
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 220%;
}

div.message span{
  display: block;
  margin-top: 30px;
}


.message-img{
  margin-bottom: 40px;
}

.message-img img{}

.message-img-deco{
  position: absolute;
  top: -120px;
  right: -15px;
  animation: fuwafuwa 2s ease-in-out infinite alternate-reverse;
}

.message-img-deco img{
  max-width: 100px;
}



/*
// sec02
// ---------------------------------------------
*/


.overview-box{
  margin-bottom: 40px;
    background-color: #fff;
    padding: 5px 15px;
    font-size: 14px;
}

.overview-box ul{
  list-style: none;
    padding-left: 0;
  margin: 0;
}

.overview-box ul li{
  padding: 5px 10px;
  display: flex;
    align-items: center;
    justify-content: flex-start;
  border-bottom: 1px solid #b6c9ca;
}

.overview-box ul li:last-child{
  border-bottom: none;
}

.overview-box ul li span.ov-th{
  color: var(--color_main);
  display: inline-block;
  width: 30%;
}

.overview-box ul li span.ov-td{
  display: inline-block;
  width: 70%;
  font-weight: 400;
    line-height: 180%;
}







.overview-img img{
    vertical-align: bottom;
}

/*
// sec03
// ---------------------------------------------
*/

.benefits{
  width: 100%;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    justify-content: space-between;
    gap: 0 1em;
    align-items: stretch;
    margin-bottom: 30px;
}

.b-contents{
  text-align: center;
  width: 30%;
}

.b-contents h4{
  margin: 10px 0 0 0;
}

.b-contents p{
  font-size: 13px;
  margin: 5px 0;
}

.b-contents p span{
  display: block;
}

.b-contents img{
  width: 100%;
}



.other ul li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;

}

.other ul li:last-child{
  margin-bottom: 0;
}

.other ul li::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 0px;
    width: 14px;
    height: 14px;
    border-radius: 100vmax;
    background-color: var(--color_accent);
}

span.bold-text{
  font-weight: 500;
  display: block;
}

span.normal-text{
  font-size: 12px;
  font-weight: 400;
}


.work-style{
  margin-top: 50px;
    padding-top: 20px;
    border-top: solid 1px var(--color_pale);
}

#sec03 .work-style h3 {
    color: #fff;
    text-align: center;
    margin: 1em 0 1em 0;
    font-size: 1.3em;
    line-height: 170%;
}

#sec03 .work-style h4 {
	background-color: var(--color_sub);
    color: var(--color_font);
    font-weight: 500;
    padding: 10px 15px;
    margin-bottom: 4px;
    margin-top: 30px;
}

#sec03 .work-style p{
	font-size: 90%;
}


/*
// sec04
// ---------------------------------------------
*/


#sec04 .slider-warp{
  position: relative;
}


.slider-deco,.slider-deco2{
  position: absolute;
  z-index: 1;
}


.slider-deco{
    right: -20px;
    top: -160px;
  animation: fuwafuwa2 2s ease-in-out infinite alternate-reverse;
}

.slider-deco img{
  width: 100%;
    max-width: 100px;
}


.d-box{
  display: flex;
    align-items: flex-start;
    justify-content: center;
  margin-top: 40px;
}

.d-box-l{
  width: 50%;
    padding-right: 25px;
}

.d-box-l img{
  width: 100%;
}

.d-box-r{
  width: 50%;
}

.d-box-r h4{
  margin-top: 0;
    margin-bottom: 8px;
  color: var(--color_main);
}

.d-box-r p{
  font-size: 12px;
  margin: 0;
}

.d-box-r .recruitment{
  display: block;
  width: 100%;
  background-color: var(--color_sub);
  text-align: center;
  font-size: 14px;
    margin-top: 15px;
  transition: .7s;
  background-image: url(../images/recruit/arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 6px;
}

.d-box-r .recruitment:hover{
  transition: .7s;
  background-color: var(--color_accent);
  color: #fff;
}

.d-box-r .recruitment a{
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
    padding: 7px 0;
  transition: .7s;
}


.d-box-r .recruitment a:hover{
  color: #fff;
  transition: .7s;
}







.slider-deco2{
  left: 5px;
    top: -92px;
  animation: fuwafuwa 2s ease-in-out infinite alternate-reverse;
}

.slider-deco2 img{
  width: 100%;
    max-width: 100px;
}

.department {
    margin-top: 50px;
}


/*
// sec05
// ---------------------------------------------
*/


.staff-wrap{
  background-color: #fff;
  padding: 30px;
  text-align: center;
/*  max-width: 250px;*/
    margin: 0 auto 30px auto;
}

.staff-wrap:last-child{
  margin-bottom: 0;
}

.staff-wrap .slide-contents {
    margin: 0;
}

.s-box{
  margin-bottom: 20px;
}

.d-box-img{
    margin-bottom: 20px;
}

.d-box-img img{}


.d-box-item{}

.d-box-item span.affiliation{
  display: block;
  margin-bottom: 8px;
    color: var(--color_main);
  font-size: 18px;
  font-weight: 700;
}

.d-box-item span.joining{
  display: block;
  font-size: 14px;
    font-weight: 400;
}

.d-box-item span.comment{
  display: block;
  margin-top: 12px;
    font-weight: 700;
}

.staff-wrap .slide-btn{
  border: none;
  background-color: var(--color_main);
    border-radius: 50px;
  margin-bottom: 0;
}

.staff-wrap .slide-btn-title{
  width: 30px;
  margin: 0 auto;
}

.staff-wrap .plus::before,.staff-wrap .plus::after  {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}

.staff-wrap .plus::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}

.staff-wrap .plus.show::before {
    opacity: 0;
}

.staff-wrap .plus.show::after {
    transform: translateY(-50%) rotate(180deg);
}

.staff-wrap .slide-contents h2 {
    text-align: left !important;
    font-size: 140%;
    margin: 40px 0 0px 0!important;
	line-height: 160%;
}

.staff-wrap .slide-contents h3 {
	text-align: left !important;
    font-size: 120%!important;
	color: var(--color_main);
	margin: 20px 0 10px 0!important;
	line-height: 140%!important;
}

.staff-wrap .slide-contents p {
    width: auto;
    margin: 0.8em 0 0 0;
    padding: 0;
    font-size: 80%;
    text-align: left;
    font-weight: normal;
    line-height: 170%;
}


@media screen and (max-width: 420px) {

.staff-wrap .slide-contents h2 {
    font-size: 120%!important;
}

.staff-wrap .slide-contents h3 {
    font-size: 110%!important;
}
	
.staff-wrap .slide-contents p {
    line-height: 200%;
}
	
}



/*
// sec06
// ---------------------------------------------
*/


.job01 {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #edf0f4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #edf0f4 calc(100% - 1px));
    background-size: 26px 26px;
    background-repeat: repeat;
    background-position: center center;
}


.fukidashi{
  text-align: center;
  margin-bottom: 20px;
  animation: fuwafuwa2 1s ease-in-out infinite alternate-reverse;
}


.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  padding: 16px 26px;
  letter-spacing: 1px;
  background-color: #00a8ac;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.75;
  color: #ffffff;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #00a8ac transparent transparent;
  translate: -50% 100%;
}


.job02 {
  position: relative;
  background-color: var(--color_main);
  color: #fff;

}

.article .section .top-inner.job02 h3 {
    color: #fff;
    text-align: center;
    margin: 0 0 1em 0;
    font-size: 1.7em;
    line-height: 170%;
}

.mensetsu{
  text-align: center;
  background-image: url(../images/recruit/fukidashi.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 230px;
    padding-bottom: 40px;
  animation: fuwafuwa2 1s ease-in-out infinite alternate-reverse;
}


.btn{
  display: block;
    /* width: 100%; */
    background-color: var(--color_accent);
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 15px;
    transition: .7s;
    border: 2px solid #fff;
}

.btn a{
  color: #fff;
  display: block;
  text-decoration: none;
    padding: 20px;
  background-color: var(--color_accent);
    transition: .7s;
  background-image: url(../images/recruit/arrow-w.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 8px;
}

.btn a:hover{
  background-color: #40cfd2;
    transition: .7s;
}

.contact-box{
  background-color: #fff;
  color: var(--color_font);
  padding: 30px;
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
  line-height: 180%;
}

.contact-box p{
  margin: 0;
}

.contact-box .tel{
  display: block;
    font-size: 3em;
    line-height: 130%;
    font-weight: bold;
    background-image: url(../images/recruit/tel.png);
    background-position: left 20px top 19px;
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 20px;
    width: 260px;
    letter-spacing: 1px;
    margin: 5px auto 12px auto;
    color: var(--color_font);
}


.contact-box .tel a{
  color: var(--color_font);
  text-decoration: none;
}


.job-deco {
  position: absolute;
    left: 10px;
    top: -65px;
    animation: fuwafuwa 2s ease-in-out infinite alternate-reverse;
}

.job-deco img {
    width: 100%;
    max-width: 100px;
}


.job02 .slider-deco{
  bottom: 25px;
    top: auto;
    right: 30px;
}


#sec06 .slide-inner {
    padding: 0 0 40px 0;
}




@media screen and (max-width: 768px) {

.article .section .top-inner.job01,.article .section .top-inner.job02{
  max-width: none;
}


.article .section .top-inner.job01 .slide-wrap,.btn,.contact-box{
  max-width: 450px;
  margin: 25px auto 0 auto;
  }

.contact-box{
  padding: 30px 0;
  }

}



ul.bosyuu-youkou{
    margin-bottom: 40px;
	padding-left: 0;
}

ul.bosyuu-youkou li{
	margin-bottom: 10px;
    position: relative;
	list-style: none;
	padding-left: 20px;
}

ul.bosyuu-youkou li::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 100vmax;
    background-color: var(--color_accent);
}



/*
// footer
// ---------------------------------------------
*/

footer .article {
  background-color: #fff

}

footer .article .section .top-inner{
  text-align: center;
}

.f-logo{}

.f-logo img{
  max-width: 100px;
}

.f-menu{
  margin-top: 20px;
    margin-bottom: 20px;
}

.f-menu ul{
  list-style: none;
    padding-left: 0;
    max-width: 250px;
    margin: 0 auto;
}

.f-menu ul li{
  font-size: 13px;
    padding: 12px;
  border-bottom: 1px solid var(--color_main);
  font-weight: 400;
}

.f-menu ul li:last-child{
  border-bottom: none;
}

.f-menu ul li a{
  color: var(--color_font);
  text-decoration: none;
}

.f-inst{
    margin: 10px 0;
}

.f-inst img{
  max-width: 30px;
}


.f-link{
    margin: 30px auto;
    padding: 20px;
    font-size: 13px;
    background-color: var(--color_pale);
    max-width: 210px;
    text-align: left;
    font-weight: 700;
    background-image: url(../images/recruit/window.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px;
}

.f-link a{
  text-decoration: none;
  display: block;
  color: var(--color_font);
}

.copy{
  font-size: 10px;
}
