@charset "UTF-8";
/*---------------------------------------------
design-width
---------------------------------------------*/
/*---------------------------------------------
font-size
---------------------------------------------*/
/* pc */
/* SP */
/*---------------------------------------------
vw変換

width: vw-sp(320);
@include pc-only {
  width: min(vw-pc(194), 194px);
}
@include pc-lg {
  width: vw-pc-lg(194);
}
---------------------------------------------*/
/*---------------------------------------------
メディアクエリ
---------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

/*---------------------------------------------
フォント用のmixinとユーティリティ

@include font-sp(26); // モバイルファースト
@include font-pc(18); // タブレット〜PC対応
---------------------------------------------*/
/*---------------------------------------------
archive-download
---------------------------------------------*/
.archive-download h2 {
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  .archive-download h2 {
    margin-top: min(8.3333333333vw, 100px);
  }
}
@media screen and (min-width: 1500px) {
  .archive-download h2 {
    margin-top: 6.6666666667vw;
  }
}
.archive-download .row > * {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .archive-download .row > * {
    margin-top: 15%;
  }
}
.archive-download .row .title {
  margin-bottom: 1.5em;
}
.archive-download .btn-gradation {
  margin-inline: auto;
  margin-top: auto;
}
.archive-download .btn-more {
  margin-inline: auto;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .archive-download .btn-more.-size-sm span {
    height: 16vw;
  }
}

/*---------------------------------------------
category-anchors
---------------------------------------------*/
.category-anchors {
  padding-top: 8vw;
}
@media screen and (min-width: 768px) {
  .category-anchors {
    padding-top: min(5vw, 60px);
  }
}
@media screen and (min-width: 1500px) {
  .category-anchors {
    padding-top: 4vw;
  }
}
.category-anchors ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4%;
}
@media screen and (min-width: 768px) {
  .category-anchors ul {
    justify-content: center;
    gap: 16px 1.63%;
  }
}
.category-anchors ul li {
  width: 48%;
  height: 83px;
}
@media screen and (min-width: 768px) {
  .category-anchors ul li {
    width: 45.45%;
  }
}
.category-anchors ul li a {
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  border-radius: 10px;
  position: relative;
  padding: 1.3333333333vw 8vw 1.3333333333vw 2.6666666667vw;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .category-anchors ul li a {
    font-size: min(2vw, 24px);
  }
}
@media screen and (min-width: 1500px) {
  .category-anchors ul li a {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .category-anchors ul li a {
    padding: 10px 75px 10px 25px;
  }
}
.category-anchors ul li a .arrow {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 4%;
  width: 6.4vw;
  margin-top: -3.2vw;
}
@media screen and (min-width: 768px) {
  .category-anchors ul li a .arrow {
    width: min(3.3333333333vw, 40px);
    margin-top: min(-1.6666666667vw, -20px);
  }
}
@media screen and (min-width: 1500px) {
  .category-anchors ul li a .arrow {
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .category-anchors ul li a:hover .arrow {
    transform: translate(0, 8%);
  }
}

/*---------------------------------------------
tags
---------------------------------------------*/
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tags .tag {
  display: inline-flex;
  min-width: 110px;
  font-size: 14px;
  color: #213987;
  background-color: #e4f5fe;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0.1em 0.8em;
  border-radius: 5px;
  margin-bottom: 0.8em;
  font-weight: 500;
}

/*---------------------------------------------
layout-with-sidebar-form
---------------------------------------------*/
.layout-with-sidebar-form {
  display: flex;
  flex-direction: column;
  padding-top: 10.6666666667vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .layout-with-sidebar-form {
    flex-direction: row;
    justify-content: space-between;
    padding-top: min(5vw, 60px);
    padding-bottom: min(6.6666666667vw, 80px);
  }
}
@media screen and (min-width: 1500px) {
  .layout-with-sidebar-form {
    padding-top: w-pc-lg(60);
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .layout-with-sidebar-form .layout-with-sidebar-form__main {
    width: 60.9%;
  }
}
@media screen and (min-width: 768px) {
  .layout-with-sidebar-form .layout-with-sidebar-form__form {
    width: 36.36%;
  }
}
@media screen and (max-width: 767px) {
  .layout-with-sidebar-form .layout-with-sidebar-form__form {
    margin-top: 10.6666666667vw;
  }
}

/*---------------------------------------------
download-form
---------------------------------------------*/
/* 基本リセット */
.download-form {
  all: unset;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #f6f7f7;
  padding: 25px 0 15px;
  /* Chrome, Safari, Edge, Opera */
  /* 最新仕様 */
  /*select {
    height: 40px;
    padding: 8px;
    border: 1px solid #c2c2c2;
    background-color: #fff;
    font-size: 16px;
  }*/
  /* 包むdivで矢印の余白を確保 */
  /* カスタム矢印（SVG）を疑似要素で追加 */
  /* フォーカス・ホバー */
  /* Firefoxでのテキスト位置ずれ防止 */
}
@media screen and (min-width: 768px) {
  .download-form {
    position: sticky;
    top: 100px;
  }
}
.download-form .download-form-input {
  box-sizing: border-box;
  padding: 0 20px 35px;
}
@media screen and (min-width: 768px) {
  .download-form .download-form-input {
    height: fit-content;
    overflow-y: auto;
    max-height: calc(100vh - 210px);
  }
}
.download-form a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.download-form a:hover {
  opacity: 0.8;
}
.download-form h2 {
  font-weight: 600;
  text-align: center;
  border-bottom: solid 2px #213988;
  color: #213988;
  padding-bottom: 0.5em;
  margin: 0 20px;
}
.download-form label {
  /*display: flex;
  flex-direction: column;*/
  color: #000;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .download-form label {
    font-size: min(1.1666666667vw, 14px);
  }
}
@media screen and (min-width: 1500px) {
  .download-form label {
    font-size: 0.9333333333vw;
  }
}
.download-form label p {
  margin: 1em 0 0.5em;
}
.download-form label p span {
  color: red;
  margin-left: 0.2em;
}
.download-form input[type=text],
.download-form input[type=email],
.download-form input[type=tel],
.download-form textarea {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  padding: 8px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
.download-form input::-webkit-input-placeholder {
  color: #c5c5c5;
}
.download-form input::placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.download-form textarea {
  resize: vertical;
}
.download-form .checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.download-form .checkbox span.input {
  margin-right: 0.3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.download-form .checkbox span.input input {
  vertical-align: middle;
}
.download-form .checkbox span.text {
  flex: 1;
  line-height: 1.8;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .download-form .checkbox span.text {
    font-size: min(1vw, 12px);
  }
}
@media screen and (min-width: 1500px) {
  .download-form .checkbox span.text {
    font-size: 0.8vw;
  }
}
.download-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 0px;
}
.download-form .download-privacy {
  margin-top: 1em;
  line-height: 1.8;
}
.download-form .select-wrap {
  position: relative;
  width: 100%;
}
.download-form .select-wrap select {
  appearance: none; /* デフォルト矢印を削除 (モダンブラウザ) */
  -webkit-appearance: none; /* Safari用 */
  -moz-appearance: none; /* Firefox用 */
  width: 100%;
  padding: 10px 40px 10px 12px; /* 右側に矢印分の余白を確保 */
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  cursor: pointer;
  /* デフォルトの背景矢印を削除 (IE対策) */
  background-image: none;
}
.download-form .select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg fill='gray' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M0 0l5 6 5-6z'/></svg>") no-repeat center;
  background-size: contain;
  transform: translateY(-25%);
}
.download-form .select-wrap select:focus,
.download-form .select-wrap select:hover {
  border-color: #0073e6;
  outline: none;
}
.download-form .select-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
.download-form .btn_confirm, .download-form .bin_send {
  background-color: #213988;
  color: #fff;
  border: none;
  padding: 10px 16px;
  margin-top: 25px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 60px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.2em;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .download-form .btn_confirm, .download-form .bin_send {
    font-size: min(1.5vw, 18px);
  }
}
@media screen and (min-width: 1500px) {
  .download-form .btn_confirm, .download-form .bin_send {
    font-size: 1.2vw;
  }
}
.download-form .btn_confirm:hover, .download-form .bin_send:hover {
  background-color: #007bda;
}
.download-form .btn_back {
  all: unset;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 10px 16px;
  margin-top: 10px;
  border: solid 2px #213988;
  background-color: #fff;
  border-radius: 60px;
  color: #213988;
  font-weight: bold;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .download-form .btn_back {
    font-size: min(1.5vw, 18px);
  }
}
@media screen and (min-width: 1500px) {
  .download-form .btn_back {
    font-size: 1.2vw;
  }
}

form.form p.checkbox_error {
  color: #EB5757;
  text-align: center;
  display: none;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  form.form p.checkbox_error {
    font-size: min(1vw, 12px);
  }
}
@media screen and (min-width: 1500px) {
  form.form p.checkbox_error {
    font-size: 0.8vw;
  }
}

form.form p.checkbox_error.display {
  display: block;
}

.btn_download {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 50px;
  max-width: 350px;
  font-weight: 500;
  color: #fff;
  background-color: #213988;
  margin-top: 5.3333333333vw;
  margin-inline: auto;
  height: 13.3333333333vw;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .btn_download {
    font-size: min(1.5vw, 18px);
  }
}
@media screen and (min-width: 1500px) {
  .btn_download {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 768px) {
  .btn_download {
    margin-top: min(1.6666666667vw, 20px);
    height: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .btn_download {
    margin-top: 1.3333333333vw;
  }
}

.name-fields {
  display: flex;
  gap: 2.4%;
}
.name-fields .name-field {
  width: 48.8%;
}

.document-list {
  background-color: #e5f4fc !important;
  padding: 4.166% 5.357%;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .document-list {
    font-size: min(1.5vw, 18px);
  }
}
@media screen and (min-width: 1500px) {
  .document-list {
    font-size: 1.2vw;
  }
}
.document-list li {
  position: relative;
  padding-left: 24px;
}
.document-list li:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #5eb9ee;
  position: absolute;
  top: var(--marker-top, 0.75em);
  left: 0;
}
.document-list li + li {
  margin-top: 0.5em;
}

/*---------------------------------------------
download-details
---------------------------------------------*/
.download-details {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .download-details {
    font-size: min(1.1666666667vw, 14px);
  }
}
@media screen and (min-width: 1500px) {
  .download-details {
    font-size: 0.9333333333vw;
  }
}
.download-details .download-title {
  color: #213987;
  font-weight: 600;
  margin-bottom: 0.3em;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .download-details .download-title {
    font-size: min(2.6666666667vw, 32px);
  }
}
@media screen and (min-width: 1500px) {
  .download-details .download-title {
    font-size: 2.1333333333vw;
  }
}
.download-details .download-title + .tags {
  margin-bottom: 1em;
}
.download-details .main-bnr {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .download-details .main-bnr {
    margin-bottom: min(2.5vw, 30px);
  }
}
@media screen and (min-width: 1500px) {
  .download-details .main-bnr {
    margin-bottom: 2vw;
  }
}
.download-details ul:not(.document-list) li {
  list-style: disc;
  list-style-position: inside;
}
.download-details ul:not(.document-list) li + li {
  margin-top: 0.2em;
  padding-left: 1em;
  text-indent: -1em;
}
.download-details .document {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .download-details .document {
    margin-top: min(4.1666666667vw, 50px);
  }
}
@media screen and (min-width: 1500px) {
  .download-details .document {
    margin-top: 3.3333333333vw;
  }
}
.download-details .document .document-title {
  font-weight: 600;
  color: #021f42;
  padding: 0 0 0.3em;
  border-bottom: solid 2px #5eb9ee;
  margin-bottom: 0.8em;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .download-details .document .document-title {
    font-size: min(1.6666666667vw, 20px);
  }
}
@media screen and (min-width: 1500px) {
  .download-details .document .document-title {
    font-size: 1.3333333333vw;
  }
}