@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
}
@font-face {
  font-family: "Oswald-Bold";
  src: url("../fonts/Oswald-Bold.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
}
@font-face {
  font-family: "Oswald-Bold";
  src: url("../fonts/Oswald-Bold.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

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

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

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

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

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 30px;
}

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

.news-post {
  width: 100%;
  max-width: 800px;
}
.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: 26px 9px;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    background: rgba(227, 144, 154, 0.1);
  }
}
.news-post-flx {
  display: flex;
  align-items: flex-start;
}
.news-post-time {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  flex-shrink: 0;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #e3909a;
}
@media screen and (max-width: 767px) {
  .news-post-time {
    font-size: 1.6rem;
  }
}
.news-post-tag {
  display: flex;
  padding-left: 5px;
  border-left: 1px solid #e3909a;
  margin-left: 5px;
  flex-wrap: wrap;
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: ",";
}
.news-post-tag-txt {
  color: #e3909a;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .news-post-tag-txt {
    font-size: 1.6rem;
  }
}
.news-post-ttl {
  margin-top: 8px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .news-post-ttl {
    font-size: 1.6rem;
  }
}

.com-list {
  display: flex;
  width: 100%;
  padding: 30px 0;
  background: #f7f7f7;
  justify-content: center;
}
.com-list-item {
  text-align: center;
}
.com-list-item:not(:nth-of-type(3n-2)) {
  border-left: 1px solid #d9d9d9;
}
@media screen and (min-width: 768px) {
  .com-list-item:nth-of-type(1) {
    padding-right: 85px;
  }
  .com-list-item:nth-of-type(2) {
    width: 357px;
    padding-left: 62px;
  }
  .com-list-item:nth-of-type(3) {
    padding-left: 77px;
  }
}
.com-list-num {
  width: 55px;
  height: 55px;
  background: #e3909a;
  text-align: center;
  font-family: "Oswald-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 55px;
}
@media screen and (max-width: 767px) {
  .com-list-num {
    font-size: 2.5333333333rem;
  }
}
.com-list-ico {
  margin: 7px auto 0;
  height: 170px;
}
.com-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .com-list-ttl {
    font-size: 2rem;
  }
}

.com-box {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(44, 44, 44, 0.1);
}

.com-tel {
  text-align: center;
}
.com-tel-link {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .com-tel-link {
    font-size: 2.1333333333rem;
  }
}
.com-tel-link-num {
  font-size: 4.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .com-tel-link-num {
    font-size: 2.8rem;
  }
}
.com-tel-note {
  display: block;
  line-height: 1.5;
}

.com-dl-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.com-dl dt, .com-dl dd {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .com-dl dt, .com-dl dd {
    font-size: 1.7rem;
  }
}

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

  main layout  all

========================================= */
/*  top-about  PC
------------------------------------ */
#top-about .com-ttl01-ja {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  #top-about .com-ttl01-ja {
    font-size: 3.3333333333rem;
  }
}
#top-about .about-bg {
  background: url(../img/top/about-map.png) no-repeat calc(50% + 405px) 66px;
  position: relative;
}
#top-about .about-bg::before {
  content: "";
  display: block;
  width: 360px;
  height: 360px;
  background: rgba(227, 144, 154, 0.1);
  position: absolute;
  left: 0;
  top: 296px;
  z-index: -1;
}
#top-about .about-txt-box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt-box {
    max-width: 775px;
  }
}
#top-about .about-btn {
  margin-top: 44px;
}
#top-about .about-img {
  width: 57.3%;
  margin-left: auto;
  position: relative;
}
#top-about .about-img::before {
  content: "";
  display: block;
  width: 136%;
  height: 160px;
  background: rgba(227, 144, 154, 0.1);
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #top-about .about-img {
    height: 240px;
  }
  #top-about .about-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
#top-about .com-ttl01 {
  text-align: left;
}
#top-about .com-ttl01-en-lg {
  left: -390px;
  top: -176px;
}

/*  top-reason  PC
------------------------------------ */
#top-reason .com-ttl01-en {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  #top-reason .com-ttl01-en {
    font-size: 2.2666666667rem;
  }
}
#top-reason .com-ttl01-ja {
  font-size: 3.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #top-reason .com-ttl01-ja {
    font-size: 2.5333333333rem;
  }
}
#top-reason .reason-list {
  margin: 60px auto 0;
}
#top-reason .reason-txt {
  margin: 40px auto 0;
  text-align: center;
}
#top-reason .reason-btn {
  margin: 27px auto 0;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-btn {
    width: 260px;
  }
}

/*  top-work  PC
------------------------------------ */
#top-work {
  position: relative;
}
#top-work .com-ttl01 {
  text-align: left;
  position: relative;
}
#top-work .com-ttl01-en {
  font-size: 3.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #top-work .com-ttl01-en {
    font-size: 2.2666666667rem;
  }
}
#top-work .com-ttl01-ja {
  font-size: 5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #top-work .com-ttl01-ja {
    font-size: 3.3333333333rem;
  }
}
#top-work .com-ttl01::before {
  content: "";
  display: block;
  width: 270px;
  height: 2px;
  background: #e3909a;
  position: absolute;
  right: 0;
  bottom: 35px;
}
#top-work .work-img {
  position: absolute;
  left: calc(50% - 990px);
  top: 0;
}
#top-work .work-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-work .work-con {
    max-width: 664px;
    margin-left: auto;
  }
}
#top-work .work-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-work .work-box {
    max-width: 602px;
    margin-top: 51px;
    margin-left: auto;
  }
}
#top-work .work-box-ttl {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.83;
}
@media screen and (max-width: 767px) {
  #top-work .work-box-ttl {
    font-size: 2rem;
  }
}
#top-work .work-txt-box {
  margin-top: 25px;
}
#top-work .work-btn {
  width: 100%;
  margin-top: 48px;
  padding-right: 35px;
  text-align: right;
}

/*  top-movie  PC
------------------------------------ */
#top-movie .com-ttl01-ja {
  font-size: 3.8rem;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #top-movie .com-ttl01-ja {
    font-size: 2.5333333333rem;
  }
}
#top-movie .movie-box {
  width: 100%;
  max-width: 854px;
  height: 0;
  margin: 30px auto 0;
  padding-top: 420px;
  position: relative;
}

/*  top-contact  PC
------------------------------------ */
#top-contact {
  position: relative;
}
#top-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: rgba(227, 144, 154, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#top-contact .com-ttl01 {
  margin: auto;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
}
#top-contact .com-ttl01-en {
  font-size: 3.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #top-contact .com-ttl01-en {
    font-size: 2.2666666667rem;
  }
}
#top-contact .com-ttl01-ja {
  font-size: 3.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #top-contact .com-ttl01-ja {
    font-size: 2.5333333333rem;
  }
}
#top-contact .contact-box {
  padding: 115px 0 51px;
  position: relative;
}
#top-contact .contact-tel {
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  #top-contact .contact-txt-box {
    text-align: center;
  }
}
#top-contact .contact-btn-wrap {
  display: flex;
  margin: 36px auto 0;
  justify-content: center;
}
#top-contact .contact-btn-wrap a:nth-of-type(n+2) {
  margin-left: 40px;
}

/*  top-news  PC
------------------------------------ */
#top-news .com-ttl01 {
  text-align: left;
  position: static;
}
#top-news .com-ttl01-en {
  letter-spacing: 0;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  #top-news .com-ttl01-en {
    font-size: 2.2666666667rem;
  }
}
#top-news .com-ttl01-en-lg {
  left: -203px;
  top: -10px;
  letter-spacing: 0;
}
#top-news .com-ttl01-ja {
  font-size: 3.8rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  #top-news .com-ttl01-ja {
    font-size: 2.5333333333rem;
  }
}
#top-news .news-inner {
  position: relative;
}
#top-news .news-btn {
  width: 220px;
  margin-top: 58px;
}

/*  top-information  PC
------------------------------------ */
#top-information {
  border-top: 1px solid #d9d9d9;
  background: url(../img/top/information-bg.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #top-information {
    background-size: 100%;
  }
}
#top-information .information-box {
  margin: 52px auto 0;
  padding: 40px;
  background: #fff;
}

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

  sub layout  all

========================================= */
/*  about  PC
------------------------------------ */
#about .concept {
  background: rgba(227, 144, 154, 0.1);
  text-align: center;
}
#about .concept-list {
  display: inline-block;
  margin: 127px auto 0;
}
#about .concept-list li:nth-of-type(n+2) {
  margin-top: 13px;
}
#about .concept-list-item {
  padding-left: 30px;
  background: url(../img/about/concept-check.png) no-repeat left center;
  text-align: left;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #about .concept-list-item {
    font-size: 2rem;
  }
}
#about .concept-txt {
  margin: 26px auto 0;
}
#about .service {
  border-bottom: 2px solid #d9d9d9;
}
#about .service-list {
  margin: 145px auto 0;
}
#about .service-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
  padding-top: 60px;
  border-top: 2px solid #d9d9d9;
}
#about .service-list-con-txt {
  margin-top: 18px;
}
#about .map {
  padding-top: 178px;
  padding-bottom: 42px;
  background: url(../img/about/area-map.png) no-repeat right 111px;
}
#about .map-ttl {
  display: flex;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.18em;
  align-items: center;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #about .map-ttl {
    font-size: 2.5333333333rem;
  }
}
#about .map-ttl::after {
  content: "";
  display: block;
  width: 290px;
  height: 2px;
  margin-top: 5px;
  margin-left: 20px;
  background: #e3909a;
}
#about .map-txt-box {
  margin-top: 55px;
}
#about .case-txt {
  margin: 105px auto 0;
  text-align: center;
}
#about .case-list {
  margin: 52px auto 0;
}
#about .case-list-item:nth-of-type(n+2) {
  margin-top: 73px;
}
#about .case-list-txt {
  margin: 27px auto 0;
  text-align: center;
}
#about .case-dl {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #about .case-dl {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #about .case-dl-item {
    width: 503px;
  }
}
@media screen and (min-width: 768px) {
  #about .case-dl-sm .case-dl-item {
    width: 340px;
  }
}
#about .case-dl-sm dt {
  height: 71px;
  line-height: 1.5;
}
#about .case-dl-sm dt:not(.case-dl-col) {
  padding-top: 29px;
}
#about .case-dl dt {
  padding-bottom: 6px;
  border-bottom: 2px solid #d9d9d9;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #about .case-dl dt {
    font-size: 2rem;
  }
}
#about .case-dl-dt-sm {
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #about .case-dl-dt-sm {
    font-size: 1.6rem;
  }
}
#about .case-dl dd {
  margin: 15px auto 0;
}
#about .case-note {
  margin: 57px auto 0;
  text-align: center;
}
#about .case-btn {
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  #about .case-btn {
    width: 260px;
  }
}
#about .menu {
  background: rgba(227, 144, 154, 0.1);
}
#about .menu-txt {
  margin: 105px auto 0;
  text-align: center;
}
#about .menu-list {
  margin: 60px auto 0;
}
#about .menu-list-item {
  padding: 30px 50px 35px;
}
#about .menu-list-item:nth-of-type(n+2) {
  margin-top: 71px;
}
#about .menu-list-ttl {
  text-align: center;
}
#about .menu-list-dot {
  margin: 22px auto 0;
}
#about .menu-list-dot li {
  padding-left: 20px;
  line-height: 1.77;
  position: relative;
}
#about .menu-list-dot li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#about .menu-list-dot li:nth-of-type(n+2) {
  margin-top: 17px;
}
#about .menu-list-dl {
  margin: 22px auto 0;
}
#about .menu-list-dl div:nth-of-type(n+2) {
  margin-top: 17px;
}
#about .menu-list-dl dt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  #about .menu-list-dl dt {
    font-size: 1.7rem;
  }
}
#about .menu-list-dl dd {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  #about .menu-list-dl dd {
    font-size: 1.7rem;
  }
}
#about .menu-price {
  margin: 60px auto 0;
}
#about .menu-price-item {
  width: 100%;
  max-width: 520px;
  padding: 28px 40px 50px;
}
#about .menu-price-img {
  margin: 27px auto 0;
}

/*  reason  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #reason .p28 {
    padding-top: 28px;
  }
  #reason .p13 {
    padding-top: 13px;
  }
  #reason .p21 {
    padding-top: 21px;
  }
  #reason .p8 {
    padding-top: 8px;
  }
}
#reason .reason-list {
  margin: 140px auto 0;
}
#reason .reason-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#reason .reason-list-ico {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #reason .reason-list-ico {
    width: 200px;
  }
}
#reason .reason-list-con {
  width: 100%;
  max-width: 880px;
}
#reason .reason-list-ttl {
  display: flex;
  align-items: center;
}
#reason .reason-list-ttl-txt {
  margin-left: 18px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #reason .reason-list-ttl-txt {
    font-size: 2rem;
  }
}
#reason .reason-list-txt {
  margin-top: 20px;
}
#reason .reason .reason-list-item:nth-of-type(n+2) {
  margin: 63px auto 0;
  padding-top: 80px;
  border-top: 2px solid #d9d9d9;
}
#reason .reason .reason-list-item:last-of-type {
  padding-bottom: 70px;
  border-bottom: 1px solid #d9d9d9;
}
#reason .flow .reason-list-item {
  padding-top: 30px;
  padding-bottom: 20px;
}
#reason .flow .reason-list-item:nth-of-type(n+2) {
  margin-top: 81px;
  position: relative;
}
#reason .flow .reason-list-item:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 140px;
  height: 40px;
  margin: auto;
  background: url(../img/reason/arw.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -91px;
}
@media screen and (min-width: 768px) {
  #reason .flow .reason-list-item {
    min-height: 230px;
  }
}

/*  recruit  PC
------------------------------------ */
#recruit .work-txt {
  margin: 125px auto 0;
}
@media screen and (min-width: 768px) {
  #recruit .work-txt {
    text-align: center;
  }
}
#recruit .work-ttl {
  margin: 54px auto 0;
}
#recruit .work-list {
  margin: 66px auto 0;
}
#recruit .work-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#recruit .work-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
#recruit .work-list-con {
  width: 100%;
  max-width: 700px;
}
#recruit .work-list-ttl {
  padding-bottom: 7px;
  border-bottom: 2px solid #d9d9d9;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #recruit .work-list-ttl {
    font-size: 2rem;
  }
}
#recruit .work-check {
  margin-top: 16px;
}
#recruit .work-check li:nth-of-type(n+2) {
  margin-top: 19px;
}
#recruit .work-check-item {
  padding-left: 30px;
  background: url(../img/recruit/check.png) no-repeat left center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #recruit .work-check-item {
    font-size: 1.7rem;
  }
}
#recruit .feature-ttl {
  margin: 95px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #recruit .feature-ttl {
    font-size: 2.5333333333rem;
  }
}
#recruit .feature-list {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #recruit .feature-list {
    justify-content: center;
  }
  #recruit .feature-list li:nth-of-type(1) {
    padding-right: 50px;
  }
  #recruit .feature-list li:nth-of-type(2) {
    padding-left: 30px;
    padding-right: 30px;
  }
  #recruit .feature-list li:nth-of-type(3) {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  #recruit .mt27 {
    margin-top: 40px !important;
  }
}
#recruit .flow {
  background: rgba(227, 144, 154, 0.1);
}
#recruit .flow-txt {
  margin: 110px auto 0;
  text-align: center;
}
#recruit .flow-list {
  display: flex;
  margin: 45px auto 0;
  justify-content: space-between;
  align-items: flex-start;
}
#recruit .flow-list-item {
  width: 100%;
  max-width: 520px;
  padding: 20px 20px 25px;
}
#recruit .flow-list-ttl {
  padding: 10.5px;
  background: #f7f7f7;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #recruit .flow-list-ttl {
    font-size: 2rem;
  }
}
#recruit .flow-list-ttl-sm {
  display: block;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #recruit .flow-list-ttl-sm {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #recruit .flow-list-ttl-sm {
    position: relative;
    left: -5px;
    white-space: nowrap;
    line-height: 1.5;
  }
}
#recruit .flow-list-dl {
  margin: 20px auto 0;
}
#recruit .flow-list-dl div {
  display: flex;
  align-items: center;
}
#recruit .flow-list-dl div:nth-of-type(n+2) {
  margin-top: 45px;
  position: relative;
}
#recruit .flow-list-dl div:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 17px;
  height: 24px;
  background: url(../img/recruit/flow-arw.png) no-repeat center;
  position: absolute;
  top: -35px;
  left: 35px;
}
#recruit .flow-list-dl dt {
  width: 80px;
  height: 35px;
  background: #b5d365;
  text-align: center;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  #recruit .flow-list-dl dt {
    font-size: 2rem;
  }
}
#recruit .flow-list-dl dd {
  margin-left: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #recruit .flow-list-dl dd {
    font-size: 1.6rem;
  }
}
#recruit .qualification-inner {
  padding: 125px 0 30px;
}
@media screen and (min-width: 768px) {
  #recruit .qualification .com-ttl01-en-lg {
    font-size: 17.5rem;
    letter-spacing: 0;
  }
}
#recruit .qualification-list {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #recruit .qualification-list {
    justify-content: center;
  }
  #recruit .qualification-list li:nth-of-type(1) {
    padding-right: 24px;
  }
  #recruit .qualification-list li:nth-of-type(2) {
    padding-left: 13px;
    padding-right: 13px;
  }
  #recruit .qualification-list li:nth-of-type(3) {
    padding-left: 24px;
  }
}
#recruit .qualification .com-list-txt {
  margin: 10px auto 0;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #recruit .qualification .com-list-txt {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  #recruit .qualification .com-list-txt {
    font-size: 1.7rem;
  }
}
#recruit .qualification-note {
  margin: 42px auto 0;
  text-align: center;
}
#recruit .qualification-btn {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #recruit .qualification-btn {
    width: 260px;
  }
}

/*  qa  PC
------------------------------------ */
#qa .qa-list {
  margin: 140px auto 0;
}
#qa .qa-list-item:nth-of-type(n+2) {
  margin-top: 68px;
  padding-top: 80px;
  border-top: 2px solid #d9d9d9;
}
#qa .qa-list-ttl {
  display: flex;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-ttl {
    font-size: 2rem;
  }
}
#qa .qa-list-ttl:hover {
  opacity: 0.7;
}
#qa .qa-list-ttl::before {
  content: "Q";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  text-align: center;
  background: #b5d365;
  font-family: "Oswald-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-ttl::before {
    font-size: 2rem;
  }
}
#qa .qa-list-txt {
  display: flex;
  margin-top: 23px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-txt {
    font-size: 1.7rem;
  }
}
#qa .qa-list-txt::before {
  content: "A";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  text-align: center;
  background: rgba(227, 144, 154, 0.1);
  font-family: "Oswald-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  color: #e3909a;
  line-height: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-txt::before {
    font-size: 2rem;
  }
}
#qa .voice .com-ttl01-ja {
  font-size: 4.2rem;
  letter-spacing: 0.14em;
  line-height: 1.28;
}
@media screen and (max-width: 767px) {
  #qa .voice .com-ttl01-ja {
    font-size: 2.8rem;
  }
}
#qa .voice .com-ttl01-en-lg {
  bottom: -38px;
}
#qa .voice-list {
  margin: 57px auto 0;
}
#qa .voice-list-item {
  padding: 20px 30px 30px;
}
#qa .voice-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
#qa .voice-list-ttl {
  padding-bottom: 8px;
}
#qa .voice-list-txt {
  margin: 18px auto 0;
  white-space: pre-line;
}

/*  news  PC
------------------------------------ */
#news .tag-select-box {
  margin-top: 50px;
}
#news .com-news-ttl {
  background-color: rgba(227, 144, 154, 0.1);
  color: #333333;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
#news .to-works-btn {
  background-color: rgba(227, 144, 154, 0.1);
  color: #333333;
}
#news .arrow-btn::before {
  background-color: rgba(227, 144, 154, 0.1);
  color: #333333;
}

/*  contact  PC
------------------------------------ */
#contact .contact-form-table {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(44, 44, 44, 0.1);
}
@media screen and (min-width: 768px) {
  #contact .contact-form-table tr:nth-of-type(1) th, #contact .contact-form-table tr:nth-of-type(1) td {
    padding-top: 30px;
  }
  #contact .contact-form-table tr:last-of-type th, #contact .contact-form-table tr:last-of-type td {
    padding-bottom: 30px;
  }
}

/*  privacy  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #privacy .com-ttl01-en-lg {
    font-size: 15rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  #privacy .box01 .privacy-box:nth-of-type(1) {
    margin-top: 120px;
  }
}

/*  site  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #site .site-box {
    margin-top: 80px;
  }
}/*# sourceMappingURL=all.css.map */