body {
  min-width: 320px;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6875;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.main {
  overflow: hidden;
}

.inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 960px) {
  .inner {
    max-width: 600px;
    padding: 0 15px;
  }
}

.corner::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -40px;
  z-index: -1;
  width: 490px;
  height: 490px;
  background: linear-gradient(315deg, cyan 0%, rgba(0, 255, 255, 0) 50%, rgba(0, 255, 255, 0) 100%);
}

@media only screen and (max-width: 960px) {
  .corner::before {
    right: 0;
    bottom: -20px;
    width: 290px;
    height: 290px;
  }
}

.section {
  padding: 85px 0 80px;
}

@media only screen and (max-width: 960px) {
  .section {
    padding: 45px 0 40px;
  }
}

.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 50px;
}

@media only screen and (max-width: 960px) {
  .ttl {
    display: block;
    margin-bottom: 40px;
  }
}

.ttl_en {
  display: block;
  width: 50%;
  padding-right: 20px;
}

@media only screen and (max-width: 960px) {
  .ttl_en {
    width: auto;
    margin-bottom: 15px;
    padding-right: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 960px) {
  .ttl_en img {
    height: 32px;
  }
}

.ttl_ja {
  display: block;
  position: relative;
  width: 50%;
  min-height: 128px;
  padding-left: 20px;
  color: #152890;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .ttl_ja {
    width: auto;
    min-height: 56px;
    padding-left: 0;
    font-size: 1.4rem;
  }
}

.ttl_ja::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  border: solid 1px #707070;
  border-radius: 50%;
}

@media only screen and (max-width: 960px) {
  .ttl_ja::before {
    left: 0;
    width: 12px;
    height: 12px;
  }
}

.ttl_ja::after {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  bottom: 0;
  width: calc(100% - 36px);
  height: 1px;
  margin: auto 0;
  background-color: #707070;
}

@media only screen and (max-width: 960px) {
  .ttl_ja::after {
    left: 12px;
    width: calc(100% - 12px);
  }
}

.btn {
  display: block;
  position: relative;
  width: 315px;
  max-width: 100%;
  padding: 18px 60px 18px 20px;
  background-color: #ef8200;
  color: #fff;
  font-size: 2.4rem;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.btn:hover {
  opacity: .6;
}

@media only screen and (max-width: 960px) {
  .btn {
    width: 100%;
    padding: 14px 55px 14px 15px;
    font-size: 2rem;
  }
}

.btn img {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto 0;
}

@media only screen and (max-width: 960px) {
  .btn img {
    right: 15px;
    width: 24px;
    height: 24px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 61px;
  background-color: #fff;
  border-bottom: solid 1px #d9d9d9;
}

@media only screen and (max-width: 960px) {
  .header {
    display: block;
    height: auto;
  }
}

.header_logo {
  padding-left: 20px;
}

@media only screen and (max-width: 960px) {
  .header_logo {
    padding: 0 15px;
  }
}

.header_logo_img {
  width: 154px;
}

.header_logo_text {
  margin-top: 2px;
  font-size: 1rem;
}

@media only screen and (max-width: 960px) {
  .header_logo_text {
    line-height: 1.4;
  }
}

.header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media only screen and (max-width: 960px) {
  .header_contact {
    height: 48px;
    margin-top: 5px;
  }
}

.header_contact_consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 240px;
  height: 100%;
  padding-left: 40px;
  background-color: #0093ff;
  background-clip: content-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

@media only screen and (max-width: 960px) {
  .header_contact_consultation {
    width: 50%;
    padding-left: 0;
    background-clip: border-box;
    font-size: 1.6rem;
  }
}

.header_contact_consultation:hover {
  opacity: .6;
}

.header_contact_consultation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  border-style: solid;
  border-width: 30px 20px;
  border-color: transparent #0093ff #0093ff transparent;
}

@media only screen and (max-width: 960px) {
  .header_contact_consultation::before {
    content: none;
  }
}

.header_contact_consultation img {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

@media only screen and (max-width: 960px) {
  .header_contact_consultation img {
    width: 16px;
    height: 16px;
  }
}

.header_contact_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  width: 220px;
  height: 100%;
  padding-left: 55px;
  background: linear-gradient(135deg, #0093ff 0%, #13d2f5 100%);
  border-left: solid 1px #fff;
}

@media only screen and (max-width: 960px) {
  .header_contact_tel {
    width: 50%;
    padding-left: 0;
    text-align: center;
  }
}

.header_contact_tel img {
  position: absolute;
  top: 17px;
  left: 19px;
  width: 25px;
  height: 28px;
}

@media only screen and (max-width: 960px) {
  .header_contact_tel img {
    display: none;
  }
}

.header_contact_tel_text {
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  .header_contact_tel_text {
    font-size: 1.2rem;
  }
}

.header_contact_tel_num {
  width: 100%;
  margin-top: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  .header_contact_tel_num {
    font-size: 1.6rem;
  }
}

.footer_copyright {
  display: block;
  padding: 3px 0;
  font-size: 1.2rem;
  text-align: center;
}

.mv {
  position: relative;
  height: 708px;
  background: url(../img/mv_bg.jpg) no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  .mv {
    height: auto;
    padding: 40px 0 60px;
  }
}

.mv::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  width: 490px;
  height: 490px;
  background: linear-gradient(315deg, cyan 0%, rgba(0, 255, 255, 0) 50%, rgba(0, 255, 255, 0) 100%);
}

@media only screen and (max-width: 960px) {
  .mv::before {
    right: 15px;
    bottom: 15px;
    width: 290px;
    height: 290px;
  }
}

.mv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-left: 58px;
}

@media only screen and (max-width: 960px) {
  .mv_inner {
    display: block;
    padding: 0 15px;
  }
}

.mv_logo {
  margin: 0 0 34px;
}

@media only screen and (max-width: 960px) {
  .mv_logo {
    width: 290px;
    margin: 0 auto 10px;
  }
}

.mv_en {
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  .mv_en {
    width: 260px;
    margin: 0 auto 15px;
  }
}

.mv_text1 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 960px) {
  .mv_text1 {
    margin-bottom: 25px;
    text-align: center;
  }
}

.mv_text1 span {
  color: #152890;
  font-size: 2.4rem;
  border-bottom: solid 1px #707070;
}

@media only screen and (max-width: 960px) {
  .mv_text1 span {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 961px) {
  .mv_text1 span br {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .mv_text2 {
    text-align: center;
  }
}

.mv_text2 span {
  padding: 3px 110px 3px 10px;
  background: -webkit-gradient(linear, right top, left top, from(#12D0F5), color-stop(32%, #0093FF), color-stop(76%, #0DBFF8), to(#12D1F5));
  background: linear-gradient(270deg, #12D0F5 0%, #0093FF 32%, #0DBFF8 76%, #12D1F5 100%);
  color: #fff;
  font-size: 3.2rem;
  line-height: 2;
}

@media only screen and (max-width: 960px) {
  .mv_text2 span {
    padding: 3px 10px;
    font-size: 1.2rem;
  }
}

.conversion {
  background: url(../img/conversion_bg.jpg) no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  .conversion {
    padding: 30px 0;
  }
}

.conversion .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 320px;
}

@media only screen and (max-width: 960px) {
  .conversion .inner {
    display: block;
    height: auto;
  }
}

@media only screen and (max-width: 960px) {
  .conversion_text {
    margin-bottom: 20px;
  }
}

.conversion_text p {
  margin: 0;
  white-space: nowrap;
}

.conversion_text span {
  padding: 5px 60px 5px 10px;
  background: -webkit-gradient(linear, right top, left top, from(#12D0F5), color-stop(32%, #0093FF), color-stop(76%, #0DBFF8), to(#12D1F5));
  background: linear-gradient(270deg, #12D0F5 0%, #0093FF 32%, #0DBFF8 76%, #12D1F5 100%);
  color: #fff;
  font-size: 2.8rem;
  line-height: 2.2;
}

@media only screen and (max-width: 960px) {
  .conversion_text span {
    padding: 4px 5px;
    font-size: 1.4rem;
    line-height: 2.6;
  }
}

.conversion_contact {
  margin-left: 20px;
  padding: 30px 40px;
  background-color: #ef8200;
  color: #fff;
  font-size: 2.2rem;
  border: solid 2px #fff;
}

@media only screen and (max-width: 960px) {
  .conversion_contact {
    margin-left: 0;
    padding: 20px 30px;
    font-size: 1.8rem;
  }
}

.conversion_contact span {
  font-size: 1.8rem;
}

@media only screen and (max-width: 960px) {
  .conversion_contact span {
    font-size: 1.4rem;
  }
}

.about {
  background: url(../img/about_bg.jpg) no-repeat center;
  background-size: cover;
}

.about_trouble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 38px;
}

@media only screen and (max-width: 960px) {
  .about_trouble {
    display: block;
  }
}

.about_trouble > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.333% - 12px);
  height: 120px;
  margin-bottom: 18px;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 960px) {
  .about_trouble > li {
    width: auto;
    height: 100px;
    padding: 0 25px;
  }
}

.about_trouble_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 65px;
}

@media only screen and (max-width: 960px) {
  .about_trouble_icon {
    width: 55px;
  }
}

.about_trouble_icon img {
  width: 100%;
}

.about_trouble_text {
  margin: 0;
  padding-left: 25px;
  color: #152890;
  font-size: 1.4rem;
}

@media only screen and (max-width: 960px) {
  .about_trouble_text {
    padding-left: 20px;
  }
}

.about_text {
  position: relative;
  margin: 0 0 50px;
  padding: 15px 12px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  line-height: 2;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 960px) {
  .about_text {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}

.about_text::before, .about_text::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background: url(../img/about_corner.svg) no-repeat center;
  background-size: cover;
}

.about_text::before {
  top: -4px;
  left: -4px;
}

.about_text::after {
  right: -4px;
  bottom: -4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.function {
  background: url(../img/function_bg.jpg) no-repeat center;
  background-size: cover;
}

.function_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -24px;
}

@media only screen and (max-width: 960px) {
  .function_list {
    display: block;
    margin-top: -20px;
  }
}

.function_list > li {
  width: calc(25% - 20px);
  margin-top: 24px;
  padding: 35px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 960px) {
  .function_list > li {
    width: auto;
    margin-top: 20px;
    padding: 20px 15px;
  }
}

.function_list_icon {
  width: 75px;
  margin: 0 auto 18px;
}

@media only screen and (max-width: 960px) {
  .function_list_icon {
    width: 55px;
    margin-bottom: 8px;
  }
}

.function_list_icon img {
  width: 100%;
}

.function_list_name {
  margin: 0 0 18px;
  color: #152890;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .function_list_name {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}

.function_list_text {
  margin: 0;
  font-size: 1.6rem;
}

@media only screen and (max-width: 960px) {
  .function_list_text {
    font-size: 1.4rem;
    text-align: center;
  }
}

.strength {
  background: url(../img/strength_bg.jpg) no-repeat center;
  background-size: cover;
}

.strength_case > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 45px;
  padding: 35px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 960px) {
  .strength_case > li {
    display: block;
    margin-bottom: 30px;
    padding: 20px 15px;
  }
}

.strength_case > li:last-child {
  margin-bottom: 0;
}

.strength_case_text {
  width: 50%;
  padding: 35px 20px 0 0;
}

@media only screen and (max-width: 960px) {
  .strength_case_text {
    width: auto;
    padding: 25px 0 0;
  }
}

.strength_case_text_num {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  padding: 1px 0 1px 20px;
  background-color: #ef8200;
  color: #fff;
  font-size: 2.4rem;
}

@media only screen and (max-width: 960px) {
  .strength_case_text_num {
    width: 100px;
    padding-left: 15px;
    font-size: 1.6rem;
  }
}

.strength_case_text_num::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 100%;
  border-style: solid;
  border-width: 21px 10px;
  border-color: #ef8200 transparent transparent #ef8200;
}

@media only screen and (max-width: 960px) {
  .strength_case_text_num::before {
    right: -16px;
    width: 16px;
    border-width: 15px 8px;
  }
}

.strength_case_text_text1 {
  margin: 0 0 5px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 960px) {
  .strength_case_text_text1 {
    font-size: 1.8rem;
  }
}

.strength_case_text_point {
  margin: 0 0 20px;
}

@media only screen and (max-width: 960px) {
  .strength_case_text_point {
    margin-bottom: 10px;
  }
}

.strength_case_text_point_inner {
  display: inline-block;
  padding: 0 10px 0 10px;
  background: -webkit-gradient(linear, right top, left top, from(#12D0F5), color-stop(32%, #0093FF), color-stop(76%, #0DBFF8), to(#12D1F5));
  background: linear-gradient(270deg, #12D0F5 0%, #0093FF 32%, #0DBFF8 76%, #12D1F5 100%);
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4;
}

@media only screen and (max-width: 960px) {
  .strength_case_text_point_inner {
    font-size: 1.4rem;
  }
}

.strength_case_text_point_inner .separate {
  padding: 0 15px;
}

@media only screen and (max-width: 960px) {
  .strength_case_text_point_inner .separate {
    padding: 0 5px;
  }
}

.strength_case_text_point_inner .l {
  font-size: 7rem;
}

@media only screen and (max-width: 960px) {
  .strength_case_text_point_inner .l {
    font-size: 3rem;
  }
}

.strength_case_text_point_inner .m {
  font-size: 4rem;
}

@media only screen and (max-width: 960px) {
  .strength_case_text_point_inner .m {
    font-size: 2rem;
  }
}

.strength_case_text_name {
  margin: 0 0 12px;
  font-size: 2.2rem;
  font-weight: normal;
}

@media only screen and (max-width: 960px) {
  .strength_case_text_name {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}

.strength_case_text_text2 {
  margin: 0;
  font-size: 2rem;
}

@media only screen and (max-width: 960px) {
  .strength_case_text_text2 {
    font-size: 1.4rem;
  }
}

.strength_case_text_text2 span {
  color: #ed6b00;
}

.strength_case_img {
  width: 50%;
  padding-left: 20px;
}

@media only screen and (max-width: 960px) {
  .strength_case_img {
    width: auto;
    padding-left: 0;
  }
}

.casestudy {
  background: url(../img/casestudy_bg.jpg) no-repeat center;
  background-size: cover;
}

.casestudy_ttl {
  margin: 0 0 80px;
  color: #152890;
  font-size: 3.4rem;
  font-weight: normal;
  border-bottom: solid 1px #707070;
}

@media only screen and (max-width: 960px) {
  .casestudy_ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

.casestudy_scene > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  .casestudy_scene > li {
    display: block;
    margin-bottom: 35px;
  }
}

.casestudy_scene > li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 960px) {
  .casestudy_scene > li:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.casestudy_scene > li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.casestudy_scene_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 20px);
}

@media only screen and (max-width: 960px) {
  .casestudy_scene_text {
    width: auto;
  }
}

.casestudy_scene_name {
  margin: 0;
}

.casestudy_scene_name span {
  padding: 6px 15px 6px 15px;
  background: -webkit-gradient(linear, right top, left top, from(#12D0F5), color-stop(32%, #0093FF), color-stop(76%, #0DBFF8), to(#12D1F5));
  background: linear-gradient(270deg, #12D0F5 0%, #0093FF 32%, #0DBFF8 76%, #12D1F5 100%);
  color: #fff;
  font-size: 4rem;
  font-weight: normal;
}

@media only screen and (max-width: 960px) {
  .casestudy_scene_name span {
    font-size: 1.8rem;
  }
}

.casestudy_scene_icon {
  width: 100px;
  height: 100px;
  margin-left: 30px;
}

@media only screen and (max-width: 960px) {
  .casestudy_scene_icon {
    width: 55px;
    height: 55px;
    margin-left: 20px;
  }
}

.casestudy_scene_icon img {
  width: 100%;
}

.casestudy_scene_list {
  width: 100%;
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  .casestudy_scene_list {
    margin-top: 8px;
  }
}

.casestudy_scene_list > li {
  position: relative;
  padding-left: 25px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 960px) {
  .casestudy_scene_list > li {
    padding-left: 18px;
    font-size: 1.4rem;
  }
}

.casestudy_scene_list > li + li {
  margin-top: 5px;
}

.casestudy_scene_list > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #ed6b00;
}

@media only screen and (max-width: 960px) {
  .casestudy_scene_list > li::before {
    top: 6px;
    width: 10px;
    height: 10px;
  }
}

.casestudy_scene_img {
  width: calc(50% - 20px);
}

@media only screen and (max-width: 960px) {
  .casestudy_scene_img {
    width: auto;
    margin-top: 20px;
  }
}

.casestudy_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  .casestudy_case {
    display: block;
  }
}

.casestudy_case > li {
  position: relative;
  width: calc(33.333% - 22px);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 960px) {
  .casestudy_case > li {
    width: auto;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 960px) {
  .casestudy_case > li:last-child {
    margin-bottom: 20px;
  }
}

.casestudy_case_name {
  position: absolute;
  left: 10px;
  top: 20px;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .casestudy_case_name {
    top: 10px;
  }
}

.casestudy_case_name span {
  padding: 2px 10px;
  background: -webkit-gradient(linear, right top, left top, from(#12D0F5), color-stop(32%, #0093FF), color-stop(76%, #0DBFF8), to(#12D1F5));
  background: linear-gradient(270deg, #12D0F5 0%, #0093FF 32%, #0DBFF8 76%, #12D1F5 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
}

@media only screen and (max-width: 960px) {
  .casestudy_case_name span {
    font-size: 1.6rem;
  }
}

.casestudy_case .btn {
  position: absolute;
  bottom: -24px;
  left: 10px;
  width: 260px;
  padding: 14px 50px 14px 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 960px) {
  .casestudy_case .btn {
    bottom: -20px;
    width: 220px;
    padding: 12px 45px 12px 15px;
    font-size: 1.6rem;
  }
}

.casestudy_case .btn img {
  right: 10px;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 960px) {
  .casestudy_case .btn img {
    width: 16px;
    height: 16px;
  }
}

.support {
  padding-bottom: 0;
  background: url(../img/support_bg.jpg) no-repeat center;
  background-size: cover;
}

.support_list > li {
  position: relative;
  z-index: 1;
  background: no-repeat center;
  background-size: cover;
  border-bottom: solid 2px #e7f0f7;
}

.support_list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 960px) {
  .support_list > li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.support_list > li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 383px;
}

@media only screen and (max-width: 960px) {
  .support_list > li .inner {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.support_list > li:nth-child(1) {
  background-image: url(../img/support_img_1.jpg);
}

.support_list > li:nth-child(1)::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(18, 208, 245, 0)), color-stop(25%, rgba(18, 208, 245, 0)), color-stop(50%, #0dbff8), to(#0093ff));
  background: linear-gradient(270deg, rgba(18, 208, 245, 0) 0%, rgba(18, 208, 245, 0) 25%, #0dbff8 50%, #0093ff 100%);
}

.support_list > li:nth-child(1) .inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.support_list > li:nth-child(2) {
  background-image: url(../img/support_img_2.jpg);
}

.support_list > li:nth-child(2)::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(18, 208, 245, 0)), color-stop(25%, rgba(18, 208, 245, 0)), color-stop(50%, #0dbff8), to(#0093ff));
  background: linear-gradient(90deg, rgba(18, 208, 245, 0) 0%, rgba(18, 208, 245, 0) 25%, #0dbff8 50%, #0093ff 100%);
}

.support_list > li:nth-child(2) .inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.support_list > li:nth-child(3) {
  background-image: url(../img/support_img_3.jpg);
}

.support_list > li:nth-child(3)::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(18, 208, 245, 0)), color-stop(25%, rgba(18, 208, 245, 0)), color-stop(50%, #0dbff8), to(#0093ff));
  background: linear-gradient(270deg, rgba(18, 208, 245, 0) 0%, rgba(18, 208, 245, 0) 25%, #0dbff8 50%, #0093ff 100%);
}

.support_list > li:nth-child(3) .inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.support_list > li:last-child {
  border-bottom: none;
}

.support_list_text {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 2.6rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 960px) {
  .support_list_text {
    max-width: none;
    font-size: 1.6rem;
  }
}

.support_list_text span {
  position: relative;
  top: -10px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 960px) {
  .support_list_text span {
    top: -5px;
    font-size: 1.4rem;
  }
}

.flow {
  background: url(../img/flow_bg.jpg) no-repeat center;
  background-size: cover;
}

.flow_list {
  counter-reset: flow 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  .flow_list {
    display: block;
  }
}

.flow_list > li {
  position: relative;
  width: calc(20% - 24px);
  padding: 30px 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 961px) {
  .flow_list > li {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(70%, #fff), color-stop(71%, #09b1fa), color-stop(10%, #09b1fa));
    background: linear-gradient(180deg, #fff 0%, #fff 70%, #09b1fa 71%, #09b1fa 10%);
  }
}

@media only screen and (max-width: 960px) {
  .flow_list > li {
    width: auto;
    margin-bottom: 45px;
    padding-top: 25px;
  }
}

.flow_list > li:last-child {
  margin-bottom: 0;
}

.flow_list > li::before {
  counter-increment: flow 1;
  content: counter(flow);
  position: absolute;
  top: -21px;
  right: 0;
  left: 0;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  background: -webkit-gradient(linear, right top, left top, from(#12D0F5), color-stop(32%, #0093FF), color-stop(76%, #0DBFF8), to(#12D1F5));
  background: linear-gradient(270deg, #12D0F5 0%, #0093FF 32%, #0DBFF8 76%, #12D1F5 100%);
  color: #fff;
  font-size: 3rem;
  line-height: 40px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .flow_list > li::before {
    top: -15px;
    width: 30px;
    height: 30px;
    font-size: 2.2rem;
    line-height: 28px;
  }
}

.flow_list_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  margin: 0 0 8px;
  color: #152890;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .flow_list_name {
    min-height: auto;
  }
}

.flow_list_icon {
  width: 75px;
  margin: 0 auto 15px;
}

@media only screen and (max-width: 960px) {
  .flow_list_icon {
    width: 65px;
  }
}

.flow_list_icon img {
  width: 100%;
}

.flow_list_text {
  margin: 0 -15px;
  padding: 15px 10px;
  background-color: #09b1fa;
  color: #fff;
  font-size: 1.6rem;
}

@media only screen and (max-width: 960px) {
  .flow_list_text {
    padding: 10px;
  }
}

@media only screen and (min-width: 961px) {
  .pc_none {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .sp_none {
    display: none;
  }
}

[data-animation~="fade"] {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

[data-animation~="fade"].js-already {
  opacity: 1;
}

[data-animation~="right"] {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

[data-animation~="right"].js-already {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-animation~="left"] {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

[data-animation~="left"].js-already {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/*# sourceMappingURL=style.css.map */