.home-wrap{
	overflow:hidden;
}

.sec_ttl {
  font-size     : 3rem;
  font-weight   : 800;
  letter-spacing: 5px;
  text-align    : center;
  margin-bottom : 0px;
  line-height:1.3;
}
@media screen and (max-width: 576px) {
  .sec_ttl {
    font-size: 1.8rem;
  }
}


/* =====================================================
  TOP SLIDER
======================================================*/
.slider {
    margin-bottom: 5px;
}

.slider img{width:100%}

.slider .swiper-slide,
.slider-thumbnail .swiper-slide{
	position:relative;
}
.slider .slide-title{
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: center;
    height: 34px;
    letter-spacing: .12rem;
    padding: 6px 10px;
    background: rgba(0,0,0,.6);
    color: #FFF;
    font-size: 13px;
    opacity: 0;
    margin: 0;
    min-width: 200px;
}
.slider .swiper-slide-active .slide-title{
	opacity:1;
}
.slider .slide-title:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    border-right: 0em solid transparent;
    border-bottom: 34px solid rgba(0,0,0,.6);
    border-left: 20px solid transparent;
}


.slider-thumbnail .swiper-slide:before{
  content: '';
  display: block;
  padding-top: 60%; 
}

.slider-thumbnail .swiper-slide:after{
	bottom: 0;
	left:0;
	width:100%;
	height: 100%;
	position:absolute;
	border: 0;
	background:rgba(0,0,0,0.4);
	content:"";
}
.slider-thumbnail .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-thumbnail .swiper-slide-active:after{
	bottom: 0;
	left:0;
	width:100%;
	height: 100%;
	position:absolute;
	border: 6px solid rgba(0,0,0,.6);
	background:rgba(255,255,255,0);
	content:"";
}


.bdshadow {
    display: block;
    width: 85%;
    margin: 0 auto;
    background: url(../assets/img/sen.png) repeat-x;
    height: 5px;
}

/* =====================================================
  creations　作品集団主義
=======================================================*/
#top_creations{
	padding:20px 50px 35px;;
}

#top_creations .flex {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

#top_creations .flex .left {
  width: 41%;
  text-align: center;
}

#top_creations .flex .left img {
  width: 100%;
}

#top_creations .flex .right {
  width     : 57%;
  text-align: center;
}

#top_creations .flex .right .catch {
  font-size: clamp(.8rem, 1.4vw, 1.2rem);
  font-weight    : 700;
  margin         : 15px 0 0;
  display        : flex;
  align-items    : center;
  justify-content: center;
  line-height:1.3;
}

#top_creations .flex .right .catch span {
  font-size  : clamp(2.5rem, 3vw, 3.0rem);
  color      : #0954a5;
  font-weight: 800;
  font-family: 'Noto Serif JP','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
  margin     : 0 -14px;
}

#top_creations .flex .right h4 {
  font-size  : 2.5rem;
  font-weight: 800;
}

#top_creations .flex .right h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom:0;
  line-height: 1;
}


#top_creations .flex .right .link_list {
  display        : flex;
  flex-wrap      : wrap;
  align-items    : center;
  justify-content: space-between;
  margin         : 20px 0;
}

#top_creations .flex .right .link_list li {
  width        : 49%;
  padding      : 5px 0;
  font-size    : 1rem;
  color        : #fff;
  font-weight  : 500;
  margin-bottom: 5px;
}

#top_creations .flex .right .link_list li a {
  display: block;
}

#top_creations .flex .right .link_list li a:hover {
  opacity   : 0.7;
  transition: all 0.1s;
}

.bg_sky {
  background: #009fe8;
}

.bg_org {
  background: #f29600;
}

.bg_pnk {
  background: #e3007f;
}

.bg_grn {
  background: #22b203;
}

#top_creations .flex .right_bottom img {
  width: 100%;
}


@media screen and (max-width: 768px) {
  #top_creations .flex .right .catch span {
    font-size: 1.6rem;
  }

  #top_creations .flex .right .link_list {
    margin: 10px 0;
  }

  #top_creations .flex .right .link_list li {
    font-size: .8rem;
  }

  #top_creations{
		padding:20px;
	}
  #top_creations .flex {
    flex-direction: column;
  }

  #top_creations .flex .left {
    width  : 100%;
    margin-bottom: 30px;
  }
  #top_creations .flex .left img {
    width: 80%;
  }

  #top_creations .flex .right {
    width        : 100%;
  }

  #top_creations .flex .right h4 {
    font-size: clamp(1.5rem, 2vw, 2.0rem);
  }

  #top_creations .flex .right h5 {
    font-size: .8rem;
  }


}

@media screen and (max-width: 420px) {
  #top_creations {
    padding: 0 0 20px;
  }
  #top_creations .flex .right .catch {
    font-size: .8rem;
  }
  #top_creations .flex .right .catch span {
    font-size: 1.2rem;
    margin   : 0 -10px;
  }
}


/* =====================================================
  History
======================================================*/
#top_history {
	padding: 40px 0;
}

#top_history .flex {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  position       : relative;
}

#top_history .flex .left {
  width   : 60%;
  position: relative;
  z-index : 2;
}

#top_history .flex .left img {
  width: 100%;
}

#top_history .flex .right {
  width     : 40
%;
  text-align: center;
}

#top_history .flex .right .ttl_area {
  width         : 220px;
  height        : 220px;
  border-radius : 50%;
  background    : rgba(255, 255, 255, 0.6);
  display       : flex;
  flex-direction: column;
  align-items   : center;
  margin        : 0 auto;
  padding-top   : 14px;
}

#top_history .flex .right .ttl_area img {
  display: block;
  width  : 150px;
}

.sec_ttl .grn {
  color: #22b203;
}

#top_history .sec_ttl {
  margin-bottom: 0;
  line-height: 1.3;
}

#top_history .flex .right .ttl_area .en {
  font-weight: 600;
  font-size  : .9rem;
  margin     : 0 0 8px;
  font-family: 'Noto Serif JP','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

#top_history .flex .right .ttl_area .en:before {
  content   : "";
  display   : block;
  width     : 100%;
  height    : 1px;
  background: #888787;
  position  : relative;
  top       : 33%;
  left      : -105%;
}

#top_history .flex .right .ttl_area .en span {
  margin-right: 5px;
}

/* 創業126年 */
#top_history .flex .right .ttl_area .founded {
    font-weight: 800;
    color: #000;
    letter-spacing: 3px;
    margin-top: 8px;
    font-family: 'Noto Serif JP','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
    font-size: 1.1em;
}

#top_history .btn_history {
  width         : 300px;
  font-size     : 1rem;
  color         : #ffffff;
  letter-spacing: 2px;
  display       : inline-block;
  background    : #8e8a89;
  margin-top    : 30px;
  padding       : 8px 0;
  border-radius : 20px;
  font-family: 'Noto Serif JP','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;

}

#top_history .btn_history:hover {
  opacity   : 0.9;
  transition: all 0.1s;
}

#top_history .sp_btn_history {
  display: none;
}


/* レスポンシブ ----------------------------- */
@media screen and (max-width: 768px) {
  #top_history .flex .left {
    width  : 70%;
    z-index: 0;
  }

  #top_history .flex .left:after {
    display: none;
  }

  #top_history .flex .right {
    width     : 50%;
    text-align: center;
    position  : absolute;
    right     : 0;
  }

  #top_history .flex .right .ttl_area {
    width     : 34vw;
    height    : 34vw;
    min-width : 240px;
    min-height: 240px;
  }

  #top_history .flex .right .ttl_area .en:before {
    display: none;
  }
}


@media screen and (max-width: 767.98px) {
  #top_history .btn_history {
    font-size: .9rem;
    width    : 100%;
  }
}

@media screen and (max-width: 576px) {
  #top_history .flex .right .ttl_area .en {
    font-size:0.85rem;
    line-height: 1.2;
  }

  #top_history .flex .right .ttl_area img {
    width: 120px;
  }

  #top_history .flex .right .ttl_area {
    min-width : 180px;
    min-height: 180px;
  }

  #top_history .btn_history {
    display: none;
  }

  #top_history .sp_btn_history {
    display   : block;
    text-align: center;
    max-width : 300px;
    margin    : 30px auto 0;
  }
}


@media screen and (max-width: 420px) {
  #top_history {
    padding: 20px 0;
  }

  #top_history .flex .right .ttl_area {
    min-width  : 120px;
    min-height : 120px;
    padding-top: 10px;
  }

  #top_history .flex .right .ttl_area .en {
    margin: 10px 0;
  }

  #top_history .flex .right .ttl_area img {
    width: 100px;
  }
}


/* =====================================================
  office
======================================================*/
#top_office{
	padding:12px 0 40px;
}
#top_office .container{
	max-width: 1400px;;
}

/*
#top_office h2 {
  font-size    : 1.2rem;
  font-weight  : 700;
  text-align   : center;
  margin-bottom: 40px;
}*/

#top_office .list {
  display        : flex;
  justify-content: space-between;
}

#top_office .list li {
  width      : 32%;
  display    : flex;
  align-items: center;
  color      : #fff;
  position   : relative;
}

#top_office .list li img {
  width: 65%;
}

#top_office .list li .office_name {
  width: 50%;
  margin-left: -35px;
}

#top_office .list li .office_name p {
  padding       : 6px 0;
  letter-spacing: 1px;
  width         : 100%;
  text-align    : center;
}

.office_name .km {
  background: #22b203;
}

.office_name .ys {
  background: #27387e;
}

.office_name .fo {
  background: #01a2be;
}

#top_office .list li .office_name .btn_map img {
  width  : 50%;
  margin : 15px 0 0 50px;
  display: block;
}


/* レスポンシブ ----------------------------- */
@media screen and (max-width: 1023.6px) {
  #top_office .container{
	max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #top_office {
    padding: 0;
  }

  #top_office .list li {
    flex-direction: column;
  }

  #top_office .list li img {
    width: 100%;
  }

  #top_office .list li .office_name {
    width      : 80%;
    margin-left: 0;
    margin-top : -10px;
    font-size: .8rem;
  }

  #top_office .list li .office_name .btn_map img {
    margin: 15px auto;
  }
}


/* =====================================================
  Topics
======================================================*/
#top_topics {
   padding: 30px 0 0;
}

#top_topics .sec_ttl{
	
}

.sec_ttl .pnk {
  color: #e7398e;
}

#top_topics .swiper-slide.topics_slide {
  width     : 22%;
  text-align: center;
}

.topics_slider{
	margin:40px 0;
}


#top_topics .swiper-slide.topics_slide img {
  width        : 100%;
  width        : 12vw;
  max-width    : 180px;
  min-width    : 110px;
  height       : 12vw;
  max-height   : 180px;
  min-height   : 110px;
  object-fit   : cover;
  border-radius: 50%;
  margin: 8px 0;
}




/* レスポンシブ ----------------------------- */
@media screen and (max-width: 1024px) {
  #top_topics .swiper-slide.topics_slide img {
    width     : 18vw;
    height    : 18vw;
  }
}


@media screen and (max-width: 768px) {
  #top_topics {
    padding-bottom: 100px;
  }

  #top_topics .swiper-slide.topics_slide img {
    width     : 25vw;
    height    : 25vw;
    min-width : 88px;
    min-height: 88px;
  }
}


@media screen and (max-width: 576px) {
  #top_topics {
    padding:40px 0 20px;
  }
}


@media screen and (max-width: 420px) {
  #top_topics .swiper-slide.topics_slide img {
    min-width : 65px;
    min-height: 65px;
  }
}


/* =====================================================
  Recruit
======================================================*/
#top_recruit {
  background     : url(../images/RECRUIT-haikei.jpg)no-repeat center;
  background-size: cover;
  padding        : 30px 0;
}


.sec_ttl .org {
  color: #ed8b1c;
}

.sec_ttl_ja {
  display       : block;
  text-align    : center;
  font-size     : 1rem;
  font-weight   : 600;
  letter-spacing: 3px;
}

#top_recruit .flex {
  display        : flex;
  justify-content: space-between;
  margin         : 40px 0 30px;
}

#top_recruit .flex li {
  width: 32%;
}

#top_recruit .flex li img {
  width     : 100%;
  height    : 15vw;
  object-fit: cover;
}

#top_recruit .rec_btn_area {
  text-align: center;
}

#top_recruit .rec_btn_area a {
  display       : inline-block;
  font-size     : 1rem;
  color         : #fff;
  font-weight   : 500;
  letter-spacing: 1px;
  font-family: 'Noto Serif JP','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
  padding       : 10px 10px;
  text-align    : center;
  width         : 21%;
  max-width     : 210px;
  min-width     : 180px;
}

#top_recruit .rec_btn_area a:hover {
  opacity   : 0.8;
  transition: 0.1s;
}

#top_recruit .rec_btn_area .rec_btn_org {
  background  : #f39a18;
  margin-right: 30px;
}

#top_recruit .rec_btn_area .rec_btn_grn {
  background: #81c26e;
}


/* レスポンシブ ----------------------------- */
@media screen and (max-width: 576px) {
  .sec_ttl_ja {
    font-size: .9rem;
  }

  #top_recruit .flex li img {
    height: 25vw;
  }

  #top_recruit .rec_btn_area a {
    font-size: .8rem;
    min-width: 150px;
  }

  #top_recruit .rec_btn_area .rec_btn_org {
    background  : #f39a18;
    margin-right: 20px;
  }
}


@media screen and (max-width: 420px) {
  #top_recruit .rec_btn_area a {
    font-size: 0.8rem;
    min-width: 130px;
  }
}


/* =====================================================
  Benefits
======================================================*/
#benefits_top{
  padding: 20px 0;
}

.container.sdgs{
  max-width: 1400px;;
  margin-top: 40px;
}

#benefits_top .sec_ttl_area.sp_on {
  display: none;
}

#benefits_top .flex {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

#benefits_top .flex2 {
  display        : flex;
  justify-content: space-between;
}

#benefits_top .sec_ttl {
  text-align   : left;
  margin-bottom: 0;
  display      : flex;
  align-items  : center;
  line-height: 1.2;
}

.sec_ttl .sky {
  color: #08a3e5;
}

#benefits_top .sec_ttl:after {
  content    : "";
  display    : block;
  width      : 100%;
  height     : 1px;
  background : #888787;
  margin-left: 30px;
}

#benefits_top .sec_ttl_ja {
  font-size     : .8rem;
  font-weight   : 600;
  letter-spacing: 0;
  text-align    : left;
}

#benefits_top .flex .left {
  width: 50%;
}

#benefits_top .flex2 .left {
  width: 60%;
}

#benefits_top .btn_area {
  margin: 10px 15% 0 0;
}

#benefits_top .btn_area p {
  font-size     : 1.1rem;
  font-weight   : 600;
  letter-spacing: 1px;
  text-align    : right;
  margin-bottom : 15px;
}

#benefits_top .btn_area ul {
  text-align: right;
}

#benefits_top .btn_area ul li {
  display   : inline-block;
  width     : 44%;
  max-width : 200px;
  background: #fff;
  text-align: center;
}

#benefits_top .btn_area ul li:first-child {
  margin-right: 10px;
}

#benefits_top .btn_area ul li a {
  display       : inline-block;
  font-size     : .9rem;
  padding       : 12px;
  font-weight   : 500;
  letter-spacing: 1px;
}

#benefits_top .btn_area ul.top li {
  border-radius: 20px;
  color        : #fff;
}

#benefits_top .btn_area ul.top li.house {
  background: #017189;
}

#benefits_top .btn_area ul.top li.jym {
  background: #00a1a3;
}

#benefits_top .btn_area img {
  width      : 82%;
  max-width  : 400px;
  padding    : 15px 0;
  margin-left: auto;
  display    : block;
}

#benefits_top .btn_area ul.bottom li {
  border-radius: 10px;
  border       : 1px solid #9a9a9a;
}

#benefits_top .flex .right {
  width   : 50%;
  height  : 330px;
  position: relative;
}

#benefits_top .flex2 .right {
  width   : 36%;
  position: relative;
}

img.bf_01 {
  width     : 50%;
  position  : absolute;
  left      : 0;
  top       : 28px;
  z-index   : 3;
  height    : 150px;
  object-fit: cover;
}

img.bf_02 {
  width     : 65%;
  position  : absolute;
  top       : -15px;
  right     : 0;
  z-index   : 2;
  height    : 210px;
  object-fit: cover;
}

img.bf_03 {
  width     : 50%;
  position  : absolute;
  bottom    : 5%;
  left      : 15%;
  z-index   : 1;
  height    : 140px;
  object-fit: cover;
}

img.sdgs2{width:80%;}



/* レスポンシブ ----------------------------- */
@media screen and (max-width: 768px) {
  #benefits_top {
    padding: 0;
    position: relative;
  }

  #benefits_top .sec_ttl_area.sp_on {
    display: block;
    margin-bottom: 30px;
  }

  #benefits_top .flex{
    flex-direction: column-reverse;
  }
  #benefits_top .flex2 {
    flex-direction: column;
  }

  #benefits_top .flex .left,
  #benefits_top .flex2 .left {
    width: 100%;
  }

  #benefits_top .sec_ttl_area.sp_off {
    display: none;
  }

  #benefits_top .sec_ttl {
    display   : block;
    text-align: center;
  }

  #benefits_top .btn_area {
    margin: 20px 0 50px;
  }

  #benefits_top .sec_ttl:after {
    display: none;
  }

  #benefits_top .sec_ttl_ja {
    text-align: center;
  }

  #benefits_top .btn_area p {
    text-align: center;
  }

  #benefits_top .btn_area ul {
    text-align: center;
  }

  #benefits_top .btn_area img {
    margin: 0 auto;
  }

  #benefits_top .flex .right{
    width     : 100%;
    margin-top: 20px;
  }
  #benefits_top .flex2 .right{
    width: 75%;
    max-width: 380px;
    margin: 20px auto 20px;
  }

  img.sdgs2{width:100%;}


}


@media screen and (max-width: 576px) {
  #benefits_top {
    padding: 0;
  }

  #benefits_top .sec_ttl_ja {
    font-size: .8rem;
  }

  #benefits_top .flex .right {
    height: 200px;
  }

  #benefits_top .sec_ttl_area.sp_on{
    margin-bottom: 0px;
  }
  img.bf_01 {
    width : 45%;
    height: 90px;
  }

  img.bf_02 {
    width : 65%;
    height: 120px;
    top   : 10px;
  }

  img.bf_03 {
    width : 50%;
    bottom: 0;
    height: 80px;
  }
}


/* =====================================================
  Business
======================================================*/
#top_business {
  background: #004d9b;
  padding   : 40px 0px 30px;
}


#top_business .sec_ttl {
  color: #fff;
}

.sec_ttl .yel {
  color: #f8f200;
}

#top_business .sec_ttl_ja {
  color: #fff;
}

#top_business .flex {
  display        : flex;
  margin-top     : 30px;
  flex-wrap: wrap;
  justify-content: space-around;
}

#top_business .flex li {
  width: 32%;
  margin-bottom: 30px;
}

#top_business .flex li img {
  width: 100%;
}

#top_business .flex li .btn_biz {
  display        : block;
  width          : 80%;
  height         : 3.5vw;
  min-height     : 35px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  background     : #fff;
  text-align     : center;
  margin         : -15px auto 0;
  position       : relative;
}

#top_business .flex li .btn_biz .arrow {
  width     : 12%;
  min-width : 30px;
  margin-top: -9%;
  position  : absolute;
  left      : 20%;
}

#top_business .flex li .btn_biz p {
  font-size  : .95rem;
  font-weight: 600;
  display    : block;
  text-align : center;
  margin:0;
}

/*----------------------------------------*/
/*tenjikai add upd*/
#top_business .flex li .btn_biz.jutaku{
    width: 62.5%;
    margin: -15px 0 0 3%;
}
#top_business .flex li .btn_biz.jutaku .arrow{
    margin-top: -12%;
    left: 5%;
}
#top_business .flex li .btn_biz.tenjikai{
    width: 30.5%;
    position: absolute;
    right: 3%;
    bottom: 0;
}
/*----------------------------------------*/


/* レスポンシブ ----------------------------- */
@media screen and (max-width: 768px) {
  #top_business .flex li .btn_biz .arrow {
    min-width: 25px;
  }
}


@media screen and (max-width: 576px) {
	#top_business {
	  padding   : 30px 0px;
	}

  #top_business .flex {
    flex-direction: column;
    align-items   : center;
  }

  #top_business .flex li {
    width        : 80%;
    margin-bottom: 30px;
  }

  #top_business .flex li .btn_biz .arrow {
    width: 10%;
  }
}


/* =====================================================
  Community service
======================================================*/
#top_service{
  padding: 0;
}
#top_service .flex {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

#top_service .flex .left {
  width: 48%;
}

#top_service .flex .left img {
  width: 100%;
}

#top_service .flex .right {
  width: 48%;
}

#top_service .flex .right h4 {
  font-size     : 2.6rem;
  font-weight   : 800;
  letter-spacing: 3px;
  margin-bottom : 20px;
 line-height: 1.1;
}

#top_service .flex .right h4 span {
  color: #243494;
}

#top_service .flex .right .txt {
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 1px;
}


/* レスポンシブ ----------------------------- */
@media screen and (max-width: 768px) {

  #top_service .flex {
    flex-direction: column-reverse;
  }

  #top_service .flex .left {
    width: 100%;
  }

  #top_service .flex .right {
    width        : 100%;
    text-align   : center;
    margin-bottom: 40px;
  }
}


@media screen and (max-width: 576px) {
  #top_service{
    padding: 0;
  }

  #top_service .flex .right h4 {
    font-size: 2rem;
  }

  #top_service .flex .right .txt {
    font-size: .9rem;
    text-align: left;
  }
}


/* =====================================================
  Works
======================================================*/
#top_works {
  background: #bed8e7;
  padding: 30px 0px 40px;
}


.sec_ttl .grn {
  color: #03a34d;
}

#top_works .flex {
  display: flex;
  margin : 30px 0;
}

#top_works .flex li {
  width: 25%;
}

#top_works .flex li img {
  width: 100%;
}

#top_works .works_btn_area {
  display        : flex;
  justify-content: center;
  padding        : 0 20px;
}

#top_works .works_btn_area a {
  display: block;
}

#top_works .works_btn_area a:nth-of-type(2) {
  margin: 0 40px;
}

#top_works .works_btn_area a img {
  width    : 100%;
  max-width: 120px;
}


/* レスポンシブ ----------------------------- */
@media screen and (max-width: 768px) {
  #top_works .flex li {
    width: 33.33%;
  }

  #top_works .flex li.sp_off {
    display: none;
  }
}
@media screen and (max-width: 576px) {
	#top_works .works_btn_area a:nth-of-type(2) {
	    margin: 0 15px;
	}
}



/*-----------------------*/
/*topnews*/
/*-----------------------*/
.sec_news{
	margin-top:5vw;
    margin-bottom: 2vw;
	background-image:url("../images/info-haikei.jpg");
	background-repeat:no-repeat;
	background-size:45%;
	min-height: 50vw;
	background-position: 30px 0;
}

.sec_news .sec_ttl{
	letter-spacing: 0px;
}

.title-bgline{display:inline-block;}
.title-bgline:before {
    content: "";
    width: 90px;
    height: 5px;
    background: rgba(74, 189, 184,1);
    position: absolute;
    bottom: -8px;
    left: 30px;
}
.title-bgline span {
    font-size: 33%;
    margin-left: 1.6em;
    position: relative;
    bottom: .45em;
    font-weight: 600;
    letter-spacing: 3px;
}

.news_box{
	background:#f3f3f3;
    padding: 35px 10px;
    margin-top: 6vw;
	position:relative;
}
.news_box:before{
    content: "";
    position: absolute;
    top: -30px;
    left: 30px;
    background: rgba(74, 189, 184, 0.8);
    width: 50%;
    height: 30%;
    min-height: 300px;
    z-index: -1;
}

.news_posts {
  border-top   : 1px solid #b8b8b8;
  margin-bottom: 2.5%;
}

.post_article {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  padding        : 1.5% 1%;
  border-bottom  : 1px solid #b8b8b8;
}

.post_left {
  width: 10%;
  width: 100px;
}

.post_left img {
  width: 100%;
}

.post_right {
  width      : calc(100% - 120px);
  line-height: 1.6;
}

.post_title{font-weight:500;}

.post_date {
  font-size  : 14px;
  font-weight: 600;
}
.post_date span{margin-right:10px;}

.category_tag {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    display: inline-block;
}

.post_desc {
  font-size  : smaller;
  font-weight: 300;
}
.btn_post {
    display: inline-block;
    background: url(../images/ar_gry.jpg) no-repeat;
    width: 50px;
    height: 4px;
    background-size: contain;
    background-position: center;
    line-height: 1;
}

.btn_view {
    background: url(../images/ar_gry.jpg)no-repeat;
    background-size: auto;
    background-position-x: 100%;
    background-position-y: 50%;
    padding: 5px 50px 5px 0;
    margin-left: auto;
    font-weight: 700;
    font-family: 'Noto Serif JP','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;

}

@media screen and (max-width: 767.98px) {
  .sec_news{
     padding-top: 40px;
     background-image:none;
  }
}

@media screen and (max-width: 576px) {
  .post_left {
    width: 70px;
  }
  .post_right {
    width: calc(100% - 80px);
  }
  .category_tag {
    font-size: 12px;
  }
  .news_box {
     padding: 25px 20px;
     margin-top:2vw;
  }
}



/*-----------------------*/
/*topnews end*/
/*-----------------------*/