.logo-wrapper {
  position: absolute;
  padding: 10px;
  z-index: 1000;
}

.logo-wrapper img {
  width: 130px;
}

.fv-bg {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

h1 {
  line-height: 47px !important;
}

.fv-bg p {
  padding: 55px 0;
  font-size: 14.5px;
  line-height: 35px;
}

.recruit {
  z-index: 1;
  position: retlative;
  margin: 50px 0px;
}

.recruit-cover {
  z-index: 1;
  position: relative;
  width: 100%;
}

.recruit-cover::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 20%;
  background: linear-gradient(
    70deg,
    rgba(216, 77, 131, 0.65) 0%,
    rgba(216, 77, 131, 0.65) 100%
      /* rgba(216, 77, 131, 0.65) 41.66%,
    rgba(216, 77, 131, 0) 41.67%,
    rgba(255, 255, 255, 0) 100% */
  );
}

.recruit-cover-title {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width: 90%;
}

.recruit-cover-title h2 {
  font-weight: bold;
  font-size: 0.9rem;
  color: #ffffff;
}

.recruit-cover-title hr {
  width: 35%;
  border: 1px solid #d84d83;
}

.recruit-cover-title div {
  font-weight: bold;
  font-size: 0.75rem;
  color: #ffffff;
}

.recruit-desc {
  z-index: 9999;
  position: relative;
  padding: 2rem 1.25rem;
  margin: 0 16px;
  margin-top: -1rem;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(229, 102, 133, 0.19);
  border-radius: 0.8rem;

  line-height: 250%;
  font-size: 0.7rem;
}

.recruit-link {
  width: 100%;
  margin: 20px 0;
  padding: 0.3rem;
  border-radius: 1.25rem;
  background: #e26b79;
}

.recruit-link a {
  font-size: 0.75rem;
  color: #ffffff;
}

.business-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  /* identical to box height, or 48px */
  text-align: center;

  color: #6e5f64;
}

.business-bg {
  position: relative;
  padding: 100px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.business-content {
  position: relative;
  padding: 30px 0 0 0;
  font-weight: bold;
}

.business-bg-left {
  position: relative;
  width: 90%;
  height: 170px;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.business-bg-right {
  position: relative;
  margin-left: 10%;
  width: 90%;
  height: 170px;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.business-text-right {
  position: absolute;
  bottom: -15px;
  right: 0;
  padding: 9px 9px;
  width: auto;
  font-weight: bold;
  text-align: center;
  border-radius: 20px 20px 20px 2px;
  color: #fff !important;
  background: #e26b79;
}

.business-text-right p {
  font-size: 12px;
}

.business-text-left {
  position: absolute;
  bottom: -15px;
  left: 0;
  padding: 9px 9px;
  width: auto;
  font-weight: bold;
  text-align: center;
  border-radius: 20px 20px 2px 20px;
  color: #fff !important;
  background: #e26b79;
}

.business-text-left p {
  font-size: 12px;
}

.business-comment-text {
  position: relative;
}

.business-comment-img img,
.business-comment-text img {
  width: 70px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
}

.business-comment-text img {
  position: absolute;
  text-align: right;
  right: 0;
}

.business-comment-text p {
  color: #6e5f64;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
}

.accordion-content {
  padding: 5px;
  background: #f3d0d0;
  font-weight: bold;
  font-family: "YuGothic";
}

.accordion-content-right {
  border-radius: 3px 15px 15px 15px;
}

.accordion-content-left {
  border-radius: 15px 3px 15px 15px;
}

.accordion-content p {
  font-size: 12px;
  color: #e26b79;
}

.intro-box {
  width: 215px;
  padding: 10px;
  background-color: #f3d0d0;
  border-radius: 3px 15px 15px 15px;
  font-weight: 700;
}

.intro-box p {
  color: #e26b79;
  font-size: 11px;
  margin: 0;
  line-height: 16px;
}

.intro-box a {
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
}

.intro-more1,
.intro-more2,
.intro-more3,
.intro-more4 {
  color: #ffffff;
  font-size: 12px;
  text-decoration: underline;
  padding: 5px 5px 10px 5px;
  cursor: pointer;
}

.detail-link a {
  font-size: 12px;
  font-weight: bold;
  text-underline-offset: 0.3em;
  justify-content: right;
  align-items: center;
}

.business-comment-detail {
  width: 40px;
  padding: 0 5px;
}

.intro-box {
  width: 215px;
  padding: 10px;
  background-color: #f3d0d0;
  border-radius: 3px 15px 15px 15px;
  font-weight: 700;
  font-family: "YuGothic";
}

.intro-box p {
  color: #e26b79;
  font-size: 11px;
  margin: 0;
  line-height: 16px;
}

.intro-box a {
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
}

/* ピックアップニュース */
.pickup-news-content {
  background-size: auto auto;
  background-color: rgb(245, 217, 217);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 4px,
    rgba(243, 208, 208, 1) 4px,
    rgba(243, 208, 208, 1) 12px
  );
}

.pickup-news-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #6e5f64;
}

.pick-post {
  color: #6e5f64;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.pick-post a img {
  width: 100%;
  border-radius: 5px;
}

.pick-post h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 5px;
}

.pick-post p {
  font-size: 14px;
  font-weight: bold;
}

.pick-post a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

/*ニュース*/
.news-post {
  color: #6e5f64;
  border-top: 2px dotted #6e5f64;
  padding: 10px 0;
}

.news-post h3 {
  font-weight: bold;
}

/*採用関連*/
.saiyou-content div img {
  width: 300px;
}

.saiyou-text {
  position: absolute;
  bottom: -15px;
  left: 0;
  padding: 9px 16px;
  border-radius: 20px 2px 20px 20px;
  color: #fff;
  background: #e26b79;
}

.company-information-title {
  color: #464646;
  font-weight: 700;
  font-size: 12px;
  margin: 15px 0 0 0;
}

.company-information p {
  color: #6e5f64;
  font-size: 12px;
  padding: 4px 0;
  margin: 0;
}

.ci-bor {
  padding: 11px 0;
  border-bottom: 1px solid #c5bfc1;
}

.company-information {
  padding: 0 30px;
}

html {
  margin: 0px important!;
}
