@charset "UTF-8";

/*-----------------------
キービジュアル
------------------------*/
.kv {
  position: relative;
  width: 100svw;
  height: calc(100vh - 80px);
  height: 100svh;
  max-height: 768px;
  overflow: hidden;
  margin-top: -111px;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
  -webkit-transition-property: max-height, color, background-color;
  -o-transition-property: max-height, color, background-color;
  transition-property: max-height, color, background-color;
  -webkit-transition-duration: 0.1s, 0.6s, 0.6s;
  -o-transition-duration: 0.1s, 0.6s, 0.6s;
  transition-duration: 0.1s, 0.6s, 0.6s;
}
@media screen and (max-width: 768px) {
  .kv {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    -webkit-transition-duration: 0.1s, 0.6s, 0.6s;
    -o-transition-duration: 0.1s, 0.6s, 0.6s;
    transition-duration: 0.1s, 0.6s, 0.6s;
    max-height: 470px;
  }
}
.kv__inner {
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100svw;
  height: 100svh;
  max-height: 768px;
  background-color: #FFF;
  z-index: 20;
  -webkit-transition-property: opacity, visibility, color, background-color;
  -o-transition-property: opacity, visibility, color, background-color;
  transition-property: opacity, visibility, color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
@media screen and (max-width: 768px) {
  .kv__inner {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .kv__inner {
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    max-height: 470px;
  }
}
.kv__bg {
  background-image: url("../media/images/top/img_kv.jpg");
  background-size: cover;
  background-position: bottom right;
  position: absolute;
  width: 100svw;
  height: 100svh;
  max-height: 768px;
}
@media screen and (min-width: 769px) {
  .kv__bg {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .kv__bg {
    background-image: url("../media/images/top/img_kv_sp.jpg");
    background-size: cover;
    background-position: center;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    max-height: 470px;
  }
}
.kv__catch {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kv__catch {
    bottom: 55px;
    left: 55px;
  }
}
@media screen and (max-width: 768px) {
  .kv__catch {
    bottom: 13px;
    left: 20px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.kv__catch h1 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1088px) {
  .kv__catch h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .kv__catch h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
/*-----------------------
私たちについて
------------------------*/
.aboutus {
  margin: 80px auto 102px;
  padding: 90px 60px;
  max-width: 1088px;
  background: #004B20;
}
@media screen and (max-width: 768px) {
  .aboutus {
    margin: 0 auto 20px;
    padding: 40px 32px;
  }
}
.aboutus__inner {
  margin: auto;
  max-width: 720px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .aboutus__inner {
    font-size: 12px;
  }
}
.aboutus__inner h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 44px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .aboutus__inner h2 {
    font-size: 14px;
    line-height: 2;
    padding-left: 0;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus__inner h2 span {
    display: block;
  }
}
.aboutus__inner p {
  letter-spacing: 0.07em;
  line-height: 36px;
  font-weight: medium;
}
@media screen and (max-width: 768px) {
  .aboutus__inner p {
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus__inner picture {
    padding-right: 19px;
    margin: 0 0 24px;
    display: block;
  }
}
/*-----------------------
事業内容
------------------------*/
.business {
  max-width: 1088px;
  margin: auto;
}
.business__box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin: 0 0 100px;
}
@media screen and (max-width: 1088px) {
  .business__box {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .business__box {
    flex-direction: column;
    max-width: calc(100% - 40px);
    margin: 0 auto 36px;
    gap: 20px;
  }
}
.business__box:nth-child(2n) {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .business__box:nth-child(2n) {
    flex-direction: column;
    max-width: calc(100% - 40px);
    margin: 0 auto 36px;
    gap: 20px;
  }
}
.business__box:nth-child(2n) .business__text {
  margin-right: auto;
  margin-left: 75px;
  max-width: 444px;
}
@media screen and (max-width: 1088px) {
  .business__box:nth-child(2n) .business__text {
    padding-right: 20px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .business__box:nth-child(2n) .business__text {
    padding-right: 0;
    margin-left: auto;
    max-width: 100%;
  }
}
.business__box.lifeevent {
  max-width: calc(1088px + 40px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 132px;
  padding: 0 20px;
}
@media screen and (max-width: 1088px) {
  .business__box.lifeevent {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .business__box.lifeevent {
    max-width: calc(100% - 40px);
    margin-bottom: 47px;
    padding: 0;
  }
}
@media screen and (max-width: 1088px) {
  .business__box.lifeevent .business__text {
    padding-left: 0;
  }
}
.business__box.care {
  margin-right: auto;
}


.business__box.column01 {
  margin-left: auto;
  margin-bottom: 180px;
}
@media screen and (max-width: 1088px) {
  .business__box.column01 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .business__box.column01 {
    margin-bottom: 24px;
  }
}


.business__box.column02 {
  margin-left: auto;
  margin-bottom: 180px;
}
@media screen and (max-width: 1088px) {
  .business__box.column02 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .business__box.column02 {
    margin-bottom: 24px;
  }
}


.business__image {
  max-width: calc((100% - (50% - (1088px / 2))/2) + 75px);
}
.business__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .business__image img {
    display: block;
  }
}
.business__text {
  max-width: 496px;
  margin-right: 75px;
  margin-top: 3px;
}
@media screen and (max-width: 1088px) {
  .business__text {
    margin-right: 25px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .business__text {
    padding-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-width: 100%;
  }
}
.business__text h2 {
  color: #004B20;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1088px) {
  .business__text h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .business__text h2 {
    font-size: 18px;
    margin: 0 0 18px;
  }
}
.business__text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 24px;
  letter-spacing: 0.1em;
  line-height: 36px;
}
@media screen and (max-width: 1088px) {
  .business__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .business__text p {
    font-size: 12px;
    line-height: 2.0833333333;
    margin: 0 0 20px;
  }
}
.business__sub {
  background-color: rgba(240, 131, 0, 0.09);
  padding: 16px 28px 16px;
}
@media screen and (max-width: 768px) {
  .business__sub {
    padding: 14px 25px 14px;
  }
}
.business__sub h3 {
  color: #004B20;
  font-size: 21px;
  font-weight: 500;
  margin: 7px 0 16px;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1088px) {
  .business__sub h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .business__sub h3 {
    font-size: 15px;
    margin: 0 0 9px;
  }
}
.business__sub ul {
  margin: 0;
  padding: 0;
}
.business__sub ul li {
  line-height: 1.875;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1088px) {
  .business__sub ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .business__sub ul li {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
/*-----------------------
会社概要
------------------------*/
.company {
  background: rgba(0, 0, 0, 0.08);
  padding: 78px 0 90px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 20px 25px 21px;
  }
}
.company__inner {
  margin: auto;
  max-width: 1088px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1088px) {
  .company__inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .company__inner {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}
.company h2 {
  width: 300px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .company h2 {
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
}
.company h2 span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  letter-spacing: 0.06em;
  margin: 22px 0 0;
}
@media screen and (max-width: 768px) {
  .company h2 span {
    font-size: 12px;
    text-align: center;
    margin: 7px 0 0;
  }
}
.company__table {
  max-width: 720px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: calc(100% - 300px);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .company__table {
    margin: 34px 0 0;
    width: 100%;
  }
}
.company__table dt {
  font-size: 16px;
  font-weight: 500;
  width: 127px;
  padding: 16px 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company__table dt {
    font-size: 12px;
    width: 71px;
    padding: 10px 0;
    line-height: 1.5384615385;
  }
}
.company__table dd {
  font-size: 16px;
  font-weight: 400;
  width: calc(100% - 127px);
  padding: 16px 0;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company__table dd {
    font-size: 12px;
    width: calc(100% - 75px);
    padding: 10px 0;
    line-height: 1.5384615385;
  }
}
.company__table dd .map {
  text-decoration: underline;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .company__table dd .map {
    margin-top: 10px;
  }
}
.company__table dd .map::before {
  content: "";
  background-image: url("../media/images/common/icon_map.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .company__table dd .map::before {
    width: 20px;
    height: 20px;
  }
}
/*-----------------------
ニュース
------------------------*/
.news {
  position: relative;
  padding: 0 25px 0;
  margin: 80px auto 45px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 0 25px;
    margin: 24px auto;
  }
}
.news__inner {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
}
.news__head {
  font-family: "Jost", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news .button {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .news .button {
    margin-top: 6px;
  }
}
.news__heading {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .news__heading {
    font-size: 20px;
    margin-right: 12px;
  }
}
.news__list {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin: 35px 0;
}
@media screen and (max-width: 768px) {
  .news__list {
    gap: 0;
    margin: 13px 0 0;
  }
}
.news__list .card {
  position: relative;
  background-color: #FFF;
  width: calc((100%  - 32px) /3);
}
@media screen and (max-width: 768px) {
  .news__list .card {
    width: 100%;
  }
}
.news__list .card a[href^="javascript"] {
  cursor: default;
}
@media screen and (max-width: 768px) {
  .news__list .card:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.news__list .card__link {
  padding: 27px 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .news__list .card__link {
    padding: 14px 17px 17px;
    border-bottom: none;
  }
}
.news__list .card__category {
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.06em;
  display: inline-block;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .news__list .card__category {
    font-size: 10px;
  }
}
.news__list .card__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 24px;
  height: calc(24px * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .news__list .card__text {
    font-size: 12px;
    margin-bottom: 3px;
    height: auto;
    line-height: 20px;
  }
}
.news__list .card__date {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news__list .card__date {
    font-size: 10px;
  }
}
/*-----------------------
採用情報
------------------------*/
.recruit {
  max-width: 1088px;
  width: 100%;
  margin: 45px auto 82px;
  background-image: url("../media/images/top/bg_recruit.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit {
    margin: 32px auto 0;
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .recruit {
    background-image: url("../media/images/top/bg_recruit_sp.jpg");
    background-size: cover;
    background-position: center;
  }
}
.recruit a {
  padding: 40px 75px 50px;
  height: 100%;
}
@media screen and (max-width: 1088px) {
  .recruit a {
    padding: 40px 48px 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit a {
    padding: 58px 25px 30px 53px;
  }
}
@media screen and (min-width: 769px) {
  .recruit a:hover {
    opacity: 1;
  }
  .recruit a:hover .button::before {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  }
  .recruit a:hover .button::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
    transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
    -o-transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
    transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
    transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99), -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.recruit__head {
  max-width: 306px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit__head {
    max-width: 214px;
    margin-bottom: 47px;
    margin-top: 59px;
  }
}
.recruit__head::before {
  content: "";
  display: block;
  width: 57%;
  height: 40%;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit__head::before {
    top: 8px;
  }
}
.recruit__head::after {
  content: "";
  display: block;
  width: 100%;
  height: calc((100% - 40%) - 12px);
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit__head::after {
    height: calc((100% - 40%) - 7px);
    bottom: -2px;
  }
}
.recruit__head h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  padding-left: 2px;
  line-height: 1.45;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .recruit__head h2 {
    font-size: 26px;
    margin-bottom: 22px;
  }
}
.recruit__head-sub {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 2px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .recruit__head-sub {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .recruit .button {
    position: absolute;
    right: 75px;
    bottom: 56px;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .recruit .button {
    position: relative;
    z-index: 2;
    margin-left: 10px;
  }
}
/*# sourceMappingURL=./top.css.map */