@charset "UTF-8";
/*
 * ダウンロードページ固有のスタイル
 */
.download-fv {
  position: relative;
  background-color: #FBFBFC;
  padding-top: 154px;
}
.download-fv::before {
  content: "";
  position: absolute;
  top: 154px;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(67, 162, 198, 0.11), rgba(67, 162, 198, 0.11)), white;
  z-index: 0;
}
.download-fv .download-fv-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.download-fv .download-fv-inner-content {
  position: relative;
  width: 100%;
  min-height: 160px;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.download-fv .download-fv-inner-content-title {
  position: relative;
  text-align: center;
  color: #232847;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.9px;
  line-height: 1.3;
  font-size: 32px;
}
.download-fv .download-fv-inner-content-title br + * {
  display: block;
  margin-top: 8px;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 41.47px;
  letter-spacing: 1.6px;
}
.download-fv .download-fv-inner-content-image {
  position: absolute;
}
.download-fv .download-fv-inner-content-image:nth-of-type(1) {
  top: 60.16px;
  left: calc(50% - 322px);
  width: 20px;
  height: 20px;
}
.download-fv .download-fv-inner-content-image:nth-of-type(2) {
  top: 2px;
  left: calc(50% - 269px);
  width: 20px;
  height: 20.56px;
}
.download-fv .download-fv-inner-content-image:nth-of-type(3) {
  top: 2px;
  left: calc(50% + 233px);
  width: 20px;
  height: 20.1px;
}
.download-fv .download-fv-inner-content-image:nth-of-type(4) {
  top: 60.16px;
  left: calc(50% + 286px);
  width: 19.85px;
  height: 20.23px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.download-fv .download-fv-inner-content::after {
  content: "";
  position: absolute;
  top: 25.51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 328px;
  height: 16px;
  background: linear-gradient(0deg, rgba(252, 241, 62, 0.3), rgba(252, 241, 62, 0.3)), white;
  z-index: -1;
}
.download-fv .download-fv-inner-content::before {
  content: "";
  position: absolute;
  top: 65.51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 268px;
  height: 16px;
  background: linear-gradient(0deg, rgba(252, 241, 62, 0.3), rgba(252, 241, 62, 0.3)), white;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .download-fv {
    padding-top: 80px;
  }
  .download-fv .download-fv-inner-content {
    min-height: 120px;
    display: flex;
    justify-content: center;
  }
  .download-fv .download-fv-inner-content-title {
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 38.61px;
    letter-spacing: 1.25px;
    text-align: center;
  }
  .download-fv .download-fv-inner-content-title br + * {
    font-size: 21px;
    line-height: 27.22px;
    letter-spacing: 1.05px;
    margin-top: 4px;
  }
  .download-fv .download-fv-inner-content-image:nth-of-type(1) {
    top: 10.16px;
    left: calc(50% - 165px);
    width: 14px;
    height: 14px;
  }
  .download-fv .download-fv-inner-content-image:nth-of-type(2) {
    top: -7.56px;
    left: calc(50% - 140px);
    width: 14px;
    height: 15px;
    -webkit-transform: rotate(-64deg);
    transform: rotate(-64deg);
  }
  .download-fv .download-fv-inner-content-image:nth-of-type(3) {
    top: 53px;
    left: calc(50% + 140px);
    width: 14px;
    height: 14px;
  }
  .download-fv .download-fv-inner-content-image:nth-of-type(4) {
    top: 70.04px;
    left: calc(50% + 120px);
    width: 13.77px;
    height: 14.03px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .download-fv .download-fv-inner-content::after {
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 240px;
    height: 11px;
  }
  .download-fv .download-fv-inner-content::before {
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 175px;
    height: 12px;
  }
}
.download-content {
  padding: 40px 32px 60px;
  max-width: 100%;
  margin: 0 auto;
  background: linear-gradient(0deg, rgba(67, 162, 198, 0.11), rgba(67, 162, 198, 0.11)), white;
  position: relative;
  min-height: 1474px;
}
.download-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(67, 162, 198, 0.11), rgba(67, 162, 198, 0.11)), white;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .download-content {
    padding: 30px 24px 40px;
  }
}

.download-content-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .download-content-inner {
    flex-direction: column;
  }
}

.download-content-inner-left {
  flex: 1 1 0;
  min-width: 610px;
  max-width: 610px;
}
@media screen and (max-width: 1024px) {
  .download-content-inner-left {
    min-width: auto;
    max-width: 100%;
  }
}

.download-content-inner-left-list {
  margin-bottom: 32px;
}

.download-content-inner-left-list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(35, 40, 71, 0.7);
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}

.download-content-inner-left-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #43a2c6;
  border-radius: 50%;
}

.download-content-inner-left-image {
  max-width: 100%;
  margin-bottom: 32px;
}

.download-content-inner-left-image img {
  max-width: 100%;
  height: auto;
}

.download-content-inner-left-section {
  margin-bottom: 52px;
  width: 100%;
}
.download-content-inner-left-section:first-child {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .download-content-inner-left-section {
    margin-bottom: 40px;
  }
}

.download-content-inner-left-section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #232847;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .download-content-inner-left-section-title {
    font-size: 18px;
    letter-spacing: 0.9px;
    margin-bottom: 16px;
  }
}

.download-content-inner-left-section-box {
  background: #FBFBFC;
  box-shadow: 0px 0px 20px rgba(35, 40, 71, 0.05);
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .download-content-inner-left-section-box {
    padding: 16px 12px;
  }
}
.download-content-inner-left-section-box .download-content-inner-left-list {
  margin: 0;
  padding: 0;
}
.download-content-inner-left-section-box .download-content-inner-left-list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232847;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}
.download-content-inner-left-section-box .download-content-inner-left-list-item:last-child {
  margin-bottom: 0;
}
.download-content-inner-left-section-box .download-content-inner-left-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #43a2c6;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .download-content-inner-left-section-box .download-content-inner-left-list-item {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
    padding-left: 20px;
  }
  .download-content-inner-left-section-box .download-content-inner-left-list-item:before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}

.download-content-inner-left-section-images {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .download-content-inner-left-section-images {
    flex-direction: column;
    gap: 16px;
  }
}

.download-content-inner-left-section-image {
  width: calc(50% - 12px); /* 2列表示のために幅を約50%に設定 */
  height: 165px;
  max-width: 294px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1024px) {
  .download-content-inner-left-section-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 0; /* gap で間隔を取るので margin は不要 */
  }
}

.download-content-inner-left-section-logos {
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 32px;
  border: 0.95px solid rgba(35, 40, 71, 0.1);
  overflow: hidden;
}

.download-content-inner-left-section-logos-container {
  display: flex;
  flex-wrap: wrap;
  gap: 26.6px;
  justify-content: center;
  align-items: center;
}

.download-content-inner-left-section-logo {
  height: 28px;
  width: auto;
  max-width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.download-content-inner-left-section-logo:last-child {
  margin-right: 0;
}

.logo-slider-container {
  padding: 18px 20px;
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  outline: 1px rgba(35, 40, 71, 0.1) solid;
  outline-offset: -1px;
}

.logo-slide-box {
  width: 100%;
  overflow: hidden;
}

.logo-slide-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.logo-slide {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  -webkit-animation: slideLogos 40s linear infinite;
  animation: slideLogos 40s linear infinite;
  width: -webkit-max-content;
  width: max-content;
}

.logo-slide-item {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes slideLogos {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes slideLogos {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

.download-content-inner-right {
  width: 326px;
  flex-shrink: 0;
  position: relative;
  align-self: flex-start;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .download-content-inner-right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    align-self: auto;
    position: relative;
    top: 0;
  }
}

.download-content-inner-right-form {
  background: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0px 0px 20px rgba(35, 40, 71, 0.05);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .download-content-inner-right-form {
    border-radius: 8px;
    overflow: hidden;
  }
}

.form-iframe {
  border: none;
  width: 100%;
  height: 1200px;
  display: block;
  overflow: hidden;
}

iframe.form-iframe {
  min-height: 1200px;
  margin: 0;
  padding: 0;
}

.download-content-inner-right-form .contact-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  width: 100%;
  margin-bottom: 10px;
}

.download-content-inner-right-form .contact-title-mark {
  width: 4px;
  height: 13px;
  background: #232847;
}

.download-content-inner-right-form .contact-title-text {
  color: #232847;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.download-content-inner-right-form .form-field {
  width: 100%;
  padding: 12px 16px;
  background: linear-gradient(0deg, rgba(35, 40, 71, 0.08), rgba(35, 40, 71, 0.08)), white;
  border-radius: 4px;
  margin-bottom: 6px;
}

.download-content-inner-right-form .form-field-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.download-content-inner-right-form .form-field-label-text {
  color: #232847;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.65px;
}

.download-content-inner-right-form .form-field-label-required {
  padding: 2px;
  background: #EE0505;
  color: white;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.3px;
  text-align: center;
}

.download-content-inner-right-form .form-field-input {
  color: rgba(35, 40, 71, 0.4);
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  letter-spacing: 0.65px;
}

.download-content-inner-right-form .form-submit {
  width: 100%;
  margin-top: 12px;
}

.download-content-inner-right-form .form-submit-button {
  width: 100%;
  padding: 17px 10px;
  background: #232847;
  border-radius: 300px;
  color: white;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-align: center;
  cursor: pointer;
  border: none;
}

.download-content-inner-right-form .form-agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
}

.download-content-inner-right-form .form-agreement-checkbox {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(35, 40, 71, 0.5);
  border-radius: 1px;
}

.download-content-inner-right-form .form-agreement-text {
  color: #232847;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

.download-content-inner-right-form .form-agreement-text-bold {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.download-content-inner-right-form .form-agreement-text-normal {
  font-weight: 500;
  letter-spacing: 0.6px;
}