@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: 40px;
  }
}
.com-txt .ac {
  color: #ef7581;
}

.marker {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  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: 160px 0 120px;
  }
}

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

/*  共通パーツ
------------------------------------ */
.com-youtube {
  width: 100%;
  max-width: 852px;
  height: 0;
  margin: 67px auto 0;
  border: 5px solid #fff;
  border-radius: 10px;
  padding-top: 47.925%;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.com-recruit {
  display: flex;
  margin: 87px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .com-recruit > li:nth-of-type(2n) {
    margin-left: 50px;
  }
  .com-recruit > li:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
.com-recruit-item {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .com-recruit-item {
    max-width: 515px;
  }
}
.com-recruit-ttl {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #f5f4e9;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-recruit-ttl {
    font-size: 1.5rem;
  }
}
.com-recruit-ttl {
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
}
.com-recruit-ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
.com-recruit-ttl01::before {
  width: 182px;
  height: 150px;
  background: url(../img/top/recruit-illu01.png) no-repeat center/contain;
  right: -7px;
  bottom: -8px;
}
.com-recruit-ttl02::before {
  width: 99px;
  height: 129px;
  background: url(../img/top/recruit-illu02.png) no-repeat center/contain;
  right: 22px;
}
.com-recruit-ttl03::before {
  width: 116px;
  height: 123px;
  background: url(../img/top/recruit-illu03.png) no-repeat center/contain;
  left: 7px;
}
.com-recruit-ttl04::before {
  width: 127px;
  height: 126px;
  background: url(../img/top/recruit-illu04.png) no-repeat center/contain;
  left: -11px;
}
.com-recruit-ttl05::before {
  width: 105px;
  height: 143px;
  background: url(../img/top/recruit-ico05.png) no-repeat center/contain;
  left: 25px;
  bottom: -10px;
}
.com-recruit-mail {
  display: flex;
  width: 100%;
  max-width: 500px;
  height: 120px;
  margin: auto;
  background: url(../img/ptn/ptn02.png);
  border-radius: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .com-recruit-mail {
    font-size: 1.5rem;
  }
}
.com-recruit-mail {
  letter-spacing: 0.08em;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
}
.com-recruit-mail::before {
  content: "";
  display: block;
  width: 39px;
  height: 27px;
  margin-right: 10px;
  background: url(../img/top/recruit-mail.png) no-repeat left center/contain;
}
.com-recruit-mail::after {
  content: "";
  display: block;
  width: 76px;
  height: 74px;
  background: url(../img/top/recruit-btn-ico.png) no-repeat right top/contain;
  position: absolute;
  right: -51px;
  bottom: -4px;
}

.com-check li {
  padding-left: 45px;
  background: url(../img/top/check.png) no-repeat left top;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-check li {
    font-size: 1.5rem;
  }
}
.com-check li {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.com-check li .sm {
  font-size: 1.6rem;
}

.com-radius {
  border-radius: 10px;
}

.com-box {
  border-radius: 30px;
  background: #fff;
  position: relative;
}
.com-box::before, .com-box::after {
  content: "";
  display: block;
  position: absolute;
}
.com-box::before {
  width: 238px;
  height: 260px;
  background: url(../img/top/com-box-lt.png) no-repeat left top/contain;
  top: -55px;
  left: -30px;
}
.com-box::after {
  width: 301px;
  height: 299px;
  background: url(../img/top/com-box-rb.png) no-repeat right bottom/contain;
  right: -45px;
  bottom: -35px;
}

.com-bg {
  background: url(../img/top/about-wave-bottom.png) no-repeat center bottom, url(../img/top/about-bg.png) no-repeat center bottom/cover #f0f7e1;
}
@media screen and (min-width: 1921px) {
  .com-bg {
    background-size: 100%, cover;
  }
}
.com-bg02 {
  background: #f5f4e9;
}
.com-bg03 {
  background: url(../img/top/support-wave-top.png) no-repeat center top, url(../img/top/support-wave-bottom.png) no-repeat center bottom #f0f7e1;
}
@media screen and (min-width: 1921px) {
  .com-bg03 {
    background-size: 100%;
  }
}
.com-bg04 {
  background: url(../img/about/about-wave.png) no-repeat center bottom, url(../img/about/about-bg.png) no-repeat center bottom/cover;
}
@media screen and (min-width: 1921px) {
  .com-bg04 {
    background-size: 100%, cover;
  }
}
@media screen and (max-width: 767px) {
  .com-bg04 {
    background-size: 100%, cover;
  }
}
.com-bg05 {
  background: #f0f7e1;
}

.com-wave {
  background-image: url(../img/top/wave-bottom.png);
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 1921px) {
  .com-wave {
    background-size: 100%;
  }
}
.com-wave02 {
  background: url(../img/top/support-wave-bottom.png) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  .com-wave02 {
    background-size: 100%;
  }
}

.com-tel {
  line-height: 1;
}
.com-tel-bg {
  padding: 9px 27px 6px;
  background: #fff;
  border-radius: 9999px;
  text-align: center;
}
.com-tel-link {
  padding-left: 34px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-link {
  letter-spacing: 0.06em;
}
.com-tel-note {
  display: block;
  margin: 5px auto 0;
}

.com-address {
  padding-left: 23px;
  background: url(../img/top/info-address.png) no-repeat left 2px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.com-worktime .item {
  display: flex;
  align-items: center;
}
.com-worktime dt {
  width: 90px;
  height: 24px;
  background: url(../img/ptn/ptn02.png);
  text-align: center;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #fff;
}
.com-worktime dd {
  margin-left: 7px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .com-worktime.flx .item:nth-of-type(n+2) {
    margin-left: 13px;
  }
}

.news-post {
  width: 100%;
}
.news-post-item {
  border-bottom: 2px dashed #d9d9d9;
}
.news-post-link {
  display: block;
  padding: 24px 0 14px;
}
.news-post-time {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #71ba2f;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 13px;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.news-post-tag-txt {
  padding: 2px 5px;
  text-align: center;
  border-radius: 5px;
  background: #93d25b;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.2;
}
.news-post-ttl {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  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.06em;
  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: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  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
------------------------------------ */
@media screen and (min-width: 768px) {
  .com-center {
    text-align: center;
  }
}

#top-about .about-inner {
  position: relative;
}
#top-about .about-txt-box {
  margin: -50px auto 0;
}
#top-about .about-img {
  position: absolute;
}
#top-about .about-img01 {
  top: 280px;
  left: -137px;
}
#top-about .about-img02 {
  top: 233px;
  right: -37px;
}
#top-about .about-img03 {
  top: 539px;
  right: -156px;
}
#top-about .about-btn {
  margin: 45px auto 0;
}

/* top-news  PC
------------------------------------ */
#top-news .news-box {
  padding: 80px 0 100px;
  background-image: url(../img/top/news-ttl-ico.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 185px) 104px;
}
#top-news .news-post {
  max-width: 874px;
  margin: 50px auto 0;
}
#top-news .news-btn {
  margin: 50px auto 0;
}

/* top-voice  PC
------------------------------------ */
#top-voice .voice-list {
  margin: 30px auto 0;
  background: url(../img/top/about-voice-illu.png) no-repeat center -120px;
}
#top-voice .voice-list-item {
  width: 350px;
  height: 181px;
  padding-top: 45px;
  text-align: center;
}
#top-voice .voice-list-item:nth-of-type(2n-1) {
  background: url(../img/top/about-fuki-l.png) no-repeat center top;
}
#top-voice .voice-list-item:nth-of-type(2n) {
  margin-left: 300px;
  background: url(../img/top/about-fuki-r.png) no-repeat center top;
}
#top-voice .voice-list-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-list-txt {
    font-size: 1.5rem;
  }
}
#top-voice .voice-list-txt {
  letter-spacing: 0.06em;
  line-height: 1.68;
}
#top-voice .voice-list-txt .ac {
  background: linear-gradient(transparent 70%, rgba(147, 210, 91, 0.32) 70%);
}

/* top-feature  PC
------------------------------------ */
#top-feature .feature-list {
  margin: 18px auto 0;
}
#top-feature .feature-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-feature .feature-list-item:nth-of-type(n+2) {
  margin: 53px auto 0;
}
#top-feature .feature-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#top-feature .feature-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-feature .feature-list-con {
    max-width: 540px;
  }
}
#top-feature .feature-list-txt {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  #top-feature .feature-list-img02 {
    transform: translateX(-20px);
  }
  #top-feature .feature-list-img03, #top-feature .feature-list-img05 {
    transform: translateX(70px);
  }
}
#top-feature .feature-list-btn {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #top-feature .feature-list-btn {
    margin-left: 0;
  }
}

/* top-support  PC
------------------------------------ */
#top-support .support-list {
  margin: 50px auto 0;
}
#top-support .support-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-support .support-list-item {
    max-width: 515px;
  }
}
#top-support .support-list-img {
  text-align: center;
}
#top-support .support-list-check {
  margin: 36px auto 0;
}
#top-support .support-list-check li:nth-of-type(n+2) {
  margin-top: 20px;
}
#top-support .support-list-ttl {
  margin: -10px auto 0;
  padding: 12px;
  background: url(../img/ptn/ptn02.png);
  text-align: center;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #top-support .support-list-ttl {
    font-size: 1.5rem;
  }
}
#top-support .support-list-ttl {
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
#top-support .support-list-ttl::before {
  content: "";
  width: 40px;
  height: 16px;
  margin: auto;
  background: url(../img/top/support-delta.png) no-repeat center top/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
}
#top-support .support-btn {
  margin: 53px auto 0;
}
#top-support .reserve {
  margin: 98px auto 0;
}
#top-support .reserve-box {
  padding: 90px 0 100px;
}
#top-support .reserve-list {
  display: flex;
  margin: 51px auto 0;
  justify-content: center;
  align-items: flex-start;
}
#top-support .reserve-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-support .reserve-list-item {
    max-width: 415px;
  }
  #top-support .reserve-list-item:nth-of-type(n+2) {
    margin-left: 46px;
  }
}
#top-support .reserve-list-ttl {
  max-width: 320px;
  margin: auto;
  border-radius: 10px;
  background: url(../img/ptn/ptn02.png);
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-support .reserve-list-ttl {
    font-size: 1.5rem;
  }
}
#top-support .reserve-list-ttl {
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-support .reserve-list-box {
    height: 170px;
  }
}
#top-support .reserve-list-box {
  margin: -20px auto 0;
  padding: 35px 0 27px;
  border-radius: 10px;
  background-color: #f0f7e1;
  text-align: center;
}
#top-support .reserve-list-dl {
  margin: 15px auto 0;
}
@media screen and (min-width: 768px) {
  #top-support .reserve-list-dl {
    padding: 0 11px;
  }
}
#top-support .reserve-list-dl .item:nth-of-type(n+2) {
  margin-top: 12px;
}
#top-support .reserve-list-dl dd {
  text-align: left;
}
#top-support .reserve-list-btn {
  margin: 14px auto 0;
}

/* top-recruit  PC
------------------------------------ */
#top-recruit .recruit-bg {
  background: url(../img/top/recruit-wave.png) no-repeat center bottom, url(../img/top/recruit-bg.jpg) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #top-recruit .recruit-bg {
    background-size: 100%;
  }
}
#top-recruit .recruit-ttl {
  padding-top: 20px;
  background: url(../img/top/recruit-ttl-deco.png) no-repeat center top, url(../img/top/news-dot.png) no-repeat center bottom;
}
#top-recruit .recruit-btn {
  margin: 71px auto 0;
}
#top-recruit .recruit-kokoro {
  margin: 96px auto 0;
}
#top-recruit .recruit-mail {
  margin: 100px auto 0;
}
#top-recruit .recruit-images {
  margin: 63px auto 0;
}

/* top-company  PC
------------------------------------ */
#top-company .company-table {
  margin: 61px auto 0;
}
#top-company .company-map {
  margin: 60px auto 0;
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .greeting-inner {
  position: relative;
}
#about .greeting-img img {
  position: absolute;
}
#about .greeting-img-l {
  left: -380px;
  bottom: 350px;
}
#about .greeting-img-r {
  top: 221px;
  right: -390px;
}
#about .greeting-txt-box {
  max-width: 810px;
  margin: 35px auto 0;
}
#about .greeting-name {
  margin-top: 25px;
  text-align: right;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #about .greeting-name {
    font-size: 1.5rem;
  }
}
#about .greeting-name .name {
  display: block;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  #about .greeting-name .name {
    font-size: 2.3rem;
  }
}
#about .greeting-name .name {
  letter-spacing: 0.1em;
}
#about .staff {
  background: url(../img/about/voice-wave.png) no-repeat center bottom/100%;
}
#about .staff-scroll {
  max-height: 710px;
  margin: 48px auto 0;
  overflow-x: auto;
}
#about .staff-scroll::-webkit-scrollbar {
  width: 20px;
  height: 20px; /* 横スクロールバー用 */
}
#about .staff-scroll {
  /* バーの背景 */
}
#about .staff-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #dcf1ca;
}
#about .staff-scroll {
  /* スクロールする部分 */
}
#about .staff-scroll::-webkit-scrollbar-thumb {
  background: #b4da94;
  border-radius: 10px;
  border: 3px solid #dcf1ca; /* 少し余白を付けて見やすく */
}
#about .staff-list-item {
  width: 100%;
  max-width: 320px;
  padding-bottom: 25px;
  border-bottom: 3px solid #dcf1ca;
}
@media screen and (min-width: 768px) {
  #about .staff-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 39px;
  }
  #about .staff-list-item:nth-of-type(n+4) {
    margin-top: 39px;
  }
}
#about .staff-list-link {
  display: block;
}
#about .staff-list-img {
  width: 100%;
  height: 0;
  padding-top: 71.8%;
  border: 1px solid #d9d9d9;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#about .staff-list-ttl {
  margin: 24px auto 0;
  line-height: 1.2;
}
#about .staff-list-ttl .name {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.06em;
}
#about .staff-list-ttl .age {
  color: #71ba2f;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
#about .staff-list-txt {
  margin: 8px auto 0;
  line-height: 1.75;
  font-size: 1.6rem;
}
#about .voice {
  background: url(../img/about/voice-wave.png) no-repeat center top/100%, url(../img/about/bottom.png) no-repeat center bottom/100% #f5f4e9;
}
#about .voice-list {
  margin: 50px auto 0;
}
#about .voice-list-item:nth-of-type(n+2) {
  margin: 78px auto 0;
}
#about .voice-list-ttl {
  padding: 10px 92px;
  background-size: auto 71px;
}
#about .voice-detail {
  display: flex;
  margin: 38px auto 0;
  justify-content: space-between;
}
#about .voice-detail-item {
  width: 100%;
  max-width: 320px;
}
#about .voice-detail-txt {
  display: flex;
  height: 260px;
  padding: 15px 5px 15px 15px;
  border-radius: 20px;
  background: url(../img/ptn/ptn02.png);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #about .voice-detail-txt {
    font-size: 1.5rem;
  }
}
#about .voice-detail-txt {
  letter-spacing: 0.06em;
  color: #fff;
  position: relative;
  justify-content: center;
  align-items: center;
}
#about .voice-detail-txt::before {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  margin: auto;
  background: url(../img/about/voice-delta.png) no-repeat center bottom/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
}
#about .voice-detail-ico {
  margin: 48px auto 0;
  text-align: center;
}
#about .gallery-list {
  margin: 60px auto 0;
}
#about .gallery-list-item {
  width: 100%;
  background: #f0f7e1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #about .gallery-list-item {
    max-width: 340px;
  }
  #about .gallery-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #about .gallery-list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#about .gallery-list-img {
  width: 100%;
  height: 0;
  padding-top: 70.5%;
  position: relative;
}
#about .gallery-list-box {
  padding: 23px 20px;
}
#about .gallery-list-box-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) {
  #about .gallery-list-box-ttl {
    font-size: 1.5rem;
  }
}
#about .gallery-list-box-ttl {
  letter-spacing: 0.06em;
  color: #71ba2f;
  line-height: 1.5;
}
#about .gallery-list-box-txt {
  margin: 11px auto 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #about .detail .staff-inner {
    padding-top: 100px;
  }
}
#about .detail .staff-list-img {
  width: 320px;
  margin: auto;
  padding-top: 230px;
}
#about .detail .staff-list-con {
  margin: 20px auto 0;
}
#about .detail .staff-list-ttl .age {
  margin-left: 20px;
}

/* kokoro_color  PC
------------------------------------ */
#kokoro_color .kokoro {
  background: #f0f7e1;
}
#kokoro_color .kokoro-list {
  margin: 24px auto 0;
}
#kokoro_color .kokoro-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#kokoro_color .kokoro-list-item:nth-of-type(n+2) {
  position: relative;
}
#kokoro_color .kokoro-list-item:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 105px;
  height: 59px;
  margin: auto;
  background: url(../img/kokoro_color/flow-arw01.png) no-repeat center/contain;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
}
#kokoro_color .kokoro-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#kokoro_color .kokoro-list-item:nth-of-type(2n+3)::before {
  background-image: url(../img/kokoro_color/flow-arw02.png);
  top: -11px;
}
@media screen and (min-width: 768px) {
  #kokoro_color .kokoro-list-item:nth-of-type(5) {
    margin-top: 58px;
  }
  #kokoro_color .kokoro-list-item:nth-of-type(5)::before {
    top: -40px;
  }
}
@media screen and (min-width: 768px) {
  #kokoro_color .kokoro-list-item:nth-of-type(n+6) {
    margin-top: 80px;
  }
  #kokoro_color .kokoro-list-item:nth-of-type(n+6)::before {
    top: -60px;
  }
}
#kokoro_color .kokoro-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #kokoro_color .kokoro-list-con {
    max-width: 545px;
  }
}
#kokoro_color .kokoro-list-txt {
  margin-top: 27px;
}
#kokoro_color .kokoro-list-txt-lg {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #kokoro_color .kokoro-list-txt-lg {
    font-size: 1.5rem;
  }
}
#kokoro_color .kokoro-list-txt-lg {
  letter-spacing: 0.06em;
  line-height: 1.7;
}
#kokoro_color .kokoro-list-txt-lg .ac {
  color: #71ba2f;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#kokoro_color .kokoro-list-txt .ac {
  color: #71ba2f;
}
@media screen and (min-width: 768px) {
  #kokoro_color .kokoro-list-img04 {
    transform: translateX(-70px);
  }
}
@media screen and (min-width: 768px) {
  #kokoro_color .kokoro-list-img06 {
    transform: translateX(-85px);
  }
}
#kokoro_color .kokoro-list-btn {
  margin-top: 30px;
}
#kokoro_color .kokoro-dl {
  margin-top: 38px;
}
#kokoro_color .kokoro-dl .item:nth-of-type(n+2) {
  margin-top: 15px;
}
#kokoro_color .kokoro-dl dt {
  width: 180px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  background: #71ba2f;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #kokoro_color .kokoro-dl dt {
    font-size: 1.5rem;
  }
}
#kokoro_color .kokoro-dl dt {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 30px;
}
#kokoro_color .kokoro-dl dd {
  margin-top: 3px;
}
#kokoro_color .kokoro .com-ttl03 .en {
  padding-top: 22px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #kokoro_color .kokoro .com-ttl03 .en {
    font-size: 1.5rem;
  }
}
#kokoro_color .season {
  background: url(../img/kokoro_color/wave01.png) no-repeat center top/100%;
}
#kokoro_color .season-txt {
  margin: 35px auto 0;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #kokoro_color .season-txt {
    font-size: 1.5rem;
  }
}
#kokoro_color .season-list {
  margin: 35px auto 0;
}
#kokoro_color .season-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #kokoro_color .season-list-item {
    max-width: 515px;
  }
  #kokoro_color .season-list-item:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
#kokoro_color .season-list-ttl {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #kokoro_color .season-list-ttl {
    font-size: 2.1rem;
  }
}
#kokoro_color .season-list-ttl {
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 92px;
  position: relative;
  z-index: 1;
}
#kokoro_color .season-list-ttl01 {
  background: #ef7581;
}
#kokoro_color .season-list-ttl02 {
  background: #71ba2f;
}
#kokoro_color .season-list-ttl03 {
  background: #ffbf00;
}
#kokoro_color .season-list-ttl04 {
  background: #2f9eba;
}
#kokoro_color .season-list-img {
  margin: -50px auto 0;
}
#kokoro_color .season-list-dl {
  margin: 22px auto 0;
}
#kokoro_color .season-list-dl .item:nth-of-type(n+2) {
  margin-top: 18px;
}
#kokoro_color .season-list-dl dt {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #kokoro_color .season-list-dl dt {
    font-size: 1.5rem;
  }
}
#kokoro_color .season-list-dl dt {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 30px;
}
#kokoro_color .season-list-dl dd {
  margin-top: 10px;
  line-height: 1.7;
}
#kokoro_color .season-list-dl .dt01 {
  background: #ef7581;
}
#kokoro_color .season-list-dl .dt02 {
  background: #71ba2f;
}
#kokoro_color .season-list-dl .dt03 {
  background: #ffbf00;
}
#kokoro_color .season-list-dl .dt04 {
  background: #2f9eba;
}
#kokoro_color .lunch {
  background: url(../img/kokoro_color/lunch-top.png) no-repeat center top/100% #f5f4e9;
}
#kokoro_color .lunch-flx {
  margin: 51px auto 0;
}
#kokoro_color .lunch-txt {
  max-width: 520px;
  margin-top: 15px;
  margin-left: 45px;
  position: relative;
}
#kokoro_color .lunch-txt::before {
  content: "";
  display: block;
  width: 221px;
  height: 181px;
  background: url(../img/kokoro_color/lunch-ico.png) no-repeat right bottom/contain;
  position: absolute;
  right: -67px;
  bottom: -166px;
}
#kokoro_color .about {
  background: url(../img/kokoro_color/lunch-bottom.png) no-repeat center top/100%;
}
#kokoro_color .about-txt {
  margin: 66px auto 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #kokoro_color .about-txt {
    font-size: 1.5rem;
  }
}
#kokoro_color .about-txt {
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  #kokoro_color .about-txt {
    text-align: center;
  }
}
#kokoro_color .add01 {
  margin: 70px auto 0;
}
#kokoro_color .add01-list {
  margin: 40px auto 0;
}
#kokoro_color .add01-list-item {
  width: 100%;
  max-width: 525px;
  background: #f5f4e9;
}
#kokoro_color .add01-list-item:nth-of-type(n+3) {
  margin-top: 30px;
}
#kokoro_color .add01-list-ttl {
  padding: 18px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #kokoro_color .add01-list-ttl {
    font-size: 1.5rem;
  }
}
#kokoro_color .add01-list-ttl {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#kokoro_color .add01-list-ttl .sm {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #kokoro_color .add01-list-ttl .sm {
    font-size: 1.5rem;
  }
}
#kokoro_color .add02 {
  margin: 90px auto 0;
}
#kokoro_color .add02-txt {
  margin: 26px auto 0;
}
@media screen and (min-width: 768px) {
  #kokoro_color .add02-txt {
    text-align: center;
  }
}
#kokoro_color .add02-box {
  max-width: 600px;
  margin: 100px auto 0;
  padding: 50px 0 50px 210px;
  background: #f0f7e1;
  border-radius: 10px;
  position: relative;
}
#kokoro_color .add02-box::before {
  content: "";
  display: block;
  width: 248px;
  height: 166px;
  background: url(../img/kokoro_color/kokoro-illu.png);
  position: absolute;
  right: -112px;
  bottom: 22px;
}
@media screen and (min-width: 768px) {
  #kokoro_color .add02-box-img {
    position: absolute;
    left: -107px;
    bottom: -24px;
  }
}
#kokoro_color .add02-box-check {
  text-align: left;
}
#kokoro_color .add02-box-check li:nth-of-type(n+2) {
  margin-top: 20px;
}

/* guide  PC
------------------------------------ */
.sub-wave01 {
  background: url(../img/guide/wave01.png) no-repeat center top/100%;
}
.sub-wave02 {
  background: url(../img/guide/wave02.png) no-repeat center top/100% #f5f4e9;
}
.sub-wave03 {
  background: url(../img/guide/wave03.png) no-repeat center top/100%;
}
.sub-wave04 {
  background: url(../img/guide/wave04.png) no-repeat center top/100% #f0f7e1;
}

#guide .anchor {
  background: #f0f7e1;
}
#guide .anchor02 {
  margin: 75px auto 0;
}
#guide .anchor02-tag {
  margin: 30px auto 0;
}
#guide .anchor02-tag a {
  background: url(../img/guide/arw01.png) no-repeat calc(100% - 20px) center, url(../img/ptn/ptn02.png);
}
#guide .flow-list {
  margin: 50px auto 0;
}
#guide .flow-list-item {
  display: flex;
  padding: 40px 60px;
  background: #f0f7e1;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
}
#guide .flow-list-item:nth-of-type(n+2) {
  margin: 56px auto 0;
  position: relative;
}
#guide .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 19px;
  height: 35px;
  margin: auto;
  background: url(../img/guide/arw.png) no-repeat center/contain;
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
}
#guide .flow-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guide .flow-list-con {
    max-width: 500px;
  }
}
#guide .flow-list-txt {
  margin-top: 15px;
}
#guide .flow-list-btn {
  margin-top: 20px;
}
#guide .guide-list {
  margin: 60px auto 0;
}
#guide .guide-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guide .guide-list-item {
    max-width: 515px;
  }
}
#guide .guide-list-ttl {
  height: 60px;
  border-radius: 10px;
  background: url(../img/ptn/ptn02.png);
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #guide .guide-list-ttl {
    font-size: 1.5rem;
  }
}
#guide .guide-list-ttl {
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 60px;
  position: relative;
}
#guide .guide-list-ttl::before {
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  margin: auto;
  background: url(../img/guide/delta.png) no-repeat center top/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
}
#guide .guide-list-dl {
  margin: 30px auto 0;
}
#guide .guide-list-dl .item {
  display: flex;
  align-items: flex-start;
}
#guide .guide-list-dl .item:nth-of-type(n+2) {
  margin-top: 14px;
}
#guide .guide-list-dl dt {
  width: 30px;
  height: 30px;
  text-align: center;
  background: #93d25b;
  border-radius: 5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #guide .guide-list-dl dt {
    font-size: 1.5rem;
  }
}
#guide .guide-list-dl dt {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 28px;
}
#guide .guide-list-dl dd {
  margin-top: -5px;
  margin-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #guide .guide-list-dl dd {
    font-size: 1.5rem;
  }
}
#guide .guide-list-dl dd {
  letter-spacing: 0.06em;
}
#guide .guide-list-dl dd .sm {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #guide .guide-list-dl dd .sm {
    font-size: 1.5rem;
  }
}
#guide .guide-list-txt {
  margin-top: 20px;
}
#guide .faq-list {
  margin: 50px auto 0;
}
#guide .faq-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#guide .faq-list-ttl {
  display: flex;
  padding: 15px 28px;
  border-radius: 10px;
  background: url(../img/ptn/ptn02.png);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#guide .faq-list-ttl {
  letter-spacing: 0.06em;
  color: #fff;
  align-items: flex-start;
}
#guide .faq-list-ttl::before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 17px;
  text-align: center;
  background: #fff;
  color: #93d25b;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-ttl::before {
    font-size: 1.5rem;
  }
}
#guide .faq-list-ttl::before {
  letter-spacing: 0;
  line-height: 35px;
  flex-shrink: 0;
}
#guide .faq-list-txt {
  display: flex;
  margin: 20px auto 0;
  padding: 0 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-txt {
    font-size: 1.5rem;
  }
}
#guide .faq-list-txt {
  letter-spacing: 0.06em;
  line-height: 1.7;
  white-space: pre-line;
  align-items: flex-start;
}
#guide .faq-list-txt::before {
  content: "A";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 17px;
  text-align: center;
  background: #ffbf00;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-txt::before {
    font-size: 1.5rem;
  }
}
#guide .faq-list-txt::before {
  letter-spacing: 0;
  line-height: 35px;
  flex-shrink: 0;
}
#guide .service01, #guide .service02, #guide .service03, #guide .service04, #guide .service05 {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #guide .service01, #guide .service02, #guide .service03, #guide .service04, #guide .service05 {
    margin-top: 25px;
  }
}
#guide .service-txt {
  margin: 20px auto 0;
  text-align: center;
  line-height: 1.7;
}
#guide .service-siki {
  display: flex;
  margin: 40px auto 0;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #guide .service-siki .service-ttl {
    width: 100%;
    max-width: 320px;
  }
}
#guide .service-siki .service-ttl01 {
  position: relative;
}
#guide .service-siki .service-ttl01-note {
  text-align: center;
  line-height: 1;
  color: #59452c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #guide .service-siki .service-ttl01-note {
    font-size: 1.5rem;
  }
}
#guide .service-siki .service-ttl01-note {
  letter-spacing: 0.06em;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  bottom: -30px;
}
#guide .service-siki-plus {
  margin: 0 17px;
}
#guide .service-ttl {
  padding: 13px 0;
  text-align: center;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #guide .service-ttl {
    font-size: 1.5rem;
  }
}
#guide .service-ttl {
  letter-spacing: 0.1em;
  color: #fff;
}
#guide .service-ttl .en {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
#guide .service-ttl .sm {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #guide .service-ttl .sm {
    font-size: 1.5rem;
  }
}
#guide .service-ttl01 {
  background: #93d25b;
}
#guide .service-ttl02 {
  background: #009944;
}
#guide .service-ttl03 {
  background: #ffbf00;
}
#guide .service-list {
  margin: 60px auto 0;
}
#guide .service-list > li:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#guide .service-list-item {
  border-radius: 10px;
  overflow: hidden;
}
#guide .service-list-ttl {
  padding: 14px 55px;
  text-align: left;
}
#guide .service-list-ttl .en {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #guide .service-list-ttl .en {
    font-size: 2rem;
  }
}
#guide .service-list-contents {
  padding: 23px 60px;
  background: #fff;
}
#guide .service-list-table {
  width: 100%;
}
#guide .service-list-table02 {
  margin: 25px auto 0;
}
#guide .service-list-table02 .none {
  background: none;
}
#guide .service-list-table02 .lt {
  border-radius: 10px 0 0 0;
}
#guide .service-list-table02 .level {
  background: #009944;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#guide .service-list-table02 .item {
  text-align: left;
}
#guide .service-list-table02 tbody td {
  background: #fff;
}
#guide .service-list-table02 .border {
  border-top: 1px solid #59452c !important;
}
#guide .service-list-table thead th:first-of-type {
  border-radius: 10px 0 0 0;
}
#guide .service-list-table thead th:nth-of-type(n+2) {
  border-left: 1px dashed #fff;
}
#guide .service-list-table thead th:last-of-type {
  border-radius: 0 10px 0 0;
}
#guide .service-list-table tbody tr:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
#guide .service-list-table tbody tr td:nth-of-type(n+2) {
  border-left: 1px dashed #d9d9d9;
}
#guide .service-list-table tbody th {
  color: #59452c;
  text-align: left;
  background: #d4edbd;
}
#guide .service-list-table th, #guide .service-list-table td {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
#guide .service-list-table th {
  background: #93d25b;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #guide .service-list-table th {
    font-size: 1.5rem;
  }
}
#guide .service-list-table th {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  #guide .service-list-table th {
    white-space: nowrap;
  }
}
#guide .service-list-table td {
  background: #f5f4e9;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #guide .service-list-table td {
    font-size: 1.5rem;
  }
}
#guide .service-list-table td {
  letter-spacing: 0.06em;
}
#guide .service-list-table03 tr td:nth-of-type(1) {
  padding-left: 0;
  padding-right: 0;
}
#guide .service-list-table03 .item {
  text-align: left;
}
#guide .service-list-note {
  margin: 15px auto 0;
}

/* recruit  PC
------------------------------------ */
#recruit .about {
  background: url(../img/recruit/wave.png) no-repeat center bottom, url(../img/recruit/about-bg.png) no-repeat center bottom/cover;
}
@media screen and (min-width: 1921px) {
  #recruit .about {
    background-size: 100%, cover;
  }
}
@media screen and (min-width: 768px) {
  #recruit .about-inner {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #recruit .about-img img {
    position: absolute;
  }
  #recruit .about-img-l {
    bottom: -12px;
    left: -390px;
  }
  #recruit .about-img-r {
    top: -11px;
    right: -390px;
  }
}
#recruit .about-txt {
  line-height: 2.1;
}
#recruit .about-txt-box {
  margin: 30px auto 0;
}
#recruit .about-btn {
  margin: 37px auto 0;
}
#recruit .career-list {
  margin: 50px auto 0;
}
#recruit .career-list-item {
  display: grid;
  width: 100%;
  max-width: 300px;
  height: 300px;
  place-content: center;
  border-radius: 50%;
  background: url(../img/recruit/cir.png) no-repeat center/cover;
  position: relative;
}
#recruit .career-list-item::before {
  content: "";
  display: block;
  width: 76px;
  height: 74px;
  background: url(../img/recruit/career-ico.png) no-repeat right bottom/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #recruit .career-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 65px;
  }
  #recruit .career-list-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
#recruit .career-list-txt {
  text-align: center;
  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 .career-list-txt {
    font-size: 1.5rem;
  }
}
#recruit .career-list-txt {
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#recruit .service-box {
  margin: 55px auto 0;
  padding: 70px 90px;
}
#recruit .service-box::after {
  width: 238px;
  height: 200px;
  background: url(../img/recruit/job-rt.png) no-repeat right top/contain;
  position: absolute;
  right: -32px;
  top: -55px;
  bottom: auto;
}
#recruit .service-box-check li:nth-of-type(n+2) {
  margin-top: 20px;
}
#recruit .service-read {
  margin: 26px auto 0;
  text-align: center;
}
#recruit .service-read-txt {
  display: inline-block;
  padding: 40px 130px 23px;
  background: url(../img/recruit/job-l.png) no-repeat left bottom, url(../img/recruit/job-r.png) no-repeat right bottom;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #recruit .service-read-txt {
    font-size: 1.5rem;
  }
}
#recruit .service-read-txt {
  letter-spacing: 0.1em;
  line-height: 1.6;
}
#recruit .reco-list {
  margin: 51px auto 0;
}
#recruit .reco-list-item {
  padding: 13px 30px;
  border-radius: 10px;
  background: #f0f7e1;
  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 .reco-list-item {
    font-size: 1.5rem;
  }
}
#recruit .reco-list-item {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#recruit .reco-list-item .ac {
  color: #71ba2f;
}
#recruit .reco-list-item:nth-of-type(n+2) {
  margin: 10px auto 0;
}
#recruit .read {
  margin: 75px auto 0;
  text-align: center;
}
#recruit .read-check {
  display: inline-block;
  margin: 28px auto 0;
}
#recruit .read-check li {
  text-align: left;
}
#recruit .read-check li:nth-of-type(n+2) {
  margin-top: 20px;
}
#recruit .kokoro-list {
  margin: 60px auto 0;
}
#recruit .kokoro-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#recruit .kokoro-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#recruit .kokoro-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#recruit .kokoro-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #recruit .kokoro-list-con {
    max-width: 540px;
  }
}
#recruit .kokoro-list-txt {
  margin-top: 25px;
}
#recruit .kokoro-mail {
  margin: 58px auto 0;
}
#recruit .recruit-table-wrap {
  margin: 44px auto 0;
}
#recruit .recruit-table th, #recruit .recruit-table td {
  vertical-align: top;
}
#recruit .recruit-table td {
  background: #f5f4e9;
}
#recruit .other-btn {
  margin: 64px auto 0;
  background-image: url(../img/top/com-btn-arw.png), url(../img/ptn/ptn02.png);
}
#recruit .com-recruit-ttl {
  background: #fff;
}

/* news  PC
------------------------------------ */
#news .com-box {
  padding: 50px;
  border-radius: 10px;
}
#news .com-box::before, #news .com-box::after {
  content: none;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  margin: 50px auto 0;
}/*# sourceMappingURL=all.css.map */