@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@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: "Roboto-Black";
  src: url("../fonts/Roboto-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@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: "Roboto-Black";
  src: url("../fonts/Roboto-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.5rem;
  }
}

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

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: #e7edf5;
}

.com-tel {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.5rem;
  }
}
.com-tel-num {
  font-size: 3.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-tel-num {
    font-size: 1.8rem;
  }
}
.com-tel-note {
  display: block;
  line-height: 1.3;
}

.com-mail {
  width: 180px;
  height: 80px;
  padding-top: 38px;
  background: url(../img/top/info-mail.png) no-repeat center 14px #d41b4a;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-mail:hover {
    background-color: #11519b;
    opacity: 1;
  }
}
.com-mail-flx {
  width: 270px;
  height: 60px;
  padding: 0 0 0 50px;
  background-position: 20px center;
  text-align: left;
  line-height: 60px;
}

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

.com-tag {
  display: flex;
  width: 100%;
  max-width: 990px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .com-tag {
    margin: 80px auto 0;
  }
}
.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 {
  background-color: #11519b;
}
@media screen and (min-width: 768px) {
  .com-tag-link:hover {
    background-position: calc(100% - 10px) center;
    background-color: #1a1a1a;
    opacity: 1;
  }
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-bg {
  background: url(../img/top/about-left.jpg) no-repeat calc(50% - 480px), url(../img/top/about-right.jpg) no-repeat calc(50% + 480px);
}
@media screen and (min-width: 1921px) {
  #top-about .about-bg {
    background-size: 50%;
    background-position: left center, right center;
  }
}
#top-about .about-box {
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 51px 19px 40px;
  background: #11519b;
}
#top-about .about-txt {
  margin-top: 15px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt {
    font-size: 1.7rem;
    text-align: center;
    line-height: 2.2;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #top-about .about-txt {
    font-size: 1.5rem;
  }
}
#top-about .about-btn {
  margin: 25px auto 0;
}

/* top-strengths  PC
------------------------------------ */
#top-strengths .strengths-bg {
  position: relative;
}
#top-strengths .strengths-bg::before {
  content: "";
  width: 100%;
  height: 670px;
  background: #e7edf5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: -1;
}
#top-strengths .strengths-list {
  display: flex;
  margin: 70px auto 0;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #top-strengths .strengths-list-item {
    max-width: 340px;
  }
}
#top-strengths .strengths-list-box {
  height: 280px;
  padding: 15px 30px 0;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(207, 215, 227, 0.004);
}
#top-strengths .strengths-list-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-strengths .strengths-list-ttl {
    font-size: 1.5rem;
  }
}
#top-strengths .strengths-list-ttl-lg {
  color: #11519b;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-strengths .strengths-list-ttl-lg {
    font-size: 1.5rem;
  }
}
#top-strengths .strengths-list-ttl-sm {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-strengths .strengths-list-ttl-sm {
    font-size: 1.5rem;
  }
}
#top-strengths .strengths-list-shape {
  display: flex;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #d41b4a;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-strengths .strengths-list-shape {
    font-size: 1.5rem;
  }
}
#top-strengths .strengths-list-shape::before, #top-strengths .strengths-list-shape::after {
  content: "";
  width: 8px;
  height: 17px;
}
#top-strengths .strengths-list-shape::before {
  margin-right: 7px;
  background: url(../img/top/left.png) no-repeat center/contain;
}
#top-strengths .strengths-list-shape::after {
  background: url(../img/top/right.png) no-repeat center/contain;
}
#top-strengths .strengths-list-txt {
  margin: 15px auto 0;
}
#top-strengths .strengths-btn {
  margin: 70px auto 0;
}

/* top-recruit  PC
------------------------------------ */
#top-recruit .recruit-box {
  background: url(../img/top/recruit-img.jpg) no-repeat right center #11519b;
}
@media screen and (max-width: 1201px) {
  #top-recruit .recruit-box {
    background-size: 50%;
  }
  #top-recruit .recruit-box-inner {
    padding: 5% 0 5% !important;
  }
}
#top-recruit .recruit-box-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 95px 0 92px;
}
#top-recruit .recruit-ttl {
  text-align: left;
}
#top-recruit .recruit-ttl-ja {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-ttl-ja {
    font-size: 1.7rem;
  }
}
#top-recruit .recruit-txt-box {
  margin-top: 30px;
}
#top-recruit .recruit-txt-box p {
  color: #fff;
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-txt-box p {
    font-size: 1.5rem;
  }
}
#top-recruit .recruit-btn {
  max-width: 480px;
  margin: 34px 0 0;
  padding-left: 22px;
  justify-content: flex-start;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-bg {
  background: url(../img/top/bnr-bg.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-bnr .bnr-list-item {
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-item {
    width: 100%;
    max-width: 520px;
    height: 260px;
  }
  #top-bnr .bnr-list-item:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
#top-bnr .bnr-list-ttl {
  padding-bottom: 13px;
  border-bottom: 2px solid #d9d9d9;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-ttl::before {
  content: "";
  width: 50px;
  height: 2px;
  margin: auto;
  background: #11519b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
#top-bnr .bnr-list-txt {
  margin: 20px auto 0;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-txt {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-btn {
  max-width: 480px;
  height: 50px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
  }
}
#top-bnr .entry {
  display: flex;
  justify-content: center;
}
#top-bnr .entry-item {
  width: 50%;
  padding: 85px 0 80px;
}
#top-bnr .entry-item01 {
  background: url(../img/top/entry-img.jpg) no-repeat center/cover;
}
#top-bnr .entry-item02 {
  background: url(../img/top/contact-bg.jpg) no-repeat center/cover;
}
#top-bnr .entry-list-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-bnr .entry-list-ttl {
    font-size: 1.7rem;
  }
}
#top-bnr .entry-list-txt {
  margin: 30px auto 0;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-bnr .entry-list-txt {
    font-size: 1.5rem;
  }
}
#top-bnr .entry-btn-wrap {
  margin: 22px auto 0;
}
#top-bnr .entry-btn-wrap a:nth-of-type(n+2) {
  margin-top: 10px;
}
#top-bnr .entry-tel {
  margin: 26px auto 0;
  text-align: center;
}

/* top-news  PC
------------------------------------ */
#top-news {
  border-bottom: 1px solid #d9d9d9;
}
#top-news .news-ttl {
  line-height: 1;
}
#top-news .news-ttl-ja {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl-ja {
    font-size: 2.6rem;
  }
}
#top-news .news-ttl-en {
  margin-top: 10px;
  font-family: "Roboto-Black", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl-en {
    font-size: 1.5rem;
  }
}
#top-news .news-ttl-en::first-letter {
  color: #11519b;
}
#top-news .news-btn {
  width: 220px;
  margin: 40px 0 0;
}

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

  sub layout  all

========================================= */
/* business  PC
------------------------------------ */
#business .about {
  margin: 75px auto 0;
}
#business .about-flx {
  margin: 46px auto 0;
}
@media screen and (min-width: 768px) {
  #business .about-img {
    margin-left: 50px;
    flex-shrink: 0;
  }
}
#business .lists {
  margin: 200px auto 0;
}
#business .lists-list {
  display: flex;
  margin: 45px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#business .lists-list li {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  #business .lists-list li:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
#business .lists-list-img {
  margin: 5px auto 0;
}
#business .lists-list-txt {
  margin: 43px auto 0;
  text-align: center;
}
#business .contact {
  max-width: 720px;
  margin: 40px auto 0;
  padding: 24px 30px 40px;
  border: 10px solid #e7edf5;
}
#business .contact-tel-link {
  color: #1a1a1a;
}
#business .contact-flx {
  margin: 30px auto 0;
}
#business .contact-btn {
  margin-left: 50px;
}
#business .strengths-list {
  margin: 67px auto 0;
}
#business .strengths-list-item {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(207, 215, 227, 0.4);
}
#business .strengths-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #business .strengths-list-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #business .strengths-list-item:nth-of-type(2n) .strengths-list-img {
    margin-right: 30px;
    flex-shrink: 0;
  }
  #business .strengths-list-item:nth-of-type(2n-1) .strengths-list-img {
    margin-left: 30px;
    flex-shrink: 0;
  }
}
#business .strengths-list-contents {
  width: 100%;
  max-width: 700px;
  padding-top: 45px;
}
#business .strengths-list-ttl {
  text-align: left;
}
#business .strengths-list-ttl::before {
  right: auto;
}
#business .strengths-list-txt {
  margin-top: 20px;
}
#business .com-ttl-mt {
  margin: 53px auto 0;
}
#business .com-txt-mt {
  margin: 23px auto 0;
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #business .com-txt-mt {
    font-size: 1.5rem;
  }
}
#business .area-ttl {
  margin: 40px auto 0;
}
#business .area-list {
  margin: 12px auto 0;
  padding: 11px 0 29px;
  box-shadow: 0px 0px 10px 0px rgba(207, 215, 227, 0.4);
}
#business .area-list-item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #business .area-list-item {
    width: 33%;
    height: 400px;
    padding-top: 295px;
  }
}
#business .area-list-item01 {
  background: url(../img/business/area-img01.png) no-repeat 41% 22px;
}
#business .area-list-item02 {
  background: url(../img/business/area-img02.png) no-repeat 45% 19px;
}
#business .area-list-item03 {
  background: url(../img/business/area-img03.png) no-repeat 53% 29px;
}
#business .area-list-item:nth-of-type(n+2) {
  border-left: 1px solid #d9d9d9;
}
#business .area-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  color: #11519b;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #business .area-list-ttl {
    font-size: 1.5rem;
  }
}
#business .area-list-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #business .area-list-txt {
    font-size: 1.5rem;
  }
}
#business .area-note {
  margin: 40px auto 0;
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #business .area-note {
    font-size: 1.5rem;
  }
}

/* recruit  PC
------------------------------------ */
#recruit .works-wrap {
  max-width: 1080px;
  margin: 63px auto 0;
}
#recruit .works-flx {
  margin: 46px auto 0;
}
@media screen and (min-width: 768px) {
  #recruit .works-img {
    margin-left: 47px;
    flex-shrink: 0;
  }
}
#recruit .works-list {
  margin: 88px auto 0;
  padding: 70px 0 80px;
  background: #e7edf5;
}
#recruit .works-list-item {
  display: flex;
  max-width: 1080px;
  margin: auto;
  background-color: #fff;
  justify-content: space-between;
}
#recruit .works-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#recruit .works-list-contents {
  width: 100%;
  padding: 25px 30px;
}
@media screen and (min-width: 768px) {
  #recruit .works-list-img {
    flex-shrink: 0;
  }
}
#recruit .works-list-ttl {
  text-align: left;
  font-size: 2.8rem;
  color: #11519b;
}
@media screen and (max-width: 768px) {
  #recruit .works-list-ttl {
    font-size: 1.5rem;
  }
}
#recruit .works-list-ttl::before {
  right: auto;
}
#recruit .works-list-check {
  margin-top: 24px;
}
#recruit .works-list-check li {
  padding-left: 19px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recruit .works-list-check li {
    font-size: 1.5rem;
  }
}
#recruit .works-list-check li::before {
  content: "●";
  color: #d41b4a;
  position: absolute;
  left: 0;
  top: 0;
}
#recruit .works-list-check li:nth-of-type(n+2) {
  margin-top: 15px;
}
#recruit .flow {
  background: #11519b;
}
#recruit .flow-txt {
  margin: 35px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit .flow-txt {
    font-size: 1.5rem;
  }
}
#recruit .flow-list {
  margin: 90px auto 0;
}
#recruit .flow-list-item {
  display: flex;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
#recruit .flow-list-item::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #d41b4a;
  position: absolute;
  top: 0;
  left: 55px;
  z-index: -1;
}
#recruit .flow-list-item:last-of-type::before {
  content: none;
}
#recruit .flow-list-time {
  display: flex;
  width: 110px;
  height: 35px;
  padding-bottom: 5px;
  background: #d41b4a;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #fff;
  -webkit-clip-path: polygon(3px 0, 100% 0, calc(100% - 3px) 100%, 0% 100%);
          clip-path: polygon(3px 0, 100% 0, calc(100% - 3px) 100%, 0% 100%);
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #recruit .flow-list-time {
    font-size: 1.6rem;
  }
}
#recruit .flow-list-time-sm {
  padding-bottom: 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #recruit .flow-list-time-sm {
    font-size: 1.5rem;
  }
}
#recruit .flow-list-contents {
  margin-top: -10px;
  margin-left: 40px;
}
#recruit .flow-list-ttl {
  height: 43px;
  padding-left: 52px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit .flow-list-ttl {
    font-size: 1.5rem;
  }
}
#recruit .flow-list-ttl01 {
  background: url(../img/recruit/flow-ico01.png) no-repeat 5px center;
}
#recruit .flow-list-ttl02 {
  background: url(../img/recruit/flow-ico02.png) no-repeat left center;
}
#recruit .flow-list-ttl03 {
  background: url(../img/recruit/flow-ico03.png) no-repeat left center;
}
#recruit .flow-list-ttl04 {
  background: url(../img/recruit/flow-ico04.png) no-repeat 6px center;
}
#recruit .flow-list-ttl05 {
  background: url(../img/recruit/flow-ico05.png) no-repeat left center;
}
#recruit .flow-list-ttl06 {
  background: url(../img/recruit/flow-ico06.png) no-repeat left center;
}
#recruit .flow-list-ttl07 {
  background: url(../img/recruit/flow-ico07.png) no-repeat left center;
}
#recruit .flow-list-txt {
  margin-top: 13px;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #recruit .flow-list-txt {
    font-size: 1.5rem;
  }
}
#recruit .charm-ttl {
  margin: 55px auto 0;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #recruit .charm-ttl {
    font-size: 1.5rem;
  }
}
#recruit .charm-ttl-ja {
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  #recruit .charm-ttl-ja {
    font-size: 2.6rem;
  }
}
#recruit .charm-txt {
  margin: 25px auto 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #recruit .charm-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #recruit .charm-txt {
    text-align: center;
  }
}
#recruit .charm-list {
  display: flex;
  margin: 60px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#recruit .charm-list-item {
  width: 100%;
  padding: 20px 16px 30px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #recruit .charm-list-item {
    max-width: 340px;
    min-height: 430px;
  }
  #recruit .charm-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 29px;
  }
  #recruit .charm-list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#recruit .charm-list-ttl {
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #recruit .charm-list-ttl {
    font-size: 1.5rem;
  }
}
#recruit .charm-list-txt {
  margin: 20px auto 0;
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #recruit .charm-list-txt {
    font-size: 1.5rem;
  }
}
#recruit .profile {
  background: #11519b;
}
#recruit .profile-txt {
  margin: 30px auto 0;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #recruit .profile-txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #recruit .profile-txt {
    font-size: 1.5rem;
  }
}
#recruit .profile-list {
  display: flex;
  margin: 130px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#recruit .profile-list-item {
  width: 100%;
  max-width: 520px;
  background: url(../img/recruit/profile-ico01.png) no-repeat left top #fff;
}
#recruit .profile-list-item02 {
  background-image: url(../img/recruit/profile-ico02.png);
}
#recruit .profile-list-item03 {
  background-image: url(../img/recruit/profile-ico03.png);
}
#recruit .profile-list-item04 {
  background-image: url(../img/recruit/profile-ico04.png);
}
#recruit .profile-list-item05 {
  background-image: url(../img/recruit/profile-ico05.png);
}
#recruit .profile-list-item06 {
  background-image: url(../img/recruit/profile-ico06.png);
}
@media screen and (min-width: 768px) {
  #recruit .profile-list-item:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
#recruit .profile-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  #recruit .profile-list-ttl {
    font-size: 1.5rem;
  }
}
#recruit .profile-list-ttl-wrap {
  display: flex;
  height: 100px;
  padding-left: 120px;
  align-items: center;
}
#recruit .profile-list-ttl span {
  font-size: 3.2rem;
  color: #11519b;
}
@media screen and (max-width: 768px) {
  #recruit .profile-list-ttl span {
    font-size: 1.6rem;
  }
}
#recruit .profile-list-txt {
  padding: 20px 25px 25px;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #recruit .profile-list-txt {
    font-size: 1.5rem;
  }
}
#recruit .profile-note {
  margin: 60px auto 0;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #recruit .profile-note {
    font-size: 1.5rem;
  }
}
#recruit .profile-btn {
  margin: 30px auto 0;
}
#recruit .faq-list {
  margin: 90px auto 0;
}
#recruit .faq-list-item {
  padding: 0 21px;
}
#recruit .faq-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
}
#recruit .faq-list-ttl {
  padding-top: 10px;
  padding-left: 75px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recruit .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#recruit .faq-list-ttl::before {
  content: "Q";
  display: block;
  width: 60px;
  height: 60px;
  background: #11519b;
  text-align: center;
  font-family: "Roboto-Black", sans-serif;
  font-size: 4.4rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #recruit .faq-list-ttl::before {
    font-size: 2.2rem;
  }
}
#recruit .faq-list-txt {
  margin: 16px auto 0;
  padding-left: 75px;
  font-size: 1.7rem;
  line-height: 2;
  white-space: pre-line;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recruit .faq-list-txt {
    font-size: 1.5rem;
  }
}
#recruit .faq-list-txt::before {
  content: "A";
  font-family: "Roboto-Black", sans-serif;
  font-size: 4.4rem;
  letter-spacing: 0;
  color: #d41b4a;
  position: absolute;
  top: 6px;
  left: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #recruit .faq-list-txt::before {
    font-size: 2.2rem;
  }
}

/* gallery  PC
------------------------------------ */
#gallery .gallery-ttl {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #gallery .gallery-ttl {
    font-size: 1.5rem;
  }
}
#gallery .gallery-txt {
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  #gallery .gallery-txt {
    text-align: center;
  }
}
#gallery .gallery-list {
  margin: 65px auto 0;
}
#gallery .gallery-list-item:nth-of-type(n+2) {
  margin: 138px auto 0;
}
#gallery .gallery-list-ttl {
  display: block;
  height: auto;
  padding: 10px 0 14px;
  font-size: 2.4rem;
  line-height: 1.3;
  -webkit-clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
          clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  #gallery .gallery-list-ttl {
    font-size: 1.5rem;
  }
}
#gallery .gallery-list-ttl-lg {
  display: block;
  margin-top: 10px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #gallery .gallery-list-ttl-lg {
    font-size: 2rem;
  }
}
#gallery .gallery-list-txt {
  margin: 30px auto 0;
  text-align: center;
}
#gallery .gallery-sb {
  display: flex;
  margin: 50px auto 0;
  flex-wrap: wrap;
}
#gallery .gallery-sb li {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  #gallery .gallery-sb li:not(:nth-of-type(3n-2)) {
    margin-left: 29px;
  }
  #gallery .gallery-sb li:nth-of-type(n+4) {
    margin-top: 48px;
  }
}
#gallery .gallery-sb-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#gallery .gallery-sb-ttl {
  margin: 10px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #11519b;
  line-height: 1.58;
}
@media screen and (max-width: 768px) {
  #gallery .gallery-sb-ttl {
    font-size: 1.5rem;
  }
}

/* company  PC
------------------------------------ */
#company .policy-flx {
  margin: 72px auto 0;
}
#company .policy-flx-ttl {
  text-align: left;
  font-size: 2.8rem;
  color: #11519b;
}
@media screen and (max-width: 768px) {
  #company .policy-flx-ttl {
    font-size: 1.5rem;
  }
}
#company .policy-flx-ttl::before {
  right: auto;
}
#company .policy-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company .policy-left {
    max-width: 660px;
  }
}
#company .policy-txt-box {
  margin-top: 10px;
}
#company .policy-name {
  margin-top: 16px;
  text-align: right;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #11519b;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #company .policy-name {
    font-size: 1.5rem;
  }
}
#company .company-box {
  margin: 75px auto 0;
  padding: 22px 34px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(207, 215, 227, 0.4);
}
#company .map {
  margin: 125px auto 0;
}
#company .ggmap {
  margin: 28px auto 0;
}

/* news  PC
------------------------------------ */
#news .com-news-item:nth-of-type(n+2) {
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}
#news .com-ttl04 {
  text-align: left;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #news .com-ttl04 {
    font-size: 1.5rem;
  }
}

/* privacy  PC
------------------------------------ */
#privacy .com-ttl04 {
  text-align: left;
}/*# sourceMappingURL=all.css.map */