<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -----------------------------------
 
 (c) 2024 melong works
 contact：info@melong-works.com
  「/assets/css/post_style」@2024

----------------------------------- */
/*****************************************************

	システム

*****************************************************/
/*コンテンツ文字 基本 黒*/
/*コンテンツ文字 白*/
/*コンテンツ文字 青*/
/*ボタン赤*/
/*ボタン黒*/
/*****************************************************

	フォントサイズ指定

*****************************************************/
/*使用例*/
.fontsize_example {
  font-size: clamp(1rem, 0.7rem + 0.78vw, 2.2rem) /* FontSizeClamp (10 - 22px, 375 - 1920px) */;
}

/*****************************************************

	widthなどサイズ を　px　から % に

*****************************************************/
/*使用例*/
.size_example {
  width: calc(10.4167% + -0.4%);
}

/*****************************************************

	widthなどサイズ を　px　から vw に シンプル

*****************************************************/
/*使用例*/
.size_exampleVW {
  width: 2.8125vw;
}

/*****************************************************

	widthなどサイズ を　px　から vw に シンプル
  min を使用して、最大値を設定

*****************************************************/
.size_sizeMinVW {
  width: min( 50vw, 320px );
}

/*****************************************************

	widthなどサイズ を　px　から vw に シンプル
  clamp を使用して、最小と最大値を設定

*****************************************************/
/*使用例*/
.size_sizeClmpVW {
  font-size: clamp(14px, 1.3542vw, 26px);
}

/*****************************************************

	line-heightの値 Photoshop
  行送りの数値（px）÷ フォントサイズ（px）

*****************************************************/
/*使用例*/
.size_line-height {
  line-height: 1.667;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　記事一覧ページ用　　page_news page_all_archive
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　KV sec__kv
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* PC 表示
--------------------------------------------------------- */
.page_all_archive .sec__kv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page_all_archive .sec__kv .kv_img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.page_all_archive .sec__kv .kv_img::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page_all_archive .sec__kv .kv_tit {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_all_archive .sec__kv .kv_tit .en {
  width: 100%;
}
.page_all_archive .sec__kv .kv_tit .ja {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 11px;
}

/**/
/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 1240px) {
  .page_all_archive .sec__kv {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .page_all_archive .sec__kv .kv_img {
    width: 100%;
    position: relative;
    z-index: -1;
  }
  .page_all_archive .sec__kv .kv_img::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page_all_archive .sec__kv .kv_tit {
    width: 19.7436vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page_all_archive .sec__kv .kv_tit .en {
    width: 100%;
  }
  .page_all_archive .sec__kv .kv_tit .ja {
    color: #ffffff;
    font-size: 3.0769vw;
    font-weight: 400;
    text-align: center;
    margin-top: 2.8205vw;
  }

  /**/
}
/*スマホ 表示 end*/
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　sec__news_archive
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* PC 表示
--------------------------------------------------------- */
.page_all_archive .sec__news_archive {
  width: calc(100% - 4%);
  position: relative;
  margin: auto;
}
.page_all_archive .sec__news_archive .sec_wrap {
  width: 100%;
  margin: auto;
  padding: 154px 0 340px;
}
.page_all_archive .sec__news_archive .sec_tit {
  max-width: 1290px;
  width: 100%;
  position: relative;
  margin: auto;
  padding-left: 134px;
}
.page_all_archive .sec__news_archive .sec_tit::before {
  content: '';
  background-image: url("../img/top/news_tit_icon_pc.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 114px;
  height: 114px;
  display: block;
  position: absolute;
  top: 65%;
  left: 0;
  transform: translateY(-72px);
}
.page_all_archive .sec__news_archive .sec_tit .en {
  width: 156px;
}
.page_all_archive .sec__news_archive .sec_tit .ja {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.page_all_archive .sec__news_archive .news_list {
  max-width: 1290px;
  width: 100%;
  margin: 154px auto 0;
}
.page_all_archive .sec__news_archive .news_list ul {
  width: 100%;
}
.page_all_archive .sec__news_archive .news_list ul li {
  width: 100%;
}
.page_all_archive .sec__news_archive .news_list ul li + li {
  margin-top: 155px;
}
.page_all_archive .sec__news_archive .news_list ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.page_all_archive .sec__news_archive .news_list ul li .unit_head_warp {
  border-bottom: 2px dotted #000;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.page_all_archive .sec__news_archive .news_list ul li .unit_head {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}
.page_all_archive .sec__news_archive .news_list ul li .news_category {
  background-color: #494C60;
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.13em;
  text-indent: 0.13em;
  padding: 7px 25px;
  margin-left: 20px;
}
.page_all_archive .sec__news_archive .news_list ul li .news_date {
  background-color: #494C60;
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.13em;
  text-indent: 0.13em;
  padding: 7px 25px;
}
.page_all_archive .sec__news_archive .news_list ul li h3 {
  color: #494C60;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-left: 20px;
}
.page_all_archive .sec__news_archive .news_list ul li .unit_detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.page_all_archive .sec__news_archive .news_list ul li .unit_txt {
  color: #494C60;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
.page_all_archive .sec__news_archive .news_list ul li .unit_img {
  width: 489px;
  aspect-ratio: 489 / 267;
}
.page_all_archive .sec__news_archive .news_list ul li .unit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_all_archive .sec__news_archive .btn_no_arrow {
  width: 600px;
  background-color: #494C60;
  margin: 209px auto 0;
}

/**/
/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 768px) {
  .page_all_archive .sec__news_archive {
    width: 100%;
    position: relative;
    margin: auto;
  }
  .page_all_archive .sec__news_archive .sec_wrap {
    width: 100%;
    margin: auto;
    padding: 20.2564vw 0 41.0256vw;
  }
  .page_all_archive .sec__news_archive .sec_tit {
    width: 84.6154vw;
    position: relative;
    margin: auto;
    padding-left: 17.4359vw;
  }
  .page_all_archive .sec__news_archive .sec_tit::before {
    content: '';
    background-image: url("../img/top/news_tit_icon_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 12.3077vw;
    height: 12.3077vw;
    display: block;
    position: absolute;
    top: 65%;
    left: 0;
    transform: translateY(-8.4615vw);
  }
  .page_all_archive .sec__news_archive .sec_tit .en {
    width: 20vw;
  }
  .page_all_archive .sec__news_archive .sec_tit .ja {
    display: block;
    font-size: 3.5897vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 2.5641vw;
  }
  .page_all_archive .sec__news_archive .news_list {
    width: 84.6154vw;
    margin: 26.4103vw auto 0;
  }
  .page_all_archive .sec__news_archive .news_list ul {
    width: 100%;
  }
  .page_all_archive .sec__news_archive .news_list ul li {
    width: 100%;
  }
  .page_all_archive .sec__news_archive .news_list ul li + li {
    margin-top: 20.5128vw;
  }
  .page_all_archive .sec__news_archive .news_list ul li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .page_all_archive .sec__news_archive .news_list ul li .unit_head_warp {
    border-bottom: 1px dotted #000;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 5.1282vw;
  }
  .page_all_archive .sec__news_archive .news_list ul li .unit_head {
    display: flex;
    align-items: center;
    font-size: 2.5641vw;
    font-weight: 400;
  }
  .page_all_archive .sec__news_archive .news_list ul li .news_category {
    background-color: #494C60;
    display: flex;
    align-items: center;
    color: #fff;
    letter-spacing: 0.13em;
    text-indent: 0.13em;
    padding: 1.7949vw 3.8462vw;
    margin-left: 2.5641vw;
  }
  .page_all_archive .sec__news_archive .news_list ul li .news_date {
    background-color: #494C60;
    display: flex;
    align-items: center;
    color: #fff;
    letter-spacing: 0.13em;
    text-indent: 0.13em;
    padding: 1.7949vw 3.8462vw;
  }
  .page_all_archive .sec__news_archive .news_list ul li h3 {
    color: #494C60;
    font-size: 4.6154vw;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-top: 5.1282vw;
    margin-left: 0;
  }
  .page_all_archive .sec__news_archive .news_list ul li .unit_detail {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-top: 5.1282vw;
  }
  .page_all_archive .sec__news_archive .news_list ul li .unit_txt {
    color: #494C60;
    font-size: 4.1026vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 5.1282vw;
  }
  .page_all_archive .sec__news_archive .news_list ul li .unit_img {
    width: 100%;
    aspect-ratio: 656 / 338;
  }
  .page_all_archive .sec__news_archive .news_list ul li .unit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page_all_archive .sec__news_archive .btn_no_arrow {
    width: 66.6667vw;
    background-color: #494C60;
    margin: 25.641vw auto 0;
  }

  /**/
}
/*スマホ 表示 end*/
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　ページネーション
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* PC 表示
--------------------------------------------------------- */
.pagenation {
  text-align: center;
  margin: 200px auto 0;
}

.nav-links {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.pagenation .page-numbers {
  background-color: #494C60;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: clamp(1.4rem, 1.3rem + 0.26vw, 1.8rem) /* FontSizeClamp (14 - 18px, 390 - 1920px) */;
}

.pagenation .page-numbers.current {
  background-color: #fff;
  border: 2px solid #494C60;
  color: #494C60;
}

.pagenation .prev,
.pagenation .next {
  background-color: #494C60;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.1rem + 0.26vw, 1.6rem) /* FontSizeClamp (12 - 16px, 390 - 1920px) */;
}

.pagenation .dots {
  background-color: #494C60;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.1rem + 0.26vw, 1.6rem) /* FontSizeClamp (12 - 16px, 390 - 1920px) */;
}

/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 768px) {
  .pagenation {
    text-align: center;
    margin: 25.641vw auto 0;
  }

  .nav-links {
    display: flex;
    gap: 2.0513vw;
    justify-content: center;
  }

  .pagenation .page-numbers {
    background-color: #494C60;
    width: 11.2821vw;
    height: 11.2821vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 4.1026vw;
  }

  .pagenation .page-numbers.current {
    background-color: #fff;
    border: 2px solid #494C60;
    color: #494C60;
  }

  .pagenation .prev,
  .pagenation .next {
    background-color: #494C60;
    width: 11.2821vw;
    height: 11.2821vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 3.5897vw;
  }

  .pagenation .dots {
    background-color: #494C60;
    width: 11.2821vw;
    height: 11.2821vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 3.5897vw;
  }
}
/*スマホ 表示 end*/
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　記事 個別ページ用　　page_news page_single_article
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　KV sec__kv
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* PC 表示
--------------------------------------------------------- */
.page_single_article .sec__kv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page_single_article .sec__kv .kv_img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.page_single_article .sec__kv .kv_img::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page_single_article .sec__kv .kv_tit {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_single_article .sec__kv .kv_tit .en {
  width: 100%;
}
.page_single_article .sec__kv .kv_tit .ja {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 11px;
}

/**/
/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 1240px) {
  .page_single_article .sec__kv {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .page_single_article .sec__kv .kv_img {
    width: 100%;
    position: relative;
    z-index: -1;
  }
  .page_single_article .sec__kv .kv_img::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page_single_article .sec__kv .kv_tit {
    width: 19.7436vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page_single_article .sec__kv .kv_tit .en {
    width: 100%;
  }
  .page_single_article .sec__kv .kv_tit .ja {
    color: #ffffff;
    font-size: 3.0769vw;
    font-weight: 400;
    text-align: center;
    margin-top: 2.8205vw;
  }

  /**/
}
/*スマホ 表示 end*/
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　sec__news_single_article
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* PC 表示
--------------------------------------------------------- */
.page_single_article .sec__news_single_article {
  width: calc(100% - 4%);
  position: relative;
  margin: auto;
  /*投稿部分*/
}
.page_single_article .sec__news_single_article .sec_wrap {
  width: 100%;
  margin: auto;
  padding: 154px 0 340px;
}
.page_single_article .sec__news_single_article .sec_tit {
  width: 1290px;
  position: relative;
  margin: auto;
  padding-left: 134px;
}
.page_single_article .sec__news_single_article .sec_tit::before {
  content: '';
  background-image: url("../img/top/news_tit_icon_pc.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 114px;
  height: 114px;
  display: block;
  position: absolute;
  top: 65%;
  left: 0;
  transform: translateY(-72px);
}
.page_single_article .sec__news_single_article .sec_tit .en {
  width: 156px;
}
.page_single_article .sec__news_single_article .sec_tit .ja {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.page_single_article .sec__news_single_article .news_archive {
  max-width: 1290px;
  width: 100%;
  margin: 140px auto 0;
}
.page_single_article .sec__news_single_article .news_archive .unit_head_warp {
  border-bottom: 2px dotted #000;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.page_single_article .sec__news_single_article .news_archive .unit_head {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}
.page_single_article .sec__news_single_article .news_archive .news_category {
  background-color: #494C60;
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.13em;
  text-indent: 0.13em;
  padding: 7px 30px;
  margin-left: 20px;
}
.page_single_article .sec__news_single_article .news_archive .news_date {
  background-color: #494C60;
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.13em;
  text-indent: 0.13em;
  padding: 7px 30px;
}
.page_single_article .sec__news_single_article .news_archive h3 {
  color: #494C60;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-left: 30px;
}
.page_single_article .sec__news_single_article .news_archive .unit_detail {
  max-width: 760px;
  width: 100%;
  margin: 100px auto 0;
}
.page_single_article .sec__news_single_article .news_archive .unit_detail p {
  color: #494C60;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
.page_single_article .sec__news_single_article .news_archive .unit_detail p + p {
  margin-top: 1em;
}
.page_single_article .sec__news_single_article .news_archive .unit_detail p img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto 5em;
}
.page_single_article .sec__news_single_article .news_archive .unit_detail p + p img {
  margin-top: 5em;
}
.page_single_article .sec__news_single_article .btn_no_arrow {
  width: 483px;
  background-color: #494C60;
  font-size: 23px;
  margin: 316px auto 0;
}
.page_single_article .sec__news_single_article .btn_no_arrow a {
  padding: 28px 0;
}

/**/
/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 768px) {
  .page_single_article .sec__news_single_article {
    width: 100%;
    position: relative;
    margin: auto;
    /*投稿部分*/
  }
  .page_single_article .sec__news_single_article .sec_wrap {
    width: 100%;
    margin: auto;
    padding: 20.2564vw 0 41.0256vw;
  }
  .page_single_article .sec__news_single_article .sec_tit {
    width: 84.6154vw;
    position: relative;
    margin: auto;
    padding-left: 17.4359vw;
  }
  .page_single_article .sec__news_single_article .sec_tit::before {
    content: '';
    background-image: url("../img/top/news_tit_icon_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 12.3077vw;
    height: 12.3077vw;
    display: block;
    position: absolute;
    top: 65%;
    left: 0;
    transform: translateY(-8.4615vw);
  }
  .page_single_article .sec__news_single_article .sec_tit .en {
    width: 20vw;
  }
  .page_single_article .sec__news_single_article .sec_tit .ja {
    display: block;
    font-size: 3.5897vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 2.5641vw;
  }
  .page_single_article .sec__news_single_article .news_archive {
    width: 84.6154vw;
    margin: 26.4103vw auto 0;
  }
  .page_single_article .sec__news_single_article .news_archive .unit_head_warp {
    border-bottom: 1px dotted #000;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 5.1282vw;
  }
  .page_single_article .sec__news_single_article .news_archive .unit_head {
    display: flex;
    align-items: center;
    font-size: 2.5641vw;
    font-weight: 400;
  }
  .page_single_article .sec__news_single_article .news_archive .news_category {
    background-color: #494C60;
    display: flex;
    align-items: center;
    color: #fff;
    letter-spacing: 0.13em;
    text-indent: 0.13em;
    padding: 1.7949vw 3.8462vw;
    margin-left: 2.5641vw;
  }
  .page_single_article .sec__news_single_article .news_archive .news_date {
    background-color: #494C60;
    display: flex;
    align-items: center;
    color: #fff;
    letter-spacing: 0.13em;
    text-indent: 0.13em;
    padding: 1.7949vw 3.8462vw;
  }
  .page_single_article .sec__news_single_article .news_archive h3 {
    color: #494C60;
    font-size: 4.6154vw;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-top: 5.1282vw;
    margin-left: 0;
  }
  .page_single_article .sec__news_single_article .news_archive .unit_detail {
    max-width: 760px;
    width: 100%;
    margin: 7.6923vw auto 0;
  }
  .page_single_article .sec__news_single_article .news_archive .unit_detail p {
    color: #494C60;
    font-size: 4.1026vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .page_single_article .sec__news_single_article .news_archive .unit_detail p + p {
    margin-top: 5.1282vw;
  }
  .page_single_article .sec__news_single_article .news_archive .unit_detail p img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto 10.2564vw;
  }
  .page_single_article .sec__news_single_article .news_archive .unit_detail p + p img {
    margin-top: 10.2564vw;
  }
  .page_single_article .sec__news_single_article .btn_no_arrow {
    width: 73.3333vw;
    background-color: #494C60;
    margin: 25.641vw auto 0;
  }
  .page_single_article .sec__news_single_article .btn_no_arrow a {
    font-size: 3.5897vw;
    padding: 3.8462vw 0;
  }

  /**/
}
/*スマホ 表示 end*/
</pre></body></html>