@charset 'utf-8';
/*** Main Visual Slider ***/
.dbk-main-visual, .main-visual-slider {
  display: block;
  height: 758px;
  position: relative;
  z-index: 0;
}
.main-visual-slider li {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.main-visual-slider li:first-child {
  opacity: 1;
}
.main-visual-slider li.active {
  z-index: 5;
}
.main-visual-slider li::before, .main-visual-slider li::after {
  content: "";
  display: block;
  width: 50%;
  padding-top: 758px;
  position: absolute;
  z-index: 0;
  top: 0;
}
.main-visual-slider li::before {
  left: 0;
}
.main-visual-slider li::after {
  right: 0;
}
.main-visual-slider li .visual-slider-box {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: -1px auto 0;
  position: relative;
  z-index: 1;
}
.main-visual-slider li .visual-slider-box img {
  opacity: 0;
}
.main-visual-slider li:nth-child(1)::before {
  background: url(../images/poster_front_left_01.jpg) repeat-x left top;
}
.main-visual-slider li:nth-child(1)::after {
  background: url(../images/poster_front_right_01.jpg) repeat-x right top;
}
.main-visual-slider li:nth-child(1) .visual-slider-box {
  background: url(../images/poster_front_01.jpg) no-repeat center;
  background: image-set(url(../images/poster_front_01.jpg) 1x, url(../images/poster_front_01@2x.jpg) 2x) no-repeat center;
  background: -webkit-image-set(url(../images/poster_front_01.jpg) 1x, url(../images/poster_front_01@2x.jpg) 2x) no-repeat center;
}
.main-visual-slider li:nth-child(2)::before {
  background: url(../images/poster_front_left_02.jpg) repeat-x left top;
}
.main-visual-slider li:nth-child(2)::after {
  background: url(../images/poster_front_right_02.jpg) repeat-x right top;
}
.main-visual-slider li:nth-child(2) .visual-slider-box {
  background: url(../images/poster_front_02.jpg) no-repeat center;
  background: image-set(url(../images/poster_front_02.jpg) 1x, url(../images/poster_front_02@2x.jpg) 2x) no-repeat center;
  background: -webkit-image-set(url(../images/poster_front_02.jpg) 1x, url(../images/poster_front_02@2x.jpg) 2x) no-repeat center;
}
@media screen and (max-width: 1920px) {
  .main-visual-slider li::before {
    display: none;
  }
  .main-visual-slider li::after {
    display: none;
  }
}
@media screen and (max-width: 1130px) and (min-width: 809px) {
  .dbk-main-visual, .main-visual-slider, .main-visual-slider li .visual-slider-box img {
    height: 67.08vw;
  }
  .main-visual-slider li .visual-slider-box {
    background-size: auto 67.08vw !important;
  }
  .main-visual-slider li:nth-child(1) .visual-slider-box {
    background-position: left 40% center;
  }
}
@media screen and (max-width: 808px) {
  .dbk-main-visual {
    height: auto;
  }
  .main-visual-slider {
    height: auto;
    padding-top: 93.7%;
  }
  .main-visual-slider li::before, .main-visual-slider li::after {
    display: none;
  }
  .main-visual-slider li .visual-slider-box {
    background-image: none;
  }
  .main-visual-slider li .visual-slider-box img {
    opacity: 1;
  }
}
/*--------------------------------------------------------------------------------
  Main Visual
--------------------------------------------------------------------------------*/
.dbk-main-visual {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 736px) {
  .dbk-main-visual::before {
    display: none;
  }
  .dbk-main-visual::after {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .dbk-main-visual::before {
    display: none;
  }
  .dbk-main-visual::after {
    display: none;
  }
  .dbk-main-visual-image {
    display: none;
  }
}
/*--------------------------------------------------------------------------------
  link banner
--------------------------------------------------------------------------------*/
.dbk-link-banner {
  display: block;
  margin-top: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.dbk-link-banner a:hover img {
  opacity: 0.7;
}
.dbk-link-webbanner {
  max-width: 563px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.dbk-link-banner_col2 {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
}
p.dbk-link-banner a {
  margin-right: 20px;
}
p.dbk-link-banner a:last-child {
  margin-right: 0px;
}
@media screen and (max-width:979px) {
  .dbk-link-banner_col2 {
    flex-direction: column;
  }
  p.dbk-link-banner a {
    margin-right: 0px;
  }
  p.dbk-link-banner a img {
    margin-bottom: 40px;
  }
  p.dbk-link-banner a:last-child img {
    margin-bottom: 0px;
  }
}
/*--------------------------------------------------------------------------------
  n1  -  Introduction & Scene
--------------------------------------------------------------------------------*/
/********** コンセプト **********/
#sect-01, #sect-02, #sect-03, #sect-04 {
  /*ヘッダー調整分*/
  padding-top: 50px;
  margin-top: -50px;
}
/*--------------------------------------------------------------------------------
  n2  -  Features
--------------------------------------------------------------------------------*/
.dbk-front-02 {
  overflow: hidden;
  margin-bottom: 50px;
}
.dbk-front-02__inner {
  width: 100%;
  overflow: hidden;
}
.dbk-front-02__body {
  padding: 110px 0 90px;
}
.dbk-front-02 sup {
  line-height: 0;
}
/********** feature **********/
.v-feature {
  margin: 0 auto;
  /*padding:  0 0 260px;*/
  padding: 0 0 100px;
}
.v-feature__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.v-feature__body {
  position: relative;
  /* position: relative;
                z-index:  3; */
}
.v-feature__lead {
  position: relative;
  z-index: 5;
}
.v-feature__lead p {
  font-size: 14px;
  line-height: 30px;
}
.v-feature__lead p .note {
  display: block;
  margin-top: 1em;
  margin-left: 1em;
  font-size: 11px;
  line-height: 1.4;
  text-indent: -1em;
}
.v-feature__figure {
  position: relative;
  z-index: 5;
  text-align: center;
}
.v-feature__figure img {
  height: auto;
  vertical-align: bottom;
}
.csstransitions .v-feature__figure {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.csstransitions .v-feature__figure.in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1000ms, opacity 1000ms;
  -webkit-transition: transform 1000ms, opacity 1000ms;
  transition: transform 1000ms, opacity 1000ms;
}
.no-csstransitions .v-feature__figure {
  position: relative;
  top: 50px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
.v-feature__footer {
  position: relative;
  z-index: 10;
}
.v-feature__footer > div:first-of-type {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.v-feature__spec {
  display: table-cell;
  vertical-align: bottom;
}
.v-feature__spec > ul {
  display: table;
  letter-spacing: -0.5em;
}
.v-feature__spec > ul > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px;
  border-right: 1px solid #bfbfbf;
  letter-spacing: normal;
}
.v-feature__spec > ul > li:first-child {
  border-left: 1px solid #bfbfbf;
}
.v-feature__spec > ul > li.valign--top {
  vertical-align: top;
}
.v-feature__spec > ul > li.valign--middle {
  vertical-align: middle;
}
.v-feature__spec > ul > li.valign--bottom {
  vertical-align: bottom;
}
.v-feature__spec > ul > li.center {
  text-align: center;
}
.v-feature__spec > ul > li .font-size-S {
  display: inline;
  font-size: 14px;
}
.v-feature__spec > ul > li.w20 {
  width: 20%;
}
.v-feature__spec > ul > li.w18 {
  width: 18%;
}
.v-feature__spec > ul > li > span, .v-feature__spec > ul > li > a > span {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}
.v-feature__spec > ul > li > dl > dd > span, .v-feature__spec > ul > li > a > dl > dd > span, .v-feature__spec > ul > li > dl > dd > a > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  white-space: normal;
  line-height: 30px;
}
.v-feature__spec > ul > li > dl.inline {
  display: inline-block;
  vertical-align: middle;
}
.v-feature__spec > ul > li > dl > dt, .v-feature__spec > ul > li > a > dl > dt {
  margin: 0 auto 17px;
  font-size: 13px;
  line-height: 1;
}
.v-feature__spec > ul > li > dl > dd, .v-feature__spec > ul > li > a > dl > dd {
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}
.v-feature__spec > ul > li > dl > dd em, .v-feature__spec > ul > li > a > dl > dd em {
  display: inline-block;
  padding-top: 0;
  padding-right: 2px;
  padding-left: 10px;
  padding-bottom: 0;
  font-size: 42px;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
}
.v-feature__spec > ul > li > dl > dd span.large, .v-feature__spec > ul > li > a > dl > dd span.large {
  vertical-align: middle;
  font-size: 20px;
  white-space: normal;
  font-weight: bold;
}
.v-feature__spec > ul > li > dl > dd span.middle, .v-feature__spec > ul > li > a > dl > dd span.middle {
  vertical-align: middle;
  font-size: 13px;
  white-space: normal;
  font-weight: bold;
}
.v-feature__more, .v-feature__newwin {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}
.v-feature__more > a, .v-feature__newwin > a {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  font-size: 13px;
  color: #fff;
  background: #000;
  opacity: 1;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.v-feature__more > a {
  padding: 11px 25px 11px 30px;
}
.v-feature__newwin > a {
  padding: 9px 18px;
}
.v-feature__more > a.small, .v-feature__newwin > a.small {
  margin-top: 10px;
  font-size: 12px;
}
.v-feature__more > a:after, .v-feature__newwin > a:after {
  content: '';
  position: relative;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  margin: 0 0 0 12px;
  line-height: 1;
  -webkit-transition: left 250ms;
  transition: left 250ms;
}
.v-feature__more > a:after {
  width: 9px;
  background: url(../images/arrow_white_right.png) no-repeat center;
}
.v-feature__newwin > a:after {
  width: 12px;
  margin: 0 0 4px 10px;
  background: url(../images/i_link-w.png) no-repeat center;
}
.v-feature__more > a:hover, .v-feature__newwin > a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.v-feature__more > a:hover:after, .v-feature__newwin > a:hover:after {
  left: 5px;
  -webkit-transition: left 250ms;
  transition: left 250ms;
}
.v-feature__notes {
  /*position: absolute;*/
  top: 100%;
  left: 0;
  padding: 40px 0 0;
  font-size: 11px;
  line-height: 18px;
}
.v-feature__footer.v-feature__footer--breaked {}
.v-feature__footer.v-feature__footer--breaked > div:first-of-type {
  display: block;
  width: auto;
}
.v-feature__footer.v-feature__footer--breaked .v-feature__spec {
  display: block;
  margin: 0 auto 20px;
}
.v-feature__footer.v-feature__footer--breaked .v-feature__more {
  display: block;
}
.v-feature__footer.v-feature__footer--breaked .inline-block {
  text-align: right;
}
.v-feature__footer.v-feature__footer--breaked .inline-block .v-feature__more {
  display: inline-block;
  margin-left: 10px;
}
/********** feature 01  -  モビリティ訴求  **********/
.v-feature--01 .v-feature__header {
  /*margin-bottom:  60px;*/
  padding-left: 172px;
}
.v-feature--01 .v-feature__figure {
  float: right;
  margin-top: -100px;
  margin-right: -355px;
  margin-bottom: -314px;
}
.v-feature--01 .v-feature__lead {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 550px;
}
.v-feature--01 .v-feature__footer {
  position: relative;
  z-index: 10;
}
.v-feature--01 .v-feature__more {
  margin: 40px auto 0;
}
/********** feature 02  -   パフォーマンス訴求  **********/
.v-feature--02 {
  padding: 0;
}
.v-feature--02 .v-feature__header {
  /*margin-bottom:  50px;*/
}
.v-feature--02 .v-feature__figure {
  float: left;
  margin-top: -26px;
  margin-left: -54px;
  margin-bottom: -45px;
}
.v-feature--02 .v-feature__lead {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 370px;
}
.v-feature--02 .v-feature__lead .figure {
  margin: 55px auto 0;
}
.v-feature--02 .v-feature__lead .figure img {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 8px 0 0;
}
.v-feature--02 .v-feature__lead .figure + p {
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 25px;
}
.v-feature--02 .v-feature__spec > ul {
  width: 100%;
  margin-top: 2em;
}
.v-feature--02 .v-feature__spec > ul:nth-of-type(1) > li em {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
.v-feature--02 .v-feature__spec > ul:nth-of-type(2) {
  /*width:  80%;*/
}
.v-feature--02 .v-feature__spec > ul:nth-of-type(3) {
  /*width:  100%;*/
}
.v-feature--02 .v-feature__spec > ul > li {
  width: 50%;
}
@media (max-width: 640px) {
  .v-feature--02 .v-feature__spec > ul > li {
    width: 100%;
  }
}
.v-feature--02 .v-feature__spec > ul > li > span {
  padding: 0;
}
.v-feature--02 .v-feature__footer {
  position: relative;
}
.v-feature--02 .v-feature__more {
  margin: 36px auto 0;
}
/********** feature 03  -  色補正した画面  **********/
.v-feature--03 .v-feature__header {
  padding-left: 172px;
}
.v-feature--03 .v-feature__figure {
  float: left;
  margin-left: -189px;
  margin-right: -24px;
}
.v-feature--03 .v-feature__lead {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 380px;
}
.v-feature--03 .v-feature__footer {
  margin: 40px auto 0;
}
.v-feature--03 .v-feature__spec > ul > li > span {
  font-size: 20px;
}
.v-feature--03 .v-feature__spec > ul {
  width: 100%;
  margin-bottom: 30px;
}
.v-feature--03 .v-feature__spec > ul > li {
  vertical-align: middle;
  font-size: 20px;
  line-height: 2;
}
.v-feature--03 .v-feature__spec > ul > li .inline-block {
  display: inline-block;
  line-height: 1.25;
  vertical-align: middle;
}
.v-feature--03 .v-feature__spec > ul > li .inline-block small {
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
}
.v-feature--03 .v-feature__spec > ul > li .inline-block strong {
  font-size: 42px;
  line-height: 1.2;
  color: #444;
  font-weight: bold;
}
/********** feature 05  -  フルサイズキーボード訴求  **********/
.v-feature--05 .v-feature__header {
  padding-left: 172px;
}
.v-feature--05 .v-feature__figure {
  margin: 34px auto 0;
}
.v-feature--05 .v-feature__footer {
  margin: 0 auto 20px;
}
.v-feature--05 .v-feature__spec > ul {
  margin-top: 2em;
}
.v-feature--05 .v-feature__spec > ul > li > span {
  font-size: 20px;
  line-height: 0;
  font-weight: bold;
}
.v-feature--05 .v-feature__spec > ul:nth-of-type(1) > li em {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
}
.v-feature--05 .v-feature__spec > ul:nth-of-type(2) {
  /*width:  80%;*/
}
.v-feature--05 .v-feature__spec > ul:nth-of-type(3) {
  /*width:  100%;*/
}
.v-feature--05 .v-feature__spec > ul > li.one {
  font-size: 20px;
  line-height: 1.13636px;
  padding: 0 5px 0 20px;
}
.v-feature--05 .v-feature__spec > ul > li.one p {
  line-height: 2.5;
  font-weight: bold;
}
.v-feature--05 .v-feature__spec > ul > li.one p img {
  margin-left: 15px;
  vertical-align: middle;
}
.v-feature--05 .v-feature__spec > ul > li.one p img:nth-of-type(1) {
  margin-left: 20px;
}
.v-feature--05 .v-feature__spec > ul > li.one p img:nth-last-of-type(1) {
  margin-right: 15px;
}
/********** feature 08  -  インターフェース訴求  **********/
.v-feature--08 .v-feature__figure {
  max-width: 940px;
  margin: 98px auto;
}
.v-feature--08 .v-feature__figure > div {
  margin: 0 -250px;
}
.v-feature--08 .v-feature__footer {
  margin: 75px auto 0;
}
.v-feature--08 .v-feature__spec > ul > li > dl > dt, .v-feature__spec > ul > li > a > dl > dt {
  margin-bottom: 10px;
}
/********** feature 09  -  顔認証訴求  **********/
.v-feature--09 .v-feature__header {
  /*margin-bottom:  115px;*/
  padding-left: 172px;
}
.v-feature--09 .v-feature__figure {
  float: right;
  margin-top: -60px;
  margin-right: -177px;
  margin-bottom: -27px;
}
.v-feature--09 .v-feature__lead {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
}
/********** feature footer  **********/
.dbk-front-02__footer {}
/********** fotternotes  **********/
.v-notes {}
.v-notes__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 100px 0 20px;
}
.v-notes__item {
  display: table;
  margin: 0;
  font-size: 11px;
  line-height: 24px;
}
.v-notes__item span {
  display: table-cell;
  /* [disabled]vertical-align: top; */
}
.v-notes__item span:first-of-type {
  padding: 0 0.5em 0 0;
  width: 3.5em;
}
.v-features {}
.v-features__inner {
  max-width: 10in;
  margin: 0 auto;
  padding: 144px 100px 0;
}
.v-features__header {
  margin: 0 auto 80px;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.v-feature .v-notes__inner {
  padding: 30px 0 0;
}
@media (max-width: 940px) {
  .dbk-front-02__inner {
    padding: 0 15px;
  }
  .dbk-front-02__body {
    padding: 40px 20px 80px;
  }
  .v-feature {
    padding-bottom: 80px;
  }
  .v-feature__header {
    margin-bottom: 30px !important;
    padding: 0 !important;
  }
  .v-feature__heading {
    margin: 40px auto 0;
    font-size: 36px;
    line-height: 1.4;
  }
  .v-feature__heading br {
    display: none;
  }
  .v-feature__heading .break--mobile {
    display: block;
  }
  .v-feature__figure {
    float: none !important;
    width: auto !important;
    margin: 0 auto !important;
  }
  .v-feature__figure img {
    max-width: 65%;
  }
  .v-feature__lead {
    float: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    width: auto !important;
    margin: 25px auto 40px !important;
    padding: 0 !important;
  }
  .v-feature__lead p {
    font-size: 14px;
    line-height: 2.14;
  }
  .v-feature__footer {
    margin: 0 auto 0 !important;
  }
  .v-feature__spec {
    display: block;
  }
  .v-feature__spec > ul > li > dl > dd, .v-feature__spec > ul > li > a > dl > dd {
    white-space: normal;
  }
  .v-feature__notes {
    position: static;
    top: auto;
    left: auto;
    margin: 40px auto 0;
    padding: 0;
  }
  .v-feature--05 .v-feature__footer {
    margin-top: 40px !important;
  }
  .v-notes__inner {
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  .v-feature {
    padding-bottom: 80px;
  }
  .v-feature__header {
    margin-bottom: 30px !important;
    padding: 0 !important;
  }
  .v-feature__heading {
    margin: 40px auto 0;
    font-size: 36px;
    line-height: 1.4;
  }
  .v-feature__figure {
    float: none !important;
    width: auto !important;
    margin: 0 auto !important;
  }
  .v-feature__figure img {
    max-width: 100%;
  }
  .v-feature__lead {
    float: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    width: auto !important;
    margin: 25px auto 40px !important;
    padding: 0 !important;
  }
  .v-feature__lead p {
    font-size: 14px;
    line-height: 2.14;
  }
  .v-feature__footer {
    margin: 0 auto !important;
  }
  .v-feature__spec > ul {
    display: block;
    letter-spacing: normal;
  }
  .v-feature__spec > ul > li {
    display: block;
    margin: 0 auto 20px;
    /*padding:  0 0 0 22px!important;*/
    padding: 0 11px 0 11px !important;
    border-right: none;
    border-left: 1px solid #bfbfbf;
  }
  .v-feature__spec > ul > li.w20 {
    width: 100%;
  }
  .v-feature__spec > ul > li.w20 br {
    display: none;
  }
  .v-feature__spec > ul > li.w18 {
    width: 100%;
  }
  .v-feature__spec > ul > li > dl > dd, .v-feature__spec > ul > li > a > dl > dd {
    white-space: normal;
  }
  .v-feature__spec > ul > li > dl > dd em, .v-feature__spec > ul > li > a > dl > dd em {
    font-size: 34px;
    font-weight: normal;
  }
  .v-feature__notes {
    position: static;
    top: auto;
    left: auto;
    margin: 40px auto 0;
    padding: 0;
  }
  .v-feature__more {
    margin-top: 40px !important;
    text-align: center;
  }
  .v-feature__more > a {
    padding: 12px 15px;
    font-size: 11px;
    line-height: 1.4;
  }
  .v-feature__newwin > a {
    padding: 10.5px 15px;
    font-size: 11px;
    line-height: 1.4;
  }
  .v-feature--01 .v-feature__figure {
    margin-right: -20px !important;
    margin-left: -20px !important;
    left: 12%;
  }
  .v-feature--02 .v-feature__figure {
    padding: 0 20px;
  }
  .v-feature--02 .v-feature__lead figure {
    margin-top: 40px;
  }
  .v-feature--02 .v-feature__spec > ul > li > dl > dd em {
    padding-left: 0;
  }
  .v-feature--02 .v-feature__spec > ul:nth-of-type(1) > li em {
    font-size: 34px !important;
  }
  .v-feature--03 .v-feature__spec > ul > li .inline-block strong {
    font-size: 34px !important;
  }
  .v-feature--05 .v-feature__figure {
    margin-bottom: 40px !important;
    overflow: hidden;
  }
  .v-feature--05 .v-feature__figure > div {
    margin: 0 -5%;
  }
  .v-feature--05 .v-feature__lead {
    margin-top: 0 !important;
  }
  .v-feature--05 .v-feature__footer {
    margin-top: 0 !important;
  }
  .v-feature--05 .v-feature__spec > ul > li > span {
    line-height: 1.3;
  }
  .v-feature--05 .v-feature__spec > ul:nth-of-type(1) > li em {
    font-size: 32px;
  }
  .v-feature--09 .v-feature__spec > ul {
    margin: 0 -22px;
    text-align: center;
  }
  .v-feature--09 .v-feature__spec > ul > li {
    display: inline-block;
    margin: 0;
  }
  .v-features__inner {
    padding: 70px 20px 0;
  }
  .dbk-u-left-sp {
    text-align: left !important;
  }
}
@media (max-width: 573px) {
  .inline-block-soft {
    padding-top: 31px !important;
  }
}
/*--------------------------------------------------------------------------------
  n3  -  Gallery
--------------------------------------------------------------------------------*/
.dbk-front-03 {
  /*border-top:  1px solid #bfbfbf;*/
}
.dbk-front-03__inner {
  padding: 140px 10px 50px;
}
.dbk-front-03__header {
  margin: 0 auto 50px;
  font-size: 27px;
  line-height: 1;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  max-width: 940px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 30px;
}
@media (max-width: 940px) {
  .dbk-front-03__inner {
    padding: 70px 10px 50px;
  }
}
@media (max-width: 640px) {
  .dbk-front-03 {}
  .dbk-front-03__inner {
    padding: 80px 20px 0;
  }
}
.inline-block {
  display: block !important;
}
.inline-block-soft {
  float: right;
  padding-top: 58px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 0;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 70px;
  border-bottom: 1px solid #bfbfbf;
  line-height: 68px;
  font-size: 24px;
  text-align: center;
  display: block;
  float: left;
  transition: all 0.2s ease;
  background-color: #F5F6F7;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.tab_item:hover {
  cursor: pointer;
  cursor: hand;
  background-color: #FFF;
  border-bottom: 4px solid #bfbfbf;
  color: #000;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 50px 0 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#G9:checked ~ #G9_content, #G8:checked ~ #G8_content, #G6:checked ~ #G6_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  border-top: 2px solid #000;
  border-bottom: 0px;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  background-color: #fff;
  cursor: default;
  opacity: 1;
}
.dbk-spec-table__category-title {
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
  border-bottom: 0 !important;
  border-top: 1px solid #dfdfdf;
  padding-top: 40px !important;
  font-size: 18px !important;
}
.dbk-spec-table__category-content {
  line-height: 30px !important;
  font-size: 13px !important;
}
.dbk-spec-table__border-t-none {
  border-top: 0;
}
.dbk-spec-table__border-b-last {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  .dbk-spec-table__category-title {
    font-size: 1rem !important;
  }
}
.dbk-button--kankyo {
  display: inline-block !important;
  width: auto !important;
  vertical-align: middle;
}
.dbk-button--text-min > a, .dbk-button--text-min > button {
  line-height: 18px;
  font-size: 8.4pt;
  font-size: .7rem;
}
.dbk-button--kankyo > a, .dbk-button--kankyo > button {
  padding: 6px 10px !important;
}
/*--------------------------------------------------------------------------------
  n4  -  Specification
--------------------------------------------------------------------------------*/
.dbk-front-04 {
  overflow: hidden;
}
.dbk-front-04__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 70px 0;
  text-align: center;
}
.dbk-front-04__header {
  margin: 0 auto 37px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.dbk-front-04__inner .v-feature__more {
  display: block;
}
.dbk-front-04__lead {
  display: none;
}
.scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar {
  height: 12px;
}
.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
i.i_black {
  font-size: 13px;
  color: #001b37;
  margin-left: 3px;
}
i.i_blue {
  font-size: 13px;
  color: #C6D9E2;
  margin-left: 3px;
}
.v-specification {
  table-layout: auto;
  border-collapse: collapse;
}
.v-specification th {
  vertical-align: middle;
  padding: 0 2px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  letter-spacing: -0.8px;
  color: #fff;
}
.v-specification th span {
  display: flex;
  background-color: #757575;
  border-radius: 3px;
  height: 45px;
  justify-content: center;
  align-items: center;
}
.v-specification tbody td {
  vertical-align: middle;
  padding: 6px 8px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  background: #fff;
}
.v-specification tbody td.model {
  line-height: 13px;
}
table.v-specification td.table_sp {
  display: none;
}
.v-specification tbody td span {
  display: block;
  vertical-align: bottom;
  word-break: break-all;
}
.v-specification tbody td em {
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding: 7px 0;
}
.v-specification + .v-notes__inner {
  padding: 30px 0;
}
.v-specification tbody sup {
  font-size: 7px;
}
@media (max-width: 940px) {
  .dbk-front-04__inner {
    padding: 20px 15px 40px;
  }
  .dbk-front-04__lead {
    display: block;
    margin: 20px auto;
    text-align: center;
  }
}
.dbk-matrix {
  max-width: 940px !important;
}
.dbk-inter-container {
  max-width: 940px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.dbk-inter-container .dbk-container--large p:first-of-type {
  text-align: center;
}
.dbk-highlight--black {
  border: 1px solid #000;
  background-color: #fff;
  font-size: 19px !important;
  line-height: 19px !important;
  padding: 4px 16px 0 !important;
  margin-right: 15px;
  display: inline-block;
}
@media screen and (max-width: 940px) {
  .dbk-highlight--black {
    margin-bottom: 10px;
  }
  .dbk-highlight--black:last-of-type {
    margin-right: 0;
  }
}
.clear {
  clear: both;
}
.skew_title {
  padding: 14px 40px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 auto 25px;
  display: inline-block;
  position: absolute;
  top: 0;
  display: table;
}
.skew_title_blue {
  background: #013196;
}
.skew_title_green {
  background: #261364;
}
.skew_title span {
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  display: inline-block;
}
.skew_title span span {
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  border: 3px solid #d9e8f5;
  position: absolute;
  height: 60px;
  top: -14px;
}
.skew_title::before {
  content: "";
  display: inline-block;
  top: 0;
  right: 100px;
  width: 1000%;
  position: absolute;
  transform: skew(25deg);
}
.skew_title_blue::before {
  border: 30px solid #013196;
}
.skew_title_green::before {
  border: 30px solid #261364;
}
.skew_model {
  font-size: 36px;
  border: 3px solid #013196;
  top: -4%;
  left: -5%;
  color: #013196;
  padding: 14px 40px 8px;
}
.skew_model::before {
  border: 3px solid #013196;
  background: #fff;
  border-right: none;
  height: 60px;
  margin-top: -3px;
}
@-moz-document url-prefix() {
  .skew_model::before {
    margin-top: 0;
  }
}
.feature_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 30px;
}
.feature_item {
  padding: 10px 5px 15px;
  width: 31%;
  background-color: #f8f8f8;
  text-align: center;
  margin-right: 15px;
  color: #616263;
}
.feature_item:last-child {
  margin-right: 0;
}
.feature_item_photo_wrap {
  position: relative;
  height: 80px;
  margin-bottom: 5px;
}
.feature_item_photo {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); /* 要素の大きさの半分の距離を左、上方向に移動する */
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.feature_item h3 {
  line-height: 21px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.feature_item p {
  font-size: 10px;
  line-height: 16px;
}
@media not all and (min-width: 940px) {
  .feature_item {
    width: 100%;
    margin-right: 0;
    padding: 10px 5px 20px;
  }
  .feature_item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .feature_item h3 {
    line-height: 4.8vw;
    font-size: 4.8vw;
  }
  .feature_item_photo_wrap {
    height: 17.7345vw;
  }
  .feature_item_photo_wrap img {
    width: 15.8675vw;
  }
  .feature_item_photo_wrap.scene_icon_sp img {
    width: 20.8675vw;
  }
}
.mil_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12.5px;
}
.mil_item {
  padding: 10px;
  width: 210px;
  background-color: #edf3f8;
  border-radius: 10px;
  text-align: center;
  color: #000;
}
.mil_item:nth-child(3), .mil_item:nth-child(6), .mil_item:nth-child(9), .mil_item:last-child {
  margin-right: 0;
}
.mil_item_photo_wrap {
  position: relative;
  height: 46px;
}
.mil_item_photo {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); /* 要素の大きさの半分の距離を左、上方向に移動する */
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.mil_item h3 {
  line-height: 40px;
  font-size: 20px;
}
.mil_item p {
  line-height: 18px;
}
@media not all and (min-width: 940px) {
  .mil_item {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .mil_item_photo_wrap {
    width: 30%;
    flex-basis: auto;
  }
  .mil_item h3 {
    flex-basis: 35%;
  }
  .mil_item p {
    text-align: left;
    flex-basis: 35%;
  }
}
@media screen and (max-width: 767px) {
  .mil_item h3 {
    line-height: 6vw;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 630px) {
  .mil_item p br {
    display: none;
  }
}
/*====================================================================
.s_05 .accordion_one
====================================================================*/
.s_05 .accordion_one {
  border-top: 2px solid #fff;
}
.s_05 .accordion_one .accordion_header {
  max-width: 300px;
  font-size: 18px;
  padding-bottom: 30px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transition-duration: 0.2s;
  display: block;
  color: #444;
}
.s_05 .accordion_one:nth-of-type(2) .accordion_header {
  border-top: 51px solid #e4e5e8;
}
.s_05 .accordion_one:nth-of-type(4) .accordion_header {
  border-top: 51px solid #ddeaf6;
}
.s_05 .accordion_one:nth-of-type(6) .accordion_header {
  border-top: 51px solid #e4e5e8;
}
.s_05 .accordion_one:nth-of-type(8) .accordion_header {
  border-top: 51px solid #ddeaf6;
}
.s_05 .accordion_one:nth-of-type(10) .accordion_header {
  border-top: 51px solid #e4e5e8;
}
.s_05 .accordion_one:nth-of-type(12) .accordion_header {
  border-top: 51px solid #ddeaf6;
}
.s_05 .accordion_one .accordion_header::before {
  content: "もっと詳しく▼";
  position: absolute;
  bottom: 160%;
  right: 23%;
  text-decoration: none;
  font-weight: bold;
}
.s_05 .accordion_one .open::before {
  content: "閉じる▲";
  position: absolute;
  right: 33%;
}
.s_05 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_05 .accordion_one .accordion_header .i_box {
  position: absolute;
  bottom: 127%;
  left: 73%;
  transition-duration: 0.2s;
  line-height: 0;
}
.s_05 .accordion_one .accordion_header .i_box .one_i {
  border-top: 12px solid #000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.s_05 .accordion_one .accordion_inner {
  display: none;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
.s_05 .accordion_one:nth-of-type(8) .accordion_inner {
  border-bottom: 2px solid #f6f1e6;
}
.s_05 .accordion_one:nth-of-type(10) .accordion_inner {
  border-bottom: 2px solid #e1efed;
}
.s_05 .accordion_one:nth-of-type(12) .accordion_inner {
  border-bottom: 2px solid #e0f1e5;
}
.s_05 .accordion_one:nth-of-type(14) .accordion_inner {
  border-bottom: 2px solid #ece8e2;
}
.accordion_inner + .accordion_inner {
  border-top: 1px solid #b3b3b3;
}
.inner_wrap {
  max-width: 1100px;
  margin: 50px auto;
}
.s_05 .accordion_one .accordion_inner .box_one {
  padding: 70px 55px 100px;
}
.s_05 .accordion_one .accordion_inner .closeArea {
  max-width: 300px;
  margin: 0 auto;
  border-bottom: 51px solid #e4e5e8;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  height: 0;
}
.s_05 .accordion_one:nth-of-type(4) .accordion_inner .closeArea {
  border-bottom: 51px solid #ddeaf6;
}
.s_05 .accordion_one:nth-of-type(6) .accordion_inner .closeArea {
  border-bottom: 51px solid #e4e5e8;
}
.s_05 .accordion_one:nth-of-type(8) .accordion_inner .closeArea {
  border-bottom: 51px solid #ddeaf6;
}
.s_05 .accordion_one:nth-of-type(10) .accordion_inner .closeArea {
  border-bottom: 51px solid #e4e5e8;
}
.s_05 .accordion_one:nth-of-type(12) .accordion_inner .closeArea {
  border-bottom: 51px solid #ddeaf6;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #000;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  position: absolute;
  bottom: 84%;
  right: 31%;
  line-height: 0;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  border-bottom: 12px solid #000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.scroll_more1, .scroll_more2 {
  display: block;
  width: 300px;
  margin: 0 auto;
  color: inherit !important;
}
@media screen and (max-width: 1064px) {
  .s_05 .accordion_one .accordion_inner .box_one {
    padding: 50px 20px 80px;
  }
}
@media screen and (max-width: 767px) {
  .s_05 .accordion_one .accordion_inner .box_one {
    padding: 80px 20px 100px;
  }
  .skew_title {
    padding: 5px 8.5vw 0px;
    font-size: 6vw;
    line-height: 9vw;
  }
  .skew_title span span {
    height: 10vw;
    top: -5px;
  }
}
.l-side-by-side__photo .scene__photo-mask {
  height: 100%;
  position: relative;
  width: 100%;
  padding-top: 47.5%;
}
@media (min-width: 940px) {
  .l-side-by-side__photo .scene__photo-mask {
    margin-left: 0;
    padding-top: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    -ms-transform: skew(-11deg);
    transform: skew(-11deg);
  }
}
@media screen and (max-width: 467px) {
  .l-side-by-side__photo .scene__photo-mask {
    height: 200px;
  }
}
.s_05 .l-side-by-side {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: linear-gradient(90deg, #e4e5e8, #fff);
}
.s_05 .l-side-by-side:nth-of-type(3) {
  background: linear-gradient(90deg, #d9e8f5, #fff);
}
.s_05 .l-side-by-side:nth-of-type(5) {
  background: linear-gradient(90deg, #e4e5e8, #fff);
}
.s_05 .l-side-by-side:nth-of-type(7) {
  background: linear-gradient(90deg, #d9e8f5, #fff);
}
.s_05 .l-side-by-side:nth-of-type(9) {
  background: linear-gradient(90deg, #e4e5e8, #fff);
}
.s_05 .l-side-by-side:nth-of-type(11) {
  background: linear-gradient(90deg, #d9e8f5, #fff);
}
.l-side-by-side__photo {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
@media (min-width: 940px) {
  .l-side-by-side__photo {
    width: 0;
    float: left;
    margin-bottom: 0;
    -ms-flex-order: 2;
    order: 2;
    height: 0;
  }
  .s_05 .l-side-by-side .l-side-by-side__photo .scene__photo {
    margin-left: -7.5%;
    width: 742px;
    transform: skew(11deg);
  }
}
@media (min-width: 940px) {
  .l-side-by-side__photo .scene__photo-mask {
    width: 134%;
    right: -93%;
  }
}
@media (min-width: 940px) and (min-width: 1440px) {
  .l-side-by-side__photo .scene__photo-mask {
    right: -74%;
    width: 111%;
  }
}
@media (min-width: 2200px) {
  .l-side-by-side__photo .scene__photo-mask {
    right: -21%;
    width: 65%;
  }
}
.l-side-by-side__text {
  float: left;
  z-index: 1;
  -ms-flex-order: 2;
  order: 2;
  padding: 50px 60px 30px 30px;
}
@media (min-width: 940px) {
  .l-side-by-side__text {
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    padding: inherit;
  }
}
@media screen and (max-width: 467px) {
  .l-side-by-side__text {
    padding: 30px 20px 15px 10px;
  }
}
.scene__photo {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  background-position: center right;
}
@media screen and (max-width: 939px) {
  .scene_position-t {
    background-position: top !important;
  }
  .scene_position-c {
    background-position: center !important;
  }
  .scene_position-b {
    background-position: bottom !important;
  }
  .skew_title {
    position: inherit;
  }
  .skew_title::before {
    display: none;
  }
  .skew_model {
    left: inherit;
  }
}
.l-side-by-side__text_wrap {
  width: 1180px;
  margin: 0 auto;
  padding: 60px 0 30px;
  order: 2;
  font-family: "メイリオ", sans-serif;
}
@media screen and (max-width: 939px) {
  .l-side-by-side__text_wrap {
    padding: 20px 0;
    width: 100%;
    margin: inherit;
  }
}
.s_05 .l-side-by-side .l-side-by-side__text > h3 {
  font-size: 36px;
  line-height: 54px;
  padding-left: 25px;
  border-left: solid 5px #013196;
  color: #013196;
  margin-bottom: 20px;
}
.s_05 .l-side-by-side:nth-of-type(3) .l-side-by-side__text > h3 {
  border-left: solid 5px #261364;
  color: #261364;
}
.s_05 .l-side-by-side:nth-of-type(5) .l-side-by-side__text > h3 {
  border-left: solid 5px #013196;
  color: #013196;
}
.s_05 .l-side-by-side:nth-of-type(7) .l-side-by-side__text > h3 {
  border-left: solid 5px #261364;
  color: #261364;
}
.s_05 .l-side-by-side:nth-of-type(9) .l-side-by-side__text > h3 {
  border-left: solid 5px #013196;
  color: #013196;
}
.s_05 .l-side-by-side:nth-of-type(11) .l-side-by-side__text > h3 {
  border-left: solid 5px #261364;
  color: #261364;
}
@media screen and (max-width: 467px) {
  .s_05 .l-side-by-side .l-side-by-side__text > h3 {
    font-size: 28px;
    line-height: 42px;
  }
}
.l-side-by-side__text > p {
  font-size: 17px;
  line-height: 32px;
  padding-left: 30px;
  margin-bottom: 35px;
}
.l-side-by-side__text > ul {
  padding-left: 30px;
}
.l-side-by-side__text > ul:nth-child(4) {
  margin-bottom: 35px;
}
.more_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  /*ヘッダー調整分*/
  padding-top: 50px;
  margin-top: -50px;
  position: relative;
}
.more_cont_full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*ヘッダー調整分*/
  padding-top: 50px;
  margin-top: -50px;
  position: relative;
}
.align-items_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items_start .more_photo {
  text-align: center;
}
.more_cont_relative_r {
  justify-content: flex-end;
}
.more_photo_absolute_l {
  position: absolute;
  left: -12.5%;
  top: 15%;
}
.more_cont_relative_l {
  justify-content: flex-start;
}
.more_photo_absolute_r {
  position: absolute;
  right: -6%;
  top: 18%;
}
.more_photo_absolute_c {
  position: absolute;
  right: -15%;
  left: -15%;
  top: 100%;
}
.more_photo_absolute_c2 {
  position: absolute;
  right: -17%;
  top: 100%;
}
.more_text {
  flex-basis: 52.7276%;
}
.more_title:first-of-type {
  flex-basis: 46%;
}
.more_title {
  flex-basis: 41%;
}
.more_title h4 {
  font-size: 38px;
  line-height: 58px;
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}
.more_title h4::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #1e65a5;
  border-right: 0;
}
@media screen and (max-width: 467px) {
  .more_title h4 {
    font-size: 6.5vw;
    line-height: 10.5vw;
  }
  .more_title h4::before {
    top: 15px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #1e65a5;
  }
}
.more_text h4 {
  font-size: 29px;
  line-height: 30px;
  font-weight: bold;
}
.s_05 .accordion_one:nth-of-type(4) .accordion_inner .more_text h4 {
  color: #261364;
}
.s_05 .accordion_one:nth-of-type(6) .accordion_inner .more_text h4 {
  color: #013196;
}
.s_05 .accordion_one:nth-of-type(8) .accordion_inner .more_text h4 {
  color: #261364;
}
.s_05 .accordion_one:nth-of-type(10) .accordion_inner .more_text h4 {
  color: #013196;
}
.s_05 .accordion_one:nth-of-type(12) .accordion_inner .more_text h4 {
  color: #261364;
}
.more_text h4 span {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  margin: 15px 0;
  color: #1e65a5;
  border-bottom: 1px solid #1e65a5;
  padding-bottom: 5px;
}
.more_text h4 span.modelbadge_blue {
  display: inline-block;
  font-size: 17.6px;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #013196;
  padding: 2px 15px 0px;
  margin: 0 10px 10px 0;
}
.more_text h4 span.modelbadge_green {
  display: inline-block;
  font-size: 17.6px;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #261364;
  padding: 2px 15px 0px;
  margin: 0 10px 10px 0;
}
span.modelbadge {
  display: inline-block;
  font-size: 17.6px;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #000;
  padding: 2px 15px 0px;
  margin: 0 10px 10px 0;
}
.more_text h4 a {
  text-decoration: none;
  color: inherit;
  transition: .4s;
}
.more_text h4 a:hover {
  opacity: .7;
}
.more_text p {
  font-size: 18px;
  line-height: 34px;
}
.more_text p + ul {
  margin-top: 10px;
}
.more_text p + img, .more_text p + div > img {
  margin: 40px auto;
  display: block;
}
.more_text ul + img {
  margin: 30px auto;
  display: block;
}
.more_text p.ai_studio_effect_txt {
  color: #1e65a5;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  background-color: #e2f0f6;
  border-radius: 25px;
  padding: 5px 20px;
  margin: 10px 0;
}
.more_logo_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.more_logo_mil {
  text-align: center;
  margin-bottom: 40px;
}
.more_logo_wifi {
  position: absolute;
  top: 2%;
  right: 4.5%;
}
.more_logo_mil p {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #013196;
  font-weight: bold;
}
.more_logo_tdp {
  position: absolute;
  top: 51%;
  right: 10.5%;
}
.more_logo_intel {
  position: absolute;
  top: 6%;
  right: 30%;
}
.more_logo_trunote {
  position: absolute;
  top: 11.5%;
  right: 11%;
}
.more_logo_sp {
  display: none;
}
@media screen and (max-width: 1064px) {
  .more_cont_relative_r, .more_cont_relative_l {
    position: inherit;
    justify-content: space-between;
  }
  .more_photo_absolute_l, .more_photo_absolute_r {
    position: inherit;
  }
  .more_text {
    flex-basis: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .more_photo {
    flex-basis: auto;
  }
  .more_photo_absolute_c2 {
    position: inherit;
    right: inherit;
    left: inherit;
  }
}
@media screen and (max-width: 1129px) {
  .more_text {
    display: grid;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .more_text p + img, .more_text p + div > img {
    margin: 30px auto 0;
  }
  .more_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
    margin-top: -50px;
    align-items: flex-start;
  }
  .more_cont_full {
    margin-left: 0;
    margin-right: 0;
  }
  .align-items_start {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .more_title {
    margin-top: 5px;
  }
  .more_photo {
    -ms-flex-order: 3;
    order: 3;
    margin: 30px auto 0;
  }
  .more_logo_mil {
    font-size: 4vw;
    line-height: 5.8vw;
  }
  .more_logo_pc, .more_logo_wifi {
    display: none;
  }
  .more_logo_tdp, .more_logo_intel, .more_logo_trunote {
    display: none;
  }
  .more_logo_sp {
    display: block;
    text-align: center;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 467px) {
  .more_text h4 {
    font-size: 5.2vw;
    line-height: 6.4vw;
  }
  .more_text h4 span, .more_text p.ai_studio_effect_txt {
    font-size: 4.2vw;
    line-height: 6.4vw;
    padding-bottom: 0;
  }
  .more_text p {
    font-size: 14px;
    line-height: 24px;
  }
}
.performance_waku1 {
  margin-bottom: 90px;
}
.performance_text {
  font-size: 22px;
  line-height: 30px;
  color: #261364;
  margin-bottom: 10px;
  font-weight: bold;
}
.performance_waku1 p {
  margin-bottom: 25px;
}
.performance_p {
  font-size: 14px;
  line-height: 24px;
  color: #626262;
}
@media screen and (max-width: 57.99em) {
  .performance_waku1 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.performance_waku {
  background-color: #f8f8f8;
  padding: 50px 55px;
  margin-left: -55px;
  width: 113.254%;
  position: relative;
}
.performance_waku h3 {
  font-size: 22px;
  line-height: 30px;
  color: #013196;
  font-weight: bold;
  margin-bottom: 15px;
}
.performance_waku p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 35px;
}
.gen12_waku {
  background-color: #f8f8f8;
  padding: 50px 0;
  margin-left: -81px;
  width: 120.5135%;
  position: relative;
  text-align: center;
}
.gen12_waku h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.gen12_waku h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  background-color: #989898;
  color: rgb(255, 255, 255);
  padding: 3px 25px;
  margin: 0 auto 40px;
  display: inline-block;
  border-radius: 5px;
}
.gen12_waku h4:last-of-type {
  background-color: #0078d4;
}
/*.gen12_waku h4 span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
    margin: 5px 10px;
    padding: 0 5px 0 10px;
    border-radius: 10px/50%;
    border-style: solid;
    border-width: 0 3px;
    border-color: #fff;
    display: inline-block;
    vertical-align: middle;
}*/
.gen12_waku h4 > span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 5px 10px;
  padding: 0 5px 0 12.5px;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.gen12_waku h4 > span::before, .gen12_waku h4 > span::after {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  top: 0;
}
.gen12_waku h4 > span::before {
  border-left: solid 2px #fff;
  left: 0;
}
.gen12_waku h4 > span::after {
  border-right: solid 2px #fff;
  right: 0;
}
.gen12_waku img {
  padding: 0 15px 40px;
}
.gen12_waku p {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 15px 0;
}
.gen12_waku p span:nth-of-type(1) {
  color: #f87238;
  font-weight: bold;
}
.gen12_waku p span:nth-of-type(2) {
  color: #2ea9c6;
  font-weight: bold;
}
.cpu-hikaku_waku {
  padding: 0 100px;
}
.cpu-hikaku_waku h3 {
  font-size: 18px;
  text-align: left;
  padding: 0 15px 0;
}
.cpu-hikaku_waku p {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: normal;
  text-align: left;
}
.cpu-hikaku_waku ul {
  font-weight: normal;
  text-align: left;
  padding: 0 15px 0;
}
.cpu-hikaku_waku p span {
  color: #23569E !important;
  font-weight: normal !important;
}
.cpu-hikaku_waku b {
  font-size: 21px;
  line-height: 30px;
}
.cpu-hikaku_waku img {
  margin-top: 20px;
}
.cpu-hikaku_waku .more_photo:last-child {
  margin-bottom: 0;
}
.interface_waku {
  background-color: #f8f8f8;
  padding: 30px 40px;
  margin-bottom: 30px;
}
.interface_text {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ai-noisecanceller_waku {
  background-color: #f8f8f8;
  padding: 50px 29px;
  margin-left: -92.5px;
  width: 122.29%;
  margin-bottom: 60px;
}
.ai-noisecanceller_text {
  font-size: 23px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
.ai-cameraeffector_wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ai-cameraeffector_waku {
  flex-basis: 47%;
}
.ai-cameraeffector_waku:last-child {
  flex-basis: auto;
}
.ai-cameraeffector_waku > p {
  font-size: 15px;
  line-height: 24px;
}
.ai-cameraeffector_waku > div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.ai-cameraeffector_waku > div > img {
  width: 200px;
}
.ai-cameraeffector_waku:last-child > div > img {
  width: 400px;
}
.ai-cameraeffector_waku > div > p {
  font-size: 12px;
  line-height: 22px;
}
.ai-cameraeffector_waku:last-child > div > p {
  flex-basis: 21.7%;
}
.feature_waku {
  background-color: #f8f8f8;
  padding: 60px 80px 50px;
}
.feature_waku h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.feature_waku p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.feature_waku2 {
  background-color: unset;
  padding: 0;
  width: 100%;
  margin-left: inherit;
}
.feature_waku2 h3 {
  color: #013196;
}
.feature_waku2 .more_photo {
  margin-bottom: 0;
}
.trunote_waku {
  background-color: #f8f8f8;
  padding: 60px 90px;
  position: relative;
}
.trunote_waku h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.trunote_waku ul {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.trunote_waku ul li {
  margin-bottom: 5px;
}
.trunote_waku ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1064px) {
  .ai-noisecanceller_waku {
    margin-left: inherit;
    width: inherit;
  }
}
@media screen and (max-width: 939px) {
  .performance_waku, .gen12_waku, .feature_waku {
    margin-left: inherit;
    width: inherit;
  }
  .performance_waku h3, .gen12_waku h3, .feature_waku h3, .trunote_waku h3, .ai-noisecanceller_text {
    text-align: center;
    font-size: 4.4vw;
    line-height: 6.2vw;
  }
  .interface_text, .gen12_waku h4 {
    text-align: center;
    font-size: 4vw;
    line-height: 5.8vw;
  }
  .gen12_waku h4 span {
    text-align: center;
    font-size: 3.6vw;
  }
  .gen12_waku p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .performance_waku p {
    margin-bottom: 15px;
  }
  .ai-cameraeffector_wrap, .ai-cameraeffector_waku:last-child > div {
    flex-direction: column;
  }
}
@media screen and (max-width: 467px) {
  .performance_waku, .interface_waku, .ai-noisecanceller_waku {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 750px) {
  .more_logo_sp {
    margin-bottom: 3vw;
  }
  .more_logo_sp img {
    width: 30vw;
  }
  .performance_text {
    text-align: center;
    font-size: 4.6vw;
    line-height: 6.4vw;
  }
  .feature_waku, .trunote_waku {
    padding: 30px 15px;
  }
  .gen12_waku {
    padding: 30px 0;
  }
  .cpu-hikaku_waku {
    padding: 0;
  }
}
.spec_wrap {
  padding: 0 25px;
}
.spec_paragraph:first-child {
  border-top: 1px solid #ababab;
}
.spec_paragraph {
  border-bottom: 1px solid #ababab;
  padding: 30px 0 30px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spec_paragraph h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.spec_paragraph p {
  font-size: 14px;
  line-height: 24px;
  color: #656565;
}
@media screen and (max-width: 939px) {
  .spec_wrap {
    padding: 0 15px;
  }
  .spec_paragraph {
    flex-direction: column;
  }
  .spec_paragraph img {
    margin-top: 20px;
  }
  .spec_paragraph h3 {
    text-align: center;
    font-size: 4.4vw;
    line-height: 6.2vw;
  }
}
.dbk-container--huge {
  margin-bottom: 80px;
}
.kv_content_wrap {
  position: relative;
  max-width: 1130px;
  height: 758px;
  margin: -758px auto 0px;
  padding: 0 15px;
}
.kv_content {
  position: absolute;
  text-align: center;
  width: 52%;
  top: 50%;
  right: 15px;
  color: #1c1d1e;
  transform: translateY(-50%);
}
.kv_content h1 {
  line-height: 42px;
  margin-bottom: 60px;
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}
.kv_content h1 small {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
.kv_content h1 span {
  letter-spacing: -20px;
  font-weight: bold;
}
.kv_model_area {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.kv_content p {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
}
.kv_content p img, .kv_content_sp p img {
  margin: 10px;
}
.kv_content_sp p img {
  width: 60%;
}
.kv_feature_wrap {
  display: flex;
  gap: 5px;
  margin-top: 35px;
  background-color: #fff;
  padding: 10px 5px 10px 15px;
  border-radius: 15px;
}
.kv_feature_item {
  width: 100%;
}
.kv_feature_item_photo_wrap {
  position: relative;
  height: 70px;
}
.kv_feature_item_photo {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); /* 要素の大きさの半分の距離を左、上方向に移動する */
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.kv_feature_item p {
  font-size: 9px;
  font-weight: normal;
  line-height: 14px;
  margin-top: 10px;
  padding: 0;
}
.kv_content_sp {
  display: none;
}
@media screen and (max-width: 1130px) and (min-width: 809px) {
  .kv_content_wrap {
    height: 67.08vw;
    margin: -67.08vw auto 0px;
  }
  .kv_content {
    width: 57%;
  }
  .kv_content h1 {
    margin-bottom: 4vw;
    width: 40.5vw;
  }
  .kv_content p {
    font-size: 1.95vw;
    line-height: 2.62vw;
  }
  .kv_content p img {
    height: 7.56vw;
  }
  .kv_model_area {
    gap: 1.8vw;
  }
  .kv_feature_item_photo {
    width: 15.1vw;
  }
  .kv_feature_item p {
    font-size: 9px;
    line-height: 14px;
  }
  .kv_feature_wrap {
    gap: 1vw;
    margin-top: 3.1vw;
    padding: 0.9vw 0.4vw 0.9vw 1.4vw;
  }
  .kv_feature_item_photo_wrap {
    height: 6.2vw;
  }
}
@media screen and (max-width: 808px) {
  .kv_feature_wrap {
    margin-top: 0;
    padding: 10px;
  }
  .kv_content_wrap {
    display: none;
  }
  .kv_content_sp {
    margin: 0 auto;
    display: inherit;
    text-align: center;
    padding: 5vw 15px 4vw;
    color: #1c1d1e;
  }
  .kv_content_sp h1 {
    font-size: 6vw;
    line-height: 7.4vw;
    font-weight: bold;
    margin-bottom: 4vw;
  }
  .kv_content_sp h1 small {
    font-size: 4vw;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    display: inline-block;
  }
  .kv_content_sp > p {
    font-size: 3.2vw;
    line-height: 26px;
  }
}
@media screen and (max-width: 467px) {
  .kv_feature_wrap {
    margin-bottom: 10px;
    gap: 30px;
  }
  .kv_feature_item {
    flex-basis: auto;
  }
}
.back_blue {
  background-color: #0078d4;
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 1064px) {
  .back_blue {
    font-size: 4.8vw;
  }
}
.spec_btn_1, .spec_btn_2, .spec_btn_3 {
  display: none;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.spec_btn_1::after, .spec_btn_2::after, .spec_btn_3::after {
  content: "▼さらに表示する▼";
}
.spec_btn_1.open::after, .spec_btn_2.open::after, .spec_btn_3.open::after {
  content: "▲閉じる▲";
}
.btn--orange, a.btn--orange {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  padding: 0.5em 3em 0.5em 2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #e97238;
  border: 2px solid #e97238;
  border-radius: 100vh;
}
.btn--orange::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn--orange:hover::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #e97238;
  border-right: 1px solid #e97238;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn--orange:hover, a.btn--orange:hover {
  color: #e97238;
  background: #fff;
}
.btn--blue, a.btn--blue {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 0.5em 3em 0.5em 2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #009be6;
  border-radius: 100vh;
  background: #009be6;
}
.btn--blue:hover, a.btn--blue:hover {
  color: #009be6;
  background: #fff;
}
.btn--black, a.btn--black {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  display: inline-block;
  padding: 0.5em 3em 0.5em 2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #000;
}
.btn--black:hover, a.btn--black:hover {
  color: #000;
  background: #fff;
}
.right_arrow_btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.right_arrow_btn:hover::after {
  border-top: 1px solid #009be6;
  border-right: 1px solid #009be6;
}
.btn--black.right_arrow_btn:hover::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.bottom_arrow_btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}
.bottom_arrow_btn:hover::after {
  border-top: 1px solid #009be6;
  border-right: 1px solid #009be6;
}
.btn--black.bottom_arrow_btn:hover::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.top_arrow_btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(2px) rotate(315deg);
  box-sizing: border-box;
}
.top_arrow_btn:hover::after {
  border-top: 1px solid #009be6;
  border-right: 1px solid #009be6;
}
.btn--black.top_arrow_btn:hover::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.new_window_btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 12px;
  height: 11px;
  margin: auto;
  background: url(../images/i_link-w.png) center center no-repeat;
  box-sizing: border-box;
}
.new_window_btn:hover::after {
  filter: brightness(0.4);
}
@media screen and (max-width: 767px) {
  .btn--orange, a.btn--orange {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .btn--blue, a.btn--blue, .btn--black, a.btn--black {
    font-size: 3.2vw;
    line-height: 4.8vw;
    width: inherit !important;
    letter-spacing: 0.1em;
    padding: 0.5em 2.5em 0.5em 1.5em;
  }
  .btn--black, a.btn--black {
    padding: 0.5em 3.5em 0.5em 3em;
  }
  [class$="_arrow_btn"]::after {
    right: 20px;
  }
  .new_window_btn::after {
    right: 20px;
  }
}
@media not all and (max-width: 1064px) {
  .text-narrow_l {
    transform: scale(0.84, 1);
    white-space: nowrap;
    margin-left: -16px;
  }
  .text-narrow_xm {
    transform: scale(0.87, 1);
    white-space: nowrap;
    margin-left: -12px;
  }
  .text-narrow_m {
    transform: scale(0.9, 1);
    white-space: nowrap;
    margin-left: -8px;
  }
  .text-narrow_s {
    transform: scale(0.97, 1);
    white-space: nowrap;
  }
}
@media not all and (min-width: 355px) {
  .text-narrow_l {
    transform: scale(0.84, 1);
    white-space: nowrap;
    margin-left: -16px;
  }
  .text-narrow_xm {
    transform: scale(0.87, 1);
    white-space: nowrap;
    margin-left: -12px;
  }
  .text-narrow_m {
    transform: scale(0.9, 1);
    white-space: nowrap;
    margin-left: -8px;
  }
  .text-narrow_s {
    transform: scale(0.97, 1);
    white-space: nowrap;
  }
}
@media not all and (max-width: 1064px) {
  .pc_margin_b_xsmall {
    margin-bottom: 50px;
  }
  .pc_margin_b_small {
    margin-bottom: 110px;
  }
  .pc_margin_b {
    margin-bottom: 140px;
  }
  .pc_margin_b_large {
    margin-bottom: 190px;
  }
  .pc_margin_b_huge {
    margin-bottom: 280px;
  }
}
@media not all and (max-width: 939px) {
  .pc_margin_b_slarge {
    margin-bottom: 180px;
  }
}
@media not all and (min-width: 751px) {
  .ms_sp {
    line-height: 0;
    font-size: 2vw !important;
  }
}
.pc_margin_b_xhuge {
  margin-bottom: 610px;
}
@media screen and (max-width: 750px) {
  .pc_margin_b_xhuge {
    margin-bottom: 80px;
  }
}
kbd {
  border-radius: 5px;
  padding: 4px 3px 3px;
  border: 1px solid #383433;
  font-weight: bold;
  font-size: 14px;
}
.pc {
  display: inherit !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
.pc_img {
  display: inherit;
}
.sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_img {
    display: none;
  }
  .sp_img {
    display: inherit;
  }
}
.adobe_waku {
  margin-top: 40px;
  border: 1px solid #5E58A2;
  padding: 15px 20px;
}
@media screen and (min-width: 641px) {
  .adobe_waku {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.adobe_waku h3 {
  color: #5E58A2;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 2em;
  margin-bottom: 5px;
}
.adobe_waku p {
  margin-bottom: 5px;
}
.yt_wrap {
  max-width: 800px;
  margin: 40px auto 0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 730px) {
  .yt_wrap {
    margin: 90px 15px 0;
  }
}
.exam dl {
  overflow: hidden;
}
.exam dl > dt {
  padding: 16px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  background: #6E6E6E;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.exam dl > dd {
  margin: 0 -1px;
  padding: 0;
}
.exam dl > dd > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.exam dl > dd > ul > li {
  display: table-cell !important;
  vertical-align: middle;
  padding: 16px 5px;
  font-size: 14px;
  line-height: 1.4;
  height: 72px;
  background: #eee;
  text-align: center;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media(max-width: 940px) {
  .exam dl > dd > ul > li {
    font-size: 12px;
  }
}
@media(max-width: 640px) {
  .exam dl > dd > ul {
    display: block;
    font-size: 0;
  }
  .exam dl > dd > ul > li {
    display: inline-block !important;
    width: 50%;
    height: 5.5em;
    font-size: 12px;
    box-sizing: border-box;
    letter-spacing: -0.5em;
  }
  .exam dl > dd > ul > li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
  }
  .exam dl > dd > ul > li > span {
    display: inline-block;
    vertical-align: middle;
    width: 99%;
    font-size: 12px;
    letter-spacing: normal;
  }
}
.dbk-highlight--new {
  background-color: #E13822;
  color: #fff;
  width: 50px;
  margin: 0 auto 2px;
  display: block !important;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background-color: #f8f8f8;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
@media (max-width: 939px) {
  .modal__content {
    left: unset;
    top: unset;
    padding: 40px 0;
    transform: none;
    height: 100vh;
    width: 100%;
    overflow: scroll;
    position: relative;
  }
}
.modal__close {
  color: #000 !important;
  position: absolute;
  margin-top: -40px;
  width: 40px;
  height: 40px;
}
.modal__close:before {
  content: '';
  position: absolute;
  top: 20px;
  width: 40px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__close:after {
  content: '';
  position: absolute;
  top: 20px;
  width: 40px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.txt-hide_eco {
  display: none;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.eco_more {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.eco_more button::after {
  content: "もっと詳しく▼";
}
.eco_more button.on-click::after {
  content: "閉じる▲";
}
@media screen and (max-width: 939px) {
  .eco_more {
    margin-left: inherit;
    width: inherit;
  }
}
/* CLEARFIX */
.clearfix {
  zoom: 1; /*for IE 7-8*/
}
.clearfix:after { /*for modern browser*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
* html .clearfix {
  display: inline-table;
  /*\*/ display: block; /**/
}
.fL {
  float: left !important;
}
.fR {
  float: right !important;
}
/*環境一覧*/
.w_kan05-wrap {
  margin: 0px auto 0px auto;
}
.w_kan05-inner {
  padding: 5px 35px 20px 0px;
  text-align: left;
}
.txtBlueDark3 {
  color: #00747D;
}
.txtGreen {
  color: #008036;
}
.kankyoHyou {
  clear: both;
  background-color: #C6E6DC;
  position: relative;
  margin-top: 12px;
}
.kankyoHyou .ttl {
  position: absolute;
  top: 50%;
  margin-top: -60px;
}
/*IE6*/
* html .kankyoHyou .ttl {
  margin-left: 5px;
}
.kankyoHyou .ttl2 {
  position: absolute;
  top: 50%;
  margin-top: -70px;
}
/*IE6*/
* html .kankyoHyou .ttl2 {
  margin-left: 5px;
}
.kankyoHyou .ttl3 {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
/*IE6*/
* html .kankyoHyou .ttl3 {
  margin-left: 5px;
}
.kankyoHyou_cont {
  float: right;
  text-align: left;
  width: 96%;
  padding: 0 0 0 10px;
  background-color: #ffffff;
  margin-top: -4px;
  margin-bottom: -4px;
}
.kankyoHyou p {
  padding: 5px 0 5px 0;
}
.kankyoHyou p.dotGrey {
  padding-top: 10px;
  border-top: #999999 dotted;
  border-width: 1px 0px 0px 0px;
}
.kankyoHyou span.fs8 {
  line-height: 1;
}
/*環境一覧 [リサイクル]*/
.kankyoRecycle li {
  clear: both;
  padding: 0 0 5px 0;
}
.kankyoRecycle li img {
  float: left;
  padding-right: 10px;
}
/*--------------------------------------------------------------------*/
/* max-width: 640px
/*--------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .kankyoHyou_cont {
    width: 95%;
  }
}
/*--------------------------------------------------------------------*/
/* max-width: 480px
/*--------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .kankyoHyou_cont {
    width: 93%;
  }
}
/*--------------------------------------------------------------------*/
/* max-width: 414px
/*--------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .kankyoHyou_cont {
    width: 91%;
  }
}
/*--------------------------------------------------------------------*/
/* max-width: 375px
/*--------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .kankyoHyou_cont {
    width: 90%;
  }
}
/*--------------------------------------------------------------------*/
/* max-width: 320px
/*--------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  .kankyoHyou_cont {
    width: 88%;
  }
}
.copilot_flex {
  display: flex;
  gap: 30px;
}
.copilot_flex > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.copilot_flex > div > p {
  margin: 10px 0 15px;
  flex-grow: 1;
}
@media screen and (max-width: 939px) {
  .copilot_flex {
    flex-wrap: wrap;
  }
  .copilot_flex > div {
    width: calc(50% - 15px);
    flex-basis: auto;
  }
  .copilot_flex > div > p {
    flex-grow: unset;
  }
}
.tel_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  gap: 15px;
  border: 2px solid #c4c4c4;
  border-radius: 35px;
  padding: 10px;
  margin: 0 auto 40px;
  text-decoration: none !important;
  max-width: 410px;
}
.tel_btn:hover {
  opacity: 0.7;
}
.tel_btn > p {
  font-size: 15px;
  line-height: 20px;
}
.tel_modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.tel_modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
}
.tel_modal__content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #d2d2d2;
  border-radius: 5px;
  max-width: 370px;
}
.tel_chuui {
  padding: 15px 20px;
}
@media (max-width: 760px) {
  .tel_modal__content {
    width: 88%;
    max-height: 80%;
  }
  .tel_scroll {
    overflow-x: hidden;
    position: relative;
  }
  .tel_chuui {
    position: absolute;
  }
}
@media(min-width: 761px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.tel_modal__close {
  color: #fff !important;
  position: absolute;
  top: -5%;
  right: -7%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d2d2d2;
  z-index: 1;
}
.tel_modal__close:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 8px;
  width: 27px;
  height: 3px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tel_modal__close:after {
  content: '';
  position: absolute;
  top: 19px;
  left: 8px;
  width: 27px;
  height: 3px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_none {
  text-decoration: none !important;
}
.btn--gray, a.btn--gray {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding: 0.5rem 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 2px solid gray;
  border-radius: 100vh;
  background: #fff;
}
.btn--gray:hover, a.btn--gray:hover {
  color: #fff;
  background: gray;
}
@media screen and (max-width: 939px) {
  .btn--gray, a.btn--gray {
    font-size: 3.2vw;
    line-height: 4.8vw;
    width: inherit !important;
  }
}
.m_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  display: none;
}
.m_modal .p_closeBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.m_modal .p_window {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1000px;
  max-width: 95%;
  max-height: 95%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.m_modal .p_closeBtn {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.m_modal .p_closeBtn::before, .m_modal .p_closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m_modal .p_closeBtn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m_modal .p_scrollArea {
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.m_modal .p_scrollInner {
  padding: 40px 30px;
}
.m_modal .p_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.m_modal .p_youtube > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .mente-stx {
    text-indent: 0;
  }
  .m_modal .p_window {
    overflow: inherit;
  }
  .m_modal .p_closeBtn {
    top: 0;
    right: 15px;
    width: 15px;
    height: 15px;
  }
  .m_modal .p_closeBtn::before, .m_modal .p_closeBtn::after {
    width: 15px;
    height: 1px;
  }
  .m_modal .p_scrollArea {
    max-height: 80vh;
  }
  .m_modal .p_scrollInner {
    padding: 30px 15px;
  }
}
h2.category_title {
  margin-top: 100px;
}
/* ラインマーカー */
.lineMarker.scroll-in {
  background-position: 0% 100%;
}
.lineMarker {
  font-family: "vdl-penletter", sans-serif;
  font-weight: 500;
  font-style: italic !important;
  font-size: 58px;
  line-height: 78px;
  letter-spacing: -0.1em;
  background-image: -webkit-linear-gradient(left, rgb(255, 245, 131) 50%, transparent 50%);
  background-image: -moz-linear-gradient(left, rgb(255, 245, 131) 50%, transparent 50%);
  background-image: linear-gradient(left, rgb(255, 245, 131) 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 200% .2em;
  background-position: 100% 100%;
  transition: all 1.5s ease;
}
@media screen and (max-width: 580px) {
  #sect-01 h2.category_title {
    width: 35vw;
    margin: 30px auto;
  }
  #sect-02 h2.category_title {
    width: 86vw;
    margin: 30px auto;
  }
  #sect-03 h2.category_title {
    width: 45vw;
    margin: 30px auto;
  }
  #sect-04 h2.category_title {
    width: 28.2vw;
    margin: 50px auto 0;
  }
  .lineMarker {
    font-size: 9.5vw;
    line-height: 13.5vw;
  }
}
.features_inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 50px 15px 100px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.features_modal_inner {
  padding: 50px 15px 100px;
}
@media screen and (max-width: 767px) {
  .features_inner {
    padding: 30px 15px 50px;
    max-width: 398.5px !important;
  }
  .features_modal_inner {
    padding: 30px 15px 50px;
  }
}
.modal__trigger__wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 924px) {
  .modal__trigger__wrap {
    gap: 15px;
  }
}
/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
  overflow: hidden;
  border-radius: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 894px) {
  .modal__trigger {
    border-radius: 3vw;
  }
}
.modal__trigger img {
  width: 278px;
  height: auto;
  transition: transform .3s ease; /* ゆっくり変化させる */
}
.modal__trigger:hover {
  opacity: .8;
}
.modal__trigger:hover img {
  transform: scale(1.05); /* 拡大 */
}
.js-modal--content {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1400px);
}
/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 12%;
  right: 4%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.modal__close:before, .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 1px;
  background: #000;
  content: '';
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1440px) {
  .modal__close:before, .modal__close:after {
    width: 5.5vw;
  }
}
@media screen and (max-width: 767px) {
  .modal__container {
    width: min(calc(100% - 40px), 768px);
  }
  .modal__close {
    top: 6%;
    right: 5%;
  }
  .modal__close:before, .modal__close:after {
    width: 7.5vw;
  }
}
@media screen and (max-width: 480px) {
  .modal__close {
    top: 7%;
    right: 2%;
  }
}
.card_wrap {
  position: relative;
  margin: 0 auto;
}
.card_wrap div {
  position: absolute;
  font-size: 43px;
  line-height: 60px;
  font-weight: bold;
  z-index: 1;
  color: #444;
}
.app_slider li .card_wrap div, .app_slider li .card_wrap div h3 {
  font-size: 38px;
  line-height: 52px;
  font-weight: bold;
}
.card_wrap p {
  font-size: 18px;
  line-height: 30px;
}
li .card_wrap p {
  margin-top: 15px;
}
li .card_wrap span + p {
  margin-top: 0;
}
.card_wrap p.battery_txt {
  font-size: 28px;
  line-height: 40px;
}
.card_wrap p.performance_txt {
  margin-top: 210px;
}
.card_wrap p.interface_txt {
  font-size: 16px;
  line-height: 24px;
  margin-top: 247px;
  margin-left: 61px;
}
.card_wrap div small {
  font-size: 70% !important;
  font-weight: bold;
}
.card_wrap div span {
  font-size: 20px;
  line-height: normal;
  display: inline-block;
  font-weight: bold;
  color: #1e65a5;
  border-bottom: 1px solid #1e65a5;
  margin-bottom: 15px;
}
.card_wrap div span.subtitle_bk {
  font-weight: normal;
  color: inherit;
  border-bottom: none;
  margin-bottom: 0;
}
.card_wrap div span.space_s {
  letter-spacing: -25px;
  font-size: inherit;
  border: none;
  color: inherit;
  margin: inherit;
}
.card_wrap div small.modelbadge {
  display: block;
  width: fit-content;
  font-size: 40% !important;
  line-height: 20px;
  font-weight: bold;
  color: #1e65a5;
  border: 1px solid #1e65a5;
  padding: 1px 8px;
  margin: 0 auto 15px;
}
li .card_wrap div ul {
  margin-top: 95px;
  line-height: 15px;
  font-size: 11px;
}
@media (max-width: 1230px) {
  li .card_wrap div {
    font-size: 3.5vw;
    line-height: 4.9vw;
  }
  .app_slider li .card_wrap div, .app_slider li .card_wrap div h3 {
    font-size: 3.1vw;
    line-height: 4.2vw;
  }
  li .card_wrap p {
    font-size: 1.46vw;
    line-height: 2.45vw;
    margin-top: 1.2vw;
  }
  li .card_wrap div span {
    font-size: 1.63vw;
    margin-bottom: 1.2vw;
  }
  .card_wrap div small.modelbadge {
    margin-bottom: 1.2vw;
    line-height: 1.6vw;
  }
  li .card_wrap div ul {
    margin-top: 7.73vw;
    line-height: 1.22vw;
    font-size: 0.895vw;
  }
}
@media (max-width: 1130px) {
  .card_wrap div {
    font-size: 3.8vw;
    line-height: 5.4vw;
  }
  .card_wrap p {
    font-size: 1.6vw;
    line-height: 2.7vw;
  }
  .card_wrap p.battery_txt {
    font-size: 2.5vw;
    line-height: 3.55vw;
  }
  .card_wrap p.performance_txt {
    margin-top: 18.5vw;
  }
  .card_wrap p.interface_txt {
    font-size: 1.42vw;
    line-height: 2.14vw;
    margin-top: 21.8vw;
    margin-left: 5.4vw;
  }
  .card_wrap div span.space_s {
    letter-spacing: -2.2vw;
  }
}
@media (max-width: 940px) and (min-width: 768px) {
  li .card_wrap div {
    font-size: 3.4vw;
    line-height: 4.8vw;
  }
  .app_slider li .card_wrap div, .app_slider li .card_wrap div h3 {
    font-size: 3vw;
    line-height: 4.1vw;
  }
  li .card_wrap p {
    font-size: 1.36vw;
    line-height: 2.35vw;
    margin-top: 1.1vw;
  }
  li .card_wrap div span {
    font-size: 1.53vw;
  }
  .card_wrap div small.modelbadge {
    margin-bottom: 1.1vw;
    line-height: 1.5vw;
  }
  li .card_wrap div ul {
    margin-top: 7.63vw;
    line-height: 1.12vw;
    font-size: 0.795vw;
  }
}
@media (max-width: 767px) and (min-width: 440px) {
  li .card_wrap div {
    font-size: 32px;
    line-height: 44px;
  }
  .app_slider li .card_wrap div, .app_slider li .card_wrap div h3 {
    font-size: 32px;
    line-height: 44px;
  }
  li .card_wrap div.display_title {
    top: 4.5% !important;
    left: 7% !important;
  }
  li .card_wrap div.backlight_title {
    top: 4% !important;
  }
  li .card_wrap p {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin: 20px 25px 0 !important;
  }
  li .card_wrap div span {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .card_wrap div small.modelbadge {
    margin: 0 auto 5px !important;
    line-height: 17px;
  }
  li .card_wrap div ul {
    line-height: 12px;
    font-size: 9px;
    margin: 5px 10px 0 !important;
  }
}
@media (max-width: 767px) and (min-width: 398.5px) {
  .card_wrap {
    max-width: 368.5px !important;
  }
  .card_wrap div {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    top: 8% !important;
    right: 0 !important;
    left: 0 !important;
  }
  .card_wrap.copilot_more div {
    top: 13% !important;
  }
  .card_wrap div.narrow_top {
    top: 3% !important;
  }
  .card_wrap div.narrow_top_2 {
    top: 2% !important;
  }
  .card_wrap div b {
    font-size: 41px;
    line-height: 51px;
  }
  .card_wrap p {
    font-size: 17px;
    line-height: 28px;
  }
  .card_wrap p.battery_txt {
    font-size: 21px;
    line-height: 30px;
  }
  .card_wrap p.cpu_txt {
    text-align: left;
    margin-top: 25px;
    margin-left: 15px;
  }
  .card_wrap p.performance_txt {
    margin-top: 230px;
  }
  .card_wrap p.interface_txt {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin: 570px 21px 0;
  }
}
@media (max-width: 440px) {
  li .card_wrap div {
    font-size: 7.3vw;
    line-height: 10vw;
  }
  .app_slider li .card_wrap div, .app_slider li .card_wrap div h3 {
    font-size: 7.3vw;
    line-height: 10vw;
  }
  li .card_wrap div.display_title {
    top: 4.5% !important;
    left: 7% !important;
  }
  li .card_wrap div.backlight_title {
    top: 4% !important;
  }
  li .card_wrap p {
    font-size: 4.2vw;
    line-height: 6.4vw;
    text-align: left;
    margin: 2.5vw 5.7vw 0 !important;
  }
  li .card_wrap div span {
    font-size: 4.5vw;
    margin-top: 2.3vw;
    margin-bottom: 3.4vw;
  }
  .card_wrap div small.modelbadge {
    margin: 0 auto 1.15vw !important;
    line-height: 3.9vw;
  }
  li .card_wrap div ul {
    line-height: 2.3vw;
    font-size: 2.1vw;
    margin: 1.15vw 2.3vw 0 !important;
  }
}
@media (max-width: 398.5px) {
  .card_wrap div {
    font-size: 7vw;
    line-height: 10vw;
    text-align: center;
    top: 6% !important;
    right: 0 !important;
    left: 0 !important;
  }
  .card_wrap.copilot_more div {
    top: 13% !important;
  }
  .card_wrap div.narrow_top {
    top: 3% !important;
  }
  .card_wrap div.narrow_top_2 {
    top: 2% !important;
  }
  .card_wrap div b {
    font-size: 10.2vw;
  }
  .card_wrap p {
    font-size: 4.2vw;
    line-height: 7.1vw;
  }
  .card_wrap p.battery_txt {
    font-size: 5.3vw;
    line-height: 7.6vw;
  }
  .card_wrap p.cpu_txt {
    text-align: left;
    margin-top: 8vw;
    margin-left: 4vw;
  }
  .card_wrap p.performance_txt {
    margin-top: 60vw;
  }
  .card_wrap p.interface_txt {
    text-align: left;
    font-size: 4vw;
    line-height: 6vw;
    margin: 142.9vw 5.3vw 0;
  }
}
.bg_gallery {
  background: url(../images/bg_gallery.png) no-repeat center;
  background-size: cover;
  padding-top: 1px;
  margin-bottom: 50px;
}
@media (max-width: 940px) {
  .bg_gallery {
    padding-bottom: 1px;
    margin-bottom: 0;
  }
}
.osusume_slider {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.osusume_slider .slick-list {
  overflow: visible;
}
.osusume_slider .slick-slide {
  margin: 15px;
  position: relative;
  overflow: hidden;
}
.osusume_slider .slick-slide img {
  margin: 0 auto;
}
@media (max-width: 1130px) {
  .osusume_slider .slick-slide {
    margin: 1vw;
  }
}
@media (max-width: 767px) {
  .osusume_slider {
    max-width: 416.5px;
  }
  .osusume_slider .slick-slide {
    margin: 7.5px;
  }
}
.osusume_slider .slick-arrow {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.osusume_slider .slick-arrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 37px;
  transform: rotate(45deg);
}
.osusume_slider .slick-next {
  right: 0;
}
.osusume_slider .slick-prev {
  left: 0;
}
.osusume_slider .slick-next::before {
  left: 33px;
}
.osusume_slider .slick-prev::before {
  border-width: 0 0 1px 1px;
  right: 33px;
}
@media screen and (max-width: 1130px) {
  .osusume_slider .slick-arrow {
    width: 8vw;
    height: 8vw;
  }
  .osusume_slider .slick-arrow::before {
    width: 1.8vw;
    height: 1.8vw;
    top: 3.1vw;
  }
  .osusume_slider .slick-next::before {
    left: 2.8vw;
  }
  .osusume_slider .slick-prev::before {
    right: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .osusume_slider {
    margin-bottom: 15px;
  }
  .osusume_slider .slick-arrow {
    width: 42px;
    height: 42px;
  }
  .osusume_slider .slick-arrow::before {
    width: 10px;
    height: 10px;
    top: 16px;
  }
  .osusume_slider .slick-next::before {
    left: 14px;
  }
  .osusume_slider .slick-prev::before {
    right: 14px;
  }
}
.dots-1 .slick-dots, .dots-2 .slick-dots {
  text-align: center;
}
.dots-1 .slick-dots li, .dots-2 .slick-dots li {
  display: inline-block;
}
.dots-1 .slick-dots button, .dots-2 .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  margin: 8px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #d6d6d6;
  border-radius: 50%;
}
.dots-1 .slick-dots .slick-active button, .dots-2 .slick-dots .slick-active button {
  background: #969696;
}
.slick-slide {
  border-radius: 20px;
}
.link_hover_upscale.slick-slide a {
  pointer-events: none;
}
.link_hover_upscale.slick-slide:hover {
  opacity: inherit;
}
.link_hover_upscale.slick-slide:hover a {
  transform: none;
}
.link_hover_upscale.slick-slide.slick-active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  max-width: 1100px;
  overflow: hidden;
  border-radius: 20px;
}
.link_hover_upscale {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.link_hover_upscale.slick-slide.slick-active:hover, .link_hover_upscale:hover {
  opacity: .7;
}
.link_hover_upscale.slick-slide.slick-active a, .link_hover_upscale a {
  transition: transform .3s ease; /* ゆっくり変化させる */
  vertical-align: middle;
  display: block;
  pointer-events: auto;
}
.link_hover_upscale.slick-slide.slick-active:hover a, .link_hover_upscale:hover a {
  transform: scale(1.03); /* 拡大 */
}
.cont_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 58px;
}
.slider_title.cont_title {
  position: absolute;
  font-size: 2.09vw;
  line-height: 3vw;
}
.t_blue_underline {
  font-size: 20px;
  font-weight: bold;
  color: #1e65a5;
  border-bottom: 1px solid #1e65a5;
  padding-bottom: 5px;
}
.slider_title .t_blue_underline {
  font-size: 1.06vw;
}
.readmore_bg {
  background-color: #f0f0f0;
  padding: 80px;
}
.readmore_inner {
  background: url(../images/bg_readmore.svg) no-repeat left 3.5% top 2% #fff;
  border-radius: 40px;
  padding: 60px 60px 120px;
}
[class^="txt-hide_"] {
  display: none;
  width: 100vw;
  margin: 35px calc(50% - 50vw) 0;
}
.txt-hide_office {
  width: auto;
  margin: 50px 15px 0;
}
.office_inner {
  background-color: #e2f0f6;
  border-radius: 20px;
  max-width: 1100px;
  padding: 80px 80px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 939px) {
  .readmore_bg {
    padding: 15px;
  }
  .readmore_inner {
    background: url(../images/bg_readmore.svg) no-repeat left 5% top 0.5% #fff;
    background-size: 30%;
    border-radius: 15px;
    padding: 1px 15px 30px;
  }
  [class^="txt-hide_"] {
    margin-top: 25px;
  }
  .office_inner {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 667px) {
  .office_images_sp {
    width: 31.185vw;
  }
}
.card_flex {
  display: flex;
  gap: 23px;
  align-items: center;
}
.card_flex img {
  height: 420px;
}
@media screen and (max-width: 1130px) {
  .card_flex img {
    height: 37.1685vw;
  }
}
@media screen and (max-width: 767px) {
  .card_flex {
    flex-direction: column;
  }
  .card_flex img {
    height: inherit;
  }
}
.support_wrap {
  background-color: #f0f0ed;
  border-radius: 40px;
  margin: 100px 0 50px;
}
.support_inner {
  max-width: 1130px;
  padding: 80px 15px;
  margin: 0 auto;
}
.support_inner h2 {
  font-size: 55px;
  line-height: 75px;
  font-weight: bold;
  color: #969696;
  margin-bottom: 20px;
  text-align: center;
}
.support_contents {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.support_contents > div {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  width: 542.5px;
}
.support_contents > div > img:first-child {
  position: absolute;
  top: 2.5%;
  right: 3%;
}
.support_contents h3 {
  font-size: 38px;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.support_contents h3 span {
  font-size: 20px;
  line-height: 30px;
}
.support_contents h4 {
  margin-top: 15px;
  padding-bottom: 5px;
  text-align: center;
}
.support_contents h4 span {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  color: #1e65a5;
  border-bottom: 1px solid #1e65a5;
  padding-bottom: 5px;
}
.support_contents h4 small {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #1e65a5;
  border: 1px solid #1e65a5;
  padding: 0 5px;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.support_contents > div > p {
  font-size: 20px;
  line-height: 28px;
}
.support_link_blue {
  background-color: #e2f0f6;
  border-radius: 10px;
  padding: 15px 10px 10px 20px;
  align-items: center;
  justify-content: space-between;
  color: #1e65a5;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.support_link_blue > div {
  margin-right: auto;
}
.support_link_blue h3 {
  font-size: 32px;
  line-height: 50px;
  text-align: left;
  margin: 0;
  white-space: nowrap;
}
.support_link_blue h3 span {
  font-weight: bold;
}
.support_link_blue p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .support_wrap {
    margin: 20px 0;
  }
  .support_inner {
    padding: 40px 15px;
  }
  .support_contents {
    gap: 20px;
  }
}
@media screen and (max-width: 572px) {
  .support_inner h2 {
    font-size: 8vw;
    line-height: 11vw;
  }
  .support_contents > div {
    padding: 20px;
  }
  .support_contents > div > img:first-child {
    width: 20vw;
  }
  .support_contents > div > img {
    margin-top: 0;
  }
  .support_contents h4 span, .support_contents h3 span {
    font-size: 4.5vw;
    line-height: 4vw;
    padding-bottom: 5px;
  }
  .support_contents h3 {
    font-size: 6.6vw;
    line-height: 9.1vw;
  }
  .support_link_blue {
    padding: 15px 10px 10px 15px;
    gap: 5px;
    align-items: flex-start;
  }
  .support_link_blue > img {
    width: 8.5vw;
  }
  .support_link_blue p {
    font-size: 3vw;
    line-height: 6.5vw;
    margin-top: -7px;
  }
  .support_link_blue h3 {
    font-size: 5vw;
    line-height: 8.7vw;
  }
  .support_link_blue h3 span {
    font-size: 3vw;
    line-height: 4vw;
  }
  .support_contents > div > p {
    font-size: 3.5vw;
    line-height: 4.9vw;
  }
}