@charset "UTF-8";
.privacy-visual.small>figure img{
  min-height: 250px;
}

.privacy-visual>figure img{
  min-height: 400px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.main-content2{
  position: absolute;
  padding: 0px 20px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-content2 h2{
  width: 500px;
  height: 100px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  bottom: 75px;
}

@media screen and (max-width: 768px) {
  .privacy-visual>figure img{
    object-position: -80rem;
  }
  .main-content2 h2{
    height: 80px;
    bottom: 85px;
  }
}

@media screen and (max-width: 550px) {
  .main-content2 h2{
    width: 350px;
    font-size:3rem;
  }
}

@media screen and (max-width: 500px) {
  .privacy-visual>figure img{
    object-position: -90rem;
  }
}

.privacy-content {
  margin-top: 30px;
  padding-bottom: 60px;
}

.privacy-content h3:after {
  content: "";
  bottom: -8px;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  background-color: #f8da0f;
}

.privacy-content > h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  margin-bottom: 10px;
}

.privacy-txt{
  margin:50px 20px;
}

.privacy-txt h4{
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.8;
  font-size: 2rem;
  color: #980000;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
}

.privacy-txt p {
  font-size: 1.6rem;
  color: #3b4043;
  margin-bottom:2rem;
}

.privacy-txt p {
  line-height: 1.66667;
}

.privacy-txt ul {
  font-size: 1.6rem;
  margin-bottom:10px;
}

.privacy-txt ul li{
  padding-left:10px;
}

.privacy-txt .annotation{
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .privacy-content {
    margin-top: 70px;
    padding-bottom: 0px;
  }

  .privacy-content > h3 {
    font-size: 3rem;
    margin-bottom: 12px;
  }

  .privacy-content h3:after {
    bottom: -13px;
    height: 5px;
}

  .privacy-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 500px) {
  .privacy-txt {
    margin: 20px 5px;
  }

  .privacy-content > h3 {
    text-align: center;
  }

  .privacy-content h4 {
    width:100%;
    text-align:center
  }
}