@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
/* ===================================================================
  共通
===================================================================*/
body {
  color: #84573a;
  font-family: 'EB Garamond', fot-tsukuardgothic-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .2rem;
  background: url(../img/bg_repeat.jpg) repeat center top;
}

h2 {
  text-align: center;
  color: #fff;
  letter-spacing: .4rem;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}

@media screen and (min-width: 751px) {
  h2 {
    /*_______ [PC表示] _______*/
    font-size: 3.4rem;
  }
}

.pageTop {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 4;
  opacity: 1;
}

.sp_none {
  display: none;
}

@media screen and (min-width: 751px) {
  .sp_none {
    /*_______ [PC表示] _______*/
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .pc_none {
    /*_______ [PC表示] _______*/
    display: none;
  }
}

/* ===================================================================
  Humberger menu
===================================================================*/
#ham-menu {
  background: #fff;
  height: 100%;
  padding: 10px 10px;
  position: fixed;
  right: -200px;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  transition: -webkit-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
  width: 200px;
  z-index: 10;
}

#ham-menu li a {
  display: block;
  padding: 2rem 1rem;
  font-weight: 800;
  font-size: 1.4rem;
}

#menu-background {
  background: #333;
  display: block;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
  z-index: -1;
}

.menu-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 35px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 10;
}

.menu-icon span {
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
}

.menu-icon span:nth-of-type(1) {
  top: 0;
}

.menu-icon span:nth-of-type(2) {
  top: 1.3rem;
}

.menu-icon span:nth-of-type(3) {
  bottom: 0;
}

#menu-cb:checked ~ .menu-icon span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

#menu-cb:checked ~ .menu-icon span:nth-of-type(2) {
  opacity: 0;
}

#menu-cb:checked ~ .menu-icon span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

#menu-cb {
  display: none;
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ .menu-icon {
  -webkit-transform: translate(-200px);
          transform: translate(-200px);
}

#menu-cb:checked ~ #menu-background {
  opacity: 0.5;
  z-index: 5;
}

@media screen and (min-width: 751px) {
  /*_______ [PC表示] _______*/
  .menu-icon {
    width: 50px;
  }
}

/* ===================================================================
  Header
===================================================================*/
#Header {
  background: url(../img/bg_head.jpg) repeat center top;
  width: 100%;
  display: block;
}

#Header .head_wrap {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

#Header .head_wrap :after {
  content: "";
  display: block;
  padding-top: 76%;
}

#Header h1 {
  position: absolute;
  top: 1rem;
  left: 0;
  padding: 0 1rem;
}

#Header h1 img {
  width: 100%;
  height: auto;
}

#Header h1.top {
  opacity: 0;
  animation: Mainh1 1s ease 2s 1 forwards;
  -webkit-animation: Mainh1 1s ease 2s 1 forwards;
}

@keyframes Mainh1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes Mainh1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#Header .staff_wrap {
  width: 100%;
  opacity: 0;
  position: relative;
  left: 0;
  animation: Mainbg 1s ease 1s 1 forwards;
  -webkit-animation: Headstaff 1s ease 1s 1 forwards;
}

@keyframes Headstaff {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes Headstaff {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#Header .head_staff1 {
  position: absolute;
  top: 37%;
  left: 0;
  width: 50%;
}

#Header .head_staff1 img {
  width: 100%;
}

#Header .head_staff2 {
  position: absolute;
  top: 34%;
  right: 0rem;
  width: 47%;
}

#Header .head_staff2 img {
  width: 100%;
}

@media screen and (min-width: 751px) {
  #Header {
    /*_______ [PC表示] _______*/
  }
  #Header .head_wrap {
    max-width: 1000px;
  }
  #Header .head_wrap :after {
    padding-top: 300px;
  }
  #Header h1 {
    top: 3rem;
    margin: auto;
    left: 0;
    right: 0;
  }
  #Header h1.top {
    width: 560px;
  }
  #Header .head_staff1 {
    position: absolute;
    top: 32px;
    width: 280px;
  }
  #Header .head_staff2 {
    position: absolute;
    top: 23px;
    width: 260px;
  }
}

/* --------------------------
　　中ページ用
--------------------------*/
#Header.con {
  height: 80px;
}

#Header h1.contents {
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-size: 2rem;
}

#Header h1.contents:after {
  position: absolute;
  content: "";
  display: block;
  height: 35px;
  width: 2px;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #84573a;
}

#Header h1.contents span {
  padding: 0 2rem;
}

@media screen and (min-width: 751px) {
  #Header {
    /*_______ [PC表示] _______*/
  }
  #Header.con {
    height: 100px;
  }
  #Header h1.contents {
    font-size: 2.4rem;
  }
  #Header h1.contents:after {
    top: 45px;
  }
  #Header h1.contents span {
    padding: 0 2rem;
  }
}

/* ===================================================================
  Contents
===================================================================*/
#Contents {
  width: 100%;
  padding: 4rem 1rem;
  overflow: hidden;
}

#Contents.top {
  padding: 4rem 2rem;
  opacity: 0;
  animation: Maicon 1s ease 3s 1 forwards;
  -webkit-animation: Maicon 1s ease 3s 1 forwards;
}

@keyframes Maicon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes Maicon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#Contents .cate_wrap {
  max-width: 445px;
  margin: 3rem auto 0 auto;
}

#Contents .cate_inn_wrap {
  position: relative;
  margin-bottom: 2rem;
}

#Contents .cate_inn_wrap a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Contents .cate_inn_wrap a :before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 35%;
}

#Contents .cate_inn_wrap .cate_txt {
  width: 40%;
  text-align: center;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}

#Contents .cate_inn_wrap .cate_txt p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#Contents .cate_inn_wrap .inte {
  /* 面接 */
  background: #f5fe8d;
}

#Contents .cate_inn_wrap .job {
  /* 仕事内容 */
  background: #fe9eed;
}

#Contents .cate_inn_wrap .salary {
  /* お給料 */
  background: #8af2c7;
}

#Contents .cate_inn_wrap .envi {
  /* 環境 */
  background: #fed28d;
}

#Contents .cate_inn_wrap .looks {
  /* 容姿 */
  background: #d8b2fb;
}

#Contents .cate_inn_wrap .time {
  /* 勤務形態 */
  background: #a6f0fb;
}

#Contents .cate_inn_wrap .cate_img {
  width: 60%;
  position: relative;
}

#Contents .cate_inn_wrap .cate_img:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: block;
  content: "";
  background: url(../img/bgd.png) repeat center top;
}

#Contents .cate_inn_wrap .cate_img img {
  width: 100%;
}

@media screen and (min-width: 751px) {
  #Contents {
    /*_______ [PC表示] _______*/
  }
  #Contents .cate_wrap {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #Contents .cate_inn_wrap {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 3.2rem;
  }
  #Contents .cate_inn_wrap .cate_txt {
    font-size: 2.2rem;
  }
}

/* --------------------------
　　中ページ用
--------------------------*/
#Contents.con {
  padding: 5rem 0;
}

#Contents.inte .faq_ques {
  background-color: #f5fe8d;
}

#Contents.job .faq_ques {
  background-color: #fe9eed;
}

#Contents.salary .faq_ques {
  background-color: #8af2c7;
}

#Contents.envi .faq_ques {
  background-color: #fed28d;
}

#Contents.looks .faq_ques {
  background-color: #d8b2fb;
}

#Contents.time .faq_ques {
  background-color: #a6f0fb;
}

#Contents .faq_wrap.bgp {
  background-color: #f97171;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  margin-bottom: 3rem;
}

#Contents .faq_inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

#Contents .faq_in_wrap {
  background: #fff;
  line-height: 2.3rem;
  letter-spacing: .1rem;
  margin-right: 1rem;
  margin-left: 1rem;
  font-size: 1.4rem;
  font-weight: 800;
}

#Contents .faq_in_wrap.left {
  margin-right: 20%;
}

#Contents .faq_in_wrap.right {
  margin-left: 30%;
}

#Contents .faq_in_wrap.marb4 {
  margin-bottom: 4rem;
}

#Contents .faq_in_wrap.marb10 {
  margin-bottom: 10rem;
}

#Contents .faq_in_wrap.marb16 {
  margin-bottom: 16rem;
}

#Contents .faq_in_wrap.mart10 {
  margin-top: 10rem;
}

#Contents .faq_in_wrap .faq_ques {
  padding: 1.2rem 1.2rem 1rem 30px;
  position: relative;
}

#Contents .faq_in_wrap .faq_ques:before {
  width: 25px;
  display: block;
  content: "Q";
  position: absolute;
  left: .8rem;
  top: .8rem;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: tbchibirgothicplusk-pro, sans-serif;
}

#Contents .faq_in_wrap .faq_ant {
  padding: 1rem 1.8rem;
  font-size: 1.2rem;
}

#Contents .faq_model {
  position: absolute;
  max-width: 240px;
  width: 60%;
  z-index: 1;
}

#Contents .faq_model img {
  width: 100%;
}

#Contents .faq_model p {
  text-align: center;
  background: rgba(254, 152, 152, 0.7);
  padding: 2rem 1rem;
  width: 65%;
  margin-top: -15px;
  font-weight: 800;
  letter-spacing: 0;
}

#Contents .faq_model_1 {
  top: -13.6rem;
  left: -1rem;
}

#Contents .faq_staff {
  position: absolute;
  max-width: 200px;
  width: 60%;
  z-index: 1;
}

#Contents .faq_staff img {
  width: 100%;
}

#Contents .faq_staff_r1 {
  bottom: -10.2rem;
  right: -25px;
}

#Contents .faq_staff_r1.r2 {
  right: -40px;
}

#Contents .faq_staff_r1.r3 {
  right: -65px;
}

@media screen and (min-width: 751px) {
  #Contents {
    /*_______ [PC表示] _______*/
  }
  #Contents .faq_wrap.bgp {
    padding-top: 4.6rem;
    padding-bottom: 4.6rem;
    margin-bottom: 4rem;
  }
  #Contents .faq_inner {
    max-width: 750px;
  }
  #Contents .faq_in_wrap {
    font-size: 1.6rem;
  }
  #Contents .faq_in_wrap .faq_ques {
    padding: 1.4rem 1.4rem 1.2rem 35px;
  }
  #Contents .faq_in_wrap .faq_ques:before {
    left: 1.2rem;
  }
  #Contents .faq_in_wrap .faq_ant {
    line-height: 2.5rem;
    font-size: 1.3rem;
  }
  #Contents .faq_model p {
    font-size: 1.4rem;
  }
  #Contents .faq_staff {
    max-width: 280px;
    width: 50%;
  }
  #Contents .faq_staff_r1 {
    right: -50px;
  }
  #Contents .faq_model_1 {
    top: -14.6rem;
    max-width: 300px;
  }
}

/* ===================================================================
  Footer
===================================================================*/
#Footer {
  text-align: center;
  background-color: #fff;
}

#Footer.con {
  position: relative;
  margin-top: 15rem;
}

#Footer .foot_staff {
  position: absolute;
  max-width: 200px;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
}

#Footer .foot_staff img {
  width: 100%;
}

#Footer .foot_staff.fstaff_1 {
  top: -18.7rem;
}

#Footer .foot_staff.fstaff_2 {
  top: -21.2rem;
}

#Footer .foot_staff.fstaff_3 {
  top: -16.4rem;
}

#Footer .foot_staff.fstaff_4 {
  top: -21.5rem;
}

#Footer .footerTxt {
  text-align: center;
  padding: 2rem 0;
  line-height: 1.8rem;
}

#Footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fef6f3;
}

#Footer .contact .contact__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 2rem 0;
  border-top: 1px solid #84573a;
}

#Footer .contact .contact__col:hover .contact__col__txt {
  color: #f56a94;
}

#Footer .contact .contact__col .contact__col__txt {
  margin-left: 0.5em;
  color: #84573a;
}

#Footer .copy {
  padding: 1rem 0;
  background: #84573a;
  color: #fff;
}

@media screen and (min-width: 751px) {
  #Footer {
    /*_______ [PC表示] _______*/
  }
  #Footer.con {
    margin-top: 20rem;
  }
  #Footer .footerTxt {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  #Footer .foot_staff {
    max-width: 280px;
    width: 50%;
  }
  #Footer .foot_staff.fstaff_1 {
    top: -26.2rem;
  }
  #Footer .foot_staff.fstaff_2 {
    top: -29.5rem;
  }
  #Footer .foot_staff.fstaff_3 {
    top: -22.9rem;
  }
  #Footer .foot_staff.fstaff_4 {
    top: -30rem;
  }
  #Footer .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #Footer .contact .contact__col {
    width: 50%;
    padding: 1rem 0;
  }
  #Footer .contact .contact__col:last-child {
    border-left: 1px solid #84573a;
  }
}
/*# sourceMappingURL=common.css.map */