/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav ul li:nth-child(5)::before {
  display: block;
}

main {
  padding-bottom: 0 !important;
}
main section.ttl_section .wrapper h2 {
  width: 300px;
}
main section.ttl_section .wrapper .t01 {
  font-size: 29px;
}
main section.ttl_section .wrapper .photo {
  margin-top: 116px;
}
main section.s01 {
  width: 930px;
  margin: 100px auto 0;
  padding-top: 50px;
  padding-bottom: 100px;
}
main section.s01 .wrapper .cat_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main section.s01 .wrapper .cat_list li {
  width: 220px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  padding: 12px 0;
  background-color: #175080;
  letter-spacing: 2px;
  font-weight: 500;
  cursor: pointer;
}
main section.s01 .wrapper .cat_list li.cat01 {
  background-color: #487b8d;
}
main section.s01 .wrapper .cat_list li.cat02 {
  background-color: #5e8480;
}
main section.s01 .wrapper .cat_list li.cat03 {
  background-color: #807a94;
}
main section.s01 .wrapper .news_list {
  margin-top: 35px;
  display: none;
}
main section.s01 .wrapper .news_list.active {
  display: block;
}
main section.s01 .wrapper .news_list li + li {
  border-top: 1px solid #135480;
}
main section.s01 .wrapper .news_list li a {
  padding: 25px 0;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main section.s01 .wrapper .news_list li a .date {
  width: 108px;
  font-size: 16px;
  font-weight: 900;
  color: #000;
}
main section.s01 .wrapper .news_list li a .cat {
  width: 160px;
}
main section.s01 .wrapper .news_list li a .cat span {
  width: 140px;
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  padding: 5px 12px 6px;
  border-radius: 30px;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
main section.s01 .wrapper .news_list li a .cat span.cat01 {
  background-color: #487b8d;
}
main section.s01 .wrapper .news_list li a .cat span.cat02 {
  background-color: #5e8480;
}
main section.s01 .wrapper .news_list li a .cat span.cat03 {
  background-color: #807a94;
}
main section.s01 .wrapper .news_list li a .txt {
  width: calc(100% - 320px);
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 40px;
}
main section.s01 .wrapper .news_list li a .arrow {
  width: 52px;
  display: block;
}
main section.s02 {
  background-color: #ebebec;
  padding: 130px 0;
}
main section.s02 .wrapper {
  width: 1000px;
  margin: 0 auto;
}
main section.s02 .wrapper .box01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
main section.s02 .wrapper .box01 h3 {
  width: 218px;
  display: block;
}
main section.s02 .wrapper .box01 h3 img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .box01 .t01 {
  font-size: 16px;
  line-height: 170%;
}
main section.s02 .wrapper .btn_view_all {
  width: 260px;
  display: block;
}
main section.s02 .wrapper .btn_view_all img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .blog_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 70px;
}
main section.s02 .wrapper .blog_list li {
  width: calc((100% - 60px) / 3);
}
main section.s02 .wrapper .blog_list li a {
  display: block;
  text-decoration: none;
}
main section.s02 .wrapper .blog_list li a .tmbbox {
  position: relative;
}
main section.s02 .wrapper .blog_list li a .tmbbox .base {
  width: 100%;
  display: block;
  aspect-ratio: 313 /234;
  object-fit: cover;
}
main section.s02 .wrapper .blog_list li a .tmbbox .tmb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main section.s02 .wrapper .blog_list li a .tmbbox .tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
main section.s02 .wrapper .blog_list li a .cat {
  margin-top: 25px;
}
main section.s02 .wrapper .blog_list li a .cat span {
  width: 130px;
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  line-height: 100%;
  padding: 5px 12px 6px;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 3px;
}
main section.s02 .wrapper .blog_list li a .cat span.cat01 {
  background-color: #487b8d;
}
main section.s02 .wrapper .blog_list li a .cat span.cat02 {
  background-color: #5e8480;
}
main section.s02 .wrapper .blog_list li a .cat span.cat03 {
  background-color: #807a94;
}
main section.s02 .wrapper .blog_list li a .t02 {
  font-size: 16px;
  line-height: 170%;
  margin-top: 20px;
  color: #000;
}
main section.s02 .wrapper .blog_list li a .t03 {
  font-size: 14px;
  line-height: 190%;
  margin-top: 10px;
  color: #000;
}
main section.s02 .wrapper .blog_list li a .more {
  width: 112px;
  display: block;
  margin-top: 20px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
main section.s01 .wrapper .cat_list li {
  padding: 0;
}
main section.s01 .wrapper .cat_list li a {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
}
@media screen and (max-width: 860px) {
  main {
    padding-bottom: 0 !important;
  }
  main section.ttl_section .wrapper h2 {
    width: 150px;
  }
  main section.ttl_section .wrapper .t01 {
    font-size: 16px;
  }
  main section.ttl_section .wrapper .photo {
    margin-top: 30px;
  }
  main section.s01 {
    width: 100%;
    margin: 30px auto 0;
    padding: 30px 20px 50px;
  }
  main section.s01 .wrapper .cat_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main section.s01 .wrapper .cat_list li {
    width: 23%;
    display: block;
    text-align: center;
    line-height: 100%;
    padding: 12px 0;
    background-color: #175080;
  }

  main section.s01 .wrapper .cat_list li a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: none;
  }
  main section.s01 .wrapper .cat_list li:last-child {
    width: 31%;
  }
  main section.s01 .wrapper .cat_list li.cat01 a {
    background-color: #487b8d;
  }
  main section.s01 .wrapper .cat_list li.cat02 a {
    background-color: #5e8480;
  }
  main section.s01 .wrapper .cat_list li.cat03 a {
    background-color: #807a94;
  }
  main section.s01 .wrapper .news_list {
    margin-top: 15px;
  }
  main section.s01 .wrapper .news_list li + li {
    border-top: 1px solid #135480;
  }
  main section.s01 .wrapper .news_list li a {
    padding: 15px 0;
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main section.s01 .wrapper .news_list li a .date {
    width: 90px;
    font-size: 16px;
    font-weight: 900;
    color: #000;
  }
  main section.s01 .wrapper .news_list li a .cat {
    width: calc(100% - 90px);
    text-align: left;
  }
  main section.s01 .wrapper .news_list li a .cat span {
    width: 120px;
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    line-height: 100%;
    padding: 5px 12px 6px;
    border-radius: 30px;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }
  main section.s01 .wrapper .news_list li a .cat span.cat01 {
    background-color: #487b8d;
  }
  main section.s01 .wrapper .news_list li a .cat span.cat02 {
    background-color: #5e8480;
  }
  main section.s01 .wrapper .news_list li a .cat span.cat03 {
    background-color: #807a94;
  }
  main section.s01 .wrapper .news_list li a .txt {
    width: calc(100% - 55px);
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0;
    margin-top: 10px;
    line-height: 180%;
  }
  main section.s01 .wrapper .news_list li a .arrow {
    width: 40px;
    display: block;
  }
  main section.s02 {
    background-color: #ebebec;
    padding: 50px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box01 {
    display: block;
  }
  main section.s02 .wrapper .box01 h3 {
    width: 140px;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box01 h3 img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .box01 .t01 {
    width: 100%;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    margin-top: 20px;
  }
  main section.s02 .wrapper .btn_view_all {
    width: 160px;
    margin-left: calc(100% - 160px);
    display: block;
    margin-top: 20px;
  }
  main section.s02 .wrapper .btn_view_all img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .blog_list {
    display: block;
    margin-top: 30px;
  }
  main section.s02 .wrapper .blog_list li {
    width: 100%;
    margin-top: 25px;
  }
  main section.s02 .wrapper .blog_list li a {
    display: block;
    text-decoration: none;
  }
  main section.s02 .wrapper .blog_list li a .tmbbox {
    position: relative;
  }
  main section.s02 .wrapper .blog_list li a .tmbbox .base {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .blog_list li a .tmbbox .tmb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  main section.s02 .wrapper .blog_list li a .tmbbox .tmb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  main section.s02 .wrapper .blog_list li a .cat {
    margin-top: 15px;
  }
  main section.s02 .wrapper .blog_list li a .cat span {
    width: 120px;
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    line-height: 100%;
    padding: 5px 12px 6px;
    border-radius: 30px;
    text-align: center;
    letter-spacing: 3px;
  }
  main section.s02 .wrapper .blog_list li a .cat span.cat01 {
    background-color: #487b8d;
  }
  main section.s02 .wrapper .blog_list li a .cat span.cat02 {
    background-color: #5e8480;
  }
  main section.s02 .wrapper .blog_list li a .cat span.cat03 {
    background-color: #807a94;
  }
  main section.s02 .wrapper .blog_list li a .t02 {
    font-size: 14px;
    line-height: 170%;
    margin-top: 10px;
    color: #000;
  }
  main section.s02 .wrapper .blog_list li a .t03 {
    font-size: 13px;
    line-height: 190%;
    margin-top: 5px;
    color: #000;
  }
  main section.s02 .wrapper .blog_list li a .more {
    width: 100px;
    display: block;
    margin-top: 10px;
  }
}
