@charset "UTF-8";
/*@include layout-SP {
}
*/
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url("/assets/common/font/RobotoCondensed-Bold.woff") format("woff"); }

@font-face {
  font-family: 'RobotoCondensed-BoldItalic';
  src: url("/assets/common/font/RobotoCondensed-BoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url("/assets/common/font/RobotoCondensed-Regular.woff") format("woff"); }

.Sido {
  display: block;
  width: 100%;
  min-width: 1200px;
  margin-top: 0px;
  height: 42.5vw;
  background-color: transparent;
  background-image: url("/assets/top/img/sido-bg-pc.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1280px) {
    .Sido {
      min-width: 93.75vw; } }
  @media screen and (max-width: 768px) {
    .Sido {
      margin-top: 0vw;
      width: 100%;
      min-width: 100%;
      height: 73.86667vw;
      background-image: url("/assets/top/img/sido-bg-sp.png");
      background-size: cover;
      background-position: top center; } }

.Sido-Inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .Sido-Inner {
      max-width: 100%; } }

.Sido-Ttl {
  opacity: 0;
  font-size: 42px;
  color: #FFF;
  line-height: 1;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .Sido-Ttl {
      font-size: 3.28125vw; } }
  @media screen and (max-width: 768px) {
    .Sido-Ttl {
      font-size: 6.13333vw; } }

.Sido-Txt {
  opacity: 0;
  font-size: 24px;
  margin-top: 37px;
  color: #FFF;
  line-height: 1;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .Sido-Txt {
      font-size: 1.875vw;
      margin-top: 2.89063vw; } }
  @media screen and (max-width: 768px) {
    .Sido-Txt {
      font-size: 3.73333vw;
      margin-top: 2.66667vw;
      text-align: center;
      line-height: 1.6; } }

.Sido-Btn {
  opacity: 0;
  font-weight: 700;
  color: #FFF;
  width: 890px;
  height: 100px;
  margin-top: 60px;
  font-size: 32px;
  background-image: url("/assets/top/img/sido-btn-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 200ms 0s ease-out; }
  .Sido-Btn:after {
    transition: all 200ms 0s ease-out;
    content: '';
    background-image: url("/assets/top/img/sido-btn-arrow.png");
    background-repeat: no-repeat;
    width: 50.4px;
    height: 34.4px;
    margin-left: 10px;
    background-size: contain; }
  @media screen and (max-width: 1280px) {
    .Sido-Btn {
      width: 69.53125vw;
      height: 7.8125vw;
      margin-top: 4.6875vw;
      font-size: 2.5vw; }
      .Sido-Btn:after {
        width: 3.9375vw;
        height: 2.6875vw;
        margin-left: 0.78125vw; } }
  @media screen and (min-width: 769px) {
    .Sido-Btn:hover {
      filter: brightness(1.1); }
      .Sido-Btn:hover:after {
        transform: translateX(5px); } }
  @media screen and (max-width: 768px) {
    .Sido-Btn {
      width: 94.8vw;
      height: 13.33333vw;
      margin-top: 5.33333vw;
      font-size: 3.73333vw;
      background-image: url("/assets/top/img/sido-btn-bg-sp.png"); }
      .Sido-Btn:after {
        background-image: url("/assets/top/img/sido-btn-arrow.png");
        width: 8.4vw;
        height: 5.73333vw;
        margin-left: 1.33333vw; } }

.st-Con {
  padding-top: 20px;
  width: 100%;
  background-color: #f7f7f7; }
  @media screen and (max-width: 1280px) {
    .st-Con {
      padding-top: 1.5625vw; } }
  @media screen and (max-width: 768px) {
    .st-Con {
      padding-top: 2.66667vw; } }

.st-Con-Inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1280px) {
    .st-Con-Inner {
      width: 93.75vw; } }
  @media screen and (max-width: 768px) {
    .st-Con-Inner {
      width: 100%; } }

.st-Con-Ttl-En {
  text-align: center;
  color: #d42d1f;
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .st-Con-Ttl-En {
      font-size: 1.875vw; } }
  @media screen and (max-width: 768px) {
    .st-Con-Ttl-En {
      font-size: 3.73333vw; } }

.st-Con-Ttl {
  text-align: center;
  font-size: 66px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .st-Con-Ttl {
      font-size: 5.15625vw; } }
  @media screen and (max-width: 768px) {
    .st-Con-Ttl {
      font-size: 8.8vw; } }

.st-Con-Line {
  width: 70px;
  height: 2px;
  margin-top: 25px;
  background-color: #d42c1e;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1280px) {
    .st-Con-Line {
      width: 5.46875vw;
      margin-top: 1.95313vw; } }
  @media screen and (max-width: 768px) {
    .st-Con-Line {
      width: 9.33333vw;
      height: 0.26667vw;
      margin-top: 3.33333vw; } }

.st-Con-Txt {
  font-size: 18px;
  margin-top: 40px;
  text-align: center; }
  @media screen and (max-width: 1280px) {
    .st-Con-Txt {
      font-size: 1.40625vw;
      margin-top: 3.125vw; } }
  @media screen and (max-width: 768px) {
    .st-Con-Txt {
      font-size: 3.2vw;
      margin-top: 5.33333vw; } }

.st-Con-Box {
  width: 100%;
  height: 270px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1280px) {
    .st-Con-Box {
      height: 21.09375vw;
      margin-top: 3.125vw; } }
  @media screen and (max-width: 768px) {
    .st-Con-Box {
      height: auto;
      margin-top: 5.33333vw; } }

.st-Con-Mail-Dt {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center; }
  .st-Con-Mail-Dt:before {
    content: '';
    margin-right: 5px;
    background-image: url("/assets/common/img/icon-mail.png");
    background-repeat: no-repeat;
    width: 31px;
    height: 23px;
    background-size: contain; }
  @media screen and (max-width: 1280px) {
    .st-Con-Mail-Dt {
      font-size: 1.875vw; }
      .st-Con-Mail-Dt:before {
        margin-right: 0.39063vw;
        width: 2.42188vw;
        height: 1.79687vw; } }
  @media screen and (max-width: 768px) {
    .st-Con-Mail-Dt {
      font-size: 3.73333vw; }
      .st-Con-Mail-Dt:before {
        margin-right: 0.66667vw;
        width: 4.13333vw;
        height: 3.06667vw; } }

.st-Con-Mail-Btn {
  font-weight: 700;
  font-size: 18px;
  width: 500px;
  height: 80px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  position: relative; }
  .st-Con-Mail-Btn:after {
    content: '';
    background-image: url("/assets/common/img/btn-arrow.png");
    background-repeat: no-repeat;
    width: 45px;
    height: 15px;
    position: absolute;
    background-size: contain;
    top: 27px;
    right: 80px;
    transition: all 200ms 0s ease-out; }
  @media screen and (min-width: 769px) {
    .st-Con-Mail-Btn:hover {
      opacity: 0.8; }
      .st-Con-Mail-Btn:hover:after {
        transform: translateX(5px); } }
  @media screen and (max-width: 1280px) {
    .st-Con-Mail-Btn {
      font-size: 1.40625vw;
      width: 39.0625vw;
      height: 6.25vw;
      margin-top: 2.34375vw; }
      .st-Con-Mail-Btn:after {
        width: 3.51563vw;
        height: 1.17188vw;
        top: 2.10938vw;
        right: 6.25vw; } }
  @media screen and (max-width: 768px) {
    .st-Con-Mail-Btn {
      font-size: 3.2vw;
      margin-top: 5.2vw;
      width: 88%;
      height: 14.66667vw; }
      .st-Con-Mail-Btn:after {
        width: 6vw;
        height: 2vw;
        top: 5.73333vw;
        right: 17.33333vw; } }

.st-Con-R {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .st-Con-R {
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }

.st-Con-Tel-Dt {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center; }
  .st-Con-Tel-Dt:before {
    content: '';
    margin-right: 7px;
    background-image: url("/assets/common/img/icon-tel.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 41px;
    background-size: contain; }
  @media screen and (max-width: 1280px) {
    .st-Con-Tel-Dt {
      font-size: 1.875vw; }
      .st-Con-Tel-Dt:before {
        margin-right: 0.54688vw;
        width: 3.125vw;
        height: 3.20312vw; } }
  @media screen and (max-width: 768px) {
    .st-Con-Tel-Dt {
      margin-top: 8vw;
      font-size: 3.73333vw; }
      .st-Con-Tel-Dt:before {
        margin-right: 0.93333vw;
        width: 5.33333vw;
        height: 5.46667vw; } }

.st-Con-Tel-Num {
  font-size: 52px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .st-Con-Tel-Num {
      font-size: 4.0625vw; } }
  @media screen and (max-width: 768px) {
    .st-Con-Tel-Num {
      font-size: 9.33333vw;
      margin-top: 0.66667vw; } }

.st-Con-Tel-List {
  margin-top: 7px; }
  @media screen and (max-width: 1280px) {
    .st-Con-Tel-List {
      margin-top: 0.54688vw; } }
  @media screen and (max-width: 768px) {
    .st-Con-Tel-List {
      margin-top: 2vw; } }

.st-Con-Tel-Txt {
  font-size: 12px;
  margin-bottom: 3px;
  padding-left: 1rem; }
  .st-Con-Tel-Txt:before {
    margin-left: -1rem;
    content: '・'; }
  @media screen and (max-width: 768px) {
    .st-Con-Tel-Txt {
      font-size: 2.66667vw;
      margin-bottom: 2vw;
      letter-spacing: -0.13333vw; } }

.st-Con-Logo {
  width: 220px;
  margin-top: 50px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }
  .st-Con-Logo img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1280px) {
    .st-Con-Logo {
      width: 17.1875vw;
      margin-top: 3.90625vw;
      padding-bottom: 2.34375vw; } }
  @media screen and (max-width: 768px) {
    .st-Con-Logo {
      width: 50.66667vw;
      margin-top: 6.66667vw;
      padding-bottom: 4vw; } }

.st-Footer {
  width: 100%; }

.st-Footer-PageTop {
  width: 100%;
  height: 40px;
  cursor: pointer;
  background-color: #d42c1e;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    .st-Footer-PageTop {
      transition: all 200ms 0s ease-out; }
      .st-Footer-PageTop:hover {
        opacity: 0.85; } }
  @media screen and (max-width: 1280px) {
    .st-Footer-PageTop {
      height: 3.125vw; } }
  @media screen and (max-width: 768px) {
    .st-Footer-PageTop {
      height: 9.33333vw; } }

@media screen and (max-width: 768px) {
  .st-Footer-Tri {
    width: 6%; }
    .st-Footer-Tri img {
      width: 100%;
      height: auto; } }

.st-Footer-Inner {
  width: 100%;
  background-color: #1a1a1a; }

.st-Footer-Box {
  width: 100%;
  max-width: 90%;
  min-width: 1200px;
  padding-left: 18px;
  padding-right: 18px;
  height: 40px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1280px) {
    .st-Footer-Box {
      max-width: 90%;
      min-width: 93.75vw;
      padding-left: 1.40625vw;
      padding-right: 1.40625vw;
      height: 3.125vw;
      font-size: 0.9375vw; } }
  @media screen and (max-width: 768px) {
    .st-Footer-Box {
      max-width: 100%;
      min-width: 100%;
      flex-direction: column;
      height: 38.66667vw;
      justify-content: center;
      align-items: center; } }

.st-Footer-Link {
  color: #FFF;
  font-size: 12px;
  margin-right: 25px;
  display: flex;
  align-items: center; }
  .st-Footer-Link:before {
    margin-right: 5px;
    content: '';
    background-image: url("/assets/common/img/footer-arrow-pc.png");
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    background-size: contain; }
  @media screen and (max-width: 1280px) {
    .st-Footer-Link {
      font-size: 0.9375vw;
      margin-right: 1.95313vw; }
      .st-Footer-Link:before {
        margin-right: 0.39063vw;
        width: 0.46875vw;
        height: 0.78125vw; } }
  @media screen and (max-width: 768px) {
    .st-Footer-Link {
      font-size: 2.66667vw;
      margin-right: 0;
      margin-bottom: 3.33333vw; }
      .st-Footer-Link:before {
        background-image: url("/assets/common/img/footer-arrow-sp.png");
        width: 8px;
        height: 15px;
        background-size: contain; } }

.st-Footer-Copy {
  font-family: 'RobotoCondensed-Regular';
  letter-spacing: 1px;
  font-size: 11px;
  margin-left: auto; }
  @media screen and (max-width: 1280px) {
    .st-Footer-Copy {
      font-size: 0.85938vw; } }
  @media screen and (max-width: 768px) {
    .st-Footer-Copy {
      letter-spacing: 0.13333vw;
      margin-left: auto;
      margin-right: auto;
      font-size: 2.4vw;
      margin-top: 10px; } }

body {
  background-color: #fff; }

.top-wrapper {
  opacity: 0; }

.Mv {
  display: block;
  width: 100%;
  height: 520px;
  overflow: hidden;
  position: relative;
  background-color: #f7f7f7; }
  @media screen and (max-width: 1450px) {
    .Mv {
      height: 37.14286vw; } }
  @media screen and (max-width: 768px) {
    .Mv {
      margin-top: 2vw;
      min-width: 100%;
      height: 89.33333vw; } }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-wrapper {
  width: 100%; }

#js-swiper {
  opacity: 0; }

.Mv-Inner {
  display: block;
  position: relative;
  width: 100%;
  background-color: #AAA;
  transform-origin: 0 0; }
  @media screen and (max-width: 768px) {
    .Mv-Inner {
      width: 100%; } }

.Mv-Bg {
  display: block;
  opacity: 1;
  width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .Mv-Bg img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1450px) {
    .Mv-Bg {
      width: 100vw; } }
  @media screen and (max-width: 768px) {
    .Mv-Bg {
      width: 100%; } }

.Mv-Ttl {
  width: 664px;
  height: 770px;
  position: absolute;
  padding-top: 160px;
  top: 0px;
  left: 100px;
  transform-origin: 0 0; }
  @media screen and (max-width: 768px) {
    .Mv-Ttl {
      margin-left: auto;
      margin-right: auto;
      height: auto;
      padding-top: 0px;
      width: 88.53333vw;
      top: 12vw;
      left: 4vw; } }

.Mv-Ttl-1 {
  opacity: 0;
  width: 512px; }
  .Mv-Ttl-1 img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    .Mv-Ttl-1 {
      width: 68.26667vw; } }

.Mv-Ttl-2 {
  opacity: 0;
  margin-top: 40px;
  width: 664px; }
  .Mv-Ttl-2 img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    .Mv-Ttl-2 {
      margin-top: 5.33333vw;
      width: 88.53333vw; } }

#swiper-pagination {
  background-color: transparent;
  z-index: 3;
  bottom: 20px;
  right: 20px;
  position: absolute;
  display: flex; }
  @media screen and (max-width: 1280px) {
    #swiper-pagination {
      bottom: 1.5625vw;
      right: 1.5625vw; } }
  @media screen and (max-width: 768px) {
    #swiper-pagination {
      bottom: 2.66667vw;
      right: 2.66667vw; } }

.bullet:focus {
  outline: 0; }

.bullet {
  cursor: pointer;
  display: block;
  width: 65px;
  height: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #FFF; }
  @media screen and (max-width: 1280px) {
    .bullet {
      width: 5.07813vw;
      height: 0.39063vw;
      margin-left: 0.39063vw;
      margin-right: 0.39063vw; } }
  @media screen and (max-width: 768px) {
    .bullet {
      width: 12vw;
      height: 3.33333vw;
      margin-left: 0.8vw;
      margin-right: 0.8vw; } }

.bullet-active {
  cursor: pointer;
  display: block;
  width: 65px;
  height: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #d42d1f; }
  @media screen and (max-width: 1280px) {
    .bullet-active {
      width: 5.07813vw;
      height: 0.39063vw;
      margin-left: 0.39063vw;
      margin-right: 0.39063vw; } }
  @media screen and (max-width: 768px) {
    .bullet-active {
      width: 12vw;
      height: 3.33333vw;
      margin-left: 0.8vw;
      margin-right: 0.8vw; } }

.News {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 50px;
  min-height: 200px; }
  @media screen and (max-width: 1280px) {
    .News {
      margin-top: 3.125vw;
      padding-bottom: 3.90625vw;
      min-height: 15.625vw; } }
  @media screen and (max-width: 768px) {
    .News {
      margin-top: 5.33333vw;
      padding-bottom: 6.66667vw;
      min-height: 26.66667vw; } }

.News-Inner {
  width: 1200px;
  display: flex;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1280px) {
    .News-Inner {
      width: 93.75vw; } }
  @media screen and (max-width: 768px) {
    .News-Inner {
      width: 92%;
      flex-direction: column; } }

.News-Block {
  width: 50%;
  padding-right: 20px; }
  @media screen and (max-width: 1280px) {
    .News-Block {
      padding-right: 1.5625vw; } }
  @media screen and (max-width: 768px) {
    .News-Block {
      width: 100%;
      padding-right: 0; } }

.News-Item {
  opacity: 0;
  margin-top: 10px;
  display: block; }
  @media screen and (min-width: 769px) {
    .News-Item:hover {
      opacity: 0.9; }
      .News-Item:hover .News-Date {
        text-decoration: underline; }
      .News-Item:hover .News-Txt {
        text-decoration: underline; } }
  @media screen and (max-width: 1280px) {
    .News-Item {
      margin-top: 0.78125vw; } }
  @media screen and (max-width: 768px) {
    .News-Item {
      margin-top: 1.73333vw; } }

.News-Ttl {
  font-size: 24px;
  color: #d42d1f;
  font-weight: 700;
  display: flex;
  align-items: center; }
  .News-Ttl:after {
    content: '';
    width: 50px;
    height: 1px;
    margin-left: 15px;
    background-color: #d42d1f; }
  @media screen and (max-width: 1280px) {
    .News-Ttl {
      font-size: 1.875vw; }
      .News-Ttl:after {
        width: 3.90625vw;
        margin-left: 1.17188vw; } }
  @media screen and (max-width: 768px) {
    .News-Ttl {
      font-size: 3.73333vw; }
      .News-Ttl:after {
        width: 10.66667vw;
        height: 0.13333vw;
        margin-left: 2vw; } }

.News-Date {
  font-size: 20px; }
  @media screen and (max-width: 1280px) {
    .News-Date {
      font-size: 1.5625vw; } }
  @media screen and (max-width: 768px) {
    .News-Date {
      font-size: 2.93333vw; } }

.News-Txt {
  font-size: 20px;
  margin-top: 3px; }
  @media screen and (max-width: 1280px) {
    .News-Txt {
      font-size: 1.5625vw; } }
  @media screen and (max-width: 768px) {
    .News-Txt {
      font-size: 2.93333vw;
      margin-top: 0.4vw; } }

.Pick-Block {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .Pick-Block {
      width: 100%;
      margin-top: 8vw; } }

.Pick-Item {
  opacity: 0;
  display: flex;
  margin-top: 10px; }
  @media screen and (min-width: 769px) {
    .Pick-Item:hover img {
      opacity: 0.85; }
    .Pick-Item:hover .Pick-R {
      text-decoration: underline; } }
  @media screen and (max-width: 768px) {
    .Pick-Item {
      margin-top: 3.33333vw; } }

.Pick-R {
  padding-left: 15px; }
  @media screen and (max-width: 768px) {
    .Pick-R {
      padding-left: 3.33333vw; } }

.Pick-Ttl {
  font-size: 24px;
  color: #d42d1f;
  font-weight: 700;
  display: flex;
  align-items: center; }
  .Pick-Ttl:after {
    content: '';
    width: 50px;
    height: 1px;
    margin-left: 15px;
    background-color: #d42d1f; }
  @media screen and (max-width: 1280px) {
    .Pick-Ttl {
      font-size: 1.875vw; }
      .Pick-Ttl:after {
        width: 3.90625vw;
        margin-left: 1.17188vw; } }
  @media screen and (max-width: 768px) {
    .Pick-Ttl {
      font-size: 3.73333vw; }
      .Pick-Ttl:after {
        width: 10.66667vw;
        height: 0.13333vw;
        margin-left: 2vw; } }

.Pick-Date {
  font-size: 20px; }
  @media screen and (max-width: 1280px) {
    .Pick-Date {
      font-size: 1.5625vw; } }
  @media screen and (max-width: 768px) {
    .Pick-Date {
      font-size: 2.93333vw; } }

.Pick-Txt {
  font-size: 20px;
  margin-top: 3px; }
  @media screen and (max-width: 1280px) {
    .Pick-Txt {
      font-size: 1.5625vw; } }
  @media screen and (max-width: 768px) {
    .Pick-Txt {
      font-size: 2.93333vw;
      margin-top: 0.4vw; } }

.Pick-Pic {
  width: 200px;
  flex-shrink: 0; }
  .Pick-Pic img {
    transition: opacity 200ms 0s ease-out;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    .Pick-Pic {
      width: 40%; } }

.Ta {
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
  background-image: url("/assets/top/img/ex-bg.png");
  background-repeat: no-repeat;
  background-position: top 60px left -110px; }
  @media screen and (max-width: 1280px) {
    .Ta {
      padding-top: 4.6875vw; } }
  @media screen and (max-width: 768px) {
    .Ta {
      margin-top: 0vw;
      padding-top: 6.66667vw;
      background-image: none;
      padding-bottom: 0vw; } }

.Ta-Looper {
  position: absolute;
  width: 100%;
  height: 270px;
  overflow: hidden; }
  @media screen and (max-width: 1280px) {
    .Ta-Looper {
      height: 21.09375vw; } }
  @media screen and (max-width: 768px) {
    .Ta-Looper {
      height: 36vw; } }

.Ta-Slider {
  display: flex;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .Ta-Slider img {
      width: 269.33333vw;
      height: 36vw; } }

.Ta-Inner {
  opacity: 0;
  width: 1200px;
  height: 270px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .Ta-Inner {
      width: 100%;
      height: 36vw; } }

.Ta-Ttl {
  font-size: 46px;
  color: #d42d1f;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .Ta-Ttl {
      font-size: 6.13333vw; } }

.Ta-Txt {
  font-size: 22px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin-top: 18px; }
  @media screen and (max-width: 768px) {
    .Ta-Txt {
      font-size: 2.93333vw;
      line-height: 2;
      margin-top: 2.4vw;
      letter-spacing: -0.13333vw; } }

.Ta-Ya {
  margin-top: 25px; }
  @media screen and (max-width: 768px) {
    .Ta-Ya {
      margin-top: 4vw;
      width: 13%; }
      .Ta-Ya img {
        width: 100%;
        height: auto; } }

.Ex {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 170px;
  background-image: url("/assets/top/img/ex-bg2.png");
  background-repeat: no-repeat;
  background-position: center right; }
  @media screen and (max-width: 1280px) {
    .Ex {
      padding-top: 7.8125vw;
      padding-bottom: 13.28125vw; } }
  @media screen and (max-width: 768px) {
    .Ex {
      padding-top: 14.66667vw;
      background-image: url("/assets/top/img/ex-bg-sp.png");
      background-position: top -8vw right;
      padding-bottom: 16vw; } }

.Ex-Inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1280px) {
    .Ex-Inner {
      width: 93.75vw; } }
  @media screen and (max-width: 768px) {
    .Ex-Inner {
      width: 100%; } }

.Ex-Ya {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px; }
  @media screen and (max-width: 1280px) {
    .Ex-Ya {
      margin-top: 1.95313vw;
      margin-bottom: 3.125vw; } }
  @media screen and (max-width: 768px) {
    .Ex-Ya {
      margin-top: 0vw;
      margin-bottom: 2.66667vw;
      width: 11%;
      margin-left: auto;
      margin-right: auto; }
      .Ex-Ya img {
        width: 100%;
        height: auto; } }

.Ex-Ttl-En {
  opacity: 1;
  text-align: center;
  color: #d42d1f;
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .Ex-Ttl-En {
      font-size: 1.875vw; } }
  @media screen and (max-width: 768px) {
    .Ex-Ttl-En {
      font-size: 3.73333vw; } }

.Ex-Ttl {
  opacity: 1;
  text-align: center;
  font-size: 66px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .Ex-Ttl {
      font-size: 5.15625vw; } }
  @media screen and (max-width: 768px) {
    .Ex-Ttl {
      font-size: 8.8vw; } }

.Ex-Line {
  width: 70px;
  height: 2px;
  margin-top: 50px;
  background-color: #d42c1e;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1280px) {
    .Ex-Line {
      width: 5.46875vw;
      height: 0.15625vw;
      margin-top: 3.90625vw; } }
  @media screen and (max-width: 768px) {
    .Ex-Line {
      width: 9.33333vw;
      height: 0.26667vw;
      margin-top: 6.66667vw; } }

.Case {
  display: block;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 30px; }
  @media screen and (max-width: 1280px) {
    .Case {
      margin-top: 7.8125vw;
      padding-bottom: 2.34375vw; } }
  @media screen and (max-width: 768px) {
    .Case {
      background-image: url("/assets/top/img/ex-bg.png");
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 16vw auto;
      padding-bottom: 0vw;
      margin-top: 13.33333vw; } }

.Case-Inner {
  max-width: 1400px;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1450px) {
    .Case-Inner {
      width: 1200px; } }
  @media screen and (max-width: 1280px) {
    .Case-Inner {
      width: 93.75vw; } }
  @media screen and (max-width: 768px) {
    .Case-Inner {
      width: 93%; } }

.Case-Ttl-En {
  text-align: center;
  color: #d42d1f;
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .Case-Ttl-En {
      font-size: 1.875vw; } }
  @media screen and (max-width: 768px) {
    .Case-Ttl-En {
      font-size: 3.73333vw; } }

.Case-Ttl {
  text-align: center;
  font-size: 66px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .Case-Ttl {
      font-size: 5.15625vw; } }
  @media screen and (max-width: 768px) {
    .Case-Ttl {
      font-size: 8.8vw; }
      .Case-Ttl.is-semi {
        line-height: 1.2;
        padding-top: 1.6vw; } }

.Case-Line {
  width: 70px;
  height: 2px;
  margin-top: 40px;
  background-color: #d42c1e;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1280px) {
    .Case-Line {
      width: 5.46875vw;
      height: 0.15625vw;
      margin-top: 3.125vw; } }
  @media screen and (max-width: 768px) {
    .Case-Line {
      width: 9.33333vw;
      height: 0.26667vw;
      margin-top: 6.66667vw; } }

.Case-List, .Semi-List {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .Case-List:after, .Case-List:before, .Semi-List:after, .Semi-List:before {
    content: "";
    display: block;
    width: 23.5%;
    height: 0; }
  .Case-List:before, .Semi-List:before {
    order: 1; }
  @media screen and (max-width: 1280px) {
    .Case-List, .Semi-List {
      margin-top: 5.46875vw; } }
  @media screen and (max-width: 768px) {
    .Case-List, .Semi-List {
      flex-wrap: wrap;
      margin-top: 9.33333vw; } }

.Case-Item, .Semi-Item {
  width: 23.5%;
  position: relative;
  margin-bottom: 50px; }
  @media screen and (min-width: 769px) {
    .Case-Item:hover, .Semi-Item:hover {
      opacity: 0.9; }
      .Case-Item:hover .Case-Cap, .Semi-Item:hover .Case-Cap {
        text-decoration: underline; } }
  @media screen and (max-width: 1280px) {
    .Case-Item, .Semi-Item {
      margin-bottom: 3.90625vw; } }
  @media screen and (max-width: 768px) {
    .Case-Item, .Semi-Item {
      width: 48.5%;
      margin-bottom: 5.33333vw; } }

.Case-Tag, .Semi-Tag {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 128.4px;
  height: 30px;
  padding-left: 22px;
  display: none;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  background-image: url("/assets/top/img/cho-tag.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  @media screen and (max-width: 1280px) {
    .Case-Tag, .Semi-Tag {
      font-size: 1.5625vw;
      width: 10.03125vw;
      height: 2.34375vw;
      padding-left: 1.71875vw; } }
  @media screen and (max-width: 768px) {
    .Case-Tag, .Semi-Tag {
      width: 19.97333vw;
      height: 4.66667vw;
      padding-left: 4.29333vw;
      font-size: 2.52vw; } }

.Case-Pic {
  width: 100%;
  overflow: hidden; }
  .Case-Pic img {
    transition: all 200ms 0s ease-out;
    width: 100%;
    height: auto; }

.Case-Cap {
  margin-top: 10px;
  font-size: 20px; }
  @media screen and (max-width: 1280px) {
    .Case-Cap {
      font-size: 1.5625vw;
      margin-top: 0.78125vw; } }
  @media screen and (max-width: 768px) {
    .Case-Cap {
      margin-top: 1.33333vw;
      font-size: 3.2vw; } }

.Case-Btns {
  margin-top: 90px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1280px) {
    .Case-Btns {
      margin-top: 7.03125vw; } }
  @media screen and (max-width: 768px) {
    .Case-Btns {
      flex-direction: column;
      margin-top: 6.66667vw; } }

.Case-Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 18px;
  width: 494px;
  height: 76px;
  background-image: url("/assets/top/img/case-btn-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
  transition: filter 200ms 0s ease-out; }
  .Case-Btn:after {
    transition: all 200ms 0s ease-out;
    content: '';
    background-image: url("/assets/top/img/case-btn-arrow.png");
    background-repeat: no-repeat;
    width: 45px;
    height: 15px;
    position: absolute;
    top: 27px;
    right: 53px;
    background-size: contain; }
  @media screen and (min-width: 769px) {
    .Case-Btn:hover {
      filter: brightness(1.1); }
      .Case-Btn:hover:after {
        transform: translateX(5px); } }
  @media screen and (max-width: 1280px) {
    .Case-Btn {
      font-size: 1.40625vw;
      width: 38.59375vw;
      height: 5.9375vw; }
      .Case-Btn:after {
        width: 3.51563vw;
        height: 1.17188vw;
        top: 2.10938vw;
        right: 4.14063vw; } }
  @media screen and (max-width: 768px) {
    .Case-Btn {
      font-size: 3.46667vw;
      width: 85.62667vw;
      height: 13.17333vw;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 4.66667vw;
      background-size: cover; }
      .Case-Btn:after {
        width: 6vw;
        height: 2vw;
        top: 4.66667vw;
        right: 8vw; } }

.CrossLayer {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  background-image: url("/assets/top/img/cross-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  @media screen and (max-width: 1280px) {
    .CrossLayer {
      margin-top: 2.34375vw; } }
  @media screen and (max-width: 768px) {
    .CrossLayer {
      margin-top: 0px;
      padding-bottom: 0vw;
      background-image: url("/assets/top/img/cross-bg1-sp.png"), url("/assets/top/img/cross-bg2-sp.png");
      background-position: top center, bottom 60vw center;
      background-size: contain; } }

.Smart {
  width: 100%;
  display: block;
  padding-top: 130px;
  padding-bottom: 150px;
  background-color: #f7f7f7;
  overflow: hidden;
  background-image: url("/assets/common/img/redline-3-pc.png"), url("/assets/top/img/smart-bg-btm.png");
  background-repeat: no-repeat;
  background-position: top 0px center, bottom -30px center;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .Smart {
      background-image: url("/assets/top/img/smart-bg-sp.png"), url("/assets/top/img/smart-bg-btm-sp.png");
      padding-top: 16vw;
      padding-bottom: 26.66667vw; } }

.Smart-Bger {
  width: 100%;
  height: 100%;
  background-image: url("/assets/common/img/white.png");
  background-position: top center;
  background-size: cover;
  background-color: transparent; }
  @media screen and (max-width: 768px) {
    .Smart-Bger {
      width: 100%;
      margin-left: auto; } }

.Smart-Wrapper {
  max-width: 1500px;
  width: 90%;
  padding-bottom: 50px;
  transform: translateX(0px);
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .Smart-Wrapper {
      max-width: 100%;
      transform: translateX(0px);
      padding-bottom: 4vw;
      padding-left: 1%; } }

.Smart-Inner {
  width: 90%;
  max-width: 1200px;
  overflow: hidden;
  padding-top: 100px;
  background-color: #FFF;
  padding-bottom: 70px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    .Smart-Inner {
      width: 95%;
      margin-right: 0;
      padding-top: 10.66667vw;
      padding-left: 0px;
      padding-bottom: 6.66667vw;
      transform: translateX(0px); } }

.Smart-Ttl-En {
  text-align: center;
  color: #d42d1f;
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .Smart-Ttl-En {
      font-size: 3.73333vw; } }

.Smart-Ttl {
  text-align: center;
  font-size: 66px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .Smart-Ttl {
      font-size: 6.93333vw;
      letter-spacing: -0.53333vw;
      margin-top: 1.06667vw; } }

.Smart-Line {
  width: 70px;
  height: 2px;
  background-color: #d42c1e;
  margin-top: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .Smart-Line {
      width: 9.33333vw;
      height: 0.26667vw;
      margin-top: 5.33333vw; } }

.Smart-TubeWrapper {
  margin-top: 70px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .Smart-TubeWrapper {
      margin-top: 8vw; }
      .Smart-TubeWrapper iframe {
        width: 85.33333vw;
        height: 48vw; } }

.Smart-List {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .Smart-List {
      padding-left: 1.33333vw;
      padding-right: 1.33333vw;
      margin-top: 5.33333vw;
      flex-direction: column; } }

.Smart-Item {
  width: 31.5%; }
  @media screen and (max-width: 768px) {
    .Smart-Item {
      width: 100%;
      margin-bottom: 4vw; } }

.Smart-ItemT {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  border-bottom: solid 4px #d42d1f; }
  @media screen and (max-width: 768px) {
    .Smart-ItemT {
      margin-bottom: 10 75000vw;
      border-bottom: solid 0.66667vw #d42d1f; } }

.Smart-Po {
  color: #d42d1f;
  font-size: 24px;
  line-height: 1;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .Smart-Po {
      font-size: 5.86667vw; } }

.Smart-Num {
  margin-left: 10px;
  line-height: 1;
  color: #d42d1f;
  font-size: 84px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .Smart-Num {
      font-size: 17.33333vw;
      margin-left: 0.93333vw; } }

.Smart-ItemB {
  font-size: 20px;
  padding-top: 18px;
  line-height: 1.7; }
  .Smart-ItemB span {
    font-weight: 700;
    font-size: 22px;
    display: block;
    line-height: 1;
    margin-bottom: -13px; }
  @media screen and (max-width: 768px) {
    .Smart-ItemB {
      font-size: 2.93333vw;
      padding-top: 3.33333vw;
      line-height: 1.8; }
      .Smart-ItemB span {
        font-size: 4.53333vw;
        margin-bottom: -2.66667vw; } }

.Smart-Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/assets/top/img/smart-btn-bg.png");
  width: 840px;
  height: 76px;
  margin-top: 85px;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
  transition: filter 200ms 0s ease-out; }
  .Smart-Btn:after {
    transition: all 200ms 0s ease-out;
    content: '';
    background-image: url("/assets/top/img/case-btn-arrow.png");
    background-repeat: no-repeat;
    width: 45px;
    height: 15px;
    position: absolute;
    top: 27px;
    right: 60px;
    background-size: contain; }
  @media screen and (min-width: 769px) {
    .Smart-Btn:hover {
      filter: brightness(1.1); }
      .Smart-Btn:hover:after {
        transform: translateX(5px); } }
  @media screen and (max-width: 1280px) {
    .Smart-Btn {
      width: 65.625vw;
      height: 5.9375vw;
      margin-top: 6.64063vw;
      font-size: 1.875vw; }
      .Smart-Btn:after {
        width: 3.51563vw;
        height: 1.17188vw;
        top: 2.10938vw;
        right: 4.6875vw; } }
  @media screen and (max-width: 768px) {
    .Smart-Btn {
      background-image: url("/assets/top/img/smart-btn-bg-sp.png");
      width: 79.2vw;
      height: 15vw;
      margin-top: 6.66667vw;
      font-size: 3.36vw;
      text-align: cover;
      letter-spacing: -0.13333vw; }
      .Smart-Btn:after {
        width: 5.4vw;
        height: 1.8vw;
        top: 6.4vw;
        right: 8vw; } }

.Sido-Wrapper {
  width: 100%;
  background-color: transparent;
  padding-top: 100px; }

.Cho {
  display: block;
  width: 100%;
  background-color: #f7f7f7; }

.Cho-Ttl-En {
  text-align: center;
  color: #d42d1f;
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .Cho-Ttl-En {
      font-size: 1.875vw; } }
  @media screen and (max-width: 768px) {
    .Cho-Ttl-En {
      font-size: 3.73333vw; } }

.Cho-Ttl {
  text-align: center;
  font-weight: 700;
  font-size: 66px;
  margin-top: 5px; }
  @media screen and (max-width: 1280px) {
    .Cho-Ttl {
      font-size: 5.15625vw; } }
  @media screen and (max-width: 768px) {
    .Cho-Ttl {
      font-size: 6.93333vw;
      letter-spacing: -0.53333vw;
      margin-top: 1.06667vw; } }

.Cho-Line {
  width: 70px;
  margin-top: 40px;
  height: 2px;
  background-color: #d42c1e;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1280px) {
    .Cho-Line {
      width: 5.46875vw;
      margin-top: 3.125vw; } }
  @media screen and (max-width: 768px) {
    .Cho-Line {
      width: 9.33333vw;
      height: 0.26667vw;
      margin-top: 5.33333vw; } }

.Cho-Txt {
  font-size: 22px;
  margin-top: 50px;
  text-align: center;
  line-height: 2.1;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .Cho-Txt {
      font-size: 1.71875vw;
      margin-top: 3.90625vw; } }
  @media screen and (max-width: 768px) {
    .Cho-Txt {
      font-size: 3.46667vw;
      margin-top: 6.66667vw; } }

.Cho-List {
  width: 1200px;
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .Cho-List:after {
    content: "";
    display: block;
    width: 32.5%;
    height: 0; }
  @media screen and (max-width: 1280px) {
    .Cho-List {
      width: 93.75vw;
      margin-top: 6.25vw;
      margin-bottom: 2.34375vw; } }
  @media screen and (max-width: 768px) {
    .Cho-List {
      width: 100%;
      margin-top: 10.66667vw;
      margin-bottom: 13.33333vw;
      flex-direction: column;
      flex-wrap: wrap; } }

.Cho-Item {
  width: 32.5%;
  position: relative;
  margin-bottom: 50px;
  background-color: #FFF; }
  .Cho-Item.is-disable {
    cursor: default;
    pointer-events: none; }
  @media screen and (min-width: 769px) {
    .Cho-Item:hover {
      opacity: 0.9; }
      .Cho-Item:hover .Cho-Cap {
        text-decoration: underline; } }
  .Cho-Item img {
    transition: all 200ms 0s ease-out;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1280px) {
    .Cho-Item {
      margin-bottom: 3.90625vw; } }
  @media screen and (max-width: 768px) {
    .Cho-Item {
      width: 100%;
      margin-bottom: 0; } }

.Cho-Tag {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 128.4px;
  height: 30px;
  padding-left: 22px;
  font-size: 20px;
  display: none;
  align-items: center;
  font-weight: 700;
  color: #FFF;
  background-image: url("/assets/top/img/cho-tag.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  @media screen and (max-width: 1280px) {
    .Cho-Tag {
      font-size: 1.5625vw;
      width: 10.03125vw;
      height: 2.34375vw;
      padding-left: 1.71875vw; } }
  @media screen and (max-width: 768px) {
    .Cho-Tag {
      width: 28.53333vw;
      height: 6.66667vw;
      padding-left: 6.13333vw;
      font-size: 3.6vw; } }

.Cho-Cap {
  font-size: 20px;
  padding: 14px;
  padding-bottom: 16px;
  background-color: #FFF; }
  @media screen and (max-width: 1280px) {
    .Cho-Cap {
      font-size: 1.5625vw;
      padding: 1.09375vw;
      padding-bottom: 1.25vw; } }
  @media screen and (max-width: 768px) {
    .Cho-Cap {
      font-size: 3.46667vw;
      padding: 2.66667vw 3.33333vw;
      padding-bottom: 4vw; } }

.Solu {
  display: block;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: 220px auto;
  background-color: #f7f7f7;
  background-image: url("/assets/top/img/ex-bg2.png");
  background-repeat: no-repeat;
  background-position: top 160px right; }
  @media screen and (max-width: 1280px) {
    .Solu {
      padding-top: 9.375vw;
      padding-bottom: 9.375vw;
      background-size: 17.1875vw auto; } }
  @media screen and (max-width: 768px) {
    .Solu {
      background-size: 20vw auto;
      background-position: top 41.33333vw right;
      padding-bottom: 14.66667vw;
      padding-top: 13.33333vw; } }

.Solu-Ttl-En {
  text-align: center;
  color: #d42d1f;
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .Solu-Ttl-En {
      font-size: 1.875vw; } }
  @media screen and (max-width: 768px) {
    .Solu-Ttl-En {
      font-size: 3.73333vw; } }

.Solu-Ttl {
  text-align: center;
  font-size: 66px;
  letter-spacing: -2px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .Solu-Ttl {
      font-size: 5.15625vw; } }
  @media screen and (max-width: 768px) {
    .Solu-Ttl {
      line-height: 1.2;
      margin-top: 2.66667vw;
      font-size: 8.8vw;
      letter-spacing: -0.26667vw; } }

.Solu-Line {
  width: 70px;
  margin-top: 40px;
  height: 2px;
  background-color: #d42c1e;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1280px) {
    .Solu-Line {
      width: 5.46875vw;
      margin-top: 3.125vw; } }
  @media screen and (max-width: 768px) {
    .Solu-Line {
      width: 9.33333vw;
      height: 0.26667vw;
      margin-top: 6.66667vw; } }

.Solu-List {
  width: 1200px;
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .Solu-List:after {
    content: "";
    display: block;
    width: 32.5%;
    height: 0; }
  @media screen and (max-width: 1280px) {
    .Solu-List {
      width: 93.75vw;
      margin-top: 6.25vw;
      margin-bottom: 2.34375vw; } }
  @media screen and (max-width: 768px) {
    .Solu-List {
      width: 100%;
      margin-top: 10.66667vw;
      margin-bottom: 13.33333vw;
      flex-direction: column;
      flex-wrap: wrap; } }

.Solu-Item {
  width: 32.5%;
  position: relative;
  margin-bottom: 50px;
  background-color: transparent; }
  .Solu-Item.is-disable {
    cursor: default;
    pointer-events: none; }
  @media screen and (min-width: 769px) {
    .Solu-Item:hover {
      opacity: 0.9; }
      .Solu-Item:hover .Solu-Cap {
        text-decoration: underline; } }
  .Solu-Item img {
    transition: all 200ms 0s ease-out;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1280px) {
    .Solu-Item {
      margin-bottom: 3.90625vw; } }
  @media screen and (max-width: 768px) {
    .Solu-Item {
      width: 100%;
      margin-bottom: 0; } }

.Solu-Tag {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 128.4px;
  height: 30px;
  padding-left: 22px;
  display: none;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  background-image: url("/assets/top/img/cho-tag.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
  @media screen and (max-width: 1280px) {
    .Solu-Tag {
      width: 10.03125vw;
      height: 2.34375vw;
      padding-left: 1.71875vw;
      font-size: 1.5625vw; } }
  @media screen and (max-width: 768px) {
    .Solu-Tag {
      width: 28.53333vw;
      height: 6.66667vw;
      padding-left: 6.13333vw;
      font-size: 3.6vw; } }

.Solu-Cap {
  font-size: 20px;
  padding: 14px;
  padding-bottom: 16px;
  background-color: transparent; }
  @media screen and (max-width: 1280px) {
    .Solu-Cap {
      font-size: 1.5625vw;
      padding: 1.09375vw;
      padding-bottom: 1.25vw; } }
  @media screen and (max-width: 768px) {
    .Solu-Cap {
      font-size: 3.46667vw;
      padding: 2.66667vw 3.33333vw;
      padding-bottom: 4vw; } }

.More-Btns {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1280px) {
    .More-Btns {
      margin-top: 0.39063vw; } }
  @media screen and (max-width: 768px) {
    .More-Btns {
      flex-direction: column;
      margin-top: 5.33333vw; } }

.More-Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 18px;
  width: 395.2px;
  height: 60.8px;
  background-image: url("/assets/top/img/case-btn-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
  transition: filter 200ms 0s ease-out; }
  .More-Btn:after {
    transition: all 200ms 0s ease-out;
    content: '';
    background-image: url("/assets/top/img/case-btn-arrow.png");
    background-repeat: no-repeat;
    width: 45px;
    height: 15px;
    position: absolute;
    top: 18.9px;
    right: 53px;
    background-size: cover; }
  @media screen and (min-width: 769px) {
    .More-Btn:hover {
      filter: brightness(1.1); }
      .More-Btn:hover:after {
        transform: translateX(5px); } }
  @media screen and (max-width: 1280px) {
    .More-Btn {
      font-size: 1.40625vw;
      width: 30.875vw;
      height: 4.75vw; }
      .More-Btn:after {
        width: 3.51563vw;
        height: 1.17188vw;
        top: 1.47656vw;
        right: 4.14063vw; } }
  @media screen and (max-width: 768px) {
    .More-Btn {
      font-size: 3.46667vw;
      width: 68.50133vw;
      height: 10.53867vw;
      margin-left: auto;
      margin-right: auto;
      background-size: contain; }
      .More-Btn:after {
        width: 6vw;
        height: 2vw;
        top: 3.73333vw;
        right: 8vw; } }

.Arc-List {
  display: flex;
  max-width: 1400px;
  width: 95%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between; }
  @media screen and (max-width: 1280px) {
    .Arc-List {
      max-width: 109.375vw;
      width: 93.75vw;
      margin-top: 5.46875vw; } }
  @media screen and (max-width: 768px) {
    .Arc-List {
      flex-direction: column;
      max-width: 100%;
      width: 100%;
      margin-top: 9.33333vw; } }

.Arc-Item {
  width: 32.5%;
  height: 100%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .Arc-Item {
      width: 100%; } }

.Arc-Item-U {
  position: relative; }

.Arc_Pic {
  width: 100%; }
  .Arc_Pic img {
    width: 100%;
    height: auto; }

.Arc-Cap {
  background-color: #000;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 1280px) {
    .Arc-Cap {
      font-size: 1.40625vw;
      padding: 0.625vw;
      padding-left: 1.25vw;
      padding-right: 1.25vw; } }
  @media screen and (max-width: 768px) {
    .Arc-Cap {
      font-size: 3.2vw;
      padding: 1.06667vw;
      padding-left: 2.66667vw;
      padding-right: 2.66667vw; } }

.Arc-Item-B {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  padding: 10px; }
  @media screen and (max-width: 1280px) {
    .Arc-Item-B {
      min-height: 6.25vw;
      padding: 0.78125vw; } }
  @media screen and (max-width: 768px) {
    .Arc-Item-B {
      min-height: auto;
      padding: 1.33333vw;
      padding-top: 2vw;
      padding-bottom: 2vw; } }

.Arc-Item-Link {
  width: 100%;
  font-size: 20px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  line-height: 1; }
  @media screen and (min-width: 769px) {
    .Arc-Item-Link:hover {
      opacity: 0.7;
      text-decoration: underline; }
      .Arc-Item-Link:hover:after {
        transform: translateX(3px); } }
  .Arc-Item-Link:after {
    transition: all 200ms 0s ease-out;
    content: '';
    background-image: url("/assets/common/img/arrow.png");
    background-repeat: no-repeat;
    width: 8.8px;
    height: 15.2px;
    margin-left: 10px;
    margin-top: 3px;
    background-size: contain; }
  @media screen and (max-width: 1280px) {
    .Arc-Item-Link {
      font-size: 1.40625vw;
      padding: 0.39063vw; }
      .Arc-Item-Link:after {
        width: 0.6875vw;
        height: 1.1875vw;
        margin-left: 0.54688vw;
        margin-top: 0.23438vw; } }
  @media screen and (max-width: 768px) {
    .Arc-Item-Link {
      font-size: 3.73333vw;
      padding: 1.6vw; }
      .Arc-Item-Link:after {
        width: 1.46667vw;
        height: 2.53333vw;
        margin-left: 1.6vw;
        margin-top: 0.4vw; } }

.loader_wrapper {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  z-index: 10; }
  .ie .loader_wrapper {
    display: none; }

.loader {
  text-align: center;
  padding: 1em;
  display: inline-block;
  vertical-align: top;
  margin-top: 320px; }
  @media screen and (max-width: 1280px) {
    .loader {
      margin-top: 25vw; } }
  @media screen and (max-width: 768px) {
    .loader {
      margin-top: 50.66667vw; } }

.More-Btn-Cap {
  font-size: 13px;
  margin-top: 5px; }
  @media screen and (max-width: 1280px) {
    .More-Btn-Cap {
      font-size: 1.01563vw;
      margin-top: 0.39063vw; } }
  @media screen and (max-width: 768px) {
    .More-Btn-Cap {
      font-size: 2.93333vw;
      margin-top: 1.06667vw; } }
