@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: 27px 0 0;
}

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

/*  共通パーツ
------------------------------------ */
.com-box01 {
  background: #f0f5fa;
  border-radius: 40px;
}

.com-border {
  position: relative;
  z-index: 0;
}
.com-border::before {
  content: "";
  background: url(../img/ptn/01.png);
  position: absolute;
  pointer-events: none;
}
.com-border02::after {
  content: "";
  width: 47%;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 0;
  top: 510px;
}

.news-post-item {
  width: 100%;
  max-width: 745px;
}
@media screen and (min-width: 768px) {
  .news-post-item:nth-of-type(n+2) {
    margin-top: 45px;
  }
}
.news-post-link {
  display: block;
}
.news-post-flx {
  display: flex;
  padding-left: 28px;
  position: relative;
}
.news-post-flx::before {
  display: block;
  width: 15px;
  height: 3px;
  background: #5ec2f8;
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
}
.news-post-time {
  margin-top: 5px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 15px;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  margin: 0 10px 10px 0;
  padding: 4px 10px;
  border: 1px solid #3553cb;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  color: #3553cb;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@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 {
  margin: 0 23px 30px 0;
}
.com-tag-link {
  max-width: none;
  padding-left: 64px;
  padding-right: 64px;
}
/* =========================================

  main layout  all

========================================= */
/* top-news  PC
------------------------------------ */
#top-news {
  position: relative;
  z-index: 0;
}
#top-news::before, #top-news::after {
  content: "";
  background: #f0f5fa;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
#top-news::before {
  width: 322px;
  height: 289px;
  left: calc(50% - 960px);
  top: 0;
}
@media screen and (min-width: 1921px) {
  #top-news::before {
    width: 16.77%;
    left: 0;
  }
}
#top-news::after {
  width: 1600px;
  height: 100%;
  border-radius: 0 0 0 40px;
  right: calc(50% - 960px);
  top: 0;
}
@media screen and (min-width: 1921px) {
  #top-news::after {
    width: 83.33%;
    right: 0;
  }
}
#top-news .news-bg::before {
  width: 240px;
  height: 350px;
  left: calc(50% - 960px);
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 1921px) {
  #top-news .news-bg::before {
    width: 12.5%;
    left: 0;
  }
}
#top-news .news-bg::after {
  content: "";
  width: 320px;
  height: 195px;
  background-color: #fff;
  border-radius: 0 40px 40px 0;
  position: absolute;
  left: calc(50% - 960px);
  top: 185px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  #top-news .news-bg::after {
    width: 16.7%;
    left: 0;
  }
}
#top-news .news-btn {
  width: 250px;
  margin-top: 33px;
}
#top-news .news-post {
  width: 100%;
  max-width: 745px;
}

/* top-message  PC
------------------------------------ */
#top-message {
  padding: 130px 0 240px;
  position: relative;
}
#top-message::before, #top-message::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
#top-message::before {
  width: 1504px;
  height: 1px;
  background: #000000;
  top: 17px;
  right: calc(50% - 960px);
}
@media screen and (min-width: 1921px) {
  #top-message::before {
    width: 78.3%;
    right: 0;
  }
}
#top-message::after {
  width: 420px;
  height: 240px;
  border-radius: 0 0 40px 0;
  background: #096CDB;
  background: linear-gradient(158deg, rgb(9, 108, 219) 0%, rgb(53, 83, 203) 100%);
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1921px) {
  #top-message::after {
    width: 21.875%;
  }
}
#top-message .message-bg {
  position: relative;
  z-index: 0;
}
#top-message .message-bg::before {
  content: "";
  display: block;
  width: 1248px;
  height: 100%;
  background: #63C8FF;
  background: linear-gradient(-158deg, rgb(99, 200, 255) 0%, rgb(71, 162, 255) 100%);
  border-radius: 0 40px 40px 0;
  position: absolute;
  left: calc(50% - 960px);
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-message .message-bg::before {
    width: 65%;
    left: 0;
  }
}
#top-message .message-bg::after {
  content: "";
  width: 838px;
  height: 350px;
  background: url(../img/ptn/01.png);
  position: absolute;
  right: calc(50% - 960px);
  bottom: -142px;
  z-index: -2;
}
@media screen and (min-width: 1921px) {
  #top-message .message-bg::after {
    width: 43.5%;
    right: 0;
  }
}
#top-message .message-inner {
  position: relative;
}
#top-message .message-illu {
  position: absolute;
  top: 66px;
  right: -100px;
}
#top-message .message-txt-box {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  #top-message .message-txt-box {
    max-width: 540px;
  }
}

/* top-service  PC
------------------------------------ */
#top-service {
  position: relative;
}
#top-service::before {
  content: "";
  width: 100%;
  height: 230px;
  border-top: 1px solid #000000;
  background: #f0f5fa;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#top-service .service-list {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#top-service .service-list-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  #top-service .service-list-item:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
#top-service .service-list-link {
  display: block;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  #top-service .service-list-link:hover {
    transform: translateY(-5px);
    opacity: 1;
  }
}
#top-service .service-list-img {
  text-align: center;
  position: relative;
}
#top-service .service-list-num {
  color: #fff;
  position: absolute;
  right: 38px;
  bottom: 10px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-num {
    font-size: 3.5rem;
  }
}
#top-service .service-list-box {
  width: 100%;
  margin: -110px auto 0;
  padding: 140px 25px 25px;
  border-radius: 20px;
  background: url(../img/top/service.png) no-repeat center/cover;
}
#top-service .service-list-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.13em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.5rem;
  }
}
#top-service .service-list-ttl-height {
  height: 84px;
}
#top-service .service-list-en {
  margin-top: 20px;
  background: url(../img/top/com-btn-arw.png) no-repeat right calc(100% - 7px);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-en {
    font-size: 1.5rem;
  }
}

/* top-works  PC
------------------------------------ */
#top-works .works-bg {
  background: #f0f5fa;
}
#top-works .works-bg::before {
  width: 961px;
  height: 242px;
  background-image: url(../img/ptn/02.png);
  left: calc(50% - 960px);
  top: 43px;
}
#top-works .works-bg::after {
  content: "";
  width: 100%;
  border-top: 1px solid #000000;
  background: url(../img/top/com-contact-bg.png) no-repeat center top/cover;
  height: 137px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#top-works .works-flx {
  position: relative;
  z-index: 1;
}
#top-works .works-txt {
  max-width: 650px;
  padding: 64px 40px 0 0;
}
#top-works .works-tag {
  margin: 65px auto 0;
  position: relative;
}
#top-works .swiper-container {
  margin: 66px auto 0;
  overflow: hidden;
}
#top-works .swiper-wrapper {
  transition-timing-function: linear !important;
}
#top-works .swiper-slide-img {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top-works .swiper-slide-img:hover {
    opacity: 1;
  }
  #top-works .swiper-slide-img:hover img {
    width: 110%;
    height: 110%;
  }
}

/* com-contact  PC
------------------------------------ */
.top .com-contact {
  border-top: none;
}

.com-contact {
  border-top: 1px solid #000000;
  background: url(../img/top/com-contact-bg.png) no-repeat center top/cover;
}
.com-contact .contact-ttl::after {
  position: relative;
  z-index: 1;
}
.com-contact .contact-box {
  width: 100%;
  margin: -78px auto 0;
  padding: 130px 0 100px;
  border-radius: 50px 50px 0 0;
  background: #fff;
  position: relative;
}
.com-contact .contact-box::before, .com-contact .contact-box::after {
  content: "";
  width: 49px;
  height: 45px;
  position: absolute;
  bottom: 0;
}
.com-contact .contact-box::before {
  background: url(../img/top/contact-left.png) no-repeat left bottom/contain;
  left: -49px;
}
.com-contact .contact-box::after {
  background: url(../img/top/contact-right.png) no-repeat right bottom/contain;
  right: -49px;
}
.com-contact .contact-list {
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.com-contact .contact-list::before {
  content: "";
  width: 260px;
  height: 198px;
  background: url(../img/top/contact-illu.png) no-repeat right top/contain;
  position: absolute;
  right: -10px;
  top: -250px;
  pointer-events: none;
}
.com-contact .contact-list-item {
  width: 100%;
  max-width: 310px;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .com-contact .contact-list-item:nth-of-type(n+2) {
    margin: 30px auto 0;
  }
}
.com-contact .contact-list-ttl {
  display: flex;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-ttl {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 10px;
  background: #000000;
}
.com-contact .contact-list-tel {
  margin-top: 6px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #3553cb;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-tel {
    font-size: 2rem;
  }
}
.com-contact .contact-list-tel-note {
  display: block;
  margin-top: 10px;
  line-height: 1;
}
.com-contact .contact-list-btn {
  max-width: none;
  margin: 10px auto 0;
  position: relative;
}
.com-contact .contact-list-btn::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.com-contact .contact-list-btn-mail::before {
  width: 22px;
  height: 16px;
  background: url(../img/top/contact-mail.png) no-repeat center/contain;
  left: 59px;
}
.com-contact .contact-list-btn-line {
  background-image: url(../img/top/contact-target.png);
}
.com-contact .contact-list-btn-line::before {
  width: 28px;
  height: 28px;
  background: url(../img/top/contact-line.png) no-repeat center/contain;
  left: 59px;
}

/* top-recruit  PC
------------------------------------ */
#top-recruit {
  position: relative;
}
#top-recruit::before, #top-recruit::after {
  content: "";
  position: absolute;
}
#top-recruit::before {
  width: 450px;
  height: 190px;
  top: -37px;
  right: 7.65%;
}
#top-recruit::after {
  width: 35.6%;
  height: 197px;
  background: #096CDB;
  background: linear-gradient(90deg, rgb(9, 108, 219) 0%, rgb(53, 83, 203) 100%);
  left: 0;
  bottom: 0;
}
#top-recruit .recruit-box {
  display: block;
  padding: 7px;
  background: #fff;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
}
#top-recruit .recruit-box-bg {
  padding: 40px 44px 142px;
  background: url(../img/top/recruit-img.jpg) no-repeat center/cover;
}
#top-recruit .recruit-ttl {
  line-height: 1;
}
#top-recruit .recruit-ttl .en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-ttl .en {
    font-size: 7.2rem;
  }
}
#top-recruit .recruit-ttl .ja {
  display: inline-block;
  margin-top: 15px;
  padding-right: 37px;
  background: url(../img/top/recruit-arw.png) no-repeat right center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-ttl .ja {
    font-size: 1.5rem;
  }
}

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

  sub layout  all

========================================= */
/* service  PC
------------------------------------ */
#service .service::before {
  content: "";
  width: 61.4%;
  height: 489px;
  right: 0;
  top: 0;
  z-index: -1;
}
#service .service-tag {
  margin: 50px auto 0;
}
#service .service-list {
  margin: 100px auto 0;
}
#service .service-list-item:nth-of-type(2n-1) {
  border-radius: 40px;
  background: #f0f5fa;
}
@media screen and (min-width: 768px) {
  #service .service-list-item:nth-of-type(2n-1) .service-list-img {
    margin-left: 50px;
  }
}
#service .service-list-item:nth-of-type(2n) .service-list-box {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  #service .service-list-item:nth-of-type(2n) .service-list-img {
    margin-right: 50px;
  }
}
#service .service-list-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 120px 100px;
}
@media screen and (min-width: 768px) {
  #service .service-list-con {
    max-width: 460px;
    flex-shrink: 0;
  }
}
#service .service-list-txt-box {
  margin-top: 42px;
}
#service .service-list-ttl {
  margin-bottom: 30px;
}
#service .service-list-img img:nth-of-type(n+2) {
  margin-top: 40px;
}
#service .inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
#service .inner::before {
  content: "";
  width: 420px;
  height: 192px;
  background: url(../img/service/service-illu.png) no-repeat right bottom/contain;
  position: absolute;
  top: 0;
  right: 140px;
}
#service .com-tag-link {
  background-image: url(../img/service/arw-btm.png);
}
@media screen and (min-width: 768px) {
  #service .com-tag-link {
    font-size: 1.8rem;
  }
  #service .com-tag-link:hover {
    background-position: calc(100% - 23px) 55%;
  }
}

/* com-bnr  PC
------------------------------------ */
.com-bnr {
  margin: 25px auto 0;
  background: url(../img/ptn/01.png);
}
.com-bnr .bnr-list {
  display: flex;
  justify-content: space-between;
}
.com-bnr .bnr-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-bnr .bnr-list-item {
    max-width: 500px;
  }
}
.com-bnr .bnr-list-link {
  display: block;
  border: 1px solid #000000;
  padding: 7px;
  background: #fff;
}
.com-bnr .bnr-list-img {
  width: 100%;
  padding: 76px 0 80px 54px;
}
.com-bnr .bnr-list-img-works {
  background: url(../img/service/works.jpg) no-repeat center/cover;
}
.com-bnr .bnr-list-img-company {
  background: url(../img/service/company.jpg) no-repeat center/cover;
}
.com-bnr .bnr-list-img-service {
  background: url(../img/service/service.jpg) no-repeat center/cover;
}
.com-bnr .bnr-list-ttl {
  color: #fff;
  line-height: 1;
}
.com-bnr .bnr-list-ttl .en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 7rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-list-ttl .en {
    font-size: 3.5rem;
  }
}
.com-bnr .bnr-list-ttl .ja {
  display: inline-block;
  margin-top: 22px;
  padding-right: 40px;
  background: url(../img/top/com-btn-arw.png) no-repeat right center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-list-ttl .ja {
    font-size: 1.5rem;
  }
}

/* works  PC
------------------------------------ */
#works .works-list {
  margin: 50px auto 0;
}
#works .works-list-item:nth-of-type(n+2) {
  margin: 70px auto 0;
}
#works .works-list-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 100px 0;
}
#works .works-list-box {
  display: block;
  margin: 50px auto 0;
}
#works .works-list-time {
  width: 140px;
  height: 40px;
  background: #00b2ec;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  #works .works-list-time {
    font-size: 1.5rem;
  }
}
#works .works-list-ba {
  display: flex;
  margin: 34px auto 0;
  justify-content: space-between;
}
#works .works-list-ba li {
  width: 100%;
  max-width: 500px;
}
#works .works-list-ba-ttl {
  display: flex;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #works .works-list-ba-ttl {
    font-size: 1.5rem;
  }
}
#works .works-list-ba-ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 17px;
  background: #000000;
}
#works .works-list-ba-ttl-after {
  color: #3553cb;
}
#works .works-list-img {
  width: 100%;
  height: 0;
  margin: 20px auto 0;
  padding-top: 76%;
  position: relative;
}
#works .works-list-txt {
  margin: 36px auto 0;
  line-height: 1.7;
  white-space: pre-line;
}
#works .works-list-image {
  display: flex;
  margin: 60px auto 0;
  flex-wrap: wrap;
}
#works .works-list-image li {
  width: 100%;
  max-width: 240px;
  height: 0;
  padding-top: 180px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #works .works-list-image li:not(:nth-of-type(4n-3)) {
    margin-left: 40px;
  }
  #works .works-list-image li:nth-of-type(n+5) {
    margin-top: 40px;
  }
}

/* company  PC
------------------------------------ */
#company .message::before {
  width: 33.8%;
  height: 380px;
  right: 0;
  top: 0;
}
#company .message-inner {
  position: relative;
}
#company .message-inner::after {
  content: "";
  width: 417px;
  height: 150px;
  background: url(../img/company/illust.png) no-repeat center/contain;
  position: absolute;
  top: 120px;
  right: 0;
}
@media screen and (min-width: 768px) {
  #company .message-con {
    max-width: 540px;
    padding-top: 40px;
  }
}
#company .message-con-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #company .message-con-ttl {
    font-size: 1.75rem;
  }
}
#company .message-con-txt {
  margin-top: 26px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #company .message-con-txt {
    font-size: 1.5rem;
  }
}
#company .company {
  border-top: 1px solid #000000;
  background: #f0f5fa;
}
#company .company-table {
  margin: 50px auto 0;
}
#company .company-map {
  margin: 42px auto 0;
}

/* recruit  PC
------------------------------------ */
#recruit .inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
#recruit .recruit::before {
  width: 45.3%;
  height: 318px;
  left: 0;
  top: 0;
  z-index: -1;
}
#recruit .recruit::after {
  content: "";
  width: 40.1%;
  height: 570px;
  background: url(../img/ptn/01.png);
  position: absolute;
  top: 1277px;
  right: 0;
  z-index: -1;
}
#recruit .recruit-list {
  margin: 70px auto 0;
}
#recruit .recruit-list-item:not(:first-of-type) {
  margin-top: 110px;
}
#recruit .recruit-list-item:nth-of-type(2n) {
  margin-top: 100px;
  padding: 120px 0 80px;
  background: #f0f5fa;
  border-radius: 20px;
}
#recruit .recruit-list-flx {
  margin: 48px auto 0;
}
@media screen and (min-width: 768px) {
  #recruit .recruit-list-flx-txt {
    max-width: 460px;
  }
}
#recruit .recruit-flow {
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
#recruit .recruit-flow::before {
  content: "";
  width: 100%;
  height: 5px;
  background: #56bcf3;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: -1;
}
#recruit .recruit-flow .time {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-flow .time {
    font-size: 1.5rem;
  }
}
#recruit .recruit-flow .ttl {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  color: #56bcf3;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-flow .ttl {
    font-size: 1.5rem;
  }
}
#recruit .recruit-flow02 {
  display: flex;
  margin: 55px auto 0;
  justify-content: space-between;
}
#recruit .recruit-flow02 li {
  width: 100%;
  max-width: 300px;
}
#recruit .recruit-flow02 li:nth-of-type(n+2) {
  position: relative;
}
#recruit .recruit-flow02 li:nth-of-type(n+2)::before {
  content: "";
  width: 15px;
  height: 19px;
  background: url(../img/recruit/arw.png) no-repeat center/contain;
  position: absolute;
  top: 31px;
  left: -53px;
}
#recruit .recruit-flow02 .ttl {
  display: flex;
  height: 80px;
  padding-left: 39px;
  background: #63C8FF;
  background: linear-gradient(-158deg, rgb(99, 200, 255) 0%, rgb(71, 162, 255) 100%);
  border-radius: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #fff;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-flow02 .ttl {
    font-size: 1.5rem;
  }
}
#recruit .recruit-flow02 .num {
  margin-right: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-flow02 .num {
    font-size: 1.5rem;
  }
}
#recruit .recruit-flow02 .txt {
  margin-top: 23px;
  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.7;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-flow02 .txt {
    font-size: 1.5rem;
  }
}
#recruit .recruit-flow02 .tel {
  margin-top: 26px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #3553cb;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-flow02 .tel {
    font-size: 1.5rem;
  }
}
#recruit .recruit-flow02 .tel-num {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-flow02 .tel-num {
    font-size: 1.5rem;
  }
}
#recruit .recruit-flow02 .tel-note {
  display: block;
  line-height: 1;
}
#recruit .recruit-note {
  margin: 43px auto 0;
  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 .recruit-note {
    font-size: 1.5rem;
  }
}
#recruit .recruit-table-wrap {
  margin: 36px auto 0;
}
#recruit .recruit-table-wrap li:nth-of-type(n+2) {
  margin: 36px auto 0;
}
#recruit .recruit-table th {
  color: #fff;
}
#recruit .recruit-bnr {
  margin: 60px auto 0;
  text-align: center;
}

/* contact  PC
------------------------------------ */
#contact .contact::before {
  width: 45.3%;
  height: 318px;
  top: 0;
  left: 0;
  z-index: -1;
}
#contact .contact-flx {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #contact .contact-flx-txt {
    max-width: 590px;
  }
}
#contact .contact-flx-txt a {
  color: #56bcf3;
}
#contact .contact-flx-box {
  padding: 39px 77px 32px 39px;
  border-radius: 10px;
  background: #f0f5fa;
}
@media screen and (min-width: 768px) {
  #contact .contact-flx-box {
    max-width: 430px;
  }
}
#contact .contact-flx-box .ttl {
  display: flex;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact .contact-flx-box .ttl {
    font-size: 1.5rem;
  }
}
#contact .contact-flx-box .ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 10px;
  background: #000000;
}
#contact .contact-flx-box .ttl .sm {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-flx-box .ttl .sm {
    font-size: 1.5rem;
  }
}
#contact .contact-flx-box .num {
  margin-top: 11px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  color: #3553cb;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contact .contact-flx-box .num {
    font-size: 1.75rem;
  }
}
#contact .contact-flx-box .note {
  display: block;
  line-height: 1;
}
#contact .contact-tel-wrap li {
  margin-top: 16px;
}
#contact .contact-worktime {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #contact .contact-worktime {
    font-size: 1.5rem;
  }
}
#contact .contact-form-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}
#contact .contact-form-table th, #contact .contact-form-table td {
  padding: 20px 44px;
  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.5;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #contact .contact-form-table th, #contact .contact-form-table td {
    font-size: 1.5rem;
  }
}
#contact .contact-form-table th {
  width: 320px;
  padding: 20px 13px;
  border-radius: 5px 0 0 5px;
  background: url(../img/top/service.png) no-repeat center/cover;
  text-align: center;
  position: relative;
}
#contact .contact-form-table th .required-mark {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#contact .contact-form-table td {
  background: #f0f5fa;
  border-radius: 0 5px 5px 0;
}
#contact .form {
  background: #00b2ec;
}
#contact .form-box {
  padding: 85px 0 100px;
  background: #fff;
  border-radius: 40px;
  position: relative;
}
#contact .form-box::before {
  content: "";
  width: 260px;
  height: 198px;
  background: url(../img/contact/illust.png) no-repeat center/contain;
  position: absolute;
  left: 57px;
  top: -39px;
}
#contact .form .inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

/* news  PC
------------------------------------ */
#news .com-news-link {
  padding: 60px;
  justify-content: space-between;
}
#news .com-news-ttl {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-con {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #news .com-news-con {
    max-width: 610px;
  }
  #news .com-news-con-none {
    max-width: none;
  }
}
#news .com-news-img {
  width: 300px;
  height: 300px;
}
#news .com-tag {
  margin: 49px auto 0;
}
@media screen and (min-width: 768px) {
  #news .com-tag-item {
    width: 100%;
    max-width: 240px;
    margin: 0;
  }
  #news .com-tag-item:not(:nth-of-type(4n-3)) {
    margin-left: 40px;
  }
  #news .com-tag-item:nth-of-type(n+5) {
    margin-top: 40px;
  }
  #news .com-tag-link {
    width: 100%;
    margin: 0 !important;
    background-image: url(../img/service/arw-btm.png);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #news .com-tag-link:hover {
    background-position: calc(100% - 23px) 55%;
  }
}
#news .news::before {
  width: 43.3%;
  height: 318px;
  right: 0;
  top: 0;
  z-index: -1;
}
#news .news-post-time {
  padding-left: 29px;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news .news-post-time {
    font-size: 1.5rem;
  }
}
#news .news-post-time::before {
  content: "";
  width: 15px;
  height: 3px;
  background: #56bcf3;
  position: absolute;
  left: 0;
  top: 10px;
}
#news .news-post-tag {
  margin: 22px 0 0;
}
#news .news-post-tag-txt {
  margin: 0 10px 10px 0;
}
#news .detail-box {
  padding: 50px;
}
#news .detail .news-post-flx {
  padding-left: 0;
}
#news .detail .news-post-flx::before {
  content: none;
}
#news .detail .news-post-time {
  margin: 0;
}
#news .detail .news-post-time::before {
  top: 8px;
}
#news .detail .news-post-tag {
  margin: 0;
}/*# sourceMappingURL=all.css.map */