@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Noto Sans JP", "Akshar", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #434749;
  line-height: 1.875;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  color: #434749;
  text-decoration: none;
}

.c-page-ttl {
  margin: 0 auto;
  padding: 0 0 10px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-page-ttl {
    width: 100%;
    padding: 0 0 20px;
  }
}
@media screen and (min-width: 1380px) {
  .c-page-ttl {
    padding: 0 70px 20px;
  }
}
.c-page-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00B2ed;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-page-ttl::after {
    width: calc(100% - 60px);
    left: 30px;
  }
}
.c-page-ttl__e {
  color: #00B2ed;
  font-weight: 600;
  font-family: "Akshar", sans-serif;
  line-height: 1;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-page-ttl__e {
    font-size: 1.125rem;
    width: 1200px;
    margin: 0 auto;
  }
}
.c-page-ttl__j {
  padding-bottom: 5px;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .c-page-ttl__j {
    font-size: 2.25rem;
    width: 1200px;
    margin: 0 auto;
  }
}

.c-page-ttl-h2 {
  margin-top: 30px;
  background-color: #e5f5fb;
  min-height: 45px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 3px 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #434749;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .c-page-ttl-h2 {
    border-radius: 24px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: 1.875;
  }
}

.c-page-ttl-h3 {
  margin-top: 30px;
  margin-left: -16px;
  margin-right: -16px;
  min-height: 40px;
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.9375rem;
  border-bottom: 1px solid #aeb1b2;
  background: linear-gradient(to bottom, #fff, #e5f5fb);
  position: relative;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .c-page-ttl-h3 {
    padding: 0 0 0 28px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.875;
    font-size: 1.125rem;
  }
}
.c-page-ttl-h3::before {
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 10px;
  left: 16px;
  background-color: #00B2ed;
}
@media screen and (min-width: 768px) {
  .c-page-ttl-h3::before {
    width: 18px;
    height: 10px;
    border-radius: 0px 5px 5px 0;
    top: calc(50% - 5px);
    left: 0;
  }
}

.c-page-ttl-h4 {
  margin-top: 30px;
  min-height: 40px;
  padding: 10px 0 10px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.9375rem;
  border-bottom: 1px solid #aeb1b2;
  position: relative;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .c-page-ttl-h4 {
    padding: 0 0 0 0;
    font-size: 1.125rem;
    line-height: 1.875;
  }
}
.c-page-ttl-h4::before {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.5px;
  left: 0;
  background-color: #00B2ed;
  border-radius: 0px 5px 5px 0;
}

.c-standard-link,
.c-standard-link a {
  color: #00B2ed;
  text-decoration: underline;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-standard-link:hover,
  .c-standard-link a:hover {
    text-decoration: none;
  }
}

.c-main-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 25px;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .c-main-text {
    font-size: 1rem;
    line-height: 30px;
  }
}

.c-sub-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .c-sub-text {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.c-red-note {
  color: #eb645f;
  font-size: 0.875rem;
  font-weight: 500;
}

.c-underline {
  text-decoration: underline;
}

.c-bold-text {
  font-weight: 700;
}

.p-webpage .c-page-ttl-h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.p-webpage .c-page-ttl-h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.p-webpage .c-page-ttl-h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.p-webpage .c-main-text,
.p-webpage .c-sub-text {
  margin-bottom: 5px;
}
.p-webpage .l-column {
  margin-bottom: 5px;
}
.p-webpage .c-table-outer {
  margin-bottom: 5px;
}
.p-webpage .c-round-block {
  margin-bottom: 5px;
}
.p-webpage .l-card-column {
  margin-bottom: 5px;
}

.c-caption {
  font-size: 0.875rem;
  margin-top: 8px;
  text-align: right;
}

.p-404-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-404-title {
    font-size: 2rem;
  }
}

.l-header {
  width: 100%;
  height: 44px;
  position: fixed;
  background-color: #fff;
  z-index: 50;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 88px;
    min-width: 1260px;
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    margin: 0 auto;
  }
}
.l-header__close {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__close {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
  }
}
.l-header__logo {
  width: 128px;
  height: auto;
  position: absolute;
  top: 16px;
  left: 17px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 190px;
    top: 36px;
    left: 31px;
  }
  .l-header__logo a {
    position: relative;
    display: block;
  }
  .l-header__logo a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/assets/images/common/logo_header_on.svg");
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .l-header__logo a:hover::after {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.l-header__nav {
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 44px);
  max-height: 0;
  overflow: auto;
  padding: 0 0 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    height: auto;
    padding: 0;
    background-image: none;
    max-height: none;
    overflow: visible;
    top: 20px;
    position: absolute;
    right: 0;
    left: auto;
    display: flex;
    width: 1040px;
    justify-content: flex-end;
    background-color: transparent;
  }
}
@media screen and (min-width: 1380px) {
  .l-header__nav {
    width: 1140px;
  }
}
.l-header__nav.is-active {
  max-height: 10000px;
  background-image: url("/assets/images/common/bg_header_sp.jpg");
  background-color: #00B2ed;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-header__nav.is-active {
    background-image: none;
    background-color: transparent;
  }
}
.l-header__nav.is-active .l-nav {
  display: flex;
}
.l-header__nav.is-active .l-healthcare-nav {
  display: block;
}
.l-header__nav--p {
  height: calc(100dvh - 44px);
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .l-header__nav--p {
    height: auto;
    top: 0;
  }
}

.l-header .l-nav {
  display: none;
  width: 100%;
  z-index: 2;
  padding: 12px 0 0px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    padding: 0;
    flex-direction: row;
  }
}
.l-header .l-nav__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__list {
    display: flex;
    justify-content: flex-end;
    padding-top: 2px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1380px) {
  .l-header .l-nav__list {
    margin-right: 0;
  }
}
.l-header .l-nav__item {
  padding: 0 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__item {
    margin-right: 10px;
    padding: 0;
    width: auto;
  }
}
@media screen and (min-width: 1380px) {
  .l-header .l-nav__item {
    margin-right: 25px;
  }
}
.l-header .l-nav__item > a {
  display: block;
  padding: 16px 0;
  font-size: 1rem;
  color: #fff;
}
.l-header .l-nav__item > a.l-nav__global {
  padding: 8px 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__item > a {
    padding: 0;
    display: inline-block;
    font-size: 0.875rem;
    color: #434749;
    border: none;
  }
}
@media screen and (min-width: 1380px) {
  .l-header .l-nav__item > a {
    font-size: 0.9375rem;
  }
}
.l-header .l-nav__item > a,
.l-header .l-nav__item > span {
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__item > a,
  .l-header .l-nav__item > span {
    border-bottom: 2px solid transparent;
  }
  .l-header .l-nav__item > a:hover,
  .l-header .l-nav__item > span:hover {
    border-bottom: 2px solid #00B2ed;
    text-shadow: 0.1px 0 0 currentColor, -0.1px 0 0 currentColor;
  }
  .l-header .l-nav__item > a:hover.l-nav__care,
  .l-header .l-nav__item > span:hover.l-nav__care {
    border-bottom: 2px solid transparent;
    text-shadow: none;
  }
  .l-header .l-nav__item > a:hover.l-nav__care span,
  .l-header .l-nav__item > span:hover.l-nav__care span {
    background-color: rgba(231, 231, 231, 0.7);
    transition: all 0.3s ease;
  }
}
.l-header .l-nav__item.is-global {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__item.is-global {
    display: none;
  }
}
.l-header .l-nav__item.is-global span {
  display: inline-block;
  padding: 2px 26px 2px 0;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}
.l-header .l-nav__new {
  padding: 5px 18px 5px 15px;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__new:link {
    color: #00B2ed;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__new:visited {
    color: #00B2ed;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__new:hover {
    color: #00B2ed;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__new:active {
    color: #00B2ed;
  }
}
.l-header .l-nav__new span {
  display: inline-block;
  padding-right: 18px;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 10px;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__new span {
    display: block;
    background-image: url("/assets/images/common/header_icon_new_b.svg");
  }
}
.l-header .l-nav__new-g {
  padding: 5px 18px 5px 15px;
}
.l-header .l-nav__new-g span {
  display: inline-block;
  padding-right: 18px;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 10px;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__new-g span {
    display: block;
    background-image: url("/assets/images/common/header_icon_new.svg");
  }
}
.l-header .l-nav__recruit span {
  padding: 2px 26px 2px 0;
  border-radius: 20px;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__recruit {
    display: block;
    text-align: center;
  }
  .l-header .l-nav__recruit span {
    display: inline-block;
    background-image: url("/assets/images/common/header_icon_new.svg");
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 10px;
    padding: 0 18px 0 0;
  }
}
.l-header .l-nav__care span {
  padding: 2px 26px 2px 0;
  border-radius: 20px;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__care {
    display: block;
    text-align: center;
  }
  .l-header .l-nav__care span {
    display: inline-block;
    padding: 2px 26px 2px 12px;
    background-color: #e7e7e7;
    border-radius: 20px;
    background-image: url("/assets/images/common/header_icon_new.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
  }
}
.l-header .l-nav__global span {
  padding: 2px 26px 2px 0;
  border-radius: 20px;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav__global {
    display: none;
    text-align: center;
  }
  .l-header .l-nav__global span {
    display: inline-block;
    padding: 2px 26px 2px 12px;
    background-color: #e7e7e7;
    border-radius: 20px;
    background-image: url("/assets/images/common/header_icon_new.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-icon-nav {
    display: flex;
    height: 45px;
    width: 236px;
  }
}
.l-header .l-icon-nav__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header .l-icon-nav__list {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-icon-nav__item {
    height: 100%;
    margin-left: -10px;
  }
}
.l-header .l-icon-nav__item--search {
  display: block;
  width: 64px;
  height: 44px;
  position: fixed;
  top: 0;
  right: 140px;
}
@media screen and (min-width: 768px) {
  .l-header .l-icon-nav__item--search {
    position: relative;
    right: auto;
  }
}
.l-header .l-icon-nav__item--search span {
  display: flex;
  align-items: center;
  width: 64px;
  height: 100%;
  padding: 0 6px 0 12px;
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header .l-icon-nav__item--search span {
    background-image: url("/assets/images/common/header_menu_line.svg");
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
  }
  .l-header .l-icon-nav__item--search span::before {
    content: "";
    width: 64px;
    height: 100%;
    background-image: url("/assets/images/common/header_menu_icon.svg");
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .l-header .l-icon-nav__item--search span:hover::before {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-icon-nav__item--search.is-active::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    bottom: -28px;
    left: calc(50% - 12px);
    background-image: url(/assets/images/common/current_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .l-header .l-icon-nav__item--search.is-active span::before {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.l-header .l-icon-nav__item--global {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header .l-icon-nav__item--global {
    display: block;
  }
}
.l-header .l-icon-nav__item--global a {
  display: flex;
  align-items: center;
  width: 64px;
  height: 100%;
  padding: 0 6px 0 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header .l-icon-nav__item--global a {
    background-image: url("/assets/images/common/header_menu_line.svg");
    background-repeat: no-repeat;
    background-position: left center;
  }
  .l-header .l-icon-nav__item--global a::before {
    content: "";
    width: 64px;
    height: 100%;
    background-image: url("/assets/images/common/header_menu_icon.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .l-header .l-icon-nav__item--global a:hover::before {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.l-header .l-icon-nav__item--contact {
  width: 116px;
  height: 44px;
  top: 0;
  right: 44px;
  position: fixed;
}
@media screen and (min-width: 768px) {
  .l-header .l-icon-nav__item--contact {
    position: relative;
    width: 138px;
    height: 45px;
    background-size: contain;
    right: auto;
  }
}
.l-header .l-icon-nav__item--contact a {
  display: flex;
  color: #fff;
  text-decoration: none;
  font-size: 0.8125rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-header .l-icon-nav__item--contact a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("/assets/images/common/header_menu_contact.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.l-header .l-icon-nav__item--contact a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("/assets/images/common/header_menu_contact_on.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header .l-icon-nav__item--contact a {
    font-size: 0.84375rem;
    transition: opacity 0.3s ease;
  }
  .l-header .l-icon-nav__item--contact a:hover::after {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.l-header .l-icon-nav__icon {
  width: 28px;
  height: 28px;
  margin: 0 0 0;
}
@media screen and (min-width: 768px) {
  .l-header .l-icon-nav__icon {
    width: 34px;
    height: 34px;
    margin: 0 0 0 2px;
  }
}
.l-header .l-nav-add {
  margin: 20px 30px 0;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav-add {
    display: none;
  }
}
.l-header .l-nav-add__contact-btn {
  margin: 38px 0 0;
}
.l-header .l-nav-add__contact-btn-link {
  display: block;
  height: 60px;
  display: flex;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9375rem;
}
.l-header .l-search-block {
  display: flex;
}
.l-header .l-search-block__text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  background-color: #fff;
  width: calc(100% - 46px);
  padding: 0 20px 0 40px;
  height: 45px;
  border-radius: 23px 0 0 23px;
  background-image: url("/assets/images/common/icon_search_sp.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 12px center;
  color: #434749;
}
.l-header .l-search-block__text:focus-visible {
  outline: none;
}
.l-header .l-search-block__btn {
  width: 46px;
  height: 45px;
  border-radius: 0 23px 23px 0;
  background-color: #426687;
  color: #fff;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-header__nav {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-healthcare-nav {
    pointer-events: auto;
  }
}
.l-header--product .l-nav {
  display: none;
  width: 100%;
  height: calc(100% - 206px);
  z-index: 2;
  padding: 12px 0 40px;
  flex-direction: column;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    padding: 0;
    flex-direction: row;
    overflow: visible;
  }
}
.l-header--product .l-nav__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__list {
    display: flex;
    justify-content: flex-end;
    padding-top: 2px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1380px) {
  .l-header--product .l-nav__list {
    margin-right: 0;
  }
}
.l-header--product .l-nav__item {
  padding: 0 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__item {
    margin-right: 10px;
    padding: 0;
    width: auto;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1380px) {
  .l-header--product .l-nav__item {
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__item:nth-child(4), .l-header--product .l-nav__item:nth-child(5) {
    margin-right: 20px;
  }
}
.l-header--product .l-nav__item > a,
.l-header--product .l-nav__item > span {
  border-bottom: 2px solid #fff;
  display: block;
  padding: 16px 0;
  font-size: 1rem;
  color: #fff;
}
.l-header--product .l-nav__item > a.l-nav__global,
.l-header--product .l-nav__item > span.l-nav__global {
  padding: 8px 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__item > a,
  .l-header--product .l-nav__item > span {
    border-bottom: 2px solid transparent;
    padding: 0;
    display: inline-block;
    font-size: 0.9375rem;
    color: #434749;
    border: none;
    border-bottom: 2px solid transparent;
  }
}
.l-header--product .l-nav__item .l-nav__new-b {
  color: #fff;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__item .l-nav__new-b {
    padding: 5px 18px 5px 15px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00B2ed;
    border-radius: 50px;
    padding: 0 10px;
  }
}
.l-header--product .l-nav__item .l-nav__new-b::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  position: absolute;
  top: 25px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__item .l-nav__new-b::after {
    margin-left: 4px;
    position: relative;
    top: auto;
    right: auto;
  }
}
.l-header--product .l-nav__item.is-global {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__item.is-global {
    display: none;
  }
}
.l-header--product .l-nav__item.is-global span {
  display: inline-block;
  padding: 2px 26px 2px 0;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}
.l-header--product .l-nav__item.is-parent span {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__item.is-parent span {
    cursor: pointer;
  }
}
.l-header--product .l-nav__item.is-parent span::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__item.is-parent span::before {
    display: none;
  }
}
.l-header--product .l-nav__item.is-parent span::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__item.is-parent span::after {
    display: none;
  }
}
.l-header--product .l-nav__item.is-parent.is-active {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__item.is-parent.is-active span {
    border-bottom: 2px solid #00B2ed;
    position: relative;
    display: inline-block;
  }
}
.l-header--product .l-nav__item.is-parent.is-active span::after {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__item.is-parent.is-active::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    bottom: -27px;
    left: calc(50% - 8px);
    background-image: url(/assets/images/common/current_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
}
.l-header--product .l-nav__item.is-parent.is-active .l-nav-child {
  max-height: 2000px;
  transition: all 0.5s ease;
}
.l-header--product .l-nav__new {
  padding: 5px 18px 5px 15px;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__new:link {
    color: #00B2ed;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__new:visited {
    color: #00B2ed;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__new:hover {
    color: #00B2ed;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__new:active {
    color: #00B2ed;
  }
}
.l-header--product .l-nav__new span {
  display: inline-block;
  padding-right: 18px;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 10px;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__new span {
    display: block;
    background-image: url("/assets/images/common/header_icon_new_b.svg");
  }
}
.l-header--product .l-nav__global span {
  padding: 2px 26px 2px 0;
  border-radius: 20px;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav__global {
    display: none;
    text-align: center;
  }
  .l-header--product .l-nav__global span {
    display: inline-block;
    padding: 2px 26px 2px 12px;
    background-color: #e7e7e7;
    border-radius: 20px;
    background-image: url("/assets/images/common/header_icon_new.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-icon-nav {
    display: flex;
    height: 45px;
  }
}
.l-header--product .l-icon-nav__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-icon-nav__list {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-icon-nav__item {
    height: 100%;
    margin-left: -10px;
  }
}
.l-header--product .l-icon-nav__item--search {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-icon-nav__item--search {
    display: block;
    display: none;
  }
}
.l-header--product .l-icon-nav__item--search a {
  display: flex;
  align-items: center;
  width: 64px;
  height: 100%;
  padding: 0 6px 0 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-icon-nav__item--search a {
    background-image: url("/assets/images/common/header_menu_line.svg");
    background-repeat: no-repeat;
    background-position: left center;
  }
  .l-header--product .l-icon-nav__item--search a::before {
    content: "";
    width: 64px;
    height: 100%;
    background-image: url("/assets/images/common/header_menu_icon.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .l-header--product .l-icon-nav__item--search a:hover::before {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.l-header--product .l-icon-nav__item--global {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-icon-nav__item--global {
    display: block;
  }
}
.l-header--product .l-icon-nav__item--global a {
  display: flex;
  align-items: center;
  width: 64px;
  height: 100%;
  padding: 0 6px 0 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-icon-nav__item--global a {
    background-image: url("/assets/images/common/header_menu_line.svg");
    background-repeat: no-repeat;
    background-position: left center;
  }
  .l-header--product .l-icon-nav__item--global a::before {
    content: "";
    width: 64px;
    height: 100%;
    background-image: url("/assets/images/common/header_menu_icon.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .l-header--product .l-icon-nav__item--global a:hover::before {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.l-header--product .l-icon-nav__item--contact {
  width: 152px;
  height: 44px;
  top: 0;
  right: 44px;
  position: fixed;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-icon-nav__item--contact {
    position: relative;
    width: 138px;
    height: 45px;
    background-size: contain;
    right: auto;
  }
}
.l-header--product .l-icon-nav__item--contact a {
  display: flex;
  color: #fff;
  text-decoration: none;
  font-size: 0.8125rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-header--product .l-icon-nav__item--contact a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("/assets/images/common/header_menu_contact.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.l-header--product .l-icon-nav__item--contact a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("/assets/images/common/header_menu_contact_on.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-icon-nav__item--contact a {
    font-size: 0.84375rem;
    transition: opacity 0.3s ease;
  }
  .l-header--product .l-icon-nav__item--contact a:hover::after {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.l-header--product .l-icon-nav__icon {
  width: 36px;
  height: 36px;
  margin: 0 0;
}
.l-header--product .l-search-block {
  display: flex;
}
.l-header--product .l-search-block__text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  background-color: #fff;
  width: calc(100% - 46px);
  padding: 0 20px 0 40px;
  height: 45px;
  border-radius: 23px 0 0 23px;
  background-image: url("/assets/images/common/icon_search_sp.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 12px center;
  color: #434749;
}
.l-header--product .l-search-block__text:focus-visible {
  outline: none;
}
.l-header--product .l-search-block__btn {
  width: 46px;
  height: 45px;
  border-radius: 0 23px 23px 0;
  background-color: #426687;
  color: #fff;
  font-size: 0.8125rem;
}
.l-header--product .l-healthcare-nav {
  margin: 0 0 0;
  padding: 30px 30px 40px;
  background-color: #112a3e;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-healthcare-nav {
    margin: 0;
    width: 330px;
    height: 88px;
    padding: 0;
    background-color: transparent;
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
  }
}
.l-header--product .l-healthcare-nav__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-healthcare-nav__list {
    display: flex;
    height: 100%;
  }
}
.l-header--product .l-healthcare-nav__item--search {
  width: 50px;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-healthcare-nav__item--search {
    display: block;
    position: relative;
  }
}
.l-header--product .l-healthcare-nav__item--search span {
  display: block;
  cursor: pointer;
  background-color: #dce2e8;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-healthcare-nav__item--search span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    display: none;
  }
  .l-header--product .l-healthcare-nav__item--search span:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-healthcare-nav__item--search.is-active::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    bottom: 0px;
    left: calc(50% - 8px);
    background-image: url(/assets/images/common/current_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
}
.l-header--product .l-healthcare-nav__item--demo {
  border: 1px solid #fff;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-healthcare-nav__item--demo {
    width: 140px;
    border: none;
    height: auto;
  }
}
.l-header--product .l-healthcare-nav__item--demo a {
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-healthcare-nav__item--demo a {
    font-size: 0.9375rem;
    background-color: #426687;
    transition: opacity 0.3s ease;
  }
  .l-header--product .l-healthcare-nav__item--demo a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.l-header--product .l-healthcare-nav__item--contact {
  margin-top: 16px;
  border: 1px solid #fff;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-healthcare-nav__item--contact {
    margin-top: 0;
    width: 140px;
    border: none;
    height: auto;
  }
}
.l-header--product .l-healthcare-nav__item--contact a {
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-healthcare-nav__item--contact a {
    font-size: 0.9375rem;
    background-color: #00B2ed;
    transition: opacity 0.3s ease;
  }
  .l-header--product .l-healthcare-nav__item--contact a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.l-header--product .l-healthcare-nav__icon {
  width: 31px;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-healthcare-nav__icon {
    width: 31px;
  }
}
.l-header--product .l-sp-nav {
  width: 143px;
  position: fixed;
  top: 0;
  right: 44px;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-sp-nav {
    display: none;
  }
}
.l-header--product .l-sp-nav__list {
  display: flex;
}
.l-header--product .l-sp-nav__search {
  width: 38px;
  height: 44px;
}
.l-header--product .l-sp-nav__search span {
  width: 100%;
  height: 100%;
  background-color: #dce2e8;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.l-header--product .l-sp-nav__contact {
  width: 105px;
  height: 44px;
}
.l-header--product .l-sp-nav__contact a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #00B2ed;
  font-size: 0.8125rem;
}
.l-header--product .l-nav-child {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child {
    position: fixed;
    width: 100%;
    top: 88px;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.6) 100%);
  }
}
@media screen and (max-width: 1280px) {
  .l-header--product .l-nav-child::before {
    left: 280px;
  }
}
@media screen and (min-width: 1380px) {
  .l-header--product .l-nav-child::before {
    right: 1028px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child.is-product {
    z-index: 3;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__inr {
    margin-bottom: 40px;
    padding: 50px 0 50px;
    background-color: #112a3e;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__list {
    width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__list--under {
    width: 1260px;
    padding: 0 30px;
    margin: 10px auto 0;
    padding-left: 630px;
    justify-content: flex-end;
    gap: 0 12px;
  }
}
.l-header--product .l-nav-child__list--under .l-nav-child__item a {
  color: #434749;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__list--under .l-nav-child__item a {
    background-color: #d5dce3;
    border: 1px solid #c8c8c8;
    color: #434749;
  }
}
.l-header--product .l-nav-child__list--under .l-nav-child__item a::after {
  content: none;
}
.l-header--product .l-nav-child__list--under .l-nav-child__item--new {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__list--under .l-nav-child__item--new {
    margin-right: 20px;
    margin-top: 4px;
  }
}
.l-header--product .l-nav-child__list--under .l-nav-child__item--new a {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__list--under .l-nav-child__item--new a {
    border: none;
    font-size: 0.875rem;
  }
}
.l-header--product .l-nav-child__list--under .l-nav-child__item--new a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url(/assets/images/common/header_icon_new_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__list--under .l-nav-child__item--new a::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__list--under .l-nav-child__item--new::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(/assets/images/common/header_icon_new_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: -20px;
  }
}
.l-header--product .l-nav-child__list--under .l-nav-child__item.is-first a {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__list--under .l-nav-child__item.is-first a {
    background-color: #fff;
    color: #434749;
    border: 1px solid #c8c8c8;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__list.is-seminar {
    justify-content: center;
  }
  .l-header--product .l-nav-child__list.is-seminar .l-nav-child__item {
    width: auto;
    border: none;
  }
}
.l-header--product .l-nav-child__item {
  margin-left: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__item {
    width: 260px;
    margin-left: 0;
    border-bottom: 1px dashed #8e9192;
  }
}
.l-header--product .l-nav-child__item a {
  display: block;
  color: #fff;
  padding: 16px 0;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__item a {
    padding: 6px 0;
    transition: opacity 0.3s ease;
  }
  .l-header--product .l-nav-child__item a::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url("/assets/images/common/icon_child_nav_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
  }
  .l-header--product .l-nav-child__item a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.l-header--product .l-nav-child__item--frame {
  border: none;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__item--frame {
    width: 214px;
  }
}
.l-header--product .l-nav-child__item--frame a {
  display: flex;
  height: 40px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.l-header--product .l-nav-child__item--frame.is-first {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__item--frame.is-first {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__item--new {
    width: auto;
    border: none;
    margin-top: 24px;
  }
}
.l-header--product .l-nav-child__item--new a {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__item--new a {
    border: none;
    text-decoration: underline;
    background-color: transparent;
  }
  .l-header--product .l-nav-child__item--new a:hover {
    text-decoration: none;
  }
}
.l-header--product .l-nav-child__item--new a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
}
.l-header--product .l-nav-child__item.is-new a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-nav-child__item.is-new a::after {
    background-image: url("/assets/images/common/header_icon_new_lb.svg");
  }
}
.l-header--product .l-nav-child__item.is-disable a {
  color: #434749;
  pointer-events: none;
}
.l-header--product .l-search-child {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-search-child {
    overflow: hidden;
  }
}
.l-header--product .l-search-child__inr {
  height: calc(100% - 206px);
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .l-header--product .l-search-child__inr {
    overflow: visible;
  }
}

.l-search-child {
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 44px);
  background-image: url(/assets/images/common/bg_header_sp.jpg);
  background-color: #00B2ed;
  background-size: cover;
  display: none;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .l-search-child {
    height: auto;
    top: 88px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.6) 100%);
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
  }
}
.l-search-child__inr {
  padding: 64px 30px 40px;
}
@media screen and (min-width: 768px) {
  .l-search-child__inr {
    padding: 60px 0 40px;
    margin-bottom: 40px;
    background-color: #112a3e;
    position: relative;
  }
}
.l-search-child__form {
  margin: 0 auto;
}
.l-search-child__form-block {
  display: flex;
}
.l-search-child__block {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-search-child__block {
    width: 1260px;
    padding: 0 30px;
  }
}
.l-search-child__text-block {
  width: calc(100% - 45px);
}
@media screen and (min-width: 768px) {
  .l-search-child__text-block {
    width: auto;
  }
}
.l-search-child__text {
  width: 100%;
  height: 45px;
  border-radius: 25px 0 0 25px;
  font-size: 14px;
  padding: 4px 10px 4px 36px;
  margin-right: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-image: url(/assets/images/common/icon_search_sp.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 12px center;
}
@media screen and (min-width: 768px) {
  .l-search-child__text {
    width: 650px;
    height: 40px;
    padding: 4px 10px;
    border-radius: 4px;
    background-image: none;
  }
}
.l-search-child__text::-moz-placeholder {
  color: transparent;
}
.l-search-child__text::placeholder {
  color: transparent;
}
@media screen and (min-width: 768px) {
  .l-search-child__text::-moz-placeholder {
    color: #d9dadb;
  }
  .l-search-child__text::placeholder {
    color: #d9dadb;
  }
}
.l-search-child__note {
  font-size: 0.8125rem;
  color: #fff;
  margin-top: 8px;
}
.l-search-child__btn {
  background-color: #426687;
  width: 45px;
  height: 45px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-search-child__btn {
    width: 94px;
    height: 40px;
    font-size: 0.875rem;
    border-radius: 4px;
    background-color: #00B2ed;
    transition: opacity 0.3s ease;
  }
  .l-search-child__btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.l-search-child__radio-block {
  margin-top: 24px;
  display: flex;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-search-child__radio-block {
    margin-top: 16px;
  }
}
.l-search-child__radio-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(100% - 82px);
}
@media screen and (min-width: 768px) {
  .l-search-child__radio-list {
    flex-direction: row;
    width: calc(100% - 94px);
  }
}
.l-search-child__radio-text {
  width: 78px;
  margin-right: 4px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-search-child__radio-text {
    font-size: 0.9375rem;
    margin-right: 16px;
  }
}
.l-search-child__radio-label {
  margin-right: 16px;
  position: relative;
  padding-left: 20px;
  font-size: 0.875rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .l-search-child__radio-label {
    font-size: 0.9375rem;
    margin-right: 28px;
    line-height: 1.5;
  }
}
.l-search-child__radio-label::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .l-search-child__radio-label::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
  }
}
.l-search-child__radio-label:has(.l-search-child__radio:checked)::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #426687;
  border-radius: 50%;
  left: 4px;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .l-search-child__radio-label:has(.l-search-child__radio:checked)::after {
    left: 5px;
    top: 5px;
  }
}
.l-search-child__radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 3px 3px 0px 5px;
  border: none;
}
.l-search-child__word-block {
  margin: 24px auto 0;
  border-top: 1px dotted #fff;
  color: #fff;
  padding: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .l-search-child__word-block {
    width: 1200px;
    margin: 28px auto 0;
    padding: 16px 0;
    display: flex;
  }
}
.l-search-child__word {
  margin-right: 80px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-search-child__word {
    font-size: 0.9375rem;
  }
}
.l-search-child__word-list {
  margin-top: 8px;
  padding-left: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-search-child__word-list {
    margin-top: 0;
    padding-left: 40px;
    gap: 4px;
    font-size: 1rem;
  }
}
.l-search-child__word-list li {
  margin-right: 16px;
}
.l-search-child__word-list li a {
  color: #fff;
  text-decoration: underline;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-search-child__word-list li a:hover {
    text-decoration: none;
  }
}
.l-search-child__catalog-btn {
  margin-top: 30px;
  width: 100%;
  height: 40px;
  background-color: transparent;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .l-search-child__catalog-btn {
    margin-top: -24px;
    display: flex;
    justify-content: flex-end;
  }
}
.l-search-child__catalog-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-search-child__catalog-btn a {
    width: auto;
    height: auto;
    border: none;
    display: inline-block;
    margin-right: 20px;
    text-decoration: underline;
    transition: opacity 0.3s ease;
  }
  .l-search-child__catalog-btn a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.l-search-child__catalog-btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
}
@media screen and (min-width: 768px) {
  .l-search-child__catalog-btn a::after {
    top: 6px;
    right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .l-search-child .l-healthcare-nav {
    display: none;
  }
}
.l-search-child.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-search-child.is-active {
    max-height: 1000px;
    transition: all 0.3s ease;
  }
}
.l-search-child.is-active .l-healthcare-nav {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-search-child.is-active .l-healthcare-nav {
    display: none;
  }
}

.l-main {
  padding: 44px 16px 50px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding: 88px 0 72px;
    min-width: 1260px;
  }
}

.l-container {
  margin: 0 auto;
  padding: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding: 60px 0 0;
  }
}
.l-container__inr {
  margin: 0 15px 0;
}
@media screen and (min-width: 768px) {
  .l-container__inr {
    width: 1200px;
    margin: 0 auto;
  }
}

.l-content {
  display: flex;
  padding: 20px 0 0;
  margin: 0 auto;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .l-content {
    width: 1200px;
    padding: 40px 0 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-content__main {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-content__main {
    margin-top: 0;
    width: 900px;
  }
}
.l-content__main::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .l-content__sub {
    width: 270px;
  }
}
.l-content.is-wide .l-content__main {
  width: 100%;
}
.l-content.is-search {
  display: block;
  padding: 0;
}

.l-link-area {
  background-color: #f2f3f7;
  border: #e2e2e2 solid 1px;
  padding: 0 16px 10px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
.l-link-area li {
  margin: 10px 0 0 0;
  padding: 2px 0 0 24px;
  background-image: url("/assets/images/common/icon_circle_arrow_r.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left top 6px;
  margin-right: 34px;
}
@media screen and (min-width: 768px) {
  .l-link-area li:not(:last-child) {
    margin-right: 34px;
  }
}
.l-link-area li.is-anchor {
  background-image: url("/assets/images/common/icon_circle_arrow_b.svg");
}
.l-link-area li a {
  display: block;
  border-bottom: 2px solid transparent;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 400;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .l-link-area li a {
    font-size: 0.9375rem;
  }
  .l-link-area li a:hover {
    border-bottom: 2px solid #00B2ed;
  }
}

.p-webpage .l-link-area {
  margin-bottom: 5px;
}
.p-webpage .l-content__main table th {
  background-color: #e5f5fb;
}
.p-webpage .l-wide-content img {
  width: auto;
  height: auto;
}

.l-column {
  display: flex;
  gap: 38px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-column {
    flex-direction: row;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .l-column__two {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .l-column__two-n {
    width: 350px;
  }
}
.l-column__two-n p,
.l-column__two-n p.c-sub-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 25px;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .l-column__two-n p,
  .l-column__two-n p.c-sub-text {
    font-size: 1rem;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-column__two-w {
    width: calc(100% - 374px);
  }
}
.l-column__two-w p,
.l-column__two-w p.c-sub-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 25px;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .l-column__two-w p,
  .l-column__two-w p.c-sub-text {
    font-size: 1rem;
    line-height: 30px;
  }
}
.l-column__two p,
.l-column__two p.c-sub-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 25px;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .l-column__two p,
  .l-column__two p.c-sub-text {
    font-size: 1rem;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-column__three {
    width: 33.3333333333%;
  }
}
.l-column__three p,
.l-column__three p.c-sub-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 25px;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .l-column__three p,
  .l-column__three p.c-sub-text {
    font-size: 1rem;
    line-height: 30px;
  }
}
.l-column__img + .l-column__text {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .l-column__img + .l-column__text {
    margin-top: 22px;
  }
}

.c-round-block {
  border: 1px solid #c8c8c8;
  border-right: 3px solid #c8c8c8;
  border-bottom: 3px solid #c8c8c8;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .c-round-block {
    padding: 18px;
  }
}
.c-round-block__ttl {
  font-size: 1rem;
  line-height: 23px;
  font-weight: 500;
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: 1px solid #aeb1b2;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .c-round-block__ttl {
    font-size: 1.125rem;
    line-height: 31px;
  }
}
.c-round-block__text {
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 400;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .c-round-block__text {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.l-wide-content {
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (min-width: 768px) {
  .l-wide-content {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-footer {
  background-color: #eaeaea;
  border-radius: 45px 45px 0 0;
  position: relative;
  overflow: hidden;
  background-image: url("/assets/images/common/bg_footer_sp.jpg");
  background-size: cover;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .l-footer {
    min-width: 1260px;
    background-image: url("/assets/images/common/bg_footer.jpg");
  }
}
.l-footer__inner {
  margin: 0 auto;
  padding: 56px 16px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    width: 1200px;
    padding: 56px 0 0;
  }
}
.l-footer__logo {
  width: 252px;
}
.l-footer__address {
  margin-top: 24px;
  font-size: 0.8125rem;
  line-height: 1.875;
  color: #434749;
}
.l-footer__tel {
  font-size: 0.8125rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .l-footer__column {
    display: flex;
    justify-content: space-between;
  }
}
.l-footer__nav {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    width: 460px;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
}
.l-footer__under-nav {
  margin: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .l-footer__under-nav {
    margin: 70px 0 16px;
    display: flex;
  }
}
.l-footer__under-nav li {
  font-weight: 400;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__under-nav li:not(:first-child) {
    margin-left: 28px;
  }
}
.l-footer__under-nav li a {
  display: block;
  padding: 5px 0;
  letter-spacing: 0.05em;
  color: #434749;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__under-nav li a {
    transition: color 0.3s ease;
  }
  .l-footer__under-nav li a:hover {
    color: rgba(67, 71, 73, 0.7);
    transition: color 0.3s ease;
  }
}
.l-footer__copyright {
  height: 48px;
  border-top: 1px solid #808080;
  font-size: 0.875rem;
  display: block;
  text-align: right;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    height: 80px;
  }
}
.l-footer__copyright-inr {
  display: flex;
  height: 100%;
  padding: 0 16px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright-inr {
    width: 1200px;
    padding: 0;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-list {
    width: 210px;
    margin-top: -8px;
  }
}
.l-footer-list li {
  border-bottom: 1px solid #4d4d4d;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer-list li {
    border: none;
  }
  .l-footer-list li:not(:first-child) {
    margin-top: 8px;
  }
}
.l-footer-list li a {
  display: block;
  padding: 10px 0;
  letter-spacing: 0.05em;
  color: #434749;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .l-footer-list li a {
    padding: 5px 0;
    display: inline-block;
    transition: color 0.3s ease;
  }
  .l-footer-list li a:hover {
    color: rgba(67, 71, 73, 0.7);
    transition: color 0.3s ease;
  }
}
.l-footer-list li .l-footer-list__new span {
  display: inline-block;
  padding-right: 16px;
  background-image: url("/assets/images/common/header_icon_new.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 10px;
}

.l-footer-btn {
  margin-top: 24px;
  width: 186px;
}
.l-footer-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #afafaf;
  font-size: 0.875rem;
}
.l-footer-btn__link::after {
  content: "";
  background-image: url("/assets/images/common/footer_icon_news.svg");
  width: 10px;
  height: 10px;
  background-size: contain;
  margin-left: 8px;
}

.c-btn-pagetop {
  position: fixed;
  width: 60px;
  height: 62px;
  right: 10px;
  bottom: 3px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
}
.c-btn-pagetop img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-btn-pagetop {
    width: 50px;
    height: 51px;
    right: 25px;
    bottom: 14px;
  }
  .c-btn-pagetop:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.c-btn-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.p-product-detail.p-product-underbtn .c-btn-pagetop {
  bottom: 76px;
}
@media screen and (min-width: 768px) {
  .p-product-detail.p-product-underbtn .c-btn-pagetop {
    bottom: 14px;
  }
}

.l-breadcrumb {
  width: 100%;
  height: 30px;
  display: none;
  background: linear-gradient(to bottom, #fff 46%, #e2e2e2);
  border-top: 1px solid #d6d6d6;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    display: block;
  }
}

.l-breadcrumb-list {
  width: 1200px;
  margin: 0 auto;
  height: 30px;
  display: flex;
  justify-content: flex-end;
}
.l-breadcrumb-list li {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
}
.l-breadcrumb-list li:not(:last-child) {
  padding-right: 22px;
  background-image: url("/assets/images/common/breadcrumb_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 6px 9px;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb-list li a {
    transition: color 0.3s ease;
    color: #434749;
  }
  .l-breadcrumb-list li a:hover {
    color: #00B2ed;
    transition: color 0.3s ease;
  }
}

.l-local-nav {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-local-nav {
    background-color: #fff;
    padding: 0;
    margin-bottom: 26px;
    border: none;
    box-shadow: none;
    overflow: visible;
  }
}
.l-local-nav__ttl {
  font-size: 0.875rem;
  padding: 10px;
  font-weight: 700;
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
  cursor: pointer;
  background-color: #00B2ed;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 768px) {
  .l-local-nav__ttl {
    border: 1px solid #e2e2e2;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 0;
    text-align: center;
    color: #434749;
    background-color: #fff;
    cursor: auto;
  }
}
.l-local-nav__ttl::before, .l-local-nav__ttl::after {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
}
.l-local-nav__ttl::after {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.l-local-nav__ttl.is-active::after {
  transform: rotate(0);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-local-nav__ttl-inr {
    padding-bottom: 10px;
    border-bottom: 1px solid #4d4d4d;
    background-color: #fff;
    position: relative;
  }
  .l-local-nav__ttl-inr::before {
    content: "";
    width: calc(100% + 30px);
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: -15px;
  }
  .l-local-nav__ttl-inr::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #4d4d4d;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.l-local-nav__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.l-local-nav__content.is-active {
  max-height: 2000px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .l-local-nav__content {
    max-height: none;
    overflow: visible;
  }
}
.l-local-nav__sub-btns {
  margin: 0 15px 24px;
  border-top: 1px solid #c8c8c8;
  padding: 18px 3px 0;
}
@media screen and (min-width: 768px) {
  .l-local-nav__sub-btns {
    margin: 0;
    padding: 18px 0 24px;
  }
}
.l-local-nav__bnr {
  max-width: 270px;
  margin: 0 auto;
}
.l-local-nav__bnr a {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-local-nav__bnr a {
    transition: opacity 0.3s ease;
  }
  .l-local-nav__bnr a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .l-local-nav-list {
    height: auto;
    overflow: visible;
    border: 1px solid #e2e2e2;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-top: none;
    background-color: #fff;
  }
}
.l-local-nav-list > li {
  padding: 5px 0;
  position: relative;
}
.l-local-nav-list > li::after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.l-local-nav-list > li:last-child::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .l-local-nav-list > li {
    margin: 0 0;
  }
}
.l-local-nav-list > li > a {
  display: block;
  margin: 0 15px 0 15px;
  padding: 5px 15px 5px 5px;
  border-radius: 5px;
  color: #434749;
  font-size: 0.875rem;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .l-local-nav-list > li > a {
    color: #434749;
    padding: 5px 15px 5px 5px;
  }
}
.l-local-nav-list > li > a::after {
  content: none;
  width: 10px;
  height: 4px;
  display: block;
  background-color: #00B2ed;
  position: absolute;
  top: 18px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-local-nav-list > li > a {
    transition: all 0.3s ease;
  }
  .l-local-nav-list > li > a:hover {
    background-color: #00B2ed;
    color: #fff;
    transition: all 0.3s ease;
  }
  .l-local-nav-list > li > a:hover.is-new span::after {
    background-image: url(/assets/images/common/header_icon_new_w.svg);
    transition: all 0.3s ease;
  }
}
.l-local-nav-list > li > a.is-current {
  background-color: #e2e2e2;
}
.l-local-nav-list > li > a.is-current:hover {
  background-color: #e2e2e2;
  color: #434749;
  transition: all 0.3s ease;
}
.l-local-nav-list > li > a.is-new span {
  display: inline-block;
  position: relative;
}
.l-local-nav-list > li > a.is-new span::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/images/common/header_icon_new.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.l-local-nav-list > li.is-parent {
  cursor: pointer;
  color: #434749;
  font-size: 0.875rem;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .l-local-nav-list > li.is-parent {
    color: #434749;
  }
}
.l-local-nav-list > li.is-parent > span {
  display: block;
  border-radius: 5px;
  padding: 6px 40px 5px 20px;
  position: relative;
}
.l-local-nav-list > li.is-parent > span::before, .l-local-nav-list > li.is-parent > span::after {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  background-color: #85898b;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
}
.l-local-nav-list > li.is-parent > span::after {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.l-local-nav-list > li.is-parent.is-active > span::after {
  transform: rotate(0);
  transition: all 0.3s ease;
}
.l-local-nav-list > li.is-parent.is-active .l-local-nav-child-list {
  max-height: 1000px;
  transition: all 0.5s ease;
}
.l-local-nav-list--movie li a.is-current {
  background-color: #e5f5fb;
  color: #434749;
}
.l-local-nav-list--movie li a.is-current::after {
  content: "";
}

.l-local-nav-child-list {
  margin-top: 4px;
  max-height: 0;
  padding: 0 15px;
  height: auto;
  overflow-y: hidden;
  transition: all 0.3s ease;
}
.l-local-nav-child-list > li {
  padding: 5px 0 5px 5px;
  position: relative;
}
.l-local-nav-child-list > li > a {
  display: block;
  font-size: 0.875rem;
  margin: 0 0 0 5px;
  padding: 5px 15px 5px 5px;
  border-radius: 5px;
}
.l-local-nav-child-list > li > a::after {
  content: none;
  width: 10px;
  height: 4px;
  display: block;
  background-color: #00B2ed;
  position: absolute;
  top: 18px;
  left: -16px;
}
.l-local-nav-child-list > li > a:hover {
  background-color: #00B2ed;
  color: #fff;
  transition: all 0.3s ease;
}
.l-local-nav-child-list > li > span {
  display: block;
  border-radius: 5px;
  padding: 6px 20px 5px 10px;
  position: relative;
}
.l-local-nav-child-list > li > span::before, .l-local-nav-child-list > li > span::after {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  background-color: #85898b;
  position: absolute;
  top: calc(50% - 1px);
  right: 5px;
}
.l-local-nav-child-list > li > span::after {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.l-local-nav-child-list > li > span.is-current {
  background-color: #e2e2e2;
}
.l-local-nav-child-list > li.is-parent {
  border-top: 1px solid #c8c8c8;
}
.l-local-nav-child-list > li.is-active > span::after {
  transform: rotate(0);
  transition: all 0.3s ease;
}
.l-local-nav-child-list > li.is-active .l-local-nav-g-child-list {
  max-height: 1000px;
  transition: all 0.5s ease;
}
.l-local-nav-child-list > li.is-current a {
  background-color: #e5f5fb;
  color: #434749;
}
.l-local-nav-child-list > li.is-current a::after {
  content: "";
}

.l-local-nav-g-child-list {
  margin: 4px 0 0 -20px;
  max-height: 0;
  padding: 0 0 0 0;
  height: auto;
  overflow-y: hidden;
  transition: all 0.3s ease;
}
.l-local-nav-g-child-list > li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.l-local-nav-g-child-list > li > a {
  display: block;
  font-size: 0.875rem;
  margin: 0 0 0 5px;
  padding: 5px 15px 5px 5px;
  border-radius: 5px;
}
.l-local-nav-g-child-list > li > a::after {
  content: none;
  width: 10px;
  height: 4px;
  display: block;
  background-color: #00B2ed;
  position: absolute;
  top: 18px;
  left: 0;
}
.l-local-nav-g-child-list > li > a:hover {
  background-color: #00B2ed;
  color: #fff;
  transition: all 0.3s ease;
}
.l-local-nav-g-child-list > li.is-current a {
  background-color: #e5f5fb;
  color: #434749;
}
.l-local-nav-g-child-list > li.is-current a::after {
  content: "";
}

.l-local-nav-list--company li.is-parent > span {
  margin: 0 15px;
  padding: 6px 25px 5px 5px;
}
.l-local-nav-list--company li > a.is-current,
.l-local-nav-list--company li > span.is-current {
  background-color: #e5f5fb;
  color: #434749;
}
.l-local-nav-list--company li > a.is-current::after,
.l-local-nav-list--company li > span.is-current::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .l-local-nav-list--company li > a.is-current:hover,
  .l-local-nav-list--company li > span.is-current:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-top_message .l-local-nav-list--company li.is-top_message a {
  background-color: #e5f5fb;
  color: #434749;
}
.p-top_message .l-local-nav-list--company li.is-top_message a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-top_message .l-local-nav-list--company li.is-top_message a:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-concept .l-local-nav-list--company li.is-concept a {
  background-color: #e5f5fb;
  color: #434749;
}
.p-concept .l-local-nav-list--company li.is-concept a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-concept .l-local-nav-list--company li.is-concept a:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-about .l-local-nav-list--company li.is-about a {
  background-color: #e5f5fb;
  color: #434749;
}
.p-about .l-local-nav-list--company li.is-about a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-about .l-local-nav-list--company li.is-about a:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-message .l-local-nav-list--company li.is-message a {
  background-color: #e5f5fb;
  color: #434749;
}
.p-message .l-local-nav-list--company li.is-message a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-message .l-local-nav-list--company li.is-message a:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-office .l-local-nav-list--company li.is-office::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  background-color: #00B2ed;
  position: absolute;
  top: 18px;
  left: 0;
}
.p-office .l-local-nav-list--company li.is-office > span {
  background-color: #e5f5fb;
  color: #434749;
}
.p-office .l-local-nav-list--company li.is-office > span::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-office .l-local-nav-list--company li.is-office > span:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-group .l-local-nav-list--company li.is-group::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  background-color: #00B2ed;
  position: absolute;
  top: 18px;
  left: 0;
}
.p-group .l-local-nav-list--company li.is-group > span {
  background-color: #e5f5fb;
  color: #434749;
}
.p-group .l-local-nav-list--company li.is-group > span::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-group .l-local-nav-list--company li.is-group > span:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-leadership .l-local-nav-list--company li.is-leadership a {
  background-color: #e5f5fb;
  color: #434749;
}
.p-leadership .l-local-nav-list--company li.is-leadership a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-leadership .l-local-nav-list--company li.is-leadership a:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-history .l-local-nav-list--company li.is-history a {
  background-color: #e5f5fb;
  color: #434749;
}
.p-history .l-local-nav-list--company li.is-history a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-history .l-local-nav-list--company li.is-history a:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-rd .l-local-nav-list--company li.is-rd a {
  background-color: #e5f5fb;
  color: #434749;
}
.p-rd .l-local-nav-list--company li.is-rd a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-rd .l-local-nav-list--company li.is-rd a:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-actionplan .l-local-nav-list--company li.is-actionplan a {
  background-color: #e5f5fb;
  color: #434749;
}
.p-actionplan .l-local-nav-list--company li.is-actionplan a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-actionplan .l-local-nav-list--company li.is-actionplan a:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-health .l-local-nav-list--company li.is-health a {
  background-color: #e5f5fb;
  color: #434749;
}
.p-health .l-local-nav-list--company li.is-health a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-health .l-local-nav-list--company li.is-health a:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-transparency .l-local-nav-list--company li.is-transparency a {
  background-color: #e5f5fb;
  color: #434749;
}
.p-transparency .l-local-nav-list--company li.is-transparency a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-transparency .l-local-nav-list--company li.is-transparency a:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-event .l-local-nav-list--seminar li.is-event a {
  background-color: #e5f5fb;
  color: #434749;
}
.p-event .l-local-nav-list--seminar li.is-event a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-event .l-local-nav-list--seminar li.is-event a:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.p-club_mtg .l-local-nav-list--seminar li.is-club-mtg a {
  background-color: #e5f5fb;
  color: #434749;
}
.p-club_mtg .l-local-nav-list--seminar li.is-club-mtg a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-club_mtg .l-local-nav-list--seminar li.is-club-mtg a:hover {
    color: #434749;
    background-color: #e5f5fb;
  }
}

.c-btn-standard {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-btn-standard {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-btn-standard__link {
  width: 100%;
  min-height: 40px;
  padding: 10px;
  border: solid 1px #afafaf;
  background-color: #e5f5fb;
  border-radius: 42px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  position: relative;
  transition: all 0.3s ease;
  color: #434749;
}
.c-btn-standard__link::before {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/assets/images/common/icon_btn_arrow_on.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
.c-btn-standard__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/assets/images/common/icon_btn_arrow.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn-standard__link:hover {
    background-color: #00B2ed;
    color: #fff;
    border: solid 1px #00B2ed;
    transition: all 0.3s ease;
  }
  .c-btn-standard__link:hover::after {
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.c-btn-standard__link p {
  line-height: 1.3;
}
.c-btn-standard p.c-btn-standard__link {
  padding: 0;
  border: none;
}
.c-btn-standard p.c-btn-standard__link::before {
  content: none;
}
.c-btn-standard p.c-btn-standard__link::after {
  content: none;
}
.c-btn-standard p.c-btn-standard__link > a {
  width: 100%;
  min-height: 40px;
  padding: 10px;
  border: solid 1px #afafaf;
  background-color: #e5f5fb;
  border-radius: 42px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  position: relative;
  transition: all 0.3s ease;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .c-btn-standard p.c-btn-standard__link > a:hover {
    background-color: #00B2ed;
    color: #fff;
    border: solid 1px #00B2ed;
    transition: all 0.3s ease;
  }
  .c-btn-standard p.c-btn-standard__link > a:hover::after {
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.c-btn-standard p.c-btn-standard__link > a::before {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/assets/images/common/icon_btn_arrow_on.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
.c-btn-standard p.c-btn-standard__link > a::after {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/assets/images/common/icon_btn_arrow.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
.c-btn-standard--new .c-btn-standard__link::before {
  background-image: url("/assets/images/common/icon_btn_new_on.svg");
}
.c-btn-standard--new .c-btn-standard__link::after {
  background-image: url("/assets/images/common/icon_btn_new.svg");
}
.c-btn-standard--new > p.c-btn-standard__link::before {
  content: none;
}
.c-btn-standard--new > p.c-btn-standard__link::after {
  content: none;
}
.c-btn-standard--new > p.c-btn-standard__link > a::before {
  background-image: url("/assets/images/common/icon_btn_new_on.svg");
}
.c-btn-standard--new > p.c-btn-standard__link > a::after {
  background-image: url("/assets/images/common/icon_btn_new.svg");
}
.c-btn-standard--dark .c-btn-standard__link {
  background-color: #426687;
  color: #fff;
}
.c-btn-standard--dark .c-btn-standard__link::after {
  background-image: url("/assets/images/common/icon_btn_arrow_on.svg");
}
@media screen and (min-width: 768px) {
  .c-btn-standard--dark .c-btn-standard__link:hover {
    background-color: #00B2ed;
    border: solid 1px #00B2ed;
    transition: all 0.3s ease;
  }
}
.c-btn-standard--dark > p.c-btn-standard__link::before {
  content: none;
}
.c-btn-standard--dark > p.c-btn-standard__link::after {
  content: none;
}
.c-btn-standard--dark > p.c-btn-standard__link > a::after {
  background-image: url("/assets/images/common/icon_btn_arrow_on.svg");
}
.c-btn-standard--pdf .c-btn-standard__link::before {
  background-image: url("/assets/images/common/icon_btn_pdf_on.svg");
}
.c-btn-standard--pdf .c-btn-standard__link::after {
  background-image: url("/assets/images/common/icon_btn_pdf.svg");
}
.c-btn-standard--pdf > p.c-btn-standard__link::before {
  content: none;
}
.c-btn-standard--pdf > p.c-btn-standard__link::after {
  content: none;
}
.c-btn-standard--pdf > p.c-btn-standard__link > a::before {
  background-image: url("/assets/images/common/icon_btn_pdf_on.svg");
}
.c-btn-standard--pdf > p.c-btn-standard__link > a::after {
  background-image: url("/assets/images/common/icon_btn_pdf.svg");
}
.c-btn-standard--flex {
  display: inline-block;
  width: auto;
  min-height: 40px;
  height: auto;
}
.c-btn-standard--flex .c-btn-standard__link {
  padding: 4px 40px 4px 20px;
  min-height: 40px;
  height: auto;
}
.c-btn-standard.is-center {
  margin-right: auto;
  margin-left: auto;
}

.c-btn-center {
  display: flex;
  justify-content: center;
}

.c-btn-small {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-btn-small {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-btn-small__link {
  width: 100%;
  height: 30px;
  border: solid 1px #afafaf;
  background-color: #e5f5fb;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  position: relative;
  transition: all 0.3s ease;
  color: #434749;
}
.c-btn-small__link::before {
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 24/26;
  background-image: url("/assets/images/common/icon_btn_arrow_on.svg");
  position: absolute;
  top: calc(50% - 9px);
  right: 6px;
  transition: all 0.3s ease;
}
.c-btn-small__link::after {
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 24/26;
  background-image: url("/assets/images/common/icon_btn_arrow.svg");
  position: absolute;
  top: calc(50% - 9px);
  right: 6px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn-small__link:hover {
    background-color: #00B2ed;
    color: #fff;
    border: solid 1px #00B2ed;
    transition: all 0.3s ease;
  }
  .c-btn-small__link:hover::after {
    opacity: 0;
    transition: all 0.3s ease;
  }
}

.c-btn-product-content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-btn-product-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-btn-product-content__link {
  width: 100%;
  min-height: 40px;
  padding: 4px 50px 4px 20px;
  border: solid 1px #afafaf;
  background-color: #e5f5fb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
  color: #434749;
  text-decoration: none;
}
.c-btn-product-content__link::before {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/assets/images/common/icon_btn_new_on.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
.c-btn-product-content__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/assets/images/common/icon_btn_new.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn-product-content__link:hover {
    background-color: #00B2ed;
    color: #fff;
    border: solid 1px #00B2ed;
    transition: all 0.3s ease;
  }
  .c-btn-product-content__link:hover::after {
    opacity: 0;
    transition: all 0.3s ease;
  }
}

.c-btn-product-pdf__link {
  display: inline-flex;
  text-align: left;
  min-height: 40px;
  color: #fff;
  background-color: #426687;
  font-size: 0.875rem;
  line-height: 20px;
  padding: 10px 50px 10px 20px;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-product-pdf__link {
    font-size: 1rem;
    line-height: 1;
  }
}
.c-btn-product-pdf__link::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 16px;
  background-image: url("/assets/images/product/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
}

.c-side-menu-btn {
  margin: 12px 0 0;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .c-side-menu-btn {
    width: 270px;
  }
}
.c-side-menu-btn__link {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #caccd6;
  border-radius: 18px;
  align-items: center;
  justify-content: center;
  color: #426687;
}

.c-btn-top {
  width: 260px;
  height: 54px;
}
@media screen and (min-width: 768px) {
  .c-btn-top {
    width: 190px;
    height: 40px;
    padding: 0 10px 0 0;
  }
}
.c-btn-top__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #434749;
  padding: 0 16px;
  border-radius: 12px;
  color: #434749;
  position: relative;
  font-size: 0.875rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-btn-top__link {
    justify-content: flex-start;
    font-size: 0.75rem;
    border-radius: 10px;
  }
}
.c-btn-top__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #434749;
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
}
@media screen and (min-width: 768px) {
  .c-btn-top__link {
    transition: all 0.3s ease;
  }
  .c-btn-top__link:hover {
    background-color: rgba(226, 226, 226, 0.7);
    transition: all 0.3s ease;
  }
  .c-btn-top__link:hover::after {
    animation: line forwards 0.5s 1 linear;
  }
}
@keyframes line {
  from {
    width: 0;
  }
  to {
    width: 24px;
  }
}
.c-btn-top--corp {
  margin-top: 32px;
  width: 230px;
}
@media screen and (min-width: 768px) {
  .c-btn-top--corp {
    width: 240px;
  }
}
.c-btn-top--corp .c-btn-top__link {
  border-color: #fff;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-btn-top--corp .c-btn-top__link {
    font-size: 0.875rem;
  }
}
.c-btn-top--corp .c-btn-top__link::after {
  background-color: #fff;
}
.c-btn-top--white .c-btn-top__link {
  border-color: #fff;
  color: #fff;
}
.c-btn-top--white .c-btn-top__link::after {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn-top--dark .c-btn-top__link:hover {
    background-color: #C0C0C0;
  }
}

.c-btn-detail {
  width: 98px;
  height: 24px;
  font-size: 0.75rem;
  border-bottom: 1px solid #434749;
  position: relative;
}
.c-btn-detail__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-btn-detail__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: #00B2ed;
  position: absolute;
  top: calc(50% - 4px);
  right: 3px;
}

.c-btn-more {
  width: 220px;
  height: 40px;
  background-color: #e5f5fb;
  border: 1px solid #afafaf;
  margin: 32px auto 0;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-btn-more__link {
  display: block;
  width: 100%;
  height: 100%;
}
.c-btn-more__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #7a7c7e;
  position: absolute;
  top: calc(50% - 1px);
  right: 14px;
}
.c-btn-more__link::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #7a7c7e;
  position: absolute;
  top: calc(50% - 1px);
  right: 14px;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .c-btn-more {
    display: none !important;
  }
}

.p-product-top-catalog-btn {
  width: 340px;
  height: 50px;
  margin: 0 auto 0;
}
@media screen and (min-width: 768px) {
  .p-product-top-catalog-btn {
    width: 346px;
    margin: 0;
  }
}
.p-product-top-catalog-btn a {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  border: 1px solid #c8c8c8;
  padding: 20px 16px 20px 120px;
  font-size: 0.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product-top-catalog-btn a {
    padding: 20px 20px 20px 128px;
    transition: opacity 0.3s ease;
  }
  .p-product-top-catalog-btn a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-product-top-catalog-btn a::before {
  content: "";
  width: 74px;
  height: 48px;
  background-image: url(/assets/images/product_top/icon_catalog.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -8px;
  left: 32px;
}
.p-product-top-catalog-btn a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/common/icon_btn_new.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-product-top-catalog-btn a::after {
    margin-left: 4px;
  }
}

.c-btn-trial {
  margin: auto auto 0;
  width: 145px;
}
@media screen and (min-width: 768px) {
  .c-btn-trial {
    width: 220px;
    margin: auto auto 0;
  }
}
.c-btn-trial__link {
  width: 100%;
  min-height: 40px;
  padding: 4px 30px 4px 30px;
  border: solid 1px #afafaf;
  background-color: #e5f5fb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
  color: #434749;
  text-decoration: none;
}
.c-btn-trial__link::before {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/assets/images/common/icon_btn_arrow_on.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
.c-btn-trial__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/assets/images/common/icon_btn_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn-trial__link:hover {
    background-color: #00B2ed;
    color: #fff;
    border: solid 1px #00B2ed;
    transition: all 0.3s ease;
  }
  .c-btn-trial__link:hover::after {
    opacity: 0;
    transition: all 0.3s ease;
  }
}

.c-btn-back {
  min-width: 240px;
  min-height: 40px;
  margin: 90px auto 0;
  display: inline-block;
}
.c-btn-back__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #afafaf;
  background-color: #dce2e8;
  font-size: 0.875rem;
  transition: opacity 0.3s ease;
  padding: 4px;
}
.c-btn-back__link::after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-image: url(/assets/images/common/icon_back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .c-btn-back__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}

.c-search-close {
  width: 20px;
  height: 20px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  top: 62px;
  right: 18px;
}
.c-search-close::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  right: 0;
}
.c-search-close::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-search-close {
    display: none;
  }
}

.p-webpage .c-btn-standard {
  margin-bottom: 5px;
}

.l-hamburger {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e3e3e2;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger span {
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #00B2ed;
  left: 11px;
}
.l-hamburger span:nth-child(1) {
  top: 13px;
  transition: all 0.3s ease;
}
.l-hamburger span:nth-child(2) {
  top: calc(50% - 1px);
  transition: opacity 0.3s ease;
}
.l-hamburger span:nth-child(3) {
  bottom: 13px;
  transition: all 0.3s ease;
}
.l-hamburger.is-active span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.l-hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-hamburger.is-active span:nth-child(3) {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.l-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
  z-index: 10;
  top: 0;
  left: 0;
  animation: overray 0.3s ease-in-out 0s 1 reverse forwards;
}
@media screen and (min-width: 768px) {
  .l-overlay.is-active {
    height: 100%;
    display: block;
    opacity: 0.5;
    animation: overray 0.3s ease-in-out 0s 1 normal forwards;
  }
}

@keyframes overray {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    height: 100%;
  }
  100% {
    opacity: 0.5;
  }
}
body.modal-open {
  overflow: hidden;
}
body.hamburgerMenu {
  overflow: hidden;
}

body.seminar-modal-open {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.seminar-modal-open {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .l-form-sec {
    width: 900px;
    margin: 0 auto;
    padding: 45px 0;
  }
}
.l-form-sec > iframe {
  margin: 24px -16px 0;
  width: calc(100% + 32px);
  max-inline-size: none;
}
@media screen and (min-width: 768px) {
  .l-form-sec > iframe {
    margin: 24px 0 0;
    width: 100%;
  }
}
.l-form-sec .badge-required {
  background-color: #eb645f !important;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.4;
  padding: 2px 4px;
  display: inline-block;
  margin-right: 6px;
}
.l-form-sec.p-ir-contact .badge-required {
  font-size: 10px !important;
}

.p-form-step {
  display: flex;
  margin: 40px 0 40px;
  overflow: hidden;
}
.p-form-step__item {
  width: 33.3333333333%;
  background-color: #f2f3f7;
}
.p-form-step__item dt {
  background-color: #e2e2e2;
  color: #fff;
  text-align: center;
  padding: 4px;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-form-step__item dt {
    font-size: 1.25rem;
  }
}
.p-form-step__item dt.is-active {
  background-color: #00B2ed;
}
.p-form-step__item:not(:last-child) dt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 28px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: -28px;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.p-form-step__item:not(:last-child) dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 24px;
  border-color: transparent transparent transparent #e2e2e2;
  position: absolute;
  top: 0;
  right: -24px;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.p-form-step__item:not(:last-child) dt.is-active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 24px;
  border-color: transparent transparent transparent #00B2ed;
  position: absolute;
  top: 0;
  right: -24px;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.p-form-step__item dd {
  padding: 8px 8px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-form-list {
  margin-top: 20px;
}
.p-form-list li {
  margin-top: 4px;
  font-size: 0.875rem;
}
.p-form-list li::before {
  content: "・";
}

.p-form-entry-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 20px 8%;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-form-entry-step {
    gap: 20px 5%;
    padding-right: 0;
  }
}
.p-form-entry-step li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #434749;
  border-radius: 4px;
  width: 28%;
  padding: 4px;
  font-size: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form-entry-step li {
    width: 16%;
    font-size: 1rem;
  }
}
.p-form-entry-step li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 5px;
  right: -20px;
}
@media screen and (min-width: 768px) {
  .p-form-entry-step li:not(:last-child)::after {
    right: -30px;
  }
}
.p-form-entry-step li:nth-child(4)::after {
  content: "▶";
}

.p-form-boder {
  border: 1px solid #434749;
  border-radius: 4px;
  display: inline-block;
  padding: 0 8px;
}

.p-form__ttl {
  font-size: 1.25rem;
  text-align: center;
}
.p-form__text {
  text-align: center;
}
.p-form__movie {
  margin: 24px auto 40px;
}
.p-form__main-img {
  width: 330px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .p-form__main-img {
    width: 350px;
  }
  .p-form__main-img--l {
    width: 400px;
  }
}
.p-form__showroom-main-img {
  width: 330px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .p-form__showroom-main-img {
    width: 600px;
  }
}

.p-form-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form-thanks {
    min-height: 500px;
  }
}
.p-form-thanks__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-form-thanks__ttl {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}

.c-table-outer {
  width: 100%;
  min-height: 80px;
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-table-outer {
    width: 100%;
    overflow: visible;
  }
}

.c-table {
  border-collapse: collapse;
  width: 790px;
}
@media screen and (min-width: 768px) {
  .c-table {
    width: 100%;
  }
}
.c-table th,
.c-table td {
  padding: 8px 10px;
  border: 1px solid #c8c8c8;
  font-size: 0.9375rem;
  line-height: 25px;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .c-table th,
  .c-table td {
    font-size: 1rem;
    line-height: 30px;
  }
}
.c-table th.is-gray,
.c-table td.is-gray {
  background-color: #e2e2e2;
}
.c-table th {
  background-color: #e5f5fb;
  font-weight: 500;
  line-height: 26px;
  padding: 2px 10px;
  color: #434749;
}
.c-table td {
  font-weight: 400;
  line-height: 22px;
  padding: 2px 10px;
  color: #434749;
}
.c-table__width {
  width: 300px;
}

.js-scrollable::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background-image: url("/assets/images/common/icon_scroll.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 768px) {
  .js-scrollable::after {
    display: none;
  }
}
.js-scrollable.is-hidden::after {
  visibility: hidden;
  opacity: 0;
}

.c-pagenation {
  display: flex;
  justify-content: center;
  margin: 64px auto 0;
}
@media screen and (min-width: 768px) {
  .c-pagenation {
    margin: 80px auto 0;
  }
}
.c-pagenation__item {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Akshar", sans-serif;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .c-pagenation__item {
    width: 40px;
    height: 40px;
  }
}
.c-pagenation__item a {
  display: flex;
  border: 1px solid #afafaf;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-pagenation__item a:hover {
    background-color: #afafaf;
    color: #fff;
    transition: all 0.3s ease;
  }
}
.c-pagenation__item.is-current a {
  background-color: #afafaf;
  color: #fff;
}
.c-pagenation__prev {
  width: 38px;
  height: 30px;
  margin: 0 8px 0 2px;
}
@media screen and (min-width: 768px) {
  .c-pagenation__prev {
    width: 52px;
    height: 40px;
    margin: 0 18px 0 2px;
  }
}
.c-pagenation__prev a {
  width: 100%;
  height: 100%;
  border: 1px solid #afafaf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-pagenation__prev a {
    font-size: 0.875rem;
  }
}
.c-pagenation__next {
  width: 38px;
  height: 30px;
  margin: 0 2px 0 8px;
}
@media screen and (min-width: 768px) {
  .c-pagenation__next {
    width: 52px;
    height: 40px;
    margin: 0 2px 0 18px;
  }
}
.c-pagenation__next a {
  width: 100%;
  height: 100%;
  border: 1px solid #afafaf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-pagenation__next a {
    font-size: 0.875rem;
  }
}
.c-pagenation__start {
  width: 30px;
  height: 30px;
  margin: 0 2px 0 2px;
}
@media screen and (min-width: 768px) {
  .c-pagenation__start {
    width: 40px;
    height: 40px;
  }
}
.c-pagenation__start a {
  width: 100%;
  height: 100%;
  border: 1px solid #afafaf;
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/product/assets/images/common/icon_pager_prev.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-pagenation__start a {
    background-size: 11px 11px;
  }
}
.c-pagenation__start a:hover {
  background-image: url(/product/assets/images/common/icon_pager_prev_on.svg);
}
.c-pagenation__end {
  width: 30px;
  height: 30px;
  margin: 0 2px 0 2px;
}
@media screen and (min-width: 768px) {
  .c-pagenation__end {
    width: 40px;
    height: 40px;
  }
}
.c-pagenation__end a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #afafaf;
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/product/assets/images/common/icon_pager_next.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-pagenation__end a {
    background-size: 11px 11px;
  }
}
.c-pagenation__end a:hover {
  background-image: url(/product/assets/images/common/icon_pager_next_on.svg);
}

.c-standard-list li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}
.c-standard-list li::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  background-color: #00B2ed;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .c-standard-list li::before {
    top: 14px;
  }
}

.c-standard-no-list {
  list-style: decimal inside;
}
.c-standard-no-list li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  color: #434749;
  font-weight: 400;
}
.c-standard-no-list li::marker {
  color: #00B2ed;
  font-size: 1.0625rem;
}

.c-circle-list__item dt {
  margin-top: 16px;
}
.c-circle-list__item dt::before {
  content: "●";
  color: #b2e8fa;
}

.c-dot-list {
  margin-top: 5px;
  position: relative;
  font-weight: 400;
}
.c-dot-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-dot-list li::before {
  content: "・";
}

.p-webpage .c-standard-list {
  margin-bottom: 5px;
}
.p-webpage .c-standard-no-list {
  margin-bottom: 5px;
}

.l-card-column {
  display: grid;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 38px;
}
@media screen and (min-width: 768px) {
  .l-card-column--two {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .l-card-column--three {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.c-card {
  border: 1px solid #c8c8c8;
  border-right: 3px solid #c8c8c8;
  border-bottom: 3px solid #c8c8c8;
  padding: 10px 10px 20px 10px;
  display: flex;
  flex-direction: column;
}
.c-card__ttl {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 18px;
  line-height: 26px;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .c-card__ttl {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.c-card__text {
  font-size: 0.875rem;
  line-height: 22px;
  margin-top: 8px;
  font-weight: 400;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .c-card__text {
    line-height: 24px;
  }
}
.c-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .c-card__content {
    padding: 0 7px;
  }
}
.c-card__btn {
  margin-top: auto;
  padding-top: 10px;
}

.c-tab-list {
  display: flex;
  width: 100%;
  height: 42px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .c-tab-list {
    width: auto;
  }
}
.c-tab-list li {
  width: calc(50% - 6px);
  height: 100%;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #5b5b5b;
  background-color: #bbbbbb;
  color: #fff;
  border-radius: 5px 5px 0 0;
  position: relative;
  cursor: pointer;
}
.c-tab-list li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .c-tab-list li {
    width: 205px;
  }
  .c-tab-list li:last-child {
    margin-right: 12px;
  }
}
.c-tab-list li:first-child::after {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url("/ortho/assets/images/product/corner_g_r.png");
  position: absolute;
  background-size: 6px;
  bottom: -1px;
  right: -5px;
  z-index: -1;
}
.c-tab-list li:not(:first-child)::before {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url("/ortho/assets/images/product/corner_g_l.png");
  position: absolute;
  background-size: 6px;
  bottom: -1px;
  left: -5px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-tab-list li::after {
    content: "";
    width: 6px;
    height: 6px;
    background-image: url("/ortho/assets/images/product/corner_g_r.png");
    position: absolute;
    background-size: 6px;
    bottom: -1px;
    right: -5px;
    z-index: -1;
  }
}
.c-tab-list li.is-active {
  color: #434749;
  background-color: #fff;
  border: 1px solid #5b5b5b;
  border-bottom: 1px solid transparent;
}
.c-tab-list li.is-active::before {
  background-image: url("/ortho/assets/images/product/corner_w_l.png");
  z-index: 1;
  left: -6px;
}
.c-tab-list li.is-active:first-child::after {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url("/ortho/assets/images/product/corner_w_r.png");
  position: absolute;
  background-size: 6px;
  bottom: -1px;
  right: -6px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-tab-list li.is-active::after {
    background-image: url("/ortho/assets/images/product/corner_w_r.png");
    z-index: 1;
    right: -6px;
  }
}
.c-tab-list li.is-active span::after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background-color: #00B2ed;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}
.c-tab-list li span {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 6px 0;
}
.c-tab-list li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
}

.js-tab-content {
  display: none;
}
.js-tab-content.is-active {
  display: block;
}

.c-news-list {
  margin-top: 20px;
  border-top: 1px solid #dedede;
}
@media screen and (min-width: 768px) {
  .c-news-list {
    margin-top: 12px;
  }
}
.c-news-list li {
  padding: 9px 0;
  border-bottom: 1px solid #dedede;
}
@media screen and (min-width: 768px) {
  .c-news-list li {
    display: flex;
    align-items: flex-start;
    padding: 26px 12px;
  }
}
.c-news-list__header {
  display: flex;
}
.c-news-list__date {
  width: 86px;
  padding-right: 20px;
  color: #767676;
  font-size: 0.75rem;
  line-height: 1.3;
  padding-top: 5px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .c-news-list__date {
    width: 110px;
  }
}
.c-news-list__cat {
  width: 60px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  border-radius: 5px;
  font-size: 0.75rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 12px 0 0;
}
@media screen and (min-width: 768px) {
  .c-news-list__cat {
    width: 74px;
    font-size: 0.8125rem;
    border-radius: 6px;
    padding: 2px;
  }
}
.c-news-list__text {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .c-news-list__text {
    width: 560px;
    margin-top: 0;
  }
}
.c-news-list__text a {
  display: block;
  position: relative;
  padding-right: 40px;
  font-size: 0.875rem;
  line-height: 21px;
  padding-top: 4px;
  overflow-wrap: anywhere;
}
.c-news-list__text a::after {
  content: "";
  width: 26px;
  height: 10px;
  background-image: url("/assets/images/common/icon_news_arrow.svg");
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  transition: right 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-news-list__text a {
    transition: color 0.3s ease;
  }
  .c-news-list__text a:hover {
    color: rgba(67, 71, 73, 0.7);
    transition: color 0.3s ease;
  }
  .c-news-list__text a:hover::after {
    right: -10px;
    transition: right 0.3s ease;
  }
}

.c-line-block {
  padding: 36px 0 40px;
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 768px) {
  .c-line-block {
    padding: 16px 0;
  }
}

.l-main.p-top {
  padding: 44px 0 50px;
}
@media screen and (min-width: 768px) {
  .l-main.p-top {
    padding: 88px 0 72px;
  }
}

.p-top .s_eirList_item-pdf .s_eirModule_type_figure {
  display: none;
}
.p-top .s_eirList_item-pdf .s_eirModule_type_figure::before {
  -webkit-mask-image: none;
          mask-image: none;
  background-color: #D10A0A !important;
  content: none;
}
.p-top .s_eirList_item-pdf .s_eirModule_type_icon {
  display: inline-block;
  background-color: #D10A0A;
}

.p-top-mv {
  padding: 24px 0 56px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-mv {
    padding: 0 0 124px;
  }
}
.p-top-mv__block {
  position: relative;
  margin-right: 28px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__block {
    margin-right: 64px;
  }
}
.p-top-mv__scroll {
  width: calc(100% - 38px);
  height: 116px;
  background-image: url("/assets/images/top/bg_scroll.jpg");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 0 0 0 40px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__scroll {
    width: 740px;
    height: 208px;
    border-radius: 0 0 0 50px;
  }
}
.p-top-mv__scroll-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-mv__scroll-text {
    display: block;
    width: 10px;
    height: 102px;
    position: absolute;
    bottom: 64px;
    right: 42px;
  }
  .p-top-mv__scroll-text::before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .p-top-mv__scroll-text::after {
    content: "";
    display: block;
    width: 3px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 1px);
    bottom: 50px;
    animation: scrollMove forwards 1.6s infinite ease-in-out, scrollOpacity forwards 1.6s infinite ease-out;
    opacity: 0;
  }
}

@keyframes scrollMove {
  0% {
    bottom: 50px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes scrollOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-top-mv-img {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-mv-img {
    flex-direction: row;
    gap: 15px;
  }
}
.p-top-mv-img__01 {
  width: 100%;
  aspect-ratio: 348/228;
  overflow: hidden;
  border-radius: 0 40px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-mv-img__01 {
    aspect-ratio: unset;
    width: calc(42% - 8px);
    border-radius: 0;
  }
}
.p-top-mv-img__01 picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-mv-img__01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv-img__02 {
  aspect-ratio: 346/308;
}
@media screen and (min-width: 768px) {
  .p-top-mv-img__02 {
    aspect-ratio: unset;
    width: calc(58% - 8px);
    border-radius: 0 40px 0 0;
    overflow: hidden;
  }
}
.p-top-mv-img__02 picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-mv-img__02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-mv-img__02 img {
    border-radius: 0 52px 0 0;
  }
}

.p-top-mv-text {
  position: absolute;
  width: 98px;
  height: 125px;
  bottom: -10px;
  right: 6px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-mv-text {
    width: 208px;
    height: 268px;
    bottom: -20px;
    right: 38px;
  }
}

.p-top-news-sec {
  padding: 56px 0 46px;
  border-radius: 0 0 25px 25px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-news-sec {
    padding: 84px 0 92px;
    border-radius: 0 0 50px 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news-sec__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
}
.p-top-news-sec__ttl-block {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .p-top-news-sec__ttl {
    display: flex;
    align-items: baseline;
  }
}
.p-top-news-sec__ttl-e {
  color: #00B2ed;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Akshar", sans-serif;
  position: relative;
  margin-right: 64px;
  line-height: 1;
}
.p-top-news-sec__ttl-e::before {
  content: "";
  width: 48px;
  height: 1px;
  display: block;
  background-color: #00B2ed;
  position: absolute;
  right: -55px;
  bottom: 14px;
}
@media screen and (min-width: 768px) {
  .p-top-news-sec__ttl-e::before {
    bottom: 8px;
  }
}
.p-top-news-sec__ttl-j {
  font-size: 0.875rem;
  color: #00B2ed;
}
@media screen and (min-width: 768px) {
  .p-top-news-sec__cont-block {
    width: 780px;
  }
}
.p-top-news-sec__text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.p-top-news-sec .c-btn-top {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-news-sec .c-btn-top {
    margin: 0;
    position: absolute;
    top: 70px;
    left: 0;
  }
}

.p-top-message-sec {
  background-image: url("/assets/images/top/bg_message_sp.jpg");
  background-size: cover;
  background-position: top 25% center;
  margin-top: -25px;
  padding: 50px 0 80px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-message-sec {
    background-image: url("/assets/images/top/bg_message.jpg");
    margin-top: -50px;
    padding: 100px 0 200px;
    aspect-ratio: 1400/626;
  }
}
@media screen and (min-width: 768px) {
  .p-top-message-sec__flex {
    display: flex;
    justify-content: space-between;
  }
}
.p-top-message-sec__ttl-block {
  padding: 0 10px 0;
}
@media screen and (min-width: 768px) {
  .p-top-message-sec__ttl-block {
    width: 580px;
    padding: 0;
  }
}
.p-top-message-sec__ttl-e {
  font-size: 3.25rem;
  font-weight: 700;
  color: #fff;
  opacity: 0.4;
  font-family: "Akshar", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-message-sec__ttl-e {
    font-size: 4.0625rem;
  }
}
.p-top-message-sec__ttl-j {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-message-sec__ttl-j {
    margin-top: 10px;
  }
}
.p-top-message-sec__cont-block {
  padding: 54vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-message-sec__cont-block {
    padding: 90px 0 0;
    width: 412px;
  }
}
.p-top-message-sec__text {
  font-size: 0.9375rem;
  line-height: 30px;
  color: #fff;
  padding: 0 0 0 33%;
}
@media screen and (min-width: 768px) {
  .p-top-message-sec__text {
    padding: 0;
    line-height: 36px;
  }
}
.p-top-message-sec .c-btn-top {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-message-sec .c-btn-top {
    margin: 28px 0 0;
  }
}

.p-top-showroom-sec {
  margin-top: -25px;
  padding: 84vw 0 50px;
  background-image: url("/assets/images/top/bg_showroom_sp.jpg");
  background-size: cover;
  background-position: top center;
  border-radius: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-showroom-sec {
    padding: 100px 0 80px;
    border-radius: 50px;
    margin-top: -50px;
    background-image: url("/assets/images/top/bg_showroom.jpg");
    aspect-ratio: 1400/544;
  }
}
@media screen and (min-width: 768px) {
  .p-top-showroom-sec__ttl-block {
    display: flex;
    align-items: baseline;
  }
}
.p-top-showroom-sec__ttl-e {
  color: #00B2ed;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Akshar", sans-serif;
  position: relative;
  margin-right: 70px;
  display: inline-block;
  line-height: 1;
}
.p-top-showroom-sec__ttl-e::before {
  content: "";
  width: 48px;
  height: 1px;
  display: block;
  background-color: #00B2ed;
  position: absolute;
  right: -59px;
  bottom: 6px;
}
.p-top-showroom-sec__ttl-j {
  font-size: 0.875rem;
  color: #00B2ed;
  position: relative;
}
.p-top-showroom-sec__text-block {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-showroom-sec__text-block {
    width: 540px;
    margin-top: 18px;
    text-align: justify;
  }
}
.p-top-showroom-sec__lead {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #434749;
}
.p-top-showroom-sec__lead span {
  font-size: 0.875rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top-showroom-sec__lead span {
    display: inline;
    margin-left: 20px;
  }
}
.p-top-showroom-sec__text {
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .p-top-showroom-sec__text {
    margin-top: 8px;
    line-height: 28px;
  }
}
.p-top-showroom-sec__attention-ttl {
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #00B2ed;
  text-indent: -0.7em;
}
@media screen and (min-width: 768px) {
  .p-top-showroom-sec__attention-ttl {
    margin-top: 20px;
  }
}
.p-top-showroom-sec__attention-text {
  font-size: 0.75rem;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-top-showroom-sec__attention-text {
    margin-top: 0px;
  }
}
.p-top-showroom-sec .c-btn-top {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-showroom-sec .c-btn-top {
    margin: 40px 0 0;
  }
}

.p-top-pro-sec {
  margin-top: -25px;
  padding: 70px 0 108px;
  background-image: url("/assets/images/top/bg_professional_sp.jpg");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-top-pro-sec {
    margin-top: -50px;
    padding: 136px 0 144px;
    background-image: url("/assets/images/top/bg_professional.jpg");
  }
}
.p-top-pro-sec__ttl-e {
  font-size: 2.75rem;
  color: #fff;
  text-align: center;
  font-family: "Akshar", sans-serif;
  opacity: 0.5;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-pro-sec__ttl-e {
    font-size: 5rem;
  }
}
.p-top-pro-sec__ttl-j {
  margin-top: 8px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-pro-sec__ttl-j {
    margin-top: 10px;
  }
}
.p-top-pro-sec__text {
  margin-top: 8px;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-pro-sec__text {
    margin-top: 10px;
  }
}
.p-top-pro-sec .c-btn-top {
  margin: 32px auto 0;
}
.p-top-pro-sec .c-btn-top__link {
  border: 1px solid #fff;
  color: #fff;
}
.p-top-pro-sec .c-btn-top__link::after {
  background-color: #fff;
}

.p-top-pro-list {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .p-top-pro-list {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
  }
}
.p-top-pro-list li {
  width: 100%;
  height: auto;
  aspect-ratio: 380/250;
}
@media screen and (min-width: 768px) {
  .p-top-pro-list li {
    width: 380px;
    height: 250px;
  }
}
.p-top-pro-list li:not(:first-child) {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-top-pro-list li:not(:first-child) {
    margin: 0;
  }
}
.p-top-pro-list li a {
  width: 100%;
  height: 100%;
  padding: 15px 24px 20px;
  background-size: cover;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-pro-list li a {
    padding: 15px 24px 20px;
  }
  .p-top-pro-list li a:hover .p-top-pro-list__img {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-top-pro-list__ttl {
  font-size: 1.25rem;
  font-weight: 500;
  z-index: 1;
}
.p-top-pro-list__img {
  position: absolute;
  top: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.p-top-pro-list .c-btn-detail {
  z-index: 1;
  position: relative;
}

.p-top-ir-sec {
  margin-top: -50px;
  background-color: #d5e5e9;
  padding: 52px 0 108px;
  border-radius: 25px 25px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec {
    padding: 92px 0 142px;
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec__flex {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
.p-top-ir-sec__ttl-block {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec__ttl-block {
    width: 240px;
    height: 300px;
  }
}
.p-top-ir-sec__ttl-e {
  color: #434749;
  font-size: 3.25rem;
  font-weight: 500;
  font-family: "Akshar", sans-serif;
  line-height: 1;
}
.p-top-ir-sec__ttl-j {
  color: #434749;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-top-ir-sec__text {
  color: #434749;
  margin-top: 16px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec__text {
    margin-top: 26px;
  }
}
.p-top-ir-sec .c-btn-top {
  margin: 26px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec .c-btn-top {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-top-ir-sec__img-block {
  margin-top: 16px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec__img-block {
    width: 870px;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec__block01 {
    width: 560px;
    aspect-ratio: 560/300;
    margin-top: 0;
    display: flex;
    position: relative;
  }
}
.p-top-ir-sec__block02 {
  background-color: #f3fbff;
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec__block02 {
    aspect-ratio: 1/1;
    width: 300px;
    margin-top: 0;
    display: flex;
  }
}
.p-top-ir-sec__block02 .c-btn-detail {
  margin-top: 128px;
  width: 132px;
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec__block02 .c-btn-detail {
    margin-top: 0;
  }
}
.p-top-ir-sec__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-top-ir-sec__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-ir-sec__img-ttl {
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec__img-ttl {
    font-size: 1.5625rem;
  }
}
.p-top-ir-sec__img-text {
  font-size: 0.875rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec__img-text {
    padding: 0;
  }
}
.p-top-ir-sec .c-btn-detail {
  z-index: 1;
}
.p-top-ir-sec .p-ir-btn {
  position: absolute;
  top: 80px;
  left: calc(50% - 116px);
  width: 232px;
  height: 72px;
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec .p-ir-btn {
    top: 120px;
  }
}
.p-top-ir-sec .p-ir-btn__link {
  width: 100%;
  height: 100%;
  background-color: #00B2ed;
  text-align: center;
  display: flex;
  border-radius: 36px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec .p-ir-btn__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-top-ir-sec .p-ir-btn__link::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 10px);
  right: 24px;
  background-image: url(/assets/images/common/icon_download.svg);
  background-repeat: no-repeat;
}
.p-top-ir-sec__link {
  padding: 20px 10px 20px;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-top-ir-sec__link {
    transition: opacity 0.3s ease;
    padding: 52px 40px 52px;
  }
  .p-top-ir-sec__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}

.p-top-sus-sec {
  background-image: url("/assets/images/top/bg_sus_sp.jpg");
  background-size: cover;
  margin-top: -50px;
  padding: 52px 0 108px;
  border-radius: 25px 25px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-sus-sec {
    padding: 92px 0 142px;
    border-radius: 50px 50px 0 0;
    background-image: url("/assets/images/top/bg_sus.jpg");
  }
}
.p-top-sus-sec__flex {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-sus-sec__flex {
    display: flex;
    justify-content: space-between;
  }
}
.p-top-sus-sec__ttl-block {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-sus-sec__ttl-block {
    width: 300px;
    height: 300px;
  }
}
.p-top-sus-sec__ttl-e {
  color: #fff;
  font-size: 3.25rem;
  font-weight: 500;
  font-family: "Akshar", sans-serif;
  line-height: 1;
}
.p-top-sus-sec__ttl-j {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-top-sus-sec__text {
  margin-top: 16px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-sus-sec__text {
    margin-top: 26px;
    width: 240px;
  }
}
.p-top-sus-sec .c-btn-top {
  margin: 26px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-sus-sec .c-btn-top {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-top-sus-sec__img {
  margin-top: 16px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-sus-sec__img {
    width: 870px;
    border-radius: 25px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-sus-sec__link {
    transition: opacity 0.3s ease;
  }
  .p-top-sus-sec__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}

.p-top-recruit-sec {
  margin-top: -50px;
  background-color: #373e60;
  padding: 52px 0 100px;
  border-radius: 25px 25px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-sec {
    padding: 92px 0 150px;
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-recruit-sec__flex {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
.p-top-recruit-sec__ttl-block {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-sec__ttl-block {
    width: 240px;
    height: 300px;
  }
}
.p-top-recruit-sec__ttl-e {
  color: #fff;
  font-size: 3.25rem;
  font-weight: 500;
  font-family: "Akshar", sans-serif;
  line-height: 1;
}
.p-top-recruit-sec__ttl-j {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-top-recruit-sec__text {
  margin-top: 16px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-sec__text {
    margin-top: 26px;
  }
}
.p-top-recruit-sec .c-btn-top {
  margin: 26px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-sec .c-btn-top {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-top-recruit-sec__img-block {
  margin-top: 16px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-sec__img-block {
    margin-top: 0;
    width: 870px;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
  }
}
.p-top-recruit-sec__block01 {
  width: 100%;
  height: auto;
  aspect-ratio: 340/238;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-sec__block01 {
    width: 430px;
    aspect-ratio: 430/300;
  }
}
.p-top-recruit-sec__block02 {
  margin-top: 10px;
  aspect-ratio: 340/238;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-sec__block02 {
    margin: 0;
    width: 430px;
    aspect-ratio: 430/300;
  }
}
.p-top-recruit-sec__img-ttl {
  font-size: 1.375rem;
  font-weight: 500;
  color: #434749;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-sec__img-ttl {
    font-size: 1.5625rem;
  }
}
.p-top-recruit-sec__img-text {
  font-size: 0.8125rem;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #434749;
  margin: 4px 0 8px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-sec__img-text {
    margin: 4px 0 16px;
    font-size: 0.875rem;
  }
}
.p-top-recruit-sec .c-btn-detail {
  position: relative;
  z-index: 1;
}
.p-top-recruit-sec__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 20px 10px;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-sec__link {
    padding: 20px 10px 20px 20px;
  }
  .p-top-recruit-sec__link:hover .p-top-recruit-sec__img {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-top-recruit-sec__img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.p-top-care-sec {
  margin-top: -25px;
  background-color: #fff;
  padding: 52px 0 20px;
  border-radius: 25px 25px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-care-sec {
    margin-top: -50px;
    padding: 92px 0 25px;
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-care-sec__flex {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
.p-top-care-sec__ttl-block {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-care-sec__ttl-block {
    width: 240px;
    height: 300px;
  }
}
.p-top-care-sec__ttl-e {
  color: #434749;
  font-size: 3.25rem;
  font-weight: 500;
  font-family: "Akshar", sans-serif;
  line-height: 1;
}
.p-top-care-sec__ttl-j {
  color: #434749;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-top-care-sec__text {
  margin-top: 16px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .p-top-care-sec__text {
    margin-top: 26px;
  }
}
.p-top-care-sec__img-block {
  margin-top: 16px;
  aspect-ratio: 345/225;
}
@media screen and (min-width: 768px) {
  .p-top-care-sec__img-block {
    aspect-ratio: unset;
    width: 870px;
    margin-top: 0;
  }
}
.p-top-care-sec__block01 {
  width: 53%;
  padding: 20px 10px 20px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-care-sec__block01 {
    width: 510px;
  }
}
.p-top-care-sec__block02 {
  width: 47%;
  padding: 10px 10px 20px 15px;
  background-color: #eaebed;
}
@media screen and (min-width: 768px) {
  .p-top-care-sec__block02 {
    width: 360px;
    padding: 20px 20px 20px 20px;
  }
}
.p-top-care-sec .c-btn-top {
  margin: 26px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-care-sec .c-btn-top {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-top-care-sec__link {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-care-sec__link {
    flex-direction: row;
    border-radius: 30px;
  }
  .p-top-care-sec__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-top-care-sec__img {
  position: absolute;
  width: 40%;
  bottom: 6px;
  right: 6%;
}
@media screen and (min-width: 768px) {
  .p-top-care-sec__img {
    width: 244px;
    bottom: 16px;
    right: 94px;
  }
}
.p-top-care-sec__img-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-care-sec__img-ttl {
  font-size: 1.375rem;
  font-weight: 500;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .p-top-care-sec__img-ttl {
    font-size: 1.5625rem;
  }
}
.p-top-care-sec__img-text {
  font-size: 0.8125rem;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #434749;
  margin: 4px 0 8px;
}
@media screen and (min-width: 768px) {
  .p-top-care-sec__img-text {
    font-size: 0.875rem;
    line-height: 21px;
    margin-bottom: 14px;
  }
}

.p-pro-detail__ttl {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-pro-detail__ttl {
    font-size: 1.25rem;
  }
}
.p-pro-detail__header {
  margin-top: 8px;
  display: flex;
  height: 42px;
  justify-content: space-between;
  border-bottom: 1px solid #5b5b5b;
}

.p-pro-detail-btn-list {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: #fff;
  width: 100%;
  height: 62px;
  justify-content: center;
  align-items: center;
  z-index: 10;
  box-shadow: 0px -3px 3px 0px rgb(226, 226, 226);
}
@media screen and (min-width: 768px) {
  .p-pro-detail-btn-list {
    height: 40px;
    position: relative;
    background-color: transparent;
    z-index: 1;
    box-shadow: none;
    justify-content: flex-end;
  }
}
.p-pro-detail-btn-list__item {
  width: 150px;
  height: 35px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-btn-list__item {
    margin-right: 0;
    margin-left: 10px;
  }
}
.p-pro-detail-btn-list__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  border-radius: 18px;
  color: #fff;
  position: relative;
}
.p-pro-detail-btn-list__link::after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background-image: url("/assets/images/common/icon_btn_arrow_w.svg");
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
}
.p-pro-detail-btn-list__link--demo {
  background-color: #426687;
}
.p-pro-detail-btn-list__link--catalog {
  background-color: #00B2ed;
}

.p-package-insert {
  margin-top: 32px;
  background-color: #f2f3f7;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-package-insert {
    text-align: left;
  }
}
.p-package-insert__text {
  font-size: 0.8125rem;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-package-insert__text {
    font-size: 1rem;
  }
}

.p-pro-detail-sec {
  padding-bottom: 40px;
  margin: 45px auto 0;
  overflow-wrap: anywhere;
}
.p-pro-detail-sec::after {
  content: "";
  display: block;
  clear: both;
}
.p-pro-detail-sec__movie-thumb {
  width: 100%;
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-sec__movie-thumb {
    width: 700px;
  }
}
.p-pro-detail-sec__sub-ttl {
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: 700;
  text-decoration: underline;
}
.p-pro-detail-sec ul li,
.p-pro-detail-sec ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-pro-detail-sec img {
  width: auto;
  height: auto;
}
.p-pro-detail-sec .c-table-outer {
  width: 100%;
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-sec .c-table-outer {
    width: 100%;
    overflow: auto;
  }
}
.p-pro-detail-sec table {
  border-collapse: collapse;
  width: 790px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-sec table {
    width: 100%;
  }
}
.p-pro-detail-sec table th,
.p-pro-detail-sec table td {
  padding: 8px 10px;
  border: 1px solid #c8c8c8;
  font-size: 0.875rem;
}
.p-pro-detail-sec table th.is-gray,
.p-pro-detail-sec table td.is-gray {
  background-color: #e2e2e2;
}
.p-pro-detail-sec table th {
  background-color: #e5f5fb;
  font-weight: 500;
  line-height: 26px;
  padding: 2px 10px;
  color: #434749;
}
.p-pro-detail-sec table td {
  font-weight: 400;
  line-height: 22px;
  padding: 2px 10px;
  color: #434749;
}
.p-pro-detail-sec table__width {
  width: 300px;
}
.p-pro-detail-sec .js-scrollable::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background-image: url("/assets/images/common/icon_scroll.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-pro-detail-sec .js-scrollable.is-hidden::after {
  visibility: hidden;
  opacity: 0;
}
.p-pro-detail-sec a {
  color: #00B2ed;
  text-decoration: underline;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-sec a:hover {
    text-decoration: none;
  }
}

.p-pro-detail-inr-sec {
  padding-bottom: 24px;
}
.p-pro-detail-inr-sec__ttl {
  font-size: 1rem;
  font-weight: 700;
}
.p-pro-detail-inr-sec__lead {
  font-size: 0.9375rem;
  line-height: 25px;
  font-weight: 500;
}
.p-pro-detail-inr-sec__text {
  font-size: 0.875rem;
  line-height: 22px;
}
.p-pro-detail-inr-sec.is-dot {
  border-bottom: 1px dotted #c8c8c8;
}
.p-pro-detail-inr-sec__access {
  font-size: 0.875rem;
  font-weight: 700;
}

.p-pro-detail-related-sec {
  background-color: #edf0f3;
  margin: 50px -16px 0;
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-sec {
    padding: 36px 54px;
  }
}
.p-pro-detail-related-sec__ttl {
  font-size: 1.4375rem;
  font-weight: 500;
  padding-bottom: 5px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-sec__ttl {
    padding-bottom: 10px;
  }
}
.p-pro-detail-related-sec__ttl::after {
  content: "";
  width: 56px;
  height: 3px;
  background-color: #0093d2;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
}

.p-pro-detail-related-list-wrap {
  padding: 0;
}

.p-pro-detail-related-list {
  margin: 20px 0 0;
  display: flex;
}
.p-pro-detail-related-list__item {
  width: 178px;
}
.p-pro-detail-related-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  background-color: #fff;
}
.p-pro-detail-related-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-pro-detail-related-list__text {
  font-size: 0.875rem;
  margin-top: 8px;
}
.p-pro-detail-related-list__prev {
  position: absolute;
  width: 55px;
  height: 180px;
  top: 90px;
  left: -20px;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 0px 15px 10px #edf0f3;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-list__prev {
    width: 25px;
    height: 80px;
    top: 130px;
    left: 20px;
  }
}
.p-pro-detail-related-list__prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  left: 33px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-list__prev::after {
    top: calc(50% - 5px);
    left: 8px;
  }
}
.p-pro-detail-related-list__next {
  position: absolute;
  width: 55px;
  height: 180px;
  top: 90px;
  right: -20px;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 0px 15px 0px #edf0f3;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-list__next {
    width: 25px;
    height: 80px;
    top: 130px;
    right: 20px;
  }
}
.p-pro-detail-related-list__next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  right: 33px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-list__next::after {
    top: calc(50% - 5px);
    right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-list.slide1, .p-pro-detail-related-list.slide2, .p-pro-detail-related-list.slide3 {
    justify-content: center;
  }
  .p-pro-detail-related-list.slide1 .p-pro-detail-related-list__item:first-child, .p-pro-detail-related-list.slide2 .p-pro-detail-related-list__item:first-child, .p-pro-detail-related-list.slide3 .p-pro-detail-related-list__item:first-child {
    margin-left: 24px;
  }
}

.p-pro-detail-catalog-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-catalog-list {
    gap: 30px;
  }
}
.p-pro-detail-catalog-list li {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .p-pro-detail-catalog-list li {
    width: 156px;
  }
}
.p-pro-detail-catalog-list li.is-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-catalog-list li.is-hidden {
    display: block;
  }
}
.p-pro-detail-catalog-list__img {
  aspect-ratio: 154/218;
  border: 1px solid #c8c8c8;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-catalog-list__img {
    width: 154px;
    height: 218px;
  }
}
.p-pro-detail-catalog-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-pro-detail-catalog-list__text {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 22px;
}

.p-pro-detail-content {
  margin-top: 32px;
}
.p-pro-detail-content__header {
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #c8c8c8;
  }
}
.p-pro-detail-content__text {
  font-size: 1rem;
}
.p-pro-detail-content__lead {
  font-size: 0.8125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__lead {
    font-size: 1rem;
  }
}
.p-pro-detail-content__ttl {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__ttl {
    font-size: 1.5rem;
  }
}
.p-pro-detail-content__flex {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__img-block {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__main-img {
    width: 450px;
    aspect-ratio: 3/2;
  }
}
.p-pro-detail-content__main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-pro-detail-content__text-block {
  margin-top: 50px;
  overflow-wrap: anywhere;
}
.p-pro-detail-content__text-block::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__text-block {
    width: 420px;
    margin-top: 0;
  }
}
.p-pro-detail-content__text-block a {
  color: #00B2ed;
  text-decoration: underline;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__text-block a:hover {
    text-decoration: none;
  }
}
.p-pro-detail-content__text-block img {
  width: auto;
  height: auto;
}
.p-pro-detail-content__text-block .c-table-outer {
  width: 100%;
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__text-block .c-table-outer {
    width: 100%;
    overflow: auto;
  }
}
.p-pro-detail-content__text-block table {
  border-collapse: collapse;
  width: 790px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__text-block table {
    width: 100%;
  }
}
.p-pro-detail-content__text-block table th,
.p-pro-detail-content__text-block table td {
  padding: 8px 10px;
  border: 1px solid #c8c8c8;
  font-size: 0.875rem;
}
.p-pro-detail-content__text-block table th.is-gray,
.p-pro-detail-content__text-block table td.is-gray {
  background-color: #e2e2e2;
}
.p-pro-detail-content__text-block table th {
  background-color: #e5f5fb;
  font-weight: 500;
  line-height: 26px;
  padding: 2px 10px;
  color: #434749;
}
.p-pro-detail-content__text-block table td {
  font-weight: 400;
  line-height: 22px;
  padding: 2px 10px;
  color: #434749;
}
.p-pro-detail-content__text-block table__width {
  width: 300px;
}
.p-pro-detail-content__text-block .js-scrollable::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background-image: url("/assets/images/common/icon_scroll.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-pro-detail-content__text-block .js-scrollable.is-hidden::after {
  visibility: hidden;
  opacity: 0;
}
.p-pro-detail-content__text-block .c-btn-product-content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__text-block .c-btn-product-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-pro-detail-content__text-block .c-btn-product-content__link {
  width: 100%;
  min-height: 40px;
  padding: 4px 50px 4px 20px;
  border: solid 1px #afafaf;
  background-color: #e5f5fb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
  color: #434749;
  text-decoration: none;
}
.p-pro-detail-content__text-block .c-btn-product-content__link::before {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/assets/images/common/icon_btn_new_on.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
.p-pro-detail-content__text-block .c-btn-product-content__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/assets/images/common/icon_btn_new.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__text-block .c-btn-product-content__link:hover {
    background-color: #00B2ed;
    color: #fff;
    border: solid 1px #00B2ed;
    transition: all 0.3s ease;
  }
  .p-pro-detail-content__text-block .c-btn-product-content__link:hover::after {
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.p-pro-detail-content__logo {
  width: 80px;
  height: 60px;
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__logo {
    margin-left: 12px;
  }
}
.p-pro-detail-content__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-pro-detail-icon-list {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #c8c8c8;
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-icon-list {
    border: none;
    align-items: baseline;
    margin-left: auto;
  }
}
.p-pro-detail-icon-list__item {
  margin-right: 12px;
  padding: 8px 10px;
  line-height: 1;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-icon-list__item {
    margin-left: 12px;
    margin-right: 0;
    font-size: 0.8125rem;
  }
}

.p-pro-thumb-list {
  display: flex;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .p-pro-thumb-list {
    width: 420px;
  }
}
.p-pro-thumb-list li {
  width: 28%;
  margin-right: 8%;
  padding: 10px 0;
  border-bottom: 3px solid #e2e2e2;
  cursor: pointer;
}
.p-pro-thumb-list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-pro-thumb-list li {
    width: 120px;
  }
}
.p-pro-thumb-list li.is-active {
  border-bottom: 3px solid #00B2ed;
}
.p-pro-thumb-list__img {
  margin: 0 auto;
  width: 90%;
  height: auto;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .p-pro-thumb-list__img {
    width: 104px;
    margin: 0 auto;
  }
}
.p-pro-thumb-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-product-category-sec + .p-product-category-sec {
  margin-top: 64px;
}

.p-product-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-product-category-list {
    gap: 25px;
  }
}
.p-product-category-list li {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .p-product-category-list li {
    width: 206px;
  }
}
.p-product-category-list li a {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-product-category-list li a {
    display: flex;
    flex-direction: column;
  }
}
.p-product-category-list__sub {
  font-size: 0.75rem;
  margin-top: 8px;
  overflow-wrap: anywhere;
}
.p-product-category-list__ttl {
  font-size: 0.9375rem;
  margin-bottom: 8px;
  overflow-wrap: anywhere;
}
.p-product-category-list__text {
  border-top: 1px dotted #0093d2;
  font-size: 0.875rem;
  margin-top: auto;
  padding-top: 8px;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-product-category-list__text {
    min-height: 88px;
  }
}
.p-product-category-list__img {
  width: 100%;
  height: calc(29vw - 2px);
  aspect-ratio: 900/600;
  border: 1px solid #c8c8c8;
}
@media screen and (min-width: 768px) {
  .p-product-category-list__img {
    height: 138px;
  }
}
.p-product-category-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-category-list__img + .p-product-category-list__ttl {
  margin-top: 8px;
}

.p-product-top .l-main {
  padding-left: 0;
  padding-right: 0;
}

.p-product-top-mv {
  background-image: url(/assets/images/product_top/bg_top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 0 36px;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv {
    padding: 48px 0 40px;
  }
}
.p-product-top-mv__frame {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv__frame {
    max-width: 1695px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-top-mv__outer {
    width: 1695px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 0 8px;
  }
}
.p-product-top-mv__btns {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv__btns {
    display: block;
    margin: 0;
  }
}
.p-product-top-mv__prev {
  width: 12px;
  height: 18px;
  background-image: url(/assets/images/product_top/icon_mv_arrow_prev.svg);
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv__prev {
    position: absolute;
    left: 380px;
    top: 180px;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
    color: #fff;
    background-image: none;
  }
}
.p-product-top-mv__next {
  width: 12px;
  height: 18px;
  background-image: url(/assets/images/product_top/icon_mv_arrow_next.svg);
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv__next {
    color: #fff;
    position: absolute;
    right: 380px;
    top: 180px;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    background-image: none;
  }
}

.p-product-top-mv-list {
  transform-style: preserve-3d;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-list {
    display: flex;
    width: 1695px;
    height: 380px;
    align-items: center;
  }
}
.p-product-top-mv-list > li {
  width: 100%;
  height: auto;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-list > li {
    width: 800px;
    aspect-ratio: 800/380;
    transform: scale(0.68);
  }
}
.p-product-top-mv-list > li.swiper-slide-active {
  z-index: 2;
  transition: all 0.6s ease;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-list > li.swiper-slide-active {
    transform: scale(1.46);
  }
}
.p-product-top-mv-list > li.swiper-slide-active .p-product-top-mv-list__img,
.p-product-top-mv-list > li.swiper-slide-active .p-product-top-mv-list__btns {
  opacity: 1;
  filter: blur(0);
  transition: all 0.6s ease;
}
.p-product-top-mv-list__img {
  width: auto;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 15px;
  aspect-ratio: 343/228;
  transition: all 0.6s ease;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-list__img {
    margin: 0;
    filter: blur(6px);
    aspect-ratio: 800/380;
    border-radius: 16px;
    opacity: 0.8;
  }
}
.p-product-top-mv-list__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-product-top-mv-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-top-mv-list__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: auto;
  margin: 16px auto 0;
  padding: 0 16px 0;
  gap: 8px;
  transition: all 0.6s ease;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-list__btns {
    flex-direction: row;
    width: 700px;
    margin: 0;
    padding: 0;
    transform: scale(0.68);
    filter: blur(6px);
    position: absolute;
    justify-content: flex-end;
    right: -17%;
    bottom: 8.6px;
    gap: 15px;
  }
}
.p-product-top-mv-list__btns li {
  width: auto;
  min-width: 150px;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-list__btns li {
    width: auto;
    min-width: 160px;
  }
}
.p-product-top-mv-list__btns li a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #afafaf;
  position: relative;
  transition: all 0.3s ease;
  padding: 8px 20px;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-list__btns li a {
    padding: 4px 20px;
    line-height: 1.3;
  }
}
.p-product-top-mv-list__btns li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 24px;
  background-image: url("/assets/images/common/icon_btn_arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 11px);
  right: 0px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-list__btns li a::after {
    width: 24px;
    height: 26px;
    top: calc(50% - 13px);
  }
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-list__btns li a:hover {
    background-color: #00B2ed;
    border: 1px solid #00B2ed;
    color: #fff;
    transition: all 0.3s ease;
  }
  .p-product-top-mv-list__btns li a:hover::after {
    background-image: url("/assets/images/common/icon_btn_arrow_on.svg");
  }
}
.p-product-top-mv-list__btns li.is-gray a {
  background-color: #426687;
  border: 1px solid #426687;
  color: #fff;
}
.p-product-top-mv-list__btns li.is-gray a::after {
  background-image: url(/assets/images/common/icon_btn_arrow_on.svg);
}
.p-product-top-mv-list__btns li.is-gray a:hover {
  background-color: #00B2ed;
  border: 1px solid #00B2ed;
  color: #fff;
  transition: all 0.3s ease;
}

.p-product-top-mv-thumb {
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-thumb {
    width: 1100px;
    margin: 0 auto 0;
  }
}

.p-product-top-mv-thumb-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-thumb-list {
    width: 1100px;
    margin: 36px auto 0;
    justify-content: center;
    padding: 0 8px;
  }
}
.p-product-top-mv-thumb-list li {
  border-radius: 10px;
  overflow: hidden;
  border: 5px solid transparent;
  cursor: pointer;
}
.p-product-top-mv-thumb-list li.swiper-slide-thumb-active {
  border: 5px solid #7aa2ce;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-thumb-list li.is-add-slide {
    display: none;
  }
}
.p-product-top-mv-thumb-list__img {
  aspect-ratio: 343/228;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-product-top-mv-thumb-list__img {
    aspect-ratio: 800/380;
    transition: opacity 0.3s ease;
  }
  .p-product-top-mv-thumb-list__img:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-product-top-mv-thumb-list__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-product-top-mv-thumb-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-product-top-important {
  background-color: #fff;
  width: calc(100% - 30px);
  min-height: 72px;
  margin: 0 auto;
  position: relative;
  bottom: -72px;
  border-radius: 36px;
  padding: 10px 24px 24px;
  border: 3px solid #edf0f3;
  margin-top: -36px;
}
@media screen and (min-width: 768px) {
  .p-product-top-important {
    width: 1108px;
    display: flex;
    min-height: 82px;
    align-items: center;
    padding: 16px 48px;
    border-radius: 48px;
    bottom: -82px;
    border: 7px solid #edf0f3;
    margin-top: -40px;
  }
}
.p-product-top-important__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-product-top-important__header {
    justify-content: flex-start;
  }
}
.p-product-top-important__ttl {
  font-size: 1rem;
  color: #ff1356;
  width: 154px;
}
.p-product-top-important__date {
  color: #767676;
  width: 124px;
  font-size: 0.9375rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-product-top-important__date {
    text-align: left;
  }
}
.p-product-top-important__text {
  margin-top: 8px;
  color: #434749;
  font-size: 0.9375rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-product-top-important__text {
    margin-top: 0;
    width: calc(100% - 278px);
  }
  .p-product-top-important__text a {
    transition: opacity 0.3s ease;
  }
  .p-product-top-important__text a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}

.p-product-top-product {
  background-color: #edf0f3;
  padding: 94px 0 0;
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  .p-product-top-product {
    margin-top: 0;
    padding: 128px 0 56px;
  }
}
.p-product-top-product__ttl {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-product-top-product__ttl {
    font-size: 1.375rem;
    margin-bottom: 32px;
  }
}
.p-product-top-product__ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/assets/images/product_top/icon_search.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.p-product-top-product__sub-ttl {
  font-size: 1rem;
  font-weight: 500;
}

.p-product-top-list {
  margin: 12px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 2%;
}
@media screen and (min-width: 768px) {
  .p-product-top-list {
    margin: 16px 0 20px;
    gap: 16px;
  }
}
.p-product-top-list li {
  width: 32%;
}
@media screen and (min-width: 768px) {
  .p-product-top-list li {
    width: 287px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-product-top-list li a {
    display: flex;
    align-items: center;
    padding: 2px;
    transition: opacity 0.3s ease;
  }
  .p-product-top-list li a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-product-top-list li.is-new .p-product-top-list__ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/common/icon_btn_new.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-product-top-list li.is-new .p-product-top-list__ttl::after {
    margin-left: 8px;
  }
}
.p-product-top-list li.is-disable a {
  pointer-events: none;
  background-color: #edf0f3;
}
.p-product-top-list__img {
  aspect-ratio: 80/63;
}
@media screen and (min-width: 768px) {
  .p-product-top-list__img {
    width: 80px;
  }
}
.p-product-top-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product-top-list__ttl {
  margin-top: 4px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-product-top-list__ttl {
    width: calc(100% - 80px);
    margin-top: 0;
    padding: 12px;
  }
}

.p-product-top-sub-block {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-product-top-sub-block {
    justify-content: space-between;
    flex-direction: row;
  }
}

.p-product-top-sub-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .p-product-top-sub-list {
    margin: 0 0 20px;
    flex-direction: row;
    gap: 12px;
  }
}
.p-product-top-sub-list li a {
  border: 1px solid #c8c8c8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  margin: 0 auto;
  min-height: 50px;
  background-color: #fff;
  border-radius: 25px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-product-top-sub-list li a {
    width: 214px;
    border-radius: 0;
    transition: opacity 0.3s ease;
  }
  .p-product-top-sub-list li a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-product-top-sub-list li.is-finished {
  background-color: #d5dce3;
}
.p-product-top-sub-list li.is-gray a {
  background-color: #d5dce3;
}

.p-product-top-sub-flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-product-top-sub-flex {
    display: flex;
    padding: 36px 0 18px;
    display: none;
  }
}
.p-product-top-sub-flex__ttl {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-product-top-sub-flex__ttl {
    width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .p-product-top-search {
    display: flex;
  }
}
.p-product-top-search__text {
  width: 100%;
  height: 40px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  margin: 16px 0 0;
  padding: 8px 20px;
}
@media screen and (min-width: 768px) {
  .p-product-top-search__text {
    width: 592px;
    margin: 0 4px 0 0;
  }
}
.p-product-top-search__text::-moz-placeholder {
  color: #d9dadb;
  font-size: 0.875rem;
}
.p-product-top-search__text::placeholder {
  color: #d9dadb;
  font-size: 0.875rem;
}
.p-product-top-search__note {
  margin-top: 4px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-product-top-search__note {
    margin-top: 8px;
  }
}
.p-product-top-search__btn {
  display: block;
  width: 160px;
  height: 40px;
  margin: 16px auto 0;
  background-color: #00B2ed;
  border-radius: 4px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-product-top-search__btn {
    width: 94px;
    margin: 0;
    transition: opacity 0.3s ease;
  }
  .p-product-top-search__btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}

.p-product-top-search-list {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .p-product-top-search-list {
    margin: 0;
  }
}
.p-product-top-search-list li {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-product-top-search-list li {
    margin-right: 16px;
  }
}
.p-product-top-search-list li a {
  text-decoration: underline;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-product-top-search-list li a:hover {
    text-decoration: none;
  }
}

.p-product-top-new-sec {
  padding: 64px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-product-top-new-sec {
    padding: 90px 0 0;
  }
}
.p-product-top-new-sec__inr {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product-top-new-sec__inr {
    width: 1200px;
    min-height: 330px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-product-top-new-sec__ttl-block {
    width: 300px;
  }
}
.p-product-top-new-sec__ttl {
  font-size: 2.0625rem;
  line-height: 1.05;
  font-weight: 400;
  position: relative;
  padding: 0 0 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-top-new-sec__ttl {
    font-size: 3.375rem;
    display: inline-block;
    text-align: left;
  }
}
.p-product-top-new-sec__ttl::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #00B2ed;
  position: absolute;
  bottom: 0;
  right: calc(50% - 40px);
}
@media screen and (min-width: 768px) {
  .p-product-top-new-sec__ttl::after {
    width: 1200px;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-product-top-new-sec__btns {
    margin: 24px 0 0;
    display: flex;
    gap: 12px;
  }
}
.p-product-top-new-sec__prev {
  width: 40px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: absolute;
  top: calc(50% - 50px);
  left: -3px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-product-top-new-sec__prev {
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url(/assets/images/product_top/icon_new_prev.svg);
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: none;
    border: none;
    border-radius: 0;
    top: calc(40% + 16px);
  }
}
.p-product-top-new-sec__prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  left: 15px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-product-top-new-sec__prev::after {
    content: none;
  }
}
.p-product-top-new-sec__next {
  width: 40px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: absolute;
  top: calc(50% - 50px);
  right: -3px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-product-top-new-sec__next {
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url(/assets/images/product_top/icon_new_next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
}
.p-product-top-new-sec__next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .p-product-top-new-sec__next::after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-product-top-new-list-outer {
    margin-top: 0;
    width: 1140px;
    position: absolute;
    top: 0;
    left: 300px;
  }
}

.p-product-top-new-list {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-product-top-new-list {
    margin-top: 0;
  }
}
.p-product-top-new-list li {
  height: auto;
}
.p-product-top-new-list li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-product-top-new-list li a {
    transition: opacity 0.3s ease;
  }
  .p-product-top-new-list li a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .p-product-top-new-list li.is-add-slide {
    display: none;
  }
}
.p-product-top-new-list__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 12px 0 12px;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-product-top-new-list__text {
    margin: 12px 0 8px;
  }
}
.p-product-top-new-list__date {
  margin-top: auto;
  padding: 4px 0 0;
  font-size: 0.75rem;
  color: #8e9192;
  border-top: 1px #c8c8c8 dashed;
}
.p-product-top-new-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 900/600;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
}
.p-product-top-new-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-product-top-brand-sec {
  background-color: #edf0f3;
  border-radius: 10px;
  padding: 24px 24px 40px;
  position: relative;
  z-index: 1;
  margin-top: 68px;
}
@media screen and (min-width: 768px) {
  .p-product-top-brand-sec {
    padding: 45px 100px 76px;
    margin-top: 42px;
  }
}

.p-product-top-brand-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-product-top-brand-list {
    margin-top: 44px;
    flex-direction: row;
    gap: 48px;
  }
}
.p-product-top-brand-list__img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.p-product-top-brand-list li a {
  display: block;
  transition: opacity 0.3s ease;
}
.p-product-top-brand-list li a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.p-product-top-sec__ttl-e {
  width: 260px;
  margin: 0 auto;
  font-size: 2.0625rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #00B2ed;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product-top-sec__ttl-e {
    width: 500px;
    font-size: 2.5rem;
    line-height: 1.5;
    padding-bottom: 6px;
  }
}
.p-product-top-sec__ttl-e::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-product-top-sec__ttl-e::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #00B2ed;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 40px);
}
.p-product-top-sec__ttl {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 16px 0 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-product-top-sec__ttl {
    font-size: 1.125rem;
  }
}

.p-product-top-seminar-sec {
  background-color: #ebf9fe;
  padding: 148px 0 50px;
  margin-top: -110px;
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-sec {
    margin-top: -178px;
    padding: 268px 0 50px;
    overflow: hidden;
  }
}
.p-product-top-seminar-sec__inr {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-sec__inr {
    width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-sec__block {
    width: 1200px;
  }
}
.p-product-top-seminar-sec__prev {
  position: absolute;
  width: 40px;
  height: 80px;
  top: calc(50% - 110px);
  left: 0;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-sec__prev {
    width: 25px;
    height: 80px;
    top: 100px;
    left: -40px;
    box-shadow: none;
  }
}
.p-product-top-seminar-sec__prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  left: 15px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-sec__prev::after {
    left: 8px;
  }
}
.p-product-top-seminar-sec__next {
  position: absolute;
  width: 40px;
  height: 80px;
  top: calc(50% - 110px);
  right: 0;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-sec__next {
    width: 25px;
    height: 80px;
    top: 100px;
    right: -40px;
    box-shadow: none;
  }
}
.p-product-top-seminar-sec__next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-sec__next::after {
    right: 8px;
  }
}

.p-product-top-seminar-list {
  margin: 32px auto 0;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-list {
    width: 1200px;
    margin: 44px auto 0;
  }
}
.p-product-top-seminar-list li {
  width: 370px;
  height: auto;
  background-color: #fff;
  position: relative;
}
.p-product-top-seminar-list li::before {
  content: "";
  width: 100%;
  display: block;
  height: 30%;
  background-color: #ebf9fe;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-list li::before {
    height: 170px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-list li.is-add-slide {
    display: none;
  }
}
.p-product-top-seminar-list__img {
  width: calc(100% - 20px);
  height: auto;
  aspect-ratio: 320/200;
  margin: 0 auto;
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-list__img {
    width: 320px;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .p-product-top-seminar-list__img:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-product-top-seminar-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-top-seminar-list__text-block {
  width: 100%;
  margin-top: -28px;
  padding: 44px 24px 12px;
  background-color: #fff;
  overflow-wrap: anywhere;
}
.p-product-top-seminar-list__ttl {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.67;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-list__ttl {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-list.slide1, .p-product-top-seminar-list.slide2 {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-product-top-seminar-list.slide4 li.is-add-slide {
    display: block;
  }
}

.p-product-top-seminar-date {
  display: flex;
}
.p-product-top-seminar-date__ttl {
  width: 56px;
  color: #8e9192;
  font-size: 0.8125rem;
}
.p-product-top-seminar-date__date {
  width: calc(100% - 56px);
  color: #8e9192;
  padding-left: 16px;
  line-height: 1.5;
  position: relative;
  font-size: 0.8125rem;
}
.p-product-top-seminar-date__date::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #8e9192;
  position: absolute;
  top: 5px;
  left: 0;
}

.p-product-top-club-sec {
  padding: 16px 0 50px;
  background-color: #ebf9fe;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-sec {
    padding: 32px 0 50px;
  }
}
.p-product-top-club-sec__ttl-e {
  width: 330px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-sec__ttl-e {
    width: 430px;
  }
}
.p-product-top-club-sec__ttl-e::before {
  content: "";
  width: 260px;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: calc(50% - 130px);
}
@media screen and (min-width: 768px) {
  .p-product-top-club-sec__ttl-e::before {
    width: 500px;
    left: -35px;
  }
}
.p-product-top-club-sec__ttl-e::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #00B2ed;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 40px);
}
.p-product-top-club-sec__ttl {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 16px 0 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-sec__ttl {
    font-size: 1.125rem;
  }
}
.p-product-top-club-sec__lead {
  font-size: 0.875rem;
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-sec__lead {
    text-align: center;
  }
}

.p-product-top-club-list {
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-list {
    margin: 32px 0 0;
    flex-direction: row;
    gap: 46px;
  }
}
.p-product-top-club-list li {
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-list li {
    width: 370px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-top-club-list li::before {
    content: "";
    width: 100%;
    display: block;
    height: 170px;
    background-color: #ebf9fe;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-product-top-club-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 24px 12px;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-list li a {
    flex-direction: column;
    padding: 0;
  }
  .p-product-top-club-list li a:hover .c-btn-trial__link {
    background-color: #00B2ed;
    color: #fff;
    border: solid 1px #00B2ed;
    transition: all 0.3s ease;
  }
  .p-product-top-club-list li a:hover .c-btn-trial__link::after {
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.p-product-top-club-list__img {
  width: 140px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-list__img {
    width: 320px;
    aspect-ratio: 320/200;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    overflow: hidden;
    background-image: linear-gradient(0deg, rgb(206, 213, 219), rgb(234, 237, 240));
  }
}
.p-product-top-club-list__img img {
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-list__img img {
    width: 234px;
    position: relative;
    top: 10px;
  }
}
.p-product-top-club-list__text-block {
  width: calc(100% - 140px);
  padding: 0 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-list__text-block {
    width: 100%;
    height: calc(100% - 172px);
    margin-top: -28px;
    padding: 40px 20px 28px;
    align-items: center;
  }
}
.p-product-top-club-list__ttl {
  font-size: 1.125rem;
  font-weight: 600;
  color: #00B2ed;
  line-height: 1.3;
  margin-top: 4px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-list__ttl {
    font-size: 1.5rem;
  }
}
.p-product-top-club-list__text {
  margin-top: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-list__text {
    text-align: center;
    font-size: 1rem;
  }
}
.p-product-top-club-list__desc {
  font-size: 0.75rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-list__desc {
    text-align: center;
    font-size: 0.875rem;
  }
}

.p-product-top-club-50-sec {
  background-image: url(/assets/images/product_top/bg_club.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 118px 0 68px;
  margin: -140px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-50-sec {
    padding: 182px 0 45px;
    margin: -182px 0 0;
  }
}
.p-product-top-club-50-sec__inr {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-50-sec__inr {
    width: 1200px;
  }
}
.p-product-top-club-50-sec__img {
  width: 114%;
  position: relative;
  left: calc(-14% - 30px);
}
@media screen and (min-width: 768px) {
  .p-product-top-club-50-sec__img {
    position: absolute;
    width: 650px;
    left: -162px;
  }
}
.p-product-top-club-50-sec__img-front {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-50-sec__img-front {
    position: absolute;
    width: 650px;
    top: 0;
    left: 0;
  }
}
.p-product-top-club-50-sec__img-shadow {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-50-sec__img-shadow {
    position: absolute;
    width: 650px;
  }
}
.p-product-top-club-50-sec__content {
  padding: 0 15px 0;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-50-sec__content {
    padding: 0 0 0 535px;
  }
}
.p-product-top-club-50-sec__ttl-e {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-50-sec__ttl-e {
    width: 420px;
    margin-left: -20px;
    left: auto;
  }
}
.p-product-top-club-50-sec__ttl {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-50-sec__ttl {
    margin-top: 12px;
  }
}
.p-product-top-club-50-sec__text {
  color: #fff;
  margin-top: 16px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-50-sec__text {
    margin-top: 8px;
  }
}
.p-product-top-club-50-sec .c-btn-top {
  width: 240px;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p-product-top-club-50-sec .c-btn-top {
    width: 140px;
    margin: 24px 0 0;
  }
}

.p-product-top-news-sec {
  padding: 54px 15px 54px;
}
@media screen and (min-width: 768px) {
  .p-product-top-news-sec {
    padding: 76px 0 80px;
  }
}
.p-product-top-news-sec__inr {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-product-top-news-sec__inr {
    width: 1200px;
    padding: 0 55px;
    display: flex;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-product-top-news-sec__ttl-block {
    width: 250px;
    padding-top: 24px;
  }
}
.p-product-top-news-sec__ttl-e {
  font-family: "Overpass", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
.p-product-top-news-sec__ttl-e::before {
  content: "●";
  margin-right: 10px;
  color: #00B2ed;
  font-size: 1rem;
}
.p-product-top-news-sec__ttl {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-product-top-news-sec__content {
    width: 840px;
  }
}
.p-product-top-news-sec .c-btn-top {
  width: 240px;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p-product-top-news-sec .c-btn-top {
    margin-top: 16px;
    width: 140px;
    position: absolute;
    top: 102px;
    left: 50px;
  }
}

@media screen and (min-width: 768px) {
  .p-product-top-news-list {
    margin-top: 10px;
  }
}
.p-product-top-news-list li {
  padding: 12px 0 16px;
  border-bottom: 1px dashed #8e9192;
}
@media screen and (min-width: 768px) {
  .p-product-top-news-list li {
    display: flex;
    padding: 20px 0;
    align-items: flex-start;
  }
}
.p-product-top-news-list__header {
  display: flex;
  align-items: center;
}
.p-product-top-news-list__date {
  width: 84px;
  color: #a1a3a4;
  font-size: 0.75rem;
  padding: 2px 0;
}
@media screen and (min-width: 768px) {
  .p-product-top-news-list__date {
    width: 115px;
  }
}
.p-product-top-news-list__cat {
  width: 100px;
  height: 20px;
  color: #a1a3a4;
  font-size: 0.75rem;
  background-color: #939393;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 2px;
  margin-right: 15px;
  padding: 2px;
}
@media screen and (min-width: 768px) {
  .p-product-top-news-list__cat {
    font-size: 0.8125rem;
    width: 110px;
  }
}
.p-product-top-news-list__ttl {
  margin-top: 4px;
  font-size: 0.875rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-product-top-news-list__ttl {
    margin-top: 4px;
    width: calc(100% - 240px);
  }
}
.p-product-top-news-list a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-product-top-news-list a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .p-product-top-flex {
    display: flex;
  }
}

.p-product-top-demo-sec {
  width: 100%;
  height: auto;
  aspect-ratio: 375/245;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-top-demo-sec {
    width: 50%;
    aspect-ratio: 2/1;
  }
}
.p-product-top-demo-sec__link {
  padding: 28px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/product_top/bg_demo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-product-top-demo-sec__link {
    padding: 90px 0 100px;
    transition: opacity 0.3s ease;
  }
  .p-product-top-demo-sec__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-product-top-demo-sec__ttl {
  font-size: 1.625rem;
  font-weight: 200;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-product-top-demo-sec__ttl {
    font-size: 2.1875rem;
  }
}
.p-product-top-demo-sec__text {
  color: #fff;
  font-size: 0.875rem;
}
.p-product-top-demo-sec__btn {
  display: inline-block;
  margin-top: 24px;
  color: #fff;
  padding: 5px 20px 5px 5px;
  border-bottom: 2px solid #00B2ed;
  position: relative;
  font-size: 0.75rem;
}
.p-product-top-demo-sec__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url(/assets/images/product_top/icon_btn_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 12px;
  right: 4px;
}

.p-product-top-contact-sec {
  width: 100%;
  height: auto;
  aspect-ratio: 375/245;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-top-contact-sec {
    width: 50%;
    aspect-ratio: 2/1;
  }
}
.p-product-top-contact-sec__link {
  padding: 36px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/product_top/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-product-top-contact-sec__link {
    padding: 90px 0 100px;
    transition: opacity 0.3s ease;
  }
  .p-product-top-contact-sec__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-product-top-contact-sec__ttl {
  font-size: 1.625rem;
  font-weight: 200;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-product-top-contact-sec__ttl {
    font-size: 2.1875rem;
  }
}
.p-product-top-contact-sec__text {
  color: #434749;
  font-size: 0.875rem;
}
.p-product-top-contact-sec__btn {
  display: inline-block;
  margin-top: 24px;
  color: #434749;
  padding: 5px 20px 5px 5px;
  border-bottom: 2px solid #00B2ed;
  position: relative;
  font-size: 0.75rem;
}
.p-product-top-contact-sec__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url(/assets/images/product_top/icon_btn_arrow_g.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 12px;
  right: 4px;
}

.p-product-top-bnr-sec {
  padding: 28px 0 24px;
}
@media screen and (min-width: 768px) {
  .p-product-top-bnr-sec {
    padding: 104px 0 24px;
  }
}

.p-product-top-bnr-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
}
@media screen and (min-width: 768px) {
  .p-product-top-bnr-list {
    gap: 30px 28px;
  }
}
.p-product-top-bnr-list li {
  width: 320px;
  min-height: 80px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-product-top-bnr-list li {
    width: 380px;
    min-height: 120px;
    margin: 0;
  }
}
.p-product-top-bnr-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-image: url(/assets/images/common/icon_btn_new.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 6px;
  pointer-events: none;
}
.p-product-top-bnr-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #909090;
  position: relative;
  padding-right: 35px;
}
@media screen and (min-width: 768px) {
  .p-product-top-bnr-list li a {
    padding-right: 48px;
    transition: opacity 0.3s ease;
  }
  .p-product-top-bnr-list li a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-product-top-bnr-list li a::before {
  content: "";
  width: 35px;
  height: 100%;
  display: block;
  background-color: #00B2ed;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-top-bnr-list li a::before {
    width: 48px;
  }
}
.p-product-top-bnr-list li a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url(/assets/images/product_top/icon_bnr_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 12px;
}
@media screen and (min-width: 768px) {
  .p-product-top-bnr-list li a::after {
    width: 8px;
    height: 14px;
    right: 18px;
  }
}
.p-product-top-bnr-list__img {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-product-top-bnr-list__img {
    padding: 0;
  }
}

body.seminar-modal-open {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.seminar-modal-open {
    overflow: hidden;
  }
}

dialog.p-seminar-modal[open] {
  animation: fadeIn 0.3s ease normal;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 背景（backdrop）もアニメーションさせる場合 */
dialog.p-seminar-modal::backdrop {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.p-seminar-modal {
  border: none;
  height: 100dvh;
  max-height: calc(100dvh - 40px);
  padding: 60px 0 20px;
  background-color: transparent;
  overflow: visible;
  border: none;
}
.p-seminar-modal:focus-visible {
  outline: none;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal {
    width: 1200px;
    height: 100dvh;
    max-height: 720px;
    padding: 40px 0 40px;
  }
}
.p-seminar-modal__scroll {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.p-seminar-modal__scroll:focus-visible {
  outline: none;
}
.p-seminar-modal__inr {
  width: 100%;
  height: auto;
  margin: auto auto;
  background-color: #fff;
  padding: 18px 15px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__inr {
    display: flex;
    justify-content: space-between;
    padding: 48px 50px 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__img-block {
    width: 370px;
  }
}
.p-seminar-modal__text-block {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__text-block {
    margin-top: 0;
    width: 660px;
  }
}
.p-seminar-modal__frame {
  margin-top: 18px;
  border: 1px solid #8e9192;
}
.p-seminar-modal__frame-ttl {
  background-color: #426687;
  color: #fff;
  padding: 8px 10px;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.p-seminar-modal__frame-text {
  padding: 10px;
  font-size: 0.9375rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.p-seminar-modal__price {
  background-color: #1c1ffc;
  display: inline-block;
  color: #fff;
  padding: 8px;
  border-radius: 2px;
  line-height: 1;
}
.p-seminar-modal__price.is-paid {
  background-color: #ff1356;
}
.p-seminar-modal__ttl {
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 4px;
}
.p-seminar-modal .c-btn-standard {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal .c-btn-standard {
    margin: auto 0 0 auto;
  }
}
.p-seminar-modal__close {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__close {
    top: 0;
  }
}
.p-seminar-modal__close::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 11px;
  right: 0;
  transform: rotate(45deg);
}
.p-seminar-modal__close::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 11px;
  right: 0;
  transform: rotate(-45deg);
}
.p-seminar-modal .p-seminar-modal-list {
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal .p-seminar-modal-list {
    margin: 64px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-seminar-modal .p-seminar-modal-list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.p-seminar-modal .p-seminar-modal-list__item:not(:first-child) {
  margin-top: 18px;
}
.p-seminar-modal .p-seminar-modal-list__item dt {
  font-size: 0.875rem;
  color: #fff;
  background-color: #8e9192;
  width: 100px;
  line-height: 1;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.p-seminar-modal .p-seminar-modal-list__item dd {
  margin-top: 16px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal .p-seminar-modal-list__item dd {
    width: 545px;
    margin: 0 0 0 15px;
  }
}

.p-message__ttl {
  margin: 0 -16px -64px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-message__ttl {
    margin: 0 0 -94px;
  }
}
.p-message__ttl.is-scroll .p-message__ttl-svg {
  opacity: 1;
  transition: opacity 2s 1s ease;
}
@media screen and (min-width: 768px) {
  .p-message__ttl.is-scroll .p-message__ttl-svg {
    transition: opacity 1s 0.5s ease;
  }
}
.p-message__ttl.is-scroll .p-message__ttl-bg {
  opacity: 1;
  transition: opacity 2s 0s ease;
}
@media screen and (min-width: 768px) {
  .p-message__ttl.is-scroll .p-message__ttl-bg {
    transition: opacity 1s 0s ease;
  }
}
.p-message__ttl-svg {
  width: 86%;
  height: auto;
  position: absolute;
  top: 31%;
  left: 7%;
  opacity: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-message__ttl-svg {
    width: 530px;
    top: calc(50% - 60px);
    left: calc(50% - 265px);
  }
}
.p-message__ttl-svg img {
  height: auto;
}
.p-message__ttl-bg {
  opacity: 0;
  z-index: 1;
  height: calc(100dvh - 142px);
}
@media screen and (min-width: 768px) {
  .p-message__ttl-bg {
    height: 780px;
  }
}
.p-message__ttl-bg img {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-message__ttl-bg img {
    height: auto;
  }
}
.p-message__sec {
  margin: 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-message__sec {
    min-height: 340px;
  }
}
.p-message__sec + .p-message__sec {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-message__sec + .p-message__sec {
    margin-top: 128px;
  }
}
.p-message__sec-ttl {
  font-size: 2.5rem;
  color: #434749;
  font-weight: 200;
  line-height: 1;
  opacity: 0.6;
  letter-spacing: 0.05em;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-message__sec-ttl {
    font-size: 5.625rem;
  }
}
.p-message__sec-ttl-e {
  font-size: 1rem;
  color: #00B2ed;
  font-family: "Akshar", sans-serif;
  padding-left: 5px;
  margin-top: 4px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-message__sec-ttl-e {
    font-size: 1.875rem;
    margin-top: 0;
  }
}
.p-message__sec.is-scroll .p-message__img-block {
  opacity: 1;
  transition: all 2s 0.5s ease;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .p-message__sec.is-scroll .p-message__img-block {
    transition: all 1.2s 0.5s ease;
  }
}
.p-message__sec.is-scroll .p-message__sec-ttl {
  opacity: 1;
  transition: opacity 2s 1.5s ease;
}
@media screen and (min-width: 768px) {
  .p-message__sec.is-scroll .p-message__sec-ttl {
    transition: opacity 1.2s 0.75s ease;
  }
}
.p-message__sec.is-scroll .p-message__sec-ttl-e {
  opacity: 1;
  transition: opacity 2s 1.5s ease;
}
@media screen and (min-width: 768px) {
  .p-message__sec.is-scroll .p-message__sec-ttl-e {
    transition: opacity 1.2s 0.75s ease;
  }
}
.p-message__sec.is-scroll .p-message__text {
  transition: all 2s 2s ease;
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .p-message__sec.is-scroll .p-message__text {
    transition: all 1.2s 1s ease;
  }
}
.p-message__sec.is-scroll {
  /* .p-message__text {

    &-01 {
      width: 100%;
      transition: width 1s 2s ease-in;
    }

    &-02 {
      width: 100%;
      transition: width 1s 2.5s ease-in;
    }

    &-03 {
      width: 100%;
      transition: width 1s 3s ease-in;
    }

    &-04 {
      width: 100%;
      transition: width 1s 3.5s ease-in;
    }

    &-05 {
      width: 100%;
      transition: width 1s 4s ease-in;
    }

    &-06 {
      width: 100%;
      transition: width 1s 5.5s ease-in;
    }
  }
    */
}
.p-message__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0 -16px;
  padding: 0 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-message__flex {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}
.p-message__text-block {
  width: 42%;
  padding: 34px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-message__text-block {
    width: calc(100% - 568px);
    padding: 0 0 0 26px;
  }
}
.p-message__img-block {
  width: 58%;
  height: auto;
  aspect-ratio: 520/340;
  opacity: 0;
  transform: translate(200px, 0);
}
@media screen and (min-width: 768px) {
  .p-message__img-block {
    width: 548px;
    height: auto;
    margin-top: 10px;
    padding-right: 28px;
  }
}
.p-message__img-block img {
  height: auto;
}
.p-message__text {
  width: 100%;
  font-size: 0.96875rem;
  line-height: 1.6;
  padding: 10px 0 0 0;
  transform: translate(-200px, 0);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.05em;
    position: absolute;
    top: 190px;
    left: 28px;
    margin-right: 0;
    width: 500px;
  }
}
.p-message__text-01, .p-message__text-02, .p-message__text-03, .p-message__text-04, .p-message__text-05, .p-message__text-06 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.p-message__sec-l-group {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-message__sec-l-group {
    margin-top: 145px;
  }
}
.p-message__sec-l {
  position: relative;
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .p-message__sec-l {
    margin: 0;
  }
}
.p-message__sec-l:not(:first-child) {
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .p-message__sec-l:not(:first-child) {
    margin-top: 0;
  }
}
.p-message__sec-l-img {
  opacity: 0;
  position: relative;
  z-index: 1;
}
.p-message__sec-l img {
  height: auto;
}
.p-message__sec-l.is-scroll .p-message__sec-l-img {
  opacity: 1;
  transition: opacity 1.5s 1s ease;
}
@media screen and (min-width: 768px) {
  .p-message__sec-l.is-scroll .p-message__sec-l-img {
    transition: opacity 0.9s 0.5s ease;
  }
}
.p-message__sec-l.is-scroll .p-message__sec-l-ttl {
  opacity: 1;
  transition: opacity 1.5s 2.5s ease;
}
@media screen and (min-width: 768px) {
  .p-message__sec-l.is-scroll .p-message__sec-l-ttl {
    transition: opacity 0.9s 1.25s ease;
  }
}
.p-message__sec-l.is-scroll .p-message__sec-l-gradation {
  opacity: 1;
  transition: opacity 1.5s 1.5s ease;
}
@media screen and (min-width: 768px) {
  .p-message__sec-l.is-scroll .p-message__sec-l-gradation {
    transition: opacity 0.9s 0.75s ease;
  }
}
.p-message__sec-l.is-scroll .p-message__bubble-bg {
  opacity: 1;
  transition: opacity 1.5s 1.5s ease;
}
@media screen and (min-width: 768px) {
  .p-message__sec-l.is-scroll .p-message__bubble-bg {
    transition: opacity 0.9s 0.75s ease;
  }
}
.p-message__sec-l.is-scroll .p-message__bubble-text {
  opacity: 1;
  transition: opacity 1.5s 2s ease;
}
@media screen and (min-width: 768px) {
  .p-message__sec-l.is-scroll .p-message__bubble-text {
    transition: opacity 0.9s 1s ease;
  }
}
.p-message__sec-l:nth-child(1) {
  z-index: 5;
}
.p-message__sec-l:nth-child(2) {
  z-index: 4;
}
.p-message__sec-l:nth-child(3) {
  z-index: 3;
}
.p-message__sec-l-gradation {
  margin-top: -94px;
  position: relative;
  z-index: 2;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-message__sec-l-gradation {
    margin-top: -236px;
  }
}
.p-message__sec-l-ttl {
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 28%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-message__sec-l-ttl {
    width: 652px;
    bottom: 142px;
    left: calc(50% - 326px);
  }
}
.p-message__sec-l-ttl img {
  height: auto;
}
.p-message__bubble {
  position: absolute;
  width: 346px;
  padding: 12px 8px;
  left: calc(50% - 173px);
  bottom: -80px;
  border-radius: 10px;
  color: #fff;
  z-index: 2;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-message__bubble {
    width: 550px;
    padding: 25px 20px 25px 50px;
    bottom: -58px;
    left: 316px;
    font-size: 1.25rem;
    border-radius: 30px;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-message__bubble--02 {
    width: 620px;
    left: 40px;
    bottom: -46px;
  }
}
.p-message__bubble-text {
  position: relative;
  z-index: 3;
  opacity: 0;
}
.p-message__bubble-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.p-message__bubble-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-index {
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p-news-index {
    width: 900px;
    margin: 40px auto 0;
  }
}
.p-news-index__header {
  height: 42px;
  border-bottom: 1px solid #5b5b5b;
}
.p-news-index__header .c-tab-list li a {
  color: #fff;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-news-index__header .c-tab-list li a {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-list {
    margin: 40px 0 0;
  }
}
.p-news-list li {
  padding: 16px 0;
  border-bottom: 1px solid #8e9192;
}
@media screen and (min-width: 768px) {
  .p-news-list li {
    display: flex;
    padding: 19px 0;
    border: none;
  }
}
.p-news-list__header {
  display: flex;
  align-items: flex-start;
}
.p-news-list__date {
  color: #a1a3a4;
  font-size: 0.75rem;
  width: 86px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-news-list__date {
    width: 110px;
  }
}
.p-news-list__cat {
  width: 100px;
  font-size: 0.75rem;
  border-radius: 2px;
  margin: 4px 16px 0 0;
  background-color: #828282;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1.2;
  padding: 2px 8px;
}
@media screen and (min-width: 768px) {
  .p-news-list__cat {
    width: 110px;
    font-size: 0.8125rem;
    padding: 4px 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-news-list__text {
    width: calc(100% - 236px);
  }
}
.p-news-list__text a {
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-news-list__text a {
    line-height: 1.5;
  }
  .p-news-list__text a:hover {
    text-decoration: none;
  }
}

.p-news-detail__header {
  display: flex;
}
.p-news-detail__date {
  width: 84px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #a1a3a4;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__date {
    width: 100px;
    font-size: 0.875rem;
  }
}
.p-news-detail__cat {
  width: 100px;
  background-color: #00B2ed;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 2px;
  line-height: 1;
  padding: 2px 8px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__cat {
    width: 110px;
    font-size: 0.8125rem;
    padding: 4px 8px;
  }
}
.p-news-detail__content {
  padding: 20px 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content {
    width: 900px;
    padding: 40px 0 0;
  }
}
.p-news-detail__text-block {
  margin-top: 24px;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block {
    margin-top: 40px;
  }
}
.p-news-detail__text-block::after {
  content: "";
  display: block;
  clear: both;
}
.p-news-detail__text-block h1,
.p-news-detail__text-block h2 {
  margin-top: 30px;
  background-color: #e5f5fb;
  min-height: 45px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 3px 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block h1,
  .p-news-detail__text-block h2 {
    border-radius: 24px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: 1.875;
  }
}
.p-news-detail__text-block h3 {
  margin-top: 30px;
  margin-left: -16px;
  margin-right: -16px;
  min-height: 40px;
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.9375rem;
  border-bottom: 1px solid #aeb1b2;
  background: linear-gradient(to bottom, #fff, #e5f5fb);
  position: relative;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block h3 {
    padding: 0 0 0 28px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.875;
    font-size: 1.125rem;
  }
}
.p-news-detail__text-block h3::before {
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 10px;
  left: 16px;
  background-color: #00B2ed;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block h3::before {
    width: 18px;
    height: 10px;
    border-radius: 0px 5px 5px 0;
    top: calc(50% - 5px);
    left: 0;
  }
}
.p-news-detail__text-block h4 {
  margin-top: 30px;
  min-height: 40px;
  padding: 10px 0 10px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.9375rem;
  border-bottom: 1px solid #aeb1b2;
  position: relative;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #434749;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block h4 {
    padding: 0 0 0 0;
    font-size: 1.125rem;
    line-height: 1.875;
  }
}
.p-news-detail__text-block h4::before {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.5px;
  left: 0;
  background-color: #00B2ed;
  border-radius: 0px 5px 5px 0;
}
.p-news-detail__text-block h5 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0275d8;
  margin: 64px 0 16px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block h5 {
    margin: 80px 0 32px;
  }
}
.p-news-detail__text-block h6 {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 40px;
}
.p-news-detail__text-block p {
  font-size: 1rem;
  font-weight: 400;
  color: #434749;
  line-height: 1.6;
}
.p-news-detail__text-block p + p {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block p + p {
    margin-top: 32px;
  }
}
.p-news-detail__text-block img {
  margin: 24px 0 24px;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block img {
    margin: 40px 0 40px;
  }
}
.p-news-detail__text-block .c-note {
  margin-top: 16px;
  padding-left: 1em;
  text-indent: -1em;
  color: #1BB5B0;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block .c-note {
    margin-top: 24px;
  }
}
.p-news-detail__text-block .c-note:before {
  content: "※";
}
.p-news-detail__text-block .p-news-detail-dl {
  border: 1px solid #00B2ed;
  border-radius: 4px;
  padding: 24px 16px 24px 36px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block .p-news-detail-dl {
    padding: 20px 20px 20px 36px;
  }
}
.p-news-detail__text-block .p-news-detail-dl dt {
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
}
.p-news-detail__text-block .p-news-detail-dl dt::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(/ortho/assets/images/common/icon_breadcrumb_arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block .p-news-detail-dl dt::before {
    left: -24px;
  }
}
.p-news-detail__text-block .p-news-detail-dl dd {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.6;
}
.p-news-detail__text-block .p-news-detail-dl + .p-news-detail-dl {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block .p-news-detail-dl + .p-news-detail-dl {
    margin-top: 8px;
  }
}
.p-news-detail__text-block ul li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}
.p-news-detail__text-block ul li::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  background-color: #00B2ed;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block ul li::before {
    top: 12px;
  }
}
.p-news-detail__text-block ol {
  list-style: decimal inside;
}
.p-news-detail__text-block ol li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  color: #434749;
  font-weight: 400;
}
.p-news-detail__text-block ol li::marker {
  color: #00B2ed;
  font-size: 1.0625rem;
}
.p-news-detail__text-block blockquote {
  border-left: 3px solid #c8c8c8;
  padding-left: 1em;
}
.p-news-detail__text-block .c-table-outer {
  width: 100%;
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block .c-table-outer {
    width: 100%;
    overflow: auto;
  }
}
.p-news-detail__text-block table {
  border-collapse: collapse;
  width: 790px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block table {
    width: 100%;
  }
}
.p-news-detail__text-block table th,
.p-news-detail__text-block table td {
  padding: 8px 10px;
  border: 1px solid #c8c8c8;
  font-size: 0.875rem;
}
.p-news-detail__text-block table th.is-gray,
.p-news-detail__text-block table td.is-gray {
  background-color: #e2e2e2;
}
.p-news-detail__text-block table th {
  background-color: #e5f5fb;
  font-weight: 500;
  line-height: 26px;
  padding: 2px 10px;
  color: #434749;
}
.p-news-detail__text-block table td {
  font-weight: 400;
  line-height: 22px;
  padding: 2px 10px;
  color: #434749;
}
.p-news-detail__text-block table__width {
  width: 300px;
}
.p-news-detail__text-block .js-scrollable::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background-image: url("/ortho/assets/images/common/icon_scroll.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-news-detail__text-block .js-scrollable.is-hidden::after {
  visibility: hidden;
  opacity: 0;
}
.p-news-detail__text-block a {
  color: #00B2ed;
  text-decoration: underline;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text-block a:hover {
    text-decoration: none;
  }
}

.p-movie-search-frame {
  background-color: #edf0f3;
  padding: 8px 12px 16px;
}
@media screen and (min-width: 768px) {
  .p-movie-search-frame {
    padding: 30px 110px 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-movie-search {
    display: flex;
  }
}
.p-movie-search__text {
  width: 100%;
  height: 40px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  margin: 16px 0 0;
  padding: 8px 20px;
}
@media screen and (min-width: 768px) {
  .p-movie-search__text {
    width: 550px;
    margin: 0 4px 0 0;
  }
}
.p-movie-search__text::-moz-placeholder {
  font-size: 0.875rem;
  color: #d9dadb;
}
.p-movie-search__text::placeholder {
  font-size: 0.875rem;
  color: #d9dadb;
}
.p-movie-search__btn {
  display: block;
  width: 160px;
  height: 40px;
  margin: 8px auto 0;
  background-color: #00B2ed;
  border-radius: 4px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-movie-search__btn {
    width: 94px;
    margin: 0;
    transition: opacity 0.3s ease;
  }
  .p-movie-search__btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-movie-search__note {
  text-align: center;
  font-size: 0.8125rem;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-movie-search__note {
    font-size: 0.8125rem;
    text-align: left;
    margin-top: 8px;
  }
}

.p-movie__no-data {
  padding: 200px 0;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-movie__no-data {
    font-size: 1rem;
  }
}

.p-movie-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-movie-list {
    margin-top: 36px;
    gap: 40px 24px;
  }
}
.p-movie-list > li {
  width: calc(50% - 6px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-movie-list > li {
    width: 206px;
    display: flex;
    flex-direction: column;
  }
}
.p-movie-list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-movie-list > li > a {
    transition: opacity 0.3s ease;
  }
  .p-movie-list > li > a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-movie-list > li.is-visible::after {
  content: "NEW";
}
.p-movie-list > li::after {
  content: none;
  width: 32px;
  height: 18px;
  background-color: #00B2ed;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 0.6875rem;
  font-family: "Akshar", sans-serif;
  font-weight: 600;
  border-radius: 0 0 12px 0;
}
@media screen and (min-width: 768px) {
  .p-movie-list > li::after {
    width: 42px;
    height: 24px;
    font-size: 0.875rem;
  }
}
.p-movie-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 1px solid #c8c8c8;
}
.p-movie-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-movie-list__ttl {
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 1.46;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-movie-list__ttl {
    margin-top: 6px;
    font-size: 0.9375rem;
  }
}

.p-movie-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-movie-category-list {
    margin-top: 10px;
  }
}
.p-movie-category-list li {
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #434749;
  border-radius: 5px;
  padding: 3px 6px;
  line-height: 1;
}

.p-movie-detail .p-movie-category-list {
  margin-top: 16px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-movie-detail .p-movie-category-list li {
    font-size: 0.8125rem;
    border-radius: 7px;
  }
}
.p-movie-detail__movie-content {
  padding: 0 0 28px;
}
@media screen and (min-width: 768px) {
  .p-movie-detail__movie-content {
    padding: 0 0 44px;
  }
}
.p-movie-detail__movie {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-movie-detail__movie {
    margin-top: 24px;
  }
}
.p-movie-detail__desc {
  padding: 16px 0 44px;
  border-top: 1px solid #a7a9a9;
}
@media screen and (min-width: 768px) {
  .p-movie-detail__desc {
    display: flex;
    padding: 24px 0 44px;
    justify-content: space-between;
  }
}
.p-movie-detail__text {
  font-size: 0.9375rem;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-movie-detail__text {
    width: 640px;
    font-size: 1rem;
  }
}
.p-movie-detail .p-movie-detail-btn-list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-movie-detail .p-movie-detail-btn-list {
    margin-top: 0;
    width: 220px;
  }
}
.p-movie-detail .p-movie-detail-btn-list li {
  margin: 0 auto;
}
.p-movie-detail .p-movie-detail-btn-list li:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-movie-detail .p-movie-detail-btn-list li:not(:first-child) {
    margin-top: 10px;
  }
}
.p-movie-detail .c-btn-back {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-movie-detail .c-btn-back {
    margin-top: 60px;
  }
}

.p-movie-detail-related-sec {
  background-color: #edf0f3;
  margin: 0 -16px 0;
  padding: 32px 16px 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-movie-detail-related-sec {
    margin: 0 0 0;
    padding: 20px 54px 30px;
  }
}
.p-movie-detail-related-sec__ttl {
  font-size: 1.375rem;
  font-weight: 500;
  padding-bottom: 5px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-movie-detail-related-sec__ttl {
    padding-bottom: 10px;
  }
}
.p-movie-detail-related-sec__ttl::after {
  content: "";
  width: 56px;
  height: 3px;
  background-color: #0093d2;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
}

.p-movie-detail-related-list {
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-movie-detail-related-list {
    margin: 20px 0 0;
    flex-direction: row;
  }
}
.p-movie-detail-related-list__item a {
  display: flex;
  gap: 24px 16px;
}
@media screen and (min-width: 768px) {
  .p-movie-detail-related-list__item a {
    display: block;
  }
}
.p-movie-detail-related-list__item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-movie-detail-related-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-movie-detail-related-list__img {
  width: calc(50% - 8px);
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .p-movie-detail-related-list__img {
    width: auto;
  }
}
.p-movie-detail-related-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-movie-detail-related-list__text {
  width: calc(50% - 8px);
  font-size: 0.8125rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-movie-detail-related-list__text {
    width: auto;
    font-size: 0.875rem;
    margin-top: 8px;
  }
}
.p-movie-detail-related-list__prev {
  position: absolute;
  width: 55px;
  height: 180px;
  top: 90px;
  left: -20px;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 0px 15px 10px #edf0f3;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-movie-detail-related-list__prev {
    width: 25px;
    height: 80px;
    top: 130px;
    left: 20px;
    display: block;
    box-shadow: none;
  }
  .p-movie-detail-related-list__prev.swiper-button-lock {
    display: none;
  }
}
.p-movie-detail-related-list__prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  left: 33px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-movie-detail-related-list__prev::after {
    top: calc(50% - 5px);
    left: 8px;
  }
}
.p-movie-detail-related-list__next {
  position: absolute;
  width: 55px;
  height: 180px;
  top: 90px;
  right: -20px;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 0px 15px 10px #edf0f3;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-movie-detail-related-list__next {
    width: 25px;
    height: 80px;
    top: 130px;
    right: 20px;
    display: block;
    box-shadow: none;
  }
  .p-movie-detail-related-list__next.swiper-button-lock {
    display: none;
  }
}
.p-movie-detail-related-list__next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  right: 33px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .p-movie-detail-related-list__next::after {
    top: calc(50% - 5px);
    right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-movie-detail-related-list.slide1, .p-movie-detail-related-list.slide2, .p-movie-detail-related-list.slide3 {
    justify-content: center;
  }
  .p-movie-detail-related-list.slide1 .p-movie-detail-related-list__item:first-child, .p-movie-detail-related-list.slide2 .p-movie-detail-related-list__item:first-child, .p-movie-detail-related-list.slide3 .p-movie-detail-related-list__item:first-child {
    margin-left: 24px;
  }
}

.p-search-block {
  background-color: #edf0f3;
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .p-search-block {
    margin: 0;
  }
}
.p-search-block__inr {
  padding: 32px 30px 120px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-search-block__inr {
    padding: 48px 0 120px;
    background-color: #edf0f3;
  }
}
.p-search-block__form {
  margin: 0 auto;
}
.p-search-block__form-block {
  display: flex;
}
.p-search-block__block {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-search-block__block {
    width: 1260px;
    padding: 0 30px;
  }
}
.p-search-block__text-block {
  width: calc(100% - 45px);
}
@media screen and (min-width: 768px) {
  .p-search-block__text-block {
    width: auto;
  }
}
.p-search-block__text {
  width: 100%;
  height: 45px;
  border-radius: 25px 0 0 25px;
  font-size: 14px;
  padding: 4px 10px 4px 36px;
  margin-right: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-image: url(/assets/images/common/icon_search_sp.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 12px center;
}
@media screen and (min-width: 768px) {
  .p-search-block__text {
    width: 650px;
    height: 40px;
    padding: 4px 10px;
    border-radius: 4px;
    background-image: none;
  }
}
.p-search-block__text::-moz-placeholder {
  color: transparent;
}
.p-search-block__text::placeholder {
  color: transparent;
}
@media screen and (min-width: 768px) {
  .p-search-block__text::-moz-placeholder {
    color: #d9dadb;
  }
  .p-search-block__text::placeholder {
    color: #d9dadb;
  }
}
.p-search-block__note {
  font-size: 0.8125rem;
  margin-top: 8px;
}
.p-search-block__btn {
  background-color: #426687;
  width: 45px;
  height: 45px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-search-block__btn {
    width: 94px;
    height: 40px;
    font-size: 0.875rem;
    border-radius: 4px;
    background-color: #00B2ed;
    transition: opacity 0.3s ease;
  }
  .p-search-block__btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-search-block__radio-block {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-block {
    display: flex;
    margin-top: 16px;
  }
}
.p-search-block__radio-list {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-list {
    width: calc(100% - 94px);
    gap: 0;
  }
}
.p-search-block__radio-list li {
  width: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-list li {
    width: auto;
  }
}
.p-search-block__radio-text {
  width: 78px;
  margin-right: 4px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-text {
    font-size: 0.9375rem;
    margin-right: 16px;
  }
}
.p-search-block__radio-label {
  position: relative;
  padding-left: 20px;
  font-size: 0.8125rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-label {
    font-size: 0.9375rem;
    margin-right: 28px;
    line-height: 1.5;
  }
}
.p-search-block__radio-label::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  left: 0;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-label::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
  }
}
.p-search-block__radio-label:has(.p-search-block__radio:checked)::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #00B2ed;
  border-radius: 50%;
  left: 4px;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-label:has(.p-search-block__radio:checked)::after {
    left: 5px;
    top: 5px;
  }
}
.p-search-block__radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-search-recommend {
  position: relative;
  margin: -80px -16px 0;
  padding: 0 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-search-recommend {
    margin: -80px 0 0;
    padding: 0;
  }
}
.p-search-recommend__inr {
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background-color: #fff;
}
.p-search-recommend__ttl {
  background-color: #112a3e;
  color: #fff;
  font-size: 0.9375rem;
  padding: 8px 12px;
  line-height: 1;
}

.p-search-recommend-slider__outer {
  width: 100%;
  padding: 16px 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-search-recommend-slider__outer {
    padding: 16px 72px;
  }
}

.p-search-recommend-slider {
  display: flex;
  position: relative;
}
.p-search-recommend-slider__item {
  width: 160px;
  height: auto;
}
.p-search-recommend-slider__link:hover .p-search-recommend-slider__text {
  text-decoration: none;
}
.p-search-recommend-slider__img {
  aspect-ratio: 160/107;
}
.p-search-recommend-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-search-recommend-slider__text {
  font-size: 0.875rem;
  text-decoration: underline;
  line-height: 1.3;
  margin-top: 8px;
}
.p-search-recommend-slider__prev {
  position: absolute;
  width: 40px;
  height: 80px;
  top: calc(50% - 30px);
  left: -4px;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 0px 10px 8px #edf0f3;
}
@media screen and (min-width: 768px) {
  .p-search-recommend-slider__prev {
    width: 25px;
    height: 80px;
    top: calc(50% - 20px);
    left: 20px;
    display: block;
    box-shadow: none;
  }
  .p-search-recommend-slider__prev.swiper-button-lock {
    display: none;
  }
}
.p-search-recommend-slider__prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  left: 16px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-search-recommend-slider__prev::after {
    top: calc(50% - 5px);
    left: 8px;
  }
}
.p-search-recommend-slider__next {
  position: absolute;
  width: 40px;
  height: 80px;
  top: calc(50% - 30px);
  right: -4px;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 0px 10px 8px #edf0f3;
}
@media screen and (min-width: 768px) {
  .p-search-recommend-slider__next {
    width: 25px;
    height: 80px;
    top: calc(50% - 20px);
    right: 20px;
    display: block;
    box-shadow: none;
  }
  .p-search-recommend-slider__next.swiper-button-lock {
    display: none;
  }
}
.p-search-recommend-slider__next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .p-search-recommend-slider__next::after {
    top: calc(50% - 5px);
    right: 8px;
  }
}

.p-search-result {
  margin-top: 72px;
}
.p-search-result__ttl {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 4px 8px;
  background-color: #e5f5fb;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-search-result__ttl {
    font-size: 1.25rem;
  }
}
.p-search-result__header {
  margin-top: 24px;
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-search-result__header {
    display: flex;
    justify-content: space-between;
  }
}
.p-search-result__number {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-search-result__number {
    font-size: 1rem;
  }
}
.p-search-result select {
  font-size: 0.75rem;
  color: #434749;
  margin: 16px 4px 0 0;
  padding: 2px 8px;
}
@media screen and (min-width: 768px) {
  .p-search-result select {
    margin: 0 0 0 4px;
  }
}

.p-search-result-list {
  margin-top: 32px;
}
.p-search-result-list__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-search-result-list__item {
    justify-content: space-between;
  }
}
.p-search-result-list__item:not(:first-child) {
  margin-top: 32px;
}
.p-search-result-list__img {
  width: 138px;
  aspect-ratio: 216/144;
}
@media screen and (min-width: 768px) {
  .p-search-result-list__img {
    width: 216px;
  }
}
.p-search-result-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-search-result-list__text-block {
  width: calc(100% - 152px);
}
@media screen and (min-width: 768px) {
  .p-search-result-list__text-block {
    margin-top: 0;
    width: 965px;
  }
}
.p-search-result-list__cat {
  width: 130px;
  border: 1px solid #c7c8c8;
  font-size: 0.8125rem;
  padding: 4px;
  line-height: 1;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-search-result-list__cat.is-product {
  background-color: #fff;
}
.p-search-result-list__cat.is-ortho {
  background-color: #e5f7fd;
}
.p-search-result-list__cat.is-movie {
  background-color: #e2e2e2;
}
.p-search-result-list__cat.is-seminar {
  background-color: #e5f2e2;
}
.p-search-result-list__cat.is-ir {
  background-color: #fff;
}
.p-search-result-list__cat.is-recruit {
  background-color: #e5f7fd;
}
.p-search-result-list__cat.is-corporate {
  background-color: #e2e2e2;
}
.p-search-result-list__cat.is-sustainability {
  background-color: #e5f2e2;
}
.p-search-result-list__cat.is-selfcare {
  background-color: #fce5e4;
}
.p-search-result-list__ttl {
  font-size: 0.875rem;
  overflow-wrap: anywhere;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-search-result-list__ttl {
    font-size: 1.125rem;
  }
}
.p-search-result-list__ttl a {
  color: #00B2ed;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-search-result-list__ttl a:hover {
    text-decoration: none;
  }
}
.p-search-result-list__text {
  font-size: 0.875rem;
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.p-search-result-list__url {
  font-size: 0.75rem;
  overflow-wrap: anywhere;
}
.p-search-result-list__url a {
  color: #a1a3a4;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-search-result-list__url a:hover {
    text-decoration: none;
  }
}

.p-remote-privacy {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #ccc;
  height: 500px;
  overflow: auto;
}
.p-remote-privacy__ttl {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-remote-privacy__ttl {
    font-size: 1.25rem;
  }
}
.p-remote-privacy__text {
  background-color: #e5f5fb;
  padding: 20px;
  margin-top: 24px;
}
.p-remote-privacy__over {
  font-size: 1rem;
  margin-top: 24px;
}
.p-remote-privacy__indent {
  text-indent: 1em;
}

.p-remote-sec {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .p-remote-sec {
    margin: 0 0 80px;
  }
}
.p-remote-sec__ttl {
  font-size: 1rem;
  border: 1px solid #afafaf;
  border-radius: 4px;
  padding: 8px 16px;
  display: inline-block;
  margin-top: 40px;
  color: #00B2ed;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-remote-sec__ttl {
    font-size: 1.25rem;
  }
}
.p-remote-sec.is-download {
  max-height: 0;
  overflow: hidden;
}
.p-remote-sec.is-download.is-active {
  max-height: 1000px;
  transition: all 0.5s ease;
}

.p-remote-privacy-list__item {
  background-color: #e5f5fb;
  padding: 20px;
  margin-top: 40px;
}

.p-remote-btn {
  width: 220px;
  height: 40px;
  margin: 32px auto 0;
  position: relative;
}
.p-remote-btn__link {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5f5fb;
  border: 1px solid #afafaf;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-remote-btn__link {
    transition: all 0.3s ease;
  }
  .p-remote-btn__link:hover {
    background-color: #00B2ed;
    color: #fff;
    transition: all 0.3s ease;
  }
  .p-remote-btn__link:hover::before {
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .p-remote-btn__link:hover::after {
    background-color: #fff;
    transition: all 0.3s ease;
  }
}
.p-remote-btn__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #7a7c7e;
  position: absolute;
  top: calc(50% - 1px);
  right: 14px;
}
.p-remote-btn__link::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #7a7c7e;
  position: absolute;
  top: calc(50% - 1px);
  right: 14px;
  transform: rotate(90deg);
}
.p-remote-btn__link.is-active {
  background-color: #00B2ed;
  color: #fff;
}
.p-remote-btn__link.is-active::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-remote-btn__link.is-active::after {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-remote-btn__link.is-active:hover {
  background-color: #00B2ed;
  color: #fff;
  transition: all 0.3s ease;
  cursor: default;
}

.p-remote-btn-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-remote-btn-list {
    margin-top: 80px;
  }
}
.p-remote-btn-list dt {
  text-align: center;
}
.p-remote-btn-list dt a {
  color: #00B2ed;
  text-decoration: underline;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-remote-btn-list dt a {
    font-size: 1rem;
  }
  .p-remote-btn-list dt a:hover {
    text-decoration: none;
  }
}
.p-remote-btn-list dt a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/assets/images/common/icon_btn_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 4px;
  top: 5px;
  position: relative;
}
.p-remote-btn-list dd {
  margin-top: 16px;
}
.p-remote-btn-list .p-remote-btn__link {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-remote-btn-list .p-remote-btn__link {
    transition: all 0.3s ease;
  }
  .p-remote-btn-list .p-remote-btn__link:hover::before {
    background-image: url(/assets/images/common/icon_download.svg);
    transition: all 0.3s ease;
  }
}
.p-remote-btn-list .p-remote-btn__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/common/icon_download_b.svg);
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  right: 16px;
  transition: all 0.3s ease;
  background-color: transparent;
}
.p-remote-btn-list .p-remote-btn__link::after {
  content: none;
}

/*
.p-company {
  .c-page-ttl {
    display: none;
  }

  .l-content {
    padding-top: 0;
  }

  .l-content__main {
    margin-top: 0;
  }
}
  */
.u-mt5 {
  margin-top: 2.5px;
}
@media screen and (min-width: 768px) {
  .u-mt5 {
    margin-top: 5px;
  }
}

.u-mt10 {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .u-mt10 {
    margin-top: 10px;
  }
}

.u-mt15 {
  margin-top: 7.5px;
}
@media screen and (min-width: 768px) {
  .u-mt15 {
    margin-top: 15px;
  }
}

.u-mt20 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .u-mt20 {
    margin-top: 20px;
  }
}

.u-mt25 {
  margin-top: 12.5px;
}
@media screen and (min-width: 768px) {
  .u-mt25 {
    margin-top: 25px;
  }
}

.u-mt30 {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .u-mt30 {
    margin-top: 30px;
  }
}

.u-mt35 {
  margin-top: 17.5px;
}
@media screen and (min-width: 768px) {
  .u-mt35 {
    margin-top: 35px;
  }
}

.u-mt40 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .u-mt40 {
    margin-top: 40px;
  }
}

.u-mt45 {
  margin-top: 22.5px;
}
@media screen and (min-width: 768px) {
  .u-mt45 {
    margin-top: 45px;
  }
}

.u-mt50 {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .u-mt50 {
    margin-top: 50px;
  }
}

.u-mt55 {
  margin-top: 27.5px;
}
@media screen and (min-width: 768px) {
  .u-mt55 {
    margin-top: 55px;
  }
}

.u-mt60 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .u-mt60 {
    margin-top: 60px;
  }
}

.u-mt65 {
  margin-top: 32.5px;
}
@media screen and (min-width: 768px) {
  .u-mt65 {
    margin-top: 65px;
  }
}

.u-mt70 {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .u-mt70 {
    margin-top: 70px;
  }
}

.u-mt75 {
  margin-top: 37.5px;
}
@media screen and (min-width: 768px) {
  .u-mt75 {
    margin-top: 75px;
  }
}

.u-mt80 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .u-mt80 {
    margin-top: 80px;
  }
}

.u-mt85 {
  margin-top: 42.5px;
}
@media screen and (min-width: 768px) {
  .u-mt85 {
    margin-top: 85px;
  }
}

.u-mt90 {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .u-mt90 {
    margin-top: 90px;
  }
}

.u-mt95 {
  margin-top: 47.5px;
}
@media screen and (min-width: 768px) {
  .u-mt95 {
    margin-top: 95px;
  }
}

.u-mt100 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .u-mt100 {
    margin-top: 100px;
  }
}

.u-mb5 {
  margin-bottom: 2.5px;
}
@media screen and (min-width: 768px) {
  .u-mb5 {
    margin-bottom: 5px;
  }
}

.u-mb10 {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .u-mb10 {
    margin-bottom: 10px;
  }
}

.u-mb15 {
  margin-bottom: 7.5px;
}
@media screen and (min-width: 768px) {
  .u-mb15 {
    margin-bottom: 15px;
  }
}

.u-mb20 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .u-mb20 {
    margin-bottom: 20px;
  }
}

.u-mb25 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  .u-mb25 {
    margin-bottom: 25px;
  }
}

.u-mb30 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .u-mb30 {
    margin-bottom: 30px;
  }
}

.u-mb35 {
  margin-bottom: 17.5px;
}
@media screen and (min-width: 768px) {
  .u-mb35 {
    margin-bottom: 35px;
  }
}

.u-mb40 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .u-mb40 {
    margin-bottom: 40px;
  }
}

.u-mb45 {
  margin-bottom: 22.5px;
}
@media screen and (min-width: 768px) {
  .u-mb45 {
    margin-bottom: 45px;
  }
}

.u-mb50 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .u-mb50 {
    margin-bottom: 50px;
  }
}

.u-mb55 {
  margin-bottom: 27.5px;
}
@media screen and (min-width: 768px) {
  .u-mb55 {
    margin-bottom: 55px;
  }
}

.u-mb60 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .u-mb60 {
    margin-bottom: 60px;
  }
}

.u-mb65 {
  margin-bottom: 32.5px;
}
@media screen and (min-width: 768px) {
  .u-mb65 {
    margin-bottom: 65px;
  }
}

.u-mb70 {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .u-mb70 {
    margin-bottom: 70px;
  }
}

.u-mb75 {
  margin-bottom: 37.5px;
}
@media screen and (min-width: 768px) {
  .u-mb75 {
    margin-bottom: 75px;
  }
}

.u-mb80 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .u-mb80 {
    margin-bottom: 80px;
  }
}

.u-mb85 {
  margin-bottom: 42.5px;
}
@media screen and (min-width: 768px) {
  .u-mb85 {
    margin-bottom: 85px;
  }
}

.u-mb90 {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .u-mb90 {
    margin-bottom: 90px;
  }
}

.u-mb95 {
  margin-bottom: 47.5px;
}
@media screen and (min-width: 768px) {
  .u-mb95 {
    margin-bottom: 95px;
  }
}

.u-mb100 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .u-mb100 {
    margin-bottom: 100px;
  }
}

.u-mt0 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .u-pc-none {
    display: none;
  }
}

.u-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-sp-none {
    display: block;
  }
}

.u-sp-br-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-sp-br-none {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */