@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

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

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

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

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

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

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

.nowrap {
  white-space: nowrap;
}

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

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 46px;
  }
}

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

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

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

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

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: #fff9ec;
}
.com-bg02 {
  background: url(../img/ptn/l.png) no-repeat left 30px, url(../img/ptn/l.png) no-repeat left 1313px, url(../img/ptn/r.png) no-repeat right 80px, url(../img/ptn/r.png) no-repeat right 1360px;
}
.com-bg03 {
  background: url(../img/about/commit-wave.png) no-repeat center top #fff9ec;
}
@media screen and (min-width: 1921px) {
  .com-bg03 {
    background-size: 100%;
  }
}

.com-check li:nth-of-type(n+2) {
  margin-top: 10px;
}
.com-check-item {
  padding-left: 25px;
  background: url(../img/top/recruit-check.png) no-repeat left 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-check-item {
    font-size: 1.5rem;
  }
}
.com-check-item {
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
}

.com-box {
  background: #fff;
  border-radius: 999px;
  border: 6px solid rgb(222, 243, 248);
  border-bottom-width: 13px;
}
.com-box02 {
  background: #fff;
  border-radius: 30px;
  border: 6px solid rgb(222, 243, 248);
  border-right-width: 13px;
  border-bottom-width: 13px;
}
.com-box03 {
  padding: 20px;
  border-radius: 30px;
  background: #fff;
}

.com-mail {
  width: 200px;
  height: 56px;
  outline: 2px solid #007dc5;
  background: #fff;
  text-align: center;
  border-radius: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
.com-mail {
  letter-spacing: 0.05em;
  line-height: 56px;
}
@media screen and (min-width: 768px) {
  .com-mail:hover {
    background-color: #007dc5;
    color: #fff;
    opacity: 1;
  }
}

.com-tel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.5rem;
  }
}
.com-tel {
  letter-spacing: 0.05em;
  line-height: 1;
}
.com-tel .num {
  margin-left: 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-tel .num {
    font-size: 1.5rem;
  }
}
.com-tel-note {
  display: block;
  line-height: 1;
}

.news-post {
  width: 100%;
  max-width: 740px;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #007dc5;
}
.news-post-link {
  display: block;
  padding: 17px 0;
}
.news-post-time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.08em;
  line-height: 1.2;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #007dc5;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag > li:nth-of-type(n+2)::before {
  content: ",";
}
.news-post-tag-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.news-post-ttl {
  margin: 10px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  max-width: 845px;
  margin: auto;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 400px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .com-tag-item:nth-of-type(2n) {
    margin-left: 40px;
  }
  .com-tag-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
.com-tag-link.current {
  background-color: #fff;
  color: #007dc5;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-bg-pc.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 1921px) {
  #top-about {
    padding-bottom: 16%;
  }
}
#top-about .about-txt-box {
  margin: 32px auto 0;
}
#top-about .about-movie {
  width: 100%;
  max-width: 854px;
  height: 0;
  margin: 110px auto 0;
  padding-top: 480px;
  position: relative;
}
#top-about .about-movie::before {
  content: "";
  display: block;
  width: 131px;
  height: 102px;
  background: url(../img/top/about-movie-ico.png) no-repeat left bottom/contain;
  position: absolute;
  left: 18px;
  top: -98px;
}
#top-about .about-btn {
  margin: 50px auto 0;
}

/* top-read  PC
------------------------------------ */
#top-read {
  background: url(../img/top/bnr-wave.png) no-repeat center top, url(../img/top/bnr-bg-pc.png) no-repeat center top/cover;
}
@media screen and (min-width: 1921px) {
  #top-read {
    padding-bottom: 9%;
    background-size: 100% 118px, cover;
  }
}
@media screen and (min-width: 768px) {
  #top-read .read-list-item {
    border-right-width: 13px;
  }
}
#top-read .read-list-item:nth-of-type(1) {
  padding: 14px 65px 14px 14px;
}
#top-read .read-list-item:nth-of-type(2) {
  padding: 14px 14px 14px 80px;
}
#top-read .read-list-con {
  padding-top: 80px;
  position: relative;
}
#top-read .read-list-fuki {
  position: absolute;
  top: 0;
  left: -60px;
}
#top-read .read-list-txt {
  margin: 18px auto 0;
  line-height: 2.1;
}
#top-read .read-list-btn {
  margin-top: 25px;
}

/* top-guide  PC
------------------------------------ */
#top-guide {
  background: url(../img/top/information-bg.png) no-repeat center top/cover;
}
@media screen and (min-width: 1921px) {
  #top-guide {
    background-size: 100% 100%;
  }
}
#top-guide .guide-list {
  margin: 39px auto 0;
}
#top-guide .guide-list-item {
  width: 100%;
  max-width: 520px;
}
#top-guide .guide-list-link {
  display: block;
  padding: 120px 0 25px;
  border-radius: 30px;
  text-align: center;
  line-height: 1;
}
#top-guide .guide-list-link01 {
  background: url(../img/top/information-ico01.png) no-repeat center 21px #fff;
}
#top-guide .guide-list-link02 {
  background: url(../img/top/information-ico02.png) no-repeat center 21px #fff;
}
@media screen and (min-width: 768px) {
  #top-guide .guide-list-link:hover {
    background-color: #fff9ec;
    opacity: 1;
  }
}
#top-guide .guide-list-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #top-guide .guide-list-ttl {
    font-size: 1.6rem;
  }
}
#top-guide .guide-list-ttl {
  letter-spacing: 0.05em;
}

/* top-recruit  PC
------------------------------------ */
#top-recruit {
  background: url(../img/top/recruit-bg.png) no-repeat center bottom/cover #fff9ec;
}
#top-recruit .recruit-ttl {
  padding-left: 48px;
  background: url(../img/top/recruit-ittl.png) no-repeat left 3px;
  color: #fff;
}
#top-recruit .recruit-check {
  margin-top: 18px;
}
#top-recruit .recruit-txt {
  margin: 28px auto 0;
  color: #fff;
}
#top-recruit .recruit-btn {
  margin: 30px auto 0;
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .service-list-img img {
  border-radius: 30px;
}
#about .service-list-txt {
  margin-top: 15px;
}
#about .service-list-box {
  padding: 20px 20px 35px;
  border-radius: 30px;
  border-right-width: 14px;
}
#about .service-list-box-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 39px auto 0;
}
#about .service-list-box-wrap.all {
  max-width: none;
}
#about .service-list-box-check-wrap {
  margin: 23px auto 0;
}
#about .service-list-box-check li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #about .service-list-box-check li {
    font-size: 1.5rem;
  }
}
#about .service-list-box-check li {
  letter-spacing: 0.05em;
}
#about .service-list-box-check li:nth-of-type(n+2) {
  margin: 17px auto 0;
}
#about .service-list-box.harf {
  width: 100%;
  max-width: 520px;
  padding: 20px 15px 35px;
}
#about .service-list-box-txt {
  margin: 18px auto 0;
}
#about .commit-list {
  margin: 60px auto 0;
}
#about .commit-list-item {
  display: flex;
  padding: 40px 25px 45px;
  background: #fff;
  border-radius: 30px;
}
#about .commit-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#about .commit-list-item:nth-of-type(2n-1) .commit-list-con {
  margin-left: 27px;
}
#about .commit-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#about .commit-list-item:nth-of-type(2n) .commit-list-con {
  margin-right: 27px;
}
@media screen and (min-width: 768px) {
  #about .commit-list-img {
    flex-shrink: 0;
  }
}
#about .commit-list-img img {
  border-radius: 30px;
}
#about .commit-list-ttl {
  display: flex;
  align-items: center;
}
#about .commit-list-ttl .num {
  width: 60px;
  height: 60px;
  text-align: center;
  background: #007dc5;
  border-radius: 50%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #about .commit-list-ttl .num {
    font-size: 1.8rem;
  }
}
#about .commit-list-ttl .num {
  letter-spacing: 0;
  line-height: 55px;
  color: #fff;
}
#about .commit-list-ttl .ttl {
  margin-left: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #about .commit-list-ttl .ttl {
    font-size: 1.6rem;
  }
}
#about .commit-list-ttl .ttl {
  letter-spacing: 0;
  line-height: 1.5;
}
#about .commit-list-txt {
  margin: 20px auto 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #about .commit-list-txt {
    font-size: 1.5rem;
  }
}
#about .commit-list-txt {
  letter-spacing: 0;
}
#about .case {
  background: url(../img/about/wave02.png) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  #about .case {
    background-size: 100%;
  }
}
#about .case-list {
  margin: 75px auto 0;
}
#about .case-list-item {
  border-radius: 30px;
  overflow: hidden;
  background: #def3f8;
}
@media screen and (min-width: 768px) {
  #about .case-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 15px;
  }
  #about .case-list-item:nth-of-type(n+4) {
    margin-top: 39px;
  }
}
#about .case-list-ttl {
  padding: 3px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #about .case-list-ttl {
    font-size: 1.5rem;
  }
}
#about .case-list-ttl {
  letter-spacing: 0.05em;
}

/* price  PC
------------------------------------ */
#price .about {
  background: url(../img/price/1pattern.png) no-repeat center 100px/100%;
}
#price .about-list {
  width: 100%;
  margin: 75px auto 0;
}
#price .about-list-item {
  width: 100%;
  max-width: 510px;
  text-align: center;
}
#price .about-list-txt {
  margin-top: 16px;
}
#price .about-list-dl {
  margin: 20px auto 0;
}
#price .about-list-dl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#price .about-list-dl dt {
  width: 60px;
  height: 22px;
  background: #def3f8;
  border-radius: 8.5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #price .about-list-dl dt {
    font-size: 1.5rem;
  }
}
#price .about-list-dl dt {
  letter-spacing: 0.05em;
  line-height: 22px;
}
#price .about-list-dl dd {
  margin-left: 5px;
}
#price .add {
  margin: 116px auto 0;
}
#price .add-box {
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 31px 0 17px;
  text-align: center;
}
#price .add-box-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #price .add-box-ttl {
    font-size: 1.5rem;
  }
}
#price .add-box-ttl {
  letter-spacing: 0.05em;
  line-height: 1.4;
}
#price .add-box-ttl:nth-of-type(n+2) {
  margin-left: 80px;
}
#price .add-box-ttl:last-of-type {
  margin-left: 40px;
}
#price .add-box-ttl .sm {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #price .add-box-ttl .sm {
    font-size: 1.5rem;
  }
}
#price .add-box-note {
  margin: 5px auto 0;
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #price .add-box-note {
    font-size: 1.5rem;
  }
}
#price .price-note {
  margin: 45px auto 0;
  text-align: center;
  letter-spacing: 0;
}
#price .price-list {
  margin: 60px auto 0;
}
#price .price-list-item:nth-of-type(n+2) {
  margin: 117px auto 0;
}
#price .price-list-ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #price .price-list-ttl {
    font-size: 1.6rem;
  }
}
#price .price-list-ttl {
  text-align: center;
}
#price .price-list-box {
  margin: 17px auto 0;
  padding: 20px;
  background: #fff;
  border-radius: 30px;
}
#price .price-list-box-table {
  width: 100%;
}
#price .price-list-box-table-wrap {
  margin: 20px auto 0;
  border-radius: 10px;
  border: 1px solid #007dc5;
  background: #fff;
  overflow: hidden;
}
#price .price-list-box-table thead th {
  width: 25%;
  padding: 19px;
  background: #def3f8;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #price .price-list-box-table thead th {
    font-size: 1.5rem;
  }
}
#price .price-list-box-table thead th {
  letter-spacing: 0;
  line-height: 1.5;
  vertical-align: middle;
}
#price .price-list-box-table thead th:nth-of-type(n+2) {
  border-left: 1px solid #007dc5;
}
#price .price-list-box-table tbody tr {
  border-top: 1px solid #007dc5;
}
#price .price-list-box-table tbody th, #price .price-list-box-table tbody td {
  padding: 14px 4px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #price .price-list-box-table tbody th, #price .price-list-box-table tbody td {
    font-size: 1.5rem;
  }
}
#price .price-list-box-table tbody th, #price .price-list-box-table tbody td {
  letter-spacing: 0;
  line-height: 1.5;
  vertical-align: middle;
}
#price .price-list-box-table tbody th {
  background: #fafad0;
}
#price .price-list-box-table tbody td {
  border-left: 1px solid #007dc5;
}
#price .price-list-box-table .sm {
  display: block;
  font-size: 1.3rem;
}

/* guide  PC
------------------------------------ */
#guide .flow-contents {
  margin: 105px auto 0;
}
#guide .flow-list {
  margin: 28px auto 0;
}
#guide .flow-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#guide .flow-list-item:nth-of-type(n+2) {
  margin: 68px auto 0;
  position: relative;
}
#guide .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 146px;
  height: 37px;
  margin: auto;
  background: url(../img/guide/arw.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
}
#guide .flow-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guide .flow-list-con {
    max-width: 770px;
    margin-top: 50px;
  }
}
#guide .flow-list-txt {
  margin-top: 15px;
  line-height: 2.1;
}
#guide .faq-list {
  margin: 55px auto 0;
}
#guide .faq-list-item {
  padding: 20px;
  padding: 20px;
  border-radius: 30px;
  background: #fff;
}
#guide .faq-list-item:nth-of-type(n+2) {
  margin-top: 61px;
}
#guide .faq-list-ttl {
  position: relative;
}
#guide .faq-list-ttl .q {
  width: 60px;
  height: 60px;
  margin: auto;
  background: #007dc5;
  text-align: center;
  color: #fff;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-ttl .q {
    font-size: 1.5rem;
  }
}
#guide .faq-list-ttl .q {
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 58px;
}
#guide .faq-list-ttl .ttl {
  padding: 12px 75px;
  background: #def3f8;
  border-radius: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-ttl .ttl {
    font-size: 1.5rem;
  }
}
#guide .faq-list-ttl .ttl {
  letter-spacing: 0;
  line-height: 1.5;
}
#guide .faq-list-txt {
  margin: 16px auto 0;
  padding: 0 58px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-txt {
    font-size: 1.5rem;
  }
}
#guide .faq-list-txt {
  letter-spacing: 0;
  white-space: pre-line;
  position: relative;
}
#guide .faq-list-txt .a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-txt .a {
    font-size: 1.5rem;
  }
}
#guide .faq-list-txt .a {
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 5px;
}

/* recruit  PC
------------------------------------ */
#recruit .about-check-item {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #recruit .about-check-item {
    font-size: 1.5rem;
  }
}
#recruit .about-check-item {
  color: #007dc5;
}
#recruit .about-check-item:nth-of-type(n+2) {
  margin: 0 0 0 34px;
}
#recruit .about-check-item span {
  border-bottom: 2px dotted;
}
#recruit .about-box {
  margin: 25px auto 0;
  padding: 20px;
  border-radius: 30px;
  background: #def3f8;
}
#recruit .about-box-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #recruit .about-box-ttl {
    font-size: 1.5rem;
  }
}
#recruit .about-box-ttl {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#recruit .about-list-wrap {
  margin: 16px auto 0;
  padding: 26px;
  background: #fff;
  border-radius: 30px;
}
#recruit .about-list li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #recruit .about-list li {
    font-size: 1.5rem;
  }
}
#recruit .about-list li {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#recruit .about-list li:nth-of-type(n+2) {
  margin-top: 17px;
}
#recruit .recruit-box {
  margin: 37px auto 0;
}

/* information  PC
------------------------------------ */
#information .greeting-name {
  margin: 15px auto 0;
  text-align: right;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #information .greeting-name {
    font-size: 1.5rem;
  }
}
#information .greeting-name {
  letter-spacing: 0.05em;
}
#information .company-list {
  margin: 44px auto 0;
}
#information .company-list-item:nth-of-type(n+2) {
  margin-top: 121px;
}
#information .company-list-ttl {
  background-color: #def3f8;
  color: #007dc5;
}
#information .company-list-table {
  margin: 17px auto 0;
}
#information .company-map {
  margin: 53px auto 0;
}

/* news  PC
------------------------------------ */
#news .com-tag {
  margin: 30px auto 0;
}
#news .com-news-link {
  padding: 25px 50px;
}
#news .com-news-img {
  border-radius: 20px;
  overflow: hidden;
}
#news .detail-box {
  padding: 25px 50px;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  margin: 50px auto 0;
}

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