
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  /*overflow-x: hidden;*/
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
div#contents .p-bizcrystalp img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
div#contents .p-bizcrystalp img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */
div#contents .p-bizcrystalp a{
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 767px) {
  div#contents .p-bizcrystalp a:hover{
    opacity: 0.6;
  }
}

/* リキッドレイアウト対応 */
body div#contents .p-bizcrystalp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none !important;
  }
}

.u-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block !important;
  }
}
div#contents .p-bizcrystalp {
  font-size: 16px;
}
@media (max-width: 1100px) {
  div#contents .p-bizcrystalp {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  div#contents .p-bizcrystalp {
    font-size: 4.2666666667vw;
  }
}

/*
.site-header {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0.875rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .site-header__bar {
    padding: 0.625rem 1.25rem;
  }
}

.site-header__logo {
  display: block;
  flex-shrink: 0;
}
.site-header__logo img {
  display: block;
  width: 11.875rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .site-header__logo img {
    width: 6.875rem;
  }
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.site-header__nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: #333333;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
}
.site-header__nav img {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
}
@media screen and (max-width: 767px) {
  .site-header__nav {
    gap: 0.875rem;
    overflow-x: auto;
  }
  .site-header__nav a {
    flex-shrink: 0;
    font-size: 0.625rem;
  }
  .site-header__nav img {
    width: 1.25rem;
    height: 1.25rem;
  }
  .site-header__nav span {
    display: none;
  }
}

.site-header__nav-biz {
  padding: 0.375rem 0.875rem;
  border: 1px solid #6b3fa0;
  border-radius: 0.25rem;
}
.site-header__nav-biz span {
  color: #6b3fa0;
}

.site-header__sns {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.site-header__sns img {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .site-header__sns {
    display: none;
  }
}

.site-header__banner {
  background-color: #1e50a0;
  text-align: center;
}
.site-header__banner a {
  display: block;
  padding: 0.625rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .site-header__banner a {
    font-size: 0.8125rem;
    padding: 0.5rem 1.25rem;
  }
}

.site-header__breadcrumb {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0.625rem 1.5625rem;
  background-color: #eeeeee;
  color: #666666;
  font-size: 0.8125rem;
}
.site-header__breadcrumb a {
  color: #666666;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .site-header__breadcrumb {
    padding: 0.5rem 1.25rem;
    font-size: 0.6875rem;
    white-space: nowrap;
    overflow-x: auto;
  }
  .site-header__breadcrumb span {
    display: inline-block;
  }
}
.site-footer {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
  padding: 1.5rem 1.5625rem;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .site-footer__top {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem 1.25rem;
  }
}

.site-footer__sns {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.site-footer__sns p {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.site-footer__sns img {
  display: block;
  width: 2rem;
}

.site-footer__magazine {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.site-footer__magazine > p {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
.site-footer__magazine a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  color: #333333;
}
.site-footer__magazine img {
  display: block;
  width: 2rem;
  flex-shrink: 0;
}
.site-footer__magazine span {
  font-size: 0.8125rem;
  text-align: left;
}
.site-footer__magazine span strong {
  display: block;
  color: #1e50a0;
  font-size: 1rem;
}

.site-footer__sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  max-width: 100rem;
  margin: 0 auto;
  padding: 2.5rem 1.5625rem;
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .site-footer__sitemap {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}

.site-footer__col-group {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .site-footer__col-group {
    gap: 0;
  }
}

.site-footer__col {
  min-width: 11.25rem;
}
.site-footer__col summary {
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c4c5c6;
  font-size: 1rem;
  font-weight: 700;
  cursor: default;
  list-style: none;
}
.site-footer__col summary::-webkit-details-marker {
  display: none;
}
.site-footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.site-footer__col a {
  color: #666666;
  font-size: 0.875rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .site-footer__col {
    min-width: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .site-footer__col summary {
    position: relative;
    margin-bottom: 0;
    padding: 1rem 1.25rem;
    border-bottom: none;
  }
  .site-footer__col summary::after {
    content: "+";
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    font-weight: 400;
  }
  .site-footer__col[open] summary::after {
    content: "−";
  }
  .site-footer__col ul {
    gap: 1rem;
    padding: 0 1.25rem 1.25rem;
  }
}

.site-footer__external {
  align-self: flex-start;
  color: #666666;
  font-size: 0.875rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .site-footer__external {
    display: block;
    padding: 1rem 1.25rem;
  }
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding: 1.25rem 1.5625rem;
  background-color: #1e50a0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.25rem;
  }
}

.site-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
}
.site-footer__bottom-links a {
  color: #fff;
  font-size: 0.8125rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .site-footer__bottom-links {
    gap: 0.25rem 0.75rem;
  }
  .site-footer__bottom-links a {
    font-size: 0.6875rem;
  }
}

.site-footer__copyright {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-footer__copyright img {
  display: block;
  width: 6.875rem;
}
.site-footer__copyright p {
  font-size: 0.75rem;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .site-footer__copyright img {
    width: 5.625rem;
  }
}
*/
div#contents .p-bizcrystalp .mv {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 3.75rem;
  background-image: url(/ssp/lcd/bizcrysta/assets/img/mv/mv_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .mv {
    padding-top: 4.375rem;
    padding-bottom: 0.8125rem;
  }
}

div#contents .p-bizcrystalp .mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div#contents .p-bizcrystalp .mv__catch {
  width: 50rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .mv__catch {
    width: 80%;
  }
}

div#contents .p-bizcrystalp .mv__product {
  width: 57.75rem;
  max-width: 100%;
  margin-top: 8.0625rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .mv__product {
    width: 85%;
    margin-top: 5.5rem;
  }
}

div#contents .p-bizcrystalp .mv__cm-badge {
  position: absolute;
  right: 1.25rem;
  bottom: 1.875rem;
  display: block;
  width: 27.5rem;
  height: 14.375rem;
  text-decoration: none;
}

div#contents .p-bizcrystalp .mv__cm-bubble {
  position: absolute;
  top: -1.125rem;
  left: -0.9375rem;
  z-index: 2;
  display: inline-block;
  padding: 0.3125rem 0.625rem 0.4375rem;
  border-radius: 0.375rem;
  background-color: #435ac0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.32;
  white-space: nowrap;
}
div#contents .p-bizcrystalp .mv__cm-bubble::after {
  content: "";
  position: absolute;
  left: 4.625rem;
  bottom: -0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #435ac0;
  transform: rotate(45deg);
}

div#contents .p-bizcrystalp .mv__cm-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  width: 26.25rem;
  height: 14.375rem;
  padding: 2.8125rem 0 0 1.0625rem;
  border-radius: 0.4375rem;
  background: linear-gradient(125deg, #2e2e2e 0%, #2e2e2e 78%, #737373 100%);
}

div#contents .p-bizcrystalp .mv__cm-photo {
  position: absolute;
  top: 0;
  left: 16.1875rem;
  width: 10.9375rem;
  height: auto;
}

div#contents .p-bizcrystalp .mv__cm-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.mv__cm-text--sub {
  margin-top: 0.3125rem;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

div#contents .p-bizcrystalp .mv__cm-name {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}

div#contents .p-bizcrystalp .mv__cm-text-highlight {
  color: #fed42f;
}

div#contents .p-bizcrystalp .mv__cm-tag {
  display: inline-block;
  margin-top: 0.625rem;
  padding: 0.375rem 0.375rem 0.5625rem;
  background-color: #fed42f;
  color: #2e2e2e;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1;
}

div#contents .p-bizcrystalp .mv__cm-circle {
  position: absolute;
  top: 9.375rem;
  left: 21.25rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background-color: #fed42f;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-align: center;
}

div#contents .p-bizcrystalp .content-lead {
  margin-top: 6.25rem;
  padding: 0 1.5625rem 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .content-lead {
    margin-top: 3.75rem;
    padding: 0 1.25rem 3.75rem;
  }
}
div#contents .p-bizcrystalp .content-lead__banner{
  display: block;
  padding-bottom: 5rem;
  margin-bottom: 6.25rem;
  width: fit-content;
  margin: 0 auto 6.25rem;
}
div#contents .p-bizcrystalp .content-lead__banner-img {
  display: block;
  width: 65.25rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .content-lead__banner {
    padding: 0 1.25rem;
    margin: 0 auto 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .content-lead__anchor-banner {
    margin: 0 auto 1.875rem;
    padding: 0 1.25rem;
  }
}

div#contents .p-bizcrystalp .content-lead__anchor-banner-img {
  display: block;
  width: 18.4375rem;
  max-width: 100%;
  margin: 0 auto;
}

div#contents .p-bizcrystalp .content-lead__heading {
  display: block;
  width: 35.6875rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .content-lead__heading {
    width: 19.9375rem;
  }
}

div#contents .p-bizcrystalp .content-lead__text {
  max-width: 68.75rem;
  margin: 1.875rem auto 0;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .content-lead__text {
    max-width: 37.5rem;
    font-size: 1.125rem;
  }
}

.showcase {
  padding: 6.25rem 1.5625rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .showcase {
    padding: 6.25rem 1.25rem 0;
  }
}

div#contents .p-bizcrystalp .showcase__badge-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__badge-row {
    margin-bottom: 3.125rem;
  }
}

div#contents .p-bizcrystalp .showcase__tag {
  font-size: 1.75rem;
  font-weight: 500;
}

div#contents .p-bizcrystalp .showcase__badge {
  display: block;
  width: 41rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__badge {
    width: 100%;
  }
}

div#contents .p-bizcrystalp .showcase__block {
  max-width: 68.75rem;
  margin: 0 auto;
}
div#contents .p-bizcrystalp .showcase__block + .showcase__block {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__block {
    max-width: 37.5rem;
  }
  div#contents .p-bizcrystalp .showcase__block + .showcase__block {
    margin-top: 3.125rem;
  }
}

div#contents .p-bizcrystalp .showcase__gray-zone {
  position: relative;
  margin: 0 calc(1.5625rem * -1);
  padding: 0 1.5625rem 5rem;
}
div#contents .p-bizcrystalp .showcase__gray-zone::before {
  content: "";
  position: absolute;
  top: -15.0625rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #fff 0%, #c9c9c9 1%, #dbdbdb 69%, #e8e8e8 91%) top/100% 13.875rem no-repeat, #e8e8e8;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__gray-zone::before {
    top: -8.0625rem;
  }
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__gray-zone {
    margin: 0 calc(1.25rem * -1);
    padding: 0 1.25rem 6.25rem;
  }
}

div#contents .p-bizcrystalp .showcase__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 2.5rem;
}

div#contents .p-bizcrystalp .showcase__title-img,
div#contents .p-bizcrystalp .showcase__product-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

div#contents .p-bizcrystalp .showcase__title-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
}

div#contents .p-bizcrystalp .showcase__title-badge {
  display: inline-block;
  padding: 0.25rem 0.5625rem;
  background-color: #8c8c8c;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

div#contents .p-bizcrystalp .showcase__title-model {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
}

div#contents .p-bizcrystalp .showcase__compare-text {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__compare-text {
    font-size: 1.25rem;
  }
}

div#contents .p-bizcrystalp .showcase__compare-img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 2.5rem;
}

div#contents .p-bizcrystalp .showcase__pill {
  display: inline-block;
  padding: 0.375rem 1.25rem;
  border-radius: 1.25rem;
  background-color: #c4c5c6;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}

div#contents .p-bizcrystalp .showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #455498;
  letter-spacing: 0.05em;
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__eyebrow {
font-size: 1rem;
        gap: 0.5rem;
        white-space: nowrap;
  }
}

div#contents .p-bizcrystalp .showcase__eyebrow-line {
  display: inline-block;
  width: 1.75rem;
  height: 0.125rem;
  background-color: #455498;
}
div#contents .p-bizcrystalp .showcase__eyebrow-line--left {
  transform: rotate(45deg);
}
div#contents .p-bizcrystalp .showcase__eyebrow-line--right {
  transform: rotate(-45deg);
}

div#contents .p-bizcrystalp .showcase__heading {
  padding-bottom: 0.625rem;
  /* border-bottom: 0.1875rem solid #455498;*/

  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: center;
}
div#contents .p-bizcrystalp .showcase__heading span{
background: linear-gradient(transparent 90%, #455498 0%);
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__heading {
    font-size: 1.375rem;
    line-height: 1.8;

  }
div#contents .p-bizcrystalp .showcase__heading span{
background: linear-gradient(transparent 94%, #455498 0%);
  padding-bottom: 0.3rem;
}
}

div#contents .p-bizcrystalp .showcase__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__text {
    font-size: 1rem;
  }
}

div#contents .p-bizcrystalp .showcase__block--seamless,
div#contents .p-bizcrystalp .showcase__block--snap {
  position: relative;
  max-width: clamp(31.25rem, 77.42vw, 75rem);
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem 7.5rem 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__block--seamless,
  div#contents .p-bizcrystalp .showcase__block--snap {
    max-width: none;
    padding: 3.125rem 1.25rem 1.875rem;
  }
}

div#contents .p-bizcrystalp .showcase__block--snap .showcase__text {
  margin-left: auto;
}

div#contents .p-bizcrystalp .showcase__seamless-img {
  display: block;
  width: 100%;
}

div#contents .p-bizcrystalp .showcase__snap-grid-img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__snap-grid-img {
    margin-top: 2.5rem;
width: 70%;
margin-left: 30%;
  }
}

div#contents .p-bizcrystalp .showcase__seamless-wrap,
div#contents .p-bizcrystalp .showcase__snap-wrap {
  position: relative;
}

div#contents .p-bizcrystalp .showcase__seamless-wrap {
  max-width: clamp(28.125rem, 58.06vw, 56.25rem);
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__seamless-wrap {
    max-width: 67%;
  }
}
div#contents .p-bizcrystalp .showcase__seamless-wrap::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 103%;
  width: 34.48%;
  aspect-ratio: 331/541;
  background-image: url(/ssp/lcd/bizcrysta/assets/img/showcase/seamless_callout_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 1550px) {
  div#contents .p-bizcrystalp .showcase__seamless-wrap::after {
    left: 100%;
  }
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__seamless-wrap::after {
    display: none;
  }
}

div#contents .p-bizcrystalp .showcase__snap-wrap {
  max-width: clamp(25.625rem, 52.9vw, 51.25rem);
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .showcase__snap-wrap {
    max-width: 60%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
}
div#contents .p-bizcrystalp .showcase__snap-wrap::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  right: 104%;
  width: 43.41%;
  aspect-ratio: 356/571;
  background-image: url(/ssp/lcd/bizcrysta/assets/img/showcase/snap_callout_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
@media (max-width: 1550px) {
  div#contents .p-bizcrystalp .showcase__snap-wrap::after {
    right: 100%;
  }
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__snap-wrap::after {
    display: none;
  }
}

div#contents .p-bizcrystalp .showcase__mobile-callout {
  position: absolute;
  display: block;
  width: auto;
}
div#contents .p-bizcrystalp .showcase__mobile-callout--seamless {
  left: 100%;
  bottom: -1.875rem;
  height: 100%;
  aspect-ratio: 119/336;
  margin-left: 1.5vw;
}
@media screen and (max-width: 767px) {
div#contents .p-bizcrystalp .showcase__mobile-callout--seamless {
    height: auto;
    margin-left: 5vw;
    width: 53%;
}
}
div#contents .p-bizcrystalp .showcase__mobile-callout--snap {
  right: 100%;
  bottom: -1.875rem;
  height: 73%;
  aspect-ratio: 241/654;
  margin-right: 1.5vw;
}
@media screen and (max-width: 767px) {
div#contents .p-bizcrystalp .showcase__mobile-callout--snap {
right: auto;
    height: 73%;
    margin-right: 0;
    left: -11vw;
}
}

div#contents .p-bizcrystalp .showcase__product-section {
  display: flex;
  justify-content: center;
}

div#contents .p-bizcrystalp .showcase__product-section + .showcase__gray-zone {
  margin-top: 5rem;
}

div#contents .p-bizcrystalp .showcase__block--product {
  flex: 0 1 68.75rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__block--product {
    flex: 0 1 37.5rem;
  }
}

div#contents .p-bizcrystalp .showcase__product-wrap {
  position: relative;
  max-width: clamp(37.5rem, 62.34vw, 60rem);
  margin: 1.25rem auto 0;
}
div#contents .p-bizcrystalp .showcase__product-wrap::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  height: 100%;
  aspect-ratio: 292/753;
  margin-left: 1.25rem;
  background-image: url(/ssp/lcd/bizcrysta/assets/img/showcase/person_hero.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .showcase__product-wrap {
    max-width: 75%;
    margin-left: 0;
  }
  div#contents .p-bizcrystalp .showcase__product-wrap::after {
    margin-left: 1.5vw;
  }
}

div#contents .p-bizcrystalp .showcase__product-img {
  width: 100%;
  display: block;
}

div#contents .p-bizcrystalp .feature {
  padding: 5rem 1.5625rem;
  text-align: center;
  background-image: url(/ssp/lcd/bizcrysta/assets/img/common/bg_pattern.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature {
    padding: 3rem 1.25rem;
  }
}

div#contents .p-bizcrystalp .feature--plain {
  background-image: none;
  background-color: #fff;
}

div#contents .p-bizcrystalp .feature__logo {
  display: block;
  width: 58.5625rem;
  max-width: 100%;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__logo {
    display: none;
  }
}
div#contents .p-bizcrystalp .feature__logo.heading_ct7 {
  display: block;
  width: 70.45rem;
  max-width: 100%;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__logo.heading_ct7 {
    width: 17.5rem;
  }
}

div#contents .p-bizcrystalp .feature__point {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.875rem;
  max-width: 68.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__point {
    max-width: 37.5rem;
    flex-direction: column;
    gap: 1.25rem;
  }
}

div#contents .p-bizcrystalp .feature__icon {
  width: 13.5rem;
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__icon {
    width: 5.4375rem;
  }
}

div#contents .p-bizcrystalp .feature__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__title {
    align-items: center;
  }
}

div#contents .p-bizcrystalp .feature__title-highlight {
  display: inline-block;
  padding: 0.3125rem;
  background-image: linear-gradient(#fed42f, #fed42f);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 100%;
  /*font-size: 1.75rem;*/
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  transition: background-size 0.5s linear 0.6s;
}

@media screen and (max-width: 767px) {
div#contents .p-bizcrystalp .feature__title-highlight {
        font-size: 1.2rem;
}
}

div#contents .p-bizcrystalp .feature__title-highlight[data-line-pc="2"] {
  transition-delay: 1.1s;
}

@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__title-highlight[data-line-sp="2"] {
    transition-delay: 1.1s;
  }
}

@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__title-highlight[data-line-sp="3"] {
    transition-delay: 1.6s;
  }
}

div#contents .p-bizcrystalp .feature__point.aos-animate .feature__title-highlight {
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__title-highlight--full {
    display: none;
  }
}

div#contents .p-bizcrystalp .feature__title-highlight--split {
  display: none;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__title-highlight--split {
    display: inline-block;
    font-size: 1.2rem;
  }
}

div#contents .p-bizcrystalp .feature__note {
  max-width: 68.75rem;
  margin: 1rem auto 0;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__note {
    max-width: 37.5rem;
  }
}

div#contents .p-bizcrystalp .feature__title--underline {
  display: inline-block;
  /*border-bottom: 1px solid #455498;*/
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
div#contents .p-bizcrystalp .feature__title--underline span{
background: linear-gradient(transparent 90%, #455498 0%);
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__title--underline {
    font-size: 1.375rem;
    line-height: 1.8;
  }
div#contents .p-bizcrystalp .feature__title--underline span{
background: linear-gradient(transparent 94%, #455498 0%);
  padding-bottom: 0.3rem;
}
}

div#contents .p-bizcrystalp .feature__logo-img {
  display: block;
  width: 20.375rem;
  max-width: 100%;
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__logo-img {
    width: 17.25rem;
  }
}

div#contents .p-bizcrystalp .feature__tag-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.625rem;
  max-width: 68.75rem;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .feature__tag-grid {
    max-width: 37.5rem;
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}

div#contents .p-bizcrystalp .feature__tag-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  width: 15.75rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__tag-card {
    width: 45%;
  }
}

div#contents .p-bizcrystalp .feature__tag-img {
  display: block;
  width: 15.75rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__tag-img {
    width: 10.125rem;
  }
}

div#contents .p-bizcrystalp .feature__tag-caption {
  font-size: 1rem;
  font-weight: 700;
  color: #455498;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__tag-caption {
    font-size: 0.75rem;
  }
}

div#contents .p-bizcrystalp .feature-tag {
  display: inline-block;
  padding: 0 0.625rem;
  background-color: #455498;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature-tag {
    font-size: 0.6rem;
    line-height: 2.1875rem;
  }
}

div#contents .p-bizcrystalp .product-lineup {
  padding: 3.75rem 1.5625rem;
  background-color: #eaf0f3;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .product-lineup {
    padding: 2.5rem 1.25rem;
  }
}


div#contents .p-bizcrystalp .product-lineup__logo {
  display: block;
  width: 70.45rem;
  max-width: 100%;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .product-lineup__logo {
    width: 17.5rem;
  }
}
div#contents .p-bizcrystalp .product-lineup__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.875rem;
  max-width: 68.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .product-lineup__grid {
    grid-template-columns: 1fr;
    max-width: 37.5rem;
    gap: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .product-lineup__item--empty {
    display: none;
  }
}

div#contents .p-bizcrystalp .product-lineup__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  text-decoration: none;
}
div#contents .p-bizcrystalp .product-lineup__item:hover{
  opacity: 1;
}

div#contents .p-bizcrystalp .product-lineup__image {
  width: 100%;
  display: block;
}

div#contents .p-bizcrystalp .product-lineup__button {
  display: block;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.9375rem;
  background-color: #00456f;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
div#contents .p-bizcrystalp .product-lineup__button:hover {
  opacity: 0.6;
}

div#contents .p-bizcrystalp .cta {
  padding: 3.75rem 1.5625rem 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .cta {
    padding: 1.875rem 1.25rem 3.125rem;
  }
}

div#contents .p-bizcrystalp .cta__title {
  margin-bottom: 1.875rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .cta__title {
    font-size: 1.5rem;
  }
}

div#contents .p-bizcrystalp .cta__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 800px;
  padding: 2.5rem 3.75rem;
  overflow: hidden;
border: 0.25rem solid #727ebb;
background-image: url(/ssp/lcd/bizcrysta/assets/img/cta/btn_lineup_bg.png);
  background-size: cover;
  background-position: center;
  /*border: 0.25rem solid #727ebb;
  background-color: #455498;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 2.5rem, transparent 2.5rem 5rem);*/
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  text-decoration: none;
}
div#contents .p-bizcrystalp .cta__button::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 0;
  height: 0;

  border-style: solid;
  border-width: 0 0 1.25rem 1.25rem;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .cta__button {
    flex-direction: column;
    gap: 0.4375rem;
    padding: 1.8125rem 3.125rem 1.25rem;
    font-size: 1.25rem;
background-image: url(/ssp/lcd/bizcrysta/assets/img/cta/btn_lineup_bg_sp.png);
  }
}

div#contents .p-bizcrystalp .cta__button-logo {
  width: 21rem;
  max-width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .cta__button-logo {
    width: 14rem;
    max-width: 70%;
  }
}

div#contents .p-bizcrystalp .video-block {
  padding: 6.25rem 1.5625rem;
  background-color: #eeeeee;
  background-image: url(/ssp/lcd/bizcrysta/assets/img/common/bg_pattern.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .video-block {
    padding: 3.125rem 1.25rem;
  }
}

div#contents .p-bizcrystalp .video-block__logo {
  display: block;
  width: 15.75rem;
  max-width: 100%;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 767px) {
div#contents .p-bizcrystalp .video-block__logo{
width: 65%;
}
}

div#contents .p-bizcrystalp .video-block__player {
  display: grid;
  max-width: 55rem;
  margin: 0 auto;
}

div#contents .p-bizcrystalp .video-block__thumbnail {
  grid-area: 1/1;
  width: 100%;
  display: block;
}

div#contents .p-bizcrystalp .video-block__play {
  grid-area: 1/1;
  justify-self: end;
  align-self: end;
  margin: 0 1rem 0.875rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.8125rem;
  height: 7.8125rem;
  border: 0.1875rem solid #fff;
  border-radius: 50%;
  background-color: rgba(245, 245, 245, 0.93);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .video-block__play {
    width: 3.4375rem;
    height: 3.4375rem;
    border-width: 0.0625rem;
    margin: 0 0.4375rem 0.375rem 0;
  }
}

div#contents .p-bizcrystalp .video-block__play-icon {
  margin-left: 0.375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.75rem 0 1.75rem 2.75rem;
  border-color: transparent transparent transparent #1f1f1f;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .video-block__play-icon {
    margin-left: 0.1875rem;
    border-width: 0.75rem 0 0.75rem 1.5rem;
  }
}

body.is-video-modal-open {
  overflow: hidden;
}

div#contents .p-bizcrystalp .video-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5625rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
div#contents .p-bizcrystalp .video-modal.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .video-modal {
    padding: 2.5rem 1.25rem;
  }
}

div#contents .p-bizcrystalp .video-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

div#contents .p-bizcrystalp .video-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 55rem;
}

div#contents .p-bizcrystalp .video-modal__close {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
}
div#contents .p-bizcrystalp .video-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
}
div#contents .p-bizcrystalp .video-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
div#contents .p-bizcrystalp .video-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .video-modal__close {
    top: -2.5rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}

div#contents .p-bizcrystalp .video-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000000;
}
div#contents .p-bizcrystalp .video-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

div#contents .p-bizcrystalp .highlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3125rem 0.75rem 0.4375rem;
  border-radius: 0.375rem;
  background-color: #435ac0;
}

div#contents .p-bizcrystalp .highlight-badge__main {
  font-size: 2.125rem;
  font-weight: 800;
  color: #fed42f;
}
@media screen and (max-width: 767px) {
div#contents .p-bizcrystalp .highlight-badge__main{
  font-size: 1.6rem;
}
}

div#contents .p-bizcrystalp .highlight-badge__sub {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 767px) {
div#contents .p-bizcrystalp .highlight-badge__sub{
font-size: 1.35rem;
}
}

div#contents .p-bizcrystalp .profile {
  position: relative;
  overflow: hidden;
  padding: 6.25rem 1.5625rem;
  background-image: url(/ssp/lcd/bizcrysta/assets/img/profile/profile_bg_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .profile {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 1.25rem 2.3rem;
    background: #eee;
  }
}
div#contents .p-bizcrystalp .profile::before, div#contents .p-bizcrystalp .profile::after {
  content: "";
  position: absolute;
  top: 0;
  width: 37.5rem;
  height: 100%;
  background-image: url(/ssp/lcd/bizcrysta/assets/img/common/profile_pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .profile::before, div#contents .p-bizcrystalp .profile::after {
    display: none;
  }
}
div#contents .p-bizcrystalp .profile::before {
  left: 0;
}
div#contents .p-bizcrystalp .profile::after {
  right: 0;
  transform: rotate(180deg);
}

div#contents .p-bizcrystalp .profile__union {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #fafafa;
  clip-path: polygon(76.875% 0, 100% 0, 100% 100%, 85.625% 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .profile__union {
    display: none;
  }
}

div#contents .p-bizcrystalp .profile__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.75rem;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .profile__inner {
    display: contents;
  }
}

div#contents .p-bizcrystalp .profile__photo {
  display: block;
  width: 31rem;
  max-width: 100%;
  flex-shrink: 0;
}
div#contents .p-bizcrystalp .profile__photo.u-desktop {
position: absolute;
  bottom: 0;
  right: 0;
  /*width: clamp(11.25rem, 100% - 46.4375rem - 1.5625rem, 31rem);*/
/*  aspect-ratio: 496/868;*/
  z-index: 1;
  /*height: 44vw;*/
  max-height: 630px;

  /*width: auto;*/
margin-bottom: 0 !important;
width: 50%;
  max-width: 496px;
}
div#contents .p-bizcrystalp .profile__photo.u-desktop img{
object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: right top;
}

@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .profile__photo-wrap {
    order: 3;
    margin-left: calc(-1 * 1.25rem);
    margin-right: calc(-1 * 1.25rem);
    aspect-ratio: 375/309;
    overflow: hidden;
background-image: url(/ssp/lcd/bizcrysta/assets/img/profile/profile_bg_pc.png);
        background-size: cover;
        background-position: 86% center;
  }
}

div#contents .p-bizcrystalp .profile__photo-img {
  display: block;
  width: 68.27%;
  margin: 0 auto;
}

div#contents .p-bizcrystalp .profile__badge {
  position: relative;
  display: flex;
  width: fit-content;
  margin-bottom: 2.25rem;
margin-left: -3em;
}
div#contents .p-bizcrystalp .profile__badge::after {
content: "";
  position: absolute;
  left: 5rem;
  bottom: -21px;
  width: 0;
  height: 0;
  border-top: 15px solid #435AC0;
  border-right: 15px solid #435AC0;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .profile__badge {
    order: 1;
    margin: 0 0 1.25rem;
  }
}

div#contents .p-bizcrystalp .profile__body {
  order: 1;
  /*max-width: 42.375rem;*/
padding-left: 3em;
width: 45%;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .profile__body {
    display: contents;
  }
}

div#contents .p-bizcrystalp .profile__quote-icon {
  display: block;
  width: 11.1875rem;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .profile__quote-icon {
    order: 2;
    margin: 0 0 1.25rem;
  }
}

div#contents .p-bizcrystalp .profile__name {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
  font-size: 4rem;
  font-weight: 700;
line-height: 1;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .profile__name {
    order: 4;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    font-size: 2.5rem;
        margin-bottom: 1.3rem;
        margin-top: 2rem;
line-height: 1.2em;
  }
}

div#contents .p-bizcrystalp .profile__band {
  font-size: 1.5rem;
  font-weight: 700;
}

div#contents .p-bizcrystalp .profile__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .profile__text {
    order: 5;
    font-size: 0.875rem;
  }
}

div#contents .p-bizcrystalp .feature__text {
  max-width: 68.75rem;
  margin: 1.875rem auto 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__text {
    max-width: 37.5rem;
    font-size: 1rem;
  }
}
div#contents .p-bizcrystalp .feature__caption {
  max-width: 68.75rem;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__caption {
    max-width: 37.5rem;
    font-size: 0.9rem;
  }
}

div#contents .p-bizcrystalp .feature__image {
  max-width: 68.75rem;
  width: 100%;
  display: block;
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 767px) {
  div#contents .p-bizcrystalp .feature__image {
    max-width: 37.5rem;
  }
}

/*# sourceMappingURL=style.css.map */


@media screen and (max-width: 767px) {
#container{
background-color: transparent;
    max-width: none;
}
#header #hdrMenu,
#nfooter{
    background: #fff;
}
}



