@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Oswald:wght@200..700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone);
/* ==========================================================================
   コンテンツスタート
========================================================================== */
#special_contents.container {
  margin-top: 120px;
}
@media only screen and (max-width: 980px) {
  #special_contents.container {
    margin-top: 80px;
  }
}
#special_contents.container::after, #special_contents.container::before {
  display: none !important;
}
#special_contents {
  /* ==========================================================================
     Foundation
  ========================================================================== */
  /* http://meyerweb.com/eric/tools/css/reset/
     v2.0 | 20110126
     License: none (public domain)
  */
}
#special_contents html, #special_contents body, #special_contents div, #special_contents span, #special_contents applet, #special_contents object, #special_contents iframe, #special_contents h1, #special_contents h2, #special_contents h3, #special_contents h4, #special_contents h5, #special_contents h6, #special_contents p, #special_contents blockquote, #special_contents pre, #special_contents a, #special_contents abbr, #special_contents acronym, #special_contents address, #special_contents big, #special_contents cite, #special_contents code, #special_contents del, #special_contents dfn, #special_contents em, #special_contents img, #special_contents ins, #special_contents kbd, #special_contents q, #special_contents s, #special_contents samp, #special_contents small, #special_contents strike, #special_contents strong, #special_contents sub, #special_contents sup, #special_contents tt, #special_contents var, #special_contents b, #special_contents u, #special_contents i, #special_contents center, #special_contents dl, #special_contents dt, #special_contents dd, #special_contents ol, #special_contents ul, #special_contents li, #special_contents fieldset, #special_contents form, #special_contents label, #special_contents legend, #special_contents table, #special_contents caption, #special_contents tbody, #special_contents tfoot, #special_contents thead, #special_contents tr, #special_contents th, #special_contents td, #special_contents article, #special_contents aside, #special_contents canvas, #special_contents details, #special_contents embed, #special_contents figure, #special_contents figcaption, #special_contents footer, #special_contents header, #special_contents hgroup, #special_contents menu, #special_contents nav, #special_contents output, #special_contents ruby, #special_contents section, #special_contents summary, #special_contents time, #special_contents mark, #special_contents audio, #special_contents video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
#special_contents {
  /* HTML5 display-role reset for older browsers */
}
#special_contents article, #special_contents aside, #special_contents details, #special_contents figcaption, #special_contents figure, #special_contents footer, #special_contents header, #special_contents hgroup, #special_contents menu, #special_contents nav, #special_contents section {
  display: block;
}
#special_contents body {
  line-height: 1;
}
#special_contents ol, #special_contents ul {
  list-style: none;
}
#special_contents blockquote, #special_contents q {
  quotes: none;
}
#special_contents blockquote:before, #special_contents blockquote:after {
  content: "";
  content: none;
}
#special_contents q:before, #special_contents q:after {
  content: "";
  content: none;
}
#special_contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
#special_contents select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}
#special_contents select::-ms-expand {
  display: none;
}
#special_contents em {
  font-style: normal;
}
#special_contents main {
  display: block;
}
#special_contents html, #special_contents body {
  height: 100%;
  width: 100%;
}
#special_contents html {
  font-size: 62.5%;
}
@media only screen and (max-width: 980px) {
  #special_contents html {
    font-size: 50%;
  }
}
#special_contents body {
  min-width: 980px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#special_contents a {
  word-break: break-all;
}
#special_contents a:hover {
  text-decoration: none;
}
#special_contents .is-hidden {
  display: none;
}
#special_contents .pc-hidden {
  display: none;
}
#special_contents * {
  box-sizing: border-box;
}
#special_contents img {
  vertical-align: bottom;
}
@media only screen and (max-width: 980px) {
  #special_contents .sp-hidden {
    display: none;
  }
  #special_contents .pc-hidden {
    display: block;
  }
  #special_contents body {
    min-width: 0;
  }
  #special_contents .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
#special_contents {
  /* ==========================================================================
     Common
  ========================================================================== */
  /* Title関連
  ---------------------------------------------------------- */
}
#special_contents h1 img {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
#special_contents .main-heading {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.5em;
  margin-bottom: 52px;
}
#special_contents .intro-text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}
#special_contents .read-more-btn {
  padding: 16px;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
}
#special_contents .arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
  transform: rotate(45deg);
}
#special_contents .section__title {
  text-align: center;
  font-size: 3rem;
  margin: 0 auto 52px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 980px) {
  #special_contents .section__title {
    margin: 30px auto;
    padding: 0 5%;
    font-size: 2.4rem;
  }
}
#special_contents .cont_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 52px;
  border-bottom: 1px solid #AEAEB2;
  padding-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  #special_contents .cont_title {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
#special_contents .cont_middle {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 32px;
  white-space: nowrap;
}
@media only screen and (max-width: 980px) {
  #special_contents .cont_middle {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
}
#special_contents .sub_title {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  #special_contents .sub_title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#special_contents .lead {
  font-size: 2rem;
  line-height: 2;
  padding: 0 0 50px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  background-color: #f0f0f0;
  padding: 8px 0;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  #special_contents .lead {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
  }
}
#special_contents .text {
  line-height: 2;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media only screen and (max-width: 980px) {
  #special_contents .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#special_contents {
  /* スクロールダウンの位置 */
}
#special_contents .scroll {
  padding-top: 60px;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
}
#special_contents {
  /* 矢印のアニメーション部分 */
}
#special_contents .scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
#special_contents {
  /* 矢印のアニメーション */
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
#special_contents {
  /* text関連
  ---------------------------------------------------------- */
}
#special_contents .txtXxlarge {
  font-size: 3rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtXxlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#special_contents .txtXlarge {
  font-size: 2.4rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtXlarge {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#special_contents .txtLarge {
  font-size: 2rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtLarge {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#special_contents .txtNormal {
  font-size: 1.6rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtNormal {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#special_contents .txtSmall {
  font-size: 1.4rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtSmall {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#special_contents .txtXsmall {
  font-size: 1.2rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtXsmall {
    font-size: 10px;
    font-size: 1rem;
  }
}
#special_contents .txtXxsmall {
  font-size: 1rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtXxsmall {
    font-size: 10px;
    font-size: 1rem;
  }
}
#special_contents .txtBold {
  font-weight: bold;
}
#special_contents {
  /* margin,padding関連
  ---------------------------------------------------------- */
}
#special_contents .mT_base {
  margin-top: 80px !important;
}
@media only screen and (max-width: 980px) {
  #special_contents .mT_base {
    margin-top: 40px !important;
  }
}
#special_contents .mB_base {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 980px) {
  #special_contents .mB_base {
    padding-bottom: 40px !important;
  }
}
#special_contents .mT_half {
  margin-top: 40px !important;
}
@media only screen and (max-width: 980px) {
  #special_contents .mT_half {
    margin-top: 24px !important;
  }
}
#special_contents .mB_half {
  margin-bottom: 40px;
}
@media only screen and (max-width: 980px) {
  #special_contents .mB_half {
    margin-bottom: 24px;
  }
}
#special_contents .pT_base {
  padding-top: 80px !important;
}
@media only screen and (max-width: 980px) {
  #special_contents .pT_base {
    padding-top: 40px !important;
  }
}
#special_contents .pB_base {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 980px) {
  #special_contents .pB_base {
    padding-bottom: 40px !important;
  }
}
#special_contents .pT_half {
  padding-top: 40px !important;
}
@media only screen and (max-width: 980px) {
  #special_contents .pT_half {
    padding-top: 24px !important;
  }
}
#special_contents .pB_half {
  padding-bottom: 40px;
}
@media only screen and (max-width: 980px) {
  #special_contents .pB_half {
    padding-bottom: 24px;
  }
}
#special_contents {
  /* layout関連
  ---------------------------------------------------------- */
}
#special_contents .container::after, #special_contents .container::before {
  display: none;
}
#special_contents .main {
  position: relative;
}
#special_contents .wrapper {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .wrapper {
    max-width: 100%;
  }
}
#special_contents .section__inner {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .section__inner {
    max-width: 90%;
  }
}
#special_contents .section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 980px) {
  #special_contents .section {
    margin-bottom: 50px;
  }
}
#special_contents .foot_area {
  text-align: center;
  margin: 100px auto 0;
}
@media only screen and (max-width: 980px) {
  #special_contents .foot_area {
    margin: 50px auto 0;
  }
}
#special_contents {
  /* btn関連
  ---------------------------------------------------------- */
}
#special_contents .pagetop {
  position: fixed;
  bottom: 80px;
  right: -100px;
  z-index: 999;
}
#special_contents .btn_cta {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  transition: background 0.2s linear;
  z-index: 99;
  padding: 16px 32px 16px 16px;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: block;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  background: #8a0026;
  border: 1px solid #8a0026;
}
#special_contents .btn_cta::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: right 0.2s linear;
}
@media only screen and (max-width: 980px) {
  #special_contents .btn_cta::after {
    right: 10px;
  }
}
#special_contents .btn_cta:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #8a0026;
  border-color: #8a0026;
}
#special_contents .btn_cta:hover::after {
  right: 15px;
  color: #8a0026;
}
@media only screen and (max-width: 980px) {
  #special_contents .btn_cta {
    padding: 15px 30px 15px 15px;
    font-size: 1.6rem;
    letter-spacing: 0;
    width: 90%;
  }
}
#special_contents .moreBtn {
  width: 360px;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  font-style: italic;
  font-family: "Girassol", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 980px) {
  #special_contents .moreBtn {
    width: 80%;
  }
}
#special_contents .moreBtn a {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  font-size: 1.8rem;
  transition: background 0.2s linear;
  font-style: italic;
}
@media only screen and (max-width: 980px) {
  #special_contents .moreBtn a {
    padding: 10px;
  }
}
#special_contents .moreBtn a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}
#special_contents {
  /* inview
  ---------------------------------------------------------------------------*/
}
#special_contents .fade-mv {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}
#special_contents .mv {
  opacity: 1;
  transform: translateY(0px);
}
#special_contents .history .mv {
  transform: translateY(0px) !important;
}
#special_contents .fade-mv_x {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
@media only screen and (max-width: 980px) {
  #special_contents .fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
#special_contents .mv_x {
  opacity: 1;
  transform: translateX(0px);
}
@media only screen and (max-width: 980px) {
  #special_contents .mv_x {
    transform: translateY(0px);
  }
}
#special_contents li:nth-child(2n).fade-mv_x {
  transform: translateX(100px);
}
@media only screen and (max-width: 980px) {
  #special_contents li:nth-child(2n).fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
#special_contents li:nth-child(2n).mv_x {
  opacity: 1;
  transform: translateX(0px);
}
#special_contents {
  /* ==========================================================================
     Header
  ========================================================================== */
}
#special_contents .kv_section {
  width: 100%;
  padding: 160px 0;
  background: #000;
  position: relative;
  background: url("../images/img_kv.png") no-repeat center center/cover;
}
#special_contents .kv_section .logo_box {
  margin: 0 auto 32px;
  text-align: center;
  color: #fff;
}
#special_contents .kv_section .logo_box .logo_img {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 980px) {
  #special_contents .kv_section .logo_box .logo_img {
    margin: 0 auto 20px;
  }
}
#special_contents .kv_section .main-heading {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
#special_contents .kv_section .intro-text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 980px) {
  #special_contents .kv_section {
    padding: 50px 0;
    background: url("../images/img_kv_sp.png") no-repeat center center/cover;
  }
  #special_contents .kv_section .scroll {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  #special_contents .kv_section .logo_box {
    margin: 0 5% 20px;
  }
  #special_contents .kv_section .logo_box .main-heading {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #special_contents .kv_section .logo_box .intro-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #special_contents .kv_section .logo_box .logo_img {
    width: 90%;
  }
}
#special_contents {
  /* ==========================================================================
    contents
  ========================================================================== */
  /*--styleguide--*/
}
#special_contents :root {
  --x-333333: rgba(51, 51, 51, 1);
  --x-666666: rgba(102, 102, 102, 1);
  --x-999999: rgba(153, 153, 153, 1);
  --ping-yellow: rgba(224, 231, 33, 1);
  --dark-yellow: rgba(224, 231, 33, 1);
  --cccccc: rgba(204, 204, 204, 1);
  --eeeeee: rgba(238, 238, 238, 1);
  --f-4f-4f-4: rgba(244, 244, 244, 1);
  --ping-blue: rgba(61, 192, 200, 1);
  --ping-darkblue: rgba(43, 108, 112, 1);
  --wine-red: rgba(89, 0, 1, 1);
  --ffffff: rgba(255, 255, 255, 1);
  --td: rgba(241, 174, 175, 1);
  --secondary: rgba(156, 156, 156, 1);
  --idi: rgba(0, 120, 159, 1);
  --x-000000: rgba(0, 0, 0, 1);
  --scdblue: rgba(0, 122, 197, 1);
  --brandgray: rgba(250, 249, 247, 1);
  --primary: rgba(119, 31, 74, 1);
  --x-1-4blue: rgba(60, 96, 196, 1);
}
#special_contents {
  /*--style--*/
}
#special_contents .PC-FR {
  align-items: center;
  position: relative;
  background-color: #ffffff;
}
#special_contents .PC-FR .img-kv {
  position: relative;
  width: 100%;
}
#special_contents .PC-FR .para {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  flex: 0 0 auto;
}
#special_contents .PC-FR .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--f-4f-4f-4);
}
#special_contents .PC-FR .project-context {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 91px;
  padding: 80px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background: url(../images/img_about.png) no-repeat -12% center/cover;
  background-size: auto 110%;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .project-context {
    padding: 40px 0;
    gap: 24px;
    background: none;
    overflow: hidden;
  }
  #special_contents .PC-FR .project-context::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/img_about.png) no-repeat -12% center/cover;
    background-size: auto 110%;
    opacity: 0.3;
    z-index: 0;
  }
  #special_contents .PC-FR .project-context > * {
    position: relative;
    z-index: 1;
  }
}
#special_contents .PC-FR .container {
  display: flex;
  width: 880px;
  align-items: center;
  gap: 32px;
  flex-direction: column;
  position: relative;
}
#special_contents .PC-FR .div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}
#special_contents .PC-FR .background {
  position: relative;
  width: 109.92px;
  height: 21px;
  background-color: #000000;
}
#special_contents .PC-FR .section-header {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .section-header {
    margin: 0 auto;
    font-size: 3rem;
  }
}
#special_contents .PC-FR .section-header .section-label {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  background-color: #000000;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
#special_contents .PC-FR .text-wrapper {
  position: absolute;
  top: 4px;
  left: calc(50% - 39px);
  width: 78px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 15px;
  white-space: nowrap;
}
#special_contents .PC-FR .element-FOURTEEN {
  position: relative;
  width: 880px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  text-shadow: 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255);
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .element-FOURTEEN {
    font-size: 1.4rem;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
  }
}
#special_contents .PC-FR .solution {
  padding: 40px 0 0;
  width: 100%;
  background-color: #000000;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .solution {
    padding: 24px 0 0;
  }
}
#special_contents .PC-FR .solution .section-header {
  margin-bottom: 40px;
}
#special_contents .PC-FR .solution .section-header .section-label {
  background-color: #ffffff;
  color: #000000;
}
#special_contents .PC-FR .solution .section-header .heading {
  color: #ffffff;
}
#special_contents .PC-FR .solution .solution_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  max-width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .solution .solution_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    align-items: -ms- flex-start;
    align-items: -webkit- flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin: 0 auto;
  }
}
#special_contents .PC-FR .solution .solution_list > li {
  width: 50%;
  background-color: #000000;
  background: #000;
  min-height: 600px;
  padding: 40px 80px;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .solution .solution_list > li {
    width: 100%;
    padding: 32px 24px;
    min-height: 400px;
  }
}
#special_contents .PC-FR .solution .solution_list > li .section-label {
  background-color: #000000;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  padding: 5px 10px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 20px;
  text-align: left;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .solution .solution_list > li .section-label {
    font-size: 1.2rem;
    padding: 3px 6px;
    margin: 0 0 8px;
  }
}
#special_contents .PC-FR .solution .solution_list > li > .text_area {
  text-align: left;
}
#special_contents .PC-FR .solution .solution_list > li > .text_area h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  line-height: 1.5;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
#special_contents .PC-FR .solution .solution_list > li > .text_area .text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .solution .solution_list > li > .text_area h3 {
    font-size: 2.3rem;
    margin-bottom: 16px;
  }
  #special_contents .PC-FR .solution .solution_list > li > .text_area .text {
    font-size: 1.4rem;
  }
}
#special_contents .PC-FR .solution .solution_list > li:nth-child(1) {
  background: url(../images/bg_performance01.png) no-repeat center center/cover;
}
#special_contents .PC-FR .solution .solution_list > li:nth-child(2) {
  background: url(../images/bg_performance02.png) no-repeat center center/cover;
}
#special_contents .PC-FR .solution .solution_list > li:nth-child(3) {
  background: url(../images/bg_performance03.png) no-repeat center center/cover;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .solution .solution_list > li:nth-child(3) {
    background: url(../images/bg_performance03.png) no-repeat 100% center/cover;
  }
}
#special_contents .PC-FR .solution .solution_list > li:nth-child(4) {
  padding: 40px;
  background-color: #000000;
  color: #ffffff;
}
#special_contents .PC-FR .solution .solution_list > li:nth-child(4) h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
#special_contents .PC-FR .solution .solution_list > li:nth-child(4) .text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
#special_contents .PC-FR .solution .solution_list > li:nth-child(4) .sole_list > li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
#special_contents .PC-FR .solution .solution_list > li:nth-child(4) .sole_list > li + li {
  margin-top: 20px;
}
#special_contents .PC-FR .solution .solution_list > li:nth-child(4) .sole_list > li img {
  width: 20%;
  margin-right: 20px;
}
#special_contents .PC-FR .solution .solution_list > li:nth-child(4) .sole_list > li .text_area h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  line-height: 1.5;
}
#special_contents .PC-FR .solution .solution_list > li:nth-child(4) .sole_list > li .text_area h4 span {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  display: block;
}
#special_contents .PC-FR .solution .solution_list > li:nth-child(4) .sole_list > li .text_area .text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
#special_contents .PC-FR .section-the-solution {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 0;
}
#special_contents .PC-FR .section-developer {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 0;
  position: relative;
  flex: 0 0 auto;
  background-color: #f9fafb;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .section-developer {
    padding: 40px 0;
    width: 100%;
    margin: 0 auto;
  }
}
#special_contents .PC-FR .background-shadow {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  gap: 16px;
  padding: 40px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843), 0px 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .background-shadow {
    padding: 24px;
    width: 90%;
    margin: 0 auto;
  }
}
#special_contents .PC-FR .heading-2 {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  line-height: 1.5;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #000000;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .heading-2 {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}
#special_contents .PC-FR .frame-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 10px 0px;
  position: relative;
  flex: 0 0 auto;
}
#special_contents .PC-FR .text-wrapper-2 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .text-wrapper-2 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#special_contents .PC-FR .div-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--eeeeee);
}
#special_contents .PC-FR .p {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-align: center;
  letter-spacing: 0;
}
#special_contents .PC-FR .span {
  font-weight: 700;
}
#special_contents .PC-FR .text-wrapper-4 {
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
}
#special_contents .PC-FR .frame-3 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin: -70px auto 0;
}
#special_contents .PC-FR .comparison-chart {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0px 0px;
  position: relative;
  flex: 0 0 auto;
}
#special_contents .PC-FR .div-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}
#special_contents .PC-FR .traditional-model {
  position: relative;
  display: flex;
  align-items: center;
  width: 143.69px;
  height: 16px;
  margin-top: -1px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #9ca3af;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 16px;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-5 {
  position: relative;
  display: flex;
  align-items: center;
  width: 41.81px;
  height: 28px;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  color: #333;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-6 {
  position: relative;
  width: 170.73px;
  height: 31px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #6b7280;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}
#special_contents .PC-FR .pic {
  position: relative;
  width: 136px;
  height: 180px;
  background-image: url(../images/img_dj-6.png);
  background-size: 100% 100%;
}
#special_contents .PC-FR .rectangle-wrapper {
  display: inline-flex;
  height: 180px;
  align-items: center;
  gap: 10px;
  padding: 0px 60px;
  position: relative;
  flex: 0 0 auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .rectangle-wrapper {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}
#special_contents .PC-FR .rectangle {
  position: relative;
  width: 30px;
  height: 45px;
  aspect-ratio: 1.52;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .rectangle {
    transform: rotate(90deg) scale(1.5);
    margin: 40px auto;
  }
}
#special_contents .PC-FR .frame-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}
#special_contents .PC-FR .background-2 {
  position: relative;
  width: 80.89px;
  height: 23px;
  background-color: #dc2626;
}
#special_contents .PC-FR .text-wrapper-7 {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 66px;
  height: 13px;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#special_contents .PC-FR .new-model {
  position: relative;
  align-self: stretch;
  height: 16px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #dc2626;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-8 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  color: #111111;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
}
#special_contents .PC-FR .text-wrapper-9 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #6b7280;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
#special_contents .PC-FR .img {
  position: relative;
  width: 200px;
  height: 200px;
  margin-left: -20px;
}
#special_contents .PC-FR .frame-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  position: relative;
  flex: 0 0 auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .frame-5 {
    gap: 6px;
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid #cccccc;
    padding-top: 24px;
  }
}
#special_contents .PC-FR .pic-2 {
  position: relative;
  width: 121px;
  height: 140px;
  background-image: url(../images/image.png);
  background-size: cover;
  background-position: 50% 50%;
}
#special_contents .PC-FR .FR {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 400;
  color: #111111;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 16px;
}
#special_contents .PC-FR .text-wrapper-10 {
  font-weight: 700;
  letter-spacing: 0.17px;
}
#special_contents .PC-FR .text-wrapper-11 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14px;
}
#special_contents .PC-FR .section-positioning {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 80px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #111111;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .section-positioning {
    padding: 40px 0;
  }
}
#special_contents .PC-FR .container-2 {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .container-2 {
    gap: 24px;
    width: 90%;
    margin: 0 auto;
  }
}
#special_contents .PC-FR .text-wrapper-12 {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.6;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .section-positioning .section-header {
    text-align: center;
    margin: 0 auto;
  }
}
#special_contents .PC-FR .section-positioning .section-header .section-label {
  background-color: #ffffff;
  color: #000000;
}
#special_contents .PC-FR .section-positioning .section-header .heading {
  color: #ffffff;
}
#special_contents .PC-FR .frame-6 {
  display: inline-flex;
  align-items: flex-end;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
#special_contents .PC-FR .FR-z-wrapper {
  display: flex;
  flex-direction: column;
  width: 284px;
  height: 260px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  background-color: #666666;
}
#special_contents .PC-FR .FR-z {
  display: flex;
  flex-direction: column;
  height: 260px;
  align-items: flex-start;
  gap: 10px;
  padding: 21px 26px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-image: url(../images/FR-z.png);
  background-size: cover;
  background-position: 50% 50%;
}
#special_contents .PC-FR .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
#special_contents .PC-FR .text-wrapper-13 {
  align-self: stretch;
  height: 40px;
  font-family: "Noto Serif JP-Bold", Helvetica;
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 36px;
  line-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-14 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 16px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 16px;
  white-space: nowrap;
}
#special_contents .PC-FR .horizontal-divider {
  position: relative;
  width: 32px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2980392157);
}
#special_contents .PC-FR .text-wrapper-15 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 20px;
  font-family: "Shippori Mincho-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-16 {
  position: relative;
  align-self: stretch;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 19.5px;
}
#special_contents .PC-FR .FR-wrapper {
  display: flex;
  flex-direction: column;
  width: 290px;
  height: 260px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  background-color: #666666;
}
#special_contents .PC-FR .frame-wrapper {
  display: flex;
  flex-direction: column;
  height: 260px;
  align-items: flex-start;
  gap: 10px;
  padding: 17px 29px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-image: url(../images/FR-5.png);
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .frame-wrapper {
    padding: 17px 24px;
    height: auto;
  }
}
#special_contents .PC-FR .FR-featured-wrapper {
  display: flex;
  flex-direction: column;
  width: 382px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  background-color: #ffffff;
  background-image: url(../images/FR-3-featured.png);
  background-size: cover;
  background-position: 50% 50%;
  min-height: 340px;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .FR-featured-wrapper {
    width: 100%;
    min-width: 340px;
    min-height: 320px;
    height: auto;
  }
}
#special_contents .PC-FR .FR-featured {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
#special_contents .PC-FR .FR-featured-shadow {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 389.7px;
  margin-top: -13px;
  margin-bottom: -63px;
  margin-left: -38px;
  margin-right: -38px;
  -o-object-fit: cover;
     object-fit: cover;
}
#special_contents .PC-FR .frame-8 {
  display: flex;
  flex-direction: column;
  width: 257px;
  align-items: flex-start;
  gap: 18px;
  position: absolute;
  top: 70px;
  left: 33px;
}
#special_contents .PC-FR .heading-FR {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 47.25px;
  margin-top: -1px;
  font-family: "Noto Serif JP-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 37.8px;
  letter-spacing: 0;
  line-height: 42px;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-17 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 15.75px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #9ca3af;
  font-size: 12.6px;
  letter-spacing: 1.26px;
  line-height: 16.8px;
  white-space: nowrap;
}
#special_contents .PC-FR .horizontal-divider-2 {
  position: relative;
  width: 33.6px;
  height: 1.05px;
  background-color: #000000;
}
#special_contents .PC-FR .text-wrapper-18 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 21px;
  font-family: "Shippori Mincho-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 14.7px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-19 {
  position: relative;
  align-self: stretch;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #333;
  font-size: 12.6px;
  letter-spacing: 0;
  line-height: 20.5px;
}
#special_contents .PC-FR .frame-9 {
  display: flex;
  flex-direction: column;
  height: 650px;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-image: url(../images/frame-62.png);
  background-size: cover;
  background-position: 50% 50%;
}
#special_contents .PC-FR .frame-9 .heading {
  color: #ffffff;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .frame-9 {
    height: auto;
    padding: 40px 0;
  }
  #special_contents .PC-FR .frame-9 .section-header {
    margin-bottom: 24px;
  }
}
#special_contents .PC-FR .frame-10 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}
#special_contents .PC-FR .background-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #000000;
}
#special_contents .PC-FR .text-wrapper-20 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 15px;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-21 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Shippori Mincho B1-Bold", Helvetica;
  font-weight: 700;
  color: var(--ffffff);
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 60px;
}
#special_contents .PC-FR .section-black {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  gap: 1px;
  position: relative;
  flex: 0 0 auto;
}
#special_contents .PC-FR .container-3 {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 1px);
  min-height: 252px;
  align-items: flex-start;
  gap: 16px;
  padding: 40px 32px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .container-3 {
    padding: 32px 24px;
    height: auto;
    gap: 12px;
  }
}
#special_contents .PC-FR .heading-TB {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 2.4rem;
  line-height: 1.8;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .heading-TB {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}
#special_contents .PC-FR .w {
  position: relative;
  align-self: stretch;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}
#special_contents .PC-FR .container-4 {
  display: flex;
  width: 500px;
  height: 252px;
  align-items: flex-start;
  gap: 16px;
  padding: 40px;
  margin-right: -2px;
  background-color: rgba(255, 255, 255, 0.8);
  flex-direction: column;
  position: relative;
}
#special_contents .PC-FR .w-2 {
  position: relative;
  align-self: stretch;
  margin-bottom: -19px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}
#special_contents .PC-FR .section-specs {
  display: inline-flex;
  align-items: flex-start;
  padding: 80px 0px 100px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f3f4f6;
  width: 100%;
}
#special_contents .PC-FR .section-specs .cap-list {
  text-align: right;
  width: 100%;
  position: absolute;
  bottom: -4.5em;
  right: 0;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #666666;
}
#special_contents .PC-FR .section-specs .cap-list li {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #666666;
}
#special_contents .PC-FR .container-5 {
  display: flex;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  gap: 40px;
  flex-direction: column;
  position: relative;
}
#special_contents .PC-FR .paragraph {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e5e7eb;
}
#special_contents .PC-FR .heading-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Serif JP-Regular", Helvetica;
  font-weight: 400;
  color: #111111;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}
#special_contents .PC-FR .frame-11 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
#special_contents .PC-FR .frame-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
#special_contents .PC-FR .div-3 {
  position: relative;
  width: 174.48px;
  height: 24.45px;
}
#special_contents .PC-FR .vector {
  position: absolute;
  width: 100%;
  left: 0;
}
#special_contents .PC-FR .vector-2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#special_contents .PC-FR .vector-3 {
  position: absolute;
  width: 33.12%;
  height: 55.83%;
  top: 44.17%;
  left: 66.88%;
}
#special_contents .PC-FR .vector-4 {
  position: absolute;
  width: 7.71%;
  height: 100%;
  top: 0;
  left: 92.29%;
}
#special_contents .PC-FR .vector-5 {
  position: absolute;
  width: 26.53%;
  height: 100%;
  top: 0;
  left: 73.47%;
}
#special_contents .PC-FR .vector-6 {
  position: absolute;
  width: 39.12%;
  height: 52.89%;
  top: 47.11%;
  left: 60.88%;
}
#special_contents .PC-FR .text-wrapper-22 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 20px;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  color: #111111;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}
#special_contents .PC-FR .n-s-PRO-DS {
  position: relative;
  align-self: stretch;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .n-s-PRO-DS {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#special_contents .PC-FR .header-row {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  background-color: #3b1633;
}
#special_contents .PC-FR .cell {
  position: relative;
  width: 364px;
  height: 35px;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-23 {
  position: absolute;
  top: 8px;
  left: calc(50% - 21px);
  width: 43px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .div-wrapper-2 {
  width: 68px;
  position: relative;
  height: 35px;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-24 {
  position: absolute;
  top: 10px;
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .div-wrapper-3 {
  width: 69px;
  position: relative;
  height: 35px;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-25 {
  top: 10px;
  left: calc(50% - 7px);
  width: 16px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .cell-2 {
  width: 70px;
  position: relative;
  height: 35px;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .row {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}
#special_contents .PC-FR .data {
  position: relative;
  width: 364px;
  height: 35px;
  background-color: #f2f2f2;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-26 {
  position: absolute;
  top: 8px;
  left: calc(50% - 45px);
  width: 91px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-27 {
  top: 10px;
  left: calc(50% - 7px);
  width: 16px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  position: absolute;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-28 {
  top: 10px;
  left: calc(50% - 8px);
  width: 16px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  position: absolute;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .row-2 {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
#special_contents .PC-FR .text-wrapper-29 {
  position: absolute;
  top: 8px;
  left: calc(50% - 38px);
  width: 77px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-30 {
  position: absolute;
  top: 10px;
  left: calc(50% - 13px);
  width: 28px;
  height: 16px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-align: center;
  letter-spacing: 0;
}
#special_contents .PC-FR .text-wrapper-31 {
  position: absolute;
  top: 8px;
  left: calc(50% - 66px);
  width: 133px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .row-3 {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}
#special_contents .PC-FR .data-2 {
  width: 202px;
  height: 102px;
  background-color: #c0c0c0;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-32 {
  position: absolute;
  top: 43px;
  left: calc(50% - 57px);
  width: 114px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .data-3 {
  width: 162px;
  height: 34px;
  background-color: #ffffff;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-33 {
  position: absolute;
  top: 10px;
  left: calc(50% - 48px);
  width: 95px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .data-4 {
  width: 69px;
  height: 34px;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-34 {
  position: absolute;
  top: 9px;
  left: calc(50% - 13px);
  width: 28px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .data-5 {
  width: 68px;
  height: 34px;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-35 {
  position: absolute;
  top: 9px;
  left: calc(50% - 14px);
  width: 28px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-36 {
  position: absolute;
  top: 9px;
  left: calc(50% - 17px);
  width: 35px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-37 {
  top: 9px;
  left: calc(50% - 7px);
  width: 16px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  position: absolute;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .data-6 {
  width: 201px;
  height: 102px;
  background-color: #c0c0c0;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-38 {
  position: absolute;
  top: 35px;
  left: calc(50% - 29px);
  width: 58px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-39 {
  position: absolute;
  top: 51px;
  left: calc(50% - 47px);
  width: 95px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-40 {
  position: absolute;
  top: 9px;
  left: calc(50% - 18px);
  width: 35px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-41 {
  top: 9px;
  left: calc(50% - 8px);
  width: 16px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  position: absolute;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-42 {
  position: absolute;
  top: 34px;
  left: calc(50% - 42px);
  width: 85px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-43 {
  position: absolute;
  top: 50px;
  left: calc(50% - 28px);
  width: 57px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-44 {
  position: absolute;
  top: 26px;
  left: calc(50% - 38px);
  width: 77px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-45 {
  position: absolute;
  top: 42px;
  left: calc(50% - 32px);
  width: 64px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-46 {
  position: absolute;
  top: 58px;
  left: calc(50% - 28px);
  width: 57px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .data-7 {
  width: 161px;
  height: 34px;
  background-color: #ffffff;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-47 {
  position: absolute;
  top: 10px;
  left: calc(50% - 47px);
  width: 95px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .row-4 {
  display: inline-flex;
  top: 139px;
  left: calc(50% - 223px);
  align-items: center;
  position: absolute;
}
#special_contents .PC-FR .text-wrapper-48 {
  position: absolute;
  top: 10px;
  left: calc(50% - 40px);
  width: 79px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .data-8 {
  width: 70px;
  height: 34px;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-49 {
  top: 9px;
  left: calc(50% - 12px);
  width: 24px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  position: absolute;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .data-9 {
  width: 67px;
  height: 34px;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-50 {
  top: 9px;
  left: calc(50% - 11px);
  width: 24px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  position: absolute;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .row-5 {
  display: flex;
  width: 412px;
  top: 173px;
  left: calc(50% - 223px);
  align-items: center;
  position: absolute;
}
#special_contents .PC-FR .data-10 {
  width: 163px;
  height: 34px;
  background-color: #ffffff;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .text-wrapper-51 {
  position: absolute;
  top: 10px;
  left: calc(50% - 24px);
  width: 49px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-52 {
  position: absolute;
  top: 9px;
  left: calc(50% - 9px);
  width: 18px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-53 {
  left: calc(50% - 8px);
  position: absolute;
  top: 9px;
  width: 18px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .data-11 {
  width: 69px;
  height: 34px;
  margin-right: -25.18px;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .data-12 {
  width: 69px;
  height: 34px;
  margin-right: -94.18px;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .data-13 {
  width: 69px;
  height: 34px;
  margin-right: -163.18px;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .data-14 {
  width: 69px;
  height: 34px;
  margin-right: -232.18px;
  position: relative;
  border: 1px solid;
  border-color: #000000;
}
#special_contents .PC-FR .row-6 {
  display: inline-flex;
  top: 241px;
  left: calc(50% - 223px);
  align-items: center;
  position: absolute;
}
#special_contents .PC-FR .text-wrapper-54 {
  left: calc(50% - 39px);
  position: absolute;
  top: 10px;
  width: 79px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .row-7 {
  display: inline-flex;
  top: 275px;
  left: calc(50% - 223px);
  align-items: center;
  position: absolute;
}
#special_contents .PC-FR .text-wrapper-55 {
  position: absolute;
  top: 9px;
  left: calc(50% - 14px);
  width: 30px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .text-wrapper-56 {
  position: absolute;
  top: 9px;
  left: calc(50% - 15px);
  width: 30px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
#special_contents .PC-FR .row-8 {
  display: inline-flex;
  top: 343px;
  left: calc(50% - 222px);
  align-items: center;
  position: absolute;
}
#special_contents .PC-FR .row-9 {
  display: inline-flex;
  top: 377px;
  left: calc(50% - 223px);
  align-items: center;
  position: absolute;
}
#special_contents .PC-FR .row-10 {
  display: inline-flex;
  top: 445px;
  left: calc(50% - 223px);
  align-items: center;
  position: absolute;
}
#special_contents .PC-FR .row-11 {
  display: inline-flex;
  top: 479px;
  left: calc(50% - 223px);
  align-items: center;
  position: absolute;
}
#special_contents .PC-FR .spec-table {
  max-width: 800px;
  margin-left: 24px;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .spec-table {
    margin-left: 0;
  }
}
#special_contents .PC-FR .spec-table thead th {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  background-color: #000000;
  padding: 6px 10px;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .spec-table thead th {
    font-size: 1rem;
    padding: 4px;
  }
}
#special_contents .PC-FR .spec-table thead th:first-child {
  border-left: none;
}
#special_contents .PC-FR .spec-table thead th:last-child {
  border-right: none;
}
#special_contents .PC-FR .spec-table tbody tr th, #special_contents .PC-FR .spec-table tbody tr td {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding: 6px 10px;
  border: 1px solid #ffffff;
  text-align: center;
  vertical-align: middle;
  background-color: #f0f0f0;
}
#special_contents .PC-FR .spec-table tbody tr th:first-child, #special_contents .PC-FR .spec-table tbody tr td:first-child {
  border-left: none;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .spec-table tbody tr th, #special_contents .PC-FR .spec-table tbody tr td {
    font-size: 1rem;
    padding: 4px;
  }
}
#special_contents .PC-FR .spec-table tbody tr td {
  border: 1px solid #cccccc;
}
#special_contents .PC-FR .spec-table tbody tr th {
  background-color: #8a0026;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .spec-table tbody tr .sp-width {
    width: 100px;
  }
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .solution .solution_list > li {
    width: 100%;
    padding: 32px 24px;
  }
  #special_contents .PC-FR .frame-3 {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0 auto;
  }
  #special_contents .PC-FR .comparison-chart {
    width: 100%;
    justify-content: center;
    gap: 16px;
  }
}
@media only screen and (max-width: 980px) and (max-width: 980px) {
  #special_contents .PC-FR .comparison-chart {
    gap: 8px;
    margin: 0 auto;
    width: 100%;
    padding: 24px 0;
    background-color: #f0f0f0;
  }
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .frame-6 {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  #special_contents .PC-FR .section-black {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  #special_contents .PC-FR .container-3,
  #special_contents .PC-FR .container-4 {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) and (max-width: 980px) {
  #special_contents .PC-FR .container-3,
  #special_contents .PC-FR .container-4 {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .section-specs {
    padding-bottom: 0;
    padding: 40px 0 56px;
  }
  #special_contents .PC-FR .section-specs .frame-11 {
    flex-direction: column;
    gap: 24px;
  }
}
@media only screen and (max-width: 980px) and (max-width: 980px) {
  #special_contents .PC-FR .section-specs .frame-11 {
    gap: 16px;
    width: 90%;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 980px) {
  #special_contents .PC-FR .section-specs .spec-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  #special_contents .PC-FR .section-specs .spec-table {
    min-width: 720px;
  }
  #special_contents .PC-FR .section-specs .cap-list {
    margin: 8px 0 0;
    text-align: left;
    width: 100%;
    position: absolute;
    bottom: -6.5em;
    right: 0;
  }
}/*# sourceMappingURL=style_lp.css.map */