* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* container */
.container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}

/* header */
.header {
  background: #fff;
  padding: 34px 0;
}
.logo img {
  display: block;
  max-width: 100%;
}

/* intro */
.intro {
  background: #f6f7f9;
  padding: 50px 0;
}
.introInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.introText {
  width: 55.4%;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  background: #ffffff94;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  padding: 25px;
  position: absolute;
}
.introTextTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.introTextTop span {
  display: inline-block;
  margin: 0 3px;
  color: #444649;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 25.2px; /* 180% */
}
.coworking {
  color: #000;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 21px; /* 150% */
  padding: 4.5px 15.692px 4.5px 16px;
  border-radius: 85px;
  background: #e8ecfa;
}
.introTextTopSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444649;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 25.2px; /* 180% */
}
.introTextTopSub img {
  display: block;
}
.introTitle {
  color: #000;
  font-family: 'Helvetica Neue';
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px; /* 150% */
  margin-top: 12px;
}
.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 31px;
}
.userImg img {
  display: block;
  width: 45px;
  height: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.userSub {
  color: #000;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 36px; /* 225% */
}
.userSub span {
  color: #000;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 36px; /* 257.143% */
}
.userSub1 {
  color: #51535a;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 21.6px; /* 180% */
}
.introImg {
  width: 66.4%;
  margin-left: auto;
}
.introImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* content */
.content {
  margin-top: 60px;
}
.contentInner {
  max-width: 850px;
}
.contentBoxSubs50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
.contentTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15.8px;
}
.contentTopSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.5px;
  color: #444649;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 36px; /* 300% */
}
.contentTopSub img {
  display: block;
}
.contentBoxSub {
  color: #444649;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 36px; /* 225% */
}
.contentBoxSub span {
  color: #000;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contentBoxSubs33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 33px;
}
.contentTitle {
  color: #191a1b;
  font-family: 'Helvetica Neue';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 150% */
}
.contentBoxSubs26 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
}
.contentBoxSubList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
  margin-left: 20px;
}
.contentTitle1 {
  color: #191a1b;
  font-family: 'Helvetica Neue';
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px; /* 150% */
}
.contentBoxSubList1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
  margin-left: 20px;
}
.contentBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 66.5px;
  margin-top: 66.5px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBoxImgSub {
  color: #444649;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 28.8px; /* 180% */
  margin-top: 7.5px;
}
.contentBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 46.5px;
  margin-top: 58px;
}
.underline {
  text-decoration: underline;
}
.contentBoxSub20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

/* get */
.get {
  background: #1652f0;
  padding-top: 52px;
}
.getTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-top: 40px;
  padding-bottom: 63px;
}
.getTopTitle {
  color: #fff;
  font-family: 'Helvetica Neue';
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px; /* 150% */
}
.getTopSub {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 25.2px; /* 180% */
  margin-top: 12.5px;
}
.getForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
}
.emailInput {
  display: block;
  width: 399px;
  color: #000;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 6px;
  border-bottom: 2px solid #f5f7f8;
  background: #f5f7f8;
  padding: 13.5px 10px;
  border: 0;
}
.getFormBtn {
  display: inline-block;
  color: #1652f0;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  border-radius: 8px;
  background: #fff;
  padding: 13.5px 15.68px 13.5px 16px;
  border: 0;
  cursor: pointer;
}
.getTitle {
  color: #fff;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 93px; /* 150% */
  margin-top: 52px;
}
.getCheckSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15.7px;
  margin-top: 8px;
}
.getCheckSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8.5px;
  color: #c7d6ff;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.getCheckSub img {
  display: block;
}
.btnContainer {
  text-align: center;
}
.getBtn {
  display: inline-block;
  color: #1652f0;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 16px;
  border-radius: 8px;
  background: #fff;
  padding: 18.5px 22.019px 18.5px 22.33px;
  border: 0;
  cursor: pointer;
  margin-top: 48px;
}
.getImg {
  margin-top: 48px;
}
.getImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* footer */
.footer {
  padding: 40px 0;
}
.footerLogo img {
  display: block;
}
.footerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 29px;
}
.footerSub {
  color: #444649;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 21px; /* 150% */
}
.footerBtn {
  display: inline-block;
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 16px;
  border-radius: 10px;
  background: #1652f0;
  padding: 18.5px 22.019px 18.5px 22.33px;
  border: 0;
  cursor: pointer;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
}
.footerLink {
  color: #444649;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 20px; /* 142.857% */
}
.footerBottom {
  border-top: 1px solid #ced2e0;
  margin-top: 45px;
  padding: 11.5px 0 10.5px 10px;
}
