/* screen - system */

.system {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  height: 5277px;
  width: 100%;
}

.system .header {
  -webkit-backdrop-filter: blur(5px) brightness(100%);
  align-items: center;
  backdrop-filter: blur(5px) brightness(100%);
  background-color: #ffffff33;
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  gap: 273px;
  height: 90px;
  justify-content: center;
  width: 100%;
  z-index: 9;
  width: 100%;
  position: sticky;
  top: 0;
}

.system .navbar {
  align-items: center;
  display: inline-flex;
  gap: 30px;
  justify-content: flex-end;
  margin-top: 1.0px;
  position: relative;
}

.system .navbar-link-text-5 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.system .overlap-group-1 {
  align-items: center;
  border-radius: 35px 0px 0px 35px;
  display: flex;
  gap: 10px;
  height: 60px;
  min-width: 200px;
  padding: 0 30px;
  position: absolute;
  right: 0;
  background: linear-gradient(98.73deg, rgba(0, 180, 222, 1) 0%, rgba(0, 117, 220, 1) 100%);
}

/* アコーディオンメニュー */
.header a {
  color: #333333;
}
.gnavi__list{
  height: 80px;
  align-content: center;
}
.gnavi__list:hover .dropdown__lists,
.gnavi__list:focus .dropdown__lists  {
  display: block !important;/*Gナビメニューにホバーしたら表示*/
  transition: all 5s;
}
.dropdown__lists {
  display: none;/*デフォルトでは非表示の状態にしておく*/
  position: absolute;
  top: 65px;
  width: 255px;
  height: 300px;
  padding: 15px 0px 0px 30px;
  background: #ffffff;
  border-radius: 3px;
}
.dropdown__lists:hover,
.dropdown__lists:focus{
  display: block;
}
.dropdown__list {
  background-color: #ffffff;
  color: #333333;
  height: 55px;
  transition: all .3s;
  align-content: center;
}
/* .dropdown__list:not(:first-child)::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color:#ffffff;
  position: absolute;
  top: 0;
  left: 0;
} */
.dropdown__list:hover {
  background-color:#ffffff;
}
.dropdown__list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333333;;
  text-decoration: none;
  position: relative;
  margin-left: 20px;
}
.dropdown__list a:hover {
  color: rgba(0, 117, 220, 1);
}
.dropdown__list a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid rgb(47, 141, 223);
  border-left: 2px solid rgb(47, 141, 223);
  transform: rotate(135deg);
  position: absolute;
  right: 32px;
}
.dropdown__list a::after {
  content: '';
  display: block;
  width: 16px;
  border-top: 2px solid rgb(66, 146, 216);
  border-left: 2px solid rgb(151 192 227);
  position: absolute;
  right: 33px;
}

/* 矢印調整 */
.dropdown__list:nth-of-type(1) a::after{
  top: 42px;
}
.dropdown__list:nth-of-type(2) a::after{
  top: 97px;
}
.dropdown__list:nth-of-type(3) a::after{
  top: 155px;
}
.dropdown__list:nth-of-type(4) a::after{
  top: 209px;
}
.dropdown__list:nth-of-type(5) a::after{
  top: 264px;
}
.dropdown__list:nth-of-type(1) a::before{
  top: 39px;
}
.dropdown__list:nth-of-type(2) a::before{
  top: 94px;
}
.dropdown__list:nth-of-type(3) a::before{
  top: 152px;
}
.dropdown__list:nth-of-type(4) a::before{
  top: 206px;
}
.dropdown__list:nth-of-type(5) a::before{
  top: 261px;
}
li{
  list-style:none;
}
/* アコーディオンメニューここまで */
.system .text-55 {
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 3.0px;
  min-height: 19px;
  min-width: 96px;
  white-space: nowrap;
}

.system .logo {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  height: 55px;
  left: 30px;
  min-width: 229px;
  position: fixed;
  top: 17px;
  z-index: 11;
}

.system .overlap-group5 {
  height: 55px;
  position: relative;
  width: 229px;
}

/* 上に行くボタン */
.rectangle-121 {
  background: var(--black, #333333);
  border-radius: 2px;
  opacity: 0.05;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
}
.rectangle-122 {
  background: #ffffff;
  border-radius: 2px;
  width: 93.85%;
  height: 95%;
  position: absolute;
  right: 3.08%;
  left: 3.08%;
  bottom: 0.26%;
  top: 1%;
}
.top-btn {
  width: 65px;
  height: 65px;
  position: fixed;
  right: 10px;
  top: calc(90%);
  z-index: 5;
}
.top-btn:hover .group-128{
  display: block;
}
.top-btn:hover .rectangle-122{
  display: block;
  background-color: #00b4de;
  transition: all 0.5s;
}
.group-127 {
  width: 37.69%;
  height: 100%;
  position: absolute;
  left: 33%;
  bottom: 1.56%;
  overflow: visible;
}
.group-128 {
  display: none;
  width: 37.69%;
  height: 100%;
  position: absolute;
  left: 33%;
  bottom: 1.56%;
  overflow: visible;
}
.line-40 {
  margin-top: -1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px 0 0 0;
  width: 41.54%;
  height: 0%;
  position: absolute;
  right: -12.31%;
  left: 70.77%;
  bottom: 100%;
  top: 0%;
  transform-origin: 0 0;
  transform: rotate(180deg) scale(1, 1);
}
/* ここまで */
.system .x1 {
  align-items: flex-end;
  height: 55px;
  left: 0;
  padding: 11.1px 0;
  position: absolute;
  top: 0;
}

.system .group-8 {
  height: 29px;
  margin-left: 66px;
  width: 163px;
}

.system .group-9 {
  height: 55px;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
}

.system .group-container {
  height: 50px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 50px;
}

.system .group {
  height: 25px;
  left: 19px;
  position: absolute;
  top: 0;
  width: 18px;
}

.system .group-1 {
  height: 25px;
  left: 6px;
  position: absolute;
  top: 1px;
  width: 19px;
}

.system .group-2 {
  height: 18px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 25px;
}

.system .group-3 {
  height: 19px;
  left: 1px;
  position: absolute;
  top: 25px;
  width: 25px;
}

.system .group-4 {
  height: 25px;
  left: 13px;
  position: absolute;
  top: 25px;
  width: 18px;
}

.system .group-5 {
  height: 25px;
  left: 25px;
  position: absolute;
  top: 25px;
  width: 19px;
}

.system .group-6 {
  height: 18px;
  left: 25px;
  position: absolute;
  top: 19px;
  width: 25px;
}

.system .group-7 {
  height: 19px;
  left: 25px;
  position: absolute;
  top: 6px;
  width: 25px;
}

.system .group-203 {
  height: 770px;
  left: 1365px;
  position: fixed;
  top: 85px;
  width: 65px;
  z-index: 10;
}

.system .ttl {
  gap: 19px;
  margin-left: 55px;
  margin-top: 30px;
  min-height: 86px;
  width: 346px;
  z-index: 5;
}

.system .flex-row {
  align-items: center;
  display: flex;
  gap: 20px;
  height: 16px;
  min-width: 112px;
}

.system .line-9 {
  height: 1px;
  object-fit: cover;
  width: 25px;
}

.system .text-22 {
  letter-spacing: 0.80px;
  line-height: 16px;
  min-width: 67px;
  white-space: nowrap;
}

.system .text-21 {
  align-self: flex-end;
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 50px;
  margin-right: 2px;
  min-width: 299px;
  position: relative;
  white-space: nowrap;
}

.system .rectangle-90 {
  height: 500px;
  margin-top: 60px;
  width: 100%;
  z-index: 3;
}

.system .pankuzulist {
  align-items: center;
  display: inline-flex;
  gap: 2px;
  margin-left: 100px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.system .text-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.system .text-1-1 {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.system .text-18 {
  letter-spacing: 0;
  line-height: normal;
  opacity: 0.5;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.system .frame-15 {
  align-items: center;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 1.0px;
  margin-top: 100px;
  position: relative;
  width: 611px;
  z-index: 4;
}

.system .text-19 {
  align-self: stretch;
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 64.0px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.system .text-20 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-left: -22.50px;
  margin-right: -22.50px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.system .frame-116 {
  align-items: flex-start;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 100px;
  position: relative;
  width: 1240px;
  z-index: 6;
}

.system .group-81 {
  height: 511px;
  margin-right: -2.00px;
  position: relative;
  width: 1242px;
}

.system .ttl-1 {
  gap: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1240px;
}

.system .text-2 {
  align-self: stretch;
  color: var(--black-2);
  font-family: var(--font-family-noto_sans_jp);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.system .flex-row-1 {
  align-items: flex-start;
  display: flex;
  gap: 60px;
  height: 402px;
  left: 0;
  min-width: 1240px;
  position: absolute;
  top: 109px;
}

.system .flex-col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-height: 400px;
  width: 590px;
}

.system .text-24 {
  letter-spacing: 0;
  line-height: 25.6px;
  min-height: 182px;
  width: 590px;
}

.system .group-79 {
  align-items: flex-start;
  background-color: var(--x02);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 178px;
  padding: 40px;
  width: 586px;
}

.system .frame {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.system .check {
  height: 24px;
  position: relative;
  width: 24px;
}

.system .text {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.system .image {
  height: 402px;
  object-fit: cover;
  width: 590px;
}

.system .group-82 {
  height: 522px;
  margin-right: -2.00px;
  position: relative;
  width: 1242px;
}

.system .ttl-2 {
  gap: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1240px;
}

.system .group-80 {
  align-self: stretch;
  height: 1px;
  position: relative;
  width: 1px;
}

.system .flex-row-2 {
  align-items: flex-start;
  display: flex;
  gap: 60px;
  height: 413px;
  left: 0;
  min-width: 1240px;
  position: absolute;
  top: 109px;
}

.system .flex-col-1 {
  gap: 40px;
  min-height: 413px;
  width: 590px;
}

.system .text-29 {
  letter-spacing: 0;
  line-height: 25.6px;
  min-height: 130px;
  width: 590px;
}

.system .group-79-1 {
  align-items: flex-start;
  background-color: var(--x02);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 243px;
  padding: 33px 40px;
  width: 586px;
}

.system .frame-17 {
  align-items: center;
  display: inline-flex;
  margin-top: 7px;
  position: relative;
}

.system .group-195 {
  align-self: center;
  height: 1354px;
  margin-top: 100px;
  position: relative;
  width: 1240px;
  z-index: 7;
}

.system .group-container-1 {
  align-items: center;
  background-color: var(--corporate);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  left: 0;
  min-height: 1354px;
  padding: 190px 0;
  position: absolute;
  top: 0;
  width: 1240px;
}

.system .group-85 {
  align-items: flex-start;
  display: flex;
  gap: 116px;
  height: 140px;
  margin-top: 19px;
  min-width: 1040px;
}

.system .group-84 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 140px;
  width: 124px;
}

.system .frame-22 {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  position: relative;
}

.system .step {
  letter-spacing: 0;
  line-height: 20px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.system .number {
  letter-spacing: 0;
  line-height: 60px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.system .line-13 {
  height: 60px;
  margin-left: 1.0px;
  object-fit: cover;
  width: 1px;
}

.system .frame-21 {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.system .frame-20 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.system .text-3 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: 800px;
}

.system .text-4 {
  letter-spacing: 0;
  line-height: 25.6px;
  position: relative;
  width: 800px;
}

.system .line-12 {
  height: 1px;
  object-fit: cover;
  position: relative;
  width: 800px;
}

.system .group-86 {
  align-items: flex-start;
  display: flex;
  gap: 103px;
  height: 167px;
  min-width: 1040px;
}

.system .group-84-1 {
  min-height: 167px;
  width: 137px;
}

.system .line-13-1 {
  height: 87px;
  margin-right: 12.0px;
}

.system .group-87 {
  align-items: flex-start;
  display: flex;
  gap: 99px;
  height: 140px;
  min-width: 1040px;
}

.system .group-84-2 {
  min-height: 140px;
  width: 141px;
}

.system .line-13-2 {
  height: 60px;
  margin-right: 16.0px;
}

.system .group-88 {
  align-items: flex-start;
  display: flex;
  gap: 96px;
  height: 140px;
  min-width: 1040px;
}

.system .group-84-3 {
  min-height: 140px;
  width: 144px;
}

.system .line-13-3 {
  height: 60px;
  margin-right: 19.0px;
}

.system .group-89 {
  align-items: flex-start;
  display: flex;
  gap: 100px;
  height: 147px;
  min-width: 1040px;
}

.system .group-84-4 {
  min-height: 140px;
  width: 140px;
}

.system .line-13-4 {
  height: 60px;
  margin-right: 15.0px;
}

.system .group-90 {
  align-items: flex-start;
  display: flex;
  gap: 98px;
  height: 121px;
  min-width: 1040px;
}

.system .text-35 {
  color: var(--white);
  font-family: var(--font-family-noto_sans_jp);
  font-size: 34px;
  font-weight: 700;
  left: 100px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 99px;
  width: 1240px;
}

.system .nav {
  align-items: flex-start;
  align-self: center;
  background-color: var(--x02);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 100px;
  min-height: 371px;
  padding: 100px;
  width: 1240px;
  z-index: 8;
}

.system .flex-row-3 {
  align-items: flex-end;
  display: flex;
  height: 71px;
  min-width: 1037px;
}

.system .frame-2 {
  align-items: flex-start;
  align-self: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.system .group-39 {
  height: 43px;
  position: relative;
  width: 223px;
}

.system .overlap-group-2 {
  height: 43px;
  position: relative;
  width: 227px;
}

.system .group-38 {
  align-items: flex-start;
  display: flex;
  height: 43px;
  left: 0;
  min-width: 227px;
  position: absolute;
  top: 0;
}

.system .layer_1 {
  align-self: center;
  height: 30px;
  margin-bottom: 1.0px;
  width: 30px;
}

.system .usi-n {
  color: var(--scooter);
  font-family: var(--font-family-red_hat_display);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 42px;
  margin-left: 3px;
  min-width: 100px;
  white-space: nowrap;
}

.system .ss {
  align-self: flex-end;
  color: var(--scooter);
  font-family: var(--font-family-red_hat_display);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 42px;
  margin-left: 36px;
  min-width: 54px;
  white-space: nowrap;
}

.system .layer_1-1 {
  height: 30px;
  left: 136px;
  position: absolute;
  top: 6px;
  width: 30px;
}

.system .text-48 {
  align-self: stretch;
  letter-spacing: 0.80px;
  line-height: 16px;
  position: relative;
}

.system .btn {
  align-items: center;
  background-color: #cccccc;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-left: 84px;
  min-width: 350px;
  padding: 0 20px;
  border-radius: 35px;
  height: 70px;
}

.system .text-5 {
  letter-spacing: 0.80px;
  line-height: 16px;
  margin-bottom: 2.0px;
  white-space: nowrap;
  width: 220px;
}

.system .btn-3:hover .text-5{
  color: rgba(0, 117, 220, 1);
}

.system .group-1-1 {
  /* background-image: url(../img/mask-group-1@2x.png); */
  background-size: 100% 100%;
  border-radius: 12px;
  height: 22px;
  width: 50px;
  background: linear-gradient(98.73deg, rgba(0, 180, 222, 1) 0%, rgba(0, 117, 220, 1) 100%);
}

.system .btn-1 {
  align-items: center;
  background-color: var(--white);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-left: 30px;
  min-width: 350px;
  padding: 0 20px;
}

.system .btn-4 {
  align-items: center;
  background-color: #cccccc;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-left: 27px;
  min-width: 350px;
  padding: 0 20px;
  border-radius: 35px;
  height: 70px;
}

.system .flex-row-4 {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  /* gap: 30px; */
  margin-right: 3px;
  min-width: 730px;
}

.system .flex-row-item {
  align-items: center;
  background-color: var(--white);
  border-radius: 35px;
  display: flex;
  gap: 10px;
  height: 70px;
  justify-content: flex-end;
  min-width: 350px;
  padding: 0 20px;
}

.system .footer {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  height: auto;
  justify-content: flex-start;
  margin-top: 100px;
  min-height: 906px;
  width: 100%;
  z-index: 1;
}

.system .footer a{
  color: #ffffff;
}

.system .cta {
  align-items: center;
  background-color: var(--x01);
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-height: 384px;
  padding: 78px 0;
  width: 100%;
}

.system .frame-9 {
  align-items: center;
  display: inline-flex;
  gap: 80px;
  margin-top: 12px;
  position: relative;
}

.system .frame-4 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.system .group-34 {
  height: 82px;
  position: relative;
  width: 404px;
}

.system .overlap-group-3 {
  height: 82px;
  position: relative;
  width: 408px;
}

.system .group-33 {
  align-items: center;
  display: flex;
  height: 82px;
  left: 0;
  min-width: 408px;
  position: absolute;
  top: 0;
}

.system .layer_1-2 {
  height: 55px;
  margin-bottom: 1.0px;
  width: 55px;
}

.system .on {
  color: var(--scooter);
  font-family: var(--font-family-red_hat_display);
  font-size: 82px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 82px;
  margin-left: 5px;
  min-width: 129px;
  white-space: nowrap;
}

.system .title {
  color: var(--scooter);
  font-family: var(--font-family-red_hat_display);
  font-size: 82px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 82px;
  margin-left: 44px;
  min-width: 171px;
  white-space: nowrap;
}

.system .layer_1-3 {
  height: 55px;
  left: 189px;
  position: absolute;
  top: 13px;
  width: 51px;
}

.system .text-1-3 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 16px;
  position: relative;
}

.system .btn-2 {
  position: relative;
  width: 380px;
  background: linear-gradient(98.73deg, rgba(0, 180, 222, 1) 0%, rgba(0, 117, 220, 1) 100%);
}

/* ボタン矢印 */
.box {
  position: relative;
	width: 53px;
	height: 25px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.box img {
  position: absolute;
	top: 0;
  right: 0;
	width: 100%;
  display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.box img:nth-of-type(1) {
  right: 100%;
}

.box img:nth-of-type(2) {
  right: 0;
}

.btn-3{
  cursor: pointer;
}
.btn-3:hover .box img:nth-of-type(1){
  right:  0;
}
.btn-3:hover .box img:nth-of-type(2){
  right: -100%;
}
/* ボタン矢印ここまで */
.system .flex-row-5 {
  align-items: flex-start;
  display: flex;
  height: 23px;
  left: 40px;
  min-width: 320px;
  position: relative;
  top: 24px;
}

.system .mail-1 {
  align-self: flex-end;
}

.system .text-2-1 {
  align-self: center;
  letter-spacing: 0.80px;
  line-height: 16px;
  margin-bottom: 3.0px;
  margin-left: 5px;
  white-space: nowrap;
  width: 220px;
}

.system .group-19 {
  background-color: var(--white);
  /* background-image: url(../img/mask-group@2x.png); */
  background-size: 100% 100%;
  border-radius: 12px;
  height: 22px;
  margin-left: 23px;
  width: 50px;
}

.system .group-17 {
  align-items: flex-start;
  display: flex;
  gap: 120px;
  height: 48px;
  margin-left: 6.0px;
  min-width: 756px;
}

.system .frame-1 {
  align-items: center;
  display: inline-flex;
  gap: 20px;
  position: relative;
}

.system .place {
  color: #888888;
  font-family: var(--font-family-red_hat_display);
  font-size: var(--font-size-s);
  font-weight: 700;
  line-height: 14px;
  position: relative;
  width: fit-content;
}

.system .phone {
  color: var(--black);
  font-family: var(--font-family-red_hat_display);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 47.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.system .flex-row-6 {
  align-items: center;
  background-color: var(--black02);
  display: flex;
  gap: 93px;
  height: 522px;
  width: 100%;
  padding: 0 100px;
  justify-content: center;
}

.system .flex-col-2 {
  margin-bottom: 5.0px;
  min-height: 317px;
  width: 447px;
}

.system .x1-1 {
  align-items: center;
  gap: 10px;
}

.system .group-10 {
  align-items: flex-start;
  background-image: url(../img/group1.svg);
  background-size: 100% 100%;
  display: flex;
  height: 55px;
  justify-content: flex-end;
  min-width: 55px;
  padding: 2.6px 2.6px;
}

.system .group-container-2 {
  height: 50px;
  position: relative;
  width: 50px;
}

.system .group-11 {
  height: 29px;
  margin-top: 3.81px;
  width: 163px;
}

.system .group-18 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 65px;
  min-height: 148px;
  width: 447px;
}

.system .overlap-group {
  height: 60px;
  position: relative;
  width: 439px;
}

.system .text-1-2 {
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 0;
  width: 311px;
}

.system .x530-00042-2 {
  left: 128px;
  letter-spacing: 0;
  line-height: 19.6px;
  position: absolute;
  top: 0;
  width: 311px;
}

.system .x107-00612-7 {
  left: 128px;
  letter-spacing: 0;
  line-height: 19.6px;
  position: absolute;
  top: 0;
  width: 311px;
}

.system .x2025-plaice-co-lt {
  color: var(--gallery);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xxs);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 35px;
  min-height: 14px;
}

.system .flex-row-7 {
  align-items: center;
  display: flex;
  height: 319px;
  margin-top: 3.0px;
  min-width: 700px;
}

.system .flex-col-3 {
  min-height: 319px;
  width: 84px;
}

.system .place-1 {
  line-height: 40px;
}

.system .text-5-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: 157px;
  min-height: 23px;
}

.system .text-10 {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 15px;
  min-height: 84px;
}

.system .text-container {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  margin-left: 74px;
  min-height: 312px;
  width: 182px;
}

.system .text-6 {
  letter-spacing: 0;
  line-height: normal;
  min-height: 23px;
}

.system .text-9 {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 15px;
  min-height: 112px;
}

.system .text-6-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: 40px;
  min-height: 23px;
  width: 64px;
}

.system .text-11 {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 15px;
  min-height: 84px;
  width: 84px;
}

.system .flex-col-4 {
  margin-bottom: 1.0px;
  margin-left: 58px;
  min-height: 304px;
  width: 302px;
}

.system .web {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 15px;
  min-height: 112px;
}

.system .flex-row-8 {
  align-items: flex-start;
  display: flex;
  gap: 79px;
  height: 114px;
  margin-top: 40px;
  min-width: 302px;
}

.system .text-container-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-height: 71px;
  width: 128px;
}

.system .frame-8 {
  align-items: center;
  align-self: flex-end;
  background-color: var(--white);
  border-radius: 2px;
  display: inline-flex;
  gap: 10px;
  padding: 10px;
  position: relative;
}

.system .image-2 {
  height: 75px;
  object-fit: cover;
  position: relative;
  width: 75px;
}

.system .btn-3 {
  border-radius: 35px;
  height: 70px;
}

.system .flex-col-5 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.system .group-84-5 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.system .line-13-5 {
  object-fit: cover;
  width: 1px;
}

.system .mail-2 {
  height: 22px;
  width: 22px;
}

.system .place-2 {
  letter-spacing: 0;
  white-space: nowrap;
}

.system .ttl-3 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.system .x1-2 {
  display: flex;
  width: 229px;
}

.system .system_content{
  display: flex;
  width: 100%;
  justify-content: center;
}