@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;800&family=Noto+Sans+JP:wght@400;700;900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
.font-family-sample {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media print, screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

.radius50, #page-media .page-post .article-wrapper article, .article-thumb-v,
.article-thumb-h,
.article-thumb-hb {
  overflow: hidden;
}
@media print, screen and (min-width: 961px) {
  .radius50, #page-media .page-post .article-wrapper article, .article-thumb-v,
  .article-thumb-h,
  .article-thumb-hb {
    border-radius: 50px;
  }
}
@media screen and (max-width: 960px) {
  .radius50, #page-media .page-post .article-wrapper article, .article-thumb-v,
  .article-thumb-h,
  .article-thumb-hb {
    border-radius: 6.6666666667vw;
  }
}

.radius250, #page-media .article-wrapper::before {
  overflow: hidden;
}
@media print, screen and (min-width: 961px) {
  .radius250, #page-media .article-wrapper::before {
    border-radius: 250px;
  }
}
@media screen and (max-width: 960px) {
  .radius250, #page-media .article-wrapper::before {
    border-radius: 33.3333333333vw;
  }
}

.centering, .modal .modal-wrap, .page-post .archives .btn, #page-media #media-menu ul, .article-thumb-h, .article-wrap .btn {
  margin-left: auto;
  margin-right: auto;
}

/*==================================================
	DEBUG
==================================================*/
.debug {
  background-repeat: no-repeat;
  background-position: center top;
}
@media print, screen and (min-width: 961px) {
  .debug {
    background-image: url(../_debug/debug_media_pc.jpg);
    background-size: 1440px;
  }
}
@media screen and (max-width: 960px) {
  .debug {
    background-image: url(../_debug/debug_media_sp.jpg);
    background-size: 100%;
  }
}

.show-sec._showing {
  padding-top: 0 !important;
}
.show-sec._showing .bar-p {
  display: none;
}

/*==================================================
	オウンドメディア - COMMON
==================================================*/
@media print, screen and (min-width: 961px) {
  section:not(#kv) {
    padding: 100px 0;
  }
}
@media screen and (max-width: 960px) {
  section:not(#kv) {
    padding: 13.3333333333vw 0;
  }
}
section:not(#kv).gray {
  background-color: #eee;
}

@media print, screen and (min-width: 961px) {
  #page-media main section:last-child {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 960px) {
  #page-media main section:last-child {
    padding-bottom: 34.6666666667vw;
  }
}

@media print, screen and (min-width: 961px) {
  footer {
    padding-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  footer {
    margin-top: 24vw;
  }
}
@media print, screen and (min-width: 961px) {
  footer nav {
    align-items: center;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 961px) {
  .article-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  .article-wrap {
    margin-top: 9.0666666667vw;
  }
}
.article-wrap .btn {
  display: flex;
}
@media print, screen and (min-width: 961px) {
  .article-wrap .btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .article-wrap .btn {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 961px) {
  .article-wrap .more-article {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .article-wrap .more-article {
    margin-top: 4vw;
  }
}

.article-thumb-v,
.article-thumb-h,
.article-thumb-hb {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .article-thumb-v,
  .article-thumb-h,
  .article-thumb-hb {
    transition-duration: 0.25s;
  }
  .article-thumb-v:hover,
  .article-thumb-h:hover,
  .article-thumb-hb:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-v,
  .article-thumb-h,
  .article-thumb-hb {
    width: 100%;
  }
}
.article-thumb-v picture,
.article-thumb-h picture,
.article-thumb-hb picture {
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 961px) {
  .article-thumb-v picture,
  .article-thumb-h picture,
  .article-thumb-hb picture {
    border: 8px solid #fff;
    border-bottom: none;
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-v picture,
  .article-thumb-h picture,
  .article-thumb-hb picture {
    border: 1.0666666667vw solid #fff;
    border-bottom: none;
    border-radius: 6.6666666667vw 6.6666666667vw 0 0;
  }
}
.article-thumb-v picture img,
.article-thumb-h picture img,
.article-thumb-hb picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 961px) {
  .article-thumb-v div,
  .article-thumb-h div,
  .article-thumb-hb div {
    padding: 20px 34px 44px;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-v div,
  .article-thumb-h div,
  .article-thumb-hb div {
    padding: 5.3333333333vw 4.2666666667vw 8vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 961px) {
  .article-thumb-v div h3,
  .article-thumb-h div h3,
  .article-thumb-hb div h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-v div h3,
  .article-thumb-h div h3,
  .article-thumb-hb div h3 {
    font-size: 4vw;
  }
}
.article-thumb-v div p,
.article-thumb-h div p,
.article-thumb-hb div p {
  margin-top: 0.4em;
}
@media print, screen and (min-width: 961px) {
  .article-thumb-v div p,
  .article-thumb-h div p,
  .article-thumb-hb div p {
    line-height: 1.75;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-v div p,
  .article-thumb-h div p,
  .article-thumb-hb div p {
    line-height: 1.54;
  }
}
.article-thumb-v div .date,
.article-thumb-h div .date,
.article-thumb-hb div .date {
  margin-top: 1.2em;
}
.article-thumb-v div .tags,
.article-thumb-h div .tags,
.article-thumb-hb div .tags {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .article-thumb-v div .tags,
  .article-thumb-h div .tags,
  .article-thumb-hb div .tags {
    margin-top: 1.0666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .article-thumb-v div .tags li,
  .article-thumb-h div .tags li,
  .article-thumb-hb div .tags li {
    margin-top: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-v div .tags li,
  .article-thumb-h div .tags li,
  .article-thumb-hb div .tags li {
    margin-top: 0.5333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.article-thumb-v::before,
.article-thumb-h::before,
.article-thumb-hb::before {
  content: "未分類";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #fff;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 50px;
  background-color: #006dee;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media print, screen and (min-width: 961px) {
  .article-thumb-v::before,
  .article-thumb-h::before,
  .article-thumb-hb::before {
    width: 220px;
    height: 56px;
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-v::before,
  .article-thumb-h::before,
  .article-thumb-hb::before {
    width: 33.3333333333vw;
    height: 9.0666666667vw;
    border-width: 1.0666666667vw;
    font-size: 4vw;
  }
}
.article-thumb-v.odok::before,
.article-thumb-h.odok::before,
.article-thumb-hb.odok::before {
  content: "ODOK NEWS";
  background-color: #ffaf67;
}
.article-thumb-v.news::before,
.article-thumb-h.news::before,
.article-thumb-hb.news::before {
  content: "浄美社 NEWS";
  background-color: #4dcfcf;
}
.article-thumb-v.connect::before,
.article-thumb-h.connect::before,
.article-thumb-hb.connect::before {
  content: "つながり";
  background-color: #ff8597;
}
.article-thumb-v.report::before,
.article-thumb-h.report::before,
.article-thumb-hb.report::before {
  content: "レポート";
  background-color: #55d655;
}

@media print, screen and (min-width: 961px) {
  .article-thumb-v picture {
    height: 267px;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-v picture {
    height: 60vw;
  }
}

.article-thumb-h {
  flex-direction: row;
  align-items: stretch;
  border-color: #eee;
}
.gray .article-thumb-h {
  border-color: #fff;
}
@media print, screen and (min-width: 961px) {
  .article-thumb-h {
    width: 980px;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-h {
    width: 100%;
  }
}
.article-thumb-h picture {
  display: block;
  overflow: hidden;
  border: 8px solid #eee;
  border-right: none;
}
.gray .article-thumb-h picture {
  border-color: #fff;
}
@media print, screen and (min-width: 961px) {
  .article-thumb-h picture {
    width: 364px;
    min-width: 364px;
    border-radius: 50px 0 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-h picture {
    width: 32.6666666667vw;
    min-width: 32.6666666667vw;
    border-width: 1.0666666667vw;
    border-radius: 6.6666666667vw 0 0 6.6666666667vw;
  }
  .article-thumb-h picture img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.article-thumb-h div {
  width: 100%;
  border: 8px solid #eee;
}
.gray .article-thumb-h div {
  border-color: #fff;
}
@media print, screen and (min-width: 961px) {
  .article-thumb-h div {
    padding: 20px 34px 20px 24px;
    border-radius: 0 50px 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-h div {
    padding: 2.9333333333vw 2.9333333333vw 3.7333333333vw;
    border-width: 1.0666666667vw;
    border-radius: 0 6.6666666667vw 6.6666666667vw 0;
  }
  .article-thumb-h div .tags li:nth-child(even) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .article-thumb-h + .article-thumb-h {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-h + .article-thumb-h {
    margin-top: 4vw;
  }
}
.article-thumb-h::before {
  content: "未分類";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-color: #eee;
}
.gray .article-thumb-h::before {
  border-color: #fff;
}
@media print, screen and (min-width: 961px) {
  .article-thumb-h::before {
    width: 180px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-h::before {
    width: 29.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

@media print, screen and (min-width: 961px) {
  .article-thumb-hb {
    display: inline-flex;
    width: 380px;
  }
  .article-thumb-hb picture,
  .article-thumb-hb div {
    border: 6px solid #eee;
  }
  .article-thumb-hb div {
    padding: 20px;
    height: 100%;
    border-top: none;
    border-radius: 0 0 50px 50px;
  }
  .article-thumb-hb div .tags li {
    margin-top: 4px;
    margin-right: 4px;
  }
  .article-thumb-hb::before {
    border-width: 6px;
    border-color: #eee;
  }
}
@media screen and (max-width: 960px) {
  .article-thumb-hb {
    flex-direction: row;
    align-items: stretch;
    border-color: #eee;
    width: 100%;
  }
  .gray .article-thumb-hb {
    border-color: #fff;
  }
  .article-thumb-hb picture {
    display: block;
    overflow: hidden;
    border: 8px solid #eee;
    border-right: none;
    width: 32.6666666667vw;
    min-width: 32.6666666667vw;
    border-width: 1.0666666667vw;
    border-radius: 6.6666666667vw 0 0 6.6666666667vw;
  }
  .gray .article-thumb-hb picture {
    border-color: #fff;
  }
  .article-thumb-hb picture img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .article-thumb-hb div {
    border: 8px solid #eee;
    padding: 2.9333333333vw 2.9333333333vw 3.7333333333vw;
    border-width: 1.0666666667vw;
    border-radius: 0 6.6666666667vw 6.6666666667vw 0;
  }
  .gray .article-thumb-hb div {
    border-color: #fff;
  }
  .article-thumb-hb div .tags li:nth-child(even) {
    margin-right: 0;
  }
  .article-thumb-hb + .article-thumb-hb {
    margin-top: 4vw;
  }
  .article-thumb-hb::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-color: #eee;
    width: 29.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .gray .article-thumb-hb::before {
    border-color: #fff;
  }
}

@media screen and (max-width: 960px) {
  footer nav div:last-child a {
    width: 100%;
  }
}

/*==================================================
	オウンドメディア - KV
==================================================*/
#kv {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 961px) {
  #kv {
    padding-top: 291px;
  }
}
@media screen and (max-width: 960px) {
  #kv {
    padding-top: 92vw;
    background: url(../img/media_kv_sp.jpg) right top no-repeat;
    background-size: 99.2vw;
  }
}
#kv h1 {
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}
#kv h1 span {
  display: inline-block;
  border-radius: 100px;
  background-color: #006dee;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media print, screen and (min-width: 961px) {
  #kv h1 span {
    padding: 15px 38px 19px;
    font-size: 54px;
  }
}
@media screen and (max-width: 960px) {
  #kv h1 span {
    padding: 2vw 5.0666666667vw 2.5333333333vw;
    font-size: 7.2vw;
  }
}
#kv picture {
  position: absolute;
  background: transparent;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 961px) {
  #kv picture.img1 {
    width: 979px;
    top: -219px;
    left: calc(50% - 117px);
  }
}
@media screen and (max-width: 960px) {
  #kv picture.img1 {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  #kv picture.img2 {
    width: 269px;
    top: 302px;
    left: calc(50% - 545px);
  }
}
@media screen and (max-width: 960px) {
  #kv picture.img2 {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  #kv picture.img3 {
    width: 383px;
    top: 32px;
    left: calc(50% - 516px);
  }
}
@media screen and (max-width: 960px) {
  #kv picture.img3 {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  #kv picture.img4 {
    width: 231px;
    top: 381px;
    left: calc(50% + 514px);
  }
}
@media screen and (max-width: 960px) {
  #kv picture.img4 {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  #kv picture.img5 {
    width: 147px;
    top: 218px;
    left: calc(50% - 676px);
  }
}
@media screen and (max-width: 960px) {
  #kv picture.img5 {
    display: none;
  }
}

/*==================================================
	メニュー
==================================================*/
#page-media #media-menu {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 961px) {
  #page-media #media-menu {
    padding: 90px 0 60px;
  }
}
@media screen and (max-width: 960px) {
  #page-media #media-menu {
    padding: 9.3333333333vw 5.3333333333vw;
  }
}
#page-media #media-menu ul {
  display: flex;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  #page-media #media-menu ul {
    padding: 0 90px;
    max-width: 1180px;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0px 6px 7.68px 0.32px rgba(24, 24, 24, 0.1);
  }
}
@media screen and (max-width: 960px) {
  #page-media #media-menu ul {
    flex-wrap: wrap;
  }
}
#page-media #media-menu ul li {
  position: relative;
  font-weight: 500;
}
@media print, screen and (min-width: 961px) {
  #page-media #media-menu ul li {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #page-media #media-menu ul li {
    width: 33.3333333333%;
  }
  #page-media #media-menu ul li:nth-child(1), #page-media #media-menu ul li:nth-child(2) {
    width: 50%;
    border-bottom: 1px solid #dbdbdb;
  }
  #page-media #media-menu ul li:nth-child(2)::before, #page-media #media-menu ul li:nth-child(4)::before, #page-media #media-menu ul li:nth-child(5)::before {
    content: "";
    width: 1px;
    height: 4.6666666667vw;
    background-color: #dbdbdb;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
#page-media #media-menu ul li.current a {
  color: #006dee;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  #page-media #media-menu ul li.current a {
    font-weight: 700;
  }
}
#page-media #media-menu ul li.current::after {
  content: "";
  width: 100%;
  background-color: #006dee;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 961px) {
  #page-media #media-menu ul li.current::after {
    height: 2px;
    bottom: -2px;
  }
}
@media screen and (max-width: 960px) {
  #page-media #media-menu ul li.current::after {
    height: 1px;
    bottom: 0;
  }
}
#page-media #media-menu ul li a {
  display: block;
}
@media print, screen and (min-width: 961px) {
  #page-media #media-menu ul li a {
    padding: 13px 0;
  }
  #page-media #media-menu ul li a:hover {
    color: #006dee;
  }
}
@media screen and (max-width: 960px) {
  #page-media #media-menu ul li a {
    padding: 2.6666666667vw 0;
  }
}
#page-media #media-menu ul.odok li:nth-child(2) a, #page-media #media-menu ul.news li:nth-child(3) a, #page-media #media-menu ul.connect li:nth-child(4) a, #page-media #media-menu ul.report li:nth-child(5) a {
  color: #006dee;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  #page-media #media-menu ul.odok li:nth-child(2) a, #page-media #media-menu ul.news li:nth-child(3) a, #page-media #media-menu ul.connect li:nth-child(4) a, #page-media #media-menu ul.report li:nth-child(5) a {
    font-weight: 700;
  }
}
#page-media #media-menu ul.odok li:nth-child(2)::after, #page-media #media-menu ul.news li:nth-child(3)::after, #page-media #media-menu ul.connect li:nth-child(4)::after, #page-media #media-menu ul.report li:nth-child(5)::after {
  content: "";
  width: 100%;
  background-color: #006dee;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 961px) {
  #page-media #media-menu ul.odok li:nth-child(2)::after, #page-media #media-menu ul.news li:nth-child(3)::after, #page-media #media-menu ul.connect li:nth-child(4)::after, #page-media #media-menu ul.report li:nth-child(5)::after {
    height: 2px;
    bottom: -2px;
  }
}
@media screen and (max-width: 960px) {
  #page-media #media-menu ul.odok li:nth-child(2)::after, #page-media #media-menu ul.news li:nth-child(3)::after, #page-media #media-menu ul.connect li:nth-child(4)::after, #page-media #media-menu ul.report li:nth-child(5)::after {
    height: 1px;
    bottom: 0;
  }
}
@media print, screen and (min-width: 961px) {
  #page-media #media-menu .lead {
    margin-top: 60px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  #page-media #media-menu .lead {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
    text-align: left;
  }
}
@media print, screen and (min-width: 961px) {
  #page-media #media-menu .select-wrap {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #page-media #media-menu .select-wrap {
    display: flex;
    justify-content: center;
    margin-top: 8vw;
  }
  #page-media #media-menu .select-wrap a {
    padding-left: 6.4vw;
    width: 34.6666666667vw;
    height: 12vw;
    background-color: #ff917f;
    background-image: url(../img/icon_arrow_select.png);
    background-size: 3.4666666667vw;
    background-position: right 6vw center;
  }
  #page-media #media-menu .select-wrap a + a {
    margin-left: 4.6666666667vw;
  }
}

/*==================================================
	最新の記事／記事詳細
==================================================*/
#page-media .article-wrapper {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #page-media .article-wrapper {
    margin-bottom: 100px;
    padding: 70px 0;
  }
}
@media screen and (max-width: 960px) {
  #page-media .article-wrapper {
    margin-bottom: 13.3333333333vw;
    padding: 9.3333333333vw 0;
  }
}
#page-media .article-wrapper h2 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  #page-media .article-wrapper h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  #page-media .article-wrapper h2 {
    font-size: 5.3333333333vw;
  }
}
#page-media .article-wrapper::before {
  content: "";
  display: block;
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #d0e6ff;
  position: absolute;
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 961px) {
  #page-media .article-wrapper::before {
    width: calc(50% + 484px);
  }
}
@media screen and (max-width: 960px) {
  #page-media .article-wrapper::before {
    width: 84vw;
  }
}
@media print, screen and (min-width: 961px) {
  #page-media .article-wrapper .wrapper > div {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
  }
}
@media screen and (max-width: 960px) {
  #page-media .article-wrapper .wrapper > div {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  #page-media .article-wrapper .wrapper > div .article-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
    width: calc(100% - 300px);
  }
}
@media print, screen and (min-width: 961px) {
  #page-media .article-wrapper .wrapper > div .article-wrap .article-thumb-v {
    width: calc(50% - 15px);
  }
  #page-media .article-wrapper .wrapper > div .article-wrap .article-thumb-v:first-child {
    width: 100%;
  }
  #page-media .article-wrapper .wrapper > div .article-wrap .article-thumb-v:first-child picture {
    height: 510px;
  }
  #page-media .article-wrapper .wrapper > div .article-wrap .article-thumb-v:first-child div {
    padding-left: 42px;
    padding-right: 42px;
  }
  #page-media .article-wrapper .wrapper > div .article-wrap .article-thumb-v:first-child div h3 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  #page-media .article-wrapper .wrapper > div .article-wrap .article-thumb-v:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  #page-media .article-wrapper .wrapper > div .article-wrap .article-thumb-v:nth-child(n+2) {
    margin-top: 4vw;
  }
}
#page-media .article-wrapper .wrapper > div .article-wrap .no-post {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  #page-media .article-wrapper .wrapper > div .article-wrap .no-post {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  #page-media .article-wrapper .wrapper > div .article-wrap .no-post {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 961px) {
  #page-media .article-wrapper .wrapper > div .side {
    display: flex;
    flex-direction: column;
    margin-left: 60px;
    width: 240px;
    text-align: center;
  }
  #page-media .article-wrapper .wrapper > div .side h3 {
    padding: 14px;
    border-radius: 35px 35px 0 0;
    background-color: #ff917f;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }
  #page-media .article-wrapper .wrapper > div .side ul,
  #page-media .article-wrapper .wrapper > div .side p {
    margin-bottom: 30px;
    padding: 0 25px 3px;
    border-radius: 0 0 35px 35px;
    background-color: #fff;
    font-weight: 500;
  }
  #page-media .article-wrapper .wrapper > div .side ul li + li, #page-media .article-wrapper .wrapper > div .side ul li + a,
  #page-media .article-wrapper .wrapper > div .side ul a + li,
  #page-media .article-wrapper .wrapper > div .side ul a + a,
  #page-media .article-wrapper .wrapper > div .side p li + li,
  #page-media .article-wrapper .wrapper > div .side p li + a,
  #page-media .article-wrapper .wrapper > div .side p a + li,
  #page-media .article-wrapper .wrapper > div .side p a + a {
    border-top: 1px solid #d6d6d6;
  }
  #page-media .article-wrapper .wrapper > div .side ul a,
  #page-media .article-wrapper .wrapper > div .side p a {
    display: block;
    padding: 14px 0;
    font-size: 1rem !important;
  }
  #page-media .article-wrapper .wrapper > div .side ul a.current,
  #page-media .article-wrapper .wrapper > div .side p a.current {
    color: #006dee;
    font-weight: 700;
  }
  #page-media .article-wrapper .wrapper > div .side ul a:hover,
  #page-media .article-wrapper .wrapper > div .side p a:hover {
    color: #006dee;
  }
}
@media screen and (max-width: 960px) {
  #page-media .article-wrapper .wrapper > div .side {
    display: none;
  }
}
#page-media .article-wrapper .wrapper > div .side .wp-block-tag-cloud a::before {
  content: "#";
  display: inline;
}

@media print, screen and (min-width: 961px) {
  #page-media .page-archive .article-wrapper {
    padding: 10px 0 70px;
  }
}
@media screen and (max-width: 960px) {
  #page-media .page-archive .article-wrapper {
    padding: 2.6666666667vw 0 13.3333333333vw;
  }
}

/*==================================================
	記事詳細
==================================================*/
@media print, screen and (min-width: 961px) {
  #page-media .page-post .article-wrapper {
    margin-top: 20px;
    padding: 24px 0 70px;
  }
}
@media screen and (max-width: 960px) {
  #page-media .page-post .article-wrapper {
    padding: 2.6666666667vw 0 13.3333333333vw;
  }
}
#page-media .page-post .article-wrapper article {
  background-color: #fff;
}
@media print, screen and (min-width: 961px) {
  #page-media .page-post .article-wrapper article {
    padding: 100px 50px 80px;
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 960px) {
  #page-media .page-post .article-wrapper article {
    padding: 13.3333333333vw 4vw 13.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  #page-media .page-post .article-wrapper article .article-header {
    display: flex;
    line-height: 1;
  }
}
@media print, screen and (min-width: 961px) {
  #page-media .page-post .article-wrapper article .article-header .date {
    margin-right: 20px;
    padding-top: 9px;
    font-size: 1rem;
    font-weight: 400;
  }
}
#page-media .page-post .article-wrapper article .article-header .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 961px) {
  #page-media .page-post .article-wrapper article .article-header .tags li {
    margin: 4px;
  }
}
@media screen and (max-width: 960px) {
  #page-media .page-post .article-wrapper article .article-header .tags li {
    margin: 0.5333333333vw;
  }
}
#page-media .page-post .article-wrapper article > h2 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media print, screen and (min-width: 961px) {
  #page-media .page-post .article-wrapper article > h2 {
    margin-top: 24px;
    font-size: 36px;
    line-height: 1.555;
  }
}
@media screen and (max-width: 960px) {
  #page-media .page-post .article-wrapper article > h2 {
    margin-top: 3.2vw;
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
}
#page-media .page-post .article-wrapper article > picture,
#page-media .page-post .article-wrapper article figure {
  display: block;
}
@media print, screen and (min-width: 961px) {
  #page-media .page-post .article-wrapper article > picture,
  #page-media .page-post .article-wrapper article figure {
    margin-top: 40px;
  }
  #page-media .page-post .article-wrapper article > picture:not(.cover),
  #page-media .page-post .article-wrapper article figure:not(.cover) {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  #page-media .page-post .article-wrapper article > picture,
  #page-media .page-post .article-wrapper article figure {
    margin-top: 5.3333333333vw;
  }
  #page-media .page-post .article-wrapper article > picture:not(.cover),
  #page-media .page-post .article-wrapper article figure:not(.cover) {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
#page-media .page-post .article-wrapper article > picture img,
#page-media .page-post .article-wrapper article figure img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 961px) {
  #page-media .page-post .article-wrapper article > picture img,
  #page-media .page-post .article-wrapper article figure img {
    border-radius: 50px;
  }
}
@media screen and (max-width: 960px) {
  #page-media .page-post .article-wrapper article > picture img,
  #page-media .page-post .article-wrapper article figure img {
    border-radius: 6.6666666667vw;
  }
}
#page-media .page-post .article-wrapper article > picture.kaku img,
#page-media .page-post .article-wrapper article figure.kaku img {
  border-radius: 0;
}
@media print, screen and (min-width: 961px) {
  #page-media .page-post .article-wrapper article > div {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  #page-media .page-post .article-wrapper article > div {
    margin-top: 5.3333333333vw;
  }
}
#page-media .page-post .article-wrapper article .wp-block-file .wp-block-file__button {
  background-color: #006dee;
  color: #fff;
  padding: 0.4em 1em;
}
@media print, screen and (min-width: 961px) {
  #page-media .page-post .article-wrapper article > p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  #page-media .page-post .article-wrapper article > p {
    margin-top: 5.3333333333vw;
    line-height: 1.6;
  }
}
#page-media .page-post .article-wrapper article::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #fff;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 50px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media print, screen and (min-width: 961px) {
  #page-media .page-post .article-wrapper article::before {
    width: 220px;
    height: 56px;
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  #page-media .page-post .article-wrapper article::before {
    width: 33.3333333333vw;
    height: 9.0666666667vw;
    border-width: 1.0666666667vw;
    font-size: 4vw;
  }
}
#page-media .page-post .article-wrapper article.odok::before {
  content: "ODOK NEWS";
  background-color: #ffaf67;
}
#page-media .page-post .article-wrapper article.news::before {
  content: "浄美社 NEWS";
  background-color: #4dcfcf;
}
#page-media .page-post .article-wrapper article.connect::before {
  content: "つながり";
  background-color: #ff8597;
}
#page-media .page-post .article-wrapper article.report::before {
  content: "レポート";
  background-color: #55d655;
}

/*==================================================
	アーカイブ一覧
==================================================*/
@media print, screen and (min-width: 961px) {
  .archives {
    margin-top: -160px;
  }
}
@media screen and (max-width: 960px) {
  .archives {
    margin-top: -24vw;
  }
}
@media print, screen and (min-width: 961px) {
  .archives .article-thumb-h picture,
  .archives .article-thumb-h div, .archives .article-thumb-h::before {
    border-width: 4px;
  }
}
.archives .btn {
  cursor: pointer;
}

@media print, screen and (min-width: 961px) {
  .page-post .archives {
    margin-top: -100px;
  }
  .page-post .archives .article-wrap {
    display: flex;
    margin-top: 80px;
  }
  .page-post .archives .article-wrap a + a {
    margin-left: 20px;
  }
  .page-post .archives .article-wrap a picture {
    height: 267px;
    min-height: 267px;
  }
  .page-post .archives .article-wrap a picture img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .page-post .archives .article-wrap a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .page-post .archives .article-wrap a p:not(.date) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3.5em;
    overflow: hidden;
  }
  .page-post .archives .article-wrap a .tags {
    min-height: 50px;
  }
}
@media screen and (max-width: 960px) {
  .page-post .archives {
    margin-top: -13.3333333333vw;
  }
  .page-post .archives .article-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 10.6666666667vw;
  }
  .page-post .archives .article-wrap a {
    width: 100%;
  }
  .page-post .archives .article-wrap a + a {
    margin-top: 4vw;
  }
  .page-post .archives .article-wrap a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .page-post .archives .article-wrap a p:not(.date) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 4.5em;
    overflow: hidden;
  }
}
.page-post .archives .no-related {
  margin-bottom: -2em;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .page-post .archives .no-related {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .page-post .archives .no-related {
    font-size: 3.4666666667vw;
  }
}
.page-post .archives .btn {
  display: flex;
}

/*==================================================
	モーダル
==================================================*/
.modal {
  padding: 5.3333333333vw;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(300%);
}
.modal.active {
  transform: translateX(0);
}
.modal .modal-wrap {
  padding: 6.6666666667vw 7.3333333333vw 13.3333333333vw;
  width: 89.3333333333vw;
  border-radius: 6.6666666667vw;
  background-color: #fff;
  text-align: center;
  display: none;
}
.modal .modal-wrap.active {
  display: block;
}
.modal .modal-wrap h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.3333333333vw;
}
.modal .modal-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal .modal-wrap ul li {
  margin-top: 5.3333333333vw;
}
.modal .modal-wrap ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.6666666667vw;
  width: 35.4666666667vw;
  height: 12.6666666667vw;
  border: 0.8vw solid #eee;
  border-radius: 100px;
  background: #fff;
  font-weight: 700;
  line-height: 1.25;
}
.modal .modal-wrap ul li a.current {
  border: none;
  background-color: #006dee;
  color: #fff;
  pointer-events: none;
}
.modal .modal-wrap .close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 13.3333333333vw;
  width: 37.3333333333vw;
  height: 10.8vw;
  border-radius: 100px;
  background: #dbdbdb;
  font-weight: 700;
}