@charset "UTF-8";
/*------------------------------------------------------*/
/*  事例 */
/*------------------------------------------------------*/
@media screen and (min-width: 751px) {
  .scene-single .breadnav {
    margin-bottom: 0;
  }
}
.scene-image {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .scene-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .scene-image {
    margin: 0 auto 60px auto;
  }
}
.scene-image > .image {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .scene-image > .image {
    width: 100%;
  }
}
.scene-image > .image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70.3%;
  position: relative;
}
.scene-image > .image > ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.scene-image > .image > ul > li {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
.scene-image > .image > ul > li:first-of-type {
  left: 0;
}
.scene-image > .text {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .scene-image > .text {
    width: 100%;
  }
}
.scene-image > .text > .inner {
  max-width: 326px;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .scene-image > .text > .inner {
    max-width: 86%;
    margin-bottom: 20px;
  }
}
.scene-image > .text > .inner > h2 {
  font-size: 2.7rem;
  line-height: 4.2rem;
  font-weight: 700;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .scene-image > .text > .inner > h2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding-top: 20px;
  }
}
.scene-image > .text > .inner > h3 {
  font-size: 1.9rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .scene-image > .text > .inner > h3 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.scene-image > .text > .inner > p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.scene-image > .text > .inner > p.txt1 {
  margin-bottom: 40px;
}
.scene-image2 {
  margin-bottom: 112px;
}
@media screen and (min-width: 751px) {
  .scene-image2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1190px) {
  .scene-image2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
}
.scene-image2 > .text > .inner {
  width: 88%;
  max-width: 490px;
}
@media screen and (min-width: 751px) {
  .scene-image2 > .text > .inner {
    margin-top: 52px;
    margin-left: 6px;
  }
}
@media screen and (min-width: 1190px) {
  .scene-image2 > .text > .inner {
    margin-top: 92px;
  }
}
@media screen and (max-width: 750px) {
  .scene-image2 > .text > .inner {
    width: 86%;
    max-width: 100%;
  }
}
.scene-image2 > .text > .inner > p {
  line-height: 2.1rem;
  margin-bottom: 40px;
}
.scene-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 3.7rem;
}
.scene-title > .en {
  font-size: 3rem;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-right: 18px;
}
.scene-title > .en .blue {
  color: #035b90;
}
@media screen and (max-width: 750px) {
  .scene-title {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .scene-title > .en {
    font-size: 2.6rem;
    margin-right: 8px;
  }
}
@media screen and (max-width: 486px) {
  .scene-title > .en {
    margin-right: 0;
  }
}
.scene-feature {
  max-width: 1140px;
  margin: 0 auto 137px auto;
}
@media screen and (max-width: 750px) {
  .scene-feature {
    margin-bottom: 85px;
  }
}
.scene-feature > .scene-title {
  margin-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .scene-feature > .scene-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 581px) {
  .scene-feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.scene-feature__list > .item {
  position: relative;
}
@media screen and (min-width: 851px) {
  .scene-feature__list > .item {
    width: 33.3%;
  }
}
@media screen and (max-width: 850px) {
  .scene-feature__list > .item {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 580px) {
  .scene-feature__list > .item {
    width: 100%;
  }
}
.scene-feature__list > .item > .no {
  position: absolute;
  width: 52px;
  height: 52px;
  left: -20px;
  top: -15px;
  text-align: center;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .scene-feature__list > .item > .no {
    left: -5px;
  }
}
.scene-feature__list > .item > .no::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #035b90;
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
}
.scene-feature__list > .item > .no > span {
  position: relative;
  font-size: 1.8rem;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: 700;
  display: block;
}
.scene-feature__list > .item > .image {
  width: 100%;
  position: relative;
  background: #2d2d2d;
  margin-bottom: 38px;
}
.scene-feature__list > .item > .image::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 68.4%;
}
.scene-feature__list > .item > .image > .icon {
  position: absolute;
}
.scene-feature__list > .item > .image > .icon1 {
  width: 32.9%;
  left: 18%;
  top: 24%;
}
.scene-feature__list > .item > .image > .icon2 {
  width: 18.4%;
  left: 62%;
  top: 24%;
}
.scene-feature__list > .item > .image > .icon3 {
  width: 23.1%;
  left: 21%;
  top: 23.8%;
}
.scene-feature__list > .item > .image > .icon4 {
  width: 29.4%;
  left: 53.8%;
  top: 24%;
}
.scene-feature__list > .item > .image > .icon5 {
  width: 16%;
  left: 19%;
  top: 24%;
}
.scene-feature__list > .item > .image > .icon6 {
  width: 36.8%;
  left: 45.2%;
  top: 24%;
}
.scene-feature__list > .item > h3 {
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.scene-feature__list > .item > .txt {
  font-size: 1.2rem;
  line-height: 2.1rem;
  padding: 0 8%;
}
.scene-feature__list > .item2 > .image {
  background: #383838;
}
.scene-feature__list > .item3 > .no {
  left: -26px;
}
@media screen and (max-width: 850px) {
  .scene-feature__list > .item3 > .no {
    left: -5px;
  }
}
.scene-receipt {
  margin-bottom: 152px;
}
@media screen and (max-width: 750px) {
  .scene-receipt {
    margin-bottom: 85px;
  }
}
.scene-receipt > .scene-title {
  margin-bottom: 10px;
}
.scene-receipt > .lead {
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 35px;
}
.scene-receipt__block {
  width: 95%;
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .scene-receipt__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 850px) {
  .scene-receipt__block {
    width: 86%;
  }
}
.scene-receipt__block > .text {
  width: 46%;
  max-width: 474px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .scene-receipt__block > .text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px auto;
  }
}
.scene-receipt__block > .text > .lead {
  font-size: 1.2rem;
  line-height: 2.1rem;
  padding-left: 12px;
}
.scene-receipt__block > .image {
  width: 50%;
  max-width: 408px;
  position: relative;
  margin-right: 26px;
  top: -3px;
}
@media screen and (max-width: 850px) {
  .scene-receipt__block > .image {
    width: 86%;
    margin: 0 auto 70px auto;
  }
}
.scene-receipt__block > .image::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 92.6%;
}
.scene-receipt__block > .image > .arrow {
  position: absolute;
}
.scene-receipt__block > .image > .arrow1 {
  width: 6.3%;
  left: 17.3%;
  top: 37%;
}
.scene-receipt__block > .image > .arrow2 {
  width: 9%;
  left: 50%;
  bottom: 10px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.scene-receipt__block > .image > .arrow3 {
  width: 6.6%;
  right: 14.3%;
  top: 37.3%;
}
.scene-receipt__step {
  margin-bottom: 50px;
}
.scene-receipt__step > h3 {
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 486px) {
  .scene-receipt__step > h3 {
    padding-left: 4px;
  }
}
.scene-receipt__step .item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 33px;
  min-height: 46px;
}
@media screen and (max-width: 486px) {
  .scene-receipt__step .item {
    padding-left: 50px;
  }
}
.scene-receipt__step .item > .no {
  position: absolute;
  width: 54px;
  height: 54px;
  left: 0px;
  top: -3px;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.scene-receipt__step .item > .no::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #035b90;
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
}
.scene-receipt__step .item > .no > span {
  position: relative;
  font-size: 1.8rem;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 486px) {
  .scene-receipt__step .item > .no {
    width: 39px;
    height: 39px;
  }
  .scene-receipt__step .item > .no > span {
    font-size: 1.5rem;
  }
}
.scene-receipt__step .item > .txt {
  font-size: 1.3rem;
  line-height: 2.3rem;
}
.scene-receipt__image {
  width: 47.5%;
  position: absolute;
}
.scene-receipt__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  background: #2d2d2d;
}
.scene-receipt__image img {
  position: relative;
}
.scene-receipt__image > .no {
  position: absolute;
  width: 54px;
  height: 54px;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.scene-receipt__image > .no::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #035b90;
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
}
.scene-receipt__image > .no > span {
  position: relative;
  font-size: 1.8rem;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 486px) {
  .scene-receipt__image > .no {
    width: 39px;
    height: 39px;
  }
  .scene-receipt__image > .no > span {
    font-size: 1.5rem;
  }
}
.scene-receipt__image > .txt {
  position: absolute;
  font-size: 1.3rem;
  line-height: 2rem;
  width: 100%;
}
.scene-receipt__image.item1 {
  top: -2px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 4px;
}
.scene-receipt__image.item1 > .no {
  right: -22px;
  top: 11%;
}
.scene-receipt__image.item1 > .txt {
  width: auto;
  right: -94px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.scene-receipt__image.item2 {
  bottom: 0;
  left: 0;
}
.scene-receipt__image.item2 > .no {
  left: -18px;
  bottom: 9%;
}
.scene-receipt__image.item2 > .txt {
  left: 0;
  bottom: -50px;
}
.scene-receipt__image.item3 {
  bottom: 0;
  right: 0;
}
.scene-receipt__image.item3 > .no {
  right: -18px;
  bottom: 9%;
}
.scene-receipt__image.item3 > .txt {
  left: 0;
  bottom: -50px;
}
.scene-recommend {
  margin-bottom: 156px;
}
@media screen and (max-width: 750px) {
  .scene-recommend {
    margin-bottom: 85px;
  }
}
.scene-recommend > .scene-title {
  margin-bottom: 42px;
}
@media screen and (max-width: 486px) {
  .scene-recommend > .scene-title {
    margin-bottom: 20px;
  }
}
.scene-recommend__wrap {
  width: 90%;
  max-width: 554px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 0 auto 44px auto;
}
.scene-recommend__wrap > .item {
  width: 46.2%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 486px) {
  .scene-recommend__wrap > .item {
    padding-top: 130px;
  }
}
.scene-recommend__wrap > .item > .image {
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  overflow: hidden;
  position: relative;
}
.scene-recommend__wrap > .item > .image img {
  position: relative;
}
.scene-recommend__wrap > .item > .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #eaeaea;
}
.scene-recommend__wrap > .item > .for {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
@media screen and (max-width: 486px) {
  .scene-recommend__wrap > .item > .for {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.scene-recommend__wrap > .item > h3 {
  font-size: 2.6rem;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.scene-recommend__wrap > .item > h3 > span {
  color: #035b90;
}
@media screen and (max-width: 486px) {
  .scene-recommend__wrap > .item > h3 {
    font-size: 2rem;
  }
}
.scene-recommend__wrap > .item > .point {
  width: 162px;
  height: 162px;
  color: #fff;
  position: absolute;
  bottom: 30px;
}
@media screen and (max-width: 486px) {
  .scene-recommend__wrap > .item > .point {
    width: 140px;
    height: 140px;
  }
}
.scene-recommend__wrap > .item > .point::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #035b90;
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
}
.scene-recommend__wrap > .item > .point > span {
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 486px) {
  .scene-recommend__wrap > .item > .point > span {
    font-size: 1rem;
  }
}
.scene-recommend__wrap > .item > .point::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 17px;
  border-color: transparent transparent transparent #035b90;
  position: absolute;
}
.scene-recommend__wrap > .item1 > .image {
  margin-bottom: 36px;
}
.scene-recommend__wrap > .item1 > .for {
  margin-bottom: 22px;
}
.scene-recommend__wrap > .item1 > .point {
  left: -196px;
  bottom: 37px;
}
.scene-recommend__wrap > .item1 > .point::after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 10px;
  bottom: 16px;
}
@media screen and (max-width: 850px) {
  .scene-recommend__wrap > .item1 > .point {
    left: -96px;
    top: -45px;
  }
}
@media screen and (max-width: 486px) {
  .scene-recommend__wrap > .item1 > .point {
    left: -30px;
    top: -5px;
  }
  .scene-recommend__wrap > .item1 > .point::after {
    -ms-transform: rotate(70deg);
        transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    right: 49px;
    bottom: -9px;
  }
}
.scene-recommend__wrap > .item2 > .image {
  margin-bottom: 20px;
}
@media screen and (max-width: 486px) {
  .scene-recommend__wrap > .item2 > .image {
    margin-bottom: 23px;
  }
}
.scene-recommend__wrap > .item2 > .for {
  margin-bottom: 17px;
}
.scene-recommend__wrap > .item2 > .point {
  right: -196px;
  bottom: 37px;
}
.scene-recommend__wrap > .item2 > .point::after {
  -ms-transform: rotate(255deg);
      transform: rotate(255deg);
  -webkit-transform: rotate(255deg);
  left: 12px;
  bottom: 23px;
}
@media screen and (max-width: 850px) {
  .scene-recommend__wrap > .item2 > .point {
    right: -96px;
    top: -45px;
  }
}
@media screen and (max-width: 486px) {
  .scene-recommend__wrap > .item2 > .point {
    right: -30px;
    top: -5px;
  }
  .scene-recommend__wrap > .item2 > .point::after {
    -ms-transform: rotate(226deg);
        transform: rotate(226deg);
    -webkit-transform: rotate(226deg);
    left: 51px;
    bottom: -4px;
  }
}
.scene-recommend > .note {
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: center;
}
.scene-recommend > .note span {
  color: #035b90;
}
.scene-check {
  margin-bottom: 155px;
}
@media screen and (max-width: 750px) {
  .scene-check {
    margin-bottom: 85px;
  }
}
.scene-check > h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 48px;
}
@media screen and (max-width: 639px) {
  .scene-check > h2 {
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
}
.scene-check__wrap {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 639px) {
  .scene-check__wrap {
    width: 100% !important;
  }
}
.scene-check__list {
  margin: 0 auto;
  position: relative;
}
.scene-check__listw {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .scene-check__listw {
    margin-left: 7%;
  }
}
.scene-check__list > .item {
  width: 260px;
  margin: 0 10px;
  text-align: center;
  float: left;
}
.scene-check__list > .item a {
  display: block;
}
.scene-check__list > .item a > .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 19px;
}
.scene-check__list > .item a > .image::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 57.7%;
}
.scene-check__list > .item a > .image img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.scene-check__list > .item a > .tag {
  display: inline-block;
  padding: 1px 15px 3px 15px;
  position: relative;
  background: #035b90;
  margin-bottom: 16px;
}
.scene-check__list > .item a > .tag > span {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.scene-check__list > .item a > .txt {
  font-size: 1.2rem;
  line-height: 2rem;
}
@media screen and (min-width: 751px) {
  .scene-check__list > .item a:hover > .image img {
    -ms-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
  }
  .scene-check__list > .item a:hover > .txt {
    text-decoration: underline;
  }
}
@media screen and (max-width: 639px) {
  .scene-check__list > .item {
    width: 39vw;
    margin: 0 6vw 35px 0;
  }
}
.scene-check__arrow {
  width: 46px;
  position: absolute;
  margin-top: -23px;
  display: none;
}
.scene-check__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  background: #2d2d2d;
  position: absolute;
  left: 0;
  top: 0;
}
.scene-check__arrow img {
  position: relative;
  cursor: pointer !important;
}
.scene-check__arrowl {
  left: -13px;
}
.scene-check__arrowr {
  right: -13px;
}
@media screen and (min-width: 640px) {
  .scene-check__arrow {
    top: 75px !important;
  }
}
@media screen and (max-width: 639px) {
  .scene-check__arrow {
    width: 36px;
    margin-top: 0;
  }
  .scene-check__arrowl {
    left: calc(7% - 18px);
  }
  .scene-check__arrowr {
    right: calc(7% - 18px);
  }
}
.scene-form {
  padding-bottom: 80px;
}
.scene-form .inner {
  margin-bottom: 28px;
}
.scene-form .inner > h2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-bottom: 31px;
}
@media screen and (max-width: 486px) {
  .scene-form .inner > h2 {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
}
.scene-form .inner > .lead {
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 55px;
}
@media screen and (max-width: 486px) {
  .scene-form .inner > .lead {
    font-size: 1.2rem;
    margin-bottom: 28px;
  }
}
.scene-form .inner > .note {
  width: 86%;
  max-width: 700px;
  margin: 0 auto;
  -ms-transform: translateX(24px);
      transform: translateX(24px);
  -webkit-transform: translateX(24px);
}
@media screen and (max-width: 750px) {
  .scene-form .inner > .note {
    -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.scene-form .inner > .note > li {
  font-size: 1.3rem;
  line-height: 2.5rem;
  position: relative;
  padding-left: 24px;
}
.scene-form .inner > .note > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  background: #035b90;
}
.scene-form .inner h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 11px;
}
.scene-form .inner > .tel {
  text-align: center;
  position: relative;
  margin-bottom: 34px;
}
.scene-form .inner > .tel > .icon {
  width: 35px;
  position: absolute;
  left: 50%;
  margin-left: -129px;
  top: -4px;
}
.scene-form .inner > .tel > span,
.scene-form .inner > .tel > a {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.casestudy-single__head {
  width: 95%;
  max-width: 1220px;
  margin: 0 auto 60px auto;
}

@media screen and (max-width: 750px) {
  .casestudy-single__head {
    margin-bottom: 50px;
  }
}

.casestudy-single__head .caption {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 30px;
}

@media screen and (max-width: 750px) {
  .casestudy-single__head .caption {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.casestudy-single__head h2 {
  font-size: 2.6rem;
  line-height: 3.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .casestudy-single__head h2 {
    width: 86%;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 0 auto 25px auto;
  }
}

@media screen and (min-width: 751px) {
  .casestudy-single__head .wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
  }
  .casestudy-single__head .wrap > .widget-span {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
  }
  .casestudy-single__head .wrap > .widget-span > .row-depth-2 {
    width: 50%;
  }
  .casestudy-single__head .wrap > .widget-span > .row-depth-2:last-of-type {
    width: 45%;
  }
  .casestudy-single__head .wrap.-page2 > .widget-span > .row-depth-2 {
    width: 100% !important;
  }
}

.casestudy-single__head .wrap .photo img {
  width: 100% !important;
}

.casestudy-single__head .wrap .text {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .casestudy-single__head .wrap .text {
    margin-top: 15px;
  }
}

.casestudy-single__head .wrap .text .logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .casestudy-single__head .wrap .text .logo img {
    max-width: 60%;
  }
}

.casestudy-single__head .wrap .text .name {
  font-size: 1.8rem;
}

.casestudy-single__head .wrap .text .name span {
  font-size: 1.4rem;
}

.casestudy-single__head .wrap .text .url {
  font-size: 1.2rem;
  font-family: 'poppins';
  text-decoration: none;
}

.casestudy-single__head .wrap .text .url:hover {
  text-decoration: underline;
}

.casestudy-single__head .wrap .text .txt {
  width: 90%;
  margin: 30px auto 0 auto;
  text-align: left;
  font-size: 1.3rem;
  line-height: 2.1rem;
}

@media screen and (max-width: 750px) {
  .casestudy-single__head .wrap .text .txt {
    width: 86%;
  }
}

.casestudy-single__head .wrap .text .btn-back {
  margin-top: 40px;
}

.casestudy-single__lead {
  width: 86%;
  max-width: 1040px;
  margin: 0 auto 80px auto;
  font-size: 1.3rem;
  line-height: 2.1rem;
}

@media screen and (max-width: 750px) {
  .casestudy-single__lead {
    margin-bottom: 50px;
  }
}

.casestudy-single__lead span {
  font-weight: 700;
}

.casestudy-single__lead a {
  color: #0600ff; text-decoration: underline;
}



.casestudy-single__point {
  width: 86%;
  max-width: 1040px;
  margin: 0 auto 80px auto;
}

@media screen and (max-width: 750px) {
  .casestudy-single__point table {
    border: 2px solid #ececec;
  }
}

.casestudy-single__point table tr {
  height: auto !important;
}

.casestudy-single__point table tr th {
  font-size: 1.8rem;
  font-weight: 500;
  vertical-align: middle;
  width: 20%;
  text-align: center;
  height: auto !important;
  position: relative;
}

@media screen and (min-width: 751px) {
  .casestudy-single__point table tr th {
    color: #fff;
  }
  .casestudy-single__point table tr th::before {
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50% 50%;
    background: #035b90;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }
}

@media screen and (max-width: 750px) {
  .casestudy-single__point table tr th {
    display: block;
    width: 100% !important;
    padding: 25px 0 15px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: none;
    border-right: none;
    border-right: 1px solid #ececec;
    color: #035b90;
  }
  .casestudy-single__point table tr th::before {
    content: '';
    width: 20px;
    height: 2px;
    background: #035b90;
    position: absolute;
    left: 50%;
    top: 38px;
    margin-top: -1px;
    margin-left: 50px;
  }
  .casestudy-single__point table tr th::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #035b90;
    position: absolute;
    right: 50%;
    top: 38px;
    margin-top: -1px;
    margin-right: 50px;
  }
}

.casestudy-single__point table tr td {
  padding: 30px 50px 30px 50px;
  font-size: 1.5rem;
  position: relative;
  height: auto !important;
}

.casestudy-single__point table tr td .caption {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .casestudy-single__point table tr td {
    display: block;
    width: 100% !important;
    padding: 5px 20px 25px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #ececec;
    font-size: 1.3rem;
  }
  .casestudy-single__point table tr td .caption {
    font-size: 1.6rem;
  }
}

.casestudy-single__faq {
  width: 86%;
  max-width: 1040px;
  margin: 0 auto 100px auto;
}

@media screen and (max-width: 750px) {
  .casestudy-single__faq {
    margin-bottom: 80px;
  }
}

.casestudy-single__faq .item {
  margin-bottom: 60px;
}

.casestudy-single__faq .item dt {
  position: relative;
  padding-left: 60px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 47px;
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .casestudy-single__faq .item dt {
    font-size: 1.5rem;
    line-height: 28px;
  }
}

.casestudy-single__faq .item dt > .faq-q {
  display: block;
  left: 0;
  top: 0;
}

.casestudy-single__faq .item dd {
  position: relative;
  padding-left: 60px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

@media screen and (max-width: 750px) {
  .casestudy-single__faq .item dd {
    font-size: 1.3rem;
  }
}

.casestudy-single__faq .item dd .caption {
  font-size: 2.0rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #035b90;
}

@media screen and (max-width: 750px) {
  .casestudy-single__faq .item dd .caption {
    font-size: 1.6rem;
    margin-top:0px;
    margin-bottom:10px;
  }
}

 .casestudy-single__faq .item dd p {
  margin-top: 26px;
  margin-bottom: 26px;
}   


@media screen and (max-width: 750px) {
   .casestudy-single__faq .item dd p {
  margin-top: 20px;
  margin-bottom: 20px;
  }   }
  
  

 .casestudy-single__faq .item dd p.note {
  font-size: 12px; 
  margin-top: 30px;
  margin-bottom: 18px;
}   


.casestudy-single__faq .item dd.comment {
  margin-top: 20px;
}

.casestudy-single__faq .item dd.comment .fromkke {
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}

.casestudy-single__faq .item dd.comment .fromkke:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #035b90;
  border-radius: 50% 50%;
}

.casestudy-single__faq .item dd.comment .fromkke a {
  text-decoration: underline;
}

.casestudy-single__faq .item dd figure {
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.casestudy-single__faq .item dd figure img {
  max-width: 60%;
}

@media screen and (max-width: 750px) { 
 .casestudy-single__faq .item dd figure img {
  max-width: 90%;
  }}

.casestudy-single__faq .item dd figure img.large {
  max-width: 800px; 
  max-height: 450px;
  text-align:　center;
  margin-left: auto; 
  margin-right: auto;
}

.casestudy-single__faq .item dd figure p.figcaption {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  max-width: 65%;
  margin: 5px auto;
}

@media screen and (max-width: 750px) { 
 .casestudy-single__faq .item dd figure p.figcaption {
  max-width: 95%;
  }}

.casestudy-single__faq .item dd .faq-a {
  left: 0;
  top: -17px;
}

.casestudy-single__faq .item dd .faq-a::before {
  background: url(https://remotelock.kke.co.jp/hubfs/image/renewal2018/faq/a_off.png) no-repeat 0 0;
  background-size: contain;
  -webkit-background-size: contain;
  opacity: 1;
  filter: alpha(opacity=100);
}

.casestudy-single__faq .item dd .btn-next {
  margin-top: 30px;
}

.casestudy-single__faq a {
  color: #0600ff; 
  text-decoration: underline;
}


.casestudy-single__next {
  max-width: 1220px;
  margin: 0 auto;
}

.casestudy-single__next h2 {
  margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
  .casestudy-single__next h2 {
    margin-bottom: 20px;
  }
}

.casestudy-single__next .lead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .casestudy-single__next .lead {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}

.casestudy-single__next .list {
  width: 600px;
  margin: 0 auto 50px auto;
  letter-spacing: -.40em;
}

.casestudy-single__next .list li {
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.casestudy-single__next .list li::before {
  background: #035b90;
}

@media screen and (max-width: 750px) {
  .casestudy-single__next .list {
    width: 86%;
    margin-bottom: 25px;
  }
  .casestudy-single__next .list li {
    width: 100%;
  }
}

.casestudy-single__comment {
  max-width: 1040px;
  margin: -30px auto 60px 60px;
  font-size: 1.3rem;
  line-height: 2.4rem;
  background: #f7f7f7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px 25px;
}

.casestudy-single__comment > p {
  font-size: 1.2rem;
  margin: 8px auto;
}



.casestudy-single__comment > p:first-of-type {
  font-weight: 500;
  font-size: 1.4rem;
  margin-top:0px;
  margin-bottom: 3px;
}

@media screen and (max-width: 750px) {
  .casestudy-single__comment {
    width: 86%;
    margin-bottom: 80px;
  }
}

.casestudy-single__merit {
  max-width: 1040px;
  margin: 0 auto 80px auto;
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .casestudy-single__merit {
    width: 86%;
    margin-bottom: 80px;
  }
}

.casestudy-single__merit .list {
  width: 600px;
  margin: 30px auto 0 auto;
}

.casestudy-single__merit .list li {
  font-size: 1.3rem;
  line-height: 2.1rem;
  text-align: left;
}

@media screen and (max-width: 486px) {
  .casestudy-single__merit .list {
    width: 100%;
  }
}

.casestudy-single__summary > .lead {
  width: 86%;
  max-width: 1040px;
  margin: 0 auto 15px auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align:center;
  font-weight:bold;
}

@media screen and (max-width: 750px) {
  .casestudy-single__summary > .lead {
    font-size:14px:
  }
}

.casestudy-single__summary a {
  display: block;
  text-align: center;
  color: #fff;
  width: 86%;
  padding: 62px 0;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 80px;
  background: #035b90;
  position: relative;
}

.casestudy-single__summary a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #2d2d2d;
}

.casestudy-single__summary a > span {
  font-size: 1.4rem;
  position: relative;
}

.casestudy-single__summary a > .icon {
  width: 31px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 50%;
  margin-right: -146px;
}

.casestudy-single__summary a > .icon img {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.casestudy-single__summary a:hover::before {
  width: 100%;
  left: 0;
}

.casestudy-single__summary a:hover > .icon img {
  left: 6px;
}

@media screen and (max-width: 750px) {
  .casestudy-single__summary a {
    width: 86%;
    margin: 40px auto 80px auto;
    padding: 30px 0;
  }
  .casestudy-single__summary a > span {
    display: inline-block;
    padding-right: 16px;
  }
  .casestudy-single__summary a > .icon {
    margin-right: -136px;
  }
}


.btn-back {
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 750px) {
  .btn-back {
    margin-bottom: 50px;
  }
}
.btn-back > a {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  font-size: 1.4rem;
  line-height: 3.1rem;
}

.btn-back > a > .arrow {
  width: 31px;
  height: 31px;
  position: absolute;
  left: -62px;
  top: 0;
}

.btn-back > a > .arrow img {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.btn-back > a:hover > .arrow img {
  left: -10px;
}

.btn-next {
  text-align: center;
}

.btn-next a {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  font-size: 1.4rem;
  line-height: 3.1rem;
}

.btn-next a > .arrow {
  width: 31px;
  height: 31px;
  position: absolute;
  right: -62px;
  top: 0;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.btn-next a > .arrow img {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.btn-next a:hover > .arrow img {
  left: -10px;
}

.btn-toapply {
  text-align: center;
  max-width: 1120px;
  height: 255px;
  background: #f5f5f5;
  margin: 0 auto 92px auto;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.btn-toapply::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #035b90;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.btn-toapply > .txt {
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  font-weight: 500;
  letter-spacing: 0.03em;
  left: 50%;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.btn-toapply > .arrow {
  width: 31px;
  height: 31px;
  position: absolute;
  right: 139px;
  top: 50%;
  margin-top: -15px;
}

.btn-toapply > .arrow > p {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-toapply > .arrow > p.hover {
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-toapply > .arrow img {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.btn-toapply:hover {
  color: #fff;
}

.btn-toapply:hover::before {
  width: 100%;
  left: 0;
}

.btn-toapply:hover > .arrow > p {
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-toapply:hover > .arrow > p.hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-toapply:hover > .arrow img {
  left: 10px;
}

@media screen and (max-width: 750px) {
  .btn-toapply {
    color: #fff;
    height: 115px;
    width: 86%;
  }
  .btn-toapply::before {
    width: 100%;
    left: 0;
  }
  .btn-toapply > .arrow {
    right: 50px;
  }
  .btn-toapply > .arrow > p {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .btn-toapply > .arrow > p.hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-toapply > .arrow img {
    left: 10px;
  }
}

.faq-q {
  position: absolute;
  width: 47px;
  height: 0;
  padding-top: 47px;
  overflow: hidden;
  left: 39px;
  top: 26px;
  font-size: 0rem;
}

@media screen and (max-width: 750px) {
  .faq-q {
    left: 10px;
  }
}

.faq-q::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://remotelock.kke.co.jp/hubfs/image/renewal2018/faq/q_off.png) no-repeat 0 0;
  background-size: contain;
  -webkit-background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.faq-q::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://remotelock.kke.co.jp/hubfs/image/renewal2018/faq/q_on.png) no-repeat 0 0;
  background-size: contain;
  -webkit-background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media screen and (max-width: 750px) {
  .faq-q::before, .faq-q::after {
    top: -7px;
  }
}

.faq-a {
  position: absolute;
  width: 47px;
  height: 0;
  padding-top: 47px;
  overflow: hidden;
  left: 39px;
  top: 0px;
  font-size: 0rem;
}

@media screen and (max-width: 750px) {
  .faq-a {
    left: 10px;
    top: -9px;
  }
}

.faq-a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://remotelock.kke.co.jp/hubfs/image/renewal2018/faq/a.png) no-repeat 0 0;
  background-size: contain;
  -webkit-background-size: contain;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: all 0.15s ease-in-out 0.2s;
  -moz-transition: all 0.15s ease-in-out 0.2s;
  -o-transition: all 0.15s ease-in-out 0.2s;
  transition: all 0.15s ease-in-out 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.faq-a__inner {
  position: relative;
  padding: 9px 100px 34px 100px;
}

.faq-a__inner span {
  -webkit-transition: all 0.15s ease-in-out 0.25s;
  -moz-transition: all 0.15s ease-in-out 0.25s;
  -o-transition: all 0.15s ease-in-out 0.25s;
  transition: all 0.15s ease-in-out 0.25s;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 10px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .faq-a__inner {
    padding: 0 20px 39px 60px;
  }
}