@charset "utf-8";
/* news Kv */
#keyvisual-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
  position: relative;
  min-height: 454px;
}
#keyvisual-area .section-page-title-flex-item {
  width: calc(100% / 2);
}
#keyvisual-area .section-page-title-flex-item:only-of-type {
  width: 100%;
}
#keyvisual-area .section-page-title-flex-item:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 3.47%;
  box-sizing: border-box;
}
#keyvisual-area .section-page-title-flex-item:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#keyvisual-area .article-date {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
  color: #757575 !important;
  line-height: 30px;
}
#keyvisual-area .section-page-title-flex-item:only-of-type .article-date {
  padding-right: 6.25%;
}
#keyvisual-area .sub-title {
  position: absolute;
  top: 50px;
  right: 3.47%;
  font-size: 30px;
  line-height: 30px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: #fff !important;
}
#keyvisual-area .section-page-title-flex-item:only-of-type ~ .sub-title {
  color: #a9a9a9 !important;
}
#keyvisual-area .sub-title .sub-title-katakana {
  display: block;
  font-size: 12px;
  line-height: 30px;
}

#keyvisual-area .title-lv1 {
  color: #000 !important;
  font-size: clamp(1.875rem, 0.938rem + 1.25vw, 2.5rem);
  margin-top: 30px;
  line-height: 1.65;
  padding-right: 0;
}

#top-section{
  background: #fbfbfb;
  background: #f0f0f0;
}

/*
  og
*/
.og-box-link{
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-top: 60px;
  margin-bottom: 60px;
}
.og-box-link + .og-box-link{
  margin-top: 0;
}
.og-box .og-box-image{
  min-width: auto;
}
.og-box .og-box-image .image-item{
  width: 270px;
  height: auto;
}
.og-box-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  gap: 5px;
  width: calc(100% - 270px);
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  border-left: 1px solid #e5e5e5;
}
.og-box .og-title{
  padding-bottom: 0;
  line-height: 1.4;
}
.og-box .og-tag{
  color: #757575 !important;
  font-size: 14px;
}
.og-box-head{
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
}
.og-box-date{
  color: #757575 !important;
  font-size: 14px;
}
.og-box-cat{
  background: #000;
  color: #fff !important;
  border-radius: 10px;
  padding:0 10px;
  font-size: 12px;
}

.slick-next, .slick-prev {
    bottom: -55px;
}

/*
  /og
*/