@charset "UTF-8";
#index {
  /* 	FV
  ---------------------------------------------------------------------------- */
  /* 私達の使命
  ---------------------------------------------------------------------------- */
  /* 主な4つの事業
  ---------------------------------------------------------------------------- */
  /* メンバー
  ---------------------------------------------------------------------------- */
  /* 最新情報
  ---------------------------------------------------------------------------- */
  /* ブログ
  ---------------------------------------------------------------------------- */
  /* 採用情報
  ---------------------------------------------------------------------------- */
  /* 協力会社
  ---------------------------------------------------------------------------- */
}
#index .p-fv {
  width: 100%;
  position: relative;
}
#index .p-fv .slider-box .slider_img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #index .p-fv .slider-box .slider_img img {
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
#index .p-fv .txt-box .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .logo {
    width: 21.5rem;
  }
}
#index .p-fv .txt-box .ttl {
  position: absolute;
  top: calc(50% + 26rem);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .ttl {
    max-width: 25.4rem;
    top: calc(50% + 16rem);
  }
}
#index .p-fv .scroll-down {
  position: absolute;
  bottom: 0;
  right: 6rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv .scroll-down {
    width: 1.7rem;
    right: 0.6rem;
  }
}
#index .p-fv .scroll-down p {
  color: #fff;
  padding-bottom: 11rem;
  font-family: "Josefin Sans", sans-serif;
  writing-mode: vertical-lr;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-fv .scroll-down p {
    font-size: 1.3rem;
    padding-bottom: 5rem;
  }
}
#index .p-fv .scroll-down p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 8.7rem;
  width: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #index .p-fv .scroll-down p::before {
    height: 4.2rem;
  }
}
#index .p-fv .scroll-down p::after {
  content: "";
  position: absolute;
  top: 11.5rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.8rem;
  width: 0.8rem;
  background: #fff;
  border-radius: 50%;
  animation: scroll-down 1.7s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  #index .p-fv .scroll-down p::after {
    top: 7.5rem;
    animation: scroll-down-sp 1.7s ease-in-out infinite;
  }
}
@keyframes scroll-down {
  0% {
    top: 12.5rem;
    @media screen and (max-width: 767px) {
      #index .p-fv .scroll-down p {
        top: 7.5rem;
      }
    }
  }
  100% {
    top: 130%;
  }
}
@keyframes scroll-down-sp {
  0% {
    top: 7.5rem;
  }
  100% {
    top: 130%;
  }
}
#index .p-mission {
  margin-top: -2px;
  background-color: #000000;
  padding: 12rem 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-mission {
    padding: 4rem 0;
  }
}
#index .p-mission .en {
  width: 16rem;
  position: absolute;
  top: 2.5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #index .p-mission .en {
    width: 8.3rem;
  }
}
#index .p-mission .l-wrap {
  position: relative;
}
#index .p-mission .l-wrap .txt-box .ttl {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-mission .l-wrap .txt-box .ttl {
    text-align: center;
    font-size: 2.8rem;
    padding-bottom: 2.5rem;
  }
}
#index .p-mission .l-wrap .txt-box .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8rem;
  height: 1px;
  background-color: #B1935E;
}
@media screen and (max-width: 767px) {
  #index .p-mission .l-wrap .txt-box .ttl::before {
    width: 4rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#index .p-mission .l-wrap .txt-box .txt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-top: 3rem;
  line-height: 2.4444444444;
}
@media screen and (max-width: 767px) {
  #index .p-mission .l-wrap .txt-box .txt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1.5rem;
    letter-spacing: 0.025em;
  }
}
#index .p-mission .l-wrap .txt-box .catch {
  font-size: 2.8rem;
  font-weight: 700;
  color: #B1935E;
  margin-top: 1.5rem;
  line-height: 1.8928571429;
}
@media screen and (max-width: 767px) {
  #index .p-mission .l-wrap .txt-box .catch {
    margin-top: 1.6rem;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    letter-spacing: 0.025em;
  }
}
#index .p-mission .l-wrap .txt-box .c-btn {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-mission .l-wrap .txt-box .c-btn {
    margin-top: 2.4rem;
  }
}
#index .p-mission .l-wrap .img {
  position: absolute;
  top: 50%;
  left: calc(50% + 51rem);
  transform: translate(-50%, -50%);
  width: 96.3rem;
}
@media screen and (max-width: 767px) {
  #index .p-mission .l-wrap .img {
    position: static;
    transform: translate(0);
    width: 30.7rem;
    margin: 1.6rem auto 0;
  }
}
#index .p-business {
  background-color: rgba(177, 147, 94, 0.07);
  padding: 11rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #index .p-business {
    padding: 4rem 0;
  }
}
#index .p-business .heading .flex {
  display: flex;
  align-items: center;
  gap: 12.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-business .heading .flex {
    display: block;
  }
}
#index .p-business .heading .flex .txt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #index .p-business .heading .flex .txt {
    margin-top: 3rem;
    letter-spacing: 0.025em;
  }
}
#index .p-business .heading .list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  #index .p-business .heading .list {
    margin-top: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
#index .p-business .heading .list_item {
  background: url(../img/index/img_business_bg_01.jpg) no-repeat center center/cover;
}
#index .p-business .heading .list_item:nth-child(2) {
  background: url(../img/index/img_business_bg_02.jpg) no-repeat center center/cover;
}
#index .p-business .heading .list_item:nth-child(3) {
  background: url(../img/index/img_business_bg_03.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-business .heading .list_item:nth-child(3) {
    background: url(../img/index/img_business_bg_03_sp.jpg) no-repeat center center/cover;
  }
}
#index .p-business .heading .list_item:nth-child(4) {
  background: url(../img/index/img_business_bg_04.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-business .heading .list_item:nth-child(4) {
    background: url(../img/index/img_business_bg_04_sp.jpg) no-repeat center center/cover;
  }
}
#index .p-business .heading .list_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 7rem 0 8rem;
}
@media screen and (min-width: 768px) {
  #index .p-business .heading .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-business .heading .list_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #index .p-business .heading .list_item a {
    padding: 1.6rem 0 3rem;
    height: 18rem;
  }
}
#index .p-business .heading .list_item a * {
  color: #fff;
}
#index .p-business .heading .list_item_num {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-business .heading .list_item_num {
    font-size: 2rem;
  }
}
#index .p-business .heading .list_item_num::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.6rem;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #index .p-business .heading .list_item_num::before {
    width: 2.4rem;
  }
}
#index .p-business .heading .list_item_ttl {
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-business .heading .list_item_ttl {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
#index .p-business .heading .list_item_txt {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-business .heading .list_item_txt {
    margin-top: 0.7rem;
    font-size: 1.3rem;
  }
}
#index .p-business .content .list_item {
  margin-top: 8.8rem;
  position: relative;
  height: 57.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #index .p-business .content .list_item {
    margin-top: 4rem;
    height: auto;
    display: block;
  }
  #index .p-business .content .list_item:first-child {
    margin-top: 2.4rem;
  }
}
#index .p-business .content .list_item_txt-box {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  #index .p-business .content .list_item_txt-box {
    width: 100%;
    margin-top: 1.5rem;
  }
}
#index .p-business .content .list_item_num {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #B1935E;
  padding-left: 4.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-business .content .list_item_num {
    position: absolute;
    padding-left: 2.4rem;
    left: -2.4rem;
  }
}
#index .p-business .content .list_item_num::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #B1935E;
}
@media screen and (max-width: 767px) {
  #index .p-business .content .list_item_num::before {
    width: 2rem;
  }
}
#index .p-business .content .list_item_ttl {
  margin-top: 1rem;
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #index .p-business .content .list_item_ttl {
    margin-top: 0.8rem;
    margin-left: 3.5rem;
    font-size: 2rem;
    white-space: nowrap;
  }
}
#index .p-business .content .list_item_txt {
  margin-top: 3rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  #index .p-business .content .list_item_txt {
    margin-top: 1rem;
    line-height: 1.5;
  }
}
#index .p-business .content .list_item_img {
  position: absolute;
  top: 0;
  left: calc(50% + 42rem);
  transform: translateX(-50%);
  width: 108rem;
}
@media screen and (max-width: 767px) {
  #index .p-business .content .list_item_img {
    position: static;
    transform: translate(0);
    width: 100%;
  }
}
#index .p-business .content .list_item .c-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-business .content .list_item .c-btn {
    margin-top: 2.4rem;
  }
}
#index .p-business .content .list_item:nth-child(odd) .list_item_txt-box {
  margin-left: auto;
}
#index .p-business .content .list_item:nth-child(odd) .list_item_img {
  left: calc(50% - 42rem);
}
#index .p-member {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-member {
    padding: 4rem 0;
  }
}
#index .p-member::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 402rem;
  height: 77.4rem;
  background: url(../img/index/bg_member.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #index .p-member::before {
    width: 100%;
    height: 100%;
    left: 50%;
    background: url(../img/index/bg_member_sp.png) no-repeat center center/cover;
  }
}
#index .p-member .flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #index .p-member .flex {
    display: block;
  }
}
#index .p-member .flex .ttl-box {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  #index .p-member .flex .ttl-box {
    width: 100%;
  }
}
#index .p-member .flex .ttl-box .c-btn {
  margin-top: 7rem;
}
#index .p-member .flex .content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #index .p-member .flex .content {
    margin-top: 2.4rem;
  }
}
#index .p-member .flex .content .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #index .p-member .flex .content .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #index .p-member .flex .content .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-member .flex .content .list_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #index .p-member .flex .content .list_item_img {
    max-width: 24rem;
    margin: 0 auto;
  }
}
#index .p-member .flex .content .list_item_img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-member .flex .content .list_item_img img {
    aspect-ratio: 24/23;
  }
}
#index .p-member .flex .content .list_item_post {
  margin-top: 2rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #index .p-member .flex .content .list_item_post {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.4rem;
  }
}
#index .p-member .flex .content .list_item_name-box {
  margin-top: 1rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-member .flex .content .list_item_name-box {
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
}
#index .p-member .flex .content .list_item_name {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-member .flex .content .list_item_name {
    font-size: 2rem;
  }
}
#index .p-member .flex .content .list_item_name-en {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: #B1935E;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
#index .p-member .flex .content .list_item_txt {
  margin-top: 3rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #index .p-member .flex .content .list_item_txt {
    margin-top: 1rem;
  }
}
#index .p-member .flex .c-btn {
  margin-top: 3.2rem;
}
#index .p-news {
  padding: 8.8rem 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #index .p-news {
    padding: 4rem 0;
  }
}
#index .p-news .flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex {
    display: block;
  }
}
#index .p-news .flex .ttl-box {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .ttl-box {
    width: 100%;
  }
}
#index .p-news .flex .ttl-box .c-btn {
  margin-top: 7rem;
}
#index .p-news .flex .content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .content {
    margin-top: 2.4rem;
  }
}
#index .p-news .flex .content .list_item:nth-child(n+2) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .content .list_item:nth-child(n+2) {
    margin-top: 0.8rem;
  }
}
#index .p-news .flex .content .list_item a {
  background-color: #fff;
  padding: 2rem 8rem 2rem 4.4rem;
  display: block;
  border-radius: 0.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .content .list_item a {
    padding: 1rem 1rem 1rem 2rem;
  }
  #index .p-news .flex .content .list_item a::after {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    z-index: 1;
  }
}
#index .p-news .flex .content .list_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6rem;
  width: 4px;
  height: calc(100% - 4rem);
  background-color: #B1935E;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .content .list_item a::before {
    left: 0.8rem;
    height: calc(100% - 1.6rem);
  }
}
@media screen and (min-width: 768px) {
  #index .p-news .flex .content .list_item a:hover .list_item_ttl span {
    background-size: 100% 1px;
  }
  #index .p-news .flex .content .list_item a:hover .list_item_arrow::before {
    left: 6rem;
  }
  #index .p-news .flex .content .list_item a:hover .list_item_arrow::after {
    left: 0.5rem;
  }
}
#index .p-news .flex .content .list_item_info-box {
  display: flex;
}
#index .p-news .flex .content .list_item .c-category {
  flex: 1;
}
#index .p-news .flex .content .list_item_date {
  padding-top: 0.2rem;
  width: 10rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  color: #777777;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .content .list_item_date {
    width: 9.4rem;
  }
}
#index .p-news .flex .content .list_item_ttl {
  margin-top: 0.5rem;
  letter-spacing: 0.04em;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .content .list_item_ttl {
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
}
#index .p-news .flex .content .list_item_ttl span {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(90deg, #0D0F00, #0D0F00);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
#index .p-news .flex .content .list_item_arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
  width: 4rem;
  height: 4rem;
  background-color: #000000;
  border-radius: 0.4rem;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .content .list_item_arrow {
    bottom: 0.8rem;
    right: 0.8rem;
    width: 2.5rem;
    height: 2.5rem;
    top: auto;
    transform: translate(0);
  }
}
#index .p-news .flex .content .list_item_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  width: 3rem;
  height: 3rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .content .list_item_arrow::before {
    width: 2rem;
    height: 2rem;
    left: 0.3rem;
  }
}
#index .p-news .flex .content .list_item_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
  width: 3rem;
  height: 3rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .c-btn {
    margin-top: 2.4rem;
  }
}
#index .p-blog {
  padding: 8.8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #index .p-blog {
    padding: 4rem 0;
  }
}
#index .p-blog .list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-blog .list {
    margin-top: 2.4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  #index .p-blog .list_item a:hover .list_item_ttl span {
    background-size: 100% 1px;
  }
}
#index .p-blog .list_item_img {
  width: 100%;
}
#index .p-blog .list_item_img img {
  aspect-ratio: 400/225;
  width: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
}
#index .p-blog .list_item_ttl {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #index .p-blog .list_item_ttl {
    line-height: 1.5;
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
#index .p-blog .list_item_ttl span {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(90deg, #0D0F00, #0D0F00);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
#index .p-blog .list_item_info-box {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid #777777;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #index .p-blog .list_item_info-box {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
#index .p-blog .list_item .c-category {
  flex: 1;
}
#index .p-blog .list_item_date {
  padding-top: 0.3rem;
  color: #777777;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.025em;
}
#index .p-blog .c-btn {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-blog .c-btn {
    margin-top: 3.2rem;
  }
}
#index .p-recruit {
  background: url(../img/index/bg_recruit.jpg) no-repeat center center/cover;
  padding: 8rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-recruit {
    background: #050505;
    padding: 3.5rem 0 0;
  }
}
#index .p-recruit .en {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3rem;
  font-size: 15.4rem;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #index .p-recruit .en {
    font-size: 4.6rem;
    left: -1rem;
    transform: translate(0);
    top: auto;
    bottom: 0.7rem;
  }
}
@media screen and (max-width: 1580px) {
  #index .p-recruit .txt-box {
    padding-left: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #index .p-recruit .txt-box {
    padding-left: 0;
  }
}
#index .p-recruit .txt-box .ttl {
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #index .p-recruit .txt-box .ttl {
    font-size: 1.6rem;
  }
}
#index .p-recruit .txt-box .catch {
  margin-top: 2.7rem;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.9722222222;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #index .p-recruit .txt-box .catch {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
#index .p-recruit .txt-box .catch span {
  position: relative;
}
#index .p-recruit .txt-box .catch span::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 38rem;
  height: 1.8rem;
  background: url(../img/index/img_recruit_line_01.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-recruit .txt-box .catch span::before {
    width: 18.5rem;
    height: 0.8rem;
    bottom: -0.7rem;
  }
}
#index .p-recruit .txt-box .catch span:nth-of-type(2)::before {
  width: 59rem;
  height: 1.4rem;
  left: -0.5rem;
  background: url(../img/index/img_recruit_line_02.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-recruit .txt-box .catch span:nth-of-type(2)::before {
    width: 29.7rem;
    height: 0.8rem;
    left: 0;
  }
}
#index .p-recruit .txt-box .txt {
  margin-top: 3rem;
  color: #fff;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #index .p-recruit .txt-box .txt {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
#index .p-recruit .txt-box .c-btn {
  margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
  #index .p-recruit .txt-box .c-btn {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
#index .p-partner {
  padding: 10.7rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner {
    padding: 3rem 0 4rem;
  }
}
#index .p-partner .flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex {
    display: block;
  }
}
#index .p-partner .flex .c-secttl-box {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .c-secttl-box {
    width: 100%;
  }
}
#index .p-partner .flex .list {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list {
    margin-top: 2.5rem;
    gap: 2rem 0.5rem;
  }
}
#index .p-partner .flex .list_item-01 {
  width: 13.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-01 {
    width: 4.6rem;
  }
}
#index .p-partner .flex .list_item-02 {
  width: 29.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-02 {
    width: 10rem;
    margin: 0 1rem;
  }
}
#index .p-partner .flex .list_item-03 {
  width: 28.7rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-03 {
    width: 9.8rem;
  }
}
#index .p-partner .flex .list_item-04 {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-04 {
    width: 5.1rem;
  }
}
#index .p-partner .flex .list_item-05 {
  width: 21.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-05 {
    width: 7.4rem;
  }
}
#index .p-partner .flex .list_item-06 {
  width: 25.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-06 {
    width: 8.7rem;
  }
}
#index .p-partner .flex .list_item-07 {
  width: 11.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-07 {
    width: 4.1rem;
  }
}
#index .p-partner .flex .list_item-08 {
  width: 37.9rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-08 {
    width: 13rem;
  }
}
#index .p-partner .flex .list_item-09 {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-09 {
    width: 4.1rem;
  }
}
#index .p-partner .flex .list_item-10 {
  width: 11.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-10 {
    width: 4rem;
  }
}
#index .p-partner .flex .list_item-11 {
  width: 23.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-11 {
    width: 8.2rem;
  }
}
#index .p-partner .flex .list_item-12 {
  width: 9.2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-12 {
    width: 3.1rem;
    margin-left: 1rem;
  }
}
#index .p-partner .flex .list_item-13 {
  width: 31.1rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-13 {
    width: 10.7rem;
  }
}
#index .p-partner .flex .list_item-14 {
  width: 28.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-partner .flex .list_item-14 {
    width: 9.8rem;
  }
}/*# sourceMappingURL=index.css.map */