@charset "UTF-8";
/* ////////////////////////////
ARCHIVE
//////////////////////////// */

#content_Wrap {
  padding: 100px 0;
  background: #efefef;
  margin-top: 116px;
}

.title_Box {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 0 0 60px;
}
.title_Box div {
  margin-right: 1em;
}
.title_Box div img {
  width: 100%;
  height: 76px;
  object-fit: contain;
}
.title_Box p {
  color:#0032e6;
  font-size: 26px;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}



#news_Wrap {

}
#news_Wrap .news_Inner {
  background: #FFF;
  padding: 4% 4%;
  border-radius: 5px;
  margin-bottom: 40px;
}
#news_Wrap .category_Item {
  padding: 8px 20px;
  border-radius: 20px;
  margin-bottom: 20px;

  text-align: center;
  color:#FFF;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
#news_Wrap .category_Item.category_topics { background: #ff5a64; }
#news_Wrap .category_Item.category_recruit { background: #00d2ff; }
#news_Wrap .category_Item.category_event { background: #ffb400; }
#news_Wrap .category_Item.category_environment { background: #00be5a; }

#news_Wrap .news_Ttl {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0 0 30px;
}
#news_Wrap .news_Ttl span {
  font-size: 60%;
  color:#9fa0a0;
  margin-right: 2em;
}

/*.news_Contents h5 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0 0 20px;
}*/
.news_Contents p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
/*.news_Contents p + h5 {
  margin-top: 4em;
}
.news_Contents p + p {
  margin-top: 2em;
}*/
.news_Contents figure + h5 {
  margin-top: 5em;
}
.news_Contents a {
  color:#0066c0;
  letter-spacing: 0.01em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/*.news_Contents figure {
  max-width: 400px;
  width:94%;
  margin: 10px 0;
}*/
.news_Contents figure img {
  border-radius: 6px;
}

.news_Contents figure.img_L {
  margin-right: auto;
}
.news_Contents figure.img_R {
  margin-left: auto;
}

#news_Wrap .btn_Back {
  text-align: center;
}
#news_Wrap .btn_Back a {
  display: inline-block;
  padding: 14px 40px 14px 60px;
  border-radius: 30px;
  background: #0032e6;
  text-align: center;
  color:#FFF;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  transition: .3s;
}
#news_Wrap .btn_Back a::before{
  position: absolute;
  left: 20px;
  content: '';
  width: 18px;
  height: 18px;
  background: url('../img/back_arw.svg') 0 0 no-repeat;;
}
#news_Wrap .btn_Back a:hover {
  transition: .3s;
  opacity: .5;
}


dl.pdf_List {
  padding: 20px 0 0;
}
dl.pdf_List dt {
  margin-bottom: 10px;
}
dl.pdf_List dd a {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
  display:inline-block;
}
dl.pdf_List dd a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #0032e6;
  border-right: 2px solid #0032e6;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.acc_map {
  padding: 30px 0 0;
  text-align: center;
}
.acc_map iframe {
  width: 75%;
  aspect-ratio: 29/13;
}

a[href^="tel:"] {
  pointer-events: none;
  color: #000!important;
}

/* basercms burger_editor */
#news_Wrap [data-bgb] h2:after {
  background: #0066c0;
}
#news_Wrap [data-bgb] h3 {
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid  #0066c0;
  border-bottom: 1px solid  #0066c0;
  background: none;
}
#news_Wrap [data-bgb] h4 {
  background: #e3edf6;
}
#news_Wrap [data-bgb] h5 {
  border-block-end: 1px dashed #0066c0;
}
#news_Wrap [data-bgb] h6 {
  background: none;
  border-inline-start: 3px solid #0066c0;
}
#news_Wrap [data-bgb] table caption {
  margin-bottom: 0.5em;
  border-inline-start: 3px solid #0066c0;
  line-height: 1.2;
  padding: .3em .5em;
}
#news_Wrap .bgt-btn--link,
#news_Wrap [data-bgt-button-kind=link] .bgt-btn {
  border-color: #0066c0;
  border-radius: 50vh;
}
#news_Wrap .bgt-download-file__link {
  border-color: #0066c0;
  border-radius: 50vh;
}

/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {



}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

  #content_Wrap {
    padding: 60px 0;
    background: #efefef;
    margin-top: 77px;
  }

  .title_Box {
    /* display: flex;
    justify-content: flex-start;
    align-items: baseline; */
    flex-direction: column;
    padding: 0 0 30px;
  }
  .title_Box div {
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
  .title_Box div img {
    width: 100%;
    height: 50px;
    object-fit: contain;
  }
  .title_Box p {
    font-size: 16px;
  }


  #news_Wrap {
  }
  #news_Wrap .news_Inner {
    margin-bottom: 20px;
  }
  #news_Wrap .category_Item {
    padding: 8px 20px;
    margin-bottom: 10px;

    font-size: 13px;
  }

  #news_Wrap .news_Ttl {
    font-size: 18px;
    padding: 0 0 20px;
  }

  /*.news_Contents h5 {
    font-size: 16px;
    padding: 0 0 10px;
  }*/
  .news_Contents p {
    font-size: 13px;
  }
  /*.news_Contents p + h5 {
    margin-top: 3em;
  }
  .news_Contents p + p {
    margin-top: 1.5em;
  }*/
  .news_Contents figure + h5 {
    margin-top: 3em;
  }


  dl.pdf_List {
    padding: 20px 0 0;
  }
  dl.pdf_List dt {
    font-size: 13px;
  }
  dl.pdf_List dd a {
    font-size: 13px;
    line-height: 1.8;
  }


  #news_Wrap .btn_Back a {
    padding: 14px 40px 14px 60px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  #news_Wrap .btn_Back a::before{
    position: absolute;
    left: 20px;
    content: '';
    width: 13px;
    height: 13px;
    background: url('../img/back_arw.svg') 0 0 no-repeat;;
  }

  .acc_map {
    padding: 10px 0 0;
  }
  .acc_map iframe {
    width: 100%;
    aspect-ratio: 3/2;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }


}
