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

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

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

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

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

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

.target {
  scroll-margin-top: 0; /* ヘッダーの高さ分 */
}

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

.marker {
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(65, 164, 253, 0.2);
  border-radius: 5.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
}

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

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

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

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

/*  共通パーツ
------------------------------------ */
.com-gra-txt {
  display: inline-block;
  background: #41A4FD;
  background: linear-gradient(90deg, rgb(65, 164, 253) 0%, rgb(0, 208, 213) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.com-mail {
  display: flex;
  width: 100%;
  max-width: 300px;
  height: 64px;
  background: #00569f;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
.com-mail {
  letter-spacing: 0.07em;
  color: #fff;
  line-height: 64px;
  align-items: center;
  justify-content: center;
}
.com-mail::before {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  margin-right: 9px;
  background: url(../img/top/contact-mail.png) no-repeat center/contain;
}

.com-cases {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .com-cases-item {
    width: 100%;
    max-width: 250px;
  }
  .com-cases-item:not(:nth-of-type(4n-3)) {
    margin-left: 26px;
  }
  .com-cases-item:nth-of-type(n+5) {
    margin-top: 45px;
  }
}
.com-cases-link {
  display: block;
}
.com-cases-img {
  width: 100%;
  height: 0;
  padding-top: 96%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.com-cases-ttl {
  margin: 18px auto 0;
}

.com-box {
  width: 93.75%;
  margin: auto;
  border-radius: 30px;
  background: #def2fc;
}

.com-gra {
  background: #41A4FD;
  background: linear-gradient(90deg, rgb(65, 164, 253) 0%, rgb(0, 208, 213) 100%);
}

.com-tel {
  padding-left: 40px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1;
}

.news-post {
  width: 100%;
  max-width: 780px;
}
.news-post-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #bfbfbf;
}
.news-post-item:nth-of-type(n+2) {
  margin: 24px auto 0;
}
.news-post-link {
  display: block;
}
.news-post-time {
  display: block;
  margin-right: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.07em;
  line-height: 1;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  color: #41a4fd;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
.news-post-ttl {
  margin: 5px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.07em;
  line-height: 1.6;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  margin: 50px auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  margin: 0 20px 20px 0;
}
.com-tag-link {
  display: block;
  padding: 20px 70px;
  border-radius: 32px;
  background: url(../img/cases/arw.png) no-repeat calc(100% - 16px) center #00569f;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link {
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.com-tag-link.current {
  background-color: #fff;
  border: 2px solid #00569f;
  background-image: none;
  color: #00569f;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-bg.jpg) no-repeat center top/cover;
}
#top-about .about-txt-box {
  margin-top: 40px;
}

/* top-reason  PC
------------------------------------ */
#top-reason .reason-list {
  margin: 44px auto 0;
}
#top-reason .reason-list-item {
  max-width: 340px;
}
#top-reason .reason-list-item .num {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-item .num {
    font-size: 5rem;
  }
}
#top-reason .reason-list-item .num {
  letter-spacing: 0;
  color: rgba(65, 164, 253, 0.4);
  line-height: 1;
  position: relative;
}
#top-reason .reason-list-ico {
  margin: -40px auto 0;
  text-align: center;
}
#top-reason .reason-list-ttl {
  margin: -19px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-ttl {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-ttl {
  letter-spacing: 0.07em;
  color: #fff;
  line-height: 1.8;
}
#top-reason .reason-list-ttl span {
  display: inline-block;
  padding: 0 15px;
}
#top-reason .reason-list-ttl span:nth-of-type(n+2) {
  margin: 10px auto 0;
}
#top-reason .reason-list-txt {
  margin: 18px auto 0;
  font-size: 1.5rem;
  line-height: 1.86;
}

/* top-works  PC
------------------------------------ */
#top-works .works-list {
  margin: 60px auto 0;
}
#top-works .works-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-works .works-list-item {
    max-width: 510px;
  }
  #top-works .works-list-item:nth-of-type(n+3) {
    margin-top: 52px;
  }
}
#top-works .works-list-link {
  display: block;
}
@media screen and (min-width: 768px) {
  #top-works .works-list-link:hover {
    opacity: 1;
  }
  #top-works .works-list-link:hover .works-list-ttl {
    color: #00569f;
    background-position-x: calc(100% - 5px);
  }
}
#top-works .works-list-ttl {
  margin: 20px auto 0;
  padding-bottom: 10px;
  background: url(../img/top/works-arw.png) no-repeat calc(100% - 10px) 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top-works .works-list-ttl {
    font-size: 1.5rem;
  }
}
#top-works .works-list-ttl {
  letter-spacing: 0.07em;
  color: #000000;
  position: relative;
  transition: all 0.3s ease;
}
#top-works .works-list-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #41A4FD;
  background: linear-gradient(90deg, rgb(65, 164, 253) 0%, rgb(0, 208, 213) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

/* top-cases  PC
------------------------------------ */
#top-cases .cases-list {
  margin: 63px auto 0;
}

/* top-recruit  PC
------------------------------------ */
#top-recruit .recruit-txt-box {
  margin-top: 50px;
}
#top-recruit .recruit-list {
  display: flex;
  margin: 80px auto 0;
  justify-content: center;
  align-items: center;
}
#top-recruit .recruit-list-item {
  width: 100%;
  max-width: 340px;
}
#top-recruit .recruit-list-item:nth-of-type(n+2) {
  margin-left: 40px;
}
#top-recruit .recruit-list-btn {
  max-width: none;
  padding: 35px;
  border-radius: 999px;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bg.jpg) no-repeat center top/cover;
}
.com-contact .contact-list {
  max-width: 680px;
  margin: 50px auto 0;
  padding: 30px 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-list-item:nth-of-type(n+2) {
    margin-left: 25px;
    width: 300px;
  }
}
.com-contact .contact-list-tel {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-list-tel {
    font-size: 3.5rem;
  }
}
.com-contact .contact-map {
  margin: 50px auto 0;
}
.com-contact .contact-map-txt {
  padding-left: 28px;
  background: url(../img/top/contact-map.png) no-repeat left top;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-map-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-map-txt {
  letter-spacing: 0.07em;
  color: #000000;
  line-height: 1.5;
}
.com-contact .contact-map-frame {
  margin: 20px auto 0;
}

/* top-blog  PC
------------------------------------ */
#top-blog {
  border-top: 1px solid #bfbfbf;
}
/* =========================================

  sub layout  all

========================================= */
/* works  PC
------------------------------------ */
#works .service-list {
  margin: 50px auto 0;
}
#works .service-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#works .service-list-item:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  #works .service-list-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
#works .service-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #works .service-list-con {
    max-width: 510px;
  }
}
#works .service-list-ttl-sub {
  margin-top: 24px;
}
#works .service-list-txt {
  margin-top: 30px;
}
#works .service-list-btn {
  display: flex;
  max-width: 340px;
  height: 64px;
  padding: 0;
  margin-top: 50px;
  line-height: 64px;
  align-items: center;
  justify-content: center;
}

/* cases  PC
------------------------------------ */
#cases .cases-list {
  margin: 100px auto 0;
}
#cases .com-cases-ttl {
  color: #000000;
}
#cases .detail-ttl {
  margin: 44px auto 0;
}
@media screen and (min-width: 768px) {
  #cases .detail-ttl {
    font-size: 3rem;
  }
}
#cases .detail-ba {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  position: relative;
}
#cases .detail-ba-item {
  width: 100%;
  max-width: 510px;
}
#cases .detail-ba-item:nth-of-type(2):not(.arw) > div::before {
  content: none;
}
#cases .detail-ba-item:nth-of-type(2).arw::before {
  content: "";
  display: block;
  width: 23px;
  height: 29px;
  margin: auto;
  background: url(../img/cases/ba-arw.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  #cases .detail-ba-item:nth-of-type(2).arw::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  #cases .detail-ba-item:nth-of-type(2) {
    margin-left: 60px;
  }
}
#cases .detail-ba-img {
  width: 100%;
  height: 0;
  padding-top: 68.6%;
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
  position: relative;
}
#cases .detail-ba-img::before {
  content: "BEFORE";
  display: block;
  width: 129px;
  height: 41px;
  background: #8c8c8c;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #cases .detail-ba-img::before {
    font-size: 1.5rem;
  }
}
#cases .detail-ba-img::before {
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  line-height: 41px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#cases .detail-ba-img-after::before {
  content: "AFTER";
  width: 110px;
  background-color: #41a4fd;
}
#cases .detail-txt {
  margin: 37px auto 0;
  white-space: pre-line;
}
#cases .detail-image {
  display: flex;
  margin: 80px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cases .detail-image li {
  width: 100%;
  max-width: 510px;
  height: 0;
  padding-top: 350px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #cases .detail-image li:nth-of-type(n+3) {
    margin-top: 60px;
  }
}

/* recruit  PC
------------------------------------ */
#recruit .att-list {
  margin: 90px auto 0;
}
#recruit .att-list-item {
  width: 100%;
  max-width: 330px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #recruit .att-list-item:nth-of-type(n+2) {
    margin-left: 45px;
  }
}
#recruit .att-list-num {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  #recruit .att-list-num {
    font-size: 5rem;
  }
}
#recruit .att-list-num {
  letter-spacing: 0;
  color: rgba(65, 164, 253, 0.4);
  line-height: 1;
  position: absolute;
  left: 38px;
  top: -53px;
}
#recruit .att-list-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #recruit .att-list-ttl {
    font-size: 1.5rem;
  }
}
#recruit .att-list-ttl {
  letter-spacing: 0.07em;
  color: #fff;
  line-height: 1.76;
}
#recruit .att-list-ttl span {
  display: block;
  padding: 0 12px;
}
#recruit .att-list-ttl span:nth-of-type(n+2) {
  margin: 7px auto 0;
}
#recruit .att-list-txt {
  margin: 25px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#recruit .staff-list {
  margin: 47px auto 0;
}
#recruit .staff-list-item {
  width: 100%;
  max-width: 320px;
}
#recruit .staff-list-item:not(:nth-of-type(3n-2)) {
  margin-left: 58px;
}
#recruit .staff-list-item:nth-of-type(n+4) {
  margin-top: 58px;
}
#recruit .staff-list-img {
  width: 100%;
  height: 0;
  padding-top: 93.75%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#recruit .staff-list-ttl {
  margin: 26px auto 0;
  padding-left: 19px;
  border-left: 10px solid #41a4fd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #recruit .staff-list-ttl {
    font-size: 1.5rem;
  }
}
#recruit .staff-list-ttl {
  letter-spacing: 0.07em;
  line-height: 1.3;
}
#recruit .staff-list-txt {
  margin: 18px auto 0;
  white-space: pre-line;
}
#recruit .job .com-table:nth-of-type(n+2) {
  margin: 50px auto 0;
}

/* company  PC
------------------------------------ */
#company .message-flx {
  margin: 45px auto 0;
}
#company .message-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company .message-con {
    max-width: 510px;
  }
}
#company .message-ttl {
  padding-bottom: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #company .message-ttl {
    font-size: 1.75rem;
  }
}
#company .message-ttl {
  letter-spacing: 0.01em;
  color: #00569f;
  line-height: 1.5;
  position: relative;
}
#company .message-ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #41A4FD;
  background: linear-gradient(90deg, rgb(65, 164, 253) 0%, rgb(0, 208, 213) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#company .message-txt {
  margin-top: 32px;
  line-height: 2;
}
#company .information {
  padding-bottom: 100px;
}

/* contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 37px auto 0;
}
@media screen and (min-width: 768px) {
  #contact .contact-txt {
    text-align: center;
  }
}
#contact .contact-box {
  width: 100%;
  max-width: 500px;
  margin: 35px auto 0;
  padding: 50px 0 40px;
  text-align: center;
  background: #def2fc;
  border-radius: 20px;
}
#contact .contact-time {
  margin: 20px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#contact .contact-form-table {
  margin: 50px auto 0;
}

/* blog  PC
------------------------------------ */
#news .com-news-item:nth-of-type(n+2) {
  margin: 30px auto 0;
  padding: 30px 0 0;
  border-top: 1px solid #bfbfbf;
}
#news .detail-tag {
  margin: 30px auto 0;
}

/* privacy  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #privacy .privacy-box-ttl {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=all.css.map */