@charset "UTF-8";

.c-about-top-card__desc,
.c-btn01 *,
.c-strength-top-card__txt,
.outline .business .list01_item__contentarea .notes {
  font-size: 14px;
  font-size: .875rem
}

.c-about-top-card__ttl-en,
.outline .business .list01_item__contentarea .index,
.outline .company_contentarea .list01_key,
.outline .company_contentarea .list01_value,
.outline .history_item_top .value,
.outline .mv_heading__sub {
  font-size: 16px;
  font-size: 1rem
}

.outline .business .list01_item__contentarea .tilte {
  font-size: 16px;
  font-size: 1rem
}

.c-about-top-card__ttl-ja,
.c-strength-top-card__ttl,
.outline .greetings_imgarea .txt02,
.outline .history_heading__banner .title,
.outline .history_item_top .year,
.outline .philosophy .list01_item .value {
  font-size: 18px;
  font-size: 1.125rem
}

.outline .access_item_title {
  font-size: 18px;
  font-size: 1.125rem
}

.outline .philosophy .list01_item .key {
  font-size: 20px;
  font-size: 1.25rem
}

.outline .mv_heading__title {
  font-size: 24px;
  font-size: 1.5rem
}

.l-mv {
  position: relative;
  z-index: 2;
  color: #fff
}

.l-about {
  margin-top: 80px;
  position: relative;
  z-index: 1
}

.l-about__bk {
  position: relative;
  z-index: 0
}

.l-about__bk-img {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background-color: #008ca8;
  width: clamp(100px, 30.612244898vw + -14.795px, 475px);
  width: clamp(6.25rem, 30.612244898vw + -.924744898rem, 29.6875rem);
  aspect-ratio: 475/737;
  position: absolute;
  z-index: -1;
  top: -6.5%;
  right: -10%
}

.l-strength {
  padding-top: 80px;
  position: relative;
  z-index: 0
}

.l-strength__bk-img {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #008ca8;
  width: clamp(100px, 30.612244898vw + -14.795px, 475px);
  width: clamp(6.25rem, 30.612244898vw + -.924744898rem, 29.6875rem);
  aspect-ratio: 475/737;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  translate: 0 -50%
}

.l-labo {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  z-index: 0
}

.l-staff {
  padding-top: 80px;
  position: relative;
  z-index: 1
}

.l-news {
  padding-top: 100px;
  position: relative;
  z-index: 0
}

.l-news__bk-img {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background-color: #008ca8;
  width: clamp(100px, 30.612244898vw + -14.795px, 475px);
  width: clamp(6.25rem, 30.612244898vw + -.924744898rem, 29.6875rem);
  aspect-ratio: 475/737;
  position: absolute;
  z-index: -1;
  top: -30px;
  right: -1.1%
}

.l-company {
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1
}

.l-contact {
  position: relative;
  z-index: 0;
  margin-top: 60px
}

.l-contact__bk-img {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #008ca8;
  width: clamp(100px, 30.612244898vw + -14.795px, 475px);
  width: clamp(6.25rem, 30.612244898vw + -.924744898rem, 29.6875rem);
  aspect-ratio: 475/737;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  translate: 0 -50%
}

/*!
component > Loading
------------------------------
*/
.is_loadding .c_loading {
  pointer-events: all;
  opacity: 1
}

.c_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #008ca8;
  opacity: 0
}

.c_loading__content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px)
}

.c_loading__item {
  position: absolute;
  top: 4px;
  left: -7px;
  width: 12px;
  height: 12px;
  margin: 2px;
  margin-left: 15px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.c_loading__item:first-child {
  -webkit-animation: ball-zig .7s 0s infinite linear;
  animation: ball-zig .7s 0s infinite linear
}

.c_loading__item:last-child {
  -webkit-animation: ball-zag .7s 0s infinite linear;
  animation: ball-zag .7s 0s infinite linear
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }

  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }

  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }

  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }

  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

/*!
component > cookiewrap
------------------------------
*/
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: #008ca8
}

#cookiewrap .inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1em;
  text-align: right
}

#cookiewrap .inner .close a {
  display: block;
  padding: 8px;
  border: 1px solid #fff
}

#cookiewrap .inner .txt {
  padding-bottom: 45px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.8
}

#cookiewrap .inner .txt a {
  text-decoration: underline;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out
}

.c-hamburger-menu {
  display: inline-block;
  position: relative;
  width: 37px;
  height: 28px;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s
}

.c-hamburger-menu span {
  display: inline-block;
  position: absolute;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 2px
}

.c-hamburger-menu__line01 {
  top: 0;
  left: 0;
  width: 100%
}

.c-hamburger-menu__line02 {
  top: 13px;
  left: 0;
  width: 100%
}

.c-hamburger-menu__line03 {
  bottom: 0;
  right: 0;
  width: 100%
}

.is-nav-open .c-hamburger-menu__line01 {
  -webkit-transform: translateY(13px) rotate(-315deg);
  transform: translateY(13px) rotate(-315deg);
  background-color: #fff !important
}

.is-nav-open .c-hamburger-menu__line02 {
  opacity: 0
}

.is-nav-open .c-hamburger-menu__line03 {
  -webkit-transform: translateY(-13px) rotate(315deg);
  transform: translateY(-13px) rotate(315deg);
  width: 100%;
  background-color: #fff !important
}

.c-content-width01 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto
}

.c-content-width02 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto
}

.c-content-width03 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto
}

.c-page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .4s ease-in-out .4s;
  transition: .4s ease-in-out .4s;
  -webkit-transform: translateY(200px);
  transform: translateY(200px)
}

.c-page-top-btn.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.is-lock .c-page-top-btn,
.is-nav-open .c-page-top-btn {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px)
}

.is-loadding .c-page-top-btn {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px)
}

.c-page-top-btn__body {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #008ca8;
  border: 1px solid #2b9fb7;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in
}

.c-page-top-btn__body::before {
  position: absolute;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  top: 50%;
  left: 50%;
  width: 11px;
  height: 8px;
  content: "";
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.c-ttl01 {
  font-family: "Zen Old Mincho", serif;
  color: #008ca8;
  font-weight: 500;
  font-size: clamp(24px, 1.306122449vw + 19.102px, 40px);
  font-size: clamp(1.5rem, 1.306122449vw + 1.193877551rem, 2.5rem);
  line-height: 1.45;
  letter-spacing: .1em
}

.c-zenmin {
  font-family: "Zen Old Mincho", serif
}

.c-top-txt01 {
  font-weight: 500;
  line-height: 3.75;
  letter-spacing: .06em;
  font-size: 16px;
  font-size: 1rem
}

.c-txt12 {
  font-size: 10px;
  font-size: .625rem
}

.c-txt14 {
  font-size: 12px;
  font-size: .75rem
}

.c-txt16 {
  font-size: 14px;
  font-size: .875rem
}

.c-txt18 {
  font-size: 16px;
  font-size: 1rem
}

.c-txt20 {
  font-size: 16px;
  font-size: 1rem
}

.c-txt24 {
  font-size: 18px;
  font-size: 1.125rem
}

.c-txt28 {
  font-size: 18px;
  font-size: 1.125rem
}

.c-txt32 {
  font-size: 20px;
  font-size: 1.25rem
}

.c-txt40 {
  font-size: 24px;
  font-size: 1.5rem
}

.c-txt52 {
  font-size: 28px;
  font-size: 1.75rem
}

.c-txt60 {
  font-size: 30px;
  font-size: 1.875rem
}

.c-txt80 {
  font-size: 40px;
  font-size: 2.5rem
}

.c-btn01 {
  color: #fff;
  max-width: 277px;
  width: 100%
}

.c-btn01 * {
  display: inline-block;
  background-color: #008ca8;
  position: relative;
  font-weight: 500;
  text-align: center;
  max-width: 277px;
  letter-spacing: .04em;
  width: 100%;
  border: 1px solid #008ca8;
  padding: 6.5px 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-btn01 ::before {
  content: "";
  display: inline-block;
  width: 5px;
  aspect-ratio: 5/7;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: 13px;
  top: calc(50% - 3.5px);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-btn02 {
  color: #fff;
  max-width: 392px;
  width: 100%
}

.c-btn02 * {
  display: block;
  position: relative;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 500;
  line-height: 1;
  max-width: 392px;
  letter-spacing: .04em;
  width: 100%;
  border: 1px solid #fff;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  margin-inline: auto
}

.c-btn02 ::after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/11;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  right: 16px;
  top: calc(50% - 5.5px);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-btn02 a:hover {
  color: #008ca8;
  background-color: #fff;
  opacity: 1
}

.c-btn02 a:hover::after {
  background-color: #008ca8
}

.c-arrow__left {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: #008ca8;
  border: 1px solid #008ca8;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-arrow__left::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/11;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  rotate: -180deg
}

.c-arrow__right {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: #008ca8;
  border: 1px solid #008ca8;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-arrow__right::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/11;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-top-sect-ttl01 {
  font-weight: 500;
  font-size: clamp(70px, 15.625vw + -50px, 200px);
  font-size: clamp(4.375rem, 15.625vw + -3.125rem, 12.5rem);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-top-sect-ttl01__img {
  width: 11.15px
}

.c-top-sect-ttl01__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6111111111;
  letter-spacing: .1em;
  color: #1a1311;
  margin-left: 17px
}

.c-about-top-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-about-top-card__img {
  max-width: 300px;
  width: 100%;
  overflow: hidden
}

.c-about-top-card__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-about-top-card__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px
}

.c-about-top-card__ttl-en {
  font-family: "Zen Old Mincho", serif;
  color: #008ca8;
  font-weight: 400;
  line-height: 1.5
}

.c-about-top-card__ttl-ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .08em;
  margin-top: 11px
}

.c-about-top-card__desc {
  background-color: #008ca8;
  color: #fff;
  position: relative;
  font-weight: 500;
  text-align: center;
  max-width: 290px;
  letter-spacing: .04em;
  width: 100%;
  border: 1px solid #008ca8;
  padding: 6.5px 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  margin-top: 35px
}

.c-about-top-card__desc::before {
  content: "";
  display: inline-block;
  width: 5px;
  aspect-ratio: 5/7;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: 13px;
  top: calc(50% - 3.5px);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-strength-top-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-strength-top-card__img {
  width: 100%;
  overflow: hidden
}

.c-strength-top-card__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-strength-top-card__ttl {
  position: relative;
  margin-top: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .08em;
  margin-top: 11px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-strength-top-card__ttl::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/11;
  background-color: #008ca8;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: -20px;
  top: calc(50% - 5.5px);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-strength-top-card__txt {
  position: relative;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 2;
  margin-top: 12px;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.c-labo-slider a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.c-labo-slider__img {
  overflow: hidden;
  aspect-ratio: 275/249
}

.c-labo-slider__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-labo-slider__info-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 21px
}

.c-labo-slider__info-tag-name {
  font-weight: 500;
  color: #008ca8;
  letter-spacing: .1em;
  line-height: 1.5714285714
}

.c-labo-slider__info-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .04em;
  line-height: 1.6;
  margin-top: 25px
}

.c-labo-slider__info-txt {
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 2;
  margin-top: 13px
}

.c-staff-slider a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.c-staff-slider__img {
  overflow: hidden;
  aspect-ratio: 276/470
}

.c-staff-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-staff-slider__info-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px
}

.c-staff-slider__info-tag-name {
  font-weight: 500;
  color: #008ca8;
  letter-spacing: .1em;
  line-height: 1.5714285714
}

.c-staff-slider__info-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .04em;
  line-height: 1.45;
  margin-top: 20px
}

.c-staff-slider__info-txt {
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 2;
  margin-top: 18px
}

.c-top-news {
  position: relative
}

.c-top-news::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #bebebe 2px, transparent 2px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  height: 1px;
  width: 100%
}

.c-top-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.c-top-news__info {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 40px
}

.c-top-news__info-date {
  line-height: 1.4285714286;
  letter-spacing: .04em;
  position: relative
}

.c-top-news__info-date::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: #c4c4c4;
  position: absolute;
  right: -19px;
  top: calc(50% - 8.5px)
}

.c-top-news__info-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.c-top-news__info-tag-name {
  color: #008ca8;
  line-height: 1.4285714286;
  letter-spacing: .04em
}

.c-top-news__content {
  margin-top: 25px;
  position: relative;
  padding-bottom: 20px
}

.c-top-news__content-ttl {
  max-width: 900px;
  line-height: 1.4285714286;
  letter-spacing: .04em;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-top-news__content-txt {
  max-width: 900px;
  line-height: 1.5;
  letter-spacing: .06em;
  margin-top: 10px
}

.c-top-news__content-icon {
  line-height: 1.5714285714;
  letter-spacing: .04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
  gap: 15px
}

.c-top-news__content-icon-box {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #008ca8;
  background-color: #008ca8;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-top-news__content-icon-box::before {
  content: "";
  display: inline-block;
  width: 4px;
  aspect-ratio: 4/5;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-company-top-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-company-top-card__top {
  background-color: #fff;
  padding: clamp(10px, 3.6016949153vw + -17.661px, 27px) clamp(10px, 3.6016949153vw + -17.661px, 27px);
  padding: clamp(.625rem, 3.6016949153vw + -1.1038135593rem, 1.6875rem) clamp(.625rem, 3.6016949153vw + -1.1038135593rem, 1.6875rem)
}

.c-company-top-card__img {
  width: 100%;
  overflow: hidden
}

.c-company-top-card__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-company-top-card__ttl {
  position: relative;
  margin-top: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.45;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .08em;
  margin-top: 20px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-company-top-card__ttl::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/11;
  background-color: #008ca8;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: -20px;
  top: calc(50% - 5.5px);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px
}

.c-pagenation__item > a {
  display: inline-block;
  width: 100%
}

.c-pagenation__item-btn {
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1/1;
  color: #fff;
  background-color: #008ca8;
  border-radius: 50%;
  border: 1px solid #008ca8;
  width: 30px;
  height: 30px
}

.is-current .c-pagenation__item-btn {
  background-color: transparent;
  color: #008ca8
}

.c_staff-mv01 {
  position: relative;
  width: 100%;
  height: max(667px, 100svh);
  z-index: 1
}

.c_staff-mv01__imgarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1
}

.c_staff-mv01__imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.c_staff-mv01__heading {
  width: 100%;
  position: absolute;
  bottom: 142px;
  bottom: clamp(30px, 9.1428571429vw + -4.285px, 142px);
  bottom: clamp(1.875rem, 9.1428571429vw + -.2678571429rem, 8.875rem);
  -webkit-transition: .4s cubic-bezier(.445, .05, .55, .95);
  transition: .4s cubic-bezier(.445, .05, .55, .95);
  visibility: hidden;
  opacity: 0;
  translate: 0 40px
}

.is-MV-show .c_staff-mv01__heading {
  visibility: visible;
  opacity: 1;
  translate: none
}

.c_staff-mv01__heading-info,
.c_staff-mv01__heading-name,
.c_staff-mv01__heading-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-shadow: 1px 1px 2px #fffcf8
}

.c_staff-mv01__heading-ttl01 {
  color: #008ca8;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.625
}

.c_staff-mv01__heading-ttl02 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4583333333;
  margin-top: 10px
}

.c_staff-mv01__heading-name {
  margin-top: 20px
}

.c_staff-mv01__heading-name01 {
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.625
}

.c_staff-mv01__heading-name02 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.4375;
  margin-top: 8px
}

.c_staff-mv01__heading-name03 {
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.625
}

.c_staff-mv01__heading-info {
  margin-top: 16px;
  row-gap: 10px
}

.c_staff-mv01__heading-info01 {
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.625
}

.c_staff-mv01__heading-info02 {
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.625
}

.c_staff-mv01__heading-info03 {
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.625
}

.js-fade-in,
.js-fade-in-self {
  opacity: 0;
  visibility: hidden
}

.p-contact {
  background: url(../images/top/bk_contact@2x.webp) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 40px
}

.p-contact__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(24px, 1.8497109827vw + 17.063px, 40px);
  font-size: clamp(1.5rem, 1.8497109827vw + 1.0664739884rem, 2.5rem);
  letter-spacing: .1em;
  line-height: 1.45
}

.p-contact__txt {
  letter-spacing: .06em;
  line-height: 1.5;
  margin-top: 16px;
  text-align: left;
  font-size: 16px;
  font-size: 1rem
}

.p-contact__btn {
  margin-inline: auto;
  text-align: left;
  margin-top: 20px;
  max-width: 90%
}

.p-contact__btn a {
  padding: 24px 0;
  padding-left: clamp(20px, 3.1779661017vw + -4.406px, 35px);
  padding-left: clamp(1.25rem, 3.1779661017vw + -.2754237288rem, 2.1875rem)
}

.outline .mv {
  position: relative;
  z-index: 1;
  padding-bottom: 85px
}

.outline .mv_imgarea {
  position: absolute;
  inset: 0;
  z-index: -1
}

.outline .mv_imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.outline .mv_heading {
  color: #fff;
  text-align: center;
  padding-top: 80px
}

.outline .mv_heading__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: .3em;
  line-height: 1.45
}

.outline .mv_heading__sub {
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 2;
  padding-top: 13px
}

.outline .mv_listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin-top: 70px
}

.outline .greetings {
  padding-top: 80px
}

.outline .greetings_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.outline .greetings_contentarea .c_title01 {
  margin-top: 20px
}

.outline .greetings_contentarea .desc {
  margin-top: 15px
}

.outline .greetings_imgarea {
  margin-top: 30px
}

.outline .greetings_imgarea__cap {
  margin-top: 3px
}

.outline .greetings_imgarea .txt01 {
  margin-right: 5px
}

.outline .greetings_imgarea .txt02 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: .06em
}

.outline .philosophy {
  padding-top: 40px
}

.outline .philosophy .desc01 {
  margin-top: 10px
}

.outline .philosophy .list01 {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 0
}

.outline .philosophy .list01_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 25px
}

.outline .philosophy .list01_item .key {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2.0909090909;
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  color: #008ca8
}

.outline .philosophy .list01_item .key::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #bebebe;
  position: absolute;
  right: -16px;
  top: 50%
}

.outline .philosophy .list01_item .value {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4583333333
}

.outline .company {
  padding-top: 80px
}

.outline .company_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.outline .company_imgarea {
  width: 100%
}

.outline .company_contentarea {
  width: 100%
}

.outline .company_contentarea .list01 {
  border-top: 1px solid #bebebe;
  margin-top: 40px
}

.outline .company_contentarea .list01 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #bebebe
}

.outline .company_contentarea .list01_key {
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 2;
  padding: 25px 20px 24px 20px;
  width: 43%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.outline .company_contentarea .list01_value {
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 2;
  width: 100%;
  padding: 25px 0 24px 0
}

.outline .history {
  padding-top: 80px
}

.outline .history_heading__banner {
  position: relative;
  margin-top: 12px;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1242/449;
  padding-top: 35px;
  padding-bottom: 30px
}

.outline .history_heading__banner .imgarea {
  position: absolute;
  inset: 0;
  z-index: -1
}

.outline .history_heading__banner .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.outline .history_heading__banner .logo {
  width: 11.3%;
  margin: 0 auto;
  min-width: 110px
}

.outline .history_heading__banner .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  margin-top: 30px
}

.outline .history_list {
  margin-top: 50px;
  position: relative;
  z-index: 1
}

.outline .history_list::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #bebebe;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: -1
}

.outline .history_item {
  padding-bottom: 12px;
  position: relative;
  padding-left: 30px
}

.outline .history_item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  gap: 6px
}

.outline .history_item_top::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #99d0d8;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 9px;
  z-index: 2
}

.outline .history_item_top .year {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: .04em;
  color: #008ca8
}

.outline .history_item_top .value {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: .04em
}

.outline .history_item__imgarea {
  aspect-ratio: 414/300;
  margin-top: 20px
}

.outline .history_item.item01 .history_item_top::after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -20px;
  background-color: #fff;
  z-index: 1
}

.outline .business {
  padding-top: 90px
}

.outline .business .c_title01 {
  margin-top: 20px
}

.outline .business .list01 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 30px 20px
}

.outline .business .list01_item__contentarea {
  margin-top: 20px
}

.outline .business .list01_item__contentarea .index {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #008ca8;
  text-align: center
}

.outline .business .list01_item__contentarea .tilte {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.45;
  color: #008ca8;
  text-align: center;
  margin-top: 6px
}

.outline .business .list01_item__contentarea .c_desc01 {
  margin-top: 12px;
  padding: 0 10px 0 10px
}
.outline .business .list01_item__contentarea .c_desc01 .ttl {
	font-weight: 700;
	line-height: 1.4;
}
.outline .business .list01_item__contentarea .c_desc01 .lead {
	line-height: 1.4;
}

.outline .business .list01_item__contentarea .notes {
  font-weight: 500;
  line-height: 2.2857142857;
  color: #008ca8;
  padding: 0 10px 0 10px
}

.outline .future {
  padding-top: 80px
}

.outline .future_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.outline .future_contentarea {
  margin-top: 15px;
  width: 100%
}

.outline .future_contentarea .c_title01 {
  margin-top: 20px
}

.outline .future_contentarea .c_desc02 {
  margin-top: 15px
}

.outline .future_imagearea {
  width: 100%
}

.outline .access {
  padding-top: 100px;
  padding-bottom: 100px
}

.outline .access_list {
  margin-top: 30px
}

.outline .access_item {
  margin-bottom: 40px
}

.outline .access_item_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4285714286
}

.outline .access_contentwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px
}

.outline .access_contentwrapper .leftarea {
  margin-top: 5px;
  width: 100%
}

.outline .access_contentwrapper .rightarea {
  width: 100%
}

.outline .access_contentwrapper .rightarea .txt01 {
  margin-top: 16px
}

.outline .access_contentwrapper .rightarea .map {
  width: 100%;
  aspect-ratio: 690/272;
  margin-top: 16px
}

.outline .access_contentwrapper .rightarea .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.outline .l_right01 {
  width: calc(50% + 661px);
  max-width: 100%;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px
}

.outline .l_left01 {
  width: calc(50% + 661px);
  max-width: 100%;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px
}

.u-sp-only {
  display: block !important
}

.u-pc-only {
  display: none
}

.u_clblue02 {
  color: #008ca8
}

.u_black {
  color: #1a1311
}

.u_black02 {
  color: #262424
}

.u_gray {
  color: #f4f4f4
}

.u_gray02 {
  color: #f5f5f9
}

.u_clwhite {
  color: #fff
}

.u_clwhite02 {
  color: #fffcf8
}

.u_clblue {
  color: #2b9fb7
}

.u_zen {
  font-family: "Zen Old Mincho", serif
}

.u_txt12 {
  font-size: 10px;
  font-size: .625rem
}

.u_txt14 {
  font-size: 12px;
  font-size: .75rem
}

.u_txt16 {
  font-size: 14px;
  font-size: .875rem
}

.u_txt18 {
  font-size: 16px;
  font-size: 1rem
}

.u_txt20 {
  font-size: 16px;
  font-size: 1rem
}

.u_txt24 {
  font-size: 18px;
  font-size: 1.125rem
}

.u_txt28 {
  font-size: 18px;
  font-size: 1.125rem
}

.u_txt32 {
  font-size: 20px;
  font-size: 1.25rem
}

.u_txt40 {
  font-size: 24px;
  font-size: 1.5rem
}

.u_txt52 {
  font-size: 28px;
  font-size: 1.75rem
}

.u_txt60 {
  font-size: 30px;
  font-size: 1.875rem
}

.u_txt80 {
  font-size: 40px;
  font-size: 2.5rem
}

.u_lh1 {
  line-height: 1
}

.u_lh2 {
  line-height: 2
}

.u_lh15 {
  line-height: 1.5
}

.u_lh60_16 {
  line-height: 3.75
}

.u_lh58_40 {
  line-height: 1.45
}

.u_lh46_32 {
  line-height: 1.4375
}

.u_fw400 {
  font-weight: 400
}

.u_fw500 {
  font-weight: 500
}

.u_fw700 {
  font-weight: 700
}

.u_fw900 {
  font-weight: 900
}

.u_ls0 {
  letter-spacing: 0
}

.u_ls60 {
  letter-spacing: .06em
}

.u_ls80 {
  letter-spacing: .08em
}

.u_ls100 {
  letter-spacing: .1em
}

.u_ls200 {
  letter-spacing: .2em
}

.u_ls300 {
  letter-spacing: .3em
}

@media screen and (min-width:768px) {

  .c-about-top-card__desc,
  .c-btn01 *,
  .c-strength-top-card__txt,
  .outline .business .list01_item__contentarea .notes {
    font-size: 1rem
  }

  .c-about-top-card__ttl-en,
  .outline .business .list01_item__contentarea .index,
  .outline .company_contentarea .list01_key,
  .outline .company_contentarea .list01_value,
  .outline .history_item_top .value,
  .outline .mv_heading__sub {
    font-size: 1.125rem
  }

  .outline .business .list01_item__contentarea .tilte {
    font-size: 1.25rem
  }

  .c-about-top-card__ttl-ja,
  .c-strength-top-card__ttl,
  .outline .greetings_imgarea .txt02,
  .outline .history_heading__banner .title,
  .outline .history_item_top .year,
  .outline .philosophy .list01_item .value {
    font-size: clamp(1.125rem, 1.2711864407vw + .5148305085rem, 1.5rem)
  }

  .outline .access_item_title {
    font-size: clamp(1.125rem, 2.1186440678vw + .1080508475rem, 1.75rem)
  }

  .outline .philosophy .list01_item .key {
    font-size: clamp(1.25rem, 2.5423728814vw + .0296610169rem, 2rem)
  }

  .outline .mv_heading__title {
    font-size: clamp(1.5rem, 3.3898305085vw + -.1271186441rem, 2.5rem)
  }

  .l-about {
    margin-top: 177px
  }

  .l-strength {
    padding-top: 240px
  }

  .l-labo {
    padding-top: 153px
  }

  .l-staff {
    padding-top: 170px
  }

  .l-news {
    padding-top: 219px
  }

  .l-company {
    padding-top: 152px
  }

  .l-contact {
    margin-top: 130px
  }

  #cookiewrap {
    padding: 40px
  }

  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  #cookiewrap .inner .txt {
    padding-right: 110px;
    padding-bottom: 0
  }

  #cookiewrap .inner .txt a:hover {
    text-decoration: none
  }

  .c-hamburger-menu {
    width: 50px
  }

  .c-hamburger-menu span {
    height: 2px
  }

  .c-content-width01 {
    max-width: 1320px;
    padding-right: 40px;
    padding-left: 40px
  }

  .c-content-width02 {
    max-width: 1040px;
    padding-right: 40px;
    padding-left: 40px
  }

  .c-content-width03 {
    max-width: 1600px;
    padding-right: 40px;
    padding-left: 40px
  }

  .c-page-top-btn {
    right: 40px;
    bottom: 40px
  }

  .c-page-top-btn__body {
    width: 50px;
    height: 50px
  }

  .c-top-txt01 {
    font-size: 1.125rem
  }

  .c-txt12 {
    font-size: .75rem
  }

  .c-txt14 {
    font-size: .875rem
  }

  .c-txt16 {
    font-size: 1rem
  }

  .c-txt18 {
    font-size: 1.125rem
  }

  .c-txt20 {
    font-size: 1.25rem
  }

  .c-txt24 {
    font-size: clamp(1.125rem, 1.2711864407vw + .5148305085rem, 1.5rem)
  }

  .c-txt28 {
    font-size: clamp(1.125rem, 2.1186440678vw + .1080508475rem, 1.75rem)
  }

  .c-txt32 {
    font-size: clamp(1.25rem, 2.5423728814vw + .0296610169rem, 2rem)
  }

  .c-txt40 {
    font-size: clamp(1.5rem, 3.3898305085vw + -.1271186441rem, 2.5rem)
  }

  .c-txt52 {
    font-size: clamp(1.75rem, 5.0847457627vw + -.6906779661rem, 3.25rem)
  }

  .c-txt60 {
    font-size: clamp(1.875rem, 6.3559322034vw + -1.1758474576rem, 3.75rem)
  }

  .c-txt80 {
    font-size: clamp(2.5rem, 8.4745762712vw + -1.5677966102rem, 5rem)
  }

  .c-btn02 * {
    font-size: 1.25rem
  }

  .c-btn02 ::after {
    right: 29px
  }

  .c-arrow__left {
    width: 51px;
    height: 51px
  }

  .c-arrow__right {
    width: 51px;
    height: 51px
  }

  .c-top-sect-ttl01__txt {
    font-size: 1.125rem
  }

  .c-about-top-card__ttl {
    margin-top: 30px
  }

  .c-strength-top-card__ttl {
    margin-top: 20px
  }

  .c-strength-top-card__txt {
    margin-top: 26px
  }

  .c-labo-slider__info-ttl {
    font-size: 1.25rem
  }

  .c-staff-slider__info-ttl {
    font-size: 1.25rem
  }

  .c-top-news__content {
    display: block;
    padding-bottom: 20px;
    padding-right: 120px
  }

  .c-top-news__content-ttl {
    font-size: 1.25rem
  }

  .c-top-news__content-txt {
    font-size: 1rem
  }

  .c-top-news__content-icon {
    position: absolute;
    right: clamp(1rem, 3.6016949153vw + -.7288135593rem, 2.0625rem);
    bottom: 16px
  }

  .c-company-top-card__ttl {
    font-size: 1.25rem;
    margin-top: 40px
  }

  .c-pagenation__item-btn {
    width: 40px;
    height: 40px
  }

  .c_staff-mv01 {
    height: max(700px, 100svh)
  }

  .c_staff-mv01__heading-info,
  .c_staff-mv01__heading-name,
  .c_staff-mv01__heading-ttl {
    text-shadow: none;
    font-size: 1rem
  }

  .c_staff-mv01__heading-name {
    margin-top: 46px
  }

  .c_staff-mv01__heading-info {
    row-gap: 24px
  }

  .p-contact {
    padding-top: 73px;
    padding-bottom: 80px
  }

  .p-contact__txt {
    font-size: 1.125rem;
    margin-top: 32px;
    text-align: center
  }

  .p-contact__btn {
    margin-top: 40px
  }

  .outline .mv {
    padding-bottom: 169px
  }

  .outline .mv_heading {
    padding-top: 159px
  }

  .outline .mv_heading__sub {
    padding-top: 27px
  }

  .outline .mv_listbtn {
    gap: 20px 16px;
    max-width: 900px;
    margin: 140px auto 0;
  }

  .outline .greetings {
    padding-top: 177px
  }

  .outline .greetings_inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .outline .greetings_contentarea {
    width: 51%
  }

  .outline .greetings_contentarea .c_title01 {
    margin-top: 39px
  }

  .outline .greetings_contentarea .desc {
    max-width: 695px;
    margin-top: 29px
  }

  .outline .greetings_imgarea {
    width: 40.04%;
    margin-top: 68px
  }

  .outline .philosophy {
    padding-top: 77px
  }

  .outline .philosophy .desc01 {
    margin-top: 20px
  }

  .outline .philosophy .list01 {
    margin-top: 18px;
    margin-left: 13px;
    gap: 0
  }

  .outline .philosophy .list01_item {
    gap: 0 50px
  }

  .outline .philosophy .list01_item .key {
    width: clamp(6.25rem, 9.5338983051vw + 1.6737288136rem, 9.0625rem)
  }

  .outline .philosophy .list01_item .key::after {
    width: 40px;
    right: -32px
  }

  .outline .company {
    padding-top: 97px
  }

  .outline .company_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .outline .company_imgarea {
    width: 40.04%
  }

  .outline .company_contentarea {
    width: 49.96%
  }

  .outline .company_contentarea .c_sub01 {
    margin-top: 10px
  }

  .outline .company_contentarea .list01 {
    margin-top: 75px
  }

  .outline .history {
    padding-top: 41px
  }

  .outline .history_heading__banner {
    margin-top: 19px;
    padding-top: 69px
  }

  .outline .history_heading__banner .title {
    margin-top: 61px
  }

  .outline .history_list {
    margin-top: 91px
  }

  .outline .history_list::before {
    left: calc(53.5% - 43px)
  }

  .outline .history_item {
    padding-left: 53.5%
  }

  .outline .history_item.pb_14 {
    padding-bottom: 14px
  }

  .outline .history_item.pb_17 {
    padding-bottom: 17px
  }

  .outline .history_item_top {
    gap: 11px
  }

  .outline .history_item_top::before {
    width: 28px;
    height: 28px;
    top: 11px;
    left: -57px
  }

  .outline .history_item__imgarea {
    position: absolute;
    left: 11.1%;
    top: 0;
    width: 35.3%;
    padding-right: 25px;
    margin-top: 0
  }

  .outline .history_item.item_hasimg02 .history_item__imgarea {
    top: 10px
  }

  .outline .history_item.item_hasimg03 .history_item__imgarea {
    top: 19px
  }

  .outline .history_item.item_hasimg04 .history_item__imgarea {
    top: 6px
  }

  .outline .history_item.item01 .history_item_top::after {
    left: -43px
  }

  .outline .business {
    padding-top: 189px
  }

  .outline .business .c_title01 {
    margin-top: 39px
  }

  .outline .business .list01 {
    gap: 52px clamp(2.5rem, 4.9278846154vw + .1346153846rem, 5.0625rem);
    margin-top: 48px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
  }

  .outline .business .list01_item__contentarea {
    margin-top: 31px
  }

  .outline .business .list01_item__contentarea .tilte {
    margin-top: 11px
  }

  .outline .future {
    padding-top: 151px
  }

  .outline .future_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .outline .future_contentarea {
    margin-top: 29px;
    width: 49.964%
  }

  .outline .future_contentarea .c_title01 {
    margin-top: 39px
  }

  .outline .future_contentarea .c_desc02 {
    margin-top: 30px
  }

  .outline .future_imagearea {
    width: 44.97%
  }

  .outline .access {
    padding-top: 203px;
    padding-bottom: 205px
  }

  .outline .access_list {
    margin-top: 64px
  }

  .outline .access_item {
    margin-bottom: 51px
  }

  .outline .access_contentwrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px
  }

  .outline .access_contentwrapper .leftarea {
    width: 33.3%
  }

  .outline .access_contentwrapper .rightarea {
    width: 55.6%
  }

  .outline .access_contentwrapper .rightarea .txt01 {
    margin-top: 34px
  }

  .outline .access_contentwrapper .rightarea .txt02 {
    margin-top: -2px
  }

  .outline .l_right01 {
    padding-right: 40px;
    padding-left: 40px
  }

  .outline .l_left01 {
    padding-right: 40px;
    padding-left: 40px
  }

  .u-sp-only {
    display: none !important
  }

  .u-pc-only {
    display: block
  }

  .u_txt12 {
    font-size: .75rem
  }

  .u_txt14 {
    font-size: .875rem
  }

  .u_txt16 {
    font-size: 1rem
  }

  .u_txt18 {
    font-size: 1.125rem
  }

  .u_txt20 {
    font-size: 1.25rem
  }

  .u_txt24 {
    font-size: clamp(1.125rem, 1.2711864407vw + .5148305085rem, 1.5rem)
  }

  .u_txt28 {
    font-size: clamp(1.125rem, 2.1186440678vw + .1080508475rem, 1.75rem)
  }

  .u_txt32 {
    font-size: clamp(1.25rem, 2.5423728814vw + .0296610169rem, 2rem)
  }

  .u_txt40 {
    font-size: clamp(1.5rem, 3.3898305085vw + -.1271186441rem, 2.5rem)
  }

  .u_txt52 {
    font-size: clamp(1.75rem, 5.0847457627vw + -.6906779661rem, 3.25rem)
  }

  .u_txt60 {
    font-size: clamp(1.875rem, 6.3559322034vw + -1.1758474576rem, 3.75rem)
  }

  .u_txt80 {
    font-size: clamp(2.5rem, 8.4745762712vw + -1.5677966102rem, 5rem)
  }
}

@media (any-hover:hover) {
  .c-btn01:hover {
    color: #008ca8
  }

  .c-btn01:hover * {
    background-color: #fff
  }

  .c-btn01:hover ::before {
    background-color: #008ca8
  }

  .c-arrow__left:hover {
    background-color: #fff
  }

  .c-arrow__left:hover::before {
    background-color: #008ca8
  }

  .c-arrow__right:hover {
    background-color: #fff
  }

  .c-arrow__right:hover::before {
    background-color: #008ca8
  }

  .c-about-top-card:hover a {
    opacity: 1
  }

  .c-about-top-card:hover .c-about-top-card__img img {
    scale: 1.1
  }

  .c-about-top-card:hover .c-about-top-card__desc {
    color: #008ca8;
    background-color: #fff
  }

  .c-about-top-card:hover .c-about-top-card__desc::before {
    background-color: #008ca8
  }

  .c-strength-top-card:hover a {
    opacity: 1
  }

  .c-strength-top-card:hover .c-strength-top-card__img img {
    scale: 1.1
  }

  .c-strength-top-card:hover .c-strength-top-card__ttl {
    color: #008ca8
  }

  .c-labo-slider:hover a {
    opacity: 1
  }

  .c-labo-slider:hover .c-labo-slider__img img {
    scale: 1.1
  }

  .c-staff-slider:hover a {
    opacity: 1
  }

  .c-staff-slider:hover .c-staff-slider__img img {
    scale: 1.1
  }

  .c-top-news:hover a {
    opacity: 1
  }

  .c-top-news:hover .c-top-news__content-ttl {
    color: #008ca8
  }

  .c-top-news:hover .c-top-news__content-icon-box {
    background-color: #fff
  }

  .c-top-news:hover .c-top-news__content-icon-box::before {
    background-color: #008ca8
  }

  .c-company-top-card:hover a {
    opacity: 1
  }

  .c-company-top-card:hover .c-company-top-card__img img {
    scale: 1.1
  }

  .c-company-top-card:hover .c-company-top-card__ttl {
    color: #008ca8
  }
	.outline .business .list01_item__contentarea .c_desc01 .ttl {
    font-size: 1rem;
	}
	.outline .business .list01_item__contentarea .c_desc01 .lead {
    font-size: 0.9rem;
	}

}

/*# sourceMappingURL=outline.min.css.map */
/*# sourceMappingURL=outline.min.css.map */
