@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Lato-Black";
  src: url("../fonts/Lato-Black.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: "Lato-Black";
  src: url("../fonts/Lato-Black.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.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: -90px auto 0;
  padding-top: 90px;
}

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

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #ecf6fb;
  border-radius: 10px;
}

.com-bg {
  background: #ecf6fb;
}
.com-bg02 {
  background: #edf6fb;
  border-radius: 10px;
}

.com-mail {
  display: flex;
  width: 260px;
  height: 60px;
  background: #41a5d8;
  border-radius: 10px;
  color: #fff;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-mail:hover {
    background-color: #1d2087;
    opacity: 1;
  }
}
.com-mail::before {
  content: "";
  width: 19px;
  height: 13px;
  margin-right: 14px;
  background: url(../img/top/mail.png) no-repeat left center/contain;
}

.com-tel {
  padding-left: 35px;
  background: url(../img/top/com-tel-ico.png) no-repeat left center;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.9rem;
  }
}
.com-tel-note {
  display: block;
  line-height: 1;
}

.news-post {
  width: 100%;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  margin: 10px auto 0;
}
.news-post-link {
  display: block;
  padding: 21.5px 30px;
  background-color: #ecf6fb;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    background-color: #41a5d8;
    opacity: 1;
  }
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news-post-time, .news-post-tag-txt, .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-time {
  line-height: 1.1;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.news-post-tag {
  display: flex;
  margin-left: 9px;
  padding-left: 9px;
  border-left: 1px solid #1d2087;
  flex-wrap: wrap;
}
.news-post-tag li {
  line-height: 1.1;
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: ",";
}
.news-post-ttl {
  margin-top: 10px;
  line-height: 1.7;
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 990px;
  margin: 0 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 {
  max-width: none;
  height: auto;
  padding: 10px 40px;
  line-height: 1.5;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-bg {
  background: url(../img/top/greeting-bg.png) no-repeat center top/cover;
}
#top-about .about-box {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
#top-about .about-box-ttl {
  padding: 25px 0 27px;
  background: #41a5d8;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-about .about-box-ttl {
    font-size: 1.7rem;
  }
}
#top-about .about-txt-box {
  padding: 26px 60px 35px;
}

/* top-business  PC
------------------------------------ */
#top-business .business-bg {
  background: url(../img/top/business-bg.png) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  #top-business .business-bg {
    background-size: 100% auto;
  }
}
#top-business .business-inner {
  position: relative;
}
#top-business .business-img {
  position: absolute;
  pointer-events: none;
}
#top-business .business-img-l {
  bottom: 5px;
  left: calc(50% - 856px);
}
#top-business .business-img-r {
  top: 111px;
  right: calc(50% - 943px);
}
#top-business .business-contents {
  max-width: 720px;
  margin: auto;
}
#top-business .business-ttl-en {
  font-family: "Lato-Black", sans-serif;
  font-size: 12.4rem;
  letter-spacing: 0;
  color: #41a5d8;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top-business .business-ttl-en {
    font-size: 6.2rem;
  }
}
#top-business .business-ttl-en::before {
  content: "BUSINESS";
  -webkit-text-stroke: 1px #41a5d8;
  color: transparent;
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: -1;
}
#top-business .business-ttl-ja {
  margin-left: 53px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.12em;
  color: #1d2087;
}
@media screen and (max-width: 768px) {
  #top-business .business-ttl-ja {
    font-size: 1.9rem;
  }
}
#top-business .business-txt {
  margin: 35px 0 0 53px;
  font-size: 1.8rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #top-business .business-txt {
    font-size: 1.5rem;
  }
}
#top-business .business-btn-wrap {
  margin: 25px 0 0 auto;
  text-align: right;
}

/* top-reason  PC
------------------------------------ */
#top-reason .reason-ttl {
  display: inline-block;
  padding: 30px 130px 51px 21.7%;
  background: #41a5d8;
  line-height: 1;
  color: #fff;
  position: relative;
}
#top-reason .reason-ttl::after {
  content: "";
  width: 61px;
  height: 100%;
  background: url(../img/top/reason-ttl.png) no-repeat top right/contain;
  position: absolute;
  right: -47px;
  top: 0;
}
#top-reason .reason-ttl-en {
  font-family: "Lato-Black", sans-serif;
  font-size: 8.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-ttl-en {
    font-size: 4.1rem;
  }
}
#top-reason .reason-ttl-ja {
  margin-top: 21px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-ttl-ja {
    font-size: 1.6rem;
  }
}
#top-reason .reason-list-item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 150px;
  }
  #top-reason .reason-list-item:nth-of-type(n+4) {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  #top-reason .reason-list-ico {
    display: flex;
    height: 187px;
    justify-content: center;
    align-items: center;
  }
}
#top-reason .reason-list-ttl {
  margin: 10px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  color: #1d2087;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-ttl {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-ttl span {
  font-size: 2.8rem;
  color: #41a5d8;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-ttl span {
    font-size: 1.5rem;
  }
}
#top-reason .reason-txt {
  margin: 40px auto 0;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-txt {
    text-align: center;
  }
}
#top-reason .reason-btn {
  margin: 40px auto 0;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-bg {
  background: url(../img/top/bnr-bg.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-item {
    max-width: 514px;
  }
  #top-bnr .bnr-list-item:nth-of-type(1) {
    margin-top: 20px;
  }
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 50px 0 0 35px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link {
    height: 327px;
    transform: translateY(0);
  }
  #top-bnr .bnr-list-link:hover {
    transform: translateY(-10px);
    opacity: 1;
  }
}
#top-bnr .bnr-list-link::before {
  content: "";
  width: 56px;
  height: 100%;
  position: absolute;
  right: -40px;
  top: 0;
  pointer-events: none;
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/recruit-ico.png) no-repeat calc(100% - 118px) 11px #fff;
}
#top-bnr .bnr-list-link01::before {
  background: url(../img/top/bnr-l.png) no-repeat center top/contain;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/faq-ico.png) no-repeat calc(100% - 274px) 29px #fff;
}
#top-bnr .bnr-list-link02::before {
  background: url(../img/top/bnr-r.png) no-repeat center top/contain;
  right: auto;
  left: -38px;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link02 {
    padding-top: 40px;
  }
}
#top-bnr .bnr-list-ttl {
  text-align: left;
}
#top-bnr .bnr-list-ttl-en {
  font-family: "Lato-Black", sans-serif;
  font-size: 6.2rem;
  letter-spacing: 0;
  color: #41a5d8;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl-en {
    font-size: 3.1rem;
  }
}
#top-bnr .bnr-list-ttl-ja {
  margin-top: 5px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl-ja {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-txt {
  margin-top: 28px;
  line-height: 2.1;
}

/* top-entry  PC
------------------------------------ */
#top-entry .entry-bg {
  background: url(../img/top/entry-bg.png) no-repeat left bottom;
  position: relative;
}
@media screen and (min-width: 1921px) {
  #top-entry .entry-bg {
    background-size: 58.125% 620px;
  }
}
#top-entry .entry-img {
  position: absolute;
  right: calc(50% - 960px);
  bottom: 47px;
}
#top-entry .entry-img::before {
  width: 81px;
  height: 141px;
  background: url(../img/top/entry-ico.png) no-repeat center/contain;
  position: absolute;
  left: -32px;
  top: 32px;
  content: "";
}
#top-entry .entry-ttl-en {
  font-family: "Lato-Black", sans-serif;
  font-size: 8.2rem;
  letter-spacing: 0;
  color: #41a5d8;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-entry .entry-ttl-en {
    font-size: 4.1rem;
  }
}
#top-entry .entry-ttl-en span {
  margin-left: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-entry .entry-ttl-en span {
    font-size: 1.5rem;
  }
}
#top-entry .entry-ttl-ja {
  margin-top: 30px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  #top-entry .entry-ttl-ja {
    font-size: 1.5rem;
  }
}
#top-entry .entry-txt-box {
  margin-top: 9px;
}
#top-entry .entry-info {
  margin-top: 33px;
}
#top-entry .entry-info li:nth-of-type(n+2) {
  margin-left: 24px;
}

/* top-news  PC
------------------------------------ */
#top-news .news-post {
  margin: 50px auto 0;
}
#top-news .news-btn {
  max-width: 400px;
  height: 55px;
  margin: 50px auto 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-news .news-btn {
    font-size: 1.5rem;
  }
}

/* top-company  PC
------------------------------------ */
#top-company .company-bg {
  background: url(../img/top/company-bg.jpg) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #top-company .company-bg {
    background-size: cover;
  }
}
#top-company .company-img {
  text-align: left;
  position: relative;
}
#top-company .company-img::before {
  content: "";
  width: 70.3%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background: #eef7fb;
  position: absolute;
  right: 0;
  bottom: -57px;
  z-index: -1;
}
#top-company .company-box {
  margin: 105px auto 0;
  padding: 25px 20px;
  background: #edf6fb;
  position: relative;
}
#top-company .company-box::before {
  content: "";
  width: 70px;
  height: 132px;
  background: url(../img/top/company-ico.png) no-repeat right top/contain;
  position: absolute;
  top: -119px;
  right: 18px;
  pointer-events: none;
}
#top-company .company-ttl {
  margin: 110px auto 0;
}
#top-company .company-ttl-en {
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  #top-company .company-ttl-en {
    font-size: 2.2rem;
  }
}
#top-company .company-ttl-ja {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top-company .company-ttl-ja {
    font-size: 1.5rem;
  }
}

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

  sub layout  all

========================================= */
/* business  PC
------------------------------------ */
#business .business {
  background: url(../img/business/business-bg.png) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  #business .business {
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  #business .business-txt {
    font-size: 1.8rem;
    line-height: 2.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #business .business-txt {
    font-size: 1.5rem;
  }
}
#business .business-txt-box {
  margin: 65px auto 0;
}
@media screen and (min-width: 768px) {
  #business .business-txt-box {
    text-align: center;
  }
}
#business .business-list {
  margin: 60px auto 0;
}
#business .business-list-item {
  width: 100%;
  max-width: 520px;
  padding: 18px 33px 25px;
  background: #ecf6fb;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #business .business-list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#business .business-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #business .business-list-ttl {
    font-size: 1.5rem;
  }
}
#business .business-list-ttl span {
  color: #41a5d8;
}
#business .business-list-txt {
  margin: 14px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
#business .flow-list {
  margin: 90px auto 0;
  background: url(../img/business/border.png) no-repeat 50% 30px;
}
#business .flow-list-item {
  display: flex;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  border-radius: 10px;
  background: #fff;
  align-items: center;
  position: relative;
}
#business .flow-list-item::before {
  content: "";
  width: 37px;
  height: 15px;
  margin: auto;
  background: url(../img/business/arw.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
}
@media screen and (min-width: 768px) {
  #business .flow-list-item {
    margin-bottom: 54px;
  }
  #business .flow-list-item:nth-of-type(3n)::before {
    content: none;
  }
  #business .flow-list-item:nth-child(1) {
    order: 1;
  }
  #business .flow-list-item:nth-child(2) {
    order: 3;
  }
  #business .flow-list-item:nth-child(3) {
    order: 5;
  }
  #business .flow-list-item:nth-child(4) {
    order: 2;
  }
  #business .flow-list-item:nth-child(5) {
    order: 4;
  }
  #business .flow-list-item:nth-child(6) {
    order: 6;
  }
}
#business .flow-list-time {
  width: 80px;
  height: 40px;
  background: #1d2087;
  border-radius: 10px;
  text-align: center;
  font-family: "Lato-Black", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  #business .flow-list-time {
    font-size: 1.5rem;
  }
}
#business .flow-list-ttl {
  margin-left: 17px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #business .flow-list-ttl {
    font-size: 1.5rem;
  }
}
#business .flow-list .sm {
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #business .flow-list .sm {
    font-size: 1.5rem;
  }
}
#business .flow-txt {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #business .flow-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #business .flow-txt {
    text-align: center;
  }
}
#business .this-inner {
  background: url(../img/business/fit.png) no-repeat calc(100% - 34px) bottom;
}
#business .this-ttl {
  color: #41a5d8;
}
#business .this-ttl-en {
  font-family: "Lato-Black", sans-serif;
  font-size: 7.2rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #business .this-ttl-en {
    font-size: 3.6rem;
  }
}
#business .this-ttl-ja {
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #business .this-ttl-ja {
    font-size: 1.5rem;
  }
}
#business .this-list {
  margin-top: 50px;
}
#business .this-list li {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #business .this-list li {
    font-size: 1.5rem;
  }
}
#business .this-list li:nth-of-type(n+2) {
  margin-top: 9px;
}
#business .this-list li span {
  color: #41a5d8;
}
#business .greeting-flx {
  margin: 65px auto 0;
}
#business .greeting-flx-left {
  max-width: 320px;
}
#business .greeting-flx-right {
  width: 100%;
  max-width: 735px;
}
#business .greeting-flx-name {
  margin-top: 28px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #business .greeting-flx-name {
    font-size: 1.5rem;
  }
}
#business .greeting-flx-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #business .greeting-flx-ttl {
    font-size: 1.5rem;
  }
}
#business .greeting-txt {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
#business .greeting-txt-box {
  margin-top: 27px;
}

/* reason  PC
------------------------------------ */
#reason .reason {
  background: url(../img/reason/bg.png) no-repeat center 234px;
}
@media screen and (min-width: 1921px) {
  #reason .reason {
    background-size: 100%;
  }
}
#reason .reason-txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #reason .reason-txt {
    font-size: 1.8rem;
    line-height: 2.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #reason .reason-txt {
    font-size: 1.5rem;
  }
}
#reason .reason-list {
  margin: 84px auto 0;
}
#reason .reason-list-item {
  width: 100%;
  max-width: 520px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #reason .reason-list-item:nth-of-type(n+3) {
    margin-top: 58px;
  }
}
@media screen and (min-width: 768px) {
  #reason .reason-list-ico {
    display: flex;
    height: 187px;
    justify-content: center;
    align-items: center;
  }
}
#reason .reason-list-ttl {
  margin: 10px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  color: #1d2087;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  #reason .reason-list-ttl {
    font-size: 1.5rem;
  }
}
#reason .reason-list-ttl span {
  font-size: 2.8rem;
  color: #41a5d8;
}
@media screen and (max-width: 768px) {
  #reason .reason-list-ttl span {
    font-size: 1.5rem;
  }
}
#reason .reason-list-txt {
  margin: 34px auto 0;
  padding: 15px 18px;
  border-radius: 10px;
  background: #ecf6fb;
  text-align: left;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
#reason .salary-txt {
  margin: 70px auto 0;
  text-align: center;
  position: relative;
}
#reason .salary-txt::before, #reason .salary-txt::after {
  content: "";
  position: absolute;
}
#reason .salary-txt::before {
  width: 174px;
  height: 175px;
  background: url(../img/reason/salary-l.png) no-repeat left top/contain;
  left: calc(50% - 420px);
  top: -33px;
}
#reason .salary-txt::after {
  width: 77px;
  height: 131px;
  background: url(../img/reason/salary-r.png) no-repeat left top/contain;
  right: calc(50% - 320px);
  top: -8px;
}
#reason .salary-box {
  margin: 60px auto 0;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}
#reason .salary-table {
  width: 100%;
  border: 1px solid #1d2087;
}
#reason .salary-table-wrap {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#reason .salary-table tr:nth-of-type(n+3) {
  border-top: 1px solid #1d2087;
}
#reason .salary-table tr th:nth-of-type(n+2) {
  position: relative;
}
#reason .salary-table tr th:nth-of-type(n+2)::before {
  content: "";
  width: 1px;
  height: calc(80% - 20px);
  margin: auto;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#reason .salary-table tr td:nth-of-type(n+2) {
  border-left: 1px solid #1d2087;
}
#reason .salary-table th, #reason .salary-table td {
  width: 33%;
  text-align: center;
}
#reason .salary-table th {
  padding: 20px 0;
  background: #1d2087;
  color: #fff;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #reason .salary-table th {
    font-size: 1.5rem;
  }
}
#reason .salary-table td {
  padding: 13px 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #reason .salary-table td {
    font-size: 1.5rem;
  }
}
#reason .point {
  margin: 80px auto 0;
}
#reason .point-ttl {
  padding: 19px 0;
  background-color: #41a5d8;
  text-align: center;
  border-radius: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #reason .point-ttl {
    font-size: 1.5rem;
  }
}
#reason .point-ttl::before, #reason .point-ttl::after {
  content: "";
  position: absolute;
}
#reason .point-ttl::before {
  width: 48px;
  height: 92px;
  background: url(../img/reason/salary-illu-l.png) no-repeat left top/contain;
  top: -22px;
  left: calc(50% - 200px);
}
#reason .point-ttl::after {
  width: 84px;
  height: 103px;
  background: url(../img/reason/salary-illu-r.png) no-repeat left top/contain;
  top: -33px;
  right: calc(50% - 230px);
}
#reason .point-list {
  margin: 20px auto 0;
}
#reason .point-list-item {
  width: 100%;
  padding: 18px 0 25px;
  max-width: 520px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
#reason .point-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #reason .point-list-ttl {
    font-size: 1.5rem;
  }
}
#reason .point-list-ttl span {
  color: #41a5d8;
}
#reason .point-list-txt {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  letter-spacing: 0.06em;
}
#reason .our-ttl-ja {
  line-height: 1.24;
}
#reason .our-txt {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #reason .our-txt {
    text-align: center;
  }
}
#reason .our-list {
  margin: 65px auto 0;
}
#reason .our-list-item:nth-of-type(n+2) {
  margin-top: 35px;
}
#reason .our-list-img {
  width: 100%;
  max-width: 720px;
  margin: 30px auto 0;
  text-align: center;
}
#reason .our-list-img img {
  border-radius: 10px;
}
#reason .our-list-dl {
  margin: 53px auto 0;
}
#reason .our-list-dl div:nth-of-type(n+2) {
  margin-top: 47px;
}
#reason .our-list-dl dt {
  padding: 10px 12px;
  background: #ecf6fb;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #reason .our-list-dl dt {
    font-size: 1.5rem;
  }
}
#reason .our-list-dl dd {
  margin: 15px auto 0;
  font-size: 1.7rem;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  letter-spacing: 0.06em;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #reason .our-list-dl dd {
    font-size: 1.5rem;
  }
}

/* recruit  PC
------------------------------------ */
#recruit .recruit-box {
  margin: 80px auto 0;
  padding: 25px 20px;
  position: relative;
}
#recruit .recruit-box::before {
  content: "";
  width: 97px;
  height: 122px;
  background: url(../img/recruit/illu.png) no-repeat center/contain;
  position: absolute;
  top: -114px;
  right: 0;
}
#recruit .recruit-table:nth-of-type(n+2) {
  margin-top: 50px;
}

/* faq  PC
------------------------------------ */
#faq .faq-box {
  width: 100%;
  max-width: 720px;
  margin: auto;
  padding: 25px 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #faq .faq-box {
    font-size: 1.5rem;
  }
}
#faq .faq-box::before {
  content: "";
  width: 81px;
  height: 141px;
  background: url(../img/faq/illust.png) no-repeat left top/contain;
  position: absolute;
  bottom: -17px;
  right: -19px;
}
@media screen and (min-width: 768px) {
  #faq .faq-box {
    line-height: 2.5;
  }
}
#faq .faq-list {
  margin: 80px auto 0;
}
#faq .faq-list-item {
  border: 1px solid #41a5d8;
  border-radius: 10px;
  overflow: hidden;
}
#faq .faq-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#faq .faq-list-ttl {
  padding: 18px 75px;
  background: #41a5d8;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#faq .faq-list-ttl::before {
  content: "Q.";
  font-family: "Lato-Black", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 23px;
  top: 23px;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl::before {
    font-size: 1.7rem;
  }
}
#faq .faq-list-txt {
  padding: 20px 72px 35px;
  white-space: pre-line;
  position: relative;
}
#faq .faq-list-txt::before {
  content: "A.";
  font-family: "Lato-Black", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 23px;
  top: 23px;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-txt::before {
    font-size: 1.7rem;
  }
}/*# sourceMappingURL=all.css.map */