@media screen and (min-width: 769px), print {
  .header .link {
    width: 53px;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    position: absolute;
    top: 173px;
    right: 0;
    z-index: 10;
  }
  .header .link a {
    background: #383838;
    font-size: 1.4rem;
    line-height: 18px;
    color: #fff;
    -webkit-writing-mode: tb;
            writing-mode: tb;
    -ms-writing-mode: tb-rl;
    padding: 21px 9px 9px;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
  }
  .header .link a::before {
    content: "";
    height: 2px;
    background: #e20c0c;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
  }
  .header .link a::after {
    content: "";
    width: 100%;
    height: 0%;
    background: #e20c0c;
    position: absolute;
    left: 0;
    bottom: 0;
    top: inherit;
    z-index: -1;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    transition: height .4s;
  }
  .header .link a:hover {
    color: #fff;
  }
  .header .link a:hover::before {
    background: #fff;
  }
  .header .link a:hover::after {
    height: 100%;
    top: 0;
  }
  .header .link a + a {
    margin-top: 10px;
  }
  .mv {
    width: 100%;
    position: relative;
  }
  .mv .main {
    width: 100%;
    /* position: relative; */
    /* padding-top: 27.18519%; */
    overflow: hidden;
    aspect-ratio: 1920 / 848;
    aspect-ratio: 1440 / 600;
  }
  .mv .mv__video{
    display: block;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv ul.main li img {
    width: 100%;
  }
  .mv ul.main li.active {
    z-index: 1;
  }
  .mv ul.dot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 1;
  }
  .mv ul.dot li {
    width: 11px;
    height: 11px;
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 6px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
  }
  .mv ul.dot li.active {
    background: #e20c0c;
  }
  .service {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service _:-ms-input-placeholder, .service :root .selector {
    margin-right: -2px;
  }
  .service a.box {
    display: block;
    width: 33.333%;
    border-left: 1px solid #fff;
    padding-top: 12.44444%;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .service a.box:hover {
    opacity: .8;
  }
  .service a.box h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 36px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
  }
  .service a.box h4::before {
    content: "";
    border-bottom: 98px solid transparent;
    border-left: 98px solid #e20c0c;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .service a.box h4 img {
    max-width: 100%;
    display: block;
  }
  .service .box-one {
    background: url(../images/service_01_pc.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    border: none !important;
  }
  .service .box-two {
    background: url(../images/service_02_pc.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .service .box-three {
    background: url(../images/service_03_pc.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  section:nth-of-type(even) {
    background: #f5f5f5;
  }
  section .ttls {
    border-left: 5px solid #e20c0c;
    padding-left: 20px;
  }
  section .ttls .ja {
    display: block;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 30px;
    padding-top: 6px;
  }
  section .ttls .en {
    display: block;
    font-family: "akrobat_regular";
    font-size: 1.4rem;
    line-height: 25px;
    color: #999;
    letter-spacing: 1px;
    padding-left: 2px;
  }
  section .des {
    font-size: 1.6rem;
    line-height: 26px;
  }
  section .more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  section .more a {
    font-size: 1.6rem;
    line-height: 20px;
    color: #e20c0c;
    position: relative;
    border-bottom: 1px solid #e20c0c;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  section .more a::before {
    content: "";
    width: 7px;
    height: 12px;
    background: url("../common/images/arrow_red.png") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    left: -16px;
    top: 1px;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
  }
  section .more a:hover {
    opacity: .7;
  }
  section .more a:hover::before {
    -webkit-transform: translateX(4px);
       -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
  }
  .news {
    padding-top: 50px;
    padding-bottom: 53px;
  }
  .news .lstNews {
    margin-top: 6px;
    margin-bottom: 23px;
  }
  .banner {
    background: #f2f2f2;
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .banner .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .banner .row a {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .banner .row a:hover {
    opacity: .7;
  }
  .products {
    padding: 71px 0 62px;
  }
  .products .row {
    position: relative;
  }
  .products .ttls .ja {
    letter-spacing: 2px;
  }
  .products .des {
    width: 720px;
    letter-spacing: 1px;
    margin-top: 35px;
    margin-bottom: 55px;
  }
  .products .lstProducts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products .lstProducts .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc((100% - 42px) / 3);
    width: -moz-calc((100% - 42px) / 3);
    width: calc((100% - 42px) / 3);
    background: #fff;
    padding-bottom: 1px;
    margin-bottom: 22px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .products .lstProducts .box:nth-of-type(3n+2) {
    margin-left: 23px;
    margin-right: 19px;
  }
  .products .lstProducts .box figure {
    width: 178px;
  }
  .products .lstProducts .box figure img {
    width: 100%;
    height: 168px;
    object-fit: cover;
  }
  .products .lstProducts .box-txt {
    width: -webkit-calc(100% - 178px);
    width: -moz-calc(100% - 178px);
    width: calc(100% - 178px);
    padding: 23px 15px 0 25px;
  }
  .products .lstProducts .box-txt h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 28px;
    color: #e20c0c;
    position: relative;
    margin-bottom: 10px;
  }
  .products .lstProducts .box-txt h4::after {
    content: "";
    width: 6px;
    height: 10px;
    background: url("../common/images/arrow_red.png") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    right: -22px;
    top: 9px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
  }
  .products .lstProducts .box-txt p {
    font-size: 1.4rem;
    line-height: 20px;
  }
  .products .lstProducts .box:hover {
    opacity: .7;
  }
  .products .lstProducts .box:hover h4::after {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .products .technical {
    width: 419px;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 19px 17px 22px 25px;
    position: absolute;
    right: 0;
    top: -17px;
    overflow: hidden;
  }
  .products .technical::after {
    content: "";
    border-left: 40px solid transparent;
    border-bottom: 23px solid #e20c0c;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .products .technical h4 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 24px;
    color: #e20c0c;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  .products .technical p {
    font-size: 1.6rem;
    line-height: 24px;
  }
  .products .technical ul {
    width: -webkit-calc(100% - 207px);
    width: -moz-calc(100% - 207px);
    width: calc(100% - 207px);
    float: left;
    margin-top: 11px;
  }
  .products .technical ul li a {
    display: block;
    font-size: 1.6rem;
    line-height: 26px;
    color: #e20c0c;
    letter-spacing: 1.7px;
    padding-left: 17px;
    position: relative;
  }
  .products .technical ul li a::before {
    content: "";
    width: 7px;
    height: 12px;
    background: url("../common/images/arrow_red.png") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    left: 2px;
    top: 7px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
  }
  .products .technical ul li a:hover::before {
    -webkit-transform: translateX(3px);
       -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
  .products .technical figure {
    width: 207px;
    float: left;
  }
  .renewal {
    padding-top: 82px;
    padding-bottom: 82px;
    margin-bottom: 0;
  }
  .renewal .ttls .ja {
    letter-spacing: 1px;
  }
  .renewal .des {
    letter-spacing: 1px;
    margin: 35px 0 40px;
  }
  .renewal .product_cont {
    margin-top: 30px;
  }
  .renewal .lstRenewal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .renewal .lstRenewal .box {
    width: -webkit-calc((100% - 40px) / 5);
    width: -moz-calc((100% - 40px) / 5);
    width: calc((100% - 40px) / 5);
    border: 1px solid #e7e7e7;
    text-align: center;
    margin-bottom: 24px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .renewal .lstRenewal .box:not(:nth-of-type(5n+5)) {
    margin-right: 10px;
  }
  .renewal .lstRenewal .box figure img {
    display: block;
    width: 100%;
    height: 139px;
    object-fit: cover;
    margin-top: -2px;
  }
  .renewal .lstRenewal .box span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 74px;
    font-size: 1.6rem;
    line-height: 20px;
    color: #e20c0c;
    position: relative;
    left: -5px;
  }
  .renewal .lstRenewal .box span::after {
    content: "";
    width: 6px;
    height: 10px;
    background: url("../common/images/arrow_red.png") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
  }
  .renewal .lstRenewal .box:hover {
    opacity: .7;
  }
  .renewal .lstRenewal .box:hover span::after {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .renewal .commit {
    font-size: 1.8rem;
    line-height: 28px;
    text-align: center;
    letter-spacing: .7px;
  }
  .renewal .commit span {
    border-bottom: 1px solid #000;
  }
  .repair .ttls .ja {
    letter-spacing: 1.5px;
  }
  .repair .des {
    margin-top: 34px;
    margin-bottom: 36px;
    letter-spacing: .2px;
  }
  .repair .lstRepair {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 39px;
  }
  .repair .lstRepair .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-calc((100% - 36px) / 3);
    width: -moz-calc((100% - 36px) / 3);
    width: calc((100% - 36px) / 3);
    height: 90px;
    background: #fff;
    line-height: 26px;
    color: #e20c0c;
    padding: 0 23px 5px;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .repair .lstRepair .box:nth-of-type(3n+2) {
    margin-left: 18px;
    margin-right: 18px;
  }
  .repair .lstRepair .box::after {
    content: "";
    width: 8px;
    height: 14px;
    background: url("../common/images/arrow_red.png") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
  }
  .repair .lstRepair .box span {
    font-size: 1.8rem;
  }
  .repair .lstRepair .box small {
    font-size: 1.4rem;
  }
  .repair .lstRepair .box:hover {
    opacity: .7;
  }
  .repair .lstRepair .box:hover::after {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .repair .btn {
    width: 307px;
    margin: 0 auto;
  }
  .construction {
    background: #fff !important;
    padding-top: 62px;
    padding-bottom: 73px;
    position: relative;
  }
  .construction .ttls {
    letter-spacing: 2px;
  }
  .construction .des {
    width: 725px;
    line-height: 28px;
    letter-spacing: .7px;
    margin-top: 30px;
    margin-bottom: 92px;
  }
  .construction .box h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 55px;
    background: #f2f2f2;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 0 15px;
    margin-bottom: 17px;
  }
  .construction .box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .construction .box ul li {
    width: -webkit-calc((100% - 54px) / 4);
    width: -moz-calc((100% - 54px) / 4);
    width: calc((100% - 54px) / 4);
  }
  .construction .box ul li:not(:nth-of-type(4n+4)) {
    margin-right: 17px;
  }
  .construction .box ul li a {
    display: block;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .construction .box ul li a:hover {
    opacity: .7;
  }
  .construction .box ul li a:hover span::before {
    -webkit-transform: translateX(3px);
       -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
  .construction .box ul li img {
    display: block;
    height: 194px;
    object-fit: cover;
  }
  .construction .box ul li span {
    display: block;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
  }
  .construction .box ul li span::before {
    content: "";
    width: 7px;
    height: 12px;
    background: url("../common/images/arrow_red.png") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    left: 2px;
    top: 3px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
  }
  .construction .box .more {
    margin-top: 25px;
    margin-bottom: 32px;
  }
  .construction .box .more a {
    letter-spacing: 1px;
  }
  .construction .custom {
    width: 350px;
    /* background: #fff; */
    /* border: 1px solid #e7e7e7; */
    /* padding: 19px 30px 26px 25px; */
    position: absolute;
    right: 0;
    top: 53px;
    height: 238px;
    transition: .3s;
  }
  .construction .custom img{
    height: 238px;
    object-fit: contain;
  }
  .construction .custom:hover{
    opacity: .7;
  }
  /* .construction .custom::after {
    content: "";
    border-left: 40px solid transparent;
    border-bottom: 23px solid #e20c0c;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .construction .custom h4 {
    font-weight: normal;
    font-size: 2rem;
    line-height: 24px;
    color: #e20c0c;
    margin-bottom: 14px;
  }
  .construction .custom p {
    font-size: 1.6rem;
    line-height: 26px;
  }
  .construction .custom .btn {
    position: relative;
    left: -7px;
    margin-top: 19px;
  }
  .construction .btn {
    width: 255px;
    margin: auto;
  } */
  .construction .lstBanner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 75px;
  }
  .construction .lstBanner li {
    width: -webkit-calc((100% - 48px) / 4);
    width: -moz-calc((100% - 48px) / 4);
    width: calc((100% - 48px) / 4);
  }
  .construction .lstBanner li:not(:nth-of-type(4n+4)) {
    margin-right: 16px;
  }
  .construction .lstBanner li a {
    display: block;
    height: 105px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .construction .lstBanner li a:hover {
    opacity: .7;
  }
  .construction .lstBanner li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

/*  */
.link.fv_link{
  width: 53px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  top: 173px;
  right: 0;
  z-index: 10;
}
  .link.fv_link a {
    background: #383838;
    font-size: 1.4rem;
    line-height: 18px;
    color: #fff;
    -webkit-writing-mode: tb;
    writing-mode: tb;
    -ms-writing-mode: tb-rl;
    padding: 21px 9px 9px;
    position: relative;
    -webkit-perspective: 1px;
    -moz-perspective: 1px;
    perspective: 1px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
  }
  .link.fv_link a::before {
    content: "";
    height: 2px;
    background: #e20c0c;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
  }
  .link.fv_link a::after {
    content: "";
    width: 100%;
    height: 0%;
    background: #e20c0c;
    position: absolute;
    left: 0;
    bottom: 0;
    top: inherit;
    z-index: -1;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    transition: height .4s;
  }
  .link.fv_link a:hover {
    color: #fff;
  }
  .link.fv_link a:hover::before {
    background: #fff;
  }
  .link.fv_link a:hover::after {
    height: 100%;
    top: 0;
  }
  .link.fv_link a + a {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }
  .mv .main {
    height: 70.8vw;
    padding-top: 0;
  }
  .mv ul.main {
    width: 100%;
    height: 70.8vw;
    position: relative;
    overflow: hidden;
  }
  .mv ul.main li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .mv ul.main li img {
    width: 100%;
  }
  .mv ul.main li.active {
    z-index: 1;
  }
  .mv ul.dot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3.25521vw;
    z-index: 1;
  }
  .mv ul.dot li {
    width: 2.34375vw;
    height: 2.34375vw;
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 1.23698vw;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
  }
  .mv ul.dot li.active {
    background: #e20c0c;
  }
  .service a.box {
    display: block;
    width: 100%;
    height: 26.04167vw;
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
  }
  .service a.box-one {
    background: url(../images/service_01_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .service a.box-one h4 img {
    width: 32.42188vw;
  }
  .service a.box-two {
    background: url(../images/service_02_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .service a.box-two h4 img {
    width: 53.51562vw;
  }
  .service a.box-three {
    background: url(../images/service_03_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .service a.box-three h4 img {
    width: 37.63021vw;
  }
  .service a.box h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 12.23958vw;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
  }
  .service a.box h4::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-bottom: 16.27604vw solid transparent;
    border-left: 16.27604vw solid #e20c0c;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .service a.box h4 img {
    display: block;
  }
  section:nth-of-type(even) {
    background: #f5f5f5;
  }
  section .ttls {
    border-left: 0.65104vw solid #e20c0c;
    padding-left: 2.60417vw;
  }
  section .ttls .ja {
    display: block;
    font-weight: 700;
    font-size: 4.6875vw;
    line-height: 5.33854vw;
  }
  section .ttls .en {
    display: block;
    font-family: "akrobat_regular";
    font-size: 3.125vw;
    line-height: 3.125vw;
    color: #999;
    letter-spacing: 0.26042vw;
    padding-left: 0.39062vw;
    margin-top: 0.39062vw;
  }
  section .des {
    font-size: 3.38542vw;
    line-height: 4.94792vw;
  }
  section .more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 1.5625vw;
  }
  section .more a {
    font-size: 3.38542vw;
    line-height: 3.90625vw;
    color: #e20c0c;
    position: relative;
    border-bottom: 1px solid #e20c0c;
  }
  section .more a::before {
    content: "";
    width: 1.5625vw;
    height: 2.73438vw;
    background: url("../common/images/arrow_red.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: -3.25521vw;
    top: 1.17188vw;
  }
  .news {
    padding-top: 9.50521vw;
    padding-bottom: 13.41146vw;
  }
  .news .lstNews {
    margin-top: 2.60417vw;
    margin-bottom: 5.20833vw;
  }
  .banner {
    background: #f2f2f2;
    padding-top: 8.33333vw;
    padding-bottom: 8.33333vw;
  }
  .banner a {
    display: block;
  }
  .banner a + a {
    margin-top: 3.64583vw;
  }
  .products {
    padding-top: 10.02604vw;
    padding-bottom: 9.89583vw;
  }
  .products .ttls .ja {
    letter-spacing: 0.39062vw;
  }
  .products .des {
    margin-top: 6.90104vw;
    margin-bottom: 6.77083vw;
  }
  .products .lstProducts {
    margin-bottom: 9.50521vw;
  }
  .products .lstProducts .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff;
    padding-bottom: 1px;
    margin-bottom: 2.34375vw;
  }
  .products .lstProducts .box figure {
    width: 29.6875vw;
  }
  .products .lstProducts .box figure img {
    width: 100%;
    height: 28.125vw;
    object-fit: cover;
  }
  .products .lstProducts .box-txt {
    width: -webkit-calc(100% - 29.6875vw);
    width: -moz-calc(100% - 29.6875vw);
    width: calc(100% - 29.6875vw);
    padding: 3.51562vw 3.90625vw 0;
  }
  .products .lstProducts .box-txt h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    color: #e20c0c;
    position: relative;
    margin-bottom: 1.30208vw;
  }
  .products .lstProducts .box-txt h4::after {
    content: "";
    width: 1.5625vw;
    height: 2.60417vw;
    background: url("../common/images/arrow_red.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    right: -3.90625vw;
    top: 1.17188vw;
  }
  .products .lstProducts .box-txt p {
    font-size: 3.38542vw;
    line-height: 4.94792vw;
  }
  .products .technical {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 3.64583vw 45.96354vw 3.125vw 3.64583vw;
    position: relative;
  }
  .products .technical::after {
    content: "";
    border-left: 11.97917vw solid transparent;
    border-bottom: 6.90104vw solid #e20c0c;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .products .technical h4 {
    font-weight: 400;
    font-size: 4.16667vw;
    line-height: 4.94792vw;
    color: #e20c0c;
    letter-spacing: 0.39062vw;
    margin-bottom: 1.5625vw;
  }
  .products .technical p {
    font-size: 3.38542vw;
    line-height: 4.94792vw;
    letter-spacing: 0.13021vw;
    padding-right: 3.25521vw;
  }
  .products .technical ul {
    margin-top: 2.34375vw;
  }
  .products .technical ul li a {
    display: block;
    font-size: 3.38542vw;
    line-height: 5.33854vw;
    color: #e20c0c;
    letter-spacing: 0.35156vw;
    padding-left: 2.99479vw;
    position: relative;
  }
  .products .technical ul li a::before {
    content: "";
    width: 1.5625vw;
    height: 2.60417vw;
    background: url("../common/images/arrow_red.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: -0.26042vw;
    top: 1.30208vw;
  }
  .products .technical figure {
    width: 41.66667vw;
    position: absolute;
    top: 13.67188vw;
    right: 2.99479vw;
  }
  .renewal {
    padding-top: 13.02083vw;
    padding-bottom: 13.02083vw;
    margin-bottom: 0 !important;
  }
  .renewal .ttls .ja {
    letter-spacing: 0.23438vw;
  }
  .renewal .des {
    letter-spacing: 0.13021vw;
    margin: 5.85938vw 0 7.94271vw;
  }
  .renewal .product_cont {
    margin-top: 7.16146vw;
  }
  .renewal .lstRenewal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.99479vw;
  }
  .renewal .lstRenewal .box {
    width: 45.05208vw;
    border: 1px solid #e7e7e7;
    text-align: center;
    margin-bottom: 2.60417vw;
  }
  .renewal .lstRenewal .box figure {
    margin: -1px -1px 0;
  }
  .renewal .lstRenewal .box figure img {
    display: block;
    width: 100%;
    height: 27.08333vw;
    object-fit: cover;
  }
  .renewal .lstRenewal .box span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 12.10938vw;
    font-size: 3.38542vw;
    line-height: 4.16667vw;
    color: #e20c0c;
    position: relative;
    left: -1.04167vw;
  }
  .renewal .lstRenewal .box span::after {
    content: "";
    width: 1.5625vw;
    height: 2.60417vw;
    background: url("../common/images/arrow_red.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    right: -4.81771vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .renewal .commit {
    font-size: 3.38542vw;
    line-height: 4.94792vw;
    text-align: center;
    padding: 0 3.90625vw;
  }
  .renewal .commit span {
    border-bottom: 1px solid #000;
  }
  .repair .ttls .ja {
    letter-spacing: 0.39062vw;
  }
  .repair .des {
    margin-top: 7.16146vw;
    margin-right: -0.65104vw;
    margin-bottom: 5.85938vw;
    letter-spacing: -0.13021vw;
  }
  .repair .lstRepair {
    margin-bottom: 6.11979vw;
  }
  .repair .lstRepair .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 14.45312vw;
    background: #fff;
    line-height: 4.6875vw;
    color: #e20c0c;
    padding: 0 4.94792vw 1.04167vw;
    margin-bottom: 1.82292vw;
    position: relative;
  }
  .repair .lstRepair .box::after {
    content: "";
    width: 1.5625vw;
    height: 2.60417vw;
    background: url("../common/images/arrow_red.png") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    right: 2.99479vw;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
  }
  .repair .lstRepair .box span {
    font-size: 3.38542vw;
  }
  .repair .lstRepair .box small {
    font-size: 3.38542vw;
  }
  .repair .btn {
    width: 59.11458vw;
    margin: 0 auto;
  }
  .construction {
    background: #fff !important;
    padding-top: 8.07292vw;
    padding-bottom: 8.59375vw;
    position: relative;
  }
  .construction .ttls {
    letter-spacing: 0.39062vw;
  }
  .construction .des {
    margin-top: 7.16146vw;
    margin-bottom: 6.38021vw;
  }
  .construction .box h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 12.5vw;
    background: #f2f2f2;
    font-size: 3.38542vw;
    line-height: 3.90625vw;
    letter-spacing: 0.13021vw;
    padding: 0 3.25521vw;
    margin-bottom: 4.42708vw;
  }
  .construction .box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .construction .box ul li {
    width: 45.05208vw;
    margin-bottom: 3.90625vw;
  }
  .construction .box ul li a {
    display: block;
  }
  .construction .box ul li img {
    display: block;
    height: 27.08333vw;
    object-fit: cover;
  }
  .construction .box ul li span {
    display: block;
    font-size: 3.38542vw;
    line-height: 4.94792vw;
    margin-top: 2.21354vw;
    padding-left: 3.90625vw;
    position: relative;
  }
  .construction .box ul li span::before {
    content: "";
    width: 1.5625vw;
    height: 2.60417vw;
    background: url("../common/images/arrow_red.png") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    left: 0.26042vw;
    top: 1.43229vw;
  }
  .construction .box .more {
    padding: 0 0.78125vw;
    margin-top: 0.26042vw;
    margin-bottom: 11.71875vw;
  }
  .construction .box .more a {
    letter-spacing: 0.13021vw;
  }
  .construction .custom {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 3.64583vw 3.25521vw 4.03646vw;
    position: relative;
    margin-bottom: 10.28646vw;
  }
  .construction .custom::after {
    content: "";
    border-left: 11.97917vw solid transparent;
    border-bottom: 6.90104vw solid #e20c0c;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .construction .custom h4 {
    font-weight: normal;
    font-size: 4.16667vw;
    line-height: 4.94792vw;
    color: #e20c0c;
    margin-bottom: 14px;
  }
  .construction .custom p {
    font-size: 3.38542vw;
    line-height: 4.94792vw;
  }
  .construction .custom .btn {
    margin-top: 3.77604vw;
  }
  .construction .btn {
    width: 59.11458vw;
    margin: auto;
  }
  .construction .lstBanner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 11.06771vw;
  }
  .construction .lstBanner li {
    width: 45.3125vw;
    margin-bottom: 1.30208vw;
  }
  .construction .lstBanner li a {
    display: block;
    height: 16.27604vw;
  }
  .construction .lstBanner li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .link.fv_link{
    display: none;
  }
}

.mv .main::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.09);
  mix-blend-mode: multiply;
  z-index: 1;
}

.mv .main_cp{
  position: absolute;
  bottom: 9%;
  left: 0%;
  color: #fff;
  width: 100%;
  z-index: 2;
  h2{
    font-size: 22px;
    padding-left: 10%;
    font-weight: 500;
    text-shadow: 0 0.892px 6.247px #020C17;
    width: fit-content;
    padding-bottom: 4px;
    position: relative;
    display: inline-block;
    clip-path: inset(0 100% 0 0);
    animation: mainCpHeadingReveal 1.2s ease-out 0.3s forwards;
  }
  h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    animation: mainCpUnderline 1.2s ease-out 0.3s forwards;
  }
  h1{
    padding-left: 10%;
    width: auto;
    max-width: 90%;
    margin-top: 15px;
    font-size: min(2.77vw, 42px);
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 500;
    text-shadow: 0 0.892px 6.247px #020C17;
    > span{
      display: block;
      width: fit-content;
      clip-path: inset(0 100% 0 0);
      animation: mainCpHeadingReveal 0.85s ease-out forwards;
    }
    > span:nth-of-type(1){
      animation-delay: 1.6s;
    }
    > span:nth-of-type(2){
      animation-delay: 1.85s;
    }
    > span:nth-of-type(3){
      animation-delay: 2.1s;
    }
    .word-mark{
      display: inline-block;
      position: relative;
      z-index: 0;
      font-size: min(3.05vw, 45px);
      text-shadow: none;
      line-height: 1;
      padding: .06em .18em;
      clip-path: none;
      animation: none;
    }
    .line-2 .sep{
      letter-spacing: -0.18em;
      margin: 0 -0.08em;
    }
    .line-2 .sp-break{
      display: none;
    }
    .line-2 .wo{
      margin-left: .14em;
    }
    .word-mark::before{
      content: "";
      position: absolute;
      inset: 0;
      background: #3E78CF;
      transform: scaleX(0);
      transform-origin: left center;
      z-index: -1;
      animation: mainCpWordBgIn .28s ease-out forwards;
    }
    > span:nth-of-type(2) .word-mark:nth-of-type(1)::before{
      animation-delay: 2.95s;
    }
    > span:nth-of-type(2) .word-mark:nth-of-type(3)::before{
      animation-delay: 3.15s;
    }
    > span:nth-of-type(2) .word-mark:nth-of-type(5)::before{
      animation-delay: 3.35s;
    }
  }
}

@keyframes mainCpHeadingReveal{
  from{
    clip-path: inset(0 100% 0 0);
  }
  to{
    clip-path: inset(0 0 0 0);
  }
}

@keyframes mainCpUnderline{
  from{
    transform: scaleX(0);
  }
  to{
    transform: scaleX(1);
  }
}

@keyframes mainCpWordBgIn{
  from{
    transform: scaleX(0);
  }
  to{
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce){
  .mv .main_cp h2{
    clip-path: inset(0 0 0 0);
    animation: none;
  }
  .mv .main_cp h2::after{
    animation: none;
    transform: scaleX(1);
  }
  .mv .main_cp h1 > span{
    clip-path: inset(0 0 0 0);
    animation: none;
  }
  .mv .main_cp h1 .word-mark{
    animation: none;
  }
  .mv .main_cp h1 .word-mark::before{
    transform: scaleX(1);
    animation: none;
  }
}

.banner_container{
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  margin: 80px auto;
  a{
    transition: .3s;
  }
  a:hover{
    opacity: .7;
  }
}
.renewal.row.toppage{
  margin-bottom: 0;
}
.renewal .top_container{
  /* margin: 30px auto; */
  display: flex;
}
.renewal .top_container .txt{
  margin-top: 30px;
  flex-basis: 50%;
}
.renewal .top_container .txt p{
  margin-top: 30px;
  padding-left: 22px;
}
.renewal .top_container .txt .more{
  /* text-align: left; */
  padding-left: 42px;
  margin-top: 30px;
  justify-content: flex-start;
}
.renewal .top_container .block_wrap{
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .mv .main{
    padding-top: 0;
    height: 90dvh;
  }
  .mv .main_cp{
    bottom: 12%;
  }
  .mv .main_cp h2{
    font-size: 15px;
    padding-left: 3%;
  }
  .mv .main_cp h1{
    padding-left: 3%;
    width: auto;
    max-width: 95%;
    margin-top: 10px;
    font-size: min(6.2vw, 32px);
    line-height: 1.9;
    letter-spacing: .04em;
    .word-mark{
      font-size: min(6.8vw, 35px);
    }
    .line-2 .sp-break{
      display: block;
    }
  }
  .banner_container{
    margin: 0 auto 13.02083vw;
    grid-template-columns: repeat(2,1fr);
  }
  .renewal{
    padding: 13.02083vw 3.9vw 3vw;

  }
  .renewal .top_container .txt p{
    padding-left: 0;
  }
  .renewal .top_container .txt .more{
    padding-left: 5vw;
    margin-top: 3vw;
  }
  .renewal .top_container{
    flex-direction: column;
    gap: 2vw;
  }
  .result_top.construction ul img{
    width: 100%;
    height: 105px;
    object-fit: cover;
   
  }
  .result_top.construction .block_wrap.custom::after{
    content: none;
  }
  .result_top.construction .custom {
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .construction{
    padding-bottom: 0;
  }
  .construction .btn{
    margin: 3.9vw auto 0;
  }
  .lstBanner .banner-item02 a img{
    height: auto;
  }
}
