@media screen and (min-width: 768px) {
  body main.service {
    background: #000000;
  }
  body main.service article section.content {
    padding-bottom: 250px;
    color: #ffffff;
  }
  body main.service article section.content:after {
    content: "";
    width: 100%;
    height: 250px;
    display: block;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(255, 255, 255) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body main.service article section.content .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  body main.service article section.content .hero .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(10px);
  }
  body main.service article section.content .hero .bg .video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body main.service article section.content .hero .bg .video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (aspect-ratio: 1.7777777778), screen and (min-width: 768px) and (min-aspect-ratio: 1.7777777778) {
  body main.service article section.content .hero .bg .video video {
    width: 100%;
    min-height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 1.7777777778) {
  body main.service article section.content .hero .bg .video video {
    min-width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  body main.service article section.content .hero p.logo {
    margin: 200px auto;
    width: 90%;
    position: relative;
  }
  body main.service article section.content .hero p.logo img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(315deg) brightness(103%) contrast(101%);
  }
  body main.service article section.content .brand_info {
    text-align: center;
  }
  body main.service article section.content .brand_info h2 {
    padding: 240px 0;
    line-height: 180%;
    font-size: 50px;
    font-weight: 700;
  }
  body main.service article section.content .brand_info h3 {
    margin-bottom: 70px;
    text-align: center;
    line-height: 180%;
    font-size: 26px;
    font-weight: 700;
  }
  body main.service article section.content .brand_info .approach {
    margin-bottom: 130px;
    overflow: hidden;
  }
  body main.service article section.content .brand_info .approach ol {
    text-align: left;
  }
  body main.service article section.content .brand_info .approach ol li {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
  body main.service article section.content .brand_info .approach ol li dl {
    width: calc(50% - 20px);
  }
  body main.service article section.content .brand_info .approach ol li dl dt {
    margin-bottom: 30px;
    line-height: 160%;
    font-size: 20px;
    font-weight: 700;
  }
  body main.service article section.content .brand_info .approach ol li dl dd {
    line-height: 200%;
    font-size: 15px;
    font-weight: 500;
  }
  body main.service article section.content .brand_info .approach ol li .image {
    width: calc(50% - 20px);
  }
  body main.service article section.content .brand_info .approach ol li .image img {
    width: 100%;
    height: auto;
  }
  body main.service article section.content .brand_info .menu .menu_slide .tab {
    margin-bottom: 56px;
  }
  body main.service article section.content .brand_info .menu .menu_slide .tab ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }
  body main.service article section.content .brand_info .menu .menu_slide .tab ul li button {
    padding: 0 20px;
    height: 32px;
    display: inline-block;
    border-radius: 16px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    background: #000000;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
  }
  body main.service article section.content .brand_info .menu .menu_slide .tab ul li button.active {
    background: #E60012;
    border-color: #E60012;
  }
  body main.service article section.content .brand_info .menu .slider {
    padding-bottom: 240px;
    position: relative;
  }
  body main.service article section.content .brand_info .menu .slider:before, body main.service article section.content .brand_info .menu .slider:after {
    content: "";
    width: 200px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  body main.service article section.content .brand_info .menu .slider:before {
    left: 0;
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body main.service article section.content .brand_info .menu .slider:after {
    right: 0;
    background: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body main.service article section.content .brand_info .menu .slider ul {
    overflow: hidden;
  }
  body main.service article section.content .brand_info .menu .slider ul li {
    margin: 0 25px;
    width: 400px;
    float: left;
  }
  body main.service article section.content .brand_info .menu .slider ul li .image {
    margin-bottom: 15px;
    width: 100%;
    aspect-ratio: 400/300;
  }
  body main.service article section.content .brand_info .menu .slider ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body main.service article section.content .brand_info .menu .slider ul li dl dt {
    margin-bottom: 15px;
    text-align: center;
    line-height: 160%;
    font-size: 18px;
    font-weight: 700;
  }
  body main.service article section.content .brand_info .menu .slider ul li dl dd {
    text-align: left;
    line-height: 160%;
    font-size: 15px;
    font-weight: 500;
  }
  body main.service article section.works, body main.service article section.buisiness {
    background: #ffffff;
  }
  body main.service article section.works {
    padding-top: 150px;
  }
  body main.service article section.buisiness {
    padding: 100px 0 150px 0;
    background: #FAFAFA;
  }
  body main.service article section.buisiness ul.link_list li a {
    background: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  body main.service {
    background: #000000;
  }
  body main.service article section.content {
    padding-bottom: 250px;
    color: #ffffff;
  }
  body main.service article section.content:after {
    content: "";
    width: 100%;
    height: 250px;
    display: block;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(255, 255, 255) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body main.service article section.content .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  body main.service article section.content .hero .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(10px);
  }
  body main.service article section.content .hero .bg .video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body main.service article section.content .hero .bg .video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 767px) and (aspect-ratio: 1.7777777778), screen and (max-width: 767px) and (min-aspect-ratio: 1.7777777778) {
  body main.service article section.content .hero .bg .video video {
    width: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 767px) and (max-aspect-ratio: 1.7777777778) {
  body main.service article section.content .hero .bg .video video {
    min-width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  body main.service article section.content .hero p.logo {
    margin: 200px auto;
    width: 90%;
    position: relative;
  }
  body main.service article section.content .hero p.logo img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(315deg) brightness(103%) contrast(101%);
  }
  body main.service article section.content .brand_info {
    padding-top: 50px;
    text-align: center;
  }
  body main.service article section.content .brand_info h2 {
    margin-bottom: 100px;
    line-height: 180%;
    font-size: 23px;
    font-weight: 700;
  }
  body main.service article section.content .brand_info h3 {
    margin-bottom: 35px;
    text-align: center;
    line-height: 180%;
    font-size: 18px;
    font-weight: 700;
  }
  body main.service article section.content .brand_info .approach {
    margin-bottom: 25px;
    overflow: hidden;
  }
  body main.service article section.content .brand_info .approach ol li {
    margin-bottom: 75px;
  }
  body main.service article section.content .brand_info .approach ol li dl {
    margin-bottom: 30px;
  }
  body main.service article section.content .brand_info .approach ol li dl dt {
    margin-bottom: 25px;
    text-align: center;
    line-height: 160%;
    font-size: 20px;
    font-weight: 700;
  }
  body main.service article section.content .brand_info .approach ol li dl dd {
    line-height: 200%;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
  }
  body main.service article section.content .brand_info .approach ol li .image img {
    width: 100%;
    height: auto;
  }
  body main.service article section.content .brand_info .menu .menu_slide .tab {
    margin-bottom: 50px;
  }
  body main.service article section.content .brand_info .menu .menu_slide .tab ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
  }
  body main.service article section.content .brand_info .menu .menu_slide .tab ul li button {
    padding: 0 10px;
    height: 23px;
    display: inline-block;
    border-radius: 12px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    background: #000000;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
  }
  body main.service article section.content .brand_info .menu .menu_slide .tab ul li button.active {
    background: #E60012;
    border-color: #E60012;
  }
  body main.service article section.content .brand_info .menu .slider {
    padding-bottom: 85px;
    position: relative;
  }
  body main.service article section.content .brand_info .menu .slider:before, body main.service article section.content .brand_info .menu .slider:after {
    content: "";
    width: 60px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  body main.service article section.content .brand_info .menu .slider:before {
    left: 0;
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body main.service article section.content .brand_info .menu .slider:after {
    right: 0;
    background: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body main.service article section.content .brand_info .menu .slider ul {
    overflow: hidden;
  }
  body main.service article section.content .brand_info .menu .slider ul li {
    margin: 0 10px;
    width: 260px;
    float: left;
  }
  body main.service article section.content .brand_info .menu .slider ul li .image {
    margin-bottom: 7px;
    width: 100%;
    aspect-ratio: 400/300;
  }
  body main.service article section.content .brand_info .menu .slider ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body main.service article section.content .brand_info .menu .slider ul li dl dt {
    margin-bottom: 7px;
    text-align: center;
    line-height: 160%;
    font-size: 15px;
    font-weight: 700;
  }
  body main.service article section.content .brand_info .menu .slider ul li dl dd {
    text-align: left;
    line-height: 160%;
    font-size: 15px;
    font-weight: 500;
  }
  body main.service article section.works, body main.service article section.buisiness {
    background: #ffffff;
  }
  body main.service article section.works {
    padding-top: 150px;
  }
  body main.service article section.buisiness {
    padding: 100px 0 150px 0;
    background: #FAFAFA;
  }
  body main.service article section.buisiness ul.link_list li a {
    background: #ffffff;
  }
}