@charset "UTF-8";
.bg-top .title div h1 {
  font-size: 2.8rem;
  line-height: 1.75;
}
.bg-top .title div .border {
  height: 117px;
}
.mainimg-1 {
  background-image: url(../images/mainimg_pre1-2_pc.jpg);
}
.mainimg .ttl-1 {
  background-image: url(../images/ttl_pre1-2.svg);
}
.conv dl dt img{width: 88px;margin-top: -5px;}
.conv__img .caption {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 835px) {
  .bg-top .title div.logo {
    top: 48px;
    left: 6.4vw;
  }
  .bg-top .title div.text {
    top: 91px;
    right: 3.33vw;
  }
  .mainimg .ttl-1 {
    width: 190px;
    height: 686px;
    top: 37px;
    left: 117px;
  }
  .mainimg .ttl-name1 {
    width: 18px;
    height: 100px;
    top: 212px;
    right: 52px;
  }    
  .conv dl.line1 dt img{margin-top: -30px;}
  .conv dl.line1 {margin-bottom: 2em;}     
  .conv__img {
    margin: 3em auto 4em;
  }
  .conv dl dd.custom {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 834px) {
  .bg-top .title {
    display: flex;
    flex-direction: row-reverse;
    gap: 6.3vw;
    position: absolute;
    top: 4vh;
    right: 4vw;
  }
  .bg-top .title div.logo {
    position: relative;
    /* top: 4.1vh;
    right: 9.5vw; */
  }
  .bg-top .title div.logo img {
    width: 94px;
  }
  .bg-top .title div.text {
    position: relative;
    /* right: 38vw;
    top: 12.5vh; */
  }
  .bg-top .title div h1 {
    font-size: 1.77rem;
    line-height: 1.6;
    padding-right: 2vw;
  }
  .bg-top .title div .border {
    height: 74px;
  }
  .mainimg-1 {
    background-image: url(../images/mainimg_pre1-2_sp.jpg);
  }
  .mainimg .ttl-1 {
    background-image: url(../images/ttl_pre1-2_sp.svg);
  }
  .mainimg .ttl-1 {
    width: 22.59vw;
    height: 91.1vw;
    top: 4.8vw;
    left: 7vw;
  }
  .mainimg .ttl-name1 {
    width: 3.04vw;
    height: 17.2vw;
    top: 34.4vw;
    right: 9.6vw;
  }
  .conv__img{line-height: 1;}
  .conv dl dt img {
    margin-left: -12px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  .bg-pre, .bg-pre1 {
    background-position: bottom center;
  }
}
