/* screen - service */

.service {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  height: 4526px;
  width:100%;
}

.service .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;
  position: sticky;
  top: 0;
}

.service .navbar {
  align-items: center;
  display: inline-flex;
  gap: 30px;
  justify-content: flex-end;
  margin-top: 1.0px;
  position: relative;
}

.service .navbar-link-text-4 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

/* アコーディオンメニュー */
.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: 70px;
  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;
}
/* アコーディオンメニューここまで */
.service .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%);
}

.service .text-49 {
  color: var(--white);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 3.0px;
  min-height: 19px;
  min-width: 96px;
  white-space: nowrap;
}

.service .logo {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  height: 55px;
  left: 30px;
  min-width: 229px;
  position: fixed;
  top: 17px;
  z-index: 11;
}
/* 上に行くボタン */
.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);
}
/* ここまで */

.service .overlap-group5 {
  height: 55px;
  position: relative;
  width: 229px;
}

.service .x1 {
  align-items: flex-end;
  height: 55px;
  left: 0;
  padding: 11.1px 0;
  position: absolute;
  top: 0;
}

.service .group-9 {
  height: 29px;
  margin-left: 66px;
  width: 163px;
}

.service .group-10 {
  height: 55px;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
}

.service .group-container {
  height: 50px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 50px;
}

.service .group {
  height: 25px;
  left: 19px;
  position: absolute;
  top: 0;
  width: 18px;
}

.service .group-1 {
  height: 25px;
  left: 6px;
  position: absolute;
  top: 1px;
  width: 19px;
}

.service .group-2 {
  height: 18px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 25px;
}

.service .group-3 {
  height: 19px;
  left: 1px;
  position: absolute;
  top: 25px;
  width: 25px;
}

.service .group-4 {
  height: 25px;
  left: 13px;
  position: absolute;
  top: 25px;
  width: 18px;
}

.service .group-5 {
  height: 25px;
  left: 25px;
  position: absolute;
  top: 25px;
  width: 19px;
}

.service .group-6 {
  height: 18px;
  left: 25px;
  position: absolute;
  top: 19px;
  width: 25px;
}

.service .group-7 {
  height: 19px;
  left: 25px;
  position: absolute;
  top: 6px;
  width: 25px;
}

.service .group-203 {
  height: 770px;
  left: 1365px;
  position: fixed;
  top: 85px;
  width: 65px;
  z-index: 10;
}

.service .ttl {
  align-self: flex-start;
  gap: 19px;
  margin-left: 55px;
  margin-top: 30px;
  min-height: 86px;
  width: 347px;
  z-index: 5;
}

.service .flex-row {
  gap: 20px;
  height: 16px;
  min-width: 112px;
}

.service .line-9 {
  height: 1px;
  object-fit: cover;
  width: 25px;
}

.service .text-20 {
  letter-spacing: 0.80px;
  line-height: 16px;
  min-width: 67px;
  white-space: nowrap;
}

.service .text-19 {
  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: 300px;
  position: relative;
  white-space: nowrap;
}

.service .rectangle-90 {
  height: 500px;
  margin-top: 60px;
  object-fit: cover;
 width:100%;
  z-index: 3;
}

.service .pankuzulist {
  align-items: center;
  align-self: flex-start;
  display: inline-flex;
  gap: 2px;
  margin-left: 100px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.service .text-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.service .text-1-1 {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .text-18 {
  letter-spacing: 0;
  line-height: normal;
  opacity: 0.5;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .glexa-1 {
  height: 110px;
  margin-top: 100px;
  object-fit: cover;
  width: 110px;
  z-index: 7;
}

.service .frame-15 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 1.0px;
  margin-top: 20px;
  position: relative;
  width: 611px;
  z-index: 4;
}

.service .glexa-2 {
  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-left: -190.00px;
  margin-right: -190.00px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: 991px;
}

.service .frame-119 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 100px;
  position: relative;
  width: 1240px;
  z-index: 8;
}

.service .frame-6 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 60px;
  position: relative;
  width: 100%;
}

.service .group-8 {
  height: 41px;
  position: relative;
  width: 1240px;
}

.service .ttl-1 {
  gap: 50px;
  position: relative;
  width: 1240px;
}

.service .glexa {
  align-self: stretch;
  color: var(--black-2);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.service .frame-64 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 40px 40px;
  position: relative;
  width: 100%;
}

.service .group-1-1 {
  height: 320px;
  position: relative;
  width: 604px;
  margin: 0 0 40px 0;
}

.service .text-container {
  align-items: flex-end;
  background-color: var(--x01);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 320px;
  padding: 60px;
  width: 600px;
}

.service .text-24 {
  align-self: center;
  letter-spacing: 0;
  line-height: 38.4px;
  min-height: 76px;
  min-width: 264px;
  text-align: center;
}

.service .text-2 {
  letter-spacing: 0;
  line-height: 25.6px;
  min-height: 104px;
  width: 470px;
}

.service .group-11 {
  height: 320px;
  margin-right: -4.00px;
  position: relative;
  width: 604px;
}

.service .text-26 {
  align-self: center;
  letter-spacing: 0;
  line-height: 38.4px;
  min-height: 76px;
  min-width: 192px;
  text-align: center;
}

.service .text-container-1 {
  align-items: flex-end;
  background-color: var(--x01);
  border-radius: 2px;
  gap: 39px;
  min-height: 320px;
  padding: 60px;
  width: 600px;
}

.service .text-28 {
  align-self: center;
  letter-spacing: 0;
  line-height: 38.4px;
  margin-top: 19px;
  min-width: 264px;
  text-align: center;
  white-space: nowrap;
}

.service .text-30 {
  align-self: center;
  letter-spacing: 0;
  line-height: 38.4px;
  min-height: 76px;
  min-width: 240px;
  text-align: center;
}

.service .ttl-2 {
  gap: 50px;
  position: relative;
  width: 1240px;
}

.service .frame-6-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 40px;
  position: relative;
  width: 100%;
}

.service .group-1-2 {
  height: 322px;
  position: relative;
  width: 284px;
}

.service .flex-col {
  flex-direction: column;
  min-height: 322px;
  width: 280px;
}

.service .overlap-group1 {
  align-items: flex-start;
  background-color: var(--corporate);
  border-radius: 90px;
  display: flex;
  height: 180px;
  min-width: 180px;
  padding: 42px 50px;
}

.service ._ {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: 95px;
  width: 79px;
}

.service .overlap-group-2 {
  align-items: flex-start;
  background-image: url(../img/vector-1.svg);
  background-size: 100% 100%;
  display: flex;
  height: 51px;
  justify-content: flex-end;
  margin-right: 0.01px;
  min-width: 60px;
  padding: 8.6px 11.8px;
}

.service .group-12 {
  height: 21px;
  width: 36px;
}

.service .group-13 {
  height: 42px;
  width: 79px;
}

.service .text-32 {
  letter-spacing: 0;
  line-height: 32.0px;
  margin-top: 20px;
  min-width: 200px;
  text-align: center;
  white-space: nowrap;
}

.service .text-31 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: 12px;
  min-height: 78px;
  width: 280px;
}

.service .group-11-1 {
  height: 348px;
  position: relative;
  width: 284px;
}

.service .flex-col-1 {
  align-items: center;
  min-height: 348px;
  width: 280px;
}

.service .overlap-group2 {
  align-items: flex-end;
  background-color: var(--corporate);
  border-radius: 90px;
  display: flex;
  height: 180px;
  min-width: 180px;
  padding: 46px 43px;
}

.service ._-1 {
  align-items: flex-start;
  display: flex;
  width: 94px;
}

.service .overlap-group-3 {
  height: 87px;
  position: relative;
  width: 94px;
}

.service .vector {
  height: 63px;
  left: 0;
  position: absolute;
  top: 0;
  width: 79px;
}

.service .vector-1 {
  height: 41px;
  left: 55px;
  position: absolute;
  top: 46px;
  width: 39px;
}

.service .union {
  height: 28px;
  left: 12px;
  position: absolute;
  top: 24px;
  width: 53px;
}

.service .text {
  letter-spacing: 0;
  line-height: 32.0px;
  margin-top: 20px;
  min-width: 140px;
  text-align: center;
  white-space: nowrap;
}

.service .text-33 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: 12px;
  min-height: 104px;
  width: 280px;
}

.service .overlap-group3 {
  align-items: center;
  background-color: var(--corporate);
  border-radius: 90px;
  display: flex;
  height: 180px;
  min-width: 180px;
  padding: 0 44px;
}

.service .layer_1 {
  align-items: flex-start;
  display: flex;
  width: 92px;
}

.service .overlap-group-4 {
  height: 82px;
  position: relative;
  width: 92px;
}

.service .vector-2 {
  height: 41px;
  left: 6px;
  position: absolute;
  top: 0;
  width: 61px;
}

.service .group-14 {
  height: 51px;
  left: 0;
  position: absolute;
  top: 31px;
  width: 92px;
}

.service .text_label {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: 12px;
  min-height: 104px;
  width: 280px;
}

.service .group-117 {
  height: 348px;
  margin-right: -4.00px;
  position: relative;
  width: 284px;
}

.service .overlap-group4 {
  align-items: center;
  background-color: var(--corporate);
  border-radius: 90px;
  display: flex;
  height: 180px;
  min-width: 180px;
  padding: 0 48px;
}

.service ._-2 {
  height: 94px;
  width: 84px;
}

.service .x441k-hz {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: 12px;
  min-height: 104px;
  width: 280px;
}

.service .overlap-group-5 {
  align-items: center;
  background-color: var(--corporate);
  border-radius: 90px;
  display: flex;
  height: 180px;
  min-width: 180px;
  padding: 0 43px;
}

.service ._-3 {
  height: 76px;
  width: 94px;
}

.service .text-3 {
  letter-spacing: 0;
  line-height: 32.0px;
  margin-top: 20px;
  min-width: 80px;
  text-align: center;
  white-space: nowrap;
}

.service .text-37 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: 12px;
  min-height: 104px;
  width: 280px;
}

.service .overlap-group1-1 {
  align-items: flex-start;
  background-color: var(--corporate);
  border-radius: 90px;
  display: flex;
  height: 180px;
  min-width: 180px;
  padding: 60px 43px;
}

.service ._-4 {
  align-items: flex-start;
  display: flex;
  width: 94px;
}

.service .overlap-group-6 {
  height: 59px;
  position: relative;
  width: 94px;
}

.service .vector-3 {
  height: 59px;
  left: 24px;
  position: absolute;
  top: 0;
  width: 70px;
}

.service .group-15 {
  height: 49px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 40px;
}

.service .union-1 {
  height: 22px;
  left: 37px;
  position: absolute;
  top: 9px;
  width: 46px;
}

.service .text-39 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: 12px;
  min-height: 78px;
  width: 280px;
}

.service .overlap-group2-1 {
  align-items: flex-start;
  background-color: var(--corporate);
  border-radius: 90px;
  display: flex;
  height: 180px;
  min-width: 180px;
  padding: 46px 54px;
}

.service .layer_4 {
  height: 87px;
  width: 71px;
}

.service .text-42 {
  letter-spacing: 0;
  line-height: 32.0px;
  margin-top: 20px;
  min-width: 120px;
  text-align: center;
  white-space: nowrap;
}

.service .text-41 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: 12px;
  min-height: 78px;
  width: 280px;
}

.service .group-121 {
  height: 322px;
  margin-right: -4.00px;
  position: relative;
  width: 284px;
}

.service .overlap-group3-1 {
  align-items: flex-end;
  background-color: var(--corporate);
  border-radius: 90px;
  display: flex;
  height: 180px;
  min-width: 180px;
  padding: 46px 50px;
}

.service ._-5 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 87px;
  width: 80px;
}

.service .vector-4 {
  height: 57px;
  width: 80px;
}

.service .union-2 {
  height: 24px;
  width: 34px;
}

.service .gle {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: 12px;
  min-height: 78px;
  width: 280px;
}

.service .nav {
  align-items: flex-start;
  background-color: var(--x02);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 150px;
  min-height: 371px;
  padding: 100px;
  width: 1240px;
  z-index: 6;
}

.service .flex-row-1 {
  align-items: flex-end;
  display: flex;
  height: 71px;
  min-width: 1037px;
}

.service .frame-2 {
  align-items: flex-start;
  align-self: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.service .group-39 {
  height: 43px;
  position: relative;
  width: 223px;
}

.service .overlap-group-7 {
  height: 43px;
  position: relative;
  width: 227px;
}

.service .group-38 {
  align-items: flex-start;
  display: flex;
  height: 43px;
  left: 0;
  min-width: 227px;
  position: absolute;
  top: 0;
}

.service .layer_1-1 {
  align-self: center;
  height: 30px;
  margin-bottom: 1.0px;
  width: 30px;
}

.service .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;
}

.service .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;
}

.service .layer_1-2 {
  height: 30px;
  left: 136px;
  position: absolute;
  top: 6px;
  width: 30px;
}

.service .text-21 {
  align-self: stretch;
  letter-spacing: 0.80px;
  line-height: 16px;
  position: relative;
}

.service .btn {
  align-items: center;
  background-color: var(--white);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-left: 87px;
  min-width: 350px;
  padding: 0 20px;
}

.service .text-4 {
  letter-spacing: 0.80px;
  line-height: 16px;
  margin-bottom: 2.0px;
  white-space: nowrap;
  width: 220px;
}

.service .group-1-3 {
  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%);
}

.service .btn-1 {
  align-items: center;
  background-color: var(--white);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-left: 27px;
  min-width: 350px;
  padding: 0 20px;
}

.service .flex-row-2 {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  gap: 27px;
  margin-right: 3px;
  min-width: 727px;
}

.service .btn-2 {
  align-items: center;
  background-color: var(--white);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  min-width: 350px;
  padding: 0 20px;
}

.service .btn-3 {
  align-items: center;
  background-color: #cccccc;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  min-width: 350px;
  padding: 0 20px;
  border-radius: 35px;
  height: 70px;
}

.service .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;
}

.footer a{
  color: #ffffff;
}

.service .cta {
  align-items: center;
  background-color: var(--x01);
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-height: 384px;
  padding: 78px 0;
  width:100%;
}

.service .frame-9 {
  align-items: center;
  display: inline-flex;
  gap: 80px;
  margin-top: 12px;
  position: relative;
}

.service .frame-4 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.service .group-34 {
  height: 82px;
  position: relative;
  width: 404px;
}

.service .overlap-group-8 {
  height: 82px;
  position: relative;
  width: 408px;
}

.service .group-33 {
  align-items: center;
  display: flex;
  height: 82px;
  left: 0;
  min-width: 408px;
  position: absolute;
  top: 0;
}

.service .layer_1-3 {
  height: 55px;
  margin-bottom: 1.0px;
  width: 55px;
}

.service .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;
}

.service .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;
}

.service .layer_1-4 {
  height: 55px;
  left: 189px;
  position: absolute;
  top: 13px;
  width: 51px;
}

.service .text-1-3 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 16px;
  position: relative;
}

.service .btn-4 {
  position: relative;
  width: 380px;
  background: linear-gradient(98.73deg, rgba(0, 180, 222, 1) 0%, rgba(0, 117, 220, 1) 100%);
}

.service .flex-row-3 {
  align-items: flex-start;
  display: flex;
  height: 23px;
  left: 40px;
  min-width: 320px;
  position: relative;
  top: 24px;
}

.service .mail-1 {
  align-self: flex-end;
}

.service .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;
}

.service .group-19 {
  background-color: var(--white);
  background-size: 100% 100%;
  border-radius: 12px;
  height: 22px;
  margin-left: 23px;
  width: 50px;
}

/* ボタン矢印 */
.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-5{
  cursor: pointer;
}
.btn-5:hover .box img:nth-of-type(1){
  right:  0;
}
.btn-5:hover .box img:nth-of-type(2){
  right: -100%;
}
/* ボタン矢印ここまで */

.service .btn-5:hover .text-4{
  color: rgba(0, 117, 220, 1);
}

.service .group-17 {
  align-items: flex-start;
  display: flex;
  gap: 120px;
  height: 48px;
  margin-left: 6.0px;
  min-width: 756px;
}

.service .frame {
  align-items: center;
  display: inline-flex;
  gap: 20px;
  position: relative;
}

.service .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;
}

.service .phone {
  color: var(--black);
  font-family: var(--font-family-red_hat_display);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 47.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.service .flex-row-4 {
  align-items: center;
  background-color: var(--black02);
  display: flex;
  gap: 93px;
  height: 522px;
  width:100%;
  padding: 0 100px;
  justify-content: center;
}

.service .flex-col-2 {
  align-items: flex-start;
  margin-bottom: 5.0px;
  min-height: 317px;
  width: 447px;
}

.service .x1-1 {
  align-items: center;
  gap: 10px;
}

.service .group-16 {
  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;
}

.service .group-container-1 {
  height: 50px;
  position: relative;
  width: 50px;
}

.service .group-18 {
  height: 29px;
  margin-top: 3.81px;
  width: 163px;
}

.service .group-18-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 65px;
  min-height: 148px;
  width: 447px;
}

.service .overlap-group {
  height: 60px;
  position: relative;
  width: 439px;
}

.service .text-1-2 {
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 0;
  width: 311px;
}

.service .x530-00042-2 {
  left: 128px;
  letter-spacing: 0;
  line-height: 19.6px;
  position: absolute;
  top: 0;
  width: 311px;
}

.service .x107-00612-7 {
  left: 128px;
  letter-spacing: 0;
  line-height: 19.6px;
  position: absolute;
  top: 0;
  width: 311px;
}

.service .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;
}

.service .flex-row-5 {
  align-items: center;
  display: flex;
  height: 319px;
  margin-top: 3.0px;
  min-width: 700px;
  justify-content: center;
}

.service .flex-col-3 {
  align-items: flex-start;
  min-height: 319px;
  width: 84px;
}

.service .place-1 {
  line-height: 40px;
}

.service .text-5-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: 157px;
  min-height: 23px;
}

.service .text-10 {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 15px;
  min-height: 84px;
}

.service .text-container-2 {
  align-items: flex-start;
  align-self: flex-end;
  margin-left: 74px;
  min-height: 312px;
  width: 182px;
}

.service .text-5 {
  letter-spacing: 0;
  line-height: normal;
  min-height: 23px;
}

.service .text-9 {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 15px;
  min-height: 112px;
}

.service .text-6 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: 40px;
  min-height: 23px;
  width: 64px;
}

.service .text-11 {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 15px;
  min-height: 84px;
  width: 84px;
}

.service .flex-col-4 {
  align-items: flex-start;
  margin-bottom: 1.0px;
  margin-left: 58px;
  min-height: 304px;
  width: 302px;
}

.service .web {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 15px;
  min-height: 112px;
}

.service .flex-row-6 {
  align-items: flex-start;
  display: flex;
  gap: 79px;
  height: 114px;
  margin-top: 40px;
  min-width: 302px;
}

.service .text-container-3 {
  align-items: flex-start;
  gap: 25px;
  min-height: 71px;
  width: 128px;
}

.service .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;
}

.service .image-2 {
  height: 75px;
  object-fit: cover;
  position: relative;
  width: 75px;
}

.service .btn-5 {
  border-radius: 35px;
  height: 70px;
}

.service .flex {
  align-items: center;
  display: flex;
}

.service .flex-col-5 {
  display: flex;
  flex-direction: column;
}

.service .mail-2 {
  height: 22px;
  width: 22px;
}

.service .place-2 {
  letter-spacing: 0;
  white-space: nowrap;
}

.service .text-container-4 {
  display: flex;
  flex-direction: column;
}

.service .ttl-3 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.service .x1-2 {
  display: flex;
  width: 229px;
}
