@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;
}

.nowrap {
  white-space: nowrap;
}

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

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}
.com-txt .ac {
  color: #0e47b8;
}

.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: 140px 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  border: 1px solid #e1e1e1;
  background: #fff;
}

.com-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.com-list-item:nth-of-type(n+2) {
  margin: 130px auto 0;
}
.com-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.com-list-img {
  position: relative;
}
.com-list-num {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 10rem;
  letter-spacing: 0;
  color: #0e47b8;
  position: absolute;
  left: -22px;
  top: -54px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-list-num {
    font-size: 5rem;
  }
}
.com-list-num::first-letter {
  color: #ffed74;
}
.com-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-list-con {
    max-width: 490px;
  }
}
.com-list-txt {
  margin-top: 40px;
}

.com-bg01 {
  background: url(../img/top/about-bg.png) no-repeat calc(50% - 600px) 120px;
}
.com-bg02 {
  background: url(../img/top/works-bg.png) no-repeat calc(50% + 600px) 925px;
}
.com-bg03 {
  position: relative;
  z-index: 0;
}
.com-bg03::before {
  content: "";
  width: 100%;
  height: 512px;
  margin: auto;
  background: url(../img/top/contact-bg.png) no-repeat center bottom/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -147px;
  z-index: -1;
}

.sub .com-bg02 {
  background-image: url(../img/about/feature-bg.png);
  background-position-y: 0;
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-link .num {
  font-size: 2.7rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .com-tel-link .num {
    font-size: 1.5rem;
  }
}
.com-tel-note {
  display: block;
}

.news-post {
  display: flex;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 230px;
}
.news-post-item:not(:nth-of-type(3n-2)) {
  margin-left: 35px;
}
.news-post-item:nth-of-type(n+4) {
  margin-top: 35px;
}
.news-post-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.news-post-tag {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  margin: 0 10px 10px 0;
  padding: 3px 8px;
  border: 1px solid #0e47b8;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  color: #0e47b8;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.news-post-time, .news-post-ttl {
  transition: all 0.3s ease;
}
.news-post-time {
  display: flex;
  margin-top: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.3;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time::before {
  width: 10px;
  height: 1px;
  margin-right: 9px;
  background: #0e47b8;
  content: "";
}
.news-post-ttl {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(4n-3)) {
    margin-left: 40px;
  }
  .com-tag-item:nth-of-type(n+5) {
    margin-top: 40px;
  }
}
.com-tag-link {
  display: block;
}

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

  main layout  all

========================================= */
/* ent  PC
------------------------------------ */
.ent {
  position: relative;
}
.ent-logo {
  position: absolute;
  top: 18px;
  left: 36px;
  z-index: 100;
}
.ent-list {
  display: flex;
  justify-content: center;
}
.ent-list-item {
  width: 50%;
}
.ent-list-box {
  display: block;
  width: 100%;
  height: 0;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ent-list-box01 {
  padding-top: 112.5%;
  background: url(../img/ent/mv01.jpg) no-repeat center/100%;
}
.ent-list-box02 {
  padding-top: 56.25%;
  background: url(../img/ent/mv02.jpg) no-repeat center/100%;
}
.ent-list-box03 {
  padding-top: 56.25%;
  background: url(../img/ent/mv03.jpg) no-repeat center/100%;
}
@media screen and (min-width: 768px) {
  .ent-list-box:hover {
    background-size: 110%;
  }
}
.ent-list-ttl {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ent-list-ttl img {
  width: 100%;
}
.ent-list-ttl01 {
  width: 42.7%;
}
.ent-list-ttl02 {
  width: 49.8%;
}
.ent-list-ttl03 {
  width: 41.25%;
}

/* top-aboutus  PC
------------------------------------ */
#top-aboutus .aboutus-txt-box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #top-aboutus .aboutus-txt-box {
    max-width: 540px;
  }
}
#top-aboutus .aboutus-btn {
  margin-top: 53px;
}
#top-aboutus .aboutus-list li:nth-of-type(n+2) {
  margin-top: 20px;
}

/* top-works  PC
------------------------------------ */
#top-works .works {
  background-image: url(../img/works/service-bg.png);
}
#top-works .works-intro {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
#top-works .works-intro-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #top-works .works-intro-txt {
    font-size: 1.5rem;
  }
}
#top-works .works-list {
  margin: 50px auto 0;
}
#top-works .works-list-item:nth-of-type(n+2) {
  margin: 160px auto 0;
}
#top-works .works-list-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-works .works-list-left {
    width: 600px;
  }
}
#top-works .works-list-con {
  width: 100%;
  max-width: 1080px;
  margin: -40px auto 0;
}
#top-works .works-list-txt {
  margin-top: 30px;
  line-height: 2.5;
}
#top-works .works-list-btn {
  margin-top: 88px;
}
#top-works .works-dl {
  width: 100%;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #e1e1e1;
}
#top-works .works-dl .item {
  display: flex;
  align-items: center;
}
#top-works .works-dl dt {
  width: 90px;
  height: 49px;
  background: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 49px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-works .works-dl dt {
    font-size: 1.5rem;
  }
}
#top-works .works-dl dd {
  margin-left: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #top-works .works-dl dd {
    font-size: 1.5rem;
  }
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list-item {
  width: 50%;
}
#top-bnr .bnr-list-link {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 52.1%;
  position: relative;
  z-index: 0;
}
#top-bnr .bnr-list-link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    opacity: 1;
  }
  #top-bnr .bnr-list-link:hover::before {
    opacity: 1;
  }
  #top-bnr .bnr-list-link:hover .bnr-list-ttl .ja::after {
    transform: translateX(5px);
  }
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/environment.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/recruit.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-ttl {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1;
  z-index: 10;
}
#top-bnr .bnr-list-ttl .en {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 9rem;
  letter-spacing: 0;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.43);
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .en {
    font-size: 4.5rem;
  }
}
#top-bnr .bnr-list-ttl .ja {
  display: flex;
  margin: 18px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.43);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .ja {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-ttl .ja::after {
  content: "";
  width: 39px;
  height: 30px;
  margin-left: 20px;
  background: url(../img/top/bnr-arw.png) no-repeat right center/contain;
  transform: translateX(0);
  transition: all 0.3s ease;
}

/* top-company  PC
------------------------------------ */
#top-company {
  background-position-y: 603px;
}
#top-company .en {
  font-size: 9rem;
}
@media screen and (max-width: 768px) {
  #top-company .en {
    font-size: 4.5rem;
  }
}
#top-company .ja {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  #top-company .ja {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-company .company-con {
    width: 600px;
  }
}
#top-company .company-table {
  margin-top: 60px;
}
#top-company .company-table th {
  width: 137px;
  padding-left: 20px;
  text-align: left;
}
#top-company .company-btn {
  margin-top: 50px;
}
#top-company .news-btn {
  width: 190px;
  height: 43px;
  padding: 0 15px 0 0;
  margin-top: 50px;
  font-size: 1.4rem;
  line-height: 43px;
}
#top-company .news-post {
  width: 100%;
  max-width: 760px;
  margin-top: 10px;
}

/* com-contact  PC
------------------------------------ */
.com-contact .contact-box {
  padding: 50px 0 72px;
  background: #1333AB;
  background: linear-gradient(90deg, rgb(19, 51, 171) 0%, rgb(0, 132, 222) 48%, rgb(0, 188, 242) 100%);
  text-align: center;
  color: #fff;
}
.com-contact .contact-ttl {
  line-height: 1;
}
.com-contact .contact-ttl .en {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 9rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .en {
    font-size: 4.5rem;
  }
}
.com-contact .contact-ttl .ja {
  margin: 16px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .ja {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list {
  margin: 65px auto 0;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin-left: 100px;
  padding-left: 100px;
  border-left: 1px solid #fff;
}
.com-contact .contact-list-ttl {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.02em;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-ttl {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-ttl::before {
  content: "";
  margin-right: 10px;
}
.com-contact .contact-list-ttl01::before {
  width: 21px;
  height: 25px;
  background: url(../img/top/contact-tel.png) no-repeat left center;
}
.com-contact .contact-list-ttl02::before {
  width: 31px;
  height: 22px;
  background: url(../img/top/contact-mail.png) no-repeat left center;
}
.com-contact .contact-list-tel {
  font-size: 3.4rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-tel {
    font-size: 1.7rem;
  }
}
.com-contact .contact-list-tel .num {
  font-size: 4.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-tel .num {
    font-size: 2.3rem;
  }
}
.com-contact .contact-list-note {
  display: block;
  margin: 5px auto 0;
  line-height: 1;
}
.com-contact .contact-btn {
  max-width: none;
  width: 350px;
  margin: 22px auto 0;
  background-image: url(../img/top/contact-mail-arw.png);
  font-size: 2rem;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-btn {
    font-size: 1.5rem;
  }
}

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

  sub layout  all

========================================= */
/* aboutus  PC
------------------------------------ */
#aboutus .concept-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #aboutus .concept-con {
    max-width: 525px;
  }
}
#aboutus .concept-txt-box {
  margin-top: 40px;
}
#aboutus .feature-list {
  margin: 75px auto 0;
}

/* works  PC
------------------------------------ */
#works .service {
  background-position-y: 81px;
}
#works .service-bg02 {
  position: relative;
  z-index: 0;
}
#works .service-bg02::before {
  content: "";
  width: 539px;
  height: 601px;
  background: url(../img/works/bg02.png) no-repeat left top/contain;
  position: absolute;
  right: -297px;
  bottom: -294px;
  z-index: -1;
}
#works .service-list {
  margin: 40px auto 0;
}
#works .service-list-item:nth-of-type(n+2) {
  margin: 160px auto 0;
}
#works .service-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #works .service-list-con {
    max-width: 480px;
    margin-left: 96px;
  }
}
#works .service-list-txt-box {
  margin-top: 28px;
}
#works .service-list-case {
  margin-top: 35px;
  padding: 25px 22px 27px;
  border: 1px solid #e1e1e1;
  background: #fff;
}
#works .service-list-case dt {
  width: 160px;
  height: 40px;
  background-color: #222222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #works .service-list-case dt {
    font-size: 1.5rem;
  }
}
#works .service-list-case dd {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  #works .service-list-case dd {
    font-size: 1.5rem;
  }
}
#works .service-list-case dd .other {
  display: block;
  text-align: right;
}
#works .service-images {
  max-width: 1080px;
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
}

/* environment  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #environment .charm {
    background-position-y: 170px;
  }
}
#environment .charm-bg02 {
  position: relative;
  z-index: 0;
}
#environment .charm-bg02::before {
  content: "";
  width: 539px;
  height: 601px;
  background: url(../img/environment/bg.png) no-repeat left top/contain;
  position: absolute;
  left: -291px;
  top: 50px;
  z-index: -1;
}
#environment .charm-list {
  margin: 80px auto 0;
}
#environment .com-list-con p:nth-of-type(n+2) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #environment .numbers {
    background-position-y: 470px;
  }
}
#environment .numbers-list {
  margin: 50px auto 0;
}
#environment .numbers-list-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  #environment .numbers-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  #environment .numbers-list-item:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
#environment .numbers-list-box {
  display: flex;
  width: 100%;
  height: 310px;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
  background: url(../img/environment/box.png) no-repeat center bottom/cover;
}
#environment .numbers-list-ttl {
  width: 260px;
  height: 97px;
  margin: -67px auto 0;
  padding-top: 15px;
  background: #222222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #environment .numbers-list-ttl {
    font-size: 1.5rem;
  }
}
#environment .numbers-list-ttl .ac {
  color: #ffed74;
}
#environment .numbers-list-ttl .sm {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #environment .numbers-list-ttl .sm {
    font-size: 1.5rem;
  }
}

/* recruit  PC
------------------------------------ */
#recruit .demand {
  background-position-y: 101px;
}
#recruit .demand-dl {
  margin: 45px auto 0;
}
#recruit .demand-dl div {
  padding: 25px 100px;
  background: url(../img/recruit/check.png) no-repeat 50px center;
}
#recruit .demand-dl div:nth-of-type(2n-1) {
  background-color: #ededed;
}
#recruit .demand-dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #recruit .demand-dl dt {
    font-size: 1.5rem;
  }
}
#recruit .demand-dl dd {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #recruit .demand-dl dd {
    font-size: 1.5rem;
  }
}
#recruit .recruit {
  background-position-y: bottom;
}
#recruit .recruit-list {
  margin: 50px auto 0;
}
#recruit .recruit-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#recruit .recruit-list-table {
  margin: 26px auto 0;
}
#recruit .flow-list {
  margin: 45px auto 0;
}
#recruit .flow-list-item {
  display: flex;
  width: 100%;
  max-width: 240px;
  height: 169px;
  background: url(../img/recruit/flow-bg.png) no-repeat left bottom/cover;
  justify-content: center;
  align-items: center;
}
#recruit .flow-list-item:nth-of-type(n+2) {
  margin-left: 40px;
  position: relative;
}
#recruit .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 15px;
  height: 23px;
  background: url(../img/recruit/flow-arw.png) no-repeat center/contain;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #recruit .flow-list-item:nth-of-type(n+2)::before {
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#recruit .flow-list-ttl {
  text-align: center;
  line-height: 1;
}
#recruit .flow-list-ttl .step {
  color: #ffed74;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #recruit .flow-list-ttl .step {
    font-size: 1.5rem;
  }
}
#recruit .flow-list-ttl .num {
  font-size: 3.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #recruit .flow-list-ttl .num {
    font-size: 1.75rem;
  }
}
#recruit .flow-list-ttl .ttl {
  margin: 11px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit .flow-list-ttl .ttl {
    font-size: 1.5rem;
  }
}
#recruit .flow-list-ttl .sm {
  margin: 12px auto 0;
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #recruit .flow-list-ttl .sm {
    font-size: 1.5rem;
  }
}

/* company  PC
------------------------------------ */
#company .greeting {
  background-position: calc(50% - 80px) bottom;
}
#company .greeting-flx {
  margin: 50px auto 0;
}
#company .greeting-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company .greeting-txt-box {
    max-width: 540px;
  }
}
#company .company-table {
  margin: 50px auto 0;
}
#company .company-map {
  margin: 70px auto 0;
}

/* news  PC
------------------------------------ */
#news .com-tag {
  margin: 50px auto 0;
}
#news .com-news-link {
  padding: 6% 4%;
}
#news .com-news-ttl {
  margin-top: 15px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-flx {
  margin: 0;
}
#news .com-news-img {
  margin-left: 10px;
}
#news .news-post-tag {
  margin-top: 0;
}
#news .news-post-tag-txt {
  min-width: 60px;
}
#news .detail-box {
  padding: 50px;
}
#news .detail-ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #news .detail-ttl {
    font-size: 1.5rem;
  }
}

/* privacy  PC
------------------------------------ */
#privacy .com-ttl01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #privacy .com-ttl01 {
    margin-bottom: 30px;
  }
}

/* site  PC
------------------------------------ */
#site .com-ttl01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #site .com-ttl01 {
    margin-bottom: 30px;
  }
}
#site .site-link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}/*# sourceMappingURL=all.css.map */