@charset "UTF-8";
/*========== header ==========*/
.inner-header {
  width: 100%;
  margin: 0 auto;
}

#header_main {
  position: relative;
  width: 100%;
}

/* sub */
#header_sub {
  position: fixed;
  min-width: 343px;
  max-width: 1826px;
  width: calc(100% - 96px);
  left: 50%;
  top: 16px;
  z-index: 100;
  transform: translateX(-50%) translateY(-200px);
  box-sizing: border-box;
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
}

#header_sub.scrolled {
  transform: translateX(-50%) translateY(0);
}

.header-wrap-sub {
  display: flex;
  max-width: 1826px;
  padding: 19.5px 24px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.header {
  position: relative;
  z-index: 999;
  background-color: rgba(246, 244, 234, 0.9);
  /* position: fixed; */
  width: 100%;
}

/* 無=header一時的,
sl=header追尾（未スクロール時非表示） */
.header-wrap {
  display: flex;
  max-width: 1826px;
  margin: 0 auto;
  padding: 25px 48px;
  justify-content: space-between;
  align-items: center;
}

.header-sl-wrap {
  position: fixed;
  z-index: 999;
  display: flex;
  display: none;
  width: 1344px;
  margin: auto 48px;
  padding: 16px 24px;
  border-radius: 64px;
  justify-content: space-between;
  align-items: center;
  background: white;
}

.nav-item-box,
.nav-sl-item-box {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: bold;
}

.nav-item,
.nav-sl-item {
  display: inline-block;
}

.nav-item-last,
.nav-sl-item-last {
  display: flex;
  align-items: center;
}

.nav-tel,
.nav-sl-tel {
  margin-left: 12px;
  margin-right: 12px;
}

.nav-tel {
  margin-left: 4px;
}

.nav-tel-text,
.nav-sl-tel-text {
  display: flex;
  gap: 2px;
  align-items: center;
}

.nav-tel-text-img {
  padding: 2px 2.6px 2.6px 2px;
}

.nav-tel-num,
.nav-sl-tel-num {
  font-size: 18px;
  font-weight: 600;
  color: #19C591;
  font-family: "Poppins", sans-serif;
}

.nav-tel-time,
.nav-sl-tel-time {
  color: #333333;
}

.nav-tel-time,
.nav-sl-tel-time {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.07em;
}

.nav-free-img {
  max-width: 160px;
  width: 160px;
  height: 100%;
  aspect-ratio: 10/3;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.08));
  background-image: url(../img/free-l.png);
  background-size: contain; /* 縦横比を維持して要素にフィット */
  background-position: center; /* 画像の中心を表示 */
  background-repeat: no-repeat; /* 画像が繰り返されないようにする */
  transition: filter 0.5s ease, transform 0.3s ease, opacity 0.5s ease;
}

.nav-free-img:hover {
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.08));
  background-image: url(../img/header-free-hover.png);
}

.nav-item-text {
  color: #333333;
  transition: color 0.3s ease;
}

.nav-item-text:hover {
  color: #19C591;
}

/* main-header レスポンシブ */
@media (max-width: 1200px) {
  /* 一部残し */
  .nav-item,
  .nav-tel-text,
  .nav-tel-time {
    display: none;
  }
  .nav-visit {
    padding: 6px 10px;
    gap: 0;
    border-radius: 12px;
    flex-direction: column;
    font-size: 12px;
  }
  .nav-tel {
    order: 2;
    max-width: 80px;
    width: 80px;
    height: 100%;
    aspect-ratio: 10/7;
  }
  .nav-free-img {
    order: 1;
    max-width: 80px;
    width: 80px;
    height: 100%;
    aspect-ratio: 10/7;
    background-image: url(../img/free-s.png);
  }
  .nav-free-img:hover {
    filter: none;
    background-image: url(../img/free-s.png);
    /* pointer-events: none; */
  }
}
/* sab-header レスポンシブ */
@media (max-width: 1200px) {
  .header-logo {
    width: 128px;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .header-wrap-sub {
    padding: 12px 16px;
    gap: 15px;
  }
  .nav-tel {
    margin-right: 0px;
  }
}
@media (max-width: 450px) {
  .header-wrap {
    padding: 12px 16px;
  }
}
/*========== 1200px表示nav ==========*/
.nav-1200 {
  display: none;
}

@media (max-width: 1200px) {
  .nav-1200 {
    display: block;
  }
}
.top-nav,
.bottom-nav {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.top-nav {
  margin-bottom: 2px;
}

.top-nav-li,
.bottom-nav-li {
  position: relative;
  width: 300px;
  padding: 17px 0px 31px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  background: white;
}

@media (max-width: 1040px) {
  .top-nav-li,
  .bottom-nav-li {
    width: 200px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .top-nav-li,
  .bottom-nav-li {
    width: 113.67px;
  }
}
.top-nav-li::after,
.bottom-nav-li::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #19C591;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 4px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  top: 55px;
  left: 146px;
}

@media (max-width: 1040px) {
  .top-nav-li::after,
  .bottom-nav-li::after {
    width: 10px;
    height: 10px;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    top: 50px;
    left: 96px;
  }
}
@media (max-width: 768px) {
  .top-nav-li::after,
  .bottom-nav-li::after {
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    top: 48px;
    left: 53px;
  }
}
.top-left {
  border-top-left-radius: 20px;
}

.top-right {
  border-top-right-radius: 20px;
}

.bottom-left {
  border-bottom-left-radius: 20px;
}

.bottom-right {
  border-bottom-right-radius: 20px;
}

/*========== サポート ==========*/
.support {
  text-align: center;
  padding: clamp(5rem, 3.588rem + 2.94vw, 5.5rem) 0px;
  line-height: 1.3;
}

.support-cat-wrap {
  margin-top: 24px;
  margin-bottom: 56px;
}

/* 就職活動での支援 */
.support-cat-title {
  text-align: left;
  font-size: clamp(1.5rem, 0.794rem + 1.47vw, 1.75rem); /* 28(1040)-24(768) */
  font-weight: bold;
  color: #19C591;
  padding-bottom: 8px;
  border-bottom: solid 1px #19C591;
  margin-bottom: clamp(1.25rem, -0.868rem + 4.41vw, 2rem); /* 32(1040)-20(768) */
}

@media (max-width: 768px) {
  .support-cat-title {
    text-align: center;
  }
}
.support-cat-list {
  display: flex;
  justify-content: space-between;
}

.support-cat-img {
  margin-bottom: 8px;
}

.support-cat-text {
  width: 155px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 1330px) {
  .support-cat-list {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 20px;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }
  .support-cat-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1040px) {
  .support-cat-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* 就職後のサポート「就労定着支援」 */
.employment-support-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.employment-support-text {
  display: inline-block;
  position: relative;
  font-size: clamp(1rem, 0.647rem + 0.74vw, 1.125rem); /* 18(1040)-16(768) */
  font-weight: bold;
  border-radius: 20px;
  padding: 24px 32px;
  line-height: 1;
  background: #ECECEC;
}

.employment-support-sub-text {
  color: #19C591;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  padding: 16px 35px 16px 67px;
  border-radius: 20px;
  line-height: 1.6;
  background: white;
}

.e-s-t-1 {
  margin-bottom: 32px;
}

.e-s-t-2 {
  margin-top: 40px;
}

.e-s-s-t {
  padding: 12px 47px 12px 27px;
  text-align: end;
}

.employment-support-img-1 {
  position: absolute;
  bottom: 0px;
  left: 11px;
}

.employment-support-img-2 {
  position: absolute;
  bottom: 0;
  right: 0px;
}

@media (max-width: 1370px) {
  .employment-support-wrap {
    margin: 0 auto;
    display: block;
    margin-bottom: 32px;
    height: 400px;
  }
  .employment-support-sub-text {
    padding-right: 119px;
    padding-left: 151px;
  }
  .e-s-t-1 {
    float: left;
  }
  .e-s-s-t {
    padding-right: 117px;
    padding-left: 97px;
  }
  .e-s-t-2 {
    float: right;
  }
}
@media (max-width: 1040px) {
  .e-s-t-1 {
    margin-right: 40px;
    margin-bottom: clamp(1rem, 0.013rem + 4.21vw, 2.75rem); /* 44(1040)-16(375) */
  }
  .e-s-t-2 {
    margin-top: 0px;
    margin-bottom: 32px;
    margin-left: 40px;
  }
  .e-s-t-1 {
    float: none;
  }
  .e-s-t-2 {
    float: none;
  }
  .employment-support-wrap {
    height: auto;
  }
}
@media (max-width: 768px) {
  .employment-support-wrap {
    width: 345px;
  }
  .employment-support-text {
    padding: 16px 16px 20px 16px;
    width: 305px;
  }
  .employment-support-img-1 {
    left: 0px;
  }
  .employment-support-img-2 {
    right: -8px;
  }
  .employment-support-sub-text {
    width: 256px;
    padding: 12px 16px 12px 64px;
  }
  .e-s-s-t {
    text-align: end;
    padding: 12px 42px 12px 4px;
  }
}
/* サポート下部 */
.session-support {
  padding: 32px 62.5px;
  border-radius: 20px;
  background: white;
}

.session-text {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 1040px) {
  .session-text {
    text-align: left;
  }
}
.color-change {
  color: #19C591;
  font-weight: bold;
}

.session-ul {
  display: flex;
  justify-content: center;
}

.session-list {
  position: relative;
  text-align: left;
  padding-left: 14px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
}

.session-list:last-of-type {
  margin-right: 0px;
}

.session-list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #19C591;
}

@media (max-width: 1369px) {
  .session-list::before {
    top: 25%;
  }
}
.session-example {
  display: inline-block;
  position: relative;
  margin: 28px 0 24px 0px;
  padding: 28px 38px 24px 38px;
  border: solid 2px #19C591;
  border-radius: 8px;
  background: #EDFCF5;
  border-radius: 20px;
}

.session-example::before {
  content: "";
  width: 80px;
  height: 4px;
  display: inline-block;
  background: #EDFCF5;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.session-example-title {
  position: absolute;
  display: inline-block;
  top: -11px;
  left: 0px;
  right: 0px;
  padding: 0 9px;
  line-height: 1;
  font-size: 20px;
  color: #19C591;
  font-weight: bold;
}

@media (max-width: 1040px) {
  .session-ul {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
  }
  .session-list::before {
    top: 50%;
  }
  .session-list {
    margin-bottom: 12px;
  }
  .session-list:last-of-type {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .session-support {
    padding: 32px 16px;
  }
  .session-text {
    font-size: clamp(1rem, 0.647rem + 0.74vw, 1.125rem); /* 18(1040)-16(375) */
  }
  .color-change {
    font-weight: 400;
  }
  .session-example {
    padding: 28px 24px 24px 27px;
    margin-top: 24px;
  }
}
/*========== 実績グラフ ==========*/
.achievements {
  padding-bottom: 88px;
}

.achievements-item {
  display: flex;
  justify-content: center;
}

.achievements-img {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}

.achievements-img-1040-none {
  width: clamp(18.125rem, -22.64rem + 84.93vw, 32.563rem); /* 521-290 */
  height: auto;
}

.achievements-img-1040-block {
  display: none;
  width: clamp(18.125rem, 7.537rem + 22.06vw, 21.875rem); /* 350-290 */
  height: auto;
}

.achievementsーpercent-year {
  font-size: 12px;
  font-weight: 400;
  text-align: end;
}

.achievements-graph img {
  width: 490px;
  height: auto;
}

.achievements-graph {
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 20px;
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-columns: repeat(2, 1fr); */
  width: 1000px;
  margin: 0 auto;
}

.achievements {
  padding-bottom: 88px;
}

/*==================
slick
==================*/
.achievements-slider-wrap {
  display: none;
}

/*------ スライダーの横幅 ------*/
.slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.slider-s {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.slider-card {
  overflow: visible;
  margin: 0 -20px;
}

.slider-wrap-s {
  display: none;
}

/*------ スライダー画像 ------*/
.achievements-img-slider {
  width: 100%;
  width: 490px;
  height: 278px;
  overflow: visible;
}

.achievements-img-slider-s {
  width: 100%;
  width: 315px;
  height: 278px;
  overflow: visible;
}

.slider-card {
  margin: 0 8px;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}

/*---------- 矢印 ----------*/
.slider .slick-next {
  right: 0 !important;
}

.slider .slick-prev {
  left: 0 !important;
}

.slider .slick-arrow {
  width: 24px !important;
  height: 24px !important;
  z-index: 2 !important;
  color: #19C591;
}

.slider .slick-arrow:before {
  font-size: 30px !important;
  color: #19C591;
}

.prev_icon {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  width: 30px;
  z-index: 1;
}

.next_icon {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
  width: 30px;
  z-index: 1;
}

@media (max-width: 1040px) {
  .achievements-graph {
    display: none;
  }
  .achievements-slider-wrap {
    display: block;
  }
  .achievements-img-1040-none {
    display: none;
  }
  .achievements-img-1040-block {
    display: block;
  }
  .achievements {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .slider-wrap {
    display: none;
  }
  .slider-wrap-s {
    display: block;
  }
}
/*========== 初めのコンタクトのみ設置 ==========*/
.pd-btm {
  padding-bottom: clamp(5rem, 3.588rem + 2.94vw, 5.5rem);
}

/*========== ご利用までの流れ ==========*/
.flow {
  padding-bottom: clamp(5rem, 3.588rem + 2.94vw, 5.5rem);
}

.flow-wrap {
  display: flex;
  justify-content: center;
}

.none-768 {
  width: clamp(33.75rem, 0.893rem + 68.45vw, 62.5rem); /* 1000(1440)-540(768) */
  height: auto;
}

.block-768 {
  display: none;
}

@media (max-width: 768px) {
  .none-768 {
    display: none;
  }
  .block-768 {
    display: flex;
  }
}
/*========== 1日の流れ ==========*/
.schedule-list {
  text-align: center;
  padding-bottom: 88px;
}

.schedule-wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.s-d-1::after {
  content: "";
  z-index: 1;
  position: absolute;
  transform: translateX(-50%);
  width: 2px;
  height: 55rem;
  top: 0;
  left: -2.5rem;
  background-color: #19C591;
}

.schedule {
  width: 819px;
}

.s-img-0 {
  height: 204px;
}

.s-img-1 {
  height: 181px;
}

.s-img-2 {
  height: 253px;
}

.s-img-3 {
  height: 138px;
}

.s-img-4 {
  height: 200px;
}

/* ５項目設定 */
.schedule {
  width: 819px; /* 819-252 */
  margin: 0 auto;
  text-align: left;
  padding: 20px 32px;
  border-radius: 20px;
  margin-bottom: 32px;
  background: white;
}

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

/* 項目タイトル */
.schedule-dt {
  position: relative;
  padding-bottom: 8px;
  border-bottom: solid 1.5px #19C591;
  margin-bottom: 12px;
  font-size: clamp(1.125rem, 0.772rem + 0.74vw, 1.25rem); /* 20-18 */
  font-weight: bold;
  line-height: 1.3;
}

/* 項目横丸画像（項目タイトルに擬似要素） */
.s-t-1::after {
  z-index: 10;
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  left: -68px;
  top: -4px;
  background: url(../img/flow-icon-1.png) no-repeat center center/contain;
}

.s-t-2::after {
  z-index: 10;
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  left: -68px;
  top: -4px;
  background: url(../img/flow-icon-2.png) no-repeat center center/contain;
}

.s-t-3::after {
  z-index: 10;
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  left: -68px;
  top: -4px;
  background: url(../img/flow-icon-3.png) no-repeat center center/contain;
}

.s-t-4::after {
  z-index: 10;
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  left: -68px;
  top: -4px;
  background: url(../img/flow-icon-4.png) no-repeat center center/contain;
}

.s-t-5::after {
  z-index: 10;
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  left: -68px;
  top: -4px;
  background: url(../img/flow-icon-5.png) no-repeat center center/contain;
}

/* 項目内容（下部） */
.schedule-dd {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

/* 項目横縦線（下部項目に擬似要素） */
/* .s-d-1::after {
  position: absolute;
  content: "";
  top: -0.5em;
  transform: translateX(-50%);
  width: 2px;
  left: -53px;
  height: 10.5em;
  background-color: #19C591;
}
.s-d-2::after {
  position: absolute;
  content: "";
  top: -0.5em;
  left: -53px;
  transform: translateX(-50%);
  width: 2px;
  height: 190%;
  background-color: #19C591;
}
.s-d-3::after {
  position: absolute;
  content: "";
  top: -20%;
  left: -53px;
  transform: translateX(-50%);
  width: 2px;
  height:175%;
  background-color: #19C591;
}
.s-d-4::after {
  position: absolute;
  content: "";
  top: -35%;
  left: -53px;
  transform: translateX(-50%);
  width: 2px;
  height: 290%;
  background-color: #19C591;
}
@media (max-width: 1404px){
  .s-d-4::after {
  top: -1rem;
  height: 10rem;
  }
}
@media (max-width: 1223px){
  .s-d-1::after {
    top: -0.5em;
    height: 12.5em;
  }
}
@media (max-width: 1186px){
  .s-d-4::after {
    top: -2rem;
    height: 11rem;
  }
}
@media (max-width: 1134px){
  .s-d-1::after {
    top: -1.5em;
    height: 13.5em;
  }
}
  @media (max-width: 1111px){
    .s-d-2::after {
      top: -1.875rem;
      height: 230%;
    }
  }
@media (max-width: 1040px){
  .s-d-1::after {
    top: -1.875rem;
    height: 230%;
  }
  .s-d-2::after {
    top: -1.875rem;
    height: 230%;
  }
  .s-d-3::after {
    top: -1.875rem;
    height: 230%;
  }
  .s-d-4::after {
    top: -1.875rem;
    height: 250%;
  }
}
@media (max-width: 713px){
  .s-d-1::after {
    top: -1.875rem;
    height: 155%;
  }
  .s-d-2::after {
    top: -1.875rem;
    height: 145%;
  }
  .s-d-3::after {
    top: -3.875rem;
    height: 145%;
  }
  .s-d-4::after {
    top: -1.875rem;
    height: 190%;
  }
}
@media (max-width: 699px){
  .s-d-3::after {
    top: -5.875rem;
    height: 180%;
  }
}
@media (max-width: 622px){
  .s-d-4::after {
    top: -3.875rem;
    height: 215%;
  }
}
@media (max-width: 585px){
  .s-d-1::after {
    top: -1.875rem;;
    height: 165%;
  }
  .s-d-2::after {
    top: -1.875rem;
    height: 150%;
  }
  .s-d-3::after {
    top: -4.875rem;
  }
  .s-d-4::after {
    top: -1.875rem;
    height: 195%;
  }
}
@media (max-width: 529px){
  .s-d-1::after,
  .s-d-2::after {
    top: -2.875rem;
  }
}
@media (max-width: 442px){
  .s-d-4::after {
    height: 175%;
  }
}
@media (max-width: 397px){
  .s-d-1::after {
    top: -4.875rem;
  }
  .s-d-2::after {
    top: -3.875rem;
  }
}
@media (max-width: 375px){
  .s-d-1::after {
    top: -2.875rem;
  }
  .s-d-4::after {
    height: 170%;
  }
} */
/* イラスト配置（画像から近い３つの項目に擬似要素） */
.s-img-1,
.s-img-2,
.s-img-3 {
  position: relative;
}

.s-img-1::after {
  z-index: 10;
  position: absolute;
  content: "";
  width: clamp(3.125rem, -1.64rem + 9.93vw, 4.813rem); /* 77-50 */
  height: 162px;
  right: -70px;
  top: -105px;
  background: url(../img/people-right-1.png) no-repeat center center/contain;
}

.s-img-2::after {
  z-index: 10;
  position: absolute;
  content: "";
  width: clamp(6.813rem, -1.835rem + 18.01vw, 9.875rem); /* 158-109 */
  height: 141px;
  left: -175px;
  top: 55px;
  background: url(../img/people-left.png) no-repeat center center/contain;
}

.s-img-3::after {
  z-index: 10;
  position: absolute;
  content: "";
  width: clamp(6.25rem, -8.574rem + 30.88vw, 11.5rem); /* 184-100 */
  height: 137px;
  right: -160px;
  top: 70px;
  background: url(../img/people-right-2.png) no-repeat center center/contain;
}

@media (max-width: 1200px) {
  .s-img-1::after {
    right: -45px;
    top: 35px;
  }
  .s-img-2::after {
    left: -115px;
    top: 115px;
  }
  .s-img-3::after {
    right: -93px;
    top: 94px;
  }
}
@media (max-width: 1040px) {
  .s-d-1::after {
    height: 69rem;
    top: -26px;
  }
  .schedule {
    width: 600px;
  }
  .s-img-0 {
    height: 273px;
  }
  .s-img-1 {
    height: 232px;
  }
  .s-img-2 {
    height: 322px;
  }
  .s-img-3 {
    height: 180px;
  }
  .s-img-4 {
    height: 251px;
  }
  .s-img-1::after {
    right: -22px;
    top: 5px;
    width: 70px;
  }
  .s-img-2::after {
    left: -86px;
    top: 111px;
    width: 130px;
  }
  .s-img-3::after {
    right: -48px;
    top: 110px;
    width: 120px;
  }
}
@media (max-width: 828px) {
  .s-img-1 {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .schedule {
    padding: 20px;
  }
  .schedule-wrap {
    margin: 0 0px 0 45px;
  }
  .s-d-1::after {
    height: 121rem;
    top: -46px;
  }
  .schedule {
    width: 292px;
  }
  .s-img-0 {
    height: 494px;
  }
  .s-img-1 {
    height: 408px;
  }
  .s-img-2 {
    height: 616px;
  }
  .s-img-3 {
    height: 294px;
  }
  .s-img-4 {
    height: 459px;
  }
  .s-img-1::after {
    right: -3px;
    top: 38px;
    width: 50px;
  }
  .s-img-2::after {
    top: 233px;
    width: 109px;
    left: -72px;
  }
  .s-img-3::after {
    right: -18px;
    top: 232px;
    width: 100px;
  }
}
/*========== ユーザーの声 ==========*/
.user-voice {
  max-width: clamp(68.75rem, -7.5rem + 101.67vw, 84rem); /* 1344(1440)-1100(1200) */
  margin: 0 auto;
  padding: 88px 0;
  border-radius: 80px;
  background: white;
  margin-bottom: 88px;
}

@media (max-width: 1040px) {
  .user-voice {
    padding: 0px 0px;
  }
}
/* カードの設定 */
.user-voice-card-box {
  display: flex;
  justify-content: center;
}

.user-voice-img {
  margin: 0 6px;
  width: 326px;
  height: auto;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.08));
}

.user-voice-card {
  position: relative;
}

.user {
  position: absolute;
  text-align: center;
  padding: 0 20px;
  top: 119px;
}

.user-name {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}

.user-voice-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 52px; /* 改行していないuser-voice-titleに設定 */
  margin-bottom: 16px;
}

.u-v-t {
  line-height: 1.3; /* 改行しているuser-voice-titleに設定 */
}

.user-voice-text {
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}

.voice-green {
  font-size: 16px;
  font-weight: bold;
  color: #19C591;
}

/* スライダー */
.user-slider-wrap {
  display: none;
}

.user-voice-img-s {
  margin: 0 6px;
  width: auto;
  height: 449px;
}

.user-voice-card {
  position: relative;
}

.user-s {
  position: absolute;
  text-align: center;
  padding: 0 25px;
  top: 105px;
}

.user-name-s {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
}

.user-voice-title-s {
  font-size: 20px;
  font-weight: bold;
  line-height: 52px; /* 改行していないuser-voice-titleに設定 */
  margin-bottom: 8px;
}

.u-v-t {
  line-height: 1.3; /* 改行しているuser-voice-titleに設定 */
}

.user-voice-text {
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}

.voice-green {
  font-size: 16px;
  font-weight: bold;
  color: #19C591;
}

.user-img-slider {
  width: 100%;
  width: auto;
  height: 456px;
  margin-inline: -20px;
  overflow: visible;
}

@media (max-width: 1040px) {
  .user-voice {
    margin-bottom: 0;
    background: none;
  }
  .user-voice-card-box {
    display: none;
  }
  .user-slider-wrap {
    display: block;
  }
}
/*========== よくある質問 ==========*/
.question-answer {
  padding: 80px 0px;
  background: #19C591;
}

.question-answer .sect-title,
.question-answer .sect-sub-title {
  color: white; /* 他タイトルと色が異なる（白） */
}

/* Q&A箱 */
.q-a-box {
  border-radius: 20px;
  background: white;
  margin-bottom: 16px;
}

.q-a-box:last-of-type {
  margin-bottom: 0px;
}

.q-box {
  display: flex;
  padding: 26px 40px;
  cursor: pointer;
}

/* ＋（ボタン） */
.cross {
  display: inline-block;
  margin-left: 24px;
  vertical-align: middle;
  color: #19C591;
  line-height: 1;
  width: 16px;
  height: 3px;
  background: currentColor;
  position: relative;
}

.cross::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: opacity 0.3s ease;
  opacity: 1;
}

.is-open .cross::after {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1040px) {
  .cross {
    margin-left: 5px;
  }
}
@media (max-width: 500px) {
  .cross {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .q-box {
    padding: 16px 20px;
  }
  .a-text {
    padding: 12px 48px 16px 50px;
  }
}
/* Q（質問肥立隣）の設定 */
.q {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 0.588rem + 2.94vw, 2.5rem); /* 40-32 */
  font-weight: bold;
  color: #19C591;
  margin-right: 24px;
  line-height: clamp(1.875rem, 1.554rem + 1.4vw, 2.813rem); /* 45(1440)-30(375) */
}

.q-flex {
  display: flex;
  align-items: center;
}

/* 質問の設定 */
.q-text {
  width: clamp(15.188rem, 2.401rem + 54.55vw, 51.5rem); /* 824(1440)-243(375) */
  font-size: clamp(1rem, 0.647rem + 0.74vw, 1.125rem); /* 18(1040)-16(768) */
  font-weight: bold;
  line-height: 1.3;
}

/* 回答の設定 */
.a-text {
  display: none;
  font-size: 16px;
  font-weight: 400;
  border-top: solid 1px #D1D1D1;
  padding: 20px 50px 32px 55px;
  margin: 0 30px;
}

@media (max-width: 768px) {
  .a-text {
    padding: 20px 20px 32px 18px;
    margin: 0 30px;
  }
  .q {
    margin-right: 8px;
  }
  .q-text {
    margin-right: 17px;
  }
}
/*========== 事業所紹介 ==========*/
.set-map {
  height: auto;
  padding-top: 88px;
  padding-bottom: 94.8px;
}

@media (max-width: 1040px) {
  .set-map {
    padding-bottom: 65px;
  }
}
.map {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.title-text {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: bold;
}

.map-wrap {
  width: clamp(37.5rem, -27.5rem + 100vw, 62.5rem); /* 1000(1040)-600(1040) */
  height: clamp(26.875rem, 7.375rem + 30vw, 34.375rem); /* 550(1040)-430(1040) */
  position: relative;
  display: inline-block;
  letter-spacing: 0;
}

/* 日本地図 */
.map-img {
  display: block; /* 画像の余白を消す */
  margin: 0 auto; /* 余白をリセット */
  max-width: clamp(24.375rem, 0.278rem + 37.07vw, 33.643rem); /* 538.29(1040)-390(1040) */
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
}

/* 地域別設定 */
.map-point-box {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
}

.mp-1 {
  top: 6px;
  left: clamp(17.5rem, -11.1rem + 44vw, 28.5rem); /* 456(1440)-280(1040) */
}

.mp-2 {
  display: grid;
  top: clamp(6.25rem, -7.887rem + 21.75vw, 11.688rem); /* 187(1440)-100(1040) */
  left: clamp(11.25rem, -20.438rem + 48.75vw, 23.438rem); /* 357(1440)-180(1040) */
}

.mp-3 {
  /* width: 202px; */
  top: clamp(14.375rem, 10.313rem + 6.25vw, 15.938rem); /* 255(1440)-230(1040) */
  left: clamp(23.75rem, -19.637rem + 66.75vw, 40.438rem); /* 647(1440)-380(1040) */
}

.mp-4 {
  display: grid;
  top: clamp(12.5rem, 1.938rem + 16.25vw, 16.563rem); /* 265(1440)-200(1040) */
  left: clamp(0rem, -23.888rem + 36.75vw, 9.188rem); /* 147(1440)-0(1040) */
}

.mp-5 {
  top: clamp(21.875rem, -0.875rem + 35vw, 30.625rem); /* 490(1440)-350(1040) */
  left: clamp(11.25rem, -7.6rem + 29vw, 18.5rem); /* 296(1440)-180(1040) */
}

.mp-6 {
  top: clamp(19.375rem, 4.75rem + 22.5vw, 25rem); /* 400(1440)-310(1040) */
  left: clamp(22.813rem, -16.188rem + 60vw, 37.813rem); /* 605(1440)-365(1040) */
}

.mp-7 {
  top: clamp(20.313rem, 1.463rem + 29vw, 27.563rem); /* 441(1440)-325(1040) */
  left: clamp(17.063rem, -14.3rem + 48.25vw, 29.125rem); /* 466(1440)-273(1040) */
}

.map-point-area {
  font-size: 14px;
  font-weight: bold;
  color: #19C591;
}

/* 地域別設定（sp) */
.map-sp-wrap {
  display: none;
  position: relative;
  height: auto;
}

.map-sp-img {
  margin: -100px;
  translate: 78% -65%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: -5;
  display: none;
  position: relative;
  width: 243px;
  height: auto;
  bottom: -245px;
  right: -30px;
}

.map-sp {
  border-radius: 20px;
  padding: 16px 20px 20px 20px;
  margin-bottom: 16px;
  background: white;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.map-sp-point {
  width: 345px;
  height: auto;
}

.map-sp-text {
  display: none;
}

.map-sp-office {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}

.map-sp-address {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 12px;
}

.google-map {
  padding: 3px 16px 6px 24px;
  background: #19C591;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.sapporo-img {
  width: 305px;
  height: auto;
  padding-top: 24px;
}

.google-map::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: white;
  line-height: 1;
  width: 11px;
  height: 11px;
  border: 3px solid white;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 7px;
  margin-bottom: 2px;
}

.map-sp-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  color: #19C591;
}

.map-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #19C591;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

.map-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.block-1040 {
  display: none;
}

@media (max-width: 1040px) {
  .map-wrap {
    display: none;
  }
  .map-sp-wrap {
    display: block;
  }
  .block-1040 {
    display: block;
    width: 345px;
    /* height: 528px; */
  }
  .map-sp-img {
    display: block;
    right: clamp(0.125rem, 1.253rem - 4.81vw, -1.875rem); /* -30-2 */
  }
}
/* 名称 */
/* 名称2つ目 */
.map-point-office,
.map-point-office-1 {
  display: inline-block;
  padding: 7.5px 9px 7.5px 12px;
  border-radius: 20px;
  margin-top: 8px;
  background: white;
  font-size: 16px;
  font-weight: bold;
  transition-duration: 0.2s;
}

.map-point-office {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
}

.map-point-office:hover {
  opacity: 0.4;
}

.map-point-office-1:hover {
  opacity: 0.4;
}

.btn {
  font-weight: bold;
}

.map-point-office-text {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* 名称矢印 */
.map-point-office::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 2%;
  vertical-align: middle;
  color: #19C591;
  line-height: 1;
  width: 14px;
  height: 14px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

/* 名称矢印2つ目 */
.map-point-office-1::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 2%;
  vertical-align: middle;
  color: #19C591;
  line-height: 1;
  width: 14px;
  height: 14px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

/*========== 利用する前に、説明を聞いてみたい方は無料見学会へご参加ください。 ==========*/
.contact-box {
  padding-top: 32px;
  padding-bottom: 40px;
  background: #19C591;
}

/* トップ文章 */
.contact-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(1.125rem, 0.066rem + 2.21vw, 1.5rem); /* 24-18 */
  font-weight: bold;
  color: white;
}

/* 問い合わせボタン */
/* background-image: linear-gradient(80deg, #FFA251, #F61A69); */
/* 白枠内 */
.contact-btn {
  display: flex;
  max-width: clamp(21.438rem, -0.32rem + 87.03vw, 56.25rem); /* 900-343 */
  margin: auto;
  align-items: center;
  padding: 33px 48px;
  justify-content: center;
  gap: 32px;
  background: white;
  border-radius: 20px;
}

.contact-btn-wrap {
  display: flex;
}

/* お問い合わせリンク（白枠内左） */
.contact-btn-link {
  max-width: 424px;
  width: 100%;
  height: 100%;
  aspect-ratio: 53/9;
  background-image: url(../img/button-l.png);
  background-size: contain; /* 縦横比を維持して要素にフィット */
  background-position: center; /* 画像の中心を表示 */
  background-repeat: no-repeat; /* 画像が繰り返されないようにする */
  transition: filter 0.5s ease, transform 0.3s ease, opacity 0.5s ease;
}

.contact-btn-link:hover {
  max-width: 424px;
  width: 100%;
  height: 100%;
  aspect-ratio: 53/9;
  background-image: url(../img/button-l-h.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-btn-link-s {
  display: none;
  max-width: 300px;
  width: 100%;
  height: 100%;
  aspect-ratio: 75/16;
  background-image: url(../img/button-m.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1040px) {
  .contact-btn-link {
    display: none !important;
  }
  .contact-btn-link-s {
    display: block;
  }
}
/* 白枠内左側 */
.contact-tel-box {
  height: 90px;
  padding-left: 32px;
  border-left: solid 1px #DCDCDC;
}

.contact-btn-text {
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.contact-tel {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-tel-text {
  margin-bottom: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: initial;
}

.contact-tel-num {
  font-size: 32px;
  line-height: 1.1;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #19C591;
}

.contact-tel-time {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  line-height: 1.6;
}
.contact-tel-time span {
  font-size: 0.85em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact-tel-time span {
    width: 80%;
    display: block;
    position: absolute;
    margin-top: 0.75rem;
    transform: translateX(-33%);
    text-align: center;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 1040px) {
  .contact-btn {
    gap: 16px;
  }
  .contact-btn-link {
    text-align: center;
  }
  .contact-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 21.5px;
  }
  .contact-tel-box {
    border-left: none;
    padding-left: 0;
    margin-bottom: 30px;
    border-top: 1px solid #DCDCDC;
    padding-top: 16px;
  }
}
@media screen and (max-width: 1040px) and (max-width: 768px) {
  .contact-tel-box {
    width: 100%;
  }
}
@media (max-width: 1040px) {
  .contact-tel-text {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .contact-tel-img {
    margin-top: 0;
  }
  .contact-tel-num {
    font-size: 22px;
    line-height: 1.1;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: #19C591;
    letter-spacing: -0.1rem;
  }
  .contact-tel {
    justify-content: center;
    border-radius: 64px;
    padding: 11px 35px 9px 30px;
    border: 3px solid #19C591;
  }
}
/*========== footer ==========*/
.footer {
  text-align: center;
  font-size: 14px;
  background-color: rgb(249, 250, 251);
}

/* タイトル */
.company-wrap {
  padding: 32px 0px;
}

/* 会社概要 */
.company-name {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #19C591;
}

.company-info-cat {
  padding: 6px;
}

.company-info-table {
  border-collapse: separate;
  margin: 0 auto;
  text-align: left;
}

.company-item {
  font-size: clamp(0.75rem, 0.397rem + 0.74vw, 0.875rem); /* 14(1040)-12(768) */
  font-weight: bold;
  padding-bottom: 12px;
  min-width: 70px;
}

.company-content {
  font-size: clamp(0.75rem, 0.397rem + 0.74vw, 0.875rem); /* 14(1040)-12(768) */
  font-weight: 400;
  padding-left: 16px;
  padding-bottom: 12px;
}

.hp-link {
  border-bottom: solid 1px #19C591;
  color: #19C591;
}

.company {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
}

.company-icon-img {
  display: block;
  width: 157px;
  height: auto;
}

.company-text {
  font-size: clamp(0.75rem, 0.397rem + 0.74vw, 0.875rem); /* 14(1040)-12(768) */
  font-weight: 400;
  margin-left: 32px;
}

@media (max-width: 768px) {
  .company-info-table {
    width: 335px;
  }
  .company {
    display: block;
    text-align: center;
  }
  .company-icon-img {
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .company-text {
    margin: 0 auto;
  }
}
/*========== コピーライト、プライバシーポリシー ==========*/
.copy-right-privacy-policy {
  font-size: 12px;
  color: white;
  padding: 8px 0;
  background-color: #19C591;
}

.privacy-policy {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  border-bottom: solid 1px white;
  margin-bottom: 8px;
}

.privacy-policy-link,
.copy-right-text {
  font-weight: bold;
  color: white;
}

.company-content-arrow-img,
.privacy-policy-arrow-img {
  width: 14px;
  height: auto;
  margin-left: 2px;
}

.company-content-arrow-img {
  margin-top: 4px;
  margin-left: 2px;
}

@media (max-width: 768px) {
  .company-content-arrow-img {
    margin-top: 1px;
  }
}
.modal-1 {
  max-width: 840px;
  padding: 48px 48px 40px 48px;
  background: white;
  border-radius: 20px;
  margin: 0 auto;
}

.modal-flex {
  display: flex;
  height: auto;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.modal-map img {
  width: 295px;
  height: auto;
}

.dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 30px;
  height: 2px;
  background: currentColor;
  position: relative;
  transform: rotate(45deg);
  top: -97px;
  right: -26px;
}

.d-c-o {
  top: -126px;
}

.dli-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(90deg);
}

.modal-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
  width: 449px;
  margin-right: 3px;
}

.modal-area {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #19C591;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.modal-office {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.modal-address {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.modal-google {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 2.5px 16px 5px 24px;
  background: #19C591;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
}

.modal-google::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: white;
  line-height: 1;
  width: 11px;
  height: 11px;
  border: 3px solid white;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 7px;
  margin-bottom: 2px;
}

.modal-btn {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.6s;
}

.active {
  top: 0;
}/*# sourceMappingURL=style.css.map */