@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Noto Sans JP, sans-serif;
  font-feature-settings: "palt" 1;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

img {
  border: 0;
}

/*
------------------- */
.head-box {
  width: 96%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: clamp(20px, 4vw, 20px);
}

.head-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.head-site-info {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 74px);
}

.site-name {
  width: min(554px, 30vw);
  height: auto;
}
.site-name a {
  line-height: 0;
}
.site-name img {
  width: 100%;
  height: auto;
}

.head-info {
  margin-top: 0;
  width: min(537px, 28vw);
}
.head-info img {
  width: 100%;
  height: auto;
}
.head-info h2 {
  margin: 0;
  padding: 0;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 130%;
  line-height: 1.05;
  letter-spacing: -0.01em;
  font-kerning: normal;
}
.head-info p {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 130%;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.head-info .f1 {
  margin: 0;
  padding: 0;
}
.head-info .f2 {
  margin-top: 18px;
  padding: 0;
}

.translate {
  grid-area: cc;
  margin-left: auto;
  margin-right: 0;
}

.head-link {
  grid-area: dd;
  margin-left: auto;
  margin-right: 0;
}

/*　切り替えトグル
------------------- */
.tr-switch {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 110px;
}

.tr-switch li {
  flex: 1;
  text-align: center;
}

.tr-switch a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ON（黒） */
.tr-switch .on a {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

/* OFF（グレー） */
.tr-switch .off a {
  background: #fff;
  color: #000;
  border: 1px solid #333;
}

/* LOGO
------------------- */
.items-ls {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tuad a {
  display: block;
  background-image: url(../images/tuad.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  text-indent: -9999px;
  overflow: hidden;
}
.tuad a:hover {
  opacity: 0.7;
}

/* top page hero
------------------- */
.hero-box {
  border-top: 1px solid #000;
  width: 96%;
  margin: 0 auto 0;
}

.slick-heros {
  aspect-ratio: 2560/1200;
}
.slick-heros img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.slick-prev {
  left: 25px;
  z-index: 10;
}

.slick-next {
  right: 25px;
}

/*
------------------- */
.top-articles {
  padding-top: 50px;
  padding-bottom: 80px;
}

.top-posts-head {
  border-top: 1px solid #ddd;
  max-width: 1440px;
  width: 96%;
  margin: 0 auto;
  padding-top: 36px;
  padding-left: 24px;
}

.top-posts-inner {
  width: 96%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 60px;
}

.posts-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.posts-box:hover {
  filter: brightness(80%);
}

.posts-title {
  font-size: 1.8em;
  padding-left: 0.2em;
}

/*
------------------- */
.foot-box {
  position: relative;
  background-color: #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 6px solid #999;
}

.foot-inner {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.foot-site-name {
  font-size: 1.28em;
  margin-bottom: 0.6em;
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.foot-site-name:hover {
  opacity: 0.75;
}

.copyright {
  text-align: center;
  font-size: 14px;
  padding-top: 30px;
}

.page-top {
  position: absolute;
  top: 30px;
  right: 50px;
}
.page-top a {
  display: block;
  background-image: url(../images/top-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: auto;
  aspect-ratio: 24/14.15;
  text-indent: -9999px;
}
.page-top a:hover {
  opacity: 0.45;
}

/* hero image
------------------- */
.post-hero-box {
  border-top: 1px solid #000;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.top-hero-img {
  overflow: hidden;
  width: 100%;
  height: 1000px;
}
.top-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.top-hero-img .pos-center {
  -o-object-position: right 30%;
     object-position: right 30%;
}

.head-caption {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.6em;
  color: #003b87;
  font-size: 14px;
}

/*
------------------- */
.article-content {
  padding-top: 50px;
  margin: auto;
}
.article-content h2 {
  font-weight: 600;
  font-size: 1.86em;
  margin: 0 0 24px;
  padding: 0;
  line-height: 1.2;
}
.article-content h3 {
  font-size: 1.84em;
  margin: 0 0 24px;
  padding: 0;
  line-height: 1.2;
}
.article-content .post_sub {
  font-size: 2em;
}
.article-content .posts_writer {
  color: #333;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0;
}
.article-content .writer-profile {
  font-size: 0.9em;
}
.article-content .rireki-head {
  font-size: 1.1em;
  margin-bottom: 0.6em;
}
.article-content .rireki {
  font-size: 1.1em;
  color: #444;
}
.article-content .cl-artest {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 16px;
}
.article-content .artest-name {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.55em;
}
.article-content .artest-profile {
  font-size: 0.86em;
  color: #444;
}

.article-inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.article-inner p {
  font-weight: 400;
  font-size: 1.25em;
  margin: 0 0 24px;
  padding: 0;
  line-height: 1.6;
  text-align: justify;
}

.article-inner-en {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.article-inner-en p {
  font-weight: 400;
  font-size: 1.25em;
  margin: 0 0 24px;
  padding: 0;
  line-height: 1.6;
  text-align: left;
}

.listener {
  font-weight: 600 !important;
}

.post_head {
  margin: 0 0 24px;
  padding: 0;
  font-weight: 600;
  font-size: 2.8em;
  line-height: 1.6;
  letter-spacing: 0em;
}

.post_content {
  letter-spacing: 0em;
}

.posts-image-box {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.posts-image-box-l {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.posts-image-box-s {
  width: 400px;
  margin: 0 auto 60px;
}

.posts-image-box-2c {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
}

.caption {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0em;
  color: #003b87;
  font-size: 18px;
  text-align: justify;
}

.caption-en {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0em;
  color: #003b87;
  font-size: 18px;
}

/*
------------------- */
.under-other-links {
  width: 96%;
  max-width: 900px;
  margin: 140px auto 120px;
}
.under-other-links h2 {
  font-size: 1.5em;
  padding-left: 0.65em;
  padding-bottom: 0.4em;
  padding-top: 0.6em;
  border-top: 2px solid #000;
}

.other-posts-list {
  width: 96%;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-around;
  margin: auto;
}
.other-posts-list .posts-title {
  font-size: 1em;
}
.other-posts-list .posts-title:hover {
  opacity: 0.6;
}

/*
------------------- */
.sp-only {
  display: none;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

@media screen and (max-width: 600px) {
  .sp-only {
    display: block;
  }
  .head-box {
    width: 90%;
    max-width: initial;
    margin-bottom: 0;
  }
  .head-inner {
    width: 100%;
    flex-direction: column;
  }
  .head-site-info {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 6vw;
  }
  .site-name {
    width: 100%;
  }
  .head-info {
    margin-top: 0;
    width: 96%;
  }
  .translate {
    width: initial;
  }
  .head-link {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .hero-box {
    width: 90%;
  }
  .post-hero-box {
    width: 90%;
  }
  .post-img-1 {
    -o-object-position: 32% bottom !important;
       object-position: 32% bottom !important;
  }
  .post-img-3 {
    -o-object-position: right 30% !important;
       object-position: right 30% !important;
  }
  .post-img-4 {
    -o-object-position: 66% bottom !important;
       object-position: 66% bottom !important;
  }
  .top-posts-inner {
    width: 90%;
    max-width: initial;
    margin: 0 auto;
    padding-top: 60px;
    grid-template-columns: 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 60px;
  }
  .posts-title {
    font-size: 1.4em;
  }
  /* 
  ------------------- */
  .article-inner {
    width: 90%;
    max-width: initial;
    margin: 0 auto;
  }
  .article-inner p {
    font-weight: 400;
    font-size: 1em;
    margin: 0 0 24px;
    padding: 0;
    line-height: 1.6;
  }
  .article-inner-en {
    width: 90%;
    max-width: initial;
    margin: 0 auto;
  }
  .article-inner-en p {
    font-weight: 400;
    font-size: 1em;
    margin: 0 0 24px;
    padding: 0;
    line-height: 1.6;
    text-align: left;
  }
  .posts-image-box {
    width: 96%;
    margin: 60px auto;
  }
  .posts-image-box img {
    width: 100%;
    height: auto;
  }
  .posts-image-box-l {
    width: 100%;
    margin: 60px auto;
  }
  .posts-image-box-l img {
    width: 100%;
    height: auto;
  }
  .posts-image-box-s {
    width: 96%;
    margin: 0 auto 60px;
  }
  .posts-image-box-s img {
    width: 100%;
    height: auto;
  }
  .posts-image-box-2c {
    width: 96%;
    margin: 60px auto;
    display: block;
  }
  .posts-image-box-2c img {
    width: 100%;
    height: auto;
  }
  .caption {
    padding-left: 0.3em;
    font-size: 14px;
  }
  .caption-en {
    padding-left: 0.3em;
    font-size: 14px;
  }
  .page-top {
    top: 20px;
    right: 20px;
  }
  .address {
    padding-top: 20px;
  }
  .under-other-links {
    max-width: initial;
    margin: 140px auto 60px;
  }
  .other-posts-list {
    width: 90%;
    flex-direction: column;
    gap: 20px;
  }
}