html {
  font-size: 62.5%;
  font-family: "Noto Sans JP";
}

a {
  text-decoration: none;
  color: #111111;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.header-pc {
  display: flex;
  height: 8.6rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D4D2C8;
  border-radius: 0.5rem;
  padding: 0 3rem;
  position: fixed;
  background-color: white;
  width: 90%;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
}
@media (max-width: 768px) {
  .header-pc {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-logo {
    width: 16.4rem;
    position: relative;
    z-index: 9999;
  }
}

.header-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10000;
}
@media (min-width: 769px) {
  .header-sp {
    display: none;
  }
}

.menu-button {
  width: 6.4rem;
  height: 6.4rem;
  background-color: #1B2550;
  position: relative;
  z-index: 9999;
}
.menu-button span {
  display: inline-block;
  position: absolute;
  left: 2rem;
  height: 2px;
  width: 2.4rem;
  background-color: white;
}
.menu-button span:nth-of-type(1) {
  top: 2.4rem;
}

span:nth-of-type(2) {
  top: 3.6rem;
}

.header-company-name {
  font-size: 4rem;
  font-family: "Tinos", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .header-company-name {
    font-size: 3.2rem;
  }
}

.header-items {
  display: flex;
  font-size: 1.4rem;
  align-items: center;
}
.header-items a {
  color: #111111;
  font-weight: 500;
}

.header-item {
  margin: 0 1rem;
}

.header-button {
  border: 1px solid #1B2550;
  border-radius: 0.3rem;
  margin: 0;
}
.header-button a {
  width: 13.1rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-button {
  margin: 0 0.3rem 0 1.5rem;
}
.recruit-button a {
  color: #1B2550;
}

.contact-button {
  background-color: #1B2550;
  margin: 0 0.3rem;
}
.contact-button a {
  color: white;
}

.see-more-button {
  display: flex;
  align-items: center;
}
.see-more-button p {
  font-size: 1.6rem;
  color: #1B2550;
  font-weight: 500;
  margin-right: 1rem;
}

.arrow {
  padding: 0.74rem;
  border: 1px solid #1B2550;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .arrow {
    padding: 0.6rem;
  }
}
.arrow img {
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 768px) {
  .arrow img {
    width: 1rem;
    height: 1rem;
  }
}

footer {
  padding: 10rem 0;
  border-top: 1px solid #D4D2C8;
}
@media (max-width: 768px) {
  footer {
    padding: 8rem 0 5rem 0;
  }
}

.footer-text {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-text {
    flex-direction: column;
  }
}

.footer-company-name {
  font-size: 4rem;
  font-family: "Tinos", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer-company-name {
    font-size: 3.2rem;
  }
}

@media (max-width: 768px) {
  .footer-left {
    text-align: center;
  }
}
.footer-left img {
  width: 16.6rem;
}
.footer-left p {
  font-size: 1.4rem;
  line-height: 160%;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .footer-left p {
    margin-top: 4rem;
  }
}

.footer-right {
  display: grid;
  grid-template-columns: repeat(2, auto);
  padding: 0;
}
@media (max-width: 768px) {
  .footer-right {
    width: 80%;
    margin: 3rem auto;
    padding-left: 5rem;
  }
}
.footer-right a {
  font-size: 1.4rem;
}
.footer-right li {
  margin: 1.5rem 5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer-right li {
    width: 100%;
    margin: 1.5rem 0;
  }
}

.footer-copyright {
  width: 90%;
  margin: 0 auto;
  color: #999999;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .footer-copyright {
    text-align: center;
    margin-top: 2rem;
  }
}

.sp-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  height: 100vh;
  display: none;
  padding-top: 6.4rem;
  z-index: 1000;
}
.sp-nav a {
  font-size: 1.6rem;
}
.sp-nav ul {
  padding: 0 2rem;
  margin-top: 2rem;
}
.sp-nav li {
  padding: 3rem 0;
  border-bottom: 1px solid #D4D2C8;
  font-weight: 500;
}

.menu-recruit-contact {
  padding: 0 2rem;
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
.menu-recruit-contact a {
  height: 4.6rem;
  font-weight: 500;
  width: 16.2rem;
  font-size: 1.4rem;
  border-radius: 3px;
}

.menu-recruit {
  border: 1px solid #1B2550;
  color: #1B2550;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-contact {
  background-color: #1B2550;
  color: white;
  border: 1px solid #1B2550;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cover {
  margin-top: 21rem;
}
@media (max-width: 768px) {
  .cover {
    margin-top: 14rem;
  }
}

.cover-text {
  letter-spacing: 0.1em;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 7rem;
}
.cover-title {
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .cover-title {
    font-size: 4rem;
  }
}

.cover-subtitle {
  font-size: 2rem;
  line-height: 200%;
  text-align: right;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .cover-subtitle {
    font-size: 1.6rem;
    justify-content: flex-start;
  }
}

@media (min-width: 769px) {
  .sp-break {
    display: none;
  }
}

.about-us {
  background-color: #EAE9E4;
  padding: 10rem 0 8rem 0;
}
@media (max-width: 768px) {
  .about-us {
    padding: 5rem 0 7rem 0;
  }
}

.about-text {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-text {
    width: 92%;
  }
}

.title-ja {
  display: flex;
  align-items: center;
}
.title-ja p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-left: 1rem;
  color: #111111;
  font-weight: 500;
}
@media (max-width: 768px) {
  .title-ja p {
    font-size: 1.6rem;
  }
}

.title-dot {
  display: inline-block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #1B2550;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .title-dot {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.title-en {
  font-size: 9.6rem;
  font-weight: 300;
  color: #1B2550;
  margin-top: 2rem;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 768px) {
  .title-en {
    font-size: 4.8rem;
    margin: 0 0 1.5rem 0;
  }
}

.about-desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13rem;
}
@media (max-width: 768px) {
  .about-desc {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .see-more-pc {
    display: none;
  }
}

.about-left h2 {
  font-size: 5.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 160%;
  margin-bottom: 14rem;
}
@media (max-width: 768px) {
  .about-left h2 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}

.about-right {
  width: 52%;
  padding-top: 7rem;
}
@media (max-width: 768px) {
  .about-right {
    width: 100%;
    padding-top: 0;
  }
}
.about-right p {
  font-size: 1.8rem;
  line-height: 260%;
}
@media (max-width: 768px) {
  .about-right p {
    font-size: 1.4rem;
    line-height: 240%;
    letter-spacing: -0.06em;
  }
}

@media (max-width: 768px) {
  .pc-break {
    display: none;
  }
}

.aboutus-images-pc {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .aboutus-images-pc {
    display: none;
  }
}

.aboutus-image-pc1 img {
  width: 100%;
}

@media (min-width: 769px) {
  .aboutus-images-sp {
    display: none;
  }
}

.image-photo-sp {
  display: flex;
  justify-content: space-between;
  padding-left: 2rem;
  align-items: flex-start;
}

.aboutus-image-sp2 {
  width: 50%;
}

.aboutus-image-sp1 {
  width: 80%;
  margin-top: 1.5rem;
}

.see-more-sp p {
  margin: 0 1rem 0 0;
}

.service {
  width: 85%;
  margin: 10rem auto;
  margin-bottom: 14rem;
}
@media (max-width: 768px) {
  .service {
    margin: 5rem auto;
    width: 92%;
  }
}

.service-items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .service-items {
    flex-direction: column;
    margin-top: 5rem;
  }
}

.service-item {
  width: calc((100% - 6rem) / 2);
}
@media (max-width: 768px) {
  .service-item {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.service-title-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.service-title-arrow h4 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 1.5rem 0;
}
@media (max-width: 768px) {
  .service-title-arrow h4 {
    font-size: 2rem;
    margin: 1rem 0;
  }
}

.service-desc {
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .service-desc {
    font-size: 1.4rem;
  }
  .service-desc br {
    display: none;
  }
}

.company {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 25rem;
}
@media (max-width: 768px) {
  .company {
    width: 100%;
    margin-top: 8rem;
    margin-bottom: 0;
  }
}

.company-titles {
  text-align: end;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .company-titles {
    text-align: left;
  }
}

.company-ja {
  justify-content: end;
}
@media (max-width: 768px) {
  .company-ja {
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
  .company-ja p {
    margin: 0 0 0 1rem;
  }
}

.company-image-desc {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .company-image-desc {
    flex-direction: column;
  }
}
.company-image-desc p {
  font-size: 1.8rem;
  line-height: 260%;
}
@media (max-width: 768px) {
  .company-image-desc p {
    font-size: 1.4rem;
    line-height: 240%;
  }
}

.company-image {
  width: 40%;
  margin-top: 15rem;
}
@media (max-width: 768px) {
  .company-image {
    width: 100%;
    margin-top: 0;
  }
  .company-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.company-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .company-right {
    width: 92%;
    margin: 3rem auto;
  }
}

.company-desc {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .company-desc {
    letter-spacing: -0.08em;
  }
}

.company-seemore {
  justify-content: end;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .company-seemore {
    margin-top: 2rem;
    justify-content: flex-start;
    letter-spacing: 0;
  }
  .company-seemore p {
    margin-right: 1.5rem;
    font-size: 1.6rem;
  }
}

.recruit {
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .recruit {
    margin-bottom: 17rem;
  }
}

.recruit-text {
  width: 25%;
  margin: 0 auto;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .recruit-text {
    width: 75%;
  }
}

.titles-recruit span {
  width: 0.4rem;
  height: 0.4rem;
}
.titles-recruit p {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .titles-recruit p {
    font-size: 1.2rem;
  }
}
.titles-recruit h1 {
  font-size: 4rem;
  margin-top: 0;
  text-align: end;
}
@media (max-width: 768px) {
  .titles-recruit h1 {
    font-size: 3.2rem;
  }
}

.recruit-ja {
  justify-content: end;
}

.recruit-desc h3 {
  font-size: 3.2rem;
  line-height: 160%;
  font-weight: 500;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .recruit-desc h3 {
    font-size: 2.7rem;
  }
}
.recruit-desc p {
  font-size: 1.8rem;
  line-height: 240%;
  margin: 5rem 0;
}
@media (max-width: 768px) {
  .recruit-desc p {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}

.recruit-seemore p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .recruit-seemore p {
    font-size: 1.6rem;
  }
}

.news {
  display: flex;
  width: 85%;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 20rem;
}
@media (max-width: 768px) {
  .news {
    flex-direction: column;
    width: 92%;
  }
}

.news-item {
  display: block;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #D4D2C8;
}
.news-item p {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.1em;
  color: #1B2550;
}

.news-article-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-article-arrow p {
  font-size: 2rem;
  font-weight: 400;
  width: 89%;
  line-height: 180%;
  margin: 0;
  font-family: "Noto Sans JP";
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .news-article-arrow p {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .news-seemore-pc {
    display: none;
  }
}

.news-seemore-sp {
  justify-content: center;
}
@media (min-width: 769px) {
  .news-seemore-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .news-right {
    margin-top: 2rem;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}
@media (max-width: 768px) {
  .fade-up {
    transform: translateY(25px);
  }
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.news-page {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news-page {
    margin-bottom: 15rem;
  }
}

.inner-page-cover {
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 85%;
}
@media (max-width: 768px) {
  .inner-page-cover {
    margin-top: 12rem;
    width: 90%;
  }
}

.inner-page-titles h1 {
  margin: 0;
  font-size: 12rem;
}
@media (max-width: 768px) {
  .inner-page-titles h1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .inner-page-titles p {
    font-size: 1.4rem;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb p {
  font-size: 1.4rem;
}
.breadcrumb a {
  font-size: 1.4rem;
}

.breadcrumb-dot {
  display: inline-block;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #999999;
  margin: 0 2rem;
}

.news-page-items {
  margin: 10rem auto;
  width: 85%;
}
@media (max-width: 768px) {
  .news-page-items {
    margin: 6rem auto;
    width: 90%;
    margin-bottom: -1rem;
  }
}

.news-page-item {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15rem;
}
@media (max-width: 768px) {
  .pagination {
    display: none;
  }
}

.pagination-number {
  font-size: 1.4rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  margin: 0 0.5rem;
}

.pagination-arrow-back {
  margin-right: 1.5rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 1px solid #DDDDDD;
}

.pagination-arrow {
  margin-left: 1.5rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.pagination-active {
  background-color: #1B2550;
  color: white;
  border-radius: 0.5rem;
}

.see-more-news {
  justify-content: center;
}

@media (max-width: 768px) {
  .news-page-details {
    width: 90%;
    margin: 0 auto;
  }
}

.inner-page-cover {
  display: flex;
  justify-content: space-between;
  width: 90%;
  padding: 15rem 0;
  align-items: end;
}
@media (max-width: 768px) {
  .inner-page-cover {
    padding: 0rem 0 5rem 0;
    width: 90%;
  }
}

.inner-page-titles h1 {
  font-size: 4rem;
  margin: 0;
}
@media (max-width: 768px) {
  .inner-page-titles h1 {
    font-size: 3.2rem;
  }
}
.inner-page-titles p {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .inner-page-titles p {
    font-size: 1.2rem;
    margin-left: 0.7rem;
  }
}
.inner-page-titles span {
  width: 0.4rem;
  height: 0.4rem;
}

.news-article {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 15rem;
}
@media (max-width: 768px) {
  .news-article {
    width: 100%;
  }
}

.article-content h2 {
  font-size: 2.8rem;
  padding-left: 2rem;
  border-left: 3px solid #1B2550;
  font-weight: 500;
}
@media (max-width: 768px) {
  .article-content h2 {
    font-size: 2rem;
    line-height: 140%;
    padding-left: 1rem;
  }
}
.article-content p {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 220%;
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .article-content p {
    font-size: 1.4rem;
  }
}
.article-content a {
  display: inline-block;
  font-size: 1.4rem;
  padding: 1.5rem 2rem;
  border: 1px solid #D4D2C8;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .article-content a {
    line-height: 140%;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
}
.article-content a img {
  width: auto;
  padding-left: 1rem;
}
.article-content img {
  width: 100%;
  height: 45rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .article-content img {
    height: 18.8rem;
  }
}

.article-titles {
  padding-bottom: 5rem;
  border-bottom: 1px solid #D4D2C8;
}
@media (max-width: 768px) {
  .article-titles {
    padding-bottom: 2rem;
  }
}
.article-titles h2 {
  font-size: 4rem;
  line-height: 140%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .article-titles h2 {
    font-size: 2.4rem;
  }
}
.article-titles p {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .article-titles p {
    font-size: 1.4rem;
  }
}

.article-desc {
  font-size: 1.6rem;
  line-height: 220%;
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .article-desc {
    font-size: 1.4rem;
  }
}

.article-title {
  width: 20rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-heading {
  font-size: 2.8rem;
  padding-left: 2rem;
  border-left: 3px solid #1B2550;
  font-weight: 500;
}
@media (max-width: 768px) {
  .article-heading {
    font-size: 2rem;
    line-height: 140%;
    padding-left: 1rem;
  }
}

.news-buttons {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.news-button {
  display: inline-block;
  font-size: 1.4rem;
  padding: 1.5rem 2rem;
  border: 1px solid #D4D2C8;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .news-button {
    line-height: 140%;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
}
.news-button img {
  width: auto;
  padding-left: 1rem;
}

.news-photo-text {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .news-photo-text {
    margin-bottom: 2.5rem;
  }
}
.news-photo-text img {
  width: 100%;
  height: 45rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .news-photo-text img {
    height: 18.8rem;
  }
}
.news-photo-text p {
  font-size: 1.4rem;
  color: #999999;
}
@media (max-width: 768px) {
  .news-photo-text p {
    font-size: 1.2rem;
    line-height: 140%;
  }
}

.arrow-back {
  margin-right: 2rem;
}

.news-details-photos {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .news-details-photos {
    margin-bottom: 9rem;
  }
}

.contact-text {
  width: 50%;
  margin: 10rem auto;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .contact-text {
    width: 90%;
    margin: 7rem auto;
    margin-bottom: 15rem;
  }
}

.contact-desc {
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contact-desc {
    text-align: left;
    font-size: 1.4rem;
    line-height: 180%;
  }
}
.contact-desc br {
  display: none;
}
@media (max-width: 768px) {
  .contact-desc br {
    display: flex;
  }
}

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

.contact-forms {
  margin: 6rem 0;
}

.contact-item {
  margin: 3rem 0;
}
.contact-item input {
  font-size: 1.8rem;
  width: 100%;
  padding: 2rem 1.2rem;
  border: 1px solid #D4D2C8;
  border-radius: 0.6rem;
}
@media (max-width: 768px) {
  .contact-item input {
    font-size: 1.6rem;
  }
}
.contact-item textarea {
  font-size: 1.8rem;
  width: 100%;
  padding: 2rem 1.2rem;
  border: 1px solid #D4D2C8;
  border-radius: 0.6rem;
}
@media (max-width: 768px) {
  .contact-item textarea {
    font-size: 1.6rem;
  }
}

.contact-category {
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .contact-category {
    font-size: 1.6rem;
  }
}

.required {
  font-size: 1.2rem;
  color: #F64428;
  font-weight: 500;
}
@media (max-width: 768px) {
  .required {
    font-size: 1.2rem;
  }
}

.submit-button-wrapper {
  position: relative;
}

.submit-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.submit-arrow img {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 4rem;
}

.submit-button {
  font-size: 1.8rem;
  color: white;
  background-color: #1B2550;
  display: flex;
  padding: 2rem 2.5rem 2rem;
  border-radius: 0.5rem;
  align-items: center;
  width: 22rem;
  box-sizing: border-box;
  justify-content: flex-end;
  margin: 0 auto;
}
.submit-button img {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 4rem;
}

.contact-page-complete {
  width: 90%;
  margin: 0 auto;
}

.contact-complete {
  text-align: center;
  margin-bottom: 15rem;
}

.contact-check img {
  width: 5.43rem;
  height: 4rem;
}

.contact-complete-title {
  font-size: 3.2rem;
  font-weight: 500;
  margin: 5rem 0 6rem 0;
}
@media (max-width: 768px) {
  .contact-complete-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.contact-complete-desc {
  font-size: 1.6rem;
  line-height: 180%;
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  .contact-complete-desc {
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
}

.see-more-contact {
  font-size: 1.8rem;
  justify-content: center;
}
.see-more-contact p {
  margin: 0 2rem 0;
}

.about-page {
  background-color: #EAE9E4;
}

@media (max-width: 768px) {
  .inner-page-cover.inner-about-cover {
    margin-top: 0;
    padding-top: 13rem;
  }
}

.about-items {
  margin: 10rem 0 15rem;
}
@media (max-width: 768px) {
  .about-items {
    margin: 6rem 0 7rem;
  }
}

.about-item {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  padding: 5rem 0;
  border-top: 1px solid #D4D2C8;
}
@media (max-width: 768px) {
  .about-item {
    flex-direction: column;
    padding: 3rem 0;
  }
}

.about-item-titles {
  width: 50%;
}
@media (max-width: 768px) {
  .about-item-titles {
    width: 100%;
  }
}
.about-item-titles p {
  font-size: 2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  color: #1B2550;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .about-item-titles p {
    font-size: 1.6rem;
  }
}
.about-item-titles h4 {
  font-size: 3.2rem;
  font-weight: 500;
  color: #1B2550;
  letter-spacing: 0.1em;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .about-item-titles h4 {
    font-size: 2rem;
    margin: 1rem 0;
  }
}

.about-item-desc {
  width: 50%;
}
@media (max-width: 768px) {
  .about-item-desc {
    width: 100%;
  }
}
.about-item-desc h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #111111;
}
@media (max-width: 768px) {
  .about-item-desc h2 {
    font-size: 3.2rem;
  }
}
.about-item-desc p {
  font-size: 1.6rem;
  line-height: 220%;
  color: #111111;
}
@media (max-width: 768px) {
  .about-item-desc p {
    font-size: 1.4rem;
    line-height: 200%;
  }
}

.about-item-desc.value h2 {
  font-size: 3.2rem;
}

.about-interview {
  background-color: #1B2550;
  padding: 8rem 0 18rem 0;
}
@media (max-width: 768px) {
  .about-interview {
    padding: 4rem 0 10rem 0;
  }
}
.about-interview p {
  color: white;
}
.about-interview h4 {
  color: white;
}

.about-interview-titles {
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .about-interview-titles {
    padding-bottom: 4rem;
  }
}

.interview-items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .interview-items {
    flex-direction: column;
  }
}

.about-interview-container {
  width: 85%;
  margin: 0 auto;
}

.interview-item {
  color: white;
  width: calc((100% - 8rem) / 3);
}
@media (max-width: 768px) {
  .interview-item {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.interview-image img {
  height: 37.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .interview-image img {
    height: 33.5rem;
  }
}

.interview-desc h5 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 160%;
}
@media (max-width: 768px) {
  .interview-desc h5 {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}
.interview-desc h6 {
  font-size: 1.4rem;
  line-height: 180%;
  font-weight: 400;
  border-bottom: 1px solid #4F5671;
  padding-bottom: 3rem;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .interview-desc h6 {
    margin: 2rem 0;
  }
}

.rep-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rep-name {
  font-size: 1.8rem;
}

.arrow-white {
  border: 1px solid white;
}

.numbers {
  background-color: white;
  padding: 10rem 0 20rem;
}
@media (max-width: 768px) {
  .numbers {
    padding-bottom: 15rem;
  }
}

.about-numbers-titles {
  width: 90%;
  margin: 0 auto;
}

.numbers-grid {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 95%;
    margin-top: 5rem;
  }
}

.numbers-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 6rem;
}
@media (max-width: 768px) {
  .numbers-item {
    flex-direction: column;
    padding: 1rem;
  }
}
.numbers-item p {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .numbers-item p {
    font-size: 1.8rem;
  }
}
.numbers-item span {
  font-size: 1.4rem;
}
.numbers-item h3 {
  font-size: 6.4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
.numbers-item h3 .count-up-number {
  font-size: 6.4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
.numbers-item h3 span {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .numbers-item h3 {
    margin: 0;
  }
}

.numbers-item:nth-of-type(4), .numbers-item:nth-of-type(5), .numbers-item:nth-of-type(6) {
  border-top: 1px solid #D4D2C8;
}

.numbers-item:nth-of-type(1), .numbers-item:nth-of-type(4) {
  border-right: 1px solid #D4D2C8;
}

.numbers-item:nth-of-type(3), .numbers-item:nth-of-type(6) {
  border-left: 1px solid #D4D2C8;
}

@media (max-width: 768px) {
  .numbers-item:nth-of-type(1), .numbers-item:nth-of-type(2), .numbers-item:nth-of-type(3), .numbers-item:nth-of-type(4), .numbers-item:nth-of-type(5), .numbers-item:nth-of-type(6) {
    border: none;
  }
  .numbers-item:nth-of-type(1), .numbers-item:nth-of-type(2), .numbers-item:nth-of-type(3), .numbers-item:nth-of-type(4) {
    border-bottom: 1px solid #D4D2C8;
  }
  .numbers-item:nth-of-type(2), .numbers-item:nth-of-type(4), .numbers-item:nth-of-type(6) {
    border-left: 1px solid #D4D2C8;
  }
}
.company-item-titles {
  width: 50%;
}
@media (max-width: 768px) {
  .company-item-titles {
    width: 100%;
  }
}
.company-item-titles p {
  font-size: 2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  color: #1B2550;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .company-item-titles p {
    font-size: 1.6rem;
  }
}
.company-item-titles h4 {
  font-size: 3.2rem;
  font-weight: 500;
  color: #1B2550;
  letter-spacing: 0.1em;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .company-item-titles h4 {
    font-size: 2rem;
    margin: 1rem 0;
  }
}

.company-corres {
  width: 85%;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: flex;
}
@media (max-width: 768px) {
  .company-corres {
    flex-direction: column;
    width: 90%;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.company-infos {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .company-infos {
    margin-top: 0;
  }
}

.company-infos-item {
  display: flex;
  padding: 4rem 0;
  justify-content: space-between;
  border-bottom: 1px solid #D4D2C8;
}
@media (max-width: 768px) {
  .company-infos-item {
    flex-direction: column;
  }
}
.company-infos-item h5 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .company-infos-item h5 {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
.company-infos-item p {
  font-size: 1.6rem;
  margin: 0;
  width: 85%;
  line-height: 160%;
}
@media (max-width: 768px) {
  .company-infos-item p {
    width: 100%;
    font-size: 1.4rem;
  }
}

.company-map {
  width: 85%;
}
@media (max-width: 768px) {
  .company-map {
    width: 100%;
  }
}
.company-map p {
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .map-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .map-sp {
    display: none;
  }
}

.company-history {
  margin-bottom: 15rem;
}

.history-titles {
  display: flex;
  justify-content: space-between;
  width: 85%;
  align-items: end;
  margin: 0 auto;
}

.history-arrows {
  display: flex;
  margin-bottom: 3rem;
  width: 8rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .history-arrows {
    display: none;
  }
}
.history-arrows img {
  width: 1.5rem;
  height: 1.5rem;
}
.history-arrows div {
  padding: 0.9rem;
}

.company-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-left: 12rem;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .company-timeline {
    margin-left: 3rem;
  }
}

.company-timeline::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: 0;
  height: 1px;
  width: 110%;
  background-color: #1B2550;
}
@media (max-width: 768px) {
  .company-timeline::before {
    width: 110rem;
  }
}

.timeline-item {
  margin: 0 2rem;
}
@media (max-width: 768px) {
  .timeline-item {
    margin-left: 0;
  }
}
.timeline-item h4 {
  font-size: 2.4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.timeline-item h6 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  margin-top: 12rem;
}
.timeline-item p {
  line-height: 180%;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  width: 24rem;
}
@media (max-width: 768px) {
  .timeline-item p {
    font-size: 1.3rem;
    width: 22rem;
  }
}

.dot {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #1B2550;
  position: absolute;
  top: 7.5rem;
  margin-left: 2.6rem;
}

.dot::before {
  content: "";
  position: absolute;
  border-bottom: 1px dashed #1B2550;
  left: -2.88rem;
  top: 4rem;
  width: 7rem;
  height: 1px;
  transform: rotate(90deg);
}

.service-items.service-page {
  width: 90%;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .service-items.service-page {
    margin-top: 0;
    margin-bottom: 7rem;
  }
}

.service-inner-desc {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .service-inner-desc {
    margin-top: 3rem;
  }
}
.service-inner-desc div {
  display: flex;
}
.service-inner-desc p {
  font-size: 1.8rem;
  line-height: 260%;
  width: 55%;
  margin-top: 15rem;
}
@media (max-width: 768px) {
  .service-inner-desc p {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 220%;
  }
}

.service-inner-titles {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .service-inner-titles {
    flex-direction: column;
  }
}

.service-title {
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 160%;
  width: 45%;
}
@media (max-width: 768px) {
  .service-title {
    width: 100%;
    font-size: 3.2rem;
  }
}

.service-inner-images {
  margin-top: 13rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .service-inner-images {
    flex-direction: column-reverse;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .service-inner-image1 {
    margin-top: 2rem;
  }
}
.service-inner-image1 img {
  width: 80rem;
  height: 53.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .service-inner-image1 img {
    width: 30rem;
    height: 20rem;
  }
}

@media (max-width: 768px) {
  .service-inner-image2 {
    justify-content: end;
  }
}
.service-inner-image2 img {
  width: 48rem;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .service-inner-image2 img {
    width: 18rem;
    height: 12rem;
  }
}

.corres-area {
  margin: 15rem 0;
}
@media (max-width: 768px) {
  .corres-area {
    margin: 9rem 0;
  }
}

.sub-titles {
  width: 90%;
  margin: 0 auto;
}
.sub-titles p {
  font-size: 2rem;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.1em;
  color: #1B2550;
  font-weight: 300;
}
@media (max-width: 768px) {
  .sub-titles p {
    font-size: 1.6rem;
  }
}
.sub-titles h4 {
  font-size: 3.2rem;
  color: #1B2550;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sub-titles h4 {
    font-size: 2rem;
    margin: 2rem 0 4rem;
  }
}

.corres-area-titles {
  width: 90%;
  margin: 0 auto;
}
.corres-area-titles p {
  font-size: 2rem;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.1em;
  color: #1B2550;
  font-weight: 300;
}
@media (max-width: 768px) {
  .corres-area-titles p {
    font-size: 1.6rem;
  }
}
.corres-area-titles h4 {
  font-size: 3.2rem;
  color: #1B2550;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .corres-area-titles h4 {
    font-size: 2rem;
    margin: 2rem 0 4rem;
  }
}

.corres-area-items {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .corres-area-items {
    flex-direction: column;
  }
}

.corres-area-item {
  width: calc((100% - 8rem) / 3);
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .corres-area-item {
    width: 100%;
  }
}
.corres-area-item h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 768px) {
  .corres-area-item h5 {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}
.corres-area-item p {
  font-size: 1.4rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  .corres-area-item p {
    font-size: 1.4rem;
    line-height: 180%;
  }
}

.corres-item-image {
  width: 100%;
  height: 21rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EAE9E4;
}
.corres-item-image img {
  width: 6.4rem;
  height: auto;
}

.founding-member__top {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .founding-member__top {
    width: 100%;
  }
}
.founding-member__top_titles {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .founding-member__top_titles {
    flex-direction: column;
    align-items: start;
    padding: 0 2rem;
    margin-bottom: 3.2rem;
  }
}
.founding-member__top_title h2 {
  font-size: 4.8rem;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .founding-member__top_title h2 {
    font-size: 2.8rem;
  }
}
.founding-member__top_name {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .founding-member__top_name {
    font-size: 1.4rem;
  }
}
.founding-member__top_name .strong {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .founding-member__top_name .strong {
    font-size: 1.8rem;
  }
}
.founding-member__top_fv {
  width: 100%;
}
.founding-member__main {
  width: 60%;
  margin: 12rem auto;
}
@media (max-width: 768px) {
  .founding-member__main {
    width: 90%;
    margin: 6.4rem auto;
  }
}
.founding-member__main_content {
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .founding-member__main_content {
    margin-bottom: 2.4rem;
  }
}
.founding-member__main h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  padding-left: 1.6rem;
}
@media (max-width: 768px) {
  .founding-member__main h3 {
    font-size: 2rem;
  }
}
.founding-member__main h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1B2550;
}
.founding-member__main p {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .founding-member__main p {
    font-size: 1.4rem;
  }
}
.founding-member__main img {
  margin: 6.4rem 0;
}
@media (max-width: 768px) {
  .founding-member__main img {
    margin: 3.2rem 0;
  }
}
.founding-member__bottom {
  border-top: 1px solid #d4d2c8;
  padding: 12rem 12rem 20rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .founding-member__bottom {
    padding: 6.4rem 2rem 16rem;
  }
}
.founding-member__bottom_list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .founding-member__bottom_list {
    display: block;
  }
}
.founding-member__bottom_list-item {
  width: 32%;
}
@media (max-width: 768px) {
  .founding-member__bottom_list-item {
    width: 100%;
    margin-bottom: 4.8rem;
  }
}
.founding-member__bottom_list-item--ttlEn {
  font-family: Manrope, serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 10%;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .founding-member__bottom_list-item--ttlEn {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.founding-member__bottom_list-item a {
  display: inline-flex;
  align-items: center;
}
.founding-member__bottom_list-item a.small {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .founding-member__bottom_list-item a.small {
    display: none;
  }
}
.founding-member__bottom_list-item a.small img {
  width: 28px;
  height: 28px;
}
.founding-member__bottom_list-item h2 {
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 10%;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .founding-member__bottom_list-item h2 {
    font-size: 2rem;
    margin-bottom: 4.8rem;
  }
}
.founding-member__bottom_list-item--top img {
  height: 37.3rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.founding-member__bottom_list-item--top h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 5%;
}
@media (max-width: 768px) {
  .founding-member__bottom_list-item--top h3 {
    font-size: 1.8rem;
  }
}
.founding-member__bottom_list-item--top p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .founding-member__bottom_list-item--top p {
    font-size: 1.2rem;
  }
}
.founding-member__bottom_list-item--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .founding-member__bottom_list-item--bottom {
    border-top: 1px solid #D4D2C8;
  }
}
.founding-member__bottom_list-item--bottom p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.founding-member__bottom_list-item--bottom span {
  font-size: 1.8rem;
}
.founding-member__bottom_list-item--bottom img {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 768px) {
  .founding-member__bottom_list-item--bottom img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.founding-member__bottom_spBtn {
  display: none;
}
@media (max-width: 768px) {
  .founding-member__bottom_spBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .founding-member__bottom_spBtn img {
    width: 20px;
    height: 20px;
  }
}

.recruit-cover {
  background-color: #1B2550;
  padding-top: 18rem;
}
@media (max-width: 768px) {
  .recruit-cover {
    margin-top: 6.4rem;
    padding-top: 5rem;
  }
}

.recruit-firstview-images {
  display: flex;
}
@media (max-width: 768px) {
  .recruit-firstview-images {
    margin-left: 2rem;
  }
}

.recruit-cover-titles {
  position: relative;
  z-index: 10;
  margin: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 30rem;
}
@media (max-width: 768px) {
  .recruit-cover-titles {
    padding-bottom: 5rem;
  }
}

.recruit-titles {
  padding-top: 0;
}
.recruit-titles h1 {
  color: white;
}
.recruit-titles p {
  color: white;
}
.recruit-titles span {
  background-color: #C7A675;
}
.recruit-titles a {
  color: white;
}

.recruit-ribbon {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: 2rem;
}
.recruit-ribbon img {
  width: 100%;
}

.recruit-desc {
  color: white;
  width: 64rem;
  margin: 0 auto;
  padding-bottom: 15rem;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .recruit-desc {
    width: 90%;
    padding-bottom: 5rem;
  }
}
.recruit-desc h2 {
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 160%;
  margin: 0;
}
@media (max-width: 768px) {
  .recruit-desc h2 {
    font-size: 3.2rem;
  }
}
.recruit-desc p {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .recruit-desc p {
    font-size: 1.4rem;
  }
}

.recruit-slick {
  display: flex;
  padding: 0 2rem 6rem;
}
.recruit-slick div {
  padding: 0 0.5rem;
}
.recruit-slick img {
  width: 100%;
  height: 42.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .recruit-slick img {
    height: 16rem;
    width: 24rem;
  }
}

.slick-2column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 42rem;
}

.slick-2column.slick-slide {
  width: 42rem !important;
}
@media (max-width: 768px) {
  .slick-2column.slick-slide {
    width: 15.2rem !important;
  }
}

.slick-2column-item {
  width: 42rem;
  display: flex;
}
@media (max-width: 768px) {
  .slick-2column-item {
    width: 15.2rem;
  }
}
.slick-2column-item img {
  width: 32rem;
  height: 20.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .slick-2column-item img {
    width: 12rem;
    height: 7.6rem;
  }
}
.slick-2column-item:nth-of-type(2) {
  justify-content: end;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .slick-2column-item:nth-of-type(2) {
    margin-top: 1rem;
  }
}

.desired-candidate {
  margin: 10rem 0 15rem;
}

.desired-candidate-items {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .desired-candidate-items {
    flex-direction: column;
  }
}
.desired-candidate-items p {
  font-size: 1.4rem;
  line-height: 200%;
}
.desired-candidate-items h4 {
  font-size: 3.2rem;
  line-height: 160%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .desired-candidate-items h4 {
    margin-top: 1rem;
  }
}
.desired-candidate-items h6 {
  font-size: 2.4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.desired-candidate-item {
  width: calc((100% - 12rem) / 3);
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .desired-candidate-item {
    width: 100%;
    padding: 3rem 0;
    border-bottom: 1px solid #D4D2C8;
  }
}
.desired-candidate-item:nth-of-type(1), .desired-candidate-item:nth-of-type(2) {
  border-right: 1px solid #D4D2C8;
}
@media (max-width: 768px) {
  .desired-candidate-item:nth-of-type(1), .desired-candidate-item:nth-of-type(2) {
    border-right: none;
  }
}
.desired-candidate-item:nth-of-type(1) {
  padding-left: 0;
}
.desired-candidate-item:nth-of-type(3) {
  padding-right: 0;
}

.candidate-number {
  margin: 0;
  text-align: end;
}

.point {
  margin-bottom: 15rem;
}

.point-item-image {
  width: 100%;
  height: 21rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EAE9E4;
}
.point-item-image img {
  width: 6.4rem;
  height: auto;
}

.point-items {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  margin-top: 7rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .point-items {
    flex-direction: column;
  }
}

.point-item {
  width: calc((100% - 8rem) / 3);
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .point-item {
    width: 100%;
  }
}
.point-item h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 768px) {
  .point-item h5 {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}
.point-item p {
  font-size: 1.4rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  .point-item p {
    font-size: 1.4rem;
    line-height: 180%;
  }
}

.member-interview {
  background-color: #1B2550;
  padding: 12rem 0 18rem;
}
@media (max-width: 768px) {
  .member-interview {
    padding: 5rem 0;
  }
}

.member-titles p {
  color: white;
}
.member-titles h4 {
  color: white;
}

.member-interview-items {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .member-interview-items {
    flex-direction: column;
  }
}

.member-interview-item {
  margin-top: 6rem;
  width: calc((100% - 4rem) / 2);
}
@media (max-width: 768px) {
  .member-interview-item {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.member-interview-item h5 {
  font-size: 2.4rem;
  font-weight: 500;
  color: white;
  line-height: 160%;
  border-bottom: 1px solid #4F5671;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .member-interview-item h5 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.member-profile-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.member-profile p {
  color: white;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .member-profile p {
    margin: 0;
  }
}

.member-name-enter {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .member-name-enter {
    margin-top: 1rem;
  }
}

.member-name {
  font-size: 1.8rem !important;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .member-name {
    margin: 0;
  }
}

.member-dot {
  background-color: #C7A675;
  margin-right: 2rem;
}

.job-desc {
  display: flex;
  width: 90%;
  margin: 10rem auto;
  margin-bottom: 15rem;
}
@media (max-width: 768px) {
  .job-desc {
    flex-direction: column;
    margin: 5rem auto;
  }
}

.job-desc-titles {
  width: 50%;
}
@media (max-width: 768px) {
  .job-desc-titles {
    width: 100%;
  }
}

.job-desc-items {
  max-width: 81.6rem;
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .job-desc-items {
    margin-top: 2rem;
  }
}

.job-desc-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.job-desc-item:nth-of-type(1) {
  padding-bottom: 4rem;
  border-bottom: 1px solid #D4D2C8;
}
@media (max-width: 768px) {
  .job-desc-item:nth-of-type(1) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #D4D2C8;
  }
}
.job-desc-item:nth-of-type(2) {
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .job-desc-item:nth-of-type(2) {
    padding-top: 2rem;
  }
}

.job-desc-image {
  width: 20rem;
  height: 20rem;
  background-color: #EAE9E4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .job-desc-image {
    display: none;
  }
}
.job-desc-image img {
  width: 6.4rem;
}

.job-desc-desc {
  width: 72%;
}
@media (max-width: 768px) {
  .job-desc-desc {
    display: none;
  }
}
.job-desc-desc h5 {
  font-size: 2rem;
  font-weight: 500;
  margin: 1rem 0 2rem;
}
.job-desc-desc p {
  font-size: 1.6rem;
  line-height: 200%;
}

.job-desc-arrow {
  display: flex;
  justify-content: end;
}
.job-desc-arrow div {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.job-desc-sp {
  display: none;
}
@media (max-width: 768px) {
  .job-desc-sp {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.job-desc-sp-top {
  display: flex;
  justify-content: space-between;
}

.job-desc-sp-top__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
}

.job-desc-title-sp {
  font-size: 1.8rem;
}

.job-desc-arrow-sp {
  display: none;
}
@media (max-width: 768px) {
  .job-desc-arrow-sp {
    display: flex;
    width: 2.8rem;
    height: 2.8rem;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .job-desc-arrow-sp div {
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

.job-desc-image-sp {
  display: none;
}
@media (max-width: 768px) {
  .job-desc-image-sp {
    display: flex;
    width: calc(100% - 20.8rem);
    height: 12rem;
    margin-left: 1rem;
    background-color: #EAE9E4;
    align-items: center;
    justify-content: center;
  }
  .job-desc-image-sp img {
    width: 4.8rem;
  }
}

.job-desc-desc-sp {
  display: none;
}
@media (max-width: 768px) {
  .job-desc-desc-sp {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
  .job-desc-desc-sp h5 {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 1rem;
  }
  .job-desc-desc-sp p {
    font-size: 1.4rem;
    line-height: 180%;
  }
}

.faq {
  display: flex;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .faq {
    flex-direction: column;
    margin-bottom: 7rem;
  }
}

.faq-titles {
  width: 50%;
}
@media (max-width: 768px) {
  .faq-titles {
    width: 100%;
  }
}

.faq-items {
  width: 85%;
  max-width: 81.6rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .faq-items {
    width: 100%;
    margin: 0;
  }
}

.faq-item {
  padding: 2rem 0;
  border-bottom: 1px solid #D4D2C8;
}

.faq-question-plus {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question-plus img {
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 768px) {
  .faq-question-plus img {
    width: 2rem;
    height: 2rem;
  }
}

.faq-heading {
  display: flex;
  align-items: center;
}
.faq-heading h6 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 2rem 0;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 768px) {
  .faq-heading h6 {
    font-size: 1.6rem;
    margin: 0 1rem 0 0;
  }
}
.faq-heading p {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .faq-heading p {
    font-size: 1.6rem;
  }
}

.faq-answer {
  font-size: 1.6rem;
  line-height: 180%;
  margin-left: 6rem;
  display: none;
}
@media (max-width: 768px) {
  .faq-answer {
    margin-left: 0;
  }
}

.entry-button {
  display: flex;
  padding: 6rem 5rem;
  background-color: #1B2550;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: center;
  background-image: url(../images/recruit-ribbon.svg);
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .entry-button {
    padding: 2rem 1rem;
  }
}

.entry-titles p {
  color: #C7A675;
}
.entry-titles h4 {
  color: white;
}

.entry-arrow {
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-arrow img {
  width: 1.5rem;
  height: 1.5rem;
}

.member-interview-cover-container {
  background-color: #1B2550;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .member-interview-cover-container {
    margin-top: 6.4rem;
  }
}

.member-interview-cover {
  padding: 20rem 0 5rem;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .member-interview-cover {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}

.interview-ribbon {
  position: absolute;
  top: 20rem;
  z-index: 10;
}

.member-interview-titles {
  display: flex;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .member-interview-titles {
    width: 90%;
  }
}
.member-interview-titles p {
  color: white;
}
.member-interview-titles h4 {
  color: white;
}
.member-interview-titles a {
  color: white;
}

.member-interview-sub {
  width: 77%;
}
@media (max-width: 768px) {
  .member-interview-sub {
    width: 100%;
  }
}
.member-interview-sub div {
  display: flex;
  align-items: center;
}
.member-interview-sub span {
  margin: 1.5rem 2rem 0 0;
}
@media (max-width: 768px) {
  .member-interview-sub span {
    margin: 0.5rem 1rem 0 0;
  }
}
.member-interview-sub p {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .member-interview-sub p {
    font-size: 1.2rem;
  }
}
.member-interview-sub h4 {
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .member-interview-sub h4 {
    font-size: 3.2rem;
  }
}

.member-interview-profile {
  color: white;
}
.member-interview-profile h4 {
  font-size: 4.8rem;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .member-interview-profile h4 {
    font-size: 3.2rem;
  }
}

.member-slogan-names {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .member-slogan-names {
    flex-direction: column;
    width: 90%;
    align-items: start;
  }
}

@media (max-width: 768px) {
  .pc-roles {
    display: none;
  }
}

.sp-roles {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .sp-roles {
    display: none;
  }
}

@media (max-width: 768px) {
  .role {
    font-size: 1.4rem;
  }
}

.member-names-roles {
  text-align: end;
}
.member-names-roles div {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.member-names-roles span {
  margin: 0 2rem;
}
.member-names-roles p {
  font-size: 1.4rem;
  margin: 0 1rem 0;
}

.member-interview-name {
  font-size: 2.4rem !important;
}
@media (max-width: 768px) {
  .member-interview-name {
    font-size: 1.8rem !important;
  }
}

.member-image-cover {
  width: 85%;
  margin: 8rem auto;
}
@media (max-width: 768px) {
  .member-image-cover {
    width: 100%;
    margin: 5rem 0 0;
  }
}

.interview-content {
  width: 55%;
  margin: 7rem auto;
  margin-bottom: 15rem;
}
@media (max-width: 768px) {
  .interview-content {
    width: 90%;
    margin-bottom: 10rem;
  }
}

.interview-question {
  font-size: 2.8rem;
  padding-left: 1.5rem;
  border-left: 1px solid #1B2550;
  font-weight: 500;
}
@media (max-width: 768px) {
  .interview-question {
    font-size: 2rem;
    border-left: 3px solid #1B2550;
  }
}

.interview-content-item {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .interview-content-item {
    margin-top: 6rem;
  }
}
.interview-content-item p {
  font-size: 1.6rem;
  line-height: 220%;
}
@media (max-width: 768px) {
  .interview-content-item p {
    font-size: 1.4rem;
  }
}
.interview-content-item img {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .interview-content-item img {
    margin-top: 2rem;
  }
}

.schedule {
  margin: 7rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .schedule {
    margin: 3rem 0;
  }
}
.schedule::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6rem;
  border-left: 2px dotted #C7A675;
  z-index: 10;
}
@media (max-width: 768px) {
  .schedule::before {
    left: 4rem;
    top: 2rem;
  }
}

.time {
  font-size: 2.4rem;
  font-family: "Manrope", sans-serif;
  color: #1B2550;
  font-weight: 500;
  width: 12rem;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EAE9E4;
  z-index: 20;
}
@media (max-width: 768px) {
  .time {
    width: 8rem;
    height: 8rem;
    font-size: 1.8rem;
  }
}

.schedule-item {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.time-content {
  margin-left: 4rem;
}
.time-content p {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  line-height: 100%;
}
@media (max-width: 768px) {
  .time-content p {
    font-size: 1.6rem;
  }
}
.time-content ul {
  padding-left: 2.5rem;
  margin: 1.5rem 0 0;
}
.time-content li {
  font-size: 1.6rem;
  line-height: 160%;
  list-style: disc;
}
@media (max-width: 768px) {
  .time-content li {
    font-size: 1.4rem;
  }
}

.other-interviews {
  flex-direction: column;
  padding-top: 12rem;
  border-top: 1px solid #D4D2C8;
  margin-bottom: 17rem;
}
@media (max-width: 768px) {
  .other-interviews {
    padding-top: 5rem;
  }
}
.other-interviews h5 {
  color: #111111;
}
.other-interviews p {
  color: #111111;
}

.other-interviews-titles {
  display: flex;
  align-items: end;
  width: 90%;
  margin: 0 auto;
}

.other-interviews-subtitle {
  text-align: right;
  width: 85%;
}
@media (max-width: 768px) {
  .other-interviews-subtitle {
    width: 90%;
    text-align: left;
  }
}

.back-to-recruit {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .back-to-recruit {
    display: none;
  }
}
.back-to-recruit img {
  transform: rotate(180deg);
}
.back-to-recruit p {
  font-size: 1.8rem;
  margin: 0;
  margin-left: 2rem;
}

.sp-back {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sp-back {
    display: none;
  }
}

.job-desc-cover {
  display: flex;
  width: 85%;
  margin: 0 auto;
  margin-top: 15rem;
}
@media (max-width: 768px) {
  .job-desc-cover {
    width: 90%;
  }
}

.job-desc-sub {
  width: 77%;
}
@media (max-width: 768px) {
  .job-desc-sub {
    width: 100%;
  }
}
.job-desc-sub div {
  display: flex;
  align-items: center;
}
.job-desc-sub span {
  margin: 0 1rem 0;
}
@media (max-width: 768px) {
  .job-desc-sub span {
    margin: 0.5rem 1rem 0 0;
  }
}
.job-desc-sub p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .job-desc-sub p {
    font-size: 1.2rem;
  }
}
.job-desc-sub h4 {
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .job-desc-sub h4 {
    font-size: 3.2rem;
  }
}

.job-desc-content {
  display: flex;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 15rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .job-desc-content {
    flex-direction: column;
    margin-bottom: 5rem;
  }
}

.occupation {
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .occupation {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

.job-desc-subpage-items {
  margin: 3rem 0;
  width: 70%;
}
@media (max-width: 768px) {
  .job-desc-subpage-items {
    width: 100%;
    margin-top: 0;
  }
}

.job-desc-subpage-item {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  border-bottom: 1px solid #D4D2C8;
}
@media (max-width: 768px) {
  .job-desc-subpage-item {
    flex-direction: column;
  }
}
.job-desc-subpage-item h5 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .job-desc-subpage-item h5 {
    font-size: 1.6rem;
  }
}
.job-desc-subpage-item p {
  font-size: 1.6rem;
  line-height: 200%;
  width: 80%;
  margin-top: 0;
}
@media (max-width: 768px) {
  .job-desc-subpage-item p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 180%;
  }
}/*# sourceMappingURL=style.css.map */