@charset "UTF-8";
/* main colors */
/*トップページのスタイル*/
.main_visual {
  width: 100%;
  height: 667px;
  position: relative;
}
@media (min-width: 920px) {
  .main_visual {
    height: 54.8571428571vw;
  }
}
.main_visual_slider {
  width: 100%;
  height: 667px;
  position: relative;
  z-index: -1;
}
@media (min-width: 920px) {
  .main_visual_slider {
    height: 54.8571428571vw;
  }
}
.main_visual_slider .swiper-slide {
  width: 100%;
  height: 667px;
}
@media (min-width: 920px) {
  .main_visual_slider .swiper-slide {
    height: 54.8571428571vw;
  }
}
.main_visual_slider .swiper-slide picture,
.main_visual_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main_visual_slider .progressbar {
  position: relative;
  width: 100%;
  height: 5px;
  background: transparent;
  overflow: hidden;
  bottom: 5px;
  z-index: 1;
}
.main_visual_slider .progressbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #C93F18;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
.main_visual_catch {
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  top: 423px;
  left: 12px;
}
@media (min-width: 920px) {
  .main_visual_catch {
    gap: 2.2142857143vw;
    top: 19.7857142857vw;
    left: 5vw;
  }
}
.main_visual_catch_text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
@media (min-width: 920px) {
  .main_visual_catch_text {
    font-size: 1.7142857143vw;
  }
}
.main_visual_catch_text.is-active {
  opacity: 1;
  transition-delay: 0.5s;
}
.main_visual_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  overflow: hidden;
}
@media (min-width: 920px) {
  .main_visual_title {
    overflow: inherit;
  }
}
.main_visual_title_en {
  font-family: "Inter", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 0.9;
  position: relative;
}
@media (min-width: 920px) {
  .main_visual_title_en {
    font-size: 8.5714285714vw;
  }
}
@media (min-width: 920px) {
  .main_visual_title_en:nth-child(1) {
    left: -3.2857142857vw;
  }
}
.main_visual_title_en:nth-child(2) {
  right: -62px;
}
@media (min-width: 920px) {
  .main_visual_title_en:nth-child(2) {
    right: -19.2857142857vw;
  }
}

.catch_text {
  font-family: "Inter", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 920px) {
  .catch_text {
    font-size: 9.1428571429vw;
  }
}

.section_title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 16px;
  position: relative;
  margin: 0 auto 48px 0;
  color: #ffffff;
}
@media (min-width: 920px) {
  .section_title {
    font-size: 1.4285714286vw;
    padding-left: 2vw;
    margin: 0 auto 5.7142857143vw 0;
  }
}
.section_title::before {
  content: "";
  position: absolute;
  background: #C93F18;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media (min-width: 920px) {
  .section_title::before {
    width: 0.8571428571vw;
    height: 0.8571428571vw;
  }
}

.home_about {
  padding: 80px 0;
}
@media (min-width: 920px) {
  .home_about {
    padding: 20.7142857143vw 0 13.2142857143vw;
  }
}
.home_about .container-base {
  padding: 0;
}
@media (min-width: 920px) {
  .home_about .container-base {
    padding: 0 0 0 110px;
  }
}
@media (min-width: 920px) and (min-width: 1200px) {
  .home_about .container-base {
    padding: 0 0 0 7.8571428571vw;
  }
}
@media screen and (min-width: 1920px) {
  .home_about .container-base {
    padding: 0 0 0 10%;
  }
}
.home_about_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 61px;
  position: relative;
}
@media (min-width: 920px) {
  .home_about_container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
}
.home_about_textArea {
  padding: 0 20px;
}
@media (min-width: 920px) {
  .home_about_textArea {
    width: 34.5714285714vw;
    flex: 0 1 34.5714285714vw;
    padding: 0;
  }
}
.home_about_textArea_inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
  color: #ffffff;
}
@media (min-width: 920px) {
  .home_about_textArea_inner {
    gap: 2vw;
    margin-bottom: 5vw;
  }
}
.home_about_textArea_inner p {
  font-size: 14px;
}
@media (min-width: 920px) {
  .home_about_textArea_inner p {
    font-size: 1.1428571429vw;
  }
}
.home_about_message {
  line-height: 1.5;
}
.home_about_message h3 {
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 920px) {
  .home_about_message h3 {
    font-size: 2.8571428571vw;
  }
}
@media (min-width: 920px) {
  .home_about_slider {
    width: 55.5vw;
    flex: 0 1 55.5vw;
    padding-top: 7.8571428571vw;
  }
}
@media (min-width: 920px) {
  .home_about_slider .swiper {
    position: relative;
  }
}
.home_about_slider .swiper::before {
  content: none;
  position: absolute;
  background: linear-gradient(270deg, rgba(45, 44, 55, 0) 0%, #2D2C37 100%);
  width: 12.8571428571vw;
  height: 35.7142857143vw;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 2;
}
@media (min-width: 920px) {
  .home_about_slider .swiper::before {
    content: "";
  }
}
.home_about_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.home_about_slider .swiper-slide {
  width: 200px;
  height: 200px;
  border-radius: 4px;
  margin-right: 12px;
}
@media (min-width: 920px) {
  .home_about_slider .swiper-slide {
    width: 21.4285714286vw;
    height: 21.4285714286vw;
    margin-right: 1.1428571429vw;
  }
}
.home_about_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.home_about_catch {
  top: -8px;
  right: 8px;
  line-height: 0.8;
}
@media (min-width: 920px) {
  .home_about_catch {
    top: -3vw;
    right: 1.7142857143vw;
  }
}

.home_service_container {
  padding: 80px 0;
  background-color: #ffffff;
  border-radius: 40px 0 0 0;
  position: relative;
}
@media (min-width: 920px) {
  .home_service_container {
    padding: 11.7142857143vw 0 14.2857142857vw;
    border-radius: 80px 0 0 0;
  }
}
.home_service_container .btn_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
@media (min-width: 920px) {
  .home_service_container .btn_wrap {
    margin-top: 3.5714285714vw;
  }
}
.home_service_inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 920px) {
  .home_service_inner {
    width: 72.0714285714vw;
    gap: 5.7142857143vw;
    margin: 0 0 0 auto;
  }
}
.home_service_textArea .section_title {
  color: #121212;
}
.home_service_textArea p {
  font-size: 14px;
  text-align: justify;
}
@media (min-width: 920px) {
  .home_service_textArea p {
    font-size: 1.1428571429vw;
    line-height: 2;
  }
}
.home_service_message {
  line-height: 1.5;
  margin-bottom: 14px;
}
@media (min-width: 920px) {
  .home_service_message {
    margin-bottom: 2.8571428571vw;
  }
}
.home_service_message_text {
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 920px) {
  .home_service_message_text {
    font-size: 2.8571428571vw;
  }
}
@media (min-width: 920px) {
  .home_service_message_text_sp {
    display: none;
  }
}
.home_service_message_text_pc {
  display: none;
}
@media (min-width: 920px) {
  .home_service_message_text_pc {
    display: block;
  }
}
@media (min-width: 920px) {
  .home_service_list {
    border-top: 1px solid #cccccc;
  }
}
.home_service_list li {
  border-bottom: 1px solid #cccccc;
  padding: 28px 0;
}
@media (min-width: 920px) {
  .home_service_list li {
    padding: 0;
  }
}
.home_service_list li:first-of-type {
  padding: 0 0 28px;
}
@media (min-width: 920px) {
  .home_service_list li:first-of-type {
    padding: 0;
  }
}
.home_service_list li:last-of-type {
  border-bottom: 0;
  padding: 28px 0 0;
}
@media (min-width: 920px) {
  .home_service_list li:last-of-type {
    padding: 0;
    border-bottom: 1px solid #cccccc;
  }
}
.home_service_list_link {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
  position: relative;
}
@media (min-width: 920px) {
  .home_service_list_link {
    display: block;
  }
}
.home_service_list_link::before {
  content: "";
  position: absolute;
  background: #C93F18;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transform-origin: bottom;
  transform: scale(1, 0);
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
}
.home_service_list_link_thumb {
  width: 100%;
  height: 224px;
  max-width: 400px;
  border-radius: 4px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home_service_list_link_thumb {
    display: none;
  }
}
.home_service_list_link_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.home_service_list_link_inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (min-width: 920px) {
  .home_service_list_link_inner {
    padding: 2.8571428571vw 1.4285714286vw;
  }
}
.home_service_list_link_inner .icon_wrap {
  width: 24px;
  height: 24px;
  flex: 0 1 24px;
}
@media (min-width: 920px) {
  .home_service_list_link_inner .icon_wrap {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
    flex: 0 1 1.7142857143vw;
  }
}
.home_service_list_link_textArea {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1 1 0%;
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media (min-width: 920px) {
  .home_service_list_link_textArea {
    align-items: center;
    gap: 3.0714285714vw;
  }
}
.home_service_list_link_number {
  font-family: "Inter", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .home_service_list_link_number {
    font-size: 1.4285714286vw;
  }
}
.home_service_list_link_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 920px) {
  .home_service_list_link_title {
    gap: 0.8vw;
  }
}
.home_service_list_link_title_ja {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
@media (min-width: 920px) {
  .home_service_list_link_title_ja {
    font-size: 2.2857142857vw;
    line-height: 1;
  }
}
.home_service_list_link_title_en {
  font-family: "Inter", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 920px) {
  .home_service_list_link_title_en {
    font-size: 1vw;
  }
}
@media (min-width: 920px) {
  .home_service_list_link:hover::before {
    transform: scale(1, 1);
  }
}
@media (min-width: 920px) {
  .home_service_list_link:hover .home_service_list_link_textArea {
    color: #ffffff;
  }
}
@media (min-width: 920px) {
  .home_service_list_link:hover .icon_wrap {
    border: 1px solid #ffffff;
    background-color: #ffffff;
  }
}
.home_service_list_link:hover .icon_arrow::before, .home_service_list_link:hover .icon_arrow::after {
  background: #C93F18;
}
.home_service_list_link:hover .icon_arrow::before {
  translate: 100% 0;
}
.home_service_list_link:hover .icon_arrow::after {
  translate: 0 0;
}
.home_service_catch {
  top: 70px;
  right: 4px;
  line-height: 0.8;
  color: rgba(18, 18, 18, 0.1);
}
@media (min-width: 920px) {
  .home_service_catch {
    top: 8.8571428571vw;
    right: auto;
    left: 7.6428571429vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.home_service_thumb {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .home_service_thumb {
    height: 50vw;
  }
}
.home_service_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home_news {
  padding: 80px 0;
}
@media (min-width: 920px) {
  .home_news {
    position: relative;
    padding: 4.2857142857vw 0 11.4285714286vw;
  }
}
.home_news::before {
  content: none;
  position: absolute;
  background: #2D2C37;
  width: 100%;
  height: 7.1428571429vw;
  border-radius: 0 5.7142857143vw 0 0;
  top: -7.1428571429vw;
  left: 0;
  right: 0;
}
@media (min-width: 920px) {
  .home_news::before {
    content: "";
  }
}
.home_news_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .home_news_container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.home_news_textArea {
  position: relative;
}
@media (min-width: 920px) {
  .home_news_textArea {
    flex: 1 1 0%;
  }
}
.home_news_textArea .section_title {
  width: fit-content;
  margin: 0 auto 40px 0;
}
@media (min-width: 920px) {
  .home_news_textArea .section_title {
    margin: 0;
  }
}
.home_news_catch {
  top: -8px;
  right: -12px;
  line-height: 0.8;
}
@media (min-width: 920px) {
  .home_news_catch {
    top: 5.7142857143vw;
    right: auto;
    left: -0.2857142857vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
@media (min-width: 920px) {
  .home_news_catch_sp {
    display: none;
  }
}
.home_news_catch_pc {
  display: none;
}
@media (min-width: 920px) {
  .home_news_catch_pc {
    display: inline-block;
  }
}
@media (min-width: 920px) {
  .home_news_contents {
    width: 59.8571428571vw;
    flex: 0 1 59.8571428571vw;
  }
}
.home_news_contents .btn {
  margin: 40px 0 0 auto;
}
@media (min-width: 920px) {
  .home_news_contents .btn {
    margin: 4.2857142857vw 0 0 auto;
  }
}

.home_recruit {
  padding: 0 20px 80px;
}
@media (min-width: 920px) {
  .home_recruit {
    padding: 0 1.7857142857vw 7.7142857143vw;
  }
}
.home_recruit_link {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #18C99E 0%, #0F7D65 100%);
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media (min-width: 920px) {
  .home_recruit_link {
    height: 38.5714285714vw;
    padding: 0 6.0714285714vw;
  }
}
.home_recruit_link_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .home_recruit_link_container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.home_recruit_link_container .btn_wrap_sp {
  padding: 24px 20px 0;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 920px) {
  .home_recruit_link_container .btn_wrap_sp {
    display: none;
  }
}
@media (min-width: 920px) {
  .home_recruit_link_container .btn_wrap_pc {
    display: flex;
    justify-content: flex-start;
  }
}
.home_recruit_link_textArea {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 20px 32px;
}
@media (min-width: 920px) {
  .home_recruit_link_textArea {
    width: 39.1428571429vw;
    flex: 0 1 39.1428571429vw;
    gap: 4.2857142857vw;
    padding: 0;
  }
}
.home_recruit_link_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 920px) {
  .home_recruit_link_title {
    gap: 2.8571428571vw;
  }
}
.home_recruit_link_title .catch_text {
  font-size: 56px;
  line-height: 1;
  position: relative;
  color: #ffffff;
}
@media (min-width: 920px) {
  .home_recruit_link_title .catch_text {
    font-size: 9.1428571429vw;
  }
}
.home_recruit_link_title p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
@media (min-width: 920px) {
  .home_recruit_link_title p {
    font-size: 2vw;
  }
}
@media (min-width: 920px) {
  .home_recruit_link_slider {
    width: 26.4285714286vw;
    height: 38.5714285714vw;
  }
}
@media (min-width: 920px) {
  .home_recruit_link_slider .swiper {
    height: 38.5714285714vw;
  }
}
.home_recruit_link_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.home_recruit_link_slider .swiper-slide {
  width: 200px;
  height: 200px;
  border-radius: 4px;
  margin-right: 12px;
}
@media (min-width: 920px) {
  .home_recruit_link_slider .swiper-slide {
    width: 26.4285714286vw;
    height: 26.4285714286vw;
    margin-right: 0;
    margin-bottom: 1.1428571429vw;
  }
}
.home_recruit_link_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.home_recruit_link:hover .btn {
  animation: none;
}
@media (min-width: 920px) {
  .home_recruit_link:hover .btn {
    animation: linkLineReverse 0.5s ease forwards;
  }
}
.home_recruit_link:hover .icon_wrap {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.home_recruit_link:hover .icon_arrow::before, .home_recruit_link:hover .icon_arrow::after {
  background: linear-gradient(180deg, #18C99E 0%, #0F7D65 100%);
}
.home_recruit_link:hover .icon_arrow::before {
  translate: 100% 0;
}
.home_recruit_link:hover .icon_arrow::after {
  translate: 0 0;
}