@charset "UTF-8";
/*================================
	共通
=================================*/
.about .breadcrumb {
  margin: 14px auto 0;
}

@media (max-width: 749px) {
  .about .breadcrumb {
    margin: 0 auto 5px;
  }
}
.about .fv {
  width: 100%;
  height: 420px;
  margin-top: -55px;
  position: relative;
  z-index: -1;
}

@media (max-width: 749px) {
  .about .fv {
    height: 300px;
    margin-top: 0;
  }
}
.about .fv-inner {
  max-width: 1168px;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 749px) {
  .about .fv-inner {
    width: 90%;
  }
}
.about .fv-inner h1 {
  font-size: 48px;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .about .fv-inner h1 {
    font-size: 20px;
  }
}
.about .sydas-content {
  margin-bottom: 145px;
}

@media (max-width: 749px) {
  .about .sydas-content {
    margin-bottom: 80px;
  }
}
.about .sydas-content h2 {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .about .sydas-content h2 {
    font-size: 20px;
  }
}
.about .sydas-content-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 65px;
}

@media (max-width: 749px) {
  .about .sydas-content-list {
    justify-content: space-between;
    margin-top: 40px;
  }
}
.about .sydas-content-list li {
  width: 280px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #f8f8f8;
  border: 2px solid #ed5d5d;
  border-radius: 10px;
  position: relative;
  transition: all 0.25s;
}

@media (max-width: 749px) {
  .about .sydas-content-list li {
    width: calc(50% - 5px);
    height: 98px;
    margin-right: 0;
    margin-bottom: 8px;
    border-radius: 5px;
  }
}
.about .sydas-content-list li::after {
  content: "";
  width: 16px;
  height: 23px;
  display: block;
  background: url("../../images/mark.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  bottom: -7px;
}

@media (max-width: 749px) {
  .about .sydas-content-list li::after {
    right: -2px;
    bottom: -8px;
  }
}
.about .sydas-content-list li a {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .about .sydas-content-list li a {
    font-size: 16px;
  }
}
.about .sydas-content-list li a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 749px) {
  .about .sydas-content-list li a span {
    top: calc(50% + 0.1em);
  }
}
.about .sydas-content-list li:nth-child(4) {
  margin-right: 0;
}

.about .sydas-content-list li:last-child {
  margin-right: 0;
  background: url("../../images/bg-glitter.svg") no-repeat #243a51 center;
  background-size: 90%;
  position: relative;
}

@media (max-width: 749px) {
  .about .sydas-content-list li:last-child {
    background: url("../../images/bg-glitter-sp.svg") no-repeat #243a51 center;
    background-size: 90%;
  }
}
.about .sydas-content-list li:last-child::before {
  content: "";
  width: 44px;
  height: 42px;
  background: url("../../images/buddy.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  bottom: -7px;
}

@media (max-width: 749px) {
  .about .sydas-content-list li:last-child::before {
    width: 41px;
    height: 36px;
    right: 13px;
    bottom: -4px;
  }
}
.about .sydas-content-list li:last-child a {
  color: #ffffff;
}

.about .document-dl {
  margin-bottom: 160px;
}

@media (max-width: 749px) {
  .about .document-dl {
    margin-bottom: 80px;
  }
}
.about .document-dl h2 {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .about .document-dl h2 {
    font-size: 20px;
  }
}
.about .document-dl .dl-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto;
}

@media (max-width: 749px) {
  .about .document-dl .dl-list {
    margin: 40px auto 16px;
  }
}
.about .document-dl .dl-list .item {
  width: calc(33.3333333333% - 20px);
  background: #f8f8f8;
  border-radius: 15px;
  position: relative;
  padding: 40px 35px 80px;
}

@media (max-width: 749px) {
  .about .document-dl .dl-list .item {
    width: 100%;
    margin-bottom: 24px;
    padding: 34px 35px 75px;
  }
}
.about .document-dl .dl-list .item-ttl {
  margin-bottom: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 749px) {
  .about .document-dl .dl-list .item-ttl {
    font-size: 16px;
  }
}
.about .document-dl .dl-list .item a {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  background: #fff;
  border-radius: 10px 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 16px;
}

.about .document-dl .dl-list .item a span {
  position: relative;
}

.about .document-dl .dl-list .item a span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ed5d5d;
  border-top: 1px solid #ed5d5d;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -20px;
}

.about .document-dl .dl-list-btn {
  width: 360px;
  height: 64px;
  margin: 0 auto 40px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  background: #ed5d5d;
  border: 1px solid #ed5d5d;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 749px) {
  .about .document-dl .dl-list-btn {
    width: 272px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    font-size: 16px;
  }
}
.about .document-dl .dl-list-btn:hover {
  background: #ffffff;
  color: #ed5d5d;
}

.about .page-link {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

@media (max-width: 749px) {
  .about .page-link {
    margin-top: 24px;
    /*margin-bottom: 60px!important;*/
  }
}
.about .page-link li {
  height: 100px;
  border-left: 2px solid #cccccc;
}

@media (max-width: 749px) {
  .about .page-link li {
    width: 100%;
    height: 45px;
    line-height: 60px;
    border-left: none;
    border-top: 1px solid #cccccc;
  }
}
.about .page-link li:last-child {
  border-right: 2px solid #cccccc;
}

@media (max-width: 749px) {
  .about .page-link li:last-child {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
}
.about .page-link li a {
  height: 100%;
  padding-top: 15px;
  text-align: center;
  color: #333333;
  font-size: min(1.39vw,20px);
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 749px) {
  .about .page-link li a {
    padding-top: 0;
    padding-left: 17px;
    font-size: 4.27vw;
    text-align: left;
    display: inherit;
  }
}
.about .page-link li a::after {
  content: "";
  width: 20px;
  height: 11px;
  background: url("../../images/arrow-down-red02.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(50% + 28px);
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
}

@media (max-width: 749px) {
  .about .page-link li a::after {
    width: 15px;
    height: 8px;
    top: 50%;
    left: auto;
    right: 15px;
  }
}
.about .page-link li a:hover::after {
  top: calc(50% + 32px);
}

@media (max-width: 749px) {
  .about .page-link li a:hover::after {
    top: calc(50% + 28px);
  }
}
/*================================
	特徴
=================================*/
.feature .fv {
  background: linear-gradient(180deg, #f8f8f8 50.52%, #f8f8f8 100%);
}

@media (max-width: 749px) {
  .feature .fv {
    height: 315px;
    background: url("../../images/plans-fv-sp.png") no-repeat;
    background-size: 100%;
    background-position: bottom;
  }
}
.feature .fv::before {
  content: "";
  width: 1440px;
  height: 420px;
  background: url("../../images/plans-fv.jpg") no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  z-index: -10;
}

@media (max-width: 1440px) {
  .feature .fv::before {
    background-size: cover;
    width: 100%;
    left: 50%;
  }
}
@media (max-width: 749px) {
  .feature .fv::before {
    display: none;
  }
}
@media (max-width: 749px) {
  .feature .fv-inner {
    top: 75px;
  }
}
.feature .fv-inner p {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .feature .fv-inner p {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.feature .fv-inner h1 {
  font-size: min(3.33vw,48px);
  line-height: 150%;
  letter-spacing: 4.8px;
}

@media (max-width: 749px) {
  .feature .fv-inner h1 {
    margin-bottom: 8px;
    font-size: 5.33vw;
    letter-spacing: 2px;
  }
}
.feature .fv-inner a {
  font-weight: 700;
  color: #666666;
  font-size: 14px;
}

@media (max-width: 749px) {
  .feature .fv-inner a {
    font-size: 11px;
  }
}
.feature .fv-inner a span {
  color: #ed5d5d;
  padding-left: 3px;
}

@media (max-width: 749px) {
  .feature .page-link {
    margin-bottom: 20px;
  }
}
.feature .page-link li {
  width: 33%;
}

@media (max-width: 749px) {
  .feature .page-link li {
    width: 100%;
    line-height: 1.5;
  }
  .feature .page-link li:last-child {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
.feature .page-link li a {
  padding-top: 3px;
  padding-bottom: 30px;
}

@media (max-width: 749px) {
  .feature .page-link li a {
    padding-top: 10px;
  }
}
.feature .feature-wrap {
  width: 95%;
  max-width: 1220px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .feature .feature-wrap {
    width: 90%;
  }
}
.feature .feature-point {
  width: 100%;
  height: 100%;
  background: url("../../images/about-point-bg.png") no-repeat;
  background-size: cover;
  margin-bottom: 200px;
  padding-top: 150px;
  padding-bottom: 187px;
  position: relative;
}

@media (max-width: 749px) {
  .feature .feature-point {
    background: url("../../images/about-point-bg-sp.png") no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    padding-top: 120px;
    padding-bottom: 82px;
    overflow: hidden;
  }
}
.feature .feature-point::after {
  content: "";
  width: 308px;
  height: 218px;
  background: url("../../images/about-point-buddy.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 25px;
  bottom: 70px;
}

@media (max-width: 749px) {
  .feature .feature-point::after {
    width: 181px;
    height: 118px;
    right: -45px;
    bottom: 0;
  }
}
.feature .feature-point h2 {
  font-size: 60px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .feature .feature-point h2 {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}
.feature .feature-point ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 84px;
  margin-bottom: 160px;
  counter-reset: number 0;
}

@media (max-width: 749px) {
  .feature .feature-point ul {
    margin-top: 55px;
    margin-bottom: 69px;
  }
}
.feature .feature-point ul li {
  width: calc(50% - 10px);
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 60px;
  position: relative;
}

.feature .feature-point ul li:first-child,
.feature .feature-point ul li:nth-child(2) {
  margin-bottom: 64px;
}

@media (max-width: 749px) {
  .feature .feature-point ul li {
    width: 100%;
    margin-bottom: 66px;
    padding: 50px 24px 32px;
  }
  .feature .feature-point ul li:last-child {
    margin-bottom: 0;
  }
}
.feature .feature-point ul li::before {
  content: counter(number) " ";
  counter-increment: number 1;
  color: #45d1d1;
  position: absolute;
  top: -75px;
  left: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 100px;
  font-style: italic;
  z-index: 10;
}

@media (max-width: 749px) {
  .feature .feature-point ul li::before {
    font-size: 80px;
    top: -60px;
    left: 24px;
  }
}
.feature .feature-point ul li h3 {
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 32px;
  color: #243a51;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .feature .feature-point ul li h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
.feature .feature-point ul li p {
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 2;
}

.feature .feature-mechanism h2 {
  margin-bottom: 80px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .feature .feature-mechanism h2 {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 900;
    line-height: 1.5;
  }
}
.feature .document-area .ttl {
  margin-bottom: 77px;
  text-align: center;
  font-size: 32px;
}

@media (max-width: 749px) {
  .feature .document-area .ttl {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.feature .document-area .parts-thanks {
  margin-bottom: 24px;
}

@media (max-width: 749px) {
  .feature .document-area .parts-thanks {
    padding: 40px 25px;
  }
}
.feature .document-area .parts-thanks .parts-thanks-item .txt h2 {
  margin: 15px 0 20px;
}

@media (max-width: 749px) {
  .feature .document-area .parts-thanks .parts-thanks-item .txt h2 {
    margin: 0 0 8px;
  }
}
.feature .document-area .parts-thanks .parts-thanks-item .txt .dl-btn {
  margin: 40px auto 32px;
}

.feature .feature-know {
  margin-top: 160px;
  margin-bottom: 200px;
}

@media (max-width: 749px) {
  .feature .feature-know {
    margin-top: 120px;
    margin-bottom: 80px;
  }
  .feature .feature-know .page-link li {
    line-height: 60px;
  }
  .feature .feature-know .page-link li a {
    padding-top: 0;
  }
}
.feature .feature-know h2 {
  margin-bottom: 120px;
  text-align: center;
  font-weight: 900;
  font-size: 60px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .feature .feature-know h2 {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
.feature .feature-know .work-point {
  margin-top: 120px;
}

@media (max-width: 749px) {
  .feature .feature-know .work-point {
    margin-top: 80px;
  }
}
.feature .feature-know .work-point h3 {
  margin-bottom: 80px;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 749px) {
  .feature .feature-know .work-point h3 {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
.feature .feature-know .work-point ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature .feature-know .work-point ul li {
  width: 353px;
  margin-bottom: 40px;
}

@media (max-width: 749px) {
  .feature .feature-know .work-point ul li {
    width: 100%;
  }
}
.feature .feature-know .work-point ul li h4 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.02em;
}

@media (max-width: 749px) {
  .feature .feature-know .work-point ul li h4 {
    margin-bottom: 8px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
.feature .feature-know .work-point ul li p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 2;
}

.feature .feature-know .work-point ul li a {
  font-weight: 700;
  font-size: 14px;
  color: #666666;
  line-height: 2;
}

.feature .feature-know .work-point ul li a span {
  color: #ed5d5d;
  padding-right: 3px;
}

@media (max-width: 749px) {
  .feature .feature-know #growth h3 {
    margin-bottom: 20px;
  }
}
/*================================
	よくある質問
=================================*/
.question .fv {
  background: url("../../images/question-fv.jpg") no-repeat center;
  background-size: 100%;
}

@media (max-width: 749px) {
  .question .fv {
    background: url("../../images/question-fv-sp.jpg") no-repeat center;
    background-size: 100%;
  }
  .question .fv-inner {
    top: 55px;
  }
}
.question .question-area {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

@media (max-width: 749px) {
  .question .question-area {
    flex-direction: column-reverse;
    margin-top: 24px;
  }
}
.question .question-area .main {
  min-width: 748px;
  margin-right: 5%;
}

@media (max-width: 749px) {
  .question .question-area .main {
    min-width: 100%;
    margin: 0;
  }
}
.question .question-area .main .block {
  margin-bottom: 120px;
}

@media (max-width: 749px) {
  .question .question-area .main .block {
    margin-bottom: 60px;
  }
}
.question .question-area .main .block:last-child {
  margin-bottom: 180px;
}

@media (max-width: 749px) {
  .question .question-area .main .block:last-child {
    margin-bottom: 80px;
  }
}
.question .question-area .main .block h2 {
  margin-bottom: 25px;
  font-size: 28px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .question .question-area .main .block h2 {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
.question .question-area .main .block dt {
  margin-top: 16px;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 15px 70px 15px 63px;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 749px) {
  .question .question-area .main .block dt {
    padding: 14px 60px 14px 48px;
    font-size: 14px;
  }
}
.question .question-area .main .block dt::before {
  content: "Q.";
  color: #007bc3;
  position: absolute;
  top: calc(50% - 0.8em);
  left: 24px;
  font-size: 20px;
}

@media (max-width: 749px) {
  .question .question-area .main .block dt::before {
    left: 18px;
  }
}
.question .question-area .main .block dt::after {
  content: "";
  width: 15px;
  height: 8px;
  background: url("../../images/arrow-faq.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 0.1em);
  right: 28px;
  transition: all 0.3s;
}

.question .question-area .main .block dt.close::after {
  transform: rotate(180deg);
}

.question .question-area .main .block dd {
  display: none;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 63px;
  position: relative;
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 749px) {
  .question .question-area .main .block dd {
    margin-top: 16px;
    font-size: 11px;
    line-height: 22px;
    padding-left: 48px;
  }
}
.question .question-area .main .block dd::before {
  content: "A.";
  color: #007bc3;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 24px;
}

@media (max-width: 749px) {
  .question .question-area .main .block dd::before {
    left: 18px;
  }
}
.question .question-area .main .block dd a {
  display: inline-block;
  color: #333333;
  text-decoration: underline;
}

.question .question-area .main .block dd a:hover {
  text-decoration: none;
}

.question .question-area .side {
  min-width: 360px;
}

@media (max-width: 749px) {
  .question .question-area .side {
    min-width: 100%;
    width: 100%;
    margin-bottom: 83px;
  }
}
.question .question-area .side .question-link li {
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #dcdcdc;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
}

@media (max-width: 749px) {
  .question .question-area .side .question-link li {
    height: 44px;
    line-height: 44px;
  }
}
.question .question-area .side .question-link li::after {
  content: "";
  width: 8px;
  height: 15px;
  background: url("../../images/arrow-right-red.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 24px;
  right: 8px;
  transition: all 0.25s;
}

@media (max-width: 749px) {
  .question .question-area .side .question-link li::after {
    top: 15px;
    right: 20px;
    transform: rotate(90deg);
  }
}
.question .question-area .side .question-link li:hover::after {
  right: 4px;
}

@media (max-width: 749px) {
  .question .question-area .side .question-link li:hover::after {
    right: 20px;
  }
}
.question .question-area .side .question-link li:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.question .question-area .side .question-link li a {
  color: #333333;
}

@media (max-width: 749px) {
  .question .question-area .side .question-link li a {
    padding-left: 17px;
    font-size: 14px;
  }
}
/*================================
	セキュリティについて
=================================*/
.security .fv {
  background: url("../../images/about-security-fv.jpg") no-repeat center;
  background-size: 100%;
}

@media (max-width: 749px) {
  .security .fv {
    height: 360px;
    background: url("../../images/about-security-fv-sp.jpg") no-repeat center;
    background-size: 100%;
  }
  .security .fv-inner {
    top: 130px;
  }
}
.security .page-link li {
  width: 50%;
}

@media (max-width: 749px) {
  .security .page-link li {
    width: 100%;
  }
}
.security .security-area {
  margin-bottom: 120px;
}

@media (max-width: 749px) {
  .security .security-area {
    margin-bottom: 52px;
  }
}
.security .security-area:last-child {
  margin-bottom: 156px;
}

@media (max-width: 749px) {
  .security .security-area:last-child {
    margin-bottom: 52px;
  }
}
.security .security-area h2 {
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .security .security-area h2 {
    font-size: 24px;
  }
}
.security .security-area .security-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.security .security-area .security-list ul {
  width: 552px;
}

@media (max-width: 749px) {
  .security .security-area .security-list ul {
    width: 100%;
  }
}
.security .security-area .security-list ul li {
  border-left: 8px solid #f8f8f8;
  margin-bottom: 24px;
  padding-left: 24px;
}

@media (max-width: 749px) {
  .security .security-area .security-list ul li {
    margin-bottom: 28px;
    padding-left: 12px;
  }
}
.security .security-area .security-list ul li h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  padding-top: 5px;
}

@media (max-width: 749px) {
  .security .security-area .security-list ul li h3 {
    margin-bottom: 8px;
    padding-top: 3px;
    font-size: 16px;
  }
}
.security .security-area .security-list ul li p {
  font-size: 12px;
  line-height: 22px;
  padding-bottom: 5px;
}

@media (max-width: 749px) {
  .security .security-area .security-list ul li p {
    padding-bottom: 3px;
    font-size: 11px;
  }
}
.security .security-area .security-list ul li div {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .security .security-area .security-list ul li div {
    display: block;
  }
}
.security .security-area .security-list ul li div img {
  width: 164px;
  height: auto;
  position: relative;
  top: -35px;
}

@media (max-width: 749px) {
  .security .security-area .security-list ul li div img {
    margin-top: 20px;
    top: 0;
  }
}
.security .security-area .security-list ul li a {
  font-weight: 700;
  color: #666666;
}

.security .security-area .security-list ul li a span {
  color: #ed5d5d;
  padding-left: 3px;
}

/*================================
	サポートについて
=================================*/
.support .fv {
  background: url("../../images/about-support-fv.jpg") no-repeat center;
  background-size: 100%;
}

@media (max-width: 749px) {
  .support .fv {
    height: 360px;
    background: url("../../images/about-support-fv-sp.jpg") no-repeat center;
    background-size: 100%;
  }
  .support .fv-inner {
    top: 130px;
  }
}
.support .fv h1 {
  color: #ffffff;
}

.support .page-link li {
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
}

@media (max-width: 749px) {
  .support .page-link li {
    width: 100%;
    line-height: 1.5;
  }
}
.support .page-link li a {
  padding-top: 3px;
}

@media (max-width: 749px) {
  .support .page-link li a {
    padding-top: 10px;
  }
}
.support .page-link li a::after {
  top: calc(50% + 35px);
}

@media (max-width: 749px) {
  .support .page-link li a::after {
    top: 50%;
  }
}
.support .page-link li a:hover::after {
  top: calc(50% + 39px);
}

@media (max-width: 749px) {
  .support .page-link li a:hover::after {
    top: 50%;
  }
}
.support .support-area h2 {
  margin-bottom: 40px;
  font-size: 48px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .support .support-area h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.support .support-area h2 span {
  display: block;
  font-size: 28px;
}

@media (max-width: 749px) {
  .support .support-area h2 span {
    font-size: 16px;
  }
}
.support .support-area .site,
.support .support-area .event {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 749px) {
  .support .support-area .site,
.support .support-area .event {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.support .support-area .site img,
.support .support-area .event img {
  width: 584px;
  height: auto;
  margin-right: 40px;
}

@media (max-width: 749px) {
  .support .support-area .site img,
.support .support-area .event img {
    width: 100%;
    margin: 0 auto;
  }
}
.support .support-area .site .txt,
.support .support-area .event .txt {
  margin-top: 30px;
}

@media (max-width: 749px) {
  .support .support-area .site .txt,
.support .support-area .event .txt {
    margin-top: 24px;
  }
}
.support .support-area .site .txt h3,
.support .support-area .event .txt h3 {
  margin-bottom: 15px;
  font-size: 28px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .support .support-area .site .txt h3,
.support .support-area .event .txt h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }
}
.support .support-area .site .txt p,
.support .support-area .event .txt p {
  font-size: 18px;
  line-height: 200%;
}

@media (max-width: 749px) {
  .support .support-area .site .txt p,
.support .support-area .event .txt p {
    font-size: 14px;
  }
}
@media (max-width: 749px) {
  .support .support-area .event {
    margin-bottom: 40px;
  }
}
.support .support-area .event a {
  margin-top: 24px;
  font-size: 14px;
  color: #666666;
  font-weight: 700;
}

@media (max-width: 749px) {
  .support .support-area .event a {
    margin-top: 16px;
    font-size: 12px;
  }
}
.support .support-area .event a:hover {
  color: #ed5d5d;
}

.support .support-area .event a span {
  color: #ed5d5d;
  padding-left: 3px;
}

.support .support-area .others {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

@media (max-width: 749px) {
  .support .support-area .others {
    margin-bottom: 97px;
  }
}
.support .support-area .others-item {
  width: 563px;
  display: flex;
  align-items: center;
}

@media (max-width: 749px) {
  .support .support-area .others-item {
    width: 100%;
    flex-flow: row-reverse;
    margin-bottom: 24px;
  }
}
.support .support-area .others-item img {
  width: 240px;
  height: auto;
  margin-right: 24px;
}

@media (max-width: 749px) {
  .support .support-area .others-item img {
    width: 100px;
    margin: 0;
    border-radius: 10px;
  }
}
@media (max-width: 749px) {
  .support .support-area .others-item .txt {
    margin-right: 16px;
  }
}
.support .support-area .others-item .txt h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

@media (max-width: 749px) {
  .support .support-area .others-item .txt h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.support .support-area .others-item .txt p {
  font-size: 18px;
  line-height: 200%;
}

@media (max-width: 749px) {
  .support .support-area .others-item .txt p {
    font-size: 14px;
  }
}
.support .support-area .event-report {
  margin-bottom: 120px;
}

@media (max-width: 749px) {
  .support .support-area .event-report {
    margin-bottom: 97px;
  }
}
.support .support-area .event-report .ttl {
  display: table;
  margin-bottom: 16px;
}

@media (max-width: 749px) {
  .support .support-area .event-report .ttl {
    display: block;
    margin-bottom: 24px;
  }
}
.support .support-area .event-report .ttl h3 {
  display: table-cell;
  padding-right: 24px;
  font-size: 20px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .support .support-area .event-report .ttl h3 {
    display: block;
    margin: 0 0 5px;
  }
}
.support .support-area .event-report .ttl a {
  display: table-cell;
  font-weight: 700;
  color: #666666;
}

@media (max-width: 749px) {
  .support .support-area .event-report .ttl a {
    display: block;
    font-size: 12px;
  }
}
.support .support-area .event-report .ttl a:hover {
  color: #ed5d5d;
}

.support .support-area .event-report .ttl a span {
  padding-left: 3px;
  color: #ed5d5d;
}

.support .support-area .event-report ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.support .support-area .event-report ul li {
  width: 280px;
}

@media (max-width: 749px) {
  .support .support-area .event-report ul li {
    width: calc(50% - 6px);
    margin-bottom: 24px;
  }
}
.support .support-area .event-report ul li a .thum {
  width: 280px;
  height: 157px;
  border-radius: 10px;
  margin-bottom: 8px;
  overflow: hidden;
  transition: all 0.25s ease 0s;
}

@media (max-width: 749px) {
  .support .support-area .event-report ul li a .thum {
    width: 100%;
    height: 94px;
    border-radius: 5px;
    margin-bottom: 4px;
  }
}
.support .support-area .event-report ul li a .thum span {
  display: block;
}

.support .support-area .event-report ul li a .thum span:hover {
  transform: scale(1.1, 1.1);
  transition: all 1s ease 0s;
}

.support .support-area .event-report ul li a p {
  font-weight: 700;
  color: #333333;
}

.support .peplabo-area {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 185px;
  padding: 70px 120px 0 50px;
}

@media (max-width: 749px) {
  .support .peplabo-area {
    display: block;
    margin-bottom: 120px;
    padding: 40px 24px 0;
  }
}
.support .peplabo-area::after {
  content: "";
  width: 1168px;
  height: 328px;
  background: #f5f7f8;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 749px) {
  .support .peplabo-area::after {
    width: 100%;
    height: 377px;
  }
}
.support .peplabo-area .item {
  width: 600px;
  margin-top: 30px;
}

.support .peplabo-area .txt {
  width: 350px;
}

@media (max-width: 749px) {
  .support .peplabo-area .txt {
    width: 100%;
  }
}
.support .peplabo-area .txt img {
  width: 236px;
  height: auto;
  display: block;
  margin: 0 auto 18px;
}

@media (max-width: 749px) {
  .support .peplabo-area .txt img {
    width: 177px;
    margin: 0 auto 24px;
  }
}
@media (max-width: 749px) {
  .support .peplabo-area .txt .item {
    width: 100%;
  }
  .support .peplabo-area .txt .item img {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
  }
}
.support .peplabo-area .txt p {
  font-size: 14px;
  line-height: 200%;
}

.support .peplabo-area .txt a {
  width: 300px;
  height: 64px;
  margin: 80px auto 0;
  background: #f8bf2d;
  border: 1px solid #f8bf2d;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 64px;
  text-align: center;
}

@media (max-width: 749px) {
  .support .peplabo-area .txt a {
    width: 100%;
    max-width: 272px;
    height: 48px;
    margin: 20px auto 0;
    line-height: 48px;
    font-size: 16px;
    border-radius: 5px;
  }
}
.support .peplabo-area .txt a span {
  position: relative;
}

.support .peplabo-area .txt a span::after {
  content: "";
  width: 14px;
  height: 10px;
  background: url("../../images/link-ico.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4px;
  right: -20px;
}

@media (max-width: 749px) {
  .support .peplabo-area .txt a span::after {
    top: 1px;
  }
}
.support .peplabo-area .txt a:hover {
  background: #ffffff;
  color: #f8bf2d;
}

.support .peplabo-area .txt a:hover span::after {
  background: url("../../images/link-ico-yellow.svg") no-repeat;
  background-size: 100%;
}

.plan-module-cont {
  background: #f8f8f8;
  padding: 100px 0;
  overflow: hidden;
}

@media (max-width: 749px) {
  .plan-module-cont {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 749px) {
  .plan-module {
    margin-bottom: 80px;
  }
}
.plan-module h2 {
  margin-bottom: 60px;
  font-weight: 900;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 749px) {
  .plan-module h2 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 33px;
  }
}
.plan-module .price-module-basic .price-module-for {
  padding: 3px 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #666666;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 150px;
  height: 28px;
  border: 1px solid #666666;
  border-radius: 30px;
}

@media (max-width: 749px) {
  .plan-module .price-module-basic .price-module-for {
    position: inherit;
    margin: -20px auto 0 auto;
    top: inherit;
    right: inherit;
  }
}
.plan-module .price-module-basic .price-module-basic-image {
  width: 250px;
}

@media (max-width: 749px) {
  .plan-module .price-module-basic .price-module-basic-image {
    margin: 10px 0 0 0;
    width: 100%;
  }
}
.plan-module .price-module-basic .price-module-text {
  width: 25%;
  padding: 0 15px;
}

@media (max-width: 749px) {
  .plan-module .price-module-basic .price-module-text {
    width: 100%;
    text-align: center;
  }
}
.plan-module .price-module-basic .price-module-text h3 {
  margin: 5px 0 0 0;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(2.063rem, 1.235rem + 1.47vw, 3rem);
  line-height: 150%;
  letter-spacing: 0.15em;
  color: #333333;
}

@media (max-width: 749px) {
  .plan-module .price-module-basic .price-module-text h3 {
    font-size: 36px;
    line-height: 150%;
  }
}
.plan-module .price-module-basic .price-module-text h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #333333;
}

@media (max-width: 749px) {
  .plan-module .price-module-basic .price-module-text h4 {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
  }
}
.plan-module .price-module-basic .icon {
  padding: 0;
  width: calc(100% - 450px);
}

@media (max-width: 749px) {
  .plan-module .price-module-basic .icon {
    padding: 0;
    width: 100%;
  }
}
.plan-module .price-module-basic .icon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.plan-module .price-module-basic .icon ul li {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 5px;
  margin: 4px;
  padding: 5px 0;
}

@media (max-width: 749px) {
  .plan-module .price-module-basic .icon ul li {
    width: 22%;
    height: auto;
  }
}
.plan-module .price-module-basic .icon ul li img {
  width: 40%;
  margin: 8% auto 2% auto;
}

.plan-module .price-module-basic .icon ul li p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 130%;
  margin: 0;
  color: #666;
}

.plan-module .price-module-basic .icon ul li p.l1 {
  margin-top: 12px;
}

.plan-module .price-module-basic .icon ul li p.l2 {
  letter-spacing: -1px;
}

.plan-module .price-module-basic .icon ul li p.l2 span {
  letter-spacing: -2px;
}

@media (max-width: 749px) {
  .plan-module .price-module-basic .icon ul li:last-child {
    width: 71%;
  }
}
.plan-module .price-module-basic .icon ul li:last-child p {
  margin: 15px 0;
}

@media (max-width: 749px) {
  .plan-module .price-module-basic .icon ul li:last-child p {
    margin: 22px 0 0 0;
  }
}
.plan-module .price-module-performance .price-module-customize-plus {
  position: absolute;
  width: 50px;
  top: 45px;
  left: -27px;
  border-radius: 90px;
  box-shadow: 0px 0px 10px rgba(248, 191, 45, 0.5);
}

@media (max-width: 749px) {
  .plan-module .price-module-performance .price-module-customize-plus {
    top: -28px;
    left: calc(50% - 25px);
  }
}
.plan-module .price-module-performance .price-module-for {
  padding: 3px 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #666666;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 150px;
  height: 28px;
  border: 1px solid #666666;
  border-radius: 30px;
}

@media (max-width: 749px) {
  .plan-module .price-module-performance .price-module-for {
    position: inherit;
    margin: -20px auto 0 auto;
    top: inherit;
    right: inherit;
  }
}
.plan-module .price-module-performance .price-module-text {
  padding: 0 5px;
}

@media (max-width: 749px) {
  .plan-module .price-module-performance .price-module-text {
    width: 100%;
  }
}
.plan-module .price-module-performance .price-module-text h3 {
  margin: -20px 0 5px 0;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.169rem + 0.59vw, 1.875rem);
  line-height: 120%;
  color: #333333;
}

@media (max-width: 749px) {
  .plan-module .price-module-performance .price-module-text h3 {
    margin: 15px 0 5px 0;
    font-size: 28px;
    text-align: center;
  }
}
.plan-module .price-module-performance .price-module-text h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #333333;
}

@media (max-width: 749px) {
  .plan-module .price-module-performance .price-module-text h4 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.plan-module .price-module-performance .icon {
  padding: 0;
}

@media (max-width: 749px) {
  .plan-module .price-module-performance .icon {
    padding: 0;
    width: 100%;
  }
}
.plan-module .price-module-performance .icon ul {
  display: flex;
  justify-content: center;
}

.plan-module .price-module-performance .icon ul li {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 5px;
  margin: 4px;
  padding: 5px 0;
}

@media (max-width: 749px) {
  .plan-module .price-module-performance .icon ul li {
    width: 22%;
    height: auto;
  }
}
.plan-module .price-module-performance .icon ul li img {
  width: 40%;
  margin: 8% auto 2% auto;
}

.plan-module .price-module-performance .icon ul li p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 130%;
  margin: 0;
  color: #666;
}

.plan-module .price-module-performance .icon ul li p.l1 {
  margin-top: 12px;
}

.plan-module .price-module-performance .icon ul li p.l2 {
  letter-spacing: -1px;
}

.plan-module .price-module-performance .icon ul li p.l2 span {
  letter-spacing: -2px;
}

.plan-module .price-module-career .price-module-customize-plus {
  position: absolute;
  width: 50px;
  top: 45px;
  left: -27px;
  border-radius: 90px;
  box-shadow: 0px 0px 10px rgba(69, 209, 209, 0.5);
}

@media (max-width: 749px) {
  .plan-module .price-module-career .price-module-customize-plus {
    top: -28px;
    left: calc(50% - 25px);
  }
}
.plan-module .price-module-career .price-module-for {
  padding: 3px 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #666666;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 150px;
  height: 28px;
  border: 1px solid #666666;
  border-radius: 30px;
}

@media (max-width: 749px) {
  .plan-module .price-module-career .price-module-for {
    position: inherit;
    margin: -20px auto 0 auto;
    top: inherit;
    right: inherit;
  }
}
.plan-module .price-module-career .price-module-text {
  width: 54%;
  padding: 0 5px;
  float: left;
}

@media (max-width: 749px) {
  .plan-module .price-module-career .price-module-text {
    width: 100%;
  }
}
.plan-module .price-module-career .price-module-text h3 {
  margin: -20px 0 5px 0;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.169rem + 0.59vw, 1.875rem);
  line-height: 120%;
  color: #333333;
}

@media (max-width: 749px) {
  .plan-module .price-module-career .price-module-text h3 {
    margin: 15px 0 5px 0;
    font-size: 28px;
    text-align: center;
  }
}
.plan-module .price-module-career .price-module-text h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #333333;
}

@media (max-width: 749px) {
  .plan-module .price-module-career .price-module-text h4 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.plan-module .price-module-career .icon {
  padding: 0;
}

@media (max-width: 749px) {
  .plan-module .price-module-career .icon {
    padding: 0;
    width: 100%;
    float: none;
    clear: both;
  }
}
.plan-module .price-module-career .icon ul {
  display: flex;
  justify-content: center;
}

.plan-module .price-module-career .icon ul li {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 5px;
  margin: 4px;
  padding: 5px 0;
}

@media (max-width: 749px) {
  .plan-module .price-module-career .icon ul li {
    width: 22%;
    height: auto;
  }
}
.plan-module .price-module-career .icon ul li img {
  width: 40%;
  margin: 8% auto 2% auto;
}

.plan-module .price-module-career .icon ul li p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 130%;
  margin: 0;
  color: #666;
}

.plan-module .price-module-career .icon ul li p.l1 {
  margin-top: 12px;
}

.plan-module .price-module-career .icon ul li p.l2 {
  letter-spacing: -1px;
}

.plan-module .price-module-career .icon ul li p.l2 span {
  letter-spacing: -2px;
}

.plan-module .price-module-communication .price-module-customize-plus {
  position: absolute;
  width: 50px;
  top: 45px;
  left: -27px;
  border-radius: 90px;
  box-shadow: 0px 0px 10px #ff6464;
}

@media (max-width: 749px) {
  .plan-module .price-module-communication .price-module-customize-plus {
    top: -28px;
    left: calc(50% - 25px);
  }
}
.plan-module .price-module-communication .price-module-for {
  padding: 3px 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #666666;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 150px;
  height: 28px;
  border: 1px solid #666666;
  border-radius: 30px;
}

@media (max-width: 749px) {
  .plan-module .price-module-communication .price-module-for {
    position: inherit;
    margin: -20px auto 0 auto;
    top: inherit;
    right: inherit;
  }
}
.plan-module .price-module-communication .price-module-text {
  padding: 0 5px;
  float: left;
}

@media (max-width: 749px) {
  .plan-module .price-module-communication .price-module-text {
    width: 100%;
  }
}
.plan-module .price-module-communication .price-module-text h3 {
  margin: -20px 0 5px 0;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.169rem + 0.59vw, 1.875rem);
  line-height: 120%;
  color: #333333;
}

@media (max-width: 749px) {
  .plan-module .price-module-communication .price-module-text h3 {
    margin: 15px 0 5px 0;
    font-size: 28px;
    text-align: center;
  }
}
.plan-module .price-module-communication .price-module-text h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #333333;
}

@media (max-width: 749px) {
  .plan-module .price-module-communication .price-module-text h4 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.plan-module .price-module-communication .icon {
  padding: 0;
}

@media (max-width: 749px) {
  .plan-module .price-module-communication .icon {
    padding: 0;
    width: 100%;
    float: none;
    clear: both;
  }
}
.plan-module .price-module-communication .icon ul {
  display: flex;
  justify-content: center;
}

.plan-module .price-module-communication .icon ul li {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 5px;
  margin: 4px;
  padding: 5px 0;
}

@media (max-width: 749px) {
  .plan-module .price-module-communication .icon ul li {
    width: 22%;
    height: auto;
  }
}
.plan-module .price-module-communication .icon ul li img {
  width: 40%;
  margin: 8% auto 2% auto;
}

.plan-module .price-module-communication .icon ul li p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 130%;
  margin: 0;
  color: #666;
}

.plan-module .price-module-communication .icon ul li p.l1 {
  margin-top: 12px;
}

.plan-module .price-module-communication .icon ul li p.l2 {
  letter-spacing: -1px;
}

.plan-module .price-module-communication .icon ul li p.l2 span {
  letter-spacing: -2px;
}

.plan-module .price-module-analytics .price-module-customize-plus {
  position: absolute;
  width: 50px;
  top: 45px;
  left: -27px;
  border-radius: 90px;
  box-shadow: 0px 0px 10px rgba(104, 74, 168, 0.5);
}

@media (max-width: 749px) {
  .plan-module .price-module-analytics .price-module-customize-plus {
    top: -28px;
    left: calc(50% - 25px);
  }
}
.plan-module .price-module-analytics .price-module-for {
  padding: 3px 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #666666;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 150px;
  height: 28px;
  border: 1px solid #666666;
  border-radius: 30px;
}

@media (max-width: 749px) {
  .plan-module .price-module-analytics .price-module-for {
    position: inherit;
    margin: -20px auto 0 auto;
    top: inherit;
    right: inherit;
  }
}
.plan-module .price-module-analytics .price-module-text {
  padding: 0 5px;
  float: left;
}

@media (max-width: 749px) {
  .plan-module .price-module-analytics .price-module-text {
    width: 100%;
  }
}
.plan-module .price-module-analytics .price-module-text h3 {
  margin: -20px 0 5px 0;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.169rem + 0.59vw, 1.875rem);
  line-height: 120%;
  color: #333333;
}

@media (max-width: 749px) {
  .plan-module .price-module-analytics .price-module-text h3 {
    margin: 15px 0 5px 0;
    font-size: 28px;
    text-align: center;
  }
}
.plan-module .price-module-analytics .price-module-text h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #333333;
}

@media (max-width: 749px) {
  .plan-module .price-module-analytics .price-module-text h4 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.plan-module .price-module-analytics .icon {
  padding: 0;
}

@media (max-width: 749px) {
  .plan-module .price-module-analytics .icon {
    padding: 0;
    width: 100%;
    float: none;
    clear: both;
  }
}
.plan-module .price-module-analytics .icon ul {
  display: flex;
  justify-content: center;
}

.plan-module .price-module-analytics .icon ul li {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 5px;
  margin: 4px;
  padding: 5px 0;
}

@media (max-width: 749px) {
  .plan-module .price-module-analytics .icon ul li {
    width: 22%;
    height: auto;
  }
}
.plan-module .price-module-analytics .icon ul li img {
  width: 40%;
  margin: 8% auto 2% auto;
}

.plan-module .price-module-analytics .icon ul li p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 130%;
  margin: 0;
  color: #666;
}

.plan-module .price-module-analytics .icon ul li p.l1 {
  margin-top: 12px;
}

.plan-module .price-module-analytics .icon ul li p.l2 {
  letter-spacing: -1px;
}

.plan-module .price-module-analytics .icon ul li p.l2 span {
  letter-spacing: -2px;
}

.price-module-customize {
  margin: 16px auto;
  width: 800px;
  height: 60px;
  padding: 11px;
  background: #ffffff;
  border-radius: 40px;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
}

@media (max-width: 749px) {
  .price-module-customize {
    width: 90%;
    height: inherit;
    font-size: 18px;
    line-height: 120%;
    margin: 25px auto 15px auto;
  }
}
.price-module-customize .price-module-customize-icon1 {
  position: absolute;
  left: -30px;
  bottom: -16px;
  width: 60px;
}

@media (max-width: 749px) {
  .price-module-customize .price-module-customize-icon1 {
    width: 50px;
    top: 20px;
    left: -10px;
  }
}
.price-module-customize .price-module-customize-icon2 {
  position: absolute;
  right: -50px;
  bottom: -16px;
  width: 85px;
}

@media (max-width: 749px) {
  .price-module-customize .price-module-customize-icon2 {
    width: 65px;
    top: 10px;
    right: -10px;
  }
}
.price-module-select {
  clear: both;
  width: 600px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

@media (max-width: 749px) {
  .price-module-select {
    width: 100%;
  }
}
.price-module-select p {
  margin: 0 20px 30px 0;
  padding: 3px 0 0 0;
  width: 320px;
  height: 36px;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #333333;
  float: left;
}

@media (max-width: 749px) {
  .price-module-select p {
    width: 100%;
    float: inherit;
    text-align: center;
  }
}
.price-module-select select {
  margin: 0 0 30px 0;
  padding: 0 10px;
  width: 260px;
  height: 40px;
  font-weight: 900;
  font-size: 16px;
  color: #333333;
  float: left;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

@media (max-width: 749px) {
  .price-module-select select {
    width: 100%;
    float: inherit;
    margin: 0;
  }
}
.price-module-select .button {
  clear: both;
  width: 360px;
  margin: 24px auto 0 auto;
  font-size: 20px;
  line-height: 100%;
  padding: 21px;
  display: block;
  background: #ed5d5d;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  border: none;
  cursor: pointer;
}

@media (max-width: 749px) {
  .price-module-select .button {
    width: 80%;
    padding: 14px;
  }
}
.plan-add-cont {
  background: #fff;
  margin-bottom: 100px;
  padding: 120px 0;
  overflow: hidden;
}

@media (max-width: 749px) {
  .plan-add-cont {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 749px) {
  .plan-add {
    margin-bottom: 0;
  }
}
.plan-add h2 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 749px) {
  .plan-add h2 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 33px;
  }
}
.plan-add .plan-add-example-title {
  width: 260px;
  margin: 0 auto 50px auto;
  padding: 6px 0;
  border-radius: 40px;
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #007bc3;
}

@media (max-width: 749px) {
  .plan-add .plan-add-example-title {
    font-size: 18px;
  }
}
.plan-add .plan-add-example {
  background: url("../../images/plan-add-example-bg.png") no-repeat;
  background-size: 100%;
  max-width: 1168px;
  height: 660px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 749px) {
  .plan-add .plan-add-example {
    width: 100%;
    height: auto;
    background: inherit;
  }
}
.plan-add .plan-add-example .plan-add-example1,
.plan-add .plan-add-example .plan-add-example2,
.plan-add .plan-add-example .plan-add-example3 {
  padding: 80px 30px 30px 30px;
  width: 33.3333333333%;
  height: 670px;
}

@media (max-width: 749px) {
  .plan-add .plan-add-example .plan-add-example1,
.plan-add .plan-add-example .plan-add-example2,
.plan-add .plan-add-example .plan-add-example3 {
    width: 100%;
    height: inherit;
  }
}
.plan-add .plan-add-example .plan-add-example1 h3,
.plan-add .plan-add-example .plan-add-example2 h3,
.plan-add .plan-add-example .plan-add-example3 h3 {
  margin: 0 0 40px 0;
  width: 100%;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #333333;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 15px;
  display: inline-block;
  position: relative;
}

.plan-add .plan-add-example .plan-add-example1 h3:before,
.plan-add .plan-add-example .plan-add-example2 h3:before,
.plan-add .plan-add-example .plan-add-example3 h3:before {
  content: "";
  border-width: 17px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 749px) {
  .plan-add .plan-add-example .plan-add-example1 h3,
.plan-add .plan-add-example .plan-add-example2 h3,
.plan-add .plan-add-example .plan-add-example3 h3 {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 20px 0;
  }
}
.plan-add .plan-add-example .plan-add-example1 .plan-add-example-image,
.plan-add .plan-add-example .plan-add-example2 .plan-add-example-image,
.plan-add .plan-add-example .plan-add-example3 .plan-add-example-image {
  width: 70%;
  margin: 10px auto 20px auto;
}

@media (max-width: 375px) {
  .plan-add .plan-add-example .plan-add-example1 .plan-add-example-image,
.plan-add .plan-add-example .plan-add-example2 .plan-add-example-image,
.plan-add .plan-add-example .plan-add-example3 .plan-add-example-image {
    width: 65%;
    margin: 8px auto 15px auto;
  }
}
@media (max-width: 749px) {
  .plan-add .plan-add-example .plan-add-example1 {
    padding: 5% 5% 5% 14%;
    background: url("../../images/plan-add-example-bg1-sp.png") no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 749px) {
  .plan-add .plan-add-example .plan-add-example2 {
    padding: 5% 5% 5% 14%;
    background: url("../../images/plan-add-example-bg2-sp.png") no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 749px) {
  .plan-add .plan-add-example .plan-add-example3 {
    padding: 5% 5% 5% 14%;
    background: url("../../images/plan-add-example-bg3-sp.png") no-repeat;
    background-size: 100% 100%;
  }
}
.plan-add .plan-add-example .bar-kinou {
  width: 100%;
  margin: 0 0 7px 0;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  background: #ffffff;
  border: 4px solid #007bc3;
}

.plan-add .plan-add-example .white-bar1 {
  width: 100%;
  margin: 0 0 7px 0;
  padding: 9px;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000;
  background: #ffffff;
  border: 2px solid #f8bf2d;
  border-radius: 5px;
}

.plan-add .plan-add-example .white-bar2 {
  width: 100%;
  margin: 0 0 7px 0;
  padding: 9px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000;
  background: #ffffff;
  border: 2px solid #45d1d1;
  border-radius: 5px;
}

.plan-add .plan-add-example .white-bar3 {
  width: 100%;
  margin: 0 0 7px 0;
  padding: 9px;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000;
  background: #ffffff;
  border: 2px solid #ed5d5d;
  border-radius: 5px;
}

.plan-add .plan-add-example .color-bar1 {
  width: calc(100% - 10px);
  margin: 0 0 7px 10px;
  padding: 9px;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  background: #f8bf2d;
  border: 2px solid #f8bf2d;
  border-radius: 5px;
  position: relative;
}

.plan-add .plan-add-example .color-bar1:before {
  content: "";
  background-image: url(../../images/plan-module-customize-performance-plus.png);
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: -13px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(248, 191, 45, 0.5);
}

.plan-add .plan-add-example .color-bar2 {
  width: calc(100% - 10px);
  margin: 0 0 7px 10px;
  padding: 9px;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  background: #45d1d1;
  border: 2px solid #45d1d1;
  border-radius: 5px;
  position: relative;
}

.plan-add .plan-add-example .color-bar2:before {
  content: "";
  background-image: url(../../images/plan-module-customize-career-plus.png);
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: -13px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(69, 209, 209, 0.6);
}

.plan-add .plan-add-example .color-bar3 {
  width: calc(100% - 10px);
  margin: 0 0 7px 10px;
  padding: 9px;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  background: #ed5d5d;
  border: 2px solid #ed5d5d;
  border-radius: 5px;
  position: relative;
}

.plan-add .plan-add-example .color-bar3:before {
  content: "";
  background-image: url(../../images/plan-module-customize-communication-plus.png);
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: -13px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(237, 93, 93, 0.5);
}

.plan-add .plan-add-example .color-bar4 {
  width: calc(100% - 10px);
  margin: 0 0 7px 10px;
  padding: 9px;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  background: #684aa8;
  border: 2px solid #684aa8;
  border-radius: 5px;
  position: relative;
}

.plan-add .plan-add-example .color-bar4:before {
  content: "";
  background-image: url(../../images/plan-module-customize-analytics-plus.png);
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: -13px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(104, 74, 168, 0.5);
}

.price-plan-detail {
  /*margin-bottom:200px;*/
}

.price-plan-detail .worker {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  padding-bottom: 30px;
  background: #f8f8f8;
}

@media (max-width: 749px) {
  .price-plan-detail .worker {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
}
.price-plan-detail .worker h2.worker1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #007bc3;
  border-radius: 10px 10px 0px 0px;
  padding: 12px;
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 749px) {
  .price-plan-detail .worker h2.worker1 {
    margin-bottom: 40px;
  }
}
.price-plan-detail .worker h2.worker2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #f8bf2d;
  border-radius: 10px 10px 0px 0px;
  padding: 12px;
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 749px) {
  .price-plan-detail .worker h2.worker2 {
    margin-bottom: 40px;
  }
}
.price-plan-detail .worker h2.worker3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #45d1d1;
  border-radius: 10px 10px 0px 0px;
  padding: 12px;
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 749px) {
  .price-plan-detail .worker h2.worker3 {
    margin-bottom: 40px;
  }
}
.price-plan-detail .worker h2.worker4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #ed5d5d;
  border-radius: 10px 10px 0px 0px;
  padding: 12px;
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 749px) {
  .price-plan-detail .worker h2.worker4 {
    margin-bottom: 40px;
  }
}
.price-plan-detail .worker h2.worker5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #684aa8;
  border-radius: 10px 10px 0px 0px;
  padding: 12px;
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 749px) {
  .price-plan-detail .worker h2.worker5 {
    margin-bottom: 40px;
  }
}
.price-plan-detail .worker .main {
  width: 100%;
  padding: 0;
}

.price-plan-detail .worker .main h3 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333;
  margin-top: 8px;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .main h3 {
    font-size: 38px;
    line-height: 150%;
    margin-bottom: 0;
    padding: 0 0 5px 0;
    letter-spacing: 0.1em;
  }
}
.price-plan-detail .worker .main h3.sub {
  font-size: 48px;
  line-height: 150%;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .main h3.sub {
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 0;
    padding: 0 0 5px 0;
    letter-spacing: -1px;
  }
}
.price-plan-detail .worker .main h4 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 40px;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .main h4 {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .worker .main h5 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .main h5 {
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .worker .main img {
  width: 80%;
  margin: 40px auto 30px auto;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .main img {
    width: 100%;
    margin-top: inherit;
    margin-bottom: 60px;
  }
}
.price-plan-detail .worker .data-1 {
  overflow: hidden;
  margin-bottom: -120px;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-1 {
    margin-bottom: 0;
  }
}
.price-plan-detail .worker .data-1 .data-1-image img {
  width: 51.5%;
  float: left;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-1 .data-1-image img {
    width: 93%;
    float: none;
  }
}
.price-plan-detail .worker .data-1 .data-1-text {
  width: 48.5%;
  padding: 50px 60px 0 50px;
  letter-spacing: 0.05em;
  float: right;
}

@media (max-width: 1110px) {
  .price-plan-detail .worker .data-1 .data-1-text {
    padding: 0 60px 0 50px;
  }
}
@media (max-width: 749px) {
  .price-plan-detail .worker .data-1 .data-1-text {
    width: 100%;
    padding: 15px;
    float: none;
  }
}
.price-plan-detail .worker .data-1 .data-1-text h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-1 .data-1-text h6 {
    font-size: 20px;
    margin: 10px 0;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .worker .data-1 .data-1-text h6 {
    font-size: 20px;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0;
  }
}
.price-plan-detail .worker .data-1 .data-1-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  color: #333;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-1 .data-1-text p {
    font-size: 14px;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .worker .data-2 {
  overflow: hidden;
  margin-bottom: -30px;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-2 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 749px) {
  .price-plan-detail .worker .data-2 .data-2-image {
    float: right;
  }
}
.price-plan-detail .worker .data-2 .data-2-image img {
  width: 51.5%;
  float: right;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-2 .data-2-image img {
    width: 96%;
    margin-bottom: 25px;
  }
}
.price-plan-detail .worker .data-2 .data-2-text {
  width: 48.5%;
  padding: 150px 60px 0 50px;
  /*float: left;*/
}

@media (max-width: 1110px) {
  .price-plan-detail .worker .data-2 .data-2-text {
    float: left;
  }
}
@media (max-width: 749px) {
  .price-plan-detail .worker .data-2 .data-2-text {
    width: 100%;
    padding: 15px;
    float: none !important;
  }
}
.price-plan-detail .worker .data-2 .data-2-text h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-2 .data-2-text h6 {
    font-size: 20px;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .worker .data-2 .data-2-text h6 {
    font-size: 23px;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0;
  }
}
.price-plan-detail .worker .data-2 .data-2-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  color: #333;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-2 .data-2-text p {
    font-size: 14px;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .worker .data-3 {
  overflow: hidden;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-3 {
    margin-bottom: 0;
  }
}
.price-plan-detail .worker .data-3 .data-3-image img {
  width: 51.5%;
  float: left;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-3 .data-3-image img {
    width: 93%;
    float: none;
  }
}
.price-plan-detail .worker .data-3 .data-3-text {
  width: 48.5%;
  padding: 120px 60px 0 50px;
  float: right;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-3 .data-3-text {
    width: 100%;
    padding: 15px 15px 0 15px;
    float: none;
  }
}
.price-plan-detail .worker .data-3 .data-3-text h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-3 .data-3-text h6 {
    font-size: 20px;
    margin: 10px 0;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .worker .data-3 .data-3-text h6 {
    font-size: 23px;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0;
  }
}
.price-plan-detail .worker .data-3 .data-3-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  color: #333;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-3 .data-3-text p {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .worker .data-3 .data-3-list1 {
  margin: 60px 0 0 0;
  background: #ffffff;
  border: 1px solid #f8bf2d;
  border-radius: 10px;
  padding: 16px 24px;
  position: relative;
}

.price-plan-detail .worker .data-3 .data-3-list1 img {
  width: 46px;
  position: absolute;
  top: -38px;
  left: 20px;
}

.price-plan-detail .worker .data-3 .data-3-list1 p {
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-3 .data-3-list1 p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.price-plan-detail .worker .data-3 .data-3-list1 ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  background: url("../../images/price-plan-data-3-list1.png") no-repeat;
  background-size: 8px;
  background-position: top 8px left 0;
  padding-left: 18px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .price-plan-detail .worker .data-3 .data-3-list1 ul li {
    background-size: 7px;
    background-position: top 5px left 0;
    padding-left: 15px;
    font-size: 10px;
    line-height: 130%;
    margin-bottom: 5px;
  }
}
.price-plan-detail .data-2-margin {
  /*margin-bottom: -130px!important;*/
}

@media (max-width: 749px) {
  .price-plan-detail .data-2-margin {
    margin-bottom: inherit !important;
  }
}
.price-plan-detail .data-3-list2 {
  margin: 60px 0 60px 80px;
  background: #ffffff;
  border: 1px solid #45d1d1;
  border-radius: 10px;
  padding: 11px 17px;
  position: relative;
  width: 430px;
}

@media (max-width: 749px) {
  .price-plan-detail .data-3-list2 {
    margin: 20px 20px 0 20px;
    width: inherit;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .data-3-list2 {
    clear: both;
  }
}
.price-plan-detail .data-3-list2 img {
  width: 46px;
  position: absolute;
  top: -38px;
  left: 20px;
}

.price-plan-detail .data-3-list2 p {
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .price-plan-detail .data-3-list2 p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.price-plan-detail .data-3-list2 ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  background: url("../../images/price-plan-data-3-list2.png") no-repeat;
  background-size: 8px;
  background-position: top 8px left 0;
  padding-left: 18px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .price-plan-detail .data-3-list2 ul li {
    background-size: 7px;
    background-position: top 5px left 0;
    padding-left: 15px;
    font-size: 11px;
    line-height: 130%;
    margin-bottom: 5px;
  }
}
.price-plan-detail .data-3-list3 {
  margin: 60px 0 60px 80px;
  background: #ffffff;
  border: 1px solid #ed5d5d;
  border-radius: 10px;
  padding: 16px 24px;
  position: relative;
  width: 430px;
}

@media (max-width: 749px) {
  .price-plan-detail .data-3-list3 {
    margin: 20px 20px 0 20px;
    width: inherit;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .data-3-list3 {
    clear: both;
  }
}
.price-plan-detail .data-3-list3 img {
  width: 46px;
  position: absolute;
  top: -38px;
  left: 20px;
}

.price-plan-detail .data-3-list3 p {
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .price-plan-detail .data-3-list3 p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.price-plan-detail .data-3-list3 ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  background: url("../../images/price-plan-data-3-list.png") no-repeat;
  background-size: 8px;
  background-position: top 8px left 0;
  padding-left: 18px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .price-plan-detail .data-3-list3 ul li {
    background-size: 7px;
    background-position: top 5px left 0;
    padding-left: 15px;
    font-size: 11px;
    line-height: 130%;
    margin-bottom: 5px;
  }
}
.price-plan-detail .data-3-list4 {
  margin: 60px 0 0 0;
  background: #ffffff;
  border: 1px solid #684aa8;
  border-radius: 10px;
  padding: 16px 24px;
  position: relative;
}

.price-plan-detail .data-3-list4 img {
  width: 46px;
  position: absolute;
  top: -38px;
  left: 20px;
}

.price-plan-detail .data-3-list4 p {
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .price-plan-detail .data-3-list4 p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.price-plan-detail .data-3-list4 ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  background: url("../../images/price-plan-data-3-list4.png") no-repeat;
  background-size: 8px;
  background-position: top 8px left 0;
  padding-left: 18px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .price-plan-detail .data-3-list4 ul li {
    background-size: 7px;
    background-position: top 5px left 0;
    padding-left: 15px;
    font-size: 11px;
    line-height: 130%;
    margin-bottom: 5px;
  }
}
.price-plan-detail .entry {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  padding-bottom: 30px;
  background: #f8f8f8;
}

@media (max-width: 749px) {
  .price-plan-detail .entry {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.price-plan-detail .entry h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  background: #22aee5;
  border-radius: 10px 10px 0px 0px;
  padding: 17px;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 749px) {
  .price-plan-detail .entry h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    padding: 15px;
    margin-bottom: inherit;
  }
}
.price-plan-detail .entry .main {
  width: 100%;
  padding: 0;
}

.price-plan-detail .entry .main h3 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #22aee5;
  margin-top: 8px;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .main h3 {
    font-size: 28px;
    line-height: 150%;
    margin-bottom: 0;
    padding: 5px;
  }
}
.price-plan-detail .entry .main h4 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 40px;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .main h4 {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .entry .main h5 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .main h5 {
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .entry .main img {
  width: 80%;
  margin: 0 auto 20px auto;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .main img {
    width: 100%;
  }
}
.price-plan-detail .entry .data-1 {
  overflow: hidden;
  margin-bottom: -120px;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-1 {
    margin-bottom: 0;
  }
}
.price-plan-detail .entry .data-1 .data-1-image img {
  width: 51.5%;
  float: left;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-1 .data-1-image img {
    width: 93%;
    float: none;
  }
}
.price-plan-detail .entry .data-1 .data-1-text {
  width: 48.5%;
  padding: 50px 60px 0 50px;
  letter-spacing: 0.05em;
  float: right;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-1 .data-1-text {
    width: 100%;
    padding: 15px;
    float: none;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .entry .data-1 .data-1-text {
    padding: 0 60px 0 50px;
  }
}
.price-plan-detail .entry .data-1 .data-1-text h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-1 .data-1-text h6 {
    font-size: 20px;
    margin: 10px 0;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .entry .data-1 .data-1-text h6 {
    font-size: 23px;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0;
  }
}
.price-plan-detail .entry .data-1 .data-1-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  color: #333;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-1 .data-1-text p {
    font-size: 14px;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .entry .data-2 {
  overflow: hidden;
  margin-bottom: -60px;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-2 {
    margin-bottom: 0;
  }
}
@media (max-width: 749px) {
  .price-plan-detail .entry .data-2 .data-2-image {
    float: right;
  }
}
.price-plan-detail .entry .data-2 .data-2-image img {
  width: 51.5%;
  float: right;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-2 .data-2-image img {
    width: 93%;
    margin-bottom: 25px;
  }
}
.price-plan-detail .entry .data-2 .data-2-text {
  width: 48.5%;
  padding: 150px 60px 0 50px;
  float: left;
}

@media (max-width: 1110px) {
  .price-plan-detail .entry .data-2 .data-2-text {
    float: left;
  }
}
@media (max-width: 749px) {
  .price-plan-detail .entry .data-2 .data-2-text {
    width: 100%;
    padding: 15px;
    float: none !important;
  }
}
.price-plan-detail .entry .data-2 .data-2-text h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-2 .data-2-text h6 {
    font-size: 20px;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .entry .data-2 .data-2-text h6 {
    font-size: 23px;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0;
  }
}
.price-plan-detail .entry .data-2 .data-2-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  color: #333;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-2 .data-2-text p {
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .entry .data-3 {
  overflow: hidden;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-3 {
    margin-bottom: 0;
  }
}
.price-plan-detail .entry .data-3 .data-3-image img {
  width: 51.5%;
  float: left;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-3 .data-3-image img {
    width: 93%;
    float: none;
  }
}
.price-plan-detail .entry .data-3 .data-3-text {
  width: 48.5%;
  padding: 120px 60px 0 50px;
  float: right;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-3 .data-3-text {
    width: 100%;
    padding: 15px;
    float: none;
  }
}
.price-plan-detail .entry .data-3 .data-3-text h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-3 .data-3-text h6 {
    font-size: 20px;
    margin: 10px 0;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .entry .data-3 .data-3-text h6 {
    font-size: 23px;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0;
  }
}
.price-plan-detail .entry .data-3 .data-3-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  color: #333;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-3 .data-3-text p {
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .entry .data-3 .data-3-list {
  margin: 60px 0 0 0;
  background: #ffffff;
  border: 1px solid #007bc3;
  border-radius: 10px;
  padding: 16px 24px;
  position: relative;
}

.price-plan-detail .entry .data-3 .data-3-list img {
  width: 46px;
  position: absolute;
  top: -38px;
  left: 20px;
}

.price-plan-detail .entry .data-3 .data-3-list p {
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-3 .data-3-list p {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .entry .data-3 .data-3-list ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  background: url("../../images/price-plan-data-3-list.png") no-repeat;
  background-size: 8px;
  background-position: top 8px left 0;
  padding-left: 18px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .price-plan-detail .entry .data-3 .data-3-list ul li {
    background-size: 7px;
    background-position: top 5px left 0;
    padding-left: 15px;
    font-size: 11px;
    line-height: 130%;
    margin-bottom: 5px;
  }
}
.price-plan-detail .advance {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  padding-bottom: 30px;
  background: #f8f8f8;
}

@media (max-width: 749px) {
  .price-plan-detail .advance {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.price-plan-detail .advance h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  background: #45d1d1;
  border-radius: 10px 10px 0px 0px;
  padding: 17px;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 749px) {
  .price-plan-detail .advance h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    padding: 15px;
    margin-bottom: inherit;
  }
}
.price-plan-detail .advance .main {
  width: 100%;
  padding: 0;
}

.price-plan-detail .advance .main h3 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #45d1d1;
  margin-top: 8px;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .main h3 {
    font-size: 28px;
    line-height: 150%;
    margin-bottom: 10px;
    padding: 18px 0;
  }
}
.price-plan-detail .advance .main h4 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 40px;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .main h4 {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .advance .main h5 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .main h5 {
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .advance .main img {
  width: 80%;
  margin: 0 auto 20px auto;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .main img {
    width: 100%;
  }
}
.price-plan-detail .advance .data-1 {
  overflow: hidden;
  margin-bottom: -120px;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-1 {
    margin-bottom: 0;
  }
}
.price-plan-detail .advance .data-1 .data-1-image img {
  width: 51.5%;
  float: left;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-1 .data-1-image img {
    width: 93%;
    float: none;
  }
}
.price-plan-detail .advance .data-1 .data-1-text {
  width: 48.5%;
  padding: 50px 60px 0 50px;
  letter-spacing: 0.05em;
  float: right;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-1 .data-1-text {
    width: 100%;
    padding: 15px;
    float: none;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .advance .data-1 .data-1-text {
    padding: 0 60px 0 50px;
  }
}
.price-plan-detail .advance .data-1 .data-1-text h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-1 .data-1-text h6 {
    font-size: 20px;
    margin: 10px 0;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .advance .data-1 .data-1-text h6 {
    font-size: 23px;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0;
  }
}
.price-plan-detail .advance .data-1 .data-1-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  color: #333;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-1 .data-1-text p {
    font-size: 14px;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .advance .data-2 {
  overflow: hidden;
  margin-bottom: -60px;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-2 {
    margin-bottom: 0;
  }
}
@media (max-width: 749px) {
  .price-plan-detail .advance .data-2 .data-2-image {
    float: right;
  }
}
.price-plan-detail .advance .data-2 .data-2-image img {
  width: 51.5%;
  float: right;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-2 .data-2-image img {
    width: 93%;
    margin-bottom: 25px;
  }
}
.price-plan-detail .advance .data-2 .data-2-text {
  width: 48.5%;
  padding: 150px 60px 0 50px;
  float: left;
}

@media (max-width: 1110px) {
  .price-plan-detail .advance .data-2 .data-2-text {
    float: left;
  }
}
@media (max-width: 749px) {
  .price-plan-detail .advance .data-2 .data-2-text {
    width: 100%;
    padding: 15px;
    float: none !important;
  }
}
.price-plan-detail .advance .data-2 .data-2-text h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-2 .data-2-text h6 {
    font-size: 20px;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .advance .data-2 .data-2-text h6 {
    font-size: 23px;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0;
  }
}
.price-plan-detail .advance .data-2 .data-2-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  color: #333;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-2 .data-2-text p {
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .advance .data-3 {
  overflow: hidden;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-3 {
    margin-bottom: 0;
  }
}
.price-plan-detail .advance .data-3 .data-3-image img {
  width: 51.5%;
  float: left;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-3 .data-3-image img {
    width: 93%;
    float: none;
  }
}
.price-plan-detail .advance .data-3 .data-3-text {
  width: 48.5%;
  padding: 120px 60px 0 50px;
  float: right;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-3 .data-3-text {
    width: 100%;
    padding: 15px;
    float: none;
  }
}
.price-plan-detail .advance .data-3 .data-3-text h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-3 .data-3-text h6 {
    font-size: 20px;
    margin: 10px 0;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1110px) {
  .price-plan-detail .advance .data-3 .data-3-text h6 {
    font-size: 23px;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0;
  }
}
.price-plan-detail .advance .data-3 .data-3-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  color: #333;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-3 .data-3-text p {
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
}
.price-plan-detail .advance .data-3 .data-3-list {
  margin: 60px 0 0 0;
  background: #ffffff;
  border: 1px solid #007bc3;
  border-radius: 10px;
  padding: 16px 24px;
  position: relative;
}

.price-plan-detail .advance .data-3 .data-3-list img {
  width: 46px;
  position: absolute;
  top: -38px;
  left: 20px;
}

.price-plan-detail .advance .data-3 .data-3-list p {
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-3 .data-3-list p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.price-plan-detail .advance .data-3 .data-3-list ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  background: url("../../images/price-plan-data-3-list.png") no-repeat;
  background-size: 8px;
  background-position: top 8px left 0;
  padding-left: 18px;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .price-plan-detail .advance .data-3 .data-3-list ul li {
    background-size: 7px;
    background-position: top 5px left 0;
    padding-left: 15px;
    font-size: 11px;
    line-height: 130%;
    margin-bottom: 5px;
  }
}
.price-plan-detail .price-plan-detail-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 160px 0;
}

@media (max-width: 749px) {
  .price-plan-detail .price-plan-detail-buttons {
    margin: 0 0 70px 0;
  }
}
.btns {
  position: relative;
  width: 573px;
  height: 162px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 15px;
}

@media (max-width: 749px) {
  .btns {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
.btns img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: 0.4s ease-in-out;
}

@media (max-width: 749px) {
  .btns img {
    transform: inherit;
    top: 0;
    left: 0;
    transition: none;
    position: inherit;
    display: none;
  }
}
.btns img.sp {
  display: inherit;
}

.btns:hover img:nth-of-type(2) {
  opacity: 0;
}

.btns img.sp {
  display: none;
}

@media (max-width: 749px) {
  .btns img.sp {
    display: inherit;
  }
}
.price-plan-flow {
  margin: 110px auto 110px auto;
}

@media (max-width: 749px) {
  .price-plan-flow {
    width: calc(100% - 30px);
    margin: 80px 15px 230px 15px;
  }
}
.price-plan-flow h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 140%;
  color: #333;
  margin: 0 0 50px 0;
}

@media (max-width: 749px) {
  .price-plan-flow h2 {
    text-align: center;
    font-size: 22px;
    line-height: 140%;
    margin: 0 0 52px 0;
  }
}
.price-plan-flow .price-plan-flow-arrow {
  position: relative;
}

.price-plan-flow .price-plan-flow-arrow .price-plan-flow-image {
  position: absolute;
  top: -110px;
  right: -15px;
  width: 206px;
  z-index: 99;
}

@media (max-width: 749px) {
  .price-plan-flow .price-plan-flow-arrow .price-plan-flow-image {
    position: absolute;
    top: inherit;
    bottom: -135px;
    left: 10px;
    width: 90%;
  }
}
@media (max-width: 749px) {
  .price-plan-flow .price-plan-flow-arrow .price-plan-flow-arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 680px;
    z-index: 98;
  }
  .price-plan-flow .price-plan-flow-arrow .price-plan-flow-arrows img {
    height: 101%;
    width: auto;
  }
}
.price-plan-flow .price-plan-flow-arrow ul {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}

@media (max-width: 749px) {
  .price-plan-flow .price-plan-flow-arrow ul {
    margin: 0 0 0 75px;
    height: 680px;
  }
}
.price-plan-flow .price-plan-flow-arrow ul li {
  background: url("../../images/price-flow-border.png") no-repeat;
  background-position: top 0 left 0;
  width: 33%;
  padding: 40px 40px 0 25px;
}

@media (max-width: 749px) {
  .price-plan-flow .price-plan-flow-arrow ul li {
    background: url("../../images/price-flow-border-sp.png") no-repeat;
    background-position: top 0 left 0;
    background-size: 100%;
    width: 100%;
    height: 33%;
    padding: 10px;
  }
}
.price-plan-flow .price-plan-flow-arrow ul li h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: #007bc3;
  margin: 0 0 10px 0;
}

@media (max-width: 749px) {
  .price-plan-flow .price-plan-flow-arrow ul li h3 {
    font-size: 18px;
    line-height: 130%;
    margin: 10px 0;
  }
}
.price-plan-flow .price-plan-flow-arrow ul li p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
}

@media (max-width: 749px) {
  .price-plan-flow .price-plan-flow-arrow ul li p {
    font-size: 12px;
    line-height: 160%;
  }
}
.data-2-text-mg {
  padding-top: 180px !important;
}

@media (max-width: 749px) {
  .data-2-text-mg {
    padding-top: inherit;
  }
}
.worker-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 27px;
}

.worker-link a {
  width: calc(50% - 14px);
}

@media (max-width: 749px) {
  .worker-link a {
    width: 100%;
  }
}
.kinou-inner {
  display: flex;
}

@media (max-width: 749px) {
  .kinou-inner {
    flex-wrap: wrap;
  }
}
.worker-link-cont {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .worker-link-cont {
    flex-wrap: wrap;
  }
}
.feature .lightBlue {
  background: #4ea5d4;
  color: #fff;
}
.feature .lightBlue-700 {
  background: #007cc0;
  color: #fff;
}
.feature .lightBlue-900 {
  background: #0d496b;
  color: #fff;
}
.feature .page-link li {
  width: 33.33%;
  height: 98px;
}
.feature .page-link li a {
  padding: 8px;
}
.feature .page-link li a::after {
  top: calc(100% - 18px);
}
.feature .page-link li a:hover::after {
  top: calc(100% - 11px);
}
.feature .page-link li a span {
  margin-bottom: auto;
}
@media (max-width: 749px) {
  .feature .page-link {
    flex-direction: column;
  }
  .feature .page-link li {
    width: 100%;
    height: auto;
  }
  .feature .page-link li:last-child a {
    padding-top: 10px;
  }
  .feature .page-link li a {
    padding: 10px 14px;
  }
  .feature .page-link li a::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .feature .page-link li a:hover::after {
    top: 60%;
  }
}

.plan-h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.4px;
}

.plan-about {
  padding: 59px 0 120px;
}
.plan-about h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 749px) {
  .plan-about {
    padding: 40px 0;
  }
}
.plan-about .plan-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 120px;
}
.plan-about .plan-list-item {
  border-radius: 8px;
  flex: 0 0 26.11%;
  min-width: 252px;
}
@media (max-width: 863px) {
  .plan-about .plan-list-item {
    min-width: calc(32% - 16px);
  }
}
.plan-about .plan-list-item:nth-child(1) {
  border: 2px solid #4ea5d4;
}
.plan-about .plan-list-item:nth-child(1) .plan-list-item-image {
  background-color: #4ea5d4;
}
.plan-about .plan-list-item:nth-child(1) .plan-list-item-title {
  color: #4ea5d4;
}
.plan-about .plan-list-item:nth-child(1) .plan-list-item-detail {
  border-top: 2px solid #4ea5d4;
}
.plan-about .plan-list-item:nth-child(2) {
  border: 2px solid #007cc0;
}
.plan-about .plan-list-item:nth-child(2) .plan-list-item-image {
  background-color: #007cc0;
}
.plan-about .plan-list-item:nth-child(2) .plan-list-item-title {
  color: #007cc0;
}
.plan-about .plan-list-item:nth-child(2) .plan-list-item-detail {
  border-top: 2px solid #007cc0;
}
.plan-about .plan-list-item:nth-child(3) {
  border: 2px solid #0d496b;
}
.plan-about .plan-list-item:nth-child(3) .plan-list-item-image {
  background-color: #0d496b;
}
.plan-about .plan-list-item:nth-child(3) .plan-list-item-title {
  color: #0d496b;
}
.plan-about .plan-list-item:nth-child(3) .plan-list-item-detail {
  border-top: 2px solid #0d496b;
}
.plan-about .plan-list-item-image {
  display: flex;
  justify-content: center;
  padding: 13px 0;
}
.plan-about .plan-list-item-image img {
  width: 90.16%;
  margin-left: 2%;
}
.plan-about .plan-list-item-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 21px;
  padding: 32px 8px;
}
.plan-about .plan-list-item-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
}
.plan-about .plan-list-item-text {
  max-width: 239px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0 auto auto;
}
.plan-about .plan-list-item details {
  padding: 12px 19px;
}
.plan-about .plan-list-item details[open] summary::after {
  transform: rotate(0deg);
}
.plan-about .plan-list-item details summary {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  list-style: none;
}
.plan-about .plan-list-item details summary::-webkit-details-marker {
  display: none;
}
.plan-about .plan-list-item details summary::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI1IDI0IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTE3LjUgMTRMMTIuNSA5TDcuNSAxNCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=") no-repeat;
  transform: rotate(180deg);
  margin-left: auto;
  transition: all 0.2s;
}
.plan-about .plan-list-item details dl dt {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 6px;
}
.plan-about .plan-list-item details dl dt span {
  display: inline-block;
  min-height: 22px;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 6px;
}
.plan-about .plan-list-item details dl dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.plan-about .plan-list-item details small {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}
.plan-about .plan-list-item details small span {
  display: block;
}
.plan-about .plan-list-item details .plan-list-item-detail-cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}
@media (max-width: 749px) {
  .plan-about .plan-list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 56px;
  }
}

.plan-comparison {
  margin: 120px auto 82px;
}
.plan-comparison-list {
  display: grid;
  grid-template-columns: repeat(3, 18.43%) repeat(3, 1fr);
  grid-template-rows: 83px auto;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: 2px solid #dcdcdc;
}
.plan-comparison-list-head, .plan-comparison-list-head--intelligence, .plan-comparison-list-head--strategy, .plan-comparison-list-head--basic {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.4px;
  color: #fff;
  background: #007cc0;
  border-radius: 10px 10px 0px 0px;
}
.plan-comparison-list-head:first-child, .plan-comparison-list-head--intelligence:first-child, .plan-comparison-list-head--strategy:first-child, .plan-comparison-list-head--basic:first-child {
  grid-column: 1/4;
  font-size: 28px;
  padding: 25px;
}
.plan-comparison-list-head--basic {
  justify-content: center;
  text-align: center;
  letter-spacing: inherit;
  background: #4ea5d4;
}
.plan-comparison-list-head--strategy {
  justify-content: center;
  text-align: center;
  letter-spacing: inherit;
  background: #007cc0;
}
.plan-comparison-list-head--intelligence {
  justify-content: center;
  text-align: center;
  letter-spacing: inherit;
  background: #0d496b;
}
.plan-comparison-list-func {
  display: grid;
  grid-template-columns: repeat(3, 18.43%) repeat(3, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 2px;
       column-gap: 2px;
  grid-column: 1/7;
  background: #dcdcdc;
  border: 2px solid #dcdcdc;
  border-bottom: none;
}
.plan-comparison-list-funcItem {
  display: grid;
  grid-template-columns: 3.8fr 1.1fr 6fr;
  gap: 2px;
  grid-column: 1/4;
  justify-content: center;
  align-items: center;
  background: #dcdcdc;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  background: #fff;
}
.plan-comparison-list-funcItem div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  height: 100%;
  padding: 12px 16px;
  gap: 2px;
}
.plan-comparison-list-funcItem div:nth-of-type(2) {
  text-align: center;
  padding: 12px 4px;
}
.plan-comparison-list-funcItem div:nth-of-type(3) {
  font-size: 14px;
  font-weight: 500;
}
.plan-comparison-list-funcItem div + div {
  border-left: 2px solid #dcdcdc;
}
.plan-comparison-list-funcPlan, .plan-comparison-list-funcPlan--intelligence, .plan-comparison-list-funcPlan--strategy, .plan-comparison-list-funcPlan--basic {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  background: #f8f8f8;
  padding: 12px 16px;
}
.plan-comparison-list-funcPlan.is-blank, .is-blank.plan-comparison-list-funcPlan--intelligence, .is-blank.plan-comparison-list-funcPlan--strategy, .is-blank.plan-comparison-list-funcPlan--basic {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}
.plan-comparison-list-funcPlan--basic {
  color: #4ea5d4;
}
.plan-comparison-list-funcPlan--strategy {
  color: #007cc0;
}
.plan-comparison-list-funcPlan--intelligence {
  color: #0d496b;
}
.plan-comparison small {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: right;
  margin-top: 16px;
}

.plan-kinou {
  max-width: 1177px;
  padding: 75px 0 73px;
}
.plan-kinou h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.4px;
  margin-bottom: 32px;
}
@media (max-width: 749px) {
  .plan-kinou {
    width: 100%;
    padding: 40px 20px;
    margin: 0;
  }
  .plan-kinou h2 {
    font-size: 20px;
    text-align: center;
  }
}
.plan-kinou-cont {
  background-color: #f4f4f4;
}
.plan-kinou .plan-case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 42px;
  margin: 0 auto 80px;
}
@media (max-width: 749px) {
  .plan-kinou .plan-case-list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 749px) {
  .plan-kinou .plan-case-list .plan-case-list-item .plan-case-cont {
    width: 100%;
    height: auto;
    box-sizing: inherit;
    padding: 16px;
  }
  .plan-kinou .plan-case-list .plan-case-list-item--no-case {
    flex: 0;
  }
  .plan-kinou .plan-case-list .plan-case-list-item--no-case .plan-case-cont {
    font-size: 14px;
    border: none;
    flex: 0 0 100%;
    height: auto;
  }
}
.plan-kinou .plan-case-list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 364px;
}
.plan-kinou .plan-case-list-item--no-case {
  display: flex;
  flex: 0 0 364px;
}
.plan-kinou .plan-case-list-item--no-case .plan-case-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 346px;
  background-color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #505050;
  padding: 0;
  margin-top: auto;
  flex: 0 0 315px;
}
@media (max-width: 749px) {
  .plan-kinou .plan-case-list-item {
    flex: auto;
  }
}
.plan-kinou .plan-case-label {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.24px;
  color: #007cc0;
}
.plan-kinou .plan-case-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 150%;
  margin: 8px 0 auto;
}
@media (max-width: 749px) {
  .plan-kinou .plan-case-title {
    color: #007cc0;
    font-size: 16px;
  }
}
.plan-kinou .plan-case-cont {
  display: flex;
  flex-direction: column;
  width: 284px;
  height: 250px;
  background: #fff;
  border-radius: 8px;
  padding: 48px 40px;
  box-sizing: initial;
  margin-top: 16px;
}
.plan-kinou .plan-case-cont svg {
  margin: 4px auto;
}
.plan-kinou .plan-case-cont-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.9px;
  margin-bottom: 24px;
}
@media (max-width: 749px) {
  .plan-kinou .plan-case-cont-title {
    margin-bottom: 16px;
  }
}
.plan-kinou .plan-case-cont-plan span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 4px;
  padding: 8px;
}
.plan-kinou .plan-case-cont-func {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  gap: 4px;
}
.plan-kinou .plan-case-cont-func:has(> :nth-child(2)) span {
  flex: 0 0 calc(50% - 0.6rem - 4px);
  padding: 8px 4px;
}
.plan-kinou .plan-case-cont-func span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  border: 1px solid #323232;
  border-radius: 4px;
  padding: 8px 24px;
}
@media (max-width: 749px) {
  .plan-kinou .plan-case-cont-func {
    flex-direction: column;
  }
  .plan-kinou .plan-case-cont-func span {
    border: none;
    padding: 8px;
  }
  .plan-kinou .plan-case-cont-func span.basicPlan {
    background: #4ea5d4;
    color: #fff;
  }
  .plan-kinou .plan-case-cont-func span.strategyPlan {
    background: #007cc0;
    color: #fff;
  }
  .plan-kinou .plan-case-cont-func span.intelligencePlan {
    background: #0d496b;
    color: #fff;
  }
  .plan-kinou .plan-case-cont-func span br {
    display: none;
  }
}
.plan-kinou .plan-case-cont-list {
  margin-top: 15px;
}
.plan-kinou .plan-case-cont-list li {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-indent: -1em;
  margin-left: 1em;
}
.plan-kinou .plan-case-cont-list li::before {
  content: "・";
}
@media (max-width: 749px) {
  .plan-kinou .plan-case-cont-list {
    margin-top: 8px;
  }
  .plan-kinou .plan-case-cont-list li {
    font-size: 14px;
  }
}
@media (min-width: 750px) and (max-width: 1237px) {
  .plan-kinou .plan-case-list-cont .plan-case-list {
    gap: 56px 3.395vw;
  }
  .plan-kinou .plan-case-list-cont .plan-case-list-item {
    flex: 0 0 30.9%;
  }
  .plan-kinou .plan-case-list-cont .plan-case-list-item .plan-case-cont {
    width: 78%;
    height: auto;
    padding: 13% 11%;
    flex: 1;
  }
  .plan-kinou .plan-case-list-cont .plan-case-list-item--no-case {
    flex: 0 0 30.9%;
  }
  .plan-kinou .plan-case-list-cont .plan-case-list-item--no-case .plan-case-cont {
    flex: 0 0 90%;
    height: auto;
    min-height: 250px;
    padding: 12.6% 2%;
  }
  .plan-kinou .plan-case-list-cont .plan-case-title {
    font-size: clamp(1rem, 0.712rem + 0.61vw, 1.188rem);
  }
}

.price-plan-detail-buttons {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.price-plan-detail-buttons .btns {
  margin: 0;
}
@media (max-width: 749px) {
  .price-plan-detail-buttons {
    flex-direction: column;
    gap: 9px;
  }
  .sp .price-plan-detail-buttons {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .price-plan-detail-buttons.pc {
    display: none;
  }
}

.price-plan-flow h2 {
  margin-bottom: 60px;
}
.price-plan-flow .price-plan-flow-arrow ul li {
  padding: 25px 60px 0 25px;
}
.price-plan-flow .price-plan-flow-arrows img.pc {
  padding: 8px 100px 0 0;
}
@media (max-width: 749px) {
  .price-plan-flow .price-plan-flow-arrow ul {
    margin-left: 65px;
  }
  .price-plan-flow .price-plan-flow-arrow ul li {
    padding: 12px 0 0 8px;
  }
  .price-plan-flow .price-plan-flow-arrow ul li p {
    font-size: 11px;
  }
  .price-plan-flow .price-plan-flow-arrow .price-plan-flow-image {
    top: 92%;
    bottom: -16.5%;
    left: -8px;
  }
}

.pricePlan .category {
  width: 100%;
  border-radius: 6.94vw;
  color: #FFF;
  position: relative;
}

.pricePlan .category img {
  position: absolute;
  top: 0;
  left: 0;
}

.pricePlan .category p {
  font-weight: 900;
  line-height: 120%;
}

.pricePlan .category p.small {
  padding-left: 1.39vw;
  font-size: 0.83vw;
  line-height: 90%;
  letter-spacing: -0.6px;
}

.category.-blue {
  background: linear-gradient(90deg, #005BAC 0%,#5EC2C6 100%);
}

.category.-pink {
  background: #E8467C;
}

.planWrap {
  width: 80.56vw;
  margin: 0 auto;
  text-align: center;
}

.planLineup {
  margin-top: 5.56vw;
}

.planLineup-title {
  margin-bottom: 2.29vw;
  text-align: center;
}

.planLineup-title h2 {
  margin-bottom: 1.32vw;
  font-weight: 900;
  font-size: 2.5vw;
  line-height: 150%;
  letter-spacing: 1.8px;
}

.planLineup-title p {
  font-size: 11px;
  line-height: 150%; 
}

.planLineup .db {
  display: flex;
  justify-content: center;
  border-radius: 0.69vw;
  background: #EBF6FC;
  padding: 2.78vw 0 2.01vw;
  gap: 1.6vw;
  position: relative;
}

.planLineup .db::after {
  content: "";
  width: 2.22vw;
  height: 2.22vw;
  background: url("../../images/planLineup-plus1.svg") no-repeat center / contain;
  position: absolute;
  left: 50%;
  bottom: -1.04vw;
  transform: translateX(-50%);
}

.db-pic {
  width: 19.31vw;
}

.db-cont {
  width: 41.67vw;
}

.db-cont .category {
  padding: 1.04vw 0 0.9vw 1.39vw;
}

.db-cont .category img {
  width: 5.56vw;
}

.db-cont .category p {
  font-size: 1.94vw;
}

.db-cont .category small {
  display: block;
  font-size: 1.11vw;
  line-height: 120%;
}

.db-cont h3 {
  margin: 1.25vw 0 0.9vw;
  line-height: 135%;
  letter-spacing: 0.6px;
  color: #007CC0;
  font-size: 1.39vw;
}

.db-cont-text {
  font-size: 0.97vw;
  line-height: 135%;
}

.module {
  margin-top: 1.74vw;
}

.module .label {
  background: #007CC0;
  border-radius: 1.39vw;
  color: #FFF;
  font-size: 0.97vw;
  font-weight: 700;
}

.moduleList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.69vw;
  margin-top: 0.69vw;
}

.moduleList-item {
  width: 26.39vw;
  background: #EBF6FC;
  border-radius: 0.69vw;
  padding: 1.11vw 1.39vw 1.39vw;
  text-align: center;
}

.moduleList .category {
  padding: 1.11vw 0 0.9vw 1.39vw;
  font-size: 1.25vw;
}

.moduleList .category p {
  font-size: 1.25vw;
}

.moduleList .category img {
  width: 3.47vw;
}

.moduleList-item h3 {
  margin: 1.11vw 0 0.49vw;
  color: #007CC0;
  font-size: 1.04vw;
  letter-spacing: 0.48px;
}

.moduleList-item p {
  font-size: 0.97vw;
  line-height: 135%;
}

.planLineup .ai {
  display: flex;
  justify-content: center;
  border-radius: 0.69vw;
  margin-top: 1.74vw;
  background: #FCE8EF;
  padding: 3.13vw 0 1.74vw;
  position: relative;
  flex-wrap: wrap;
}

.planLineup .ai::before {
  content: "";
  width: 2.22vw;
  height: 2.22vw;
  background: url("../../images/planLineup-plus2.svg") no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: -1.04vw;
  transform: translateX(-50%);
}

.ai-pic {
  width: 19.31vw;
}

.ai-cont {
  width: 41.67vw;
}

.ai-cont .category {
  padding: 1.74vw 0 1.53vw 1.39vw;
}

.ai-cont .category img {
  width: 5.56vw;
}

.ai-cont .category p {
  font-size: 1.94vw;
}

.ai-cont .category small {
  display: block;
  font-size: 1.11vw;
  line-height: 120%;
}

.ai-cont h3 {
  margin: 1.25vw 0 0.9vw;
  line-height: 135%;
  letter-spacing: 0.6px;
  color: #E31E5F;
  font-size: 1.39vw;
}

.ai-cont-text {
  font-size: 0.97vw;
  line-height: 135%;
}

.aiList {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.69vw;
  margin-top: 1.74vw;
}

.aiList li {
  width: 23.61vw;
  background: #FFF;
  border-radius: 0.69vw;
  border: 2px solid #E8467C;
  padding: 2.43vw 2.08vw 1.74vw;
}

.aiList span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.83vw;
  gap: 0.28vw;
  font-size: 1.25vw;
  font-weight: 900;
  letter-spacing: 0.54px;
}

.aiList span img {
  width: 1.18vw;
}

.aiList p {
  text-align: left;
  font-size: 0.97vw;
  line-height: 150%;
  letter-spacing: -.2px;
}

.planLineup .ai .note {
  margin-top: 1.04vw;
  color: #E8467C;
  font-size: 11px;
  font-weight: 700;
}

.planLineup-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.56vw;
  background: url("../../images/planLineup-cta-bg.jpg") no-repeat center / cover;
  padding: 5vw 0;
  gap: 2.78vw;
}

.planLineup-cta-mock {
  width: 31.94vw;
}

.planLineup-cta-cont {
  text-align: center;
}

.planLineup-cta-cont p {
  color: #FFF;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 150%;
}

.planLineup-cta-cont a {
  margin-top: 1.39vw;
  color: #FFF;
  padding: 1.25vw 0 1.11vw;
  border-radius: 0.69vw;
  background: #013993;
  font-size: 1.39vw;
  letter-spacing: 2px;
  font-weight: 700;
}

.planLineup-cta-cont a:hover {
  background: #FFF;
  color: #013993;
}

.planSample {
  background: #F4F4F4;
  padding: 8.33vw 0;
  margin-bottom: 6.94vw;
}

.planSample h2 {
  font-size: 1.94vw;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.planSample-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.17vw 2.78vw;
  margin-top: 4.17vw;
}

.planSample-list ul {
  width: 25vw;
}

.planSample-list h3 {
  margin-bottom: 1.04vw;
  margin-left: 2.08vw;
  text-align: left;
  font-size: 1.39vw;
  letter-spacing: 0.2px;
}

.planSample-list h3 span {
  display: block;
  color: #007CC0;
  font-weight: 700;
  letter-spacing: 0.16px;
  font-size: 1.11vw;
}

.planSample-cont {
  background: #FFF;
  border-radius: 0.69vw;
  padding: 1.67vw 2.08vw 1.39vw;
}

.planSample-list .category {
  padding: 1.11vw 0 0.9vw 1.39vw;
  font-size: 1.25vw;
}

.planSample-list .category p {
  font-size: 1.11vw;
}

.planSample-list .category img {
  width: 3.33vw;
}

.planSample .categoryList {
  min-height: 11.81vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.69vw;
}

.categoryList .-plus::before {
  content: "";
  width: 1.53vw;
  height: 1.53vw;
  position: absolute;
  left: 50%;
  top: -1.04vw;
  transform: translateX(-50%);
}

.categoryList .-blue.-plus::before {
  background: url("../../images/planLineup-plus1.svg") no-repeat center / contain;
}

.-column.-plus::before {
  background: url("../../images/planLineup-plus1.svg") no-repeat center / contain;
}

.categoryList .-pink.-plus::before {
  background: url("../../images/planLineup-plus2.svg") no-repeat center / contain;
}

.categoryList .-column {
  display: flex;
  gap: 2px;
  position: relative;
}

.categoryList .-column .category {
  padding: 1.04vw 0 0.83vw 1.39vw;
}

.planSample-cont .text {
  margin-top: 1.39vw;
  font-size: 0.97vw;
  text-align: left;
  line-height: 150%;
}

.planSample-copy {
  margin-top: 5.56vw;
  font-size: 1.67vw;
  color: #007BC3;
  line-height: 150%; 
  letter-spacing: 1.2px;
  font-weight: 700;
}

@media (max-width: 749px) {
  .planWrap {
    width: 89.33vw;
    margin-bottom: 10.67vw;
  }

  .planLineup {
    margin-top: 16vw;
  }

  .planLineup-title {
    margin-bottom: 6.4vw;
  }

  .planLineup-title h2 {
    margin-bottom: 3.2vw;
    letter-spacing: 1px;
    font-size: 5.33vw;
  }

  .planLineup .db {
    flex-direction: column;
    gap: 4vw;
    padding: 5.33vw 4vw 8vw;
    border-radius: 2.67vw;
  }

  .db-pic {
    width: 74.13vw;
    margin: 0 auto;
    order: 2;
  }

  .db-cont {
    width: 100%;
    order: 1;
  }

  .db-cont .category {
    padding: 2.67vw 0 2.13vw 4vw;
  }

  .db-cont .category img {
    width: 13.13vw;
  }

  .db-cont .category p {
    font-size: 4.27vw;
  }

  .db-cont .category small {
    font-size: 2.93vw;
  }

  .db-cont h3 {
    margin: 4vw 0 2.67vw;
    font-size: 4.8vw;
    letter-spacing: 0.54px;
  }

  .db-cont-text {
    font-size: 3.73vw;
  }

  .planLineup .db::after {
    width: 8.53vw;
    height: 8.53vw;
    bottom: -4vw;
  }

  .module {
    margin-top: 7.2vw;
  }

  .module .label {
    padding: 1.07vw 0 0.8vw;
    font-size: 3.73vw;
    border-radius: 5.33vw;
  }

  .moduleList {
    gap: 2.13vw;
    margin-top: 2.13vw;
  }

  .moduleList-item {
    width: 100%;
    border-radius: 2.67vw;
    padding: 5.33vw 4vw 8vw;
  }

  .moduleList .category {
    padding: 4.53vw 0 3.73vw 2.67vw;
  }

  .moduleList .category img {
    width: 13.13vw;
  }

  .moduleList .category p {
    font-size: 4.27vw;
  }

  .moduleList-item h3 {
    margin: 4vw 0 2.67vw;
    font-size: 4.8vw;
    line-height: 135%;
    letter-spacing: 0.54px;
  }

  .moduleList-item p {
    font-size: 3.73vw;
  }

  .planLineup .ai {
    flex-direction: column;
    padding: 8vw 2.67vw 5.33vw;
    border-radius: 2.67vw;
  }

  .planLineup .ai::before {
    width: 8.53vw;
    height: 8.53vw;
    top: -4vw;
  }

  .ai-pic {
    width: 74.13vw;
    margin: 4vw auto 0;
    order: 2;
  }

  .ai-cont {
    width: 100%;
    order: 1;
  }

  .ai-cont .category {
    padding: 4.36vw 0 3.85vw 4vw;
  }

  .ai-cont .category img {
    width: 13.13vw;
  }

  .ai-cont .category p {
    font-size: 4.27vw;
  }

  .ai-cont .category small {
    font-size: 2.93vw;
  }

  .ai-cont h3 {
    margin: 4vw 0 2.67vw;
    font-size: 4.8vw;
    letter-spacing: 0.54px;
  }

  .ai-cont-text {
    font-size: 3.73vw;
  }

  .aiList {
    margin-top: 8vw;
    order: 3;
    flex-direction: column;
    gap: 2.13vw;
  }

  .aiList li {
    width: 100%;
    padding: 8vw 5.33vw;
    border-radius: 2.67vw;
  }

  .aiList span {
    margin-bottom: 4vw;
    gap: 1.33vw;
    font-size: 4.8vw;
  }

  .aiList span img {
    width: 4.53vw;
  }

  .aiList p {
    font-size: 3.73vw;
  }

  .planLineup .ai .note {
    margin-top: 4vw;
    order: 4;
  }

  .planLineup-cta {
    flex-direction: column;
    margin-top: 10.67vw;
    background: url(../../images/planLineup-cta-bg-sp.jpg) no-repeat center / cover;
    padding: 16vw 5.33vw 9.33vw;
    gap: 5.33vw;
  }

  .planLineup-cta-mock {
    width: 100%;
    order: 2;
  }

  .planLineup-cta-cont {
    width: 100%;
    order: 1;
  }

  .planLineup-cta-cont p {
    font-size: 5.33vw;
  }

  .planLineup-cta-cont a {
    width: 53.33vw;
    margin: 5.33vw auto 0;
    padding: 4.27vw 0 3.47vw;
    font-size: 4.27vw;
    letter-spacing: 1.6px;
    border-radius: 2.67vw;
  }

  .planSample {
    padding: 16vw 0 10.67vw;
  }

  .planSample h2 {
    font-size: 5.33vw;
    line-height: 150%;
    letter-spacing: 1px;
  }

  .planSample-list {
    margin-top: 10.67vw;
    gap: 10.67vw;
  }

  .planSample-list ul {
    width: 100%;
  }

  .planSample-list h3 {
    margin-bottom: 4vw;
    margin-left: 5.33vw;
    font-size: 5.33vw;
  }

  .planSample-list h3 span {
    font-size: 4.27vw;
  }

  .planSample-cont {
    border-radius: 2.67vw;
    padding: 8vw 5.33vw 5.33vw;
  }

  .planSample .categoryList {
    min-height: auto;
    gap: 2.67vw;
  }

  .planSample-list .category {
    padding: 4.53vw 0 3.73vw 2.67vw;
  }

  .categoryList .-column .category {
    padding: 4.27vw 0 3.47vw 2.67vw;
  }

  .planSample-list .category img {
    width: 13.13vw;
  }

  .planSample-list .category p {
    font-size: 4.27vw;
  }

  .categoryList .-plus::before {
    width: 5.87vw;
    height: 5.87vw;
    top: -4vw;
  }

  .planSample-cont .text {
    margin-top: 8vw;
    font-size: 3.73vw;
  }

  .planSample-copy {
    margin-top: 10.67vw;
    font-size: 4.8vw;
    letter-spacing: 0.9px;
  }

  .pricePlan .category p.small {
    font-size: 3.2vw;
    padding-left: 8vw;
  }

  .pricePlan .fv {
    height: 84vw;
  }

  .pricePlan .fv-inner {
    top: 20vw;
  }

}