/* screen - contact */

.contact {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  height: 3454px;
/*   overflow: hidden; */
  width:100%;
}

.contact .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;
  gap: 273px;
  height: 90px;
  justify-content: center;
  left: 0;
  width:100%;
  z-index: 4;
  position: sticky;
  top:0;
}

.contact .navbar {
  align-items: center;
  display: inline-flex;
  gap: 30px;
  justify-content: flex-end;
  margin-top: 1.0px;
  position: relative;
}

.contact .text {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact .overlap-group-2 {
  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%);
}

/* アコーディオンメニュー */
.contact .header a {
  color: #333333;
}
.contact .gnavi__list{
  height: 80px;
  align-content: center;
}
.contact .gnavi__list:hover .dropdown__lists,
.contact .gnavi__list:focus .dropdown__lists  {
  display: block !important;/*Gナビメニューにホバーしたら表示*/
  transition: all 5s;
}
.contact .dropdown__lists {
  display: none;
  position: absolute;
  top: 60px;
  width: 280px;
  height: 300px;
  padding: 15px 0px 0px 30px;
  background: #ffffff;
  border-radius: 3px;
}
.contact .dropdown__lists:hover,
.contact .dropdown__lists:focus{
  display: block;
}
.contact .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;
} */
.contact .dropdown__list:hover {
  background-color:#ffffff;
}
.contact .dropdown__list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333333;;
  text-decoration: none;
  position: relative;
  margin-left: 20px;
}
.contact .dropdown__list a:hover {
  color: rgba(0, 117, 220, 1);
}
.contact .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;
}
.contact .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;
}

.contact .dropdown__list a::after{
  top: 9px;
}
.contact .dropdown__list a::before{
  top: 6px;
}
.contact .dropdown__list:nth-of-type(3) a::after{
  top: 19px;
}
.contact .dropdown__list:nth-of-type(3) a::before{
  top: 16px;
}

/* 矢印調整 */
/* .contact .dropdown__list:nth-of-type(1) a::after{
  top: 42px;
}
.contact .dropdown__list:nth-of-type(2) a::after{
  top: 97px;
}

.contact .dropdown__list:nth-of-type(4) a::after{
  top: 209px;
}
.contact .dropdown__list:nth-of-type(5) a::after{
  top: 264px;
}
.contact .dropdown__list:nth-of-type(1) a::before{
  top: 39px;
}
.contact .dropdown__list:nth-of-type(2) a::before{
  top: 94px;
}

.contact .dropdown__list:nth-of-type(4) a::before{
  top: 206px;
}
.contact .dropdown__list:nth-of-type(5) a::before{
  top: 261px;
} */
li{
  list-style:none;
}
/* アコーディオンメニューここまで */

.contact .text-63 {
  color: var(--white);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-l);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 3.0px;
  min-height: 19px;
  min-width: 96px;
  white-space: nowrap;
}

.contact .logo {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  height: 55px;
  left: 30px;
  min-width: 229px;
  position: fixed;
  top: 17px;
  z-index: 5;
}

.contact .overlap-group4 {
  height: 55px;
  position: relative;
  width: 229px;
}

.contact .x1 {
  align-items: flex-end;
  height: 55px;
  left: 0;
  padding: 11.1px 0;
  position: absolute;
  top: 0;
}

.contact .group-8 {
  height: 29px;
  margin-left: 66px;
  width: 163px;
}

.contact .group-9 {
  height: 55px;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
}

.contact .group-container {
  height: 50px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 50px;
}

.contact .group {
  height: 25px;
  left: 19px;
  position: absolute;
  top: 0;
  width: 18px;
}

.contact .group-1 {
  height: 25px;
  left: 6px;
  position: absolute;
  top: 1px;
  width: 19px;
}

.contact .group-2 {
  height: 18px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 25px;
}

.contact .group-3 {
  height: 19px;
  left: 1px;
  position: absolute;
  top: 25px;
  width: 25px;
}

.contact .group-4 {
  height: 25px;
  left: 13px;
  position: absolute;
  top: 25px;
  width: 18px;
}

.contact .group-5 {
  height: 25px;
  left: 25px;
  position: absolute;
  top: 25px;
  width: 19px;
}

.contact .group-6 {
  height: 18px;
  left: 25px;
  position: absolute;
  top: 19px;
  width: 25px;
}

.contact .group-7 {
  height: 19px;
  left: 25px;
  position: absolute;
  top: 6px;
  width: 25px;
}

.contact .overlap-group6 {
  height: 2363px;
  position: relative;
  width:100%;
  z-index: 3;
}

.contact .overlap-group5 {
  height: 770px;
  left: 0;
  position: absolute;
  top: 0;
  width:100%;
}

.contact .rectangle-109 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 92px;
  min-height: 340px;
  padding: 20px 100px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(99deg, rgba(0, 180, 222, 1) 0%, rgba(0, 117, 220, 1) 100%);
}

.contact .pankuzulist {
  align-items: center;
  display: inline-flex;
  gap: 2px;
  left: 100px;
  position: absolute;
  top: 306px;
}

.contact .text-16 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  opacity: 0.7;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact .ttl {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  left: 100px;
  position: absolute;
  top: 85px;
}

.contact .group-34 {
  height: 108px;
  position: relative;
  width: 556px;
}

.contact .overlap-group-3 {
  height: 108px;
  position: relative;
  width: 560px;
}

.contact .group-33 {
  align-items: center;
  display: flex;
  height: 108px;
  left: 0;
  min-width: 560px;
  position: absolute;
  top: 0;
}

.contact .layer_1 {
  height: 75px;
  margin-bottom: 0.99px;
  width: 75px;
}

.contact .on {
  color: var(--white);
  font-size: var(--font-size-xxxl);
  line-height: 108px;
  margin-left: 6px;
  min-width: 169px;
}

.contact .title {
  color: var(--white);
  font-family: var(--font-family-red_hat_display);
  font-size: var(--font-size-xxxl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 108px;
  margin-left: 82px;
  min-width: 224px;
  white-space: nowrap;
}

.contact .layer_1-1 {
  height: 75px;
  left: 256px;
  position: absolute;
  top: 18px;
  width: 70px;
}

.contact .frame-3 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 423px;
}

.contact .text-17 {
  align-self: stretch;
  color: var(--white);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-l);
  font-weight: 400;
  letter-spacing: 0.80px;
  line-height: 16px;
  margin-top: -1.00px;
  position: relative;
}

.contact .group-203 {
  height: 770px;
  left: 1365px;
  position: absolute;
  top: 0;
  width: 65px;
}

.contact .frame-126 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 100px;
  left: 50%;
  position: absolute;
  top: 425px;
  width: 1000px;
  transform: translateX(-50%);

}

.contact .frame-123 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 80px;
  position: relative;
  width: 100%;
}

.contact .text-18 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
}

.contact .frame-108 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 50px;
  position: relative;
  width: 100%;
}

.contact .group-146 {
  height: 26px;
  position: relative;
  width: 702px;
}

.contact .frame-99 {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  left: 0;
  position: absolute;
  top: 0;
}

.contact .text-19 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact .group-143 {
  height: 16px;
  margin-right: -2.00px;
  position: relative;
  width: 36px;
}

.contact .overlap-group {
  align-items: center;
  background-color: var(--cinnabar);
  border-radius: 2px;
  display: flex;
  height: 16px;
  min-width: 34px;
  padding: 7px 5px;
}

.contact .text-1 {
  letter-spacing: 0;
  line-height: 12px;
  min-height: 1px;
  min-width: 24px;
  white-space: nowrap;
}

.contact .frame-101 {
  align-items: center;
  display: inline-flex;
  gap: 40px;
  left: 260px;
  position: absolute;
  top: 5px;
}

.contact .frame-9 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  position: relative;
}

.contact .group-144 {
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--celeste);
  border-radius: 10px;
  height: 20px;
  position: relative;
  width: 20px;
}

.contact .ellipse-21 {
  background-color: var(--corporate);
  border-radius: 7px;
  height: 14px;
  left: 2px;
  position: relative;
  top: 2px;
  width: 14px;
}

.contact .text-2 {
  letter-spacing: 0;
  line-height: 16px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact .group-1-1 {
  height: 60px;
  position: relative;
  width: 1000px;
}

.contact .frame-100 {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  left: 0;
  position: absolute;
  top: 17px;
}

.contact .text-24 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact .rectangle-103 {
  background-color: var(--x02);
  border-radius: 2px;
  height: 60px;
  left: 260px;
  position: absolute;
  top: 0;
  width: 740px;
  border: 0;
}

.contact .text-26 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact .text-28 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact .group-149 {
  height: 60px;
  position: relative;
  width: 790px;
}

.contact .flex-row {
  align-items: center;
  display: flex;
  min-width: 786px;
}

.contact .frame-100-1 {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  position: relative;
}

.contact .text-30 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact .rectangle-103-1 {
  height: 60px;
  margin-left: 152px;
  width: 158px;
}

.contact .text-3 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-left: 10px;
  min-height: 26px;
  min-width: 6px;
  white-space: nowrap;
}

.contact .rectangle-10 {
  background-color: var(--x02);
  border-radius: 2px;
  height: 60px;
  margin-left: 10px;
  width: 158px;
}

.contact .e-mail {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact .group-151 {
  height: 69px;
  position: relative;
  width: 1000px;
}

.contact .e-mail-1 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.contact .group-152 {
  height: 60px;
  position: relative;
  width: 604px;
  top:10px
}

.contact .flex-row-1 {
  align-items: center;
  display: flex;
  min-width: 602px;
}

.contact .text-36 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-bottom: 2.0px;
  min-height: 26px;
  min-width: 64px;
  position: relative;
  white-space: nowrap;
}

.contact .rectangle-103-2 {
  height: 60px;
  /* margin-left: 196px; */
  width: 158px;
}

.contact .text-38 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact .group-154 {
  height: 240px;
  position: relative;
  width: 1000px;
}

.contact .text-39 {
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact .rectangle-103-3 {
  height: 240px;
  left: 260px;
  position: absolute;
  top: 0;
  width: 740px;
}

.contact .frame-125 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 60px;
  position: relative;
  width: 720px;
}

.contact .frame-124 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  position: relative;
  width: 100%;
}

.contact .group-157 {
  height: 280px;
  position: relative;
  width: 720px;
  overflow-y: scroll;
  border-color: var(--celeste) !important;
  background-color: var(--white);
  border: 1px solid;
}

.contact .overlap-group1 {
  align-items: flex-start;
  /* background-color: var(--white);
  border: 1px solid;
  border-color: var(--celeste); */
  display: flex;
  height: 280px;
  left: 0;
  min-width: 700px;
  padding: 39px;
  position: absolute;
  top: 0;
}

.contact .frame-107::-webkit-scrollbar {
  display: none;
  width: 0;
}

.contact .frame-107 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  /* height: 200px; */
  overflow: hidden;
  overflow-y: scroll;
  width: 619px;
}

.contact .text-41 {
  letter-spacing: 0;
  line-height: 25.6px;
  min-height: 26px;
  min-width: 208px;
  text-align: center;
  white-space: nowrap;
}

.contact .frame-10 {
  align-items: flex-start;
  display: inline-flex;
  gap: 5px;
  margin-top: 10px;
  position: relative;
}

.contact .text-4 {
  letter-spacing: 0;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.contact .text-47 {
  letter-spacing: 0;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  width: 600px;
}

.contact .text-42 {
  color: var(--black-2);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-l);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: 25px;
  min-height: 26px;
  min-width: 256px;
  white-space: nowrap;
}

.contact .text-44 {
  letter-spacing: 0;
  line-height: 22.4px;
  margin-top: 10px;
  min-width: 504px;
  white-space: nowrap;
}

.contact .text-43 {
  color: var(--black-2);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-l);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25.6px;
  margin-top: 30px;
  min-height: 26px;
  min-width: 224px;
  white-space: nowrap;
}

.contact .text-45 {
  letter-spacing: 0;
  line-height: 22.4px;
  margin-top: 10px;
  min-width: 238px;
  white-space: nowrap;
}

.contact .text-54 {
  letter-spacing: 0;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  width: 600px;
}

.contact .text-49 {
  letter-spacing: 0;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  width: 600px;
}

.contact .frame-105 {
  align-items: flex-start;
  display: inline-flex;
  gap: 5px;
  margin-top: 32px;
  position: relative;
}

.contact .text-51 {
  letter-spacing: 0;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  width: 600px;
}

.contact .cookie {
  letter-spacing: 0;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  width: 600px;
}

.contact .overlap-group-4 {
  align-items: flex-start;
  background-image: url(../img/line-34.svg);
  background-size: 100% 100%;
  display: flex;
  height: 280px;
  left: 720px;
  min-width: 8px;
  position: absolute;
  top: 0;
}

.contact .line-35 {
  height: 50px;
  width: 8px;
}

.contact .frame-109 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 17px;
  position: relative;
  width: 476px;
}

.contact .group-155 {
  height: 26px;
  position: relative;
  width: 304px;
}

.contact .group-155:hover{
  cursor: pointer;
}

.contact .rectangle-106 {
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--celeste);
  border-radius: 2px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 20px;
}

.contact .text-55 {
  left: 30px;
  letter-spacing: 0;
  line-height: 25.6px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  cursor: pointer;
}

.contact .text-56 {
  align-self: stretch;
  color: var(--black02);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22.4px;
  position: relative;
  text-align: center;
}

.contact .btn {
  width: 350px;
}

.contact .group-19 {
  background-color: var(--white);
  background-size: 100% 100%;
  border-radius: 12px;
  height: 22px;
  left: 280px;
  position: absolute;
  top: 24px;
  width: 50px;
}

.contact .text-57 {
  left: 50px;
  letter-spacing: 0.80px;
  line-height: 16px;
  position: absolute;
  top: 26px;
  white-space: nowrap;
  width: 72px;
}

.contact .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: 2;
}

.contact .cta {
  align-items: center;
  background-color: var(--x01);
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-height: 384px;
  padding: 78px 0;
  width:100%;
}

.contact .frame-9-1 {
  align-items: center;
  display: inline-flex;
  gap: 80px;
  margin-top: 12px;
  position: relative;
}

.contact .frame-4 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.contact .group-34-1 {
  height: 82px;
  position: relative;
  width: 404px;
}

.contact .overlap-group-5 {
  height: 82px;
  position: relative;
  width: 408px;
}

.contact .group-33-1 {
  align-items: center;
  display: flex;
  height: 82px;
  left: 0;
  min-width: 408px;
  position: absolute;
  top: 0;
}

.contact .layer_1-2 {
  height: 55px;
  margin-bottom: 1.0px;
  width: 55px;
}

.contact .on-1 {
  color: #33c3e5;
  font-size: var(--font-size-xxl);
  line-height: 82px;
  margin-left: 5px;
  min-width: 129px;
}

.contact .act {
  color: #33c3e5;
  font-family: var(--font-family-red_hat_display);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 82px;
  margin-left: 44px;
  min-width: 171px;
  white-space: nowrap;
}

.contact .layer_1-3 {
  height: 55px;
  left: 189px;
  position: absolute;
  top: 13px;
  width: 51px;
}

.contact .text-1-2 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 16px;
  position: relative;
}

.contact .btn-1 {
  width: 380px;
}

.contact .flex-row-2 {
  align-items: flex-start;
  display: flex;
  height: 23px;
  left: 40px;
  min-width: 320px;
  position: relative;
  top: 24px;
}

.contact .mail-1 {
  align-self: flex-end;
}

.contact .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;
}

.contact .group-19-1 {
  background-color: var(--white);
  background-size: 100% 100%;
  border-radius: 12px;
  height: 22px;
  margin-left: 23px;
  width: 50px;
}

.contact .group-17 {
  align-items: flex-start;
  display: flex;
  gap: 120px;
  height: 48px;
  margin-left: 6.0px;
  min-width: 756px;
}

.contact .frame {
  align-items: center;
  display: inline-flex;
  gap: 20px;
  position: relative;
}

.contact .place {
  color: #888888;
  font-family: var(--font-family-red_hat_display);
  font-size: var(--font-size-m);
  font-weight: 700;
  line-height: 14px;
  position: relative;
  width: fit-content;
}

.contact .phone {
  color: var(--black);
  font-family: var(--font-family-red_hat_display);
  font-size: var(--font-size-xl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 47.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact .flex-row-3 {
  align-items: center;
  background-color: var(--black02);
  display: flex;
  gap: 93px;
  height: 522px;
  width:100%;
  padding: 0 100px;
  justify-content: center;
}

.contact .flex-col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 5.0px;
  min-height: 317px;
  width: 447px;
}

.contact .x1-1 {
  align-items: center;
  gap: 10px;
}

.contact .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;
}

.contact .group-container-1 {
  height: 50px;
  position: relative;
  width: 50px;
}

.contact .group-11 {
  height: 29px;
  margin-top: 3.81px;
  width: 163px;
}

.contact .group-18 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 65px;
  min-height: 148px;
  width: 447px;
}

.contact .overlap-group-1 {
  height: 60px;
  position: relative;
  width: 439px;
}

.contact .text-1-1 {
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 0;
  width: 311px;
}

.contact .x530-00042-2 {
  left: 128px;
  letter-spacing: 0;
  line-height: 19.6px;
  position: absolute;
  top: 0;
  width: 311px;
}

.contact .x107-00612-7 {
  left: 128px;
  letter-spacing: 0;
  line-height: 19.6px;
  position: absolute;
  top: 0;
  width: 311px;
}

.contact .x2025-plaice-co-lt {
  color: var(--gallery);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xs);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 35px;
  min-height: 14px;
}

.contact .flex-row-4 {
  align-items: center;
  display: flex;
  height: 319px;
  margin-top: 3.0px;
  min-width: 700px;
}

.contact .flex-col-1 {
  min-height: 319px;
  width: 84px;
}

.contact .place-1 {
  line-height: 40px;
}

.contact .text-5-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: 157px;
  min-height: 23px;
}

.contact .text-10 {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 15px;
  min-height: 84px;
}

.contact .text-container {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  margin-left: 74px;
  min-height: 312px;
  width: 182px;
}

.contact .text-5 {
  letter-spacing: 0;
  line-height: normal;
  min-height: 23px;
}

.contact .text-9 {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 15px;
  min-height: 112px;
}

.contact .text-6 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: 40px;
  min-height: 23px;
  width: 64px;
}

.contact .text-11 {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 15px;
  min-height: 84px;
  width: 84px;
}

.contact .flex-col-2 {
  margin-bottom: 1.0px;
  margin-left: 58px;
  min-height: 304px;
  width: 302px;
}

.contact .web {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 15px;
  min-height: 112px;
}

.contact .flex-row-5 {
  align-items: flex-start;
  display: flex;
  gap: 79px;
  height: 114px;
  margin-top: 40px;
  min-width: 302px;
}

.contact .text-container-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-height: 71px;
  width: 128px;
}

.contact .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;
}

.contact .image-2 {
  height: 75px;
  object-fit: cover;
  position: relative;
  width: 75px;
}

.contact .rectangle-43 {
  align-self: center;
  background-color: var(--white);
  height: 1px;
  margin-left: 598.0px;
  margin-top: 3801px;
  width: 10px;
  z-index: 1;
}

.contact .btn-2 {
  border-radius: 35px;
  height: 70px;
/*   width: 350px; */
  position: relative;
  background: linear-gradient(98.73deg, rgba(0, 180, 222, 1) 0%, rgba(0, 117, 220, 1) 100%);
  border: 0;
}
/* ボタン矢印 */
.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-2{
  cursor: pointer;
}
.btn-2:hover .box img:nth-of-type(1){
  right:  0;
}
.btn-2:hover .box img:nth-of-type(2){
  right: -100%;
}
/* ボタン矢印ここまで */

.contact .flex-col-3 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.contact .mail-2 {
  height: 22px;
  width: 22px;
}

.contact .on-2 {
  font-family: var(--font-family-red_hat_display);
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.contact .place-2 {
  letter-spacing: 0;
  white-space: nowrap;
}

.contact .rectangle-103-4 {
  background-color: var(--x02);
  border-radius: 2px;
  top: 10px;
}

.contact .x1-2 {
  display: flex;
  width: 229px;
}

.contact .tel_area{
  display: flex;
  position: absolute;
  left: 260px;
  align-items: center;
}
.contact textarea,
.contact input{
  border: 0;
}
.contact textarea{
  padding: 20px 5px;
}
.contact input{
  padding-left:  5px;
}
.contact textarea:focus,
.contact input:focus{
  border: 1px solid #9E9E9E !important;
  outline: 0;
}

.contact .confirm_btn:disabled  {
  background: #ebeeef !important;
}


.contact .btn:disabled .overlap-group20 {
  background: #ebeeef;
  color: #333333;
}

.contact .btn:disabled .text-57{
  color: #333333;
}

.contact .overlap-group20 {
  background: linear-gradient(99deg, rgba(0, 180, 222, 1) 0%, rgba(0, 117, 220, 1) 100%);
  align-items: center;
  border-radius: 27px;
  display: flex;
  gap: 74px;
  height: 54px;
  justify-content: flex-end;
  min-width: 330px;
  padding: 17.0px 10px;
  border: 0;
}
.contact .confirm_btn .group-1-11 {
  align-self: flex-end;
}
.contact .confirm_btn .group-1-31 {
  background-color: var(--white);
  background-image: url(../img/mask-group-1@2x.png);
  background-size: 100% 100%;
  border-radius: 12px;
  height: 20px;
  width: 46px;
}