@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.pc_only {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_only {
    display: block;
  }
}

html.pause {
  overflow: hidden;
}
html body {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif", serif;
  color: #000000;
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  backface-visibility: hidden;
}
html body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html body img {
  display: block;
  width: 100%;
}
html body li {
  list-style-type: none;
}
html body a {
  text-decoration: none;
  transition-duration: 0.3s;
}
html body a:hover {
  opacity: 0.7;
}
html body .w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  html body .w800 {
    max-width: 64.5161290323vw;
  }
}
@media screen and (max-width: 750px) {
  html body .w800 {
    max-width: 81.3333333333vw;
  }
}
html body .mb50-40 {
  margin-bottom: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  html body .mb50-40 {
    margin-bottom: 4.0322580645vw;
  }
}
@media screen and (max-width: 750px) {
  html body .mb50-40 {
    margin-bottom: 10.6666666667vw;
  }
}
html body .mb60-30 {
  margin-bottom: 60px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  html body .mb60-30 {
    margin-bottom: 4.8387096774vw;
  }
}
@media screen and (max-width: 750px) {
  html body .mb60-30 {
    margin-bottom: 8vw;
  }
}
html body .scroll-hint-text {
  font-family: "Noto Sans JP", sans-serif;
}
html body .js-fade {
  transition-duration: 0.7s;
  will-change: transform, opacity, clip-path;
}
html body .js-fade.fadeUp {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(50px);
}
html body .js-fade.fadeUp.active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
html body .js-fade.fadeIn {
  opacity: 0;
  filter: blur(10px);
}
html body .js-fade.fadeIn.active {
  opacity: 1;
  filter: blur(0);
}
html body .js-fade.transform {
  opacity: 0;
  filter: blur(10px);
  transform: translate(-50%, 50px) !important;
}
html body .js-fade.transform.active {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, 0) !important;
}
html body .js-fade.clipLeft {
  clip-path: inset(0 100% 0 0);
}
html body .js-fade.clipLeft.active {
  clip-path: inset(0 0 0 0);
}
html body .js-fade.clipRight {
  clip-path: inset(0 0 0 100%);
}
html body .js-fade.clipRight.active {
  clip-path: inset(0 0 0 0);
}
html body .js-fade.delay1 {
  transition-delay: 0.1s;
}
html body .js-fade.delay2 {
  transition-delay: 0.2s;
}
html body .js-fade.delay3 {
  transition-delay: 0.3s;
}
html body .js-fade.delay4 {
  transition-delay: 0.4s;
}
html body .js-fade.delay5 {
  transition-delay: 0.5s;
}

footer {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

#davinci {
  background: #ebf5ff url("../img/main_bg.png") top 60.4166666667vw center no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #davinci {
    background: #ebf5ff;
  }
}
#davinci a {
  text-decoration: none;
  transition-duration: 0.3s;
}
#davinci a:hover {
  opacity: 0.7;
}
#davinci .mv_wrap {
  width: 100%;
  height: 46.875vw;
  background: url("../img/mv_bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-bottom: -9.2708333333vw;
}
#davinci .mv_wrap .img_wrap {
  width: 42.7083333333vw;
  position: absolute;
  top: 3.125vw;
  right: 0;
}
#davinci .mv_wrap h1 {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  position: absolute;
  top: 8.3333333333vw;
  left: 18.75vw;
  transition-duration: 2s;
}
#davinci .mv_wrap h1 span {
  font-size: 2.6041666667vw;
  line-height: 3.75vw;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #ffffff;
}
#davinci .mv_wrap .implementation {
  position: absolute;
  top: 24.7916666667vw;
  left: 18.75vw;
}
#davinci .mv_wrap .implementation .ttl {
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.8333333333vw;
}
#davinci .mv_wrap .implementation ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#davinci .mv_wrap .implementation ul li {
  width: fit-content;
  padding: 0.15625vw 1.5625vw;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.0416666667vw;
  line-height: 1.5104166667vw;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
}
#davinci .mv_wrap .implementation ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#davinci .mv_wrap .name {
  position: absolute;
  top: 36.0416666667vw;
  right: 18.75vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7291666667vw;
  line-height: 1.09375vw;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  #davinci .mv_wrap {
    height: 213.3333333333vw;
    background: url("../img/mv_bg_sp.jpg") top center no-repeat;
    background-size: cover;
    margin-bottom: -32vw;
  }
  #davinci .mv_wrap .img_wrap {
    width: 100%;
    top: 60.2666666667vw;
  }
  #davinci .mv_wrap h1 {
    gap: 1.8666666667vw;
    top: 13.8666666667vw;
    left: 4vw;
  }
  #davinci .mv_wrap h1 span {
    font-size: 6.4vw;
    line-height: 9.3333333333vw;
    letter-spacing: 0;
  }
  #davinci .mv_wrap .implementation {
    top: 153.8666666667vw;
    left: 4vw;
  }
  #davinci .mv_wrap .implementation .ttl {
    font-size: 4.2666666667vw;
    line-height: 6.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  #davinci .mv_wrap .implementation ul li {
    padding: 1.3333333333vw 2.9333333333vw;
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
  #davinci .mv_wrap .name {
    top: 53.6vw;
    right: 4.2666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
#davinci .main_content .main_wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0;
  background: #ffffff;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap {
    max-width: 96.7741935484vw;
    padding: 6.4516129032vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap {
    width: 92vw;
    padding: 8vw 0 0;
  }
}
#davinci .main_content .main_wrap .sec {
  margin-bottom: 150px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec {
    margin-bottom: 12.0967741935vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec {
    margin-bottom: 13.3333333333vw;
  }
}
#davinci .main_content .main_wrap .sec .sec_ttl {
  width: 100%;
  height: 85px;
  font-size: 32px;
  line-height: 85px;
  letter-spacing: 0;
  font-weight: 700;
  color: #42569A;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec .sec_ttl {
    height: 6.8548387097vw;
    font-size: 2.5806451613vw;
    line-height: 6.8548387097vw;
    margin-bottom: 2.4193548387vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec .sec_ttl {
    height: auto;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    font-weight: 600;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
#davinci .main_content .main_wrap .sec.install .sec_ttl {
  background: url("../img/install.jpg") center center no-repeat;
  background-size: 800px auto;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec.install .sec_ttl {
    background-size: 64.5161290323vw auto;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec.install .sec_ttl {
    background-size: 81.3333333333vw auto;
  }
}
#davinci .main_content .main_wrap .sec.record .sec_ttl {
  background: url("../img/record.jpg") center center no-repeat;
  background-size: 800px auto;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec.record .sec_ttl {
    background-size: 64.5161290323vw auto;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec.record .sec_ttl {
    background-size: 81.3333333333vw auto;
  }
}
#davinci .main_content .main_wrap .sec.features .sec_ttl {
  background: url("../img/features.jpg") center center no-repeat;
  background-size: 800px auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec.features .sec_ttl {
    background-size: 64.5161290323vw auto;
    margin-bottom: 4.8387096774vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec.features .sec_ttl {
    background-size: 81.3333333333vw auto;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec.movie {
    margin-bottom: 21.3333333333vw;
  }
}
#davinci .main_content .main_wrap .sec.movie .sec_ttl {
  background: url("../img/movie.jpg") center center no-repeat;
  background-size: 800px auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec.movie .sec_ttl {
    background-size: 64.5161290323vw auto;
    margin-bottom: 4.8387096774vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec.movie .sec_ttl {
    background-size: 81.3333333333vw auto;
    margin-bottom: 8vw;
  }
}
#davinci .main_content .main_wrap .sec.gallery {
  margin-bottom: 0;
}
#davinci .main_content .main_wrap .sec.gallery .sec_ttl {
  background: url("../img/gallery.jpg") center center no-repeat;
  background-size: 800px auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec.gallery .sec_ttl {
    background-size: 64.5161290323vw auto;
    margin-bottom: 4.8387096774vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec.gallery .sec_ttl {
    background-size: 81.3333333333vw auto;
    margin-bottom: 8vw;
  }
}
#davinci .main_content .main_wrap .sec .common_txt {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000000;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec .common_txt {
    font-size: 1.2903225806vw;
    line-height: 2.2580645161vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec .common_txt {
    font-size: 3.4666666667vw;
    line-height: 1.75;
  }
}
#davinci .main_content .main_wrap .sec .implementation_blk {
  width: 800px;
  padding: 50px 64px;
  margin: 0 auto;
  border: 1px solid #DDDDDD;
}
#davinci .main_content .main_wrap .sec .implementation_blk .ttl {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #42569A;
  text-align: center;
  margin-bottom: 30px;
}
#davinci .main_content .main_wrap .sec .implementation_blk ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
#davinci .main_content .main_wrap .sec .implementation_blk ul li {
  width: 210px;
  height: 107px;
}
#davinci .main_content .main_wrap .sec .implementation_blk ul li:nth-child(1), #davinci .main_content .main_wrap .sec .implementation_blk ul li:nth-child(2) {
  width: 230px;
  height: 107px;
}
#davinci .main_content .main_wrap .sec .implementation_blk ul li a {
  width: 100%;
  height: 100%;
  border: 1px solid #DDDDDD;
  background: #ebf5fd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
#davinci .main_content .main_wrap .sec .implementation_blk ul li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url("../img/arr_r.png") top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec .implementation_blk {
    width: 64.5161290323vw;
    padding: 4.0322580645vw 5.0806451613vw;
  }
  #davinci .main_content .main_wrap .sec .implementation_blk .ttl {
    font-size: 1.6129032258vw;
    margin-bottom: 2.4193548387vw;
  }
  #davinci .main_content .main_wrap .sec .implementation_blk ul {
    gap: 1.6129032258vw;
  }
  #davinci .main_content .main_wrap .sec .implementation_blk ul li {
    width: 16.935483871vw;
    height: 8.6290322581vw;
  }
  #davinci .main_content .main_wrap .sec .implementation_blk ul li:nth-child(1), #davinci .main_content .main_wrap .sec .implementation_blk ul li:nth-child(2) {
    width: 18.5483870968vw;
    height: 8.6290322581vw;
  }
  #davinci .main_content .main_wrap .sec .implementation_blk ul li a {
    border-radius: 0.4032258065vw;
    font-size: 1.2903225806vw;
  }
  #davinci .main_content .main_wrap .sec .implementation_blk ul li a::after {
    width: 0.4838709677vw;
    height: 0.8064516129vw;
    right: 0.8064516129vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec .implementation_blk {
    width: 81.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
  #davinci .main_content .main_wrap .sec .implementation_blk .ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 5.3333333333vw;
  }
  #davinci .main_content .main_wrap .sec .implementation_blk ul {
    gap: 2.6666666667vw;
  }
  #davinci .main_content .main_wrap .sec .implementation_blk ul li {
    width: 100%;
    height: auto;
  }
  #davinci .main_content .main_wrap .sec .implementation_blk ul li:nth-child(1), #davinci .main_content .main_wrap .sec .implementation_blk ul li:nth-child(2) {
    width: 100%;
    height: auto;
  }
  #davinci .main_content .main_wrap .sec .implementation_blk ul li a {
    padding: 5.3333333333vw 4.2666666667vw;
    border-radius: 1.3333333333vw;
    justify-content: flex-start;
    font-size: 3.4666666667vw;
    text-align: left;
  }
  #davinci .main_content .main_wrap .sec .implementation_blk ul li a::after {
    width: 1.6vw;
    height: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
#davinci .main_content .main_wrap .sec .bar_graph_wrap {
  width: 1400px;
  padding: 80px 150px;
  background: #ebf5fd;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: rgba(10, 17, 111, 0.13) 0 0 10px;
}
#davinci .main_content .main_wrap .sec .bar_graph_wrap .inner img {
  display: block;
  width: 100%;
  max-width: 898px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #davinci .main_content .main_wrap .sec .bar_graph_wrap {
    width: 100vw;
    padding: 80px 10.7142857143vw;
  }
  #davinci .main_content .main_wrap .sec .bar_graph_wrap .inner img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec .bar_graph_wrap {
    width: 100vw;
    padding: 6.4516129032vw 12.0967741935vw;
  }
  #davinci .main_content .main_wrap .sec .bar_graph_wrap .inner img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec .bar_graph_wrap {
    width: 100vw;
    padding: 0;
    box-shadow: none;
    overflow-x: scroll;
  }
  #davinci .main_content .main_wrap .sec .bar_graph_wrap::-webkit-scrollbar {
    display: none;
  }
  #davinci .main_content .main_wrap .sec .bar_graph_wrap .inner {
    width: 212.8vw;
    padding: 13.3333333333vw 9.3333333333vw;
  }
  #davinci .main_content .main_wrap .sec .bar_graph_wrap .inner img {
    width: 100%;
    max-width: 100%;
  }
}
#davinci .main_content .main_wrap .sec .feature_wrap {
  width: 920px;
  margin: 0 auto 115px;
}
#davinci .main_content .main_wrap .sec .feature_wrap table {
  width: 100%;
}
#davinci .main_content .main_wrap .sec .feature_wrap table tbody tr th {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #DDDDDD;
}
#davinci .main_content .main_wrap .sec .feature_wrap table tbody tr th .th_head {
  padding: 18px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  color: #42569A;
  border-left: 1px solid #DDDDDD;
}
#davinci .main_content .main_wrap .sec .feature_wrap table tbody tr th .th_head img {
  width: 47px;
}
#davinci .main_content .main_wrap .sec .feature_wrap table tbody tr th .th_side {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  color: #42569A;
}
#davinci .main_content .main_wrap .sec .feature_wrap table tbody tr td {
  width: 380px;
  padding: 60px 10px;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
}
#davinci .main_content .main_wrap .sec .feature_wrap table tbody tr td .ttl {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 16px;
}
#davinci .main_content .main_wrap .sec .feature_wrap table tbody tr td .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}
#davinci .main_content .main_wrap .sec .feature_wrap .sp_feature {
  display: none;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec .feature_wrap {
    width: 74.1935483871vw;
    margin: 0 auto 9.2741935484vw;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap table tbody tr th .th_head {
    padding: 1.4516129032vw 0.8064516129vw;
    gap: 0.8064516129vw;
    font-size: 1.935483871vw;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap table tbody tr th .th_head img {
    width: 3.7903225806vw;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap table tbody tr th .th_side {
    font-size: 1.4516129032vw;
    line-height: 1.935483871vw;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap table tbody tr td {
    width: 30.6451612903vw;
    padding: 4.8387096774vw 0.8064516129vw;
    font-size: 1.2903225806vw;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap table tbody tr td .ttl {
    font-size: 1.4516129032vw;
    line-height: 1.935483871vw;
    margin-bottom: 1.2903225806vw;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap table tbody tr td .txt {
    font-size: 1.1290322581vw;
    line-height: 1.935483871vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec .feature_wrap {
    width: 81.3333333333vw;
    margin: 0 auto 85.3333333333vw;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap table {
    display: none;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap .sp_feature {
    display: flex;
    flex-direction: column;
    gap: 21.3333333333vw;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap .sp_feature dl dt {
    padding: 2.6666666667vw 0;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    letter-spacing: 0;
    font-weight: 600;
    color: #42569A;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap .sp_feature dl dt.name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.6666666667vw;
    font-size: 5.8666666667vw;
    line-height: 8.2666666667vw;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap .sp_feature dl dt.name img {
    width: 9.8666666667vw;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap .sp_feature dl dd {
    padding: 8vw 0;
    font-size: 3.4666666667vw;
    line-height: 5.0666666667vw;
    letter-spacing: 0;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap .sp_feature dl dd img {
    width: 65.6vw;
    margin: 0 auto;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap .sp_feature dl dd .ttl {
    font-size: 4.2666666667vw;
    line-height: 6.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  #davinci .main_content .main_wrap .sec .feature_wrap .sp_feature dl dd .txt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
}
#davinci .main_content .main_wrap .sec .detail_wrap {
  width: 900px;
  background: #ebf5fd;
  padding: 40px 40px 40px 360px;
  margin: 0 100px 184px auto;
  position: relative;
}
#davinci .main_content .main_wrap .sec .detail_wrap .img_wrap {
  width: 620px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: blur(10px);
  transition-duration: 1s;
  transition-delay: 0.3s;
}
#davinci .main_content .main_wrap .sec .detail_wrap .txt_wrap {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#davinci .main_content .main_wrap .sec .detail_wrap.active .img_wrap {
  opacity: 1;
  filter: blur(0);
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec .detail_wrap {
    width: 72.5806451613vw;
    padding: 3.2258064516vw 3.2258064516vw 3.2258064516vw 29.0322580645vw;
    margin: 0 8.064516129vw 14.8387096774vw auto;
  }
  #davinci .main_content .main_wrap .sec .detail_wrap .img_wrap {
    width: 50vw;
    left: 1.6129032258vw;
  }
  #davinci .main_content .main_wrap .sec .detail_wrap .txt_wrap {
    font-size: 1.2903225806vw;
    line-height: 2.2580645161vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec .detail_wrap {
    width: 81.3333333333vw;
    padding: 31.2vw 5.3333333333vw 8vw;
    margin: 0 auto 13.3333333333vw;
  }
  #davinci .main_content .main_wrap .sec .detail_wrap .img_wrap {
    width: 100.5333333333vw;
    top: -24vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #davinci .main_content .main_wrap .sec .detail_wrap .txt_wrap {
    width: 100%;
    font-size: 3.4666666667vw;
    line-height: 1.75;
  }
}
#davinci .main_content .main_wrap .sec .cutin_wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#davinci .main_content .main_wrap .sec .cutin_wrap .txt {
  width: 45.0520833333vw;
  position: absolute;
  top: 2.6041666667vw;
  left: 2.6041666667vw;
  transition-duration: 1s;
  clip-path: inset(0 100% 0 0);
  transition-delay: 1s;
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec .cutin_wrap .txt {
    width: 61.3333333333vw;
    position: absolute;
    top: -2.6666666667vw;
    left: 9.3333333333vw;
  }
}
#davinci .main_content .main_wrap .sec .cutin_wrap.active .txt {
  clip-path: inset(0 0 0 0);
}
#davinci .main_content .main_wrap .sec .movie_wrap {
  width: 920px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec .movie_wrap {
    width: 74.1935483871vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec .movie_wrap {
    width: 81.3333333333vw;
  }
}
#davinci .main_content .main_wrap .sec .movie_wrap video {
  width: 100%;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .relative_wrap {
  position: relative;
  z-index: 5;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .relative_wrap .txt_label {
  position: absolute;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .relative_wrap .txt_label span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 20px;
  background: #ebf5fd;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .relative_wrap .txt_label span img {
  width: 9px;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .relative_wrap .txt_label span .spc {
  display: none;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .flex_blk {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .flex_blk li {
  width: 50%;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .flex_blk li:nth-child(1) .relative_wrap .txt_label {
  bottom: 30px;
  left: 0;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .flex_blk li:nth-child(2) .relative_wrap .txt_label {
  top: 20px;
  right: 0;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .attachment {
  width: 900px;
  margin: 0 auto 60px;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .attachment .txt_label {
  top: 30px;
  right: 0;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .csd_wrap {
  width: 1100px;
  margin: 0 auto 100px;
  position: relative;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .csd_wrap .txt_label {
  top: 70px;
  left: 0;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .csd_wrap .relative_wrap {
  opacity: 0;
  filter: blur(10px);
  transition-duration: 1s;
  transition-delay: 1s;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .csd_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/csd_bg.png") top right no-repeat;
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 0;
  clip-path: inset(0 100% 0 0);
  transition-duration: 1s;
}
#davinci .main_content .main_wrap .sec .gallery_wrap .csd_wrap.active .relative_wrap {
  opacity: 1;
  filter: blur(0);
}
#davinci .main_content .main_wrap .sec .gallery_wrap .csd_wrap.active::after {
  clip-path: inset(0 0 0 0);
}
#davinci .main_content .main_wrap .sec .gallery_wrap .bottom_ttl {
  width: 100%;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .main_content .main_wrap .sec .gallery_wrap .relative_wrap .txt_label span {
    gap: 0.6451612903vw;
    padding: 0.6451612903vw 1.6129032258vw;
    font-size: 1.1290322581vw;
    line-height: 1.6129032258vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .relative_wrap .txt_label span img {
    width: 0.7258064516vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .flex_blk {
    margin-bottom: 4.8387096774vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .flex_blk li:nth-child(1) .relative_wrap .txt_label {
    bottom: 2.4193548387vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .flex_blk li:nth-child(2) .relative_wrap .txt_label {
    top: 1.6129032258vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .attachment {
    width: 72.5806451613vw;
    margin: 0 auto 4.8387096774vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .attachment .txt_label {
    top: 2.4193548387vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .csd_wrap {
    width: 88.7096774194vw;
    margin: 0 auto 8.064516129vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .csd_wrap .txt_label {
    top: 5.6451612903vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .csd_wrap::after {
    top: 1.6129032258vw;
    left: 1.6129032258vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .main_content .main_wrap .sec .gallery_wrap .relative_wrap .txt_label {
    text-align: center;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .relative_wrap .txt_label span {
    display: inline;
    padding: 1.0666666667vw 2.6666666667vw;
    background: #ebf5fd;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    text-align: center;
    position: relative;
    white-space: nowrap;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .relative_wrap .txt_label span img {
    display: none;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .relative_wrap .txt_label span::before {
    content: "";
    display: inline-block;
    width: 1.8666666667vw;
    height: 1.3333333333vw;
    background: url("../img/arr_t.png") center center no-repeat;
    background-size: 100% auto;
    margin-right: 1.0666666667vw;
    margin-bottom: 0.5333333333vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .relative_wrap .txt_label span .spc {
    display: inline;
    font-size: 0.5em;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .flex_blk {
    margin-bottom: 72px;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .flex_blk li:nth-child(1) .relative_wrap .txt_label {
    bottom: auto;
    top: 48vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .flex_blk li:nth-child(2) .relative_wrap .txt_label {
    right: auto;
    top: 48vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .attachment {
    width: 72vw;
    margin: 0 auto 12.2666666667vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .attachment .txt_label {
    right: auto;
    top: auto;
    bottom: -4.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .csd_wrap {
    width: 81.3333333333vw;
    margin: 0 auto 17.6vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .csd_wrap .txt_label {
    top: auto;
    bottom: -4.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .csd_wrap::after {
    background: url("../img/csd_bg_sp.png") top right no-repeat;
    background-size: cover;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
  #davinci .main_content .main_wrap .sec .gallery_wrap .bottom_ttl {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
#davinci .future_wrap {
  width: 100%;
  background: #0a116f url("../img/f_bg.png") top center no-repeat;
  background-size: cover;
  padding: 82px 0 100px;
}
#davinci .future_wrap .sec_ttl {
  width: 100%;
  height: 85px;
  font-size: 32px;
  line-height: 85px;
  letter-spacing: 0;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #5b60a2;
  margin-bottom: 40px;
  background: url("../img/future_plan.png") center center no-repeat;
  background-size: 800px auto;
}
#davinci .future_wrap .txt {
  width: 627px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 30px;
}
#davinci .future_wrap ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
#davinci .future_wrap ul li {
  width: 210px;
  height: 93px;
}
#davinci .future_wrap ul li a {
  width: 100%;
  height: 100%;
  border: 1px solid #DDDDDD;
  background: #ebf5fd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
#davinci .future_wrap ul li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url("../img/arr_r.png") top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #davinci .future_wrap {
    padding: 6.6129032258vw 0 8.064516129vw;
  }
  #davinci .future_wrap .sec_ttl {
    height: 6.8548387097vw;
    font-size: 2.5806451613vw;
    line-height: 6.8548387097vw;
    margin-bottom: 3.2258064516vw;
    background-size: 64.5161290323vw auto;
  }
  #davinci .future_wrap .txt {
    width: 50.564516129vw;
    font-size: 1.2903225806vw;
    margin: 0 auto 2.4193548387vw;
  }
  #davinci .future_wrap ul {
    gap: 1.6129032258vw;
  }
  #davinci .future_wrap ul li {
    width: 16.935483871vw;
    height: 7.5vw;
  }
  #davinci .future_wrap ul li a {
    border-radius: 0.4032258065vw;
    font-size: 1.2903225806vw;
  }
  #davinci .future_wrap ul li a::after {
    width: 0.4838709677vw;
    height: 0.8064516129vw;
    right: 0.8064516129vw;
  }
}
@media screen and (max-width: 750px) {
  #davinci .future_wrap {
    background: url("../img/f_bg_sp.png") top center no-repeat;
    background-size: cover;
    padding: 14.9333333333vw 0 18.1333333333vw;
  }
  #davinci .future_wrap .sec_ttl {
    width: 92vw;
    height: auto;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    font-weight: 600;
    padding-top: 1.0666666667vw;
    padding-bottom: 2.6666666667vw;
    margin: 0 auto 8vw;
    background: url("../img/future_plan_sp.png") center center no-repeat;
    background-size: 81.3333333333vw auto;
  }
  #davinci .future_wrap .txt {
    width: 81.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    margin: 0 auto 10.6666666667vw;
  }
  #davinci .future_wrap ul {
    width: 70.6666666667vw;
    margin: 0 auto;
    gap: 2.6666666667vw;
  }
  #davinci .future_wrap ul li {
    width: 100%;
    height: auto;
  }
  #davinci .future_wrap ul li a {
    padding: 5.3333333333vw 4.2666666667vw;
    border-radius: 1.3333333333vw;
    justify-content: flex-start;
    font-size: 3.4666666667vw;
    line-height: 5.0666666667vw;
    text-align: left;
  }
  #davinci .future_wrap ul li a::after {
    width: 1.6vw;
    height: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}