@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Oswald-Bold";
  src: url("../fonts/Oswald-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Oswald-Bold";
  src: url("../fonts/Oswald-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
/*	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;
  }
}

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

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

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

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

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 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: 80px 0 120px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(1, 29, 124, 0.15);
}

.com-contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.com-contents-item {
  width: 100%;
  padding: 0 0 29px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .com-contents-item {
    max-width: 350px;
    box-shadow: 0px 2px 10px 0px rgba(1, 29, 124, 0.15);
  }
  .com-contents-item:not(:nth-of-type(3n-2)) {
    margin-left: 15px;
  }
}
.com-contents-ico {
  display: flex;
  height: 190px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.com-contents-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-contents-ttl {
    font-size: 1.6rem;
  }
}
.com-contents-txt {
  margin: 23px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.76;
}
@media screen and (max-width: 768px) {
  .com-contents-txt {
    font-size: 1.6rem;
  }
}

.com-bg01 {
  background: url(../img/top/strength-bg.png) no-repeat center/cover;
}

.news-post {
  width: 100%;
  max-width: 750px;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #ffffff;
}
.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-link {
  display: block;
  padding: 16px 0;
}
.news-post-flx {
  display: flex;
}
.news-post-time, .news-post-tag-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time, .news-post-tag-txt {
    font-size: 1.6rem;
  }
}
.news-post-time {
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #fff;
  text-align: center;
}
.news-post-ttl {
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.6rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 990px;
  margin: 80px auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 38px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
.com-tag-link {
  display: flex;
  height: 60px;
  text-align: center;
  background: url(../img/top/com-arw.png) no-repeat calc(100% - 22px) center #2a72ce;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.6rem;
  }
}

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

  main layout  all

========================================= */
/*  top-about  PC
------------------------------------ */
#top-about .about-bg {
  background: url(../img/top/about-bg.png) no-repeat center/cover;
}
#top-about .about-cir {
  width: 100%;
  max-width: 395px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
#top-about .about-cir::before {
  content: "ー 社是 －";
  display: flex;
  width: 243px;
  height: 243px;
  margin: auto;
  background: url(../img/top/about-cir-bg.png) no-repeat center/cover;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 51%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #top-about .about-cir::before {
    font-size: 1.6rem;
  }
}
#top-about .about-cir-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#top-about .about-cir-list-item {
  width: 168px;
  height: 168px;
  padding-top: 42px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
#top-about .about-cir-list-item::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: -1;
}
#top-about .about-cir-list-item01 {
  margin: 0 106px;
}
#top-about .about-cir-list-item02 {
  margin-top: 44px;
}
#top-about .about-cir-list-item02 p {
  color: #d8b701;
}
#top-about .about-cir-list-item03 {
  margin-top: 44px;
  margin-left: 57px;
}
#top-about .about-cir-list-item03 p {
  color: #dd2929;
}
#top-about .about-cir-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.24em;
  line-height: 1;
  color: #2a72ce;
}
@media screen and (max-width: 768px) {
  #top-about .about-cir-list-ttl {
    font-size: 1.6rem;
  }
}
#top-about .about-cir-list-txt {
  margin: 16px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #2a72ce;
}
@media screen and (max-width: 768px) {
  #top-about .about-cir-list-txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #top-about .about-contents {
    width: 100%;
    max-width: 657px;
  }
}
#top-about .about-ttl-en {
  display: block;
  font-family: "Oswald-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl-en {
    font-size: 1.6rem;
  }
}
#top-about .about-ttl-txt {
  display: block;
  margin-top: 25px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl-txt {
    font-size: 1.9rem;
  }
}
#top-about .about-sub {
  margin-top: 25px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  color: #2a72ce;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-about .about-sub {
    font-size: 2rem;
  }
}
#top-about .about-sub-bg {
  display: inline-block;
  padding: 19px 15px;
  background: #fff;
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}
#top-about .about-sub-sm {
  font-size: 3.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-about .about-sub-sm {
    font-size: 1.6rem;
  }
}
#top-about .about-sub-lg {
  margin-top: 10px;
  padding: 8px 15px;
  font-size: 6.2rem;
  letter-spacing: 0;
  position: relative;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #top-about .about-sub-lg {
    font-size: 3.1rem;
  }
}
#top-about .about-txt {
  margin-top: 50px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-about .about-txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #top-about .about-txt {
    line-height: 2.3;
  }
}

/*  top-business  PC
------------------------------------ */
#top-business {
  background: url(../img/top/business-bg.png) no-repeat center top/cover;
}
#top-business .business-txt {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #0e1f5a;
}
@media screen and (max-width: 768px) {
  #top-business .business-txt {
    font-size: 1.6rem;
  }
}
#top-business .business-list {
  display: flex;
  margin: 45px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #top-business .business-list-item:nth-of-type(1) {
    margin-top: 40px;
  }
  #top-business .business-list-item:nth-of-type(2) {
    margin-top: 20px;
  }
  #top-business .business-list-item:nth-of-type(4) {
    margin-top: 72px;
  }
  #top-business .business-list-item:nth-of-type(5) {
    margin-top: 52px;
  }
}
#top-business .business-list-ttl {
  display: flex;
  margin-top: 11px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-business .business-list-ttl {
    font-size: 1.6rem;
  }
}
#top-business .business-list-ttl-num {
  font-family: "Oswald-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #2a72ce;
}
@media screen and (max-width: 768px) {
  #top-business .business-list-ttl-num {
    font-size: 1.6rem;
  }
}
#top-business .business-btn {
  margin: 36px auto 0;
}
@media screen and (min-width: 768px) {
  #top-business .business-btn:hover {
    background-color: #0e1f5a;
    color: #fff;
    background-image: url(../img/top/com-arw.png);
  }
}

/*  top-strength  PC
------------------------------------ */
#top-strength .strength-ttl {
  text-align: center;
}
#top-strength .strength-ttl-ja {
  color: #0e1f5a;
  font-size: 5.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-strength .strength-ttl-ja {
    font-size: 2.6rem;
  }
}
#top-strength .strength-list {
  margin: 70px auto 0;
}

/*  top-recruit  PC
------------------------------------ */
#top-recruit .recruit-bg {
  background: url(../img/top/recruit-left.jpg) no-repeat calc(50% - 640px) top, url(../img/top/recruit-right.jpg) no-repeat calc(50% + 640px) top;
}
#top-recruit .recruit-box {
  width: 100%;
  max-width: 760px;
  margin: auto;
  background: url(../img/top/recruit-bg.png) no-repeat center top/cover;
  text-align: center;
}
#top-recruit .recruit-ttl-en {
  display: block;
  font-family: "Oswald-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-ttl-en {
    font-size: 1.6rem;
  }
}
#top-recruit .recruit-ttl-ja {
  margin: 10px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-ttl-ja {
    font-size: 1.7rem;
  }
}
#top-recruit .recruit-sub {
  margin: 36px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-sub {
    font-size: 1.6rem;
  }
}
#top-recruit .recruit-txt {
  margin: 20px auto 0;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-txt {
    font-size: 1.6rem;
  }
}
#top-recruit .recruit-btn {
  margin: 45px auto 0;
}

/*  top-content  PC
------------------------------------ */
#top-content {
  background: #fff;
}
#top-content .content-ttl {
  margin-bottom: 20px;
  text-align: center;
  background: linear-gradient(180deg, #0e1f5a 0%, #0e1f5a 50%, #2a72ce 50%, #2a72ce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Oswald-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-content .content-ttl {
    font-size: 1.6rem;
  }
}
#top-content .content-bg {
  background: url(../img/top/content-bg.jpg) no-repeat center top/cover;
}
#top-content .content-list {
  display: flex;
  justify-content: space-between;
}
#top-content .content-list-item {
  width: 100%;
  max-width: 630px;
}
#top-content .content-list-link {
  display: block;
  padding-top: 60px;
  text-align: center;
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  #top-content .content-list-link {
    height: 300px;
  }
}
#top-content .content-list-case {
  background: url(../img/top/case.png) no-repeat center/cover;
}
#top-content .content-list-company {
  background: url(../img/top/company.png) no-repeat center/cover;
}
#top-content .content-list-ttl-en {
  font-family: "Oswald-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-content .content-list-ttl-en {
    font-size: 1.6rem;
  }
}
#top-content .content-list-ttl-ja {
  display: block;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-content .content-list-ttl-ja {
    font-size: 2.1rem;
  }
}
#top-content .content-txt {
  margin: 20px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.76;
}
@media screen and (max-width: 768px) {
  #top-content .content-txt {
    font-size: 1.6rem;
  }
}

/*  top-contact  PC
------------------------------------ */
#top-contact .contact-bg {
  background: url(../img/top/contact-bg.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #top-contact .contact-bg {
    background-size: 100%;
  }
}
#top-contact .contact-inner {
  display: flex;
  max-width: 1280px;
  justify-content: flex-end;
}
#top-contact .contact-box {
  width: 100%;
  padding: 40px 20px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-contact .contact-box {
    max-width: 640px;
  }
}
#top-contact .contact-ttl {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-ttl {
    font-size: 1.6rem;
  }
}
#top-contact .contact-txt {
  margin: 17px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-txt {
    font-size: 1.6rem;
  }
}
#top-contact .contact-btn {
  display: flex;
  width: 100%;
  max-width: none;
  height: 60px;
  margin: 20px auto 0;
  background: #2a72ce;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-btn {
    font-size: 1.6rem;
  }
}
#top-contact .contact-btn::before {
  content: "";
  width: 23px;
  height: 15px;
  margin-right: 12px;
  background: url(../img/top/contact-mail.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  #top-contact .contact-btn:hover {
    background-color: #0e1f5a;
    opacity: 1;
  }
}
#top-contact .contact-insta {
  margin: 40px auto 0;
  padding: 19px 20px 20px;
  background: #0e1f5a;
}
#top-contact .contact-insta-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-insta-ttl {
    font-size: 1.6rem;
  }
}
#top-contact .contact-insta-txt {
  margin: 20px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-insta-txt {
    font-size: 1.6rem;
  }
}
#top-contact .contact-insta-btn {
  margin: 24px auto 0;
  color: #0e1f5a;
  background-image: url(../img/top/com-arw-blue-ac.png);
}
@media screen and (min-width: 768px) {
  #top-contact .contact-insta-btn:hover {
    color: #fff;
    background-image: url(../img/top/com-arw.png);
  }
}

/*  top-news  PC
------------------------------------ */
#top-news .news-box {
  margin: -160px auto 0;
  padding: 56px 40px 40px 36px;
  background: url(../img/top/news-bg.png) no-repeat center/cover;
}
#top-news .news-ttl-en {
  display: block;
  font-family: "Oswald-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl-en {
    font-size: 1.6rem;
  }
}
#top-news .news-ttl-ja {
  display: block;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl-ja {
    font-size: 2.6rem;
  }
}
#top-news .news-btn {
  max-width: 210px;
  height: 55px;
  margin: 57px 0 0;
  background-image: url(../img/top/com-arw-blue-ac.png);
  color: #0e1f5a;
  font-size: 1.7rem;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  #top-news .news-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #top-news .news-btn:hover {
    background-color: #fff;
    opacity: 0.8;
  }
}

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

  sub layout  all

========================================= */
/*  business  PC
------------------------------------ */
#business .business-sub {
  margin: 21px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #business .business-sub {
    font-size: 1.6rem;
  }
}
#business .business-txt-box {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #business .business-txt-box {
    text-align: center;
  }
}
#business .main-list {
  margin: 78px auto 0;
}
#business .main-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#business .main-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#business .main-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#business .main-list-ttl {
  display: flex;
  align-items: center;
}
#business .main-list-ttl-num {
  font-family: "Oswald-Bold", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0;
  background: linear-gradient(180deg, #0e1f5a 0%, #0e1f5a 50%, #2a72ce 50%, #2a72ce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #business .main-list-ttl-num {
    font-size: 2.4rem;
  }
}
#business .main-list-ttl-ja {
  margin-left: 20px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0;
  color: #2a72ce;
}
@media screen and (max-width: 768px) {
  #business .main-list-ttl-ja {
    font-size: 1.8rem;
  }
}
#business .main-list-txt {
  margin-top: 30px;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  #business .main-list-txt {
    max-width: 585px;
  }
}
#business .case-txt {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #business .case-txt {
    text-align: center;
  }
}
#business .case-list {
  display: flex;
  margin: 48px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #business .case-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 3px;
  }
  #business .case-list-item:nth-of-type(1) {
    margin-top: 40px;
  }
  #business .case-list-item:nth-of-type(2) {
    margin-top: 20px;
  }
  #business .case-list-item:nth-of-type(4) {
    margin-top: 72px;
  }
  #business .case-list-item:nth-of-type(5) {
    margin-top: 52px;
  }
}
#business .case-list-ttl {
  display: flex;
  margin: 10px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #business .case-list-ttl {
    font-size: 1.6rem;
  }
}
#business .case-list-ttl-num {
  font-family: "Oswald-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #2a72ce;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #business .case-list-ttl-num {
    font-size: 1.6rem;
  }
}
#business .case-list-ttl-sm {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #business .case-list-ttl-sm {
    font-size: 1.6rem;
  }
}
#business .case-note {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #business .case-note {
    text-align: center;
  }
}
#business .case-btn {
  margin: 25px auto 0;
}
#business .area {
  background: #f4f8fd;
}
#business .area-txt {
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  #business .area-txt {
    text-align: center;
  }
}
#business .area-list {
  display: flex;
  margin: 47px auto 0;
  justify-content: space-between;
}
#business .area-list-item {
  width: 100%;
  padding-top: 285px;
  padding-bottom: 28px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #business .area-list-item {
    max-width: 350px;
  }
}
#business .area-list-item01 {
  background-image: url(../img/business/area01.png);
  background-position: center 20px;
}
#business .area-list-item02 {
  background-image: url(../img/business/area02.png);
  background-position: center 37px;
}
#business .area-list-item03 {
  background-image: url(../img/business/area03.png);
  background-position: center 14px;
}
#business .area-list-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #business .area-list-ttl {
    font-size: 1.6rem;
  }
}
#business .area-list-sm {
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #business .area-list-sm {
    font-size: 1.6rem;
  }
}
#business .strength-txt {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #business .strength-txt {
    text-align: center;
  }
}
#business .strength-list {
  margin: 85px auto 0;
}
#business .strength-list-item {
  max-width: 1007px;
}
#business .strength-list-item:nth-of-type(n+2) {
  margin-top: 90px;
}
#business .strength-list-item:nth-of-type(2n) {
  margin-left: auto;
}
#business .strength-list-ttl {
  display: flex;
  margin-top: 34px;
  align-items: flex-end;
}
#business .strength-list-ttl-lg {
  padding: 8px 35px 10px 15px;
  background: #2a72ce;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  clip-path: polygon(10px 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  #business .strength-list-ttl-lg {
    font-size: 1.8rem;
  }
}
#business .strength-list-ttl-lg::before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  background: #fff;
  clip-path: polygon(70% 0, 100% 0%, 30% 100%, 0% 100%);
  position: absolute;
  right: 10px;
  top: 0;
}
#business .strength-list-ttl-txt {
  margin-left: 14px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #business .strength-list-ttl-txt {
    font-size: 1.6rem;
  }
}
#business .strength-list-txt-box {
  margin-top: 18px;
}
#business .company {
  background: #f4f8fd;
}
#business .company-ttl {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #business .company-ttl {
    font-size: 2.1rem;
  }
}
#business .company-txt {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #business .company-txt {
    text-align: center;
  }
}
#business .company-list {
  margin: 28px auto 0;
}
#business .company-list-item {
  display: flex;
  padding: 48px 0 48px 25px;
  align-items: center;
}
#business .company-list-item:nth-of-type(1) {
  padding-top: 0;
}
#business .company-list-item:nth-of-type(n+2) {
  border-top: 1px solid #0e1f5a;
}
#business .company-list-ttl {
  width: 250px;
  height: 250px;
  margin: 0 auto 0;
  padding-top: 63px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 7px #ccddf4, 0 0 7px #ccddf4, 0 0 7px #ccddf4, 0 0 7px #ccddf4;
}
#business .company-list-ttl-lg {
  display: block;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.24em;
  color: #2a72ce;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #business .company-list-ttl-lg {
    font-size: 1.6rem;
  }
}
#business .company-list-ttl-txt {
  display: block;
  margin: 23px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  color: #2a72ce;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #business .company-list-ttl-txt {
    font-size: 1.6rem;
  }
}
#business .company-list-ttl02 {
  box-shadow: 0 0 7px rgba(216, 183, 1, 0.2), 0 0 7px rgba(216, 183, 1, 0.2), 0 0 7px rgba(216, 183, 1, 0.2), 0 0 7px rgba(216, 183, 1, 0.2);
}
#business .company-list-ttl02 h4, #business .company-list-ttl02 p {
  color: #d8b701;
}
#business .company-list-ttl03 {
  box-shadow: 0 0 7px rgba(221, 41, 41, 0.2), 0 0 7px rgba(221, 41, 41, 0.2), 0 0 7px rgba(221, 41, 41, 0.2), 0 0 7px rgba(221, 41, 41, 0.2);
}
#business .company-list-ttl03 h4, #business .company-list-ttl03 p {
  color: #dd2929;
}
#business .company-list-txt {
  margin-left: 60px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #business .company-list-txt {
    font-size: 1.6rem;
  }
}
#business .company-list-ac01 {
  color: #2a72ce;
}
#business .company-list-ac02 {
  color: #d8b701;
}
#business .company-list-ac03 {
  color: #dd2929;
}
@media screen and (min-width: 768px) {
  #business .company-note {
    text-align: center;
  }
}
#business .faq-txt-box {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #business .faq-txt-box {
    text-align: center;
  }
}
#business .faq-list {
  margin: 68px auto 0;
}
#business .faq-list-item:nth-of-type(n+2) {
  margin-top: 61px;
}
#business .faq-list-ttl {
  padding: 15px 15px 15px 70px;
  background: #0e1f5a;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  #business .faq-list-ttl {
    font-size: 1.6rem;
  }
}
#business .faq-list-ttl::before {
  content: "Q.";
  font-family: "Oswald-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 24px;
  top: 15px;
}
@media screen and (max-width: 768px) {
  #business .faq-list-ttl::before {
    font-size: 1.9rem;
  }
}
#business .faq-list-txt {
  padding: 20px 15px 25px 70px;
  white-space: pre-line;
  position: relative;
}
#business .faq-list-txt::before {
  content: "A.";
  font-family: "Oswald-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  color: #2a72ce;
  line-height: 1;
  position: absolute;
  left: 24px;
  top: 15px;
}
@media screen and (max-width: 768px) {
  #business .faq-list-txt::before {
    font-size: 1.9rem;
  }
}

/*  works  PC
------------------------------------ */
#works .works-txt {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
}
@media screen and (min-width: 768px) {
  #works .works-txt {
    text-align: center;
  }
}
#works .works-list {
  display: flex;
  margin: 95px auto 0;
  flex-wrap: wrap;
}
#works .works-list-item {
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  #works .works-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 15px;
  }
  #works .works-list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#works .works-list-link {
  display: block;
  height: 100%;
  padding: 15px;
}
#works .works-list-img {
  width: 100%;
  height: 0;
  padding-top: 87.5%;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  position: relative;
}
#works .works-list-ttl {
  margin-top: 13px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.46;
}
@media screen and (max-width: 768px) {
  #works .works-list-ttl {
    font-size: 1.6rem;
  }
}
#works .detail-ttl {
  padding-bottom: 5px;
  border-bottom: 1px solid #0e1f5a;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #works .detail-ttl {
    font-size: 1.6rem;
  }
}
#works .detail-img {
  margin: 24px auto 0;
}
#works .detail-img-item {
  width: 100%;
  max-width: 1000px;
  height: 0;
  padding-top: 500px;
  position: relative;
}
#works .detail-img-item:nth-of-type(2n-1) {
  margin-left: 38px;
}
#works .detail-img-item:nth-of-type(2n) {
  margin-left: auto;
}
#works .detail-img-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#works .detail-img-item img {
  box-shadow: 7px 7px #2a72ce;
}
#works .detail-txt {
  margin: 70px auto 0;
  line-height: 1.8;
  white-space: pre-line;
}

/*  recruit  PC
------------------------------------ */
#recruit .about-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 5.6rem;
  letter-spacing: 0.2em;
  color: #2a72ce;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #recruit .about-ttl {
    font-size: 2.8rem;
  }
}
#recruit .about-ttl-sub {
  margin: 35px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #recruit .about-ttl-sub {
    font-size: 1.6rem;
  }
}
#recruit .about-txt {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #recruit .about-txt {
    text-align: center;
  }
}
#recruit .feature-ttl {
  height: auto;
  padding: 12px 0;
  line-height: 1.4;
}
#recruit .feature-list {
  margin: 80px auto 0;
}
#recruit .feature-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#recruit .feature-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#recruit .feature-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#recruit .feature-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #recruit .feature-list-con {
    max-width: 590px;
  }
}
#recruit .feature-list-ttl {
  display: flex;
  align-items: flex-start;
}
#recruit .feature-list-num {
  line-height: 1;
}
#recruit .feature-list-num-point {
  display: block;
  font-family: "Oswald-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #recruit .feature-list-num-point {
    font-size: 1.6rem;
  }
}
#recruit .feature-list-num-txt {
  display: inline-block;
  margin-top: 10px;
  font-family: "Oswald-Bold", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0;
  background: linear-gradient(180deg, #0e1f5a 0%, #0e1f5a 50%, #2a72ce 50%, #2a72ce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  #recruit .feature-list-num-txt {
    font-size: 2.4rem;
  }
}
#recruit .feature-list-lg {
  margin-left: 8px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0;
  color: #2a72ce;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #recruit .feature-list-lg {
    font-size: 1.8rem;
  }
}
#recruit .feature-list-sm {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #0e1f5a;
}
@media screen and (max-width: 768px) {
  #recruit .feature-list-sm {
    font-size: 1.6rem;
  }
}
#recruit .feature-list-sm-mt {
  margin-top: 15px;
}
#recruit .feature-list-sm-mb {
  margin-bottom: 15px;
}
#recruit .feature-list-txt {
  margin-top: 30px;
}
#recruit .ideal-list {
  margin: 60px auto 0;
}
#recruit .ideal-txt {
  margin: 56px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #recruit .ideal-txt {
    font-size: 1.6rem;
  }
}
#recruit .ideal-txt-lg {
  padding-top: 17px;
  background: url(../img/recruit/dot.png) no-repeat center top;
  font-size: 2.8rem;
  letter-spacing: 0;
  color: #2a72ce;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #recruit .ideal-txt-lg {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #recruit .com-contents-item:nth-of-type(n+4) {
    margin-top: 13px;
  }
}
#recruit .com-contents-ttl {
  font-size: 2.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #recruit .com-contents-ttl {
    font-size: 1.6rem;
  }
}
#recruit .flow {
  background: #f4f8fd;
}
#recruit .flow-ttl {
  margin: 35px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #recruit .flow-ttl {
    font-size: 1.6rem;
  }
}
#recruit .flow-box {
  width: 100%;
  max-width: 520px;
  margin: 25px auto 0;
}
#recruit .flow-box-ttl {
  display: flex;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #recruit .flow-box-ttl {
    font-size: 1.6rem;
  }
}
#recruit .flow-box-ttl01 {
  width: 100px;
  border-bottom: 2px solid #2a72ce;
  flex-shrink: 0;
}
#recruit .flow-box-ttl02 {
  width: 100%;
  padding-left: 18px;
  border-bottom: 2px solid #0e1f5a;
}
#recruit .flow-dl {
  margin: 21px auto 0;
  background: url(../img/recruit/border.png) repeat-y 50px top;
}
#recruit .flow-dl-item {
  display: flex;
}
#recruit .flow-dl-item:nth-of-type(n+2) {
  padding-top: 21px;
}
#recruit .flow-dl dt {
  width: 100px;
  background: #0e1f5a;
  text-align: center;
  color: #fff;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  flex-shrink: 0;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  #recruit .flow-dl dt {
    font-size: 1.6rem;
  }
}
#recruit .flow-dl dd {
  display: flex;
  width: 100%;
  padding: 0 25px;
  background: #e9f1fa;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #0e1f5a;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #recruit .flow-dl dd {
    font-size: 1.6rem;
  }
}
#recruit .flow-note {
  margin: 22px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #recruit .flow-note {
    font-size: 1.6rem;
  }
}
#recruit .recruit-box {
  margin: 50px auto 0;
  padding: 15px 20px;
}

/*  company  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #company .greeting-con {
    max-width: 590px;
  }
}
#company .greeting-txt-box {
  margin-top: 40px;
}
#company .greeting-name {
  text-align: right;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #company .greeting-name {
    font-size: 1.6rem;
  }
}
#company .partner {
  background: url(../img/company/partner-bg.png) no-repeat center/cover;
  text-align: center;
}
#company .partner-ttl-en, #company .partner-ttl-ja {
  color: #fff;
}
#company .partner-ttl-en {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #company .partner-ttl-en {
    font-size: 1.6rem;
  }
}
#company .partner-ttl-en::first-letter {
  color: #fff;
}
#company .partner-ttl-ja {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #company .partner-ttl-ja {
    font-size: 2.1rem;
  }
}
#company .partner-sub {
  display: inline-block;
  margin: 56px auto 0;
  padding: 0 60px;
  background: #fff;
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  color: #2a72ce;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #company .partner-sub {
    font-size: 1.6rem;
  }
}
#company .partner-txt {
  margin: 21px auto 0;
  color: #fff;
}
#company .information-box {
  margin: 45px auto 0;
  padding: 15px 20px;
}
#company .history {
  background: url(../img/company/history.png) repeat-y center/cover;
}
#company .history .com-ttl03-en, #company .history .com-ttl03-ja {
  color: #fff;
}
#company .history .com-ttl03-en::first-letter {
  color: #fff;
}
#company .history-list {
  margin: 52px auto 0;
}
#company .history-list-item {
  padding: 20px 10px 30px;
  background: #fff;
}
#company .history-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#company .history-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #company .history-list-ttl {
    font-size: 1.6rem;
  }
}
#company .history-list-con {
  padding: 0 25px;
}
#company .history-list-txt {
  margin-top: 13px;
}
#company .history-list-txt li {
  padding-left: 20px;
  white-space: pre-line;
  position: relative;
}
#company .history-list-txt li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#company .history-list-txt li:nth-of-type(n+2) {
  margin-top: 13px;
}
#company .history-img {
  height: 0;
  margin-bottom: 15px;
  padding-top: 40.96%;
  overflow: hidden;
  position: relative;
}
#company .history-img img {
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}
#company .map {
  text-align: center;
}
#company .map-ttl {
  display: flex;
  font-family: "Oswald-Bold", sans-serif;
  font-size: 3.2rem;
  background: linear-gradient(180deg, #0e1f5a 0%, #0e1f5a 50%, #2a72ce 50%, #2a72ce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
  color: #2a72ce;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #company .map-ttl {
    font-size: 1.6rem;
  }
}
#company .map-ttl::before {
  content: "";
  display: block;
  width: 24px;
  height: 30px;
  margin-right: 10px;
  background: url(../img/company/access-ico.png) no-repeat center/contain;
}
#company .map-list-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #company .map-list-ttl {
    font-size: 1.6rem;
  }
}
#company .map-list-ttl::before {
  content: "";
  width: 100%;
  max-width: 1080px;
  height: 1px;
  margin: auto;
  background: #0e1f5a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#company .map-list-ttl-txt {
  padding: 0 19px;
  background: #fff;
}
#company .map-list-ggmap {
  margin: 5px auto 0;
}

/*  contact  PC
------------------------------------ */
#contact .contact-form-table th {
  color: #fff;
}/*# sourceMappingURL=all.css.map */