/* -----------------------------------------------------
 * Partnership
 * -------------------------------------------------- */
.top-partnership {
  background-color: #3b60d8;
}

.top-partnership__up-link {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-partnership__up-link {
    margin-bottom: unset;
    padding-bottom: 10px;
  }
}

.c-partnership {
  display: flex;
  gap: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 21px;
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .c-partnership {
    margin-top: 20px;
    padding-left: 13px;
    padding-right: 13px;
    gap: 15px;
    flex-wrap: wrap;
    row-gap: 16px;
  }
}

.c-partnership__item {
  background-color: #fff;
  border-radius: 5px;
  width: calc(25% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px 23px 20px;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .c-partnership__item {
    width: calc(50% - 7.5px);
    padding: 25px 11px 12px 11px;
    gap: 5px;
  }
}

.c-partnership__img {
  height: 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-partnership__img {
    height: 60px;
  }
}

.c-partnership__innerimg--1 {
  width: max(4.53vw, 51px);
}
.c-partnership__innerimg--2 {
  width: max(4.01vw, 50px);
}
.c-partnership__innerimg--3 {
  width: max(4.43vw, 50px);
}
.c-partnership__innerimg--4 {
  width: max(3.33vw, 41px);
}

.c-partnership__number-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-partnership__number-wrapper::before {
  content: "";
  text-wrap: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/images/security/line.png);
  background-repeat: repeat-x;
  background-size: calc(100% + 2px);
  height: 1px;
  width: 100%;
  z-index: 1;
}

.c-partnership__number {
  width: 32px;
  aspect-ratio: 1;
  background-color: #c5d0f6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.31;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-partnership__number {
    width: 24px;
    height: 24px;
    font-size: 1.2rem;
    line-height: 1.29;
    margin-top: 2px;
    position: relative;
  }
}

.c-partnership__txt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.17;
}
@media screen and (max-width: 768px) {
  .c-partnership__txt {
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------------
 * top-article
 * -------------------------------------------------- */
.top-article{
	padding: 130px 0;
  }
.top-article .ttl-center .top-headingJp3{
	text-align: center;
	margin: 0 auto 60px auto;
  }
.top-article .btn-article{
	background:url("/images/top_2025/articlearo.png")no-repeat right 20px center #3b60d8;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	display: block;
	line-height: 1;
	padding: 25px;
	font-weight: 700;
	text-decoration: none;
	max-width:450px;
	margin: 60px auto 0 auto;
	text-align: center;
  }
.top-article ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:30px;
  }
.top-article ul a{
	color: #000;
	text-decoration: none;
  }
.top-article ul a:hover{
	opacity: 0.8;
  }
.top-article ul .icatch{
	margin-bottom: 10px;
  }
.top-article ul .icatch img{
	border-radius: 5px;
  }
.top-article ul dt a{
	display: block;
	color: #3b60d8;
	font-size:1.2rem;
	margin-bottom: 7px;
  }
.top-article ul dd p{
	font-weight: 700;
	margin-bottom: 7px;
  }
.top-article ul dd span{
	display: block;
	font-size:1.2rem;
	font-weight: 400;
  }
@media screen and (max-width: 768px) {
.top-article{
	padding: 20% 0;
  }
.top-article .ttl-center .top-headingJp3{
	text-align: center;
	margin: 0 auto 30px auto;
  }
.top-article .btn-article{
	font-size: 1.4rem;
	padding: 20px;
	max-width:450px;
	margin: 30px auto 0 auto;
	line-height: 1.5;
  }
.top-article ul .icatch img{
	border-radius: 3px;
  }
.top-article ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:20px;
  }
.top-article ul dt{
	margin-bottom: 3px;
  }
.top-article ul dd p{
	font-size: 1.35rem;
	font-weight: 400;
	margin-bottom: 7px;
  }
}
/* -----------------------------------------------------
 * List ERP
 * -------------------------------------------------- */
.c-list-erp {
  padding: 110px 54px;
  background-color: #fff;
  padding-bottom: 60px;
  padding-top: 40px;
  margin-bottom: 120px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-list-erp {
    padding: 23px 25px 25px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 468px) {
  .c-list-erp {
    gap: 6px;
  }
}
.c-list-erp__col1 {
  width: calc(20% - 15px);
}
@media screen and (max-width: 768px) {
  .c-list-erp__col1 {
    width: 100%;
  }
}
.c-list-erp__col1 .c-list-erp__head {
  background-color: #ecedf3;
  color: #000;
}
@media screen and (max-width: 768px) {
  .c-list-erp__col1 .c-list-erp__body {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-list-erp__col1 .c-list-erp__item {
  width: 100%;
  background-color: #ecedf3;
  padding-top: 18px;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-list-erp__col1 .c-list-erp__item {
    width: 100%;
    max-width: 140px;
    padding-top: 3px;
    padding-bottom: 11px;
  }
}
.c-list-erp__col1 .c-list-erp__heading {
  width: 100%;
  display: block;
  margin-top: 20px;
  line-height: 1.73;
}
@media screen and (max-width: 768px) {
  .c-list-erp__col1 .c-list-erp__heading {
    margin-top: 0;
  }
}
.c-list-erp__col1 .c-list-erp__paragraph {
  width: 100%;
}
.c-list-erp__col2 {
  width: calc(80% - 15px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-list-erp__col2 {
    width: 100%;
  }
}
.c-list-erp__col2 .c-list-erp__head {
  background-color: #3b60d8;
  color: #fff;
}
.c-list-erp__col2 .c-list-erp__item {
  background-color: #3b60d8;
}
@media screen and (max-width: 768px) {
  .c-list-erp__col2 .c-list-erp__item {
    width: calc(50% - 4.5px);
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 18px;
  }
}
.c-list-erp__col2 .c-list-erp__img {
  height: 48px;
}
.c-list-erp__col2 .c-list-erp__heading {
  width: 100%;
  display: block;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .c-list-erp__col2 .c-list-erp__heading {
    margin-top: 0;
  }
}

.c-list-erp__cols {
  display: flex;
  gap: 30px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .c-list-erp__cols {
    flex-wrap: wrap;
    gap: 28px;
  }
}

.c-list-erp__head {
  border-radius: 25px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10.5px 20px;
  font-size: 1.8rem;
  font-weight: 900;
  color: #000;
}
@media screen and (max-width: 768px) {
  .c-list-erp__head {
    font-size: 1.3rem;
    padding: 5px 20px;
    margin-bottom: 10px;
  }
}

.c-list-erp__body {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-list-erp__body {
    gap: 9px;
  }
}

.c-list-erp__item {
  border-radius: 5px;
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 38px max(15px, 1.25vw) 18px;
}
@media screen and (max-width: 768px) {
  .c-list-erp__item {
    padding: 5px 11px;
    padding-bottom: 13px;
  }
}

.c-list-erp__img {
  margin: 0 auto;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-list-erp__img {
    height: 52px;
  }
}

@media screen and (max-width: 768px) {
  .c-list-erp__innerimg--1 {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-erp__innerimg--2 {
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-erp__innerimg--3 {
    width: 34px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-erp__innerimg--4 {
    width: 44px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-erp__innerimg--5 {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-erp__innerimg--6 {
    width: 44px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-erp__innerimg--7 {
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-erp__innerimg--8 {
    width: 31px;
  }
}
.c-list-erp__innerimg--9 {
  width: 81.3%;
}
@media screen and (max-width: 768px) {
  .c-list-erp__innerimg--9 {
    width: 32px;
  }
}

.c-list-erp__heading {
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-list-erp__heading {
    font-size: 1.2rem;
    line-height: 1.67;
    margin-top: 0;
    font-weight: 900;
    display: flex;
  }
}

.c-list-erp__paragraph {
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-list-erp__paragraph {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}

/* -----------------------------------------------------
 * List Problem
 * -------------------------------------------------- */
.c-list-problem {
  width: 510px;
  gap: 20px;
  row-gap: 0;
  margin: 0 auto;
  list-style-type: "・";
  display: flex;
  flex-wrap: wrap;
  position: relative;
  right: -58px;
}
@media screen and (max-width: 768px) {
  .c-list-problem {
    width: 100%;
    max-width: 340px;
    right: 0;
  }
}

.c-list-problem__item {
  font-size: 1.7rem;
  font-weight: 700;
  color: #000;
  line-height: 1.76;
  letter-spacing: 0;
  display: block;
  position: relative;
}
.c-list-problem__item>span {
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .c-list-problem__item {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.c-list-problem__item::before {
  content: "・";
  position: absolute;
  top: 0px;
  left: -15px;
}

.c-list-problem__col1 {
  width: calc(40% - 10px);
}
@media screen and (max-width: 768px) {
  .c-list-problem__col1 {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 8.75vw;
  }
}

.c-list-problem__col2 {
  width: calc(60% - 10px);
}
@media screen and (max-width: 768px) {
  .c-list-problem__col2 {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 6px;
  }
}

/* -----------------------------------------------------
 * Feature
 * -------------------------------------------------- */
.feature {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-top: 36px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature {
    margin-top: 26px;
    gap: 20px;
  }
}

.feature-img1 {
  position: absolute;
  right: 1.8vw;
  bottom: -7px;
  width: 8.49vw;
}
@media screen and (max-width: 768px) {
  .feature-img1 {
    display: none;
  }
}

.feature-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 162px;
  padding: 0 11.46vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature-heading {
    padding-right: 0;
    padding-left: 0;
    margin-top: 54px;
  }
}

.feature-heading__txt {
  font-size: 4rem;
  font-weight: 900;
  line-height: 2.25;
  color: #21279a;
  letter-spacing: 0;
  padding: 0 44px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature-heading__txt {
    font-size: 1.9rem;
    padding-right: 33.5px;
    padding-left: 33.5px;
  }
}
@media screen and (max-width: 468px) {
  .feature-heading__txt {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.feature-heading__txt::before {
  content: "";
  display: block;
  height: calc(100% - 10px);
  width: 27px;
  border: 2px solid #21279a;
  border-right: none;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .feature-heading__txt::before {
    width: 13.5px;
    border-width: 1px;
  }
}
.feature-heading__txt::after {
  content: "";
  display: block;
  height: calc(100% - 10px);
  width: 27px;
  border: 2px solid #21279a;
  border-left: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .feature-heading__txt::after {
    width: 13.5px;
    border-width: 1px;
  }
}
.feature-heading__txt--60 {
  font-size: 6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .feature-heading__txt--60 {
    line-height: 1.48;
    font-size: 2.9rem;
  }
}
.feature-heading__txt--70 {
  font-family: "Poppins", sans-serif;
  font-size: 7rem;
  line-height: 1.29;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .feature-heading__txt--70 {
    font-size: 3.4rem;
    line-height: 1.28;
  }
}
.feature-heading__txt .feature-heading__txt {
  padding: unset;
}
.feature-heading__txt .feature-heading__txt::before,
.feature-heading__txt .feature-heading__txt:after {
  content: unset;
}

.feature__item {
  display: flex;
  gap: 19px;
  padding: 56px 48px 58px 48px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1059px) {
  .feature__item {
    flex-direction: column;
    padding: 17px 0 30px 12px;
    gap: 0;
    align-items: center;
  }
}
.feature__item:nth-last-of-type(odd) {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 61px 69px 59px 69px;
  border-radius: 5px;
}
@media screen and (max-width: 1059px) {
  .feature__item:nth-last-of-type(odd) {
    flex-direction: column;
    padding: 28px 12px 24px;
  }
}
.feature__item:nth-last-of-type(odd) .feature__content {
  padding-left: 12px;
  padding-right: 0;
}

.feature__img {
  min-width: max(22.67vw, 250px);
  display: flex;
  align-items: start;
}
@media screen and (max-width: 1059px) {
  .feature__img {
    min-height: 164px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .feature__img--175 {
    min-height: 175px;
  }
}
.feature__img--2 {
  min-width: max(21.67vw, 150px);
}
@media screen and (max-width: 768px) {
  .feature__img--2 {
    width: 260px;
    min-width: unset;
    position: relative;
    top: -11px;
    right: -6px;
  }
}
@media screen and (max-width: 375px) {
  .feature__img--2 {
    width: 200px;
    margin-right: 10px;
  }
}
.feature__img--3 {
  min-width: max(23.07vw, 235px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .feature__img--3 {
    min-height: 171px;
    position: relative;
    top: 16px;
    right: -7px;
  }
}
.feature__img--3 img {
  width: 236px;
  top: -14px;
  position: relative;
  left: -12px;
}
@media screen and (max-width: 768px) {
  .feature__img--3 img {
    width: 142px;
  }
}
.feature__img--4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 18px;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .feature__img--4 {
    right: 11px;
    position: relative;
    top: 7px;
  }
}
.feature__img--4 img {
  width: 371px;
}
@media screen and (max-width: 768px) {
  .feature__img--4 img {
    width: 271px;
    padding-left: unset;
    padding-right: unset;
  }
}

.feature__innerimg--1 {
  width: 426px;
}
@media screen and (max-width: 768px) {
  .feature__innerimg--1 {
    width: 271px;
    position: relative;
    right: 6px;
    top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .feature__innerimg--2 {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .feature__innerimg--3 {
    width: 142px;
  }
}
@media screen and (max-width: 768px) {
  .feature__innerimg--4 {
    width: 272px;
  }
}

.feature__content {
  padding: 0 12px 0;
  border-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature__content {
    margin-top: -10px;
    margin-top: -10px;
    letter-spacing: 0;
  }
}

.feature__head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .feature__head {
    flex-direction: column;
    align-items: unset;
  }
}

.feature__headcol1 {
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature__headcol1 {
    padding-right: 0;
    margin-right: 0;
    border-right: unset;
    min-width: 164px;
  }
}
.feature__headcol1:before {
  content: "";
  width: 1px;
  height: calc(100% - 18px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #21279a;
}
@media screen and (max-width: 768px) {
  .feature__headcol1:before {
    content: unset;
  }
}
.feature__headcol1--164 {
  min-width: 164px;
}
.feature__headcol1--196 {
  min-width: 196px;
}

.feature__feat {
  font-size: 1.6rem;
  color: #21279a;
  letter-spacing: 0.2em;
  line-height: 1.63;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .feature__feat {
    line-height: 1.3;
    font-size: 1rem;
  }
}

.feature__heading {
  line-height: 1;
  font-size: 4rem;
  letter-spacing: 0;
  color: #000;
  font-weight: 900;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .feature__heading {
    font-size: 2.5rem;
    margin-top: 4px;
  }
}

.feature__headcol2 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #21279a;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .feature__headcol2 {
    font-size: 1.7rem;
    line-height: 1.76;
    margin-top: 11px;
  }
}

.feature__paragraph {
  font-size: 1.6rem;
  line-height: 2.25;
  color: #000000;
  margin-top: 28px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .feature__paragraph {
    line-height: 2.31;
    font-size: 1.3rem;
    margin-top: 9px;
  }
}

/* -----------------------------------------------------
 * Top heading
 * -------------------------------------------------- */
.top-heading2 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-heading2 {
    font-size: 1.1rem;
    padding-top: 30px;
  }
}

.top-heading3 {
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #21279a;
  text-align: start;
  letter-spacing: 0.2em;
  padding-left: 75px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-heading3 {
    font-size: 3rem;
    padding-left: 37px;
  }
}

.top-heading3::before {
  content: "";
  background: url(/images/heading-box.svg) no-repeat center/cover;
  width: 40px;
  aspect-ratio: 1;
  position: absolute;
  top: 6px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .top-heading3::before {
    width: 26px;
  }
}

.top-heading4 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.33;
  letter-spacing: 0;
  padding-bottom: 29px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-heading4 {
    font-size: 2rem;
    line-height: 1.33;
    padding-bottom: 19px;
  }
}
.top-heading4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #21279a;
  transform: translateY(50%);
  z-index: 0;
}
.top-heading4::after {
  content: "";
  position: absolute;
  background-color: #a1a6b7;
  height: 1px;
  width: calc(100% - 20px);
  bottom: 0;
  right: 0;
}

.top-heading5 {
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .top-heading5 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.top-heading6 {
  color: #21279a;
  letter-spacing: 0;
  font-size: 2.4rem;
  font-weight: 900;
  padding-top: 138px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-heading6 {
    font-size: 1.5rem;
    padding-top: 80px;
    margin-bottom: 16px;
  }
}

.top-heading7 {
  font-weight: 900;
  font-size: calc(22px + 10 * (100vw - 360px) / 840); 
  line-height: 1.23;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  padding-top: 155px;
  margin-bottom: -12px;
}
@media screen and (max-width: 768px) {
  .top-heading7 {
    font-size: 1.8rem;
    padding-top: 41px;
    margin-bottom: -6px;
  }
}

.top-heading8 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.33;
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .top-heading8 {
    font-size: 2.1rem;
    margin-top: 45px;
  }
}

.top-headingJp2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-headingJp2__innertxt {
  line-height: 1.2;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #fff;
  padding-right: 81px;
  padding-left: 81px;
}
@media screen and (max-width: 768px) {
  .top-headingJp2__innertxt {
    font-size: 3rem;
    padding-right: 76px;
    padding-left: 76px;
  }
}
@media screen and (max-width: 375px) {
  .top-headingJp2__innertxt {
    font-size: 2.4rem;
  }
}

.top-headingJp3 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 100px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .top-headingJp3 {
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 2.6;
  }
}

.top-headingJp7 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-headingJp7__innertxt {
  font-weight: 900;
  font-size: 8rem;
  color: #21279a;
  position: relative;
  padding-left: max(16.77vw, 150px);
  padding-right: max(16.77vw, 150px);
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-decoration-color: #21279a;
  text-underline-offset: 14px;
}
@media screen and (max-width: 768px) {
  .top-headingJp7__innertxt {
    font-size: 4rem;
    padding-left: max(16.77vw, 48px);
    padding-right: max(16.77vw, 48px);
    min-width: 340px;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
  }
}
.top-headingJp7__innertxt::before {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #21279a;
}

.top-sub-heading7 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .top-sub-heading7 {
    flex-direction: column;
    margin-top: 0;
  }
}
.top-sub-heading7:before {
  content: "";
  background: url(/images/top_2025/assembly4.png) no-repeat center/contain;
  width: 135px;
  aspect-ratio: 135/44;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-sub-heading7:before {
    width: 79px;
    background-image: url(/images/top_2025/assembly4-sp.png);
    aspect-ratio: 159/67;
    margin-top: 13px;
  }
}
.top-sub-heading7__innertxt {
  color: #21279a;
  font-weight: 900;
  font-size: 3.7rem;
  line-height: 1.08;
  margin-left: 12px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-sub-heading7__innertxt {
    font-size: 2.5rem;
    line-height: 1.64;
  }
}

.top-sub-heading7__innertxt span {
  display: inline;
  text-wrap: nowrap;
}

/* -----------------------------------------------------
 * Text with dots, lines
 * -------------------------------------------------- */
.c-txt-dot {
  position: relative;
}
.c-txt-dot:before {
  content: "";
  background: url(/images/top_2025/bg-dots.svg) repeat-x center/cover;
  position: absolute;
  bottom: 0;
  left: 14px;
  height: 16px;
  aspect-ratio: 298/16;
}
@media screen and (max-width: 768px) {
  .c-txt-dot:before {
    height: 10.5px;
  }
}

.c-txt-line-white {
  position: relative;
  display: block;
}
.c-txt-line-white::after {
  content: "";
  background: url(/images/top_2025/partnership-line.png) no-repeat center/cover;
  height: 1.2em;
  width: 1.2em;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-txt-line-white::after {
    background: url(/images/top_2025/partnership-line-sp.png) no-repeat center/cover;
    height: 1.5em;
    width: 1.5em;
    bottom: 0;
    top: unset;
  }
}
.c-txt-line-white::before {
  content: "";
  background: url(/images/top_2025/partnership-line.png) no-repeat center/cover;
  height: 1.2em;
  width: 1.2em;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-txt-line-white::before {
    background: url(/images/top_2025/partnership-line-sp.png) no-repeat center/cover;
    height: 1.5em;
    width: 1.5em;
    bottom: 0;
    top: unset;
  }
}
.c-txt-line-blue {
  position: relative;
  display: block;
}
.c-txt-line-blue::after {
  content: "";
  background: url(/images/top_2025/partnership-line-blue.png) no-repeat center/contain;
  height: 1.22em;
  aspect-ratio: 1;
  position: absolute;
  top: -6px;
  left: 0;
}
@media screen and (max-width: 1059px) {
  .c-txt-line-blue::after {
    height: 1.2em;
    width: 1.2em;
    top: unset;
    bottom: 15px;
  }
}
.c-txt-line-blue::before {
  content: "";
  background: url(/images/top_2025/partnership-line-blue.png) no-repeat center/contain;
  height: 1.22em;
  width: 1.2em;
  transform: rotate(90deg);
  position: absolute;
  top: -6px;
  right: 0;
}
@media screen and (max-width: 1059px) {
  .c-txt-line-blue::before {
    height: 1.2em;
    width: 1.2em;
    top: unset;
    bottom: 15px;
  }
}

/* -----------------------------------------------------
 * Mainvisual
 * -------------------------------------------------- */
.c-mainvisual {
  position: relative;
  height: min(95vw, 780px);
}
@media screen and (max-width: 768px) {
  .c-mainvisual {
    height: unset;
  }
}
.c-mainvisual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/top_2025/top-bg2.jpg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-mainvisual::before {
    background: url(/images/top_2025/top-bg2-sp.jpg) no-repeat center/cover;
  }
}

.c-mainvisual__contain {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-mainvisual__contain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(1200px, 100vw - 45px);
  }
}

.c-mainvisual__heading {
  font-weight: 900;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: 0.06em;
  max-width: 480px;
  text-align: center;
  margin: 0 auto;
  color: #000;
	padding-top: 43px;
}

@media screen and (max-width: 768px) {
  .c-mainvisual__heading {
    font-size: 6.2rem;
	  padding-top: 4px;
  }
}

@media screen and (max-width: 375px) {
  .c-mainvisual__heading {
    font-size: 4.5rem;
  }
}

.c-mainvisual__image {
  width: calc(100% - 37px);
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  bottom: -8px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual__image {
    padding-top: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    transform: unset;
    position: static;
    width: 355px;
  }
}
@media screen and (max-width: 768px) {
  .c-mainvisual__image--sp {
    width: 340px;
    max-width: 100%;
    margin-bottom: -8px;
  }
}

.c-mainvisual__paragraph {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-mainvisual__txt {
  font-size: 3.1rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #000;
  padding-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual__txt {
    font-size: 2.1rem;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 375px) {
  .c-mainvisual__txt {
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------------
 * Top services
 * -------------------------------------------------- */
.top-services {
  position: relative;
  padding-top: 214px;
  padding-bottom: 102px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-services {
    padding-top: 66px;
    padding-bottom: 65px;
  }
}
.top-services::before {
  content: "";
  background: #f4f5f8 url(/images/top_2025/top-bg2.svg) no-repeat center/cover;
  position: absolute;
  inset: 0;
  z-index: -10;
  width: min(2977px, 243%);
  aspect-ratio: 2977/5370;
  right: 49.7%;
  left: unset;
  top: 4.5%;
  bottom: 0px;
  transform: translateX(50%) translateY(-4.4%);
  min-width: 100vw;
}
@media screen and (max-width: 768px) {
  .top-services::before {
    background-image: url(/images/top_2025/top-bg2-sp.png);
    right: 50%;
    top: 2.87%;
    width: 400px;
    aspect-ratio: 800/10584;
    background-color: #f4f5f8;
    z-index: -1;
  }
}

.top-services .c-paragraph1 span{
	font-weight: 700;
	background:#fffc0e;
}

.top-services__problem {
  height: 455px;
  position: relative;
  margin-top: 60px;
  z-index: 1;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .top-services__problem {
    margin-top: 0;
    height: 266px;
  }
}
.top-services__problem::before {
  content: "";
  background: url(/images/top_2025/problem1.png) no-repeat center/contain;
  position: absolute;
  width: 824px;
  aspect-ratio: 824/455;
  right: 50%;
  transform: translateX(50%);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .top-services__problem::before {
    width: 334px;
    background: url(/images/top_2025/problem1-sp.png) no-repeat center/contain;
    aspect-ratio: 672/455;
    margin-top: 21px;
  }
}
.top-services__problem::after {
  content: "";
  background: url(/images/top_2025/problem2.png) no-repeat center/contain;
  position: absolute;
  width: 272px;
  aspect-ratio: 272/192;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  bottom: -32px;
}
@media screen and (max-width: 768px) {
  .top-services__problem::after {
    width: 136px;
  }
}

.top-services__assembly {
  position: relative;
  z-index: 1;
}

.top-services__assembly-content1 {
  display: flex;
  gap: 82px;
  align-items: center;
  padding-left: 100px;
  padding-right: 60px;
  margin-top: 36px;
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-content1 {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    gap: 23px;
    margin-top: 26px;
  }
}

@media screen and (max-width: 1059px) {
  .top-services__assembly-img1 {
    width: 255px;
  }
}
.top-services__assembly-img1 img {
  max-width: unset;
  width: max(18.18vw, 255px);
}

.top-services__assembly-txt1 {
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #000;
  line-height: 2.5;
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-txt1 {
    line-height: 2.31;
  }
}
@media screen and (max-width: 768px) {
  .top-services__assembly-txt1 {
    font-size: 1.3rem;
  }
}

.top-services__assembly-content2 {
  padding-left: 100px;
  padding-right: 60px;
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-content2 {
    padding-right: 0;
    padding-left: 0;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-services__assembly-content2 {
    gap: 20px;
  }
}

.top-services__assembly-col {
  width: 50%;
  display: flex;
  gap: 16px;
  padding-right: 44px;
  position: relative;
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-col {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 16px;
    padding-right: 20px;
  }
}
.top-services__assembly-col--br1:before {
  content: "";
  position: absolute;
  height: 152px;
  max-height: 100%;
  width: 2px;
  right: -1px;
  bottom: 0;
  border-right: 2px dotted #333;
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-col--br1:before {
    content: unset;
  }
}
.top-services__assembly-col.last {
  margin-right: 0;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .top-services__assembly-col.last {
    margin-right: -20px;
    gap: 16px;
    padding-right: 44px;
  }
}

.top-services__assembly-img2 {
  height: 170px;
  aspect-ratio: 1;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffc0e;
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-img2 {
    height: 115px;
  }
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-img2 img {
    width: 69px;
  }
}

.top-services__assembly-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-heading {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-services__assembly-heading {
    font-size: 1.5rem;
  }
}

.top-services__assembly-box {
  position: relative;
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-box {
    margin-right: -40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1059px) and (max-width: 768px) {
  .top-services__assembly-box {
    margin-right: -20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-box.nobr {
    margin-right: -40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-services__assembly-box.nobr {
    margin-right: -60px;
  }
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-box.nobr::before {
    border-right: none;
  }
}
.top-services__assembly-box:before {
  content: "";
  position: absolute;
  height: calc(100% - 33px);
  width: 2px;
  right: -1px;
  bottom: 50%;
  transform: translateY(50%);
  border-right: 2px dotted #333;
}
@media screen and (min-width: 1060px) {
  .top-services__assembly-box:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-services__assembly-box:before {
    border-width: 1px;
  }
}

.top-services__assembly-txt2 {
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0;
  line-height: 1.88;
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-txt2 {
    line-height: 1.92;
  }
}
@media screen and (max-width: 768px) {
  .top-services__assembly-txt2 {
    font-size: 1.3rem;
  }
}

.top-services__assembly-img2 .top-services__assembly-innerimg {
  right: -51px;
  position: relative;
  top: 34px;
}
@media screen and (max-width: 1059px) {
  .top-services__assembly-img2 .top-services__assembly-innerimg {
    right: -33px;
    top: 21px;
    width: unset;
  }
}

/* -----------------------------------------------------
 * Top banner
 * -------------------------------------------------- */
.top-banner {
  background-color: #21279a;
}

.top-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 110px;
  padding-bottom: 122px;
}
@media screen and (max-width: 768px) {
  .top-banner__content {
    padding-top: 46px;
    padding-bottom: 82px;
  }
}

.top-banner__title1 {
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  display: block;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-banner__title1 {
    font-size: 2.5rem;
    line-height: 1.6;
    padding-bottom: 20px;
  }
}

.top-banner__title2 {
  font-size: 5.5rem;
  font-weight: 900;
  color: #fffc0e;
  display: block;
  letter-spacing: 0;
  line-height: 1.27;
  text-align: center;
  padding: 0 7.29vw;
  margin-top: 64px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .top-banner__title2 {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-right: 0;
    padding-left: 0;
    margin-top: 24px;
    margin-bottom: 17px;
  }
}

.top-banner__title3 {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  display: block;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .top-banner__title3 {
    font-size: 1.4rem;
    line-height: 1.79;
    margin-bottom: 29px;
  }
}

.top-banner__img1 {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .top-banner__img1 {
    max-width: 353px;
    width: 100%;
  }
}

.top-banner__img2 {
  width: 100%;
}

/* -----------------------------------------------------
 * Modify Mod fixed banner
 * -------------------------------------------------- */
.top-partnership .mod-fixed-banner {
  transition: 0.3s ease;
  position: relative;
  bottom: 0;
}

.top-partnership .mod-fixed-banner.is-fixed {
  position: fixed;
}

.top .l-footer .mod-fixed-banner {
  display: none !important;
}

.top .l-footer {
  z-index: 0;
}

