@charset "UTF-8";
/* ---------------------------------------
    新着情報
-----------------------------------------*/
/* header
--------------------------------*/
#header {
  background-color: #FFF8F6;
}
#header .header_wrap {
  border-bottom: 1px solid #D0CDCC;
}
#header:not(.navOpen) .header_wrap .logo a {
  background: url(../img/common/logo_black.png) no-repeat center/contain;
}
#header:not(.navOpen) .header_wrap .logo a img {
  opacity: 0;
}
#header .nav_wrap * {
  color: #181414 !important;
}
#header .nav_wrap a span.txt {
  background-image: linear-gradient(90deg, #181414, #181414);
}
#header .nav_wrap .utility .links_list li .ico svg path,
#header .nav_wrap .utility .sub .search:not(.is-open) .search_btn .ico svg rect {
  fill: #181414;
}
#header .nav_wrap .utility .sub .lang .lang_btn .ico svg path,
#header .nav_wrap .utility .sub .search:not(.is-open) .search_btn .ico svg path {
  stroke: #181414;
}
#header .nav_wrap .utility .sub .lang .lang_btn .txt,
#header .nav_wrap .utility .sub .search .search_input,
#header .nav_wrap .utility .sub .search.is-open .search_btn {
  border-color: #181414;
}

/* common
--------------------------------*/
.contents_wrap {
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .contents_wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 15.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    padding-bottom: 9.6rem;
  }
}
.contents_wrap .side {
  width: 26.4rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side {
    width: 100%;
    margin-top: 7.2rem;
  }
}
.contents_wrap .side .side_nav {
  padding-top: 1.6rem;
  border-top: 1px solid #D0CDCC;
}
.contents_wrap .side .side_nav + .side_nav {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side .side_nav + .side_nav {
    margin-top: 4rem;
  }
}
.contents_wrap .side .side_nav .ttl {
  color: #7A7875;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.8rem;
}
.contents_wrap .side .side_nav .ttl::before, .contents_wrap .side .side_nav .ttl::after {
  content: "";
  width: 1px;
  height: 1.1rem;
  background-color: #7A7875;
  position: absolute;
  left: 0.4rem;
  top: -0.1rem;
}
.contents_wrap .side .side_nav .ttl::before {
  rotate: 45deg;
}
.contents_wrap .side .side_nav .ttl::after {
  rotate: -45deg;
}
.contents_wrap .side .side_nav .list {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side .side_nav .list {
    margin-top: 2.4rem;
  }
}
.contents_wrap .side .side_nav .list li {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
}
.contents_wrap .side .side_nav .list li + li {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side .side_nav .list li + li {
    margin-top: 2rem;
  }
}
.contents_wrap .side .side_nav .list li a {
  display: inline-block;
}
.contents_wrap .side .side_nav .list li a span.txt {
  padding-bottom: 0.3rem;
  background-image: linear-gradient(90deg, #181414, #181414);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .contents_wrap .side .side_nav .list li a:hover .txt {
    background-size: 100% 1px;
  }
}
.contents_wrap .side .side_nav .list li.is-current {
  color: #D0CDCC;
}
.contents_wrap .side .side_nav .list li.is-current a span.txt {
  background: none;
}
.contents_wrap .contents {
  width: 80rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .contents {
    width: 100%;
  }
}

.post_pager {
  padding-top: 3.2rem;
  border-top: 1px solid rgba(122, 120, 117, 0.4);
}
@media screen and (max-width: 767px) {
  .post_pager {
    padding-top: 2.4rem;
    margin-top: 4.8rem;
  }
}
.post_pager .btn_back a {
  width: 14.7rem;
  border-radius: 100vh;
}

/* sec_news_archive
--------------------------------*/
#sec_news_archive .news_mv img {
  width: 100%;
}
#sec_news_archive .sec_ttl {
  font-weight: 500;
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  #sec_news_archive .sec_ttl {
    margin-top: 3.2rem;
  }
}
#sec_news_archive .news_list {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #sec_news_archive .news_list {
    margin-top: 4.2rem;
  }
}
#sec_news_archive .news_list .item + .item {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #sec_news_archive .news_list .item + .item {
    margin-top: 4.2rem;
  }
}
#sec_news_archive .news_list .item a {
  display: block;
}
#sec_news_archive .news_list .item .info {
  display: flex;
  align-items: flex-start;
  gap: 0 1.3rem;
}
@media screen and (max-width: 767px) {
  #sec_news_archive .news_list .item .info {
    gap: 0 1.6rem;
  }
}
#sec_news_archive .news_list .item .info .date {
  width: 4.5em;
  color: #7A7875;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1;
}
#sec_news_archive .news_list .item .info .cate {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
}
#sec_news_archive .news_list .item .ttl {
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_news_archive .news_list .item .ttl {
    margin-top: 1rem;
  }
}
#sec_news_archive .news_list .item .ttl span {
  padding-bottom: 0.3rem;
  background-image: linear-gradient(90deg, #181414, #181414);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  #sec_news_archive .news_list .item a:hover .ttl span {
    background-size: 100% 1px;
  }
}
#sec_news_archive._related {
  margin-top: 9.6rem;
}
#sec_news_archive._related .sec_ttl {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
}
#sec_news_archive._related .news_list {
  margin-top: 5rem;
}

/* sec_news_post
--------------------------------*/
#sec_news_post .post_head {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid rgba(122, 120, 117, 0.4);
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_head {
    padding-bottom: 2.4rem;
  }
}
#sec_news_post .post_head .info {
  display: flex;
  align-items: flex-start;
  gap: 0 1.3rem;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_head .info {
    gap: 0 1.6rem;
  }
}
#sec_news_post .post_head .info .date {
  width: 4.5em;
  color: #7A7875;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1;
}
#sec_news_post .post_head .info .cate {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
}
#sec_news_post .post_head .ttl {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.8125;
  letter-spacing: 0.2em;
  word-break: normal;
  overflow-wrap: break-word;
  margin-top: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_head .ttl {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 1rem;
  }
}
#sec_news_post .post_head .ttl span {
  padding-bottom: 0.3rem;
  background-image: linear-gradient(90deg, #181414, #181414);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s ease-out;
}
#sec_news_post .post_main {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main {
    margin-top: 3.2rem;
  }
}
#sec_news_post .post_main * {
  word-break: normal;
  overflow-wrap: break-word;
}
#sec_news_post .post_main > *:first-child {
  margin-top: 0 !important;
}
#sec_news_post .post_main > *:last-child {
  margin-bottom: 0 !important;
}
#sec_news_post .post_main p {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main p {
    margin: 0 0 1.6rem;
  }
}
#sec_news_post .post_main a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #sec_news_post .post_main a img {
    transition: opacity 0.3s ease-out;
    cursor: pointer;
  }
  #sec_news_post .post_main a img:hover {
    opacity: 0.6;
  }
}
#sec_news_post .post_main h2, #sec_news_post .post_main h3, #sec_news_post .post_main h4, #sec_news_post .post_main h5 {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#sec_news_post .post_main h2 {
  font-size: 2.4rem;
  margin: 3em 0 1.5em;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main h2 {
    font-size: 1.8rem;
    margin: 4rem 0 1.6rem;
  }
}
#sec_news_post .post_main h3 {
  font-size: 2rem;
  margin: 2.8em 0 1.2em;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main h3 {
    font-size: 1.5rem;
    margin: 2.4rem 0 0.8rem;
  }
}
#sec_news_post .post_main figure, #sec_news_post .post_main .wp-block-image {
  max-width: 100%;
}
#sec_news_post .post_main figure figcaption, #sec_news_post .post_main .wp-block-image figcaption {
  display: block;
  text-align: left;
  color: #7A7875;
  font-size: 1.2rem;
  line-height: 1.0833333333;
  letter-spacing: 0.015em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main figure figcaption, #sec_news_post .post_main .wp-block-image figcaption {
    margin-top: 0.8rem;
  }
}
#sec_news_post .post_main figure.size-full, #sec_news_post .post_main .wp-block-image.size-full {
  display: block;
}
#sec_news_post .post_main figure.size-full img, #sec_news_post .post_main .wp-block-image.size-full img {
  width: 100%;
}
#sec_news_post .post_main > figure {
  margin: 6rem auto;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main > figure {
    margin: 2.4rem auto;
  }
}
#sec_news_post .post_main ul, #sec_news_post .post_main ol {
  margin: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main ul, #sec_news_post .post_main ol {
    margin: 1.6rem 0;
  }
}
#sec_news_post .post_main ul li, #sec_news_post .post_main ol li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main ul li, #sec_news_post .post_main ol li {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
#sec_news_post .post_main ul li + li, #sec_news_post .post_main ol li + li {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main ul li + li, #sec_news_post .post_main ol li + li {
    margin-top: 0.4rem;
  }
}
#sec_news_post .post_main ul li {
  padding-left: 1.5rem;
}
#sec_news_post .post_main ul li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: 1.1rem;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main ul li::before {
    top: 0.9rem;
  }
}
#sec_news_post .post_main ol {
  counter-reset: item;
}
#sec_news_post .post_main ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#sec_news_post .post_main ol li:nth-child(n+10) {
  padding-left: 2em;
  text-indent: -2em;
}
#sec_news_post .post_main ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 0.5em;
}
#sec_news_post .post_main iframe, #sec_news_post .post_main video {
  display: block;
  max-width: 40rem;
  aspect-ratio: 16/9;
  margin: 6rem auto;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main iframe, #sec_news_post .post_main video {
    max-width: inherit;
    width: 100%;
    margin: 3rem auto;
  }
}
#sec_news_post .post_main .aligncenter {
  display: block;
  margin: 6rem auto;
}
#sec_news_post .post_main .aligncenter img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main .aligncenter img {
    width: 100%;
    margin: 2.4rem auto;
  }
}
#sec_news_post .post_main .alignright {
  float: right;
  margin-left: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main .alignright {
    display: block;
    float: none;
    margin: 0 auto;
  }
  #sec_news_post .post_main .alignright img {
    display: block;
    width: 100%;
    margin: auto;
  }
}
#sec_news_post .post_main .alignleft {
  float: left;
  margin-right: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main .alignleft {
    display: block;
    float: none;
    margin: 0 auto;
  }
  #sec_news_post .post_main .alignleft img {
    display: block;
    width: 100%;
    margin: auto;
  }
}
#sec_news_post .post_main blockquote {
  font-size: 1.6rem;
  line-height: 2;
  padding: 2rem;
  border: 1px solid #7A7875;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main blockquote {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    padding: 1.2rem;
    margin: 3rem 0;
  }
}
#sec_news_post .post_main blockquote > *:first-child {
  margin-top: 0;
}
#sec_news_post .post_main blockquote > *:last-child {
  margin-bottom: 0;
}
#sec_news_post .post_main .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  margin: 4.4rem auto 5.7rem;
}
@media screen and (max-width: 767px) {
  #sec_news_post .post_main .wp-block-columns {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin: 2.4rem auto;
  }
}
#sec_news_post .post_main .wp-block-columns > * {
  margin: 0;
}
#sec_news_post .post_main .wp-block-columns figure {
  text-align: center;
  margin: 0 auto;
}

/* 英語ページ
--------------------------------*/
html[lang=en] #page_ttl .ttl .en {
  display: none;
}
html[lang=en] #sec_news_archive .sec_ttl .ja {
  text-transform: none;
}

/* 中国語ページ
--------------------------------*/
html[lang=zh] #page_ttl .ttl .en {
  display: none;
}