@charset "UTF-8";
/*---------------------------------------------------------------------------*/
main {
  /* overflow-x: hidden; */
}
main a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px), print {
  .banner {
    position: relative;
  }
  .banner figure img {
    width: 100%;
    height: auto;
  }
  .ttlSt {
    position: relative;
  }
  .ttlSt:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .ttlSt .bd_l {
    border-left: 10px solid #fff;
    padding-left: 41px;
  }
  .ttlSt h2 em {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.9px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin: 6px 0 30px;
    display: block;
  }
  .ttlSt h2 em.active span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .ttlSt h2 em span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    -webkit-transition: all 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s;
    transition: all 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s;
    padding: 0 0.5em;
    margin: 0 -0.5em;
  }
  .ttlSt_sub {
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    display: block;
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    -webkit-transition: all 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s;
    transition: all 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s;
    padding-left: 7px;
  }
  .ttlSt_sub.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .m-section .ttlSt {
    -webkit-transform: skew(0deg, 0.8deg) translateZ(0);
    transform: skew(0deg, 0.8deg) translateZ(0);
    margin: 0 0 18px;
    padding: 200px 0 295px;
  }
  .m-section .ttlSt:after {
    background: url(../img/bkg_01.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: skew(0deg, -0.8deg);
    transform: skew(0deg, -0.8deg);
  }
  .m-section .ttlSt .row {
    -webkit-transform: skew(0deg, -0.8deg);
    transform: skew(0deg, -0.8deg);
    overflow-x: hidden;
  }
  .m-section .ttlBox {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
    margin-bottom: 45px;
  }
  .m-section .ttlBox:after {
    content: "";
    width: 73px;
    height: 2px;
    background-color: #BCD6EC;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .m-section .ttlBox h3 {
    font-size: 37px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    left: 4px;
  }
  .m-section .ttlBox span {
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    padding: 5px 5px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  .m-section .ttlBox span:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .m-section .ttl_s {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 44px;
  }
  .m-section .ttl_s h3 {
    font-size: 37px;
    line-height: 1;
  }
  .m-section .ttl_s span {
    font-size: 37px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.6px;
    padding: 6px 19px 4px 14px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #fff;
    background: #000;
    left: 4px;
  }
  .m-section .ttl_s:after {
    content: "";
    width: 73px;
    height: 2px;
    background-color: #f4a5b0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .m-section p {
    font-size: 18px;

    line-height: 32px;
  }
  .m-section .m-box figure {
    width: 48.95833%;


    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .m-section .m-box figure img {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 705px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-section .m-box {
    position: relative;
    z-index: 16;
  }
  .m-section .m-box_pos {
    width: 100%;
    height: 100%;
    padding: 0 2%;
    position: relative;
    z-index: +1;
  }
  .m-section .m-box_m {
    height: 100%;
    position: relative;
  }
  .m-section .m-box_m_w {
    width: 100%;
    height: 100%;
  }
  .m-section .m-box_m .ttlBox {
    margin-top: 48px;
    position: relative;
  }
  .section-about {
    padding: 126px 0 100px;
  }
  .section-about .bTtl {
    text-align: center;
    margin-bottom: 58px;
  }
  .section-about .bTtl_sub {
    display: inline-block;
    padding: 5px 5px;
    font-size: 50px;
    line-height: 1;
    color: #000000;
    margin-bottom: 34px;
  }
  .section-about .bTtl_ttl {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -5px;
  }
  .section-about p {
    font-size: 20px;
    line-height: 40px;
  }
  .section-about .menu {
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(34, 170, 209)), to(rgb(12, 64, 158)));
    background-image: linear-gradient(180deg, rgb(34, 170, 209) 0%, rgb(12, 64, 158) 100%);
    max-width: 1040px;
    margin: 88px auto 140px;
    padding: 44px 20px 48px 30px;
  }
  .section-about .menu__ttl {
    font-size: 26.4px;
    line-height: 1.21;
    letter-spacing: 5.28px;
    margin-bottom: 16px;
  }
  .section-about .menu__list li {
    font-size: 26.4px;
    font-weight: 700;
    line-height: 2.39;
    letter-spacing: 0.53px;
  }
  .section-about .menu__list li a {
    color: #fff;
  }
  .section-about .bRecruit_b {
    margin: 60px auto;
    left: 4px;
  }
  .section-connected {
    padding-bottom: 53px;
  }
  .section-connected .ttlSt h2 em {
    letter-spacing: 2px;
  }
  .section-connected .bVideo_vd .delay_06 {
    position: relative;
    padding-top: 40px;
  }
  .section-connected .bVideo_vd .delay_06:before {
    content: "";
    width: 73px;
    height: 2px;
    background-color: #BCD6EC;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-connected .bVideo {
    padding-bottom: 180px;
    position: relative;
  }
  .section-connected .bVideo:after {
    content: "";
    background: url(../img/af_02.png) no-repeat;
    background-size: contain;
    width: 691px;
    height: 936px;
    position: absolute;
    top: -202px;
    right: 0px;
  }
  .section-connected .bVideo_vd {
    margin: 77px auto -72px;
    max-width: 1050px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .section-connected .is-Ai {
    position: relative;
    padding-bottom: 13.86vw;
  }
  .section-connected .is-Ai figure {
    top: 23%;
    bottom: auto;
  }
  .section-connected .is-Ai p {
    max-width: 525px;
    width: 45%;
    z-index: 16;
  }
  .section-connected .is-Ai figure:after {
    content: "";
    background: url(../img/bf_bkg_03.png) no-repeat;
    background-size: contain;
    max-width: 763px;
    width: 105%;
    height: 355px;
    position: absolute;
    bottom: -58px;
    right: 4%;
    z-index: -1;
  }
  .section-sound {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: 14.33vw;
  }
  .section-sound:before {
    content: "";
    background: url(../img/af_03.png) no-repeat;
    background-size: contain;
    width: 710px;
    height: 640px;
    position: absolute;
    top: 436px;
    right: 0;
    z-index: -1;
  }
  .section-sound:after {
    content: "";
    background: url(../img/af_04.png) no-repeat;
    background-size: contain;
    width: 840px;
    max-width: 100%;
    height: 750px;
    position: absolute;
    bottom: -93px;
    left: 0;
    z-index: -1;
  }
  .section-sound .ttlSt {
    -webkit-transform: skew(0deg, -0.8deg) translateZ(0);
    transform: skew(0deg, -0.8deg) translateZ(0);
    margin: 0 0 185px;
    padding: 200px 0 296px;
  }
  .section-sound .ttlSt .row {
    -webkit-transform: skew(0deg, 0.8deg);
    transform: skew(0deg, 0.8deg);
  }
  .section-sound .ttlSt:after {
    background: url(../img/bkg_02.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: skew(0deg, 0.8deg);
    transform: skew(0deg, 0.8deg);
  }
  .section-sound .ttl_s:after {
    background-color: #88d6e7;
  }
  .section-sound .m-box figure {
    top: 20.5%;
  }
  .section-sound .m-box figure:after {
    content: "";
    background: url(../img/bf_bkg_05.png) no-repeat;
    background-size: contain;
    width: 434px;
    height: 544px;
    position: absolute;
    top: -48px;
    left: -67px;
    z-index: -1;
  }
  .section-sound .m-box_m_w {
    width: 45%;
    max-width: 540px;
    height: 100%;
  }
  .section-sound .m-box_m p {
    max-width: 525px;
  }
  .section-sound .m-box_m p+p {
    margin-top: 30px;
  }
  .section-ux {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: 73px;
    z-index: +1;
  }
  .section-ux .ttlSt {
    -webkit-transform: skew(0deg, 0.8deg) translateZ(0);
    transform: skew(0deg, 0.8deg) translateZ(0);
    margin: 0 0 190px;
    padding: 223px 0 267px;
  }
  .section-ux .ttlSt:after {
    background: url(../img/bkg_03.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: skew(0deg, -0.8deg);
    transform: skew(0deg, -0.8deg);
  }
  .section-ux .ttlBox:after {
    background-color: #BCD6EC;
  }
  .section-ux .is-Ux {
    padding-bottom: 24.96vw;
  }
  .section-ux .is-Ux:after {
    content: "";
    background: url(../img/af_05.png) no-repeat;
    background-size: contain;
    width: 664px;
    height: 899px;
    position: absolute;
    bottom: 271px;
    left: 0;
    z-index: -1;
  }
  .section-ux .is-Ux figure {
    top: 0;
  }
  .section-ux .is-Ux p {
    max-width: 531px;
    width: 45%;
  }
  .section-ux .is-Ux figure:after {
    content: "";
    background: url(../img/bf_bkg_06.png) no-repeat;
    background-size: contain;
    width: 585px;
    height: 544px;
    position: absolute;
    bottom: -61px;
    right: 133px;
    z-index: -1;
  }
  .m-section .is-Emotion {
    padding-bottom: 20.33vw;
  }
  .m-section .is-Emotion .ttl_s:after {
    right: 0;
    left: auto;
  }
  .m-section .is-Emotion figure {
    right: auto;
    left: 0;
  }
  .section-ux .is-Emotion figure:after {
    content: "";
    background: url(../img/bf_bkg_07.png) no-repeat;
    background-size: contain;
    width: 544px;
    height: 622px;
    position: absolute;
    bottom: -126px;
    left: 31.8%;
    z-index: -1;
  }
  .section-ux .is-Emotion .m-box_m_w {
    text-align: right;
  }
  .section-ux .is-Emotion .ttl_s span {
    left: 0;
  }
  .section-ux .is-Emotion p {
    max-width: 531px;
    width: 44%;
    margin-left: auto;
    text-align: left;
  }
  .section-ux .is-Emotion .txt-link-wrap {
    margin-left: auto;
    text-align: left;
    width: 44%;
  }
  .section-electric {
    padding-bottom: 152px;
    position: relative;
    z-index: 0;
  }
  .section-electric:after {
    content: "";
    background: url(../img/af_06.png) no-repeat;
    background-size: contain;
    width: 726px;
    height: 697px;
    position: absolute;
    top: -498px;
    right: 0;
    z-index: 2;
  }
  .section-electric .ttlSt {
    -webkit-transform: skew(0deg, 0.8deg) translateZ(0);
    transform: skew(0deg, 0.8deg) translateZ(0);
    padding: 187px 0 315px;
    z-index: 2;
  }
  .section-electric .ttlSt:after {
    background: url(../img/bkg_04.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: skew(0deg, -0.8deg);
    transform: skew(0deg, -0.8deg);
    z-index: 8;
  }
  .section-electric .ttlSt .row {
    -webkit-transform: skew(0deg, -0.8deg);
    transform: skew(0deg, -0.8deg);
    position: relative;
    z-index: 10;
  }
  .section-electric .eTop {
    padding: 0;
    margin: -151px 0 0;
    position: relative;
    z-index: 0;
  }
  .row_car {
    width: 100%;
    margin: 0 auto;
  }
  .section-electric .eTop figure img {
    width: 100% !important;
    max-width: initial;
    position: relative;
    z-index: -2;
  }
  .section-electric .eTop figure {
    margin-bottom: 80px;
  }
  .section-electric .is-Dl {
    margin-top: 60px;
  }
  .section-electric .ttlBox:after {
    background-color: #aff5c6;
  }
  .bRecruit {
    padding-bottom: 133px;
  }
  .bRecruit_b {
    margin: 0 auto 144px;
    max-width: 853px;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bRecruit_b:before {
    content: "";
    width: 854px;
    max-width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #8d8d8d 0%, #cfcdcd 100%);
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -2;
  }
  .bRecruit_b__inr {
    position: relative;
    z-index: +2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255 255 255)), to(rgb(236 236 236)));
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(236 236 236) 100%);
    width: 100%;
    padding: 48px 30px 37px 20px;
    text-align: center;
  }
  .bRecruit_b p {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 31px;
    font-weight: 700;
  }
  .bRecruit_b p b {
    color: #e30013;
  }
  .bRecruit_b a {
    display: block;
    width: 340px;
    background-color: #404040;
    font-size: 23px;
    line-height: 1;
    color: #fff;
    margin: 0 auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    position: relative;
    padding-bottom: 4vw;
  }
  .banner figure img {
    width: 100%;
    height: auto;
  }
  .ttlSt {
    position: relative;
  }
  .ttlSt:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .ttlSt .bd_l {
    border-left: 1.30208vw solid #fff;
    padding-left: 3.30625vw;
  }
  .ttlSt h2 em {
    font-size: 8.21458vw;
    line-height: 1;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    display: block;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 3.90625vw;
    letter-spacing: 1px;
  }
  .ttlSt h2 em.active span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .ttlSt h2 em span {
    display: inline-block;
    padding-right: 0.5em;
    margin-right: -0.5em;
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    -webkit-transition: transform 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s, opacity 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s;
    -webkit-transition: opacity 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s, -webkit-transform 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s;
    transition: opacity 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s, -webkit-transform 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s;
    transition: transform 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s, opacity 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s;
    transition: transform 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s, opacity 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s, -webkit-transform 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s;
  }
  .ttlSt_sub {
    font-size: 3.90625vw;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    display: block;
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    -webkit-transition: all 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s;
    transition: all 0.75s cubic-bezier(0.4, 0.1, 0.7, 1) 0.5s;
  }
  .ttlSt_sub.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .m-section .ttlBox {
    position: relative;
    z-index: 1;
    padding-bottom: 4.51042vw;
  }
  .m-section .ttlBox h3 {
    font-size: 4.8vw;
    line-height: 1.2;
    font-weight: bold;
    display: inline-block;
    padding: 1.50208vw 3.30208vw;
    background-color: #000;
    color: #fff;
    margin-bottom: 1.30208vw;
  }
  .m-section .ttlBox span {
    font-size: 5.85938vw;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    padding: 1.30208vw 1.30208vw;
    background: -webkit-linear-gradient(45deg, #7883FF, #54EFFB 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  .m-section .ttlBox span:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .m-section .ttlSt {
    -webkit-transform: skew(0deg, -0.8deg) translateZ(0);
    transform: skew(0deg, -0.8deg) translateZ(0);
    margin-bottom: 5vw;
    padding: 12.37604vw 0 12.41667vw;
  }
  .m-section .ttlSt:after {
    background: url(../img/bkg_02.png) no-repeat;
    background-size: cover;
    -webkit-transform: skew(0deg, 0.8deg);
    transform: skew(0deg, 0.8deg);
  }
  .m-section .ttlSt .row {
    -webkit-transform: skew(0deg, 0.8deg);
    transform: skew(0deg, 0.8deg);
    overflow-x: hidden;
  }
  .m-section .ttl_s {
    position: relative;
    z-index: 1;
    padding-bottom: 6.51042vw;
  }
  .m-section .ttl_s h3 {
    font-size: 4.5vw;
    line-height: 1;
  }
  .m-section .ttl_s span {
    font-size: 4.8vw;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    padding: 1.30208vw 1.30208vw;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  .m-section .ttl_s span:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .m-section p {
    position: relative;
    font-size: 3.38542vw;
    line-height: 7.03125vw;
    padding-top: 3.80625vw;
  }
  .m-section p:after {
    content: "";
    width: 9.11458vw;
    height: 0.26042vw;
    background-color: #aff5c6;
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-section .m-box figure {
    padding: 0 3.90625vw;
    position: relative;
    margin-bottom: 5vw;
  }
  .m-section .m-box figure img {
    width: 100%;
    height: auto;
  }
  .section-about {
    padding: 6.02083vw 0 12.53125vw;
  }
  .section-about .bTtl {
    text-align: center;
    margin-bottom: 6.51042vw;
  }
  .section-about .bTtl_sub {
    display: inline-block;
    padding: 1.30208vw 1.30208vw;
    font-size: 5.20833vw;
    line-height: 1;
    color: #000000;
    margin-bottom: 2.60417vw;
  }
  .section-about .bTtl_ttl {
    font-size: 7.8125vw;
    line-height: 1.3;
    font-weight: 700;
  }
  .section-about p {
    font-size: 3.52vw;
    line-height: 7.8125vw;
  }
  .section-about .menu {
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(34, 170, 209)), to(rgb(12, 64, 158)));
    background-image: linear-gradient(180deg, rgb(34, 170, 209) 0%, rgb(12, 64, 158) 100%);
    max-width: 1040px;
    margin: 8vw auto 10vw;
    padding: 5vw 0 5vw 1vw;
  }
  .section-about .menu__ttl {
    font-size: 4.70833vw;
    line-height: 1.21;
    letter-spacing: 5.28px;
    margin-bottom: 3vw;
  }
  .section-about .menu__list li {
    font-size: 3.5125vw;
    font-weight: 700;
    line-height: 2.29;
    letter-spacing: 0.53px;
  }
  .section-about .menu__list li a {
    color: #fff;
  }
  .section-about .bRecruit_b {
    left: 4px;
    margin-bottom: 0;
  }
  .section-connected .ttlSt {
    -webkit-transform: skew(0deg, 0.8deg) translateZ(0);
    transform: skew(0deg, 0.8deg) translateZ(0);
    margin-bottom: 0;
    z-index: +1;
  }
  .section-connected .ttlSt:after {
    background: url(../img/bkg_01.png) no-repeat;
    background-size: cover;
    -webkit-transform: skew(0deg, -0.8deg);
    transform: skew(0deg, -0.8deg);
  }
  .section-connected .ttlSt .row {
    -webkit-transform: skew(0deg, -0.8deg);
    transform: skew(0deg, -0.8deg);

  }
  .section-connected .banner {
    margin-top: -10px;
  }
  .section-connected .bVideo {
    padding-bottom: 7.8125vw;
    position: relative;
  }
  .section-connected .bVideo:after {
    content: "";
    background: url(../img/af_02.png) no-repeat right center;
    background-size: contain;
    width: 80.18229vw;
    height: 80.44271vw;
    position: absolute;
    top: -9vw;
    right: 0;
    z-index: -1;
  }
  .section-connected .bVideo_vd {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .section-connected p:after {
    background-color: #BCD6EC;
  }
  .section-connected .is-Ai {
    position: relative;
    padding-bottom: 7.8125vw;
  }
  .section-connected .is-Ai:after {
    content: "";
    background: url(../img/af_02.png) no-repeat;
    background-size: contain;
    width: 70.18229vw;
    height: 70.44271vw;
    position: absolute;
    bottom: 54.6875vw;
    right: 0;
    z-index: -1;
  }
  .section-connected .is-Ai figure:after {
    content: "";
    background: url(../img/bf_bkg_03.png) no-repeat;
    background-size: contain;
    width: 75.86vw;
    height: 34.66vw;
    position: absolute;
    bottom: -2vw;
    left: -18vw;
    z-index: -1;
  }
  .section-connected .is-Ai .ttlBox {
    position: relative;
  }
  .section-sound {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: 8.8125vw;
  }
  .section-sound:before {
    content: "";
    background: url(../img/af_03.png) no-repeat right center;
    background-size: contain;
    width: 67.33vw;
    height: 56.66vw;
    position: absolute;
    top: 29vw;
    right: 0;
  }
  .section-sound:after {
    content: "";
    background: url(../img/af_04.png) no-repeat;
    background-size: contain;
    width: 80.66667vw;
    height: 64.27083vw;
    position: absolute;
    bottom: -14vw;
    left: 0;
    z-index: -1;
  }
  .section-sound p+p {
    padding-top: 2.5vw;
  }
  .section-sound p+p::after {
    content: none;
  }
  .section-sound .is-Premium figure:after {
    content: "";
    background: url(../img/bf_bkg_05.png) no-repeat;
    background-size: contain;
    width: 49.08854vw;
    height: 76.43229vw;
    position: absolute;
    top: -5.20833vw;
    left: -5.06771vw;
    z-index: -1;
  }
  .section-ux .ttlSt:after {
    background: url(../img/bkg_03.png) no-repeat;
    background-size: cover;
  }
  .section-ux p:after {
    background: #f4a5b0;
  }
  .section-ux .is-Ux {
    margin-bottom: 7.8125vw;
    position: relative;
  }
  .section-ux .is-Ux:after {
    content: "";
    background: url(../img/af_05.png) no-repeat;
    background-size: contain;
    width: 56vw;
    height: 59vw;
    position: absolute;
    top: -32vw;
    left: 0;
    z-index: -1;
  }
  .section-ux .is-Ux figure:after {
    content: "";
    background: url(../img/bf_bkg_06.png) no-repeat;
    background-size: contain;
    width: 68vw;
    height: 82vw;
    position: absolute;
    bottom: -23vw;
    right: 20vw;
    z-index: -1;
  }
  .section-ux .is-Emotion {
    margin-bottom: 7.8125vw;
    position: relative;
  }
  .section-ux .is-Emotion figure:after {
    content: "";
    background: url(../img/bf_bkg_07.png) no-repeat;
    background-size: contain;
    width: 58vw;
    height: 71vw;
    position: absolute;
    bottom: -10vw;
    right: 0;
    z-index: -1;
  }
  .section-electric {
    position: relative;
  }
  .section-electric:after {
    content: "";
    background: url(../img/af_06.png) no-repeat right center;
    background-size: contain;
    width: 62vw;
    height: 52vw;
    position: absolute;
    top: -37vw;
    right: 0;
    z-index: 2;
  }
  .section-electric .ttlSt {
    -webkit-transform: skew(0deg, 0.8deg) translateZ(0);
    transform: skew(0deg, 0.8deg) translateZ(0);
    z-index: 2;
    margin-bottom: 0;
  }
  .section-electric .ttlSt:after {
    background: url(../img/bkg_04.png) no-repeat;
    background-size: cover;
    -webkit-transform: skew(0deg, -0.8deg);
    transform: skew(0deg, -0.8deg);
  }
  .section-electric .ttlSt .row {
    -webkit-transform: skew(0deg, -0.8deg);
    transform: skew(0deg, -0.8deg);
  }
  .section-electric .eTop {
    margin-top: -8vw;
    position: relative;
  }
  .section-electric .eTop figure {
    margin-bottom: 2.60417vw;
  }
  .section-electric .eTop figure img {
    width: 100%;
  }
  .section-electric .is-Dl {
    margin: 3.11458vw 0 8vw;
  }
  .bRecruit {
    padding-bottom: 15.625vw;
  }
  .bRecruit_b {
    margin: 0 1.90625vw 18vw;
    text-align: center;
    position: relative;
  }
  .bRecruit_b:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #8d8d8d 0%, #cfcdcd 100%);
    position: absolute;
    top: -1.80208vw;
    left: -1.80208vw;
    z-index: -1;
  }
  .bRecruit_b__inr {
    position: relative;
    z-index: +2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(236,236,236,1)));
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%);
    width: 100%;
    padding: 3vw 5vw;
    text-align: center;
  }
  .bRecruit_b figure {
    margin-bottom: 2.60417vw;
  }
  .bRecruit_b figure img {
    width: 100%;
    height: auto;
  }
  .bRecruit_b p {
    font-size: 3.78542vw;
    line-height: 1.5;
    margin-bottom: 1.70417vw;
    /* letter-spacing: -0.26042vw; */
    font-weight: 700;
  }
  .bRecruit_b p b {
    color: #e30013;
  }
  .bRecruit_b p span ins {
    color: #E30013;
    text-decoration: none;
  }
  .bRecruit_b a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44.0625vw;
    margin: 0 auto;
    background-color: #404040;
    font-size: 3.75521vw;
    line-height: 1;
    color: #fff;
    padding: 5vw 0;
  }
}
/*---------------------------------------------------------------------------*/
.search_modal {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
}
.search_modal .modal_base {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
}
.search_modal.open {
  -webkit-transition: 150ms;
  transition: 150ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 2000;
}
.txt-link-wrap {
  margin: 30px 0 50px;
  max-width: 540px;
}
.is-Dl .txt-link-wrap {
  max-width: 100%;
  max-width: 720px;
}
.txt-link {
  color: #052b74;
  display: block;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px solid;
}
.section-about .txt-link {
  display: block;
  font-size: 20px;
  text-align: center;
  max-width: 130px;
  margin: 30px auto 0;
}
.section-about .txt-link.is-inline {
  display: inline;
}
@media screen and (min-width: 769px), print {
  .search_modal .modal_close {
    cursor: pointer;
    position: fixed;
    z-index: 1500;
    right: 40px;
    top: 40px;
  }
  .search_modal .search_box {
    width: 600px;
    position: absolute;
    z-index: 1500;
    left: 50%;
    top: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .search_modal .search_box .search_element {
    position: relative;
  }
  .search_modal .search_box .search_element input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    border: none;
    border-bottom: 1px solid #2e2d2d;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    display: block;
    width: 100%;
    font-size: 154%;

  }
  .search_modal .search_box .search_element .submit_btn {
    -webkit-transition: 150ms;
    transition: 150ms;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 200%;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search_modal .search_box .search_element .submit_btn::before {
    content: "";
    width: 26px;
    height: 26px;
    background: url("../img/iconSearch.png") 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
  }
  .content .bBreadcrumb {
    background: #fff;
  }
  .content .bBreadcrumb ul li a {
    color: #000;
  }
  .content .bBreadcrumb ul li.home a img {
    width: 13px;
  }
  .content .bBreadcrumb_list li:not(:last-child):after {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .bBreadcrumb {
    background-color: #393939;
    padding: 3.90625vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
  }
  .bBreadcrumb_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bBreadcrumb_list li:not(:last-child) {
    margin-right: 6.51042vw;
    position: relative;
  }
  .bBreadcrumb_list li:not(:last-child):after {
    content: ">";
    font-size: 3.125vw;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -17px;
    color: #999;
  }
  .bBreadcrumb_list li.home {
    padding-right: 6.51042vw;
  }
  .bBreadcrumb_list li.home a img {
    width: 4.55729vw;
    height: auto;
    margin-right: 0.78125vw;
  }
  .bBreadcrumb_list li a {
    font-size: 3.125vw;
    color: #999;
    line-height: 1;
    white-space: nowrap;
  }
  .content .bBreadcrumb {
    background: #fff;
  }
  .content .bBreadcrumb ul li a {
    color: #000;
  }
  .content .bBreadcrumb ul li.home a img {
    width: 13px;
  }
  .content .bBreadcrumb_list li:not(:last-child):after {
    color: #000;
  }
  .search_modal .modal_close {
    cursor: pointer;
    position: fixed;
    z-index: 1500;
    right: 1.30208vw;
    top: 5.20833vw;
    width: 5.85938vw;
  }
  .search_modal .modal_close img {
    width: 100%;
    height: auto;
  }
  .search_modal .search_box {
    width: 78.125vw;
    position: absolute;
    z-index: 1500;
    left: 50%;
    top: 13.02083vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .search_modal .search_box .search_element {
    position: relative;
  }
  .search_modal .search_box .search_element input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    border: none;
    border-bottom: 1px solid #2e2d2d;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.95312vw;
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .search_modal .search_box .search_element .submit_btn {
    -webkit-transition: 150ms;
    transition: 150ms;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;

    background: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 200%;
    position: absolute;
    right: 2.60417vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search_modal .search_box .search_element .submit_btn::before {
    content: "";
    width: 3.90625vw;
    height: 3.90625vw;
    background: url("../img/iconSearch.png") 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
  }
  .txt-link {
    font-size: 11.8px;
  }
  .section-about .txt-link {
    font-size: 17px;
  }
}