@charset "UTF-8";

/* archive_news
***************************************************************/
.archive_news {
  padding: 80px 0;
}
@media all and (min-width: 681px) {
  .news_list1 {
    justify-content: flex-start;
  }
}
@media all and (max-width: 680px) {
  .archive_news {
    padding: 50px 0;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* single_news
***************************************************************/
.single_news {
  padding: 188px 0 90px;
}
.single_news_inner {
  width: 850px;
  margin: 0 auto;
}
.s_news_day {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #a6c8d3;
  margin-bottom: 7px;
}
.s_news_h1 {
  font-size: 34px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: calc(51 / 34);
  color: #1b7da8;
  margin-bottom: 50px;
}
.s_news_icatch {
  border-radius: 10px;
  overflow: hidden;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .single_news {
    padding: 80px 0 50px;
  }
  .single_news_inner {
    width: 100%;
    padding: 30px;
  }
  .s_news_day {
    font-size: 15px;
    margin-bottom: 9px;
  }
  .s_news_h1 {
    font-size: 21px;
    line-height: calc(31.5 / 21);
    margin-bottom: 40px;
  }
}
@media all and (max-width: 370px) {
}

/* s_news_contents
***************************************************************/
.s_news_c_block {
  margin-top: 60px;
}
/* c_block_text1 */
.c_block_text1_tit1 {
  color: #1b7da8;
  font-size: 24px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
}
.c_block_text1_txt1 {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2;
}
.c_block_text1_tit1 + .c_block_text1_txt1 {
  margin-top: 40px;
}
/* c_block_img1 */
.c_block_img1-img {
  border-radius: 10px;
  overflow: hidden;
}
/* c_block_img2 */
.c_block_img2 {
  width: 100%;
  display: flex;
  gap: 0 26px;
}
.c_block_img2_in {
  width: calc((100% - 26px) / 2);
}
.c_block_img2-img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 274px;
}
.c_block_img2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_block_img2-caption {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 15px;
}
/* c_block_link1 */
.c_block_link1 {
  display: flex;
  justify-content: center;
}
.c_block_link1-btn {
  width: auto;
  height: auto;
  padding: 24px 85px 24px 75px;
}
/* c_block_movie1 */
.c_block_movie1_item {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  display: block;
}
.c_block_movie1_item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.28);
  position: absolute;
  top: 0;
  left: 0;
}
.c_block_movie1_item_img {
  width: 100%;
  height: 478px;
}
.c_block_movie1_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_block_movie1_item_ico {
  width: 115px;
  transition: opacity 0.3s ease;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 681px) {
  .c_block_movie1_item:hover .c_block_movie1_item_ico {
    opacity: 0.6;
  }
}
@media all and (max-width: 680px) {
  .s_news_c_block {
    margin-top: 40px;
  }
  /* c_block_text1 */
  .c_block_text1_tit1 {
    font-size: 18px;
  }
  .c_block_text1_txt1 {
    font-size: 15px;
  }
  .c_block_text1_tit1 + .c_block_text1_txt1 {
    margin-top: 25px;
  }
  /* c_block_img2 */
  .c_block_img2 {
    display: flex;
    flex-flow: column;
    gap: 20px 0;
  }
  .c_block_img2_in {
    width: 100%;
  }
  .c_block_img2-img {
    height: auto;
  }
  .c_block_img2-caption {
    font-size: 13px;
    margin-top: 8px;
  }
  /* c_block_link1 */
  .c_block_link1-btn {
    padding: 18px 45px 18px 30px;
  }
  /* c_block_movie1 */
  .c_block_movie1_item_img {
    height: calc((190 / 375) * 100vw);
  }
  .c_block_movie1_item_ico {
    width: 69.65px;
  }
}
@media all and (max-width: 370px) {
}

/* single_pager
***************************************************************/
.single_pager {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_pager_prev,
.single_pager_next {
  width: 164px;
}
.single_pager_prev {
  border-right: 1px solid #71c4e0;
}
.single_pager_next {
  border-left: 1px solid #71c4e0;
}
.single_pager_prev_link,
.single_pager_next_link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}
.single_pager_prev_link {
  background: url(../img/common/prev1.svg) no-repeat left center / 15.9px;
}
.single_pager_next_link {
  background: url(../img/common/next1.svg) no-repeat right center / 15.9px;
}
.single_pager_back {
  width: 226px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}
@media all and (min-width: 681px) {
  .single_pager a:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 680px) {
  .single_pager {
    margin-top: 60px;
    flex-flow: wrap;
    gap: 15px 0;
  }
  .single_pager_prev,
  .single_pager_next {
    width: 50%;
  }
  .single_pager_prev {
    border-right: 1px solid #71c4e0;
    order: 1;
  }
  .single_pager_next {
    border-left: none;
    order: 2;
  }
  .single_pager_back {
    order: 3;
    width: 100%;
    border-left: 1px solid #71c4e0;
    border-right: 1px solid #71c4e0;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
