@charset "UTF-8";
body.home {
  background-color: #fff;
}
body.home .contents {
  margin: 70px 0 0;
  position: relative;
  max-width: 100%;
  width: 100%;
}
body.home .sec-wrap {
  max-width: 100%;
  width: 100%;
}
body.home .sec-tit {
  margin-bottom: 0;
}
/* ----------------------------------------------------------------
    keyimg
  ----------------------------------------------------------------- */
body.home .nav {
  background: #44af35;
  height: 70px;
  position: sticky;
  top: 60px;
  width: 100%;
  z-index: 9;
}
body.home .nav-animation {
  height: 60px;
  transition: 0.5s;
}
body.home .nav-animation a {
  color: #fff;
  display: block;
  padding: 17px 30px 18px;
  text-align: center;
  width: 100%;
}
body.home .keyimg {
  background-image: url(../img/home/bkg_c.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: calc(100vh - 140px);
  width: 100%;
}
.parallaxl {
  left: 0;
  position: fixed;
  top: 70px;
  width: 320px;
  height: auto;
  z-index: 1;
}
.parallaxr {
  right: 0;
  position: fixed;
  top: 70px;
  width: 250px;
  height: auto;
  z-index: 1;
}
.parallax1 {
  left: 0;
  position: fixed;
  top: 70px;
  width: 320px;
  height: auto;
  z-index: 1;
}
.parallax2 {
  right: 100px;
  position: fixed;
  top: 70px;
  width: 250px;
  height: auto;
  z-index: 1;
}
.parallax3 {
  position: fixed;
  right: -50px;
  top: 946px;
  width: 200px;
  height: auto;
  z-index: 10;
}
.parallax4 {
  position: fixed;
  left: -50px;
  top: 946px;
  width: 200px;
  height: auto;
  z-index: 10;
}
.parallax5 {
  position: fixed;
  left: -50px;
  top: 1246px;
  width: 150px;
  height: auto;
  z-index: 10;
}
.parallax6 {
  position: fixed;
  right: -50px;
  top: 1346px;
  width: 150px;
  height: auto;
  z-index: 10;
}
.parallax7 {
  position: fixed;
  right: 50%;
  margin-right: 200px; 
  top: 175px;
  width: 168px;
  height: auto;
  z-index: 2;
}
.parallax8 {
  position: fixed;
  left: 50%;
  margin-left: 225px; 
  top: 175px;
  width: 172px;
  height: auto;
  z-index: 2;
}
.parallax9 {
  position: fixed;
  left: 50%;
  margin-left: 250px; 
  top: 608px;
  width: 168px;
  height: auto;
  z-index: 2;
}
.parallax10 {
  position: fixed;
  right: 50%;
  margin-right: 250px; 
  top: 608px;
  width: 168px;
  height: auto;
  z-index: 2;
}
.parallax11 {
  left: 150px;
  position: fixed;
  top: 358px;
  width: 150px;
  height: auto;
  z-index: 1;
}
body.home .keyimg-item {
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
body.home .copy-area {
  background-image: url(../img/home/logo_main.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 284px;
  padding: 73px 0;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  -webkit- transform: translateY(-50%) translateX(50%);
  width: 750px;
  z-index: 2;
}
body.home .copy-main {
  color: #333;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  body.home .keyimg {
    background-image: url(../img/home/bkg_sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    width: 100%;
  }
  }
@media only screen and (max-width: 768px) {
  body.home .contents {
    margin: 0;
  }
  body.home .keyimg {
    background-image: url(../img/home/bkg_sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: calc(456px - 0px);
    width: 100%;
  }
  body.home .copy-area {
    background-image: url(../img/home/logo_main.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    max-width: 750px;
    padding: 73px 0;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    -webkit- transform: translateY(-50%) translateX(50%);
    width: 100%;
    z-index: 2;
  }
  body.home .copy-main {
    color: #333;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 20px;
    font-weight: bold;
  }
}
body.home .sec-about {
  background-color: #f5f5ef;
  padding-bottom: 136px;
  position: relative;
}
body.home .sec-about .txt-col {
  width: 55%;
}
body.home .sec-about .img-col {
  width: 40%;
}
body.home .sec-about .btn-link a {
  margin: 5% 0 0;
}

@media only screen and (max-width: 768px) {
  body.home .sec-about .copy-txt{
    font-size: 20px;
  }
  body.home .sec-about .txt-col {
    margin: 20px auto 0;
    width: 90%;
  }
  body.home .sec-about .img-col {
    margin: 0 auto;
    width: 90%;
  }
body.home .sec-about .btn-link a {
  margin: 5% auto 0;
}
}

body.home .sec-recruit {
  background-attachment: fixed;
  background-image: url(../img/home/bkg_recruit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
body.home .recruit-inr {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  padding: 68px 0;
  width: 100%;
}
body.home .sec-recruit h3 {
  color: #44af35;
}
body.home .area-recruit {
  margin: 0 auto;
}
body.home .sec-recruit .thum-area {
  margin: 0 auto;
  max-width: 1000px;
  width: calc(100% - 40px);
}
body.home .sec-recruit .thum-item {
  border-radius: 50%;
  margin: 68px 0px 34px;
  width: calc(33.3% - 20px);
}
body.home .sec-recruit .thum-pic {
  background-image: url(../img/home/thum_recruit01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  color: #fff;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  text-align: center;
}
body.home .sec-recruit .thum-pic2 {
  background-image: url(../img/home/thum_recruit02.jpg);
}
body.home .sec-recruit .thum-pic3 {
  background-image: url(../img/home/thum_recruit03.jpg);
}
body.home .sec-recruit .thum-pic a {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 30px;
  height: 100%;
  padding: 38.2% 0;
  width: 100%;
}
body.home .sec-recruit .thum-pic a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
body.home .sec-recruit .thum-item:last-child .thum-pic a {
  padding: 44% 0;
}

@media only screen and (max-width: 1024px) {
  body.home .sec-recruit .thum-pic a {
    font-size: 22px;
    padding: 41.5% 0;
  }
  body.home .sec-recruit .thum-item:last-child .thum-pic a {
    padding: 45.9% 0;
  }
}
@media only screen and (max-width: 768px) {
  body.home .recruit-inr {
    padding: 68px 0;
  }
  body.home .sec-recruit .thum-area {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
  }
  body.home .sec-recruit .thum-item {
    border-radius: 0%;
    margin: 5% 0px;
    width: 100%;
  }
  body.home .sec-recruit .thum-pic {
    background-position: top -50px center;
    border-radius: 0%;
  }
  body.home .sec-recruit .thum-pic a {
    border-radius: 0%;
    padding: 50px 0;
  }
  body.home .sec-recruit .thum-pic3 {
    background-position: top -75px center;
  }
  body.home .sec-recruit .thum-item:last-child .thum-pic3 a {
    padding: 63px 0 64px;
  }
}

body.home .sec-food {
  padding: 68px 0 0;
}
body.home .sec-food h3 {
  color: #44af35;
}
body.home .sec-food h3 {
  color: #ef2e22;
}
body.home .sec-food .under {
  border-bottom: 5px solid #ef2e22;
}
body.home .sec-food .bnr-area {
  margin: 34px auto 0;
  max-width: 100%;
  width: 100%;
}
body.home .sec-food .bnr-item {
  border-right: 2px solid #333;
  margin: 0 auto 34px;
  height: auto;
  width: 33.3%;
}
body.home .sec-food .bnr-txt span {
  background-image: url(../img/home/icon_food01.svg);
  background-position: top 20px center;
  background-repeat: no-repeat;
  background-size: 100px;
  color: #333;
  display: block;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 140px 0 20px;
}
body.home .sec-food .bnr-txt2 span  {
  background-image: url(../img/home/icon_food02.svg);
}
body.home .sec-food .bnr-txt3 span  {
  background-image: url(../img/home/icon_food03.svg);
}
body.home .sec-food .bnr-txt a {
  display: block;
  width: 100%;
}
body.home .sec-food .bnr-txt a:hover {
  background-color: #f0f9ef;
}
body.home .sec-food .last-item {
  border-right: none;
}

@media only screen and (max-width: 768px) {
  body.home .sec-food .bnr-area {
    margin: 0 auto;
  }
  body.home .sec-food .bnr-item {
    border-bottom: 2px solid #333;
    border-right: 0px solid #333;
    margin: 0 auto;
    height: auto;
    width: 90%;
  }
  body.home .sec-food .bnr-txt {
    display: block;
    width: 100%;
  }
  body.home .sec-food .bnr-txt span {
    background-position: center left;
    margin: 0 auto;
    padding: 50px 0px 50px 140px;
    text-align: left;
    width: 300px;
  }
  body.home .sec-food .last-item {
    border-bottom: none;
  }
}

body.home .sec-food .bnr-txt a:hover {}
body.home .sec-bnr {
  padding: 0;
}
body.home .area-bnr {
  max-width: 100%;
  width: 100%;
}
body.home .sec-bnr .bnr-area {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
body.home .sec-bnr .bnr-item {
  background-color: #f0f9ef;
  align-items: center;
  display: flex;
  margin: 0 auto;
  height: auto;
  width: 50%;
}
body.home .sec-bnr .bnr-item a {
  display: block;
  height: 100%;
  padding: 45px 0 60px;
  width: 100%;
}
body.home .sec-bnr .bnr-company a {
  background-color: #f0f9ef;
  color: #44af35;
}
body.home .sec-bnr .bnr-company a:hover  {
  background-color: #44af35;
  color: #f0f9ef;
  transition: 0.5s;
}
body.home .sec-bnr .bnr-office a {
  background-color: #feeeed;
  color: #ef2e22;
}
body.home .sec-bnr .bnr-office a:hover {
  background-color: #ef2e22;
  color: #feeeed;
}

body.home .sec-bnr .bnr-txt {
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
body.home .sec-bnr .under {
  border-bottom: 5px solid;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  body.home .sec-bnr .bnr-item {
    width: 100%;
  }
}
/* ----------------------------------------------------------------
    company
  ----------------------------------------------------------------- */
body.company .page-tit-area {
  background-image: url(../img/company/bkg_tit.jpg);
}
body.company .sec-message .img-col {
  margin: 0 auto;
  max-width: 343px;
}
body.company .sec-message .txt-col {
  margin: 0 0 0 68px;
  max-width: 683px;
  text-align: justify;
}
body.company .sec-message .sec-txt {
  margin-top: 0;
  max-width: 100%;
}
body.company .sec-message .name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 68px;
  text-align: right;
}
body.company .sec-message .name img {
  margin-left: 20px;
  vertical-align: -5px;
  width: 170px;
}
body.company .sec-outline .flex-wrap {
  align-items: flex-start;
}
body.company .sec-outline .img-col {
  width: 47.5%;
}
body.company .sec-outline .pic-office {
  margin-bottom: 20px;
}
body.company .sec-outline .txt-col {
  width: 47.5%;
}
body.company .sec-outline table {
  width: 100%;
}
body.company .sec-outline tr {
  border-top: 1px solid #333;
  ;
}
body.company .sec-outline tr:last-child {
  border-bottom: 1px solid #333;
  ;
}
body.company .sec-outline th {
  padding: 22px 0;
}
body.company .sec-outline td {
  padding: 21px;
}
body.company .sec-outline .txt-link {
  margin-top: 20px;
  text-align: center;
}
body.company .sec-philosophy .flex-wrap {
  align-items: flex-start;
  max-width: 100%;
}
body.company .sec-philosophy .thum-area {
  margin: 68px auto 0;
  max-width: 1094px;
  width: 90%;
}
body.company .sec-philosophy .thum-item {
  margin: 0px 68px 34px 0;
  width: calc(33.3% - 45px);
}
body.company .sec-philosophy .thum-item:last-child {
  margin: 0px 0 34px 0;
}
body.company .sec-philosophy .thum-pic img {
  border-radius: 10px;
}
body.company .sec-philosophy .thum-txt {
  line-height: 1.7;
  margin-top: 10px;
  text-align: left;
}
body.company .sec-philosophy .txt-link {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.company .sec-message .txt-col {
    margin: 5% auto 0;
    width: 100%;
  }
  body.company .sec-message .name {
    margin-top: 34px;
  }
  body.company .sec-message .name img {
    vertical-align: -5px;
    width: 113px;
  }
  body.company .sec-outline .img-col {
    margin: 34px auto 0;
    width: 100%;
  }
  body.company .sec-outline .txt-col {
    margin: 0 auto;
    width: 100%;
  }
  body.company .sec-outline th {
    padding: 11px 0;
  }
  body.company .sec-outline td {
    line-height: 1.7;
    padding: 11px;
  }
body.company .sec-philosophy .thum-item {
  margin: 0px 0px 34px 0;
  width: calc(100% - 0px);
}
}
/* ----------------------------------------------------------------
    safe
  ----------------------------------------------------------------- */
body.safe .page-tit-area {
  background-image: url(../img/safe/bkg_tit.jpg);
}
body.safe .sec-thinking .img-col {
  width: 47.5%;
}
body.safe .sec-thinking .txt-col {
  width: 47.5%;
}
body.safe .sec-system .before-col {
  width: 47.5%;
}
body.safe .sec-system .after-col {
  width: 47.5%;
}
body.safe .sec-system .cap-before {
  background-color: #f0f9ef;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
}
body.safe .sec-system .cap-after {
  background-color: #feeeed;
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px;
}
body.safe .sec-system table {
  font-size: 20px;
  margin: 5% auto 0;
}
body.safe .sec-system th {
  border: solid #333;
  border-width: 1px 1px 1px 1px;
  padding: 11px;
  vertical-align: middle;
  width: 50%;
}
body.safe .sec-system td {
  border: solid #333;
  border-width: 0px 1px 1px 1px;
  padding: 12px;
  vertical-align: middle;
  width: 50%;
}
body.safe .sec-try .try-wrap {
  margin-top: 0;
}
body.safe .sec-try .sec-txt {
  margin-top: 22px;
  max-width: 958px;
}
body.safe .sec-try table {
  margin: 68px auto 0;
  width: 100%;
}
body.safe .sec-try th {
  border: 1px solid #333;
  padding: 12px;
  vertical-align: middle;
}
body.safe .sec-try td {
  border: 1px solid #333;
  padding: 11px;
  vertical-align: middle;
}
body.safe .sec-try .no {
  text-align: center;
}
body.safe .sec-try .frequency {
  text-align: center;
}
body.safe .sec-try .admin {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.safe .sec-thinking .img-col {
    margin: 0 auto;
    width: 100%;
  }
  body.safe .sec-thinking .txt-col {
    margin: 0 auto;
    width: 100%;
  }
  body.safe .sec-system .before-col {
    margin: 0 auto;
    width: 100%;
  }
  body.safe .sec-system .after-col {
    margin: 34px auto;
    width: 100%;
  }
  body.safe .sec-system .cap-before {
    font-size: 14px;
    line-height: 1.7;
  }
  body.safe .sec-system .cap-after {
    font-size: 14px;
    line-height: 1.7;
  }
  body.safe .sec-system table {
    font-size: 14px;
  }
  body.safe .sec-try table {
    margin: 34px auto;
  }
}
/* ----------------------------------------------------------------
    service
  ----------------------------------------------------------------- */
body.service .page-tit-area {
  background-image: url(../img/service/bkg_tit.jpg);
}
body.service .local-nav ul li {
  width: 24%;
}
body.service .sec-food {
  padding: 0;
}
body.service .sec-food h3 {
  color: #44af35;
}
body.service .sec-food h3 {
  color: #ef2e22;
}
body.service .sec-food .under {
  border-bottom: 5px solid #ef2e22;
}
body.service .sec-food .bnr-area {
  margin: 34px auto 0;
  max-width: 100%;
  width: 100%;
}
body.service .sec-food .bnr-item {
  border-right: 2px solid #333;
  margin: 0 auto 68px;
  height: auto;
  width: 33.3%;
}
body.service .sec-food .bnr-txt span {
  background-image: url(../img/home/icon_food01.svg);
  background-position: top 20px center;
  background-repeat: no-repeat;
  background-size: 100px;
  color: #333;
  display: block;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 140px 0 20px;
}
body.service .sec-food .bnr-txt2 span  {
  background-image: url(../img/home/icon_food02.svg);
}
body.service .sec-food .bnr-txt3 span  {
  background-image: url(../img/home/icon_food03.svg);
}
body.service .sec-food .bnr-txt a {
  display: block;
  width: 100%;
}
body.service .sec-food .bnr-txt a:hover {
  background-color: #f0f9ef;
}
body.service .sec-food .last-item {
  border-right: none;
}
body.service .sec-food .bnr-cap {
  line-height: 1.7;
  margin: 10% 10% 0;
  width: 80%;
}

@media only screen and (max-width: 1024px) {
  body.service .local-nav ul li {
    margin: 1% 0;
    width: 49%;
  }
}

@media only screen and (max-width: 768px) {
  body.service .sec-food .bnr-area {
    margin: 34px auto 0;
  }
  body.service .sec-food .bnr-item {
    border-bottom: 2px solid #333;
    border-right: 0px solid #333;
    margin: 0 auto;
    height: auto;
    width: 90%;
  }
  body.service .sec-food .bnr-txt {
    display: block;
    width: 100%;
  }
  body.service .sec-food .bnr-txt span {
    background-position: center left;
    margin: 0 auto;
    padding: 50px 0px 50px 140px;
    text-align: left;
    width: 300px;
  }
  body.service .sec-food .last-item {
    border-bottom: none;
  }
  body.service .sec-food .bnr-cap {
    margin: 0 auto 10%;
    width: 100%;
  }
}
/* ----------------------------------------------------------------
    consul
  ----------------------------------------------------------------- */
body.consul .page-tit-area {
  background-image: url(../img/service/bkg_tit.jpg);
}
body.consul .local-nav ul li {
  width: 24%;
}
body.consul .sec-consul table {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  margin: 34px auto 0;
}
body.consul .ssec-consul tr {
  border-top: 1px solid #333;
}
body.consul .sec-consul tr:last-child {
  border-bottom: 1px solid #333;
}
body.consul .sec-consul th {
  border-right: 1px solid #333;
  padding: 22px;
  vertical-align: middle;
  width: 25%;
}
body.consul .sec-consul td {
  padding: 21px;
  width: 75%;
}
body.consul .sec-consul .open-wrap {
  background-color: #f7f7f2;
  border-radius: 10px;
  margin-top: 34px;
  max-width: 1094px;
  padding: 5%;
}
body.consul .sec-consul .open-list {
  display: flex;
  font-size: 20px;
  justify-content: space-around;
  margin-top: 34px;
}
body.consul .open-list li ul li {
  margin-top: 15px;
}
body.consul .sec-consul .open-list li ul li span {
  color: #44af35;
}
body.consul .sec-consul .open-list li ul li:first-child {
  margin-top: 0px;
}

@media only screen and (max-width: 1024px) {
  body.consul .local-nav ul li {
    margin: 1% 0;
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  body.consul .sec-consul th {
    padding: 11px;
  }
  body.consul .sec-consul td {
    line-height: 1.7;
    padding: 11px;
  }
  body.consul .sec-consul .open-list {
    display: block;
    font-size: 16px;
    margin-top: 34px;
  }
   body.consul .sec-consul .open-list li {
     margin: 10px 0;
  }
}
/* ----------------------------------------------------------------
    caterling
  ----------------------------------------------------------------- */
body.caterling .page-tit-area {
  background-image: url(../img/service/bkg_tit.jpg);
}
body.caterling .local-nav ul li {
  width: 24%;
}
body.caterling .menu-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  margin-top: 0px;
  width: 100%;
}
body.caterling .sec-special .caterling-wrap {
  margin-top: 0px;
}
body.caterling .sec-special .menu-item {
  margin: 34px 1% 0;
  width: 48%;
}
body.caterling .sec-tokubetu .caterling-wrap {
  margin-top: 0px;
}
body.caterling .sec-tokubetu .menu-item {
  margin: 34px 1% 0;
  width: 31.3%;
}
body.caterling .menu-thum img {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}
body.caterling .sec-regular .menu-item {
  margin: 34px 1% 0;
  width: 31.3%;
}
body.caterling .sec-cap {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 34px auto 0;
    text-align: center;
    width: 90%;
}
body.caterling .sec-contact {
  padding: 34px 0 68px;
  margin: 0 auto;
  max-width: 1366px;
  width: 90%;
}
body.caterling .contact-wrap {
  margin-top: 0px;
}
body.caterling .contact-cap {
  line-height: 2;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  body.caterling .local-nav ul li {
    margin: 1% 0;
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  body.caterling .sec-special .menu-item {
    margin: 34px 0 0;
    width: 100%;
  }
    body.caterling .sec-regular .menu-item {
      font-size: 14px;
    margin: 34px 0.5% 0;
    width: 49%;
  }
  body.caterling .sec-dining .thum-item {
    width: 100%;
  }
}
/* ----------------------------------------------------------------
    dining
  ----------------------------------------------------------------- */
body.dining .page-tit-area {
  background-image: url(../img/service/bkg_tit.jpg);
}
body.dining .local-nav ul li {
  width: 24%;
}
body.dining .sec-dining .dining-wrap {
  background-color: #f7f7f2;
  border-radius: 10px;
  margin-top: 34px;
  max-width: 1094px;
  padding: 5%;
}
body.dining .sec-dining .flex-wrap {
  margin-top: 34px;
  width: 100%;
}
body.dining .sec-dining .thum-item {
  margin: 0;
  width: 47.5%;
}
@media only screen and (max-width: 1024px) {
  body.dining .local-nav ul li {
    margin: 1% 0;
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  body.dining .sec-dining .thum-item {
    width: 100%;
  }
}
/* ----------------------------------------------------------------
    recruit
  ----------------------------------------------------------------- */
body.recruit .page-tit-area {
  background-image: url(../img/recruit/bkg_tit.jpg);
}
body.recruit .sec-recruit .mainimg {
  font-size: 0;
}
body.recruit .sec-recruit .sec-lead {
  margin: 40px auto 0;
}
body.recruit .sec-txt {
  max-width: 958px;
}
body.recruit .sec-recruit .recruit-wrap {
  background-color: #f7f7f2;
  border-radius: 10px;
  margin-top: 34px;
  max-width: 1094px;
  padding: 5%;
}
.contact-wrap {
  background-color: #feeeed;
  border-radius: 10px;
  font-size: 18px;
  margin-top: 34px;
  max-width: 1094px;
  padding: 5%;
  text-align: center;
}
.contact-tit {
  color: #ef2e22;
  font-size: 24px;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
.contact-wrap .contact-tel {
  font-size: 36px;
  font-weight: bold;
  margin-top: 20px;
}
.contact-wrap .name {
  font-size: 18px;
  font-weight: normal;
}
.contact-wrap .contact-head {
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  margin-top: 20px;
}
.contact-wrap .contact-cap {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  body.recruit .sec-recruit .recruit-wrap {
    padding: 10%;
  }
  .contact-wrap {
    padding: 10%;
  }
  .contact-tit {
    font-size: 18px;
    line-height: 1.5;
  }
  .contact-wrap .contact-tel {
    font-size: 30px;
    margin-top: 10px;
  }
  .contact-wrap .name {
    font-size: 14px;
    font-weight: normal;
  }
  .contact-wrap .contact-head {
    font-size: 16px;
  }
  .contact-wrap .contact-cap {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
}
/* ----------------------------------------------------------------
    reg
  ----------------------------------------------------------------- */
body.reg .page-tit-area {
  background-image: url(../img/recruit/bkg_tit.jpg);
}
body.reg .sec-desc .sec-tit {
  margin-top: 68px;
}
body.reg .sec-desc table {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  margin: 20px auto 0;
  max-width: 1094px;
}
body.reg .sec-desc tr {
  border-top: 1px solid #333;
}
body.reg .sec-desc tr:last-child {
  border-bottom: 1px solid #333;
}
body.reg .sec-desc th {
  border-right: 1px solid #333;
  padding: 22px;
  vertical-align: middle;
  width: 20%;
}
body.reg .sec-desc td {
  padding: 21px;
  width: 80%;
}
body.reg .message-wrap {
  margin: 68px auto 0;
  max-width: 1094px;
  padding-top: 0px;
  width: 100%;
}
body.reg .flex-wrap {
  margin: 34px auto 0;
  ;
}
body.reg .message-wrap .img-col {
  width: 33.3%;
}
body.reg .message-wrap .txt-col {
  margin-left: 5%;
  width: 61.6%;
}
body.reg .message-wrap .img-col {
  width: 33.3%;
}
body.reg .message-wrap .sec-head {
  font-size: 24px;
  font-weight: bold;
}
body.reg .message-wrap .sec-txt {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  body.reg .sec-desc th {
    padding: 11px 0;
    width: 25%;
  }
  body.reg .sec-desc td {
    line-height: 1.7;
    padding: 11px;
    width: 75%;
  }
  body.reg .message-wrap .img-col {
    width: 100%;
  }
  body.reg .message-wrap .txt-col {
    margin-left: 0%;
    width: 100%;
  }
  body.reg .message-wrap .img-col {
    width: 100%;
  }
}
/* ----------------------------------------------------------------
    part
  ----------------------------------------------------------------- */
body.part .page-tit-area {
  background-image: url(../img/recruit/bkg_tit.jpg);
}
body.part .sec-desc .sec-tit {
  margin-top: 68px;
}
body.part .sec-desc table {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  margin: 20px auto 0;
  max-width: 1094px;
}
body.part .sec-desc tr {
  border-top: 1px solid #333;
}
body.part .sec-desc tr:last-child {
  border-bottom: 1px solid #333;
}
body.part .sec-desc th {
  border-right: 1px solid #333;
  padding: 22px;
  vertical-align: middle;
  width: 20%;
}
body.part .sec-desc td {
  padding: 21px;
  width: 80%;
}
body.part .message-wrap {
  margin: 68px auto 0;
  max-width: 1094px;
  padding-top: 0px;
  width: 90%;
}
body.part .flex-wrap {
  margin: 34px auto 0;
}
body.part .message-wrap .img-col {
  width: 33.3%;
}
body.part .message-wrap .txt-col {
  margin-left: 5%;
  width: 61.6%;
}
body.part .message-wrap .img-col {
  width: 33.3%;
}
body.part .message-wrap .sec-head {
  font-size: 24px;
  font-weight: bold;
}
body.part .message-wrap .sec-txt {
  margin-top: 20px;
}
/* ----------------------------------------------------------------
    welfare
  ----------------------------------------------------------------- */
body.welfare .page-tit-area {
  background-image: url(../img/recruit/bkg_tit.jpg);
}
body.welfare .sec-desc .sec-tit {
  margin-top: 68px;
}
body.welfare .sec-desc table {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  margin: 20px auto 0;
  max-width: 1094px;
}
body.welfare .sec-desc tr {
  border-top: 1px solid #333;
}
body.welfare .sec-desc tr:last-child {
  border-bottom: 1px solid #333;
}
body.welfare .sec-desc th {
  border-right: 1px solid #333;
  padding: 22px;
  vertical-align: middle;
  width: 20%;
}
body.welfare .sec-desc td {
  padding: 21px;
  width: 80%;
}
body.welfare .message-wrap {
  margin: 68px auto 0;
  max-width: 1094px;
  padding-top: 0px;
}
body.welfare .flex-wrap {
  margin: 34px auto 0;
}
body.welfare .message-wrap .img-col {
  width: 33.3%;
}
body.welfare .message-wrap .txt-col {
  margin-left: 5%;
  width: 61.6%;
}
body.welfare .message-wrap .img-col {
  width: 33.3%;
}
body.welfare .message-wrap .sec-head {
  font-size: 24px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.5;
}
body.welfare .message-wrap .sec-txt {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  body.welfare .sec-desc th {
    padding: 11px;
    width: 25%;
  }
  body.welfare .sec-desc td {
    padding: 11px;
    width: 75%;
  }
  body.welfare .message-wrap .img-col {
    width: 100%;
  }
  body.welfare .message-wrap .txt-col {
    margin-left: 0%;
    width: 100%;
  }
  body.welfare .message-wrap .img-col {
    width: 100%;
  }
  body.welfare .message-wrap .sec-head {
    font-size: 18px;
  }
}
/* ----------------------------------------------------------------
    info
  ----------------------------------------------------------------- */
body.info .page-tit-area {
  background-image: url(../img/recruit/bkg_tit.jpg);
}
body.info .sec-desc .sec-tit {
  margin-top: 68px;
}
body.info .tablepress-table-name {
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-top: 34px;
  text-align: center;
}
body.info .tablepress-table-description {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}
body.info .tablepress {
  border: 1px solid #333;
  margin: 20px auto 0;
  max-width: 1094px;
}
body.info .tablepress th {
  background-color: #f7f7f2;
  border: 1px solid #333;
  padding: 11px;
  text-align: center;
  vertical-align: middle;
}
body.info .tablepress td {
  border: 1px solid #333;
  padding: 11px;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
}
body.info .message-wrap {
  margin: 68px auto 0;
  max-width: 1094px;
  padding-top: 0px;
}
body.info .flex-wrap {
  margin: 34px auto 0;
}
body.info .message-wrap .img-col {
  width: 33.3%;
}
body.info .message-wrap .txt-col {
  margin-left: 5%;
  width: 61.6%;
}
body.info .message-wrap .img-col {
  width: 33.3%;
}
body.info .message-wrap .sec-head {
  font-size: 24px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.5;
}
body.info .message-wrap .sec-txt {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  body.info .tablepress-table-name {
    font-size: 16px;
  }
  body.info .tablepress-table-description {
    font-size: 14px;
    margin-top: 5px;
  }
  body.info .tablepress th {
    font-size: 12px;
    padding: 11px 0px;
  }
  body.info .tablepress td {
    font-size: 12px;
    padding: 11px 0px;
  }
  body.info .message-wrap .img-col {
    width: 100%;
  }
  body.info .message-wrap .txt-col {
    margin-left: 0%;
    width: 100%;
  }
  body.info .message-wrap .img-col {
    width: 100%;
  }
  body.info .message-wrap .sec-head {
    font-size: 18px;
  }
}
/* ----------------------------------------------------------------
    contact
  ----------------------------------------------------------------- */
body.contact .page-tit-area {
  background-image: url(../img/company/bkg_tit.jpg);
}
body.contact .sec-desc .sec-tit {
}
body.contact .cform th {
	font-size: 16px;
	width: 33.3%; /*変なところで改行される場合はここの数字を変更します。*/
	padding: 10px 0 10px 15px;
	font-weight: normal;
  border-bottom: solid 1px #d6d6d6;
}
body.contact .cform td {
	font-size: 16px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
}
body.contact .cform .last-field {
	border-bottom: solid 1px #333;
}
body.contact .cform {
	width: 100%;
	margin: 68px auto 0;
  max-width: 1094px;
}
body.contact .cform [type=submit] {
	display: inline-block;
	font-size: 16px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
body.contact .cform option,
body.contact .cform input[type=text],
body.contact .cform input[type=email],
body.contact .cform input[type=search],
body.contact .cform input[type=url] {
  height: 30px;
	width: 100%;
}
body.contact .cform textarea {
	width: 100%;
}
body.contact .required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ef2e22;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
  body.contact .cform {
    margin: 34px auto 0;
  }
  body.contact .cform tbody {
		border-bottom: 1px solid #333;
    border-top: 1px solid #333;
	}
  body.contact .cform tr {
		border-bottom: none;
    border-top: none;
	}
	body.contact .cform th,
	body.contact .cform td {
		width: 100%;
		display: block;
		border: none;
	}
}

body.contact .submit-btn input {
	background: #ef2e22;
  border-radius: 5px;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  font-size: 20px;
	width: 50%;
	max-width: 550px;
	min-width: 220px;
	margin: 34px auto 0;
	display: block;
	border: 1px #ef2e22 solid;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	transition: all 0.5s ease;
}

body.contact .submit-btn input:hover {
	background: #fff;
	color: #ef2e22;
}
@media only screen and (max-width: 768px) {
}
