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

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

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

/*  共通パーツ
------------------------------------ */
.com-tel {
  padding-left: 80px;
  background: url(../img/top/contact-tel.png) no-repeat left center;
  text-align: center;
  line-height: 1;
}
.com-tel-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.8rem;
  letter-spacing: 0;
  color: #d4ae2c;
}
@media screen and (max-width: 768px) {
  .com-tel-num {
    font-size: 1.9rem;
  }
}
.com-tel-note {
  display: block;
  margin-top: 13px;
}

.com-bg01 {
  background: #d4ae2c;
  position: relative;
  z-index: 0;
}
.com-bg01-r {
  width: 39.4%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.com-bg01-r img {
  width: 100%;
}
.com-bg01-l {
  width: 39.9%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.com-bg01-l img {
  width: 100%;
}
.com-bg02 {
  background: #d4ae2c;
  position: relative;
  z-index: 0;
}
.com-bg02::before {
  content: "";
  width: 64.58%;
  height: 0;
  padding-top: 47.08%;
  background: url(../img/intro/about-bg-rb.png) no-repeat right bottom/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  .com-bg02::before {
    width: 1240px;
    padding-top: 904px;
  }
}
.com-bg03 {
  position: relative;
  z-index: 0;
}
.com-bg03-r {
  width: 39.4%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.com-bg03-r img {
  width: 100%;
}
.com-bg03-l {
  width: 39.9%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.com-bg03-l img {
  width: 100%;
}

.com-en {
  position: absolute;
}
.com-en img {
  width: 100%;
}

.news-post {
  width: 100%;
  max-width: 630px;
}
.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #e8ce75;
}
.news-post-item:last-of-type a {
  padding-bottom: 0;
}
.news-post-link {
  display: block;
  padding: 20px 0 20px;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  margin: 0 10px 10px 0;
  padding: 7px 10px;
  border: 2px solid #454545;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-flx {
  margin-top: 8px;
}
.news-post-time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.3;
  flex-shrink: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-tag-item {
    max-width: 295px;
  }
  .com-tag-item:nth-of-type(2n) {
    margin-left: 40px;
  }
  .com-tag-item:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.com-tag-link {
  max-width: none;
  padding: 15px 36px;
  background-position-x: calc(100% - 20px);
  background-size: 12px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
/* =========================================

  main layout  all

========================================= */
/* aos  PC
------------------------------------ */
/* AOS を上書きするカスタム “zoom-in” */
[data-aos=zoom-in-custom] {
  opacity: 1 !important;
  transform: scale(0) !important;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.23) !important;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.23) !important;
}

/* 表示時の状態 */
[data-aos=zoom-in-custom].aos-animate {
  opacity: 1;
  transform: scale(1) !important;
}

[data-aos=scalein] {
  opacity: 0;
  transform: scale(0);
}

[data-aos=scalein].aos-animate {
  animation: scaleInPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.2) forwards;
}

@keyframes scaleInPop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(1.05); /* 一度ふくらむ */
  }
  100% {
    opacity: 1;
    transform: scale(1); /* 最終的に1に */
  }
}
[data-aos=slideTo_R] {
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.23), opacity 0.4s ease-out;
}

[data-aos=slideTo_R].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

/* top-about  PC
------------------------------------ */
#top-about .about-bg {
  position: relative;
  z-index: 1;
}
#top-about .about-en {
  width: 26%;
  top: 140px;
  right: 0;
  z-index: -1;
}
#top-about .about-img {
  width: 45.8%;
  max-width: 960px;
  position: absolute;
  left: 0;
  top: 341px;
}
#top-about .about-img img {
  width: 100%;
}
@media screen and (max-width: 1337px) {
  #top-about .about-img {
    width: 40%;
  }
}
#top-about .about-con {
  max-width: 672px;
  margin-left: auto;
}
#top-about .about-txt {
  margin-top: 80px;
}
#top-about .about-txt .ac {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#top-about .about-btn {
  margin-top: 60px;
}
#top-about .movie-bg {
  margin: -70px auto 0;
}
#top-about .movie-ttl {
  color: #fff;
  text-align: center;
}
#top-about .movie-box {
  width: 100%;
  height: 0;
  margin: 50px auto 0;
  padding-top: 56.25%;
  position: relative;
}
#top-about .movie-box iframe {
  border: none;
}
#top-about .movie-en {
  margin-top: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-about .movie-en {
    font-size: 1.5rem;
  }
}

/* top-feature  PC
------------------------------------ */
#top-feature {
  background: #d4ae2c;
  width: 100%;
  overflow-x: hidden;
}
#top-feature .feature-inner {
  position: relative;
  z-index: 0;
}
#top-feature .feature-img {
  width: 56.4%;
  position: absolute;
  top: 0;
  right: 0;
}
#top-feature .feature-ttl {
  color: #1f1f1f;
  text-shadow: 10px 9px #fff;
}
#top-feature .feature-en {
  width: 28.5%;
  max-width: 485px;
  top: 42%;
  z-index: -1;
}
#top-feature .feature-btn {
  margin: 220px auto 0;
}

/* top-service  PC
------------------------------------ */
#top-service {
  background: url(../img/top/service-bg.jpg) no-repeat center/cover;
  outline: 10px solid #d4ae2c;
  outline-offset: -40px;
  position: relative;
  z-index: 1;
}
#top-service .service-en {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#top-service .service-ttl {
  text-align: center;
  color: #fff;
}
#top-service .service-txt {
  margin: 47px auto 0;
  text-align: center;
  color: #fff;
}
#top-service .service-btn {
  margin: 70px auto 0;
  background-color: #1f1f1f;
}

/* top-works  PC
------------------------------------ */
#top-works .works-ttl {
  display: flex;
  width: 88.54%;
  max-width: 1700px;
  margin: auto;
  justify-content: space-between;
  align-items: flex-start;
}
#top-works .works-ttl-sub {
  padding-top: 25px;
  font-size: clamp(71px, 5.83vw, 112px);
}
#top-works .works-en {
  width: 28.5%;
  position: static;
}
#top-works .works-btn {
  margin: 100px auto 0;
  position: relative;
  z-index: 10;
}
#top-works .wrap {
  margin: -30px auto 0;
}
#top-works .swiper-slide {
  border-top: 4px solid #e8ce75;
  border-bottom: 4px solid #e8ce75;
}
#top-works .swiper-link {
  display: block;
  padding: 30px 0;
}
#top-works .swiper-img {
  width: 100%;
  height: 0;
  padding-top: 77.2%;
  position: relative;
}
#top-works .swiper-ttl {
  min-height: 75.81px;
  margin: 20px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.58;
  white-space: pre-line;
  -webkit-box-align: center;
}
@media screen and (max-width: 768px) {
  #top-works .swiper-ttl {
    font-size: 1.5rem;
  }
}

/* top-news  PC
------------------------------------ */
#top-news {
  position: relative;
  z-index: 0;
}
#top-news .news-en {
  position: absolute;
  left: 0;
  top: -55px;
  z-index: -1;
}
#top-news .news-box {
  padding: 82px 0;
  background: linear-gradient(90deg, transparent 0%, transparent 31.25%, #d4ae2c 31.25%, #d4ae2c 100%);
}
#top-news .news-ttl {
  font-size: 112px;
  line-height: 1;
}
#top-news .news-btn {
  margin-top: 85px;
}
#top-news .news-post {
  margin-left: 110px;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/pattern/pat01.jpg);
  position: relative;
}
.com-contact::before, .com-contact::after {
  content: "";
  width: 100%;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}
.com-contact::before {
  top: 30px;
}
.com-contact::after {
  bottom: 30px;
}
.com-contact .contact-ttl {
  line-height: 1;
}
.com-contact .contact-ttl .en {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(130px, 13.54vw, 260px);
  color: #b99519;
}
.com-contact .contact-ttl .ja {
  margin-top: -5.3vw;
  line-height: 1;
}
.com-contact .contact-txt {
  display: inline-block;
  margin-top: 87px;
  padding: 10px 48px 17px;
  background: url(../img/top/contact-l.png) no-repeat left top, url(../img/top/contact-r.png) no-repeat right top;
  border-bottom: 4px solid #e8ce75;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.8rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1533px) {
  .com-contact .contact-txt {
    font-size: 30px;
  }
}
.com-contact .contact-right {
  width: 100%;
  max-width: 540px;
}
@media screen and (max-width: 1533px) {
  .com-contact .contact-right {
    max-width: 480px;
  }
}
.com-contact .contact-tel {
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  background-position-x: 103px;
  padding: 55px 0 60px 83px;
}
@media screen and (max-width: 1533px) {
  .com-contact .contact-tel {
    background-position-x: 73px;
  }
}
.com-contact .contact-tel-num {
  display: inline-block;
}
.com-contact .contact-btn {
  display: flex;
  width: 100%;
  max-width: none;
  height: 180px;
  padding: 0;
  margin-top: 43px;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-btn {
    font-size: 1.5rem;
  }
}
.com-contact .contact-btn::before {
  content: "";
  width: 50px;
  height: 38px;
  margin-right: 20px;
  background: url(../img/top/contact-mail.png) no-repeat center/contain;
}

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

  sub layout  all

========================================= */
/* intro  PC
------------------------------------ */
#intro .about {
  position: relative;
}
#intro .about-txt {
  margin-top: 60px;
}
#intro .about-img {
  width: 45.8%;
  position: absolute;
  right: 0;
  bottom: -111px;
  z-index: 1;
}
#intro .intro-dl div {
  display: flex;
}
#intro .intro-dl div:nth-of-type(n+2) {
  margin-top: 14px;
}
#intro .intro-dl dt {
  display: flex;
  width: 136px;
  height: 48px;
  background: #454545;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #intro .intro-dl dt {
    font-size: 1.5rem;
  }
}
#intro .intro-dl dd {
  max-width: 495px;
  margin-left: 24px;
  padding-top: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  #intro .intro-dl dd {
    font-size: 1.5rem;
  }
}
#intro .intro-dl-flx {
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #intro .intro-dl-flx div {
    width: 50%;
  }
  #intro .intro-dl-flx div:nth-of-type(2) {
    margin-top: 0;
  }
}
#intro .intro-dl-flx dd {
  display: flex;
  align-items: center;
}
#intro .intro-dl-flx .ac {
  display: block;
  width: 100px;
  height: 13px;
  margin: 0 14px;
}
#intro .intro-dl-flx .ac01 {
  background: url(../img/intro/01.png) no-repeat 0px center, url(../img/intro/01.png) no-repeat 22px center, url(../img/intro/01.png) no-repeat 44px center, url(../img/intro/01.png) no-repeat 66px center, url(../img/intro/02.png) no-repeat 88px center;
}
#intro .intro-dl-flx .ac02 {
  background: url(../img/intro/01.png) no-repeat 0px center, url(../img/intro/01.png) no-repeat 22px center, url(../img/intro/01.png) no-repeat 44px center, url(../img/intro/01.png) no-repeat 66px center, url(../img/intro/02.png) no-repeat 88px center;
}
#intro .intro-dl-flx .ac03 {
  background: url(../img/intro/01.png) no-repeat 0px center, url(../img/intro/01.png) no-repeat 22px center, url(../img/intro/01.png) no-repeat 44px center, url(../img/intro/02.png) no-repeat 66px center, url(../img/intro/01.png) no-repeat 88px center;
}
#intro .intro-dl-flx .ac04 {
  background: url(../img/intro/01.png) no-repeat 0px center, url(../img/intro/02.png) no-repeat 22px center, url(../img/intro/01.png) no-repeat 44px center, url(../img/intro/01.png) no-repeat 66px center, url(../img/intro/01.png) no-repeat 88px center;
}
#intro .intro-img {
  margin-top: 63px;
}
#intro .mind-inner {
  margin-top: -50px;
}
#intro .mind .sm {
  line-height: 1;
}
#intro .mind .lg {
  margin-top: 57px;
}
#intro .mind-txt {
  margin-top: 90px;
}
#intro .feature-bg {
  position: relative;
  z-index: 0;
}
#intro .feature-en {
  width: 56.3%;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: -1;
}
#intro .feature-en img {
  width: 100%;
}
#intro .feature .sm {
  color: #454545;
}
#intro .feature .sm::after {
  background-color: #454545;
}
#intro .feature .lg {
  position: relative;
}
@media screen and (max-width: 1455px) {
  #intro .feature .lg {
    font-size: 10rem;
  }
}
#intro .feature .illu {
  position: absolute;
  top: -149px;
  right: 40px;
}
#intro .feature .bg::before {
  background-color: #d4ae2c;
}
#intro .feature-txt-box {
  margin: 85px auto 0;
}
@media screen and (min-width: 768px) {
  #intro .feature-txt-box {
    text-align: center;
  }
}
#intro .kurumi {
  background: none;
  z-index: 0;
}
#intro .kurumi::before {
  content: "";
  width: 32.7%;
  height: calc(100% - 249px);
  background: #d4ae2c;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#intro .kurumi-img {
  margin: auto;
  text-align: center;
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
}
#intro .kurumi .sm {
  color: #d4ae2c;
}
#intro .kurumi .sm::after {
  background-color: #d4ae2c;
}
#intro .kurumi-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #intro .kurumi-con {
    max-width: 780px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1557px) {
  #intro .kurumi-con {
    max-width: 700px;
  }
}
#intro .kurumi-txt {
  margin-top: 46px;
}
#intro .kurumi-list li {
  height: 0;
  padding-top: 20.8%;
  position: relative;
}
#intro .kurumi-list li:nth-of-type(1) {
  width: 26%;
}
#intro .kurumi-list li:nth-of-type(2) {
  width: 41%;
}
#intro .kurumi-list li:nth-of-type(3) {
  width: 33%;
}
#intro .kurumi-list img {
  width: 100%;
}

/* aboutus  PC
------------------------------------ */
#aboutus .about {
  background: url(../img/aboutus/about-rb.png) no-repeat right bottom/100% #f6f6f6;
}
@media screen and (min-width: 1921px) {
  #aboutus .about {
    background-size: auto;
  }
}
#aboutus .about-en img {
  width: auto;
}
#aboutus .about-con {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#aboutus .about-ttl {
  margin: 38px auto 0;
  text-align: center;
  font-size: 11.2rem;
}
@media screen and (max-width: 768px) {
  #aboutus .about-ttl {
    font-size: 5.6rem;
  }
}
#aboutus .about-txt {
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  #aboutus .about-txt-box {
    writing-mode: vertical-rl;
  }
  #aboutus .about-txt-box p:nth-of-type(n+2) {
    margin-right: 35px;
  }
}

/* service  PC
------------------------------------ */
#service .about {
  position: relative;
}
#service .about-img {
  width: 39%;
  height: 0;
  padding-top: 530px;
  position: absolute;
  top: 188px;
  left: 0;
}
@media screen and (min-width: 768px) {
  #service .about-con {
    max-width: 675px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  #service .about-con {
    max-width: 585px;
  }
}
#service .about-txt {
  margin-top: 57px;
}
#service .about-logo {
  margin: 90px auto 0;
}
#service .area-l {
  top: 596px;
  bottom: auto;
}
#service .area-ttl {
  line-height: 1;
}
#service .area-con {
  width: 100%;
  max-width: 800px;
  margin-left: 100px;
}
#service .area-map {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  background: url(../img/service/area-map.png) no-repeat center/contain;
  position: relative;
  z-index: 0;
}
#service .area-map::before {
  content: "";
  width: 34.75%;
  height: 0;
  padding-top: 34.75%;
  background: url(../img/service/area-cir01.png) no-repeat 59% 37%/30.9%, url(../img/service/area-cir02.png) no-repeat 58% 34%/58.2%, url(../img/service/area-cir03.png) no-repeat center/100%;
  position: absolute;
  left: 34.375%;
  top: 26.2%;
  z-index: -1;
  animation: ripple 1.4s infinite;
}
#service .area-pin {
  position: absolute;
  top: 45%;
  left: 52.375%;
  z-index: 1;
}
#service .area-address {
  margin-top: 65px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #454545;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #service .area-address {
    font-size: 1.5rem;
  }
}
#service .area-address .lg {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #service .area-address .lg {
    font-size: 1.5rem;
  }
}
#service .area-address .sm {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #service .area-address .sm {
    font-size: 1.5rem;
  }
}
#service .reco {
  width: 100%;
  max-width: 1097px;
  margin: auto;
}
#service .reco-ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 11.2rem;
  color: #454545;
  letter-spacing: 0;
  line-height: 1.33;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #service .reco-ttl {
    font-size: 5.6rem;
  }
}
#service .reco-ttl .sm {
  font-size: 9.6rem;
}
@media screen and (max-width: 768px) {
  #service .reco-ttl .sm {
    font-size: 4.8rem;
  }
}
#service .reco-ttl .bg {
  display: inline-block;
  padding: 0 15px 10px;
  position: relative;
  z-index: 0;
  line-height: 1.1;
}
#service .reco-ttl .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#service .reco-ttl .bg:nth-of-type(n+2) {
  margin-top: 23px;
}
#service .reco-list {
  max-width: 1080px;
  margin: 114px auto 0;
}
#service .reco-list-item {
  padding-left: 165px;
  position: relative;
  z-index: 0;
}
#service .reco-list-item:nth-of-type(n+2) {
  margin: 100px auto 0;
}
#service .reco-list-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 11.2rem;
  letter-spacing: 0;
  color: #b99519;
  z-index: -1;
  line-height: 1;
  position: absolute;
  left: 63px;
  top: -60px;
}
@media screen and (max-width: 768px) {
  #service .reco-list-num {
    font-size: 5.6rem;
  }
}
#service .reco-list-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.6rem;
  color: #454545;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #service .reco-list-ttl {
    font-size: 2.3rem;
  }
}
#service .reco-list-ico {
  display: flex;
  width: 150px;
  height: 150px;
  background: #b99519;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 66px;
  top: 0;
}
#service .reco-list-txt {
  margin-top: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #service .reco-list-txt {
    font-size: 1.5rem;
  }
}

@keyframes ripple {
  0% {
    opacity: 1; /* cir01のみ目立つ（見え方として） */
  }
  33% {
    opacity: 0.7; /* じわっとcir02が目立ち始める */
  }
  66% {
    opacity: 0.4; /* cir03がメインに見える */
  }
  100% {
    opacity: 1; /* ループ */
  }
}
/* works  PC
------------------------------------ */
#works .works {
  background: url(../img/works/door.png) no-repeat calc(50% - 488px) 140px;
}
@media screen and (min-width: 768px) {
  #works .works {
    position: relative;
  }
  #works .works::before, #works .works::after {
    content: "";
    height: 2px;
    background: #d4ae2c;
    position: absolute;
    top: 472px;
  }
  #works .works::before {
    width: 394px;
    left: calc(50% - 960px);
  }
  #works .works::after {
    width: 943px;
    right: calc(50% - 536px);
  }
}
#works .works-txt {
  max-width: 878px;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.6rem;
  letter-spacing: 0;
  color: #454545;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #works .works-txt {
    font-size: 2.3rem;
  }
}
#works .works-txt .ac {
  color: #d4ae2c;
  font-size: 6.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #works .works-txt .ac {
    font-size: 3.25rem;
  }
}
#works .works-ttl {
  margin: 210px auto 0;
  text-align: center;
}
#works .works-list {
  display: flex;
  width: 100%;
  max-width: 940px;
  margin: 70px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#works .works-list-item {
  width: 100%;
  max-width: 440px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 4px solid #e8ce75;
  border-bottom: 4px solid #e8ce75;
}
@media screen and (min-width: 768px) {
  #works .works-list-item:nth-of-type(2n) {
    margin-left: 60px;
  }
  #works .works-list-item:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
#works .works-list-img {
  width: 100%;
  height: 0;
  padding-top: 77.27%;
  position: relative;
}
#works .works-list-link {
  width: 100%;
  max-width: 190px;
  height: 50px;
  margin: auto;
  padding: 0 20px 0 0;
  background-size: 10px;
  font-size: 1.6rem;
  line-height: 50px;
  background-position-x: calc(100% - 20px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  #works .works-list-link {
    font-size: 1.5rem;
  }
}
#works .works-list-ttl {
  margin: 28px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #454545;
  line-height: 1.58;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #works .works-list-ttl {
    font-size: 1.5rem;
  }
}
#works .detail {
  background: none !important;
}
#works .detail::before, #works .detail::after {
  content: none;
}
#works .detail .works-ttl {
  margin: auto;
}
#works .detail-thumb {
  width: 800px;
  height: 0;
  margin: 70px auto 0;
  padding-top: 500px;
  position: relative;
}
#works .detail-ttl {
  margin: 54px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  color: #454545;
}
@media screen and (max-width: 768px) {
  #works .detail-ttl {
    font-size: 2.3rem;
  }
}
#works .detail-style {
  margin: 35px auto 0;
  padding: 40px 70px;
  border-top: 4px solid #e8ce75;
  border-bottom: 4px solid #e8ce75;
}

/* company  PC
------------------------------------ */
#company .role .lg {
  margin: 0;
}
#company .role .sm {
  margin-top: 10px;
  color: #d4ae2c;
}
#company .role .sm::after {
  background-color: #d4ae2c;
}
#company .role-list {
  margin: 50px auto 0;
}
#company .role-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#company .role-list-item:nth-of-type(n+2) {
  margin-top: 70px;
}
#company .role-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  #company .role-list-con {
    width: 100%;
    max-width: 510px;
    padding-top: 10px;
  }
}
#company .role-list-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.6rem;
  letter-spacing: 0;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #company .role-list-ttl {
    font-size: 2.3rem;
  }
}
#company .role-list-ttl .ac {
  color: #d4ae2c;
}
#company .role-list-txt {
  margin-top: 15px;
}
#company .company .com-bg01-r img, #company .company .com-bg01-l img {
  width: auto;
}
#company .company .com-bg01-r {
  text-align: right;
}
#company .company-list li {
  width: 33.3%;
}
#company .company-list img {
  width: 100%;
}

/* news  PC
------------------------------------ */
#news .com-tag {
  max-width: 906px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #news .com-tag-link:hover {
    background-position-x: calc(100% - 15px);
  }
}
#news .com-news-link {
  padding: 30px 20px;
  border-top: 4px solid #e8ce75;
  border-bottom: 4px solid #e8ce75;
  justify-content: space-between;
}
#news .com-news-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-con {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #news .com-news-con {
    max-width: 610px;
  }
  #news .com-news-con-none {
    max-width: none;
  }
}
#news .com-news-img {
  width: 300px;
  height: 300px;
}
#news .news-post-time {
  display: block;
  margin-top: 15px;
  text-align: right;
  color: #1f1f1f;
}
#news .detail-box {
  padding: 30px 20px;
  border-top: 4px solid #e8ce75;
  border-bottom: 4px solid #e8ce75;
}
#news .detail .news-post-flx {
  padding-left: 0;
}
#news .detail .news-post-flx::before {
  content: none;
}
#news .detail .news-post-time {
  margin: 0;
}
#news .detail .news-post-time::before {
  top: 8px;
}
#news .detail .news-post-tag {
  margin: 0;
}

/* site  PC
------------------------------------ */
#site .site-box {
  padding: 30px 20px;
  border-top: 4px solid #e8ce75;
  border-bottom: 4px solid #e8ce75;
}/*# sourceMappingURL=all.css.map */