@charset "UTF-8";

.conv dl dt {
  display: none;
}
.conv dl {
  max-width: 500px;
}
.conv dl dd {
  width: 100%;
}
.bg-pre2 {
  background-position: center center;
}
.bg-top .title div h1 {
  color: #000;
}
.bg-top .title div .border::after {
  background: #000;
}
@media screen and (min-width: 835px) {
  .bg-top .title div.logo {
    top: 67px;
    left: 7.6vw;
  }
  .bg-top .title div.text {
    top: 83px;
    left: 16.8vw;
  }
  .bg-top .title div h1 {
    letter-spacing: .14em;
  }
  .mainimg .ttl-2 {
    width: 817px;
    height: 642px;
    top: 51px;
    right: 164px;
  }
  .mainimg .ttl-name1 {
    width: 18px;
    height: 100px;
    top: 212px;
    right: 52px;
  }    
}
@media screen and (max-width: 834px) {
  .bg-top .title div.logo {
    max-width: 120px;
    width: 22.951vw;
    top: 4.1vh;
    left: 8vw;
  }
  .bg-top .title div.text {
    left: 32vw;
    top: 3.5vh;
    flex-direction: row-reverse;
  }
  .bg-top .title div h1 {
    font-size: 1.29rem;
    line-height: 1.7;
    margin-bottom: 2em;
    letter-spacing: .14em;
    text-align: left;
    padding-left: 2.5vw;
  }
  .bg-top .title div .border {
    height: 53px;
  }
  .bg-top .title div .border::after {
    top: -32px; 
  }
  .mainimg .logo, .mainimg .logo.fixed {
    top: 7.333vw; 
  }
  .mainimg .ttl-sub {
    top: 24.59375vw;
  }
  .mainimg .ttl-2 {
    width: 75.961vw;
    height: 90.014vw;
    top: 6.5vw;
    right: 21vw;
  }
  .mainimg .ttl-name1 {
    width: 3.04vw;
    height: 17.2vw;
    top: 37.4vw;
    right: 9.6vw;
  }
}
@media screen and (max-width: 640px) {
  .bg-pre2 {
    background-position: top center;
  }
  .conv__img > .spOnly {
    padding-top: 1em;
  }  
  .profile {
    width: 100%;
  }
}