@charset "UTF-8";
/* お知らせ */
.info-body {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
  margin: 0 auto;
  width: 1005px;
}

.info-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  padding-right: 50px;
}

.info-item {
  align-items: center;
  display: flex;
}

.info-item .info-date {
  font-family: var(--robot);
  font-size: 1.6rem;
}

.info-icon {
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 20px;
  line-height: 2.0rem;
  text-align: center;
  width: 110px;
}

.info-item .info-cap {
  font-size: 1.6rem;
  margin-left: 25px;
}

/* .info-item .info-cap:hover {
  opacity: .7;
} */
.info-item .info-cap a:hover {
  opacity: 1;
  text-decoration: underline;
}

.info-all-link a {
  font-weight: 900;
  letter-spacing: .01em;
  position: relative;
}

.info-all-link a::before {
  margin-right: 7px;
  position: relative;
  vertical-align: middle;
}

/* 代表メッセージ */
.message {
  padding: 120px 0;
  text-align: center;
}

.message h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.53;
  padding-bottom: 29px;
  position: relative;
}

.message h2::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 50px;
}

.message p {
  letter-spacing: .05em;
  line-height: 1.93;
  padding: 27px 0 27px;
}

.message .btn {
  padding: 0;
}

/* サービス */
.service {
  padding: 116px 0 120px;
}

.type-c .service {
  background: #fff;
  padding-top: 0;
}

.service-ttl {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 48px;
  text-align: center;
}

.service-ttl span {
  display: block;
  font-family: var(--robot);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .05em;
  margin: 0 0 5px;
}

.service-ttl.type-base {
  color: var(--white);
}

.type-b .service-ttl.type-base {
  color: var(--base);
}

.type-c .service-ttl.type-base {
  color: var(--base);
}

.service-cap {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.58;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.type-b .service-cap {
  color: var(--base);
}

.type-c .service-cap {
  color: var(--base);
}

.service-cap small {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(2.4rem * 1.58);
}

.service-txt {
  color: var(--white);
  height: 160px;
  letter-spacing: .05em;
  line-height: 1.87;
  padding: 16px 0 30px;
}

.service-txt .sub {
  display: block;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 3px;
}

.type-b .service-txt {
  color: var(--base);
}

.type-c .service-txt {
  color: var(--base);
}

.service ul {
  align-items: baseline;
  display: flex;
  gap: 0 60px;
  justify-content: center;
}

.service ul li {
  width: 200px;
}
.service ul li::before {
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 50%;
  content: "";
  display: block;
  height: 140px;
  margin: 0 auto 30.5px;
  width: 140px;
}

.service ul li figure {
  background-color: var(--white);
  border-radius: 50%;
  height: 140px;
  margin: 0 auto 30.5px;
  position: relative;
  width: 140px;
}

.service ul li figure img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* .service ul li:nth-child(2) figure img {
  width: 86px;
  left: 14px;
} */
.service ul li .btn a {
  width: 200px;
}

/* 特長 */
.features {
  margin-bottom: 120px;
  padding: 120px 0;
}

.type-b .features {
  padding-top: 0;
}

.type-c .features {
  background-color: #fff;
  padding-bottom: 0;
  padding-top: 0;
}
.type-c .features ul {
  margin-top: 0;
}

.features-body {
  margin: 0 auto;
  width: 1000px;
}

.features-ttl {
  display: flex;
  gap: 0 21px;
  justify-content: space-between;
}

.features-ttl h2 {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.28;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.features-ttl h2 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}

.features-ttl .heading-tertiary span {
  font-size: 2.6rem;
  line-height: 3.7rem;
}

.features-ttl p {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.48;
}

.features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: flex-start;
  margin-top: 52px;
}

.features ul li {
  counter-increment: feature;
  width: calc((100% - 50px) / 2);
}

.type-b .features ul li {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  width: 100%;
}

.type-c .features ul li {
  align-items: flex-start;
  background: #f8f8f8;
  border-radius: 20px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 50px;
  width: 100%;
}

.features ul li figure {
  border-radius: 20px;
  height: 325px;
  width: 475px;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features ul li figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.type-b .features ul li figure {
  height: 205px;
  width: 300px;
}

.type-c .features ul li figure {
  height: 205px;
  width: 300px;
}

.features ul li h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.58;
  margin: 24px 0;
}

.features ul li h3::before {
  content: counter(feature);
  font-size: 3rem;
  margin-right: 10px;
  vertical-align: -2px;
}

.features ul li p {
  font-size: 1.6rem;
  line-height: 1.875;
}

.type-b .features ul li .txt-box {
  width: calc(100% - (300px + 50px));
}
.type-b .features ul li h3 {
  margin: 0 0 16px;
}

.type-c .features ul li .txt-box {
  width: calc(100% - (300px + 50px));
}
.type-c .features ul li h3 {
  margin: 0 0 16px;
}

.features ul li.single {
  align-items: flex-start;
  display: flex;
  gap: 50px;
  justify-content: flex-start;
  width: 100%;
}

.features ul li.single .txt-box {
  width: calc(100% - (475px + 50px));
}
.features ul li.single .txt-box h3 {
  margin: 0 0 24px;
}

.type-b .features ul li.single .txt-box {
  width: calc(100% - (300px + 50px));
}

.type-c .features ul li.single .txt-box {
  width: calc(100% - (300px + 50px));
}

.features ul li.single h3::before {
  content: none;
}

/* 会社情報、店舗情報、採用情報 */
.content-a,
.content-b {
  display: flex;
  margin: 0 auto;
  width: 1000px;
  align-items: center;
}

.content-a,
.content-b {
  justify-content: space-between;
  padding-bottom: 120px;
}

.content-c {
  background-color: #f8f8f8;
  height: 549px;
  overflow: hidden;
  position: relative;
}

.content-c::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 763px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(calc(-50% - 7px), calc(-50% - 66px));
  width: 1507px;
  z-index: 1;
}

.content-c .content-c-body {
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 49px 0 48px;
  width: 908px;
}
.content-c .content-c-body::after {
  clear: both;
  content: "";
  display: block;
}

.content-a .img-box,
.content-b .img-box {
  display: flex;
  gap: 0 20px;
  width: 500px;
}

.content-a figure,
.content-b figure {
  border-radius: 20px;
  text-align: center;
  width: 100%;
  height: 325px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-a figure img,
.content-b figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.content-c figure {
  float: left;
  height: 440px;
  margin-top: 6px;
  width: 440px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-c figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.content-detail {
  width: 400px;
}

.content-c .content-detail {
  float: left;
  left: 38px;
  padding-top: 70px;
  position: relative;
  text-align: center;
  width: auto;
}

.content-a .content-detail h2 {
  text-align: right;
}

.content-b .content-detail h2 {
  text-align: left;
}

.content-detail h2 {
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.28;
}
.content-detail h2 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin: 0 0 5px;
}

.content-detail .content-txt {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.46;
  padding: 32px 0 30px;
  text-align: left;
}

.content-c .content-detail .content-txt {
  text-align: center;
}

.content-a .content-detail .btn {
  float: right;
}

.content-b .content-detail .btn {
  float: left;
}

.content-c .content-detail .btn {
  position: relative;
  z-index: 2;
}

div[class*="kv-"].swiper {
  min-width: 1000px;
  height: 540px;
}
div[class*="kv-"].swiper .swiper-slide {
  overflow: hidden;
}
div[class*="kv-"].swiper .kv-img {
  margin: auto;
  width: 1366px;
  height: 540px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div[class*="kv-"].swiper .kv-img img {
  vertical-align: middle;
  width: 100%;
  max-width: none;
}
div[class*="kv-"].swiper .kv-detail {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 1000px;
  height: 540px;
}
div[class*="kv-"].swiper .swiper-pagination {
  bottom: 14px;
}
div[class*="kv-"].swiper .swiper-pagination span {
  height: 10px;
  margin: 0 7.5px;
  width: 10px;
}

/* KVパターンA */
.swiper.kv-a .swiper-pagination-bullet {
  background: var(--white);
  opacity: 1;
}
.swiper.kv-a .kv-inner {
  /* height: -webkit-fit-content; */
  /* height: fit-content; */
  /* margin: auto; */
  position: absolute;
  /* top: 0; */
  left: 0;
  top: 50%;
  transform: translate(0, calc(-50% + 152px ));
  z-index: 1;
}

/* KVパターンB */
.swiper.kv-b .swiper-pagination-bullet {
  background: var(--white);
}
.swiper.kv-b .kv-inner {
  /* height: -webkit-fit-content; */
  /* height: fit-content; */
  /* margin: auto; */
  position: absolute;
  /* top: 0; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 168px ));
}

.swiper.kv-c .swiper-pagination-bullet {
  background: #DDDDDD;
  opacity: 1;
}
.swiper.kv-c .kv-inner {
  /* height: -webkit-fit-content; */
  /* height: fit-content; */
  /* margin: auto; */
  position: absolute;
  /* top: 0; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 165px ));
}

.swiper.kv-d .swiper-pagination-bullet {
  background: var(--white);
}
.swiper.kv-d .swiper-slide .kv-img {
  width: 1452px;
  transform: translate(calc(-50% + 86px), -50%);
}
.swiper.kv-d .kv-inner {
  /* height: -webkit-fit-content; */
  /* height: fit-content; */
  /* margin: auto; */
  position: absolute;
  /* top: 0; */
  left: 30px;
  top: 50%;
  transform: translate(0, calc(-50% + 157px ));
}