/* ------------------------------
 width: all
------------------------------ */
main .bc ul li {
  border-right: 1px solid #fff;
}
main .bc ul li a,
main .bc ul li span {
  color: #fff;
}
main section.s00 .wrapper {
  position: relative;
}
main section.s00 .wrapper .mainphoto {
  margin-top: -140px;
  height: 560px;
  position: relative;
  z-index: 1;
}
main section.s00 .wrapper .mainphoto .photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s00 .wrapper .txtbox {
  position: absolute;
  z-index: 3;
  top: 100px;
  right: 0;
  left: 0;
  width: 100%;
}
main section.s00 .wrapper .txtbox.txtbox02 {
  top: 200px;
}
main section.s00 .wrapper .txtbox .icon {
  width: 229px;
  display: block;
  margin: 0 auto;
}
main section.s00 .wrapper .txtbox .t01 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-top: 10px;
}
main section.s00 .wrapper .txtbox .ttl_feature {
  width: 615px;
  margin: 40px auto 0;
  padding: 30px 20px;
  background-color: rgba(29, 115, 140, 0.68);
}
main section.s00 .wrapper .txtbox .ttl_feature .t02 {
  text-align: center;
  font-size: 46px;
  color: #fff;
  letter-spacing: 5px;
}
main section.s00 .wrapper .txtbox .ttl_feature h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
main section.s00 .wrapper .txtbox .ttl_feature .t03 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 180%;
  margin-top: 10px;
}
main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 150px;
}
main section.s01 .wrapper .contentslist01 {
  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: 70px 30px;
  margin-top: 70px;
}
main section.s01 .wrapper .contentslist01 li {
  width: 380px;
}
main section.s01 .wrapper .contentslist01 li a {
  display: block;
  text-decoration: none;
}
main section.s01 .wrapper .contentslist01 li a .photo {
  width: 380px;
  height: 280px;
}
main section.s01 .wrapper .contentslist01 li a .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s01 .wrapper .contentslist01 li a .date {
  font-size: 18px;
  margin-top: 20px;
  color: #1d738c;
  letter-spacing: 2px;
}
main section.s01 .wrapper .contentslist01 li a .t01 {
  font-size: 18px;
  line-height: 150%;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-top: 5px;
}
main section.s01 .wrapper .contentslist01 li a .tagbox p {
  display: inline-block;
  vertical-align: top;
  margin: 5px 8px 5px 0;
  font-size: 14px;
  color: #1d738c;
}
main section.s02 {
  margin: 120px auto 0;
}
main section.s02 .wrapper {
  padding-bottom: 150px;
}
main section.s02 .wrapper .feature_btn_list {
  width: 1200px;
  margin: 0 auto;
  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: 13px;
}
main section.s02 .wrapper .feature_btn_list li {
  width: 290px;
}
main section.s02 .wrapper .feature_btn_list li a {
  width: 100%;
  display: block;
  text-decoration: none;
  border: 1px solid #1d738c;
  border-radius: 0 15px 0 0;
  padding: 20px 20px;
}
main section.s02 .wrapper .feature_btn_list li a:hover, main section.s02 .wrapper .feature_btn_list li a.active {
  background-color: #1d738c;
  opacity: 1;
}
main section.s02 .wrapper .feature_btn_list li a:hover dl dt, main section.s02 .wrapper .feature_btn_list li a.active dl dt {
  color: #fff;
}
main section.s02 .wrapper .feature_btn_list li a:hover dl dd, main section.s02 .wrapper .feature_btn_list li a.active dl dd {
  color: #fff;
}
main section.s02 .wrapper .feature_btn_list li a dl {
  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.s02 .wrapper .feature_btn_list li a dl dt {
  width: 60%;
  font-size: 20px;
  color: #1d738c;
}
main section.s02 .wrapper .feature_btn_list li a dl dd {
  width: 40%;
  text-align: right;
  font-size: 25px;
  color: #1d738c;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s00 .wrapper {
    position: relative;
  }
  main section.s00 .wrapper .mainphoto {
    margin-top: -50px;
    height: 350px;
    position: relative;
    z-index: 1;
  }
  main section.s00 .wrapper .mainphoto .photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s00 .wrapper .txtbox {
    position: absolute;
    z-index: 3;
    top: 50px;
    right: 0;
    left: 0;
    width: 100%;
  }
  main section.s00 .wrapper .txtbox.txtbox02 {
    top: 130px;
  }
  main section.s00 .wrapper .txtbox .icon {
    width: 140px;
    display: block;
    margin: 0 auto;
  }
  main section.s00 .wrapper .txtbox .t01 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
  }
  main section.s00 .wrapper .txtbox .ttl_feature {
    width: 335px;
    margin: 25px auto 0;
    padding: 20px 15px;
    background-color: rgba(29, 115, 140, 0.68);
  }
  main section.s00 .wrapper .txtbox .ttl_feature .t02 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    letter-spacing: 3px;
  }
  main section.s00 .wrapper .txtbox .ttl_feature h2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
  }
  main section.s00 .wrapper .txtbox .ttl_feature .t03 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    margin-top: 10px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 80px;
  }
  main section.s01 .wrapper .contentslist01 {
    display: block;
    margin-top: 30px;
  }
  main section.s01 .wrapper .contentslist01 li {
    width: 100%;
  }
  main section.s01 .wrapper .contentslist01 li + li {
    margin-top: 30px;
  }
  main section.s01 .wrapper .contentslist01 li a {
    display: block;
    text-decoration: none;
  }
  main section.s01 .wrapper .contentslist01 li a .photo {
    width: 100%;
    height: calc((100vw - 40px) * 0.73);
  }
  main section.s01 .wrapper .contentslist01 li a .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s01 .wrapper .contentslist01 li a .date {
    font-size: 16px;
    margin-top: 13px;
    color: #1d738c;
    letter-spacing: 1px;
  }
  main section.s01 .wrapper .contentslist01 li a .t01 {
    font-size: 14px;
    line-height: 150%;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-top: 3px;
  }
  main section.s01 .wrapper .contentslist01 li a .tagbox p {
    display: inline-block;
    vertical-align: top;
    margin: 5px 8px 5px 0;
    font-size: 12px;
    color: #1d738c;
  }
  main section.s02 {
    margin: 70px auto 0;
  }
  main section.s02 .wrapper {
    padding: 0 20px 70px;
  }
  main section.s02 .wrapper .feature_btn_list {
    width: 100%;
    margin: 0 auto;
    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: 10px;
  }
  main section.s02 .wrapper .feature_btn_list li {
    width: calc(50% - 5px);
  }
  main section.s02 .wrapper .feature_btn_list li a {
    width: 100%;
    display: block;
    text-decoration: none;
    border: 1px solid #1d738c;
    border-radius: 0 10px 0 0;
    padding: 10px 10px;
  }
  main section.s02 .wrapper .feature_btn_list li a:hover, main section.s02 .wrapper .feature_btn_list li a.active {
    background-color: #1d738c;
    opacity: 1;
  }
  main section.s02 .wrapper .feature_btn_list li a:hover dl dt, main section.s02 .wrapper .feature_btn_list li a.active dl dt {
    color: #fff;
  }
  main section.s02 .wrapper .feature_btn_list li a:hover dl dd, main section.s02 .wrapper .feature_btn_list li a.active dl dd {
    color: #fff;
  }
  main section.s02 .wrapper .feature_btn_list li a dl {
    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.s02 .wrapper .feature_btn_list li a dl dt {
    width: 50%;
    font-size: 14px;
    color: #1d738c;
  }
  main section.s02 .wrapper .feature_btn_list li a dl dd {
    width: 50%;
    text-align: right;
    font-size: 16px;
    color: #1d738c;
  }
}