@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("../fonts/RobotoCondensed-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;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-display: swap;
}
/*	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: 35px 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: 180px 0 120px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box01 {
  width: 89.58%;
  margin: auto;
  background: #f5f5f5;
}
@media screen and (max-width: 1478px) {
  .com-box01 {
    width: 95%;
  }
  .com-box01 .com-inner {
    width: 95%;
  }
}

.com-en {
  display: inline-block;
  background: linear-gradient(90deg, rgba(1, 126, 253, 0.6) 0%, rgba(61, 191, 251, 0.6) 100%);
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 20rem;
  letter-spacing: -0.025em;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .com-en {
    font-size: 10rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .com-en {
    font-size: 16rem;
  }
}

.com-contact-item {
  display: flex;
}
.com-contact-item dt, .com-contact-item dd {
  line-height: 1;
}
.com-contact-item dt {
  display: flex;
  padding: 0 13px;
  background: #777a7e;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-contact-item dt {
    font-size: 1.5rem;
  }
}
.com-contact-item dd a {
  padding: 12px 14px;
  background: #fff;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.025em;
  color: #1b3aa2;
}
@media screen and (max-width: 768px) {
  .com-contact-item dd a {
    font-size: 1.5rem;
  }
}
.com-contact-ico {
  width: 50px;
  padding: 0;
}
.com-contact-dd a {
  padding-left: 39px !important;
  padding-right: 39px !important;
}

.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  margin-top: 20px;
}
.news-post-link {
  display: flex;
  align-items: center;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin: 0 19px 19px 0;
  padding-left: 35px;
  background: url(../img/top/news-tag.png) no-repeat left top;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #0281fc;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-box {
  width: 100%;
  max-width: 678px;
  padding: 21px 30px;
  background: #f5f5f5;
}
.news-post-time {
  margin-right: 26px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

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

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

  main layout  all

========================================= */
/* top-introduction  PC
------------------------------------ */
#top-introduction {
  background-color: #fff;
  position: relative;
}
#top-introduction .en {
  position: absolute;
  left: -100px;
  top: 20px;
}
#top-introduction .introduction-inner {
  position: relative;
}
#top-introduction .introduction-con {
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-introduction .introduction-con {
    max-width: 485px;
  }
}
#top-introduction .introduction-txt-box {
  margin-top: 45px;
}
#top-introduction .introduction-btn {
  margin-top: 50px;
}
#top-introduction .introduction-img {
  position: absolute;
  top: 197px;
  right: -120px;
}
#top-introduction .introduction-en {
  position: absolute;
  right: 0;
  bottom: 184px;
}

/* top-work  PC
------------------------------------ */
#top-work {
  background: linear-gradient(180deg, #fff 0%, #fff 688px, transparent 688px, transparent 100%);
}
#top-work .work-bg {
  padding: 208px 0 0;
  background: url(../img/top/work-img.jpg) no-repeat left top;
  position: relative;
}
#top-work .work-en {
  position: absolute;
  top: 130px;
  left: 0;
}
#top-work .work-box {
  padding: 230px 0 180px;
}
#top-work .work-inner {
  position: relative;
}
#top-work .work-ttl {
  text-align: center;
}
#top-work .work-ttl-sub {
  margin: 25px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  color: #1b3aa2;
}
@media screen and (max-width: 768px) {
  #top-work .work-ttl-sub {
    font-size: 1.5rem;
  }
}
#top-work .work-list {
  margin: 60px auto 0;
}
#top-work .work-list-item {
  width: 100%;
  padding: 40px 30px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-work .work-list-item {
    max-width: 320px;
  }
}
#top-work .work-list-ttl {
  margin: 30px auto 0;
}
#top-work .work-list-txt {
  margin: 20px auto 0;
  text-align: left;
}
#top-work .work-para {
  height: 0;
  padding-top: 56.25%;
}
#top-work .work-para img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#top-work .en {
  position: absolute;
  right: -100px;
  top: 0;
}
@media screen and (max-width: 1478px) {
  #top-work .en {
    right: 0;
  }
}

/* top-voice  PC
------------------------------------ */
#top-voice {
  background: #fff;
  position: relative;
}
#top-voice .voice-inner {
  position: relative;
}
#top-voice .voice-en {
  margin: auto;
  text-align: center;
  position: absolute;
  top: -95px;
  left: 0;
  right: 0;
}
#top-voice .voice-img {
  width: 17.7%;
  position: absolute;
  right: 0;
  top: -110px;
}
#top-voice .voice-list {
  margin: 50px auto 0;
}
#top-voice .voice-list-item {
  width: 100%;
  max-width: 248px;
}
@media screen and (min-width: 768px) {
  #top-voice .voice-list-item:nth-of-type(n+2) {
    margin-left: 29px;
  }
}
#top-voice .voice-list-img {
  width: 100%;
  height: 0;
  padding-top: 141.9%;
  position: relative;
}
#top-voice .voice-list-img::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #0281fc;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#top-voice .voice-list-ttl {
  margin-top: 17px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #0281fc;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-list-ttl {
    font-size: 1.5rem;
  }
}
#top-voice .voice-list-ttl span:nth-of-type(n+2) {
  margin-left: 14px;
}
#top-voice .voice-btn {
  margin: 60px auto 0;
}
#top-voice .en {
  position: absolute;
  left: -100px;
  top: 180px;
}
#top-voice .ja {
  text-align: center;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr {
  background: #fff;
}
#top-bnr .bnr-list-item {
  width: 45.8%;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin-left: 40px;
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 125px 64px 160px 0;
  overflow: hidden;
  position: relative;
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/bnr01.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/bnr02.jpg) no-repeat center/cover;
}
#top-bnr .bnr-en {
  font-size: 16rem;
  background: none;
  color: rgba(235, 235, 235, 0.14);
  white-space: nowrap;
  position: absolute;
  right: -5px;
  bottom: -25px;
  -webkit-text-fill-color: rgba(235, 235, 235, 0.14);
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-en {
    font-size: 8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  #top-bnr .bnr-en {
    font-size: 10rem;
    right: -3px;
    bottom: -16px;
  }
}
#top-bnr .en {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
}
#top-bnr .ja {
  display: flex;
  color: #fff;
  line-height: 1;
  justify-content: flex-end;
  align-items: center;
}
#top-bnr .ja::before {
  content: "";
  width: 120px;
  height: 1px;
  margin-right: 47px;
  background: #fff;
}

/* com-entry  PC
------------------------------------ */
.com-entry {
  background: #e5e5e5;
}
.com-entry .en {
  writing-mode: inherit;
}
.com-entry .ja {
  margin: 11px auto 0;
}
.com-entry .entry-inner {
  position: relative;
  z-index: 1;
}
.com-entry .entry-ttl {
  text-align: center;
}
.com-entry .entry-ttl-en {
  background: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: -1;
}
.com-entry .entry-txt {
  margin: 45px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #0281fc;
}
@media screen and (max-width: 768px) {
  .com-entry .entry-txt {
    font-size: 1.5rem;
  }
}
.com-entry .entry-dl {
  margin: 26px auto 0;
}
.com-entry .entry-dl div {
  justify-content: center;
}
.com-entry .entry-list {
  margin: 40px auto 0;
}
.com-entry .entry-list-item {
  width: 100%;
  max-width: 300px;
}
.com-entry .entry-list-item:nth-of-type(n+2) {
  margin-left: 60px;
}
.com-entry .entry-list-btn02 {
  background-color: #444444;
}

/* top-access  PC
------------------------------------ */
#top-access {
  padding-top: 200px;
  background: url(../img/top/access-img.jpg) no-repeat center top #fff;
}
@media screen and (min-width: 1921px) {
  #top-access {
    background-size: 100%;
  }
}
#top-access .access-box {
  background: #fff;
}
#top-access .access-inner {
  position: relative;
}
#top-access .access-en {
  position: absolute;
  top: 610px;
  right: -100px;
}
#top-access .access-dl dt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #0281fc;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-access .access-dl dt {
    font-size: 1.5rem;
  }
}
#top-access .access-dl dd {
  margin-top: 10px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #top-access .access-dl dd {
    font-size: 1.5rem;
  }
}
#top-access .en {
  position: absolute;
  top: 200px;
  right: -100px;
}
@media screen and (max-width: 1526px) {
  #top-access .en {
    top: 100px;
    right: 0;
  }
}
#top-access .ja {
  margin-top: 100px;
  text-align: right;
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: #fff;
}
#top-news .news-inner {
  position: relative;
}
#top-news .news-inner::before {
  content: "";
  width: 2px;
  height: 170px;
  background: #0281fc;
  position: absolute;
  top: 80px;
  left: -100px;
}
#top-news .news-left {
  padding-top: 30px;
}
#top-news .news-en {
  white-space: nowrap;
  position: absolute;
  left: -200px;
  top: 275px;
}
#top-news .news-btn {
  width: 170px;
  margin: 47px auto 0;
  border-bottom: 2px solid #1b3aa2;
  padding-bottom: 14px;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-news .news-btn {
    font-size: 1.5rem;
  }
}
#top-news .news-btn::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #1b3aa2;
  position: absolute;
  left: 0;
  top: 7px;
}
#top-news .news-post {
  width: 100%;
  max-width: 794px;
  flex-shrink: 0;
}
#top-news .en {
  position: absolute;
  left: -76px;
  top: 80px;
}

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

  sub layout  all

========================================= */
/* service  PC
------------------------------------ */
#service .service-inner {
  position: relative;
}
#service .service-txt-box {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  #service .service-txt-box {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  #service .service-img {
    position: absolute;
    top: 200px;
    right: -100px;
  }
}
#service .service-en {
  position: absolute;
  right: 0;
  bottom: -100px;
}
#service .service .en {
  position: absolute;
  left: -100px;
  top: 220px;
}
#service .flow {
  padding-top: 222px;
  padding-bottom: 356px;
  background: url(../img/service/flow-top.jpg) no-repeat left top, url(../img/service/career-img.jpg) no-repeat center bottom;
  position: relative;
}
@media screen and (min-width: 1921px) {
  #service .flow {
    background-size: auto, 100%;
  }
}
#service .flow-en {
  position: absolute;
  left: 0;
  top: 145px;
}
#service .flow-inner {
  position: relative;
}
#service .flow .en {
  position: absolute;
  top: 230px;
  right: -80px;
}
#service .flow .ja {
  text-align: center;
}
#service .flow-list {
  margin: 40px auto 0;
}
#service .flow-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#service .flow-list-item:nth-of-type(n+2) {
  margin: 110px auto 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#service .flow-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  color: #1b3aa2;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #service .flow-list-ttl {
    font-size: 1.5rem;
  }
}
#service .flow-list-dl {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
#service .flow-list-dl::before {
  content: "";
  width: 5px;
  height: 265px;
  background: #017EFD;
  background: linear-gradient(180deg, rgb(1, 126, 253) 0%, rgb(61, 191, 251) 100%);
  position: absolute;
  left: 13px;
  top: 25px;
  z-index: -1;
}
#service .flow-list-dl02::before {
  height: 135px;
}
#service .flow-list-dl-item {
  padding-left: 55px;
  position: relative;
}
#service .flow-list-dl-item:not(:last-of-type) {
  padding-bottom: 50px;
}
#service .flow-list-dl-item::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #017EFD;
  background: linear-gradient(158deg, rgb(1, 126, 253) 0%, rgb(61, 191, 251) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
#service .flow-list-dl dt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #0281fc;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #service .flow-list-dl dt {
    font-size: 1.5rem;
  }
}
#service .flow-list-dl dd {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 15px;
  background: #777a7e;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.36;
}
@media screen and (max-width: 768px) {
  #service .flow-list-dl dd {
    font-size: 1.5rem;
  }
}
#service .flow-list-img02 {
  margin-right: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1252px) {
  #service .flow-list-img {
    width: 450px;
  }
  #service .flow-list-img02 {
    width: 400px;
  }
}
#service .flow-note {
  margin: 65px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #0281fc;
}
@media screen and (max-width: 768px) {
  #service .flow-note {
    font-size: 1.5rem;
  }
}
#service .career {
  position: relative;
}
#service .career .com-ttl01 .ac {
  color: #0281fc;
}
#service .career-en {
  margin: auto;
  text-align: center;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}
#service .career-inner {
  position: relative;
}
#service .career .en {
  position: absolute;
  top: 166px;
  left: -100px;
}
#service .career .ja {
  text-align: center;
}
#service .career-list {
  margin: 55px auto 0;
}
#service .career-list-item {
  width: 100%;
  max-width: 320px;
}
#service .career-list-item:nth-of-type(n+2) {
  margin-left: 60px;
}
#service .career-list-ico {
  margin: 0 auto 28px;
  text-align: center;
}
#service .career-list-box {
  padding: 27px 30px 0;
  border-radius: 30px 30px 0 0;
}
#service .career-list-box01 {
  background: url(../img/service/gra01.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #service .career-list-box01 {
    height: 200px;
  }
}
#service .career-list-box02 {
  background: url(../img/service/gra02.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #service .career-list-box02 {
    height: 250px;
  }
}
#service .career-list-box03 {
  background: url(../img/service/gra03.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #service .career-list-box03 {
    height: 300px;
  }
}
#service .career-list-ttl {
  text-align: center;
  color: #fff;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #service .career-list-ttl {
    font-size: 1.5rem;
  }
}
#service .career-list-txt {
  margin: 20px auto 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #service .career-list-txt {
    font-size: 1.5rem;
  }
}
#service .career-list-arw {
  margin: 30px auto 0;
  background: #444444;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #fff;
  clip-path: polygon(calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 0);
}
@media screen and (max-width: 768px) {
  #service .career-list-arw {
    font-size: 1.5rem;
  }
}

/* voice  PC
------------------------------------ */
#voice .staff-inner {
  position: relative;
}
#voice .staff .en {
  position: absolute;
  left: -100px;
  top: 220px;
}
#voice .staff-list {
  margin-top: 50px;
}
#voice .staff-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#voice .staff-list-item:nth-of-type(n+2) {
  margin-top: 94px;
}
#voice .staff-list-img {
  width: 365px;
  height: 0;
  padding-top: 518px;
  position: relative;
}
#voice .staff-list-img::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #0281fc;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#voice .staff-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #voice .staff-list-con {
    max-width: 655px;
  }
}
#voice .staff-list-year {
  margin-top: 23px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #voice .staff-list-year {
    font-size: 1.5rem;
  }
}
#voice .staff-list-year .ac {
  color: #0281fc;
}
#voice .staff-list-txt {
  margin-top: 23px;
  white-space: pre-line;
}

/* job  PC
------------------------------------ */
#job .feature-inner {
  position: relative;
}
#job .feature-list {
  margin: 50px auto 0;
}
#job .feature-list-item {
  width: 100%;
  max-width: 320px;
  padding: 40px 30px 33px;
  text-align: center;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  #job .feature-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  #job .feature-list-item:nth-of-type(n+4) {
    margin-top: 82px;
  }
}
#job .feature-list-ttl {
  margin: 30px auto 0;
}
#job .feature-list-ttl .ac {
  margin: 5px;
}
#job .requirements {
  background: url(../img/job/requirements-img.jpg) no-repeat left top;
  position: relative;
}
@media screen and (min-width: 768px) {
  #job .requirements {
    padding-top: 224px;
    padding-bottom: 180px;
  }
}
#job .requirements .ja {
  text-align: center;
}
#job .requirements-inner {
  position: relative;
}
#job .requirements-en {
  position: absolute;
  left: 0;
  top: 145px;
}
#job .requirements-list {
  margin: 33px auto 0;
}
#job .requirements-list-item:nth-of-type(n+2) {
  margin: 90px auto 0;
}
#job .requirements-list-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  color: #1b3aa2;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #job .requirements-list-ttl {
    font-size: 1.5rem;
  }
}
#job .requirements-list-table {
  margin: 40px auto 0;
}

/* company  PC
------------------------------------ */
#company .greeting-inner {
  position: relative;
}
#company .greeting .sub {
  margin-top: 30px;
}
#company .greeting-txt-box {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  #company .greeting-txt-box {
    max-width: 485px;
  }
}
#company .greeting-txt-box p {
  line-height: 1.75;
}
#company .greeting-img {
  position: absolute;
  right: -100px;
  top: 203px;
}
#company .greeting-en {
  position: absolute;
  right: -167px;
  bottom: -100px;
  line-height: 1.2;
}
#company .access {
  background: url(../img/company/access-img.jpg) no-repeat left top;
  position: relative;
}
#company .access-en {
  position: absolute;
  left: 0;
  top: 145px;
}
#company .access-inner {
  position: relative;
}
#company .access .ja {
  text-align: center;
}
#company .access-table {
  margin: 55px auto 0;
}
#company .access-map {
  padding-top: 450px;
}

/* contact  PC
------------------------------------ */
#contact .contact-ttl {
  padding: 2px 0 4px;
  background: #444444;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.08em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contact .contact-ttl {
    font-size: 1.5rem;
  }
}
#contact .contact-ttl::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #444444 transparent transparent transparent;
  border-width: 12px 15px 0px 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
}
#contact .contact-ttl-mailform {
  margin: 110px auto 0;
  background-color: #1b3aa2;
}
#contact .contact-ttl-mailform::before {
  border-color: #1b3aa2 transparent transparent transparent;
}
#contact .contact-txt {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.77;
  color: #0281fc;
}
@media screen and (max-width: 768px) {
  #contact .contact-txt {
    font-size: 1.5rem;
  }
}
#contact .contact-flx {
  margin: 30px auto 0;
}
#contact .contact-btn {
  max-width: 300px;
  margin-left: 80px;
  background-color: #444444;
}

/* news  PC
------------------------------------ */
#news .news-inner {
  position: relative;
}
#news .news-tag-ttl {
  margin-top: 48px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #1b3aa2;
}
@media screen and (max-width: 768px) {
  #news .news-tag-ttl {
    font-size: 1.5rem;
  }
}
#news .news-post-tag {
  margin-top: 23px;
}
#news .news-post-time {
  margin: 0;
}
#news .com-news {
  margin: 70px auto 0;
}
#news .com-news article:nth-of-type(n+2) {
  margin: 89px auto 0;
}
#news .com-news-link {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: flex-start;
}
#news .com-news-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-con {
    margin: 0;
  }
}
#news .com-news-img {
  width: 390px;
  padding-top: 260px;
}
@media screen and (min-width: 768px) {
  #news .com-news-img {
    margin-left: 45px;
    flex-shrink: 0;
  }
}
#news .com-news-img::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #0281fc;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#news .com-news-ttl {
  margin-top: 13px;
}
#news .com-news-txt {
  margin-top: 0;
}
#news .detail .com-news-txt {
  margin: 30px auto 0;
}
#news .detail .news-post-tag {
  margin-top: 0;
}

/* site  PC
------------------------------------ */
#site .site-box {
  padding: 0;
}/*# sourceMappingURL=all.css.map */