@charset "UTF-8";
/* --------------------------------------------------------------------------------
<<<<<<< HEAD
<<<<<<< HEAD
   ヘッダ / .site-header
   -------------------------------------------------------------------------------- */
.site-header {
  z-index: 1000;
  position: fixed;
  left: calc(50% - 96rem);
  top: 0;
  width: 192rem;
  margin: 0 auto;
  border-bottom: 0.1rem solid #e6e6e6;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.2s linear;
}

.site-header ._inner {
  display: flex;
  align-items: center;
  width: 160rem;
  height: 10rem;
  margin: 0 auto;
  padding: 0 3rem;
  transition: all 0.2s linear;
}

.site-header ._logo {
  margin-right: 8rem;
}

.site-header ._logo img {
  width: 12.8rem;
  transition: all 0.2s linear;
}

.site-header ._nri {
  position: absolute;
  right: 18rem;
  top: 3.8rem;
  transition: all 0.2s linear;
}

.site-header ._nri img {
  height: 2.4rem;
  transition: all 0.2s linear;
}

.site-header ._contact {
  position: absolute;
  right: 0;
  top: 0;
  width: 14rem;
  height: 100%;
  overflow: hidden;
  transition: all 0.2s linear;
}

.site-header ._contact a {
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 100%;
  padding-left: 3rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: url(../images/contact-btn-bg.svg) no-repeat right center;
  background-size: auto 100%;
  transition: all 0.2s linear;
}

.site-header ._contact a:hover {
  color: #5fb5f3;
  transform: scale(1.1);
}

.site-header ._contact a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 1920px) {
  .site-header {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .site-header ._contact a::before {
    font-size: 3.5rem !important;
  }
  .site-header ._contact a span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .site-header {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header ._inner {
    width: 100%;
    height: 15vw;
    padding: 0 4vw;
  }
  .site-header ._logo img {
    width: 20vw;
  }
  .site-header ._nri {
    right: 25vw;
    top: 5vw;
  }
  .site-header ._nri img {
    height: 4.5vw;
  }
  .site-header ._contact {
    width: 34rem;
  }
  .site-header ._contact a {
    width: 34rem;
    padding-left: 6rem;
  }
  .site-header ._contact a::before {
    font-size: 9rem !important;
  }
}
/*--------------------------------------------------
  mv
--------------------------------------------------*/
.mv {
  background: url("../images/mv-bg.jpg") center center no-repeat;
  background-size: cover;
  padding-bottom: 8rem;
}

.mv .box {
  margin: auto;
  padding: 0 3rem;
}

.mv .box .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.mv .text-box {
  width: 100%;
  color: #fff;
  text-align: center;
}

.mv .text-box .mv_logo {
  max-width: 52%;
  margin: auto;
  padding-top: 6rem;
}

.mv .text-box .title {
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 3.5rem;
}

.mv .text-box .title .tx01 {
  font-weight: bold;
  font-size: 4.1rem;
}

.mv .text-box .txt {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 2.5rem;
}

.mv .text-box .txt .tx02 {
  font-size: 3.3rem;
}

.mv .link a {
  background: #fdff4e;
  margin: auto;
  margin-top: 1.5rem;
  color: #0252cd;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  padding: 2.8rem 0;
  box-shadow: 0px 5px 0px 0 #a0a207;
  position: relative;
  max-width: 42%;
  border-radius: 100px;
}

.mv .link a:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 2.5rem;
  width: 0.8vw;
  height: 0.8vw;
  border-top: solid 3px #0252cd;
  border-right: solid 3px #0252cd;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .mv {
    background: url("../images/sp-mv-bg.jpg") center top no-repeat;
    background-size: cover;
    padding-bottom: 15%;
  }
  .mv .box {
    margin: auto;
    padding: 0;
  }
  .mv .box .inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .mv .text-box {
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .mv .text-box .mv_logo {
    max-width: 90%;
    margin: auto;
    padding-top: 9%;
  }
  .mv .text-box .title {
    font-size: 6.6vw;
    font-weight: bold;
    line-height: 1.6;
    padding-top: 5%;
  }
  .mv .text-box .title .tx01 {
    font-weight: bold;
    font-size: 5.5vw;
  }
  .mv .text-box .txt {
    font-size: 4vw;
    text-align: center;
    line-height: 1.4;
    margin-top: 4%;
  }
  .mv .text-box .txt .tx02 {
    font-size: 5vw;
  }
  .mv .link a {
    background: #fdff4e;
    margin: auto;
    margin-top: 4%;
    color: #0252cd;
    font-size: 3.5vw;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 1.4;
    padding: 7rem 0;
    box-shadow: 0px 5px 0px 0 #a0a207;
    position: relative;
    max-width: 85%;
    border-radius: 100px;
  }
  .mv .link a:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 7rem;
    width: 2.2vw;
    height: 2.2vw;
    border-top: solid 3px #0252cd;
    border-right: solid 3px #0252cd;
    transform: rotate(45deg);
  }
}
/*--------------------------------------------------
  title
--------------------------------------------------*/
.title_box .title {
  font-weight: bold;
  text-align: center;
  font-size: 4.6rem;
  line-height: 1.5;
  position: relative;
}

.title_box .title:before {
  content: "";
  position: absolute;
  background: #0252cd;
  margin: 0 auto;
  height: 3px;
  width: 77px;
  left: 0;
  right: 0;
  bottom: -2rem;
}

.title_box .ttl_txt {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 6rem;
}

.title_box .eng_t {
  font-size: 2.2rem;
  color: #aeb0b4;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.6rem;
  letter-spacing: inherit;
}

@media only screen and (max-width: 767px) {
  .title_box {
    width: 90%;
    margin: 0 auto;
  }
  .title_box .title {
    font-weight: bold;
    text-align: center;
    font-size: 5.5vw;
    line-height: 1.5;
    position: relative;
  }
  .title_box .title:before {
    content: "";
    position: absolute;
    background: #0252cd;
    margin: 0 auto;
    height: 3px;
    width: 60px;
    left: 0;
    right: 0;
    bottom: -4rem;
  }
  .title_box .ttl_txt {
    font-size: 3.3vw;
    text-align: left;
    margin-top: 10.5rem;
  }
  .title_box .eng_t {
    font-size: 2.8vw;
    color: #aeb0b4;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.8rem;
    letter-spacing: inherit;
  }
}
/*--------------------------------------------------
  sec01
--------------------------------------------------*/
/*--------------------------------------------------
m_white
--------------------------------------------------*/
.sec01 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.m_white .inner {
  max-width: 1150px;
  margin: 0 auto;
}

.m_white .inner .box {
  border: solid 3px #eeeeee;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}

.m_white .c_name {
  background: #253858;
  padding: 0.7rem 2rem;
  font-size: 2.1rem;
  color: #fff;
  line-height: 1;
  display: inline-block;
  position: absolute;
  left: 5rem;
  top: -1.5rem;
}

.m_white .image {
  position: absolute;
  right: 4%;
  width: 16%;
  bottom: 10%;
}

.m_white .text_box {
  padding: 3.5rem 5rem 5rem 5rem;
  width: 85%;
}

.m_white .w_title {
  font-weight: bold;
  font-size: 3.1rem;
  color: #253858;
}

.m_white .f_box .txt {
  float: left;
  font-size: 1.8rem;
  margin-top: 1rem;
}

.m_white .f_box .link {
  float: left;
  width: 40%;
  margin-left: 4%;
}

.m_white .link a {
  background: rgb(30, 104, 213);
  background: linear-gradient(156deg, rgb(30, 104, 213) 35%, rgb(38, 129, 255) 100%);
  margin: auto;
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  padding: 2rem 0;
  box-shadow: 0px 5px 0px 0 #0850b4;
  position: relative;
  max-width: 100%;
  border-radius: 100px;
}

.m_white .link a:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 2.5rem;
  width: 0.7vw;
  height: 0.7vw;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .sec01 {
    margin-top: 14%;
    margin-bottom: 14%;
  }
  .m_white .inner {
    max-width: 90%;
    margin: 0 auto;
  }
  .m_white .inner .box {
    border: solid 3px #eeeeee;
    box-sizing: border-box;
    position: relative;
    background: #fff;
  }
  .m_white .c_name {
    background: #253858;
    padding: 0.7rem 2rem 1.5rem 2rem;
    font-size: 2.8vw;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: absolute;
    left: 5rem;
    top: -3.5rem;
  }
  .m_white .image {
    position: absolute;
    right: 4%;
    width: 25%;
    bottom: inherit;
    top: -14%;
  }
  .m_white .text_box {
    padding: 5% 5rem 8% 5rem;
    width: 100%;
  }
  .m_white .w_title {
    font-weight: bold;
    font-size: 4.2vw;
    color: #253858;
    line-height: 1.4;
  }
  .m_white .f_box .txt {
    float: none;
    font-size: 3.2vw;
    margin-top: 2rem;
  }
  .m_white .f_box .link {
    float: none;
    width: 80%;
    margin-left: 0;
    margin: auto;
  }
  .m_white .link a {
    background: rgb(30, 104, 213);
    background: linear-gradient(156deg, rgb(30, 104, 213) 35%, rgb(38, 129, 255) 100%);
    margin: auto;
    margin-top: 5%;
    color: #fff;
    font-size: 3.3vw;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 1.4;
    padding: 5.5rem 0;
    box-shadow: 0px 5px 0px 0 #0850b4;
    position: relative;
    max-width: 100%;
    border-radius: 100px;
  }
  .m_white .link a:after {
    content: "";
    position: absolute;
    top: 44%;
    right: 6rem;
    width: 2vw;
    height: 2vw;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
  }
}
/*--------------------------------------------------
  sec02
--------------------------------------------------*/
.sec02 {
  background: #f2f6f9 url("../images/sec02-bg.png") center top no-repeat;
  background-size: cover;
}

.sec02 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 11rem 0 12.5rem 0;
}

.sec02 .item_box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8rem;
}

.sec02 .item {
  background: #fff;
  width: 31%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
}

.sec02 .item_inner {
  padding: 3rem 3rem;
}

.sec02 .item .item_ttl {
  background: #f2f6f9;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.5;
  padding: 0.8rem 0 0.8rem 0;
}

.sec02 .item .icon {
  width: 240px;
  text-align: center;
  margin: 2rem auto 1rem;
}

@media only screen and (max-width: 767px) {
  .sec02 {
    background: #f2f6f9 url("../images/sec02-bg.png") center top no-repeat;
    background-size: cover;
    margin-top: 25rem;
  }
  .sec02 .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 20rem 0 16rem 0;
  }
  .sec02 .item_box {
    display: block;
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 14rem;
  }
  .sec02 .item {
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 8%;
  }
  .sec02 .item_inner {
    padding: 8rem 8rem;
  }
  .sec02 .item .item_ttl {
    background: #f2f6f9;
    font-weight: bold;
    font-size: 3.8vw;
    text-align: center;
    padding: 2.5% 0 2.5% 0;
  }
  .sec02 .item .icon {
    width: 55%;
    text-align: center;
    margin: 5% auto 3%;
  }
}
/*--------------------------------------------------
  sec03
--------------------------------------------------*/
.sec03 {
  margin-top: 12rem;
}

.sec03 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sec03 .item_box {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec03 .item {
  border-right: solid 1px #ddd;
  margin-top: 4rem;
  padding-bottom: 4rem;
  padding-top: 2rem;
}

.sec03 .item:last-child {
  border-right: none;
}

.sec03 .item01 {
  width: 32%;
}

.sec03 .item02 {
  width: 36%;
}

.sec03 .item03 {
  width: 32%;
}

.sec03 .item01 .item_inner {
  padding-right: 3.3rem;
}

.sec03 .item02 .item_inner {
  padding-right: 3.3rem;
  padding-left: 3.3rem;
}

.sec03 .item03 .item_inner {
  padding-left: 3.3rem;
}

.sec03 .item .icon {
  max-width: 169px;
  margin: auto;
  margin-bottom: 1.5rem;
}

.sec03 .item .item_ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2.3rem;
  line-height: 1.4;
}

.sec03 .sub_c {
  margin: auto;
  position: relative;
  margin-top: 4rem;
  padding-bottom: 7rem;
}

.sec03 .sub_c:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 63%;
  background: #f2f6f9;
  bottom: 0;
  z-index: -2;
}

.sec03 .sub_inner {
  max-width: 1015px;
  margin: auto;
}

.sec03 .bg_txt {
  font-weight: bold;
  position: absolute;
  bottom: -4.3rem;
  left: -1rem;
  color: #f9fbfc;
  line-height: 1;
  font-size: 17vw;
  letter-spacing: 0.02em;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .sec03 {
    margin-top: 15%;
  }
  .sec03 .inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .item_box {
    box-sizing: border-box;
    display: block;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec03 .item {
    border-right: none;
    border-bottom: solid 1px #ddd;
    margin-top: 8%;
    padding-bottom: 6%;
    padding-top: 0;
  }
  .sec03 .item:last-child {
    border-right: none;
    border-bottom: none;
  }
  .sec03 .item01 {
    width: 100%;
  }
  .sec03 .item02 {
    width: 100%;
  }
  .sec03 .item03 {
    width: 100%;
  }
  .sec03 .item01 .item_inner {
    padding-right: 0;
  }
  .sec03 .item02 .item_inner {
    padding-right: 0;
    padding-left: 0;
  }
  .sec03 .item03 .item_inner {
    padding-left: 0;
  }
  .sec03 .item .icon {
    max-width: 35%;
    margin: auto;
    margin-bottom: 4%;
  }
  .sec03 .item .item_ttl {
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 4%;
    line-height: 1.4;
  }
  .sec03 .sub_c {
    margin: auto;
    position: relative;
    margin-top: 6%;
    padding-bottom: 8%;
  }
  .sec03 .sub_c:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 63%;
    background: #f2f6f9;
    bottom: 0;
    z-index: -2;
  }
  .sec03 .sub_inner {
    max-width: 88%;
    margin: auto;
  }
  .sec03 .bg_txt {
    font-weight: bold;
    position: absolute;
    bottom: -4.3rem;
    left: -1rem;
    color: #f9fbfc;
    line-height: 1;
    font-size: 17vw;
    letter-spacing: 0.02em;
    z-index: -1;
  }
}
/*--------------------------------------------------
  sec04
--------------------------------------------------*/
.sec04 {
  position: relative;
}

.sec04 .grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
}

.sec04 .grid div {
  height: 100%;
  border-right: 1px solid #f2f6f9;
  width: 20%;
}

.sec04 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14rem 0 9rem 0;
}

.sec04 .item_box {
  margin-top: 5rem;
}

.sec04 .item_box .item {
  margin-bottom: 8rem;
}

.sec04 .item_box .item .left {
  float: left;
  width: 53%;
}

.sec04 .item_box .item .right {
  float: right;
  width: 42%;
}

.sec04 .item_box .item02 .left {
  float: right;
  width: 53%;
}

.sec04 .item_box .item02 .right {
  float: left;
  width: 42%;
}

.sec04 .item_box .itme_ttl {
  font-weight: bold;
  font-size: 2.7rem;
  margin: 1rem 0 1rem 0;
}

.sec04 .support {
  background: #2763d2;
  width: 4.7vw;
  height: 4.7vw;
  border-radius: 100px;
  position: relative;
  color: #fff;
}

.sec04 .support p {
  letter-spacing: inherit;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.1;
  padding-top: 24%;
}

.sec04 .support .namb {
  font-size: 3.2rem;
}

.sec04 .support:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #2763d2 transparent transparent transparent;
}

@media only screen and (max-width: 767px) {
  .sec04 {
    position: relative;
  }
  .sec04 .grid {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -1;
  }
  .sec04 .grid div {
    height: 100%;
    border-right: 1px solid #f2f6f9;
    width: 20%;
  }
  .sec04 .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 15% 0 11% 0;
  }
  .sec04 .item_box {
    margin: auto;
    margin-top: 8%;
    width: 90%;
  }
  .sec04 .item_box .item {
    margin-bottom: 10%;
  }
  .sec04 .item_box .item .left {
    float: none;
    width: 100%;
  }
  .sec04 .item_box .item .right {
    float: none;
    width: 100%;
    margin-top: 5%;
  }
  .sec04 .item_box .item02 .left {
    float: none;
    width: 100%;
  }
  .sec04 .item_box .item02 .right {
    float: none;
    width: 100%;
  }
  .sec04 .item_box .itme_ttl {
    font-weight: bold;
    font-size: 4.2vw;
    margin: 1rem 0 1rem 0;
  }
  .sec04 .support {
    background: #2763d2;
    width: 10.7vw;
    height: 10.7vw;
    border-radius: 100px;
    position: relative;
    color: #fff;
  }
  .sec04 .support p {
    letter-spacing: inherit;
    font-size: 2vw;
    text-align: center;
    line-height: 1.1;
    padding-top: 20%;
  }
  .sec04 .support .namb {
    font-size: 5vw;
  }
  .sec04 .support:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    border-color: #2763d2 transparent transparent transparent;
  }
}
/*--------------------------------------------------
 conversion
--------------------------------------------------*/
.conv_bg01 {
  background: url("../images/conversion-bg01.jpg") center top no-repeat;
  background-size: cover;
}

.conv_bg02 {
  background: url("../images/conversion-bg02.jpg") center top no-repeat;
  background-size: cover;
}

.conversion .inner01 {
  max-width: 1200px;
  margin: auto;
  padding: 9rem 0 11rem 0;
}

.conv_bg02 .inner01 {
  padding: 9rem 0 5.5rem 0;
}

.conversion .link01 a {
  background: #fdff4e;
  margin: auto;
  color: #0252cd;
  font-size: 2.7rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  padding: 3.8rem 0;
  box-shadow: 0px 5px 0px 0 #a0a207;
  position: relative;
  max-width: 55%;
  border-radius: 100px;
  margin-bottom: 5rem;
}

.conversion .link01 a:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 3.5rem;
  width: 0.9vw;
  height: 0.9vw;
  border-top: solid 3px #0252cd;
  border-right: solid 3px #0252cd;
  transform: rotate(45deg);
}

.conversion .link02 a {
  border: solid #fff 2px;
  margin: auto;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  padding: 2.8rem 0;
  position: relative;
  max-width: 45%;
  border-radius: 100px;
  margin-top: 5rem;
  margin-bottom: 0;
}

.conversion .link02 a:after {
  content: "";
  position: absolute;
  top: 44%;
  right: 3rem;
  width: 0.8vw;
  height: 0.8vw;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .conv_bg01 {
    background: url("../images/conversion-bg01.jpg") center top no-repeat;
    background-size: cover;
  }
  .conv_bg02 {
    background: url("../images/conversion-bg02.jpg") center top no-repeat;
    background-size: cover;
  }
  .conversion .inner01 {
    max-width: 100%;
    margin: auto;
    padding: 10% 0 11% 0;
  }
  .conv_bg02 .inner01 {
    padding: 10% 0 6% 0;
  }
  .conversion .link01 a {
    background: #fdff4e;
    margin: auto;
    color: #0252cd;
    font-size: 3.7vw;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 1.4;
    padding: 7rem 0;
    box-shadow: 0px 5px 0px 0 #a0a207;
    position: relative;
    max-width: 80%;
    border-radius: 100px;
    margin-bottom: 8%;
  }
  .conversion .link01 a:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 7rem;
    width: 2.2vw;
    height: 2.2vw;
    border-top: solid 3px #0252cd;
    border-right: solid 3px #0252cd;
    transform: rotate(45deg);
  }
  .conversion .link02 a {
    border: solid #fff 2px;
    margin: auto;
    color: #fff;
    font-size: 3.3vw;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 1.4;
    padding: 5.5rem 0;
    position: relative;
    max-width: 65%;
    border-radius: 100px;
    margin-top: 6%;
    margin-bottom: 0;
  }
  .conversion .link02 a:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 5rem;
    width: 2vw;
    height: 2vw;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
  }
}
/*--------------------------------------------------
  sec05
--------------------------------------------------*/
.sec05 {
  background: #f2f6f9 url("../images/sec05-bg.png") center top no-repeat;
  background-size: cover;
}

.sec05 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12rem 0 7rem 0;
}

.sec05 .item_box {
  margin-top: 10rem;
}

.sec05 .item {
  box-sizing: border-box;
  position: relative;
  box-shadow: 10px 10px 0px 0 #2681ff;
  background: #fff;
  margin-bottom: 10rem;
}

.sec05 .item:after {
  content: "";
  position: absolute;
  background: url("../images/sec05-item-bg.png") right top no-repeat;
  background-size: cover;
  display: block;
  width: 55%;
  height: 100%;
  top: 0;
  right: 0;
}

.sec05 .case_box {
  background: url("../images/sec05-icon01.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 17%;
  color: #fff;
  height: 100%;
  position: absolute;
  left: -1.5rem;
  top: -3rem;
}

.sec05 .case {
  font-size: 2.4rem;
  line-height: 1;
  padding: 2% 0 0 15%;
}

.sec05 .case .numb {
  font-size: 4.3rem;
  position: relative;
  top: 0.3rem;
}

.sec05 .item .text_box {
  width: 60%;
}

.sec05 .item .text_box .txt {
  line-height: 2.2;
}

.sec05 .item_inner {
  padding: 5.5rem;
}

.sec05 .item .text_box .item_ttl {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.sec05 .item01 .image {
  position: absolute;
  right: 4.4%;
  bottom: 2rem;
  width: 32%;
}

.sec05 .item02 .image {
  position: absolute;
  right: 4.5%;
  bottom: 0.5rem;
  width: 32%;
}

.sec05 .item03 .image {
  position: absolute;
  right: 5%;
  bottom: 2.5rem;
  width: 32%;
}

.sec05 .item04 .image {
  position: absolute;
  right: 5%;
  bottom: 2rem;
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .sec05 {
    background: #f2f6f9 url("../images/sec05-bg.png") center top no-repeat;
    background-size: cover;
  }
  .sec05 .inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 15% 0 10% 0;
  }
  .sec05 .item_box {
    margin-top: 15%;
  }
  .sec05 .item {
    box-sizing: border-box;
    position: relative;
    box-shadow: 10px 10px 0px 0 #2681ff;
    background: #fff;
    margin-bottom: 13%;
    padding-bottom: 8%;
  }
  .sec05 .item:after {
    content: "";
    position: absolute;
    background: url("../images/sec05-item-bg.png") 0 bottom no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .sec05 .case_box {
    background: url("../images/sec05-icon01.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 30%;
    color: #fff;
    height: 100%;
    position: absolute;
    left: -2.4rem;
    top: -6.5rem;
  }
  .sec05 .case {
    font-size: 3.4vw;
    line-height: 1;
    padding: 3.2% 0 0 13%;
  }
  .sec05 .case .numb {
    font-size: 5.4vw;
  }
  .sec05 .item .text_box {
    width: 98%;
    margin: 0 auto;
  }
  .sec05 .item .text_box .txt {
    line-height: 1.8;
    margin-top: 2rem;
  }
  .sec05 .item_inner {
    padding: 10.5rem 5.5rem 10.5rem 5.5rem;
  }
  .sec05 .item .text_box .item_ttl {
    font-size: 4.3vw;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 4rem;
  }
  .sec05 .item01 .image {
    position: inherit;
    right: inherit;
    bottom: inherit;
    width: 60%;
    margin: 0 auto;
    margin-top: -2%;
  }
  .sec05 .item02 .image {
    position: inherit;
    right: inherit;
    bottom: inherit;
    width: 65%;
    margin: 0 auto;
    margin-top: -4%;
  }
  .sec05 .item03 .image {
    position: inherit;
    right: inherit;
    bottom: inherit;
    width: 65%;
    margin: 0 auto;
    margin-top: -7%;
  }
  .sec05 .item04 .image {
    position: inherit;
    right: inherit;
    bottom: inherit;
    width: 65%;
    margin: 0 auto;
    margin-top: -6%;
  }
}
/*--------------------------------------------------
  sec06
--------------------------------------------------*/
.sec06 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12rem 0 10rem 0;
}

.sec06 .item_box {
  margin-top: 4rem;
}

.sec06 .item_box .item_ttl_box {
  background: #2763d2;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 2rem 0;
}

.sec06 .item_box .item_ttl_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/sec06-ttl-bg01.png") 0 0 no-repeat;
  background-size: cover;
  display: block;
  width: 11%;
  height: 100%;
}

.sec06 .item_box .item_ttl_box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/sec06-ttl-bg02.png") 0 0 no-repeat;
  background-size: cover;
  display: block;
  width: 12%;
  height: 100%;
}

.sec06 .item_box .item_ttl_box .item_ttl {
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.5;
}

.sec06 .item_box .item_ttl_box .item_ttl span {
  font-weight: bold;
}

.sec06 .item_box .image_box {
  border: solid 3px #f2f2f2;
  border-top: none;
  box-sizing: border-box;
  padding: 5rem 8rem 7rem 8rem;
}

@media only screen and (max-width: 767px) {
  .sec06 .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 15% 0 17% 0;
  }
  .sec06 .item_box {
    margin: auto;
    margin-top: 6%;
    width: 90%;
  }
  .sec06 .item_box .item_ttl_box {
    background: #2763d2;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 3.5rem 0 4rem 0;
  }
  .sec06 .item_box .item_ttl_box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/sec06-ttl-bg01.png") left top no-repeat;
    background-size: cover;
    display: block;
    width: 22%;
    height: 100%;
  }
  .sec06 .item_box .item_ttl_box::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/sec06-ttl-bg02.png") right top no-repeat;
    background-size: cover;
    display: block;
    width: 22%;
    height: 100%;
  }
  .sec06 .item_box .item_ttl_box .item_ttl {
    font-size: 3.6vw;
    font-weight: bold;
    position: relative;
    z-index: 1;
    line-height: 1.5;
  }
  .sec06 .item_box .item_ttl_box .item_ttl span {
    font-weight: bold;
  }
  .sec06 .item_box .image_box {
    border: solid 3px #f2f2f2;
    border-top: none;
    box-sizing: border-box;
    padding: 5% 4% 9% 4%;
  }
}
.sec07 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12rem 0 14rem 0;
}

.sec07 .com01 {
  background: #fff;
  border-radius: 5px;
  margin-top: 3.5rem;
  padding-bottom: 4.3rem;
}

.sec07 .com01 .c_logo {
  text-align: center;
  max-width: 202px;
  margin: 0 auto;
  padding: 2.5rem 0;
}

.sec07 .item_box {
  border-top: solid 1px #ddd;
  box-sizing: border-box;
  display: flex;
  width: 92%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec07 .item {
  border-right: solid 1px #ddd;
  margin-top: 3rem;
  padding-bottom: 2rem;
}

.sec07 .item01 {
  width: 32%;
}

.sec07 .item02 {
  width: 36%;
}

.sec07 .item03 {
  width: 32%;
}

.sec07 .item:last-child {
  border-right: none;
}

.sec07 .item01 .item_inner {
  padding-right: 3.3rem;
}

.sec07 .item02 .item_inner {
  padding-right: 3.3rem;
  padding-left: 3.3rem;
}

.sec07 .item03 .item_inner {
  padding-left: 3.3rem;
}

.sec07 .item01 .item_ttl_box {
  border-bottom: solid 1px #2763d2;
  box-sizing: border-box;
}

.sec07 .item02 .item_ttl_box {
  border-bottom: solid 1px #2763d2;
  box-sizing: border-box;
}

.sec07 .item03 .item_ttl_box {
  border-bottom: solid 1px #2763d2;
  box-sizing: border-box;
}

.sec07 .item .item_ttl {
  position: relative;
  font-weight: bold;
  font-size: 3.3rem;
  float: left;
  line-height: inherit;
  padding-left: 12%;
  top: 0.7rem;
  width: 65%;
}

.sec07 .item .item_ttl:before {
  content: "";
  position: absolute;
  background: url("../images/sec07-img02.png") 0 center no-repeat;
  background-size: 100% auto;
  width: 15%;
  height: 100%;
  display: block;
  left: 0;
  margin-top: -2%;
}

.sec07 .item .txt {
  margin-top: 1.5rem;
}

.sec07 .item .itme_tag {
  float: right;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 2.4rem;
  padding: 0 1rem;
}

.sec07 .item01 .itme_tag {
  background: #2763d2;
}

.sec07 .item02 .itme_tag {
  background: #2763d2;
}

.sec07 .item03 .itme_tag {
  background: #2763d2;
}

.sec07 .l_txt {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
}

.sec07 .link a {
  background: #2763d2;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  padding: 2.8rem 0;
  box-shadow: 0px 6px 6px 0 #999;
  position: relative;
  max-width: 492px;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 2rem;
}

.sec07 .link a:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 3rem;
  width: 0.8vw;
  height: 0.8vw;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
}

.sec07 .price-table th {
  width: 33.333% !important;
  padding: 1rem !important;
  font-size: 1.6rem !important;
  text-align: center;
  vertical-align: middle !important;
  border: 1px solid #ddd !important;
}

.sec07 .price-table td {
  width: 33.333% !important;
  padding: 1rem !important;
  font-size: 1.6rem !important;
  text-align: center;
  vertical-align: middle !important;
  border: 1px solid #ddd !important;
}

.sec07 span.del {
  text-decoration-line: line-through;
  text-decoration-style: double;
  text-decoration-color: red;
}

.sec07 .plan-price-tag {
  color: #000000;
  font-size: 2.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  padding: 2.5rem 0;
}

@media only screen and (max-width: 767px) {
  .sec07 .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 20rem 0 26rem 0;
  }
  .sec07 .com01 {
    background: #fff;
    border-radius: 5px;
    margin: auto;
    margin-top: 8rem;
    width: 90%;
    padding-bottom: 10rem;
  }
  .sec07 .com01 .c_logo {
    text-align: center;
    max-width: 30%;
    margin: 0 auto;
    padding: 8rem 0 6rem 0;
  }
  .sec07 .item_box {
    border-top: solid 1px #ddd;
    box-sizing: border-box;
    display: block;
    width: 86%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec07 .item {
    border-right: none;
    margin-top: 5rem;
  }
  .sec07 .item01 {
    width: 100%;
  }
  .sec07 .item02 {
    width: 100%;
  }
  .sec07 .item03 {
    width: 100%;
  }
  .sec07 .item:last-child {
    border-right: none;
    border-bottom: none;
  }
  .sec07 .item01 .item_inner {
    padding-right: 0;
  }
  .sec07 .item02 .item_inner {
    padding-right: 0;
    padding-left: 0;
  }
  .sec07 .item03 .item_inner {
    padding-left: 0;
  }
  .sec07 .item01 .item_ttl_box {
    border-bottom: solid 1px #2763d2;
    box-sizing: border-box;
  }
  .sec07 .item02 .item_ttl_box {
    border-bottom: solid 1px #2763d2;
    box-sizing: border-box;
  }
  .sec07 .item03 .item_ttl_box {
    border-bottom: solid 1px #2763d2;
    box-sizing: border-box;
  }
  .sec07 .item .item_ttl {
    position: relative;
    font-weight: bold;
    font-size: 5vw;
    float: left;
    line-height: inherit;
    padding-left: 8%;
    top: 0.7rem;
    width: 65%;
  }
  .sec07 .item .item_ttl:before {
    content: "";
    position: absolute;
    background: url("../images/sec07-img02.png") 0 center no-repeat;
    background-size: 100% auto;
    width: 9%;
    height: 100%;
    display: block;
    left: 0;
    margin-top: -1.4%;
  }
  .sec07 .item .txt {
    margin-top: 3rem;
  }
  .sec07 .item .itme_tag {
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 2.7vw;
    margin-top: 3rem;
    padding: 0 2.5rem;
  }
  .sec07 .item01 .itme_tag {
    background: #2763d2;
  }
  .sec07 .item02 .itme_tag {
    background: #2763d2;
  }
  .sec07 .item03 .itme_tag {
    background: #2763d2;
  }
  .sec07 .l_txt {
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    margin-top: 7rem;
    line-height: 1.6;
  }
  .sec07 .link a {
    background: #2763d2;
    color: #fff;
    font-size: 3.3vw;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 1.4;
    padding: 8rem 0;
    box-shadow: 0px 6px 6px 0 #999;
    position: relative;
    max-width: 80%;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 5rem;
  }
  .sec07 .link a:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 6rem;
    width: 2.2vw;
    height: 2.2vw;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
  }
  .sec07 .price-table th {
    width: 33.333% !important;
    padding: 1rem !important;
    font-size: 1.4rem !important;
    text-align: center;
    vertical-align: middle !important;
    border: 1px solid #ddd !important;
  }
  .sec07 .price-table td {
    width: 33.333% !important;
    padding: 1rem !important;
    font-size: 1.4rem !important;
    text-align: center;
    vertical-align: middle !important;
    border: 1px solid #ddd !important;
  }
  .sec07 .plan-price-tag {
    color: #000000;
    font-size: 3.5vw;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    padding: 1.5rem 0;
  }
}
S footer {
  background: #1e68d5;
}

footer .inner {
  padding: 1rem;
}

footer .inner .copy {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  footer {
    background: #1e68d5;
  }
  footer .inner {
    padding: 2rem 0;
  }
  footer .inner .copy {
    color: #fff;
    font-size: 2.5vw;
    text-align: center;
  }
}
.related .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 10rem 0;
}
.related_title {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .related_title {
    margin-bottom: 20px;
  }
}
.related_title:after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  border-top: 2px solid #00c58c;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.related_lead {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
  padding: 0 20px;
}
.related_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .related_list {
    display: block;
  }
}
.related_list_item {
  width: 33.333%;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .related_list_item {
    width: 100%;
  }
  .related_list_item + li {
    margin-top: 0;
  }
}
.related_list_item_link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.related_list_item_link:hover {
  opacity: 0.8;
}
.related_list_item_link_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 16/9;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.related_list_item_link_title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
  margin-top: 20px;
}
.related_list_item_link_btn {
  width: 150px;
  margin: auto auto 0;
  color: #fff;
  background-color: #000;
  min-width: 0;
  padding: 0 15px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
}
.related_btn {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .related_btn {
    margin-top: 30px;
  }
}
.related_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #000;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  width: 480px;
  height: 80px;
  font-size: 20px;
  max-width: 90%;
  transition: 0.3s ease;
}
.related_btn a:hover {
  transform: scale(1.1);
}

/*20230515-add-link-start*/
.page-lp .container .product-catch {
  width: 500px;
  display: grid;
  margin: auto;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  margin-top: -24px !important;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-lp .container .product-catch {
    display: block;
    margin: 0;
    padding: 0;
    max-height: 100%;
    width: 100%;
  }
}
.page-lp .container .product-catch.-line {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 24px;
}
.page-lp .container .product-catch-left {
  text-align: center;
}
.page-lp .container .product-catch-left iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.page-lp .container .product-catch-right {
  padding-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .page-lp .container .product-catch-right {
    padding: 0 !important;
    margin: 35px -10px 0 !important;
  }
}
.page-lp .container .product-cta-title {
  text-align: center;
  font-size: 2.3rem !important;
  font-weight: bold !important;
  line-height: 1.5;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .page-lp .container .product-cta-title {
    font-size: 3.5vw !important;
  }
}
.page-lp .container .product-cta-block {
  background: #000 !important;
  padding: 24px !important;
}
.page-lp .container .product-cta-block-text {
  text-align: center;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  line-height: 1.6;
  color: white !important;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .page-lp .container .product-cta-block-text {
    font-size: 2.6vw;
  }
}
.page-lp .container .product-cta-block-text-pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-lp .container .product-cta-block-text-pc_none {
    display: inline;
  }
}
.page-lp .container .product-cta-block-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: black;
  width: 100%;
  height: 55px;
  border-radius: 100vh;
  font-size: 2.3rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page-lp .container .product-cta-block-btn a {
    font-size: 2.8vw;
  }
}
.page-lp .container .product-cta-block-btn a svg {
  width: 9px;
  margin-left: 23px;
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .page-lp .container .product-cta-block-btn a svg {
    margin-left: 12px;
  }
}
.page-lp .container .product-cta-block-btn a svg path {
  stroke: black;
}
.page-lp .container .product-cta-block.-water {
  background: #00a2e9 !important;
}
.page-lp .container .product-cta-block.-water .product-cta-block-btn a {
  color: #00a2e9;
}
.page-lp .container .product-cta-block.-water .product-cta-block-btn a svg path {
  stroke: #00a2e9;
}
.page-lp .container .product-cta-block.-blue {
  background: #0052cc !important;
}
.page-lp .container .product-cta-block.-blue .product-cta-block-btn a {
  color: #0052cc;
}
.page-lp .container .product-cta-block.-blue .product-cta-block-btn a svg path {
  stroke: #0052cc;
}
.page-lp .container .product-cta-block.-green {
  background: #6abf4b !important;
}
.page-lp .container .product-cta-block.-green .product-cta-block-btn a {
  color: #6abf4b;
}
.page-lp .container .product-cta-block.-green .product-cta-block-btn a svg path {
  stroke: #6abf4b;
}
.page-lp .container .product-cta-block.-leaf {
  background: #00BFB3 !important;
}
.page-lp .container .product-cta-block.-leaf .product-cta-block-btn a {
  color: #00BFB3;
}
.page-lp .container .product-cta-block.-leaf .product-cta-block-btn a svg path {
  stroke: #00BFB3;
}
.page-lp .container .product-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #228166;
  color: white;
  width: 100%;
  height: 103px;
  border-radius: 100vh;
  font-size: 2.3rem;
  font-weight: bold;
  text-decoration: none;
}
.page-lp .container .product-cta-btn svg {
  width: 9px;
  margin-left: 23px;
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .page-lp .container .product-cta-btn svg {
    margin-left: 12px;
  }
}
.page-lp .container .product-cta-btn svg path {
  stroke: white;
}

/*20230515-add-link-end*/
=======
=======
>>>>>>> 6401c2318624d406d288afe3f94848c9a758af59
   main-view / .mainview
   -------------------------------------------------------------------------------- */
@font-face {
  font-family: "Noto-Sans-JP-google";
  src: url("./../font/NotoSansJP-VariableFont_wght.ttf");
}
*, *::before, *::after {
  font-feature-settings: "liga" 0;
}

html.is-old-page, html.is-old-page body {
  color: #1A1A1A;
}

@media screen and (max-width: 389px) {
  html.is-old-page {
    font-size: 2.5vw;
  }
}
main.page-lp {
  font-family: "Noto-Sans-JP-google", "Noto Sans JP", sans-serif;
}
main.page-lp h2, main.page-lp h3, main.page-lp h4, main.page-lp p, main.page-lp span, main.page-lp li, main.page-lp a, main.page-lp p, main.page-lp small {
  font-weight: bold;
  line-height: 2;
}
main.page-lp .main-title-big {
  font-size: 5.7rem;
  font-weight: 900;
}
main.page-lp .main-title-middle {
  font-size: 3.2rem;
  font-weight: 900;
}
main.page-lp .main-title-middle .title-middle-first {
  letter-spacing: -3px;
  font-weight: 900;
}
main.page-lp .main-title-color-purple {
  color: #6d4acb;
}
main.page-lp .main-title-color-yellow {
  color: #FDFF4E;
}
main.page-lp .main-title-color-aqua {
  color: #2479F1;
}
main.page-lp .bg-color-purple {
  background: #6d4acb;
}
main.page-lp .mb-1rem {
  margin-bottom: 1rem;
}
main.page-lp .mb-2rem {
  margin-bottom: 2rem;
  line-height: 1.4375;
}
main.page-lp .mb-05rem {
  margin-bottom: 0.5rem;
}
main.page-lp .font-weight-bold {
  font-weight: bold;
}
main.page-lp .small-note {
  font-size: 12px;
  font-weight: 900;
}
main.page-lp .sp_only {
  display: none !important;
}
main.page-lp .section-area-1 {
  max-width: 1200px;
  margin: 0 auto;
}
main.page-lp .section-area-2 {
  max-width: 1040px;
  margin: 0 auto;
}
main.page-lp small {
  font-size: 2.6rem;
  font-weight: 900;
}
main.page-lp small.small-2 {
  font-size: 3.5rem;
  font-weight: 900;
}
main.page-lp .under_line_yellow {
  background: linear-gradient(transparent 50%, #FDFF4E 0%);
  padding-bottom: 0.1rem;
}
main.page-lp .lp-section {
  overflow-x: hidden;
  padding-top: 10rem;
}
main.page-lp .lp-section header {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0;
  display: table;
}
main.page-lp .lp-section header .header-left {
  width: 50%;
  display: table-cell;
  position: relative;
}
main.page-lp .lp-section header .header-left .main-note {
  display: block;
  text-align: right;
  font-size: 10px;
  position: relative;
  right: 6%;
  top: -0.8rem;
}
main.page-lp .lp-section header .header-right {
  width: 50%;
  display: table-cell;
}
main.page-lp .lp-section header .header-right .main-right-subtitle {
  display: block;
  width: 100%;
  height: auto;
  text-align: right;
}
main.page-lp .lp-section header .header-right .main-right-subtitle .main-hexagon {
  display: inline-block;
  width: 58%;
  position: relative;
  top: -8.5rem;
  right: -80px;
}
@media screen and (max-width: 1359px) {
  main.page-lp .lp-section header .header-right .main-right-subtitle .main-hexagon {
    top: -9rem;
    right: 0px;
  }
}
main.page-lp .lp-section header .header-right .main_contact {
  text-align: center;
  position: relative;
  top: -8rem;
  left: -1.8rem;
}
main.page-lp .lp-section header .header-right .main_contact a {
  display: inline-block;
  text-align: center;
  width: 83.4%;
  text-decoration: none;
  background: #fcff4e;
  border-radius: 10px;
  color: #2f2f2f;
  padding: 2.75rem 0 2.75rem 4rem;
  font-size: 2rem;
  margin: 0.8rem;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}
main.page-lp .lp-section header .header-right .main_contact a:after {
  content: url(./../images/pseudo2.png);
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  left: 14%;
  position: relative;
}
main.page-lp .section-title {
  font-size: 4.1rem;
  position: relative;
  padding-bottom: 2.3rem;
  margin-bottom: 3.2rem;
  text-align: center;
  line-height: 1.5122;
}
main.page-lp .section-title::after {
  content: "";
  width: 74px;
  height: 1px;
  position: absolute;
  border-top: 3px solid #2479F1;
  display: block;
  bottom: 0rem;
  right: 0px;
  left: 0;
  margin: 0 auto;
}
main.page-lp #section-1 {
  background: url(../images/main-bg.png) no-repeat 34vw bottom;
  background-size: auto 100%;
  background-position: bottom right;
  padding: 8.7rem 0rem 11.5rem 0rem;
  overflow-x: hidden;
}
main.page-lp #section-1 header {
  font-size: 0;
}
main.page-lp #section-1 header h1 {
  font-weight: 900;
  font-size: 3.4rem;
}
main.page-lp #section-1 header h1 small {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
}
main.page-lp #section-1 header h1 span {
  font-weight: 900;
  line-height: 1.3;
}
main.page-lp #section-1 .main-title {
  font-size: 3.4rem;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  font-weight: 900;
}
main.page-lp #section-1 .main-title-color {
  color: #1299ef;
  font-size: 1.6em;
}
main.page-lp #section-1 .main-title-color-org {
  color: #FC6D26;
}
main.page-lp #section-1 .main-title-color-aura {
  color: #159aef;
}
main.page-lp #section-1 .main-confluence-logo {
  width: 70.9%;
}
main.page-lp #section-1 .main-subtitle {
  font-weight: 900;
  margin: 0 0 0.8em;
  font-size: 2rem;
  color: #000;
  line-height: 1.3;
}
main.page-lp #section-1 .main-subtitle img {
  margin: 20px 0 0 0px;
  width: 88%;
}
main.page-lp #section-1 .section-inner {
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-1 .section-inner {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-1 .main-subresult {
  margin-top: 3.3rem;
}
main.page-lp #section-1 .main-subresult ul {
  position: relative;
  left: 0rem;
  display: block;
  list-style: none;
  width: 80%;
  font-size: 0;
  border-spacing: 1rem;
  border-collapse: separate;
}
main.page-lp #section-1 .main-subresult ul li {
  list-style: none;
  width: 28.2%;
  display: inline-block;
  margin-right: 1rem;
}
main.page-lp #section-1 .main-subresult ul li p {
  aspect-ratio: 1;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: 900;
}
main.page-lp #section-5 {
  background: url(../images/section-5-img-bg.png) no-repeat;
  background-size: 100% auto;
  background-color: #f7f7f7;
}
main.page-lp #section-5 .problem-list {
  margin: 0 auto;
  margin-top: 0rem;
  padding: 0 2rem;
}
main.page-lp #section-5 .problem-list ul {
  display: block;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  font-size: 0;
  vertical-align: text-top;
}
main.page-lp #section-5 .problem-list ul li {
  vertical-align: text-top;
  display: inline-block;
  list-style: none;
  font-size: 10px;
  width: calc(50% - 2rem);
  background: #fff;
  text-align: center;
  margin-bottom: 4rem;
  padding-bottom: 0rem;
}
main.page-lp #section-5 .problem-list ul li:nth-child(even) {
  margin-left: 2rem;
  margin-right: 0rem;
  border-radius: 0.5rem;
}
main.page-lp #section-5 .problem-list ul li:nth-child(odd) {
  margin-right: 2rem;
  margin-left: 0rem;
  border-radius: 0.5rem;
}
main.page-lp #section-5 .problem-list ul li img {
  width: 31.7%;
  margin: 0 auto;
  text-align: center;
}
main.page-lp #section-5 .problem-list ul li p.s5-title {
  background: #f4f4f4;
  display: inline-block;
  text-align: center;
  margin: 3.4rem auto 1.6rem auto;
  width: 86%;
  padding: 0.4rem;
  font-size: 2rem;
  line-height: 1.8;
}
main.page-lp #section-5 .problem-list ul li p.s5-text {
  text-align: left;
  width: 87%;
  margin: 2.2rem auto 2.4rem auto;
  font-size: 14px;
  line-height: 2.07;
  font-weight: 500;
}
main.page-lp #section-5 .problem-solve {
  background-color: #f7f7f787;
  margin-top: 1.1rem;
  text-align: center;
}
main.page-lp #section-5 .problem-solve .ps-title {
  font-size: 4rem;
  line-height: 1.55;
  margin-bottom: 0rem;
  font-weight: 900;
}
main.page-lp #section-5 .problem-solve .ps-title span {
  line-height: 1.55;
  font-weight: 900;
}
main.page-lp #section-5 .problem-solve .ps-text {
  background: url(../images/section-5-img-5.png) no-repeat;
  background-size: auto 87%;
  background-position: 50% 0%;
  padding-bottom: 8rem;
  font-size: 1.6rem;
  padding-top: 4.3rem;
  font-weight: 500;
}
main.page-lp #section-5 .problem-solve .ps-text .h_space {
  font-size: 0;
  padding: 1.4rem 0;
  display: block;
  font-weight: 500;
}
main.page-lp #section-5 .problem-solve .ps-support {
  font-size: 4.5rem;
  line-height: 1.6;
}
main.page-lp #section-13 {
  background: #4697ff;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
main.page-lp #section-13 header {
  padding-bottom: 0rem;
}
main.page-lp #section-13 header .section-title {
  width: 39%;
  padding-bottom: 4rem;
}
main.page-lp #section-13 header .section-title:after {
  margin: 0;
  padding: 0;
  border: none;
  content: "";
}
main.page-lp #section-13 .section-img {
  max-width: 800px;
  display: block;
  text-align: center;
}
main.page-lp #section-13 h3 {
  text-align: center;
  font-size: 3.2rem;
  padding: 4rem 0 3.1rem;
  line-height: 1.4375;
  color: #fff;
  font-weight: bold;
}
main.page-lp #section-13 h3 span {
  line-height: 1.4375;
}
main.page-lp #section-13 .section-title {
  display: block;
  margin: 0 auto;
}
main.page-lp #section-13 .text {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 0 3.4rem;
  font-weight: 500;
}
main.page-lp #section-13 .text .h_space {
  display: block;
  line-height: 2;
  padding: 1.2rem;
  font-weight: 500;
}
main.page-lp #section-14 {
  background-color: #f8f8f8;
  text-align: center;
  padding-bottom: 0rem;
}
main.page-lp #section-14 h3 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 900;
}
main.page-lp #section-14 .light-section {
  background: url(../images/section-14-img-bg.png) no-repeat;
  background-size: auto 100%;
  background-position: center top;
  margin-top: 4rem;
  padding-bottom: 11.1rem;
  padding-top: 11.1rem;
}
main.page-lp #section-14 .text-1 {
  font-size: 3.2rem;
  padding-top: 0rem;
  position: relative;
  top: 0rem;
  line-height: 1.4375;
}
main.page-lp #section-14 .text-1 span {
  font-size: 4.1rem;
  line-height: 1.5122;
}
main.page-lp #section-14 .text-2 {
  font-size: 3.2rem;
  position: relative;
  font-weight: 900;
  line-height: 1.475;
  padding-bottom: 10rem;
  padding-top: 4rem;
}
main.page-lp #section-14 .text-2 span {
  font-weight: 900;
  line-height: 1.475;
}
main.page-lp #section-15 {
  background: linear-gradient(to right, #2684ff, #0052cc);
  padding: 10rem 0 9.2rem 0;
}
main.page-lp #section-15 h3 {
  text-align: center;
  line-height: 1.55;
  padding-bottom: 3rem;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}
main.page-lp #section-15 h3 span {
  font-size: 4.8rem;
  line-height: 1.2917;
  font-weight: 900;
}
main.page-lp #section-15 .text-1 {
  text-align: center;
  line-height: 1.4375;
  color: #fff;
  font-size: 3.2rem;
}
main.page-lp #section-15 .text-1 span {
  font-size: 4rem;
  line-height: 1.15;
}
main.page-lp #section-15 .text-1 span small {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4375;
}
main.page-lp #section-15 .text-2 {
  text-align: left;
  color: #fff;
  --line-height-width: 2;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-15 .text-2 {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-15 .text-2:after {
  content: " ";
  color: #fff;
  margin-top: calc((1 - var(--line-height-width)) * 0.5em);
}
main.page-lp #section-15 table {
  border: none;
  background: #fff;
  margin: 3.2rem auto 4rem auto;
  padding: 2rem 2rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-15 table {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-15 table td {
  border: none;
}
main.page-lp #section-15 table td:first-child {
  vertical-align: middle;
  width: 35%;
  padding: 3rem;
}
main.page-lp #section-15 table td:last-child {
  vertical-align: middle;
  width: 65%;
  padding: 0;
}
main.page-lp #section-15 table td:last-child p {
  font-size: 1.6rem;
  padding-right: 2rem;
  padding-right: 2rem;
  font-weight: 500;
}
main.page-lp #section-7 {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
main.page-lp #section-7 h2 {
  font-size: 4.3rem;
}
main.page-lp #section-7 h2 span {
  display: block;
  font-size: 2rem;
}
main.page-lp #section-7 .text-1 {
  text-align: center;
  padding-top: 0rem;
  line-height: 1.6;
  font-size: 4.1rem;
  line-height: 1.5122;
  font-weight: 900;
}
main.page-lp #section-7 .text-1 span {
  font-weight: 900;
  line-height: 1.5122;
  font-weight: 900;
}
main.page-lp #section-7 .text-2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 4rem 0px 5rem 0;
  font-size: 3.2rem;
}
main.page-lp #section-7 .section-area-2 {
  display: block;
  margin: 3.4rem auto 7.1rem auto;
  padding: 0;
  font-size: 0;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-7 .section-area-2 {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-7 .section-area-2 > li {
  font-size: 2rem;
  display: inline-block;
  width: 30%;
  padding: 0;
}
main.page-lp #section-7 .section-area-2 > li:first-child {
  margin-right: 3.3%;
}
main.page-lp #section-7 .section-area-2 > li:nth-child(2) {
  margin: 0 1.7%;
}
main.page-lp #section-7 .section-area-2 > li:last-child {
  margin-left: 3.3%;
}
main.page-lp #section-7 .section-text {
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
}
main.page-lp #section-7 .section-text span {
  font-weight: bold;
}
main.page-lp #section-7 .sub-parter-text-note {
  text-align: center;
  line-height: 1;
}
main.page-lp #section-7 .exp-area {
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-7 .exp-area {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-7 .exp-area .exp {
  line-height: 2;
  text-align: center;
  display: block;
  font-size: 3.2rem;
  border-bottom: 0.4rem solid #ADD0FF;
  font-weight: bold;
}
main.page-lp #section-7 .exp-area ul {
  width: 100%;
  border: none;
  margin: 3.2rem auto 5.8rem auto;
  max-width: 100%;
}
main.page-lp #section-7 .exp-area ul li {
  border: none;
  vertical-align: middle;
  display: table-cell;
}
main.page-lp #section-7 .exp-area ul li.way {
  width: 42%;
  text-align: center;
  background: linear-gradient(to right, #00a9ff, #005cff);
  color: #fff;
  padding: 6rem 0 5.8rem 0;
}
main.page-lp #section-7 .exp-area ul li.way p {
  font-size: 1.6rem;
  --line-height-width: 2;
  line-height: var(--line-height-width);
}
main.page-lp #section-7 .exp-area ul li.way p.way-text {
  vertical-align: baseline;
}
main.page-lp #section-7 .exp-area ul li.way .way-title {
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 2.4rem;
  line-height: 1;
}
main.page-lp #section-7 .exp-area ul li.effect {
  background: url(../images/section-7-img-5.png) no-repeat;
  background-size: 90% 100%;
  width: 12%;
  vertical-align: middle;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
main.page-lp #section-7 .exp-area ul li.effect p {
  width: 3rem;
  font-size: 3.4rem;
  line-height: 0.9167;
  padding-left: 2rem;
  color: #216fdd;
  font-weight: bold;
}
main.page-lp #section-7 .exp-area ul li.effect:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ddebff;
}
main.page-lp #section-7 .exp-area ul li.text {
  line-height: 2;
  position: relative;
  background: url(../images/section-7-img-4.png) no-repeat;
  background-size: auto 27rem;
  background-position: center center;
  width: 48%;
  font-size: 1.6rem;
  padding-left: 3rem;
  font-weight: 500;
}
main.page-lp #section-7 .ps_support {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  padding-top: 2.2rem;
  line-height: 1.4375;
}
main.page-lp #section-7 .ps_support span {
  line-height: 1.4375;
}
main.page-lp #section-16 {
  position: relative;
  background: url(../images/section-16-img-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 10.2rem;
  padding-bottom: 10rem;
}
main.page-lp #section-16 header h2 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.55;
  font-weight: 900;
}
main.page-lp #section-16 p {
  font-size: 16px;
  text-align: center;
  padding-top: 4rem;
  font-weight: 500;
}
main.page-lp #section-16 table {
  margin: 4rem auto 0 auto;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-16 table {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-16 table td {
  vertical-align: top;
  width: 50%;
  border: none;
  background: #fff;
  padding: 0;
}
main.page-lp #section-16 table td:first-child {
  width: 51%;
  padding: 4rem;
  padding-right: 4.3rem;
}
main.page-lp #section-16 table td:last-child {
  width: 49%;
}
main.page-lp #section-16 table td h3 {
  font-size: 2.6rem;
  line-height: 1.4;
  padding-bottom: 2.5rem;
}
main.page-lp #section-16 table td p {
  padding-left: 0rem;
  padding-right: 0rem;
  font-size: 1.6rem;
  line-height: 2;
  padding-top: 0;
  text-align: left;
}
main.page-lp #section-16 .sp_width > h3 {
  font-size: 3.2rem;
  padding-top: 6.4rem;
  text-align: center;
  line-height: 1.4675;
}
main.page-lp .sec-contact-1 {
  position: relative;
  background: url(../images/section-ask-img-bg.png) no-repeat;
  background-size: cover;
  padding-top: 6.5rem;
  padding-bottom: 3.4rem;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact {
  margin: auto;
  margin-top: 0rem;
  margin-bottom: 0rem;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1240px) {
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .devops-ask-img {
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 18.6rem;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-title {
  margin: 0 auto;
  padding-top: 6.6rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.444;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type {
  margin-top: 0;
  padding: 1.8rem 0 2.2rem 0;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn {
  list-style: none;
  display: block;
  width: 81%;
  font-size: 0;
  margin: 0 auto;
  padding: 0;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li {
  list-style: none;
  display: inline-block;
  position: relative;
  width: 47%;
  margin: 0 1.5%;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li a {
  border-radius: 10px;
  padding: 2.5rem 3.5rem 2.5rem 2.2rem;
  font-size: 2rem;
  margin: 0 auto;
  display: block;
  text-align: left;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to bottom, #00a9ff, #005cff);
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li:after {
  content: url(./../images/pseudo.png);
  right: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 0rem;
  vertical-align: middle;
  left: 16%;
  position: relative;
  font-size: 0rem;
  position: absolute;
  transform: scale(0.4);
  left: 85%;
  top: 15%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li:after {
    transform: scale(0.3);
    top: 0%;
  }
}
main.page-lp #section-17 {
  padding-bottom: 10rem;
}
main.page-lp #section-17 header h2 {
  text-align: center;
  display: block;
  width: 28.35%;
  margin: 0 auto 4rem auto;
}
main.page-lp #section-17 .text {
  text-align: center;
  display: block;
  font-size: 16px;
  padding-bottom: 4rem;
  font-weight: 500;
}
main.page-lp #section-17 .plan-ul {
  display: block;
  font-size: 0;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-17 .plan-ul {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-17 .plan-ul li {
  border-radius: 5px;
  font-size: 2rem;
  display: inline-block;
  width: calc(50% - 2rem);
  background: #f6f6f6;
  margin: 0 2.5%;
  vertical-align: text-top;
  margin-bottom: 3.5rem;
  padding-bottom: 3rem;
}
main.page-lp #section-17 .plan-ul li:nth-child(odd) {
  margin: 0;
  margin-right: 2rem;
  margin-bottom: 5.1rem;
}
main.page-lp #section-17 .plan-ul li:nth-child(even) {
  margin: 0;
  margin-left: 2rem;
  margin-bottom: 5.1rem;
}
main.page-lp #section-17 .plan-ul li h3 {
  border-radius: 5px 5px 0 0;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  background: #2379f1;
  border-left: 15px solid #fcff4e;
  line-height: 1.9375;
  padding: 0.9rem 0;
}
main.page-lp #section-17 .plan-ul li h3 span {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}
main.page-lp #section-17 .plan-ul li .text-2 {
  font-size: 1.4rem;
  text-align: left;
  padding: 2rem 3rem 3rem 3rem;
  line-height: 2.071;
  font-weight: 500;
}
main.page-lp #section-17 .plan-ul li .text-3 {
  font-size: 2.6rem;
  padding: 0 3.2rem;
  text-align: center;
  line-height: 1.4;
}
main.page-lp #section-17 .sec-aslead-devops {
  display: block;
  position: relative;
  margin: 5rem auto 3.2rem auto;
  background: #60a1fd;
  padding: 1.8rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-17 .sec-aslead-devops {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-17 .sec-aslead-devops:before {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateX(-60%) translateY(0%) rotate(135deg);
  background: #3b72d6;
}
main.page-lp #section-17 .sec-aslead-devops:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateX(60%) translateY(0%) rotate(135deg);
  background: #3b72d6;
}
main.page-lp #section-17 .sec-aslead-devops img {
  width: 100%;
  margin: 0 auto;
}
main.page-lp #section-17 .sec-aslead-devops p {
  margin: 0 auto;
  display: block;
}
main.page-lp #section-17 .sec-aslead-devops p.section-17-sub-1 {
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
}
main.page-lp #section-17 .sec-aslead-devops p.section-17-sub-2 {
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 4rem;
  margin-top: 0rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.45;
}
main.page-lp #section-17 .text-4 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
}
main.page-lp #section-17 .text-5 {
  margin-top: 3.4rem;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  font-weight: 500;
  line-height: 2.2857;
}
main.page-lp #section-17 .candj {
  margin: 0 auto;
  width: 32.7%;
  padding-top: 8rem;
}
main.page-lp #section-18 {
  background: url(../images/section-5-img-bg.png) no-repeat;
  background-size: 100% auto;
  background-color: #f7f7f7;
  padding-bottom: 10rem;
}
main.page-lp #section-18 .problem-list-big {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
main.page-lp #section-18 .problem-list-big ul {
  background: #fff;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
main.page-lp #section-18 .problem-list-big ul li {
  width: calc(100% - 64px);
  margin: 0 auto;
}
main.page-lp #section-18 .problem-list-big ul li h3 {
  width: 100%;
}
main.page-lp #section-18 .problem-list-big ul li h3.s5-title {
  background: #f4f4f4;
  display: inline-block;
  text-align: center;
  margin: 3.2rem auto 1.6rem auto;
  padding: 0.8rem;
  font-size: 2rem;
  line-height: 1.4;
}
main.page-lp #section-18 .problem-list-big .s5-text {
  padding-top: 2rem;
  padding-bottom: 3.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}
main.page-lp #section-18 .problem-list {
  margin: 0 auto;
  margin-top: 0rem;
}
main.page-lp #section-18 .problem-list ul {
  display: block;
  margin: 0 auto;
  width: calc(100% - 4rem);
  list-style: none;
  font-size: 0;
  vertical-align: text-top;
}
main.page-lp #section-18 .problem-list ul li {
  vertical-align: text-top;
  display: inline-block;
  list-style: none;
  font-size: 10px;
  width: calc( 50% - 2rem);
  background: #fff;
  text-align: center;
  margin-bottom: 3.6%;
  padding-bottom: 1.2rem;
}
main.page-lp #section-18 .problem-list ul li:nth-child(even) {
  margin-left: 2rem;
  margin-right: 0%;
  border-radius: 5px;
}
main.page-lp #section-18 .problem-list ul li:nth-child(odd) {
  margin-right: 2rem;
  margin-left: 0%;
  border-radius: 5px;
}
main.page-lp #section-18 .problem-list ul li img {
  width: calc( 100% - 6.4rem);
  margin: 0 auto;
  text-align: center;
}
main.page-lp #section-18 .problem-list ul li h3.s5-title {
  background: #f4f4f4;
  display: inline-block;
  text-align: center;
  margin: 3.2rem auto 1.6rem auto;
  width: calc( 100% - 6.4rem);
  padding: 0.8rem;
  font-size: 2rem;
  line-height: 1.4;
}
main.page-lp #section-18 .problem-list ul li p.s5-text {
  text-align: left;
  width: calc( 100% - 6.4rem);
  margin: 1.6rem auto 1.4rem auto;
  font-size: 14px;
  line-height: 2.0172;
  font-weight: 500;
}
main.page-lp #section-18 .text-1 {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}
main.page-lp #section-18 .text-2 {
  font-size: 4.1rem;
  text-align: center;
  padding-top: 1.6rem;
  line-height: 1.5122;
}
main.page-lp #section-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #f2f6f9;
}
main.page-lp #section-10 header p {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
main.page-lp #section-10 .customer-list {
  display: block;
  position: relative;
  padding-top: 2.6rem;
}
main.page-lp #section-10 .customer-list .customer-voice {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
main.page-lp #section-10 .customer-list .customer-voice > li {
  border-radius: 5px;
  width: 29.33333%;
  display: inline-block;
  font-size: 2rem;
  margin: 2rem;
  margin-bottom: 0;
  background: #fff;
}
main.page-lp #section-10 .customer-list .customer-voice > li img {
  display: block;
  width: 34.1%;
  text-align: center;
  margin: 3.1rem auto;
}
main.page-lp #section-10 .customer-list .customer-voice > li p {
  margin: 3rem;
  background: #f2f6f9;
  padding: 2rem;
  font-size: 1.4rem;
  position: relative;
  margin-top: 0;
}
main.page-lp #section-10 .customer-list .customer-voice > li p:after {
  content: "";
  width: 0%;
  height: 0;
  border-style: solid;
  border-width: 0 2.5rem 2.5rem 2.5rem;
  border-color: transparent transparent #f2f6f9 transparent;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}
main.page-lp #section-10 .customer-list .customer-icon {
  position: absolute;
  /* left: 100%; */
  top: -9rem;
  right: 10%;
  width: 13%;
}
@media screen and (max-width: 1200px) {
  main.page-lp #section-10 .customer-list .customer-icon {
    right: 5%;
  }
}
main.page-lp #section-11 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
main.page-lp #section-11 .section-title {
  margin-bottom: 5.5rem;
}
main.page-lp #section-11 .section-area-2 {
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-11 .section-area-2 {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-11 .qanda {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.4rem;
  border: 4px solid #f2f6f9;
}
main.page-lp #section-11 .qanda > li {
  display: inline-block;
  font-size: 2rem;
  width: 100%;
  background: #fff;
  position: relative;
}
main.page-lp #section-11 .qanda > li.question {
  cursor: pointer;
}
main.page-lp #section-11 .qanda > li.question ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  background: #f2f6f9;
  width: 100%;
}
main.page-lp #section-11 .qanda > li.question ul li {
  display: table-cell;
  font-size: 2rem;
  margin: 0;
}
main.page-lp #section-11 .qanda > li.question ul li:first-child {
  width: 7.75%;
  height: auto;
  padding: 0;
}
main.page-lp #section-11 .qanda > li.question ul li:last-child {
  width: 92.25%;
  height: auto;
  text-align: left;
  padding: 0 2rem;
  vertical-align: middle;
  font-size: 2.4rem;
}
main.page-lp #section-11 .qanda > li.question ul li:last-child p {
  font-weight: bold;
}
main.page-lp #section-11 .qanda > li.question:after {
  content: "＋";
  position: absolute;
  right: 2.5%;
  top: 8px;
  bottom: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 3rem;
  color: #5ea1fd;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
main.page-lp #section-11 .qanda > li.question.is_open:after {
  content: "－";
}
main.page-lp #section-11 .qanda > li.answer {
  overflow: hidden;
  height: 0;
  transition-duration: 500ms;
  transition-property: height;
}
main.page-lp #section-11 .qanda > li.answer ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  width: 100%;
  border: none;
}
main.page-lp #section-11 .qanda > li.answer ul li {
  display: table-cell;
  font-size: 2rem;
  background: #fff;
  vertical-align: text-top;
  padding: 2rem 0.5rem 2rem 1.5rem;
}
main.page-lp #section-11 .qanda > li.answer ul li:first-child {
  width: 7.75%;
}
main.page-lp #section-11 .qanda > li.answer ul li:first-child p {
  font-size: 3.2rem;
  line-height: 1;
  vertical-align: top;
  font-weight: 900;
}
main.page-lp #section-11 .qanda > li.answer ul li:last-child {
  width: 92.25%;
  padding: 2rem 2rem 1.6rem 0.4rem;
  vertical-align: bottom;
}
main.page-lp #section-11 .qanda > li.answer ul li:last-child p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
main.page-lp #section-11 .ps-support {
  font-size: 4.1rem;
  line-height: 1.51;
  text-align: center;
  margin-top: 8.5rem;
  font-weight: bold;
}
main.page-lp #section-19 {
  padding-top: 11rem;
  padding-bottom: 9rem;
  background: #f2f6f9;
}
main.page-lp #section-19 header p {
  text-align: center;
  font-weight: 500;
  display: block;
  font-size: 1.6rem;
  line-height: 2;
}
main.page-lp #section-19 .customer-list {
  display: block;
  position: relative;
  padding-top: 9.6rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-19 .customer-list {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-19 .customer-list .customer-voice-2 {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
main.page-lp #section-19 .customer-list .customer-voice-2 > li {
  width: calc( 50% - 2rem);
  display: inline-block;
  font-size: 2rem;
  background: #fff;
  padding-bottom: 4rem;
  border-radius: 5px;
}
main.page-lp #section-19 .customer-list .customer-voice-2 > li:first-child {
  margin-right: 2rem;
}
main.page-lp #section-19 .customer-list .customer-voice-2 > li:last-child {
  margin-left: 2rem;
}
main.page-lp #section-19 .customer-list .customer-voice-2 > li img {
  display: block;
  width: 4rem;
  height: auto;
  text-align: center;
  margin: 4rem auto 0.8rem auto;
}
main.page-lp #section-19 .customer-list .customer-voice-2 > li h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
main.page-lp #section-19 .customer-list .customer-voice-2 > li p {
  text-align: center;
  margin: 2rem auto 4rem auto;
  font-size: 1.6rem;
  position: relative;
  margin: auto 4rem;
  margin-top: 1.6rem;
  font-weight: 500;
  line-height: 1.76;
}
main.page-lp #section-19 .customer-list .customer-voice {
  display: block;
  margin: 0 auto;
  padding: 4rem 0 0 0;
  font-size: 0;
  width: 100%;
}
main.page-lp #section-19 .customer-list .customer-voice > li {
  width: calc((100% - 8rem)/3.0);
  border-radius: 5px;
  vertical-align: text-top;
  display: inline-block;
  font-size: 2rem;
  margin: 0;
  margin-top: 0;
  background: #fff;
  padding-bottom: 4rem;
}
main.page-lp #section-19 .customer-list .customer-voice > li img {
  display: block;
  width: 4rem;
  height: auto;
  text-align: center;
  margin: 4rem auto 1rem auto;
}
main.page-lp #section-19 .customer-list .customer-voice > li h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
main.page-lp #section-19 .customer-list .customer-voice > li p {
  text-align: center;
  margin: 2rem auto 4rem auto;
  font-size: 1.6rem;
  position: relative;
  margin: auto 4rem;
  margin-top: 1.6rem;
  font-weight: 500;
  line-height: 1.81;
}
main.page-lp #section-19 .customer-list .customer-voice > li:first-child {
  margin-right: 2.65rem;
}
main.page-lp #section-19 .customer-list .customer-voice > li:nth-child(2) {
  margin: 0 1.35rem;
}
main.page-lp #section-19 .customer-list .customer-voice > li:last-child {
  margin-left: 2.65rem;
}
main.page-lp #section-19 .customer-list .customer-icon {
  position: absolute;
  /* left: 100%; */
  top: -10rem;
  right: 2.5vw;
  width: 13%;
}
main.page-lp #section-19 .ps-support {
  font-size: 4.1rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 8.5rem;
}
main.page-lp #section-12 {
  padding-top: 0;
}
main.page-lp #section-20 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
main.page-lp #section-20 footer {
  background: #000;
  text-align: center;
  color: #fff;
}
main.page-lp #section-20 footer .inner {
  padding: 1rem;
}
main.page-lp #section-20 footer .inner p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  main.page-lp {
    padding: 15vw 0 0 0;
  }
  main.page-lp .sp_width {
    padding: 0 2rem 0 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  main.page-lp .sp_only {
    display: inherit !important;
  }
  main.page-lp .pc_only {
    display: none !important;
  }
  main.page-lp .lp-section .section-area-1-sp {
    width: 100%;
    padding: 4rem 2rem 0 2rem;
  }
  main.page-lp header .section-title {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
  main.page-lp header .section-title:after {
    border-color: #0153cd;
    bottom: 0px;
    width: 6rem;
  }
  main.page-lp small {
    font-size: 8rem;
  }
  main.page-lp .lp-section {
    padding-top: 4.5rem;
  }
  main.page-lp #section-1 {
    padding: 0 20px 0 20px;
    overflow-x: visible;
    background: url(../images/main-bg-sp.png) no-repeat 34vw bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  main.page-lp #section-1 .main-confluence-logo {
    width: 86%;
    margin-bottom: 0rem;
  }
  main.page-lp #section-1 .section-inner {
    padding: 10px 0 0 0;
    width: 100%;
  }
  main.page-lp #section-1 .main-title {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  main.page-lp #section-1 .main-title small {
    font-size: 2rem;
  }
  main.page-lp #section-1 .main-title small.small-2 {
    margin-left: 0rem;
    font-size: 2.6rem;
  }
  main.page-lp #section-1 .main-title-big {
    font-size: 4.6rem;
  }
  main.page-lp #section-1 .main-title-middle {
    font-size: 2.6rem;
    margin-bottom: 2.4rem;
    line-height: 1.423;
  }
  main.page-lp #section-1 .main-subresult ul {
    width: 100%;
    left: 0;
  }
  main.page-lp #section-1 .main-subresult ul li {
    margin-right: 2%;
    width: 32%;
  }
  main.page-lp #section-1 .main-subresult ul li:last-child {
    margin-right: 0;
  }
  main.page-lp #section-1 .main-subresult {
    margin-top: 2rem;
  }
  main.page-lp #section-1 .header-left {
    display: block;
    width: 100%;
  }
  main.page-lp #section-1 .header-left .main-note {
    width: 100%;
    top: 0;
    right: 2%;
  }
  main.page-lp #section-1 .header-right {
    display: block;
    width: 100%;
  }
  main.page-lp #section-1 .header-right .main_contact {
    top: 0;
    margin-top: 2rem;
    padding-bottom: 12rem;
    left: 0;
  }
  main.page-lp #section-1 .header-right .main_contact a {
    left: 0;
    width: 95%;
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 1.85rem 0 1.85rem 2rem;
    font-size: 1.8rem;
    border-radius: 5px;
    line-height: 1.0556;
  }
  main.page-lp #section-1 .header-right .main_contact a:after {
    transform: scale(0.7);
    left: 6%;
  }
  main.page-lp #section-1 .header-right .main-right-subtitle {
    position: relative;
  }
  main.page-lp #section-1 .header-right .main-right-subtitle .main-hexagon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    left: -2rem;
    bottom: -7rem;
    max-width: 26rem;
  }
  main.page-lp #section-1 .header-right .main-right-subtitle .main-hexagon img {
    bottom: 5rem;
    position: absolute;
    left: 0;
    z-index: 2;
  }
  main.page-lp #section-5 .problem-list ul li {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding-bottom: 1.4rem;
  }
  main.page-lp #section-5 .problem-list ul li p.s5-title {
    width: 89%;
    margin: 2rem auto 1.5rem auto;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 0.5rem 0;
  }
  main.page-lp #section-5 .problem-list ul li p.s5-text {
    margin-bottom: 0;
    width: 89%;
    font-weight: 500;
    margin-top: 1.3rem;
  }
  main.page-lp #section-5 .problem-list ul li img {
    width: 40.6%;
  }
  main.page-lp #section-5 .problem-list ul li:last-child {
    margin-bottom: 0;
  }
  main.page-lp #section-5 .problem-list ul li:nth-child(odd), main.page-lp #section-5 .problem-list ul li:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0.5rem;
  }
  main.page-lp #section-5 .problem-solve {
    background-size: 90% auto;
    margin-top: 4rem;
  }
  main.page-lp #section-5 .problem-solve .ps-title {
    font-size: 2.3rem;
    margin-bottom: 0rem;
    font-weight: bold;
  }
  main.page-lp #section-5 .problem-solve .ps-title span {
    font-weight: bold;
  }
  main.page-lp #section-5 .problem-solve .ps-text {
    line-height: 2;
    margin-bottom: 0rem;
    background-size: auto 90%;
    padding-top: 2.75rem;
    font-weight: 500;
    padding-bottom: 4.3rem;
    background-position: 50% -35%;
  }
  main.page-lp #section-5 .problem-solve .ps-text .h_space {
    padding: 1.2rem 0;
  }
  main.page-lp #section-13 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  main.page-lp #section-13 header .section-title {
    width: 87.5%;
    padding-bottom: 4.1rem;
  }
  main.page-lp #section-13 h3 {
    font-size: 2.4rem;
    padding-bottom: 3.2rem;
    padding-top: 3.6rem;
  }
  main.page-lp #section-13 .text {
    padding: 0;
    text-align: left;
    font-weight: 500;
    width: 100%;
  }
  main.page-lp #section-14 {
    padding-top: 4rem;
    background-color: #fff;
  }
  main.page-lp #section-14 .light-section {
    background-size: auto 100%;
    margin-top: 2.4rem;
    padding-bottom: 7.1rem;
    padding-top: 7.2rem;
  }
  main.page-lp #section-14 h3 {
    font-size: 2.8rem;
    line-height: 1.46428;
  }
  main.page-lp #section-14 .text-1 {
    font-size: 2rem;
    color: #2479F1;
    top: 0rem;
  }
  main.page-lp #section-14 .text-1 span {
    font-size: 2.8rem;
    font-weight: 900;
  }
  main.page-lp #section-14 .text-2 {
    top: 0rem;
    font-size: 2.4rem;
    padding-bottom: 4rem;
    padding-top: 2.4rem;
  }
  main.page-lp #section-14 .text-2 span {
    font-weight: 900;
  }
  main.page-lp #section-15 {
    padding: 2.7rem 0 4rem 0;
  }
  main.page-lp #section-15 h3 {
    font-size: 3rem;
    line-height: 1.36666;
    padding-bottom: 2.4rem;
  }
  main.page-lp #section-15 h3 span {
    font-size: 3.6rem;
    line-height: 1.1388888;
  }
  main.page-lp #section-15 .text-1 {
    font-size: 2rem;
    line-height: 2.05;
    text-align: center;
    font-weight: 900;
  }
  main.page-lp #section-15 .text-1 span {
    font-size: 2rem;
    line-height: 2.05;
    font-weight: 900;
  }
  main.page-lp #section-15 .text-1 span small {
    font-size: 2rem;
    line-height: 2.05;
    font-weight: 900;
  }
  main.page-lp #section-15 table {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    width: 100%;
  }
  main.page-lp #section-15 table td {
    display: contents;
    width: 100%;
  }
  main.page-lp #section-15 table td img {
    padding: 4rem 2rem 3.2rem 2rem;
  }
  main.page-lp #section-15 table td p {
    font-weight: normal;
    line-height: 2;
    padding: 0 2rem 2rem 2rem;
    font-weight: 500;
  }
  main.page-lp #section-15 .text-2 {
    line-height: 2;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
  }
  main.page-lp #section-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  main.page-lp #section-7 h2 {
    font-size: 2.4rem;
    line-height: 1.166666;
  }
  main.page-lp #section-7 h2 span {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 0.8rem;
  }
  main.page-lp #section-7 .section-area-2 {
    margin: 1rem auto 3rem auto;
    text-align: center;
    width: 100%;
  }
  main.page-lp #section-7 .section-area-2 > li {
    width: 50%;
    padding: 0.5rem;
    margin: 0;
  }
  main.page-lp #section-7 .section-area-2 > li:first-child {
    padding-left: 0;
    margin: 0;
  }
  main.page-lp #section-7 .section-area-2 > li:nth-child(2) {
    padding: 0.5rem;
    padding-right: 0;
    margin: 0;
  }
  main.page-lp #section-7 .section-area-2 > li:last-child {
    padding: 0.5rem 0.25rem 0 0.25rem;
    margin: 0;
  }
  main.page-lp #section-7 .text-1 {
    font-size: 2.8rem;
    font-weight: 900;
  }
  main.page-lp #section-7 .text-2 {
    padding-top: 3rem;
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 0;
  }
  main.page-lp #section-7 .exp-area {
    margin-top: 6rem;
    width: 100%;
  }
  main.page-lp #section-7 .exp-area .exp {
    font-size: 2rem;
  }
  main.page-lp #section-7 .exp-area .exp-area-zone-1 .exp {
    line-height: 2;
    padding-bottom: 0.3rem;
  }
  main.page-lp #section-7 .exp-area .exp-area-zone-2 .exp {
    padding-bottom: 0.8rem;
    line-height: 1.45;
  }
  main.page-lp #section-7 .exp-area .exp-area-zone-2 ul .text {
    padding-top: 4.5rem;
  }
  main.page-lp #section-7 .exp-area ul {
    margin-top: 1.6rem;
    margin-bottom: 0rem;
  }
  main.page-lp #section-7 .exp-area ul li {
    display: block;
    width: 100%;
  }
  main.page-lp #section-7 .exp-area ul li.way {
    width: 100%;
    padding: 4rem 0;
  }
  main.page-lp #section-7 .exp-area ul li.way p {
    padding: 0 2rem;
  }
  main.page-lp #section-7 .exp-area ul li.way .way-title {
    padding-bottom: 2.4rem;
    font-size: 2.4rem;
  }
  main.page-lp #section-7 .exp-area ul li.effect {
    background: url(../images/section-7-img-5-sp.png) no-repeat;
    background-size: 100% 85%;
    width: 100%;
  }
  main.page-lp #section-7 .exp-area ul li.effect p {
    font-size: 2.4rem;
    padding: 1.6rem 0 6rem 0;
    text-align: center;
    width: 100%;
    font-weight: 900;
  }
  main.page-lp #section-7 .exp-area ul li.text {
    width: 100.1%;
    font-weight: 500;
    padding: 0rem 0 6rem 0;
    background-size: auto 28rem;
  }
  main.page-lp #section-7 .ps_support {
    font-size: 2.4rem;
  }
  main.page-lp #section-16 {
    background: #fff;
    background-size: 100% auto;
    padding-top: 0rem;
    padding-bottom: 4rem;
  }
  main.page-lp #section-16 header h2 {
    font-size: 2.8rem;
    font-weight: 900;
    padding-bottom: 2.4rem;
  }
  main.page-lp #section-16 .sp_img_bg {
    padding-top: 4rem;
    padding-bottom: 2.4rem;
    background: url(../images/section-16-img-bg-sp.png) no-repeat;
    background-size: 100% 100%;
  }
  main.page-lp #section-16 p {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 0;
    text-align: left;
    font-weight: 500;
  }
  main.page-lp #section-16 table {
    margin-top: 2.4rem;
    width: 100%;
  }
  main.page-lp #section-16 table tr {
    display: grid;
  }
  main.page-lp #section-16 table tr td:first-child {
    padding: 2rem 1.6rem 4.6rem 1.6rem;
    order: 2;
    width: 100%;
  }
  main.page-lp #section-16 table tr td:first-child h3 {
    font-size: 2rem;
    text-align: left;
    padding: 0 0 1.2rem 0;
  }
  main.page-lp #section-16 table tr td:last-child {
    order: 1;
    width: 100%;
    font-weight: 500;
  }
  main.page-lp #section-16 .sp_width > h3 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.458333;
    padding-top: 0.8rem;
  }
  main.page-lp .sec-contact-1 {
    background: url(../images/section-ask-img-bg-sp.png) no-repeat;
    background-size: cover;
    margin-top: 2.4rem;
    padding-top: 9.6rem;
    padding-bottom: 2.4rem;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact {
    padding-bottom: 2.4rem;
    width: 100%;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .devops-ask-img {
    top: -12rem;
    width: 23rem;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-title {
    padding-top: 2.4rem;
    font-size: 1.5rem;
    padding-bottom: 2rem;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type {
    padding-bottom: 0rem;
    padding-top: 0;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn {
    width: 94%;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li {
    display: block;
    width: 100%;
    margin: 0 auto 1.4rem auto;
    box-shadow: 0px 7px 5px 0px #eee;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li a {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    padding: 2.1rem 3.5rem 2.1rem 2.2rem;
    border-radius: 5px;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li:after {
    content: url(./../images/pseudo3.png);
    transform: scale(0.5);
    left: 90%;
    top: 20%;
    bottom: 0;
    margin: auto;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li:last-child {
    margin-bottom: 0;
  }
  main.page-lp #section-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  main.page-lp #section-17 header h2 {
    width: 81%;
  }
  main.page-lp #section-17 .text {
    font-weight: 500;
  }
  main.page-lp #section-17 .plan-ul {
    width: 100%;
  }
  main.page-lp #section-17 .plan-ul li {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  main.page-lp #section-17 .plan-ul li h3 {
    padding: 1.92rem 0;
    line-height: 1;
  }
  main.page-lp #section-17 .plan-ul li .text-2 {
    font-weight: 500;
    padding: 1.6rem 2rem 1.6rem 2rem;
  }
  main.page-lp #section-17 .plan-ul li .text-3 {
    font-size: 2rem;
  }
  main.page-lp #section-17 .plan-ul li:nth-child(even), main.page-lp #section-17 .plan-ul li:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2.2rem;
  }
  main.page-lp #section-17 .sec-aslead-devops {
    padding: 1.6rem 2rem;
    margin-bottom: 6.4rem;
    margin-top: 4rem;
    width: 100%;
  }
  main.page-lp #section-17 .sec-aslead-devops:before {
    transform: translateX(-76%) translateY(0%) rotate(130deg);
  }
  main.page-lp #section-17 .sec-aslead-devops:after {
    transform: translateX(76%) translateY(0%) rotate(130deg);
  }
  main.page-lp #section-17 .sec-aslead-devops p {
    display: block;
    position: relative;
    z-index: 2;
  }
  main.page-lp #section-17 .sec-aslead-devops p.section-17-sub-1 {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
    line-height: 1.5;
  }
  main.page-lp #section-17 .sec-aslead-devops p.section-17-sub-2 {
    font-size: 1.8rem;
    line-height: 1.333333;
    z-index: 2;
    width: 90%;
  }
  main.page-lp #section-17 .candj {
    margin: 0 auto;
    width: 100%;
    padding-top: 0rem;
  }
  main.page-lp #section-17 .text-4 {
    line-height: 2;
    margin-bottom: 3.5rem;
    font-weight: 500;
  }
  main.page-lp #section-17 .text-5 {
    margin-top: 4rem;
    line-height: 2;
  }
  main.page-lp #section-18 {
    padding-top: 4rem;
    padding-bottom: 4.4rem;
  }
  main.page-lp #section-18 .text-1 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 2;
  }
  main.page-lp #section-18 .problem-list-big {
    margin-bottom: 2rem;
    margin-top: 3.2rem;
  }
  main.page-lp #section-18 .problem-list-big ul {
    width: 100%;
  }
  main.page-lp #section-18 .problem-list-big ul li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  main.page-lp #section-18 .problem-list-big ul li h3.s5-title {
    margin: 2rem auto 2rem auto;
    width: 88%;
  }
  main.page-lp #section-18 .problem-list-big ul li img {
    width: 88%;
  }
  main.page-lp #section-18 .problem-list-big ul li p.s5-text {
    width: 88%;
    margin: 0 auto;
    display: block;
    text-align: left;
    font-weight: 500;
  }
  main.page-lp #section-18 .problem-list ul {
    width: 100%;
  }
  main.page-lp #section-18 .problem-list ul li {
    width: 100%;
    display: block;
  }
  main.page-lp #section-18 .problem-list ul li:nth-child(odd), main.page-lp #section-18 .problem-list ul li:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  main.page-lp #section-18 .problem-list ul li h3.s5-title {
    margin: 2rem auto 2rem auto;
    width: 88%;
  }
  main.page-lp #section-18 .problem-list ul li img {
    width: 88%;
  }
  main.page-lp #section-18 .problem-list ul li p.s5-text {
    width: 88%;
    font-weight: 500;
  }
  main.page-lp #section-18 .text-2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  main.page-lp #section-ask-2 .sec-contact-1 {
    margin-top: 0;
    padding-bottom: 0rem;
    background-color: #ffff;
  }
  main.page-lp #section-ask-2 .sec-contact-1 .sec-aslead-devops-contact {
    background-color: #fff0;
    width: 100%;
  }
  main.page-lp #section-ask-2 .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-sp {
    background-color: #fff;
    padding: 0 1.2rem 2rem 1.2rem;
  }
  main.page-lp #section-ask-2 .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-sp .sec-aslead-devops-contact-title {
    padding-bottom: 1.6rem;
    line-height: 1.4666;
    font-size: 1.5rem;
  }
  main.page-lp #section-ask-2 .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-sp .sec-aslead-devops-contact-type {
    width: 100%;
  }
  main.page-lp #section-10 {
    overflow-x: hidden;
    padding-bottom: 0;
    padding-top: 0;
  }
  main.page-lp #section-10 header p {
    font-size: 1.6rem;
    padding-top: 0;
    line-height: 2;
  }
  main.page-lp #section-10 .section-area-1-sp {
    padding-bottom: 1rem;
  }
  main.page-lp #section-10 .customer-list {
    margin-top: 0rem;
    padding-top: 4rem;
  }
  main.page-lp #section-10 .customer-list .customer-voice {
    width: 100%;
    margin: 0rem auto;
    padding-bottom: 0.1rem;
  }
  main.page-lp #section-10 .customer-list .customer-voice > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 1rem 0;
    margin-bottom: 2.4rem;
  }
  main.page-lp #section-10 .customer-list .customer-voice > li img {
    width: 35%;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  main.page-lp #section-10 .customer-list .customer-voice > li p {
    padding: 2rem 2rem;
    font-size: 1.4rem;
    margin: 0% 5% 0.8rem 5%;
    font-weight: 500;
  }
  main.page-lp #section-10 .customer-list .customer-voice > li p:after {
    border-width: 0 2rem 2rem 2rem;
    top: -2rem;
  }
  main.page-lp #section-10 .customer-list .customer-icon {
    top: 0%;
    right: -2rem;
    width: 40%;
  }
  main.page-lp #section-11 {
    padding-top: 0;
    padding-bottom: 0;
  }
  main.page-lp #section-11 header .section-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  main.page-lp #section-11 header p {
    font-size: 6.6rem;
    padding-top: 12rem;
  }
  main.page-lp #section-11 .ps-support {
    font-size: 2.8rem;
    margin: 0rem auto;
    font-weight: 900;
  }
  main.page-lp #section-11 .question-section {
    margin: 1rem auto 4rem auto;
    width: 100%;
  }
  main.page-lp #section-11 .qanda > li.question ul li:first-child {
    width: 11%;
    padding: 1px 0 1px 1px;
  }
  main.page-lp #section-11 .qanda > li.question ul li:last-child {
    width: 89%;
    padding-left: 1rem;
  }
  main.page-lp #section-11 .qanda > li.question ul li:last-child p {
    font-size: 1.8rem;
    line-height: 1.4;
    width: 88%;
  }
  main.page-lp #section-11 .qanda > li.question:after {
    font-size: 2.4rem;
    right: 4.5%;
    bottom: auto;
  }
  main.page-lp #section-11 .qanda > li.answer ul li:first-child {
    width: 11%;
    padding-right: 0;
  }
  main.page-lp #section-11 .qanda > li.answer ul li:first-child p {
    font-size: 2rem;
  }
  main.page-lp #section-11 .qanda > li.answer ul li:last-child {
    width: 89%;
    padding: 1.4rem 1.5rem 1rem 1rem;
  }
  main.page-lp #section-11 .qanda > li.answer ul li:last-child p {
    font-size: 1.6rem;
    font-weight: 500;
  }
  main.page-lp #section-19 {
    padding-top: 0rem;
    padding-bottom: 4.4rem;
  }
  main.page-lp #section-19 header p {
    font-weight: 500;
  }
  main.page-lp #section-19 .customer-list {
    padding-top: 4rem;
    width: 100%;
  }
  main.page-lp #section-19 .customer-list .customer-voice-2 > li:first-child {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
    padding-bottom: 2.4rem;
  }
  main.page-lp #section-19 .customer-list .customer-voice-2 > li:first-child img {
    margin-top: 2.4rem;
  }
  main.page-lp #section-19 .customer-list .customer-voice-2 > li:first-child p {
    font-weight: 500;
    margin: auto 1.8rem;
    margin-top: 1.6rem;
  }
  main.page-lp #section-19 .customer-list .customer-voice-2 > li:last-child {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
    padding-bottom: 2.4rem;
  }
  main.page-lp #section-19 .customer-list .customer-voice-2 > li:last-child img {
    margin-top: 2.4rem;
  }
  main.page-lp #section-19 .customer-list .customer-voice-2 > li:last-child p {
    font-weight: 500;
    margin: auto 1.8rem;
    margin-top: 1.6rem;
  }
  main.page-lp #section-19 .customer-list .customer-voice {
    padding-top: 0;
  }
  main.page-lp #section-19 .customer-list .customer-voice li {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
    padding-bottom: 2.4rem;
  }
  main.page-lp #section-19 .customer-list .customer-voice li img {
    margin-top: 2.4rem;
  }
  main.page-lp #section-19 .customer-list .customer-voice li p {
    font-weight: 500;
    margin: auto 2rem;
    margin-top: 1.6rem;
  }
  main.page-lp #section-19 .customer-list .customer-voice li:first-child {
    margin: 0 0 2rem 0;
  }
  main.page-lp #section-19 .customer-list .customer-voice li:nth-child(2) {
    margin: 0 0 2rem 0;
  }
  main.page-lp #section-19 .customer-list .customer-voice li:last-child {
    margin: 0 0 2rem 0;
  }
  main.page-lp #section-19 .ps-support {
    line-height: 1.464285;
    font-size: 2.8rem;
    font-weight: 900;
    margin-top: 2rem;
  }
  main.page-lp #section-12 {
    background-color: #f2f6f9;
  }
  main.page-lp #section-12 .sec-contact-1 {
    margin-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ffff;
  }
  main.page-lp #section-12 .sec-contact-1 .sec-aslead-devops-contact {
    background-color: #fff0;
  }
  main.page-lp #section-12 .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-sp {
    background-color: #fff;
    padding: 0 1.2rem 2rem 1.2rem;
  }
  main.page-lp #section-12 .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-sp .sec-aslead-devops-contact-title {
    padding-bottom: 1.6rem;
    line-height: 1.4666;
    font-size: 1.5rem;
  }
  main.page-lp #section-12 .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-sp .sec-aslead-devops-contact-type {
    width: 100%;
  }
  main.page-lp #section-20 footer .inner p {
    line-height: 1;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  main.page-lp .lp-section header .header-left .main-note {
    font-size: 12px;
  }
  main.page-lp .lp-section header .header-right .main_contact a {
    font-size: 20px;
  }
  main.page-lp .section-title {
    font-size: 41px;
  }
  main.page-lp #section-1 .main-title {
    font-size: 34px;
  }
  main.page-lp #section-1 .main-title small {
    font-size: 24px;
  }
  main.page-lp #section-1 .main-title small.small-2 {
    font-size: 32px;
  }
  main.page-lp #section-1 .main-title .main-title-big {
    font-size: 57px;
  }
  main.page-lp #section-1 .main-title .main-title-middle {
    font-size: 32px;
  }
  main.page-lp #section-1 .main-title .main-subresult ul li {
    font-size: 20px;
  }
  main.page-lp #section-1 .main-title-middle {
    font-size: 32px;
  }
  main.page-lp #section-2 .problem-area ul li p {
    font-size: 20px;
  }
  main.page-lp #section-2 .problem-solve-title {
    font-size: 41px;
  }
  main.page-lp #section-2 .problem-solve-title span {
    font-size: 41px;
  }
  main.page-lp #section-2 .problem-solve-title span {
    font-size: 40px;
  }
  main.page-lp #section-3 ul.s3-l2 li:last-child p {
    font-size: 16px;
  }
  main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-1 {
    font-size: 28px;
  }
  main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-2 {
    font-size: 40px;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 .devops-title {
    font-size: 28px;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 .devops-title span {
    font-size: 40px;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-title {
    font-size: 18px;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li a {
    font-size: 20px;
  }
  main.page-lp #section-5 .problem-list ul li p.s5-title {
    font-size: 20px;
  }
  main.page-lp #section-5 .problem-solve .ps-title {
    font-size: 40px;
  }
  main.page-lp #section-5 .problem-solve .ps-text {
    font-size: 16px;
  }
  main.page-lp #section-5 .problem-solve .ps-support {
    font-size: 41px;
  }
  main.page-lp #section-5 .problem-solve .ps-support span {
    font-size: 41px;
  }
  main.page-lp #section-6 .section-title {
    font-size: 43px;
  }
  main.page-lp #section-6 .section-sub {
    font-size: 28px;
  }
  main.page-lp #section-6 .reason-list li.reason-text .reason-tag {
    font-size: 24px;
  }
  main.page-lp #section-6 .reason-list li.reason-text .reason-tag span {
    font-size: 40px;
  }
  main.page-lp #section-6 .reason-list li h3 {
    font-size: 24px;
  }
  main.page-lp #section-6 .sub-parter .sub-text {
    font-size: 32px;
  }
  main.page-lp #section-6 .sub-parter ul li.parter-text p {
    font-size: 24px;
  }
  main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-big {
    font-size: 32px;
  }
  main.page-lp #section-6 .ps-support {
    font-size: 32px;
  }
  main.page-lp #section-7 header .section-title {
    font-size: 43px;
  }
  main.page-lp #section-7 .section-text {
    font-size: 32px;
  }
  main.page-lp #section-9 header .section-title {
    font-size: 43px;
  }
  main.page-lp #section-9 .reason-list li h3 {
    font-size: 24px;
  }
}

/*# sourceMappingURL=index.css.map */
<<<<<<< HEAD
>>>>>>> d469825e (confluenceのLPページをリニューアル)
=======
>>>>>>> 6401c2318624d406d288afe3f94848c9a758af59
