@charset "UTF-8";
/* ==========================================================================
// common
========================================================================== */
/* btn-cmn-more
---------------------------------------------------------- */
.btn-cmn-more{
  position: relative;
  display: block;
  max-width: 145px;
  padding: 9px 20px;
  background: #658ec3;
  color: #fff;
  letter-spacing: 0.12em;
  transition: opacity 0.1s;
}
.btn-cmn-more:hover{
  opacity: 0.7;
}
.btn-cmn-more:before{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  background: #0d4da1;
  width: 30px;
  height: 100%;
}
.btn-cmn-more:after{
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  margin: auto;
  width: 10px;
  height: 17px;
  background: url(../assets/img/ico_arrow_01@2x.png) center center no-repeat;
  background-size: contain;
}
/* ==========================================================================
// hero-top
========================================================================== */
.hero-top{
  margin: 0 auto 60px;
  padding: 30px 0 0;
  max-width: 1200px;
}
.hero-top ul img{
  vertical-align: bottom;
}
/* ==========================================================================
// area-banner
========================================================================== */
.area-banner {
  text-align: center;
  margin: 0 auto 50px;
}

/* ==========================================================================
// area-20th
========================================================================== */
.area-20th{
  margin: 0 0 50px;
  text-align: center;
  border: 8px solid #164f9e;
}
.area-20th a{
  transition: opacity 0.1s;
  display: block;
  padding: 50px 0;
}
.area-20th a:hover{
  opacity: 0.7;
}
.area-20th a img {
  max-width: 40%;
}
/* ==========================================================================
// area-video ※2021/1/27追加
========================================================================== */
.area-video {
  margin: 0 auto 50px;
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
}
.area-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
// area-news
========================================================================== */
.area-news{
  margin-bottom: 70px;
  border-top: 2px solid #0d4da1;
  border-bottom: 2px solid #0d4da1;
}
.area-news .ttl-area{
  margin: 0 0 40px;
  padding: 22px 0;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.3em;
}
/* list
---------------------------------------------------------- */
.area-news .list{
  margin: 0 0 45px;
}
.area-news .list li + li{
  margin: 27px 0 0;
}
.area-news .list li a{
  display: block;
  color: #777;
  transition: opacity 0.1s;
}
.area-news .list li a:hover{
  opacity: 0.65;
}
.area-news .list li.none{
  text-align: center;
}
.area-news .list dl{
  margin: 0 auto;
  max-width: 900px;
  display: flex;
}
.area-news .list dl dt{
  width: 110px;
  line-height: 1.8;
}
.area-news .list dl dd.category span{
  display: inline-block;
  min-width: 100px;
  padding: 7px 10px;
  font-size: 14px;
  background: #666;
  text-align: center;
  color: #fff;
}
.area-news .list dl dd.category span + span{
  margin-left: 3px;
}
.area-news .list dl dd.ttl{
  padding: 3px 0 0 15px;
  flex: 1;
  width: 100%;
  line-height: 1.3;
}

/* category */
.area-news .list dl dd.category .cat-01{
  background:#0d4da1;
}
.area-news .list dl dd.category .cat-02{
  background:#0d83a1;
}
.area-news .list dl dd.category .cat-03{
  background:#0da181;
}
.area-news .list dl dd.category .cat-04{
  background:#6ba85c;
}

/* btn
---------------------------------------------------------- */
.area-news > .btn{
  margin: 0 0 0 auto;
}

/* ==========================================================================
// area-report
========================================================================== */
.area-report{
  padding: 60px 0 70px;
  background: #eaf0f7;
}
.area-report .ttl-area{
  margin: 0 0 55px;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.3em;
  text-align: center;
  color: #0d4da1;
}
/* list */
.area-report .list{
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.area-report .list li{
  margin: 0 3.2% 32px 0;
  width: 31.2%;
  background: #fff;
}
.area-report .list li.none{
  margin-right: 0;
  width: 100%;
  background: none;
  text-align: center;
}
.area-report .list li:nth-child(3n){
  margin-right: 0;
}
.area-report .list li a{
  color: #777;
}
.area-report .list .img-photo-wrap{
  overflow: hidden;
}
.area-report .list .img-photo{
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}
.area-report .list .img-photo:before{
  content:"";
  display: block;
  padding-top: 64.2%;
}
.area-report .list a:hover .img-photo{
  transform: scale(1.15);
}
/* list-data */
.area-report .list-data{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 15px;
  transition: 0.1s;
}
.area-report .list a:hover .list-data{
  opacity: 0.7;
}
.area-report .list-data .txt-date{
  margin: 5px 0;
  width: 100px;
}
.area-report .list-data .txt-cat span{
  display: inline-block;
  padding: 7px 10px;
  font-size: 13px;
  background: #666;
  color: #fff;
  text-align: center;
}
.area-report .list-data .txt-cat span + span{
  margin: 0 0 0 3px;
}
.area-report .list-data .txt-ttl{
  width: 100%;
  padding: 10px 0 0;
  line-height: 1.3;
}

/* category */
.area-report .list-data .txt-cat .cat-report-01{
  background:#0da3ad;
}
/*
.area-report .list-data .txt-cat .cat-report-02{
  background: #0d83a1;
}
.area-report .list-data .txt-cat .cat-report-03{
  background: #0da181;
}
.area-report .list-data .txt-cat .cat-report-04{
  background: #6ba85c;
}
*/
/* btn
---------------------------------------------------------- */
.area-report .btn{
  margin: 0 0 0 auto;
}

/* ==========================================================================
//
// 404
//
========================================================================== */
#id-error .ttl-cmn-page{
  margin: 0 0 50px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}
#id-error .area-error p{
  margin: 0 0 50px;
  text-align: center;
}
#id-error .area-error .btn-top{
  display: block;
  margin: 0 auto 100px;
  padding: 12px 10px;
  border-radius: 5px;
  background: #0d4da1;
  max-width: 230px;
  text-align: center;
  color: #fff;
  transition: background 0.1s;
}
#id-error .area-error .btn-top:hover{
  background: #1569b5;
}
