@charset "UTF-8";
/* layout
---------------------------------- */
#about0032 .inner { width: 1200px; margin: 0 auto;}
@media (max-width:767px) {
  #about0032 .inner { width: 100%;}
} 
#about0032 { line-height: 1.85;}
#about0032 img { vertical-align: bottom;}
#about0032 .for-sp { display: none;}
@media (max-width:767px) {
  #about0032 .for-sp { display: block;}
  #about0032 .for-pc { display: none;}
}
/* font */
#about0032 .serif { font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}


/* main
---------------------------------- */
#main {
  color: #fff;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-bg {
  background: url(../../freepage/about/main.jpg) no-repeat top center / cover;
}
.main-ttl {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: center;
}
.main-text-wrap {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.09em;
  color: #000;
  background-color: rgba(255,255,255,.6);
  max-width: 650px;
  padding: 26px 10px;
  margin: auto;
  border-radius: 5px;
}
/* SP */
@media (max-width:767px) {
  #main {
    height: 122vw;
  }
  .main-bg {
    background: url(../../freepage/about/main_sp.jpg) no-repeat center / cover;
  }
  .main-ttl {
    font-size: 20px;
  }
  .main-text-wrap {
    font-size: 14px;
    width: calc(100vw - 30px);
  }
}  
/* feature
---------------------------------- */
.feature-contents-wrap {
  margin: 60px 0 80px;
}
.feature-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 33px;
}
.feauture-list {
  text-align: center;
}
.feauture-list li+li {
  margin-top: 60px;
}
.feauture-list-ttl {
  font-size: 20px;
  letter-spacing: 0.09em;
  font-weight: bold;
  margin: 0 0 20px;
}
.feauture-list-text {
  font-size: 14px;
  margin: 0 0 40px;
}
.feauture-list-text .ttl {
  font-size: 18px;
  font-weight: bold;
}
.feauture-list-text .note {
  margin: 40px 0 0;
  font-size: 12px;
}
.feauture-list .img_note {
  text-align: right;
  font-size: 12px;
  margin: 20px 0 0;
}
/* SP */
@media (max-width:767px) {
  .feature-contents-wrap {
    margin: 50px 0;
  }
  .feature-ttl {
    font-size: 18px;
    margin: 0 0 32px;
  }
  .feauture-list {
    margin: 0 14px;
  }
  .feauture-list figure {
    margin: 0 -14px;
  }
  .feauture-list li+li {
    margin-top: 32px;
  }
  .feauture-list-ttl {
    font-size: 16px;
    margin: 0 0 16px;
  }
  .feauture-list-text {
    font-size: 14px;
    margin: 0 0 32px;
  }
  .feauture-list-text .ttl {
    font-size: 16px;
  }
  .feauture-list-text .note {
    margin: 20px 0 0;
    font-size: 10px;
  }
  .feauture-list .img_note {
    margin: 32px 0 0;
  }
}  