@charset 'UTF-8';
/* general */
/* ======================================================= */
html,
body {
  height: 100%;
}

#featureWrap {
  width: 100%;
}

@media (min-width: 768px) {
  #featureWrap {
    min-width: 1140px;
  }
}

.siteContents {
  position: relative;
  color: #000;
  overflow: hidden;
}

.siteContents::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 2;
}

@media (min-width: 768px) {
  .siteContents {
    min-width: 1140px;
    margin: 0 auto;
  }
}

.siteContents * {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  -webkit-font-smoothing: antialiased;
}

.m-featureVisual,
.bfLgf,
.afLgf,
.bgLgf,
.l-globalFooter {
  position: relative;
  z-index: 3;
}

.bgLgf,
.l-globalFooter {
  background: #fff;
}

@media (min-width: 768px) {
  .only--sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only--pc {
    display: none !important;
  }
}

/* component */
/* ======================================================= */
.c-btnSet {
  text-align: center;
}

@media (max-width: 767px) {
  .c-btnSet {
    text-align: left;
    padding: 0 8vw;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .c-btnSet {
    text-align: center;
  }
}

.c-btnSet__txt {
  font-size: 14px;
  line-height: 24px;
}

.c-btnSet__txt + p {
  margin-top: 24px;
}

@media (max-width: 767px) and (min-width: 480px) {
  .c-btnSet__txt {
    display: block;
    text-align: left;
    width: 420px;
    margin: 0 auto;
  }
}

.c-btnSet__txt > span.opt-l {
  display: block;
  margin: 13px 0;
  font-size: 36px;
  font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'NotoSansCJKjp', sans-serif;
  font-weight: 700;
  line-height: 52px;
}

@media (max-width: 767px) {
  .c-btnSet__txt > span.opt-l {
    margin: 9px 0 12px;
    padding-left: .5em;
    font-size: 32px;
    line-height: 1.4375;
    text-indent: -1em;
  }
}

@media (max-width: 374px) {
  .c-btnSet__txt > span.opt-l {
    font-size: 8.53333vw;
  }
}

.c-btnSet__nt {
  margin-top: 16px;
  font-size: 10px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .c-btnSet__nt {
    max-width: 420px;
    margin: 16px auto 0;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
}

.c-btnSet__btn {
  display: inline-block;
  margin-top: 50px;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .c-btnSet__btn {
    display: block;
    margin: 46px auto 0;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .c-btnSet__btn {
    width: 420px;
  }
}

.c-btnSet__btn > a {
  display: block;
  position: relative;
  height: 50px;
  border: 2px solid #000;
  box-sizing: border-box;
  transition: background-color 300ms ease 0ms, border-color 300ms ease 0ms;
}

@media (min-width: 768px) {
  .c-btnSet__btn > a {
    width: 335px;
  }
  .c-btnSet__btn > a.is-pcw430 {
    width: 430px;
  }
}

@media (max-width: 767px) {
  .c-btnSet__btn > a {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
  .c-btnSet__btn > a.is-sphigh {
    height: 64px;
  }
}

.c-btnSet__btn > a > span {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translateY(50%) translateX(50%);
  font-size: 13px;
  white-space: nowrap;
  color: #000;
  transition: color 300ms ease 0ms;
}

@media (min-width: 768px) {
  .c-btnSet__btn > a:hover {
    border-color: #0075c1;
    background: #0075c1;
  }
  .c-btnSet__btn > a:hover > span {
    color: #fff;
  }
}

.c-btnSet__btn > a.is-ext::before,
.c-btnSet__btn > a.is-ext::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #000;
  transform: translate(0, -50%);
  transition: background-color 300ms ease 0ms, border-color 300ms ease 0ms;
}

.c-btnSet__btn > a.is-ext::before {
  margin: -1px 0 0 0;
  z-index: 2;
}

.c-btnSet__btn > a.is-ext::after {
  margin: 1px 2px 0 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .c-btnSet__btn > a.is-ext:hover::before,
  .c-btnSet__btn > a.is-ext:hover::after {
    border-color: #0075c1;
    background: #fff;
  }
}

.c-btnSet__btncol {
  margin: 50px 0 0;
}

@media (min-width: 768px) {
  .c-btnSet__btncol {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .c-btnSet__btncol {
    margin: 46px auto 0;
  }
}

.c-btnSet__btncol .c-btnSet__btn {
  margin-top: 0;
}

.c-btnSet__btncol .c-btnSet__btn + .c-btnSet__btn {
  margin: 0 0 0 20px;
}

@media (max-width: 767px) {
  .c-btnSet__btncol .c-btnSet__btn + .c-btnSet__btn {
    margin: 10px auto 0;
  }
}

.c-secHd {
  text-align: center;
}

@media (max-width: 767px) {
  .c-secHd {
    padding: 0 30px;
  }
}

@media (max-width: 374px) {
  .c-secHd {
    padding: 0 8vw;
  }
}

.c-secHd__nm {
  margin: 0 0 38px;
  font-size: 14px;
  line-height: 18px;
  font-family: 'VeneerClean', 'NotoSansCJKjp', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .c-secHd__nm {
    margin: 0 0 36px;
  }
}

.c-secHd__ttl {
  font-size: 27px;
  font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'NotoSansCJKjp', sans-serif;
  font-weight: 700;
  line-height: 40px;
}

@media (max-width: 767px) {
  .c-secHd__ttl {
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
  }
  .c-secHd__ttl > span {
    display: inline-block;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .c-secHd__ttl {
    display: inline-block;
    width: 420px;
  }
}

@media (max-width: 374px) {
  .c-secHd__ttl {
    font-size: 6.4vw;
  }
}

.c-secHd__ttl sub {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  vertical-align: baseline;
}

.c-secHd__ld {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .c-secHd__ld {
    text-align: left;
  }
  .c-secHd__ld > span {
    display: inline-block;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .c-secHd__ld {
    display: inline-block;
    width: 420px;
  }
}

.c-secHd__nt {
  margin-top: 20px;
  font-size: 10px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .c-secHd__nt {
    max-width: 420px;
    margin: 20px auto 0;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
}

/* module */
/* ======================================================= */
@media (max-width: 767px) {
  .ld {
    padding: 40px 0 0;
  }
}

.ld__vd {
  position: relative;
}

.ld__vd::before {
  content: '';
  display: block;
}

@media (min-width: 768px) {
  .ld__vd.is-01::before {
    padding-top: 20.4978%;
  }
  .ld__vd.is-02::before {
    padding-top: 40.99561%;
  }
}

@media (max-width: 767px) {
  .ld__vd.is-01::before {
    padding-top: 37.33333%;
  }
  .ld__vd.is-02::before {
    padding-top: 53.33333%;
  }
}

.ld__vd video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ld__vd__btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

@media (max-width: 767px) {
  .ld__vd__btn {
    right: 0;
    left: auto;
    bottom: 0;
  }
}

.ld__tt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 187px;
}

@media (max-width: 767px) {
  .ld__tt {
    height: 93px;
  }
}

.ld__tt > span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'NotoSansCJKjp', sans-serif;
  line-height: 1.30556;
  text-align: center;
}

@media (max-width: 767px) {
  .ld__tt > span {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -.02em;
  }
}

@media (max-width: 374px) {
  .ld__tt > span {
    font-size: 5.33333vw;
  }
}

.intr {
  position: relative;
  margin: 0;
}

@media (min-width: 768px) {
  .intr {
    background: url('/feature/images/pic_intr01.jpg') 59% 61%/180% auto no-repeat;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .intr {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .intr__in {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .intr__in {
    position: relative;
    padding: 40px 30px 0;
  }
}

@media (max-width: 374px) {
  .intr__in {
    padding: 40px 8vw 0;
  }
}

@media (min-width: 768px) {
  .intr__gp {
    width: 48.24561%;
  }
}

@media (max-width: 767px) {
  .intr__gp {
    text-align: center;
  }
}

.intr__gp__md {
  margin-bottom: 20px;
  line-height: 68px;
}

@media (max-width: 767px) {
  .intr__gp__md {
    margin-bottom: 30px;
    line-height: 36px;
  }
}

.intr__gp__md__lg {
  width: 122px;
  height: 34px;
  margin-right: 18px;
  background: url('/feature/images/pic_intr_lg01.svg') 50% 50% no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .intr__gp__md__lg {
    display: inline-block;
    margin: 0 9px;
    vertical-align: middle;
  }
}

.intr__gp__md__gp {
  display: inline-block;
  width: 140px;
  height: 20px;
  margin-right: 10px;
  background: url('/feature/images/pic_intr_gp01.svg') 50% 50% no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .intr__gp__md__gp {
    display: inline-block;
    margin: 0 9px;
    vertical-align: middle;
  }
}

.intr__gp__md__ls {
  position: relative;
}

@media (min-width: 768px) {
  .intr__gp__md__ls {
    display: inline-block;
    vertical-align: middle;
    padding-left: 44px;
  }
}

@media (max-width: 767px) {
  .intr__gp__md__ls {
    display: block;
    width: 194px;
    margin: 17px auto 0;
    padding-top: 47px;
    text-align: left;
  }
}

.intr__gp__md__ls::before,
.intr__gp__md__ls:after {
  content: '';
  display: block;
  position: absolute;
}

.intr__gp__md__ls::before {
  background: #000;
}

@media (min-width: 768px) {
  .intr__gp__md__ls::before {
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
  }
}

@media (max-width: 767px) {
  .intr__gp__md__ls::before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 30px;
  }
}

.intr__gp__md__ls::after {
  border: 1px solid #000;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .intr__gp__md__ls::after {
    top: 0;
    left: 30px;
    width: 5px;
    height: 93px;
    border-right: none;
  }
}

@media (max-width: 767px) {
  .intr__gp__md__ls::after {
    top: 30px;
    left: 0;
    height: 5px;
    width: 100%;
    border-bottom: none;
  }
}

.intr__gp__md__ls > ul > li {
  position: relative;
  height: 18px;
  padding-left: 14px;
  font-size: 12px;
  line-height: 18px;
}

.intr__gp__md__ls > ul > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: 50% 50% no-repeat;
  background-size: contain;
}

.intr__gp__md__ls > ul > li + li {
  margin-top: 7px;
}

.intr__gp__md__ls > ul > li:nth-child(1)::before {
  background-image: url('/feature/images/pic_intr_arr01.svg');
}

.intr__gp__md__ls > ul > li:nth-child(2)::before,
.intr__gp__md__ls > ul > li:nth-child(3)::before,
.intr__gp__md__ls > ul > li:nth-child(4)::before {
  background-image: url('/feature/images/pic_intr_arr02.svg');
}

.intr__gp__dsc {
  text-align: left;
}

@media (max-width: 767px) and (min-width: 480px) {
  .intr__gp__dsc {
    display: inline-block;
    width: 420px;
  }
}

.intr__gp__dsc__bd {
  border: 2px solid #000;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.intr__ac {
  position: relative;
}

@media (min-width: 768px) {
  .intr__ac {
    width: 48.24561%;
  }
}

@media (min-width: 768px) {
  .intr__ac__dsc {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .intr__ac__dsc {
    margin: 20px 0;
  }
}

.intr__ac__dsc__txt {
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .intr__ac__dsc__txt {
    flex: 1;
    padding: 0 30px 0 0;
  }
}

@media (max-width: 767px) {
  .intr__ac__dsc__txt {
    max-width: 420px;
    margin: 0 auto;
  }
}

.intr__ac__dsc__p {
  width: 150px;
}

@media (max-width: 767px) {
  .intr__ac__dsc__p {
    margin: 15px auto 0;
  }
}

.intr__ac__dsc__p img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .intr__ac__bt {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .intr__ac__bt > li {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .intr__ac__bt > li + li {
    margin: 10px 0 0;
  }
}

.intr__ac__bt > li > a {
  display: block;
  position: relative;
  height: 64px;
  border: 2px solid #000;
  box-sizing: border-box;
  transition: background-color 300ms ease 0ms, border-color 300ms ease 0ms;
}

@media (max-width: 767px) {
  .intr__ac__bt > li > a {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
}

.intr__ac__bt > li > a > span {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translateY(50%) translateX(50%);
  font-size: 13px;
  white-space: nowrap;
  color: #000;
  transition: color 300ms ease 0ms;
}

.intr__ac__bt > li > a > span > span {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  background: #000;
  vertical-align: 10%;
  transition: background-color 300ms ease 0ms;
}

.intr__ac__bt > li > a > span > span::before,
.intr__ac__bt > li > a > span > span::after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
  transition: background-color 300ms ease 0ms;
}

.intr__ac__bt > li > a > span > span::before {
  top: 2px;
  left: -2px;
  width: 1px;
  height: 8px;
}

.intr__ac__bt > li > a > span > span::after {
  bottom: -2px;
  left: -2px;
  width: 8px;
  height: 1px;
}

@media (min-width: 768px) {
  .intr__ac__bt > li > a:hover {
    border-color: #0075c1;
    background: #0075c1;
  }
  .intr__ac__bt > li > a:hover > span {
    color: #fff;
  }
  .intr__ac__bt > li > a:hover > span > span {
    background: #fff;
  }
  .intr__ac__bt > li > a:hover > span > span::before,
  .intr__ac__bt > li > a:hover > span > span::after {
    background: #fff;
  }
}

.lgfbtn {
  position: relative;
  height: 0;
  z-index: 2;
}

.lgfbtn > a {
  position: absolute;
  bottom: 50px;
  left: 10px;
}

@media (max-width: 767px) {
  .lgfbtn > a {
    bottom: 55px;
    left: auto;
    right: 0;
  }
}

.lgf {
  position: sticky;
  padding: 40px 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .lgf {
    padding: 55px 0;
  }
}

.lgf__bd {
  position: relative;
  width: 924px;
  margin: 0 auto;
  visibility: hidden;
}

@media (max-width: 767px) {
  .lgf__bd {
    width: 100%;
  }
}

.lgf__bd.is-ready {
  visibility: visible;
}

.lgf__bd::before {
  content: '';
  display: block;
  padding-top: 56.16883%;
}

.lgf__bd__in {
  position: fixed;
  bottom: 50%;
  left: 0;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
  transform: translate3D(0, 50%, 0);
}

@media (min-width: 768px) {
  .lgf__bd__in {
    min-width: 1140px;
  }
}

.lgf__bd__in video {
  display: block;
  margin: 0 auto;
  width: 924px;
  height: auto;
}

@media (max-width: 767px) {
  .lgf__bd__in video {
    width: 100%;
  }
}

.lgf__bd__in.is-abs {
  position: absolute;
  left: 50%;
  width: 924px;
  transform: translate3D(-50%, 50%, 0);
}

@media (max-width: 767px) {
  .lgf__bd__in.is-abs {
    width: 100%;
  }
}

.lgf__bd__in.is-abs video {
  transform: none !important;
}

.brand {
  margin: 0 auto;
  padding: 0 0 160px;
  max-width: 1366px;
}

.brand__mn {
  margin: 96px 0;
}

.brand__mn::after {
  content: '';
  display: block;
  clear: both;
}

.brand__mn__itm {
  position: relative;
  background: 50% 50% no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .brand__mn__itm {
    float: left;
    width: 50%;
  }
}

.brand__mn__itm::before {
  content: '';
  display: block;
  padding-top: 51.24451%;
}

@media (max-width: 767px) {
  .brand__mn__itm::before {
    padding-top: 51.2%;
  }
}

.brand__mn__itm__num {
  position: absolute;
  font-size: 130px;
  line-height: 132px;
  font-family: 'VeneerClean', 'NotoSansCJKjp', sans-serif;
  font-weight: 400;
  transform: translate(0, 50%);
}

@media (max-width: 767px) {
  .brand__mn__itm__num {
    font-size: 17.33333vw;
  }
}

@media (max-width: 374px) {
  .brand__mn__itm__num {
    font-size: 65px;
  }
}

@media (min-width: 768px) {
  .brand__mn__itm.opt-itm01 {
    background-image: url('/feature/images/pic_brand01.jpg');
  }
}

@media (max-width: 767px) {
  .brand__mn__itm.opt-itm01 {
    background-image: url('/feature/images/pic_brand01_sp.jpg');
  }
}

.brand__mn__itm.opt-itm01 .brand__mn__itm__num {
  bottom: 100%;
  left: 16.39824%;
}

@media (max-width: 767px) {
  .brand__mn__itm.opt-itm01 .brand__mn__itm__num {
    left: 10.66667%;
  }
}

@media (min-width: 768px) {
  .brand__mn__itm.opt-itm02 {
    background-image: url('/feature/images/pic_brand02.jpg');
  }
}

@media (max-width: 767px) {
  .brand__mn__itm.opt-itm02 {
    background-image: url('/feature/images/pic_brand02_sp.jpg');
  }
}

.brand__mn__itm.opt-itm02 .brand__mn__itm__num {
  bottom: 0;
  right: 16.39824%;
}

@media (max-width: 767px) {
  .brand__mn__itm.opt-itm02 .brand__mn__itm__num {
    right: 10.66667%;
  }
}

.tech {
  margin: 0 auto;
  padding-bottom: 160px;
  overflow: hidden;
}

.tech__key {
  background: #000;
}

@media (min-width: 768px) {
  .tech__key {
    height: 66.61786vw;
    max-height: 910px;
    min-height: 759.44363px;
  }
}

.tech__key__in {
  position: relative;
}

@media (min-width: 768px) {
  .tech__key__in {
    max-width: 1366px;
    height: 100%;
    margin: 0 auto;
    background: url('/feature/images/pic_tech01.jpg') 50% 50% no-repeat;
    background-size: cover;
  }
}

.tech__key__hd {
  position: relative;
  color: #fff;
}

@media (min-width: 768px) {
  .tech__key__hd {
    bottom: 150px;
    padding-top: 18.30161%;
  }
  .tech__key__hd .c-secHd__ttl {
    font-size: 36px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .tech__key__hd {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .tech__key__spPic {
    height: 102.4vw;
    max-height: 576px;
    margin-top: -28px;
    background: url('/feature/images/pic_tech01_sp.jpg') 50% 50% no-repeat;
    background-size: cover;
  }
}

@media (max-width: 374px) {
  .tech__key__spPic {
    background-size: 150% auto;
  }
}

.tech__key__awd {
  text-align: center;
}

@media (min-width: 768px) {
  .tech__key__awd {
    position: absolute;
    bottom: 9.89011%;
    right: 5.49048%;
  }
}

@media (max-width: 767px) {
  .tech__key__awd {
    padding: 35px 0;
  }
}

.tech__key__awd__pic {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  background: url('/feature/images/pic_tech_awd01.png') 50% 50% no-repeat;
  background-size: contain;
  vertical-align: top;
}

.tech__key__awd__ttl {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
}

.tech__key__awd__txt {
  font-size: 10px;
  line-height: 16px;
  color: #fff;
}

.tech__key__nt {
  font-size: 10px;
  color: #fff;
}

@media (min-width: 768px) {
  .tech__key__nt {
    position: absolute;
    bottom: 25px;
    left: 25px;
  }
}

@media (max-width: 767px) {
  .tech__key__nt {
    margin: 0 20px;
    padding: 0 0 20px 1em;
    text-indent: -1em;
  }
}

.tech__cnst {
  margin: 96px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .tech__cnst {
    margin: 96px 0 160px;
  }
}

.tech__cnst__ttl {
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
  font-size: 24px;
  font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'NotoSansCJKjp', sans-serif;
  font-weight: 700;
  line-height: 36px;
}

@media (max-width: 767px) {
  .tech__cnst__ttl {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

@media (max-width: 374px) {
  .tech__cnst__ttl {
    font-size: 5.33333vw;
  }
}

.tech__cnst__ls li {
  display: inline-block;
  position: relative;
  width: 280px;
}

@media (max-width: 767px) {
  .tech__cnst__ls li {
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .tech__cnst__ls li + li {
    margin-left: 66px;
  }
}

@media (max-width: 767px) {
  .tech__cnst__ls li + li {
    margin-top: 80px;
  }
}

.tech__cnst__ls li:nth-child(2)::before,
.tech__cnst__ls li:nth-child(2)::after {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 18px;
  background: url('/feature/images/pic_tech_arrow01.svg') 50% 50% no-repeat;
}

@media (min-width: 768px) {
  .tech__cnst__ls li:nth-child(2)::before,
  .tech__cnst__ls li:nth-child(2)::after {
    top: 80px;
  }
}

@media (max-width: 767px) {
  .tech__cnst__ls li:nth-child(2)::before,
  .tech__cnst__ls li:nth-child(2)::after {
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}

@media (min-width: 768px) {
  .tech__cnst__ls li:nth-child(2)::before {
    left: -55px;
  }
}

@media (max-width: 767px) {
  .tech__cnst__ls li:nth-child(2)::before {
    top: -31px;
  }
}

@media (min-width: 768px) {
  .tech__cnst__ls li:nth-child(2)::after {
    right: -55px;
  }
}

@media (max-width: 767px) {
  .tech__cnst__ls li:nth-child(2)::after {
    bottom: -62px;
  }
}

.tech__cnst__ls li > div {
  width: 280px;
  height: 170px;
  background: 50% 50% no-repeat;
  background-size: contain;
}

.tech__cnst__ls li > div.opt-itm1 {
  background-image: url('/feature/images/pic_tech_cnst01.jpg');
}

.tech__cnst__ls li > div.opt-itm2 {
  background-image: url('/feature/images/pic_tech_cnst02.jpg');
}

.tech__cnst__ls li > div.opt-itm3 {
  background-image: url('/feature/images/pic_tech_cnst03.jpg');
}

.tech__cnst__ls li > p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.tech__cnst__bt {
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .tech__cnst__bt {
    margin: 40px 0 0;
  }
  .tech__cnst__bt .c-btnSet {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .tech__ft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
  }
}

.tech__ft__pic {
  background: 50% 50% no-repeat;
  background-size: cover;
}

.tech__ft__pic::before {
  content: '';
  display: block;
  padding-top: 51.81159%;
}

@media (max-width: 767px) {
  .tech__ft__pic::before {
    padding-top: 51.73333%;
  }
}

@media (min-width: 768px) {
  .tech__ft__pic {
    width: 550px;
    margin-right: 20px;
    background-image: url('/feature/images/pic_tech_ft01.jpg');
  }
}

@media (max-width: 767px) {
  .tech__ft__pic {
    margin-bottom: 50px;
    background-image: url('/feature/images/pic_tech_ft01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .tech__ft__i {
    width: 490px;
  }
}

@media (min-width: 768px) {
  .tech__ft .c-btnSet {
    margin: -5px 0 0;
    padding: 0 30px 0 0;
    text-align: left;
  }
}

.perf {
  max-width: 1366px;
  margin: 0 auto 160px;
}

.perf__mn {
  padding: 50px 0 96px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .perf__mn {
    padding: 50px 0 0;
  }
}

.perf__mn__bx {
  position: relative;
  background: 50% 50% no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .perf__mn__bx {
    float: left;
    width: 50%;
  }
  .perf__mn__bx::before {
    content: '';
    display: block;
    padding-top: 67.34993%;
  }
}

@media (max-width: 767px) {
  .perf__mn__bx {
    margin-bottom: 60px;
    padding: 67.2% 30px 0;
    background-position: 50% 0;
    background-size: 100% auto;
  }
}

@media (max-width: 374px) {
  .perf__mn__bx {
    padding: 67.2% 8vw 0;
  }
}

.perf__mn__bx__nm {
  position: absolute;
  top: 18.26087%;
  right: 50%;
  width: 190px;
  margin-right: -95px;
  background: 50% 50% no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .perf__mn__bx__nm {
    transform: translate(0, -50%);
  }
}

@media (max-width: 767px) {
  .perf__mn__bx__nm {
    top: 10.66667vw;
  }
}

.perf__mn__bx__ssn {
  width: 142px;
  height: 142px;
  margin: 0 auto;
  background: 50% 50% no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .perf__mn__bx__ssn {
    position: absolute;
    top: 4.34783%;
  }
}

.perf__mn__bx__lib {
  position: absolute;
  bottom: -65px;
  left: 130px;
  font-size: 10px;
}

@media (max-width: 767px) {
  .perf__mn__bx__lib {
    bottom: -25px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.perf__mn__bx__bal {
  border: 3px solid;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .perf__mn__bx__bal {
    position: absolute;
    bottom: -9.78261%;
    width: 172px;
    height: 178px;
    position: absolute;
    bottom: -9.78261%;
  }
}

@media (max-width: 767px) {
  .perf__mn__bx__bal {
    position: relative;
    max-width: 360px;
    margin: 30px auto 15px;
    padding: 3px 0 18px;
  }
}

.perf__mn__bx__bal::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 15px;
  height: 15px;
  background: 50% 50% no-repeat;
  background-size: auto 100%;
  transform: translate(-50%, 0);
}

.perf__mn__bx__bal__ic {
  width: 60px;
  height: 37px;
  margin: 12px auto 0;
  background: 50% 50% no-repeat;
  background-size: contain;
}

.perf__mn__bx__bal__ttl {
  margin: 8px auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.perf__mn__bx__bal__txt {
  font-size: 10px;
  line-height: 15px;
}

.perf__mn__bx.opt-itm1 {
  background-image: url('/feature/images/pic_perf01.webp');
}

.perf__mn__bx.opt-itm1 .perf__mn__bx__nm {
  height: 29px;
  background-image: url('/feature/images/pic_perf_nm01.svg');
}

.perf__mn__bx.opt-itm1 .perf__mn__bx__ssn {
  background-image: url('/feature/images/pic_perf_ssn01.svg');
}

@media (min-width: 768px) {
  .perf__mn__bx.opt-itm1 .perf__mn__bx__ssn {
    left: 2.92826%;
  }
}

.perf__mn__bx.opt-itm1 .perf__mn__bx__bal {
  border-color: #fcc800;
}

@media (min-width: 768px) {
  .perf__mn__bx.opt-itm1 .perf__mn__bx__bal {
    right: 3.95315%;
  }
}

.perf__mn__bx.opt-itm1 .perf__mn__bx__bal::before {
  background-image: url('/feature/images/pic_perf_bal01.svg');
}

.perf__mn__bx.opt-itm1 .perf__mn__bx__bal__ic {
  background-image: url('/feature/images/pic_perf_bal_ic01.svg');
}

.perf__mn__bx.opt-itm2 {
  background-image: url('/feature/images/pic_perf02.jpg');
}

.perf__mn__bx.opt-itm2 .perf__mn__bx__nm {
  height: 24px;
  background-image: url('/feature/images/pic_perf_nm02.svg');
}

.perf__mn__bx.opt-itm2 .perf__mn__bx__ssn {
  background-image: url('/feature/images/pic_perf_ssn02.svg');
}

@media (min-width: 768px) {
  .perf__mn__bx.opt-itm2 .perf__mn__bx__ssn {
    right: 2.92826%;
  }
}

.perf__mn__bx.opt-itm2 .perf__mn__bx__bal {
  border-color: #e16a0f;
}

@media (min-width: 768px) {
  .perf__mn__bx.opt-itm2 .perf__mn__bx__bal {
    left: 3.95315%;
  }
}

.perf__mn__bx.opt-itm2 .perf__mn__bx__bal::before {
  background-image: url('/feature/images/pic_perf_bal02.svg');
}

.perf__mn__bx.opt-itm2 .perf__mn__bx__bal__ic {
  background-image: url('/feature/images/pic_perf_bal_ic02.svg');
}

.bq {
  max-width: 1366px;
  margin: 0 auto 160px;
}

.bq__mn {
  position: relative;
  margin: 50px 0 96px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .bq__mn {
    margin-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .bq__mn::before {
    content: '';
    display: block;
    padding-top: 39.53148%;
  }
}

.bq__mn__itm {
  background: 50% 50% no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .bq__mn__itm {
    position: absolute;
    width: 50%;
  }
}

.bq__mn__itm::before {
  content: '';
  display: block;
  padding-top: 64.42167%;
}

@media (max-width: 767px) {
  .bq__mn__itm::before {
    padding-top: 64.53333%;
  }
}

.bq__mn__itm.opt-itm1 {
  top: 0;
  left: 0;
  background-image: url('/feature/images/pic_bq01.jpg');
}

@media (max-width: 767px) {
  .bq__mn__itm.opt-itm1 {
    background-image: url('/feature/images/pic_bq01_sp.jpg');
  }
}

.bq__mn__itm.opt-itm2 {
  bottom: 0;
  right: 0;
  background-image: url('/feature/images/pic_bq02.jpg');
}

@media (max-width: 767px) {
  .bq__mn__itm.opt-itm2 {
    background-image: url('/feature/images/pic_bq02_sp.jpg');
  }
}

.aq {
  max-width: 1366px;
  margin: 0 auto 160px;
}

.aq__mn {
  position: relative;
  margin: 50px 0 96px;
}

@media (min-width: 768px) {
  .aq__mn {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .aq__mn {
    margin-bottom: 30px;
  }
}

.aq__mn__bx {
  position: relative;
}

.aq__mn__bx + .aq__mn__bx {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .aq__mn__bx + .aq__mn__bx {
    margin-top: 20px;
  }
}

.aq__mn__bx__itm {
  background: 50% 50% no-repeat;
  background-size: cover;
}

.aq__mn__bx__itm::before {
  content: '';
  display: block;
}

.aq__mn__bx__itm.opt-itm1 {
  position: absolute;
  right: 70.27818%;
  bottom: 0;
  width: 258px;
  margin-right: 36px;
  background-image: url('/feature/images/pic_aq01.jpg');
}

@media (max-width: 767px) {
  .aq__mn__bx__itm.opt-itm1 {
    right: auto;
    left: 0;
    width: 22.93333%;
    background-image: url('/feature/images/pic_aq01_sp.jpg');
  }
}

.aq__mn__bx__itm.opt-itm1::before {
  padding-top: 100%;
}

.aq__mn__bx__itm.opt-itm2 {
  width: 70.27818%;
  margin: 0 0 0 auto;
  background-image: url('/feature/images/pic_aq02.jpg');
}

@media (max-width: 767px) {
  .aq__mn__bx__itm.opt-itm2 {
    width: 74.4%;
    background-image: url('/feature/images/pic_aq02_sp.jpg');
  }
}

.aq__mn__bx__itm.opt-itm2::before {
  padding-top: 48.95833%;
}

@media (max-width: 767px) {
  .aq__mn__bx__itm.opt-itm2::before {
    padding-top: 58.06452%;
  }
}

.aq__mn__bx__itm.opt-itm3 {
  width: 48.68228%;
  background-image: url('/feature/images/pic_aq03.jpg');
}

@media (max-width: 767px) {
  .aq__mn__bx__itm.opt-itm3 {
    width: 58.66667%;
    background-image: url('/feature/images/pic_aq03_sp.jpg');
  }
}

.aq__mn__bx__itm.opt-itm3::before {
  padding-top: 51.2782%;
}

@media (max-width: 767px) {
  .aq__mn__bx__itm.opt-itm3::before {
    padding-top: 51.81818%;
  }
}

.aq__mn__bx__itm.opt-itm4 {
  position: absolute;
  top: 0;
  left: 48.68228%;
  margin-left: 36px;
  width: 258px;
}

@media (max-width: 767px) {
  .aq__mn__bx__itm.opt-itm4 {
    left: 61.33333%;
    margin: 0;
    width: 22.93333%;
    background-image: url('/feature/images/pic_aq04_sp.jpg');
  }
  .aq__mn__bx__itm.opt-itm4::before {
    padding-top: 100%;
  }
}

@media (min-width: 768px) {
  .aq__mn__bx__itm.opt-itm4 > a {
    display: block;
  }
  .aq__mn__bx__itm.opt-itm4 > a:hover > span.pic {
    opacity: .5;
  }
  .aq__mn__bx__itm.opt-itm4 > a > span.pic {
    display: block;
    height: 258px;
    background: url('/feature/images/pic_aq04.jpg') 50% 50% no-repeat;
    background-size: contain;
    transition: opacity 300ms ease 0ms;
  }
  .aq__mn__bx__itm.opt-itm4 > a > span.txt {
    display: inline-block;
    position: relative;
    padding: 5px 30px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #0052a4;
  }
  .aq__mn__bx__itm.opt-itm4 > a > span.txt::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 21px;
    height: 21px;
    margin-top: -7px;
    background: url('/feature/images/pic_aq_srch01.svg') 50% 50% no-repeat;
  }
}

@media (max-width: 767px) {
  .aq__mn__bx__itm.opt-itm4 > a {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .aq__spLnk {
    display: none;
  }
}

@media (max-width: 767px) {
  .aq__spLnk {
    margin-bottom: 55px;
    text-align: center;
  }
  .aq__spLnk > a {
    display: inline-block;
    position: relative;
    padding: 5px 30px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #0052a4;
  }
  .aq__spLnk > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 21px;
    height: 21px;
    margin-top: -7px;
    background: url('/feature/images/pic_aq_srch01.svg') 50% 50% no-repeat;
  }
}

.beheim {
  max-width: 1366px;
  margin: 0 auto 160px;
}

.beheim__ft {
  margin: 60px auto 0;
}

@media (min-width: 768px) {
  .beheim__ft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1140px;
  }
}

.beheim__ft__pic {
  background: 50% 50% no-repeat;
  background-size: cover;
}

.beheim__ft__pic::before {
  content: '';
  display: block;
  padding-top: 66.84783%;
}

@media (max-width: 767px) {
  .beheim__ft__pic::before {
    padding-top: 66.84444%;
  }
}

@media (min-width: 768px) {
  .beheim__ft__pic {
    width: 550px;
    background-image: url('/feature/images/pic_beheim_ft01.jpg');
  }
}

@media (max-width: 767px) {
  .beheim__ft__pic {
    margin-bottom: 50px;
    background-image: url('/feature/images/pic_beheim_ft01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .beheim__ft__i {
    width: 490px;
  }
}

@media (min-width: 768px) {
  .beheim__ft .c-btnSet {
    margin: -5px 0 0;
    padding: 0 30px 0 0;
    text-align: left;
  }
}

.ancTgt01 {
  position: relative;
  bottom: 70px;
}

.ancTgt02 {
  position: relative;
  bottom: 110px;
}

.ancSet {
  display: block;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1000;
  transition: opacity 650ms ease 0ms, transform 650ms ease 0ms;
}

@media (max-width: 767px) {
  .ancSet {
    display: none !important;
  }
}

.ancSet.is-hidden {
  opacity: 0;
  transform: translate(200px, -50%);
}

.ancSet__ls > li {
  text-align: right;
  height: 15px;
  line-height: 15px;
}

.ancSet__ls > li + li {
  margin-top: 10px;
}

.ancSet__ls > li a {
  display: block;
  position: relative;
  height: 25px;
  line-height: 25px;
}

body.pc .ancSet__ls > li a:hover span.btn::before,
.ancSet__ls > li a.is-cur span.btn::before {
  border: 2px solid #fff;
  background: #0074c1;
  opacity: 1;
}

body.pc .ancSet__ls > li a:hover span.txt,
.ancSet__ls > li a.is-cur span.txt {
  transform: scaleX(1);
  opacity: 1;
}

.ancSet__ls > li a span.btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  transition: transform 300ms ease 0ms;
}

.ancSet__ls > li a span.btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  line-height: 15px;
  opacity: .4;
  z-index: 2;
  transition: background-color 300ms ease 0ms, border 300ms ease 0ms, opacity 300ms ease 0ms;
}

.ancSet__ls > li a span.txt {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5px;
  right: 5px;
  height: 15px;
  padding: 0 22px 0 15px;
  border-radius: 7.5px;
  background: rgba(255, 255, 255, .9);
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  white-space: nowrap;
  transform: scaleX(0);
  opacity: 0;
  z-index: 1;
  transform-origin: 100% 50%;
  transition: transform 300ms ease 0ms, opacity 300ms ease 0ms;
}

.fixWrap {
  position: relative;
  z-index: 100;
}

@media (max-width: 767px) {
  .fixWrap {
    height: auto !important;
  }
}

.fixPrev,
.fixNext {
  position: relative;
  transition: opacity 1000ms ease 0ms;
}

.fixBody {
  width: 100%;
  will-change: position, top;
}

@media (min-width: 768px) {
  .fixBody {
    min-width: 1140px;
  }
}

.fixBody.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.fixBody.is-fixed .fixPrev,
.fixBody.is-fixed .fixNext {
  opacity: 0;
}

.fixBody.is-fixed.is-end {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.fixBody.is-fixed.is-end .fixPrev,
.fixBody.is-fixed.is-end .fixNext {
  opacity: 1;
}

.fixNext {
  position: relative;
  z-index: 2;
}

.modal {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 500ms ease 0ms;
  z-index: 1110;
}

.modal.is-open {
  opacity: 1;
}

.modal__cls {
  position: fixed;
  right: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  z-index: 1;
  transition: opacity 300ms ease 0ms;
}

@media (min-width: 768px) {
  .modal__cls {
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .modal__cls {
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
  }
}

.modal__cls::before,
.modal__cls::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 2px;
  margin: -1px 0 0 -25px;
  background: #0075c1;
}

@media (max-width: 767px) {
  .modal__cls::before,
  .modal__cls::after {
    width: 36px;
    height: 1px;
    margin: 0 0 0 -16px;
  }
}

.modal__cls::before {
  transform: rotate(45deg);
}

.modal__cls::after {
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .modal__cls:hover {
    opacity: .4;
  }
}

.modal__in {
  display: table;
  width: 100%;
  height: 100%;
}

.modal__in2 {
  display: table-cell;
  text-align: center;
  padding: 50px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .modal__in2 {
    padding: 20px;
  }
}

.modal .modalSet {
  display: none;
  position: relative;
  width: 100%;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .modal .modalSet {
    min-width: 1040px;
  }
}

.modal .modalSet.is-shown {
  display: inline-block;
}

.modal .modalSet__ttl {
  margin-bottom: 45px;
  font-weight: 200;
  line-height: 50px;
  text-align: center;
  color: #0075c1;
}

@media (min-width: 1366px) {
  .modal .modalSet__ttl {
    font-size: 40px;
  }
}

@media (min-width: 1140px) and (max-width: 1365px) {
  .modal .modalSet__ttl {
    font-size: 2.92826vw;
  }
}

@media (max-width: 1139px) and (min-width: 768px) {
  .modal .modalSet__ttl {
    font-size: 33.38214px;
  }
}

@media (max-width: 767px) {
  .modal .modalSet__ttl {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 374px) {
  .modal .modalSet__ttl {
    font-size: 6.4vw;
  }
}

.modal .modalSet__pic {
  background: 50% 50% no-repeat;
  background-size: contain;
}

.modal .modalSet__pic::before {
  content: '';
  display: block;
}

.modal .modalSet__pic.opt-group {
  background-image: url('/feature/images/pic_modal_group01.png');
}

.modal .modalSet__pic.opt-group:before {
  padding-top: 90.04815%;
}

.modalBg {
  display: none;
  position: fixed;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  background: rgba(255, 255, 255, .95);
  opacity: 0;
  transition: opacity 500ms ease 0ms;
  z-index: 1100;
}

.modalBg.is-open {
  opacity: 1;
}
