@charset "UTF-8";
/* 看板  */
/************/
#mv_area .breadcrumb {
  color: #333333;
}

#mv_area .breadcrumb ul li:nth-of-type(n+2)::before {
  background: #83a9db;
}

#mv_area .breadcrumb ul li a {
  color: #333333;
}

#mv_area.index {
  color: #ffffff;
}

#mv_area.index .breadcrumb {
  color: #ffffff;
}

#mv_area.index .breadcrumb ul li:nth-of-type(n+2)::before {
  background: #ffffff;
}

#mv_area.index .breadcrumb ul li a {
  color: #ffffff;
}

#mv_area:not(.index) .mv_ttl h1::before {
  color: #83a9db;
}

@media screen and (min-width: 768px) {
  /* 看板  */
  /************/
  #mv_area {
    position: relative;
  }
  #mv_area .breadcrumb {
    margin-bottom: 80px;
  }
  #mv_area .breadcrumb ul {
    padding: 30px 80px;
    display: flex;
  }
  #mv_area .breadcrumb ul li {
    font-size: 1.3rem;
    position: relative;
  }
  #mv_area .breadcrumb ul li:nth-of-type(n+2) {
    margin-left: 28px;
    padding-left: 16px;
  }
  #mv_area .breadcrumb ul li:nth-of-type(n+2)::before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -12px;
  }
  #mv_area .breadcrumb ul li a:hover {
    text-decoration: underline;
  }
  #mv_area .mv_ttl h1 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    position: relative;
  }
  #mv_area .mv_ttl h1::before {
    content: attr(data-en);
    font-family: "Rubik", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: -30px;
    letter-spacing: 0.05em;
  }
  #mv_area.index {
    height: 680px;
  }
  #mv_area.index .mv_ttl {
    position: absolute;
    inset: auto 80px 80px 80px;
  }
  #mv_area.index .mv_ttl h1::before {
    font-size: 1.4rem;
  }
  #mv_area.index .mv_img {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  #mv_area.index .mv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #mv_area.index .description {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.62;
  }
  #mv_area:not(.index) {
    background: url(/common/image/base/line_bg_fv.png) no-repeat right -90px;
    padding-bottom: 90px;
    margin-bottom: 160px;
  }
  #mv_area:not(.index)::before {
    content: "";
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0.3) 400px), linear-gradient(45deg, rgba(68, 119, 171, 0.3) 0%, rgba(211, 217, 219, 0.3) 36%, rgba(192, 213, 240, 0.3) 90%, rgba(255, 219, 219, 0.3) 100%);
    position: absolute;
    inset: 100% 0 auto 0;
    z-index: -1;
    height: 1400px;
  }
  #mv_area:not(.index) .mv_ttl {
    max-width: 1280px;
    padding: 0 40px 20px;
    margin: 0 auto;
  }
  #mv_area:not(.index) .mv_img {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
  }
  #mv_area:not(.index) .mv_img img {
    border-radius: 12px;
  }
  #mv_area:not(.index) .description {
    font-size: 1.6rem;
    line-height: 1.875;
    padding-left: 60px;
    margin-top: 30px;
    position: relative;
  }
  #mv_area:not(.index) .description::before {
    content: "";
    width: 24px;
    height: 1px;
    background: #83a9db;
    position: absolute;
    top: 15px;
    left: 20px;
  }
  #mv_area:not(.index) .description p + p {
    margin-top: 30px;
  }
  #mv_area.lower {
    padding-bottom: 0;
  }
  #mv_area.lower::before {
    content: "";
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0.3) 400px), linear-gradient(45deg, rgba(68, 119, 171, 0.3) 0%, rgba(211, 217, 219, 0.3) 36%, rgba(192, 213, 240, 0.3) 90%, rgba(255, 219, 219, 0.3) 100%);
    position: absolute;
    inset: 80% 0 auto 0;
    z-index: -1;
    height: 1400px;
  }
  /* ボタン  */
  /************/
  .link_bl {
    margin-top: 50px;
  }
  .link_bl a {
    background: linear-gradient(to right, #4984d1, #83a9db);
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: none;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    padding: 0 34px 1px 40px;
    margin-left: 25px;
    font-size: 1.5rem;
    height: 50px;
    box-sizing: border-box;
  }
  .link_bl a[target="_blank"] {
    background: url(/common/image/base/ico_blank_w.svg) no-repeat right 34px center, linear-gradient(to right, #4984d1, #83a9db);
    padding-right: 54px;
  }
  .link_bl a::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(/common/image/base/link_arw_hover.png) no-repeat;
    position: absolute;
    left: -24px;
    top: calc(50% - 25px);
  }
}
