@charset "UTF-8";
.wrapInner-large {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.security-lead {
  font-size: 1vw;
  line-height: 1.75;
}
@media not all and (min-width: 768px) {
  .security-lead {
    font-size: 3.7333333333vw;
  }
}

.article-section {
  font-size: 1vw;
  line-height: 1.75;
}
@media not all and (min-width: 768px) {
  .article-section {
    font-size: 3.7333333333vw;
  }
}
.article-section--last {
  margin-bottom: 18rem;
}

.article-ttl-h2 {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  padding: 4rem 0 0;
  font-family: var(--font-serif);
  margin-bottom: 3rem;
  font-size: 2.5vw;
  font-weight: 600;
}
.article-ttl-h2.no-border {
  border-top: none;
}
@media not all and (min-width: 768px) {
  .article-ttl-h2 {
    font-size: 8.5333333333vw;
  }
}

.noteList > li,
.indentList {
  font-size: 1vw;
  line-height: 1.75;
}
@media not all and (min-width: 768px) {
  .noteList > li,
  .indentList {
    font-size: 3.7333333333vw;
  }
}

.article-ttl-h3 {
  color: #5D9AC0;
  padding: 0 0 0 1.6rem;
  font-size: 2.4rem;
  font-family: var(--font-serif);
  margin-bottom: 3rem;
  position: relative;
}
.article-ttl-h3:before {
  content: "";
  border-left: 0.3rem solid #5D9AC0;
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  height: calc(100% - 1rem);
}
@media not all and (min-width: 768px) {
  .article-ttl-h3 {
    font-size: 2rem;
  }
}

.article-table {
  width: 100%;
  border-collapse: separate; /* ボーダーを分離して余白を有効にする */
  border-spacing: 0 3.2rem; /* 上下に10pxの余白を追加（左右は0） */
}
@media not all and (min-width: 768px) {
  .article-table {
    min-width: 70rem;
  }
}
.article-table thead {
  border-bottom: 0.1rem solid #222222;
}
.article-table tbody th, .article-table tbody td {
  padding: 1.6rem;
}
.article-table tbody td {
  border-right: 0.1rem solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.article-table tbody td:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.6rem;
  width: 100%;
  display: block;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.article-table tbody td:last-child {
  border-right: none;
}
.article-table tbody td.article-section-border {
  border-right: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.article-table th {
  text-align: center;
  border-bottom: 0.1rem solid #222;
  font-size: 2rem;
  font-family: var(--font-serif);
  padding-bottom: 1rem;
}

.cta-contact {
  margin-top: 12rem;
  margin-bottom: 26rem;
}
@media not all and (min-width: 768px) {
  .cta-contact {
    margin-top: 8rem;
    margin-bottom: 19rem;
  }
}
.cta-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EBEFF2;
  border: 0.1rem solid #CFD8E1;
  padding: 3.2rem 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 144rem;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .cta-contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.2rem 2rem;
  }
}
.cta-contact-box__ttl {
  width: 33.3%;
  text-align: left;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__ttl {
    width: 100%;
    text-align: center;
    padding-bottom: 2.4rem;
    font-size: 6.4vw;
  }
}
.cta-contact-box__ttl h2 {
  font-family: var(--font-serif);
}
.cta-contact-box__ttl-part {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
.cta-contact-box__subtitle {
  font-size: 1.6rem;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__subtitle {
    font-size: 1.4rem;
  }
}
.cta-contact-box__tel {
  width: 33.3%;
  text-align: center;
  border-left: 0.1rem solid #CFD8E1;
  border-right: 0.1rem solid #CFD8E1;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__tel {
    width: 100%;
    border: none;
    border-top: 0.1rem solid #CFD8E1;
    border-bottom: 0.1rem solid #CFD8E1;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.cta-contact-box__tel .telBox {
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
  margin: 1rem 0;
}
.cta-contact-box__tel + .cta-contact-box__tel {
  border: none;
}
.cta-contact-box__mail {
  width: 33.3%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__mail {
    width: 100%;
    padding-top: 2.4rem;
  }
}
.cta-contact-box__mail-btn {
  width: 65%;
  display: inline-block;
  margin-top: 1rem;
  background: #333333;
  border-radius: 3rem;
  color: #fff;
  padding: 1.2rem 1.4rem;
}

@media not all and (min-width: 768px) {
  .c-lowest-mv__title-main--mini {
    font-size: 50%;
  }
}

@media not all and (min-width: 768px) {
  .c-lowest-mv__inner--contact {
    padding-bottom: 0;
    row-gap: 5.733333vw;
    line-height: 1.2;
  }
}

@media not all and (min-width: 768px) {
  .c-lower-mv__breadcrumb {
    margin-top: 24vw;
  }
  .c-lowest-mv__breadcrumb {
    display: block;
  }
  .c-breadcrumb__item {
    font-size: 2.6666666667vw;
    display: inline;
  }
  .c-icon__angle--right {
    rotate: -90deg;
    display: inline-block;
    vertical-align: -4px;
    margin-left: 0;
  }
}
.policy-btn_link {
  margin: 0 auto 8rem;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  width: 18.4rem;
  background: #333;
  border-radius: 4rem;
  text-align: center;
  padding: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}