@charset "UTF-8";
/*--------------------------------
news/case
---------------------------------*/
.caseBody .case-section{padding-bottom: 0}
/* news */
.sys section{background: #fff}
.sys section p{font-size: 1.4rem}
.side{padding:30px 0}
.side-news-list{margin-bottom: 20px; padding: 10px 0;}
.side-news-list li{padding: 10px 0;border-bottom: 1px dotted #ccc;font-size: 1.4rem}
.side-news-list li a{display: flex; flex-direction: column-reverse;color: #000;text-decoration: none;line-height: 1.6}
.side-news-list li a span{text-align: right;font-size: 1.2rem}
.imgArea01{padding-bottom: 15px;text-align: center}
section p time{font-size: 1.2rem}
.flex-img01 div{text-align: center}
.imgLeft div,
.imgRight div{margin-bottom: 15px}
.pager2 .pagination li{width: 120px}
.pager2 .pagination{display: flex;  justify-content: space-between;}
.imgLeft,.imgRight{text-align: center}
.imgLeft div,.imgRight div{text-align: left}

/* case */
.case-list li {padding: 20px 0 40px}
.case-list li a{color: #000;text-decoration: none}
.case-list li a span{display: block; text-align:left;font-size: 1.2rem}
.case-list li a div{position: relative;}
.case-list li a h3{}
.case-list-text{display: flex;justify-content: space-between}
.next01{position: relative;padding-right: 12px;color: #005e99; border-bottom: 1px solid #005e99}
.next01::after{content: "";display: block;position: absolute;right: 0;top: 10px; width: 0;height: 0;border-style: solid;border-color: transparent transparent transparent #005e99;border-width: 4px 0px 4px 6.93px;}
.side-case-list{margin-bottom: 20px; padding: 10px 0;}
.side-case-list li{padding: 10px 0;border-bottom: 1px dotted #ccc;font-size: 1.4rem}
.side-case-list li a{display: flex; color: #000;text-decoration: none;line-height: 1.6}
.side-case-list li a span{text-align: right}
.side-case-list li div img{width: 100px; height: 60px;margin-right: 15px; object-fit: cover;}
.side-case-text{display: flex; flex-flow: column-reverse;width:calc(100% - 115px);}
.side-case-text span{font-size: 1.2rem}

.sys .case-section h1{text-align: center;position: relative;font-weight: 500;}
.sys .case-section h1:after{
    position: absolute;    content: "Works";
    color: #f5f5f5;
    right: 0;
    left: 0;
    top: -30px;
    width: 100%;
    font-size: 4rem;
    margin: auto;
    z-index: -1;
    font-weight: 100;
}

.btn04{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  font-size: 22px;
    border: none;
  border-radius: 10px;
	width: 100%;
  max-width: 300px;
  height: 60px;
	margin: 40px auto 0;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
  background-image: linear-gradient(180deg, rgba(245, 235, 187, 1), rgba(232, 213, 117, 1));
}
.btn04{margin: 0 10px}
.btn04:hover{ box-shadow: 0 0 rgba(0, 0, 0, 0);}



@media screen and (max-width: 767px){
}

@media screen and (min-width: 768px){
	.flex-img01{display: flex;justify-content: space-between}
.flex-img01 img{width: 95%; height: auto	}
.imgLeft img{ float: left;width: 50%; height: auto;margin: 0 15px 15px 0}
.imgRight img{ float: right;width: 50%; height: auto;margin: 0 0 15px 15px}
.case-list{display: flex; justify-content: space-between;flex-wrap: wrap}
.case-list li{width: 47%;}
	


}

@media screen and (min-width: 961px){
.sys section p{font-size: 1.6rem}
.wrap01{display: flex;max-width: 1024px;width: 100%;margin: 40px auto 80px}
.wrap01 section{width: 70%;margin-right: 40px;padding: 40px}
.wrap01 .side{width: 30%}
.wrap01 section h2{margin-bottom: 20px}
.news-list li{padding: 15px 0;}
.news-list li a{display: flex}
.news-list li a span{width: 130px}
.news-list li a div{width: calc(100% - 130px);}
.next01:hover{border-bottom: none}
.sys .case-section-wrap{display: block;text-align: center}
.sys .case-section h2{text-align: center}
.sys .case-section h1{font-size: 4rem;}
.sys .case-section h1:after{top: -80px;  font-size: 10rem;}
	.sys .case-section{padding-top: 80px}
@media screen and (min-width: 1024px) {

}

@media screen and (min-width: 1200px){


}

@media screen and (min-width: 1260px){

}
