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

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

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

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

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

.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: 33px;
  }
}
.com-txt .ac {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

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

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

/*  共通パーツ
------------------------------------ */
.com-box {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}

.com-bg01 {
  background: url(../img/service/movie-bottom.png) no-repeat center bottom/100%;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .com-bg01 {
    background-size: auto;
  }
}
.com-bg02 {
  background: #f8f6f3;
}

.com-tel {
  padding-left: 31px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.5rem;
  }
}
.com-tel {
  letter-spacing: 0.08em;
  line-height: 1;
}

.com-dl {
  display: flex;
}
.com-dl div {
  display: flex;
}
.com-dl dt, .com-dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .com-dl dt, .com-dl dd {
    font-size: 1.5rem;
  }
}
.com-dl dt, .com-dl dd {
  letter-spacing: 0.05em;
  color: #534e48;
}

.com-mail {
  display: flex;
  width: 200px;
  height: 50px;
  background: #f19ca7;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
.com-mail {
  letter-spacing: 0.08em;
  color: #fff;
  box-shadow: 0 6px #e2d9ce;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .com-mail {
    transform: translateY(0);
  }
  .com-mail:hover {
    transform: translateY(6px);
    box-shadow: none;
    opacity: 1;
  }
}
.com-mail::before {
  content: "";
  width: 17px;
  height: 12px;
  margin-right: 10px;
  background: url(../img/top/info-mail.png) no-repeat left center/contain;
}

.news-post {
  width: 100%;
  max-width: 725px;
}
.news-post-item {
  border-bottom: 3px dotted #c2aa87;
}
.news-post-link {
  display: flex;
  width: 100%;
  padding: 25px 0;
  align-items: center;
  justify-content: space-between;
}
.news-post-time {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.05em;
  line-height: 1;
  flex-shrink: 0;
}
.news-post-con {
  width: 100%;
  max-width: 560px;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  margin: 0 6px 6px 0;
  padding: 5px 10px;
  text-align: center;
  background: #f0945d;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.news-post-ttl {
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.com-tag-item {
  width: 100%;
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:nth-of-type(n+2) {
    margin-left: 20px;
  }
}
.com-tag-link {
  display: flex;
  width: 100%;
  height: 60px;
  text-align: center;
  background: #fff;
  outline: 2px solid #f19ca7;
  border-radius: 999px;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link {
  letter-spacing: 0.08em;
  box-shadow: 0 6px #e2d9ce;
  color: #f19ca7;
  align-items: center;
  justify-content: center;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-left.png) no-repeat calc(50% - 460px) bottom, url(../img/top/about-right.png) no-repeat calc(50% + 690px) bottom;
}
@media screen and (min-width: 768px) {
  #top-about .about-ttl {
    padding-top: 10px;
  }
}
#top-about .about-txt-box {
  max-width: 540px;
}

/* top-job  PC
------------------------------------ */
#top-job {
  background: url(../img/top/job-top.png) no-repeat center top, url(../img/top/job-left.png) no-repeat calc(50% - 843px) 698px, url(../img/top/job-right.png) no-repeat calc(50% + 820px) 1052px #fff;
}
@media screen and (min-width: 1921px) {
  #top-job {
    background-position-x: center, left, right;
    background-size: 100%, auto, auto;
  }
}
#top-job .job-box {
  margin: 50px auto 0;
  position: relative;
  z-index: 0;
}
#top-job .job-box::before {
  content: "";
  width: 100%;
  height: 920px;
  border-radius: 40px;
  background: #f1eae2;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  z-index: -1;
}
#top-job .job-list {
  max-width: 1080px;
  margin: auto;
}
#top-job .job-list::before, #top-job .job-list::after {
  content: "";
  position: absolute;
}
#top-job .job-list::before {
  width: 104px;
  height: 253px;
  background: url(../img/top/job-ico-l.png) no-repeat left bottom/contain;
  left: -86px;
  bottom: -65px;
}
#top-job .job-list::after {
  width: 178px;
  height: 358px;
  background: url(../img/top/job-ico-r.png) no-repeat right top/contain;
  top: 232px;
  right: -157px;
}
#top-job .job-list-item {
  padding: 40px 50px;
  border-radius: 40px;
  background: url(../img/top/job-list01.png) no-repeat right top #f19ca7;
  box-shadow: 0 12px #e8cac8;
  outline: 2px dashed #fff;
  outline-offset: -10px;
}
#top-job .job-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#top-job .job-list-item02 {
  background-image: url(../img/top/job-list02.png);
}
#top-job .job-list-item03 {
  background-position-y: 10px;
  background-image: url(../img/top/job-list03.png);
}
#top-job .job-list-img {
  border-radius: 20px;
  overflow: hidden;
}
#top-job .job-list-con {
  width: 100%;
  max-width: 665px;
}
#top-job .job-list-txt {
  margin-top: 10px;
  color: #fff;
}
#top-job .job-list-btn {
  padding-right: 49px;
  background: url(../img/top/job-arw.png) no-repeat right center;
  font-family: "Rammetto One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-job .job-list-btn {
    font-size: 1.5rem;
  }
}
#top-job .job-list-btn {
  letter-spacing: 0.08em;
  color: #fff;
}
#top-job .job-list-btn-wrap {
  margin-top: 40px;
  text-align: right;
}

/* top-feature  PC
------------------------------------ */
#top-feature {
  background: url(../img/top/feature-top.png) no-repeat center top, url(../img/top/feature-left.png) no-repeat calc(50% - 514px) 173px, url(../img/top/feature-right.png) no-repeat calc(50% + 560px) 186px;
}
@media screen and (min-width: 1921px) {
  #top-feature {
    background-size: 100%, auto, auto;
  }
}
#top-feature .feature-ttl {
  padding-top: 90px;
  background-image: url(../img/top/feature-ttl.png);
}
#top-feature .feature-box {
  margin: 50px 0 0;
  position: relative;
}
#top-feature .feature-box::before {
  content: "";
  width: 301px;
  height: 204px;
  background: url(../img/top/feature-box-ico.png) no-repeat right top/contain;
  position: absolute;
  top: -16px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  #top-feature .feature-box {
    width: 895px;
    height: 528px;
    margin-left: auto;
    padding: 115px 100px 0 166px;
    background: url(../img/top/feature-box.png) no-repeat left top/cover;
  }
}
#top-feature .feature-box-ttl {
  display: inline-block;
  background: linear-gradient(transparent 50%, #f3e591 50%);
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top-feature .feature-box-ttl {
    font-size: 1.5rem;
  }
}
#top-feature .feature-box-ttl {
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#top-feature .feature-box-txt {
  margin-top: 30px;
}
#top-feature .feature-img {
  position: absolute;
  top: 69px;
  left: -264px;
}
#top-feature .bnr {
  max-width: 1080px;
  margin: 63px auto 0;
  padding-top: 80px;
  background: url(../img/top/bnr-top.png) no-repeat center top;
}
#top-feature .bnr-list {
  padding: 46px 0;
  border-top: 4px solid #c2aa87;
  border-bottom: 4px solid #c2aa87;
  background: #fff;
  position: relative;
}
#top-feature .bnr-list::before, #top-feature .bnr-list::after {
  content: "";
  width: 265px;
  height: 136px;
  position: absolute;
}
#top-feature .bnr-list::before {
  background: url(../img/top/bnr-l.png) no-repeat left top/contain;
  left: -99px;
  top: -83px;
}
#top-feature .bnr-list::after {
  background: url(../img/top/bnr-r.png) no-repeat right top/contain;
  right: -99px;
  top: -83px;
}
#top-feature .bnr-list-item {
  width: 100%;
  max-width: 310px;
}
#top-feature .bnr-list-item:nth-of-type(n+2) {
  margin-left: 25px;
}
#top-feature .bnr-list-link {
  display: flex;
  width: 100%;
  height: 120px;
  padding-left: 40px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 29px) center #f19ca7;
  border-radius: 20px;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-feature .bnr-list-link {
    font-size: 1.5rem;
  }
}
#top-feature .bnr-list-link {
  letter-spacing: 0.08em;
  color: #fff;
  box-shadow: 0 6px #e2d9ce;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #top-feature .bnr-list-link {
    transform: translateY(0);
  }
  #top-feature .bnr-list-link:hover {
    transform: translateY(6px);
    box-shadow: none;
    opacity: 1;
  }
}
#top-feature .bnr-list-link::before {
  content: "";
  margin-right: 15px;
}
#top-feature .bnr-list-link01::before {
  width: 24px;
  height: 37px;
  background: url(../img/top/bnr-ico01.png) no-repeat center/contain;
}
#top-feature .bnr-list-link02::before {
  width: 30px;
  height: 30px;
  background: url(../img/top/bnr-ico02.png) no-repeat center/contain;
}
#top-feature .bnr-list-link03::before {
  width: 32px;
  height: 23px;
  background: url(../img/top/bnr-ico03.png) no-repeat center/contain;
}

/* top-news  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #top-news .news-ttl {
    position: relative;
    left: -71px;
  }
}
#top-news .news-btn {
  padding-right: 48px;
  background: url(../img/top/news-arw.png) no-repeat right center;
  font-family: "Rammetto One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-news .news-btn {
    font-size: 1.5rem;
  }
}
#top-news .news-btn {
  letter-spacing: 0.08em;
  color: #f19ca7;
  line-height: 1.2;
}
#top-news .news-btn-wrap {
  margin-top: 20px;
  text-align: right;
}

/* top-gallery  PC
------------------------------------ */
#top-gallery {
  padding: 80px 0;
}
#top-gallery .gallery-list-item {
  width: 15.625%;
  height: 0;
  padding-top: 15.625%;
  position: relative;
  outline: 8px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
#top-gallery .gallery-list-item:nth-of-type(2n) {
  margin-top: 3.125%;
}
#top-gallery .gallery-list-item:nth-of-type(n+2) {
  margin-left: 3.125%;
}
#top-gallery .gallery-btn {
  margin: 50px auto 0;
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .greeting {
  background: url(../img/about/about-bottom.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #about .greeting {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  #about .greeting {
    background-size: 100%;
  }
}
#about .greeting-inner {
  background: url(../img/about/about-deco.png) no-repeat 71px 73px;
}
#about .greeting-ttl {
  text-align: center;
}
#about .greeting-flx {
  margin: 38px auto 0;
}
@media screen and (min-width: 768px) {
  #about .greeting-txt-box {
    max-width: 650px;
    margin-left: 40px;
  }
}
#about .philosophy {
  background: #f8f6f3;
}
#about .philosophy-box {
  margin: 50px auto 0;
  padding: 65px 100px 70px;
  border-radius: 30px;
  background: #fff;
  outline: 2px dashed #f19ca7;
  outline-offset: -13px;
  text-align: center;
  position: relative;
}
#about .philosophy-ttl {
  display: inline-block;
  background: linear-gradient(transparent 70%, #f3e591 70%);
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #about .philosophy-ttl {
    font-size: 1.5rem;
  }
}
#about .philosophy-ttl {
  letter-spacing: 0.08em;
  color: #534e48;
}
#about .philosophy-txt {
  margin: 18px auto 0;
}
#about .philosophy-fuki {
  display: inline-block;
  width: 240px;
  height: 60px;
  margin: 35px auto 0;
  background: #534e48;
  border-radius: 999px;
  color: #fff;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #about .philosophy-fuki {
    font-size: 1.5rem;
  }
}
#about .philosophy-fuki {
  letter-spacing: 0.08em;
  line-height: 60px;
  position: relative;
}
#about .philosophy-fuki::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 9px solid #534e48;
  border-bottom: 0;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
}
#about .philosophy-illu {
  position: absolute;
  left: -91px;
  bottom: 61px;
}
#about .philosophy-txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #about .philosophy-txt-box {
    max-width: 410px;
    margin: 30px 0 0 auto;
  }
}
#about .philosophy-note {
  text-align: center;
}
#about .staff {
  background: url(../img/about/philosophy-bottom.png) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  #about .staff {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  #about .staff {
    background-size: 100%;
  }
}
#about .staff-list {
  margin: 50px auto 0;
}
#about .staff-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .staff-list-item {
    max-width: 520px;
  }
  #about .staff-list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#about .staff-list-link {
  display: block;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 12px #e7c9c9;
}
#about .staff-list-img {
  width: 100%;
  height: 0;
  padding-top: 69.5%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  outline: 2px solid #f19ca7;
}
#about .staff-list-ttl {
  margin: 20px auto 0;
}
#about .staff-list-dl {
  margin: 25px auto 0;
}
#about .staff-list-dl div {
  display: flex;
}
#about .staff-list-dl div:nth-of-type(n+2) {
  margin-top: 10px;
}
#about .staff-list-dl dt {
  width: 126px;
  height: 40px;
  margin-right: 16px;
  background: #f19ca7;
  border-radius: 999px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #about .staff-list-dl dt {
    font-size: 1.5rem;
  }
}
#about .staff-list-dl dt {
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 40px;
  flex-shrink: 0;
}
#about .staff-list-dl dd {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #about .staff-list-dl dd {
    font-size: 1.5rem;
  }
}
#about .staff-list-dl dd {
  line-height: 1.88;
  white-space: pre-line;
}
#about .detail {
  background: none;
}
#about .detail-box {
  margin: 50px auto 0;
  padding: 50px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #about .detail-list-img {
    width: 490px;
    padding-top: 340px;
  }
}
#about .detail-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .detail-list-con {
    max-width: 460px;
  }
}
#about .detail-list-dl dd {
  margin: 10px auto 0;
}

/* service  PC
------------------------------------ */
#service .about-bg {
  background: url(../img/service/movie-left.png) no-repeat calc(50% - 560px) 0, url(../img/service/movie-right.png) no-repeat calc(50% + 425px) 46px;
}
#service .about-ttl {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #service .about-ttl {
    font-size: 1.5rem;
  }
}
#service .about-ttl {
  letter-spacing: 0.08em;
  color: #534e48;
}
@media screen and (min-width: 768px) {
  #service .about-ttl {
    writing-mode: vertical-rl;
  }
}
#service .about-ttl .bg {
  display: inline-block;
  padding: 17px 5px;
  border-radius: 10px;
  background: #fff;
  white-space: nowrap;
}
#service .about-ttl .bg:nth-of-type(n+2) {
  margin-top: 100px;
  margin-right: 14px;
}
#service .about-movie {
  width: 100%;
  max-width: 850px;
  height: 0;
  padding-top: 478.125px;
  outline: 8px solid #fff;
  background: #c4c4c4;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
#service .service-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
#service .service-list-box {
  padding: 80px 100px;
  border-radius: 40px;
  background: url(../img/ptn/pattern.jpg);
}
#service .service-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .service-list-con {
    max-width: 520px;
  }
}
#service .service-list-ttl {
  padding-bottom: 14px;
  background-position-y: top;
  border-bottom: 2px dashed #f19ca7;
  color: #534e48;
}
#service .service-list-txt {
  margin-top: 27px;
}
#service .service-list-img {
  border-radius: 20px;
  overflow: hidden;
}
#service .service-list-fuki {
  height: 80px;
  margin: 50px auto 0;
  background: #e5949d;
  border-radius: 999px;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #service .service-list-fuki {
    font-size: 1.5rem;
  }
}
#service .service-list-fuki {
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 80px;
  position: relative;
}
#service .service-list-fuki::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #e5949d;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}
#service .service-list-case {
  display: flex;
  margin: 43px auto 0;
  justify-content: space-between;
}
#service .service-list-case li {
  width: 100%;
  max-width: 340px;
}
#service .service-list-case-ttl {
  display: flex;
  height: 80px;
  border-radius: 20px;
  margin: -10px auto 0;
  border: 3px dotted #f19ca7;
  background: #fff;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #service .service-list-case-ttl {
    font-size: 1.5rem;
  }
}
#service .service-list-case-ttl {
  letter-spacing: 0.08em;
  color: #534e48;
  align-items: center;
  justify-content: center;
}

/* voice  PC
------------------------------------ */
#voice .voice-list {
  display: flex;
  margin: 100px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#voice .voice-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #voice .voice-list-item {
    max-width: 520px;
  }
  #voice .voice-list-item:nth-of-type(n+3) {
    margin-top: 36px;
  }
}
#voice .voice-list-link {
  display: flex;
  border-radius: 20px;
  padding: 27px 30px;
  background-color: #fff;
  box-shadow: 0 12px #e8cbca;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
#voice .voice-list-link::before {
  content: "";
  width: 38px;
  height: 69px;
  background: url(../img/voice/top.png) no-repeat left top/contain;
  position: absolute;
  left: 40px;
  top: -10px;
}
#voice .voice-list-left {
  width: 100%;
  max-width: 190px;
}
#voice .voice-list-right {
  width: 100%;
  max-width: 240px;
}
#voice .voice-list-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: #f8f6f3;
  border-radius: 20px;
  outline: 2px solid #f19ca7;
  position: relative;
  overflow: hidden;
}
#voice .voice-list-name {
  margin: 13px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-name {
    font-size: 1.5rem;
  }
}
#voice .voice-list-name {
  letter-spacing: 0.08em;
  color: #f19ca7;
  line-height: 1.5;
}
#voice .voice-list-name span:nth-of-type(n+2) {
  margin-left: 15px;
}
#voice .voice-list-txt {
  margin: 12px auto 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-txt {
    font-size: 1.5rem;
  }
}
#voice .voice-list-txt {
  letter-spacing: 0.08em;
  line-height: 1.88;
}
#voice .detail .voice-list-link {
  padding: 50px;
  box-shadow: none;
}
#voice .detail .voice-list-link::before {
  width: 54px;
  height: 36px;
}
#voice .detail .voice-list-link::after {
  content: "";
  width: 54px;
  height: 36px;
  background: url(../img/voice/bottom.png) no-repeat right bottom/contain;
  position: absolute;
  right: 54px;
  bottom: -20px;
}
#voice .detail .voice-list-left {
  max-width: 340px;
}
#voice .detail .voice-list-right {
  max-width: 600px;
}
#voice .detail .voice-list-name {
  margin: 0;
  text-align: left;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #voice .detail .voice-list-name {
    font-size: 1.5rem;
  }
}
#voice .detail .voice-list-ttl {
  margin-top: 7px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #voice .detail .voice-list-ttl {
    font-size: 1.7rem;
  }
}
#voice .detail .voice-list-ttl {
  letter-spacing: 0.08em;
}
#voice .detail .voice-list-txt {
  margin-top: 25px;
  white-space: pre-line;
}

/* company  PC
------------------------------------ */
#company .information-bg {
  background: url(../img/company/map-l.png) no-repeat calc(50% - 700px) calc(100% - 279px), url(../img/company/map-r.png) no-repeat calc(50% + 700px) calc(100% - 279px);
}
#company .information-table-wrap {
  margin: 45px auto 0;
}
#company .map {
  margin: 50px auto 0;
  text-align: center;
}
#company .map-ttl {
  display: inline-block;
  padding-left: 31px;
  background: url(../img/company/map.png) no-repeat left center;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #company .map-ttl {
    font-size: 1.5rem;
  }
}
#company .map-ttl {
  letter-spacing: 0.08em;
}
#company .map-iframe {
  margin: 24px auto 0;
  outline: 8px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}
#company .gallery-list {
  margin: 50px auto 0;
}
#company .gallery-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company .gallery-list-item {
    max-width: 340px;
  }
  #company .gallery-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 28px;
  }
  #company .gallery-list-item:nth-of-type(n+4) {
    margin-top: 31px;
  }
}
#company .gallery-list-link {
  display: block;
}
#company .gallery-list-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  outline: 8px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#company .gallery-list-ttl {
  margin: 18px auto 0;
  padding-left: 21px;
  padding-bottom: 8px;
  border-bottom: 3px dotted #c2aa87;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #company .gallery-list-ttl {
    font-size: 1.5rem;
  }
}
#company .gallery-list-ttl {
  letter-spacing: 0.05em;
  color: #534e48;
  position: relative;
}
#company .gallery-list-ttl::before {
  content: "";
  width: 12px;
  height: 6px;
  margin-right: 9px;
  background: #f3e591;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#company .detail-box {
  margin: 45px auto 0;
  padding: 50px;
  border-radius: 30px;
  outline: 2px dashed #f19ca7;
  background: #f8f6f3;
  outline-offset: -12px;
}
@media screen and (min-width: 768px) {
  #company .detail-img {
    width: 470px;
    padding-top: 470px;
  }
}
#company .detail-txt {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #company .detail-txt {
    font-size: 1.5rem;
  }
}
#company .detail-txt {
  letter-spacing: 0.05em;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  #company .detail-txt {
    max-width: 465px;
  }
}

/* news  PC
------------------------------------ */
#news .detail-box {
  padding: 50px;
}

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