@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.anchor-mp {
  margin: -140px auto 0;
  padding-top: 140px;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 130px 0;
  }
}

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #e8e8e8;
  background-size: clamp(48px, 43%, 280px);
}

/*  共通パーツ
------------------------------------ */
.com-box {
  padding: 24px 0;
  background: #fff;
}

.com-faq li:nth-of-type(n+2) {
  margin: 70px auto 0;
}
.com-faq-ttl {
  padding: 20px 100px;
  border-radius: 999px;
  background: #393939;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-faq-ttl {
    font-size: 1.5rem;
  }
}
.com-faq-ttl::before {
  content: "Q";
  width: 40px;
  height: 40px;
  background: #f5e358;
  border-radius: 999px;
  color: #393939;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 40px;
  position: absolute;
  left: 39px;
  top: 16px;
}
@media screen and (max-width: 768px) {
  .com-faq-ttl::before {
    font-size: 1.5rem;
  }
}
.com-faq-txt {
  margin: 25px auto 0;
  white-space: pre-line;
}

.com-list li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.com-list-item {
  display: flex;
  padding: 50px 60px;
  background: #fff;
  justify-content: space-between;
}
.com-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
.com-list-con {
  width: 100%;
  max-width: 592px;
}
.com-list-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .com-list-ttl {
    font-size: 1.5rem;
  }
}
.com-list-txt-box {
  margin-top: 25px;
}

.com-bg01 {
  background: #393939;
}
.com-bg02 {
  background: #f7f7f7;
}

.com-check {
  display: flex;
  padding: 55px 0 55px;
  background: #f7f7f7;
  justify-content: center;
}
.com-check-list {
  padding: 35px 0 30px;
}
.com-check-list:nth-of-type(n+2) {
  margin-left: 43px;
  padding-left: 43px;
  border-left: 1px solid #cccccc;
}
.com-check-list li {
  padding-left: 50px;
  background: url(../img/top/check.png) no-repeat left 4px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .com-check-list li {
    font-size: 1.5rem;
  }
}
.com-check-list li:nth-of-type(n+2) {
  margin-top: 15px;
}

.com-tel {
  text-align: center;
  line-height: 1;
}
.com-tel-link {
  padding-left: 28px;
  background: url(../img/ent/info-tel.png) no-repeat left 2px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.08em;
  color: #393939;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-note {
  display: block;
  margin-top: 8px;
}

.news-post {
  display: flex;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  .news-post-item:nth-of-type(n+4) {
    margin-top: 45px;
  }
}
.news-post-link {
  display: block;
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.news-post-tag {
  display: flex;
  margin-top: 22px;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  margin: 0 12px 12px 0;
  padding: 5px 11px;
  background-color: #f5e358;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-time {
  display: block;
  margin-top: 5px;
  color: #a7a7a7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 452px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:nth-of-type(2n) {
    margin-left: 76px;
  }
  .com-tag-item:nth-of-type(n+3) {
    margin-top: 76px;
  }
}

/* =========================================

  main layout  all

========================================= */
/* top-ent  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #top-ent .ent-list-item {
    width: 50%;
  }
}
#top-ent .ent-list-bg {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-ent .ent-list-bg-lg {
  height: 790px;
}
#top-ent .ent-list-bg-md {
  height: 395px;
}
#top-ent .ent-list-bg01 {
  background: url(../img/ent/mv01.jpg) no-repeat center/cover;
}
#top-ent .ent-list-bg02 {
  background: url(../img/ent/mv02.jpg) no-repeat center/cover;
}
#top-ent .ent-list-bg03 {
  background: url(../img/ent/mv03.jpg) no-repeat center/cover;
}
#top-ent .ent-list-link {
  display: block;
  width: 90%;
  max-width: 694px;
  margin: auto;
  padding: 100px 0 42px;
  text-align: center;
}
#top-ent .ent-list-link01 {
  background: url(../img/ent/illu01.png) no-repeat center 41px #fff;
}
#top-ent .ent-list-link02 {
  background: url(../img/ent/illu02.png) no-repeat center 41px #fff;
}
#top-ent .ent-list-link03 {
  background: url(../img/ent/illu03.png) no-repeat center 24px #fff;
}
#top-ent .ent-list-ttl {
  display: inline-block;
  padding: 0 69px;
  background: url(../img/ent/catch-arw.png) no-repeat right center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.8rem;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-ent .ent-list-ttl {
    font-size: 1.9rem;
  }
}
#top-ent .ent-list-ttl-md {
  padding: 0 60px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #top-ent .ent-list-ttl-md {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1601px) {
  #top-ent .ent-list-ttl-md {
    padding: 0 40px;
    background-size: 30px;
    font-size: 3rem;
  }
}
#top-ent .ent-list-txt {
  width: calc(100% - 94px);
  margin: 20px auto 0;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-ent .ent-list-txt {
    font-size: 1.5rem;
  }
}
#top-ent .ent-list-txt-md {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  #top-ent .ent-list-txt-md {
    font-size: 1.5rem;
  }
}

.ent-copy {
  padding: 3px;
  background: #f5e358;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}

/* =========================================

  sub layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  background: #393939;
  position: relative;
}
#top-about .about-con {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
}
#top-about .about-txt {
  color: #fff;
}
#top-about .about-txt-box {
  margin-top: 65px;
}
#top-about .about-img {
  width: 43.2%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#top-about .en {
  color: #f5e358;
}
#top-about .ja {
  color: #fff;
}

/* top-area  PC
------------------------------------ */
#top-area {
  background: url(../img/top/area-bg.jpg) no-repeat center/cover;
}
#top-area .area-box {
  padding: 80px 0 90px;
  background: #f5e358;
  outline: 2px solid #393939;
  outline-offset: -12px;
  text-align: center;
}
#top-area .area-ttl::after {
  margin: 10px auto 0;
  background-color: #393939;
}
#top-area .area-ttl-sub {
  margin: 47px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top-area .area-ttl-sub {
    font-size: 1.7rem;
  }
}
#top-area .area-txt {
  margin: 15px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-area .area-txt {
    font-size: 1.5rem;
  }
}

/* top-trouble  PC
------------------------------------ */
#top-trouble .trouble-check {
  margin: 60px auto 0;
}

/* top-service  PC
------------------------------------ */
#top-service {
  background: #f7f7f7;
}
#top-service .service-list {
  margin: 80px auto 0;
}
#top-service .service-list-item {
  padding: 50px 70px;
  background: #ffffff;
  text-align: center;
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#top-service .service-list-ttl {
  padding: 15px;
  background: #393939;
  border-radius: 999px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.5rem;
  }
}
#top-service .service-list-point {
  display: inline-block;
  padding-left: 64px;
  background: url(../img/top/service-point.png) no-repeat left top;
  margin-top: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-point {
    font-size: 1.5rem;
  }
}
#top-service .service-icons {
  display: flex;
  margin: 34px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#top-service .service-icons-ttl {
  display: flex;
  height: 44px;
  margin: 17px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.1;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top-service .service-icons-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-service .service-icons01 li:not(:nth-of-type(5n-4)) {
    margin-left: 21px;
  }
  #top-service .service-icons02 {
    max-width: 760px;
  }
  #top-service .service-icons02 li:not(:nth-of-type(4n-3)) {
    margin-left: 21px;
  }
  #top-service .service-icons02 li:nth-of-type(n+5) {
    margin-top: 17px;
  }
}
#top-service .service-btn {
  margin: 40px auto 0;
}

/* top-reason  PC
------------------------------------ */
#top-reason .reason-list {
  margin: 85px auto 0;
}
#top-reason .reason-list-item:nth-of-type(n+2) {
  margin-left: 15px;
}
#top-reason .reason-list-ttl {
  margin: 12px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-ttl {
    font-size: 1.5rem;
  }
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list {
  display: flex;
  justify-content: center;
}
#top-bnr .bnr-list-item {
  width: 50%;
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 120px 0 105px;
  text-align: center;
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/bnr-recruit.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/bnr-information.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-ttl {
  display: inline-block;
  padding: 0 84px;
  background: url(../img/top/bnr-arw.png) no-repeat right 65%;
  color: #fff;
  line-height: 1;
}
#top-bnr .bnr-list .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list .en {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list .ja {
  margin: 20px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.8rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list .ja {
    font-size: 2.4rem;
  }
}

/* top-news  PC
------------------------------------ */
#top-news .news-post {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  #top-news .news-post-item:nth-of-type(4) {
    display: none;
  }
}

/* top-insta  PC
------------------------------------ */
#top-insta {
  background: #393939;
}
#top-insta .insta-ttl {
  padding-left: 74px;
  background: url(../img/top/instagram-ico.png) no-repeat left 85%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.8rem;
  letter-spacing: 0.16em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-insta .insta-ttl {
    font-size: 2.4rem;
  }
}
#top-insta .insta-txt {
  margin-top: 40px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #top-insta .insta-txt {
    font-size: 1.5rem;
  }
}
#top-insta .insta-ib {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #top-insta .insta-ib {
    display: block;
  }
}
#top-insta .insta-list {
  width: 65.85%;
  max-width: 1080px;
}
#top-insta .insta-list li {
  width: 25%;
  height: 0;
  padding-top: 25%;
  background: url(../img/top/noimage.png) no-repeat center/cover;
  position: relative;
}
#top-insta .insta-list a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
#top-insta .insta-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bg.jpg) no-repeat center/cover;
}
.com-contact .en {
  color: #f5e358;
}
.com-contact .ja {
  color: #fff;
}
.com-contact .contact-ttl {
  text-align: center;
}
.com-contact .contact-ttl::after {
  margin-left: auto;
  margin-right: auto;
}
.com-contact .contact-txt {
  margin: 68px auto 0;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-btn {
  display: block;
  max-width: 730px;
  height: 90px;
  margin: 60px auto 0;
  border-radius: 999px;
  background: url(../img/top/contact-line-arw.png) no-repeat calc(100% - 40px) center #06c755;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  line-height: 90px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-btn {
    font-size: 1.5rem;
  }
}
.com-contact .contact-flx {
  max-width: 730px;
  margin: 43px auto 0;
  justify-content: space-between;
}
.com-contact .contact-tel-link {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-tel-link {
    padding-left: 42px;
    background-size: 31px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .com-contact .contact-tel-link {
    font-size: 2rem;
  }
}
.com-contact .contact-mail {
  max-width: 370px;
}

/* about  PC
------------------------------------ */
#about .reason .en {
  color: #f5e358;
}
#about .reason .ja {
  color: #fff;
}
#about .reason-list {
  margin: 77px auto 0;
}
#about .flow-list {
  margin: 80px auto 0;
}
#about .flow-list-item {
  display: flex;
  padding: 40px 60px 50px;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
}
#about .flow-list-item:nth-of-type(n+2) {
  margin: 47px auto 0;
}
#about .flow-list-con {
  width: 100%;
  max-width: 730px;
}
#about .flow-list-txt {
  margin-top: 17px;
}
#about .flow-list-line {
  display: block;
  height: 90px;
  margin-top: 40px;
  border-radius: 999px;
  background: url(../img/top/contact-line-arw.png) no-repeat calc(100% - 40px) center #06c755;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  line-height: 90px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about .flow-list-line {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #about .flow-list-line:hover {
    background-position-x: calc(100% - 30px);
    opacity: 1;
  }
}
#about .flow-list-info {
  margin-top: 33px;
}
#about .flow-list-tel {
  padding-left: 43px;
  background-size: 31px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #about .flow-list-tel {
    font-size: 2rem;
  }
}
#about .flow-list-tel-note {
  margin-top: 15px;
}
#about .flow-list-mail {
  width: 370px;
}
#about .qa-faq {
  margin: 77px auto 0;
}

/* service  PC
------------------------------------ */
#service .service-tag {
  padding: 100px 0;
  position: relative;
}
#service .ind-ttl01 {
  background: url(../img/service/indvidual-illu01.jpg) no-repeat left center;
}
#service .ind-ttl02 {
  background: url(../img/service/indvidual-illu02.jpg) no-repeat 10px center;
}
#service .ind-ttl03 {
  background: url(../img/service/indvidual-illu03.jpg) no-repeat left center;
}
#service .ind-ttl04 {
  background: url(../img/service/indvidual-illu04.jpg) no-repeat left center;
}
#service .ind-ttl05 {
  padding-bottom: 17px;
  background: url(../img/service/indvidual-illu05.jpg) no-repeat left center;
}
#service .com-list {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  #service .com-list-item {
    padding-right: 90px;
  }
}
#service .com-list-ttl {
  padding-left: 60px;
}
#service .com-list .mt-none {
  margin-top: 10px;
}
#service .com-list-dl {
  margin: 30px auto 0;
}
#service .com-list-dl dt {
  padding: 6px;
  background: #f5e358;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #service .com-list-dl dt {
    font-size: 1.5rem;
  }
}
#service .com-list-dl dd {
  margin: 14px auto 0;
}
#service .company .com-list-item {
  background: #f7f7f7;
}
#service .company-ttl01 {
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(../img/service/company-illu01.png) no-repeat left center;
}
#service .company-ttl02 {
  background: url(../img/service/company-illu02.png) no-repeat left center;
}
#service .company-ttl03 {
  background: url(../img/service/company-illu03.png) no-repeat left center;
}
#service .company-ttl04 {
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(../img/service/company-illu04.png) no-repeat left center;
}
#service .company-ttl05 {
  background: url(../img/service/company-illu05.png) no-repeat 10px center;
}
#service .company-ttl06 {
  background: url(../img/service/company-illu06.png) no-repeat 0 center;
}
#service .company-ttl07 {
  background: url(../img/service/company-illu07.png) no-repeat 0 center;
}

/* recruit  PC
------------------------------------ */
#recruit .features .en {
  color: #f5e358;
}
#recruit .features .ja {
  color: #fff;
}
#recruit .features-check {
  margin: 77px auto 0;
}
@media screen and (min-width: 768px) {
  #recruit .features-check {
    padding: 25px 0 25px 130px;
    justify-content: flex-start;
  }
  #recruit .features-check ul:nth-of-type(1) {
    width: 447px;
  }
}
#recruit .job-box {
  margin: 80px auto 0;
}
#recruit .qa-faq {
  margin: 77px auto 0;
}

/* company  PC
------------------------------------ */
#company .greeting .en {
  color: #f5e358;
}
#company .greeting .ja {
  color: #fff;
}
#company .greeting-flx {
  margin: 80px auto 0;
}
#company .greeting-txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #company .greeting-txt-box {
    max-width: 540px;
  }
}
#company .greeting-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #f5e358;
}
@media screen and (max-width: 768px) {
  #company .greeting-name {
    font-size: 1.5rem;
  }
}
#company .company-box {
  margin: 80px auto 0;
}

/* contact  PC
------------------------------------ */
#contact .contact-box {
  margin: 50px auto 0;
}

/* news  PC
------------------------------------ */
#news .com-box {
  padding: 50px 60px;
}/*# sourceMappingURL=all.css.map */