@charset "UTF-8";
/* ///////////////////////////////////////////////

　トップページ

/////////////////////////////////////////////// */
/* ブレイクポイント */
/* ヒーロー */
.hero {
  position: relative;
}
@media (min-width: 769px) {
  .hero picture {
    height: 750px;
  }
  .hero picture img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
  }
}
.hero .copy {
  position: absolute;
  z-index: 5;
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(29px, 4.4545454545vw, 49px);
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 1140px) {
  .hero .copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .hero .copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .hero .copy {
    top: 250px;
    margin-left: 3vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media (max-width: 768px) {
  .hero .copy {
    bottom: -25px;
  }
}
.hero .copy span {
  display: inline-block;
  background-image: linear-gradient(var(--gradient-start), var(--gradient-end));
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (min-width: 769px) {
  .hero .copy span {
    padding: 0.3em 0.1em;
  }
  .hero .copy span:nth-of-type(2) {
    margin-top: 1em;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .hero .copy span {
    padding: 0.05em 0.3em;
  }
  .hero .copy span:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 1em;
  }
}
.hero::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 160px;
  content: "";
  background: url(../../home-img/wave.png) no-repeat center bottom;
  background-size: max(1600px, 100%) 100%;
}
@media (max-width: 768px) {
  .hero::after {
    background-size: 100%;
  }
}

.introduction {
  position: relative;
  padding-left: calc(50% - 710px);
  padding-right: calc(50% - 710px);
  display: flex;
  flex-wrap: wrap;
  background: url(../../home-img/bg-symbol.svg) no-repeat 30% 0;
  background-size: 600px;
}
@media screen and (max-width: 1460px) {
  .introduction {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .introduction {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .introduction {
    margin-top: -25px;
    flex-direction: row-reverse;
    gap: 80px;
    align-items: flex-end;
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .introduction {
    gap: 50px;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 100px;
    background-size: 200px;
    background-position: center top;
    position: relative;
  }
}
.introduction .image {
  position: relative;
}
@media (min-width: 769px) {
  .introduction .image {
    width: calc(50% - 40px);
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .introduction .image {
    margin-right: 10px;
  }
}
.introduction .image img {
  border-radius: 10px;
}
.introduction .image::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 0;
  translate: 20px 20px;
  content: "";
  background-image: linear-gradient(90deg, var(--gradient-end), var(--gradient-start));
  border-radius: 10px;
}
@media (max-width: 768px) {
  .introduction .image::before {
    translate: 10px 10px;
  }
}
.introduction .text {
  display: flex;
}
@media (min-width: 769px) {
  .introduction .text {
    position: relative;
    padding-right: 160px;
    flex-direction: row-reverse;
    width: calc(50% - 40px);
    height: 660px;
    padding-bottom: 120px;
  }
  .introduction .text p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media (max-width: 768px) {
  .introduction .text {
    flex-direction: column;
  }
}
.introduction .text .txt1 {
  color: var(--color-pink);
  font-size: clamp(18px, 2.8181818182vw, 31px);
  font-weight: 200;
  line-height: 1.49;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .introduction .text .txt1 {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) calc(100% - 1px), var(--color-pink) 0);
    background-size: 1.5em;
    height: 410px;¥;
  }
}
@media (max-width: 768px) {
  .introduction .text .txt1 {
    background: linear-gradient(rgba(255, 255, 255, 0) calc(100% - 1px), var(--color-pink) 0);
    background-size: auto 2.05em;
    line-height: 2;
  }
}
.introduction .text .txt2 {
  font-size: 18rem;
}
@media (min-width: 769px) {
  .introduction .text .txt2 {
    margin-top: 100px;
    margin-right: 2em;
  }
}
@media (max-width: 768px) {
  .introduction .text .txt2 {
    margin-top: 1.5em;
  }
}
.introduction .button {
  width: 330px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .introduction .button {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .introduction .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
  }
}

@media (min-width: 769px) {
  .home-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-menu {
    margin: 50px 10px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .home-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #F6F5F0 url(../img/mrk-right-pink.svg) no-repeat right 15px center/6px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
}

/* 新着情報 */
.news {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  display: grid;
}
@media screen and (max-width: 1140px) {
  .news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .news {
    margin-top: 120px;
    grid-template-columns: 40px 1fr;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .news {
    margin-top: 100px;
  }
}
.news h2 {
  color: var(--color-pink);
  font-family: var(--font-family-mincho);
  font-size: 26rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  position: relative;
}
@media (min-width: 769px) {
  .news h2 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: flex-end;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .news h2::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.15em;
    width: 2px;
    content: "";
    background: var(--color-pink);
  }
}
@media (max-width: 768px) {
  .news h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.8em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid var(--color-pink);
  }
}
.news .news-list li {
  display: grid;
}
@media (min-width: 769px) {
  .news .news-list li {
    grid-template-columns: 9em 6em auto;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .news .news-list li {
    grid-template-columns: 9em 1fr;
  }
}
.news .news-list li + li {
  margin-top: 1.3em;
}
.news .news-list .date {
  padding-top: 0.2em;
  color: var(--color-pink);
  font-weight: bold;
}
.news .news-list .category {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  background: #F6F5F0;
  border-radius: 2px;
  font-size: 14rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .news .news-list .category {
    width: 6em;
    margin-left: 1em;
  }
}
.news .news-list .title {
  padding-top: 0.2em;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news .news-list .title:hover {
  color: var(--color-pink);
}
@media (max-width: 768px) {
  .news .news-list .title {
    grid-column: 1/3;
    margin-top: 0.5em;
  }
}
.news .go-archive {
  text-align: center;
}
.news .go-archive a {
  width: 270px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .news .go-archive {
    grid-column: 1/3;
  }
}
@media (max-width: 768px) {
  .news .go-archive {
    margin-top: 50px;
  }
}

/* ご提供サービス */
.service {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  background: #F6F5F0;
  position: relative;
  display: flex;
  gap: min(6vw, 100px);
}
@media screen and (max-width: 1140px) {
  .service {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .service {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .service {
    margin-top: 120px;
    flex-direction: row-reverse;
    padding-top: 120px;
    padding-bottom: 220px;
  }
}
@media (max-width: 768px) {
  .service {
    margin-top: 100px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 220px;
  }
}
.service::before {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 65px;
  content: "";
  background: url(../../home-img/service-top.png) no-repeat center top;
  background-size: max(1600px, 100%) 100%;
}
@media (max-width: 768px) {
  .service::before {
    background-size: 100%;
  }
}
.service::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 120px;
  content: "";
  background: url(../../home-img/wave.png) no-repeat center bottom;
  background-size: max(1600px, 100%) 100%;
}
@media (max-width: 768px) {
  .service::after {
    background-size: 100%;
  }
}
.service .sec-header {
  display: grid;
  justify-items: center;
  align-content: start;
}
.service h2 img {
  margin-top: 20px;
  translate: -3px;
}
.service h2 span:nth-of-type(2) {
  margin-top: 1em;
}
.service .button {
  width: 250px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .service .button {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .service .button {
    position: absolute;
    bottom: 120px;
    left: 50%;
    translate: -50%;
  }
}
.service .vacancy {
  background: #fff;
  border-radius: 10px;
  display: grid;
  gap: 25px 40px;
}
@media (min-width: 769px) {
  .service .vacancy {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .service .vacancy {
    padding: 20px 15px;
    margin-bottom: 10px;
  }
}
.service .vacancy header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  .service .vacancy header {
    grid-column: 1/3;
  }
}
.service .vacancy h3 {
  display: inline-flex;
  align-items: center;
  font-size: 20rem;
  font-weight: bold;
}
.service .vacancy h3 i {
  margin-right: 10px;
}
.service .vacancy dl {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service .vacancy dl dt {
  width: 100%;
  padding: 7px;
  margin-bottom: 10px;
  background: #F6F5F0;
  font-size: 18rem;
  font-weight: bold;
}
.service .vacancy dl dd em {
  font-size: 20px;
  padding-right: 0.1em;
}
.service .vacancy dl dd + dd {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #333;
}
.service .menu {
  display: grid;
}
@media (min-width: 769px) {
  .service .menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .service .menu {
    gap: 10px;
  }
}
.service .menu > a {
  display: grid;
  align-content: start;
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.65;
}
.service .menu > a:hover {
  text-decoration: none;
}
.service .menu > a:hover img {
  opacity: 1;
}
.service .menu > a:hover .default {
  display: none;
}
.service .menu > a:hover .hover {
  display: block;
}
.service .menu > a:hover .desc {
  color: var(--color-pink);
}
.service .menu .thumb {
  margin: -30px -20px 25px;
}
.service .menu .thumb .hover {
  display: none;
}
.service .menu .title {
  margin-bottom: 0.2em;
  font-size: 20rem;
  font-weight: bold;
}
.service .menu .title small {
  padding-left: 0.5em;
  font-size: 16rem;
}
.service .menu .desc {
  text-decoration: underline;
}

/* 暮らしと環境 */
.living {
  margin-top: 80px;
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  position: relative;
}
@media screen and (max-width: 1140px) {
  .living {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .living {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.living .sec-header::after {
  content: url(../../home-img/img-symbol.svg);
}
@media (min-width: 769px) {
  .living .sec-header {
    position: absolute;
    padding-left: 40px;
  }
  .living .sec-header::after {
    display: inline-block;
    margin-top: 80px;
    width: 210px;
  }
}
@media (max-width: 768px) {
  .living .sec-header {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .living .sec-header::after {
    position: absolute;
    bottom: 0;
    left: calc(50% + 70px);
    width: 92px;
  }
}
.living .sec-body > section {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .living .sec-body > section {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .living .sec-body > section {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }
  .living .sec-body > section + section {
    margin-top: 50px;
  }
}
.living h2 {
  margin-left: 20px;
}
.living h2 img {
  margin-top: 110px;
  margin-bottom: 15px;
  translate: -6px;
}
@media (max-width: 768px) {
  .living .image {
    max-width: 310px;
  }
}
@media (min-width: 769px) {
  .living .text {
    flex-shrink: 10;
  }
}
@media (max-width: 768px) {
  .living .text {
    text-align: center;
  }
}
.living .number {
  color: var(--color-pink);
  font-size: 18px;
  font-family: var(--font-family-mincho);
}
.living h3 {
  margin: 0.4em 0 0.8em;
  font-size: 26rem;
  font-weight: bold;
}
.living .desc {
  font-size: 18rem;
  line-height: 1.5;
}
.living .buttons {
  display: flex;
  gap: 25px;
  margin-top: 40px;
}
.living .buttons a {
  width: 250px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .living .buttons {
    display: none;
  }
}

@media (min-width: 769px) {
  .living-1 {
    padding-left: 280px;
  }
  .living-1 .text {
    padding-right: 100px;
  }
  .living-2 {
    margin-top: -40px;
    padding-left: 360px;
    flex-direction: row-reverse;
  }
  .living-2 .image {
    margin-right: 40px;
  }
  .living-3 {
    margin-top: -60px;
  }
}
/* CTA */
.home-cta {
  margin-top: 30px;
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  background: url(../../home-img/bg-cta.jpg) no-repeat center/cover;
  color: #fff;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .home-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .home-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .home-cta {
    padding-top: 180px;
    padding-bottom: 210px;
  }
}
@media (max-width: 768px) {
  .home-cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.home-cta::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  content: "";
  background: url(../../home-img/cta-top.png) no-repeat center top;
  background-size: max(1600px, 100%) 100%;
}
@media (max-width: 768px) {
  .home-cta::before {
    background-size: 100%;
  }
}
.home-cta::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 120px;
  content: "";
  background: url(../../home-img/wave.png) no-repeat center bottom;
  background-size: max(1600px, 100%) 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 768px) {
  .home-cta::after {
    background-size: 100%;
  }
}
.home-cta p {
  margin-bottom: 1.1em;
  font-size: clamp(20px, 2.5454545455vw, 28px);
  text-align: center;
  line-height: 1.5;
}
.home-cta .how {
  display: grid;
  align-items: center;
}
@media (min-width: 769px) {
  .home-cta .how {
    grid-template-columns: auto 1fr auto;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .home-cta .how {
    gap: 20px;
    justify-items: center;
  }
}
.home-cta .tel {
  display: grid;
}
.home-cta .tel a {
  display: inline-flex;
  align-items: center;
  font-size: clamp(36px, 4.9090909091vw, 46px);
  text-decoration: none;
}
.home-cta .tel i {
  margin-right: 10px;
  translate: 0 -5px;
}
@media (max-width: 768px) {
  .home-cta .tel i {
    display: none;
  }
}
.home-cta .tel .time {
  margin-top: 0.4em;
  padding: 0.3em;
  border: 1px solid currentColor;
  font-size: 21rem;
  text-align: center;
}
@media (min-width: 769px) {
  .home-cta .tel .time {
    margin-left: 41px;
  }
}
.home-cta .fax {
  font-size: clamp(18px, 2.4545454545vw, 27px);
}
.home-cta .button {
  max-width: 340px;
  height: 70px;
  border-color: #fff;
  color: var(--color-pink);
  white-space: nowrap;
}
@media (min-width: 769px) {
  .home-cta .button {
    margin-left: auto;
  }
}

/* Recruitment */
.recruit {
  margin-top: 60px;
  padding-left: calc(50% - 495px);
  padding-right: calc(50% - 495px);
  display: flex;
}
@media screen and (max-width: 1030px) {
  .recruit {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .recruit {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .recruit {
    flex-direction: row-reverse;
    align-items: center;
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .recruit {
    flex-direction: column;
    gap: 40px;
    position: relative;
    padding-bottom: 100px;
  }
}
.recruit h2 {
  margin-bottom: 1em;
  color: var(--color-pink);
  font-size: clamp(20px, 2.1818181818vw, 24px);
  font-weight: 200;
}
.recruit p {
  font-size: clamp(22px, 2.7272727273vw, 30px);
  font-weight: 200;
}
.recruit .button {
  margin-top: 65px;
  width: 250px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .recruit .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
  }
}
@media (max-width: 768px) {
  .recruit .image {
    max-width: 330px;
    margin: auto;
  }
}

/* parts */
.h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.h2 > span {
  display: inline-block;
  padding: 0.3em 0.1em;
  background-image: linear-gradient(var(--gradient-start), var(--gradient-end));
  color: #fff;
  font-size: clamp(29px, 4.1818181818vw, 46px);
  font-family: var(--font-family-mincho);
  font-weight: 200;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.h2 > span:nth-of-type(2) {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .h2 img {
    zoom: 0.7;
    -moz-transform: scale(0.7);
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  height: 50px;
  padding: 0 100px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.button::after {
  position: absolute;
  top: calc(50% - 4.5px);
  right: 20px;
  width: 6px;
  height: 9px;
  translate: 0 -5px;
  content: url(../img/mrk-right-pink.svg);
}
.button:hover {
  background-image: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
  border-color: currentColor;
  color: #fff;
  text-decoration: none;
}
.button:hover::after {
  content: url(../img/mrk-right.svg);
}
.news .news-list .home-news-important-item {
  background-color: #fce6e6;
  padding: 5px;
}
.news .news-list .home-news-important-item .category{
  background-color: #f00;color: #fff;
}