@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.journal
------------------------------ */
.journal {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .journal {
    padding: 4rem 0 12rem;
  }
}
.journal .wrap {
  max-width: 117.7rem;
}
.journal .page_ttl {
  margin-bottom: 22rem;
}
@media screen and (max-width: 768px) {
  .journal .page_ttl {
    margin-bottom: 6rem;
  }
}
.journal .journal_top {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_top {
    margin-bottom: 4rem;
  }
}
.journal .journal_top .ttl {
  margin-bottom: 8rem;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_top .ttl {
    margin-bottom: 6rem;
    font-size: 2.4rem;
  }
}
.journal .journal_top .journal_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 4rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_top .journal_nav_list {
    gap: 1rem 3rem;
  }
}
.journal .journal_top .journal_nav_list .journal_nav_item a {
  padding: 0.2rem;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
}
.journal .journal_top .journal_nav_list .journal_nav_item.current a {
  border-color: #161616;
}
.journal .journal_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5.6rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_list {
    gap: 2rem;
  }
}
.journal .journal_list .journal_item {
  width: calc(33.3333% - 3.8rem);
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item {
    width: calc(50% - 1rem);
  }
}
.journal .journal_list .journal_item .img {
  position: relative;
  padding-top: 56.447%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item .img {
    padding-top: 69.685%;
  }
}
.journal .journal_list .journal_item .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.journal .journal_list .journal_item .txt_box {
  padding: 3rem 3rem 7.3rem;
}
@media screen and (min-width: 769px) {
  .journal .journal_list .journal_item .txt_box {
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item .txt_box {
    padding: 2rem 0;
  }
}
.journal .journal_list .journal_item .txt_box .date_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item .txt_box .date_box {
    gap: 0.8rem 1rem;
  }
}
.journal .journal_list .journal_item .txt_box .date_box .tag {
  padding: 0.3rem 1.5rem;
  border: 1px solid #161616;
  line-height: 1.3;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item .txt_box .date_box .tag {
    font-size: 1rem;
  }
}
.journal .journal_list .journal_item .txt_box .date_box .date {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item .txt_box .date_box .date {
    font-size: 1rem;
  }
}
.journal .journal_list .journal_item .txt_box .ttl {
  margin-bottom: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.75;
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item .txt_box .ttl {
    font-size: 1.4rem;
  }
}
.journal .journal_list .journal_item .txt_box .txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 1.3rem;
  color: #646464;
}
@media screen and (min-width: 769px) {
  .journal .journal_list .journal_item .txt_box .txt {
    font-family: "Noto Serif JP", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, serif;
  }
}
.journal .journal_list .journal_item a {
  position: relative;
  display: block;
}
.journal .journal_list .journal_item a .ico {
  position: absolute;
  bottom: 3rem;
  right: 5rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  overflow: hidden;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item a .ico {
    display: none;
    font-size: 1.6rem;
  }
}
.journal .journal_list .journal_item a .ico .arw {
  position: relative;
  right: 0;
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease;
}
.journal .journal_list .journal_item a .ico::before {
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease;
}
@media screen and (min-width: 769px) {
  .journal .journal_list .journal_item a:hover {
    opacity: 1;
  }
  .journal .journal_list .journal_item a:hover .img img {
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  .journal .journal_list .journal_item a:hover .ico .arw {
    right: -2em;
  }
  .journal .journal_list .journal_item a:hover .ico::before {
    right: 0;
  }
}
.journal .pager {
  margin-top: 11.5rem;
}
@media screen and (max-width: 768px) {
  .journal .pager {
    margin-top: 6.5rem;
  }
}
.journal .journal_btm {
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_btm {
    margin-top: 9.5rem;
  }
}
.journal .journal_btm .ttl {
  margin-bottom: 8rem;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_btm .ttl {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
.journal .journal_btm .journal_bnr_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.journal .journal_btm .journal_bnr {
  width: 54.8rem;
  height: 29.8rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_btm .journal_bnr {
    width: 100%;
    height: 19.1rem;
  }
}
@media screen and (max-width: 768px) {
  .journal .journal_btm .journal_bnr + .journal_bnr {
    margin-top: 2.4rem;
  }
}
.journal .journal_btm .journal_bnr a {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .journal .journal_btm .journal_bnr a:hover {
    opacity: 1;
  }
  .journal .journal_btm .journal_bnr a:hover .img img {
    transform: scale(1.1);
  }
}
.journal .journal_btm .journal_bnr .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.journal .journal_btm .journal_bnr .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.journal .journal_btm .journal_bnr .txt_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.journal .journal_btm .journal_bnr .txt_box .txt {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .journal .journal_btm .journal_bnr .txt_box .txt {
    font-size: 2.4rem;
  }
}
.journal .journal_btm .journal_bnr .txt_box .txt .min {
  display: block;
  margin-top: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_btm .journal_bnr .txt_box .txt .min {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}

/* ------------------------------
	.journal_details
------------------------------ */
.journal_details {
  padding: 7rem 0 20rem;
}
@media screen and (max-width: 768px) {
  .journal_details {
    padding: 3rem 0 8rem;
  }
}
.journal_details .journal_head {
  padding-bottom: 3rem;
  margin-bottom: 7.6rem;
  border-bottom: 1px solid #161616;
}
@media screen and (max-width: 768px) {
  .journal_details .journal_head {
    margin-bottom: 4rem;
  }
}
.journal_details .journal_head .date_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.6rem;
  margin-bottom: 3rem;
}
.journal_details .journal_head .date_box .cate {
  padding: 0.3rem 1.5rem;
  border: 1px solid #161616;
  font-size: 1.3rem;
  line-height: 1.3;
}
.journal_details .journal_head .date_box .date {
  font-size: 1.3rem;
  opacity: 0.5;
  letter-spacing: 0.05em;
}
.journal_details .journal_head .journal_ttl {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .journal_details .journal_head .journal_ttl {
    font-size: 2.4rem;
  }
}
.journal_details .main_img {
  width: 100%;
  margin-bottom: 4rem;
}
.journal_details .main_img img {
  width: 100%;
}
.journal_details .profile {
  display: flex;
  gap: 1.5rem;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .journal_details .profile {
    margin-top: 6rem;
  }
}
.journal_details .profile .ico {
  flex-shrink: 0;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .journal_details .profile .ico {
    width: 6rem;
    height: 6rem;
  }
}
.journal_details .profile .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journal_details .profile .txt_box {
  width: 100%;
}
.journal_details .profile .txt_box .tag_box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
.journal_details .profile .txt_box .tag_box .tag_txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}
.journal_details .profile .txt_box .tag_box .tag_txt::before {
  content: "＃";
}
.journal_details .profile .txt_box .name_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.journal_details .profile .txt_box .name_box .job_txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #646464;
}
.journal_details .profile .txt_box .name_box .name_txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.journal_details .profile .txt_box .txt {
  margin-top: 0.3rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
}
.journal_details .btn {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .journal_details .btn {
    margin-top: 6rem;
  }
}
.journal_details .journal {
  padding: 0;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .journal_details .journal {
    margin-top: 9rem;
  }
}
.journal_details .journal .related_ttl {
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .journal_details .journal .related_ttl {
    margin-bottom: 4rem;
  }
}
.journal_details .journal .related_ttl .ttl_txt {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #646464;
}
@media screen and (max-width: 768px) {
  .journal_details .journal .related_ttl .ttl_txt {
    font-size: 1.2rem;
  }
}
.journal_details .journal .related_ttl .ttl_en {
  display: block;
  margin-top: 4rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .journal_details .journal .related_ttl .ttl_en {
    margin-top: 3rem;
    font-size: 2.1rem;
  }
}