/* -------------------------------------------------------------
ニュース記事
--------------------------------------------------------------*/
/* ニュース記事共通設定 */
.news {
  width: 100%;
  margin: 60px auto 0;
}

.news_main {
  font-weight: 600;
}

.news_header {
  align-items: center;
}

.news_header h3 {
  font-size: 52px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
}

.news_header .arrow_wrapper {
  margin-left: 45px;
  margin-top: 10px;
}

.center_border {
  border: 1px solid #00acc2;
}

.arrow_wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.arrow_top,
.arrow_bottom {
  width: 7px;
  height: 25px;
  background: #000;
}

.arrow_top {
  transform: rotate(-45deg);
  margin-bottom: -12px;
}

.arrow_bottom {
  transform: rotate(45deg);
  margin-top: -12px;
}

.section_header {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.news_headline {
  padding-top: 3em;
}

.news .news_page .arrow_wrapper {
  margin: 0;
}

.news_section {
  display: flex;
  align-items: center;
  gap: 2em;
}

.news_contents .contents_wrapper h1 {
  font-size: 46px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_semibold);
  color: #00acc2;
  margin-top: 1em;
  border-bottom: 3px solid #00acc2;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.newspage_wrapper {
  display: flex;
  gap: 5%;
}

.newsleft_content {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.newsright_content {
  width: 50%;
}

.event_date {
  width: 100%;
  border: 1px solid #000;
  text-align: center;
  padding: 8px 0;
}

.newsleft_content h4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
  margin-top: 10px;
}

.newsleft_content h4 .right_line {
  background: #000;
  width: 88%;
  height: 1px;
}

.news_center,
.news_bottom {
  margin-top: 20px;
}

.news_center h2,
.news_bottom h2 {
  font-size: 24px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
  margin-bottom: 10px;
}

.newsright_content img {
  display: block;
  width: 100%;
}

.news_contents .contents_wrappper {
  width: 100%;
  max-width: 1200px;
}

@media screen and (max-width: 1220px) {

  .news_headline .content_wrapper,
  .news_contents .contents_wrapper {
    max-width: 95%;
    margin: 0 auto;
  }

  .newsleft_content .news_top h4 {
    justify-content: flex-start;
    gap: 1%;
  }

  .news_center h2,
  .news_bottom h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 980px) {
  .news_contents .contents_wrapper h1 {
    font-size: 40px;
  }

  .newspage_wrapper {
    flex-direction: column;
    gap: 2em;
  }

  .newsleft_content,
  .newsright_content {
    width: 100%;
  }

  .newsleft_content .news_top h4 {
    flex-direction: column;
    width: 100%;
    gap: 0;
    margin-bottom: 5px;
  }

  .newsleft_content .news_top h4 .right_line {
    width: 100%;
  }

  .news_center h2,
  .news_bottom h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 720px) {

  .arrow_top,
  .arrow_bottom {
    width: 4px;
    height: 20px;
  }

  .arrow_top {
    margin-bottom: -9px;
  }

  .arrow_bottom {
    margin-top: -9px;
  }

  .section_header {
    margin-bottom: 1em;
  }

  .section_header h2 {
    font-size: 8vw;
  }

  .news_contents .contents_wrapper h1 {
    font-size: 6vw;
    margin-bottom: 24px;
  }

  .news_main .news_page .news_section {
    font-size: 5.8vw;
  }

  .newsleft_content .news_top h4 {
    margin-top: 25px;
  }

  .news_main .news_header h3 {
    font-size: 7vw;
  }

  .news_main .news_header .arrow_wrapper {
    margin-left: 5vw;
    margin-top: 0;
  }

  .news_main .news_section {
    gap: 5vw;
  }

  .news_center h2,
  .news_bottom h2 {
    font-size: 4vw;
  }
}

/* -------------------------------------------------------------
デモ施工関連
--------------------------------------------------------------*/
/* 202210埼玉川口 */
.news_contents .demo_headline {
  line-height: 1.2;
}

.demo_mv {
  position: relative;
}

.demo_date {
  position: absolute;
  background: #fff;
  width: 500px;
  left: -12em;
  z-index: 15;
}

.demo_wrapper {
  position: relative;
  width: 100%;
}

.demo_bg {
  position: absolute;
  width: 100%;
  height: 300px;
  background: #e6e6e6;
  top: 9em;
}

.demo_mapImg {
  display: flex;
  position: absolute;
  z-index: 5;
  width: 100%;
}

.demo_mapImg .demo_map {
  position: absolute;
  z-index: 7;
  left: 0;
  top: 4em;
}

.demo_mapImg .demo_map img {
  display: block;
  width: 83%;
}

.demo_mapImg .demo_img {
  position: absolute;
  z-index: 6;
  right: 0;
  text-align: center;
}

.demo_mapImg .demo_img img {
  display: block;
  position: relative;
}

.demo_contents {
  margin-top: 750px;
  position: relative;
}

.demo_contents .demo_span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-align: right;
  position: absolute;
  top: -4.5em;
  left: 0;
  right: 0;
  margin: auto;
}

.newspage_wrapper .demo_left h3 {
  font-size: 20px;
  font-weight: var(--noto_semibold);
  border-top: 1px solid #000;
  margin-top: 88px;
  padding-top: 1em;
  margin-bottom: 1em;
}

.newspage_wrapper .demo_right {
  text-align: right;
}

.demo_images {
  margin-top: 34px;
}

.newsimg_grid {
  width: 100%;
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "img1 img2 img3"
    "img4 double double"
  ;
  gap: 20px;
}

.newsimg_grid div {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.newsimg_grid div span {
  font-size: 14px;
  font-weight: 700;
}

.newsimg_grid div img {
  display: block;
  width: 100%;
}

.newsimg_grid .img1 {
  grid-area: img1;
}

.newsimg_grid .img2 {
  grid-area: img2;
}

.newsimg_grid .img3 {
  grid-area: img3;
}

.newsimg_grid .demoImg_double {
  grid-area: double;
}

.newsimg_grid .demoImg_double {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.demoImg_double .double_wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

@media screen and (max-width: 1560px) {
  .demo_date {
    left: 62.8%;
  }

  .demo_mapImg .demo_img .demo_span {
    right: 4%;
  }
}

@media screen and (max-width: 1220px) {
  .demo_mapImg .demo_map img {
    position: relative;
    top: 32em;
    opacity: 0.3;
  }

  .demo_contents .demo_span {
    max-width: 95%;
  }
}

@media screen and (max-width: 980px) {
  .newsimg_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "img1 img2"
      "img3 img4"
      "double double"
    ;
  }

  .newspage_wrapper .demo_right {
    font-weight: 700;
  }

  .demo_contents .demo_span {
    top: -4em;
    font-size: 18px;
  }
}

@media screen and (max-width: 720px) {
  .demo_date {
    left: 0;
    width: 100%;
    font-size: 12px;
  }

  .demo_mapImg .demo_img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: 25% 100%;
  }

  .demo_mapImg .demo_map img {
    width: 100%;
    top: 10em;
    transform: rotate(26deg);
    opacity: 0.5;
  }

  .demo_contents {
    margin-top: 550px;
  }

  .newsimg_grid {
    grid-template-columns: minmax(100%, 1fr);
    grid-template-areas:
      "img1"
      "img2"
      "img3"
      "img4"
      "double"
    ;
  }

  .newsimg_grid div {
    width: 100%;
    text-align: left;
  }

  .newsimg_grid div img {
    display: block;
    width: 100%;
  }

  .newsimg_grid .demoImg_double {
    text-align: left;
  }

  .newsimg_grid .demoImg_double .double_wrapper {
    width: 100%;
    flex-direction: column;
  }

  .demo_contents .demo_span {
    top: -11.5em;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    display: block;
  }
}

/* 202306福井 */
.news_horizontal {
  gap: 2em;
}

.demo_flex {
  display: flex;
  gap: 2em;
}

.demo_flex div span {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.demo_flex div img {
  object-fit: cover;
}

.top_border {
  border-top: 1.5px solid #9fa0a0;
  margin-top: 24px;
  padding-top: 24px;
}

.top_border .newsright_content {
  text-align: right;
}

.top_border .newsright_content span {
  font-size: 12px;
  font-weight: 700;
}

.demo_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  margin-top: 2em;
}

.demo_grid div {
  text-align: right;
}

.demo_grid div p {
  text-align: left;
}

.demo_grid div span {
  font-size: 12px;
  font-weight: 700;
}

.demo_grid div img {
  display: block;
  width: 100%;
}

.fukuiimg_grid div img {
  height: 260px;
  object-fit: cover;
}

.contents_middle,
.contents_bottom {
  margin-top: 3em;
}

.newsright_content .right_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.newsright_content .right_grid div {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .demo_grid {
    margin-bottom: 2em;
  }

  .news_contents .top_border {
    margin-top: 2em;
    padding-top: 2em;
  }
}

@media screen and (max-width: 990px) {
  .demo_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .demo_flex {
    margin-top: 6em;
    flex-direction: column;
  }
}

@media screen and (max-width: 720px) {
  .demo_grid {
    grid-template-columns: minmax(100%, 1fr);
  }

  .newsright_content .right_grid {
    grid-template-columns: minmax(100%, 1fr);
  }
}

/* 2312 川口市でのチューブテックスR工法での実施工 */
.kawaguchi_october {
  font-weight: 600;
}

.kawaguchi_october .full_width img {
  display: block;
  width: 100%;
}

.kawaguchi_october .full_width span {
  display: block;
  font-size: 12px;
  text-align: right;
  font-weight: 700;
}

.kawaguchi_october .flex_column .newsright_content {
  width: 70%;
}

.img_right {
  justify-content: space-between;
  align-items: flex-end;
}

.top_margin {
  margin-top: 2em;
}

.kawaguchi_october .newspage_wrapper:last-child .newsright_content {
  flex-direction: column;
}

.kawaguchi_october .newspage_wrapper:last-child .newsright_content .newsleft_content {
  width: 100%;
}

.kawaguchi_october .newspage_wrapper:last-child .demo_flex div:last-child {
  text-align: left;
  background: #0FBED1;
  padding: 2em;
}

.kawaguchi_october .newspage_wrapper:last-child .demo_flex div img {
  height: auto;
}

.text_atruyokukousei_blue {
  color: #00acc2;
}

.text_atruyokukousei_green {
  color: #3ca97b;
}

@media screen and (max-width: 990px) {

  .kawaguchi_october .demo_flex,
  .kawaguchi_october .contents_wrapper:nth-of-type(4),
  .kawaguchi_october .contents_wrapper:nth-of-type(5) {
    flex-direction: row;
  }

  .kawaguchi_october .contents_wrapper:nth-of-type(4),
  .kawaguchi_october .contents_wrapper:nth-of-type(5) {
    align-items: flex-end;
  }

  .kawaguchi_october .demo_flex {
    margin-top: 2em;
  }

  .kawaguchi_october .flex_column .newsright_content {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .kawaguchi_october .contents_wrapper:nth-of-type(4),
  .kawaguchi_october .contents_wrapper:nth-of-type(5),
  .kawaguchi_october .demo_flex {
    flex-direction: column;
  }
}

/* 2311 福山市でのチューブテックスR工法での実施工 */
.hiroshima_2311 {font-weight: 600;}
.hiroshima_2311 .full_width span {
  display: block;
  font-size: 12px;
  text-align: right;
  font-weight: 700;
}
.hiroshima_2311 h4 {
  display: block;
  font-size: 1.5em;
  font-weight: 800;
}
.hiroshima_2311 .demo_fin {
  text-align: left;
  background: #0FBED1;
  padding: 2em;
}


/* ニュース記事（画像付き） */
.news_article img {
  display: block;
  width: 100%;
}

/* 20240509以降 ニュース記事用 */
.news_oshirase {
  word-break: auto-phrase;
}

.new_article .event_date {
  display: inline-block;
  width: 50%;
}

.news_unit {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  gap: 4em;
  margin-top: 2em;
}

.news_unit01 {
  margin-top: 2em;
  align-items: flex-end;
}

.news_unit h2,
.crosshead h2{
  font-size: 24px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
  margin-bottom: -.1em;
  flex-grow: .44;
}

.crosshead h2{
  font-size: 2em;
  position: relative;
  display: inline-block;
  color: #00acc2;
  letter-spacing: 5px;
  border-bottom: 3px solid #00acc2;
  padding: 0 5em 8px .5em;
}

.crosshead h2::after{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -7px;
  background: #00acc2;
  border-radius: 50%;
}

.news_unit .newsleft_content,
.news_unit .newsright_content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.news_unit .newsleft_content.nogap,
.news_unit .newsright_content.nogap {
  gap: 0.2em;
}

.news_unit figure {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.news_unit p {
  flex-grow: 1;
}

.news_block {
  margin-top: 2em;
}

.news_block02{
  margin-top: 4em;
}

.news_block p {
  margin-top: 1em;
}

@media screen and (max-width: 1220px) {
  .news_unit h2 {
    font-size: 20px;
  }

  .crosshead h2{
    font-size: 1.6em;
  }
}

@media screen and (max-width: 980px) {
  .news_unit_last {
    margin-top: 2em;
  }
}

@media screen and (max-width: 720px) {
  .news_unit {
    flex-wrap: wrap;
    gap: 2em;
  }

  .new_article .event_date {
    width: 100%;
  }

  .crosshead h2{
    display: block;
    font-size: 1.8em;
    padding: 0 5em 8px .3em;
  }
}