@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;
}

.com-anchor {
  scroll-margin-top: 120px; /* ヘッダーの高さ分 */
}

.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: 38px;
  }
}
.com-txt .ac {
  color: #ef7581;
}
.com-txt .border {
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d1d1;
}

.marker {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(113, 186, 47, 0.3);
  border-radius: 5.5px;
  position: absolute;
  bottom: -5px;
  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: 100px 0;
  }
}

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

/*  共通パーツ
------------------------------------ */
.com-mt {
  margin: 20px auto 0;
  text-align: center;
}

.news-post {
  width: 100%;
  max-width: 785px;
}
.news-post-item {
  border-bottom: 1px dashed #d5d1d1;
}
.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-link {
  display: block;
  padding: 25px 60px 20px 0;
  background: url(../img/top/news-arw.png) no-repeat right center;
}
.news-post-time {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.1em;
  line-height: 1.2;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.5;
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: ",";
}
.news-post-tag-txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.news-post-ttl {
  margin-top: 12px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag > li:nth-of-type(n+2) {
  margin-left: 28px;
}
.com-tag-item {
  width: 100%;
  max-width: 340px;
}
.com-tag-link {
  display: block;
  padding: 18px 40px;
  background: url(../img/guide/arw01.png) no-repeat calc(100% - 20px) center, url(../img/ptn/ptn03.png);
  text-align: center;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link {
  letter-spacing: 0.08em;
  line-height: 1.5;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-bg.png) no-repeat center bottom/100% 100%;
}
#top-about .about-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 6.6rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl {
    font-size: 3.3rem;
  }
}
#top-about .about-ttl {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
}
#top-about .about-ttl .md {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .md {
    font-size: 3rem;
  }
}
#top-about .about-ttl .ac {
  font-size: 7.4rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .ac {
    font-size: 3.7rem;
  }
}
#top-about .about-ttl .ac {
  color: transparent;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
}
#top-about .about-ico {
  max-width: 1080px;
  margin: auto;
  background: url(../img/top/about-deco.png) no-repeat 123px calc(100% - 90px);
}
#top-about .about-txt {
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-txt {
    font-size: 1.5rem;
  }
}
#top-about .about-txt {
  line-height: 1.9;
}
#top-about .about-txt-box {
  margin: 65px auto 0;
  text-align: center;
}
#top-about .about-btn {
  max-width: 500px;
  margin: 62px auto 0;
}
@media screen and (min-width: 768px) {
  #top-about .about-btn {
    height: 80px;
    line-height: 80px;
  }
}

/* com-works  PC
------------------------------------ */
.com-works {
  background: #fff;
}
.com-works .works-list {
  margin: 80px auto 0;
}
.com-works .works-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.com-works .works-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .com-works .works-list-item:nth-of-type(2n) .works-list-con {
    padding-left: 45px;
  }
}
.com-works .works-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
.com-works .works-list-con {
  width: 100%;
  max-width: 760px;
}
@media screen and (min-width: 768px) and (max-width: 1650px) {
  .com-works .works-list-con {
    padding-left: 25px;
  }
}
.com-works .works-list-txt {
  margin-top: 23px;
}
.com-works .works-list-btn {
  margin-top: 42px;
}
.com-works .works-list-img {
  width: 52.1%;
  height: 0;
  padding-top: 420px;
  background: #261cc1;
  position: relative;
}

.top .com-works .works-list-img {
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
}
.top .com-works .works-list-img img {
  display: block;
  width: 100%;
  clip-path: inset(0 0 100% 0);
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.top .com-works .works-list-img.aos-animate {
  animation: orgn 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.top .com-works .works-list-img.aos-animate img {
  animation: orgn_img 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.15s forwards;
}

.top .recruit-img {
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
}
.top .recruit-img img {
  display: block;
  width: 100%;
  clip-path: inset(0 0 100% 0);
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.top .recruit-img.aos-animate {
  animation: orgn 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.top .recruit-img.aos-animate img {
  animation: orgn_img 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.15s forwards;
}

@keyframes orgn {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes orgn_img {
  0% {
    clip-path: inset(0 0 100% 0);
    transform: scale(1.2);
  }
  50% {
    clip-path: inset(0 0 50% 0);
    transform: scale(1.2);
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: scale(1);
  }
}
.sub .com-works .works-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sub .com-works .works-txt {
    font-size: 1.5rem;
  }
}

/* com-voice  PC
------------------------------------ */
.com-voice {
  background: #f7f7f7;
  position: relative;
  z-index: 0;
}
.com-voice .voice-inner {
  text-align: center;
}
.com-voice .voice-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-txt {
    font-size: 1.5rem;
  }
}
.com-voice .voice-en {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20rem;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-en {
    font-size: 10rem;
  }
}
.com-voice .voice-en {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 0.85;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.com-voice .voice-list-wrap {
  display: inline-block;
  width: 95%;
  max-width: 1600px;
  margin: auto;
}
.com-voice .voice-list {
  margin: 30px auto 0;
}
.com-voice .voice-list-item {
  width: 25%;
  text-align: left;
  border-top: 1px solid #d5d1d1;
  border-bottom: 1px solid #d5d1d1;
  border-left: 1px solid #d5d1d1;
}
.com-voice .voice-list-item:last-of-type {
  border-right: 1px solid #d5d1d1;
}
.com-voice .voice-list-link {
  display: block;
  padding: 7.5% 12.5%;
}
.com-voice .voice-list-img {
  width: 100%;
  height: 0;
  padding-top: 150%;
  position: relative;
}
.com-voice .voice-list-ttl {
  margin-top: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-list-ttl {
    font-size: 1.5rem;
  }
}
.com-voice .voice-list-ttl {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.com-voice .voice-list-txt {
  margin-top: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-list-txt {
    font-size: 1.5rem;
  }
}
.com-voice .voice-list-txt {
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.com-voice .voice-btn {
  margin: 40px auto 0;
}

.para {
  height: 0;
  padding-top: 44.5%;
}

/* top-recruit  PC
------------------------------------ */
#top-recruit {
  background: #fff;
}
#top-recruit .recruit-flx {
  width: 100%;
  margin: 27px auto 0;
}
#top-recruit .recruit-con {
  width: 100%;
  max-width: 760px;
}
#top-recruit .recruit-txt-box {
  margin-top: 23px;
}
#top-recruit .recruit-btn-wrap {
  margin-top: 70px;
}
#top-recruit .recruit-btn-wrap li {
  width: 100%;
  max-width: 300px;
}
#top-recruit .recruit-btn-wrap li:nth-of-type(n+2) {
  margin-left: 50px;
}
#top-recruit .recruit-right {
  width: 52.1%;
  flex-shrink: 0;
}
#top-recruit .recruit-img {
  width: 100%;
  height: 0;
  padding-top: 285px;
  background: #261cc1;
  position: relative;
}
#top-recruit .recruit-img02, #top-recruit .recruit-img03 {
  margin-top: 10px;
}
#top-recruit .recruit-img02 {
  width: 28.5%;
}
#top-recruit .recruit-img03 {
  width: 70%;
}

/* com-entry  PC
------------------------------------ */
.com-entry {
  background: url(../img/top/entry.jpg) no-repeat center/cover;
}
.com-entry .entry-ttl {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .com-entry .entry-ttl {
    text-align: left;
  }
}
.com-entry .entry-txt {
  margin-top: 22px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .com-entry .entry-txt {
    font-size: 3rem;
  }
}
.com-entry .entry-txt {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.3;
}
.com-entry .entry-txt .ac {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .com-entry .entry-txt .ac {
    font-size: 3rem;
  }
}
.com-entry .entry-txt .ac {
  color: transparent;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
}
.com-entry .entry-btn {
  margin-top: 34px;
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: #fff;
}
#top-news .news-box {
  padding: 40px 0 50px;
  border-top: 1px solid #d5d1d1;
  border-bottom: 1px solid #d5d1d1;
}
#top-news .news-ttl {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #top-news .news-btn {
    margin-top: 125px;
  }
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .about {
  background: url(../img/about/about-bg.jpg) no-repeat center/cover;
}
#about .about-box {
  max-width: 1220px;
  margin: auto;
  padding: 75px 0 70px;
  background: #fff;
}
#about .about-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #about .about-txt {
    font-size: 1.5rem;
  }
}
#about .about-txt {
  line-height: 2.3;
}
#about .about-txt-box {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #about .about-txt-box {
    text-align: center;
  }
}
#about .greeting-con {
  width: 100%;
  max-width: 580px;
  padding-top: 7px;
}
#about .greeting-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #about .greeting-txt {
    font-size: 1.5rem;
  }
}
#about .greeting-txt {
  line-height: 2.3;
}
#about .greeting-txt-box {
  margin: 17px 0 0;
}
#about .thought {
  background: #f7f7f7;
}
#about .thought-dl {
  margin: 30px auto 0;
}
#about .thought-dl-item {
  display: flex;
  align-items: center;
}
#about .thought-dl-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
#about .thought-dl dt {
  width: 120px;
  height: 70px;
  text-align: center;
  background: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #about .thought-dl dt {
    font-size: 1.8rem;
  }
}
#about .thought-dl dt {
  letter-spacing: 0.05em;
  color: #261cc1;
  line-height: 70px;
  flex-shrink: 0;
}
#about .thought-dl dd {
  margin-left: 30px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #about .thought-dl dd {
    font-size: 1.5rem;
  }
}
#about .thought-dl dd {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#about .voice-flx {
  margin: 30px auto 0;
}
#about .voice-table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .voice-table {
    max-width: 480px;
  }
}
#about .voice-table th {
  width: 120px;
}
@media screen and (min-width: 768px) {
  #about .voice-map {
    max-width: 560px;
    height: auto;
    padding-top: 0;
  }
}

.com-bnr .bnr-list {
  padding: 19px 0;
  border-top: 1px solid #d5d1d1;
  border-bottom: 1px solid #d5d1d1;
}
.com-bnr .bnr-list-item {
  width: 50%;
}
.com-bnr .bnr-list-item:nth-of-type(n+2) {
  border-left: 1px solid #d5d1d1;
}
.com-bnr .bnr-list-link {
  display: block;
  padding: 21px 30px 10px;
  background: url(../img/top/news-arw.png) no-repeat calc(100% - 30px) center;
}
.com-bnr .bnr-list-ttl {
  text-align: left;
}
.com-bnr .bnr-list-ttl .ja {
  margin-top: 15px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-list-ttl .ja {
    font-size: 2rem;
  }
}
.com-bnr .bnr-list-ttl .en {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-list-ttl .en {
    font-size: 1.5rem;
  }
}

/* business  PC
------------------------------------ */
#business .about-txt {
  margin: 25px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #business .about-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #business .about-txt {
    text-align: center;
  }
}
#business .about-ttl {
  margin: 75px auto 0;
}
#business .about-list {
  margin: 40px auto 0;
}
#business .about-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#business .about-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #business .about-list-con {
    max-width: 570px;
  }
}
#business .about-list-txt {
  margin: 10px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #business .about-list-txt {
    font-size: 1.5rem;
  }
}
#business .feature {
  background: url(../img/business/feature-bg.jpg) no-repeat center/cover;
}
#business .feature-box {
  max-width: 1220px;
  margin: auto;
  background: #fff;
}
#business .feature-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #business .feature-con {
    max-width: 580px;
    margin-left: 70px;
  }
}
#business .feature-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #business .feature-txt {
    font-size: 1.5rem;
  }
}
#business .feature-txt {
  line-height: 2.3;
}
#business .feature-txt-box {
  margin-top: 30px;
}
#business .case-list {
  margin: 25px auto 0;
  border-top: 1px solid #d5d1d1;
  border-bottom: 1px solid #d5d1d1;
}
#business .case-list-item {
  display: flex;
  padding: 50px 0;
  justify-content: space-between;
  align-items: flex-start;
}
#business .case-list-item:nth-of-type(n+2) {
  border-top: 1px solid #d5d1d1;
}
#business .case-list-images {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #business .case-list-images {
    max-width: 520px;
  }
}
#business .case-list-before {
  width: 54%;
  max-width: 280px;
}
#business .case-list-after {
  width: 62%;
  max-width: 320px;
  margin: -35% 0 0 auto;
}
#business .case-list-img {
  width: 100%;
  height: 0;
  padding-top: 72.5%;
  position: relative;
}
#business .case-list-ttl {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #business .case-list-ttl {
    font-size: 1.5rem;
  }
}
#business .case-list-ttl {
  letter-spacing: 0.05em;
  color: #261cc1;
  line-height: 2;
}
#business .case-list-ttl-after {
  text-align: right;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #business .case-list-ttl-after {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #business .case-list-con {
    max-width: 510px;
  }
}
#business .case-list-table tr:nth-of-type(n+2) th, #business .case-list-table tr:nth-of-type(n+2) td {
  padding-top: 10px;
}
#business .case-list-table th, #business .case-list-table td {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #business .case-list-table th, #business .case-list-table td {
    font-size: 1.5rem;
  }
}
#business .case-list-table th, #business .case-list-table td {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#business .case-list-table th {
  width: 120px;
}
#business .case-list-txt {
  margin: 26px auto 0;
  padding-top: 21px;
  border-top: 1px solid #d5d1d1;
  white-space: pre-line;
}

/* voice  PC
------------------------------------ */
#voice .voice-txt {
  margin: 20px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-txt {
    font-size: 1.5rem;
  }
}
#voice .voice-txt {
  line-height: 2.3;
}
@media screen and (min-width: 768px) {
  #voice .voice-txt {
    text-align: center;
  }
}
#voice .voice-ttl {
  margin: 60px auto 0;
}
#voice .voice-list {
  margin: 40px auto 0;
  border-top: 1px solid #d5d1d1;
  border-bottom: 1px solid #d5d1d1;
}
#voice .voice-list-item {
  display: flex;
  padding: 45px 40px;
  justify-content: space-between;
}
#voice .voice-list-item:nth-of-type(n+2) {
  border-top: 1px solid #d5d1d1;
}
#voice .voice-list-img {
  width: 100%;
  max-width: 300px;
  height: 450px;
  position: relative;
}
#voice .voice-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #voice .voice-list-con {
    max-width: 660px;
  }
}
#voice .voice-list-name {
  margin-top: 23px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-name {
    font-size: 1.5rem;
  }
}
#voice .voice-list-name {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#voice .voice-list-dl {
  margin-top: 19px;
}
#voice .voice-list-dl div:nth-of-type(n+2) {
  margin-top: 12px;
}
#voice .voice-list-dl-item {
  display: flex;
  align-items: center;
}
#voice .voice-list-dl dt, #voice .voice-list-dl dd {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-dl dt, #voice .voice-list-dl dd {
    font-size: 1.5rem;
  }
}
#voice .voice-list-dl dt, #voice .voice-list-dl dd {
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#voice .voice-list-dl dt {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 2px solid;
  flex-shrink: 0;
}
#voice .voice-list-txt {
  margin: 28px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-txt {
    font-size: 1.5rem;
  }
}
#voice .voice-list-txt {
  line-height: 2.3;
  white-space: pre-line;
}

/* recruit  PC
------------------------------------ */
#recruit .recruit-flx {
  margin: 29px auto 0;
}
#recruit .recruit-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #recruit .recruit-con {
    max-width: 580px;
  }
}
#recruit .recruit-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-txt {
    font-size: 1.5rem;
  }
}
#recruit .recruit-txt {
  line-height: 2.3;
}
#recruit .recruit-txt-box {
  margin: 18px auto 0;
}
#recruit .feature {
  margin: 100px auto 0;
}
#recruit .feature-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #recruit .feature-left {
    max-width: 580px;
  }
}
#recruit .feature-txt {
  margin: 18px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #recruit .feature-txt {
    font-size: 1.5rem;
  }
}
#recruit .feature-txt {
  line-height: 2.3;
}
#recruit .feature-list {
  width: 100%;
  padding: 34px 40px 0;
}
@media screen and (min-width: 768px) {
  #recruit .feature-list {
    max-width: 450px;
  }
}
#recruit .feature-list {
  background: #f7f7f7;
}
#recruit .feature-list-item {
  padding-left: 28px;
  background: url(../img/recruit/check.png) no-repeat left top;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #recruit .feature-list-item {
    font-size: 1.5rem;
  }
}
#recruit .feature-list-item {
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#recruit .feature-list-item:nth-of-type(n+2) {
  margin-top: 35px;
}
#recruit .flow {
  background: #f7f7f7;
}
#recruit .flow-list {
  margin: 30px auto 0;
}
#recruit .flow-list-item {
  display: flex;
  align-items: flex-start;
}
#recruit .flow-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
#recruit .flow-list-ico {
  flex-shrink: 0;
}
#recruit .flow-list-con {
  width: 100%;
  max-width: 930px;
  margin-left: 30px;
}
#recruit .flow-list-ttl {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #recruit .flow-list-ttl {
    font-size: 1.5rem;
  }
}
#recruit .flow-list-ttl {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#recruit .flow-list-txt {
  margin: 15px auto 0;
  padding: 20px 30px;
  background: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #recruit .flow-list-txt {
    font-size: 1.5rem;
  }
}
#recruit .flow-list-txt {
  line-height: 1.875;
}
#recruit .job-table {
  margin: 25px auto 0;
}

/* news  PC
------------------------------------ */
#news .com-news {
  border-top: 1px solid #d5d1d1;
  border-bottom: 1px solid #d5d1d1;
}
#news .com-news-item {
  padding: 50px;
}
#news .com-news-item:nth-of-type(n+2) {
  margin: auto;
  border-top: 1px solid #d5d1d1;
}
#news .detail-box {
  border-top: 1px solid #d5d1d1;
  border-bottom: 1px solid #d5d1d1;
  padding: 50px 0;
}

/* contact  PC
------------------------------------ */
#contact .contact-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-txt {
    font-size: 1.5rem;
  }
}
#contact .contact-txt {
  line-height: 2.3;
}
#contact .contact-box {
  margin: 40px auto 0;
  padding: 35px;
  text-align: center;
  border-top: 1px solid #d5d1d1;
  border-bottom: 1px solid #d5d1d1;
}
#contact .contact-tel {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-tel {
    font-size: 1.5rem;
  }
}
#contact .contact-tel {
  letter-spacing: 0.05em;
  color: #261cc1;
  line-height: 1;
}
#contact .contact-tel .num {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-tel .num {
    font-size: 2rem;
  }
}
#contact .contact-dl {
  display: inline-block;
}
#contact .contact-dl-wrap {
  margin: 16px auto 0;
}
#contact .contact-dl-item {
  display: flex;
  align-items: center;
}
#contact .contact-dl-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
#contact .contact-dl dt, #contact .contact-dl dd {
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-dl dt, #contact .contact-dl dd {
    font-size: 1.5rem;
  }
}
#contact .contact-dl dt, #contact .contact-dl dd {
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#contact .contact-dl dt {
  width: 100px;
  border-right: 2px solid;
}
#contact .contact-dl dd {
  padding-left: 50px;
}
#contact .mail {
  background: #f7f7f7;
}/*# sourceMappingURL=all.css.map */