@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss using @use.
 *
 **************************** */
@import url("../../../assets/css/common/tokens.css");
@import url("../../../assets/css/common/components.css");
@import url("../../../assets/css/common/product_mv.css");
@import url("../../../endpoint-manager/assets/css/an.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video, main, time {
  margin: 0;
  padding: 0;
  border: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

td, th {
  font-weight: normal;
  vertical-align: top;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.noto-sans {
  font-family: "Noto Sans", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

body {
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  color: #333;
  background: #FFFFFF;
  word-wrap: break-word;
  line-height: normal;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}

img {
  vertical-align: bottom;
}

.m0a {
  margin-right: auto;
  margin-left: auto;
}

.back01 {
  background-color: #f3f3f3;
}

.i-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}

.w1 {
  max-width: 1600px;
}

.w2 {
  max-width: 1200px;
}

.w3 {
  max-width: 1000px;
}

.back02 {
  background-color: #F7F8F7;
}

.back03 {
  background-image: linear-gradient(121deg, #17448b 12%, #1a56c3 87%);
}

.back04 {
  background-color: #f3f3f3;
}

.title01 {
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  padding: 0 0 18px;
  margin: 0 0 30px;
  border-bottom: 2px solid #eaeaea;
  position: relative;
}
.title01::after {
  content: "";
  background-color: #3e8ac3;
  height: 2px;
  width: 90px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.tb-marg01 {
  padding: 60px 0 49px;
}

.tb-marg02 {
  padding: 72px 0 106px;
}

.tb-marg03 {
  padding: 50px 0 50px;
}

.tb-marg04 {
  padding: 100px 0 100px;
}

.tb-marg05 {
  padding: 50px 0 50px;
}

.tb-marg06 {
  padding: 80px 0 100px;
}

.tb-marg07 {
  padding: 100px 0 140px;
}

.tb-marg08 {
  padding: 0px 0 112px;
}

.tb-marg09 {
  padding: 79px 0 60px;
}

.tb-marg10 {
  padding: 50px 0 50px;
}

.tb-marg11 {
  padding: 100px 0 100px;
}

.tb-marg12 {
  padding: 52px 0 70px;
}

.tb-marg13 {
  padding: 58px 0 60px;
}

/* 2026-03-12 総合ヘッダー改修（このプロダクト配下のみ） */
@media screen and (min-width: 768px), print {
  #globalHeader.altNew .header_inner {
    width: 100%;
    height: calc(40 / 1440 * 100vw);
  }
  @media screen and (min-width: 1440px), print {
    #globalHeader.altNew .header_inner {
      height: 40px;
    }
  }

  #globalHeader.altNew .header_inner h1 {
    width: calc(110 / 1440 * 100vw);
    margin-left: calc(24 / 1440 * 100vw);
  }
  @media screen and (min-width: 1440px) {
    #globalHeader.altNew .header_inner h1 {
      width: 110px;
      margin-left: 24px;
    }
  }

  #globalHeader .header_nav {
    margin-right: calc(24 / 1440 * 100vw);
  }
  @media screen and (min-width: 1440px), print {
    #globalHeader .header_nav {
      margin-right: 24px;
    }
  }

  #globalHeader.altNew .header_nav .nav_list01 > li {
    margin-left: calc(30 / 1440 * 100vw);
  }

  #globalHeader.altNew .header_nav .nav_list01 > li > p, #globalHeader.altNew .header_nav .nav_list01 > li > a, #globalHeader.altNew .header_nav .nav_list01 > li > span {
    font-size: calc(12 / 1440 * 100vw);
    font-weight: 400;
  }
  @media screen and (min-width: 1440px) {
    #globalHeader.altNew .header_nav .nav_list01 > li > p, #globalHeader.altNew .header_nav .nav_list01 > li > a, #globalHeader.altNew .header_nav .nav_list01 > li > span {
      font-size: 12px;
    }
  }

  #globalHeader.altNew .link_icon {
    padding-right: calc(16 / 1440 * 100vw);
  }
  @media screen and (min-width: 1440px) {
    #globalHeader.altNew .link_icon {
      padding-right: 16px;
    }
  }

  #globalHeader.altNew .link_icon[target="_blank"]::after {
    top: calc(12 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
    background-image: url("../images/common/ico_blank2_black.svg");
    -webkit-background-size: contain;
    background-size: contain;
  }
  @media screen and (min-width: 1440px) {
    #globalHeader.altNew .link_icon[target="_blank"]::after {
      top: 12px;
      width: 12px;
      height: 12px;
    }
  }

  /*. 2026-01-27 共通ヘッダー改修 */
  #header {
    height: auto;
  }

  #header #globalNav {
    height: calc(72 / 1440 * 100vw);
  }
  @media screen and (min-width: 1440px) {
    #header #globalNav {
      height: 72px;
    }
  }

  #header #globalNav > .inner {
    width: 100%;
    max-width: none;
  }

  #header .logoSet .logo {
    margin-left: calc(24 / 1440 * 100vw);
  }
  @media screen and (min-width: 1440px) {
    #header .logoSet .logo {
      margin-left: 24px;
    }
  }

  #header .logoSet .logo img {
    width: calc(264 / 1440 * 100vw);
  }
  @media screen and (min-width: 1440px) {
    #header .logoSet .logo img {
      width: 264px;
    }
  }

  #header .logoSet .menu_scroll_2nd {
    margin-right: calc(24 / 1440 * 100vw);
    padding: calc(6 / 1440 * 100vw) 0 0;
  }
  @media screen and (min-width: 1440px) {
    #header .logoSet .menu_scroll_2nd {
      margin-right: 24px;
      padding: 6px 0 0;
    }
  }

  #header #globalNav .menu-list li>div.accordionBox span.icon-arrow::after, #header #globalNav .menu-list li>a span.icon-arrow::after {
    width: calc(10 / 1440 * 100vw);
    height: calc(6 / 1440 * 100vw);
  }
  @media screen and (min-width: 1440px) {
    #header #globalNav .menu-list li>div.accordionBox span.icon-arrow::after, #header #globalNav .menu-list li>a span.icon-arrow::after {
      width: 10px;
      height: 6px;
    }
  }

  #header #globalNav .menu-list li>div:first-of-type span, #header #globalNav .menu-list li>a span {
    font-size: calc(14 / 1440 * 100vw);
    letter-spacing: 0;
    line-height: 1.2;
  }
  @media screen and (min-width: 1440px) {
    #header #globalNav .menu-list li>div:first-of-type span, #header #globalNav .menu-list li>a span {
      font-size: 14px;
    }
  }

  #header .logoSet .other-btn-wrapper {
    display: flex;
    gap: calc(8 / 1440 * 100vw);
  }

  #header .logoSet .freeTrial {
    height: calc(44 / 1440 * 100vw);
    border-width: 2px;
    border-radius: calc(4 / 1440 * 100vw);
  }
  @media screen and (min-width: 1440px) {
    #header .logoSet .freeTrial {
      height: 44px;
      border-width: 2px;
      border-radius: 4px;
    }
  }

  #header .logoSet .freeTrial a {
    padding: calc(8 / 1440 * 100vw) calc(29 / 1440 * 100vw) 0 calc((14/1440)*100vw);
    font-size: calc(14 / 1440 * 100vw);
    letter-spacing: 0;
  }
  @media screen and (min-width: 1440px) {
    #header .logoSet .freeTrial a {
      padding: 8px 29px 0 14px;
      font-size: 14px;
    }
  }

  #header .logoSet .freeTrial a:after {
    right: calc((15 / 1440) * 100vw);
    width: calc((5 / 1440) * 100vw);
    height: calc((5 / 1440) * 100vw);
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  @media screen and (min-width: 1440px) {
    #header .logoSet .freeTrial a:after {
      right: 15px;
      width: 5px;
      height: 5px;
    }
  }

  .content-area {
    padding-top: calc(108 / 1440 * 100vw);
  }
  @media screen and (max-width: 767px) {
    .content-area {
      padding-top: calc(112 / 393 * 100vw);
    }
  }
  @media screen and (min-width: 1440px) {
    .content-area {
      padding-top: 108px;
    }
  }

  .topBreadCrumb ol {
    width: 100%;
    padding: 0 calc(24 / 1440 * 100vw);
    box-sizing: border-box;
  }
  @media screen and (min-width: 1440px) {
    .topBreadCrumb ol {
      padding: 0 24px;
    }
  }

  .topBreadCrumb li {
    font-size: 14px;
  }

  .topBreadCrumb ol li:first-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #globalHeader .logoSet {
    left: 0;
    height: calc(60 / 393 * 100vw);
  }

  #globalHeader .logoSet .logo {
    left: calc(20 / 393 * 100vw);
    max-width: calc(168 / 393 * 100vw);
  }

  #globalHeader #sp_btnArea {
    right: 0;
    width: calc(60 / 393 * 100vw);
    height: calc(60 / 393 * 100vw);
  }

  #globalHeader #sp_btnArea .navBtn {
    height: calc(60 / 393 * 100vw);
    -webkit-background-size: calc(60 / 393 * 100vw);
    background-size: calc(60 / 393 * 100vw);
  }

  #header {
    top: calc(60 / 393 * 100vw);
  }

  #header .logoSet {
    height: calc(52 / 393 * 100vw);
  }

  #header .logoSet .logo {
    left: calc(20 / 393 * 100vw);
    width: calc(240 / 393 * 100vw);
  }

  #header #sp_btnArea {
    width: calc(60 / 393 * 100vw);
    height: calc(52 / 393 * 100vw);
  }

  #header #sp_btnArea .navBtn {
    height: calc(52 / 393 * 100vw);
  }

  #header #sp_btnArea .navBtn:after {
    top: calc(23 / 393 * 100vw);
    right: calc(23 / 393 * 100vw);
    width: calc(8 / 393 * 100vw);
    height: calc(8 / 393 * 100vw);
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}

@media screen and (min-width: 768px), print {
  .mv .btn-mv a .line1 {
    display: inline-block;
    padding: 0 0 calc(3 / 1440 * 100vw);
  }
}
@media screen and (min-width: 1440px), print {
  @media screen and (min-width: 768px), print {
    .mv .btn-mv a .line1 {
      padding: 0 0 3px;
    }
  }
}

.head-top {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.09));
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  top: calc(40 / 1440 * 100vw);
  left: 0;
  width: 100%;
  height: 5vw;
  z-index: 10;
}
.head-top .top-logo {
  margin: 0 0 0 calc(24 / 1440 * 100vw);
  padding: 0;
}
@media screen and (min-width: 1440px), print {
  margin-left: 24px;
}

.head-top .top-logo img {
  width: calc(232 / 1440 * 100vw);
  max-width: 219px;
  vertical-align: top;
}
@media screen and (min-width: 1440px), print {
  width: 219px;
}

.first-sec {
  margin-top: 7.5vw;
  background: url(../../assets/images/back-main.webp) no-repeat right 0/960px 518px;
}
.first-sec .first-in {
  display: flex;
  gap: 0 165px;
}
.first-sec .first-in .first-l {
  width: 700px;
  padding: 0 0 0 6px;
}
.first-sec .first-in .first-l .leadtxt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  color: #333;
  padding: 18px 0 16px;
}
.first-sec .first-in .first-l .mainttl {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  color: #333;
  padding: 0 0 31px;
}
.first-sec .first-in .first-l .mainttl span {
  font-size: 50px;
  font-weight: bold;
}
.first-sec .first-in .first-l .infobox {
  display: flex;
  gap: 0 32px;
  padding: 0 0 34px;
  align-items: center;
}
.first-sec .first-in .first-l .infobox .counttx {
  width: 308px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: normal;
  color: #333;
  border-bottom: 3px solid #cecece;
  padding: 0 0 2px;
}
.first-sec .first-in .first-l .infobox .counttx .countno {
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #1a56c3;
  font-family: "Montserrat", sans-serif;
}
.first-sec .first-in .first-l .infobox .counttx .sha {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: normal;
  color: #1a56c3;
  margin: 0 5px 0 3px;
}
.first-sec .first-in .first-l .infobox .counttx .countsx {
  position: relative;
  top: -7px;
}
.first-sec .first-in .first-l .infobox .notetxt {
  width: 364px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #9fa0a0;
  position: relative;
  top: 4px;
}
.first-sec .first-in .first-l .downbtn {
  display: flex;
  gap: 0 103px;
  justify-content: center;
  align-items: center;
  width: 393px;
  height: 88px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #1a56c3;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.first-sec .first-in .first-l .downbtn .d-button {
  font-weight: bold;
}
.first-sec .first-in .first-l .downbtn .d-button .btntop {
  font-size: 21px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.first-sec .first-in .first-l .downbtn .d-button .btnmain {
  font-size: 22px;
  font-weight: bold;
}
.first-sec .first-in .pc-desktop {
  width: 740px;
}
.movie-sec .movie-in {
  display: flex;
  gap: 0 23px;
}
.movie-sec .movie-in .cmleft {
  width: 541px;
}
.movie-sec .movie-in .cmleft iframe {
  aspect-ratio: 16/9;
}
.movie-sec .movie-in .cmright {
  width: 620px;
  padding: 0px 0 0 26px;
}
.movie-sec .movie-in .cmright .cmlead {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: normal;
  color: #1a56c3;
  padding: 0 0 9px;
}
.movie-sec .movie-in .cmright .cmtitl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: normal;
  color: #1a56c3;
  padding: 0 0 24px;
}
.movie-sec .movie-in .cmright .cmbody {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333;
}

.merit-sec .merit-in .merittl {
  padding: 0 0 44px;
}
.merit-sec .merit-in .meritlst {
  display: flex;
  gap: 0 28px;
}
.merit-sec .merit-in .meritlst .cardbox {
  width: 380px;
  /*max-height: 498px;*/
  padding-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.merit-sec .merit-in .meritlst .cardbox .cardttl {
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #1a56c3;
  padding: 39px 0 37px;
}
.merit-sec .merit-in .meritlst .cardbox .cardfig {
  text-align: center;
}
.merit-sec .merit-in .meritlst .cardbox .cardfig .cardimg {
  padding: 0 0 23px;
}
.merit-sec .merit-in .meritlst .cardbox .cardtxt {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #333;
  padding: 0 28px;
}

.feature-sec .feature-in .featuretl {
  padding: 0 0 50px;
}
.feature-sec .feature-in .featlst {
  display: flex;
  gap: 30px 2.5%;
  flex-wrap: wrap;
}
.feature-sec .feature-in .featlst .featitem {
  width: 31.666%;
  min-height: 420px;
  padding: 0 0 30px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 8px;
}
.feature-sec .feature-in .featlst .featitem .featicon {
  text-align: center;
  padding: 32px 0 17px;
}
.feature-sec .feature-in .featlst .featitem .feathd {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  padding: 0 0 18px;
}
.feature-sec .feature-in .featlst .featitem .featbd {
  font-size: var(--fz-md);
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #333;
  padding: 0px 30px 0;
}
.feature-sec .feature-in .featlst .featitem .featbd2 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #333;
  padding: 0px 30px 0;
}

.cta-sec {
  background-image: linear-gradient(107deg, #17448b 34%, #1a56c3 78%);
  height: 332px;
}
.cta-sec .cta-in {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.cta-sec .cta-in .ctalft {
  width: 418px;
}
.cta-sec .cta-in .ctarht {
  width: 710px;
  padding: 0 0 0 6px;
}
.cta-sec .cta-in .ctarht .ctatxt {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: normal;
  color: #fff;
  padding: 0 0 36px;
}
.cta-sec .cta-in .ctarht .ctatxt span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: normal;
  color: #fff;
}
.cta-sec .cta-in .ctarht .ctabtn {
  width: 407px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #1a56c3;
}
.cta-sec .cta-in .ctarht .ctabtn .btnarr {
  margin: 0 0 0 9px;
}
.cta-sec .cta-in .ctarht .ctabtn .btnarr img {
  vertical-align: baseline;
  position: relative;
  left: 17px;
  top: -1px;
}

.feature3-sec {
  background: url(../../assets/images/back-content.webp) no-repeat right 0/cover;
}
.feature3-sec .feature3-in .feature3tl {
  padding: 0 0 52px;
}
.feature3-sec .feature3-in .ptflex {
  display: flex;
  margin: 0 auto 80px;
  max-width: 2200px;
}
.feature3-sec .feature3-in .ptflex .pttext {
  width: 48.5%;
  background-color: #fff;
  min-height: 768px;
  transform: skewX(-10deg);
  margin: 0 5.125% 0px 0;
}
.feature3-sec .feature3-in .ptflex .pttext .pttext-in {
  width: 69%;
  transform: skewX(10deg);
  padding: 80px 0 0;
}
.feature3-sec .feature3-in .ptflex .pttext .pttag {
  width: 354px;
  padding: 3px 0 1px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  background-color: #1a56c3;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0 0 40px;
  position: relative;
}
.feature3-sec .feature3-in .ptflex .pttext .pttag::before {
  content: "";
  background: url(../../assets/images/heading-l.webp) no-repeat 0 0/8px 56px;
  width: 8px;
  height: 56px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -7px;
}
.feature3-sec .feature3-in .ptflex .pttext .pttag::after {
  content: "";
  background: url(../../assets/images/heading-r.webp) no-repeat 0 0/8px 56px;
  width: 8px;
  height: 56px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -7px;
}
.feature3-sec .feature3-in .ptflex .pttext .pttag span {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  margin: 0 5px 0 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.feature3-sec .feature3-in .ptflex .pttext .pthd {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.61;
  letter-spacing: normal;
  color: #1a56c3;
  padding: 0 0 24px;
}
.feature3-sec .feature3-in .ptflex .pttext .ptbd {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #333;
}
.feature3-sec .feature3-in .ptflex .ptfig {
  width: 50%;
  padding: 80px 0 0;
  position: absolute;
  left: 0;
}
.feature3-sec .feature3-in .ptflex01 {
  flex-direction: row-reverse;
}
.feature3-sec .feature3-in .ptflex01 .pttext-in {
  margin: 0 0 0 14%;
}
.feature3-sec .feature3-in .ptflex02 .ptfig {
  width: 52%;
  right: 0;
  left: auto;
}
.feature3-sec .feature3-in .ptflex02 .pttext {
  margin: 0 0 0px 5.125%;
}
.feature3-sec .feature3-in .ptflex02 .pttext-in {
  margin: 0 0 0 14%;
}
.feature3-sec .feature3-in .ptflex03 {
  flex-direction: row-reverse;
  margin: 0 auto 0px;
}
.feature3-sec .feature3-in .ptflex03 .pttext-in {
  margin: 0 0 0 14%;
}

.plan-sec .plan-in .planttl {
  padding: 0 0 50px;
}
.plan-sec .plan-in .rategrid {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
}
.plan-sec .plan-in .rategrid .ratecard {
  max-width: 580px;
  width: 100%;
  border-radius: 5px;
  border: solid 2px #1a56c3;
  background-color: #fff;
}
.plan-sec .plan-in .rategrid .ratecard .ratelbl {
  height: calc(60 / 1600 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a56c3;
  font-size: calc(28 / 1600 * 100vw);
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1600px), print {
  .plan-sec .plan-in .rategrid .ratecard .ratelbl {
    height: 60px;
    font-size: 28px;
  }
}
.plan-sec .plan-in .rategrid .ratecard .ratedesc {
  padding: calc(22 / 1600 * 100vw) 0 calc(52 / 1600 * 100vw);
  font-size: calc(24 / 1600 * 100vw);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 1600px), print {
  .plan-sec .plan-in .rategrid .ratecard .ratedesc {
    padding: 22px 0 52px;
    font-size: 24px;
  }
}
.plan-sec .plan-in .rategrid .ratecard .rateprc {
  display: flex;
  padding: 0 0 calc(39 / 1600 * 100vw) calc(28 / 1600 * 100vw);
  align-items: baseline;
  justify-content: center;
}
@media screen and (min-width: 1600px), print {
  .plan-sec .plan-in .rategrid .ratecard .rateprc {
    padding: 0 0 39px 28px;
  }
}
.plan-sec .plan-in .rategrid .ratecard .rateprc .prclab {
  font-size: calc(24 / 1600 * 100vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333;
}
@media screen and (min-width: 1600px), print {
  .plan-sec .plan-in .rategrid .ratecard .rateprc .prclab {
    font-size: 24px;
  }
}
.plan-sec .plan-in .rategrid .ratecard .rateprc .prcnum {
  font-size: calc(70 / 1600 * 100vw);
  line-height: 0.45;
  letter-spacing: -4px;
  color: #1a56c3;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin: 0 14px 0 0;
  position: relative;
  top: 8px;
}
@media screen and (min-width: 1600px), print {
  .plan-sec .plan-in .rategrid .ratecard .rateprc .prcnum {
    font-size: 70px;
  }
}
.plan-sec .plan-in .rategrid .ratecard .rateprc .prcnum b {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: calc(60 / 1600 * 100vw);
  line-height: 0.6;
  letter-spacing: -3px;
  color: #1a56c3;
  margin: 0 12px 0 14px;
}
@media screen and (min-width: 1600px), print {
  .plan-sec .plan-in .rategrid .ratecard .rateprc .prcnum b {
    font-size: 60px;
  }
}
.plan-sec .plan-in .rategrid .ratecard .rateprc .prcunit {
  font-size: calc(20 / 1600 * 100vw);
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #333;
}
@media screen and (min-width: 1600px), print {
  .plan-sec .plan-in .rategrid .ratecard .rateprc .prcunit {
    font-size: 20px;
  }
}
.plan-sec .plan-in .rategrid .ratecard2 {
  border: solid 2px #17448b;
  margin: 0 0 0 4%;
}
.plan-sec .plan-in .rategrid .ratecard2 .ratelbl {
  background-color: #17448b;
}
.plan-sec .plan-in .rategrid .ratecard2 .rateprc .prcnum {
  color: #17448b;
}
.plan-sec .plan-in .rategrid .ratecard2 .rateprc .prcnum b {
  color: #17448b;
}

.faq-sec .faq-in .faqttl {
  padding: 0 0 40px;
}
.faq-sec .faq-in .faqbox {
  max-width: 1200px;
  margin: 0 auto;
}
.faq-sec .faq-in .faqbox .faqitem {
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  margin: 0 0 24px;
  padding: 0 45px;
}
.faq-sec .faq-in .faqbox .faqitem .faqlin {
  display: flex;
  padding: 18px 0 22px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.faq-sec .faq-in .faqbox .faqitem .faqlin .faqlab {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: normal;
  color: #999;
  width: 43px;
}
.faq-sec .faq-in .faqbox .faqitem .faqlin .faqlab span {
  position: absolute;
  right: -16px;
  top: 50%;
  margin: -38px 0 0 0;
  font-size: 48px;
  font-weight: 100;
  color: #ccc;
}
.faq-sec .faq-in .faqbox .faqitem .faqlin .faqtxt {
  flex: 1;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #333;
  font-weight: bold;
  padding: 4px 0 0;
}
.faq-sec .faq-in .faqbox .faqitem .faqlin2 .faqlab {
  color: #d01207;
}
.faq-sec .faq-in .faqbox .faqitem .faqlin2 .faqtxt {
  font-weight: normal;
  padding-bottom: 15px;
  padding-top: 0;
}
.faq-sec .faq-in .faqbox .is-open .faqlin .faqlab span {
  font-size: 29px;
  line-height: 1;
  font-weight: 100;
  margin: -17px 0 0 0;
}

.footer2 .f-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 0 22px 15px;
}
.footer2 .f-inner .f-footer_navList {
  display: flex;
}
.footer2 .f-inner .f-footer_navList li a {
  font-size: 12px;
  color: #333;
  padding: 0 17px 0 0;
  margin: 0 4px 0 0;
}
.footer2 .f-inner .f-footer_navList li a::after {
  content: "";
  background: url(../../assets/images/common/ico-target.webp) no-repeat 0 3px;
  width: 11px;
  height: 14px;
  display: inline-block;
  margin: 0 0 0 3px;
}
.footer2 .f-inner .f-copy {
  margin: 11px 0 0 auto;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
}

.pc-desktop2 {
  display: none;
}

.br01 {
  display: none;
}

.br02 {
  display: none;
}

.br03 {
  display: none;
}

.ctafig2 {
  display: none;
}

.br05 {
  display: none;
}

.feature3tl2 {
  display: none;
}

.br06 {
  display: none;
}

.br07 {
  display: none;
}

.br08 {
  display: none;
}

.br09 {
  display: none;
}

.br10 {
  display: none;
}

.br11 {
  display: none;
}

.footer2 .f-inner .f-footer_navList2 {
  display: none;
}

.pagetitle01 {
  background-image: linear-gradient(to right, #215680, #1A56C3);
  padding: 25px 0 33px;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
.pagetitle01 span {
  font-size: 36px;
  display: block;
}

.license-sec .license-in .licenselist {
  display: flex;
  gap: 0 4%;
  margin: 0 0 80px;
}
.license-sec .license-in .licenselist .licensecard {
  max-width: 480px;
  width: 100%;
  border-radius: 5px;
  border: solid 2px #1a56c3;
}
.license-sec .license-in .licenselist .licensecard .licensettl {
  background-color: #1a56c3;
  padding: 8px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0 0 16px;
}
.license-sec .license-in .licenselist .licensecard .licensedsc {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin: 0 0 10px;
}
.license-sec .license-in .licenselist .licensecard .licensefee .feelab {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  padding: 0 0 15px;
}
.license-sec .license-in .licenselist .licensecard .licensefee .feeline {
  display: flex;
  justify-content: center;
  color: #1a56c3;
  padding: 0 0 28px;
  align-items: baseline;
}
.license-sec .license-in .licenselist .licensecard .licensefee .feeline .feemrk {
  font-size: 60px;
  line-height: normal;
  font-family: "Roboto", sans-serif;
}
.license-sec .license-in .licenselist .licensecard .licensefee .feeline .feenum {
  font-size: 70px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -.05em;
  font-family: "Roboto", sans-serif;
}
.license-sec .license-in .licenselist .licensecard .licensefee .feeline .feeunit {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #333;
  position: relative;
  top: -7px;
  left: 6px;
}
.license-sec .license-in .licenselist .licensecard .licensebtn {
  max-width: 440px;
  width: 100%;
  margin: 0 auto 30px;
  border-radius: 200px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #4caf50;
  font-size: 23px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4caf50;
}
.license-sec .license-in .licenselist .licensecard .licensebtn img {
  margin: 0 0 0 16px;
}
.license-sec .license-in .licenselist .licensecard02 {
  border: solid 2px #17448b;
}
.license-sec .license-in .licenselist .licensecard02 .licensettl {
  background-color: #17448b;
}
.license-sec .license-in .licenselist .licensecard02 .licensefee .feeline .feenum {
  color: #17448b;
}
.license-sec .license-in .licenselist .licensecard02 .licensefee .feeline .feemrk {
  color: #17448b;
}

.tblsec table.feattbl {
  margin: 0 0 10px;
  border: 1px solid #EAEAEA;
}
.tblsec table.feattbl th {
  font-size: 14px;
  padding: 7px 32px;
  vertical-align: middle;
  border: 1px solid #EAEAEA;
}
.tblsec table.feattbl td {
  font-size: 14px;
  padding: 3px 20px;
  vertical-align: middle;
  border: 1px solid #EAEAEA;
}
.tblsec table.feattbl thead.tblhed tr.hedrow th.hedth01 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.tblsec table.feattbl thead.tblhed tr.hedrow th.hedth02 {
  width: 563px;
  font-size: 14px;
  font-weight: bold;
}
.tblsec table.feattbl thead.tblhed tr.hedrow th.hedth.hedpln01 {
  width: 79px;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #1a56c3;
}
.tblsec table.feattbl thead.tblhed tr.hedrow th.hedth.hedpln02 {
  width: 79px;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #17448b;
}
.tblsec table.feattbl tbody.tblbod tr.tblrow th.catth {
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
.tblsec table.feattbl tbody.tblbod tr.tblrow th.catth .t-kome01 {
  position: relative;
  font-weight: bold;
}
.tblsec table.feattbl tbody.tblbod tr.tblrow th.catth .t-kome02 {
  position: absolute;
  font-weight: bold;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .tblsec table.feattbl tbody.tblbod tr.tblrow th.catth .t-kome02 {
    position: static;
    font-size: 70%;
  }
}
.tblsec table.feattbl tbody.tblbod tr.tblrow td.plnceld .plntxt {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #1a56c3;
}
.tblsec table.feattbl tbody.tblbod tr.tblrow td.plnceld .plntxt01 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: center;
  color: #1a56c3;
}
.tblsec table.feattbl tbody.tblbod tr.tblrow td.plnceld .plntxt02 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: center;
  color: #17448b;
}
.tblsec table.feattbl tbody.tblbod tr.tblrow td.plnceld2 .plntxt {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #17448b;
}
.tblsec .notetxt {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.option-sec .option-in .title01 {
  margin: 0 0 52px;
}
.option-sec .option-in .optbox {
  display: flex;
  margin: 0 0 60px;
}
.option-sec .option-in .optbox .optleft {
  position: relative;
  max-width: 320px;
  width: 100%;
  padding: 70px 0 60px;
  border-radius: 5px 0 0 5px;
  background-color: #383838;
}
.option-sec .option-in .optbox .optleft .optbub {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -135px;
  top: -23px;
  width: 270px;
  height: 56px;
  background: url(../images/plan/img01.webp) no-repeat 0 0/270px 56px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
.option-sec .option-in .optbox .optleft .optbub .optblu0 {
  display: block;
  padding: 5px 0 0;
  font-weight: bold;
}
.option-sec .option-in .optbox .optleft .optbub .optblu {
  color: #1a56c3;
  font-weight: bold;
}
.option-sec .option-in .optbox .optleft .optltl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.option-sec .option-in .optbox .optrgt {
  background-color: #fff;
  flex: 1;
  border-radius: 0 5px 5px 0;
}
.option-sec .option-in .optbox .optrgt .optrgt-in {
  padding: 15px 24px 40px 35px;
}
.option-sec .option-in .optbox .optrgt .pricrow {
  display: flex;
  margin: 0 0 11px;
}
.option-sec .option-in .optbox .optrgt .pricrow .priclab {
  width: 160px;
  height: 52px;
  border-radius: 3px 0 0 3px;
  background-color: #1a56c3;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.57;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.option-sec .option-in .optbox .optrgt .pricrow .pricval {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  border-radius: 0 3px 3px 0;
  border: solid 1px #ededed;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a56c3;
}
.option-sec .option-in .optbox .optrgt .pricrow .pricval .pricsuf {
  font-size: 16px;
  font-weight: bold;
}
.option-sec .option-in .optbox .optrgt .optdsc {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.7px;
  color: #333;
}
.option-sec .option-in .optcta {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  border-radius: 100px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a56c3;
  font-size: 23px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.option-sec .option-in .optcta img {
  margin: 0 0 0 16px;
}

.online-sec .online-in .callbox {
  display: flex;
}
.online-sec .online-in .callbox .callimg {
  max-width: 445px;
  width: 100%;
}
.online-sec .online-in .callbox .calltxt {
  flex: 1;
  padding: 29px 50px 0px;
  background-image: linear-gradient(to bottom, #EAF2FF, #DDE9FF 100%, #DDE9FF);
  height: auto;
}
.online-sec .online-in .callbox .calltxt .callsub {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: normal;
  color: #1a56c3;
}
.online-sec .online-in .callbox .calltxt .callttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: normal;
  color: #1a56c3;
  margin: 0 0 14px;
}
.online-sec .online-in .callbox .calltxt .calldsc {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #1a56c3;
  margin: 0 0 18px;
}
.online-sec .online-in .callbox .calltxt .callbtn {
  max-width: 440px;
  width: 100%;
  height: 78px;
  display: flex;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  border: solid 2px #1a56c3;
  font-size: 23px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1a56c3;
}
.online-sec .online-in .callbox .calltxt .callbtn img {
  margin: 0 0 0 16px;
}

.cta02-sec .cta02-in .title02 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.cta02-sec .cta02-in .sub-title01 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0 0 38px;
}
.cta02-sec .cta02-in .linklist {
  display: flex;
  gap: 0 2.5%;
  margin: 0 0 30px;
}
.cta02-sec .cta02-in .linklist .linkcard {
  max-width: 380px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 0 41px;
}
.cta02-sec .cta02-in .linklist .linkcard .imgwrap {
  margin: 0 0 17px;
}
.cta02-sec .cta02-in .linklist .linkcard .cardhead {
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin: 0 0 14px;
}
.cta02-sec .cta02-in .linklist .linkcard .carddesc {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin: 0 0 26px;
}
.cta02-sec .cta02-in .linklist .linkcard .cardlink {
  max-width: 332px;
  width: 90%;
  margin: 0 auto;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #1a56c3;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: relative;
}
.cta02-sec .cta02-in .linklist .linkcard .cardlink img {
  position: absolute;
  top: 50%;
  margin: -6px 0 0 0;
  right: 30px;
  width: 8px;
}
.cta02-sec .cta02-in .phnbox {
  display: flex;
}
.cta02-sec .cta02-in .phnbox .phnleft {
  max-width: 480px;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
  color: #333;
}
.cta02-sec .cta02-in .phnbox .phnright {
  flex: 1;
  background-color: #fff;
}
.cta02-sec .cta02-in .phnbox .phnright .phnright-in {
  padding: 15px 53px 15px;
  display: flex;
}
.cta02-sec .cta02-in .phnbox .phnright .phnright-in .phnline {
  padding: 0 16px 0 0;
}
.cta02-sec .cta02-in .phnbox .phnright .phnright-in .phnline .phncap {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
  padding: 0 0 5px 9px;
  color: #333;
  text-align: center;
}
.cta02-sec .cta02-in .phnbox .phnright .phnright-in .phnline .phnnum {
  font-size: 48px;
  line-height: 0.67;
  letter-spacing: normal;
  color: #333;
  font-family: "Oswald", sans-serif;
}
.cta02-sec .cta02-in .phnbox .phnright .phnright-in .phnline .phnnum img.phnicon {
  position: relative;
  top: -5px;
  margin: 0 6px 0 0;
}
.cta02-sec .cta02-in .phnbox .phnright .phnright-in .phndls {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333;
  padding: 30px 0 0;
}
.cta02-sec .cta02-in .phnbox .phnright .phnright-in .phndls .phndl {
  display: flex;
}
.cta02-sec .cta02-in .phnbox .phnright .phnright-in .phndls .phndl .phndt {
  margin: 0 18px 0 0;
  font-weight: bold;
}
.footermenu-sec .footermenu-in .navlist {
  display: flex;
  align-items: flex-start;
}
.footermenu-sec .footermenu-in .navlist .navcol1 {
  width: 258px;
}
.footermenu-sec .footermenu-in .navlist .navcol1 .homelnk {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333;
}
.footermenu-sec .footermenu-in .navlist .navcol2 {
  width: 245px;
  margin: 0 45px 0 0;
}
.footermenu-sec .footermenu-in .navlist .navcol2 .colttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  margin: 0 0 22px;
}
.footermenu-sec .footermenu-in .navlist .navcol2 .sublst .subitm {
  margin: 0 0 9px;
}
.footermenu-sec .footermenu-in .navlist .navcol2 .sublst .subitm .sublnk {
  font-size: 14px;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding: 0 0 0 11px;
  display: block;
  text-indent: 3px;
  position: relative;
}
.footermenu-sec .footermenu-in .navlist .navcol2 .sublst .subitm .sublnk::before {
  content: "";
  background: url(../images/plan/img07.webp) no-repeat 0 center/4px 6px;
  width: 4px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  margin: -3px 0 0;
  left: 0;
}
.footermenu-sec .footermenu-in .navlist .navcol3 {
  width: 186px;
}
.footermenu-sec .footermenu-in .navlist .navcol3 .midlst .miditm {
  margin: 0 0 10px;
}
.footermenu-sec .footermenu-in .navlist .navcol3 .midlst .miditm .midlnk {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.footermenu-sec .footermenu-in .navlist .navcol4 {
  width: 245px;
}
.footermenu-sec .footermenu-in .navlist .navcol4 .sidelst .sideitm {
  margin: 0 0 6px;
}
.footermenu-sec .footermenu-in .navlist .navcol4 .sidelst .sideitm .sidelnk {
  font-size: 14px;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  position: relative;
  padding: 0 0 0 14px;
}
.footermenu-sec .footermenu-in .navlist .navcol4 .sidelst .sideitm .sidelnk::before {
  content: "";
  background: url(../images/plan/img07.webp) no-repeat 0 center/4px 6px;
  width: 4px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  margin: -3px 0 0;
  left: 0;
}

.footermenu-sec .btnWiz {
  margin: 59px auto 0;
}

.br12 {
  display: none;
}

.btn-mv01 {
  display: block;
}

.btn-mv02 {
  display: none;
}

.h-r {
  display: flex;
  margin: 0 0 0 auto;
}

.navlist {
  display: flex;
  align-items: center;
}
.navlist .navunit {
  border-left: 1px solid #eaeaea;
  line-height: 1;
}
.navlist .navunit:first-child {
  border-left: 0;
}
.navlist .navunit .navlink {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  color: #222;
  padding: 28px 16px;
}
.navlist .pro-l .navlink .icon-ar {
  display: inline-block;
  margin: 0 15px 0 20px;
  position: relative;
  top: -5px;
  width: 10px;
}
.navlist .pro-l .navlink .icon-ar img {
  width: 100%;
}

.navbtns {
  display: flex;
  align-items: center;
}
.navbtns .btnsub {
  height: 46px;
  padding: 0 22px;
  border-radius: 6px;
  border: solid 2px #333;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #333;
}
.navbtns .btnsub img {
  width: 6px;
  margin: 0 0 0 8px;
}
.navbtns .btnpri {
  height: 46px;
  padding: 0 22px;
  border-radius: 6px;
  background-color: #1a56c3;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbtns .btnpri img {
  width: 6px;
  margin: 0 0 0 8px;
}

.cardgrid {
  position: fixed;
  top: 113px;
  left: 0;
  width: 100%;
  background-color: #f3f3f3;
  display: none;
  gap: 0 40px;
  padding: 36px 0;
  z-index: 1;
  justify-content: center;
}
.cardgrid .tcarditem .cardlink {
  width: 580px;
  height: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #1a56c3;
  background-color: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.cardgrid .tcarditem .cardlink .cardicon {
  margin: 0 25px 0 0;
}
.cardgrid .cardcol {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
}
.cardgrid .cardcol .carditem .cardlink {
  width: 580px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}

.sp-drawer {
  display: none;
}

.mv-out {
  margin-top: calc(112 / 1440 * 100vw);
}
@media screen and (min-width: 1440px), print {
  .mv-out {
    margin-top: 112px;
  }
}

.leadtxt2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  color: #333;
  padding: 18px 0 16px;
}

.mainttl2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  color: #333;
  padding: 0 0 31px;
}

.mainttl2 span {
  font-size: 50px;
  font-weight: bold;
}

.infobox2 {
  display: flex;
  gap: 0 32px;
  align-items: center;
}

.counttx2 {
  width: 234px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: normal;
  color: #333;
  border-bottom: 2px solid #cecece;
  padding: 0 0 2px;
}

.countno2 {
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #1a56c3;
  font-family: "Montserrat", sans-serif;
}

.sha2 {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: normal;
  color: #1a56c3;
  margin: 0 5px 0 3px;
}

.countsx2 {
  position: relative;
  top: -7px;
}

.notetxt2 {
  flex: 1;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #9fa0a0;
  position: relative;
  top: 4px;
}

.mv-out .mv .mv-img-wrapper {
  background-image: url(../../assets/images/back-main.webp);
}
.mv-out .mv .mv-img-wrapper .mv-img {
  width: 545px;
}
.mv-out .mv .btn-mv {
  background-color: #1a56c3;
}
.mv-out .mv .btn-mv a {
  background-image: url(../../assets/images/icon-allow.webp);
}
.mv-out .mv {
  height: 592px;
}
.mv-out .mv .mv-img-wrapper .mv-img {
  top: 141px;
}

.pankuzu {
  background: url(../../assets/images/common/panback.webp) repeat 0 0;
  padding: 9px 0 12px;
}
.pankuzu ul {
  display: flex;
  padding-left: 2.1875vw;
}
.pankuzu ul li {
  position: relative;
  margin: 0 10px 0 0;
}
.pankuzu ul li::after {
  content: "";
  background: url(../../assets/images/common/allow09.webp) repeat 0 0/5px 8px;
  width: 5px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -2px 0 0 0;
}
.pankuzu ul li:last-child::after {
  display: none;
}
.pankuzu ul li a {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding: 0 17px 0 0px;
}

.id-tpo-footer .f-bottom {
  display: none;
}

img,
iframe,
object {
  /* 画面のサイズに合わせて画像もレスポンシブに対応する場合は以下のように記述。 */
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1380px) and (min-width: 767px) {
  .leadtxt2 {
    font-size: 1.7391304348vw;
    padding: 1.3043478261vw 0 1.1594202899vw;
  }
  .mainttl2 {
    font-size: 4.347826087vw;
    padding: 0 0 2.2463768116vw;
  }
  .mainttl2 span {
    font-size: 3.6231884058vw;
  }
  .infobox2 {
    gap: 0 2.3188405797vw;
  }
  .counttx2 {
    width: 16.9565217391vw;
    font-size: 1.4492753623vw;
    padding: 0 0 0.1449275362vw;
  }
  .countno2 {
    font-size: 3.4782608696vw;
  }
  .sha2 {
    font-size: 2.4637681159vw;
    margin: 0 0.3623188406vw 0 0.2173913043vw;
  }
  .countsx2 {
    position: relative;
    top: -0.5072463768vw;
  }
  .notetxt2 {
    top: 0.2898550725vw;
  }
  .mv-out .mv {
    height: 42.8985507246vw;
  }
  .mv-out .mv .mv-img-wrapper .mv-img {
    width: 39.4927536232vw;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .navbtns {
    gap: calc(8 / 1440 * 100vw);
    margin: 0 calc(24 / 1440 * 100vw) 0 0;
  }
  .top-margin01 {
    margin-top: 7.5625vw;
  }
  .navlist .navunit .navlink {
    font-size: calc(14 / 1440 * 100vw);
    padding: 1.75vw 1vw;
  }
  .navlist .pro-l .navlink .icon-ar {
    margin: 0 0.9375vw 0 1.25vw;
    position: relative;
    top: -0.3125vw;
    width: calc(10 / 1600 * 100vw);
  }
  .navbtns .btnsub {
    padding: 0 calc(22 / 1440 * 100vw);
    height: 2.875vw;
    font-size: 0.9375vw;
  }
  .navbtns .btnsub img {
    width: calc(6 / 1600 * 100vw);
    margin: 0 0 0 0.5vw;
  }
  .navbtns .btnpri {
    padding: 0 calc(22 / 1440 * 100vw);
    height: 2.875vw;
    font-size: 0.9375vw;
  }
  .navbtns .btnpri img {
    width: calc(6 / 1600 * 100vw);
    margin: 0 0 0 0.5vw;
  }
  .navlist .navunit {
    line-height: 1vw;
  }
  .cardgrid {
    top: 7.0625vw;
    gap: 0 2.5vw;
    padding: 2.25vw 0;
  }
  .cardgrid .tcarditem .cardlink {
    width: 36.25vw;
    height: 11.125vw;
    font-size: 1.25vw;
  }
  .cardgrid .tcarditem .cardlink .cardicon {
    margin: 0 1.5625vw 0 0;
  }
  .cardgrid .cardcol {
    gap: 1.125vw 0;
  }
  .cardgrid .cardcol .carditem .cardlink {
    width: 36.25vw;
    height: 5vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px), print {
  .navbtns {
    margin-right: 24px;
    gap: 8px;
  }
}
@media screen and (max-width: 1610px) and (min-width: 767px) {
  .first-sec {
    margin-top: 7.5vw;
    margin-left: 2.1875vw;
    background: url(../../assets/images/back-main.webp) no-repeat right 0/59.6273291925vw 32.1739130435vw;
  }
  .tb-marg01 {
    padding: 3.7267080745vw 0 3.0434782609vw;
  }
  .first-sec .first-in {
    gap: 0 10.248447205vw;
  }
  .first-sec .first-in .first-l .leadtxt {
    font-size: 1.4906832298vw;
    padding: 1.1180124224vw 0 0.9937888199vw;
  }
  .first-sec .first-in .first-l {
    width: 43.4782608696vw;
    padding: 0 0 0 0.3726708075vw;
  }
  .first-sec .first-in .first-l .mainttl {
    font-size: 3.7267080745vw;
    padding: 0 0 1.9254658385vw;
  }
  .first-sec .first-in .first-l .infobox {
    gap: 0 1.9875776398vw;
    padding: 0 0 2.1118012422vw;
  }
  .first-sec .first-in .first-l .infobox .counttx {
    width: 19.1304347826vw;
    font-size: 1.2422360248vw;
    padding: 0 0 0.1242236025vw;
  }
  .first-sec .first-in .first-l .infobox .counttx .countno {
    font-size: 2.9813664596vw;
  }
  .first-sec .first-in .first-l .infobox .counttx .sha {
    font-size: 2.1118012422vw;
    margin: 0 0.3105590062vw 0 0.1863354037vw;
  }
  .first-sec .first-in .first-l .infobox .counttx .countsx {
    top: -0.4347826087vw;
  }
  .first-sec .first-in .first-l .infobox .notetxt {
    width: 22.6086956522vw;
    font-size: 0.8695652174vw;
    top: 0.248447205vw;
  }
  .first-sec .first-in .first-l .downbtn {
    gap: 0 6.397515528vw;
    width: 24.4099378882vw;
    height: 4.9689440994vw;
    font-size: 0.8695652174vw;
  }
  .first-sec .first-in .first-l .downbtn .d-button .btntop {
    font-size: 1.3043478261vw;
  }
  .first-sec .first-in .first-l .downbtn .d-button .btnmain {
    font-size: 1.3664596273vw;
  }
  .d-img img {
    width: 1.7391304348vw;
  }
  .first-sec .first-in .pc-desktop {
    width: 45.9627329193vw;
  }
  .first-sec .first-in .first-l .mainttl span {
    font-size: 3.1055900621vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 1885px) and (min-width: 767px) {
  .feature3-sec .feature3-in .ptflex {
    margin: 0 auto 4.2440318302vw;
  }
  .feature3-sec .feature3-in .ptflex .pttext {
    width: 48.5%;
    min-height: 40.7427055703vw;
    margin: 0 5.125% 0px 0;
  }
  .feature3-sec .feature3-in .ptflex .pttext .pttext-in {
    width: 69%;
    padding: 4.2440318302vw 0 0;
  }
  .feature3-sec .feature3-in .ptflex .pttext .pttag {
    width: 18.7798408488vw;
    padding: 0.1591511936vw 0 0.0530503979vw;
    font-size: 2.1220159151vw;
    margin: 0 0 2.1220159151vw;
  }
  .feature3-sec .feature3-in .ptflex .pttext .pttag::before {
    content: "";
    background: url(../../assets/images/heading-l.webp) no-repeat 0 0/0.424403183vw 2.9708222812vw;
    width: 0.424403183vw;
    height: 2.9708222812vw;
    left: -0.3713527851vw;
  }
  .feature3-sec .feature3-in .ptflex .pttext .pttag::after {
    content: "";
    background: url(../../assets/images/heading-r.webp) no-repeat 0 0/0.424403183vw 2.9708222812vw;
    width: 0.424403183vw;
    height: 2.9708222812vw;
    right: -0.3713527851vw;
  }
  .feature3-sec .feature3-in .ptflex .pttext .pttag span {
    font-size: 1.4854111406vw;
    margin: 0 0.2652519894vw 0 0;
  }
  .feature3-sec .feature3-in .ptflex .pttext .pthd {
    padding: 0 0 1.2732095491vw;
  }
  .feature3-sec .feature3-in .ptflex .pttext .ptbd {
  }
  .feature3-sec .feature3-in .ptflex .ptfig {
    padding: 4.2440318302vw 0 0;
  }
  .feature3-sec .feature3-in .ptflex03 {
    margin: 0 auto 0px;
  }
  .tb-marg06 {
    padding: 4.2440318302vw 0 5.3050397878vw;
  }
}
.pc-display-inl {
  display: inline !important;
}

.pc-display-block {
  display: block !important;
}

.pc-display-none {
  display: none !important;
}

@media only screen and (min-width: 2020px) {
  .feature3-sec .feature3-in .ptflex .ptfig {
    left: 50%;
    margin: 0 0 0 -1001px;
  }
  .feature3-sec .feature3-in .ptflex02 .ptfig {
    left: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .top-margin01 {
    margin-top: 121px;
  }

  .first-sec {
    margin-top: 112px;
  }
  .head-top {
    top: 40px;
    height: 72px;
  }
}
@media only screen and (max-width: 1240px) {
  .movie-sec {
    margin: 0 20px;
  }
  .merit-sec {
    padding: 0 20px;
  }
  .feature-sec {
    padding: 0 20px;
  }
  .cta-sec {
    padding: 0 20px;
    height: auto;
  }
  .plan-sec {
    margin: 0 20px;
  }
  .faq-sec {
    margin: 0 20px;
  }
  .pagetitle01 {
    padding-left: 2.1875vw;
  }
  .license-sec {
    padding: 0 20px;
  }
  .option-sec {
    padding: 0 20px;
  }
  .online-sec {
    padding: 0 20px;
  }
  .cta02-sec {
    padding: 0 20px;
  }
  .footermenu-sec {
    padding: 0 20px;
  }
  .online-sec .online-in .callbox .callimg {
    width: 45%;
  }
  .cta02-sec .cta02-in .phnbox .phnleft {
    width: 35%;
  }
}
/*
@media only screen and (max-width:1200px) {
.feature3-sec .feature3-in .ptflex .pttext {
    width: 46.5%;
    margin: 0 0 0px 0;
}
.feature3-sec .feature3-in .ptflex .ptfig {
    width: 57%;
}
}

@media only screen and (max-width:1060px) {
    .feature-sec .feature-in .featlst .featitem {
    height: auto;
    padding: 0 0 40px;
}
}
@media only screen and (max-width: 935px) {
    .feature3-sec .feature3-in .ptflex .pttext {
        width: 41.5%;
        margin: 0 0 0px 0;
    }
}
@media only screen and (max-width: 860px) {
    .feature3-sec .feature3-in .ptflex .pttext {
        width: 53.5%;
        margin: 0 0 0px 0;
    }
        .feature3-sec .feature3-in .ptflex .ptfig {
        width: 52%;
    }
}
    */
@media only screen and (max-width: 1150px) {
  .cta02-sec .cta02-in .phnbox {
    flex-direction: column;
    align-items: center;
  }
  .cta02-sec .cta02-in .phnbox .phnleft {
    width: 100%;
    max-width: none;
  }
  .cta02-sec .cta02-in .phnbox .phnright {
    flex: auto;
    width: 100%;
  }
  .cta02-sec .cta02-in .phnbox .phnright .phnright-in {
    justify-content: center;
  }
  .mv-out .mv .mv-img-wrapper .mv-img {
    top: 111px;
  }
}
@media only screen and (max-width: 767px) {
  .u-br-c br {
    display: none;
  }
  .sp-display-block {
    display: block !important;
  }
  .sp-display-inl {
    display: inline !important;
  }
  .sp-display-none {
    display: none !important;
  }
  .movie-sec {
    margin: 0 0px;
  }
  .merit-sec {
    padding: 0 0px;
  }
  .feature-sec {
    padding: 0 0px;
  }
  .cta-sec {
    padding: 0 0px;
  }
  .plan-sec {
    margin: 0 0px;
  }
  .faq-sec {
    margin: 0 0px;
  }
  .head-top {
    top: 16vw;
  }
  .head-top .top-logo {
    padding: 5.2151238592vw 3.9113428944vw 5.2151238592vw 3.9113428944vw;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  .head-top .top-logo img {
    width: 28.5528031291vw;
  }
  .first-sec {
    margin-top: 31.0666666667vw;
    background: none;
  }
  .first-sec .first-in {
    background: none;
    display: block;
  }
  .pc-desktop {
    display: none;
  }
  .pc-desktop2 {
    display: block;
  }
  .tb-marg01 {
    padding: 6.518904824vw 0 13.037809648vw;
  }
  .first-sec .first-in .first-l {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
  .first-sec .first-in .first-l .leadtxt {
    font-size: 4.4328552803vw;
    line-height: 0.76;
    padding: 0 0 2.0860495437vw;
  }
  .first-sec .first-in .first-l .mainttl {
    font-size: 7.8226857888vw;
    line-height: 1.25;
    padding: 0 0 1.0430247718vw;
  }
  .first-sec .first-in .first-l .mainttl span {
    font-size: 6.518904824vw;
  }
  .first-sec .first-in .first-l .infobox {
    gap: 0;
    padding: 0 0 0px;
    align-items: baseline;
    flex-direction: column;
  }
  .first-sec .first-in .first-l .infobox .counttx {
    width: 44.9804432855vw;
    font-size: 2.8683181226vw;
    border-bottom: 0.5215123859vw solid #cecece;
    padding: 0 0 0.260756193vw;
    margin: 0 0 2.6075619296vw;
  }
  .first-sec .first-in .first-l .infobox .counttx .countno {
    font-size: 7.0404172099vw;
  }
  .first-sec .first-in .first-l .infobox .notetxt {
    width: 100%;
    font-size: 3.1290743155vw;
    font-weight: normal;
    line-height: 1.5;
    position: static;
    padding: 0 0 10.4302477184vw;
  }
  .pc-desktop2 {
    padding: 0 0 6.518904824vw;
  }
  .first-sec .first-in .first-l .downbtn {
    gap: 0 24.2503259452vw;
    width: 100%;
    height: 20.0782268579vw;
    font-size: 2.998696219vw;
    font-weight: bold;
  }
  .first-sec .first-in .first-l .downbtn .d-button .btntop {
    font-size: 4.6936114733vw;
    margin: 0 0 0 1.9556714472vw;
  }
  .first-sec .first-in .first-l .downbtn .d-button .btnmain {
    font-size: 4.9543676662vw;
    line-height: 1.26;
  }
  .d-img {
    width: 6.518904824vw;
  }
  .d-img img {
    width: 100%;
  }
  .tb-marg02 {
    padding: 0px 0 13.037809648vw;
  }
  .movie-sec .movie-in {
    gap: 0;
    flex-direction: column;
    width: 92%;
    margin: 0 auto;
  }
  .movie-sec .movie-in .cmleft {
    width: 100%;
    padding: 0 0 4.0417209909vw;
  }
  .movie-sec .movie-in .cmleft iframe {
    aspect-ratio: 16/9;
    width: 100%;
  }
  .movie-sec .movie-in .cmright {
    width: 100%;
    padding: 0px;
  }
  .movie-sec .movie-in .cmright .cmlead {
    font-size: 3.9113428944vw;
    line-height: 1.5;
    padding: 0 0 1.3037809648vw;
  }
  .br01 {
    display: inline;
  }
  .movie-sec .movie-in .cmright .cmtitl {
    font-size: 5.4758800522vw;
    line-height: 1.19;
    padding: 0 0 4.0417209909vw;
  }
  .movie-sec .movie-in .cmright .cmbody {
    font-size: 3.6505867014vw;
    line-height: 1.57;
  }
  .tb-marg03 {
    padding: 13.037809648vw 0 13.037809648vw;
  }
  .i-title {
    font-size: 6.518904824vw;
    line-height: 1.5;
  }
  .br02 {
    display: inline;
  }
  .merit-sec .merit-in .merittl {
    padding: 0 0 6.518904824vw;
  }
  .merit-sec .merit-in .meritlst {
    gap: 5.9973924381vw 0;
    flex-direction: column;
  }
  .merit-sec .merit-in .meritlst .cardbox {
    width: 86%;
    margin: 0 auto;
    padding-bottom: calc(40 / 1600 * 100vw);
    height: auto;
    border-radius: 1.3037809648vw;
  }
  .merit-sec .merit-in .meritlst .cardbox .cardttl {
    height: auto;
    font-size: 5.7366362451vw;
    line-height: 1.45;
    padding: 10.4302477184vw 0 10.9517601043vw;
  }
  .merit-sec .merit-in .meritlst .cardbox .cardfig .cardimg {
    height: 32.9856584094vw;
    padding: 0 0 5.3455019557vw;
    width: auto;
  }
  .merit-sec .merit-in .meritlst .cardbox .cardtxt {
    font-size: 3.6505867014vw;
    line-height: 1.71;
    padding: 0 6.258148631vw 9.517601043vw;
  }
  .merit-sec .merit-in .meritlst .cardbox2 .cardttl {
    padding: 6.9100391134vw 0 6.1277705346vw;
  }
  .br03 {
    display: inline;
  }
  .tb-marg04 {
    padding: 13.037809648vw 0 15.6453715776vw;
  }
  .feature-sec .feature-in .featuretl {
    padding: 0 0 13.037809648vw;
  }
  .feature-sec .feature-in .featlst {
    gap: 6.258148631vw 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .feature-sec .feature-in .featlst .featitem {
    width: 80%;
    height: auto;
    min-height: auto;
    margin: 0 auto;
    padding: 0px 0px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  .feature-sec .feature-in .featlst .featitem .featicon {
    padding: 5.6062581486vw 0 5.2151238592vw;
    width: 28.9439374185vw;
    margin: 0 auto;
  }
  .feature-sec .feature-in .featlst .featitem .featicon img {
    width: 100%;
  }
  .feature-sec .feature-in .featlst .featitem .feathd {
    font-size: 5.7366362451vw;
    line-height: 1.23;
    padding: 0 0 5.8670143416vw;
  }
  .feature-sec .feature-in .featlst .featitem .featbd {
    font-size: 3.6505867014vw;
    line-height: 1.71;
    padding: 0 6.258148631vw 5.8670143416vw;
  }
  .feature-sec .feature-in .featlst .featitem2 .featbd {
    padding: 0 6.258148631vw 5.2151238592vw;
  }
  .feature-sec .feature-in .featlst .featitem .featbd2 {
    font-size: 2.8683181226vw;
    line-height: 1.27;
    padding: 0 6.258148631vw 5.7366362451vw;
  }
  .ctalft {
    display: none;
  }
  .ctafig2 {
    display: block;
    width: 78.2268578879vw;
    margin: 0 auto 6.518904824vw;
  }
  .ctafig2 img {
    width: 100%;
  }
  .cta-sec {
    height: auto;
  }
  .cta-sec .cta-in {
    gap: 0 0;
  }
  .cta-sec .cta-in .ctalft {
    width: 100%;
  }
  .cta-sec .cta-in .ctarht {
    width: 100%;
    padding: 0;
  }
  .cta-sec .cta-in .ctarht .ctatxt {
    font-size: 6.518904824vw;
    line-height: 1.5;
    padding: 0 0 6.518904824vw;
    text-align: center;
  }
  .cta-sec .cta-in .ctarht .ctatxt .br04 {
    display: none;
  }
  .cta-sec .cta-in .ctarht .ctatxt span {
    font-size: 4.9543676662vw;
    font-weight: bold;
    line-height: 1.42;
    display: block;
    padding: 0 0 2.6075619296vw;
  }
  .br05 {
    display: inline;
  }
  .tb-marg05 {
    padding: 13.037809648vw 0 13.037809648vw;
  }
  .cta-sec .cta-in .ctarht .ctabtn {
    width: 89.9608865711vw;
    height: 18.3833116037vw;
    border-radius: 9.1264667536vw;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    font-size: 5.2151238592vw;
    line-height: 1.15;
    margin: 0 auto;
  }
  .cta-sec .cta-in .ctarht .ctabtn .btnarr {
    margin: 0px 0 0 4.8239895698vw;
  }
  .cta-sec .cta-in .ctarht .ctabtn .btnarr img {
    width: 1.9556714472vw;
    position: relative;
    top: -0.5215123859vw;
    left: 3.7809647979vw;
    position: static;
  }
  .feature3tl2 {
    display: block;
    padding: 15.6453715776vw 0 13.037809648vw;
  }
  .feature3tl {
    display: none;
  }
  .br06 {
    display: inline;
  }
  .tb-marg06 {
    padding: 15.6453715776vw 0 0px;
  }
  .feature3-sec .feature3-in .ptflex01 {
    flex-direction: column-reverse;
  }
  .feature3-sec .feature3-in .ptflex .pttext {
    width: 80%;
    margin: 0 auto;
    min-height: 100.1303780965vw;
  }
  .feature3-sec .feature3-in .ptflex .pttext {
    width: 80%;
    transform: skewX(0deg);
    margin: 0 auto;
  }
  .feature3-sec .feature3-in .ptflex .pttext .pttext-in {
    width: auto;
    margin: 0 auto;
    transform: skewX(0deg);
    padding: 0;
  }
  .feature3-sec .feature3-in .ptflex .pttext .pttag {
    width: 46.1538461538vw;
    padding: 0.3911342894vw 0 0.1303780965vw;
    font-size: 5.2151238592vw;
    margin: -3.6505867014vw auto 6.7796610169vw;
  }
  .feature3-sec .feature3-in .ptflex .pttext .pttag span {
    font-size: 3.6505867014vw;
    margin: 0 0.6518904824vw 0 0;
  }
  .br07 {
    display: inline;
  }
  .feature3-sec .feature3-in .ptflex .pttext .pthd {
    font-size: 5.9973924381vw;
    line-height: 1.48;
    padding: 0 0 5.4758800522vw;
    text-align: center;
  }
  .feature3-sec .feature3-in .ptflex .pttext .ptbd {
    width: 84.16%;
    margin: 0 auto;
    font-size: 3.6505867014vw;
    line-height: 1.71;
    padding: 0 0 64.7979139505vw 0;
  }
  .feature3-sec .feature3-in .ptflex {
    position: relative;
    margin-bottom: 14.2112125163vw;
  }
  .feature3-sec .feature3-in .ptflex .ptfig {
    width: 92.5684485007vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7.3011734029vw;
  }
  .feature3-sec .feature3-in .ptflex .pttext .ptbd2 {
    padding: 0 0 4.0417209909vw 0;
  }
  .br08 {
    display: inline;
  }
  .br09 {
    display: inline;
  }
  .feature3-sec .feature3-in .ptflex03 {
    margin-bottom: 0;
  }
  .tb-marg07 {
    padding: 13.037809648vw 0 15.6453715776vw;
  }
  .br10 {
    display: inline;
  }
  .plan-sec .plan-in .planttl {
    padding: 0 0 10.2998696219vw;
    letter-spacing: -0.5px;
  }
  .plan-sec .plan-in .rategrid {
    flex-direction: column;
    gap: 5.2151238592vw 0;
  }
  .plan-sec .plan-in .rategrid .ratecard {
    max-width: none;
    width: calc(688 / 750 * 100vw);
    margin: 0 auto;
    box-sizing: border-box;
    border-width: 1px;
  }
  .plan-sec .plan-in .rategrid .ratecard2 {
    border: solid 1px #17448b;
    margin: 0 auto;
  }
  .plan-sec .plan-in .rategrid .ratecard .ratelbl {
    height: 13.037809648vw;
    font-size: 5.7366362451vw;
    font-weight: bold;
    line-height: 0.93;
  }
  .plan-sec .plan-in .rategrid .ratecard .ratedesc {
    padding: 3.520208605vw 0 7.4315514993vw;
    font-size: 3.6505867014vw;
    line-height: 1.71;
  }
  .plan-sec .plan-in .rategrid .ratecard .rateprc {
    padding: 0 calc(8 / 750 * 100vw) 6.7796610169vw;
  }
  .plan-sec .plan-in .rategrid .ratecard .rateprc .prclab {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: -.05em;
  }
  .plan-sec .plan-in .rategrid .ratecard .rateprc .prcnum {
    font-size: calc(87 / 750 * 100vw);
    line-height: 0.45;
    letter-spacing: -.05em;
    margin: 0 1.8252933507vw 0 0;
    top: 1.0430247718vw;
  }
  .plan-sec .plan-in .rategrid .ratecard .rateprc .prcnum b {
    font-size: calc(75 / 750 * 100vw);
    line-height: 0.6;
    letter-spacing: -.05em;
    margin: 0 1.5645371578vw 0 3.259452412vw;
  }
  .plan-sec .plan-in .rategrid .ratecard .rateprc .prcunit {
    font-size: calc(25 / 750 * 100vw);
    line-height: 1.85;
  }
  .faq-sec .faq-in .faqttl {
    padding: 0 0 10.4302477184vw;
  }
  .faq-sec .faq-in .faqbox {
    max-width: none;
    margin: 0 auto;
    width: 89.33%;
  }
  .faq-sec .faq-in .faqbox .faqitem {
    border-radius: 1.5645371578vw;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    margin: 0 0 5.2151238592vw;
    padding: 0 13.2985658409vw 0 5.4758800522vw;
  }
  .faq-sec .faq-in .faqbox .faqitem .faqlin {
    display: flex;
    padding: 4.1720990874vw 0 5.2151238592vw;
  }
  .faq-sec .faq-in .faqbox .faqitem .faqlin .faqlab {
    font-size: 4.6936114733vw;
    width: 8.3441981747vw;
  }
  .faq-sec .faq-in .faqbox .faqitem .faqlin .faqlab span {
    position: absolute;
    right: -7.1707953064vw;
    top: 50%;
    margin: -7.0404172099vw 0 0 0;
    font-size: 7.5619295958vw;
    font-weight: 400;
    color: #ccc;
  }
  .faq-sec .faq-in .faqbox .is-open .faqlin .faqlab span {
    font-size: 2.8683181226vw;
    line-height: 1;
    font-weight: 500;
    margin: -2.2164276402vw 0 0 0;
  }
  .faq-sec .faq-in .faqbox .faqitem .faqlin .faqtxt {
    font-size: 3.6505867014vw;
    line-height: 1.71;
    padding: 0.6518904824vw 0 0;
  }
  .faq-sec .faq-in .faqbox .faqitem:last-child {
    margin-bottom: 0;
  }
  .br11 {
    display: inline;
  }
  .footer2 .f-inner {
    padding: 0;
    flex-direction: column;
  }
  .footer2 .f-inner .f-footer_navList li:nth-child(2n+1) {
    border-left: 1px solid #CCCCCC;
  }
  .footer2 .f-inner .f-footer_navList {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #CCCCCC;
    background-color: #F3F3F3;
  }
  .footer2 .f-inner .f-footer_navList li {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
  }
  .footer2 .f-inner .f-footer_navList li a {
    padding: 3.520208605vw 0 4.9543676662vw 3.9113428944vw;
    display: block;
    font-size: 3.259452412vw;
  }
  .footer2 .f-inner .f-footer_navList li a:after {
    background: url(../../assets/images/common/ico_blank2_red.svg) no-repeat 0 3px/3.6505867014vw 2.8683181226vw;
    width: 3.7809647979vw;
    height: 3.6505867014vw;
  }
  .footer2 .f-inner .f-copy {
    margin: 0;
    padding: 4.4328552803vw 0 4.4328552803vw;
    text-align: center;
    font-size: 3.1290743155vw;
    width: 100%;
  }
  .footer2 .f-inner .f-footer_navList1 {
    display: none;
  }
  .footer2 .f-inner .f-footer_navList2 {
    display: flex;
  }
  .tb-marg08 {
    padding: 0px 0 14.6023468057vw;
  }
  .feature3-sec .feature3-in .ptflex .pttext .pttag::before {
    content: "";
    background: url(../../assets/images/heading-l.webp) no-repeat 0 0/1.0430247718vw 7.3011734029vw;
    width: 1.0430247718vw;
    height: 7.3011734029vw;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -0.9126466754vw;
  }
  .feature3-sec .feature3-in .ptflex .pttext .pttag::after {
    content: "";
    background: url(../../assets/images/heading-r.webp) no-repeat 0 0/1.0430247718vw 7.3011734029vw;
    width: 1.0430247718vw;
    height: 7.3011734029vw;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -0.9126466754vw;
  }
  .first-sec .first-in .first-l .infobox .counttx .sha {
    font-size: 4.4328552803vw;
    margin: 0 0.6518904824vw 0 0.3911342894vw;
  }
  .pagetitle01 {
    padding: 5.6062581486vw 5.2151238592vw 6.9100391134vw;
    background-image: linear-gradient(to right bottom, #17448B, #1A56C3);
  }
  .pagetitle01 span {
    font-size: 5.7366362451vw;
  }
  .license-sec {
    padding: 0;
  }
  .tb-marg09 {
    padding: 6.518904824vw 0 15.6453715776vw;
  }
  .title01 {
    font-size: 5.7366362451vw;
    padding: 0 0 2.6075619296vw;
    margin: 0 auto 6.258148631vw;
    border-bottom: 2px solid #eaeaea;
    width: 92.2%;
  }
  .title01::after {
    content: "";
    height: 2px;
    width: 11.7340286832vw;
    bottom: -2px;
  }
  .license-sec .license-in .licenselist {
    width: 92.2%;
    gap: 6.518904824vw 0;
    margin: 0 auto 12.5162972621vw;
    flex-direction: column;
  }
  .license-sec .license-in .licenselist .licensecard {
    max-width: none;
  }
  .license-sec .license-in .licenselist .licensecard .licensettl {
    background-color: #1a56c3;
    padding: 1.4341590613vw 0;
    font-size: 5.7366362451vw;
    margin: 0 0 2.8683181226vw;
  }
  .license-sec .license-in .licenselist .licensecard .licensedsc {
    font-size: 3.3898305085vw;
    line-height: 1.85;
    margin: 0 0 1.9556714472vw;
  }
  .license-sec .license-in .licenselist .licensecard .licensefee .feelab {
    font-size: 5.7366362451vw;
    line-height: 1.09;
    padding: 0 0 3.6505867014vw;
  }
  .license-sec .license-in .licenselist .licensecard .licensefee .feeline {
    padding: 0 0 3.6505867014vw;
  }
  .license-sec .license-in .licenselist .licensecard .licensefee .feeline .feemrk {
    font-size: 11.0821382008vw;
  }
  .license-sec .license-in .licenselist .licensecard .licensefee .feeline .feenum {
    font-size: 13.037809648vw;
  }
  .license-sec .license-in .licenselist .licensecard .licensefee .feeline .feeunit {
    font-size: 3.6505867014vw;
    top: -0.9126466754vw;
    left: 0.7822685789vw;
  }
  .license-sec .license-in .licenselist .licensecard .licensebtn {
    max-width: none;
    width: 82.3989569752vw;
    margin: 0 auto 5.6062581486vw;
    height: 15.3846153846vw;
    font-size: 4.1720990874vw;
    border-width: 1px;
  }
  .license-sec .license-in .licenselist .licensecard .licensebtn img {
    margin: 0 0 0 2.0860495437vw;
    width: 1.9556714472vw;
  }
  .tblsec table.feattbl {
    margin: 0 auto 2.6075619296vw;
    width: 92.2%;
  }
  @media screen and (max-width: 767px) {
    .tblsec table.feattbl .col1 {
      width: 15.65%;
    }
    .tblsec table.feattbl .col2 {
      width: 49.85%;
    }
    .tblsec table.feattbl .col3,
    .tblsec table.feattbl .col4 {
      width: 17.39%;
    }
  }
  .tblsec table.feattbl thead.tblhed tr.hedrow th.hedth01 {
    width: calc(108 / 750 * 100vw);
    font-size: 2.6075619296vw;
  }
  .tblsec table.feattbl thead.tblhed tr.hedrow th.hedth02 {
    font-size: 2.6075619296vw;
    width: calc(344 / 750 * 100vw);
    padding: 1.3037809648vw 0.5215123859vw;
  }
  .tblsec table.feattbl thead.tblhed tr.hedrow th.hedth.hedpln01 {
    font-size: 2.6075619296vw;
    width: calc(120 / 750 * 100vw);
    padding: 0.9126466754vw 0.5215123859vw;
    box-sizing: border-box;
  }
  .tblsec table.feattbl thead.tblhed tr.hedrow th.hedth.hedpln02 {
    font-size: 2.6075619296vw;
    width: calc(120 / 750 * 100vw);
    padding: 0.9126466754vw 0.5215123859vw;
    box-sizing: border-box;
  }
  .tblsec table.feattbl tbody.tblbod tr.tblrow th.catth {
    font-size: 2.6075619296vw;
  }
  .tblsec table.feattbl td {
    font-size: 2.6075619296vw;
    padding: 0.5215123859vw 2.6075619296vw;
  }
  .tblsec table.feattbl th {
    padding: 0.9126466754vw 0.5215123859vw;
  }
  .tblsec table.feattbl tbody.tblbod tr.tblrow td.plnceld .plntxt {
    font-size: 1.9556714472vw;
  }
  .tblsec table.feattbl tbody.tblbod tr.tblrow td.plnceld .plntxt {
    font-size: calc(20 / 750 * 100vw);
  }
  .tblsec table.feattbl tbody.tblbod tr.tblrow td.plnceld .plntxt01 {
    font-size: calc(20 / 750 * 100vw);
  }
  .tblsec table.feattbl tbody.tblbod tr.tblrow td.plnceld .plntxt02 {
    font-size: 2.6075619296vw;
  }
  .tblsec .notetxt {
    width: 92.2%;
    margin: 0 auto;
    font-size: 2.6075619296vw;
    line-height: 1.2;
  }
  .tb-marg10 {
    padding: 6.9100391134vw 0 9.1264667536vw;
  }
  .option-sec .option-in .title01 {
    margin: 0 0 7.4315514993vw;
  }
  .option-sec .option-in .optbox {
    flex-direction: column;
    margin: 0 0 6.518904824vw;
  }
  .option-sec .option-in .optbox .optleft {
    position: relative;
    max-width: none;
    width: 100%;
    padding: 14.2112125163vw 0 8.3441981747vw;
    border-radius: 5px 5px 0 0;
  }
  .option-sec .option-in .optbox .optleft .optbub {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -37.9400260756vw;
    top: -6.3885267275vw;
    width: 75.8800521512vw;
    height: 15.7757496741vw;
    background: url(../images/plan/img01.webp) no-repeat 0 0/75.8800521512vw 15.7757496741vw;
    font-size: 3.9113428944vw;
  }
  .option-sec .option-in .optbox .optleft .optbub .optblu0 {
    padding: 1.8252933507vw 0 0;
  }
  .option-sec .option-in .optbox .optleft .optltl {
    font-size: 6.258148631vw;
  }
  .option-sec .option-in .title01 {
    margin: 0 0 13.5593220339vw;
    width: 100%;
  }
  .option-sec .option-in .optbox .optrgt {
    border-radius: 0 0 5px 5px;
  }
  .option-sec .option-in .optbox .optrgt .optrgt-in {
    padding: 4.0417209909vw 2.7379400261vw 3.9113428944vw;
  }
  .option-sec .option-in .optbox .optrgt .pricrow {
    margin: 0 0 3.259452412vw;
  }
  .option-sec .option-in .optbox .optrgt .pricrow .priclab {
    width: 15.6453715776vw;
    height: 13.5593220339vw;
    font-size: 3.6505867014vw;
  }
  .option-sec .option-in .optbox .optrgt .pricrow .pricval {
    height: 13.5593220339vw;
    font-size: calc(32 / 750 * 100vw);
    justify-content: left;
    padding: 0 0 0 19.556714472vw;
  }
  .option-sec .option-in .optbox .optrgt .pricrow .pricval .pricsuf {
    font-size: calc(20 / 750 * 100vw);
    position: relative;
    top: 0.6518904824vw;
  }
  .option-sec .option-in .optbox .optrgt .optdsc {
    font-size: calc(24 / 750 * 100vw);
    line-height: calc(36 / 24 * 1em);
    letter-spacing: -.05em;
  }
  .option-sec .option-in .optcta {
    width: 82.3989569752vw;
    height: 15.2542372881vw;
    font-size: 4.1720990874vw;
    max-width: none;
  }
  .option-sec .option-in .optcta img {
    margin: 0 0 0 3.7809647979vw;
    width: 1.9556714472vw;
  }
  .online-sec {
    padding: 0;
  }
  .tb-marg11 {
    padding: 15.6453715776vw 0 15.6453715776vw;
  }
  .online-sec .online-in .callbox {
    flex-direction: column;
    width: 92.2%;
    margin: 0 auto;
  }
  .online-sec .online-in .callbox .callimg {
    width: 100%;
    max-width: none;
  }
  .online-sec .online-in .callbox .callimg img {
    width: 100%;
  }
  .online-sec .online-in .callbox .calltxt {
    flex: 1;
    padding: 5.2151238592vw 2.7379400261vw 5.2151238592vw;
  }
  .online-sec .online-in .callbox .calltxt .callsub {
    font-size: calc(26 / 750 * 100vw);
  }
  .online-sec .online-in .callbox .calltxt .callttl {
    font-size: calc(44 / 750 * 100vw);
    margin: 0 0 2.3468057366vw;
  }
  .online-sec .online-in .callbox .calltxt .calldsc {
    font-size: calc(26 / 750 * 100vw);
    line-height: calc(38 / 26 * 1em);
    margin: 0 0 3.9113428944vw;
  }
  .online-sec .online-in .callbox .calltxt .callbtn {
    max-width: none;
    width: 100%;
    height: 15.2542372881vw;
    font-size: 4.1720990874vw;
    border: solid 1px #1a56c3;
  }
  .online-sec .online-in .callbox .calltxt .callbtn img {
    margin: 0 0 0 2.0860495437vw;
    width: 1.9556714472vw;
  }
  .cta02-sec {
    padding: 0;
  }
  .tb-marg12 {
    padding: 9.6479791395vw 0 13.037809648vw;
  }
  .cta02-sec .cta02-in .title02 {
    font-size: 7.3011734029vw;
  }
  .cta02-sec .cta02-in .sub-title01 {
    font-size: 6.518904824vw;
    line-height: 1.4;
    margin: 0 0 7.5619295958vw;
  }
  .br12 {
    display: inline;
  }
  .cta02-sec .cta02-in .linklist {
    gap: 7.8226857888vw 0;
    margin: 0 auto 7.8226857888vw;
    flex-direction: column;
    width: 89.3%;
  }
  .cta02-sec .cta02-in .linklist .linkcard {
    border-radius: 1.5645371578vw;
    padding: 0 0 7.8226857888vw;
    max-width: none;
  }
  .cta02-sec .cta02-in .linklist .linkcard .imgwrap {
    margin: 0 0 4.6936114733vw;
  }
  .cta02-sec .cta02-in .linklist .linkcard .imgwrap img {
    width: 100%;
  }
  .cta02-sec .cta02-in .linklist .linkcard .cardhead {
    font-size: 5.7366362451vw;
    margin: 0 0 2.998696219vw;
  }
  .cta02-sec .cta02-in .linklist .linkcard .carddesc {
    font-size: 4.1720990874vw;
    margin: 0 0 4.8239895698vw;
  }
  .cta02-sec .cta02-in .linklist .linkcard .cardlink {
    max-width: none;
    width: 76.9230769231vw;
    height: 13.037809648vw;
    border-radius: 6.518904824vw;
    font-size: 4.1720990874vw;
  }
  .cta02-sec .cta02-in .linklist .linkcard .cardlink img {
    margin: -1.4341590613vw 0 0 0;
    right: 4.5632333768vw;
    width: 1.8252933507vw;
  }
  .cta02-sec .cta02-in .phnbox {
    flex-direction: column;
    width: 92.2%;
    margin: 0 auto;
  }
  .cta02-sec .cta02-in .phnbox .phnleft {
    width: 100%;
    max-width: none;
    height: 19.556714472vw;
    font-size: 3.9113428944vw;
    text-align: center;
  }
  .cta02-sec .cta02-in .phnbox .phnright .phnright-in {
    padding: 2.6075619296vw 6.9100391134vw 4.3024771838vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta02-sec .cta02-in .phnbox .phnright .phnright-in .phnline {
    padding: 0;
  }
  .cta02-sec .cta02-in .phnbox .phnright .phnright-in .phnline .phncap {
    font-size: 3.6505867014vw;
    padding: 0 0 2.0860495437vw 0;
  }
  .cta02-sec .cta02-in .phnbox .phnright .phnright-in .phnline .phnnum {
    font-size: 9.1264667536vw;
  }
  .cta02-sec .cta02-in .phnbox .phnright .phnright-in .phnline .phnnum .phnicon {
    margin: 0 1.3037809648vw 0 0;
    width: 4.5632333768vw;
  }
  .cta02-sec .cta02-in .phnbox .phnright .phnright-in .phndls {
    font-size: 3.1290743155vw;
    padding: 4.0417209909vw 0 0;
    font-family: "メイリオ", Meiryo, sans-serif;
  }
  .cta02-sec .cta02-in .phnbox .phnright .phnright-in .phndls .phndl .phndt {
    margin: 0 3.259452412vw 0 0;
  }
  .footermenu-sec {
    padding: 0;
  }
  .footermenu-sec .footermenu-in .navlist {
    display: none;
  }
  .tb-marg13 {
    padding: 3.3898305085vw 0 5.2151238592vw;
  }
  .id-tpo-footer .tb-marg13 {
    padding: 0 0 0;
  }
  .option-sec {
    padding: 0 3.520208605vw;
  }
  .h01 {
    display: none;
  }
  .sp-drawer {
    display: block;
  }
  .sp-drawer {
    position: fixed;
    width: 100%;
    left: 0;
    top: 16vw;
    background-color: #fff;
    z-index: 10;
  }
  .sp-drawer .brandbx {
    background-color: #fff;
    display: flex;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  }
  .sp-drawer .brandbx .brandln {
    padding: 5.2151238592vw 0 5.2151238592vw 3.9113428944vw;
  }
  .sp-drawer .brandbx .brandln .brandic {
    width: 47.9791395046vw;
  }
  .sp-drawer .brandbx .closeup {
    margin: 0 0 0 auto;
    padding: 5.8670143416vw 3.9113428944vw 0 27px;
  }
  .sp-drawer .brandbx .closeup .closeic {
    width: 3.6505867014vw;
    vertical-align: baseline;
  }
  .sp-drawer .navarea .navlist02 .navitem.navmain .navlink {
    position: relative;
    opacity: 1 !important;
  }
  .sp-drawer .navarea .navlist02 .navitem.navmain .navlink .navmark {
    width: 3.6505867014vw;
    position: absolute;
    right: 3.9113428944vw;
    top: 50%;
    margin: -1.8252933507vw 0 0 0;
  }
  .sp-drawer .navarea .navlist02 .navitem.navmain .open .navmark {
    margin: -0.6518904824vw 0 0 0;
  }
  .sp-drawer .navarea .navlist02 .navitem.navmain .navlist-n {
    display: flex;
    flex-direction: column;
  }
  .sp-drawer .navarea .navlist02 .navitem.navmain .navlist-n .navitem02 .navlink02 {
    width: auto;
    height: 17.6010430248vw;
    display: flex;
    align-items: center;
    padding: 0px 3.9113428944vw 0px;
    background-color: #4078de;
    font-size: 3.6505867014vw;
    font-weight: bold;
    letter-spacing: normal;
    color: #fff;
    border-bottom: 2px solid #5f92e3;
  }
  .sp-drawer .navarea .navlist02 .navitem .navlink {
    width: auto;
    height: 17.6010430248vw;
    display: flex;
    align-items: center;
    padding: 0px 3.9113428944vw 0px;
    background-color: #1a56c3;
    font-size: 3.6505867014vw;
    font-weight: bold;
    letter-spacing: normal;
    color: #fff;
    border-bottom: 2px solid #5f92e3;
  }
  .sp-drawer .navarea .navlist02 .navitem:last-child .navlink {
    border-bottom: 0;
  }
  .sp-drawer .ctalst {
    display: flex;
    gap: 0 6.518904824vw;
    padding: 3.9113428944vw;
  }
  .sp-drawer .ctalst .ctaitem .ctadoc, .sp-drawer .ctalst .ctaitem .ctafree {
    width: 41.7209908735vw;
    height: 14.3415906128vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: solid 0.5215123859vw #333;
    font-size: 3.6505867014vw;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.68px;
    color: #333;
  }
  .sp-drawer .ctalst .ctaitem .ctadoc .ctaicn, .sp-drawer .ctalst .ctaitem .ctafree .ctaicn {
    margin: 0 0 0 2.3468057366vw;
    width: 1.3037809648vw;
  }
  .sp-drawer .ctalst .ctaitem .ctafree {
    color: #1a56c3;
    border: solid 0.5215123859vw #1a56c3;
  }
  .sp-drawer .mencls {
    border-bottom: 0.5215123859vw solid #f7f7f7;
    border-top: 0.5215123859vw solid #f7f7f7;
    padding: 5.8670143416vw 0 5.7366362451vw;
    font-size: 3.3898305085vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.56px;
    text-align: left;
    color: #666;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .sp-drawer .mencls span {
    position: relative;
  }
  .sp-drawer .mencls span::before {
    content: "";
    width: 2.7379400261vw;
    height: 2.7379400261vw;
    display: block;
    position: absolute;
    top: 1.4341590613vw;
    left: -4.1720990874vw;
    background: url(../../assets/images/common/close.webp) no-repeat 0 0/2.7379400261vw 2.7379400261vw;
  }
  .sp-drawer .mencls .clsicn {
    margin: 0 1.9556714472vw 0 0;
  }
  .navlist-n {
    display: none;
  }
  .navarea-out {
    display: none;
    background-color: #fff;
    height: calc(100vh - 70px);
  }
  .closeic {
    display: inline-block;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
  }
  .closeup.is-nav-open .closeic {
    transform: rotate(0deg);
  }
  .pankuzu {
    display: none;
  }
  .top-margin01 {
    padding: 31.5514993481vw 0 0;
  }
  .license-sec .license-in .licenselist .licensecard02 .licensettl {
    background-color: #17448b;
  }
  .back03 {
    background-image: linear-gradient(170deg, #17448b 1%, #1a56c3 100%);
  }
  .mv-out {
    margin-top: 32.333767927vw;
  }
  .mv-out .mv .mv-img-wrapper {
    background-image: none;
    height: auto;
  }
  .mv-out .mv .mv-img-wrapper .mv-img {
    position: static;
    transform: none;
  }
  .mv-out .mv {
    height: auto;
    gap: 0;
  }
  .mv-out .mv .btn-mv {
    background-color: #1a56c3;
    position: static;
  }
  .btn-mv01 {
    display: none;
  }
  .btn-mv02 {
    display: block;
  }
  .mv-out .btn-mv02 {
    transform: none;
  }
  .mv-out .mv-text-inner {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 3.3333333333vw;
  }
  .leadtxt2 {
    font-size: 4.5333333333vw;
    padding: 2.4vw 0 2.1333333333vw;
  }
  .mainttl2 {
    font-size: 8vw;
    padding: 0 0 0.4vw;
  }
  .mainttl2 span {
    font-size: 6.6666666667vw;
  }
  .infobox2 {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .counttx2 br {
    display: none;
  }
  .counttx2 {
    width: 47.2vw;
    font-size: 2.9333333333vw;
    border-bottom: 0.4vw solid #cecece;
    line-height: 1.7;
    padding: 0 0 0;
    margin: 0 0 2.6666666667vw;
  }
  .countno2 {
    font-size: 7.2vw;
    margin: 0 0 0 2vw;
  }
  .notetxt2 {
    flex: 1;
    font-size: 3.2vw;
    top: 4px;
    padding: 0 0 10.6666666667vw;
  }
  .mv-out .mv .mv-img-wrapper {
    padding: 0 4vw;
    width: auto;
    margin: 0 0 6.6666666667vw;
  }
  .mv-out .mv .btn-mv {
    width: 92vw;
    margin: 0 auto 13.3333333333vw;
    padding: 4.5333333333vw 0 4.1333333333vw;
    height: auto;
  }
  .mv-out .mv .btn-mv a {
    padding: 0 7.4666666667vw;
    display: block;
    height: auto;
    background-position: right 7.3333333333vw top 50%;
  }
  .mv-out .mv .btn-mv a .line1 {
    font-size: 3.0666666667vw;
  }
  .mv-out .mv .btn-mv a .line1 .font-montserrat {
    font-size: 4.8vw;
  }
  .mv .btn-mv a .line2 {
    font-size: 5.0666666667vw;
  }
  .sha2 {
    font-size: 4.5333333333vw;
    font-weight: bold;
    letter-spacing: normal;
    color: #1a56c3;
    margin: 0 1.0666666667vw 0 0.4vw;
  }
  .countsx2 {
    top: -1.3333333333vw;
    font-size: 3.8666666667vw;
  }
}
@media only screen and (max-width: 510px) {
  .sp-drawer .brandbx .closeup {
    padding: 4.9543676662vw 3.9113428944vw 0 27px;
  }
}/*# sourceMappingURL=style.css.map */
