.ps {
  width: 100vw;
  height: 100vw;
}

.pattern01 {
  height: auto !important;
}

.wrapper {
  overflow: hidden;
}

.main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #0a2986;
}

.main-visual .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .main-visual .section-inner {
    z-index: 1;
  }
}

.main-visual_contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 300px;
  background-image: url("./../../../img/case_studies/top/mv_case.png");
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .main-visual_contents {
    width: 78%;
  }
}

@media screen and (max-width: 980px) {
  .main-visual_contents {
    right: 0;
    width: 78%;
    height: 23.80952rem;
    background-position: center;
  }
}

@media screen and (max-width: 500px) {
  .main-visual_contents {
    width: 57.2vw;
    height: 46vw;
    background-image: url("./../../../img/case_studies/top/mv_case_sp.png");
    background-position: top left;
  }
}

@media screen and (max-width: 980px) {
  .main-visual {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual {
    height: 46vw;
  }
}

.main-visual .main-visual_titlebox {
  display: table-cell;
  z-index: 50;
  height: 300px;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .main-visual .main-visual_titlebox {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual .main-visual_titlebox {
    height: 46vw;
  }
}


.page_title {
    color: #0a2986;
    text-align: center;
	font-size: 3.4rem;
	margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .page_title {
	margin-bottom: 3.1746rem;
    font-size: 2.69841rem;
  }
}
@media screen and (max-width: 500px) {
  .page_title {
	margin-bottom: 5.33333vw;
    font-size: 5.86667vw;
  }
}

.page_text {
  margin-top: 23px;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .page_text {
    margin-top: 1.8254rem;
    font-size: 1.42857rem;
    line-height: 2.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .page_text {
    width: 91%;
    margin: 3.06667vw auto 0;
    text-align: left;
  }
}
.intro {
  margin-top: -15px;
  margin-bottom: 54px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .intro {
    margin-top: -1.03175rem;
    margin-bottom: 4.28571rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .intro {
    margin-top: -1.73333vw;
    margin-bottom: 7.2vw;
    font-size: 2.93333vw;
    text-align: left;
  }
}

.sap h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .sap h2 {
    margin-bottom: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .sap h2 {
    margin-bottom: 5.33333vw;
  }
}

.sap-text {
  margin-top: 25px;
  margin-bottom: 0 !important;
  font-size: 14px;
}

@media screen and (max-width: 980px) {
  .sap-text {
    margin-top: 1.98413rem;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .sap-text {
    margin-top: 3.33333vw;
    font-size: 3.2vw;
  }
}

.group {
  padding-bottom: 50px;
}

@media screen and (max-width: 980px) {
  .group {
    padding-bottom: 7.14286rem;
  }
}

@media screen and (max-width: 500px) {
  .group {
    padding-bottom: 9.33333vw;
  }
}
.pages-box {
  width: 1120px;
  margin:30px auto 60px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .pages-box {
    width: 93.33333%;
    margin-bottom: 4.93651rem;
  }
}

@media screen and (max-width: 500px) {
  .pages-box {
    display: block;
    width: 94.66667%;
    margin:2vw auto 0;
    margin-bottom: 8vw;
  }
}

.pages-box p {
  display: table;
  position: relative;
  width: 25%;
  height: 54px;
  margin-right: 15px;
}

@media screen and (max-width: 980px) {
  .pages-box p {
    height: 4.28571rem;
    margin-right: 1.28095rem;
  }
}

@media screen and (max-width: 500px) {
  .pages-box p {
    width: 100%;
    height: 10.66667vw;
    margin-top: 2vw;
    margin-right: 0;
  }
}

.pages-box p:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  .pages-box p:first-of-type {
    margin-top: 0;
  }
}

.pages-box p:before {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: calc(-14px/2);
  transform: rotate(45deg);
  border-right: 1px solid #0a2986;
  border-bottom: 1px solid #0a2986;
  content: "";
  transition: border 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .pages-box p:before {
    width: 0.79365rem;
    height: 0.79365rem;
    margin-top: calc(-0.79365rem/2);
  }
}

@media screen and (max-width: 500px) {
  .pages-box p:before {
    width: 1.33333vw;
    height: 1.33333vw;
    margin-top: calc(-1.33333vw/2);
  }
}

.pages-box a {
  display: block;
  position: relative;
  width: 100%;
  height: 54px;
  padding-right: 10px;
  background-color: #e8ebf5;
  font-size: 1.6rem;
  line-height: 54px;
  text-align: center;
  transition: background-color 0.1s cubic-bezier(1, 0, 0, 1);
}

.pages-box a span {
  z-index: 1;
  position: relative;
  color: #0a2986;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .pages-box a {
    height: 4.28571rem;
    font-size: 1.26984rem;
    line-height: 4.28571rem;
  }
}

@media screen and (max-width: 500px) {
  .pages-box a {
    width: 100%;
    height: 10.66667vw;
    font-size: 2.93333vw;
    line-height: 10.66667vw;
  }
}

@media screen and (min-width: 501px) {
  .pages-box a:hover {
    background-color: #0a2986;
  }
}

@media screen and (min-width: 501px) {
  .pages-box p:hover a:after {
    left: 0;
    width: 100%;
  }
  .pages-box p:hover:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .pages-box p:hover:hover span {
    color: #fff;
  }
}

div{box-sizing: border-box;}
.case_detail{
	display: flex;
	flex-flow: column;
	border: 2px solid #0a2986;
	margin:24px 0 40px;
}
@media screen and (max-width: 980px){
	.case_detail{
		margin: 2.4rem 0 4rem;
	}	
}
@media screen and (max-width: 500px){
	.case_detail{
		margin: 3.33333vw 0 5.33333vw;;
	}
}

.case_detail .title_box{
	display: flex;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
	padding: 16px 16px 8px 16px;
}
.case_detail .title_box::before {
	content: "";
	position: absolute;
	top: -10px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0a2986;
	transform: skewY(3deg) translateY(-29px);
}
.case_detail .title_box img{
	display: block;
	width: 128px;
	height: auto;
	margin-right: 16px;
	z-index:1;
}
.case_detail .title_box h4.company{
    position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 40px;
	font-size: 2rem;
	color: #FFF;
	line-height: 1em;
	z-index:1;    
}
.case_detail .title_box h4.company .job{
	display: block;
	font-size: 0.65em;
}
.case_detail.new .title_box h4.company::after{
    position: absolute;
    bottom: 0;
    right: -70px;
    width: 50px;
    height: 18px;
    margin-top: calc(-18px / 2);
    background-image: url(./../../../img/common/icon-new.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
}

.case_detail .title_box .template{
	margin-left: auto;
	z-index:1;
}
.case_detail .title_box .template strong{
	display: block;
	width: 344px;
	padding: 8px 16px;
	background: #0a2986;
	border: 2px solid #fff;
	text-align: center;
	font-size: 1.5rem;
	color: #FFF;
}
@media screen and (max-width: 980px){
	.case_detail .title_box{
		padding: 1.6rem 1.6rem 0.8rem 1.6rem;
	}
	.case_detail .title_box img{
		width: 12.8rem;
		margin-right: 1.6rem;
	}
	.case_detail .title_box h4.company{
		height: 4rem;
	}
    .case_detail.new .title_box h4.company::after{
        top: 0.655214rem;
        right: 0;
        width: 3.96825rem;
        height: 1.42857rem;
        margin-top: calc(-1.42857rem / 2);
    }
	.case_detail .title_box .template strong{
		width: 34rem;
		padding: 0.8rem 1.6rem;
	}
}
@media screen and (max-width: 500px){
	.case_detail .title_box{
		padding: 2.4vw 2.4vw 0.9vw 2.4vw;
		flex-wrap: wrap;
	}
	.case_detail .title_box::before{
		transform: skewY(3deg) translateY(-25px);
		right: -10px;
	}
	.case_detail .title_box img{
		width: 23%;
		margin-right: 2.4vw;
	}
	.case_detail .title_box h4.company{
		height: 6.82125vw;
		font-size: 3.358vw;
		line-height: 1.1em;
	}
	#hugroup.case_detail .title_box h4.company{
    	font-size: 3.3vw;
	}
    .case_detail.new .title_box h4.company::after{
        top: 2px;
        width: 10.66667vw;
        height: 4.26667vw;
        margin-top: calc(-4.26667vw / 2);
        background-image: url(./../../../img/common/icon-new_sp.png);
    }
	.case_detail .title_box .template{
		width: calc(100% - 23% - 3.6vw - 10px);
		margin-left: 0;
		position: absolute;
		bottom: 1vw;
		right: 2.4vw;
	}
	.case_detail .title_box .template strong{
		width: 100%;
		margin: 0;
		padding: 1vw;
		background: rgba(255,255,255,0.9);
		font-size: 2.452vw;
		color: #0a2986;
		border-color: #0a2986;
	}
}
.case_detail.r_name{
	border: 2px solid #ee8400;
	background: #fff9f3;
}
.case_detail.r_name .title_box{
	background:#fff9f3;
}
.case_detail.r_name .content_box{
	background:#fff9f3;
	padding: 0 16px 8px;
}
.case_detail.r_name .title_box::before{
	background-color: #ee8400;
}
.case_detail.r_name .title_box .template strong{
	background: #fff;
	color: #ee8400;
}
.case_detail .content_box{
	padding: 0 16px 16px;
	font-size: 14px;
} 
.case_detail .content_box .content_item{
	display: flex;
	padding: 8px 0;
	border-bottom: 1px solid #e0e0e0;
}
.case_detail .content_box .content_item:last-of-type{
	border-bottom: none;
}
#group02 .content_box .content_item:last-of-type,
#group03 .content_box .content_item:last-of-type{
	padding-bottom: 0;
}
@media screen and (max-width: 980px){
	.case_detail .content_box{
		padding: 0 1.6rem 1.6rem;
		font-size: 1.11111rem;
	}
	.case_detail.r_name .content_box{
		padding: 0 1.6rem 0.8rem;
	}
	.case_detail .content_box .content_item{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width: 500px){
	.case_detail .content_box,.case_detail.r_name .content_box{
		padding: 0 2.4vw 1.6vw;
		font-size: 2.93333vw;
	}
	.case_detail .content_box .content_item{
		flex-flow: column;
		padding: 1.6vw 0;
	}
	.case_detail.r_name .title_box .template strong{
		background: rgba(255,255,255,0.7);
		border: 2px #ee8400 solid;
	}
}
.case_detail .content_box .content_item dt{
	width: 128px;
	margin:0 8px;
	font-weight: bold;
}
.case_detail .content_box .content_item dd {
	max-width: 940px;
	
}
.case_detail .content_box .content_item dd h5{
	position: relative;
	padding-left: 18px;
	font-weight: bold;
	font-size: 1em;
}
.case_detail .content_box .content_item dd h5::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 14px;
	margin-left: 0;
	background-image:url("../../../img/case_studies/top/icon-check.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
@media screen and (max-width: 980px){
	.case_detail .content_box .content_item dt{
		width: 12.8rem;
		margin: 0 0.8rem;
	}
	.case_detail .content_box .content_item dd h5{
		padding-left: 1.8rem;
	}
}
@media screen and (max-width: 500px){
	.case_detail .content_box .content_item dt{
		width:100%;
		margin: 0;
		font-size:3.078vw;
	}
	.case_detail .content_box .content_item dd h5{
		padding-left: 3.2vw;
	}
	.case_detail .content_box .content_item dd h5::before{
		width: 2.6vw;
		height: 2.6vw;
	}
}
.case_detail.r_name .content_box .caption{
	font-weight: bold;
	margin-bottom: 8px;
}
.case_detail.r_name .content_box .content_item dd h5::before {
	background-image:url("../../../img/case_studies/top/icon-check_ol.png");
}
.case_detail .content_box .content_item dd ul{
	margin-left: 18px;
	margin-bottom: 8px;
}
.case_detail .content_box .content_item dd ul:last-of-type{
	margin-bottom: 0;
}
#group03 .case_detail .content_box .content_item dd ul{
	margin-left: 0;
}
.case_detail .content_box .content_item dd li{
	position: relative;
	padding-left: 0.9em;
}
.case_detail .content_box .content_item dd li::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #1f1f1f;
	border-radius: 50%;
	top:8px;
	left: 3px;
	font-size: 10%;
}
.case_detail .content_box .content_item dd a{
	color: #0a2986;
	border-bottom: 1px solid #0a2986;
	transition: all 0.4s;
}
.case_detail .content_box .content_item dd a:hover{
	opacity: 0.6;
}
.case_detail.r_name .btnlink{
	z-index: 0;
	display: block;
	position: relative;
	width: 320px;
	margin: 0 auto 16px;
	padding: 12px 16px;
	background: #ee8400;
	border: 2px solid #ee8400;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	box-sizing: border-box;
}
@media screen and (max-width: 980px){
	.case_detail.r_name .content_box .caption{
		margin-bottom: 0.8rem;
	}
	.case_detail .content_box .content_item dd ul{
		margin-left: 1.8rem;
		margin-bottom: 0.8rem;
	}
	.case_detail.r_name .btnlink{
		width: 32rem;
		margin-bottom: 1.6rem;
		padding: 1rem 1.2rem;
		font-size: 1.26984rem;
	}
}
@media screen and (max-width: 500px){
	.case_detail.r_name .content_box .caption{
		margin-bottom: 2.44vw;
	}
	.case_detail .content_box .content_item dd ul{
		margin-left: 0;
		margin-bottom: 2.44vw;
	}
	.case_detail.r_name .btnlink{
		width: 75%;
		margin: 0 auto 2.44vw;
		padding: 1vw;
		font-size: 2.93333vw;
	}
	.case_detail .content_box .content_item dd li::before{
	top:6px;
	}
}
.case_detail.r_name .btnlink span{
	z-index: 1;
	color: #FFF;
	transition: color 0.5s cubic-bezier(1, 0, 0, 1);
}
.case_detail.r_name .btnlink:hover span{
	color: #ee8400;
	transition: color 0.6s cubic-bezier(1, 0, 0, 1);
}
.case_detail.r_name .btnlink span:before {
	z-index: 1;
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	transform: rotate(45deg);
	border-top: 1px solid;
	border-right: 1px solid;
	transition: visibility 0.5s cubic-bezier(1, 0, 0, 1);
}
.case_detail.r_name .btnlink:after {
	z-index: -1;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: auto;
	width: 0;
	height: 100%;
	background: #ee8400;
	transition: all 0.4s cubic-bezier(1, 0, 0, 1);
}
.case_detail.r_name .btnlink:hover:after {
	left: 0;
	width: 100%;
	background: #fff;
}

.fw-normal{
    font-weight: normal!important;
}
/*# sourceMappingURL=../../../css-map/pages/case_studies/index.css.map */
