@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* --------------------------------
TOP
----------------------------------- */
#top .top-links {
  padding: 12rem 0 7.4rem;
  background: #f3f3f4;
  position: relative;
}
@media (max-width: 767px) {
  #top .top-links {
    padding: 2rem 0 5rem;
  }
}
#top .top-links .top-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
#top .top-links .top-nav ul {
  padding: 2.5rem 7.8rem;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0 0.3rem #d3d3d3;
  display: flex;
}
#top .top-links .top-nav ul li a {
  width: 17rem;
  height: 3rem;
  display: grid;
  place-content: center;
  position: relative;
  font-weight: 500;
  transition: all 0.4s;
  position: relative;
  border-right: 0.1rem solid #d3d3d3;
}
@media (min-width: 768px) {
  #top .top-links .top-nav ul li a::before {
    content: "";
    width: 70%;
    height: 0.3rem;
    background: #c9171e;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    clip-path: inset(0 100% 0 0);
    transition: all 0.6s;
  }
}
#top .top-links .top-nav ul li a:hover::before {
  clip-path: inset(0);
}
#top .top-links .top-nav ul li:first-of-type a {
  border-left: 0.1rem solid #d3d3d3;
}
@media (max-width: 767px) {
  #top .top-links .inner {
    width: 100%;
  }
}
#top .top-links .slick-track {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  #top .top-links .slick-track {
    padding: 1rem 0;
  }
}
#top .top-links .top-links-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.6);
  margin: 0 2rem;
}
@media (max-width: 767px) {
  #top .top-links .top-links-item {
    margin: 0 0.5rem;
  }
}
#top .top-links .top-links-item__image {
  width: 100%;
  height: 18.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .top-links .top-links-item__image {
    height: initial;
  }
}
#top .top-links .top-links-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #top .top-links .top-links-item__image img {
    height: auto;
    aspect-ratio: 330/178;
  }
}
#top .top-links .top-links-item__textarea {
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  #top .top-links .top-links-item__textarea {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #top .top-links .top-links-item__textarea {
    padding: 0 2rem;
    height: 6.2rem;
  }
}
@media (max-width: 767px) {
  #top .top-links .top-links-item__name p {
    font-size: 1.4rem;
  }
}
#top .top-links .top-links-item__arrow-circle {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 0.1rem solid #c9171e;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all 0.4s;
}
#top .top-links .top-links-item__arrow-circle .arrow-icon {
  width: 1.6rem;
  font-size: 0;
}
#top .top-links .top-links-item__arrow-circle .arrow-icon svg {
  fill: #c9171e;
  transition: all 0.4s;
}
#top .top-links .top-links-item:hover .top-links-item__image img {
  transform: scale(1.1);
}
#top .top-links .top-links-item:hover .top-links-item__arrow-circle {
  background: #c9171e;
}
#top
  .top-links
  .top-links-item:hover
  .top-links-item__arrow-circle
  .arrow-icon
  svg {
  fill: #fff;
}
#top .top-links .slick-dots {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  position: absolute;
  top: calc(100% + 1.8rem);
  left: 0;
  width: 100%;
}
#top .top-links .slick-dots li {
  width: 1.2rem;
  height: 1.2rem;
}
#top .top-links .slick-dots li button {
  width: 100%;
  height: 100%;
  border: 0.1rem solid #c9171e;
  border-radius: 50%;
  background: #fff;
  text-indent: 9999px;
}
#top .top-links .slick-dots li.slick-active button {
  background: #c9171e;
}
#top .top-news {
  padding: 7rem 0 14rem;
}
@media (max-width: 767px) {
  #top .top-news {
    padding: 6rem 0 6rem;
  }
}
#top .top-news__main {
  display: flex;
}
@media (max-width: 767px) {
  #top .top-news__main {
    flex-direction: column;
  }
}
#top .top-news__title {
  flex: 1;
}
@media (max-width: 767px) {
  #top .top-news__contents {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  #top .top-news__items {
    width: 77.4rem;
  }
}
#top .top-news .top-news-item {
  padding: 2.5rem 1.6rem;
  display: flex;
  border-bottom: 0.1rem solid #d3d3d3;
}
@media (max-width: 767px) {
  #top .top-news .top-news-item {
    flex-direction: column;
    padding: 2rem 1.4rem;
  }
}
#top .top-news .top-news-item__date {
  width: 14rem;
}
#top .top-news .top-news-item__title {
  flex: 1;
}
#top .top-news .top-news-item__title h3 {
  font-size: 1.6rem;
  font-weight: 400;
}
#top .top-news .top-news-item__title h3 span {
  border-bottom: 0.1rem solid #c9171e;
}
#top .top-news .top-news-item:hover {
  background: #f3f3f4;
}
#top .top-news__link {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
#top .top-about {
  padding: 4.8rem 0 11rem;
  background: #f3f3f4;
  border-radius: 5rem;
}
@media (max-width: 767px) {
  #top .top-about {
    padding: 3rem 0 6.6rem;
  }
}
#top .top-about__title {
  text-align: center;
}
#top .top-about__contents {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  #top .top-about__contents {
    margin-top: 3.6rem;
  }
}
#top .top-about__items {
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
}
#top .top-about .top-about-item {
  display: flex;
}
@media (min-width: 768px) {
  #top .top-about .top-about-item {
    column-gap: 8rem;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #top .top-about .top-about-item {
    flex-direction: column;
    row-gap: 2.4rem;
  }
}
#top .top-about .top-about-item__image-area {
  height: min(35.15625vw, 450px);
  position: relative;
}
@media (min-width: 768px) {
  #top .top-about .top-about-item__image-area {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #top .top-about .top-about-item__image-area {
    width: 100%;
    height: 26.2rem;
  }
}
#top .top-about .top-about-item__image {
  width: min(46.875vw, 600px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 8.2rem 8.2rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .top-about .top-about-item__image {
    width: 37rem;
    border-radius: 0 5rem 5rem 0;
  }
}
#top .top-about .top-about-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  #top .top-about .top-about-item__textarea {
    flex: 1;
  }
}
#top .top-about .top-about-item__title h3 {
  font-size: 3.6rem;
  line-height: 1.2;
}
#top .top-about .top-about-item__title p {
  font-size: 1.8rem;
  color: #c9171e;
}
#top .top-about .top-about-item__text {
  margin-top: 3rem;
}
#top .top-about .top-about-item__link {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #top .top-about .top-about-item__link {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  #top .top-about .top-about-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
#top .top-about .top-about-item:nth-of-type(even) .top-about-item__image {
  right: initial;
  left: 0;
  border-radius: 8.2rem 0 0 8.2rem;
}
@media (max-width: 767px) {
  #top .top-about .top-about-item:nth-of-type(even) .top-about-item__image {
    border-radius: 5rem 0 0 5rem;
  }
}
#top .top-recruit {
  padding: 9rem 0 16rem;
}
@media (max-width: 767px) {
  #top .top-recruit {
    padding: 9rem 0 7rem;
  }
}
#top .top-recruit__contents {
  position: relative;
}
#top .top-recruit .top-recruit-item {
  display: flex;
  border-radius: 4rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #top .top-recruit .top-recruit-item {
    flex-direction: column;
    border-radius: 5rem;
  }
}
@media (min-width: 768px) {
  #top .top-recruit .top-recruit-item__image {
    width: 62.4rem;
  }
}
#top .top-recruit .top-recruit-item__image img {
  aspect-ratio: 624/522;
  object-fit: cover;
}
@media (max-width: 767px) {
  #top .top-recruit .top-recruit-item__image img {
    aspect-ratio: 350/220;
    object-position: 50% 15%;
  }
}
#top .top-recruit .top-recruit-item__textarea {
  flex: 1;
  background: #c9171e;
  padding: 11rem 6.5rem 0;
  color: #fff;
}
@media (max-width: 767px) {
  #top .top-recruit .top-recruit-item__textarea {
    padding: 2.5rem 1.8rem 16rem;
    padding-right: 1.5rem;
  }
}
#top .top-recruit .top-recruit-item__title {
  text-align: center;
}
#top .top-recruit .top-recruit-item__title.c-top-section-title p {
  color: #fff;
}
#top .top-recruit .top-recruit-item__text {
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  #top .top-recruit .top-recruit-item__text {
    margin-top: 3.2rem;
  }
}
@media (max-width: 767px) {
  #top .top-recruit .top-recruit-item__text p {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
#top .top-recruit .top-recruit-item__link {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #top .top-recruit .top-recruit-item__link {
    bottom: 5rem;
  }
}
#top .top-recruit .top-recruit-item:hover .c-common-btn {
  border-color: #fff;
}
#top .top-recruit .top-recruit-item:hover .c-common-btn::before {
  clip-path: inset(0);
}
#top .top-recruit .top-recruit-item:hover .c-common-btn .link-text {
  color: #fff;
}
#top .top-recruit .top-recruit-item:hover .c-common-btn .arrow-icon svg {
  fill: #fff;
}
#top .top-sns {
  padding: 7rem 0 6.5rem;
  background: #d3d3d3;
}
@media (max-width: 767px) {
  #top .top-sns {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767px) {
  #top .top-sns .inner {
    width: 100%;
  }
}
#top .top-sns__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
#top .top-sns__items::before {
  content: "";
  width: 0.1rem;
  height: 29.3rem;
  background: #8d8d8d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #top .top-sns__items::before {
    height: 100%;
  }
}
#top .top-sns .top-sns-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #top .top-sns .top-sns-item {
    row-gap: 1.4rem;
    padding: 1rem 0 2rem;
  }
}
#top .top-sns .top-sns-item__circle {
  width: 24rem;
  height: 24rem;
  padding: 0.2rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #top .top-sns .top-sns-item__circle {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #top .top-sns .top-sns-item__circle {
    width: 8.9rem;
    height: 8.9rem;
  }
}
@media (min-width: 768px) {
  #top .top-sns .top-sns-item__circle.instagram-bg {
    background: linear-gradient(-120deg, #9f33ee, #ff03bb, #fe0365, #fecc0b);
  }
}
@media (min-width: 768px) {
  #top .top-sns .top-sns-item__circle.line-bg {
    background: #06c755;
  }
}
#top .top-sns .top-sns-item__circle-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2.5rem;
  transition: all 0.4s;
}
#top .top-sns .top-sns-item__sns-icon {
  width: 7rem;
}
@media (max-width: 767px) {
  #top .top-sns .top-sns-item__sns-icon {
    width: 3.5rem;
  }
}
#top .top-sns .top-sns-item__text {
  text-align: center;
}
#top .top-sns .top-sns-item__text p {
  font-size: 1.9rem;
  line-height: 1.1842105263;
  font-weight: 500;
}
@media (max-width: 767px) {
  #top .top-sns .top-sns-item__text p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#top .top-sns .top-sns-item__text p span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  #top .top-sns .top-sns-item__text p span {
    font-size: 1.3rem;
  }
}
#top .top-sns .top-sns-item:hover .top-sns-item__circle-inner {
  background: rgba(255, 255, 255, 0.8);
}

/* --------------------------------
Privacy Policy
----------------------------------- */
#privacy .privacy {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  #privacy .privacy {
    padding: 5rem 0;
  }
}
#privacy .privacy__title h2 {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  #privacy .privacy__title h2 {
    font-size: 2.2rem;
  }
}
#privacy .privacy__contents {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  #privacy .privacy__contents {
    font-size: 1.4rem;
  }
}
#privacy .privacy__contents h3 {
  font-size: 2.4rem;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #222222;
  margin-top: 2rem;
  margin: 3rem 0;
}
@media (max-width: 767px) {
  #privacy .privacy__contents h3 {
    font-size: 1.8rem;
  }
}
#privacy .privacy__contents p {
  margin-bottom: 1rem;
}
#privacy .privacy__contents ol {
  list-style: initial;
  list-style-type: decimal;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  #privacy .privacy__contents ol {
    padding-left: 2rem;
  }
}
#privacy .privacy__contents h4 {
  margin: 1.5rem 0;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #privacy .privacy__contents h4 {
    font-size: 1.6rem;
  }
}
#privacy .privacy__contents h5 {
  margin: 1rem 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #privacy .privacy__contents h5 {
    font-size: 1.4rem;
  }
} /*# sourceMappingURL=k-style.css.map */

#top .top-feature {
  padding: 4rem 0 8rem;
}

@media (max-width: 767px) {
  #top .top-feature {
    padding: 6rem 0;
  }
}

#top .top-feature .top-feature__title {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  #top .top-feature .top-feature__title {
    margin-bottom: 3rem;
  }
}

#top .top-feature .top-feature__title br {
  display: none;
}

@media (max-width: 767px) {
  #top .top-feature .top-feature__title br {
    display: block;
  }
}

#top .top-feature .top-feature__title h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  #top .top-feature .top-feature__title h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

#top .top-feature .top-feature__title h2::after {
  content: "";
  display: block;
  width: 10rem;
  height: 0.5rem;
  border-radius: 0.3rem;
  margin: 1rem auto 0;
  background-color: #c9171e;
}

@media (max-width: 767px) {
  #top .top-feature .top-feature__title h2::after {
    width: 8rem;
    height: 0.5rem;
    border-radius: 0.3rem;
    margin: 1rem auto 0;
  }
}

#top .top-feature .top-feature__title p {
  text-align: center;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  #top .top-feature .top-feature__title p {
    font-size: 1.8rem;
  }
}

.top-feature__main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2rem;
}

@media (max-width: 767px) {
  .top-feature__main {
    display: block;
  }
}

.top-feature__item {
  padding: 3rem 2rem;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 1rem 4rem 0 rgba(0, 0, 0, 0.1);
  border: 0.2rem solid #c9171e;
}

@media (max-width: 767px) {
  .top-feature__item {
    padding: 3rem 2rem;
    border-radius: 2rem;
    box-shadow: 0 1rem 4rem 0 rgba(0, 0, 0, 0.1);
    border: 0.2rem solid #c9171e;
    margin-bottom: 3rem;
  }

  .top-feature__item:last-of-type {
    margin-bottom: 0;
  }
}

.top-feature-items__figure {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .top-feature-items__figure {
    margin-bottom: 2rem;
  }
}

.top-feature__item:last-of-type .top-feature-items__figure img {
  object-position: right;
}

.top-feature-items__figure img {
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  margin: 0 auto;
  object-fit: cover;
}

@media (max-width: 767px) {
  .top-feature-items__figure img {
    width: 20rem;
    height: 20rem;
  }
}

.top-feature-items__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.top-feature-items__text {
  text-align: left;
  font-size: 1.6rem;
}

.top-feature-items__text .font-color__red {
  color: #c9171e;
  font-weight: bold;
}

@media (max-width: 767px) {
  .top-feature-items__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .top-feature-items__text {
    font-size: 1.5rem;
  }
}
