/* media query
**************************************************************************************************/
body {
  font: 16px YakuHanJP,"Inter",'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  background: #F5F5F7;
  color: #656565;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  letter-spacing: .5px;
  -webkit-font-smoothing: antialiased; }

.en {
  font-family: "Inter", sans-serif; }

img {
  width: 100%;
  height: auto; }

a {
  transition: all 0.5s; }
  a:hover {
    opacity: 0.65; }

/* font
**************************************************************************************************************************/
/* animation
**************************************************************************************************************************/
/* layout
**************************************************************************************************************************/
.is_tb {
  display: none !important; }

.is_tb_inline {
  display: none !important; }

.is_pc {
  display: none !important; }

.is_pc_inline {
  display: none !important; }

/* status
**************************************************************************************************************************/
.is-hide {
  display: none; }

.is-flex {
  display: flex; }
  .is-flex > * {
    margin: 0 !important; }
  .is-flex > *:first-of-type {
    margin-right: 10px !important; }
  .is-flex .is-flex-fix {
    flex-flow: 0;
    flex-shrink: 0; }

/* common
**************************************************************************************************************************/
header {
  padding: 14px 20px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50; }
  .has-glnv header {
    position: fixed; }
  .is-fixed header {
    position: fixed; }
  header .ci-nav {
    display: flex;
    justify-content: space-between; }
  header .ci {
    position: relative;
    z-index: 3; }
    header .ci p {
      width: 121px;
      height: auto;
      position: relative;
      left: -9px; }
      header .ci p img {
        transition: all 0.5s; }
      .has-glnv header .ci p {
        background: url(/asset/img/common/logo.svg) 0 0 no-repeat;
        background-size: contain; }
        .has-glnv header .ci p img {
          opacity: 0; }
      .is-fixed header .ci p {
        background: url(/asset/img/common/logo.svg) 0 0 no-repeat;
        background-size: contain; }
        .is-fixed header .ci p img {
          opacity: 0; }
  header .nav {
    background: #F5F5F7;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.5s; }
    header .nav .main {
      font-size: 22px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0 30px;
      width: 100%; }
      header .nav .main li {
        margin-bottom: 0.5em; }
    header .nav .sub {
      width: 220px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 28px; }
    .has-glnv header .nav {
      opacity: 1;
      transform: translateX(0); }
  header .tgl {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 50;
    cursor: pointer; }
    header .tgl p {
      display: block;
      width: 32px;
      height: 14px;
      border-top: 1px solid #fff;
      text-indent: -9999px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      header .tgl p::before {
        content: '';
        display: block;
        width: 23px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 6px;
        right: 0;
        transition: all 0.5s; }
      header .tgl p::after {
        content: '';
        display: block;
        width: 16px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 13px;
        right: 0;
        transition: all 0.5s; }
    .is-fixed header .tgl p {
      border-top: 1px solid #040404; }
      .is-fixed header .tgl p::before {
        background: #040404; }
      .is-fixed header .tgl p::after {
        background: #040404; }
    header .tgl.is-open p {
      border: 0; }
      header .tgl.is-open p::before {
        width: 32px;
        top: 6px;
        background: #040404;
        transform: rotate(-155deg); }
      header .tgl.is-open p::after {
        width: 32px;
        top: 6px;
        background: #040404;
        transform: rotate(-25deg); }
  @media only screen and (min-width: 1025px) {
    header {
      padding: 24px 32px; }
      header .ci-nav {
        align-items: center; }
      header .ci p {
        width: 178px;
        left: -9px; }
      header .nav {
        background: none;
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: translateX(0); }
        header .nav nav {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
        header .nav .main {
          font-size: 15px;
          position: static;
          transform: translate(0, 0);
          padding: 0 0;
          width: auto;
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          header .nav .main li {
            margin-bottom: 0;
            margin-left: 24px; }
            header .nav .main li a {
              color: #fff;
              font-weight: bold; }
              .is-fixed header .nav .main li a {
                color: #000; }
        header .nav .sub {
          width: auto;
          position: static;
          transform: translateX(0);
          margin-left: 24px; }
          header .nav .sub li a {
            width: 186px;
            font-size: 15px; }
      header .tgl {
        display: none; } }

.wrap {
  overflow: clip; }

footer {
  background: #fff;
  padding: 40px 28px;
  border-top: 1px solid rgba(198, 198, 198, 0.3); }
  footer .name {
    margin-bottom: 26px; }
    footer .name h2 img {
      width: 130px;
      height: auto;
      position: relative;
      left: -14px; }
    footer .name p {
      font-size: 11px;
      line-height: 1.8;
      margin-top: 1em; }
  footer .pagelist {
    display: none; }
  footer .info h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1.5em; }
  footer .info p {
    font-size: 11px;
    line-height: 1.8; }
  footer .sbnv-copyright {
    margin-top: 36px; }
  footer .sbnv ul {
    font-size: 11px;
    display: flex;
    flex-wrap: wrap; }
    footer .sbnv ul li {
      margin: 0 16px 16px 0; }
  footer .copyright p {
    font-size: 9px;
    color: #B1B1B1; }
  @media only screen and (min-width: 1025px) {
    footer {
      padding: 40px 100px 50px 100px; }
      footer .inner {
        max-width: 1215px;
        margin: 0 auto; }
      footer .name-info {
        display: flex;
        justify-content: space-between; }
      footer .name {
        margin-bottom: 0;
        flex: 1;
        margin-right: 48px; }
        footer .name h2 img {
          width: 207px;
          left: -22px; }
        footer .name p {
          font-size: 13px;
          margin-top: 0.2em;
          max-width: 490px; }
      footer .pagelist {
        display: block;
        width: 150px;
        margin-right: 58px; }
        footer .pagelist ul {
          font-size: 15px;
          font-weight: bold; }
          footer .pagelist ul li {
            margin-bottom: 1.3em; }
      footer .info {
        width: 284px; }
        footer .info h3 {
          font-size: 15px;
          margin-bottom: 1em; }
        footer .info p {
          font-size: 13px; }
      footer .sbnv-copyright {
        margin-top: 36px; }
      footer .sbnv ul {
        font-size: 13px; }
        footer .sbnv ul li {
          margin: 0 24px 0 0; }
      footer .copyright {
        margin-top: 24px; }
        footer .copyright p {
          font-size: 11px; } }

.cv {
  width: 220px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px; }
  @media only screen and (min-width: 1025px) {
    .cv {
      display: none; } }

/* parts
**************************************************************************************************************************/
.btn.btn-primary {
  display: block;
  color: #fff;
  background: #E87722;
  text-align: center;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  padding: 1em;
  border: 0; }
.btn.btn-secondary {
  display: block;
  color: #fff;
  background: #06038D;
  text-align: center;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  padding: 1em;
  border: 0; }
.btn.btn-back {
  display: block;
  color: #2C2C2C;
  background: #fff;
  border: 1px solid #2C2C2C;
  text-align: center;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  padding: 1em; }
.btn small {
  display: block;
  font-size: 10px;
  margin-top: 0.85em; }

.hl01 {
  font-size: 20px;
  font-weight: bold;
  color: #06038D;
  margin-bottom: 1em; }
  @media only screen and (min-width: 1025px) {
    .hl01 {
      font-size: 28px; } }

.hl02 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 1em; }
  @media only screen and (min-width: 1025px) {
    .hl02 {
      font-size: 32px; } }

p.label {
  font-size: 14px;
  font-weight: bold;
  color: #06038D;
  margin-bottom: 0.8em; }
  @media only screen and (min-width: 1025px) {
    p.label {
      font-size: 22px; } }

picture {
  overflow: hidden; }
  picture.is-rounded {
    border-radius: 8px; }
  picture.is-scaled img {
    transform: scale(1.01); }

dl.type-a .row {
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  dl.type-a .row:last-of-type {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  dl.type-a .row dt {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.5em; }
  dl.type-a .row dd {
    font-size: 10px;
    margin-bottom: 1.5em; }
    dl.type-a .row dd:last-of-type {
      margin-bottom: 0; }
dl.type-form {
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 24px; }
  dl.type-form .row {
    margin-bottom: 24px; }
    dl.type-form .row dt {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 0.8em; }
      dl.type-form .row dt .require {
        color: #BB0022; }
    dl.type-form .row dd {
      font-size: 15px; }
      dl.type-form .row dd ul li {
        margin: 0.3em 0; }
      dl.type-form .row dd.is-double {
        display: grid;
        grid-gap: 16px;
        grid-template-columns: repeat(2, 1fr); }
      dl.type-form .row dd.is-triple {
        display: grid;
        grid-gap: 16px;
        grid-template-columns: repeat(3, 1fr); }
@media only screen and (min-width: 1025px) {
  dl.type-a .row {
    padding-bottom: 2em;
    margin-bottom: 2em; }
    dl.type-a .row dt {
      font-size: 24px; }
    dl.type-a .row dd {
      font-size: 13px;
      margin-bottom: 2em; }
  dl.type-form {
    margin-bottom: 42px; }
    dl.type-form .row {
      margin-bottom: 32px; }
      dl.type-form .row dt {
        font-size: 16px; }
      dl.type-form .row dd {
        font-size: 17px; }
        dl.type-form .row dd.is-double {
          grid-gap: 15px; }
        dl.type-form .row dd.is-triple {
          grid-gap: 15px; } }

.list-error {
  font-size: 14px;
  color: #EF002C;
  font-weight: bold;
  margin: 0.8em 0; }
  .list-error li {
    background: url(/asset/img/common/icn-error.svg) 0 0 no-repeat;
    background-size: 22px 22px;
    padding: 0 0 0.2em 2em; }

input[type="text"],
textarea,
select {
  width: 100%; }

input[type="checkbox"] {
  appearance: none;
  width: 28px;
  height: 28px;
  position: relative;
  top: -5px;
  margin-right: 8px; }
  input[type="checkbox"]::before {
    content: '';
    display: grid;
    place-content: center;
    height: 100%;
    background: url(/asset/img/common/icn-checkbox.svg) 0 0 no-repeat;
    background-size: contain; }
  input[type="checkbox"]:checked::before {
    background: url(/asset/img/common/icn-checkbox_active.svg) 0 0 no-repeat;
    background-size: contain; }

input[type="radio"] {
  appearance: none;
  width: 28px;
  height: 28px;
  position: relative;
  top: -5px;
  margin-right: 8px; }
  input[type="radio"]::before {
    content: '';
    display: grid;
    place-content: center;
    height: 100%;
    background: url(/asset/img/common/icn-radio.svg) 0 0 no-repeat;
    background-size: contain; }
  input[type="radio"]:checked::before {
    background: url(/asset/img/common/icn-radio_active.svg) 0 0 no-repeat;
    background-size: contain; }

/* area
**************************************************************************************************************************/
.area-kv {
  position: relative; }
  .area-kv .title {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 24px;
    z-index: 2; }
    .area-kv .title h1 {
      font-size: 16px;
      font-weight: bold; }
      .area-kv .title h1 span {
        font-family: "Inter", sans-serif;
        font-size: 48px;
        display: block;
        line-height: 1;
        margin-top: 0.1em; }
    .area-kv .title p {
      font-size: 14px;
      line-height: 1.8;
      margin-top: 0.8em; }
  .area-kv .body ul li img {
    width: 100%;
    height: 100vh;
    object-fit: cover; }
  .area-kv .body .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px; }
    .area-kv .body .slick-dots li {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.24);
      display: block;
      margin: 4px 0; }
      .area-kv .body .slick-dots li button {
        display: none; }
      .area-kv .body .slick-dots li.slick-active {
        background: white; }
  @media only screen and (min-width: 1025px) {
    .area-kv .title {
      color: #fff;
      top: auto;
      bottom: 86px;
      left: 6%;
      transform: translate(0, 0);
      padding: 0; }
      .area-kv .title h1 {
        font-size: 40px; }
        .area-kv .title h1 span {
          font-size: 72px;
          margin-top: 0.05em; }
      .area-kv .title p {
        font-size: 18px; }
    .area-kv .body .slick-dots {
      right: 16px; }
      .area-kv .body .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 8px 0; } }

.area-bnr {
  margin: 48px auto; }
  .area-bnr .inner {
    padding: 0 28px; }
  .area-bnr .body ul {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr); }
    .area-bnr .body ul li img {
      border-radius: 6px; }
  @media only screen and (min-width: 1025px) {
    .area-bnr {
      margin: 38px 0;
      padding: 0 100px; }
      .area-bnr .inner {
        padding: 0;
        max-width: 1215px;
        margin: 0 auto; }
      .area-bnr .body ul {
        grid-gap: 24px;
        grid-template-columns: repeat(3, 1fr); }
        .area-bnr .body ul li img {
          border-radius: 6px; } }

.area-products {
  padding: 0 28px;
  margin-bottom: 68px;
  padding-top: 56px; }
  .area-products .title {
    margin-bottom: 36px; }
    .area-products .title .label {
      color: #06038D;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 1.5em;
      letter-spacing: 0; }
    .area-products .title hgroup h2 {
      font-size: 28px;
      font-weight: bold;
      color: #000;
      margin-bottom: 1.2em; }
    .area-products .title hgroup h3 {
      font-size: 18px;
      font-weight: bold;
      color: #000;
      margin-bottom: 0.8em; }
    .area-products .title hgroup .lead p {
      font-size: 14px;
      line-height: 1.8; }
  .area-products .body .product {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 16px;
    padding: 32px; }
    .area-products .body .product:last-of-type {
      margin-bottom: 0; }
    .area-products .body .product .txt {
      text-align: center;
      margin-bottom: 20px; }
      .area-products .body .product .txt h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0.8em; }
      .area-products .body .product .txt p {
        font-size: 12px;
        line-height: 1.8; }
    .area-products .body .product .img {
      text-align: center; }
      .area-products .body .product .img .item {
        margin-bottom: 16px; }
      .area-products .body .product .img .name img {
        height: 35px;
        width: auto; }
  @media only screen and (min-width: 1025px) {
    .area-products {
      padding: 0 100px;
      margin-bottom: 100px;
      padding-top: 112px; }
      .area-products .inner {
        max-width: 1215px;
        margin: 0 auto; }
      .area-products .title {
        margin-bottom: 100px;
        padding: 0 5%; }
        .area-products .title .label {
          font-size: 28px;
          margin-bottom: 1em; }
        .area-products .title hgroup {
          display: flex;
          justify-content: space-between; }
          .area-products .title hgroup > div {
            width: 48%; }
          .area-products .title hgroup h2 {
            font-size: 45px;
            margin-bottom: 0; }
          .area-products .title hgroup h3 {
            font-size: 24px;
            margin-bottom: 0.8em; }
          .area-products .title hgroup .lead p {
            font-size: 16px; }
      .area-products .body .products {
        display: grid;
        grid-column-gap: 24px;
        grid-row-gap: 34px;
        grid-template-columns: repeat(3, 1fr); }
      .area-products .body .product {
        margin-bottom: 0;
        padding: 48px 24px 32px 24px;
        display: grid;
        grid-template-rows: subgrid;
        grid-row-gap: 16px;
        grid-row: span 2; }
        .area-products .body .product:last-of-type {
          margin-bottom: 0; }
        .area-products .body .product a {
          display: inherit;
          grid-template-rows: inherit;
          grid-row: inherit; }
        .area-products .body .product .imgtxt {
          display: inherit;
          grid-template-rows: inherit;
          grid-row: inherit; }
        .area-products .body .product .txt {
          margin-bottom: 0px; }
          .area-products .body .product .txt h3 {
            font-size: 21px;
            margin-bottom: 0.3em; }
          .area-products .body .product .txt p {
            font-size: 14px; }
        .area-products .body .product .img {
          text-align: center; }
          .area-products .body .product .img .item {
            margin-bottom: 16px; }
            .area-products .body .product .img .item img {
              width: 100%;
              height: auto; }
          .area-products .body .product .img .name img {
            height: 100%;
            max-height: 45px;
            width: auto; } }

.area-product-head {
  margin-bottom: 57px; }
  .area-product-head .body {
    display: flex;
    flex-wrap: wrap; }
    .area-product-head .body .txt {
      order: 3;
      width: 100%;
      padding: 0 28px; }
      .area-product-head .body .txt .name {
        margin-bottom: 40px; }
        .area-product-head .body .txt .name h1 {
          font-size: 16px;
          font-weight: bold;
          color: #656565;
          margin-bottom: 1.3em; }
      .area-product-head .body .txt .lead hgroup {
        margin-bottom: 30px; }
        .area-product-head .body .txt .lead hgroup p {
          font-size: 14px;
          font-weight: bold;
          color: #06038D;
          margin-bottom: 1em; }
        .area-product-head .body .txt .lead hgroup h2 {
          font-size: 28px;
          font-weight: bold;
          color: #000; }
      .area-product-head .body .txt .lead .list-dflt {
        font-size: 14px; }
    .area-product-head .body .img {
      order: 2;
      width: 100%;
      padding: 0 10vw;
      position: relative;
      margin-top: -70vw;
      background: url(/asset/img/gem5000/bg-top-sp.png) 50% 30vw no-repeat;
      background-size: 100% auto; }
    .area-product-head .body .visual {
      order: 1;
      width: 100%; }
  @media only screen and (min-width: 1025px) {
    .area-product-head .title-body {
      max-width: 1010px;
      margin: 0 auto; }
    .area-product-head .body {
      display: grid;
      grid-template-rows: auto;
      grid-template-columns: 60% 40%;
      position: relative;
      grid-template-areas: "visual visual" "txt img"; }
      .area-product-head .body .txt {
        grid-area: txt;
        padding: 0;
        position: relative;
        z-index: 4; }
        .area-product-head .body .txt .name {
          margin-bottom: 90px; }
          .area-product-head .body .txt .name picture img {
            max-width: 414px; }
          .area-product-head .body .txt .name h1 {
            font-size: 20px;
            margin-bottom: 1.8em; }
        .area-product-head .body .txt .lead hgroup {
          margin-bottom: 30px; }
          .area-product-head .body .txt .lead hgroup p {
            font-size: 22px;
            margin-bottom: 0.6em; }
          .area-product-head .body .txt .lead hgroup h2 {
            font-size: 48px; }
        .area-product-head .body .txt .lead .list-dflt {
          font-size: 17px; }
      .area-product-head .body .img {
        grid-area: img;
        width: 100%;
        padding: 0;
        margin-top: 0;
        background: none; }
        .area-product-head .body .img picture {
          position: absolute;
          right: 0;
          bottom: 0;
          z-index: 3; }
          .area-product-head .body .img picture img {
            transform: scale(1.4);
            transform-origin: center bottom;
            margin-left: -50px; }
      .area-product-head .body .visual {
        grid-area: visual;
        position: relative;
        width: 100vw;
        margin-left: calc(-50vw + 50%); }
        .area-product-head .body .visual::after {
          content: '';
          display: block;
          width: 100vw;
          height: 100px;
          background: url(/asset/img/gem5000/bg-top-pc.png) 50% 0 no-repeat;
          background-size: 100% auto;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 2; } }

.area-product-body {
  padding: 0 28px;
  margin-bottom: 64px; }
  .area-product-body .title {
    margin-bottom: 24px; }
    .area-product-body .title h2 {
      font-size: 18px;
      font-weight: bold;
      color: #000; }
  .area-product-body .body .block picture {
    margin-bottom: 1.5em; }
  .area-product-body .body .block .list-notice {
    font-size: 10px; }
  .area-product-body .body .block.type-a {
    margin: 48px auto;
    padding: 10px 8vw;
    position: relative;
    background: url(/asset/img/gem5000/bd-sp.png) 0 0 no-repeat;
    background-size: 100% 100%; }
    .area-product-body .body .block.type-a h3 {
      font-size: 18px;
      font-weight: bold;
      color: #06038D;
      margin-bottom: 0.3em;
      text-align: center; }
    .area-product-body .body .block.type-a p {
      font-size: 12px;
      font-weight: bold;
      text-align: center; }
    .area-product-body .body .block.type-a picture {
      padding: 0;
      margin-bottom: 0; }
  .area-product-body .body .list-dflt {
    font-size: 14px; }
  @media only screen and (min-width: 1025px) {
    .area-product-body {
      padding: 0 100px;
      margin-bottom: 128px; }
      .area-product-body .inner {
        max-width: 1010px;
        margin: 0 auto; }
      .area-product-body .title {
        margin-bottom: 32px; }
        .area-product-body .title h2 {
          font-size: 32px; }
      .area-product-body .body .block picture {
        margin-bottom: 1.5em; }
      .area-product-body .body .block .list-notice {
        font-size: 12px; }
      .area-product-body .body .block.type-a {
        width: 80%;
        margin: 100px auto;
        background: url(/asset/img/gem5000/bd-pc.png) 0 0 no-repeat;
        background-size: 100% 100%; }
        .area-product-body .body .block.type-a h3 {
          font-size: 42px; }
        .area-product-body .body .block.type-a p {
          font-size: 20px; }
        .area-product-body .body .block.type-a picture {
          padding: 0;
          margin-bottom: 0;
          text-align: center; }
          .area-product-body .body .block.type-a picture img {
            width: 60%; }
      .area-product-body .body .list-dflt {
        font-size: 17px; } }

.area-product-spec {
  margin: 48px 0;
  padding: 0 28px; }
  .area-product-spec .inner {
    border-radius: 12px;
    background: #fff;
    border: 1px solid #BBBBBB;
    padding: 24px; }
  .area-product-spec .title {
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 1em;
    margin-bottom: 1em; }
    .area-product-spec .title h2 {
      font-size: 18px;
      font-weight: bold;
      color: #000; }
    .area-product-spec .title p {
      font-size: 14px;
      font-weight: bold;
      margin-top: 0.8em; }
  .area-product-spec .body .block {
    margin-bottom: 2em; }
  @media only screen and (min-width: 1025px) {
    .area-product-spec {
      margin: 80px 0;
      padding: 0 100px; }
      .area-product-spec .inner {
        max-width: 1010px;
        margin: 0 auto;
        border-radius: 16px;
        padding: 40px; }
      .area-product-spec .title {
        padding-bottom: 2em;
        margin-bottom: 2em; }
        .area-product-spec .title h2 {
          font-size: 32px; }
        .area-product-spec .title p {
          font-size: 17px;
          margin-top: 0.8em; } }

.area-pagetitle {
  padding: 115px 28px 64px 28px; }
  .area-pagetitle .title h1 {
    font-size: 28px;
    font-weight: bold;
    color: #000; }
    .area-pagetitle .title h1 span {
      display: block;
      font-family: "Inter", sans-serif;
      font-size: 14px;
      font-weight: 500;
      margin-top: 0.5em;
      color: #B6B6B6; }
  @media only screen and (min-width: 1025px) {
    .area-pagetitle {
      padding: 208px 100px 148px 100px; }
      .area-pagetitle .inner {
        max-width: 1215px;
        margin: 0 auto; }
      .area-pagetitle .title h1 {
        font-size: 48px; }
        .area-pagetitle .title h1 span {
          font-size: 18px; } }

.area-form {
  background: #fff;
  padding: 40px 28px; }
  .area-form .title {
    margin-bottom: 42px; }
    .area-form .title p.lead {
      font-size: 14px;
      font-weight: bold; }
  .area-form .body .approval {
    background: #F5F5F7;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px; }
    .area-form .body .approval p {
      font-size: 12px;
      line-height: 1.8;
      margin-bottom: 1.5em; }
      .area-form .body .approval p:last-of-type {
        margin-bottom: 0; }
      .area-form .body .approval p.has-checkbox {
        font-size: 14px;
        font-weight: bold; }
        .area-form .body .approval p.has-checkbox label {
          display: flex;
          align-items: center; }
          .area-form .body .approval p.has-checkbox label input {
            width: 35px;
            flex-shrink: 0; }
    .area-form .body .approval sup {
      color: #BB0022; }
  .area-form .body .send {
    text-align: center; }
    .area-form .body .send input {
      display: inline-block;
      width: 196px; }
  @media only screen and (min-width: 1025px) {
    .area-form {
      padding: 112px 100px; }
      .area-form .inner {
        max-width: 1215px;
        margin: 0 auto; }
      .area-form .title-body {
        display: flex;
        justify-content: space-between; }
      .area-form .title {
        margin-bottom: 0;
        width: 400px;
        margin-right: 100px;
        position: sticky;
        top: 150px;
        align-self: flex-start; }
        .area-form .title p.lead {
          font-size: 17px; }
      .area-form .body {
        flex: 1; }
        .area-form .body .approval {
          margin-bottom: 42px; }
          .area-form .body .approval p.has-checkbox {
            font-size: 17px; }
            .area-form .body .approval p.has-checkbox label {
              justify-content: center; }
              .area-form .body .approval p.has-checkbox label input {
                top: 0;
                margin-right: 0; }
          .area-form .body .approval sup {
            color: #BB0022; }
        .area-form .body .send {
          text-align: center; }
          .area-form .body .send input {
            display: inline-block;
            width: 196px; } }

.area-news-archive {
  padding: 0 28px;
  margin-bottom: 64px; }
  .area-news-archive .body .articles {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(2, 1fr); }
  .area-news-archive .body .article {
    display: grid;
    grid-template-rows: subgrid;
    grid-row-gap: 8px;
    grid-row: span 5; }
    .area-news-archive .body .article a {
      display: inherit;
      grid-template-rows: inherit;
      grid-row: inherit; }
    .area-news-archive .body .article .imgtxt {
      display: inherit;
      grid-template-rows: inherit;
      grid-row: inherit; }
    .area-news-archive .body .article .img img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12); }
    .area-news-archive .body .article .txt {
      display: inherit;
      grid-template-rows: inherit;
      grid-row: inherit; }
      .area-news-archive .body .article .txt .date {
        font-size: 9px;
        color: #B6B6B6;
        font-weight: 500; }
      .area-news-archive .body .article .txt h2 {
        color: #06038D;
        font-size: 12px;
        font-weight: bold;
        margin-top: -8px; }
      .area-news-archive .body .article .txt .lead {
        font-size: 10px;
        font-weight: 500;
        color: #656565;
        line-height: 1.8;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; }
      .area-news-archive .body .article .txt .more .btn {
        font-size: 10px;
        display: inline-block;
        padding: 0.6em 1.5em; }
  @media only screen and (min-width: 1025px) {
    .area-news-archive {
      padding: 0 100px;
      margin-bottom: 112px; }
      .area-news-archive .inner {
        max-width: 1215px;
        margin: 0 auto; }
      .area-news-archive .body .articles {
        grid-column-gap: 24px;
        grid-row-gap: 48px;
        grid-template-columns: repeat(3, 1fr); }
      .area-news-archive .body .article {
        grid-row-gap: 12px; }
        .area-news-archive .body .article .txt .date {
          font-size: 12px;
          color: #B6B6B6;
          font-weight: 500; }
        .area-news-archive .body .article .txt h2 {
          color: #06038D;
          font-size: 18px;
          font-weight: bold;
          margin-top: -1.2em; }
        .area-news-archive .body .article .txt .lead {
          font-size: 12px;
          -webkit-line-clamp: 2; }
        .area-news-archive .body .article .txt .more .btn {
          font-size: 13px;
          display: inline-block;
          padding: 0.8em 2em; } }

.area-article {
  padding: 0 28px;
  margin-bottom: 64px; }
  .area-article .title {
    padding-top: 115px;
    padding-bottom: 24px; }
    .area-article .title h1 {
      font-size: 28px;
      font-weight: bold;
      color: #000; }
    .area-article .title .date {
      display: block;
      font-family: "Inter", sans-serif;
      font-size: 14px;
      font-weight: 500;
      margin-top: 0.5em;
      color: #B6B6B6; }
  @media only screen and (min-width: 1025px) {
    .area-article {
      padding: 0 100px;
      margin-bottom: 112px; }
      .area-article .inner {
        max-width: 800px;
        margin: 0 auto; }
      .area-article .title {
        padding-top: 208px;
        padding-bottom: 48px; }
        .area-article .title h1 {
          font-size: 48px; }
        .area-article .title .date {
          font-size: 18px; } }

.area-download {
  padding: 0 28px;
  margin-bottom: 64px; }
  .area-download .body .downloads {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(2, 1fr); }
  .area-download .body .download {
    display: grid;
    grid-template-rows: subgrid;
    grid-row-gap: 8px;
    grid-row: span 3; }
    .area-download .body .download .modal-link {
      display: inherit;
      grid-template-rows: inherit;
      grid-row: inherit; }
    .area-download .body .download .imgtxt {
      display: inherit;
      grid-template-rows: inherit;
      grid-row: inherit; }
    .area-download .body .download .img img {
      width: calc(100% + 6px);
      margin-left: -3px; }
    .area-download .body .download .txt h3 {
      font-size: 12px;
      font-weight: bold; }
    .area-download .body .download .txt p {
      font-size: 10px;
      line-height: 1.8;
      margin-top: 1em; }
  @media only screen and (min-width: 1025px) {
    .area-download {
      padding: 0 100px;
      margin-bottom: 112px; }
      .area-download .inner {
        max-width: 1215px;
        margin: 0 auto; }
      .area-download .body .downloads {
        grid-column-gap: 32px;
        grid-row-gap: 64px;
        grid-template-columns: repeat(3, 1fr); }
      .area-download .body .download {
        display: grid;
        grid-template-rows: subgrid;
        grid-row-gap: 12px;
        grid-row: span 3; }
        .area-download .body .download .img {
          text-align: center; }
          .area-download .body .download .img img {
            width: 85%;
            margin-left: 0; }
        .area-download .body .download .txt h3 {
          font-size: 16px; }
        .area-download .body .download .txt p {
          font-size: 12px; } }

/* block
**************************************************************************************************************************/
.wysiwyg *:first-child {
  margin-top: 0; }
.wysiwyg h2 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.8em; }
.wysiwyg p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1.5em; }
.wysiwyg picture {
  margin: 1.5em 0; }
  .wysiwyg picture img {
    width: 100%;
    height: auto; }
@media only screen and (min-width: 1025px) {
  .wysiwyg h2 {
    font-size: 24px; }
  .wysiwyg p {
    font-size: 16px; } }

.modal {
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.64);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none; }
  .modal .modal-body {
    background: #fff;
    border-radius: 12px;
    padding: 8px;
    height: 80dvh;
    width: calc(100% - 24px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .modal .modal-body .close {
      width: 32px;
      margin-bottom: 12px;
      margin-left: auto;
      cursor: pointer; }
    .modal .modal-body .inner {
      height: calc(80dvh - 60px);
      overflow: scroll;
      padding: 0 12px 24px 12px; }
  .modal#modal-form hgroup {
    text-align: center;
    margin-bottom: 36px; }
    .modal#modal-form hgroup h2 {
      font-size: 24px;
      font-weight: bold;
      color: #000; }
    .modal#modal-form hgroup p {
      font-size: 12px;
      line-height: 1.8;
      margin-top: 1em; }
  .modal#modal-form p.has-checkbox {
    font-size: 14px;
    font-weight: bold; }
    .modal#modal-form p.has-checkbox label {
      display: flex;
      align-items: center; }
      .modal#modal-form p.has-checkbox label input {
        width: 35px;
        flex-shrink: 0; }
  .modal#modal-form sup {
    color: #BB0022; }
  .modal#modal-form .send {
    text-align: center; }
    .modal#modal-form .send input {
      display: inline-block;
      width: 196px; }
  @media only screen and (min-width: 1025px) {
    .modal .modal-body {
      padding: 16px;
      width: calc(100% - 24px);
      max-width: 800px; }
      .modal .modal-body .close {
        width: 40px; }
      .modal .modal-body .inner {
        max-width: 596px;
        height: calc(80dvh - 80px);
        margin: 0 auto;
        padding: 0 12px 48px 12px; }
    .modal#modal-form hgroup {
      text-align: center;
      margin-bottom: 36px; }
      .modal#modal-form hgroup h2 {
        font-size: 32px; }
    .modal#modal-form .approval {
      margin-bottom: 42px; }
      .modal#modal-form .approval p.has-checkbox {
        font-size: 17px; }
        .modal#modal-form .approval p.has-checkbox label {
          justify-content: center; }
          .modal#modal-form .approval p.has-checkbox label input {
            top: 0;
            margin-right: 0; }
      .modal#modal-form .approval sup {
        color: #BB0022; }
    .modal#modal-form .send {
      text-align: center; }
      .modal#modal-form .send input {
        display: inline-block;
        width: 196px; } }

/* modal
**************************************************************************************************************************/
@media screen and (min-width: 769px) {
  .is_sp {
    display: none !important; }

  .is_tb {
    display: block !important; }

  .is_tb_inline {
    display: inline-block !important; } }
@media screen and (min-width: 1024px) {
  .is_pc {
    display: block !important; }

  .is_pc_inline {
    display: inline-block !important; } }
