@charset "UTF-8";
.adlp-footer {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(96 / 1080 * 100vw), 96px);
}
@media screen and (max-width: 768px) {
  .adlp-footer {
    padding: calc(48 / 750 * 100vw) 0 calc(118 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: 0 auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  text-align: center;
  color: #3D4043;
}
@media screen and (max-width: 768px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-accordion {
  background: #fff;
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 768px) {
  .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(80 / 1080 * 100vw), 80px) min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  .adlp-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(45 / 1080 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--img::after {
  display: none;
}
.adlp-accordion__header.--img > span:last-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}
.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(49 / 1080 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .adlp-accordion__header.--plus::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.adlp-accordion__header.--plus::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .adlp-accordion__header.--plus::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .adlp-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .lead {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  .adlp-accordion__body__inner .lead {
    margin-right: calc(20 / 750 * 100vw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min(calc(2296 / 1080 * 100vw), 2296px);
}
.adlp-logo__wrapper {
  display: flex;
  width: min(calc(4592 / 1080 * 100vw), 4592px);
}
@media screen and (max-width: 768px) {
  .adlp-logo__wrapper {
    width: calc(4592 / 750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .adlp-logo {
    width: calc(2296 / 750 * 100vw);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec01 {
  position: relative;
  background: url(../img/pc/sec01_bg.webp) no-repeat center top/contain;
  padding: min(calc(45 / 1080 * 100vw), 45px) 0 min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 768px) {
  .sec01 {
    background: #f0f3f5 url(../img/sp/sec01_bg.webp) no-repeat center top/contain;
    padding: calc(303 / 750 * 100vw) 0 calc(64 / 750 * 100vw);
  }
}
.sec01__inner {
  position: relative;
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .sec01__inner {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec01__message {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .sec01__message {
    gap: calc(30 / 750 * 100vw);
  }
}
.sec01__message-bubble {
  position: relative;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  .sec01__message-bubble {
    margin-top: calc(0 / 750 * 100vw);
  }
}
.sec01__message-label {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px);
  background: var(--main-accent-txt, #3d4043);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .sec01__message-label {
    padding: calc(8 / 750 * 100vw) calc(16 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec01__message-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(90%, -50%);
  width: min(calc(12 / 1080 * 100vw), 12px);
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--main-accent-txt, #3d4043);
}
@media screen and (max-width: 768px) {
  .sec01__message-label::after {
    width: calc(20 / 750 * 100vw);
  }
}
.sec01__message:after {
  display: block;
  content: "";
  width: min(calc(75 / 1080 * 100vw), 75px);
  aspect-ratio: 75/86;
  background: url(../img/common/sec01_illust01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec01__message:after {
    width: calc(92 / 750 * 100vw);
  }
}
.sec01__lead {
  font-weight: 700;
  line-height: 1.5;
  color: #3d4043;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 768px) {
  .sec01__lead {
    font-size: calc(38 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}
.sec01__graph {
  position: relative;
  margin-top: min(calc(22 / 1080 * 100vw), 22px);
  width: min(calc(510 / 1080 * 100vw), 510px);
  padding: min(calc(14 / 1080 * 100vw), 14px) min(calc(20 / 1080 * 100vw), 20px);
  border: 1px solid var(--main-accent-1-main, #2355f2);
  background-color: #fff;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg width='185' height='158' viewBox='0 0 185 158' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H154V158H0V0Z' fill='%23F2F6FF'/%3E%3Cpath d='M154 0L185 79L154 158L154 0Z' fill='%23F2F6FF'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .sec01__graph {
    background-image: url("data:image/svg+xml,%3Csvg width='257' height='237' viewBox='0 0 257 237' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H210V237H0V1Z' fill='%23F2F6FF'/%3E%3Cpath d='M210 0L257 118L210 236L210 0Z' fill='%23F2F6FF'/%3E%3C/svg%3E%0A");
    width: 100%;
    background-position: -6% 0;
    padding: calc(20 / 750 * 100vw) calc(28 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec01__stats {
  position: relative;
  z-index: 1;
}
.sec01__stats-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01__stats-left {
  width: min(calc(115 / 1080 * 100vw), 115px);
}
@media screen and (max-width: 768px) {
  .sec01__stats-left {
    width: calc(185 / 750 * 100vw);
  }
}
.sec01__stats-label {
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  text-align: left;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: var(--main-accent-2-sub, #011fbd);
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .sec01__stats-label {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec01__stats-right {
  display: flex;
  width: min(calc(109 / 1080 * 100vw), 109px);
  margin-left: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 768px) {
  .sec01__stats-right {
    justify-content: flex-start;
    width: calc(167 / 750 * 100vw);
  }
}
.sec01__stats-graph {
  width: min(calc(124 / 1080 * 100vw), 124px);
  margin-left: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 768px) {
  .sec01__stats-graph {
    width: calc(193 / 750 * 100vw);
    margin-left: calc(67 / 750 * 100vw);
  }
}
.sec01__stats-graph img {
  width: 100%;
  height: 100%;
}
.sec01__stats-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .sec01__stats-text {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec01__stats-text {
    align-items: flex-start;
    flex: 1;
  }
}
.sec01__stats-badge {
  background: #0033cc;
  color: #fff;
  font-weight: 700;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(18 / 1080 * 100vw), 18px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 768px) {
  .sec01__stats-badge {
    padding: calc(4 / 750 * 100vw) calc(32 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: 0 auto 0 0;
    width: fit-content;
  }
}
.sec01__stats-main {
  font-weight: 500;
  line-height: 1.5;
  color: var(--main-accent-txt, #3d4043);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  .sec01__stats-main {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
  }
}
.sec01__stats-main span {
  color: var(--main-accent-2-sub, #011fbd);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec01__stats-main span {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec01__stats-main sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .sec01__stats-main sup {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec01__description {
  position: relative;
  z-index: 1;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  max-width: min(calc(520 / 1080 * 100vw), 520px);
}
@media screen and (max-width: 768px) {
  .sec01__description {
    text-align: left;
    max-width: none;
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec01__description-text {
  font-weight: 400;
  line-height: 1.8;
  color: #3d4043;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec01__description-text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.7;
  }
}
.sec01__annotation {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
  max-width: min(calc(520 / 1080 * 100vw), 520px);
}
@media screen and (max-width: 768px) {
  .sec01__annotation {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    max-width: none;
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec01__points-wrapper {
  background: #fff;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  position: relative;
  overflow: hidden;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .sec01__points-wrapper {
    padding: calc(40 / 750 * 100vw) calc(70 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  }
}
.sec01__title {
  font-weight: 700;
  line-height: 1.4;
  color: #0033cc;
  text-align: center;
  position: relative;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 768px) {
  .sec01__title {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec01__points {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .sec01__points {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: calc(35 / 750 * 100vw);
    gap: calc(19 / 750 * 100vw);
  }
}
.sec01__point {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .sec01__point {
    gap: calc(16 / 750 * 100vw);
    text-align: left;
  }
}
.sec01__point:not(:first-child) {
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .sec01__point:not(:first-child) {
    padding-top: calc(19 / 750 * 100vw);
    padding-left: 0;
    margin-top: calc(19 / 750 * 100vw);
    border-top: 1px solid #e8ecf0;
  }
}
.sec01__point:not(:first-child)::before {
  display: block;
  content: "";
  width: 1px;
  height: min(calc(54 / 1080 * 100vw), 54px);
  background-color: #2355f2;
  position: absolute;
  left: min(calc(11 / 1080 * 100vw), 11px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec01__point:not(:first-child)::before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sec01__point:last-child {
    width: min(calc(280 / 1080 * 100vw), 280px);
  }
}
.sec01__point-icon {
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 768px) {
  .sec01__point-icon {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.sec01__point-icon img {
  width: 100%;
  height: auto;
}
.sec01__point-text {
  font-weight: 700;
  line-height: 1.7;
  color: #3d4043;
  flex: 1;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .sec01__point-text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
  }
}
.sec01__point-text span {
  color: var(--main-accent-1-main, #2355f2);
}

.security {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background: var(--main-accent-base2, #f2f6ff);
}
@media screen and (max-width: 768px) {
  .security {
    padding: calc(96 / 750 * 100vw) 0;
    background: #f2f6ff;
  }
}
.security__inner {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .security__inner {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.security__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.security__subtitle {
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .security__subtitle {
    font-size: calc(34 / 750 * 100vw);
  }
}
.security__title {
  text-align: center;
  font-weight: 700;
  color: var(--main-accent-2-sub, #011fbd);
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .security__title {
    font-size: calc(48 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    line-height: 1.4;
  }
}
.security__title-multiply {
  display: inline-block;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .security__title-multiply {
    font-size: calc(32 / 750 * 100vw);
  }
}
.security__intro {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .security__intro {
    margin-top: calc(30 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.security__intro-text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
  color: #3d4043;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .security__intro-text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
  }
}
.security__intro-text strong {
  color: var(--main-accent-2-sub, #011fbd);
}
@media screen and (max-width: 768px) {
  .security__intro-text strong {
    font-weight: 700;
  }
}
@media screen and (min-width: 769px) {
  .security__content {
    margin-top: min(calc(48 / 1080 * 100vw), 48px);
    grid-template-rows: auto auto;
    display: grid;
    gap: min(calc(40 / 1080 * 100vw), 40px);
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .security__content {
    display: flex;
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(48 / 750 * 100vw);
  }
}
.security__block {
  background: #fff;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.08);
  position: relative;
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .security__block {
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(30 / 750 * 100vw);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  }
}
.security__block::after {
  content: "security";
  display: block;
  font-size: min(calc(100 / 1080 * 100vw), 100px);
  text-transform: uppercase;
  color: rgba(35, 85, 242, 0.05);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1;
  rotate: -90deg;
  translate: 40% -50%;
}
@media screen and (max-width: 768px) {
  .security__block::after {
    font-size: calc(125 / 750 * 100vw);
    top: 0;
    transform-origin: right bottom;
    translate: 0 -100%;
  }
}
.security__block.security__block--stability::after {
  content: "stability";
}
.security__block-badge {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  border-radius: 0 20px 0 20px;
}
@media screen and (min-width: 769px) {
  .security__block-badge {
    padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(24 / 1080 * 100vw), 24px);
    font-size: min(calc(14 / 1080 * 100vw), 14px);
  }
}
@media screen and (max-width: 768px) {
  .security__block-badge {
    padding: calc(129 / 750 * 100vw) calc(30 / 750 * 100vw) calc(32 / 750 * 100vw);
    font-size: calc(12 / 750 * 100vw);
  }
}
.security__block-header {
  display: flex;
  align-items: center;
  gap: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 768px) {
  .security__block-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.security__block-title {
  font-size: 2rem;
  font-weight: bold;
  color: #3d4043;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  color: #fff;
  background: url("../img/pc/security-block-title-bg.svg") no-repeat center/contain;
  line-height: 1.4;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(39 / 1080 * 100vw), 39px) min(calc(16 / 1080 * 100vw), 16px) min(calc(34 / 1080 * 100vw), 34px);
  width: fit-content;
  margin-left: max(calc(-50 / 1080 * 100vw), -50px);
}
@media screen and (max-width: 768px) {
  .security__block-title {
    font-size: calc(38 / 750 * 100vw);
    font-weight: 700;
    padding: calc(12 / 750 * 100vw) calc(50 / 750 * 100vw) calc(20 / 750 * 100vw) calc(45 / 750 * 100vw);
    margin-left: calc(-40 / 750 * 100vw);
    background: url("../img/sp/security-block-title-bg.svg") no-repeat center/contain;
  }
}
.security__block--stability .security__block-title {
  background: url("../img/pc/security-block-title-bg02.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .security__block--stability .security__block-title {
    background: url("../img/sp/security-block-title-bg02.svg") no-repeat center/contain;
  }
}
.security__block-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: #3d4043;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  display: flex;
}
@media screen and (max-width: 768px) {
  .security__block-lead {
    flex-direction: column;
    margin-top: calc(20 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
    width: 100%;
  }
}
.security__block-lead01 {
  color: var(--main-accent-1-main, #2355f2);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  display: block;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  padding-right: min(calc(24 / 1080 * 100vw), 24px);
  border-right: 1px solid #2355f2;
}
@media screen and (max-width: 768px) {
  .security__block-lead01 {
    font-size: calc(34 / 750 * 100vw);
    font-weight: 700;
    padding-right: 0;
    border-right: none;
    border-bottom: 2px solid #2355f2;
    padding-bottom: calc(8 / 750 * 100vw);
    margin-bottom: 0;
  }
}
.security__block-lead02 {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  display: block;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(398 / 1080 * 100vw), 398px);
  margin-left: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .security__block-lead02 {
    font-size: calc(24 / 750 * 100vw);
    font-weight: 700;
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 1.8;
  }
}
.security__items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin-top: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 768px) {
  .security__items {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.security__item {
  width: min(calc(285 / 1080 * 100vw), 285px);
}
@media screen and (max-width: 768px) {
  .security__item {
    width: 100%;
    padding-bottom: calc(48 / 750 * 100vw);
    border-bottom: 1px solid #e8ecf0;
  }
  .security__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.security__item-img {
  width: min(calc(197 / 1080 * 100vw), 197px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .security__item-img {
    width: calc(197 / 750 * 100vw);
  }
}
.security__item-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #3d4043;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  color: var(--main-accent-1-main, #2355f2);
  text-align: center;
  border-bottom: 2px solid var(--main-accent-1-main, #2355f2);
  padding-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .security__item-title {
    font-size: calc(26 / 750 * 100vw);
    font-weight: 700;
    margin: calc(24 / 750 * 100vw) auto 0;
    padding-bottom: calc(6 / 750 * 100vw);
    text-align: left;
    width: fit-content;
  }
}
.security__item-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .security__item-text {
    font-size: calc(26 / 750 * 100vw);
    font-weight: 400;
    line-height: 1.8;
    margin-top: calc(16 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.security__item-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  flex-wrap: wrap;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .security__item-badges {
    gap: calc(16 / 750 * 100vw);
    margin-top: 0;
  }
}
.security__item-badge {
  display: inline-block;
  padding: min(calc(4 / 1080 * 100vw), 4px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  font-weight: 700;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .security__item-badge {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(12 / 750 * 100vw);
    border-radius: calc(6 / 750 * 100vw);
  }
}
.security__item-badge--paid {
  background: #ff7223;
}
.security__item-badge--free {
  background: #2355f2;
}
.security__item-badge--required {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  padding: 0;
  color: #3d4043;
}
.security__item-badge--required sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .security__item-badge--required {
    font-size: calc(26 / 750 * 100vw);
  }
  .security__item-badge--required sup {
    font-size: calc(20 / 750 * 100vw);
  }
}
.security__item-badge--partner {
  background: #e3f2fd;
  color: #1976d2;
  border: 1px solid #64b5f6;
}
.security__note {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.5;
  margin-top: min(calc(36 / 1080 * 100vw), 36px);
  font-size: min(calc(13 / 1080 * 100vw), 13px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .security__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    line-height: 1.5;
    text-align: left;
  }
}
.security__achievement {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(48 / 1080 * 100vw), 48px);
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .security__achievement {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
  }
}
.security__achievement-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: min(calc(249 / 1080 * 100vw), 249px);
  aspect-ratio: 249/227;
  background: url(../img/pc/security_badge.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .security__achievement-number {
    width: calc(404 / 750 * 100vw);
    aspect-ratio: 404/323;
    background: url(../img/sp/security_badge.svg) no-repeat center/contain;
  }
}
.security__achievement-value {
  font-weight: bold;
  color: #4e7cff;
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  line-height: 1;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 768px) {
  .security__achievement-value {
    font-size: calc(80 / 750 * 100vw);
    font-weight: 700;
    margin-top: calc(45 / 750 * 100vw);
  }
}
.security__achievement-unit {
  font-size: 1.5rem;
  font-weight: bold;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  color: var(--main-accent-1-main, #2355f2);
}
@media screen and (max-width: 768px) {
  .security__achievement-unit {
    font-size: calc(34 / 750 * 100vw);
    font-weight: 700;
  }
}
.security__achievement-note {
  text-align: right;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 768px) {
  .security__achievement-note {
    font-size: calc(20 / 750 * 100vw);
    text-align: right;
    margin-top: calc(24 / 750 * 100vw);
  }
}
.security__achievement-text {
  position: relative;
}
@media screen and (max-width: 768px) {
  .security__achievement-text {
    width: 100%;
  }
}
.security__achievement-text-inner {
  font-size: 1rem;
  line-height: 1.6;
  color: #3d4043;
  font-weight: 700;
  border-radius: var(--margin-margin_16, 8px);
  background: var(--main-accent-F0F3F5, #f0f3f5);
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(30 / 1080 * 100vw), 30px);
  text-align: left;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .security__achievement-text-inner {
    font-size: calc(32 / 750 * 100vw);
    font-weight: 700;
    line-height: 1.6;
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    text-align: left;
  }
}
.security__achievement-text-inner strong {
  color: var(--main-accent-1-main, #2355f2);
}
.security__achievement-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: var(--main-accent-base3, #d6dcf0);
  position: absolute;
  z-index: 1;
  top: min(calc(10 / 1080 * 100vw), 10px);
  left: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 768px) {
  .security__achievement-text::before {
    border-radius: calc(16 / 750 * 100vw);
    top: calc(12 / 750 * 100vw);
    left: calc(12 / 750 * 100vw);
  }
}
.security__achievement-footer {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .security__achievement-footer {
    margin-top: calc(34 / 750 * 100vw);
  }
}
.security__logo-sli {
  width: 100%;
  overflow: hidden;
}
.security__logo-sli .adlp-logo__wrapper {
  width: min(calc(2160 / 1080 * 100vw), 2160px);
}
@media screen and (max-width: 768px) {
  .security__logo-sli .adlp-logo__wrapper {
    width: calc(3084 / 750 * 100vw);
  }
}
.security__logo-sli .adlp-logo {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  animation-duration: 20s;
}
@media screen and (max-width: 768px) {
  .security__logo-sli .adlp-logo {
    width: calc(1542 / 750 * 100vw);
  }
}

.reason {
  position: relative;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: calc(80 / 750 * 100vw) 0 calc(96 / 750 * 100vw);
  }
}
.reason__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reason__inner {
    width: calc(750 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.reason__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(39 / 1080 * 100vw), 39px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: var(--main-accent-2-sub, #011fbd);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__title {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
    line-height: 1.4;
    padding: 0 calc(40 / 750 * 100vw);
    text-align: left;
  }
}
.reason__section {
  position: relative;
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(40 / 1080 * 100vw), 40px) 0;
  margin-top: min(calc(48 / 1080 * 100vw), 48px);
}
.reason__section > * {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .reason__section {
    padding: calc(180 / 750 * 100vw) 0 0;
    margin-top: 0;
  }
  .reason__section:first-of-type {
    padding: calc(112 / 750 * 100vw) 0 0;
  }
}
.reason__section::before {
  content: "";
  display: block;
  width: min(calc(1800 / 1080 * 100vw), 1800px);
  height: auto;
  aspect-ratio: 1800/441;
  background: linear-gradient(270deg, #f2f6ff 41.2%, #fff 79.4%);
  position: absolute;
  top: min(calc(25 / 1080 * 100vw), 25px);
  left: 50%;
  translate: -53% 0;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .reason__section::before {
    width: calc(720 / 750 * 100vw);
    aspect-ratio: 720/560;
    background: linear-gradient(270deg, #f2f6ff 103.01%, #fff 198.49%);
    top: calc(70 / 750 * 100vw);
    left: calc(-30 / 750 * 100vw);
    translate: 0 0;
    clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
  }
}
.reason__section:nth-child(odd)::before {
  transform: scale(-1);
  translate: -47% 0;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .reason__section:nth-child(odd)::before {
    translate: 0 0;
    left: initial;
    right: calc(-30 / 750 * 100vw);
    clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
  }
}
.reason__section--last {
  margin-bottom: 0;
  padding-top: min(calc(78 / 1080 * 100vw), 78px);
}
@media screen and (max-width: 768px) {
  .reason__section--last {
    padding-top: calc(128 / 750 * 100vw);
  }
}
.reason__section-header {
  position: relative;
}
.reason__section-number {
  position: absolute;
  top: max(calc(-60 / 1080 * 100vw), -60px);
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(200 / 1080 * 100vw), 200px);
  font-weight: 500;
  line-height: 0.6;
  color: #e2e9ff;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .reason__section-number {
    top: 0;
    font-size: calc(200 / 750 * 100vw);
    letter-spacing: calc(16 / 750 * 100vw);
    transform: translateY(-60%);
  }
}
.reason__section-title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2255f2;
  z-index: 1;
  padding-left: min(calc(147 / 1080 * 100vw), 147px);
}
@media screen and (max-width: 768px) {
  .reason__section-title {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
    line-height: 1.4;
    padding-left: calc(30 / 750 * 100vw);
  }
}
.reason__section-content {
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reason__section-content {
    max-width: 100%;
  }
}
.reason__section-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #3d4043;
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
  padding-left: min(calc(147 / 1080 * 100vw), 147px);
}
@media screen and (max-width: 768px) {
  .reason__section-description {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    line-height: 1.8;
    margin-top: calc(32 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    text-align: justify;
  }
}
.reason__highlight {
  color: #2355f2;
  font-weight: 700;
}
.reason__models {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(calc(67 / 1080 * 100vw), 67px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 768px) {
  .reason__models {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(32 / 750 * 100vw);
  }
}
.reason__model {
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  text-align: center;
  width: min(calc(200px / 1080 * 100vw), 200pxpx);
}
@media screen and (max-width: 768px) {
  .reason__model {
    border-width: calc(2 / 750 * 100vw);
  }
}
.reason__model-icon {
  width: min(calc(100 / 1080 * 100vw), 100px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reason__model-icon {
    width: calc(125 / 750 * 100vw);
    margin: 0 auto;
  }
}
.reason__model-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reason__model-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #2255f2;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(20 / 1080 * 100vw), 20px);
  background: #fff;
  border: 1px solid #2355f2;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reason__model-name {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) 0;
    margin-top: calc(16 / 750 * 100vw);
  }
}
.reason__model-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3d4043;
  text-align: left;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 768px) {
  .reason__model-desc {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}
.reason__features-desc {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .reason__features-desc {
    width: 100%;
  }
}
.reason__features {
  margin: min(calc(32 / 1080 * 100vw), 32px) 0 0 min(calc(115 / 1080 * 100vw), 115px);
  width: min(calc(453 / 1080 * 100vw), 453px);
  background: #fff;
  padding: min(calc(25 / 1080 * 100vw), 25px) min(calc(32 / 1080 * 100vw), 32px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .reason__features {
    width: 100%;
    padding: calc(204 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: calc(164 / 750 * 100vw) 0 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  }
}
.reason__features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .reason__features-list {
    margin: 0 0 calc(30 / 750 * 100vw) 0;
    gap: calc(8 / 750 * 100vw);
  }
}
.reason__feature-item {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #3d4043;
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 768px) {
  .reason__feature-item {
    font-size: calc(26 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw);
  }
}
.reason__feature-item .kome {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  position: absolute;
  right: -0.2em;
}
@media screen and (max-width: 768px) {
  .reason__feature-item .kome {
    font-size: calc(20 / 750 * 100vw);
  }
}
.reason__feature-item:before {
  content: "";
  display: block;
  width: min(calc(16 / 1080 * 100vw), 16px);
  aspect-ratio: 16/14;
  background: url(../img/common/icon_check_blue.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .reason__feature-item:before {
    width: calc(20 / 750 * 100vw);
  }
}
.reason__dashboard-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #999999;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .reason__dashboard-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.reason__dashboard {
  text-align: center;
  width: min(calc(398 / 1080 * 100vw), 398px);
  position: absolute;
  top: 50%;
  right: min(calc(30 / 1080 * 100vw), 30px);
  transform: translate(100%, -50%);
}
@media screen and (max-width: 768px) {
  .reason__dashboard {
    top: 0;
    right: initial;
    left: 50%;
    transform: translate(-50%, -45%);
    width: calc(502 / 750 * 100vw);
  }
}
.reason__dashboard img {
  width: 100%;
  height: auto;
}
.reason__methods {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 768px) {
  .reason__methods {
    gap: calc(24 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.reason__method-card {
  background: #ffffff;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #2255f2;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(29 / 1080 * 100vw), 29px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reason__method-card {
    border-width: calc(2 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw);
    flex-direction: column;
  }
}
.reason__method-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2255f2;
}
@media screen and (max-width: 768px) {
  .reason__method-title {
    font-size: calc(34 / 750 * 100vw);
    text-align: center;
  }
}
.reason__method-card-head {
  width: min(calc(440 / 1080 * 100vw), 440px);
  border-right: 1px solid #2355f2;
  padding-right: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 768px) {
  .reason__method-card-head {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #2355f2;
    margin: 0 0 calc(16 / 750 * 100vw) 0;
    padding: 0;
  }
}
.reason__method-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #3d4043;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .reason__method-desc {
    font-size: calc(26 / 750 * 100vw);
    padding-bottom: calc(8 / 750 * 100vw);
  }
}
.reason__method-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(358 / 1080 * 100vw), 358px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason__method-logos {
    width: calc(448 / 750 * 100vw);
  }
}
.reason__method-logos img {
  max-width: 100%;
  height: auto;
}
.reason__method-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #999999;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .reason__method-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.reason__method-types {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(327 / 1080 * 100vw), 327px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reason__method-types {
    width: calc(356 / 750 * 100vw);
  }
}
.reason__method-types img {
  max-width: 100%;
  height: auto;
}
.reason__method-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(422 / 1080 * 100vw), 422px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reason__method-flow {
    width: calc(506 / 750 * 100vw);
  }
}
.reason__method-flow img {
  max-width: 100%;
  height: auto;
}

.service {
  position: relative;
  overflow: hidden;
}
.service__inner {
  position: absolute;
  inset: 0;
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service__inner {
    padding: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw) calc(96 / 750 * 100vw);
    width: 100%;
  }
}
.service__subtitle {
  color: #3d4043;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  text-align: center;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service__subtitle {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
  }
}
.service__subtitle::after {
  content: "";
  display: block;
  background: url(../img/pc/service_title_line.svg) no-repeat center/contain;
  width: 100%;
  aspect-ratio: 271/12;
}
@media screen and (max-width: 768px) {
  .service__subtitle::after {
    background: url(../img/sp/service_title_line.svg) no-repeat center/contain;
    margin-top: calc(8 / 750 * 100vw);
  }
}
.service__title {
  font-size: 2rem;
  font-weight: bold;
  color: #e75b18;
  text-align: center;
  line-height: 1.6;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  color: var(--main-accent-2-sub, #011fbd);
}
@media screen and (max-width: 768px) {
  .service__title {
    font-size: calc(48 / 750 * 100vw);
    margin-top: calc(12 / 750 * 100vw);
    line-height: 1.4;
  }
}
.service__main {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .service__main {
    margin-top: calc(24 / 750 * 100vw);
  }
}
.service__catch {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #3d4043;
  line-height: 1.6;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 768px) {
  .service__catch {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    line-height: 1.5;
    gap: calc(22 / 750 * 100vw);
  }
}
.service__catch::before, .service__catch::after {
  content: "";
  display: block;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(53 / 1080 * 100vw), 53px);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .service__catch::before, .service__catch::after {
    width: calc(8 / 750 * 100vw);
    height: calc(117 / 750 * 100vw);
  }
}
.service__catch::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='53' viewBox='0 0 8 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_4252_36682' fill='white'%3E%3Cpath d='M0 0H8V53H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 0V-1H-1V0H0ZM0 53H-1V54H0V53ZM0 0V1H8V0V-1H0V0ZM8 53V52H0V53V54H8V53ZM0 53H1V0H0H-1V53H0Z' fill='%233D4043' mask='url(%23path-1-inside-1_4252_36682)'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 768px) {
  .service__catch::before {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='117' viewBox='0 0 8 117' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_4252_30942' fill='white'%3E%3Cpath d='M0 0H8V117H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 0V-2H-2V0H0ZM0 117H-2V119H0V117ZM0 0V2H8V0V-2H0V0ZM8 117V115H0V117V119H8V117ZM0 117H2V0H0H-2V117H0Z' fill='%233D4043' mask='url(%23path-1-inside-1_4252_30942)'/%3E%3C/svg%3E%0A");
  }
}
.service__catch::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='53' viewBox='0 0 8 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_4252_36684' fill='white'%3E%3Cpath d='M8 0H0V53H8V0Z'/%3E%3C/mask%3E%3Cpath d='M8 0V-1H9V0H8ZM8 53H9V54H8V53ZM8 0V1H0V0V-1H8V0ZM0 53V52H8V53V54H0V53ZM8 53H7V0H8H9V53H8Z' fill='%233D4043' mask='url(%23path-1-inside-1_4252_36684)'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 768px) {
  .service__catch::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='117' viewBox='0 0 8 117' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_4252_30944' fill='white'%3E%3Cpath d='M8 0H0V117H8V0Z'/%3E%3C/mask%3E%3Cpath d='M8 0V-2H10V0H8ZM8 117H10V119H8V117ZM8 0V2H0V0V-2H8V0ZM0 117V115H8V117V119H0V117ZM8 117H6V0H8H10V117H8Z' fill='%233D4043' mask='url(%23path-1-inside-1_4252_30944)'/%3E%3C/svg%3E%0A");
  }
}
.service__catch strong {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 768px) {
  .service__catch strong {
    font-size: calc(48 / 750 * 100vw);
  }
}
.service__catch .service__catchInner span {
  color: var(--main-accent-4-accent, #ff7223);
}
@media screen and (min-width: 769px) {
  .service__content {
    margin: min(calc(50 / 1080 * 100vw), 50px) auto 0;
    width: min(calc(1000 / 1080 * 100vw), 1000px);
  }
}
@media screen and (max-width: 768px) {
  .service__content {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.service__lead {
  text-align: center;
  background: var(--main-accent-1-main, #2355f2);
  border-radius: min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px) 0 0;
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
}
@media screen and (max-width: 768px) {
  .service__lead {
    border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
    padding: calc(16 / 750 * 100vw) 0;
  }
}
.service__lead-text {
  font-weight: 700;
  color: #fff;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .service__lead-text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.service__items {
  background: #ffffff;
  border-radius: 0 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px);
  border: 1px solid var(--main-accent-1-main, #2355f2);
  background: var(--main-accent-base1, #fff);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.1);
  padding: min(calc(28 / 1080 * 100vw), 28px) min(calc(63 / 1080 * 100vw), 63px);
}
@media screen and (min-width: 769px) {
  .service__items {
    display: flex;
    justify-content: space-between;
    gap: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 768px) {
  .service__items {
    border-radius: 0 0 calc(16 / 750 * 100vw) calc(16 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(28 / 750 * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
  }
}
.service__item {
  flex: 1;
  background: #fff;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  text-align: center;
  width: min(calc(280 / 1080 * 100vw), 280px);
}
@media screen and (max-width: 768px) {
  .service__item {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: calc(24 / 750 * 100vw);
    border-radius: 0;
    padding-bottom: calc(32 / 750 * 100vw);
    border-bottom: 1px solid #e8ecf0;
  }
  .service__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.service__item-icon {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service__item-icon {
    width: calc(298 / 750 * 100vw);
    flex-shrink: 0;
  }
}
.service__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .service__item-desc {
    width: calc(324 / 750 * 100vw);
  }
}
.service__item-head {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .service__item-head {
    margin-top: 0;
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.service__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--main-accent-1-main, #2355f2);
}
@media screen and (min-width: 769px) {
  .service__item-title {
    font-size: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 768px) {
  .service__item-title {
    font-size: calc(28 / 750 * 100vw);
  }
}
.service__item-body {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .service__item-body {
    margin-top: 0;
  }
}
.service__item-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #3d4043;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .service__item-text {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 768px) {
  .service__item-text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
  }
}
.service__other {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  border: 1px solid var(--main-accent-1-main, #2355f2);
  overflow: hidden;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .service__other {
    margin-top: calc(42 / 750 * 100vw);
    background: #fff;
    border-radius: calc(16 / 750 * 100vw);
    padding: 0;
    border: 1px solid var(--main-accent-1-main, #2355f2);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}
.service__other-head {
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  background: var(--main-accent-base2, #f2f6ff);
}
@media screen and (max-width: 768px) {
  .service__other-head {
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin-bottom: 0;
    background: var(--main-accent-base2, #f2f6ff);
  }
}
.service__other-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #3d4043;
  text-align: center;
  color: var(--main-accent-1-main, #2355f2);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .service__other-title {
    font-size: calc(32 / 750 * 100vw);
    font-weight: 700;
  }
}
.service__other-list {
  padding: min(calc(38 / 1080 * 100vw), 38px) 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .service__other-list {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.service__other-list-img {
  width: min(calc(871 / 1080 * 100vw), 871px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service__other-list-img {
    width: 100%;
  }
}

.solution {
  position: relative;
  background: linear-gradient(180deg, #f2f6ff 0%, #fff 100%);
}
@media screen and (max-width: 768px) {
  .solution {
    display: flex;
    flex-direction: column-reverse;
  }
}
.solution__content {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .solution__content {
    position: absolute;
    width: min(calc(1080 / 1080 * 100vw), 1080px);
    padding: 0 min(calc(80 / 1080 * 100vw), 80px);
    inset: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .solution__content {
    position: static;
    padding: 0;
    align-items: flex-start;
    padding: calc(100 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
}
.solution__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #3d4043;
}
@media screen and (min-width: 769px) {
  .solution__title {
    font-size: min(calc(32 / 1080 * 100vw), 32px);
    letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .solution__title {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    line-height: 1.6;
    text-align: center;
  }
}
.solution__title strong {
  color: #2255f1;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .solution__title strong {
    font-size: calc(50 / 750 * 100vw);
  }
}

.case {
  background: #f2f6ff;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 768px) {
  .case {
    padding: calc(96 / 750 * 100vw) 0;
  }
}
.case__title {
  text-align: center;
  font-weight: 700;
  line-height: 140%;
  color: #011fbd;
}
@media screen and (min-width: 769px) {
  .case__title {
    font-size: min(calc(38 / 1080 * 100vw), 38px);
    margin-bottom: min(calc(48 / 1080 * 100vw), 48px);
  }
}
@media screen and (max-width: 768px) {
  .case__title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .case__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 768px) {
  .case__items {
    display: flex;
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}
.case__item {
  background: #fff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  overflow: hidden;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .case__item {
    border-radius: calc(16 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
  }
}
.case__item-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #3d4043;
  line-height: 1.8;
  background-color: #2355f2;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .case__item-title {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
    padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  }
}
@media screen and (max-width: 768px) {
  .case__item-title {
    font-size: calc(26 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0;
  }
}
@media screen and (min-width: 769px) {
  .case__item-content {
    padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 768px) {
  .case__item-content {
    padding: calc(24 / 750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .case__item-spflex {
    display: flex;
    gap: calc(10 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.case__item-image {
  width: min(calc(260 / 1080 * 100vw), 260px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .case__item-image {
    width: calc(250 / 750 * 100vw);
    flex: 0 0 calc(250 / 750 * 100vw);
    margin: 0;
  }
}
.case__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .case__item-spblock {
    flex: 0 0 calc(330 / 750 * 100vw);
  }
}
.case__item-company {
  font-size: 1rem;
  color: #3d4043;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (min-width: 769px) {
  .case__item-company {
    font-size: min(calc(22 / 1080 * 100vw), 22px);
    margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 768px) {
  .case__item-company {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(12 / 750 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .case__item-meta {
    margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 768px) {
  .case__item-meta {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.case__item-meta-item {
  display: flex;
  align-items: flex-start;
}
.case__item-meta-item dt {
  font-size: 0.875rem;
  color: #3d4043;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 180%;
  flex: 0 0 min(calc(50 / 1080 * 100vw), 50px);
  text-align: center;
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #2355f2;
}
@media screen and (max-width: 768px) {
  .case__item-meta-item dt {
    font-size: calc(26 / 750 * 100vw);
    flex: 0 0 calc(71 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #2355f2;
  }
}
.case__item-meta-item dd {
  font-size: 0.875rem;
  color: #3d4043;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 180%;
  flex: 0 0 min(calc(230 / 1080 * 100vw), 230px);
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #d6dcf0;
  padding: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 768px) {
  .case__item-meta-item dd {
    font-size: calc(26 / 750 * 100vw);
    flex: 0 0 calc(310 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #d6dcf0;
    padding: 0 calc(8 / 750 * 100vw);
  }
}
.case__item-action {
  text-align: center;
}
.case__item-button {
  color: #2355f2;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #2355f2;
  height: min(calc(58 / 1080 * 100vw), 58px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  cursor: pointer;
  position: relative;
  transition: filter 0.3s;
}
@media screen and (max-width: 768px) {
  .case__item-button {
    border: calc(2 / 750 * 100vw) solid #2355f2;
    height: calc(72 / 750 * 100vw);
    width: calc(350 / 750 * 100vw);
    margin: 0 auto;
    border-radius: calc(20 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.case__item-button::after {
  content: "";
  display: block;
  position: absolute;
  right: min(calc(30 / 1080 * 100vw), 30px);
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 5.5L1 10' stroke='%232355F2' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(11 / 1080 * 100vw), 11px);
}
@media screen and (max-width: 768px) {
  .case__item-button::after {
    right: calc(30 / 750 * 100vw);
    width: calc(9 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
}
.case__item-button:hover {
  filter: brightness(130%);
}

.case .adlp-modal__content {
  overflow-y: auto;
  max-width: min(calc(932 / 1080 * 100vw), 932px);
  padding: min(calc(10 / 1080 * 100vw), 10px);
  position: relative;
  overflow: hidden;
  background: transparent;
  height: min(calc(630 / 1080 * 100vw), 630px);
  max-height: 90vh;
}
@media screen and (max-width: 768px) {
  .case .adlp-modal__content {
    max-width: calc(740 / 750 * 100vw);
    padding: calc(25 / 750 * 100vw);
    min-height: calc(200 / 750 * 100vw);
    max-height: 90vh;
    height: 90vh;
  }
}
.case .adlp-modal__content__close {
  right: 0;
  top: 0;
  z-index: 10;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .case .adlp-modal__content__close {
    width: calc(50 / 750 * 100vw);
  }
}
.case .adlp-modal__content__close img {
  width: 100%;
}
.case .adlp-modal__content__close::before, .case .adlp-modal__content__close::after {
  display: none;
}
.case .case-modal {
  background: #fff;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: min(calc(36 / 1080 * 100vw), 36px) min(calc(40 / 1080 * 100vw), 40px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .case .case-modal {
    padding: calc(32 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .case .case-modal__header {
    display: flex;
    margin: 0;
    gap: min(calc(32 / 1080 * 100vw), 32px);
  }
}
@media screen and (max-width: 768px) {
  .case .case-modal__header {
    padding: 0;
    margin: 0;
    min-height: auto;
  }
}
@media screen and (min-width: 769px) {
  .case .case-modal__body {
    padding: 0;
    width: min(calc(492 / 1080 * 100vw), 492px);
  }
}
@media screen and (max-width: 768px) {
  .case .case-modal__body {
    padding: 0;
    margin-top: calc(32 / 750 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .case .case-modal__image {
    width: min(calc(314 / 1080 * 100vw), 314px);
  }
}
@media screen and (max-width: 768px) {
  .case .case-modal__image {
    width: calc(392 / 750 * 100vw);
    margin: 0 auto;
  }
}
.case .case-modal__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case .case-modal__company {
  color: var(--main-accent-1-main, #2355f2);
}
@media screen and (min-width: 769px) {
  .case .case-modal__company {
    font-size: min(calc(20 / 1080 * 100vw), 20px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .case .case-modal__company {
    font-size: calc(34 / 750 * 100vw);
    font-weight: 700;
    line-height: 1.6;
  }
}
.case .case-modal__info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .case .case-modal__info {
    gap: min(calc(16 / 1080 * 100vw), 16px);
    margin-top: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 768px) {
  .case .case-modal__info {
    margin-top: calc(24 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
  }
}
.case .case-modal__info-item {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .case .case-modal__info-item {
    gap: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 768px) {
  .case .case-modal__info-item {
    display: flex;
    flex-direction: row;
    gap: calc(16 / 750 * 100vw);
  }
}
.case .case-modal__info-tag {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .case .case-modal__info-tag {
    display: inline-block;
    padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px);
    background: #2355f2;
    color: white;
    font-size: min(calc(14 / 1080 * 100vw), 14px);
    font-weight: 700;
    border-radius: min(calc(4 / 1080 * 100vw), 4px);
    white-space: nowrap;
    width: min(calc(113 / 1080 * 100vw), 113px);
  }
}
@media screen and (max-width: 768px) {
  .case .case-modal__info-tag {
    display: block;
    padding: calc(4 / 750 * 100vw) 0;
    background: #2355f2;
    color: white;
    font-size: calc(26 / 750 * 100vw);
    font-weight: 700;
    border-radius: calc(8 / 750 * 100vw);
    white-space: nowrap;
    width: calc(173 / 750 * 100vw);
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  .case .case-modal__info-text {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
    color: #3d4043;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .case .case-modal__info-text {
    font-size: calc(26 / 750 * 100vw);
    color: #3d4043;
    line-height: 1.6;
    width: calc(421 / 750 * 100vw);
  }
}
.case .case-modal__block-outer {
  margin-top: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 768px) {
  .case .case-modal__block-outer {
    margin-top: calc(25 / 750 * 100vw);
  }
}
.case .case-modal__block {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .case .case-modal__block {
    margin: 0;
  }
}
.case .case-modal__block--issue {
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  padding-bottom: min(calc(16 / 1080 * 100vw), 16px);
  border-bottom: 1px solid #d6dcf0;
}
@media screen and (max-width: 768px) {
  .case .case-modal__block--issue {
    margin-bottom: calc(16 / 750 * 100vw);
    padding-bottom: calc(16 / 750 * 100vw);
  }
}
.case .case-modal__block--issue .case-modal__block-label {
  background: #f0f3f5;
  color: #3d4043;
}
.case .case-modal__block-label {
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  padding-right: 0.5em;
}
@media screen and (min-width: 769px) {
  .case .case-modal__block-label {
    width: min(calc(104 / 1080 * 100vw), 104px);
    padding: min(calc(32 / 1080 * 100vw), 32px) 0;
    background: #ff8a3d;
    color: white;
    font-size: min(calc(22 / 1080 * 100vw), 22px);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .case .case-modal__block-label {
    width: calc(124 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0;
    background: #ff8a3d;
    color: white;
    font-size: calc(32 / 750 * 100vw);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
}
.case .case-modal__block-content {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .case .case-modal__block-content {
    padding-left: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 768px) {
  .case .case-modal__block-content {
    padding-left: calc(16 / 750 * 100vw);
  }
}
.case .case-modal__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.case .case-modal__list li {
  position: relative;
  line-height: 1.8;
  color: #3d4043;
}
@media screen and (min-width: 769px) {
  .case .case-modal__list li {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
    padding-left: min(calc(20 / 1080 * 100vw), 20px);
  }
  .case .case-modal__list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #3d4043;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .case .case-modal__list li {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
    padding-left: calc(24 / 750 * 100vw);
  }
  .case .case-modal__list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #3d4043;
    font-weight: 700;
  }
}
.case .case-modal__list li:last-child {
  margin-bottom: 0;
}

.cv01 {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cv01 {
    height: auto;
    min-height: calc(672 / 750 * 100vw);
  }
}
.cv01__inner {
  position: absolute;
  inset: 0;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: min(calc(50 / 1080 * 100vw), 50px) min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 768px) {
  .cv01__inner {
    padding: calc(96 / 750 * 100vw) calc(30 / 750 * 100vw);
    min-height: calc(672 / 750 * 100vw);
  }
}
.cv01__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  text-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .cv01__title {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
}
.cv01__subtitle-wrapper {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-top: min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 768px) {
  .cv01__subtitle-wrapper {
    gap: calc(16 / 750 * 100vw);
    margin-top: calc(28 / 750 * 100vw);
  }
}
.cv01__subtitle-line {
  display: block;
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(1 / 1080 * 100vw), 1px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .cv01__subtitle-line {
    width: calc(32 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}
.cv01__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  filter: drop-shadow(0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  .cv01__subtitle {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.cv01__btn-group {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin-top: min(calc(39 / 1080 * 100vw), 39px);
}
@media screen and (max-width: 768px) {
  .cv01__btn-group {
    flex-direction: column;
    gap: calc(48 / 750 * 100vw);
    margin-top: calc(42 / 750 * 100vw);
    width: 100%;
    max-width: calc(600 / 750 * 100vw);
  }
}
.cv01__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(480 / 1080 * 100vw), 480px);
  height: min(calc(86 / 1080 * 100vw), 86px);
  padding: 0 min(calc(24 / 1080 * 100vw), 24px);
  text-decoration: none;
  border-radius: min(calc(96 / 1080 * 100vw), 96px);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cv01__btn {
    width: 100%;
    height: calc(108 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    border-radius: calc(120 / 750 * 100vw);
    box-shadow: 0 calc(2.5 / 750 * 100vw) calc(5 / 750 * 100vw) rgba(0, 0, 0, 0.24);
  }
}
.cv01__btn:hover {
  transform: translateY(max(calc(-2 / 1080 * 100vw), -2px));
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(8 / 1080 * 100vw), 8px) rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .cv01__btn:hover {
    transform: translateY(calc(-2 / 750 * 100vw));
    box-shadow: 0 calc(5 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.3);
  }
}
.cv01__btn--pr {
  background: linear-gradient(180deg, #fc9925 0%, #ff7223 100%);
}
.cv01__btn--se {
  background: linear-gradient(180deg, #ffffff 34.13%, #d9dceb 100%);
}
.cv01__btn-badge {
  position: absolute;
  left: min(calc(10 / 1080 * 100vw), 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(67 / 1080 * 100vw), 67px);
  height: min(calc(67 / 1080 * 100vw), 67px);
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .cv01__btn-badge {
    left: calc(7 / 750 * 100vw);
    width: calc(94 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
  }
}
.cv01__btn-badge--se {
  background: linear-gradient(180deg, #2255f1 0%, #001fbc 100%);
}
.cv01__btn-badge--se .cv01__btn-badge-text {
  color: #fff;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .cv01__btn-badge--se .cv01__btn-badge-text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.cv01__btn-badge-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  line-height: 1.1;
  color: #ff7223;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .cv01__btn-badge-text {
    font-size: calc(20 / 750 * 100vw);
  }
}
.cv01__btn-badge-time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 0.9;
  color: #ff7223;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .cv01__btn-badge-time {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
  }
}
.cv01__btn-badge-time span {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 768px) {
  .cv01__btn-badge-time span {
    font-size: calc(24 / 750 * 100vw);
  }
}
.cv01__btn-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.cv01__btn--pr .cv01__btn-text {
  color: #fff;
}
.cv01__btn--se .cv01__btn-text {
  color: #2255f1;
}
@media screen and (max-width: 768px) {
  .cv01__btn-text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.cv01__btn-arrow {
  position: absolute;
  right: min(calc(24 / 1080 * 100vw), 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .cv01__btn-arrow {
    right: calc(34 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}
.cv01__btn--pr .cv01__btn-arrow {
  background: #ff7223;
  box-shadow: inset min(calc(2 / 1080 * 100vw), 2px) min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 768px) {
  .cv01__btn--pr .cv01__btn-arrow {
    box-shadow: inset calc(2.5 / 750 * 100vw) calc(2.5 / 750 * 100vw) calc(5 / 750 * 100vw) rgba(0, 0, 0, 0.24);
  }
}
.cv01__btn--pr .cv01__btn-arrow:after {
  content: "";
  display: block;
  background: url(../img/common/arrow_btn01.svg) no-repeat center/contain;
  width: min(calc(9 / 1080 * 100vw), 9px);
  aspect-ratio: 7/9;
}
@media screen and (max-width: 768px) {
  .cv01__btn--pr .cv01__btn-arrow:after {
    width: calc(12 / 750 * 100vw);
  }
}
.cv01__btn--se .cv01__btn-arrow {
  background: #fff;
  box-shadow: inset min(calc(2 / 1080 * 100vw), 2px) min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 768px) {
  .cv01__btn--se .cv01__btn-arrow {
    box-shadow: inset calc(2.5 / 750 * 100vw) calc(2.5 / 750 * 100vw) calc(5 / 750 * 100vw) rgba(0, 0, 0, 0.24);
  }
}
.cv01__btn--se .cv01__btn-arrow:after {
  content: "";
  display: block;
  background: url(../img/common/arrow_btn03.svg) no-repeat center/contain;
  width: min(calc(15 / 1080 * 100vw), 15px);
  aspect-ratio: 15/16;
}
@media screen and (max-width: 768px) {
  .cv01__btn--se .cv01__btn-arrow:after {
    width: calc(18 / 750 * 100vw);
  }
}
.cv01__btn-arrow svg {
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  .cv01__btn-arrow svg {
    width: calc(12 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
  }
}
.cv01__btn-icon-download {
  width: min(calc(16 / 1080 * 100vw), 16px) !important;
  height: min(calc(16 / 1080 * 100vw), 16px) !important;
}
@media screen and (max-width: 768px) {
  .cv01__btn-icon-download {
    width: calc(20 / 750 * 100vw) !important;
    height: calc(20 / 750 * 100vw) !important;
  }
}

.flow {
  background: #ffffff;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .flow__inner {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.flow__title {
  text-align: center;
  font-weight: 700;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 140%;
  letter-spacing: min(calc(3.04 / 1080 * 100vw), 3.04px);
  color: #011fbd;
}
@media screen and (max-width: 768px) {
  .flow__title {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
}
.flow__content {
  position: relative;
  margin-top: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 768px) {
  .flow__content {
    margin-top: 0;
    margin-top: calc(32 / 750 * 100vw);
  }
}
.flow__main {
  display: flex;
  flex-direction: column;
  gap: min(calc(64 / 1080 * 100vw), 64px);
  background: url(../img/pc/flow_arrow.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .flow__main {
    flex-direction: row;
    gap: calc(48 / 750 * 100vw);
    background: url(../img/sp/flow_arrow.webp) no-repeat center top/contain;
  }
}
.flow__left, .flow__right {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  flex: 1;
}
@media screen and (max-width: 768px) {
  .flow__left, .flow__right {
    flex-direction: column;
    width: calc(320 / 750 * 100vw);
  }
}
.flow__actor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow__actor-icon {
  width: min(calc(130 / 1080 * 100vw), 130px);
}
@media screen and (max-width: 768px) {
  .flow__actor-icon {
    width: calc(163 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.flow__actor-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flow__actor-label {
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: #3d4043;
}
@media screen and (max-width: 768px) {
  .flow__actor-label {
    font-size: calc(32 / 750 * 100vw);
  }
}
.flow__left .flow__actor-label {
  color: var(--main-accent-1-main, #2355f2);
}
.flow__steps {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  .flow__steps {
    flex-direction: column;
  }
}
.flow__step {
  background: #f2f6ff;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #2355f2;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
  width: min(calc(270 / 1080 * 100vw), 270px);
  min-height: min(calc(233 / 1080 * 100vw), 233px);
}
@media screen and (max-width: 768px) {
  .flow__step {
    width: calc(320 / 750 * 100vw);
    min-height: auto;
    padding: calc(24 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    gap: calc(32 / 750 * 100vw);
  }
}
.flow__step-head {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 768px) {
  .flow__step-head {
    gap: calc(12 / 750 * 100vw);
  }
}
.flow__step-number {
  background: #2355f2;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  width: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.6;
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .flow__step-number {
    width: calc(50 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.flow__step-title {
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: #2355f2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .flow__step-title {
    font-size: calc(32 / 750 * 100vw);
  }
}
.flow__step-text {
  color: #3d4043;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 768px) {
  .flow__step-text {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
    line-height: 2;
  }
}
.flow__step-link {
  color: #2355f2;
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  text-decoration: underline;
  display: block;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 768px) {
  .flow__step-link {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}
.flow__step-link:hover {
  opacity: 0.7;
}
.flow__processes {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  .flow__processes {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}
.flow__process {
  background: #f5f5f5;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(270 / 1080 * 100vw), 270px);
  min-height: min(calc(233 / 1080 * 100vw), 233px);
  border-radius: calc(8 / 750 * 100vw);
}
@media screen and (max-width: 768px) {
  .flow__process {
    width: calc(320 / 750 * 100vw);
    min-height: auto;
    padding: calc(24 / 750 * 100vw);
  }
}
.flow__process-title {
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: #3d4043;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .flow__process-title {
    font-size: calc(32 / 750 * 100vw);
  }
}
.flow__process-text {
  color: #3d4043;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 768px) {
  .flow__process-text {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
    line-height: 2;
  }
}

.faq .faq__outer {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: auto;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 768px) {
  .faq .faq__outer {
    width: calc(690 / 750 * 100vw);
    padding: calc(96 / 750 * 100vw) 0;
  }
}
.faq .faq__title {
  text-align: center;
  font-weight: 700;
  font-size: min(3.5185185185vw, 38px);
  line-height: 140%;
  letter-spacing: min(0.2814814815vw, 3.04px);
  color: #011fbd;
}
@media screen and (max-width: 768px) {
  .faq .faq__title {
    font-size: 6.4vw;
    letter-spacing: 0.512vw;
  }
}
.faq .adlp-accordion__wrapper {
  margin: min(calc(50 / 1080 * 100vw), 50px) 0 0;
}
@media screen and (max-width: 768px) {
  .faq .adlp-accordion__wrapper {
    margin: calc(56 / 750 * 100vw) 0 0;
  }
}
.faq .adlp-accordion {
  background-color: #f2f6ff;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 768px) {
  .faq .adlp-accordion {
    border-radius: calc(8 / 750 * 100vw);
  }
}
.faq .adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0002 26.3649L31.314 15.0512L29.8997 13.637L20.0004 23.5363L10.1007 13.6367L8.68652 15.0509L20.0002 26.3649Z' fill='%232355F2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  right: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .faq .adlp-accordion__header::after {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4252_34625)'%3E%3Cpath d='M20 28L34.5 13.778L32.6875 12.0003L20.0001 24.4444L7.3125 12L5.5 13.7777L20 28Z' fill='%232355F2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4252_34625'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    right: calc(24 / 750 * 100vw);
  }
}
.faq .adlp-accordion__header__inner {
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(88 / 1080 * 100vw), 88px) min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .faq .adlp-accordion__header__inner {
    padding: calc(24 / 750 * 100vw) calc(88 / 750 * 100vw) calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.faq .adlp-accordion__header__inner .text {
  color: #2355f2;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .faq .adlp-accordion__header__inner .text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.faq .adlp-accordion__body {
  padding: 0 min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .faq .adlp-accordion__body {
    padding: 0 min(calc(24 / 1080 * 100vw), 24px);
  }
}
.faq .adlp-accordion__body__inner {
  padding: min(calc(24 / 1080 * 100vw), 24px) 0;
  border-top: 1px solid #d6dcf0;
}
@media screen and (max-width: 768px) {
  .faq .adlp-accordion__body__inner {
    padding: calc(24 / 750 * 100vw) 0;
  }
}
.faq .adlp-accordion__body__inner .text {
  color: #3d4043;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .faq .adlp-accordion__body__inner .text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.about {
  background-color: #f2f6ff;
}
.about .about__outer {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: auto;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 768px) {
  .about .about__outer {
    width: calc(630 / 750 * 100vw);
    padding: calc(96 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.about .about__title {
  text-align: center;
  font-weight: 700;
  font-size: min(3.5185185185vw, min(calc(38 / 1080 * 100vw), 38px));
  line-height: 140%;
  letter-spacing: min(0.2814814815vw, min(calc(3.04 / 1080 * 100vw), 3.04px));
  color: #011fbd;
}
@media screen and (max-width: 768px) {
  .about .about__title {
    font-size: 6.4vw;
    letter-spacing: 0.512vw;
  }
}
.about .about__content {
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 768px) {
  .about .about__content {
    margin: calc(30 / 750 * 100vw) 0 0;
  }
}
.about .about__item {
  display: flex;
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(16 / 1080 * 100vw), 16px);
  border-top: 1px solid #d6dcf0;
}
@media screen and (max-width: 768px) {
  .about .about__item {
    padding: calc(24 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
  }
}
.about .about__item:nth-child(1) {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .about .about__item:nth-child(1) {
    border-top: none;
  }
}
.about .about__term {
  color: #3d4043;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 180%;
  flex: 0 0 min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 768px) {
  .about .about__term {
    font-size: calc(26 / 750 * 100vw);
    flex: 0 0 calc(150 / 750 * 100vw);
  }
}
.about .about__desc {
  color: #3d4043;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .about .about__desc {
    font-size: calc(26 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
