#wrapper {
  background: none;
  padding: 50px 0 0;
}
#wrapper article {
  max-width: 1150px;
  padding: 0;
  margin: 0 auto 100px;
}

.case_main {
  box-sizing: border-box;
  width: 100%;
  background: #EEF1F2;
  background: linear-gradient(0deg, rgba(238, 241, 242, 1) 0%, rgba(218, 222, 223, 1) 100%);
}
.case_main .fb {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.case_main .fb .mv {
  width: 50%;
}
.case_main .fb .mv img {
  width: 100%;
}
.case_main .fb .tbox {
  width: 48%;
  font-family: "Noto Sans JP", sans-serif;
}
.case_main .fb .tbox h1 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #0a4054;
  margin-bottom: 25px;
}
.case_main .fb .tbox .copy {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.case_main .fb .tbox .copy span {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  color: #00768f;
}

.case_main .fb .tbox .cbimg{
	text-align: right;
	margin-top: 20px;
}
@media screen and (max-width: 700px) {
  #wrapper article {
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .case_main .fb .mv {
    width: 100%;
    margin-bottom: 30px;
  }
  .case_main .fb .mv img {
    width: 100%;
  }
  .case_main .fb .tbox {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
  .case_main .fb .tbox h1 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
  }
  .case_main .fb .tbox .copy {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 30px;
  }
  .case_main .fb .tbox .copy span {
    font-size: 20px;
    font-size: 2.0rem;
  }
	.case_main .fb .tbox .cbimg{
	text-align: center;
}
}
.cb_scene {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 5px;
}
.cb_scene h2 {
  border-left: 3px solid #ccc;
  font-size: 2.8rem;
  font-weight: normal;
  margin: 0 0 35px;
  padding: 0 0 0 15px;
  line-height: 1.3;
}
img.w100 {
  width: 100%;
}
.usecase-title {
  width: 100%;
  background-image: linear-gradient(0deg, #1b3447, #223c51 47%, #1f3547 95%, #192d3e);
}
.usecase-title div {
  box-sizing: border-box;
  color: #FFFFFF;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8em;
  font-weight: 500;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}

span.btxt {
  font-weight: 500;
  color: #00a8ff;
}
span.gtxt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #40c2ab;
}
.Ltxt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}
.Ltxt span {
  color: #40c2ab;
}
.pl30 {
  padding-left: 30px;
}
.w35 {
  width: 35%;
}

.w65 {
  width: 65%;
}


.s4text {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
}
.s4text span {
  color: #40c2ab;
}
.sp-r90 {
  padding: 150px 0 0 0;
}
@media screen and (max-width: 700px) {
.cb_scene h2 {
  font-size: 2.0rem;
}
	
 
  span.btxt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  span.gtxt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .Ltxt {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .Ltxt span {
    color: #40c2ab;
  }
  .w48, .w60, .w65 {
    width: 100%;
  }
  .w35 {
    width: 100%;
    margin: 30px auto;
  }
  .pl30 {
    padding-left: 0px;
  }
  .sp-r90 {
    padding: 20px 0;
  }
  .sp-r90 img {
    transform: rotate(90deg);
  }
}
.aife {
  align-items: flex-end;
}