/*===========================================
casestudy.css
===========================================*/
#cms-contents-casestudy .CMS_headwrap > .ly_inner {
  padding-bottom: 0;
}

#cms-contents-casestudy .ly_inner {
  position: relative;
  z-index: 1;
}

#cms-contents #contents.casestudy .ly_inner {
  position: relative;
  padding: 50px 2% 80px;
}
@media only screen and (max-width: 767px) {
  #cms-contents #contents.casestudy .ly_inner {
    padding: 30px 4% 60px;
  }
}

.casestudy .CMS_headwrap {
  position: relative;
}
.casestudy .CMS_headwrap::before {
  content: "";
  position: absolute;
  background: center/cover no-repeat;
  right: 0;
  top: 0;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .casestudy .CMS_headwrap::before {
    background-image: url("../images/bg_casestudy.png");
    width: 491px;
    height: 623px;
  }
}
@media only screen and (max-width: 959px) {
  .casestudy .CMS_headwrap::before {
    background-image: url("../images/bg_casestudy_sp.png");
    width: 103px;
    height: 350px;
  }
}
.casestudy .CMS_headwrap .head_inner {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-gap: 50px;
  margin-top: 40px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .casestudy .CMS_headwrap .head_inner {
    display: block;
    margin-top: 20px;
  }
}
.casestudy .CMS_headwrap .head_inner .bl_headingLv1 {
  max-width: 300px;
  padding: 0;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .casestudy .CMS_headwrap .head_inner .bl_headingLv1 {
    font-size: 2.1rem;
  }
}
.casestudy .CMS_headwrap .head_inner .bl_headingLv1 > span {
  font-size: 3rem;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .casestudy .CMS_headwrap .head_inner .bl_headingLv1 > span {
    font-size: 1.8rem;
  }
}
.casestudy .CMS_headwrap .head_inner .head_content {
  max-width: 670px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .casestudy .CMS_headwrap .head_inner .head_content {
    width: 100%;
    margin: 15px 0px 0px;
    font-size: 1.5rem;
  }
}
.casestudy h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .casestudy h2 {
    font-size: 1.6rem;
  }
}
.casestudy__searchContainer {
  padding: 30px 70px;
  background-color: #EDF1F5;
}
@media only screen and (max-width: 959px) {
  .casestudy__searchContainer {
    padding: 20px 20px;
  }
}
.casestudy__searchContainer ._searchSection {
  margin: auto;
  text-align: center;
}
.casestudy__searchContainer ._searchSection__title {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._searchSection__title {
    display: block;
    text-align: left;
  }
}
.casestudy__searchContainer ._searchSection__title > p {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._searchSection__title > p {
    margin: 5px 0px 0px;
  }
}
.casestudy__searchContainer ._searchSection__form {
  margin-top: 20px;
}
.casestudy__searchContainer ._searchSection__form .search-form {
  margin: auto;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._searchSection__form .search-form {
    width: 100%;
  }
}
.casestudy__searchContainer ._searchSection__form .search-form > input {
  width: calc(100% - 57px);
  border: none;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._searchSection__form .search-form > input {
    height: 40px;
    width: calc(100% - 40px);
  }
}
.casestudy__searchContainer ._searchSection__form .search-form > input::-moz-placeholder {
  color: #ABABAB;
  font-size: 1.5rem;
}
.casestudy__searchContainer ._searchSection__form .search-form > input::placeholder {
  color: #ABABAB;
  font-size: 1.5rem;
}
.casestudy__searchContainer ._searchSection__form .search-form > input:focus {
  outline: none;
}
.casestudy__searchContainer ._searchSection__form .search-form > button {
  width: 57px;
  height: 57px;
  background-color: #103A8A;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._searchSection__form .search-form > button {
    width: 40px;
    height: 40px;
  }
}
.casestudy__searchContainer ._searchSection__form .search-form > button::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url("../../../shared/images/icon-search.svg") no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._searchSection__form .search-form > button::after {
    width: 18px;
    height: 18px;
  }
}
.casestudy__searchContainer ._filterSection {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._filterSection {
    margin-top: 20px;
  }
}
.casestudy__searchContainer ._filterSection__item {
  margin-top: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(142px, 1fr));
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._filterSection__item {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
  }
}
.casestudy__searchContainer ._filterSection__item.-col5 {
  grid-template-columns: repeat(auto-fit, minmax(204px, 1fr));
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._filterSection__item.-col5 {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
  }
}
.casestudy__searchContainer ._filterSection__item li {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
  min-height: 44px;
  padding: 6px 7px;
  text-align: center;
  align-items: center;
  line-height: 1.1;
  cursor: pointer;
  color: #004098;
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._filterSection__item li {
    min-height: 34px;
    font-size: 1.2rem;
    padding: 3px 7px;
  }
}
.casestudy__searchContainer ._filterSection__item li.active {
  background-color: var(--c-blue02);
  color: #fff;
}
.casestudy__searchContainer ._filterSection__item li:hover {
  background-color: var(--c-blue02);
  color: #fff;
}
.casestudy__searchContainer ._countSection > a {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: baseline;
  text-decoration: none;
  transition: all 0.5s;
}
.casestudy__searchContainer ._countSection > a:hover {
  text-decoration: none;
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._countSection > a {
    margin-top: 20px;
  }
}
.casestudy__searchContainer ._countSection > a > p {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--c-blue02);
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._countSection > a > p {
    font-size: 1.4rem;
  }
}
.casestudy__searchContainer ._countSection > a .article-number {
  font-size: 2.4rem;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .casestudy__searchContainer ._countSection > a .article-number {
    margin-left: 13px;
  }
}
.casestudy__searchContainer ._countSection > a .article-number > span {
  font-size: 1.8rem;
}
.casestudy__searchContainer ._countSection > a .article-number::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 13px;
  margin-bottom: 5px;
  border-top: #014296 2px solid;
  border-right: #014296 2px solid;
  transform: rotate(135deg);
}
.casestudy__resultContainer {
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .casestudy__resultContainer {
    margin-top: 51px;
  }
}
.casestudy__resultContainer h2 > span {
  font-size: 2.2rem;
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .casestudy__resultContainer h2 > span {
    font-size: 1.9rem;
    margin-left: 12px;
  }
}
.casestudy__resultContainer ._latestNews {
  display: flex;
  gap: 3.28%;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .casestudy__resultContainer ._latestNews {
    flex-direction: column;
    gap: 24px;
  }
}
.casestudy__resultContainer ._latestNews__item {
  width: 22.54%;
}
@media only screen and (max-width: 767px) {
  .casestudy__resultContainer ._latestNews__item {
    width: 100%;
  }
}
.casestudy__resultContainer ._latestNews__item .date {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4.2%;
}
.casestudy__resultContainer ._latestNews__item .tag .new {
  color: #fff;
  background: var(--c-red01);
  padding: 4px 7px 3px;
  line-height: 1;
  display: inline-block;
  font-size: 1.1rem;
  transform: translateY(-1px);
}
.casestudy__resultContainer ._latestNews__item .desc {
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .casestudy__resultContainer ._latestNews__item .desc {
    margin-top: 5px;
  }
}
.casestudy__resultContainer ._latestNews__item .cardImg {
  border: 1px solid #ccc;
}
.casestudy__resultContainer ._latestNews__item .cardImg img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 270px;
  height: 151px;
}
@media only screen and (max-width: 767px) {
  .casestudy__resultContainer ._latestNews__item .cardImg img {
    width: 100%;
    height: 51.6vw;
  }
}
.casestudy__resultContainer ._resultSection {
  max-height: 700px;
  height: auto;
  margin-top: 25px;
  padding-right: 7px;
  overflow-y: scroll;
}
.casestudy__resultContainer ._resultSection::-webkit-scrollbar {
  width: 7px;
}
.casestudy__resultContainer ._resultSection::-webkit-scrollbar-track {
  margin: 2px 0;
  background: #ccc;
  border-radius: 5px;
}
.casestudy__resultContainer ._resultSection::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
@media only screen and (max-width: 767px) {
  .casestudy__resultContainer ._resultSection {
    margin-top: 19px;
  }
}
.casestudy__resultContainer ._resultSection__item {
  padding: 15px 0 14px 28px;
  border-top: 1px solid #F0F0F0;
}
@media only screen and (max-width: 767px) {
  .casestudy__resultContainer ._resultSection__item {
    padding: 10px 15px;
  }
}
.casestudy__resultContainer ._resultSection__item:nth-child(even) {
  background-color: #F9F9F9;
}
@media only screen and (max-width: 767px) {
  .casestudy__resultContainer ._resultSection__item .desc > a {
    font-size: 1.4rem;
  }
}
.casestudy__resultContainer ._resultSection__content {
  display: flex;
}
.casestudy__resultContainer ._resultSection__content .date {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .casestudy__resultContainer ._resultSection__content .date {
    font-size: 1.3rem;
  }
}
.casestudy__resultContainer ._resultSection__content .tag {
  margin: 3px 0 0 8px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .casestudy__resultContainer ._resultSection__content .tag {
    margin-top: 1px;
    font-size: 1rem;
  }
}
.casestudy__resultContainer ._resultSection__content .new {
  color: #fff;
  background: var(--c-red01);
  padding: 3px 7px;
  line-height: 1;
  display: inline-block;
}
.casestudy__resultContainer ._backBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .casestudy__resultContainer ._backBtn {
    margin-top: 32px;
  }
}
.casestudy__resultContainer ._backBtn:hover {
  text-decoration: none;
  opacity: 0.75;
}
.casestudy__resultContainer ._backBtn::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 13px;
  margin-bottom: -3px;
  border-top: #000000 2px solid;
  border-right: #000000 2px solid;
  transform: rotate(-45deg);
}
.casestudy__resultContainer ._backBtn > a {
  position: relative;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 133.333%;
  text-decoration: none;
  transition: 0.1s;
}
.casestudy__resultContainer ._backBtn > a > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #000000;
  transition: 0.1s;
}