@charset "utf-8";


.h3_front_page_wrap {
  background-color: #D9EAF2;

}

/* ここからmain_visual */
.h3_top_video_wrap {
  height: 100vh;
  padding-top: 8rem;
  background-color: #FFFFFF;
  border-radius: 0 0 5rem 0;
  position: relative;
}

.top_main_visual_relative {
  position: relative;
  margin-left: 15rem;
  margin-right: 10rem;
  padding-bottom: 3rem;
}

.fv-swiper {
  width: 103rem;
  height: 60.8rem;
  height: calc(100vh - 10rem);
}

.top_main_visual {
  width: 103rem;
  border-radius: 5rem 5rem 5rem 0;
  border: 0.1rem solid #000000;
  overflow: hidden;
  height: 100%;
}

.top_office_introduction {
  position: absolute;
  top: 4rem;
  left: 5rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  font-family: var(--Shippori);
  z-index: 1;
  text-shadow: 2px 3px 3px #4b7dbf;
}

.top_image_model {
  width: 17.4rem;
  height: 24.5rem;
  transform: scale(-1, 1);
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -9.5rem;
}

.experience_tour {
  position: absolute;
  bottom: 11.4rem;
  left: 2.1rem;
  display: inline-block;
  height: 6.1rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  background-color: #F5BB1B;
  border: 0.1rem solid #000000;
  border-radius: 3.2rem;
  z-index: 1;
}

.experience_tour_btn {
  padding: 0.5rem 4rem;
  font-family: var(--NotoSans);
  font-weight: 500;
  letter-spacing: 0.027rem;
  line-height: calc(25/18);
  text-align: center;
}

.scroll_bar_wrap {
  position: absolute;
  left: 66rem;
  bottom: -0.7rem;
  z-index: 10;
}

.scroll_bar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scroll_text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
}

.scroll_border {
  position: relative;
  top: 0.4rem;
  width: 0.2rem;
  height: 6rem;
  overflow: hidden;
}

.scroll_border::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  animation: scrollbar 2.0s ease-in-out infinite;
  /* margin: auto; */
}

/* インスタ */
.instagram_wrap {
  padding: 10rem 24.5rem;
  background-color: #FFFFFF;
}

.instagram_title {
  font-size: 3.5rem;
  font-weight: 900;
  text-align: center;
  font-family: var(--ZenOldMincho);
  margin-bottom: 3.5rem;
  color: #4B7DBF;
}

.insta_list_wrap {
  height: auto;
  margin-bottom: 4.5rem;
}

.insta_btn_wrap {
  width: 16.6rem;
  font-size: 1.6rem;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: calc(0.8em / 16);
  margin: 0 auto;
}

.insta_btn_wrap a {
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 2.7rem;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  border: 0.1rem solid;
  transition: .5s;
}

.sbi_follow_btn a {
  color: #FFFFFF !important;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
}


@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }

  30% {
    height: 100%;
  }

  100% {
    top: 100%;
  }
}

/* ここから会社概要 */
.h3_top_company_wrap {
  position: relative;
  overflow: hidden;
}

.top_company_flex {
  display: flex;
  justify-content: center;
  gap: 4.4rem;
  padding-top: 10rem;
  padding-bottom: 18rem;
}

.top_overview_wrap {
  width: 61.2rem;
  height: 43.9rem;
  background-color: #FFFFFF;
  border-radius: 0 5rem;
  padding: 6rem 4.5rem;
}

.top_overview_sentence {
  /* padding: 6rem 4.5rem; */
}

.top_company_english {
  font-size: 2.5rem;
  color: #4B7DBF;
  font-family: var(--Alegreya);
  font-weight: 500;
  letter-spacing: 0.038rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
}

.top_company {
  font-size: 3.5rem;
  color: #4B7DBF;
  font-family: var(--ZenOldMincho);
  margin-bottom: 1rem;
  font-weight: 900;
  height: 5.1rem;
}

.top_company_content {
  color: #1B1B1B;
  font-size: 1.6rem;
  line-height: calc(32/16);
  margin-bottom: 3rem;
  font-family: var(--NotoSans);
  letter-spacing: 0.08rem;
}


.top_overview_btn_wrap {
  text-align: right;
}

.top_overview_btn {
  position: relative;
  z-index: 1000;
  font-size: 1.6rem;
  color: #4B7DBF;
  padding: 1rem 2rem;
  border: 0.1rem solid #4B7DBF;
  border-radius: 2.2rem;
  display: inline-block;
  font-family: var(--ZenOldMincho);
  font-weight: 700;
  letter-spacing: 0.08rem;
  left: 1.4rem;
}

.top_company_hover {
  transition: all ease .3s;
}

.top_company_hover:hover {
  background-color: #4B7DBF;
  color: #FFFFFF;
}

.flower_image_flex_wrap {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}

.flower_image_one {
  width: 24.4rem;
  height: 35rem;
  border-radius: 1.5rem;
  box-shadow: 0.5rem 0.5rem 0 #4B7DBF;
  overflow: hidden;

}

.flower_image_inline_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.flower_image_two {
  width: 25rem;
  height: 17rem;
  border-radius: 1.5rem;
  box-shadow: 0.5rem 0.5rem 0 #4B7DBF;
  overflow: hidden;
  object-position: center 51%;
}

/* 梅の花デザイン画像 */
#float-container {
  position: fixed;
  width: 100%;
  /* overflow: hidden; */
  z-index: 999;
  /* 必要に応じて */
  /* top: 0; */
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.resizable {
  transition: width 1s ease, height 1s ease;
  width: 100px;
  height: 100px;
  object-fit: cover;
  /* 画像が歪みにくくなる */
}


.floating-image {
  position: absolute;
  top: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
  animation: rotateInfinitely 3s linear infinite;
  animation-direction: reverse;
  /* transition: transform 2s linear; */
}

@keyframes rotateInfinitely {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.top_flower_design_one {
  /* width: 5.4rem; */
  /* max-width: 18rem; */
  /* height: 5.3rem; */
  position: absolute;
  /* top: -5.4rem; */
  /* right: 11.9rem; */
}

.top_flower_design_two {
  /* サイズは予想にしている */
  /* width: 8.4rem; */
  /* max-width: 18rem; */
  /* height: 8.3rem; */
  position: absolute;
  /* top: -15.927rem; */
  /* right: 70.979rem; */
}

.top_flower_design_three {
  /* max-width: 18rem; */
  /* width: 18.1rem;
  height: 18.6rem; */
  position: absolute;
  /* top: 30rem; */
  /* right: 107.4rem; */
}

.top_flower_design_four {
  /* max-width: 18rem; */
  /* width: 11.5rem;
  height: 11.6rem; */
  position: absolute;
  /* top: 25rem; */
  /* right: 76.8rem; */
}

.top_flower_design_five {
  /* max-width: 18rem; */
  /* width: 7.2rem;
  height: 7.1rem; */
  position: absolute;
  /* top: 10rem; */
  /* right: 53.1rem; */
}

/* ここからA型事業所のご案内 */
.h3_top_explanation_wrap {
  background-color: #F1F7FA;
  border-radius: 0 5rem 0 0;
  overflow: hidden;
}

.h3_top_explanation_article {
  padding-left: 12.5rem;
  padding-top: 6rem;
  padding-bottom: 14.39rem;
  /* height: 69.49rem; */
}

.top_explanation_english {
  font-size: 2.5rem;
  color: #4B7DBF;
  font-family: var(--Alegreya);
  font-weight: 500;
  margin-left: 4.5rem;
  letter-spacing: 0.038rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
}

.top_explanation {
  font-size: 3.5rem;
  color: #4B7DBF;
  font-family: var(--ZenOldMincho);
  margin-bottom: 0.5rem;
  margin-left: 4.5rem;
  font-weight: 900;
  height: 5.1rem;
}

.top_explanation_flex {
  display: flex !important;
  gap: 3rem;
  position: relative;
  /* max-height: fit-content; */
  /* height: 48.1rem; */
}

.top_service_image {
  aspect-ratio: 1/1;
  width: 40rem;
  height: 40rem;
  border: 0.1rem solid #000000;
  border-radius: 2rem;
  overflow: hidden;
  margin-top: 1rem;
}

.top_explanation_relative {
  /* height: 45.905rem; */
}

.top_explanation_category_wrap {
  color: #1B1B1B;
  position: relative;
  max-width: 45rem;
  height: fit-content;
  /* max-height: 55rem; */
}

.top_explanation_category_heading {
  width: 49rem;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 2rem;
  font-family: var(--ZenOldMincho);
  line-height: calc(40/35);
}

.top_explanation_category {
  width: 53.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  line-height: calc(32/16);
  margin-bottom: 3.3rem;
  font-family: var(--NotoSans);
  font-weight: 400;
}

.top_page_number {
  width: 19.4rem;
  font-size: 22.2rem;
  color: #F5BB1B;
  font-family: var(--Alegreya);
  /* position: relative; */
  /* top: -62rem;
  left: 34rem; */
  position: absolute;
  top: -20rem;
  left: 34rem;
  z-index: -1;
}

.h3_top_page_nation_wrap {
  display: flex;
  gap: 3.004rem;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -1.4rem;
  left: 9.5rem;
}

.swiper-buttons {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 3.5rem;
  justify-content: center;
}

.top_slider_btn {
  width: 4.886rem;
  height: 4.886rem;
}

#btn-next,
.top_slider_btn.btn-next {
  transform: scale(-1, 1);
}

.explanation_view_text {
  color: #4B7DBF;
  font-family: var(--ZenOldMincho);
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #4B7DBF;
  border-radius: 2.5rem;
  font-weight: 700;
}

.top_explanation_hover {
  transition: all ease .3s;
}

.top_explanation_hover:hover {
  background-color: #4B7DBF;
  color: #FFFFFF;
}

.top_explanation_category_wrapper {
  max-width: fit-content;
}


/* ここからnever say never */
.h3_top_important_wrap {
  background-color: #1F2D4E;
}

.top_important_item {
  overflow: hidden;
  /* 枠からはみ出た部分を非表示 */
  position: relative;
}

.top_important_flower_image {
  width: 85rem;
  height: 42.5rem;
  margin: 15rem 21.5rem 17.55rem;
}

.top_important_word_loop_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 46.6rem;
}

.top_important_word_loop {
  display: flex;
  animation: loop-text 15s linear infinite;
  font-family: var(--NotoSans);
}

.top_important_word {
  display: inline-block;
  font-size: 9.1rem;
  color: #FFFFFF;
  white-space: nowrap;
  font-weight: 500;
}

.top_important_word::after {
  content: "　";
  /* 全角スペース */
}

/* アニメーション（右から左に移動） */
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ここからH3について */
.top_about_introduction_wrap {
  padding: 33.495rem 12.4rem 28.995rem;
  position: relative;
  display: flex;
}

.top_about_article_wrap {
  background-color: #61B4E6;
  width: 88rem;
  height: 37.5rem;
  border-radius: 2rem;
  padding: 6rem 6rem 0 6rem;
  color: #FFFFFF;
}

.top_about_english {
  font-family: var(--Alegreya);
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.038rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
}

.top_about {
  font-family: var(--ZenOldMincho);
  font-weight: 900;
  font-size: 3.5rem;
  height: 5.1rem;
  margin-bottom: 0.7rem;
}

.top_introduction_text {
  font-family: var(--NotoSans);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(32/16);
  margin-bottom: 3rem;
  letter-spacing: 0.08rem;
}

.about_service_view_wrap {
  display: flex;
  justify-content: flex-start;
}

.h3_about_view_text {
  color: #61B4E6;
  font-family: var(--ZenOldMincho);
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 2.2rem;
  background-color: #FFFFFF;
  display: inline-block;
  font-weight: 700;
}

.top_about_hover {
  transition: all ease .3s;
}

.top_about_hover:hover {
  background-color: #61B4E6;
  color: #FFFFFF;
}

.top_about_flower_wrap {
  position: relative;
}

.top_about_flower {
  border-radius: 1.5rem;
  box-shadow: 0.5rem 0.5rem 0 #ffffff;
  position: absolute;
  overflow: hidden;
}

.top_about_flower:nth-child(1) {
  width: 46.6rem;
  height: 30.989rem;
  top: -15.5rem;
  right: -15rem;
  border-radius: 2rem;
}

.top_about_flower:nth-child(2) {
  width: 25.25rem;
  height: 16.778rem;
  bottom: -8.488rem;
  right: 12.85rem;
  border-radius: 2rem;
}

.top_about_flower:nth-child(3) {
  width: 19.95rem;
  height: 30rem;
  bottom: -10.994rem;
  right: -10rem;
  border-radius: 2rem;
}

/* ここから実績 */
.h3_top_works_wrap {
  background-color: #FFFFFF;
  color: #1B1B1B;
  padding: 8.005rem 0 16.6rem 15rem;
  height: 72.5rem;
}

.top_works_english {
  font-family: var(--Alegreya);
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.038rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
}

.top_works {
  font-family: var(--ZenOldMincho);
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 3rem;
  height: 5.1rem;
}

.swiper .swiper-slide {
  width: 40.9rem;
}

.swiper_inner {
  width: 100%;
}

.top_works_image {
  width: 40.9rem;
  height: 22.9rem;
  border: 0.1rem solid #000000;
  margin-bottom: 1rem;
  overflow: hidden;
}

.top_works_company_name {
  width: 40.9rem;
  font-family: var(--NotoSans);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.024rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.top_works_company_text {
  width: 40.9rem;
  font-family: var(--NotoSans);
  font-size: 1.5rem;
  letter-spacing: 0.023rem;
  line-height: calc(30/15);
  margin-bottom: 3rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.swiper-pagination {
  min-width: 84.46rem;
  margin: -.8rem auto 0;
  bottom: 0;
  position: relative;
  border-radius: 0.4rem;
  background-color: #D9EAF2 !important;

  & .swiper-scrollbar-drag {
    background-color: #4B7DBF;
    height: 0.4rem;
    border-radius: 100vh;
  }
}

.swiper-wrapper.transform_works_wrap {
  transition-timing-function: ease-out;
}

.swiper-pagination-progressbar-fill {
  background-color: #D9EAF2 !important
}

.top_works_flex {
  display: flex;
  gap: 3.804rem;
  position: absolute;
}

.top_works_relative {
  position: relative;
  top: -3.5rem;
  left: 87.5rem;
  font-size: 1.6rem;
}

.service_view_text {
  color: #4B7DBF;
  font-family: var(--ZenOldMincho);
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #4B7DBF;
  border-radius: 2.5rem;
  display: inline-block;
  margin-top: 2.161rem;
  font-weight: 700;
}

.top_works_hover {
  transition: all ease .3s;
}

.top_works_hover:hover {
  background-color: #4B7DBF;
  color: #FFFFFF;
}

/* ここから採用情報 */
.h3_top_recruit_wrap {
  padding: 18rem 0;
  position: relative;
}

.top_recruit_information {
  background-color: #70C7D5;
  border-radius: 2rem;
  width: 64rem;
  height: 60.9rem;
  padding: 6rem 5.5rem;
}

.top_recruit_english {
  font-family: var(--Alegreya);
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.038rem;
  color: #FFFFFF;
  height: 2.5rem;
  display: flex;
  align-items: center;
  margin-left: 4.5rem;
}

.top_recruit {
  font-family: var(--ZenOldMincho);
  font-size: 3.5rem;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
  height: 5.1rem;
  margin-left: 4.5rem;
}

.top_recruit_image {
  width: 43.2rem;
  height: 28.7rem;
  border-radius: 1.5rem;
  box-shadow: 0.5rem 0.5rem 0 #ffffff;
  overflow: hidden;
}

.top_recruit_detail_absolute {
  width: 67rem;
  height: 48.7rem;
  padding: 5rem 5rem 3rem 5rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  position: absolute;
  top: 27.8rem;
  left: 51rem;
}

.top_recruit_detail {
  font-family: var(--NotoSans);
  font-size: 1.4rem;
  color: #1B1B1B;
  letter-spacing: 0.07rem;
  line-height: calc(28/14);
  margin-bottom: 2.8333rem;
}

.recruit_service_view_wrap {
  display: flex;
  justify-content: flex-end;
}

.recruit_service_view_text {
  color: #70C7D5;
  font-family: var(--ZenOldMincho);
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #70C7D5;
  border-radius: 2.5rem;
  display: inline-block;
  font-weight: 700;
}

.top_recruit_hover {
  transition: all ease .3s;
}

.top_recruit_hover:hover {
  background-color: #70C7D5;
  color: #FFFFFF;
}

/* ここからお知らせ */
.h3_top_news_wrap {
  background-color: #4B7DBF;
  border-radius: 2rem 2rem 0 0;
  padding: 10rem 19.2rem 15rem;
  color: #FFFFFF;
  height: 79.2rem;
}

.top_news_items {
  text-align: center;
  margin-bottom: 3rem;
}

.top_news_english {
  font-family: var(--Alegreya);
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.038rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_news {
  font-family: var(--ZenOldMincho);
  font-size: 3.5rem;
  font-weight: 900;
  height: 5.1rem;
}

.news_category_article {
  width: 89.6rem;
  display: flex;
  gap: 7.3rem;
  margin-bottom: 5.55rem;
}

.news_content {
  width: 25rem;
  /* height: 34.35rem; */
}

.news_content_inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.news_content:nth-child(2) .news_content_inner {
  display: flex;
  flex-direction: column-reverse;
}

.news_content:nth-child(2) .news_content_core {
  display: flex;
  flex-direction: column-reverse;

}

.top_news_date {
  font-family: var(--ZenOldMincho);
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.07rem;
}

/* 上下反転 */
.news_content:nth-child(2) .top_news_date {
  border-bottom: 0.2rem solid #FFFFFF;
  justify-content: flex-start;
  padding-bottom: 1rem;
}

/* 左右反転 */
.news_content:nth-child(3) .top_news_date {
  justify-content: flex-start;
}

.top_news_title_wrap {
  font-family: var(--NotoSans);
  font-size: 1.5rem;
  padding: 1.5rem 0 1.5rem 0.6rem;
  border-top: 0.2rem solid #FFFFFF;
  border-left: 0.2rem solid #FFFFFF;
  letter-spacing: 0.075rem;
  line-height: calc(32/15);
  border-radius: 1.5rem 0 0 0rem;
}

.top_news_title_text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 上下反転 */
.news_content:nth-child(2) .top_news_title_wrap {
  padding: 1.5rem 0 1.5rem 0;
  border: 0;
}

/* 左右反転 */
.news_content:nth-child(3) .top_news_title_wrap {
  border-left: 0;
  border-right: 0.2rem solid #FFFFFF;
  border-radius: 0 1.5rem 0 0;
  padding-left: 0;
}

.top_news_image {
  aspect-ratio: 1/1;
  width: 25rem;
  border: 0.2rem solid #FFFFFF;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
  overflow: hidden;
}

/* 上下反転 */
.news_content:nth-child(2) .top_news_image {
  border-radius: 1.5rem;
}

/* 左右反転 */
.news_content:nth-child(3) .top_news_image {
  border-radius: 1.5rem 0 1.5rem 1.5rem;
}

.top_news_heading {
  padding: 0 4rem;
  font-family: var(--NotoSans);
  font-size: 1.3rem;
  display: inline-block;
  color: #4B7DBF;
  border-radius: 1.1rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 2.2rem;
  left: 2.2rem;
  height: 2.1rem;
}

/* 上下反転 */
.news_content:nth-child(2) .top_news_heading {
  top: 97%;
  left: 6.7rem;
}

/* 左右反転 */
.news_content:nth-child(3) .top_news_heading {
  left: 11.25rem;
}


.news_service_view_wrap {
  display: flex;
  justify-content: center;
}

.news_service_view_text {
  font-family: var(--ZenOldMincho);
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 2.5rem;
  display: inline-block;
  font-weight: 700;
}

.top_news_hover {
  transition: all ease .3s;
}

.top_news_hover:hover {
  background-color: #FFFFFF;
  color: #4B7DBF;
}

.swiper-buttons>img {
  cursor: pointer;
}


/* ここからメディアクエリ */
@media screen and (max-width:699.98px) {

  /* ここからmain_visual */
  .top_main_visual_relative {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-bottom: 9.6rem;
  }

  .fv-swiper {
    width: 100%;
    height: calc(100vh - 14rem);
    /* height: 50.5rem; */
  }

  .top_main_visual {
    width: 33.5rem;
    height: 100%;
    border-radius: 2.5rem 0 0 0;
  }

  .scroll_text {
    color: #4b7dbf;
  }

  .scroll_border::before {
    background-color: #4b7dbf;
  }

  .top_office_introduction {
    text-align: center;
    left: 6.5rem;
    letter-spacing: 0.075rem;
    font-size: 1.5rem;
    line-height: calc(20/15);
  }

  .top_image_model {
    width: 13.6rem;
    height: 19.2rem;
    left: -2rem;
  }

  .experience_tour {
    font-size: 1.6rem;
    position: absolute;
    left: 13.4rem;
    bottom: 6rem;
    white-space: nowrap;
  }

  .experience_tour_btn {
    padding: 0.5rem 4.6rem;
    letter-spacing: 0.024rem;
    line-height: calc(23/16);
  }

  .scroll_bar_wrap {
    position: absolute;
    left: 16.6rem;
    bottom: -2.8rem;
    z-index: 10;
  }

  /* ここから会社概要 */
  .top_company_flex {
    display: block;
    padding-bottom: 12rem;
    margin: 0 1rem;
  }

  .top_overview_wrap {
    width: 100%;
    height: 45.5rem;
    padding: 4rem 1rem 8rem;
    margin-bottom: 5rem;
    border-radius: 0 2.5rem;
  }

  .top_company_english {
    font-size: 1.8rem;
    letter-spacing: 0.027rem;
    height: 1.8rem;
  }

  .top_company {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    height: 3.6rem;
  }

  .top_company_content {
    font-size: 1.5rem;
    line-height: calc(30/15);
    letter-spacing: 0.075rem;
    margin-bottom: 2rem;
  }

  .flower_image_flex_wrap {
    gap: 0.44rem;
  }

  .flower_image_inline_wrap {
    gap: 0.5rem;
  }

  .flower_image_one {
    width: 17.16rem;
    height: 24.6rem;
    box-shadow: 0.2rem 0.2rem 0 #4B7DBF;
  }

  .flower_image_two {
    width: 17.9rem;
    height: 12.1rem;
    box-shadow: 0.2rem 0.2rem 0 #4B7DBF;
  }

  #float-container {
    display: none;
  }

  .top_overview_btn {
    font-size: 1.4rem;
    padding: 1rem 2rem;
    left: 0;
  }

  /* ここからA型事業所のご案内 */
  .h3_top_explanation_article {
    padding-left: 0;
    margin: 0 1rem;
    padding-top: 4rem;
    padding-bottom: 7.997rem;
    /* height: 79.34rem; */
  }

  .top_explanation_english {
    margin-left: 0;
    font-size: 1.8rem;
    letter-spacing: 0.027rem;
    height: 1.8rem;
  }

  .top_explanation {
    margin-left: 0;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    height: 3.6rem;
  }

  .top_explanation_flex {
    display: block;
    /* height: 56.543rem; */
  }

  .top_service_image {
    width: 35.5rem;
    height: 20rem;
    flex-shrink: 0;
  }

  .top_explanation_absolute {
    flex-direction: row !important;
    /* ← 縦並びになっていたら修正 */
  }

  .top_explanation_flex {
    width: 35.5rem !important;
  }

  .top_explanation_category_wrap {
    color: #1B1B1B;
    pointer-events: none;
  }

  .top_explanation_category_heading {
    width: 32.2rem;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: var(--ZenOldMincho);
  }

  .top_explanation_category {
    width: 35.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
    line-height: calc(25/14);
    margin-bottom: 2.243rem;
    font-family: var(--NotoSans);
  }

  .top_page_number {
    width: 11.2rem;
    font-size: 12.8rem;
    top: -48rem;
    left: 24rem;
    z-index: 2;
  }

  .h3_top_page_nation_wrap {
    display: flex;
    gap: 3.004rem;
    justify-content: center;
    align-items: center;
    margin-top: 2.243rem;
    left: 0;
    z-index: 10;
  }

  .swiper-buttons {
    gap: 1rem;
  }

  .explanation_view_text {
    color: #4B7DBF;
    font-family: var(--ZenOldMincho);
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
    padding: 1.3rem 2rem 1.1rem;
    border: 0.1rem solid #4B7DBF;
    border-radius: 2.5rem;
    white-space: nowrap;
  }

  .top_number_font {
    font-size: 8rem;
    top: -34rem;
  }


  /* ここからnever say never */
  .top_important_flower_image {
    width: 35.5rem;
    height: 49.7rem;
    margin: 10rem 1rem 13.913rem;
    object-fit: cover;
  }

  .top_important_word_loop_wrap {
    top: 50.6rem;
  }

  /* ここからH3について */

  .h3_top_video_wrap {
    padding-top: 5rem;
    display: flex;
    /* height: auto; */
    /* align-items: center; */
  }

  .top_about_introduction_wrap {
    padding: 11.997rem 1rem 12.005rem;
    display: block;
  }

  .top_about_article_wrap {
    width: 35.5rem;
    height: 42.4rem;
    padding: 4rem 1rem 8rem;
  }

  .top_about_english {
    font-size: 1.8rem;
    letter-spacing: 0.027rem;
    height: 1.8rem;
  }

  .top_about {
    font-size: 2.5rem;
    height: 3.6rem;
    margin-bottom: 1.5rem;
  }

  .top_introduction_text {
    font-size: 1.5rem;
    line-height: calc(30/15);
    letter-spacing: 0.075rem;
    margin-bottom: 2rem;
  }

  .about_service_view_wrap {
    display: flex;
    justify-content: center;
  }

  .h3_about_view_text {
    font-size: 1.4rem;
    padding: 1.3rem 2rem 1.1rem;
  }

  .top_about_flower_wrap {
    height: 51.705rem;
  }

  .top_about_flower:nth-child(1) {
    width: 35.5rem;
    height: 23.607rem;
    top: 3.995rem;
    right: 0;
    border-radius: 1rem;
  }

  .top_about_flower:nth-child(2) {
    width: 18.75rem;
    height: 12.469rem;
    top: 37.774rem;
    left: 0;
    border-radius: 1rem;
  }

  .top_about_flower:nth-child(3) {
    width: 14.75rem;
    height: 22.1rem;
    top: 29.605rem;
    right: 0;
    border-radius: 1rem;
  }

  /* ここから実績 */
  .h3_top_works_wrap {
    padding: 4rem 1rem 4.5rem;
    height: auto;
  }

  .top_works_english {
    font-size: 1.8rem;
    letter-spacing: 0.027rem;
    height: 1.8rem;
  }

  .top_works {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    height: 3.6rem;
  }

  /* スライダー特有の表示を打ち消す */
  .swiper,
  .swiper-wrapper,
  .swiper-slide {
    flex-direction: column;
  }

  .transform_works_wrap {
    transform: none !important;
  }

  .top_works_image {
    width: 35.5rem;
    height: 19.877rem;
    border-radius: 1rem;
  }

  .top_works_company_name {
    width: 35.5rem;
    margin-bottom: 1rem;
  }

  .top_works_company_text {
    width: 35.5rem;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }

  .top_works_flex {
    justify-content: center;
    position: static;
  }

  .top_works_relative {
    top: 0;
    left: 0;
    font-size: 1.4rem;
  }

  .h3_top_works_wrap .swiper-buttons {
    gap: 1rem;
    display: none;
  }



  .service_view_text {
    font-size: 1.4rem;
    line-height: calc(32/14);
    padding: 1.3rem 2rem 1.1rem;
    border-radius: 2.2rem;
    display: inline;
  }

  /* ここから採用情報 */
  .h3_top_recruit_wrap {
    padding: 12rem 1rem;
    height: 131.35rem;
  }

  .top_recruit_information {
    width: 35.5rem;
    height: 60.9rem;
    padding: 4rem 1rem 0;
  }

  .top_recruit_english {
    font-size: 1.8rem;
    letter-spacing: 0.027rem;
    height: 1.8rem;
    margin-left: 0;
  }

  .top_recruit {
    font-size: 2.5rem;
    margin-bottom: 1.3rem;
    height: 3.6rem;
    margin-left: 0;
  }

  .top_recruit_image {
    width: 33.5rem;
    height: 22.256rem;
  }

  .top_recruit_detail_absolute {
    width: 35.5rem;
    height: 70.8rem;
    padding: 4rem 1rem 8rem;
    top: 48.55rem;
    left: 1rem;
    border-radius: 1rem;
  }

  .top_recruit_detail {
    margin-bottom: 2.7rem;
  }

  .top_recruit_detail_exception {
    margin-bottom: 0;
  }

  .recruit_service_view_wrap {
    justify-content: center;
    margin-top: 2rem;
  }

  .recruit_service_view_text {
    font-size: 1.4rem;
    padding: 1.3rem 2rem 1.1rem;
  }

  /* ここからお知らせ */
  .h3_top_news_wrap {
    padding: 4rem 6.3rem 4rem 6.2rem;
    border-radius: 1rem 1rem 0 0;
    height: auto;
  }

  .top_news_english {
    font-size: 1.8rem;
    letter-spacing: 0.027rem;
    height: 1.8rem;
  }

  .top_news {
    font-size: 2.5rem;
    height: 3.6rem;
  }

  .news_category_article {
    width: 25rem;
    flex-direction: column;
    gap: 6rem;
    margin-bottom: 2rem;
  }

  .top_news_date {
    font-weight: 700;
  }

  .news_content:nth-child(2) .top_news_date {
    padding-bottom: 1.5rem;
  }

  /* 上下反転 */
  .news_content:nth-child(2) .top_news_heading {
    left: 6.7rem;
  }

  .news_content:nth-child(2) .top_news_title_wrap {
    padding: 1.2rem 0 0.5rem 0;
  }

  .news_service_view_text {
    font-size: 1.4rem;
    padding: 1.3rem 2rem 1.1rem;
  }


  /* インスタ */
  .instagram_wrap {
    padding: 4rem 1rem;
  }

  .instagram_title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3.5rem;
  }

  .insta_list_wrap {
    height: auto;
    margin-bottom: 4.5rem;
  }

  .insta_btn_wrap {
    width: 16.6rem;
    font-size: 1.6rem;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: calc(0.8em / 16);
    margin: 0 auto;
  }

  .insta_btn_wrap a {
    display: block;
    width: 100%;
    padding: 1rem;
    border-radius: 2.7rem;
    background-color: #000000;
    border: 0.1rem solid;
    transition: .3s;
  }

}