:root {
  /*--main01-color: #4468e2;*/
  --main01-color: #0064B4;
  --bg01-color : #f2fdff;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 20;
}

@media (min-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-area {
  padding:30px;
  background:url(../hero-bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .hero-area {
    padding:20px;
  }
}
.hero-text h1 {
    font-size: 2.45rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #0f172a;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .hero-text h1 {
        font-size: 3.3rem;
    }
}

@media (min-width: 1024px) {
    .hero-text h1 {
        font-size: 4rem;
    }
}

.hero-text h2 {
    font-size: 2.35rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #0f172a;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
    .hero-text h2 {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .hero-text h2 {
        font-size: 3.75rem;
    }
}
@media (max-width: 767px) {
  .hero-text {
    text-align: center;

    & h2 {
      font-size: 1.9rem;
      margin-bottom: 1.2rem;
    }
  }
}


.hero .text-gradient {
    background: linear-gradient(to right, #2563eb, #0d9488);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient {
    background: linear-gradient(to right, #2563eb, #0d9488);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 9999py;
    background: #FFF;
    border: 1px solid rgba(37, 99, 235, 0.2);
    color: #1e40af;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    border-radius: 5px;
}
.hero-subtext {
    font-size: 2rem;
    padding:0;
    margin:0;
}

.hero-description {
    font-size: 1.125rem;
    color: #334155;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;

    & a {
    }
}

@media (min-width: 640px) {
    .hero-buttons {
    }
}
@media (max-width: 767px) {
    .hero-buttons {
    flex-direction: column;
      & a {
        font-size: 1.1rem;
      }
    }
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.875rem;
    color: #475569;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-feature::before {
    content: '✓';
    color: #0d9488;
    font-weight: bold;
    font-size: 1.125rem;
}

.hero-visual {
    position: relative;
    display: none;
}

@media (min-width: 1024px) {
    .hero-visual {
        display: block;
    }
}

.hero-mockup {
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    background: white;
}

.text-body-emphasis {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; 
  align-items: center;
  border:0;
}

.text-body-emphasis::before,
.text-body-emphasis::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color:var(--bs-emphasis-color) !important;
  /*Lightning見出しデザイン設定のCSS対策*/
  position: unset;
  border: unset;
  margin-left: unset;
  margin-right:unset;
  flex-grow: unset;
}

.text-body-emphasis::before{
 margin-right:14px;
 transform: rotate(-60deg);
}

.text-body-emphasis::after {
 margin-left:14px;   
 transform: rotate(-60deg);
}


.bg-pricearea {
  background-color: var(--bg01-color);
}

.price-design {
  width: 90%;
  margin:0 auto;
  justify-content: center;
  align-items: stretch;
}

.price-design .price-box {
}
.price-design .price-box.price-box01 {
  width: 35%;
}
.price-design .price-box.price-box02 {
  width: 30%;
}
.price-design .price-box.price-box03 {
  width: 20%;
}
.price-design .price-box.price-box-ad {
  width: 7%;
  padding-top:50px;
}


.price-design .price-box .bg-body-b01{
  background-color: var(--main01-color);
  color:#fff;
}
.price-design .price-box .price-box-item {
  padding:30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center !important;
}
.price-design .price-box .border{
  border-color: var(--main01-color) !important;
  background-color:#FFF;
}
.price-design .price-box .bg-body-b02{
  background-color:#fcdc02;
  color:#111;
}
.price-design .price-box .border2{
  border-color:#fcdc02 !important;
}

.price-design .mark-plus {
  width: 60px;
  height: 60px;
  margin:0 auto;
  vertical-align: middle;
  background-color: #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  flex-shrink: 0;
  line-height: 1.3;
  font-size: 24px; 
  font-weight: bold;
}
.price-design .mark-plus .mark-plus-label { font-size: 10px; font-weight: bold; }
.price-design .mark-plus .mark-plus-num {  }


@media (max-width: 767px) {
  .price-design {
    width: 90%;
    flex-direction: row;
  }
  .price-design .price-box {
    width: 100% !important;
  }
  .price-design .price-box.price-box-ad {
    padding-top:0;
    padding-bottom: 15px;
  }
  .price-design .price-box .price-box-item {
    padding:25px 15px;
  }
}

.about-server {
}
.about-server h4 {
  font-weight: bold;
}
.about-server-img {
  width: 100%;
  margin:0 auto;
}
.about-server-img img {
  width: 100%;
  max-height: auto;
  border:1px solid #bbb;
}
.about-server-text {
}

.point-server-part {
  width: 100%;
  margin:0 auto;
  padding:40px;
  background-color: #fff;
  border:2px solid #eee;
  border-radius: 30px;
}
.point-server-part .point-server-ttl {
  padding-bottom: 20px;
}
.point-server-img {
  width: 15%;
  margin-right: 2%;
}
.about-server-point {
  padding:20px 20px 20px 20px;
  margin-right: 10px;
  display: flex;
  align-self: start;
  background-color: #fffcbd;
  box-sizing: border-box;
  border-radius: 30px;
}
.about-server-point.about-server-point01 {
  width: 23%;
}
.about-server-point.about-server-point02 {
  width: 23%;
}
.about-server-point.about-server-point03 {
  width: 32%;
}
.about-server-point dl {
  margin-bottom: 0;
}
.about-server-point i {
  font-size: 1.3rem;
  margin-right: 3px;
  font-weight: bold;
}
.about-server-point dt {
  padding:0 0 8px 3px;
}
.about-server-point dd {
  font-size: 0.88rem;
}

.flow_design11 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow11 {
  width:60%;
  margin:0 auto;
}

.flow11 dl {
  margin-bottom:0;
}

.flow11 > li {
  list-style-type: none;
  padding: 41px 32px 44px;
  background-color: #FFF;
  border: 2px solid var(--main01-color);
  border-radius: 0 40px 0 40px;
}

.flow11 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}

.flow11 > li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color:  var(--main01-color);
}

.flow11 > li dl dt {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 0.5em;
}

.flow11 > li dl dt p {
  margin-left:10px;
  padding-top:10px;
}

.flow11 > li dl dd {
  margin: 0;
  padding-left:70px;
}

.flow11 .p-flow__tag {
  display: inline-block;
  background-color: #f9f9a6;
  border: 1px solid #e0e8ef;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 4px;
  color: #444;
  font-weight: normal;
  margin-left:10px;
}

@media (max-width: 767px) {
  .flow11 {
    width:92%;
    padding:0;
  }
  .flow11 > li {
    padding: 14px 12px 16px;
    border-radius: 0 20px 0 20px;
  }

  .flow11 > li:not(:last-child) {
  }

  .flow11 > li dl dt {
    font-size: 1.3em;
  }

  .flow11 > li dl dt p {
  }

  .flow11 > li dl dd {
    padding-left:20px;
    font-size: 1rem;
  }

}

.p-flow__step {
  width: 70px;
  height: 70px;
  background-color:  var(--main01-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  flex-shrink: 0;
  line-height: 1.3;
}
.p-flow__step-label { font-size: 10px; font-weight: bold; }
.p-flow__step-num { font-size: 24px; font-weight: bold; }


.hiro-img {
  position: relative;
  text-align: right;
  vertical-align: bottom;
}
.hiro-img img {
  display: inline-block;
}
.hero-circle-msg {
  width:150px;
  height: 150px;
  font-size: 1.5rem;
  padding-top:28px;
  font-weight: bold;
  background-color:#6db9e7;
  border-radius: 50%;
  color:#FFF;
  text-align: center;
  z-index: 10;
  letter-spacing: 1.5px;
  line-height: 1.3;
  text-shadow:1px 1px 0px #999;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
}
.hero-circle-msg.msg01 {
  position: absolute;
  top:-90px;
  left:100px;
}
.hero-circle-msg.msg02 {
  position: absolute;
  width:120px;
  height: 120px;
  font-size: 1.2rem;
  padding-top:35px;
  top:40px;
  left:25px;
}
.hero-circle-msg.msg03 {
  position: absolute;
  width:150px;
  height: 150px;
  top:-20px;
  left:100px;
  padding-top:40px;
}

.problem-lists {
  display: flex;
  flex-wrap:wrap;
  width: 88%;
  margin:0 auto;
}
.problem-lists.row-reverse {
  flex-direction: row-reverse;
}

.problem-lists .balloon {
  position: relative;
  max-width: 350px;
  margin: 2em 0 2em 60px;
  padding: 15px 25px;
  background: #fff0c6;
  border-radius: 30px;
}

.problem-lists .balloon dt {
  font-size: 1.2rem;
}
.problem-lists .balloon dd {
  font-size: 0.95rem;
  margin-top: 10px;
}

.problem-lists .balloon:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #fff0c6;
  border-radius: 50%;
}

.problem-lists .balloon:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #fff0c6;
  border-radius: 50%;
}
.problem-lists .balloon p {
  margin: 0; 
  padding: 0;
}
.problem-lists .balloon.balloon1 {
}
.problem-lists .problem-person-img {
  position: relative;
}
.problem-lists .problem-person-img img {
  position: absolute;
  left:180px;
  top: -210px;
}


.problem-lists2 {
  width:80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;

  .problem-person-img {
    width: 22%;
    margin-right: 3%;
    margin-bottom: 0;
  }
  .problem-list-items {
    width: 73%;
  }
}

@media (max-width: 767px) {

  .problem-lists2 {
    width:94%;
    margin: 0 auto;
    flex-direction: column-reverse;

    .problem-person-img {
      width: 100%;
      margin:0;
      margin-top:20px;
      text-align: center;

      & img {
        width: 64%;
        height: auto;
      }
    }
    .problem-list-items {
      width: 100%;

      & li span {
        font-size: 1rem !important;
      }
    }
  }

}


.servermerit-list {
  position: relative;

  .servermerit-list-item {
    position: relative;
    margin:0;
    padding:0;
    /*
    & li {
    margin-bottom: 10px;
    padding:8px 18px 8px 8px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 14px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
    }
    */

    & li {
    padding:2px 1px 2px 1px;
    margin:0;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: bold;
    }
  }
}

.campaign-area {
  background: linear-gradient(135deg, #2563eb 0%, #0d9488 100%);
  background: url('../assets/img/bg_orange01.png') 0 0 no-repeat;
  background-size: auto;
  color:#FFF;
  text-align: center;
  padding:80px 30px 50px;

  .campaign-body-text {
    position: relative;
    display: inline-block;
    padding:30px 30px 10px 30px;
    margin-top:20px;
    background:rgba(255,255,255,0.6);
    color:#333;
    border-radius: 10px;

  }
  .btn-app {
    background-color: #FFF;
    color:#333;
  }
}

@media (max-width: 767px) {

  .campaign-area {
    padding:40px 20px 30px;
  }
}

.flow-product {
  position: relative;
  width: 92%;
  margin:0 auto;
  background: #def7ff;
  border: 4px solid #54cbf1;
  border-radius: 8px;
  padding: 50px 40px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
}
.flow-product::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 47%;
  width: 0;
  height: 0;
  border: 33px solid transparent;
  border-top: 33px solid #54cbf1;
}

@media (max-width: 767px) {
  .flow-product {
    padding: 30px 30px;
    & p {
      font-size: 2rem;
    }
  }
  .flow-product::after {
    left: 42%;
  }
}

.contact-rule-info {
  width: 80%;
  background-color:#fffead;
  margin:0 auto;
  margin-top:30px;
  padding:40px 20px 30px;
  gap: 20px;
  color:#FF3300;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-rule-info {
    padding:25px 10px 20px;
    font-size: 1rem;
  }
}

.ri-check-line:before {
    content: "\eb7b";
}

.change-list-body {
    position: relative;
    justify-content: space-between;
    width: 80%;
    margin:30px auto 0;
    padding-bottom: 200px;
    background: url('../assets/img/img_change_man.png') 50% 90% no-repeat;
    background-size: 320px auto;
    .change-list-item {
        position: relative;
        width: 24%;
        background-color: #fffead;
        padding:20px 15px 15px;
        border-radius: 10px;
        text-align: center;
        font-size:1.3rem;
        & dt {
            font-weight: bold;
        }
        & dd {
            padding:15px 0 0 0;
            margin:0;
        }
    }
    .change-list-item::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      border-style: solid;
      border-width: 22.5px 15.8px 0 15.8px;
      border-color: #fffead transparent transparent;
      translate: -50% 100%;
      transform-origin: top;
    }
    .change-list-item.item01::after {
      left: 81%;
      transform: skew(44deg);
    }
    .change-list-item.item02::after {
      transform: skew(44deg);
    }
    .change-list-item.item03::after {
      transform: skew(-44deg);
    }
    .change-list-item.item04::after {
      left: 20%;
      transform: skew(-44deg);
    }
}

@media (max-width: 767px) {

  .change-list-body {
    flex-direction: column;

    .change-list-item {
      width: 100%;
      border-radius: 0;
      padding:10px;

      & dd {
        padding-top:8px;
      }
    }
    .change-list-item.item01::after {
      left: 50%;
    }
    .change-list-item.item02::after {
      left: 50%;
    }
    .change-list-item.item03::after {
      left: 50%;
    }
    .change-list-item.item04::after {
      left: 50%;
    }
  }
}

.price-case {
    .price-case-itemname {
        display:flex;
        align-items:flex-start;
        & dt {
            display: block;
            margin:0;
            padding:0;
            & span {
                padding:5px 13px;
                background-color: #333;
                color:#fff;
                font-weight: bold;
                white-space: nowrap;
            }
        }

        & dd {
            display: block;
            padding:0 0 0 10px;
            margin:0;
            text-align: left;
        }
    }
    & thead th {
        text-align: center;
    }
    & tbody td {
        line-height: 1.2;
    }
    & tbody .annotation {
        position: relative;
        display: block;
        font-size: 80%;
        margin-top:5px;
        padding-left:1em;
        color:#555;

        &::before {
            position: absolute;
            left:0;
            content:'※';
            color:#333;
        }
    }
    & tbody tr.total th,
    & tbody tr.total td {
        background-color:#fffead;
    }
}


.text-yellow {
  color:#fffead;
}
.demo-lists {
  width: 94%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}
.demo-lists .demo-box {
  width: 31%;
  padding:20px;

  .demo-link-btn {
    margin:50px auto 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .demo-link-btn a {
  }
}
.demo-attention {
  width: 94%;
  margin:0 auto;
  font-size: 13px;
  color:#555;
}

@media (max-width: 767px) {
  .demo-lists {
    display: block;
  }
  .demo-lists .demo-box {
    width: 100%;
    margin:20px auto;
    padding:12px;

   .demo-link-btn {
      width: 94%;
      margin:30px auto 0;
      text-align: center;
      display: block;
    }
    .demo-link-btn a {
      display: inline-block;
      width: 100%;
      margin-bottom: 10px;
    }
  }
}

.imgserver-modal {
  width: 780px !important;
}

.border-radius-custom01 {
  border: 2px solid #dedede;
  /*border-radius: 0 40px 0 40px;*/
  border-radius: 10px;
}

.bg-body-blue {
  background-color: var(--main01-color);
}
.bg-body-yellow {
  background-color:#fcdc02;
}

