@charset "UTF-8";
/* ▼▼▼ MV ▼▼▼ */
.mv {
  position: relative;
  width: 100%;
  padding-top: 24px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .mv {
    padding-top: 32px;
    margin-bottom: 80px;
  }
}
.mv::before {
  content: "";
  position: absolute;
  background: url(../img/top/bg_mv.png) no-repeat center/contain;
  top: 0;
  right: 0;
  aspect-ratio: 327/446;
  width: 35%;
}
@media screen and (min-width: 768px), print {
  .mv::before {
    width: 25%;
  }
}

.mv_ttl {
  width: 100%;
  max-width: 1232px;
  padding: 0 16px;
  color: var(--Object-Secondary);
  margin: 0 auto 32px;
}
.mv_ttl_en {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 28px;
}
@media screen and (min-width: 768px), print {
  .mv_ttl_en {
    font-size: 50px;
  }
}
.mv_ttl_ja {
  font-weight: 500;
  font-size: var(--Heading-H4);
}

/* ▼▼▼ Urgent Notice ▼▼▼ */
.urgent_notice {
  position: relative;
  width: 100%;
  max-width: 1232px;
  padding: 0 16px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px), print {
  .urgent_notice {
    margin: 0 auto 32px;
  }
}
.urgent_notice_inner {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding: 16px;
  background-color: var(--Background-Primary);
  border: 1px solid #D81833;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px), print {
  .urgent_notice_inner {
    padding: 8px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
.urgent_notice_title {
  position: relative;
  font-weight: 500;
  font-size: var(--Heading-H6);
  color: #D81833;
  padding-left: 28px;
}
.urgent_notice_title::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_attention.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.urgent_notice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.urgent_notice_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .urgent_notice_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.urgent_notice_date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Label-Small);
  color: var(--Object-Secondary);
}
.urgent_notice_item_title {
  font-size: var(--List-Medium);
}

/* ▲▲▲ Urgent Notice ▲▲▲ */
.mv_slider {
  width: 100%;
}
.mv_slider_main {
  width: 100%;
  max-width: 1232px;
  padding: 0 16px;
  margin: 0 auto 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .mv_slider_main {
    margin: 0 auto 24px;
  }
}
.mv_slider_main .mv_slider_swiper {
  overflow: visible;
}
.mv_slider_main .mv_slider_swiper .swiper-wrapper {
  margin-bottom: 0;
}
.mv_slider_main .mv_slider_swiper .swiper-slide {
  height: auto;
}
.mv_slider_item {
  width: 100%;
  border: 1px solid var(--Line-Primary);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.mv_slider_item img {
  width: 100%;
}
.mv_slider_thumbnail {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px), print {
  .mv_slider_thumbnail {
    max-width: 1232px;
    margin: 0 auto 32px;
    padding: 0 16px;
    overflow: hidden;
  }
}
.mv_slider_thumbnail .mv_slider_thumbnail_swiper {
  overflow: visible;
}
.mv_slider_thumbnail .mv_slider_thumbnail_swiper .swiper-wrapper {
  margin-bottom: 0;
  padding-left: 16px;
}
@media screen and (min-width: 768px), print {
  .mv_slider_thumbnail .mv_slider_thumbnail_swiper .swiper-wrapper {
    padding-left: 0;
  }
}
.mv_slider_thumbnail .mv_slider_thumbnail_swiper .swiper-slide {
  position: relative;
  height: auto;
  width: auto;
}
.mv_slider_thumbnail_item {
  border: 1px solid var(--Line-Primary);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mv_slider_thumbnail_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.swiper-slide-active .mv_slider_thumbnail_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(89, 101, 129, 0.2);
}
.mv_slider_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Padding-Unique-Small);
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 var(--Padding-Unique-Small);
}
.mv_slider_progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  background-color: var(--Line-Primary);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.mv_slider_progress_bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: var(--Brand-color-Primary);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.mv_slider_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Padding-Unique-X-Small);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mv_slider_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  padding: 4px 16px;
  background-color: var(--Background-Secondary);
  border: 1px solid var(--Brand-color-Primary);
  border-radius: var(--Corner-Radius-Circle);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.mv_slider_button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.mv_slider_button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_chevron_bl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mv_slider_button_next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ▼ common ▼▼▼ */
.section_ttl {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px), print {
  .section_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
}

.section_link {
  text-align: right;
}
.section_link .txt_link_btn {
  margin-bottom: 8px;
  display: block;
}
@media screen and (min-width: 768px), print {
  .section_link .txt_link_btn {
    margin-left: 32px;
    margin-bottom: 0;
    display: inline-block;
  }
}

@media screen and (min-width: 768px), print {
  .section_ttl_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.layout_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 16px;
  background-color: var(--Background-Secondary);
  border: 1px solid transparent;
  border-radius: 30px;
  text-decoration: none;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.layout_card:hover {
  opacity: 1;
  border: 1px solid var(--Brand-color-Primary);
}
.layout_card_image {
  position: relative;
}
.layout_card_image_inner {
  position: relative;
  width: 100%;
  aspect-ratio: 268/178;
  background-color: #F4F6F7;
  overflow: hidden;
  clip-path: url(#related-products-clip);
  -webkit-clip-path: url(#related-products-clip);
}
.layout_card_image_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_card_image_large {
  position: relative;
}
.layout_card_image_large .layout_card_image_inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #F4F6F7;
  overflow: hidden;
  clip-path: url(#related-products-clip);
  -webkit-clip-path: url(#related-products-clip);
}
@media screen and (min-width: 768px), print {
  .layout_card_image_large .layout_card_image_inner {
    clip-path: url(#angled-device-clip);
    -webkit-clip-path: url(#angled-device-clip);
  }
}
.layout_card_image_large .layout_card_image_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout_card .arrow_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.layout_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
}
.layout_card_tag {
  font-weight: 500;
  font-size: var(--Label-X-Small);
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: var(--Object-Secondary);
  margin: 0 8px 8px 0;
}
.layout_card_tag_text {
  padding: 1px 12px 4px;
  background-color: var(--Background-Tertiary);
  border-radius: 100vmax;
}
.layout_card_title {
  font-weight: 500;
  font-size: var(--Heading-H6);
  line-height: 1.4em;
  margin: 0 0 4px 0;
}
.layout_card_title.font-h4 {
  font-size: var(--Heading-H4);
}
.layout_card_model {
  font-weight: 500;
  font-size: var(--Label-X-Small);
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: var(--Object-Secondary);
  margin: 0;
}
.layout_card_description {
  font-weight: 400;
  font-size: var(--Caption-X-Small);
  line-height: 1.4em;
  color: var(--Object-Secondary);
  margin: 8px 0 0 0;
  height: 41px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px), print {
  .layout_card_description {
    font-size: var(--Caption-X-Small);
    color: var(--Object-Secondary);
  }
}

/* ▼ 製品情報 ▼▼▼ */
.product {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .product {
    padding-bottom: 60px;
  }
}
.product .rehabilitation_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px), print {
  .product .rehabilitation_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 32px;
  }
}
.product .rehabilitation_wrap .layout_card_title {
  font-size: var(--Heading-H3);
}
.product .rehabilitation_wrap .layout_card_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.product .bath_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px), print {
  .product .bath_wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .product .bath_wrap .bath_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 20px;
    position: relative;
  }
  .product .bath_wrap .bath_card .bath_card_image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 96.96px;
    height: 64.55px;
    position: relative;
  }
  .product .bath_wrap .bath_card .bath_card_image .layout_card_image_inner {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 10px;
    clip-path: none;
    -webkit-clip-path: none;
  }
  .product .bath_wrap .bath_card .bath_card_arrow {
    position: absolute;
    right: 16px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 8px;
  }
  .product .bath_wrap .bath_card .bath_card_arrow::before {
    width: 16px;
    height: 16px;
  }
  .product .bath_wrap .bath_card .bath_card_title {
    font-size: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* ▼ 導入事例 ▼▼▼ */
.case {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .case {
    padding: 60px 0;
  }
}
.case .section_link {
  margin-top: 16px;
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .case .section_link {
    margin-top: 0;
  }
}
.case_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px), print {
  .case_wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.case_item {
  border-bottom: 1px solid var(--Line-Primary);
  padding: 16px 0;
}
@media screen and (min-width: 768px), print {
  .case_item {
    border: none;
    padding: 0;
  }
}
.case_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px), print {
  .case_item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.case_item_image {
  border-radius: 10px;
  overflow: hidden;
  max-width: 114px;
  aspect-ratio: 114/75.84;
}
@media screen and (min-width: 768px), print {
  .case_item_image {
    border-radius: 20px;
    max-width: 100%;
  }
}
.case_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case_item_content {
  margin-bottom: 8px;
}
.case_facility_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px), print {
  .case_facility_tag {
    gap: 8px;
    margin-bottom: 8px;
  }
}
.case_facility_tag_text {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Secondary);
}
.case_facility_tag_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_facility.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.case_item_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px), print {
  .case_item_tag {
    gap: 8px;
    margin-bottom: 8px;
  }
}
.case_item_tag_text {
  border-radius: 100vmax;
  background: var(--Background-Tertiary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px var(--padding-button-label-small-adjustment) var(--Padding-Button-Label-XX-Small) var(--padding-button-label-small-adjustment);
  color: var(--Object-Secondary);
  font-size: var(--Label-X-Small);
  font-weight: 500;
}
.case_item_text {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  color: var(--Object-Primary);
  font-size: var(--Heading-H5);
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px), print {
  .case_item_text {
    font-size: var(--Heading-H4);
  }
}
.case_item_facility_name {
  font-size: var(--List-Medium);
}

/* ▼ お客様サポート ▼▼▼ */
.support {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .support {
    padding: 60px 0 140px;
  }
}
.support_wrap {
  padding: var(--Padding-Card-Small);
  border-radius: 20px;
  background: #FFF;
}
@media screen and (min-width: 768px), print {
  .support_wrap {
    padding: var(--Padding-Unique-X-Large) var(--Padding-Unique-X-Large) var(--Padding-Unique-XX-Large) var(--Padding-Unique-X-Large);
  }
}
.support_item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px), print {
  .support_item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.support_item_inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
@media screen and (min-width: 768px), print {
  .support_item_inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.support_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #EDF2F6;
  background: var(--Background-Primary-Base);
}
.support_card:hover {
  opacity: 1;
  border: 1px solid var(--Brand-color-Primary);
  background: var(--Background-Tertiary);
}
.support_card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.support_card_icon {
  max-width: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.support_card_title {
  font-size: var(--Heading-H5);
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .support_card_title {
    font-size: var(--Heading-H4);
  }
}

/* ▼ セミナー・学会 ▼▼▼ */
.seminars {
  padding: var(--Padding-Layout-SectionInnermedium) 0 var(--Padding-Layout-SectionInnermedium) 0;
  background: var(--Object-Primary-Reverse);
  border-radius: 24px 24px 0 0;
  border-bottom: 1px solid var(--Line-Primary);
  background: var(--Object-Primary-Reverse);
}
@media screen and (min-width: 768px), print {
  .seminars {
    padding: var(--Padding-Unique-XXX-Large) var(--padding-layout-side-padding-base) var(--Padding-Layout-SectionInnerlarge) var(--padding-layout-side-padding-base);
    border-radius: 80px 80px 0 0;
  }
}
.seminars_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.seminars_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: var(--Padding-Card-Small) var(--Padding-Card-Small) 18px var(--Padding-Card-Small);
  border-radius: 10px;
  background: var(--Background-Primary-Base);
  border: 1px solid transparent;
}
@media screen and (min-width: 768px), print {
  .seminars_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
  }
}
.seminars_item:hover {
  opacity: 1;
  border: 1px solid var(--Brand-color-Primary);
}
.seminars_day {
  font-size: var(--Label-X-Small);
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .seminars_day {
    padding-right: 16px;
    border-right: 1px solid var(--Line-Primary);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.seminars_day_text {
  font-family: "Montserrat", sans-serif;
  color: var(--Object-Secondary);
  font-size: var(--Label-Small);
  font-weight: 500;
}
.seminars_day_text.new::before {
  content: "NEW";
  color: #109CF3;
  padding-right: 4px;
}
@media screen and (min-width: 768px), print {
  .seminars_day_text.new::before {
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .seminars_content {
    padding-left: 16px;
  }
}
.seminars_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
.seminars_tag_text {
  border-radius: 100vmax;
  background: var(--Background-Tertiary);
  padding: 1px var(--padding-button-label-small-adjustment) var(--Padding-Button-Label-XX-Small) var(--padding-button-label-small-adjustment);
  color: var(--Object-Secondary);
  font-size: var(--Label-X-Small);
  font-weight: 500;
}
.seminars_tag_text.now {
  background: var(--Brand-color-Primary);
  color: var(--Object-Primary-Reverse);
}
.seminars_title {
  font-size: var(--List-Medium);
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ▼ お役立ち情報 ▼▼▼ */
.tips {
  padding: var(--Padding-Layout-SectionInnermedium) 0 var(--Padding-Layout-SectionInnermedium) 0;
  background: var(--Object-Primary-Reverse);
}
@media screen and (min-width: 768px), print {
  .tips {
    padding: var(--Padding-Layout-SectionInnerlarge) 0 var(--Padding-Layout-SectionInnermedium) 0;
  }
}
.tips_wrap {
  width: 100%;
}

.tips_slider {
  width: 100%;
}
.tips_slider_main {
  width: 100%;
  margin: 0 0 24px 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .tips_slider_main {
    margin: 0 0 48px calc((100% - 1232px) / 2);
    padding: 0 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1232px) {
  .tips_slider_main {
    margin: 0 auto;
  }
}
.tips_slider_main .tips_slider_swiper {
  overflow: visible;
  padding-right: 15%;
}
.tips_slider_main .tips_slider_swiper .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px), print {
  .tips_slider_main .tips_slider_swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
  }
}
.tips_slider_main .tips_slider_swiper .swiper-slide .tips_slider_item {
  padding: 16px;
  border-color: #EDF2F6;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .tips_slider_main .tips_slider_swiper .swiper-slide .tips_slider_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tips_slider_main .tips_slider_swiper .swiper-slide-active .tips_slider_item {
  border-color: #109CF3;
}
.tips_slider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  background: var(--Background-Primary-Base);
  border: 1px solid var(--Line-Primary);
}
.tips_slider_item_meta {
  margin-bottom: 8px;
}
.tips_slider_item_date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Label-Small);
  line-height: 1em;
  color: var(--Object-Secondary);
}
.tips_slider_item_date.new::before {
  content: "NEW";
  display: block;
  color: #109CF3;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px), print {
  .tips_slider_item_date.new::before {
    padding-bottom: 16px;
  }
}
.tips_slider_item_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tips_slider_item_tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1px 12px 4px;
  border-radius: 100vmax;
  background: var(--Background-Tertiary);
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Secondary);
}
.tips_slider_item_title {
  font-weight: 500;
  font-size: var(--Heading-H4);
  color: var(--Object-Primary);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.tips_slider_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Padding-Unique-Small);
  width: 100%;
  padding: 0 var(--Padding-Unique-Small);
  max-width: 1232px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px), print {
  .tips_slider_navigation {
    margin: 0 auto;
  }
}
.tips_slider_progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  background-color: var(--Line-Primary);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.tips_slider_progress_bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: var(--Brand-color-Primary);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.tips_slider_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Padding-Unique-X-Small);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tips_slider_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  padding: 4px 16px;
  background-color: var(--Background-Secondary);
  border: 1px solid var(--Brand-color-Primary);
  border-radius: var(--Corner-Radius-Circle);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.tips_slider_button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.tips_slider_button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_chevron_bl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tips_slider_button_next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ▼ セミナー・学会 ▼▼▼ */
.news {
  padding: var(--Padding-Layout-SectionInnermedium) 0 var(--Padding-Layout-SectionInnermedium);
  border-radius: 0 0 24px 24px;
  background: var(--Object-Primary-Reverse);
}
@media screen and (min-width: 768px), print {
  .news {
    padding: var(--Padding-Unique-XXX-Large) 0 var(--Padding-Layout-SectionInnerlarge);
    border-radius: 0 0 80px 80px;
  }
}
.news_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: var(--Padding-Card-Small) var(--Padding-Card-Small) 18px var(--Padding-Card-Small);
  border-radius: 10px;
  background: var(--Background-Primary-Base);
  border: 1px solid transparent;
}
@media screen and (min-width: 768px), print {
  .news_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
  }
}
.news_item:hover {
  opacity: 1;
  border: 1px solid var(--Brand-color-Primary);
}
.news_day {
  font-size: var(--Label-X-Small);
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .news_day {
    padding-right: 16px;
    border-right: 1px solid var(--Line-Primary);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news_day_text {
  font-family: "Montserrat", sans-serif;
  color: var(--Object-Secondary);
  font-size: var(--Label-Small);
  font-weight: 500;
}
.news_day_text.new::before {
  content: "NEW";
  color: #109CF3;
  padding-right: 4px;
}
@media screen and (min-width: 768px), print {
  .news_day_text.new::before {
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .news_content {
    padding-left: 16px;
  }
}
.news_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
.news_tag_text {
  border-radius: 100vmax;
  background: var(--Background-Tertiary);
  padding: 1px var(--padding-button-label-small-adjustment) var(--Padding-Button-Label-XX-Small) var(--padding-button-label-small-adjustment);
  color: var(--Object-Secondary);
  font-size: var(--Label-X-Small);
  font-weight: 500;
}
.news_tag_text.now {
  background: var(--Brand-color-Primary);
  color: var(--Object-Primary-Reverse);
}
.news_title {
  font-size: var(--List-Medium);
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ▼ バナーエリア ▼▼▼ */
.banner_area {
  width: 100%;
  padding-top: 48px;
}
@media screen and (min-width: 768px), print {
  .banner_area {
    padding-top: 80px;
  }
}
.banner_area .bnr_ttl {
  color: var(--Object-Secondary);
  font-family: "Montserrat", sans-serif;
  font-size: var(--Heading-H5);
  font-weight: 500;
  padding: 0 16px 16px;
  max-width: 1232px;
  margin: 0 auto;
}

.banner_slider {
  width: 100%;
}
.banner_slider_main {
  width: 100%;
  max-width: 1232px;
  padding: 0 16px;
  margin: 0 auto 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .banner_slider_main {
    margin: 0 auto 24px;
  }
}
.banner_slider_main .banner_slider_swiper {
  overflow: visible;
}
.banner_slider_main .banner_slider_swiper .swiper-wrapper {
  margin-bottom: 0;
}
.banner_slider_main .banner_slider_swiper .swiper-slide {
  height: auto;
}
.banner_slider_item {
  width: 100%;
}
.banner_slider_item_img {
  border: 1px solid var(--Line-Primary);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}
.banner_slider_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.banner_slider_item_text {
  font-size: var(--List-Medium);
}
.banner_slider_item_text.out span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_arrow_outward.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(51%) sepia(16%) saturate(3669%) hue-rotate(168deg) brightness(96%) contrast(97%);
          filter: invert(51%) sepia(16%) saturate(3669%) hue-rotate(168deg) brightness(96%) contrast(97%);
}
.banner_slider_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Padding-Unique-Small);
  width: 100%;
  padding: 0 var(--Padding-Unique-Small);
}
@media screen and (min-width: 768px), print {
  .banner_slider_navigation {
    display: none;
  }
}
.banner_slider_progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  background-color: var(--Line-Primary);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .banner_slider_progress {
    display: none;
  }
}
.banner_slider_progress_bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: var(--Brand-color-Primary);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.banner_slider_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Padding-Unique-X-Small);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.banner_slider_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  padding: 4px 16px;
  background-color: var(--Background-Secondary);
  border: 1px solid var(--Brand-color-Primary);
  border-radius: var(--Corner-Radius-Circle);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.banner_slider_button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.banner_slider_button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_chevron_bl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.banner_slider_button_next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}