@charset "UTF-8";
/* CSS Document */
/*トップ*/
.top-image{
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/BG_green.jpg") no-repeat center/cover;
}
.top-filter {
  background-color: rgba(0, 0, 0, 0.20);
  height: 100%;
  width: 100%;
}
.top-image::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave_long.svg);
  left: 0;
  background-repeat: repeat-x;
  height: 17px;
  background-position: center;
  width: 100%;
  bottom: -1px;
  background-size: 1200px;
}
.top-logo {
  display: block;
  position: absolute;
  width: 220px;
  cursor: pointer;
  z-index: 500;
  transition: all .5s;
  top: 12px;
  left: 15px;
}
.top-logo img {
  width: 100%;
  object-fit: cover;
}
.page-title {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  color: #fff;
}
.page-title h1 {
  font-size: 2.6rem;
  font-family: 'Zen Maru Gothic', serif;
    font-weight: 500;
  letter-spacing: 0.2rem;
  opacity: 0;
}
.page-title p {
  font-family: Arial, Helvetica, "sans-serif", "Helvetica Neue";
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  opacity: 0;
}
/*トップ(タブレット)*/
@media(min-width:600px) {
  .top-logo {
    width: 260px;
  }
  .page-title {
  top: 43%;
}
}
/*トップ(PC)*/
@media(min-width:1000px) {
  .top-image {
    height:75vh;
  }
  .top-image::after {
    height: 27px;
    background-position: center;
    width: 100%;
    bottom: -5px;
    background-size: 1500px;
  }
  .page-title {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.4;
    color: #fff;
  }
  .page-title h1 {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
  .page-title p {
    font-size: 2.0rem;
  }
}
/*プライバシーポリシー*/
.section-privacy{
  padding: 60px 20px;
  position: relative;
}
.privacy-content{
  max-width: 460px;
  margin: 0 auto;
}
.policy-items{
  margin-bottom: 40px;
  text-align: justify;
}
.policy-items .title{
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.policy-items .title span{
  margin-right: 5px;
}
.policy-items .text{
  margin-bottom: 15px;
}
.policy-list{
margin-bottom:30px;
}
.policy-list.list5{
  margin-bottom: 10px;
}
.policy-list.list6{
  margin-bottom: 15px;
}
.policy-list li,.policy-list2 li{
  line-height: 1.75;
}
.policy-list li{
  margin-bottom: 10px;
  position: relative;
  display: flex;
}
.policy-list li:last-of-type{
  margin-bottom: 0px;
}
.policy-list li span{
  margin-right: 5px;
}
.policy-list2{
  padding-left: 25px;
  margin-bottom: 20px;
}
.policy-list2 li{
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
}
.policy-list2 li::before{
    content: "";
    background-color: #DBC8AD;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 11px;
    left: -3px;
    border-radius: 20px;
}
.policy-list2 li:last-of-type{
  margin-bottom: 0px;
}
.text.last{
  margin-bottom: 30px;
}
/*プライバシーポリシー（タブレット）*/
@media(min-width:600px){
  .section-privacy{
  padding: 80px 70px;
}
.privacy-content{
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}
}
/*プライバシーポリシー（PC）*/
@media(min-width:1000px){
  .section-privacy{
  padding: 100px 110px; 
}
.privacy-content{
  max-width: 1000px;
  margin: 0 auto;
}
  .text{
    font-size: 1.6rem;
  }
}
