.top-ct-section .ttl02 {
  text-align: left!important;
  margin-bottom: 5px!important;
   font-family: "astoria-sans-condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 200%;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}
.top-ct-section .ttl02 span {
  border-bottom: none;
}
.top-ct-section {
  margin-bottom: 100px;
  margin-top: 40px;
}
.top-ct-text {
      font-size: 14px;
}
.top-ct-list {
      margin-top: 30px;
    padding-top: 30px;
    border-top: solid 0.5px #95a1a4;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.top-ct-list li a{
  opacity: 1;
  transition-duration: 0.3s;
}
.top-ct-list li a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.info {
  max-width: 1000px;
    margin: 0px auto 100px;
}
.info-list {
  width: 60%;
    margin: 30px auto 60px;
    text-align: center;
}
.info-list__unit {
  margin-bottom: 30px;
}
.info-list__date {
  display: block;
    font-size: 11px;
    margin-bottom: 8px;
}
.news-btn {
    width: 200px;
    margin: 40px auto 0px;
}
.news-btn a {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    width: 100%;
    display: block;
    color: #95a1a4;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-size: 72%;
    transition: 0.3s;
}
.news-btn a:hover {
  background: #efefef;
transition-duration: 0.3s;
}
.top-banner {
      max-width: 700px;
    width: 95%;
    margin: 0 auto 40px;
}
.top-banner img {
  width: 100%;
  opacity: 1;
  transition-duration: 0.3s;
}
.top-banner img:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.more-btn {
      border: solid 0.7px #000;
    padding: 11px 20px;
    color: #000!important;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 30%;
    max-width: 200px;
    transition-duration: 0.3s;
}
.more-btn:hover {
    text-decoration: none;
  color: #fff!important;
  background: #000;
  border: solid 0.7px #000;
  transition-duration: 0.3s;
}
.sp-only {
  display: none;
}
@media screen and (max-width:768px) { 
  .top-ct-section .ttl02 {
    font-size: 180%;
}
  .top-ct-section {
    margin-bottom: 50px;
    margin-top: 20px;
}
  .top-ct-list {
        flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
}
  .top-ct-list::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.top-ct-list::after{
  content:"";
  display: block;
  width:23%;
}
   .top-ct-list li {
        width: 100%;
    text-align: left;
    margin-bottom: 2%;
}
  .top-ct-list li a {
    font-size: 14px;
}
  .more-btn {
    font-size: 12px;
}
  .btnarrow3-wrap {
        position: absolute;
    bottom: 2.5%;
    /* top: 1px; */
    right: 1%;
}
  .btnarrow3 {
        position: relative;
    display: inline-block;
    padding: 0 180px 0px 48px;
    color: #000;
    text-decoration: none;
    outline: none;
    font-size: 13px;
}
  .btnarrow3::before {
        content: '';
    position: absolute;
    bottom: -8px;
    left: 15%;
    width: 85%;
    height: 0.5px;
    background: #000;
    transition: all .3s;
}
  .btnarrow3::after {
        content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 38px;
    height: 0.5px;
    background: #000;
    transform: rotate(22deg);
    transition: all .3s;
}
  .sp-only {
    display: block;
  }
}