@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}

a, span, details, summary {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}
@media (max-width: 767px) {
  html {
    font-size: 62.8%;
  }
}

body {
  font-size: 1.6rem;
  color: #08061A;
  font-family: "Noto Sans JP", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .for-lg {
    display: none !important;
  }
}
@media (max-width: 979px) {
  .for-lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .for-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .for-tab {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .for-tab-sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}
a img {
  opacity: 1;
  transition: all 0.2s;
}

p + p {
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  p a:hover {
    color: #514FFF;
  }
}
@media (max-width: 767px) {
  p a:active {
    color: #514FFF;
  }
}

ol {
  padding-left: 2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

.btn-flat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #514FFF;
  min-width: 153px;
  height: 46px;
  padding: 10px;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.2s;
  cursor: pointer;
}
@media (hover: hover) {
  .btn-flat:hover {
    background: #514FFF;
    color: #fff;
  }
}
.btn-flat.is-outlink::after {
  content: "";
  margin-left: 10px;
  min-width: 16px;
  width: 16px;
  aspect-ratio: 1;
  display: inline-block;
  background: url(../img/common/icon-outlink.svg) center center/contain no-repeat;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .btn-flat.is-outlink::after {
    min-width: 12px;
    width: 12px;
    margin-left: 5px;
  }
}
.btn-flat.is-bg {
  background: #514FFF;
  color: #fff;
}
@media (hover: hover) {
  .btn-flat.is-bg:hover {
    background: #fff;
    color: #514FFF;
  }
}
.btn-flat.is-bg.is-outlink::after {
  background-image: url(../img/common/icon-outlink-white.svg);
}
@media (hover: hover) {
  .btn-flat.is-bg.is-outlink:hover::after {
    background-image: url(../img/common/icon-outlink.svg);
  }
}
.btn-flat.is-orange {
  border-color: #F57B3D;
  background: #F57B3D;
  color: #fff;
}
@media (hover: hover) {
  .btn-flat.is-orange:hover {
    background: #fff;
    color: #F57B3D;
  }
}
.btn-flat.is-orange.is-outlink::after {
  background-image: url(../img/common/icon-outlink-white.svg);
}
@media (hover: hover) {
  .btn-flat.is-orange.is-outlink:hover::after {
    background-image: url(../img/common/icon-outlink-orange.svg);
  }
}
.btn-flat.with-docIcon::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/common/icon-doc.svg) center center/contain no-repeat;
  transition: all 0.2s;
}
@media (hover: hover) {
  .btn-flat.with-docIcon:hover::before {
    background-image: url(../img/common/icon-doc-blue.svg);
  }
}
.btn-flat.with-mitumoriIcon::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 25px;
  margin-right: 8px;
  background: url(../img/common/icon-mitumori.svg) center center/contain no-repeat;
  transition: all 0.2s;
}
@media (hover: hover) {
  .btn-flat.with-mitumoriIcon:hover::before {
    background-image: url(../img/common/icon-mitumori-orange.svg);
  }
}
.btn-flat.with-mailIcon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  background: url(../img/common/icon-mail.svg) center center/contain no-repeat;
  transition: all 0.2s;
}
@media (hover: hover) {
  .btn-flat.with-mailIcon:hover::before {
    background-image: url(../img/common/icon-mail-orange.svg);
  }
}
.btn-flat.is-s {
  min-width: 120px;
  font-size: 1.3rem;
  height: 38px;
}
.btn-flat:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-border {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  height: 60px;
  padding: 4px 10px;
  background: #fff;
  gap: 10px;
  border: 1.5px solid #514FFF;
  border-radius: 8px;
  font-weight: bold;
  color: #514FFF;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-border {
    width: 260px;
    height: 50px;
  }
}
@media (hover: hover) {
  .btn-border:hover {
    background: #514FFF;
    color: #fff;
  }
}
.btn-border.is-bold {
  border-width: 2px;
  font-size: 1.8rem;
}
.btn-border.is-outlink::after {
  content: "";
  margin-left: 3px;
  width: 16px;
  aspect-ratio: 1;
  display: inline-block;
  background: url(../img/common/icon-outlink.svg) center center/contain no-repeat;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .btn-border.is-outlink::after {
    width: 12px;
    margin-left: -5px;
  }
}
@media (hover: hover) {
  .btn-border.is-outlink:hover::after {
    background-image: url(../img/common/icon-outlink-white.svg);
  }
}
.btn-border.is-orange {
  border-color: #F57B3D;
  color: #F57B3D;
}
@media (hover: hover) {
  .btn-border.is-orange:hover {
    background: #F57B3D;
    color: #fff;
  }
}
.btn-border.is-orange.is-outlink::after {
  background-image: url(../img/common/icon-outlink-orange.svg);
}
@media (hover: hover) {
  .btn-border.is-orange.is-outlink:hover::after {
    background-image: url(../img/common/icon-outlink-white.svg);
  }
}

.btn-withIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  padding: 10px;
  background: #F57B3D;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .btn-withIcon {
    font-size: 1.6rem;
  }
}
.btn-withIcon::after {
  content: "";
  display: inline-block;
  min-width: 19px;
  width: 19px;
  aspect-ratio: 1;
  background: url(../img/common/icon-arrow-r-4.svg) center center/contain no-repeat;
}
@media (hover: hover) {
  .btn-withIcon:hover {
    opacity: 0.8;
  }
}

.col {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .col {
    display: block;
  }
}
@media (max-width: 767px) {
  .col.is-sp-flex {
    display: flex;
  }
}
.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.col-contents {
  width: 100%;
}
@media (max-width: 767px) {
  .col-contents {
    max-width: 100%;
  }
  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }
}
.is-oneline .col-contents {
  margin-bottom: 0;
}
.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-2 .col-contents {
  max-width: 48%;
}
.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}
.is-2 .col-contents:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-2 .col-contents:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-3 .col-contents {
  max-width: 32%;
}
.is-3 .col-contents:not(:nth-child(3n+1)) {
  margin-left: calc(2% - 1px);
}
.is-3 .col-contents:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-3 .col-contents:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-4 .col-contents {
  max-width: 23%;
}
.is-4 .col-contents:not(:nth-child(4n+1)) {
  margin-left: calc(2.6% - 1px);
}
.is-4 .col-contents:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-4 .col-contents:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.col-contents-title {
  margin-bottom: 5px;
}
.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}
@media (max-width: 767px) {
  .flImgContents-img {
    max-width: 100%;
  }
}
.flImgContents-img.is-s {
  max-width: 200px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-s {
    max-width: 100%;
  }
}
.flImgContents-img.is-ss {
  max-width: 100px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.flImgContents-img.is-l {
  max-width: 47%;
}
@media (max-width: 767px) {
  .flImgContents-img.is-l {
    max-width: 100%;
  }
}
.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }
}
.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }
}

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.list-normal > li::before {
  content: "●";
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: #514FFF;
}

.list-disc > li {
  list-style: disc;
}

.list-number {
  padding: 0 0 0 25px;
}
.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}
.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}
@media (max-width: 767px) {
  .size-30 {
    width: 70%;
  }
}

.size-45 {
  width: 45%;
}
@media (max-width: 767px) {
  .size-45 {
    width: 100%;
  }
}

.size-60 {
  width: 60%;
}
@media (max-width: 767px) {
  .size-60 {
    width: 100%;
  }
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  color: #514FFF;
}
.link-arrow::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-top: 2px;
  background: url(../img/common/icon-arrow-r-3.svg) center center/contain no-repeat;
  margin-left: 10px;
}
@media (hover: hover) {
  .link-arrow:hover {
    opacity: 0.7;
  }
}

.title-bold {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 3.5rem;
}
@media (max-width: 767px) {
  .title-bold {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}

.title-boldCenter {
  margin-bottom: 32px;
  font-family: "Poppins", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  color: #514FFF;
  font-weight: 800;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .title-boldCenter {
    font-size: 2.2rem;
    font-weight: 600;
  }
}

.title-center {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 3.8rem;
  text-align: center;
  color: #514FFF;
}
@media (max-width: 767px) {
  .title-center {
    font-size: 4.8vw;
  }
}

.title-center-blk {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 3rem;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 767px) {
  .title-center-blk {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
.title-center-blk-logo {
  margin-bottom: -2px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .title-center-blk-logo {
    width: 140px;
    margin-bottom: 0;
    margin-right: 6px;
  }
}

.title-l {
  margin-bottom: 20px;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-l {
    font-size: 2.2rem;
  }
}

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-1:first-child {
  margin-top: 0;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 70px;
}
.section-2:first-child {
  margin-top: 0;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 100px;
}
.section-3:first-child {
  margin-top: 0;
}

.section-center {
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

.table-1 {
  border-collapse: collapse;
}
.table-1 th, .table-1 td {
  padding: 13px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
  .table-1 th, .table-1 td {
    font-size: 1.3rem;
  }
}
.table-1 th {
  background: #FCFBFD;
  font-size: 1.4rem;
}
.table-1 a {
  color: #514FFF;
}
@media (max-width: 767px) {
  .table-1.is-sideTitle th {
    padding: 10px 0;
  }
  .table-1.is-sideTitle td {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .is-sideTitle tr {
    display: block;
  }
  .is-sideTitle th, .is-sideTitle td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .is-sideTitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }
}

.wfix {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}

.wpArticle {
  word-break: break-all;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .wpArticle {
    font-size: 1.4rem;
  }
}
.wpArticle p {
  margin-bottom: 20px;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .wpArticle p {
    line-height: 2.6rem;
  }
}
.wpArticle p a {
  text-decoration: underline;
}
.wpArticle em {
  font-style: italic;
  color: initial;
}
.wpArticle ol {
  margin: 10px 20px;
  padding: 0;
}
.wpArticle ol li {
  list-style: unset;
  line-height: 2.6rem;
}
.wpArticle ol li + li {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .wpArticle ol li + li {
    margin-top: 0;
  }
}
.wpArticle ul {
  margin: 10px 20px;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}
.wpArticle ul li {
  list-style: unset;
  line-height: 2.6rem;
}
.wpArticle ul li + li {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .wpArticle ul li + li {
    margin-top: 0;
  }
}
.wpArticle blockquote p {
  font-size: 1.8rem;
}
.wpArticle h1 {
  margin: 50px 40px;
  padding: 10px 15px;
  background: #eef1f3;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wpArticle h1 {
    margin-bottom: 30px;
  }
}
.wpArticle h2 {
  margin: 50px auto 20px;
  background: #F2F1FD;
  padding: 15px 30px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wpArticle h2 {
    font-size: 2rem;
    padding: 7px 25px;
  }
}
.wpArticle h2 + h3 {
  margin-top: 0px;
}
.wpArticle h3 {
  display: flex;
  margin: 50px auto 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wpArticle h3 {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.wpArticle h3::before {
  content: "";
  display: inline-block;
  background: url(../img/common/bg-fukidasiicon.svg) center center/contain no-repeat;
  width: 22px;
  min-width: 22px;
  height: 19px;
  margin-right: 10px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .wpArticle h3::before {
    margin-top: 3px;
    margin-right: 7px;
  }
}
.wpArticle h3 + h4 {
  margin-top: 0px;
}
.wpArticle h4 {
  margin: 20px auto 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #F2F1FD;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
@media (max-width: 767px) {
  .wpArticle h4 {
    margin-bottom: 20px;
    line-height: 2.3rem;
  }
}
.wpArticle h4 + h5 {
  margin-top: 0px;
}
.wpArticle h5 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  .wpArticle h5 {
    font-size: 1.6rem;
  }
}
.wpArticle img {
  height: auto;
}
@media (max-width: 767px) {
  .wpArticle img {
    display: block;
    margin: 10px auto;
  }
}
.wpArticle table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.wpArticle table a {
  text-decoration: underline;
}
.wpArticle table th,
.wpArticle table td {
  padding: 10px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .wpArticle table th,
  .wpArticle table td {
    font-size: 1.3rem;
  }
}
.wpArticle table th {
  background: #eee;
}
.wpArticle .wp-block-button__link {
  font-size: 1.4rem;
}
.wpArticle .more-link {
  color: #514FFF;
}
.wpArticle .wp-caption {
  max-width: 100%;
}
.wpArticle .wp-block-columns {
  gap: 30px;
}
.wpArticle .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wpArticle .wp-block-gallery img {
  margin: 0;
}
.wpArticle .alignright {
  float: right;
  margin: 0 0 20px 30px;
}
@media (max-width: 767px) {
  .wpArticle .alignright {
    float: none;
    margin: 10px auto;
  }
}
.wpArticle .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
@media (max-width: 767px) {
  .wpArticle .alignleft {
    float: none;
    margin: 10px auto;
  }
}
.wpArticle .aligncenter {
  display: block;
  margin: 0 auto;
}
.wpArticle .articleNavi {
  margin-top: 40px;
  margin-bottom: 80px;
}
.wpArticle .articleNavi .js-accordion {
  border-bottom: 1px solid rgb(226, 226, 226);
}
.wpArticle .articleNavi .js-accordion.is-open {
  border-bottom: none;
}
.wpArticle .articleNavi-title {
  color: #646466;
  padding: 30px 0;
  border-top: 1px solid rgb(226, 226, 226);
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wpArticle .articleNavi-title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}
.wpArticle .articleNavi-title::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url(../img/common/icon-arrow-b.svg) center center/contain no-repeat;
  transform: rotate(0);
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .wpArticle .articleNavi-title::after {
    width: 19px;
    height: 19px;
  }
}
.wpArticle .articleNavi .is-open .articleNavi-title::after {
  transform: rotate(180deg);
}
.wpArticle .articleNavi-contents > ul {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wpArticle .articleNavi-contents > ul {
    font-size: 1.3rem;
  }
}
.wpArticle .articleNavi-contents > ul > li {
  line-height: 3rem;
  list-style: none;
}
@media (max-width: 767px) {
  .wpArticle .articleNavi-contents > ul > li {
    line-height: 2.2rem;
  }
}
.wpArticle .articleNavi-contents > ul > li:last-child {
  border-bottom: none;
}
.wpArticle .articleNavi-contents > ul > li + li {
  margin-top: 0;
}
.wpArticle .articleNavi-contents > ul > li a {
  display: block;
  padding: 8px 0 4px;
  color: #646466;
}
@media (hover: hover) {
  .wpArticle .articleNavi-contents > ul > li a:hover {
    color: #514FFF;
  }
}
.wpArticle .articleNavi-contents > ul > li > a {
  border-bottom: 1px solid rgb(226, 226, 226);
}
.wpArticle .articleNavi-contents > ul > li > ul {
  margin: 0;
  padding: 2px 0 2px 1em;
}
@media (max-width: 767px) {
  .wpArticle .articleNavi-contents > ul > li > ul {
    padding: 4px 0 4px 1em;
  }
}
.wpArticle .articleNavi-contents > ul > li > ul li {
  line-height: 3rem;
  list-style: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  .wpArticle .articleNavi-contents > ul > li > ul li {
    line-height: 2.2rem;
  }
}
.wpArticle .articleNavi-contents > ul > li > ul li + li {
  margin-top: 0;
}
.wpArticle .articleNavi-contents > ul > li > ul li a {
  padding: 4px 0;
}
@media (max-width: 767px) {
  .wpArticle .articleNavi-contents > ul > li > ul li a {
    padding: 0;
  }
}
.wpArticle .wpj-jtoc {
  margin-top: 40px;
  margin-bottom: 80px;
}
.wpArticle .wpj-jtoc .wpj-jtoc--toc {
  width: 100%;
  border-bottom: 1px solid rgb(226, 226, 226);
}
.wpArticle .wpj-jtoc .wpj-jtoc--toc.is-open {
  border-bottom: none;
}
.wpArticle .wpj-jtoc .wpj-jtoc--header.is-open .wpj-jtoc--title::after {
  transform: rotate(180deg);
}
.wpArticle .wpj-jtoc .wpj-jtoc--title {
  position: relative;
  display: flex;
  color: #646466;
  padding: 30px 0;
  border-top: 1px solid rgb(226, 226, 226);
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wpArticle .wpj-jtoc .wpj-jtoc--title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}
.wpArticle .wpj-jtoc .wpj-jtoc--title::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url(../img/common/icon-arrow-b.svg) center center/contain no-repeat;
  transform: rotate(0);
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .wpArticle .wpj-jtoc .wpj-jtoc--title::after {
    width: 19px;
    height: 19px;
  }
}
.wpArticle .wpj-jtoc .wpj-jtoc--toggle-wrap {
  display: none;
}
.wpArticle .wpj-jtoc .wpj-jtoc--nav > ol {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wpArticle .wpj-jtoc .wpj-jtoc--nav > ol {
    font-size: 1.3rem;
  }
}
.wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li {
  line-height: 3rem;
  list-style: none;
}
@media (max-width: 767px) {
  .wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li {
    line-height: 2.2rem;
  }
}
.wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li:last-child {
  border-bottom: none;
}
.wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li:last-child .wpj-jtoc--item-content > a {
  border-bottom: none;
}
.wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li + li {
  margin-top: 0;
}
.wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li a {
  display: block;
  padding: 8px 0 4px;
  color: #646466;
}
@media (hover: hover) {
  .wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li a:hover {
    color: #514FFF;
  }
}
.wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li > .wpj-jtoc--item-content {
  display: block;
}
.wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li > .wpj-jtoc--item-content > a {
  border-bottom: 1px solid rgb(226, 226, 226);
}
.caseArticle .wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li > .wpj-jtoc--item-content + ol {
  display: none;
}
.wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li > ul {
  margin: 0;
  padding: 2px 0 2px 1em;
}
@media (max-width: 767px) {
  .wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li > ul {
    padding: 4px 0 4px 1em;
  }
}
.wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li > ul li {
  line-height: 3rem;
  list-style: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  .wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li > ul li {
    line-height: 2.2rem;
  }
}
.wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li > ul li + li {
  margin-top: 0;
}
.wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li > ul li a {
  padding: 4px 0;
}
@media (max-width: 767px) {
  .wpArticle .wpj-jtoc .wpj-jtoc--nav > ol > li > ul li a {
    padding: 0;
  }
}
.wpArticle .wp-block-quote {
  position: relative;
  background-repeat: no-repeat;
  background-size: 47px;
  background-color: rgb(252, 251, 253);
  background-image: url(../img/common/icon-quote.svg), url(../img/common/icon-quote-2.svg);
  background-position: 20px 20px, right 20px bottom 20px;
  padding: 40px;
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-quote {
    padding: 30px;
    line-height: 2rem;
    background-size: 33px;
  }
}
.wpArticle .wp-block-quote p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-quote p {
    line-height: 2rem;
  }
}
.wpArticle .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-quote .quotePattern {
    font-size: 1.4rem;
  }
}
.wpArticle .wp-block-quote cite {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
.wpArticle .btn-border {
  min-width: 370px;
  width: auto;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  border-width: 2px;
}
@media (max-width: 767px) {
  .wpArticle .btn-border {
    display: flex;
    width: fit-content;
    min-width: 260px;
    margin-block: 10px;
    margin-inline: auto;
    border-width: 1.5px;
    font-size: 1.6rem;
  }
}
.wpArticle .btn-flat {
  min-width: 370px;
  width: auto;
  max-width: 100%;
  height: 64px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wpArticle .btn-flat {
    display: flex;
    min-width: 260px;
    width: fit-content;
    height: 50px;
    margin-block: 10px;
    margin-inline: auto;
    border-width: 1.5px;
    font-size: 1.6rem;
  }
}
.wpArticle a.outlink {
  font-size: 1.8rem;
  color: #514FFF;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wpArticle a.outlink {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
.wpArticle a.outlink::after {
  content: "";
  margin-left: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../img/common/icon-outlink.svg) center center/contain no-repeat;
  vertical-align: middle;
  margin-top: -2px;
}
@media (hover: hover) {
  .wpArticle a.outlink:hover {
    text-decoration: none;
  }
}
.wpArticle .photoCard {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wpArticle .photoCard {
    display: block;
  }
}
.wpArticle .photoCard-img {
  width: 40%;
  aspect-ratio: 1.74;
}
@media (max-width: 767px) {
  .wpArticle .photoCard-img {
    width: 100%;
  }
}
.wpArticle .photoCard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.wpArticle .photoCard-des {
  flex: 1;
  padding: 25px 30px;
}
@media (max-width: 767px) {
  .wpArticle .photoCard-des {
    padding: 20px;
  }
}
.wpArticle .photoCard-des-company {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wpArticle .photoCard-des-company {
    font-size: 1.4rem;
  }
}
.wpArticle .photoCard-des-sub {
  margin-bottom: 10px;
  color: #646466;
}
@media (max-width: 767px) {
  .wpArticle .photoCard-des-sub {
    font-size: 1.3rem;
  }
}
.wpArticle .photoCard-des-name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wpArticle .photoCard-des-name {
    font-size: 1.6rem;
  }
}
.wpArticle .photoCard-des-text {
  font-size: 1.4rem;
  color: #646466;
}
@media (max-width: 767px) {
  .wpArticle .photoCard-des-text {
    font-size: 1.3rem;
  }
}
.wpArticle .photoCard-des-text p {
  line-height: 2.2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wpArticle .photoCard-des-text p {
    line-height: 1.9rem;
  }
}
.wpArticle .relatedArticleItem {
  position: relative;
}
.wpArticle .relatedArticleItem + .relatedArticleItem {
  margin-top: 10px;
}
.wpArticle .relatedArticleItem::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 14px;
  display: inline-block;
  width: 24px;
  aspect-ratio: 1;
  background: url(../img/common/icon-arrow-r-2.svg) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .wpArticle .relatedArticleItem::before {
    width: 19px;
    top: calc(50% - 10px);
    right: 10px;
  }
}
.wpArticle .relatedArticleItem a {
  display: grid;
  grid-template: "img title" 1fr "img text" auto/206px 1fr;
  gap: 10px 30px;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
  padding: 30px 50px 30px 30px;
}
@media (max-width: 767px) {
  .wpArticle .relatedArticleItem a {
    padding: 23px 38px 20px 15px;
    grid-template: "img title" auto "text text" 1fr/107px 1fr;
    gap: 20px 10px;
  }
}
@media (hover: hover) {
  .wpArticle .relatedArticleItem a:hover .relatedArticleItem-title {
    color: #514FFF;
  }
}
.wpArticle .relatedArticleItem-img {
  grid-area: img;
  aspect-ratio: 1.78;
  border-radius: 8px;
  overflow: hidden;
}
.wpArticle .relatedArticleItem-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}
.wpArticle .relatedArticleItem-title {
  grid-area: title;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #08061A;
  transition: all 0.2s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wpArticle .relatedArticleItem-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.wpArticle .relatedArticleItem-text {
  grid-area: text;
}
.wpArticle .relatedArticleItem-text p {
  margin-bottom: 0;
  line-height: 2.2rem;
  font-size: 1.2rem;
  color: #646466;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wpArticle .docDlItem {
  display: flex;
  gap: 30px;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px;
}
@media (max-width: 767px) {
  .wpArticle .docDlItem {
    display: block;
    padding: 20px;
  }
}
.wpArticle .docDlItem + .wpArticle .docDlItem {
  margin-top: 10px;
}
.wpArticle .docDlItem > a {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .wpArticle .docDlItem > a {
    display: block;
  }
}
@media (hover: hover) {
  .wpArticle .docDlItem > a:hover {
    opacity: 0.8;
  }
}
.wpArticle .docDlItem-img {
  width: min(206px, 35%);
  aspect-ratio: 1.57;
}
@media (max-width: 767px) {
  .wpArticle .docDlItem-img {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }
}
.wpArticle .docDlItem-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.wpArticle .docDlItem-des {
  flex: 1;
}
.wpArticle .docDlItem-des-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.8rem;
  color: #08061A;
}
@media (max-width: 767px) {
  .wpArticle .docDlItem-des-title {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .wpArticle .docDlItem-des-text {
    width: 100%;
  }
}
.wpArticle .docDlItem-des-text p {
  line-height: 2rem;
  font-size: 1.4rem;
  color: #646466;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wpArticle .docDlItem-des-btn .btn-flat {
  width: 120px;
  min-width: 0;
  height: 38px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .wpArticle .docDlItem-des-btn .btn-flat {
    display: inline-flex;
    min-width: 0;
    width: auto;
    padding-inline: 20px;
    font-size: 1.3rem;
  }
}
.wpArticle .table-simple {
  margin-bottom: 10px;
}
.wpArticle .table-simple table {
  border-collapse: collapse;
}
.wpArticle .table-simple table th, .wpArticle .table-simple table td {
  font-size: 1.4rem;
  padding: 24px;
  border: 1px solid #ececec;
}
@media (max-width: 767px) {
  .wpArticle .table-simple table th, .wpArticle .table-simple table td {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.wpArticle .table-simple table th {
  background: #FCFBFD;
}
.wpArticle .table-simple table td {
  color: #646466;
}
.wpArticle .table-simple table a {
  color: #514FFF;
}
@media (max-width: 767px) {
  .wpArticle .table-simple table.is-sideTitle th {
    padding: 10px 0;
  }
  .wpArticle .table-simple table.is-sideTitle td {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .wpArticle .table-simple.is-sp-scroll {
    overflow-x: scroll;
    margin-right: -4%;
    white-space: nowrap;
  }
}
.wpArticle .articleCaseInfo {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  padding: 30px;
}
@media (max-width: 767px) {
  .wpArticle .articleCaseInfo {
    display: block;
    padding: 10px 20px 20px;
  }
}
.wpArticle .articleCaseInfo-company {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 262px;
  height: 80px;
  margin: auto;
}
@media (max-width: 767px) {
  .wpArticle .articleCaseInfo-company {
    max-width: 164px;
    height: 50px;
    margin-bottom: 10px;
  }
}
.wpArticle .articleCaseInfo-company img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wpArticle .articleCaseInfo-des {
  flex-basis: 55%;
  background: #FCFBFD;
  padding: 20px 40px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .wpArticle .articleCaseInfo-des {
    padding: 20px;
  }
}
.wpArticle .articleCaseInfo-des-dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wpArticle .articleCaseInfo-des-dl-item {
  display: flex;
}
.wpArticle .articleCaseInfo-des-dl-item-dt {
  width: 100px;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
}
@media (max-width: 767px) {
  .wpArticle .articleCaseInfo-des-dl-item-dt {
    width: 90px;
  }
}
.wpArticle .articleCaseInfo-des-dl-item-dd {
  flex: 1;
  font-size: 1.4rem;
  text-align: left;
}
.wpArticle .fukidasiTitleBox {
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 1px 5% 30px;
}
.wpArticle .fukidasiTitleBox + .fukidasiTitleBox {
  margin-top: 55px;
}
.wpArticle .fukidasiTitleBox-title {
  all: init;
  display: inline-block;
  position: relative;
  height: 45px;
  margin: -24px 0 24px 24px;
  padding: 12px 20px 0 0;
  background-color: #514FFF;
  border-radius: 0 18px 18px 0;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
.wpArticle .fukidasiTitleBox-title::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 45px;
  top: 0;
  left: -24px;
  background: url(../img/common/bg-fukidasi-head.svg) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .wpArticle .fukidasiTitleBox-list {
    margin: 0;
  }
}
.wpArticle .fukidasiTitleBox-list li {
  display: flex;
  line-height: 3rem;
  list-style: none;
}
@media (max-width: 767px) {
  .wpArticle .fukidasiTitleBox-list li {
    line-height: 2.6rem;
  }
}
.wpArticle .fukidasiTitleBox-list li + li {
  margin-top: 15px;
}
.wpArticle .fukidasiTitleBox-list li::before {
  content: "●";
  font-family: "Poppins", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  margin-right: 10px;
  margin-top: 2px;
  font-size: 1rem;
  color: #514FFF;
  vertical-align: middle;
}
.wpArticle .authorProfile {
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
  padding: 26px 35px 40px;
}
@media (max-width: 767px) {
  .wpArticle .authorProfile {
    padding: 24px;
  }
}
.wpArticle .authorProfile-title {
  margin-bottom: 20px;
  border-left: 2px solid #514FFF;
  padding-left: 10px;
  font-weight: 500;
}
.wpArticle .authorProfile-contents {
  display: grid;
  grid-template: "icon title" auto "icon text" 1fr/auto 1fr;
  gap: 0 24px;
}
@media (max-width: 767px) {
  .wpArticle .authorProfile-contents {
    grid-template: "icon title" auto "text text" auto/auto 1fr;
    gap: 16px 14px;
  }
}
.wpArticle .authorProfile-contents-icon {
  grid-area: icon;
  margin-top: 5px;
  width: 80px;
}
@media (max-width: 767px) {
  .wpArticle .authorProfile-contents-icon {
    width: 56px;
    margin-top: 0;
  }
}
.wpArticle .authorProfile-contents-icon img {
  margin: 0;
}
.wpArticle .authorProfile-contents-title {
  grid-area: title;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .wpArticle .authorProfile-contents-title {
    align-self: center;
    font-size: 1.6rem;
  }
}
.wpArticle .authorProfile-contents-text {
  grid-area: text;
}
.wpArticle .authorProfile-contents-text p {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.wpArticle .ctaArea {
  background: linear-gradient(120.57deg, #524FFF -5.86%, #7B87FA 66.91%);
  border-radius: 8px;
  margin-block: 60px;
  padding: 30px;
}
@media (max-width: 767px) {
  .wpArticle .ctaArea {
    padding: 20px;
  }
}
.wpArticle .ctaArea-title {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 3px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .wpArticle .ctaArea-title {
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
.wpArticle .ctaArea-contents {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .wpArticle .ctaArea-contents {
    padding: 20px;
  }
}
.wpArticle .ctaArea-contents-text {
  line-height: 2.4rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .wpArticle .ctaArea-contents-text {
    line-height: 1.9rem;
  }
}
.wpArticle .ctaArea-contents-text p {
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  .wpArticle .ctaArea-contents-text p {
    line-height: 1.9rem;
  }
}
.wpArticle .ctaArea-contents-btn {
  margin-top: 30px;
}
.wpArticle .ctaArea-contents-btn a {
  width: 100%;
}

.main {
  padding-top: 100px;
}
@media (max-width: 979px) {
  .main {
    padding-top: 56px;
  }
}
.main.is-bg {
  background: #FCFBFD;
  min-height: 100vh;
}

.pageTitle {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 312px;
  background: linear-gradient(120.57deg, #524FFF -5.86%, #7B87FA 66.91%);
  color: #fff;
}
@media (max-width: 767px) {
  .pageTitle {
    min-height: 0;
    height: auto;
  }
}
.pageTitle-text {
  margin-left: calc((100% - 1100px) / 2);
  padding-block: 90px 110px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pageTitle-text {
    margin-left: 5%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .pageTitle-text {
    padding: 40px 0 60px;
    width: 90%;
    margin: 0 auto;
  }
}
.pageTitle-text.is-center {
  padding-block: 90px;
}
@media (max-width: 767px) {
  .pageTitle-text.is-center {
    padding-block: 50px;
  }
}
.pageTitle-text-main {
  font-size: 4rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .pageTitle-text-main {
    font-size: 2.2rem;
  }
}
.pageTitle-text-copy {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pageTitle-text-copy {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.pageTitle-text-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  font-weight: bold;
  font-size: 1.8rem;
  gap: 0 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pageTitle-text-links {
    gap: 0 5%;
  }
}
@media (max-width: 767px) {
  .pageTitle-text-links {
    justify-content: space-between;
    gap: 15px 6%;
    margin-top: 30px;
    font-size: 1.2rem;
  }
}
.pageTitle-text-links-li {
  width: 272px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pageTitle-text-links-li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .pageTitle-text-links-li {
    width: 47%;
  }
}
.pageTitle-text-links-li a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .pageTitle-text-links-li a {
    padding-bottom: 8px;
  }
}
@media (hover: hover) {
  .pageTitle-text-links-li a:hover::after {
    transform: translateY(3px);
  }
}
.pageTitle-text-links-li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  display: inline-block;
  width: 24px;
  aspect-ratio: 1;
  background: url(../img/common/icon-arrow-b.svg) center center/contain no-repeat;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .pageTitle-text-links-li a::after {
    width: 16px;
  }
}

.pagination {
  margin: 70px 0 0;
}
@media (max-width: 767px) {
  .pagination {
    margin-bottom: 40px;
  }
}
.pagination-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.pagination-box li {
  font-family: "Poppins", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  display: flex;
  box-align: center;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 5px 5px 0;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
}
.pagination-box li.is-current {
  background: #514FFF;
  color: #fff;
}
.pagination-box li a, .pagination-box li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #BCBBBF;
}
@media (hover: hover) {
  .pagination-box li a:hover {
    opacity: 0.7;
  }
}
.pagination-box li.is-prev a, .pagination-box li.is-prev > span, .pagination-box li.is-next a, .pagination-box li.is-next > span {
  background: rgba(211, 210, 255, 0.4);
}
.pagination-box li.is-prev a::before, .pagination-box li.is-prev > span::before, .pagination-box li.is-next a::before, .pagination-box li.is-next > span::before {
  content: "";
  display: inline-block;
  width: 5.5px;
  height: 12.4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.pagination-box li.is-prev.is-prev a::before, .pagination-box li.is-prev.is-prev > span::before, .pagination-box li.is-next.is-prev a::before, .pagination-box li.is-next.is-prev > span::before {
  background-image: url(../img/common/icon-arrow-l.svg);
}
.pagination-box li.is-prev.is-next a::before, .pagination-box li.is-prev.is-next > span::before, .pagination-box li.is-next.is-next a::before, .pagination-box li.is-next.is-next > span::before {
  background-image: url(../img/common/icon-arrow-r.svg);
}

.nrWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  max-width: 880px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nrWrapper {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .nrWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}

.contents {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .contents {
    margin-top: 40px;
  }
}
.contents.add-footerPd {
  padding-bottom: 260px;
}
@media (max-width: 767px) {
  .contents.add-footerPd {
    padding-bottom: 60px;
  }
}

.categoryArea {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .categoryArea {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .categoryArea {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .categoryArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}

.category {
  display: flex;
  gap: 40px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .category {
    display: block;
  }
}
@media (max-width: 767px) {
  .category {
    display: block;
  }
}
.category + .category {
  padding-top: 20px;
  border-top: 1px solid #E2E2E2;
}
.category:last-child {
  padding-bottom: 0;
}
.category-label {
  min-width: 94px;
  font-weight: bold;
  color: #646466;
}
@media (max-width: 979px) {
  .category-label {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .category-label {
    font-size: 1.4rem;
  }
}
.category-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .category-list {
    gap: 5px;
  }
}
.category-list-li {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.category-list-li label {
  display: block;
  border-radius: 30px;
  padding: 5px 15px 7px;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 1.6rem;
  color: #514FFF;
}
@media (min-width: 768px) {
  .category-list-li label:hover {
    background: rgba(211, 210, 255, 0.4);
  }
}
.category-list-li input {
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.category-list-li input:checked + label {
  background: #514FFF;
  color: #fff;
  transform: scale(0.9);
}
.is-single .category-list-li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  background: #E5E5FF;
  color: #fff;
  padding: 3px 20px;
  border-radius: 30px;
}
@media (hover: hover) {
  .is-single .category-list-li a:hover {
    background: #514FFF;
  }
}
.is-single .category-list-li.is-current a {
  background: #514FFF;
}

.articlePanel-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .articlePanel-wrap {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .articlePanel-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .articlePanel-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}

.articlePanel {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
}
.articlePanel a {
  display: block;
  color: #08061A;
}
@media (hover: hover) {
  .articlePanel a:hover {
    opacity: 0.8;
  }
}
.articlePanel-img {
  aspect-ratio: 1.91;
}
.articlePanel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articlePanel-des {
  padding: 20px;
}
.articlePanel-des-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.articlePanel-des-header-cates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.articlePanel-des-header-cates-item {
  background: #E5E5FF;
  border-radius: 40px;
  font-size: 1.2rem;
  padding: 2px 10px;
  color: #08061A;
}
.articlePanel-des-header-date {
  display: block;
  font-family: "Poppins", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 18px;
  color: #BCBBBF;
}
.articlePanel-des-title {
  font-weight: bold;
  line-height: 160%;
  font-size: min(1.6rem, 1.5vw);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .articlePanel-des-title {
    font-size: 1.6rem;
  }
}

.docPanel {
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  overflow: hidden;
}
.docPanel-img {
  aspect-ratio: 1.78;
}
.docPanel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.docPanel-des {
  padding: 20px 20px 75px;
}
.docPanel-des-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.docPanel-des-header-cates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.docPanel-des-header-cates-item {
  background: #E5E5FF;
  border-radius: 40px;
  font-size: 1.2rem;
  padding: 2px 10px;
}
.docPanel-des-title {
  font-weight: bold;
  line-height: 160%;
  font-size: min(1.6rem, 1.5vw);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .docPanel-des-title {
    font-size: 1.6rem;
  }
}
.docPanel-des-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.casePanel-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .casePanel-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}

.casePanel {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.casePanel.with-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  background: #514FFF;
  width: 100%;
}
@media (hover: hover) {
  .casePanel a:hover {
    opacity: 0.8;
  }
}
.casePanel-img {
  aspect-ratio: 1.68;
}
.casePanel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.casePanel-des {
  padding: 30px 32px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .casePanel-des {
    padding: 20px 5%;
  }
}
@media (max-width: 767px) {
  .casePanel-des {
    padding: 10px 20px 40px;
  }
}
.casePanel-des-logo {
  margin-bottom: 20px;
  max-width: 164px;
  width: 100%;
  height: 50px;
}
@media (max-width: 767px) {
  .casePanel-des-logo {
    max-width: 138px;
    height: 42px;
    margin-bottom: 10px;
  }
}
.casePanel-des-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.casePanel-des-title {
  margin-bottom: 25px;
  color: #646466;
}
@media (min-width: 768px) and (max-width: 979px) {
  .casePanel-des-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .casePanel-des-title {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.casePanel-des-text {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #08061A;
}
@media (min-width: 768px) and (max-width: 979px) {
  .casePanel-des-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .casePanel-des-text {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.casePanel-des-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.casePanel-des-cate-label {
  padding: 3px 10px;
  border-radius: 30px;
  background: #F6F5F7;
  font-size: 1.3rem;
  color: #646466;
}
@media (min-width: 768px) and (max-width: 979px) {
  .casePanel-des-cate-label {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .casePanel-des-cate-label {
    font-size: 1.3rem;
    font-weight: 500;
  }
}

.contactBn {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  padding: 60px 0;
  background: url(../img/common/bg-contact.webp) center center/cover no-repeat;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contactBn {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .contactBn {
    border-radius: 8px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .contactBn {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.contactBn-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 4.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contactBn-title {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
.contactBn-text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .contactBn-text {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.contactBn-text p {
  line-height: 3.6rem;
}
@media (max-width: 767px) {
  .contactBn-text p {
    line-height: 2.3rem;
  }
}
.contactBn-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .contactBn-btns {
    display: block;
  }
}
@media (max-width: 767px) {
  .contactBn-btns-item + .contactBn-btns-item {
    margin-top: 10px;
  }
}
.contactBn-btns-item a {
  width: 260px;
  height: 64px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .contactBn-btns-item a {
    height: 50px;
    font-size: 1.6rem;
  }
}

.contactBn2 {
  padding: 60px 5% 50px;
  background: url(../img/common/bg-contact.webp) center center/cover no-repeat;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contactBn2 {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .contactBn2 {
    border-radius: 8px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .contactBn2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.contactBn2-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 3rem;
  line-height: 4.1rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .contactBn2-title {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
.contactBn2-text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  line-height: 3.6rem;
}
.contactBn2-text p {
  line-height: 3.6rem;
}
@media (max-width: 767px) {
  .contactBn2-text p {
    line-height: 2.3rem;
  }
}
@media (max-width: 767px) {
  .contactBn2-text {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .contactBn2-text p {
    line-height: 2.3rem;
  }
}
.contactBn2-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .contactBn2-btns {
    display: block;
  }
}
@media (max-width: 767px) {
  .contactBn2-btns-item + .contactBn2-btns-item {
    margin-top: 10px;
  }
}
.contactBn2-btns-item a {
  width: 260px;
  height: 64px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .contactBn2-btns-item a {
    height: 50px;
    font-size: 1.6rem;
  }
}

.leadKaburi {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  margin-top: -100px;
  padding: 64px 5% 67px;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .leadKaburi {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .leadKaburi {
    padding: 40px 4%;
  }
}
@media (max-width: 767px) {
  .leadKaburi {
    margin-top: -65px;
    padding: 30px 2%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .leadKaburi {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}

.js-accordion-title {
  cursor: pointer;
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.js-accordion-title::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.js-accordion-content {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.js-accordion-content-inner {
  width: 100%;
}

.c-form {
  width: clamp(300px, 640px, 100%);
  max-width: 100%;
  margin: 0 auto;
}
.c-form-item + .c-form-item {
  margin-top: 20px;
}
.c-form-item-label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-form-item-label {
    font-size: 1.4rem;
  }
}
.c-form-item-label .required {
  color: #C13A38;
  margin-left: 5px;
}
.c-form-item-input {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #646466;
}
@media (max-width: 767px) {
  .c-form-item-input {
    height: 50px;
    padding: 10px;
  }
}
.c-form-item-input::placeholder {
  color: #CCCFCF;
  font-size: 1.4rem;
}
.is-col2 .c-form-item-input {
  width: 48%;
}
.is-col2 .c-form-item-input:nth-of-type(2n) {
  margin-left: calc(4% - 6px);
}
.c-form-item textarea {
  height: 200px;
}
.c-form-item-selectwrap {
  position: relative;
}
.c-form-item-selectwrap::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #08061A;
  border-left: 1px solid #08061A;
  transform: translateY(-50%) rotate(-135deg);
}
.c-form-item select {
  appearance: none;
  background: #fff;
  border: 1px solid #E5E5E5;
  height: 50px;
}
.c-form-item select option:disabled {
  font-weight: bold;
}
.c-form-item-note {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #C13A38;
}
.c-form-item-checkboxs {
  margin-top: 5px;
}
.c-form-item-checkboxs label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  .c-form-item-checkboxs label {
    font-size: 1.4rem;
  }
}
.c-form-item-checkboxs label input {
  margin-right: 10px;
  border-color: #E5E5E5;
}
@media (max-width: 767px) {
  .c-form-item-checkboxs label input {
    display: inline-block;
    margin-bottom: -2px;
  }
}
.c-form-privacy {
  margin-block: 20px 44px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  .c-form-privacy {
    margin-block: 20px;
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}
.c-form-privacy a {
  color: #514FFF;
  text-decoration: underline;
}
.c-form-btn {
  text-align: center;
  margin-bottom: 12px;
}
.c-form-btn .btn-flat {
  width: 400px;
  max-width: 100%;
  height: 60px;
  font-size: min(1.8rem, 1.8vw);
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.25);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .c-form-btn .btn-flat {
    width: 100%;
    font-size: 1.6rem;
  }
}

.formWrapper {
  width: clamp(300px, 740px, 100%);
  max-width: 100%;
  height: 703px;
  margin: 0 auto;
  padding: 30px 5%;
  border-radius: 8px;
  background: #fff;
}
.eventFormArea .formWrapper {
  height: 703px;
}
.contactArea .formWrapper {
  height: 1100px;
  padding-inline: 0;
}
.resourceForm .formWrapper {
  height: 755px;
}
.formWrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.footerTrial {
  height: 572px;
  background: url(../img/common/bg-footer.webp) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .footerTrial {
    height: auto;
    padding: 47px 5% 40px;
  }
}
.footerTrial-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  display: flex;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footerTrial-inner {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .footerTrial-inner {
    display: block;
  }
}

.footerTrialDes {
  display: flex;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .footerTrialDes {
    width: calc(100% - 580px);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerTrialDes {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .footerTrialDes {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.footerTrialDes-main {
  margin-bottom: 22px;
  font-size: min(3.8rem, 3vw);
  font-weight: 900;
}
@media (max-width: 767px) {
  .footerTrialDes-main {
    font-size: 2.6rem;
    text-align: center;
  }
}
.footerTrialDes-sub {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: min(2.4rem, 2vw);
  line-height: 3.5rem;
}
@media (max-width: 767px) {
  .footerTrialDes-sub {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    text-align: center;
  }
}
.footerTrialDes-text {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .footerTrialDes-text {
    font-size: 1.2rem;
    width: 85%;
    margin: 0 auto;
  }
}

.footerTrialForm-wrap {
  position: absolute;
  bottom: 50px;
  right: calc((100% - 1100px) / 2);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footerTrialForm-wrap {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerTrialForm-wrap {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .footerTrialForm-wrap {
    position: static;
  }
}
.footerTrialForm-wrap iframe {
  width: 100%;
  height: fit-content;
  border: none;
}

.footerNavi {
  background: #FCFBFD;
}
.footerNavi.is-white {
  background: #fff;
}
.footerNavi-ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footerNavi-ul {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .footerNavi-ul {
    height: 40px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footerNavi-ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.footerNavi-ul-li {
  font-family: "Poppins", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 1.2rem;
  color: #646466;
}
.footerNavi-ul-li + .footerNavi-ul-li::before {
  content: ">";
  display: inline-block;
  margin: 0 10px;
  color: #BCBBBF;
}
.footerNavi-ul-li a {
  color: #BCBBBF;
}
@media (hover: hover) {
  .footerNavi-ul-li a:hover {
    color: #514FFF;
  }
}

.footerBottom {
  padding: 40px 0 10px;
  background: #F7F6F9;
}
@media (max-width: 767px) {
  .footerBottom {
    padding-top: 20px;
  }
}
.footerBottom-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footerBottom-inner {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .footerBottom-inner {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footerBottom-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}

.footerBottomInfo {
  margin-top: 15px;
}
.footerBottomInfo-logo {
  margin-bottom: 30px;
  width: 148px;
}
@media (max-width: 767px) {
  .footerBottomInfo-logo {
    margin-bottom: 20px;
  }
}
.footerBottomInfo-app {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.footerBottomInfo-app-item.is-appstore {
  width: 109px;
}
.footerBottomInfo-app-item.is-googleplay {
  width: 135px;
}
.footerBottomInfo-app-item a {
  display: block;
}
@media (hover: hover) {
  .footerBottomInfo-app-item a:hover {
    opacity: 0.6;
  }
}
.footerBottomInfo-sns {
  display: flex;
  gap: 10px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .footerBottomInfo-sns {
    margin-bottom: 25px;
  }
}
.footerBottomInfo-sns a {
  display: block;
}
@media (hover: hover) {
  .footerBottomInfo-sns a:hover {
    opacity: 0.6;
  }
}
.footerBottomInfo-iso {
  width: 110px;
}
@media (max-width: 767px) {
  .footerBottomInfo-iso {
    width: 93px;
    margin-top: 30px;
  }
}

.footerMenu {
  display: flex;
  gap: 80px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footerMenu {
    flex: 1;
    gap: 6%;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .footerMenu {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4%;
  }
}
@media (max-width: 767px) {
  .footerMenu-ul {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footerMenu-ul-li {
    font-size: min(1.6rem, 1.4vw);
  }
}
@media (max-width: 767px) {
  .footerMenu-ul-li {
    font-size: min(1.6rem, 3.8vw);
  }
}
.footerMenu-ul-li a, .footerMenu-ul-li-title {
  display: block;
  padding: 7px 0;
  font-weight: bold;
  color: #08061A;
}
@media (hover: hover) {
  .footerMenu-ul-li a:hover {
    opacity: 0.6;
  }
}

.footerMenuSub-li a {
  display: block;
  padding: 7px 0;
  font-weight: normal;
  color: #646466;
}

.footerSmall {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  display: block;
  border-top: 1px solid #E2E2E2;
  margin-top: 15px;
  padding-top: 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footerSmall {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .footerSmall {
    margin-top: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footerSmall {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}

.simpleFooter {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  margin-top: 150px;
  display: flex;
  align-items: center;
  gap: 42px;
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .simpleFooter {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .simpleFooter {
    justify-content: space-between;
    margin-top: 80px;
    gap: 6px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .simpleFooter {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.simpleFooter-copy {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #646466;
}
@media (max-width: 767px) {
  .simpleFooter-copy {
    font-size: 1.4rem;
  }
}
.simpleFooter-nav {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .simpleFooter-nav {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .simpleFooter-nav-li {
    font-size: 1.4rem;
  }
}
.simpleFooter-nav-li a {
  color: #08061A;
}
@media (hover: hover) {
  .simpleFooter-nav-li a:hover {
    opacity: 0.6;
  }
}

.spFooterCta {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .spFooterCta {
    display: none;
  }
}
.spFooterCta-btn {
  width: 92%;
  margin: 0 auto;
  transition: all 0.3s;
}
.is-scroling .spFooterCta-btn {
  opacity: 0.7;
}
.spFooterCta-btn .wp-block-buttons {
  width: 100%;
}
.spFooterCta-btn .wp-block-buttons .wp-block-button {
  width: 100%;
}
.spFooterCta-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  padding: 10px;
  background: #F57B3D;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .spFooterCta-btn a {
    font-size: 1.6rem !important;
  }
}
.spFooterCta-btn a::after {
  content: "";
  display: inline-block;
  min-width: 19px;
  width: 19px;
  aspect-ratio: 1;
  background: url(../img/common/icon-arrow-r-4.svg) center center/contain no-repeat;
}
@media (hover: hover) {
  .spFooterCta-btn a:hover {
    opacity: 0.8;
  }
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  background: #fff;
  padding: 10px 3.5%;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.08);
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header {
    padding: 10px 2%;
  }
}
@media (max-width: 979px) {
  .header {
    height: 56px;
    z-index: 11;
  }
}
.header-r {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: min(40px, 3%);
}
.header-logo {
  width: 190px;
  min-width: 120px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header-logo {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 151px;
  }
}

.headerInfo {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 979px) {
  .headerInfo {
    display: none;
  }
}
.is-noNavi .headerInfo {
  display: none;
}
.headerInfo-link {
  margin-right: 5px;
  font-size: min(1.6rem, 1.2vw);
  font-weight: bold;
}
@media (max-width: 979px) {
  .headerInfo-link {
    font-size: 1.6rem;
  }
}
.headerInfo-link a {
  display: block;
  color: #08061A;
}
@media (hover: hover) {
  .headerInfo-link a:hover {
    color: #514FFF;
  }
}
.headerInfo-btn a {
  width: 153px;
  height: auto;
  padding: 10px;
  border-width: 1.5px;
}
@media (min-width: 980px) and (max-width: 1350px) {
  .headerInfo-btn a {
    width: auto;
    min-width: 0;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .headerInfo-btn a {
    min-width: 0;
    font-size: min(1.3vw, 1.6rem);
    white-space: nowrap;
  }
}

.spHeaderInfo {
  margin-right: 35px;
}
@media (min-width: 980px) {
  .spHeaderInfo {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .spHeaderInfo {
    margin-right: 80px;
  }
}
.spHeaderInfo .btn-flat {
  min-width: 0;
  height: 26px;
  font-size: 1.2rem;
  padding: 3px 15px;
  border-radius: 4px;
}
.is-noNavi .spHeaderInfo {
  display: none;
}

@media (max-width: 767px) {
  .singleTrialBtn .btn-flat {
    min-width: 0;
    height: 26px;
    font-size: 1.2rem;
    padding: 3px 15px;
    border-radius: 4px;
  }
}

.gNavi {
  flex: 1;
  margin-left: 40px;
}
@media (max-width: 979px) {
  .gNavi {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.3s 0.1s;
    background: #FCFBFD;
    margin-left: 0;
    padding-bottom: 120px;
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
    z-index: 7;
  }
}
.dwMenu-active .gNavi {
  transition: all 0.2s 0.1s;
  opacity: 1;
  pointer-events: all;
}
.is-noNavi .gNavi {
  display: none;
}
@media (max-width: 767px) {
  .gNavi-inner {
    opacity: 0;
    transition: all 0.2s;
    transform: translateX(20%);
  }
}
.dwMenu-active .gNavi-inner {
  opacity: 1;
  transform: translateX(0);
}
.gNavi-ul {
  display: flex;
  align-items: center;
  gap: 10px min(25px, 1.8vw);
  font-weight: bold;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .gNavi-ul {
    justify-content: flex-start;
  }
}
@media (max-width: 979px) {
  .gNavi-ul {
    display: block;
    margin: 0;
    padding: 30px 35px;
  }
}
.gNavi-ul-li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: min(1.6rem, 1.2vw);
}
@media (max-width: 979px) {
  .gNavi-ul-li {
    display: block;
    min-height: 64px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 1.6rem;
  }
}
.gNavi-ul-li:has(.gNaviSub)::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-top: 2px;
  margin-left: 5px;
  background: url(../img/common/icon-arrow-b-s.svg) center center/100% 100% no-repeat;
}
@media (max-width: 979px) {
  .gNavi-ul-li:has(.gNaviSub)::after {
    position: absolute;
    right: 0;
    top: 28px;
    width: 17px;
    height: 10px;
    margin-top: 0;
  }
}
.gNavi-ul-li > a, .gNavi-ul-li-text {
  padding: 10px 0;
  color: #08061A;
}
@media (max-width: 979px) {
  .gNavi-ul-li > a, .gNavi-ul-li-text {
    display: block;
    padding: 20px 0;
  }
}
.gNavi-ul-li > a::before, .gNavi-ul-li-text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 0;
  height: 1.5px;
  background: #514FFF;
  will-change: width;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 979px) {
  .gNavi-ul-li > a::before, .gNavi-ul-li-text::before {
    display: none;
  }
}
@media (hover: hover) {
  .gNavi-ul-li > a:hover::before, .gNavi-ul-li-text:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}

.gNaviSub {
  position: absolute;
  top: 100%;
  left: 0;
}
@media (min-width: 980px) {
  .gNaviSub {
    min-width: max-content;
    padding: 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
    border-radius: 8px;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: all 0.2s;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .gNaviSub {
    padding: 10px 0;
  }
}
@media (max-width: 979px) {
  .gNaviSub {
    position: static;
    padding: 2px 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .gNaviSub {
    padding-left: 2%;
  }
}
.gNavi-ul-li:hover .gNaviSub {
  opacity: 1;
  pointer-events: auto;
}
.gNaviSub:focus-within {
  opacity: 1;
  pointer-events: auto;
}
.gNaviSub-li {
  font-size: min(1.6rem, 1.1vw);
}
@media (max-width: 979px) {
  .gNaviSub-li {
    font-size: 1.6rem;
  }
}
.gNaviSub-li a {
  display: flex;
  align-items: center;
  padding: 5px 30px;
  color: #08061A;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 979px) {
  .gNaviSub-li a {
    padding: 7px 0;
  }
}
@media (hover: hover) {
  .gNaviSub-li a:hover {
    opacity: 0.6;
  }
}
.gNaviSub-li-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.gNaviSub-li img {
  display: inline-block;
  margin-right: 6px;
}

.spButtons {
  width: 260px;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .spButtons {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .spButtons {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .spButtons-item {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .spButtons-item + .spButtons-item {
    margin-top: 20px;
  }
}
.spButtons-item .btn-flat {
  width: 100%;
  height: 50px;
}

.dwMenu {
  position: fixed;
  top: 20px;
  right: 15px;
  display: inline-block;
  width: 22px;
  height: 22px;
  z-index: 150;
  cursor: pointer;
}
@media (min-width: 980px) {
  .dwMenu {
    display: none;
  }
}
.dwMenu > span {
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  background: #000;
  transition: background-color 0.3s 0.2s;
}
.dwMenu.is-white span {
  background: #ccc;
}
.dwMenu.is-noNavi {
  display: none;
}
.dwMenu-top {
  width: 22px;
  transform-origin: right;
  animation: dwmenu-top-off 0.8s forwards;
}
.dwMenu-active .dwMenu-top {
  animation: dwmenu-top 0.5s forwards;
}
.dwMenu-middle {
  top: 8px;
  width: 22px;
  animation: dwmenu-middle-off 0.8s forwards;
}
.dwMenu-active .dwMenu-middle {
  animation: dwmenu-middle 0.5s 0.1s forwards;
}
.dwMenu-bottom {
  top: 16px;
  width: 13px;
  transform-origin: left;
  animation: dwmenu-bottom-off 0.8s forwards;
}
.dwMenu-active .dwMenu-bottom {
  animation: dwmenu-bottom 0.5s 0.1s forwards;
}

@keyframes dwmenu-top {
  0% {
    top: 0;
    transform: scaleX(1) rotate(0);
  }
  20% {
    top: 0;
    transform: translateX(0) scaleX(0) rotate(0);
  }
  80% {
    top: 20px;
    transform: translateX(0) scaleX(0) rotate(0);
  }
  100% {
    top: 21px;
    transform: translate(-5px, -4.7px) scaleX(1) rotate(45deg);
  }
}
@keyframes dwmenu-middle {
  0% {
    transform: scaleX(1);
  }
  20% {
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}
@keyframes dwmenu-bottom {
  0% {
    transform: translateX(0) scaleX(1) rotate(0);
  }
  20% {
    transform: translateX(0) scaleX(0) rotate(0);
  }
  100% {
    width: 22px;
    transform: translate(1.3px, 0px) scaleX(1) rotate(-45deg);
  }
}
@keyframes dwmenu-top-off {
  0% {
    top: 20px;
    transform: translate(-5px, -4.7px) scaleX(1) rotate(45deg);
  }
  20% {
    top: 20px;
    transform: translateX(0) scaleX(0) rotate(0);
  }
  80% {
    top: 0;
    transform: translateX(0) scaleX(0) rotate(0);
  }
  100% {
    top: 0;
    transform: scaleX(1) rotate(0);
  }
}
@keyframes dwmenu-middle-off {
  0% {
    transform: scaleX(0);
  }
  80% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes dwmenu-bottom-off {
  0% {
    width: 22px;
    transform: translate(1.3px, 5px) scaleX(1) rotate(-45deg);
  }
  80% {
    transform: translateX(0) scaleX(0) rotate(0);
  }
  100% {
    transform: translateX(0) scaleX(1) rotate(0);
  }
}
.articleHeader {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .articleHeader {
    gap: 20px;
    margin-bottom: 10px;
  }
}
.articleHeader-date {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #BCBBBF;
}
.articleHeader-cate {
  display: flex;
  gap: 5px;
}
.articleHeader-cate-item {
  padding: 3px 10px;
  background: #E5E5FF;
  border-radius: 4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #646466;
}

.articleTitle {
  margin-bottom: 60px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .articleTitle {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.blogContents .articleTitle {
  margin-bottom: 40px;
}

.articleMv {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .articleMv {
    margin-bottom: 30px;
  }
}
.articleMv.is-event {
  border-radius: 8px;
  overflow: hidden;
}
.articleMv.is-case {
  border-radius: 8px;
  margin-bottom: 110px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .articleMv.is-case {
    margin-bottom: 55px;
  }
}
.articleMv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.is-event .articleMv-img {
  overflow: hidden;
  aspect-ratio: 1.91;
}
.articleMv-toform a {
  display: block;
  padding: 10px;
  background: #514FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;
  color: #fff;
}
@media (max-width: 767px) {
  .articleMv-toform a {
    font-size: 1.6rem;
  }
}
.articleMv-toform a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  margin-left: 20px;
  background: url(../img/common/icon-arrow-b-white.svg) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .articleMv-toform a::after {
    margin-left: 5px;
  }
}
@media (hover: hover) {
  .articleMv-toform a:hover {
    opacity: 0.7;
  }
}

.articleSns {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .articleSns {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.articleSns-item a {
  display: block;
}
@media (hover: hover) {
  .articleSns-item a:hover {
    opacity: 0.6;
  }
}

.articleBack {
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .articleBack {
    margin-bottom: 60px;
  }
}

.relatedArticleArea {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .relatedArticleArea .title-center-blk {
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
.relatedArticleArea-contents {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .relatedArticleArea-contents {
    margin-top: 20px;
  }
}

.articleBackBtn {
  text-align: center;
}
@media (min-width: 768px) {
  .articleBackBtn .btn-border {
    border-width: 2px;
    font-size: 1.8rem;
  }
}

.mv {
  display: flex;
  align-items: center;
  height: 619px;
  background: linear-gradient(157deg, #514FFF 45.46%, #FF4FCE 100%);
  padding-left: calc((100% - 1100px) / 2 - 50px - 3%);
  padding-bottom: 40px;
  color: #FFF;
}
@media (min-width: 768px) and (max-width: 979px) {
  .mv {
    height: auto;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .mv {
    height: auto;
  }
}
.mv-grid {
  width: 100%;
  display: grid;
  padding-left: 3%;
  grid-template: "maincopy img" auto "contents img" auto/min(50%, 550px) 1fr;
}
@media (max-width: 767px) {
  .mv-grid {
    grid-template: "maincopy" auto "img" auto "contents" auto/100%;
  }
}
.mv-maincopy {
  grid-area: maincopy;
  align-self: flex-end;
  margin-bottom: 25px;
  font-weight: 900;
  font-size: min(4.7rem, 3.5vw);
  line-height: 6.6rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .mv-maincopy {
    line-height: 170%;
  }
}
@media (max-width: 767px) {
  .mv-maincopy {
    width: max-content;
    margin: 30px auto;
    font-size: 8vw;
    line-height: 130%;
  }
}
.isLpPage .mv-maincopy {
  font-size: min(4.2rem, 3.5vw);
}
@media (max-width: 767px) {
  .isLpPage .mv-maincopy {
    font-size: 6.6vw;
  }
}
.mv-contents {
  grid-area: contents;
  max-width: calc(1100px / 2);
}
@media (max-width: 767px) and (max-width: 767px) {
  .mv-contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.mv-contents-text {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .mv-contents-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .mv-contents-text p {
    line-height: 2.2rem;
  }
}
.mv-contents-btn {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mv-contents-btn {
    margin-bottom: 20px;
    text-align: center;
  }
}
.mv-contents-btn a {
  width: 289px;
  height: 64px;
  font-size: 1.8rem;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .mv-contents-btn a {
    width: 260px;
    height: 50px;
    font-size: 1.6rem;
  }
}
.mv-contents-btn a.btn-flat.is-orange {
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.mv-contents-award {
  display: flex;
  gap: 15px;
}
.mv-img {
  grid-area: img;
  display: flex;
  align-items: center;
  max-width: 731px;
  padding-left: 20px;
  padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .mv-img {
    margin: auto 0;
  }
}
@media (max-width: 767px) {
  .mv-img {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.logoSlider {
  position: relative;
  margin-bottom: 50px;
  margin-top: 40px;
  height: 50px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .logoSlider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .logoSlider {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.logoSlider-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  display: flex;
  margin: auto 0;
  height: 100%;
  align-items: center;
}
.logoSlider img {
  max-width: none;
  width: auto;
  margin-right: 24px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.topConcept {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0;
  padding: 48px 4%;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .topConcept {
    padding: 42px 2% 40px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .topConcept {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.topConcept-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topConcept-title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 900;
  }
}
.topConcept-title-logo {
  display: inline-block;
  width: 185px;
}
@media (max-width: 767px) {
  .topConcept-title-logo {
    width: 140px;
  }
}
.topConcept-main {
  margin-bottom: 45px;
}
.topConcept-main-movie {
  grid-area: img;
  text-align: center;
}
.topConcept-main-movie video {
  border: none;
  aspect-ratio: 1.51;
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .topConcept-main-movie video {
    border: 0.5px solid rgba(193, 192, 204, 0.75);
  }
}
.topConcept-main-maincopy {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: min(2.4rem, 2.4vw);
  text-align: center;
}
@media (max-width: 767px) {
  .topConcept-main-maincopy {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.topConcept-main-maincopy strong {
  font-weight: 900;
  font-size: min(2.8rem, 2.7vw);
  line-height: 195%;
}
@media (max-width: 767px) {
  .topConcept-main-maincopy strong {
    font-size: 1.6rem;
  }
}
.topConcept-main-maincopy em {
  font-weight: bold;
  font-size: min(3.4rem, 3.1vw);
  color: #514FFF;
  font-weight: 900;
}
@media (max-width: 767px) {
  .topConcept-main-maincopy em {
    font-size: 2.2rem;
    font-weight: 900;
  }
}
.topConcept-main-text {
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .topConcept-main-text {
    max-width: 100%;
    width: 90%;
    margin-inline: auto;
  }
}
.topConcept-main-text p {
  line-height: 1.8;
}
.topConcept-btn {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topConcept-btn {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .topConcept-btn {
    margin-top: 30px;
  }
}

.topBeAf {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  padding: 80px 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .topBeAf {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .topBeAf {
    margin-bottom: 60px;
    padding: 72px 0 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .topBeAf {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.topBeAf-title {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 3rem;
  line-height: 4.3rem;
}
@media (max-width: 767px) {
  .topBeAf-title {
    margin-bottom: 0px;
    font-size: 1.8rem;
    font-weight: 900;
  }
}
.topBeAf-title-logo {
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .topBeAf-title-logo {
    width: 140px;
  }
}

.topBeAfLead {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .topBeAfLead {
    margin-bottom: 30px;
  }
}
.topBeAfLead p {
  line-height: 2.9rem;
}
@media (max-width: 767px) {
  .topBeAfLead p {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}

.topBeAfContents {
  display: flex;
  gap: 3%;
  margin-bottom: 140px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topBeAfContents {
    margin-bottom: 12vw;
  }
}
@media (max-width: 767px) {
  .topBeAfContents {
    margin-bottom: 0;
    display: block;
  }
}
.topBeAfContents-item {
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .topBeAfContents-item + .topBeAfContents-item {
    margin-top: 20px;
  }
}
.topBeAfContents-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #514FFF;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .topBeAfContents-item-title {
    height: 42px;
    font-size: 1.6rem;
  }
}
.topBeAfContents-item-main {
  padding: 20px 10% 40px;
}
@media (max-width: 767px) {
  .topBeAfContents-item-main {
    padding: 3vw 4%;
  }
}
@media (max-width: 767px) {
  .topBeAfContents-item-main-img {
    width: 88%;
    margin: 0 auto;
  }
}
.topBeAfContents-item-main-cap {
  margin-bottom: 35px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;
  color: #646466;
  text-align: center;
}
@media (max-width: 767px) {
  .topBeAfContents-item-main-cap {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}

.smartShokiCan {
  padding: 140px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .smartShokiCan {
    padding: 10vw 0;
  }
}
@media (max-width: 767px) {
  .smartShokiCan {
    padding: 63px 0 60px;
  }
}

.smartShokiCanLead {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .smartShokiCanLead {
    margin-bottom: 15px;
  }
}
.smartShokiCanLead-title {
  margin-bottom: 15px;
}
.smartShokiCanLead-title img {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .smartShokiCanLead-title img {
    width: 129px;
  }
}
.smartShokiCanLead-text p {
  font-size: 2rem;
  line-height: 2.9rem;
}
@media (max-width: 767px) {
  .smartShokiCanLead-text p {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}

.topPoint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .topPoint {
    padding-left: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .topPoint {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .topPoint {
    display: block;
  }
}
.topPoint + .topPoint {
  margin-top: 64px;
}
.topPoint-img {
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .topPoint-img {
    width: 80%;
    margin: 0 auto 15px;
  }
}
.topPoint .topPoint-img {
  order: 1;
}
.topPoint-desc {
  flex-basis: 46%;
}
@media (max-width: 767px) and (max-width: 767px) {
  .topPoint-desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.topPoint-desc-fukidasi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 142px;
  height: 45px;
  background: url(../img/common/bg-fukidasi-blue.svg) center center/contain no-repeat;
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .topPoint-desc-fukidasi {
    width: 113px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.topPoint-desc-title {
  margin-bottom: 30px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topPoint-desc-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.topPoint-desc-text {
  margin-bottom: 30px;
  color: #646466;
}
@media (max-width: 767px) {
  .topPoint-desc-text {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.topPoint-desc-text p {
  line-height: 3rem;
}
@media (max-width: 767px) {
  .topPoint-desc-text p {
    line-height: 2rem;
  }
}
.topPoint-desc-text strong {
  color: #08061A;
}
.topPoint-desc-ul-li {
  display: flex;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topPoint-desc-ul-li {
    font-size: 1.6rem;
  }
}
.topPoint-desc-ul-li + .topPoint-desc-ul-li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .topPoint-desc-ul-li + .topPoint-desc-ul-li {
    margin-top: 5px;
  }
}
.topPoint-desc-ul-li::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-check.svg) center center/contain no-repeat;
  width: 21.5px;
  height: 21.5px;
  margin-top: 4px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .topPoint-desc-ul-li::before {
    width: 17px;
    height: 17px;
    margin-right: 15px;
  }
}
.topPoint:first-of-type .topPoint-desc {
  flex-basis: 100%;
}
.topPoint-detail {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #F6F5F7;
  border-radius: 10px;
}
.topPoint-detail-title {
  font-size: 20px;
  font-weight: bold;
}
.topPoint-detail-boxcontainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
@media (max-width: 767px) {
  .topPoint-detail-boxcontainer {
    flex-direction: column;
    align-self: stretch;
  }
}
.topPoint-detail-box {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 5px;
  border: 1px solid rgba(193, 192, 204, 0.75);
  background: #FFF;
}
.topPoint-detail-box-title {
  align-self: stretch;
  color: #646466;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.topPoint-detail-box-img {
  width: 100%;
}
.topPoint-detail-box-text {
  align-self: stretch;
  color: #646466;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.topFeatureListArea {
  background: #FCFBFD;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .topFeatureListArea {
    padding: 52px 4%;
  }
}

.topFeatureList {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 50px;
  gap: 30px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .topFeatureList {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .topFeatureList {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 10px;
  }
}
@media (max-width: 767px) {
  .topFeatureList {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 10px;
    margin-bottom: 30px;
  }
}
.topFeatureList-item {
  text-align: center;
}
.topFeatureList-item-icon {
  width: 94px;
  margin: 0 auto 20px;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .topFeatureList-item-icon {
    width: 48px;
  }
}
.topFeatureList-item-cap {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .topFeatureList-item-cap {
    font-size: 1.2rem;
  }
}

.topFeatureBtn {
  text-align: center;
}

.topCase {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  margin-bottom: 100px;
  margin-top: 70px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .topCase {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .topCase {
    margin-top: 5px;
    margin-bottom: 60px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .topCase {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.topCase-title {
  margin-bottom: 20px;
  padding-top: 80px;
  padding-left: 20px;
  background: url(../img/common/mark.svg) center left/135px auto no-repeat;
  font-size: 3rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .topCase-title {
    margin-bottom: 10px;
    padding-top: 35px;
    padding-left: 5px;
    background-size: 80px 51px;
    font-size: 2rem;
  }
}
.topCase-lead {
  margin-bottom: 50px;
  margin-left: 20px;
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topCase-lead {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .topCase-lead {
    margin: 0 auto 30px;
    font-size: 1.6rem;
  }
  .topCase-lead p {
    line-height: 2.3rem;
  }
}

.topCaseBtn {
  text-align: center;
}

.topSupport {
  background: #FCFBFD;
  padding-top: 80px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .topSupport {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.topSupport .title-center-blk {
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .topSupport .title-center-blk {
    margin-bottom: 10px;
  }
}
.topSupport-lead {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  font-size: 2rem;
  line-height: 2.9rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .topSupport-lead {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .topSupport-lead {
    font-size: 1.6rem;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .topSupport-lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
@media (max-width: 767px) {
  .topSupport-lead p {
    line-height: 2.3rem;
  }
}

.topSupportItem-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  display: flex;
  background: #FFFFFF;
  padding: 60px 0;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .topSupportItem-wrap {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .topSupportItem-wrap {
    padding: 50px 5%;
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .topSupportItem-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}

.topSupportItem {
  width: 50%;
}
@media (max-width: 767px) {
  .topSupportItem {
    width: 100%;
  }
}
.topSupportItem-img {
  width: 270px;
  margin: 20px auto 30px;
}
@media (max-width: 767px) {
  .topSupportItem-img {
    width: 65%;
    margin: 0 auto 20px;
  }
}
@media (min-width: 768px) {
  .topSupportItem + .topSupportItem {
    border-left: 1px solid #E0E0E0;
  }
}
@media (max-width: 767px) {
  .topSupportItem + .topSupportItem {
    border-top: 1px solid #E0E0E0;
    margin-top: 40px;
    padding-top: 40px;
  }
}
.topSupportItem-des {
  max-width: max-content;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topSupportItem-des {
    padding: 0 5%;
  }
}
.topSupportItem-des-title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topSupportItem-des-title {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  .topSupportItem-des-title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.topSupportItem-des-list-li {
  display: flex;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topSupportItem-des-list-li {
    font-size: 1.6rem;
  }
}
.topSupportItem-des-list-li + .topSupportItem-des-list-li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .topSupportItem-des-list-li + .topSupportItem-des-list-li {
    margin-top: 5px;
  }
}
.topSupportItem-des-list-li::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-check.svg) center center/contain no-repeat;
  width: 21.5px;
  height: 21.5px;
  margin-top: 4px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .topSupportItem-des-list-li::before {
    width: 17px;
    height: 17px;
    margin-right: 14px;
  }
}

.topSecurity {
  padding: 100px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .topSecurity {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .topSecurity {
    padding: 10vw 0;
  }
}
@media (max-width: 767px) {
  .topSecurity {
    padding-top: 48px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .topSecurity {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.topSecurity .title-center-blk {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .topSecurity .title-center-blk {
    margin-bottom: 10px;
  }
}
.topSecurity-lead {
  margin-bottom: 50px;
  font-size: 2rem;
  line-height: 2.9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .topSecurity-lead {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .topSecurity-lead p {
    line-height: 2.3rem;
  }
}

.topSecurityPanel-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .topSecurityPanel-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.topSecurityPanel {
  display: flex;
  align-items: center;
  padding: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  gap: 30px;
}
@media (min-width: 980px) {
  .topSecurityPanel {
    min-height: 198px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .topSecurityPanel {
    padding: 20px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .topSecurityPanel {
    padding: 23px 25px;
    gap: 20px 14px;
  }
}
.topSecurityPanel-img {
  width: 108px;
}
@media (max-width: 767px) {
  .topSecurityPanel-img {
    width: 70px;
  }
}
.topSecurityPanel-des {
  flex: 1;
}
.topSecurityPanel-des-title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topSecurityPanel-des-title {
    margin-bottom: 5px;
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .topSecurityPanel-des-title {
    margin-bottom: 3px;
    line-height: 2.3rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .topSecurityPanel-des-text {
    font-size: min(1.6rem, 1.7vw);
  }
}
@media (max-width: 767px) {
  .topSecurityPanel-des-text {
    font-size: 1.4rem;
  }
}
.topSecurityPanel-des-text p {
  line-height: 2.6rem;
  color: #646466;
}
@media (max-width: 767px) {
  .topSecurityPanel-des-text p {
    line-height: 2rem;
  }
}

.securityBtn {
  text-align: center;
}

.topNews {
  padding: 80px 0 270px;
  background: #FCFBFD;
}
@media (max-width: 767px) {
  .topNews {
    padding: 50px 5% 20px;
  }
}
@media (max-width: 767px) {
  .topNews .title-center-blk {
    margin-bottom: 0;
  }
}

.topNewsSection-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  max-width: 922px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .topNewsSection-wrap {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .topNewsSection-wrap {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.topNewsSection {
  position: relative;
  border-bottom: 1px solid #E2E2E2;
  margin: 0 auto;
}
.topNewsSection a {
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 35px;
  color: #08061A;
}
@media (max-width: 767px) {
  .topNewsSection a {
    padding-right: 30px;
  }
}
@media (hover: hover) {
  .topNewsSection a:hover {
    color: #514FFF;
  }
}
.topNewsSection-arrow {
  position: absolute;
  right: 0;
  bottom: 25px;
  overflow: hidden;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .topNewsSection-arrow {
    width: 19px;
    height: 19px;
  }
}
.topNewsSection-arrow::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arrow-r-2.svg) 0 0/contain no-repeat;
}
@media (hover: hover) {
  a:hover .topNewsSection-arrow::after {
    animation: forward 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
}
.topNewsSection-head {
  display: flex;
  margin-bottom: 15px;
}
.topNewsSection-head-cate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  margin-right: 15px;
  padding: 0 5px;
  background: rgba(211, 210, 255, 0.4);
  color: #646466;
  font-size: 1.3rem;
  color: #646466;
  text-align: center;
  border-radius: 30px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .topNewsSection-head-cate {
    font-size: 1.2rem;
  }
}
.topNewsSection-head-date {
  font-weight: 500;
  color: #646466;
}
.topNewsSection-title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .topNewsSection-title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

@keyframes forward {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(110%);
    transform: translate(110%);
  }
  30.1% {
    -webkit-transform: translate(-110%);
    transform: translate(-110%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.topNewsSectionMore {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  text-align: right;
  max-width: 922px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .topNewsSectionMore {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .topNewsSectionMore {
    margin-bottom: 20px;
  }
}

.mediakitArea {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mediakitArea {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .mediakitArea {
    margin-top: -30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .mediakitArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}

.mediakitSection {
  display: flex;
  aspect-ratio: 3.47;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mediakitSection {
    flex-direction: column;
    aspect-ratio: auto;
  }
}
.mediakitSection + .mediakitSection {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mediakitSection + .mediakitSection {
    margin-top: 30px;
  }
}
.mediakitSection-main {
  display: flex;
  align-items: center;
  width: 55%;
}
@media (max-width: 767px) {
  .mediakitSection-main {
    width: 100%;
    order: 2;
  }
}
.mediakitSection-main-inner {
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .mediakitSection-main-inner {
    padding: 20px;
  }
}
.mediakitSection-main-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 130%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .mediakitSection-main-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mediakitSection-main-title {
    margin-bottom: 13px;
    font-size: 1.6rem;
  }
}
.mediakitSection-main-copy {
  margin-bottom: 30px;
  color: #646466;
  line-height: 190%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .mediakitSection-main-copy {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .mediakitSection-main-copy {
    margin-bottom: 22px;
    font-size: 1.4rem;
    line-height: 140%;
  }
}
.mediakitSection-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FCFBFD;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
}
@media (max-width: 767px) {
  .mediakitSection-img {
    aspect-ratio: 1.74;
  }
}
.mediakitSection-img-inner {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .mediakitSection-img-inner {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .notFound .title-boldCenter {
    margin-top: 55px;
    margin-bottom: 20px;
  }
}

.notFoundContents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  margin-bottom: 100px;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
  padding: 68px 5% 52px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .notFoundContents {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .notFoundContents {
    border-radius: 0;
    margin-bottom: 50px;
    padding-top: 30px;
  }
}
.notFoundContents-illust {
  width: 215px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .notFoundContents-illust {
    width: 44%;
    margin-bottom: 20px;
  }
}
.notFoundContents-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 145%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .notFoundContents-title {
    font-size: 1.8rem;
  }
}
.notFoundContents-text {
  margin-bottom: 30px;
  font-size: 2.2rem;
  text-align: center;
  color: #646466;
}
@media (max-width: 767px) {
  .notFoundContents-text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.notFoundContents-text p {
  line-height: 2.9rem;
}
@media (max-width: 767px) {
  .notFoundContents-text p {
    line-height: 2rem;
  }
}
.notFoundContents-btn {
  max-width: 100%;
  height: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .notFoundContents-btn .btn-border {
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
  }
}

.thanksArea {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  margin-top: 78px;
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .thanksArea {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .thanksArea {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .thanksArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
@media (max-width: 767px) {
  .thanksArea .title-center {
    margin-bottom: 10px;
  }
}
.thanksArea-lead {
  margin-bottom: 50px;
  font-size: 2rem;
  text-align: center;
  color: #646466;
}
@media (max-width: 767px) {
  .thanksArea-lead {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.thanksArea-lead p {
  line-height: 2.9rem;
}
@media (max-width: 767px) {
  .thanksArea-lead p {
    line-height: 2rem;
  }
}
.thanksArea-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .thanksArea-btn .btn-border {
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
  }
}

.resourcePickupSection-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .resourcePickupSection-wrap {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .resourcePickupSection-wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .resourcePickupSection-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}

.resourcePickupSection {
  display: flex;
  aspect-ratio: 3.47;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .resourcePickupSection {
    aspect-ratio: auto;
  }
}
@media (max-width: 767px) {
  .resourcePickupSection {
    flex-direction: column;
    aspect-ratio: auto;
  }
}
.resourcePickupSection + .resourcePickupSection {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .resourcePickupSection + .resourcePickupSection {
    margin-top: 30px;
  }
}
.resourcePickupSection-main {
  display: flex;
  align-items: center;
  width: 55%;
}
@media (max-width: 767px) {
  .resourcePickupSection-main {
    width: 100%;
    order: 2;
  }
}
.resourcePickupSection-main-inner {
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .resourcePickupSection-main-inner {
    padding: 20px;
  }
}
.resourcePickupSection-main-fukidasi {
  width: 170px;
  height: 38px;
  margin-bottom: 20px;
  padding: 8px 0 0 5px;
  background: url(../img/common/bg-fukidasi.svg) center center/contain no-repeat;
  font-weight: bold;
  color: #514FFF;
  text-align: center;
}
@media (max-width: 767px) {
  .resourcePickupSection-main-fukidasi {
    width: 116px;
    font-size: 1.4rem;
  }
}
.resourcePickupSection-main-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 130%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .resourcePickupSection-main-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .resourcePickupSection-main-title {
    margin-bottom: 13px;
    font-size: 1.6rem;
  }
}
.resourcePickupSection-main-copy {
  margin-bottom: 30px;
  color: #646466;
  line-height: 190%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .resourcePickupSection-main-copy {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .resourcePickupSection-main-copy {
    margin-bottom: 22px;
    font-size: 1.4rem;
    line-height: 140%;
  }
}
.resourcePickupSection-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FCFBFD;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
}
@media (max-width: 767px) {
  .resourcePickupSection-img {
    aspect-ratio: 1.74;
  }
}
.resourcePickupSection-img-inner {
  width: 100%;
  height: 100%;
}
.resourcePickupSection-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resourceWrapper {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .resourceWrapper {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .resourceWrapper {
    gap: 3%;
  }
}
@media (max-width: 767px) {
  .resourceWrapper {
    flex-direction: column;
    gap: 50px;
  }
}

.resourceContents {
  flex: 1;
}
@media (max-width: 767px) {
  .resourceContents {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.resourceContents-lead {
  margin-bottom: 40px;
  font-size: 2rem;
  color: #646466;
}
@media (max-width: 767px) {
  .resourceContents-lead {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
.resourceContents-lead p {
  line-height: 2.9rem;
}
@media (max-width: 767px) {
  .resourceContents-lead p {
    line-height: 2rem;
  }
}
.resourceContents-img {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .resourceContents-img {
    margin-bottom: 30px;
  }
}
.resourceContents-img img {
  height: auto;
}
.resourceContents-des-title {
  width: fit-content;
  height: 45px;
  margin-bottom: -25px;
  background: url(../img/common/bg-fukidasi-blue-l.svg) left center/contain no-repeat;
  color: #fff;
  font-weight: bold;
  padding: 11px 25px;
}
.resourceContents-des-list {
  background: rgba(81, 79, 255, 0.03);
  border-radius: 8px;
  padding: 50px 30px 30px;
}
@media (max-width: 767px) {
  .resourceContents-des-list {
    padding: 39px 20px 27px;
  }
}
.resourceContents-des-list-li {
  display: flex;
  color: #646466;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .resourceContents-des-list-li {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.resourceContents-des-list-li + .resourceContents-des-list-li {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .resourceContents-des-list-li + .resourceContents-des-list-li {
    margin-top: 5px;
  }
}
.resourceContents-des-list-li::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-check.svg) center center/contain no-repeat;
  min-width: 22.4px;
  height: 22.4px;
  margin-top: 4px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .resourceContents-des-list-li::before {
    min-width: 17px;
    width: 17px;
    height: 17px;
    margin-right: 15px;
    margin-top: 3px;
  }
}

.resourceForm {
  flex-basis: 37%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .resourceForm {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .resourceForm {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.resourceForm .c-form-privacy {
  margin-bottom: 20px;
}

.termsArea {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .termsArea {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .termsArea {
    margin-top: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .termsArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}

.termsSection + .termsSection {
  margin-top: 40px;
}
.termsSection-text {
  color: #414141;
}
@media (max-width: 767px) {
  .termsSection-text {
    font-size: 1.4rem;
  }
}
.termsSection-text p {
  line-height: 162%;
  margin-top: 3px;
}
.termsSection-text ol {
  margin-top: 10px;
}
.termsSection-text ol ul {
  margin-bottom: 10px;
}
.termsSection-text ul {
  padding-left: 1em;
  margin-top: 10px;
}
.termsSection-text li {
  margin-bottom: 2px;
  line-height: 162%;
}
.termsSection-text .is-wide > li {
  margin-bottom: 10px;
}
.termsSection-text a {
  font-weight: bold;
  color: #514FFF;
  text-decoration: underline;
}

.featureSummary {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .featureSummary {
    margin-bottom: 32px;
  }
}
.featureSummary-title {
  margin-bottom: 20px;
  text-align: center;
}
.featureSummary-title-sub {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .featureSummary-title-sub {
    font-size: 1.5rem;
  }
}
.featureSummary-title-sub em {
  color: #514FFF;
  font-weight: bold;
}
.featureSummary-title-main {
  display: block;
  margin-top: 8px;
  font-size: 3.2rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .featureSummary-title-main {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.featureSummary-text {
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .featureSummary-text {
    font-size: 1.4rem;
  }
}
.featureSummary-text p {
  line-height: 3.6rem;
}
@media (max-width: 767px) {
  .featureSummary-text p {
    line-height: 2rem;
  }
}

.featureMain {
  padding: 120px 0 200px;
  background: #FCFBFD;
}
@media (min-width: 768px) and (max-width: 979px) {
  .featureMain {
    padding: 10vw 0 30vw;
  }
}
@media (max-width: 767px) {
  .featureMain {
    padding: 60px 0 120px;
    padding-inline: 4%;
    overflow: hidden;
  }
}
.featureMain .title-center-blk {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .featureMain .title-center-blk {
    margin-bottom: 30px;
  }
}
.featureMain-tableofcontentsWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featureMain-tableofcontentsWrapper {
    max-width: 90%;
    width: 90%;
  }
}
.featureMain-tableofcontents {
  display: flex;
  flex-basis: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
  padding: 20px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(193, 192, 204, 0.75);
}
@media (max-width: 767px) {
  .featureMain-tableofcontents {
    padding: 16px 16px;
  }
}
.featureMain-tableofcontents-li {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
@media (max-width: 767px) {
  .featureMain-tableofcontents-li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .featureMain-tableofcontents-li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.featureMain-tableofcontents-li span {
  padding-top: 3px;
  color: var(--Light-Tint, #514FFF);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .featureMain-tableofcontents-li span {
    padding-top: 0;
    font-size: 1.4rem;
  }
}
.featureMain-tableofcontents-li a {
  color: #646466;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
.featureMain-tableofcontents-li a:hover {
  color: #08061A;
  text-decoration-line: underline;
}
@media (max-width: 767px) {
  .featureMain-tableofcontents-li a {
    font-size: 1.4rem;
  }
}

.featureMainSection {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featureMainSection {
    max-width: 90%;
    width: 90%;
  }
}
.featureMainSection + .featureMainSection {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .featureMainSection + .featureMainSection {
    margin-top: 50px;
  }
}
.featureMainSection-title {
  position: relative;
  padding-left: 46px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .featureMainSection-title {
    margin-bottom: 20px;
    padding-left: 21px;
  }
}
.featureMainSection-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #514FFF;
  border-radius: 10px;
}
.featureMainSection-title-en {
  display: block;
  font-family: "Poppins", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 2.5rem;
  color: #514FFF;
  font-weight: bold;
}
@media (max-width: 767px) {
  .featureMainSection-title-en {
    font-size: 1.3rem;
  }
}
.featureMainSection-title-ja {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .featureMainSection-title-ja {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.featureMainSection-subtitle {
  margin-bottom: 32px;
  padding: 10px 30px 14px 30px;
  align-items: center;
  background: #F2F1FD;
  color: #08061A;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .featureMainSection-subtitle {
    margin-bottom: 16px;
    font-size: 1.6rem;
    padding: 10px 16px 14px 16px;
  }
}

.slider1 {
  position: relative;
}
.slider1 .swiper-button-prev {
  width: 43px;
  height: 43px;
  top: 45%;
  left: -5px;
}
@media (min-width: 768px) {
  .slider1 .swiper-button-prev {
    display: none;
  }
}
.slider1 .swiper-button-prev::after {
  content: "";
  width: 43px;
  height: 43px;
  background: url(../img/common/icon-slider-l.svg) center center/contain no-repeat;
}
.slider1 .swiper-button-next {
  width: 43px;
  height: 43px;
  top: 45%;
  right: -5px;
}
@media (min-width: 768px) {
  .slider1 .swiper-button-next {
    display: none;
  }
}
.slider1 .swiper-button-next::after {
  content: "";
  width: 43px;
  height: 43px;
  background: url(../img/common/icon-slider-r.svg) center center/contain no-repeat;
}
@media (min-width: 768px) {
  .slider1 .swiper-pagination {
    display: none;
  }
}

@media (min-width: 768px) {
  .featureMainSectionBox-wrap {
    display: grid;
    gap: 30px 3%;
  }
}
.featureMainSectionBox-wrap.is-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.featureMainSectionBox-wrap.is-col3 {
  grid-template-columns: repeat(3, 1fr);
}
.featureMainSectionBox-wrap.is-col4 {
  grid-template-columns: repeat(4, 1fr);
}

.featureMainSectionBox {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .featureMainSectionBox + .featureMainSectionBox {
    margin-top: 24px;
  }
}
.featureMainSectionBox-container + .featureMainSectionBox-container {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .featureMainSectionBox-container + .featureMainSectionBox-container {
    margin-top: 24px;
  }
}

.featureSectionPat1 {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 32px 20px;
}
@media (max-width: 767px) {
  .featureSectionPat1 {
    display: block;
  }
}
.featureSectionPat1-img {
  width: 270px;
  border: 0.5px solid rgba(193, 192, 204, 0.75);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .featureSectionPat1-img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.featureSectionPat1-desc {
  flex: 1;
}
.featureSectionPat1-desc-maincopy {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.6rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .featureSectionPat1-desc-maincopy {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .featureSectionPat1-desc-maincopy {
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: center;
  }
}
.featureSectionPat1-desc-text {
  color: #646466;
}
@media (max-width: 767px) {
  .featureSectionPat1-desc-text {
    font-size: 1.4rem;
  }
}
.featureSectionPat1-desc-text p {
  line-height: 3rem;
}
@media (max-width: 767px) {
  .featureSectionPat1-desc-text p {
    line-height: 2rem;
  }
}
.featureSectionPat1-desc-text em {
  color: #08061A;
  font-weight: bold;
}

.featureSectionPat2-panel {
  padding: 32px 20px;
}
.featureSectionPat2-panel-img {
  margin-bottom: 30px;
  border: 0.5px solid rgba(193, 192, 204, 0.75);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .featureSectionPat2-panel-img {
    margin-bottom: 15px;
    aspect-ratio: 1.85;
  }
  .featureSectionPat2-panel-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.is-col2 .featureSectionPat2-panel-img {
  max-width: 287px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .is-col2 .featureSectionPat2-panel-img {
    max-width: 100%;
  }
}
.featureSectionPat2-panel-title {
  display: block;
  margin-bottom: 15px;
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .featureSectionPat2-panel-title {
    font-size: 1.8rem;
    line-height: 2.9rem;
  }
}
@media (max-width: 767px) {
  .featureSectionPat2-panel-title {
    margin-bottom: 10px;
    line-height: 2.6rem;
    font-size: 1.8rem;
  }
}
.featureSectionPat2-panel-title .text-s {
  display: block;
  margin-bottom: 2px;
  font-size: 88%;
}
.featureSectionPat2-panel-text {
  color: #646466;
}
.featureSectionPat2-panel-text p {
  line-height: 3rem;
}
@media (max-width: 767px) {
  .featureSectionPat2-panel-text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.featureSectionPat2-panel-text em {
  color: #08061A;
  font-weight: bold;
}
.featureSectionPat2-panelsmall {
  padding: 20px 20px;
}
.featureSectionPat2-panelsmall-title {
  display: block;
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .featureSectionPat2-panelsmall-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .featureSectionPat2-panelsmall-title {
    margin-bottom: 10px;
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}
.featureSectionPat2-panelsmall-title .text-s {
  display: block;
  margin-bottom: 2px;
  font-size: 88%;
}
.featureSectionPat2-panelsmall-text {
  color: #646466;
  font-size: 1.4rem;
}
.featureSectionPat2-panelsmall-text p {
  line-height: 2.2rem;
}
@media (max-width: 767px) {
  .featureSectionPat2-panelsmall-text p {
    line-height: 2rem;
  }
}
.featureSectionPat2-panelsmall-text em {
  color: #08061A;
  font-weight: bold;
}

.priceSummary {
  padding: 40px 20px 50px;
}
@media (max-width: 767px) {
  .priceSummary {
    padding: 25px 0 30px;
  }
}
.priceSummary-title-sub {
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 8px 40px;
  background: #514FFF;
  border-radius: 40px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .priceSummary-title-sub {
    padding: 8px 45px;
    font-size: 1.8rem;
  }
}
.priceSummary-title-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .priceSummary-title-main {
    font-size: 1.8rem;
  }
}
.priceSummary-title-main em {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "Poppins", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  color: #514FFF;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .priceSummary-title-main em {
    font-size: 3.8rem;
  }
}
.priceSummary-text {
  width: calc(100% - 46px);
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .priceSummary-text {
    font-size: 1.4rem;
    padding-bottom: 15px;
  }
}

.availableFeatures {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .availableFeatures {
    padding-top: 15px;
  }
}
.availableFeatures-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .availableFeatures-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.availableFeatures-list {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .availableFeatures-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px 0;
  }
}
@media (max-width: 767px) {
  .availableFeatures-list {
    display: grid;
    padding-inline: 10px;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 0;
  }
}
@media (min-width: 1200px) {
  .availableFeatures-list-li {
    width: 100%;
  }
}
.availableFeatures-list-li-icon {
  display: block;
  width: 50px;
  margin: 0 auto 10px;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .availableFeatures-list-li-icon {
    width: 52px;
    margin-bottom: 5px;
  }
}
.availableFeatures-list-li-label {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .availableFeatures-list-li-label {
    font-size: min(1.3rem, 3.3vw);
  }
}

.mojiokosi {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mojiokosi {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .mojiokosi {
    margin-block: 20px 60px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .mojiokosi {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.mojiokosi-title {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 70px;
  background: #f3f2fe;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .mojiokosi-title {
    height: 50px;
    border-radius: 10px 10px 0 0;
  }
}
.mojiokosi-title-main {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .mojiokosi-title-main {
    font-size: 1.8rem;
  }
}
.mojiokosi-title-label {
  background: rgba(211, 210, 255, 0.4);
  border-radius: 20px;
  margin-left: 5px;
  padding: 3px 10px;
  color: #514FFF;
  letter-spacing: -0.03em;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mojiokosi-title-label {
    font-size: 1.2rem;
  }
}
.mojiokosi-text {
  padding: 40px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .mojiokosi-text {
    padding: 20px 3%;
    font-size: 1.4rem;
  }
}

.stepIntroArea {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .stepIntroArea {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .stepIntroArea .title-center-blk {
    margin-bottom: 20px;
  }
}

.stepIntro {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .stepIntro {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .stepIntro {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .stepIntro {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.stepIntro-item {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .stepIntro-item {
    display: flex;
  }
}
.stepIntro-item-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 30px;
  font-family: "Poppins", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .stepIntro-item-title {
    width: 45px;
    height: auto;
    writing-mode: vertical-lr;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.stepIntro-item-title::after {
  content: "";
  position: absolute;
  left: calc(100% - 0.1px);
  top: 0;
  width: 25px;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .stepIntro-item-title::after {
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.stepIntro-item-title.is-1 {
  background: #C1C0F7;
}
.stepIntro-item-title.is-1::after {
  background: #C1C0F7;
}
.stepIntro-item-title.is-2 {
  background: #9695FF;
}
.stepIntro-item-title.is-2::after {
  background: #9695FF;
}
.stepIntro-item-title.is-3 {
  background: #514FFF;
}
.stepIntro-item-title.is-3::after {
  display: none;
}
.stepIntro-item-des {
  padding: 0 25px 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .stepIntro-item-des {
    padding: 0 15px 40px;
  }
}
@media (max-width: 767px) {
  .stepIntro-item-des {
    position: relative;
    flex: 1;
    padding: 26px 26px 20px;
  }
  .stepIntro-item + .stepIntro-item .stepIntro-item-des::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 26px;
    width: calc(100% - 52px);
    border-top: 1px solid #ccc;
  }
}
.stepIntro-item-des-img {
  width: 168px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .stepIntro-item-des-img {
    width: 68px;
    float: left;
    margin: 0 15px 0 0;
  }
}
.stepIntro-item-des-title {
  margin-bottom: 10px;
  font-size: min(2.2rem, 2vw);
  font-weight: bold;
  line-height: 3.6rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .stepIntro-item-des-title {
    line-height: 2.3rem;
  }
}
@media (max-width: 767px) {
  .stepIntro-item-des-title {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-weight: bold;
    text-align: left;
  }
}
.stepIntro-item-des-text {
  line-height: 3rem;
  color: #646466;
}
@media (max-width: 767px) {
  .stepIntro-item-des-text {
    clear: both;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .stepIntro-item-des-text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .stepIntro-item-des-text p {
    line-height: 2rem;
  }
}

.faq {
  margin-top: -120px;
  padding-top: 240px;
  padding-bottom: 260px;
  background: #FCFBFD;
}
@media (min-width: 768px) and (max-width: 979px) {
  .faq {
    margin-top: -10vw;
    padding-top: 20vw;
  }
}
@media (max-width: 767px) {
  .faq {
    margin-top: -15vw;
    padding-top: 32vw;
    padding-bottom: 13vw;
  }
}
.faq .title-center-blk {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .faq .title-center-blk {
    margin-bottom: 25px;
  }
}

.topContents .faq {
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topContents .faq {
    padding-top: 10vw;
  }
}
@media (max-width: 767px) {
  .topContents .faq {
    padding-top: 16vw;
    padding-bottom: 13vw;
  }
}

.faqSection-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  max-width: 922px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .faqSection-wrap {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .faqSection-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}

.faqSection {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(226, 226, 226);
}
@media (max-width: 767px) {
  .faqSection {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.faqSection :last-child {
  border-bottom: none;
}
.faqSection-q {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .faqSection-q {
    margin-bottom: 8px;
    align-items: flex-start;
  }
}
.faqSection-q-t {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(211, 210, 255, 0.4);
  font-family: "Poppins", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #514FFF;
}
.faqSection-q-text {
  flex: 1;
  padding-right: 5%;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .faqSection-q-text {
    margin-top: 5px;
    font-size: 1.6rem;
    padding-right: 0;
  }
}
.faqSection-a {
  display: flex;
  gap: 10px;
}
.faqSection-a-t {
  display: inline-block;
  font-family: "Poppins", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  width: 36px;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500px;
  color: #514FFF;
  text-align: center;
}
.faqSection-a-text {
  padding-right: 5%;
  flex: 1;
  line-height: 2.6rem;
  font-weight: 500;
  color: #646466;
}
@media (max-width: 767px) {
  .faqSection-a-text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.securitySummary {
  margin-bottom: 84px;
  padding: 64px 4% 50px;
}
@media (max-width: 767px) {
  .securitySummary {
    padding: 32px 5%;
  }
}
.securitySummary .title-center-blk {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .securitySummary .title-center-blk {
    margin-bottom: 32px;
  }
}

.securitySummaryItem-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 5%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .securitySummaryItem-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .securitySummaryItem-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.securitySummaryItem {
  display: flex;
  align-items: center;
  flex-basis: 50%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .securitySummaryItem {
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.securitySummaryItem-icon {
  width: 133px;
}
@media (max-width: 767px) {
  .securitySummaryItem-icon {
    width: 62px;
  }
}
.securitySummaryItem-des {
  flex: 1;
}
.securitySummaryItem-des-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .securitySummaryItem-des-title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.securitySummaryItem-des-text {
  color: #646466;
  font-weight: 500;
}
@media (max-width: 767px) {
  .securitySummaryItem-des-text {
    font-size: 1.4rem;
  }
}
.securitySummaryItem-des-text p {
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  .securitySummaryItem-des-text p {
    line-height: 2rem;
  }
}

.manage {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .manage {
    margin-bottom: 50px;
  }
}

.manageSection-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .manageSection-wrap {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .manageSection-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}

.manageSection {
  display: flex;
  align-items: center;
  padding: 40px 52px;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .manageSection {
    align-items: flex-start;
    padding: 30px 20px;
    box-shadow: none;
    border: 0.626168px solid #E2E2E2;
  }
}
.manageSection-icon {
  width: 153px;
}
@media (max-width: 767px) {
  .manageSection-icon {
    width: 82px;
  }
}
.manageSection-icon.is-1 img {
  width: 110px;
}
@media (max-width: 767px) {
  .manageSection-icon.is-1 img {
    width: 70px;
  }
}
.manageSection-icon.is-2 img {
  width: 100px;
}
@media (max-width: 767px) {
  .manageSection-icon.is-2 img {
    width: 62px;
  }
}
.manageSection-icon.is-3 img {
  width: 100px;
}
@media (max-width: 767px) {
  .manageSection-icon.is-3 img {
    width: 62px;
  }
}
.manageSection-des {
  flex: 1;
}
.manageSection-des-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .manageSection-des-title {
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 767px) {
  .manageSection-des-text {
    font-size: 1.4rem;
  }
}
.manageSection-des-text p {
  color: #646466;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .manageSection-des-text p {
    line-height: 2rem;
  }
}
.manageSection-des-text-link {
  display: inline-block;
  margin-top: 5px;
  text-decoration: underline;
  color: rgb(81, 79, 255);
  font-size: 1.4rem;
}

.securityCheck {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .securityCheck {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .securityCheck {
    margin-bottom: 60px;
  }
}
.securityCheck-lead {
  margin-bottom: 30px;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .securityCheck-lead {
    font-size: 1.6rem;
  }
}

.securityCheckBox {
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  padding: 60px 5%;
}
@media (max-width: 767px) {
  .securityCheckBox {
    padding: 30px 5%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .securityCheckBox {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.securityCheckBox-list {
  max-width: fit-content;
  margin: 0 auto 30px;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .securityCheckBox-list {
    margin-bottom: 20px;
  }
}
.securityCheckBox-list-li {
  list-style: disc;
  font-weight: bold;
}
@media (max-width: 767px) {
  .securityCheckBox-list-li {
    font-size: 1.4rem;
  }
}
.securityCheckBox-list-li + .securityCheckBox-list-li {
  margin-top: 5px;
}
.securityCheckBox-dl {
  padding-top: 30px;
  border-top: 1px solid #E2E2E2;
}
@media (max-width: 767px) {
  .securityCheckBox-dl {
    padding-top: 25px;
  }
}
.securityCheckBox-dl-text {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .securityCheckBox-dl-text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.securityCheckBox-dl-btn {
  margin-top: 30px;
  text-align: center;
}
.securityCheckBox-dl-btn .btn-flat {
  width: 370px;
  height: 64px;
}
@media (max-width: 767px) {
  .securityCheckBox-dl-btn .btn-flat {
    width: 260px;
    font-size: 1.6rem;
  }
}

.securityFeatures {
  background: #FCFBFD;
  padding-block: 100px 260px;
}
@media (max-width: 767px) {
  .securityFeatures {
    padding-block: 56px 80px;
  }
}
.securityFeatures .title-center-blk {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .securityFeatures .title-center-blk {
    font-size: 2.2rem;
  }
}
.securityFeatures-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .securityFeatures-inner {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .securityFeatures-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.securityFeatures-lead {
  margin-bottom: 50px;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .securityFeatures-lead {
    margin-bottom: 28px;
    font-size: 1.6rem;
  }
}

.seclityFeature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 10px;
}
@media (max-width: 767px) {
  .seclityFeature {
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.seclityFeature-item {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .seclityFeature-item {
    flex-grow: 0;
    flex-basis: 47%;
  }
}
.seclityFeature-item-img {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .seclityFeature-item-img {
    margin-bottom: 10px;
  }
}
.seclityFeature-item-label {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.03em;
  text-align: center;
}
@media (max-width: 767px) {
  .seclityFeature-item-label {
    font-size: 1.6rem;
  }
}

.seclityFeatureBtn {
  text-align: center;
}
.seclityFeatureBtn .btn-border {
  height: 64px;
}
@media (max-width: 767px) {
  .seclityFeatureBtn .btn-border {
    height: 50px;
  }
}

.eventFormArea {
  padding: 60px 5%;
  background: #FCFBFD;
}
@media (max-width: 767px) {
  .eventFormArea {
    padding: 50px 5%;
  }
}

.caseSummary {
  margin-bottom: 80px;
  padding: 0;
}
@media (max-width: 767px) {
  .caseSummary {
    margin-bottom: 50px;
  }
}
.caseSummary-title {
  position: relative;
  display: flex;
  width: 100%;
  height: 110px;
  padding: 10px 36px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .caseSummary-title {
    font-size: 1.8rem;
    height: auto;
    padding: 18px 20px;
  }
}
.caseSummary-title::before, .caseSummary-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #514FFF;
  transition: all 0.3s;
}
.caseSummary-title::before {
  width: 24px;
  height: 2px;
  top: calc(50% - 0.5px);
  right: 40px;
}
@media (max-width: 767px) {
  .caseSummary-title::before {
    width: 16px;
    height: 1px;
    right: 23px;
  }
}
.caseSummary-title::after {
  width: 2px;
  height: 24px;
  right: 51px;
  top: calc(50% - 12px);
}
@media (max-width: 767px) {
  .caseSummary-title::after {
    width: 1px;
    height: 16px;
    top: calc(50% - 8px);
    right: 30px;
  }
}
.is-open .caseSummary-title::after {
  transform: rotate(90deg);
}
.caseSummary-contents {
  padding: 0 36px 40px;
}
@media (max-width: 767px) {
  .caseSummary-contents {
    padding: 10px 20px 30px;
  }
}
.caseSummary .categoryArea {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.cateFilterBtn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .cateFilterBtn {
    margin-top: 20px;
  }
}
.cateFilterBtn .btn-border {
  width: 173px;
  height: 43px;
  font-size: 1.6rem;
}

.otherCases {
  background: #FCFBFD;
  padding-top: 60px;
  padding-bottom: 260px;
}
.otherCases-btn {
  text-align: center;
}

.blogWrapper {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  gap: 46px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blogWrapper {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .blogWrapper {
    gap: 3%;
  }
}
@media (max-width: 767px) {
  .blogWrapper {
    display: block;
  }
}

.blogContents {
  flex: 1;
}
@media (max-width: 767px) {
  .blogContents {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.blogContents-title {
  margin-bottom: 50px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .blogContents-title {
    margin-bottom: 30px;
  }
}
.blogContents-title-tax {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #514FFF;
}
@media (max-width: 767px) {
  .blogContents-title-tax {
    font-size: 1.2rem;
  }
}
.blogContents-title-tax::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background: url(../img/common/icon-tag.svg) 0 0/contain no-repeat;
}
@media (max-width: 767px) {
  .blogContents-title-tax::before {
    width: 14px;
    height: 14px;
  }
}
.blogContents-title-main {
  font-size: 3rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .blogContents-title-main {
    font-size: 2rem;
  }
}

.blogPanel-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
@media (max-width: 767px) {
  .blogPanel-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
}

.blogPanel {
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 7px 27px rgba(120, 119, 172, 0.1);
  border-radius: 8px;
}
.blogPanel a {
  display: block;
}
@media (hover: hover) {
  .blogPanel a:hover {
    opacity: 0.8;
  }
}
.blogPanel-img {
  aspect-ratio: 1.78;
}
.blogPanel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogPanel-des {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .blogPanel-des {
    padding: 15px;
  }
}
.blogPanel-des-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.blogPanel-des-header-cate {
  display: flex;
  gap: 5px;
}
.blogPanel-des-header-cate-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  background: #EDEDFA;
  border-radius: 40px;
  color: #646466;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 979px) {
  .blogPanel-des-header-cate-item {
    font-size: 1rem;
  }
}
.blogPanel-des-header-date {
  font-family: "Poppins", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 1.2rem;
  color: #BCBBBF;
  line-height: 1.8rem;
}
.blogPanel-des-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #08061A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) and (max-width: 979px) {
  .blogPanel-des-title {
    font-size: 1.4rem;
  }
}

.postSidebar {
  flex-basis: min(32%, 340px);
}
@media (max-width: 767px) {
  .postSidebar {
    margin-top: 140px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .postSidebar {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.postSidebar-bn {
  margin-bottom: 40px;
}
.postSidebar-bn-item + .postSidebar-bn-item {
  margin-top: 10px;
}
.postSidebar-bn-item figure {
  margin: 0;
}
@media (hover: hover) {
  .postSidebar-bn-item a:hover {
    opacity: 0.8;
  }
}
.postSidebar > p + p {
  margin-top: 0;
}

.sidebarSection {
  margin-top: 50px;
}
.sidebarSection:nth-of-type(1) {
  margin-top: 0;
}
.sidebarSection.is-bn {
  position: sticky;
  top: 120px;
}
@media (max-width: 767px) {
  .sidebarSection.is-bn {
    position: static;
  }
}
.sidebarSection-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 51px;
  border-radius: 8px 8px 0 0;
  font-size: min(2rem, 2.1vw);
  font-weight: bold;
  color: #514FFF;
  background: #F9F8FE;
}
@media (max-width: 767px) {
  .sidebarSection-title {
    font-size: 1.6rem;
  }
}
.sidebarSection-list-item {
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: min(1.6rem, 1.8vw);
}
@media (max-width: 767px) {
  .sidebarSection-list-item {
    font-size: 1.6rem;
  }
}
.sidebarSection-list-item a {
  position: relative;
  display: flex;
  padding: 15px 0;
  color: #08061A;
}
@media (hover: hover) {
  .sidebarSection-list-item a:hover {
    opacity: 0.5;
  }
}
.sidebarSection-list-item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-arrow-r-2.svg) 0 0/contain no-repeat;
}
@media (hover: hover) {
  a:hover .sidebarSection-list-item a::after {
    animation: forward 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
}
.sidebarSection-thumbList-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebarSection-thumbList-item a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
@media (hover: hover) {
  .sidebarSection-thumbList-item a:hover {
    opacity: 0.5;
  }
}
.sidebarSection-thumbList-item-img {
  width: min(110px, 38%);
  aspect-ratio: 1.78;
}
.sidebarSection-thumbList-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.sidebarSection-thumbList-item-title {
  flex: 1;
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #08061A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sidebarSection-thumbList-item-title {
    line-height: 1.6rem;
  }
}
@media (max-width: 767px) {
  .sidebarSection-thumbList-item-title {
    -webkit-line-clamp: 2;
  }
}

.sidebarSearch {
  margin-top: 20px;
}

.sidebarSearchForm-input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  background: #F6F5F7;
  border-radius: 8px;
  border: none;
}
.sidebarSearchForm-input::placeholder {
  color: #A1A1A6;
  font-weight: bold;
}

.toTrialBn {
  margin: 50px auto 40px;
  padding: 50px 40px 50px 50px;
  background: #FCFBFD;
  border-radius: 8px;
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .toTrialBn {
    display: block;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .toTrialBn {
    display: block;
    padding: 30px 20px 20px;
  }
}
.toTrialBn-des {
  flex: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .toTrialBn-des {
    width: fit-content;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .toTrialBn-des {
    margin-bottom: 20px;
  }
}
.toTrialBn-des-title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 900;
  color: #08061A;
  line-height: 3.2rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .toTrialBn-des-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .toTrialBn-des-title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.8rem;
  }
}
.toTrialBn-des-title img {
  display: inline-block;
  width: 121px;
  margin-bottom: 3px;
}
.toTrialBn-des ul.toTrialBn-des-list {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .toTrialBn-des ul.toTrialBn-des-list {
    width: fit-content;
    margin: 0 auto 20px;
  }
}
.toTrialBn-des ul.toTrialBn-des-list li {
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.toTrialBn-des ul.toTrialBn-des-list li + li {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .toTrialBn-des ul.toTrialBn-des-list li + li {
    margin-top: 5px;
  }
}
.toTrialBn-des ul.toTrialBn-des-list li::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-check.svg) center center/contain no-repeat;
  width: 16.8px;
  min-width: 16.8px;
  height: 16.8px;
  margin-top: 4px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .toTrialBn-des ul.toTrialBn-des-list li::before {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .toTrialBn-des-btn {
    text-align: center;
  }
}
.toTrialBn-des-btn .btn-flat {
  width: 260px;
  min-width: 0;
  height: 60px;
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .toTrialBn-des-btn .btn-flat {
    font-size: 1.6rem;
    height: 50px;
  }
}
.toTrialBn-img {
  flex-basis: min(341px, 60%);
}
@media (max-width: 767px) {
  .toTrialBn-img {
    width: 100%;
  }
}

.contactArea {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  max-width: 880px;
  padding-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contactArea {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .contactArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 92%;
  }
}
.contactArea-lead {
  margin-bottom: 50px;
  font-size: 2rem;
  line-height: 2.9rem;
  color: #646466;
}
@media (max-width: 767px) {
  .contactArea-lead {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.contactArea .c-form-privacy {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contactArea .c-form-privacy {
    margin-bottom: 20px;
  }
}

.newsCategory {
  margin-bottom: 64px;
  padding: 36px;
}
@media (max-width: 767px) {
  .newsCategory {
    padding: 15px 15px 32px;
    margin-bottom: 40px;
  }
}
.newsCategory .categoryArea {
  width: 100%;
  max-width: 100%;
}

.articleWrapper {
  margin-top: 60px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  gap: 46px;
  margin-bottom: 160px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .articleWrapper {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .articleWrapper {
    gap: 3%;
  }
}
@media (max-width: 767px) {
  .articleWrapper {
    display: block;
    margin-bottom: 40px;
  }
}

/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
