@charset "UTF-8";
/* CSS Document */

.section-news {
	position: relative;
}
.section-news__announce {
	padding: 20px 0 40px 20px;
	font-size: 1.4rem;
	font-weight: 600;
}
.section-news__announce span {
  color: #004BB8;
}
.section-news__announce-article {
	padding: 0 15px 40px 20px;
	font-size: 1.3rem;
	line-height: 1.8;
}

.section-news__announce-article span {
  color: red;
  font-weight: 600;
  font-size: 2rem;
}

.section-news__covid div img {
  display: flex;
  margin: 0 auto;
  width: 40%;
  height: 40%;
}

.section-news table {
	margin: 0 0 0 8%;
	font-size: 1.3rem;
	line-height: 1.8;
}

/* .section-news__close table th {
  text-align: right;
}

.section-news__close table td {
  padding-left: 15px;
} */

.section-news__recruit p {
  padding-bottom: 50px;
}
.section-news__recruit table th {
  text-align: left;
  padding: 0 30px 0 0;
}

.section-news__announce:last-child {
  padding-top: 30px;
}
  
.section-news__facebook-area {
	background-image: url("../images/images_news/news_bg_sp.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 10px;
	margin-top: -65px;
}
.section-news__facebook-area .section-news__facebook iframe {
  width: 80%;
  height: 50vh;
  border-radius: 30px;
}
.section-news__facebook {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 50px 0 0;
}
.section-news__facebook p {
	padding: 20px 0;
}
.section-news__facebook img {
	padding: 0;
	width: 50%;
}
.section-news .mizutama {
	width: 90%;
	padding: 5px 0 85px;
}

  @media (min-width: 700px) {
      .section-news__announce {
        margin-left: 50px;
        padding: 40px 0 70px 0;
        font-size: 2.0rem;
        font-weight: 600;
      }
      .section-news__announce-article {
        margin-left: 50px;
        padding: 0 15px 70px 0;
        font-size: 1.6rem;
        line-height: 2.0;
      }
      .section-news__price {
        width: 90%;
      }
      
      .section-news__covid div {
        display: flex;
        width: 100%;
        justify-content: space-between;
      }
      
      .section-news__covid div p {
        width: 70%;
      }

      .section-news__covid div img {
        display: flex;
        justify-content: center;
        width: 30%;
        height: 30%;
      }
    
      .section-news table {
        font-size: 1.6rem;
      }

      .section-news__facebook-area {
        background-image: url("../images/images_news/news_bg_pc.png");
        background-repeat: no-repeat;
        width: 100%;
        padding-bottom: 60px;
        margin-top: -50px;
      }
      .section-news__facebook {
        width: 60%;
        height: 690px;
      }
      .section-news__facebook-area .section-news__facebook iframe {
        width: 70%;
        height: 62vh;
        border-radius: 50px;
      }

      .section-news__facebook p {
        font-size: 2.3rem;
        padding-bottom: 35px;
      }

  }


  @media (min-width: 1000px) {
    .section-news__announce {
      margin-left: 8%;
      padding: 90px 0 0px 0;
      font-size: 2.0rem;
      font-weight: 600;
    }
    .section-news__announce-article {
      margin-left: 8%;
      padding: 50px 0 30px 0;
      font-size: 1.7rem;
      line-height: 2.0;
    }
    
    .section-news__covid div img {
      padding-right: 10%;
    }
    
    .section-news table {
      font-size: 1.7rem;
    }

    .section-news__facebook-area {
      background-image: url("../images/images_news/news_bg_pc.png");
      background-repeat: no-repeat;
      width: 100%;
      padding-bottom: 100px;
    }
    
    .section-news__facebook  {
      width: 75%;
      padding: 100px 140px 20px;
    }
    
    .section-news__facebook-area .section-news__facebook iframe {
      height: 53vh;
    }
    .section-news__facebook p {
      padding: 0 0 40px 0;
      font-size: 2.5rem;
    }
    .section-news .mizutama {
      width: 66%;
      padding: 50px 0 60px;
      margin-top: -30px;
    }
    
  }
  @media (min-width: 1440px) {
    .section-news__facebook-area {
      padding: 50px 0;
      height: 876px;
    }
    .section-news__facebook  {
      width: 70%;
    }
    .section-news__facebook p {
      padding: 0 0 60px 0;
      font-size: 2.5rem;
    }
    .section-news__facebook-area .section-news__facebook iframe {
      width: 47%;
    }
    .section-news .mizutama {
      width: 75%;
      padding: 45px 0;
      margin-bottom: 23px;
    }
    
  }

	


