#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: 45%;
  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 .scene_no {
  display: inline-block;
  background: #176f88;
  line-height: 1;
  border: 2px solid #105e74;
  border-radius: 5px;
  box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.25);
  padding: 8px 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.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;
}
@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 .scene_no {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    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;
  }
}
.cb_scene {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 5px;
}
img.w100 {
  width: 100%;
}
.case-title {
  display: flex;
  background: #e7ebec;
  border-radius: 10px;
  align-items: center;
}
.case-title.after {
  background: #40c2ab;
}
.case-title .sub {
  border: 3px solid #cacaca;
  border-radius: 10px;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
  margin: -20px 20px 0 10px;
  padding: 10px 20px 15px;
  background: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.case-title.after .sub {
  border: 3px solid #118b75;
  background: #17a088;
  color: #fff;
}
.case-title .title {
  color: #000;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 0 15px;
}
.case-title.after .title {
  color: #fff;
}
.case-title2 {
  background: #40c2ab;
  border-radius: 10px;
  border: 3px solid #30ae98;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 1;
}
.case-title3 {
  display: inline-block;
  text-align: center;
  background: #11597e;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 20px 50px;
  line-height: 1;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 700px) {
  .case-title {
    flex-direction: column;
    align-items: center;
  }
  .case-title .sub {
    border: 2px solid #cacaca;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-size: 1.6rem;
  }
  .case-title .title {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 10px;
  }
  .case-title.after .title {
    color: #fff;
  }
  .case-title2 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
  .case-title3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.point-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
}
.point-title .mark {
  margin-right: 20px;
}
.point-title p {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
}
.point-title p.stxt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
span.rtxt {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  color: #c30202;
}
span.gtxt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #40c2ab;
}
.Ltxt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
}
.Ltxt span {
  color: #40c2ab;
}
.pl30 {
  padding-left: 30px;
}
.w35 {
  width: 35%;
}
.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) {
  .point-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .point-title .mark {
    margin-right: 10px;
  }
  .point-title p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .point-title p.stxt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  span.rtxt {
    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 {
    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;
}