@charset "UTF-8";
.case-study1 section {
  padding-bottom: 0;
}
.case-study1 #key.key_tit {
  background: none;
  position: relative;
  height: 502px;
}
.case-study1 #key.key_tit .tit {
  font-size: 42px;
  letter-spacing: 0.2em;
  line-height: 50px;
  padding: 10px 0;
}
.case-study1 #key.key_tit .tit span {
  color: #a4c8e3;
  font-size: 26px;
  letter-spacing: 0.01em;
}
.case-study1 #key.key_tit:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 320px;
  background: url("../img/case_study/key.jpg") no-repeat center/cover;
}
.mlr-60{
  margin: 0 -60px;
}
.img-full img{
  width: 100%;
  height: auto;
}
.notebox{
  background: #e5eef5;
  padding: 10px 25px;
}
@media screen and (max-width: 767px) {
  .mlr-60{
    margin: 0;
  }
  .case-study1 #key.key_tit {
    height: 65vw;
  }
  .case-study1 #key.key_tit:after {
    height: 40vw;
  }
  .case-study1 #key.key_tit .tit {
    font-size: 5vw;
    line-height: 1.4;
  }
  .case-study1 #key.key_tit .tit span {
    font-size: 3.5vw;
  }
}
.case-study {
  background-color: #fff;
  position: relative;
  padding: 24px 24px 24px 60px;
  margin-bottom: 40px;
}
.case-study .photo {
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 50%;
}
.case-study .photo img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.case-study .item {
  width: 44%;
  max-width: 550px;
  position: relative;
  line-height: 26px;
  letter-spacing: 0.025em;
  padding: 15px 0 50px;
}
.case-study .cate {
  text-align: left;
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 23px;
}
.case-study .cate li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.case-study .cate li:last-child {
  margin-right: 0;
}
.case-study .cate li span, .case-study .cate li a {
  display: block;
  border: 1px solid #0068b7;
  color: #0068b7;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  padding: 0 2px;
  min-width: 94px;
  text-align: center;
  box-sizing: border-box;
}
.case-study .tit {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.01em;
  padding-bottom: 30px;
}
.case-study .info dt {
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1200px) {
  .case-study {
    padding-left: 30px;
  }
  .case-study .item {
    width: calc(50% - 60px);
    max-width: 100%;
  }
}
/*@media screen and (max-width: 1140px) {
  .case-study .tit {
    font-size: 20px;
  }
  .case-study .info dt {
    font-size: 25px;
    line-height: 34px;
  }
}*/
@media screen and (max-width: 999px) {
  .case-study .tit {
    font-size: 16px;
    margin-right: -10px;
    padding-bottom: 16px;
    line-height: 26px;
  }
  .case-study .cate {
    padding-bottom: 10px;
  }
  .case-study .cate li span, .case-study .cate li a {
    font-size: 11px;
    min-width: 84px;
  }
  .case-study .info dt {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .case-study .info dd {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .blog-article {
    padding-bottom: 80px;
  }
  .paginate_links .page-numbers, .paginate_links .control, .paginate_links .total {
    font-size: 14px;
  }
  .blog-article .paginate_links .control {
    font-size: 12px;
    margin-right: 15px;
  }
  .blog-article .paginate_links .control.next {
    margin-left: 10px;
  }
  .blog-article .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
  .blog-article .view-btn {
    width: 46%;
    max-width: 174px;
    right: 0;
  }
  .case-study{
    padding-bottom: 10px;
  }
  .case-study {
    padding: 4%;
  }
  .case-study .photo {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 64vw;
  }
  .case-study .item {
    width: 100%;
    min-height: 50px;
    padding-bottom: 50px;
  }
}
/*=============================================
 * blog-casestudy
 *=============================================*/
.blog-article {
  background-color: #f1f6fa;
  padding-bottom: 85px;
  padding-top: 92px;
}
.blog-article .paginate_links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #44bff0;
  font-weight: 500;
  text-align: center;
}
.blog-article .paginate_links .page-numbers, .blog-article .paginate_links .control, .blog-article .paginate_links .total {
  border: 2px solid #44bff0;
  border-radius: 3px;
  text-decoration: none !important;
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-right: 5px;
  font-weight: 400;
}
.blog-article .paginate_links a:last-child {
  margin-right: 0 !important;
}
.blog-article .paginate_links a:hover, .blog-article .paginate_links a.current, .blog-article .paginate_links .current:hover, .blog-article .paginate_links .current.current {
  color: #fff;
  background-color: #454f66;
  border: 2px solid #454f66;
}
.blog-article .paginate_links .control {
  width: 65px;
  background-color: #44bff0;
  color: #fff;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 400;
}
.blog-article .paginate_links .control.next {
  margin-left: 15px;
}
.blog-article .view-btn {
  position: absolute;
  bottom: 0px;
  right: -5px;
  width: 174px;
  line-height: 1;
}
.blog-article .view-btn img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .blog-article {
    padding-bottom: 80px;
    padding-top: 50px;
  }
  .paginate_links .page-numbers, .paginate_links .control, .paginate_links .total {
    font-size: 14px;
  }
  .blog-article .paginate_links .control {
    font-size: 12px;
    margin-right: 15px;
  }
  .blog-article .paginate_links .control.next {
    margin-left: 10px;
  }
  .blog-article .view-btn {
    width: 46%;
    max-width: 174px;
    right: 0;
  }
}
.lead-article {
  position: relative;
  background-color: #f1f6fa;
  padding: 80px 0 100px;
  min-height: 720px;
}
.lead-article .wrap {
  max-width: 1240px;
}
.lead-article .photo-lead {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 100px;
  left: calc(50% - 40px);
  overflow: hidden;
}
.lead-article .photo-lead img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.case2504 .lead-article .photo-lead img{
	object-position: 0% 50%;
}
.lead-article .case-study {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.lead-article .case-study .item {
  padding: 50px 0 48px;
}
.lead-article .cate {
  text-align: left;
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 16px;
}
.lead-article .cate li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.lead-article .cate li:last-child {
  margin-right: 0;
}
.lead-article .cate li span, .lead-article .cate li a {
  display: block;
  border: 1px solid #0068b7;
  color: #0068b7;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  padding: 0 2px;
  min-width: 94px;
  text-align: center;
  box-sizing: border-box;
}
.lead-article .tit {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.01em;
  padding-bottom: 33px;
}
.lead-article .tit span {
  color: #a4c8e3;
}
.lead-article .info dt {
  padding-bottom: 30px;
  font-size: 36px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.lead-article .info dt small.sub{
  font-size: 20px;
  position: relative;
  top: -13px;
}
@media screen and (max-width: 1280px) {
  .lead-article .wrap {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1140px) {
  .lead-article{
    min-height: auto;
  }
  .lead-article .tit {
    font-size: 20px;
  }
  .lead-article .info dt {
    font-size: 25px;
    line-height: 34px;
  }
  .lead-article .info dt small.sub{
    font-size: 16px;
    top: -8px;
  }
}
@media screen and (max-width: 999px) {
  .lead-article .item {
    min-height: 410px;
    width: calc(50% - 20px);
  }
  .lead-article .photo-lead {
    left: 50%;
  }
  .lead-article .tit {
    font-size: 16px;
    margin-right: -10px;
    padding-bottom: 16px;
    line-height: 26px;
  }
  .lead-article .cate {
    padding-bottom: 10px;
  }
  .lead-article .cate li span, .lead-article .cate li a {
    font-size: 11px;
    min-width: 84px;
  }
  .lead-article .info dt {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .lead-article .info dt small.sub{
    font-size: 14px;
    top: -3px;
  }
  .lead-article .info dd {
    font-size: 15px;
    line-height: 1.7;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .lead-article {
    padding: 50px 0 30px;
  }
  .lead-article .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
  .lead-article .photo-lead {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 50vw;
    width: 92%;
    margin: 0 auto;
  }
  .lead-article .item {
    width: 100%;
    min-height: 50px;
    padding: 20px 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .case-23 #sec4 .imgbox, .case-23 #sec5 .imgbox {
    display: flex;
    justify-content: center;
  }
  .case-23 #sec4 .imgbox p, .case-23 #sec5 .imgbox p {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .case-2106 #sec1 .set {
    display: flex;
  }
  .case-2106 #sec1 .set .img {
    flex: 1 1 auto;
    width: 40%;
    max-width: 342px;
  }
  .case-2106 #sec1 .set .img img {
    width: 100%;
  }
  .case-2106 #sec1 .set .txtbox {
    flex: 1 1 auto;
    width: 60%;
    padding-left: 50px;
    box-sizing: border-box;
  }
  .case-2106 #sec5 .set {
    display: flex;
  }
  .case-2106 #sec5 .set .img {
    flex: 1 1 auto;
    width: 45%;
    max-width: 440px;
  }
  .case-2106 #sec5 .set .img img {
    width: 100%;
  }
  .case-2106 #sec5 .set .txtbox {
    flex: 1 1 auto;
    width: 55%;
    padding-left: 50px;
    box-sizing: border-box;
  }
}
.info-end {
  margin: 19px 0 0;
  padding: 103px 0 101px 325px;
  position: relative;
  background: url("../img/case_study/line_bg.png") no-repeat center 0;
}
.info-end h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  top: 112px;
  left: 0;
  font-size: 30px;
  line-height: 36px;
  color: #11a7cd;
}
.info-end p {
  padding-bottom: 36px;
}
@media screen and (max-width: 999px) {
  .info-end {
    padding-left: 278px;
  }
}
@media screen and (max-width: 999px) {
  .info-end {
    padding: 80px 0 50px;
  }
  .info-end h2 {
    position: static;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .info-end {
    padding: 50px 0 0px;
  }
  .info-end h2 {
    font-size: 20px;
  }
  .info-end p {
    padding-bottom: 20px;
  }
}
.case-study-detail .content {
  padding-top: 0;
}
.case-01 #sec2 .b-txt{
  margin-bottom: 20px;
}
.img.flr{
  float: right;
  margin: 8px 0 0px 20px;
}
.img.fll{
  float: left;
  margin: 8px 20px 0px 0px;
}
.case-2010 .section img,
.case-21 .section img,
.case-24 .section img,
.case-34 .section img,
.case-35 .section img,
.case-26 .section img{
  max-width: max-content;
  width: 100%;
}
.df-img{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.df-img p{
  margin: 0 10px;
}
.db{
  display: block;
}
.case-study-detail .box{
  background: #fafafa;
  color: #1f6db8;
  padding: 30px;
}
.case-study-detail .box .ttl{
  font-weight: 600;
  margin-bottom: 0;
}
.case-study-detail h6.ttl{
  color: #005ca7;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px dotted #333;
}
.cl_blue{
  color: #005ca7;
}
.case_info{
  padding-top: 100px;
  margin-top: 50px;
  position: relative;
  background: url(../img/case_study/line_bg.png) no-repeat center 0;
}
.tit_{
  color: #11a7cd;
  float: left;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Shippori Mincho', serif;
  margin-top: 5px;
}
.txt_{
  float: right;
  width: calc(100% - 300px);
}
@media screen and (max-width:980px){
  .tit_{
    float: none;
  }
  .txt_{
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .tit_{
    font-size: 6vw;
  }
  .img.flr{
    margin: 8px 0 0px 20px;
  }
  .img.fll{
    margin: 8px 20px 0px 0px;
  }
  .case-study-detail .img.fll,
  .case-study-detail .img.flr{
    float: none;
    margin: 0 auto 20px;
    max-width: max-content;
    width: 100%;
  }
  .df-img p{
    margin: 0 0 20px;
  }
}

.box_hover a{
  width: 100%;
  display: table;
  border: 3px solid #d9e8f4;
  padding: 30px;
  position: relative;
  color: #000;
  transition: 0.3s all ease-in-out;
}
.box_hover a .box_img{
  width: 180px;
  display: table-cell;
  vertical-align: middle;
}
.box_hover a .box_col{
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
}
.box_hover a .box_col small{
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.box_hover a .box_col small.mb{
  margin-bottom: 15px !important;
}
.box_hover a .box_col small.box_txt{
  margin-bottom: 0;
}
.box_hover a .box_col small.box_txt.mt15{
  margin-top: 15px;
}
.box_hover a .box_catch{
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  color: #5686ac;
  background: #d9e8f4;
  position: absolute;
  right: -3px;
  top: -3px;
  padding: 0 10px;
}
.box_hover a:hover{
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1), 0 12px 28px -12px rgba(0,0,0,0.05);
}
.box_hover a:hover img{
  opacity: 1 !important;
}
.fz14{
  font-size: 14px;
  line-height: 28px;
}
.w744{
  max-width: 744px;
  width: 100%;
  margin: 0 auto;
}
.menu-cate ul {
  display: flex;
  justify-content: center;
  gap: 110px;
  height: 77px;
  background: #e6e6e6;
  align-items: center;
}
.menu-cate ul li {
  position: relative;
}
.menu-cate ul li a {
  color: #000;
}
.menu-cate ul li::after {
  position: absolute;
  content: "";
  background: url("../img/article/lowa.png") no-repeat;
  background-size: contain;
  width: 7px;
  height: 9px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: -15px;
}
.set2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 65px;
}
.set2 .case-study .cate{
  padding-bottom: 10px;
}
.set2 .case-study .cate li{
  margin-right: 4px;
  margin-bottom: 4px;
}
.set2 .case-study .item{
  width: 56%;
  order: 1;
  padding: 15px 15px 0 10px;
}
.set2 .case-study .photo{
  width: 44%;
  order: 2;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  min-height: 223px;
  position: relative;
}
.set2 .case-study .photo img{
  position: static;
  width: 100%;
  max-width: 100%;
}
.set2 .case-study{
  width: calc(50% - 10px);
  padding: 10px;
  flex-wrap: wrap;
}
.set2 .case-study .tit{
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}
.set2 .case-study .tit span.new{
  display: inline-block;
  background: #ec0000;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0 5px;
  margin-left: 8px;
}
.set2 .case-study .info .dt{
  font-size: 20px;
  line-height: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 45px;
  letter-spacing: 0;
  font-weight: 500;
}

.set2 .view-btn{
  width: 53%;
  position: absolute;
  bottom: 20px;
  right: 52%;
  z-index: 2;
}
.set2 .view-btn a{
  display: block;
  width: 132px;
  margin-left: auto;
}
.box_blue{
  background: #d9ebf9;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
}
@media only screen and (max-width: 1200px){
  .menu-cate ul {
    gap: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .menu-cate ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 900px){
  .menu-cate ul {
    flex-wrap: wrap;
    height: auto;
    gap: 0;
    column-gap: 90px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_hover a{
      padding: 40px 20px 20px;
      display: block;
  }
  .box_hover a .box_img{
      display: block;
      max-width: 180px;
      width: 100%;
      margin: 0 auto;
  }
  .box_hover a .box_col{
      display: block;
      padding: 20px 0 0;
  }
  .menu-cate ul {
    flex-direction: column;
  }
  .menu-cate ul li {
      width: 30%;
  }
  .set2{
    display: block;
  }
  .set2 .case-study{
    width: 100%;
    padding: 4%;
  }
  .set2 .case-study .photo{
    width: 100%;
  }
  .set2 .case-study .item{
    width: 100%;
    padding: 15px 0 0;
  }
  .set2 .view-btn{
    right: 4%;
  }
}
@media only screen and (max-width: 620px) {
  .menu-cate ul {
    flex-direction: column;
    gap: 20px;
  }
  .menu-cate ul li {
      width: 72%;
  }
}

/* 20230930 start */

.relatedCase{
  padding-top:10vw;
  padding-bottom:0px;
}
.relatedCaseBox{
  padding:0;
  margin-bottom:3rem;
}

.relatedCaseBox ul{
  display:block;
  line-height:1.5rem;
}
.relatedCaseBox ul li{
  width:100%;
  margin: 0;
}
.relatedCaseBox ul li a{
  color:#000;
}
.relatedCaseBox ul li a:hover{
  text-decoration:none;
  opacity:0.8;
}
.relatedCaseBox ul li img{
  width:100%;
  vertical-align:bottom;
  padding: 0 0 10px;
}
.relatedImg1{
  padding: 0;
}
.relatedCaseBox .cate{
  display:flex;
  flex-wrap: wrap;
  min-height:auto;
}
.relatedCaseBox .cate li{
  margin: 0 1.5% 8px;
  width: calc(91% / 3);
}
.relatedCaseBox .cate li:last-child{
  margin-bottom: 8px !important;
}
.relatedCaseBox .tit {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    padding-bottom: 0px;
  margin-bottom:20px;
}
.relatedCaseBox .tit span.new {
    display: inline-block;
    background: #ec0000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
    margin-left: 8px;
}
.relatedCaseBox .info .dt {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    padding-bottom: 45px;
    letter-spacing: 0;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .relatedCase{
  padding-top:0;
    margin-bottom:3rem;
  }
  .relatedCaseBox ul{
    display:flex;
    flex-wrap:wrap;
    line-height:1.5rem;
  }
  /* .relatedCaseBox .cate{
    min-height:65px;
  } */
  .relatedCaseBox ul li{
    width:calc(94% / 3);
  }
  .relatedCaseBox ul li:nth-child(2){
    margin:0 3%;
  }
  .relatedCaseBox .cate li:last-child{
    margin-bottom: 0px !important;
  }
  .relatedCaseBox ul li img{
    width:100%;
    height: 225px;
    padding-bottom:10px;
    object-fit: cover;
  }
  .relatedImg1{
    padding: 33px 0 !important;
  }
  .relatedCaseBox .cate li{
    margin: 0 0 8px;
    width: auto;
    white-space: nowrap;
  }
}

/* 20230930 end */

.style-h1{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.style-h1 small{
  display: block;
  color: #9a3300;
  font-size: 16px;
}
.style-h2{
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  border-bottom: 2px solid #a01013;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.style-h2.grey-line{
  border-color: #7e7c74;
}
.mono2411 .content{
  line-height: 26px;
}
.mono2411 .fz15{
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.sm-txt{
  font-size: 12px;
}
.img-name{
  display: block;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
}
.mono2411 #sec4 .img2{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.txt_color{
  color: #0068b7 !important;
}
.mono2411 #sec6 .alignleft{
  margin-bottom: 90px;
}
@media screen and (max-width: 767px){
  .mono2411 #sec6 .alignleft{
    margin-bottom: 20px;
  }
}

.case-study__list .wrap{
  width: 96%;
}
.cate__link{
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #89c0e0;
}
.cate__link li{
  width: 32%;
}
.cate__link li a{
  display: block;
  color: #999999;
  background: #fff;
  border: 3px solid #89c0e0;
  border-bottom: none; 
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 15px 10px 13px;
  transition: 0.3s all ease-in-out;
}
.cate__link li a:hover{
  text-decoration: none;
  background: #e5f5ff;
}
.cate__link li.active a{
  background: #89c0e0;
  color: #fff;
}
.anchor__links{
  display: flex;
  flex-wrap: wrap;
  margin: 17px -5px 55px;
}
.anchor__links li{
  margin: 5px;
}
.anchor__links li a{
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  background: #fff;
  border: 2px solid #89c0e0;
  padding: 5px 13px;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
}
.anchor__links li a:hover{
  text-decoration: none;
  background: #89c0e0;
  color: #fff;
}
.anchor__links--short li a{
  padding: 5px 25px;
}
.case__list h3{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  color: #2187ce;
  border-bottom: 1px solid;
  margin-bottom: 24px;
  padding-bottom: 5px;
}
.case__list__box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.case__list__item{
  width: 49%;
  margin-bottom: 15px;
  background: #fff;
}
.case__list__item a{
  display: flex;
  align-items: center;
  padding: 10px;
  transition: 0.3s all ease-in-out;
  height: 100%;
}
.case__list__thumb{
  display: block;
  width: 115px;
}
.case__list__thumb img{
  width: 100%;
  min-height: 115px;
  object-fit: cover;
  object-position: 50%;
}
.case__list__col{
  display: block;
  width: calc(100% - 115px);
  padding: 0 10px 0 17px;
}
.case__list__sttl{
  display: block;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
  text-align: left;
}
.case__list__sttl span.dib{
  display: inline-block;
  margin-right: 15px;
}
.case__list__new{
  display: inline-block;
  background: #ec0000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 19px;
  padding: 0 6px;
}
.case__list__ttl{
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  color: #333;
}
.case__list__item a:hover{
  text-decoration: none;
  box-shadow: 0 0 12px rgba(0,0,0,0.18);
}
.case__list__item a:hover img{
  opacity: 1 !important;
}
@media screen and (max-width: 980px){
  .case__list__box{
    display: block;
  }
  .case__list__item{
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .case-study__list .wrap{
    width: 100%;
  }
  .cate__link{
    border-width: 2px;
  }
  .cate__link li a{
    border-width: 2px;
    font-size: 3.5vw;
    line-height: 6vw;
    padding: 2.2vw 0 2vw;
  }
  .anchor__links li a{
    font-size: 14px;
  }
  .case__list__sttl{
    font-size: 14px;
  }
  .case__list__sttl span.dib{
    margin-right: 10px;
  }
  .case__list__new{
    font-size: 12px;
    line-height: 18px;
    padding: 0 3px;
  }
  .case__list__ttl{
    font-size: 16px;
    line-height: 22px;
  }
  .case__list__col{
    padding: 0 0 0 10px;
  }
}