@charset "UTF-8";

.p-page-about-message {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#dfdfdf),
    to(rgba(246, 246, 246, 0))
  );
  background: linear-gradient(360deg, #dfdfdf 0%, rgba(246, 246, 246, 0) 100%);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-page-about-message {
    margin-bottom: 16px;
  }
}

.p-page-about-message__inner {
  position: relative;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .p-page-about-message__inner {
    max-width: 1050px;
  }
}

.p-page-about-message__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5833333333;
}
@media screen and (min-width: 768px) {
  .p-page-about-message__title {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

.p-page-about-message__title::before {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  display: block;
  content: attr(data-en);
  font-family: "Jost", sans-serif;
  color: #d9d9d9;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-page-about-message__title::before {
    font-size: 1.5rem;
  }
}

.p-page-about-message__body {
  padding-bottom: 244px;
  padding-bottom: 15.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-about-message__body {
    padding-bottom: 3.5625rem;
  }
}

.p-page-about-message__1stContent {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-about-message__1stContent {
    margin-top: 2.5rem;
    max-width: 47.9375rem;
    width: 100%;
  }
}

.p-page-about-message__2ndContent {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-about-message__2ndContent {
    max-width: 40.5rem;
    width: 100%;
  }
}

.p-page-about-message__nameContent {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-about-message__nameContent {
    max-width: 40.5rem;
    width: 100%;
    text-align: right;
  }
}

.p-page-about-message__subTitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #262626;
}
@media screen and (min-width: 768px) {
  .p-page-about-message__subTitle {
    font-size: 1.5rem;
    line-height: 1.2916666667;
  }
}

.p-page-about-message__text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}

.p-page-about-message__text span {
  font-weight: 700;
  color: #0fb4ff;
}

.p-page-about-message__representative {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
}
.p-page-about-message__representative span {
  display: block;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .p-page-about-message__representative span {
    display: inline-block;
    margin-top: unset;
    padding-left: 1rem;
  }
}

.p-page-about-message__container {
  position: relative;
}

.p-page-about-message__img {
  position: absolute;
  right: -20px;
  bottom: 0;
  max-width: 222px;
  max-width: 13.875rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-page-about-message__img {
    right: -1.25rem;
    bottom: 0;
    max-width: 20.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-page-about-message__img {
    right: -7.9375rem;
    bottom: 0;
    max-width: 25.3125rem;
  }
}

.p-page-about-message__info {
  position: absolute;
  left: 0;
  bottom: 24px;
  bottom: 1.5rem;
  padding: 16px;
  padding: 1rem;
  background-color: #fff;
  max-width: min(59.7333333333vw, 400px);
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-page-about-message__info {
    left: unset;
    right: 0.625rem;
    bottom: 3.5rem;
    width: 19.375rem;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .p-page-about-message__info {
    right: -3.875rem;
    width: 22.6875rem;
  }
}

.p-page-about-message__name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5714285714;
  color: #595956;
}

.p-page-about-message__career {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5833333333;
}

.p-page-about {
  overflow: hidden;
}

.p-page-about__intro {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-page-about__intro {
    margin-top: 3rem;
    font-size: 1.5rem;
    line-height: 1.5833333333;
  }
}

.p-page-about__intro span {
  color: #0fb4ff;
}

.p-page-about__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 200px;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-about__img {
    height: 25rem;
  }
}

.p-page-about__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-about__contents {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  margin-top: -2.625rem;
  padding: clamp(18px, 6.2vw, 24px);
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) {
  .p-page-about__contents {
    margin-top: -5.625rem;
    padding: 2.5rem 2.5rem 5rem;
  }
}

.p-page-about__contents p + p {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-page-about__title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5833333333;
}
.p-page-about__title.mt-20 {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-page-about__title {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
/*--------------------
  
  .p-page-about__title::before {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    display: block;
    content: attr(data-en);
    font-family: "Jost", sans-serif;
    color: #D9D9D9;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }
  @media screen and (min-width: 768px) {
    .p-page-about__title::before {
      font-size: 1.5rem;
    }
  }
  
  -------------------------*/

.p-page-about__text {
  max-width: 840px;
  margin: 24px auto 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}

.p-page-about__text span {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  color: #0fb4ff;
}

.p-page-head__breadcrumbs {
  margin-bottom: 2rem;
  color: #262626;
}
@media screen and (min-width: 768px) {
  .p-page-head__breadcrumbs {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}

.p-page-head__breadcrumbs span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .p-page-about__bnr {
    width: 886px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .p-page-about__bnr {
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-page-about__bnr {
    width: 84vw;
    margin: 0 auto;
  }
}

/* 動画コンテンツ追加 20251126 */
.movieBtn01 {
  height: 13vw;
  width: 13vw;
  position: fixed;
  right: 1.5vw;
  bottom: 1.5vw;
  display: flex;
  align-items: center;
  z-index: 999;
  transition: all 0.5s;
}
body:has(.p-btn-scroll-top.is-fixed) .movieBtn01 {
  bottom: 6.5vw;
}
.movieBtn01 > a {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .movieBtn01 > a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .movieBtn01 {
    height: 30vw;
    width: 30vw;
    bottom: 1.5vw;
  }
  body:has(.p-cv-float.l-fixed) .movieBtn01 {
    bottom: 16.5vw;
  }
  body:has(.p-btn-scroll-top.is-fixed) .movieBtn01 {
    bottom: 30vw;
  }
}