
@charset "utf-8";
/*--------------------全体のコンテンツ----------------*/
.contents {
	clear: both;
    overflow: hidden;
	padding-top: 0px;		/*上に空けるボックス内の余白*/
	padding-bottom: 40px;	/*下に空けるボックス内の余白*/
	margin:0 auto;
    width:100%;
}

span.smoothText {
    overflow: hidden;
    display: block;
}
  
/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger{
    transition: .8s ease-in-out;
    transform: translate3d(0,100%,0) skewY(40deg);
    transform-origin: left;
    display: block;
}
span.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}

/*----------------タイトル------------------*/

.box_ttl {
    text-align:left;
    margin-left: 5%;
    font-size:4vw;
    font-family: HGPｺﾞｼｯｸM;
    color: #6e6e6e;
    vertical-align: top;
    line-height: 2;
    z-index:999;
}
.box_ttl2 {
    text-align:left;
    margin-left: 5%;
    font-size:1vw;
    font-family: HGｺﾞｼｯｸE;
    color: #5c5c5c;
    vertical-align: top;
    line-height: .5;
    z-index:999;
    padding-bottom: 2%;
    border-bottom: solid 2px #5c5c5c;;
}
.box_subttl {
    margin-top: 5%;
    text-align: center;
    font-size:1.5vw;
    font-weight: bold;
}

 /*------------お知らせ--------------------------------------------*/

.wrapper {
    position:relative;
    width:90%;
    margin: 5% auto 0;
}
.wrapper_news li:hover {
  border-bottom: 1px solid #000;
}
.news-list{
  list-style: none outside;
  margin: 5% 10% 0;
  padding-bottom: 5%;
  font-size: 1.2vw;
}

.news-list .item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #bbbbbb;
  padding: 10px 20px;
}

.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: rgb(55, 108, 255);
}

.news-list .item .date{
  margin: 0;
  min-width: 140px;
  color: #000;
  padding: 0 20px 0 0;
}

@media screen and (max-width:768px){
  .news-list{
    font-size: 1.8vw;
  } 
}



@media screen and (max-width:480px) {
  .box_ttl {
   font-size: 1.4rem;
  }
  .box_ttl2 {
   font-size: .5rem;
  }
  .box_subttl {
    font-size: .7rem;
  }

  
  .news-list {
    margin:0 3% 5%;
    font-size: .7rem;
  }
  .news-list .item {
    padding: 8px 20px;
  }
  .news-list .item a{
    flex-wrap: wrap;
  }
  .news-list .item .date{
    min-width: 60px;
  }

  .con_message, .box_txt_com, .box_txt_work, .box_txt_rec, .box_txt_seido {
    width:90%;
    font-size: .7rem;
  }

  .seido p {
    font-size: .7rem;
  }
  .seido1, .seido2, .seido3 {
    height: 150px;
		width: 150px;
		clip-path : circle(45% at 50% 50%);
  }
}