@charset "UTF-8";
/* ======================================================================

====================================================================== */
@media screen and (max-width: 1024px) {
  .u_pc {
    display: none;
  }
}

.u_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u_sp {
    display: inherit !important;
  }
}

img {
  max-width: 100%;
}

/* 外部連携プラン (External Collaboration Plan)
---------------------------------------------------------------------- */
.sec_external {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  color: #000;
  line-height: 1.6;
  /* 全セクション共通：コンテンツ幅845px + 左右padding 40px = 885px */
}
.sec_external .inner {
  max-width: 885px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .sec_external .inner {
    padding: 0 30px;
  }
}
.sec_external .center {
  text-align: center;
}
.sec_external .blue01 {
  color: #2D70FF;
}
.sec_external .red {
  color: #e10000;
}
.sec_external {
  /* 共通ボタンデザイン (Figmaの黄色ボタン) */
}
.sec_external .link01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FBE54E;
  color: #000;
  border-radius: 50px;
  padding: 16px 60px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .sec_external .link01 {
    width: 100%;
    font-size: 18px;
  }
}
.sec_external .link01:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.sec_external {
  /* =========================================================
     独立コンポーネント (Independent Components)
     ※ 各Sectionに依存せず使い回せるモジュール群
  ========================================================= */
  /* --- s01 Plan Card --- */
}
.sec_external .plan01 {
  background-color: #0053FF;
  color: #fff;
  padding: 50px;
  /* Figmaに合わせて微調整 */
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sec_external .plan01 {
    padding: 40px 30px;
  }
}
.sec_external .plan01 .t01 {
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .sec_external .plan01 .t01 {
    font-size: 22px;
  }
}
.sec_external .plan01 .t01::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../img/external/check.svg") no-repeat center/contain;
}
.sec_external .plan01 .t02 {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 30px;
  /* Figmaのgapに合わせて調整 */
}
@media screen and (max-width: 1024px) {
  .sec_external .plan01 .t02 {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.sec_external .plan01 .img01 {
  width: 100%;
  display: block;
}
.sec_external .plan01 .link01 {
  width: 100%;
  /* Figma通りボタンを横幅いっぱいに */
}
.sec_external {
  /* --- Box Components --- */
}
.sec_external .box01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  /* 845px幅に合わせて隙間を調整 */
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .sec_external .box01 {
    flex-direction: column;
    gap: 0;
  }
}
.sec_external .box01 .left {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .sec_external .box01 .left {
    margin-bottom: 20px;
  }
}
.sec_external .box01 .left .txt01 {
  display: inline-block;
  background: #2D70FF;
  color: #fff;
  padding: 4px 12px;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .sec_external .box01 .left .txt01 {
    font-size: 16px;
    display: table;
    margin: 0 auto 20px;
  }
}
.sec_external .box01 .left .ttl01 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .sec_external .box01 .left .ttl01 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
.sec_external .box01 .left .txt02 {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .sec_external .box01 .left .txt02 {
    font-size: 14px;
    line-height: 1.8;
  }
}
.sec_external .box01 .right {
  max-width: 240px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .sec_external .box01 .right {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
  }
}
.sec_external .box02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .sec_external .box02 {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .sec_external .box02 .left .img03 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .sec_external .box02 .right .img04 {
    margin-bottom: 15px;
  }
  .sec_external .box02 .right .img05 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .sec_external .box02 .left,
  .sec_external .box02 .right {
    padding: 0;
  }
}
.sec_external .box02 .left .txt01,
.sec_external .box02 .right .txt01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 2px 16px;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .sec_external .box02 .left .txt01,
  .sec_external .box02 .right .txt01 {
    font-size: 18px;
  }
}
.sec_external .box02 .left .txt02,
.sec_external .box02 .right .txt02 {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .sec_external .box02 .left .txt02,
  .sec_external .box02 .right .txt02 {
    font-size: 14px;
    line-height: 1.8;
  }
}
.sec_external .box02 .left .txt01 {
  background-color: #2D70FF;
}
.sec_external .box02 .right .txt01 {
  background-color: #19A3A3;
}
.sec_external .box03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .sec_external .box03 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.sec_external .box03 .left {
  flex: 1;
}
.sec_external .box03 .left .ttl01 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .sec_external .box03 .left .ttl01 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
  }
}
.sec_external .box03 .left .txt02 {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .sec_external .box03 .left .txt02 {
    font-size: 14px;
  }
}
.sec_external .box03 .right {
  max-width: 240px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .sec_external .box03 .right {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
  }
}
.sec_external {
  /* s03: タグリスト */
}
.sec_external .box04 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.sec_external .box04 .itme01,
.sec_external .box04 .itme02 {
  border: 1px solid #e10000;
  color: #e10000;
  padding: 8px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .sec_external .box04 .itme01,
  .sec_external .box04 .itme02 {
    font-size: 16px;
    padding: 6px 16px;
  }
}
.sec_external {
  /* --- Text Boxes --- */
}
.sec_external .txt_box01 {
  border: 1px solid #e10000;
  padding: 20px;
  margin-bottom: 40px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .sec_external .txt_box01 {
    margin-bottom: 20px;
  }
}
.sec_external .txt_box01 .txt01_box {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .sec_external .txt_box01 .txt01_box {
    display: flex;
    justify-content: center;
    background: #FFE2E3;
  }
}
.sec_external .txt_box01 .txt01_box .txt01 {
  font-size: 16px;
  color: #000;
  background: url("../img/external/red01.svg") no-repeat 10px center #FFE2E3;
  padding: 4px 16px 4px 40px;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sec_external .txt_box01 .txt01_box .txt01 {
    font-size: 16px;
  }
}
.sec_external .txt_box01 .txt02 {
  font-size: 18px;
  line-height: 1.8;
}
.sec_external .txt_box02 {
  background: #fff;
  border: 2px solid #2D70FF;
  padding: 40px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .sec_external .txt_box02 {
    padding: 20px;
    margin-bottom: 50px;
  }
}
.sec_external .txt_box02 .txt01 {
  display: inline-block;
  padding: 4px 16px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
  background-color: #2D70FF;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .sec_external .txt_box02 .txt01 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }
}
.sec_external .txt_box02 .txt02 {
  font-size: 18px;
  line-height: 1.8;
}
.sec_external .txt_box03 {
  text-align: left;
  margin-bottom: 30px;
}
.sec_external .txt_box03 .txt01 {
  font-size: 24px;
  font-weight: 700;
  color: #2D70FF;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .sec_external .txt_box03 .txt01 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
  }
}
.sec_external .txt_box03 .txt02 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .sec_external .txt_box03 .txt02 {
    font-size: 14px;
    line-height: 1.8;
  }
}
.sec_external .txt_box04 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .sec_external .txt_box04 {
    margin-bottom: 20px;
  }
}
.sec_external .txt_box04 .txt01 {
  display: inline-block;
  background-color: #2D70FF;
  color: #fff;
  padding: 0 10px;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.sec_external .txt_box04 .txt02 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .sec_external .txt_box04 .txt02 {
    font-size: 14px;
  }
}
.sec_external {
  /* --- s04 Table Component --- */
}
.sec_external .table01 p {
  background-color: #2D70FF;
  color: #fff;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.sec_external .table01 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  background-color: #fff;
  border: 1px solid #2D70FF;
}
.sec_external .table01 table:last-child {
  margin-bottom: 0;
}
.sec_external .table01 table td,
.sec_external .table01 table th {
  border: 1px solid #2D70FF;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .sec_external .table01 table td,
  .sec_external .table01 table th {
    padding: 10px 5px;
    font-size: 12px;
  }
}
.sec_external .table01 table th {
  background-color: #f4f6f9;
  font-weight: 700;
  color: #1A202C;
}
.sec_external .table01 table td {
  color: #1A202C;
}
.sec_external .table01 table .red {
  color: #e10000;
  font-weight: 700;
}
.sec_external .table01 table .small {
  font-size: 12px;
}
.sec_external {
  /* --- s05 Pricing Card --- */
}
.sec_external .pricing_card {
  background-color: #0053FF;
  padding: 40px 50px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .sec_external .pricing_card {
    padding: 40px 30px;
  }
}
.sec_external .pricing_card .card_title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .sec_external .pricing_card .card_title {
    font-size: 24px;
  }
}
.sec_external .pricing_card .card_title::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../img/external/check.svg") no-repeat center/contain;
  filter: brightness(0) invert(1);
}
.sec_external .pricing_card .price_row {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .sec_external .pricing_card .price_row {
    margin-bottom: 20px;
  }
}
.sec_external .pricing_card .price_row .sn_label {
  background-color: #fff;
  color: #0053FF;
  padding: 3px 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  margin: 0 10px 15px 0;
}
@media screen and (max-width: 1024px) {
  .sec_external .pricing_card .price_row .sn_label {
    font-size: 16px;
    padding: 4px 12px;
    margin: 0 10px 10px 0;
  }
}
.sec_external .pricing_card .price_row .sn_num {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1024px) {
  .sec_external .pricing_card .price_row .sn_num {
    font-size: 70px;
  }
}
.sec_external .pricing_card .price_row .sn_unit {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sec_external .pricing_card .price_row .sn_unit {
    font-size: 18px;
  }
}
.sec_external .pricing_card .img_features {
  width: 100%;
  margin: 0 auto 30px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .sec_external .pricing_card .img_features {
    margin: 0 auto 20px;
  }
}
.sec_external .pricing_card .btn_yellow {
  background-color: #FBE54E;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 60px;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 30px;
  width: 100%;
  /* 横幅いっぱい */
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .sec_external .pricing_card .btn_yellow {
    margin-bottom: 20px;
  }
}
.sec_external .pricing_card .btn_yellow:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
@media screen and (max-width: 1024px) {
  .sec_external .pricing_card .btn_yellow {
    font-size: 16px;
    padding: 16px 20px;
  }
}
.sec_external .pricing_card .note_text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .sec_external .pricing_card .note_text {
    font-size: 12px;
  }
}
.sec_external {
  /* =========================================================
     各区画のレイアウト・余白設定 (Section Layouts)
  ========================================================= */
}
.sec_external.s01 {
  padding: 50px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .sec_external.s01 {
    padding: 60px 0;
  }
}
.sec_external.s01 .txt01.center {
  display: table;
  margin: 0 auto;
  background: #2d70ff;
  color: #fff;
  padding: 2px 16px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .sec_external.s01 .txt01.center {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.sec_external.s01 .ttl01 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .sec_external.s01 .ttl01 {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.sec_external.s02 {
  background-color: #F1F5FF;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .sec_external.s02 {
    padding: 60px 0;
  }
}
.sec_external.s02 .img02 {
  width: 100%;
  margin-bottom: 40px;
}
.sec_external.s02 .img06 {
  width: 100%;
}
.sec_external.s03 {
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .sec_external.s03 {
    padding: 60px 0;
  }
}
.sec_external.s03 .box03 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .sec_external.s03 .box03 {
    margin-bottom: 20px;
  }
}
.sec_external.s04 {
  padding: 100px 0;
  background-color: #F1F5FF;
}
@media screen and (max-width: 1024px) {
  .sec_external.s04 {
    padding: 60px 0;
  }
}
.sec_external.s04 .box03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .sec_external.s04 .box03 {
    margin-bottom: 20px;
  }
}
.sec_external.s04 .img00 {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .sec_external.s04 .img00 {
    margin: 0 auto 20px;
  }
}
.sec_external.s05 {
  padding: 100px 0 50px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .sec_external.s05 {
    padding: 60px 0;
  }
}

.c_mainvisual._sub.__external-collaboration {
  background: url("../../img/bg_price.jpg") no-repeat top left/cover;
}

.c_mainvisual._sub.__external-collaboration:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transform: none;
}
/*# sourceMappingURL=parts.css.map */
