@font-face {
  font-family: "Corporate Logo Rounded ver3";
  src: url("https://d261dolnpqqtgj.cloudfront.net/Corporate-Logo-Rounded-Bold-ver3.woff2") format("woff2");
}
@font-face {
  font-family: "Hiragino Sans";
  src: url("https://d261dolnpqqtgj.cloudfront.net/HiraginoSansGB-W3-Alphabetic.woff2") format("woff2");
}
@font-face {
  font-family: "Yellowtail";
  src: url("https://d261dolnpqqtgj.cloudfront.net/Yellowtail-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YuGothic";
  src: url("https://d261dolnpqqtgj.cloudfront.net/YuGothic-Bold.woff2") format("woff2");
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.4rem;
  background-color: var(--color-skyblue);
  padding: 15px 0;
  overflow: hidden;
  z-index: 20;
}
.header .nav-bar {
  margin: 0 6.85rem;
}
.header .logo {
  cursor: pointer;
  width: 16.3rem;
  height: auto;
}

@media (max-width: 820px) {
  .header {
    height: 10.6rem;
    padding: 5.6rem 0 1rem 0;
  }
  .header .nav-bar {
    margin: 0 1rem;
  }
  .header .logo {
    width: 8.7rem;
  }
}
.nav-menu {
  position: fixed;
  top: 0;
  background: rgb(34, 51, 68);
  width: 100%;
  height: 0;
  z-index: 99;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.nav-menu .menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.nav-menu .menu-container .close-menu {
  width: 100%;
  margin-bottom: 2.84rem;
  height: 2.4rem;
}
.nav-menu .menu-container .close-menu .close-icon {
  float: right;
  border: none;
  padding: 0.8rem;
  background-color: transparent;
}
.nav-menu .menu-container .close-menu .close-icon img {
  width: 2.4rem;
  height: auto;
}
.nav-menu .menu-container .menu-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.nav-menu .menu-container .menu-content .menu-item {
  display: flex;
  align-self: stretch;
  text-align: center;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
}
.nav-menu .menu-container .menu-content .menu-item a {
  display: inline-block;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--font-hiragino-sans), sans-serif;
  color: var(--color-white);
  flex: 1;
}
.nav-menu .menu-container .menu-content .menu-item a:hover {
  color: var(--color-white);
}
.nav-menu .menu-container .menu-content .menu-item .arrow {
  margin-left: 1.2rem;
}
.nav-menu .menu-container .menu-content .menu-item .login-text {
  color: var(--color-skyblue);
}
.nav-menu .menu-container .button-demo-container {
  width: 100%;
  padding: 0 1.6rem;
  margin: 1.6rem 0;
}
.nav-menu .menu-container .button-container {
  background-color: #304052;
  padding: 1.6rem;
}

.nav-menu.show {
  height: 100%;
  padding: 7rem 1.2rem 0 1.2rem;
}

.login-button, .button-menu, .button-transparent, .button-red, .button-green-full, .button-red-full, .button-blue-full, .button-white-full, .button-white-lg, .button-white {
  font-family: var(--font-hiragino-sans), sans-serif;
  border: none;
  border-radius: var(--br-5xs);
  text-align: center;
  font-weight: 700;
  color: var(--color-black);
  font-size: 1.6rem;
  display: inline-block;
}
.login-button:hover, .button-menu:hover, .button-transparent:hover, .button-red:hover, .button-green-full:hover, .button-red-full:hover, .button-blue-full:hover, .button-white-full:hover, .button-white-lg:hover, .button-white:hover {
  color: var(--color-black);
}

.button-white {
  display: inline-block;
  padding: 1rem 2.4rem;
  background-color: var(--color-white);
}

.button-white-lg {
  position: relative;
  font-size: 1.8rem;
  padding: 1.6rem 6.95rem;
  background-color: var(--color-white);
  box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.2);
  border: solid 0.4rem #D6F0F9;
  margin-bottom: 3rem;
  min-width: 30rem;
}
.button-white-lg .arrow-down {
  position: absolute;
  right: 14.4rem;
  bottom: 1.05rem;
}

.button-white-full {
  width: 100%;
  padding: 1.2rem;
  background-color: var(--color-white);
}

.button-blue-full {
  width: 100%;
  padding: 1.2rem;
  color: var(--color-white);
  background-color: var(--color-skyblue);
}

.button-red-full {
  width: 100%;
  color: var(--color-white);
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  border: 0.2rem solid #F9959B;
  background-color: #F37F86;
}
.button-red-full:hover {
  color: var(--color-white);
}

.button-green-full {
  width: 100%;
  color: var(--color-white);
  padding: 1.6rem;
  border: 0.2rem solid #48DA94;
  background-color: #0BC15F;
}
.button-green-full:hover {
  color: var(--color-white);
}

.close > .button-white-lg > .arrow-down {
  transform: rotate(180deg);
  bottom: 4.1rem;
}

.button-red {
  display: inline-block;
  padding: 1rem 2.4rem;
  background-color: var(--color-lightcoral-100);
}

.button-transparent {
  padding: 1rem 2.4rem;
  background-color: transparent;
}

a.button-transparent:hover {
  color: var(--color-black);
}

.button-menu {
  width: 2.4rem;
  height: auto;
  margin-right: 1rem;
  padding: 0.6rem 0.4rem;
  display: none;
  background-color: transparent;
}

.space-l-5 {
  margin-left: 5px;
}

.contact-area::-moz-placeholder {
  line-height: 25px;
}

.contact-area::placeholder {
  line-height: 25px;
}

@media (max-width: 820px) {
  .button-transparent {
    display: none;
  }
  .button-white, .button-red {
    padding: 0.75rem 1.2rem;
  }
  .button-menu {
    display: inline-block;
  }
  .button-white-lg {
    font-size: 1.6rem;
  }
  .button-white-lg .arrow-down {
    right: 13.4rem;
  }
}
.hero {
  position: relative;
  background-image: url("../../../../../../landing-page/images/hero-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 74rem;
  overflow: hidden;
  text-align: center;
  margin-top: 9.2rem;
}
.hero .hero-content-container {
  margin-left: 3.4rem;
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  z-index: 1;
}
.hero .hero-header {
  color: white;
  display: inline-block;
  margin-top: 9.5rem;
}
.hero .hero-header.hero-coming-soon {
  margin-top: 2.2rem;
}
.hero .hero-header.hero-coming-soon .hero-coming-soon-text {
  font-size: 4.1rem;
  text-align: left;
  color: var(--color-lightcoral-100);
}
.hero .hero-header p {
  font-family: var(--font-corporate-logo-rounded-ver3), sans-serif;
  font-weight: 700;
  font-size: 8.1rem;
  line-height: 9rem;
}
.hero .hero-left-content, .hero .hero-right-content {
  display: inline-block;
}
.hero .hero-left-content {
  max-width: 31.7rem;
  margin-top: 8.2rem;
  margin-right: 16rem;
}
.hero .hero-right-content {
  position: relative;
  background-image: url("../../../../../../landing-page/images/laptop_vertical.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 65.5rem;
  height: 65.6rem;
  margin-top: -9rem;
  margin-left: -16rem;
}
.hero .hero-phone {
  position: absolute;
  right: -5rem;
  bottom: 11rem;
  width: 16.3rem;
  height: auto;
}
.hero .hero-sub-header {
  font-family: var(--font-hiragino-sans), sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4.2rem;
  letter-spacing: 1px;
  color: #3D4D51;
  margin-bottom: 1rem;
}
.hero .hero-ellipse {
  position: absolute;
  top: 52rem;
  background: white;
  width: 100%;
  height: 100vh;
  -webkit-clip-path: ellipse(180% 50% at 50% 50%);
          clip-path: ellipse(180% 50% at 50% 50%);
}

@media (max-width: 820px) {
  .hero {
    height: 54.7rem;
  }
  .hero .hero-header {
    margin-top: 8.2rem;
  }
  .hero .hero-header.hero-coming-soon {
    margin-top: 2.2rem;
  }
  .hero .hero-header.hero-coming-soon .hero-coming-soon-text {
    font-size: 2.1rem;
    text-align: left;
    color: var(--color-lightcoral-100);
  }
  .hero .hero-header p {
    font-size: 3rem;
    line-height: 3rem;
  }
  .hero .hero-left-content {
    margin-top: 3.7rem;
    max-width: 18rem;
    align-self: center;
    margin-right: 0;
  }
  .hero .hero-right-content {
    margin-top: -5rem;
    width: 47.6rem;
    height: 38.2rem;
    margin-left: 2.5rem;
    align-self: center;
  }
  .hero .hero-phone {
    width: 9.5rem;
    bottom: 6.5rem;
    right: 7rem;
  }
  .hero .hero-content-container {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .hero .hero-sub-header {
    font-size: 1.488rem;
    line-height: 2.232rem;
    margin-bottom: 0.56rem;
  }
  .hero .hero-ellipse {
    top: 42.5rem;
    -webkit-clip-path: ellipse(200% 50% at 50% 50%);
            clip-path: ellipse(200% 50% at 50% 50%);
  }
}
.problem {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 73rem;
  margin-top: -1px;
  background-color: white;
  text-align: center;
  background-image: url("../../../../../../landing-page/images/ant-design_comment-outlined.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 64.2rem auto;
}
.problem .problem-header {
  display: inline-block;
  margin-bottom: 1.9rem;
}
.problem .problem-header .problem-header-main {
  font-family: var(--font-corporate-logo-rounded-ver3), sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 8.4rem;
}
.problem .problem-header .problem-header-sub {
  font-family: var(--font-yellowtail), sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.271rem;
  color: var(--color-skyblue);
  margin-top: -3.5rem;
}
.problem .problem-container {
  max-width: 85rem;
  margin: 0 auto 8px auto;
}
.problem .problem-container .problem-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.problem .problem-container .problem-row:not(:last-child) {
  margin-bottom: 3.2rem;
}
.problem .problem-container .problem-item-right, .problem .problem-container .problem-item-left {
  background-color: #38363D;
  border: 0.4rem solid var(--color-skyblue);
  font-weight: 600;
  font-size: 1.8rem;
  font-family: var(--font-hiragino-sans), sans-serif;
  color: var(--color-white);
  padding: 1.8rem 2.4rem;
}
.problem .problem-container .problem-item-right {
  border-radius: 2.4rem 2.4rem 0 2.4rem;
}
.problem .problem-container .problem-item-right p {
  margin: 0;
}
.problem .problem-container .problem-item-left {
  margin-left: 4.8rem;
  border-radius: 2.4rem 2.4rem 2.4rem 0;
}
.problem .problem-image-container {
  margin-bottom: 0.8rem;
}
.problem .problem-image-container .problem-image-lg {
  max-width: 85rem;
}
.problem .problem-image-container .problem-image-sm {
  display: none;
  max-width: 32rem;
}
.problem .problem-frown-container {
  position: relative;
  margin-top: 1.4rem;
}
.problem .problem-frown-container .frown {
  max-width: 25rem;
}
.problem .problem-frown-container .confuse {
  position: absolute;
  top: 4rem;
  max-width: 6.1rem;
  height: auto;
}

@media (max-width: 820px) {
  .problem {
    background-size: 41.8rem auto;
    background-position: left -1rem top 15rem;
    min-height: unset;
    height: auto;
  }
  .problem .problem-header .problem-header-main {
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
  .problem .problem-header .problem-header-sub {
    font-size: 1.2rem;
    line-height: 1.635rem;
    margin-top: -2rem;
  }
  .problem .problem-container .problem-row {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .problem .problem-container .problem-row .problem-item-right, .problem .problem-container .problem-row .problem-item-left {
    font-size: 1.4rem;
    padding: 1.2rem 2rem;
  }
  .problem .problem-container .problem-row .problem-item-left {
    margin-left: 0;
    margin-top: 0.8rem;
  }
  .problem .problem-container .problem-row:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .problem .problem-image-container {
    margin-bottom: 13.5px;
  }
  .problem .problem-image-container .problem-image-lg {
    display: none;
  }
  .problem .problem-image-container .problem-image-sm {
    display: inline-block;
  }
  .problem .problem-frown-container {
    position: relative;
  }
  .problem .problem-frown-container .frown {
    max-width: 12.5rem;
  }
  .problem .problem-frown-container .confuse {
    top: 2rem;
    max-width: 3.05rem;
  }
}
@media (max-width: 650px) {
  .problem {
    background-size: 36.6rem auto;
    background-position: left 1rem top 15rem;
  }
}
.feature-container {
  width: 100%;
  background-color: #EFF1F1;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 8.5rem;
}
.feature-container .feature-header-sub {
  display: inline-block;
  margin-top: 1.6rem;
  margin-bottom: 4.8rem;
}
.feature-container .feature-header-sub p {
  font-family: var(--font-hiragino-sans), sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
}
.feature-container .feature-header-sub .sub-sm {
  display: none;
}
.feature-container .feature-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-container .feature-content .feature-box {
  width: 35.6rem;
  height: 100%;
  box-sizing: content-box;
  border: solid 0.4rem #38363D;
  border-radius: 2.4rem;
  overflow: hidden;
  background-color: var(--color-white);
}
.feature-container .feature-content .feature-box img {
  width: 100%;
  height: auto;
}
.feature-container .feature-content .feature-box .feature-box-header, .feature-container .feature-content .feature-box .feature-box-content {
  font-family: var(--font-hiragino-sans), sans-serif;
}
.feature-container .feature-content .feature-box .feature-box-header {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.7rem;
  padding: 1.6rem 5.2rem 1.2rem 5.2rem;
}
.feature-container .feature-content .feature-box .feature-box-content {
  text-align: left;
  font-weight: 300;
  line-height: 2.4rem;
  font-size: 1.6rem;
  padding: 0 2.4rem 2.4rem 2.4rem;
}
.feature-container .feature-content .feature-box:not(:last-child) {
  margin-right: 2.4rem;
}

@media (max-width: 1150px) {
  .feature-container .feature-content .feature-box {
    width: 30.6rem;
  }
}
@media (max-width: 820px) {
  .feature-container {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .feature-container .feature-header-sub {
    margin-top: 1.4rem;
    margin-bottom: 3.2rem;
  }
  .feature-container .feature-header-sub p {
    font-size: 1.6rem;
  }
  .feature-container .feature-header-sub .sub-lg {
    display: none;
  }
  .feature-container .feature-header-sub .sub-sm {
    display: block;
  }
  .feature-container .feature-content {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .feature-container .feature-content .feature-box {
    width: 36.6rem;
  }
  .feature-container .feature-content .feature-box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
}
.function-container .function-detail-container .function-description, .function-container .function-detail-container, .function-container .function-icon-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.function {
  width: 100%;
  position: relative;
  max-height: 500rem;
  background-color: var(--color-skyblue);
}
.function .load-more {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: -1px;
  width: 100%;
}

.function-container {
  padding: 6.4rem 8.2rem 0 8.2rem;
  text-align: center;
  margin-bottom: -1px;
}
.function-container .function-icon-container {
  margin: 5.9rem auto 6rem auto;
}
.function-container .function-icon-container .function-icon {
  background-color: var(--color-white);
  padding: 3.2rem 1.2rem 2rem 1.2rem;
  width: 16.6rem;
  height: 16.6rem;
  border-radius: 1.2rem;
}
.function-container .function-icon-container .function-icon .icon-img {
  width: 4.8rem;
  height: auto;
  margin-bottom: 1.2rem;
}
.function-container .function-icon-container .function-icon p {
  font-family: var(--font-yugothic), sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin: 0;
}
.function-container .function-icon-container .function-icon:not(:last-child) {
  margin-right: 2.4rem;
}
.function-container .function-detail-container {
  align-items: stretch;
  flex-wrap: wrap;
}
.function-container .function-detail-container .function-title {
  min-width: 16.6rem;
  background-color: var(--color-black);
  color: var(--color-white);
  font-family: var(--font-hiragino-sans), sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.6rem;
  border-radius: 0.8rem;
  padding: 2.4rem 1.2rem;
  margin-right: 2.4rem;
}
.function-container .function-detail-container .function-title p {
  margin: 0;
}
.function-container .function-detail-container .function-table {
  flex: 1;
  border-radius: 0.8rem;
  background-color: var(--color-white);
  padding: 1.2rem 4rem;
}
.function-container .function-detail-container .function-description {
  padding: 1.6rem 0;
}
.function-container .function-detail-container .function-description .important-text {
  color: #F37F86;
}
.function-container .function-detail-container .function-description .name {
  max-width: 28rem;
  flex: 1;
  font-family: var(--font-hiragino-sans), sans-serif;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 700;
  margin-right: 2.4rem;
}
.function-container .function-detail-container .function-description .name p {
  margin: 0;
}
.function-container .function-detail-container .function-description .detail {
  flex: 1;
  font-family: var(--font-hiragino-sans), sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
}
.function-container .function-detail-container .function-description:not(:last-child) {
  border-bottom: solid 1px #DDDDDD;
}
.function-container .function-detail-container:not(:last-child) {
  margin-bottom: 2.4rem;
}
.function-container .function-list {
  max-height: 150rem;
  overflow-y: hidden;
  transition: max-height 1s ease-in-out;
}

.open {
  height: 34.4rem;
  position: absolute;
  background: linear-gradient(180deg, rgba(81, 202, 240, 0) 0%, var(--color-skyblue) 61.19%);
}

.close {
  height: 15rem;
  position: unset;
  background-image: none;
}

@media (max-width: 1180px) {
  .function-container {
    padding: 0 4.2rem;
  }
}
@media (max-width: 820px) {
  .function-container {
    padding-top: 4rem;
  }
  .function-container .function-icon-container {
    flex-wrap: wrap;
    margin: 2.8rem auto 3rem auto;
    max-width: 48rem;
    border-radius: 0.6rem;
  }
  .function-container .function-icon-container .function-icon {
    padding: 2rem 0.6rem 1.4rem 0.6rem;
    width: 11.4rem;
    height: 10.8rem;
    margin-bottom: 1.2rem;
  }
  .function-container .function-icon-container .function-icon .icon-img {
    width: 3.6rem;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .function-container .function-icon-container .function-icon p {
    font-size: 1.3rem;
    line-height: 1.56rem;
  }
  .function-container .function-icon-container .last-item-row {
    margin-right: 0 !important;
  }
  .function-container .function-icon-container .function-icon:not(:last-child, .last-item-row) {
    margin-right: 1.2rem;
  }
  .function-container .function-detail-container {
    flex-direction: column;
    align-items: center;
  }
  .function-container .function-detail-container .function-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    min-width: 16rem;
    padding: 0.4rem 4.8rem;
    border-radius: 4.4rem;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .function-container .function-detail-container .function-table {
    text-align: left;
    flex: unset;
    padding: 0.4rem 2.4rem;
  }
  .function-container .function-detail-container .function-description .name {
    max-width: 10rem;
    font-size: 1.4rem;
    line-height: normal;
    margin-right: 1.2rem;
  }
  .function-container .function-detail-container .function-description .detail {
    max-width: 33.6rem;
    font-size: 1.3rem;
    line-height: normal;
  }
}
@media (max-width: 600px) {
  .function-container {
    padding-left: 0;
    padding-right: 0;
  }
  .function-container .function-icon-container .function-icon p {
    font-size: 1.2rem;
  }
}
#section-industry {
  height: 644px;
  background-color: rgb(219, 237, 242);
  font-family: var(--font-hiragino-sans), sans-serif;
}
#section-industry .industry-title {
  height: 151px;
}
#section-industry .industry-title .industry-title-box {
  width: 440px;
  height: 84px;
  display: flex;
  margin: 64px auto auto;
  align-items: center;
  justify-content: space-around;
}
#section-industry .industry-title .industry-title-box .industry-icon {
  width: 35px;
  height: 35px;
}
#section-industry .industry-title .industry-title-box .industry-text {
  position: relative;
}
#section-industry .industry-title .industry-title-box .industry-text .industry-text-1 {
  font-family: var(--font-corporate-logo-rounded-ver3);
  font-size: var(--font-size-29xl);
  font-weight: 700;
  text-align: center;
  color: var(--color-gray-400);
}
#section-industry .industry-title .industry-title-box .industry-text .industry-text-2 {
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  font-weight: 400;
  text-align: center;
  font-size: var(--font-size-5xl);
  font-family: var(--font-yellowtail);
  color: var(--color-skyblue);
}
#section-industry .industry-text-3 {
  margin-top: 16px;
  text-align: center;
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: var(--color-gray-400);
}
#section-industry .industry-list {
  margin: 73px auto auto;
  width: 80%;
  display: flex;
  height: 259px;
  justify-content: space-evenly;
}
#section-industry .industry-list .industry-item {
  width: 180px;
}
#section-industry .industry-list .industry-item img {
  width: 160px;
  height: 160px;
}
#section-industry .industry-list .industry-item .industry-item-desc {
  margin-top: 9px;
  font-size: var(--font-size-xl);
  font-weight: 600;
  text-align: center;
  color: rgb(34, 34, 34);
  white-space: pre-line;
}

@media (max-width: 992px) {
  #section-industry {
    height: 659px;
  }
  #section-industry .industry-title {
    height: 78px;
  }
  #section-industry .industry-title .industry-title-box {
    width: 215px;
    height: 43px;
    margin-top: 32px;
  }
  #section-industry .industry-title .industry-title-box .industry-icon {
    width: 17px;
    height: 17px;
  }
  #section-industry .industry-title .industry-title-box .industry-text .industry-text-1 {
    font-size: var(--font-size-5xl);
    font-weight: 700;
  }
  #section-industry .industry-title .industry-title-box .industry-text .industry-text-2 {
    bottom: -5px;
    font-size: var(--font-size-xs);
  }
  #section-industry .industry-text-3 {
    margin-top: 15px;
    padding: 0 7rem;
    font-size: 1.6rem;
  }
  #section-industry .industry-text-3 p {
    white-space: pre-line;
  }
  #section-industry .industry-list {
    margin-top: 32px;
    height: 448px;
    width: 364px;
  }
  #section-industry .industry-list .industry-item {
    width: 160px;
  }
  #section-industry .industry-list .industry-item img {
    width: 140px;
    height: 140px;
  }
  #section-industry .industry-list .industry-item .industry-item-desc {
    font-size: var(--font-size-sm);
  }
}
@media (max-width: 390px) {
  #section-industry .industry-list {
    width: auto;
  }
}
@media (max-width: 349px) {
  #section-industry {
    height: 1000px;
    overflow: hidden;
  }
}
.section-price {
  background-color: rgb(239, 241, 241);
  font-family: var(--font-hiragino-sans), sans-serif;
}
.section-price .section-price-child-1 {
  height: 1250px;
}
.section-price .section-price-child-1 .section-price-title {
  height: 148px;
}
.section-price .section-price-child-1 .section-price-title .section-price-box {
  width: 440px;
  height: 84px;
  display: flex;
  margin: 64px auto auto;
  align-items: center;
  justify-content: space-around;
}
.section-price .section-price-child-1 .section-price-title .section-price-box .section-price-icon {
  width: 35px;
  height: 35px;
}
.section-price .section-price-child-1 .section-price-title .section-price-box .section-price-text {
  position: relative;
}
.section-price .section-price-child-1 .section-price-title .section-price-box .section-price-text .section-price-text-1 {
  font-family: var(--font-corporate-logo-rounded-ver3);
  font-size: var(--font-size-29xl);
  font-weight: 700;
  text-align: center;
  color: var(--color-gray-400);
}
.section-price .section-price-child-1 .section-price-title .section-price-box .section-price-text .section-price-text-2 {
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  font-weight: 400;
  text-align: center;
  font-size: var(--font-size-5xl);
  font-family: var(--font-yellowtail);
  color: var(--color-skyblue);
}
.section-price .section-price-child-1 .section-price-text-3 {
  margin-top: 16px;
  text-align: center;
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: var(--color-gray-400);
}
.section-price .section-price-child-1 .price-table-pr {
  margin: 56px auto auto;
}
.section-price .section-price-child-1 .price-table-pr .price-table {
  height: 367px;
  background-color: rgb(255, 255, 255);
  border: 4px solid rgb(56, 54, 61);
  border-radius: 12px;
}
.section-price .section-price-child-1 .price-table-pr .price-table .price-table-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 600;
}
.section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-1 {
  width: 240px;
  height: 54px;
  border-radius: 44px;
  background-color: rgb(94, 185, 130);
  margin-top: 24px;
  font-size: var(--font-size-xl);
  color: rgb(255, 255, 255);
  padding-top: 12px;
  flex-direction: column;
  align-items: center;
}
.section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-2 {
  height: 24px;
  margin-top: 8px;
  font-size: var(--font-size-base);
  color: rgb(94, 185, 130);
  white-space: nowrap;
}
.section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-3 {
  height: 27px;
  margin-top: 50px;
  font-size: var(--font-size-5xl);
  color: rgb(34, 34, 34);
}
.section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-4 {
  height: 36px;
  margin-top: 54px;
  font-size: var(--font-size-5xl);
  color: rgb(34, 34, 34);
}
.section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-5 {
  height: 27px;
  font-size: var(--font-size-lg);
  color: rgb(243, 127, 134);
}
.section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-6 {
  height: 27px;
  font-size: var(--font-size-lg);
  color: rgb(243, 127, 134);
}
.section-price .section-price-child-1 .price-table-pr .price-table .price-two-person .price-child-1 {
  background-color: rgb(34, 101, 163);
}
.section-price .section-price-child-1 .price-table-pr .price-table .price-two-person .price-child-2 {
  color: rgb(34, 101, 163);
}
.section-price .section-price-child-1 .price-table-pr .price-table .table-title-column {
  overflow: hidden;
}
.section-price .section-price-child-1 .price-table-pr .price-table .table-title-column .price-child-1 {
  background-color: rgb(255, 255, 255);
}
.section-price .section-price-child-1 .price-table-pr .price-table .table-title-column .price-child-3, .section-price .section-price-child-1 .price-table-pr .price-table .table-title-column .price-child-4 {
  font-size: var(--font-size-5xl);
  font-weight: 300;
}
.section-price .section-price-child-1 .price-table-pr .price-table-note {
  height: 21px;
  margin-top: 12px;
  font-family: var(--font-yugothic);
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: rgb(0, 0, 0);
  justify-content: flex-end;
}
.section-price .section-price-child-1 .price-table-note-1 {
  height: 70px;
  margin-top: 61px;
  justify-content: center;
  font-family: var(--font-corporate-logo-rounded-ver3);
  font-size: var(--font-size-21xl);
  font-weight: 700;
  color: rgb(34, 34, 34);
}
.section-price .section-price-child-1 .price-table-note-2 {
  height: 30px;
  margin-top: 10px;
  justify-content: center;
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: rgb(34, 34, 34);
}
.section-price .section-price-child-1 .free-trial-img {
  display: flex;
  justify-content: center;
  height: 244px;
  margin: auto;
}
.section-price .section-price-child-1 .free-trial-img img {
  max-width: 757px;
}
.section-price .section-price-child-1 .price-table-note-3 {
  width: 653px;
  height: 90px;
  font-size: var(--font-size-xl);
  font-weight: 300;
  margin: 41px auto auto;
}
.section-price .section-price-child-2 {
  height: 761px;
}
.section-price .section-price-child-2 .price-child-2-title {
  height: 48px;
  margin-top: 32px;
  font-size: var(--font-size-13xl);
  font-weight: 600;
  justify-content: center;
}
.section-price .section-price-child-2 .table-child-2-pr {
  margin: 41px auto auto;
}
.section-price .section-price-child-2 .table-child-2-pr .table-child-2 {
  height: 610px;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  border: 4px solid rgb(56, 54, 61);
}
.section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 600;
}
.section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-1 {
  width: 240px;
  height: 54px;
  border-radius: 44px;
  background-color: rgb(94, 185, 130);
  margin-top: 24px;
  font-size: var(--font-size-xl);
  color: rgb(255, 255, 255);
  padding-top: 12px;
  flex-direction: column;
  align-items: center;
}
.section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-2 {
  height: 24px;
  margin-top: 8px;
  font-size: var(--font-size-base);
  color: rgb(94, 185, 130);
  white-space: nowrap;
}
.section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-3, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-4, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-5, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-6 {
  align-items: center;
  height: 36px;
  margin-top: 54px;
  font-size: var(--font-size-5xl);
  color: rgb(34, 34, 34);
}
.section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-two-person .price-child-1 {
  background-color: rgb(34, 101, 163);
}
.section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-two-person .price-child-2 {
  color: rgb(34, 101, 163);
}
.section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column {
  overflow: hidden;
}
.section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-1 {
  background-color: rgb(255, 255, 255);
}
.section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-3, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-4, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-5, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-6 {
  align-items: center;
  font-size: var(--font-size-5xl);
  font-weight: 300;
}
.section-price .section-price-child-2 .table-child-2-pr .table-child-2-note {
  height: 21px;
  margin-top: 12px;
  justify-content: flex-end;
  font-family: var(--font-yugothic);
  font-size: var(--font-size-sm);
  font-weight: 500;
}

@media (max-width: 992px) {
  .section-price .section-price-child-1 {
    height: 824px;
  }
  .section-price .section-price-child-1 .section-price-title {
    height: 75px;
  }
  .section-price .section-price-child-1 .section-price-title .section-price-box {
    width: 215px;
    height: 43px;
    margin-top: 32px;
  }
  .section-price .section-price-child-1 .section-price-title .section-price-box .section-price-icon {
    width: 17px;
    height: 17px;
  }
  .section-price .section-price-child-1 .section-price-title .section-price-box .section-price-text .section-price-text-1 {
    font-size: var(--font-size-5xl);
    font-weight: 700;
  }
  .section-price .section-price-child-1 .section-price-title .section-price-box .section-price-text .section-price-text-2 {
    bottom: -5px;
    font-size: var(--font-size-xs);
  }
  .section-price .section-price-child-1 .section-price-text-3 {
    margin-top: 12px;
    font-size: var(--font-size-base);
  }
  .section-price .section-price-child-1 .price-table-pr {
    width: 480px;
    margin-top: 32px;
  }
  .section-price .section-price-child-1 .price-table-pr .price-table {
    height: 247px;
  }
  .section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-1 {
    width: 94px;
    height: 33px;
    margin-top: 24px;
    font-size: var(--font-size-sm);
    padding-top: 6px;
  }
  .section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-2 {
    width: 104px;
    height: 18px;
    margin-top: 6px;
    font-size: var(--font-size-xs);
  }
  .section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-2 p {
    white-space: pre-line;
  }
  .section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-3 {
    height: 24px;
    margin-top: 30px;
    font-size: var(--font-size-sm);
  }
  .section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-4 {
    height: 24px;
    margin-top: 28px;
    font-size: var(--font-size-sm);
  }
  .section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-5 {
    display: none;
  }
  .section-price .section-price-child-1 .price-table-pr .price-table .table-title-column .price-child-3, .section-price .section-price-child-1 .price-table-pr .price-table .table-title-column .price-child-4 {
    font-size: var(--font-size-sm);
  }
  .section-price .section-price-child-1 .price-table-note-1 {
    height: 42px;
    margin-top: 27.5px;
    font-size: var(--font-size-5xl);
  }
  .section-price .section-price-child-1 .price-table-note-2 {
    height: 24px;
    margin-top: 5px;
    font-size: var(--font-size-base);
  }
  .section-price .section-price-child-1 .free-trial-img {
    height: 122px;
    margin: auto;
  }
  .section-price .section-price-child-1 .free-trial-img img {
    max-width: 380px;
  }
  .section-price .section-price-child-1 .price-table-note-3 {
    width: 358px;
    max-height: 84px;
    font-size: var(--font-size-sm);
    margin: 34px auto auto;
  }
  .section-price .section-price-child-2 {
    height: 460px;
  }
  .section-price .section-price-child-2 .price-child-2-title {
    height: 30px;
    margin-top: 24px;
    font-size: var(--font-size-xl);
  }
  .section-price .section-price-child-2 .table-child-2-pr {
    width: 480px;
    margin-top: 32px;
  }
  .section-price .section-price-child-2 .table-child-2-pr .table-child-2 {
    height: 346px;
  }
  .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-1 {
    width: 94px;
    height: 33px;
    font-size: var(--font-size-sm);
    padding-top: 6px;
  }
  .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-2 {
    width: 104px;
    height: 18px;
    margin-top: 6px;
    font-size: var(--font-size-xs);
  }
  .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-2 p {
    white-space: pre-line;
  }
  .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-3, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-4, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-5, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-6 {
    height: 24px;
    margin-top: 24px;
    font-size: var(--font-size-xs);
  }
  .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-1 {
    background-color: rgb(255, 255, 255);
  }
  .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-3, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-4, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-5, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-6 {
    font-size: var(--font-size-xs);
    font-weight: 300;
  }
  .section-price .section-price-child-2 .table-child-2-pr .table-child-2-note {
    height: 21px;
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .section-price .section-price-child-1 .price-table-pr {
    width: auto;
  }
  .section-price .section-price-child-1 .price-table-note-3 {
    width: auto;
  }
  .section-price .section-price-child-2 .table-child-2-pr {
    width: auto;
  }
}
@media (max-width: 360px) {
  .section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-1 {
    width: 100%;
  }
  .section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-2 {
    width: 100%;
    font-size: 10px;
  }
  .section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-3 {
    font-size: var(--font-size-xs);
  }
  .section-price .section-price-child-1 .price-table-pr .price-table .price-table-child .price-child-4 {
    font-size: var(--font-size-xs);
  }
  .section-price .section-price-child-1 .price-table-pr .price-table .table-title-column .price-child-3, .section-price .section-price-child-1 .price-table-pr .price-table .table-title-column .price-child-4 {
    font-size: var(--font-size-xs);
  }
  .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-1 {
    width: 100%;
  }
  .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .price-table-child .price-child-2 {
    width: 100%;
    font-size: 10px;
  }
  .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-3, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-4, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-5, .section-price .section-price-child-2 .table-child-2-pr .table-child-2 .table-title-column .price-child-6 {
    font-size: var(--font-size-xs);
  }
}
.campaign {
  background-color: rgb(81, 202, 240);
  height: 640px;
  font-family: var(--font-hiragino-sans), sans-serif;
}
.campaign .campaign-content {
  margin: 92px auto auto;
  width: 310px;
  font-family: var(--font-corporate-logo-rounded-ver3);
}
.campaign .campaign-content .content-1 {
  height: 55px;
  font-weight: 700;
  font-size: 34px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.campaign .campaign-content .content-2 {
  height: 108px;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}
.campaign .campaign-content .content-2 .content-2-1 {
  color: rgb(34, 34, 34);
}
.campaign .campaign-content .content-2 .content-2-2 {
  color: rgb(255, 255, 255);
}
.campaign .campaign-content .content-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.campaign .campaign-content .content-3 .campaign-icon {
  width: 50px;
  height: 50px;
}
.campaign .campaign-content .content-3 .content-3-1 {
  height: 96px;
  font-size: 90px;
  font-weight: 700;
  text-align: center;
  color: rgb(243, 127, 134);
  text-shadow: -4px 0 rgb(255, 255, 255), 0 4px rgb(255, 255, 255), 4px 0 rgb(255, 255, 255), 0 -4px rgb(255, 255, 255);
}
.campaign .campaign-table {
  height: 319px;
  margin-top: 83px;
  background-color: rgb(255, 255, 255);
  border: 4px solid rgb(56, 54, 61);
  border-radius: 12px;
}
.campaign .campaign-table .campaign-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 600;
}
.campaign .campaign-table .campaign-plan .campaign-plan-child-1 {
  width: 240px;
  height: 54px;
  border-radius: 44px;
  background-color: rgb(94, 185, 130);
  margin-top: 34px;
  font-size: var(--font-size-xl);
  color: rgb(255, 255, 255);
  padding-top: 12px;
  flex-direction: column;
  align-items: center;
}
.campaign .campaign-table .campaign-plan .campaign-plan-child-2 {
  height: 24px;
  margin-top: 8px;
  font-size: var(--font-size-base);
  color: rgb(94, 185, 130);
}
.campaign .campaign-table .campaign-plan .campaign-plan-child-3 {
  height: 27px;
  margin-top: 27px;
  font-size: var(--font-size-lg);
  color: rgb(34, 34, 34);
}
.campaign .campaign-table .campaign-plan .campaign-plan-child-4 {
  height: 26px;
  margin-top: 3px;
  font-size: var(--font-size-5xl);
  color: rgb(34, 34, 34);
  position: relative;
}
.campaign .campaign-table .campaign-plan .campaign-plan-child-4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid black;
  background: #515151;
  width: 100%;
  transform: translateY(-50%);
}
.campaign .campaign-table .campaign-plan .campaign-plan-child-5 {
  height: 72px;
  font-size: var(--font-size-29xl);
  color: rgb(243, 127, 134);
}
.campaign .campaign-table .two-person .campaign-plan-child-1 {
  background-color: rgb(34, 101, 163);
}
.campaign .campaign-table .two-person .campaign-plan-child-2 {
  color: rgb(34, 101, 163);
}
.campaign .social-link {
  height: 120px;
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.campaign .social-link .social-txt {
  width: auto;
  height: 36px;
  font-size: var(--font-size-5xl);
  font-weight: 600;
  text-align: center;
  color: rgb(255, 255, 255);
}
.campaign .social-link .social-icon {
  cursor: pointer;
  width: auto;
}
.campaign .social-link .social-icon img {
  width: 94px;
  height: 94px;
}

@media (max-width: 992px) {
  .campaign .campaign-content {
    margin-top: 32px;
    width: 230px;
  }
  .campaign .campaign-content .content-1 {
    height: 45px;
    font-weight: 700;
    font-size: 28px;
  }
  .campaign .campaign-content .content-2 {
    height: 81px;
    font-size: 27px;
  }
  .campaign .campaign-content .content-3 {
    height: 80px;
  }
  .campaign .campaign-content .content-3 .campaign-icon {
    width: 45px;
    height: 45px;
  }
  .campaign .campaign-content .content-3 .content-3-1 {
    height: 72px;
    font-size: 67px;
    font-weight: 700;
    color: rgb(243, 127, 134);
    text-shadow: -3px 0 rgb(255, 255, 255), 0 3px rgb(255, 255, 255), 3px 0 rgb(255, 255, 255), 0 -3px rgb(255, 255, 255);
  }
  .campaign .campaign-table {
    width: 366px;
    height: 241px;
    margin: 27px auto;
  }
  .campaign .campaign-table .campaign-plan .campaign-plan-child-1 {
    width: 94px;
    height: 33px;
    margin-top: 24px;
    font-size: var(--font-size-sm);
    padding-top: 6px;
  }
  .campaign .campaign-table .campaign-plan .campaign-plan-child-2 {
    height: 28px;
    margin-top: 6px;
    font-size: var(--font-size-xs);
  }
  .campaign .campaign-table .campaign-plan .campaign-plan-child-3 {
    height: 18px;
    margin-top: 20px;
    font-size: var(--font-size-base);
  }
  .campaign .campaign-table .campaign-plan .campaign-plan-child-4 {
    height: 24px;
    margin-top: 3px;
    font-size: var(--font-size-xl);
  }
  .campaign .campaign-table .campaign-plan .campaign-plan-child-5 {
    height: 48px;
    font-size: var(--font-size-13xl);
  }
  .campaign .social-link {
    height: 72px;
    margin-top: 18px;
    gap: 14px;
  }
  .campaign .social-link .social-txt {
    height: 21px;
    font-size: var(--font-size-sm);
  }
  .campaign .social-link .social-icon img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .campaign .campaign-table .campaign-plan .campaign-plan-child-4 {
    font-size: var(--font-size-lg);
  }
}
@media (max-width: 360px) {
  .campaign .social-link {
    margin-top: 17px;
  }
  .campaign .social-link .social-icon {
    padding-right: 0;
  }
  .campaign .social-link .social-icon img {
    width: 24px;
    height: 24px;
  }
}
.section-process {
  height: 894px;
  background-color: var(--color-aliceblue);
  font-family: var(--font-hiragino-sans), sans-serif;
}
.section-process .process-title {
  height: 151px;
}
.section-process .process-title .process-title-box {
  width: 440px;
  height: 87px;
  display: flex;
  margin: 64px auto auto;
  align-items: center;
  justify-content: space-around;
}
.section-process .process-title .process-title-box .process-icon {
  width: 35px;
  height: 35px;
}
.section-process .process-title .process-title-box .process-text {
  position: relative;
}
.section-process .process-title .process-title-box .process-text .process-text-1 {
  font-family: var(--font-corporate-logo-rounded-ver3);
  font-size: var(--font-size-29xl);
  font-weight: 700;
  text-align: center;
  color: var(--color-gray-400);
}
.section-process .process-title .process-title-box .process-text .process-text-2 {
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  font-weight: 400;
  text-align: center;
  font-size: var(--font-size-5xl);
  font-family: var(--font-yellowtail);
  color: var(--color-skyblue);
}
.section-process .process-text-3 {
  margin-top: 16px;
  text-align: center;
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: var(--color-gray-400);
}
.section-process .process-step {
  height: 535px;
  width: 556.5px;
  margin: 76px auto auto;
  position: relative;
}
.section-process .process-step .step-1, .section-process .process-step .step-2, .section-process .process-step .step-3, .section-process .process-step .start-btn {
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #222221;
  border-radius: 12px;
  width: 395px;
  background-color: rgb(255, 255, 255);
  z-index: 2;
  position: relative;
}
.section-process .process-step .step-1 .step, .section-process .process-step .step-2 .step, .section-process .process-step .step-3 .step, .section-process .process-step .start-btn .step {
  height: 50px;
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: rgb(81, 202, 240);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-process .process-step .step-1 .step-name, .section-process .process-step .step-2 .step-name, .section-process .process-step .step-3 .step-name, .section-process .process-step .start-btn .step-name {
  height: 40px;
  font-size: var(--font-size-5xl);
  font-weight: 600;
  color: rgb(34, 34, 34);
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 40px;
}
.section-process .process-step .step-1 .step-txt, .section-process .process-step .step-2 .step-txt, .section-process .process-step .step-3 .step-txt, .section-process .process-step .start-btn .step-txt {
  height: 24px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 84px;
  font-size: var(--font-size-base);
  font-weight: 300;
  color: rgb(34, 34, 34);
}
.section-process .process-step .icon-step-1 div, .section-process .process-step .icon-step-2 div, .section-process .process-step .icon-step-3 div {
  text-align: center;
}
.section-process .process-step .step-1 {
  height: 100px;
}
.section-process .process-step .icon-step-1 {
  position: absolute;
  top: 10px;
  left: 0;
}
.section-process .process-step .icon-step-1 img {
  width: 64px;
  height: 64px;
}
.section-process .process-step .step-2 {
  height: 100px;
  margin-top: 16px;
}
.section-process .process-step .icon-step-2 {
  position: absolute;
  top: 125px;
  right: 0;
}
.section-process .process-step .icon-step-2 img {
  width: 64px;
  height: 64px;
}
.section-process .process-step .step-3 {
  height: 133px;
  margin-top: 16px;
}
.section-process .process-step .icon-step-3 {
  position: absolute;
  top: 249px;
  left: 0;
}
.section-process .process-step .icon-step-3 img {
  width: 64px;
  height: 64px;
}
.section-process .process-step .arrow-icon {
  width: 40px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 115px;
  right: 0;
  left: 0;
  z-index: 1;
}
.section-process .process-step .start-btn {
  height: 100px;
  margin-top: 67px;
  background: linear-gradient(0deg, #51CAF0, #51CAF0);
}
.section-process .process-step .start-btn .step {
  color: rgb(255, 255, 255);
}

@media (max-width: 992px) {
  .section-process {
    height: 527px;
  }
  .section-process .process-title {
    height: 75px;
  }
  .section-process .process-title .process-title-box {
    width: 215px;
    height: 43px;
    margin-top: 32px;
  }
  .section-process .process-title .process-title-box .process-icon {
    width: 17px;
    height: 17px;
  }
  .section-process .process-title .process-title-box .process-text .process-text-1 {
    font-size: var(--font-size-5xl);
    font-weight: 700;
  }
  .section-process .process-title .process-title-box .process-text .process-text-2 {
    bottom: -10px;
    font-size: var(--font-size-xs);
  }
  .section-process .process-text-3 {
    margin-top: 12px;
    font-size: var(--font-size-base);
  }
  .section-process .process-step {
    height: 390px;
    width: 358px;
    margin: 32px auto auto;
  }
  .section-process .process-step .step-1, .section-process .process-step .step-2, .section-process .process-step .step-3, .section-process .process-step .start-btn {
    border: 2.5px solid #222221;
    border-radius: 7px;
    width: 253px;
  }
  .section-process .process-step .step-1 .step, .section-process .process-step .step-2 .step, .section-process .process-step .step-3 .step, .section-process .process-step .start-btn .step {
    height: 34px;
    font-size: var(--font-size-xs);
  }
  .section-process .process-step .step-1 .step-name, .section-process .process-step .step-2 .step-name, .section-process .process-step .step-3 .step-name, .section-process .process-step .start-btn .step-name {
    height: 38px;
    font-size: var(--font-size-base);
    top: 25px;
  }
  .section-process .process-step .step-1 .step-txt, .section-process .process-step .step-2 .step-txt, .section-process .process-step .step-3 .step-txt, .section-process .process-step .start-btn .step-txt {
    height: 15px;
    top: 54px;
    font-size: 10px;
    font-weight: 300;
  }
  .section-process .process-step .step-1 {
    height: 65px;
  }
  .section-process .process-step .icon-step-1 {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .section-process .process-step .icon-step-1 img {
    width: 41px;
    height: 41px;
  }
  .section-process .process-step .step-2 {
    height: 65px;
    margin-top: 10px;
  }
  .section-process .process-step .icon-step-2 {
    top: 80px;
    right: 0;
  }
  .section-process .process-step .icon-step-2 img {
    width: 41px;
    height: 41px;
  }
  .section-process .process-step .step-3 {
    height: 85px;
    margin-top: 10px;
  }
  .section-process .process-step .icon-step-3 {
    top: 160px;
  }
  .section-process .process-step .icon-step-3 img {
    width: 41px;
    height: 41px;
  }
  .section-process .process-step .arrow-icon {
    width: 28px;
    bottom: 120px;
  }
  .section-process .process-step .arrow-icon img {
    height: 266px;
  }
  .section-process .process-step .start-btn {
    height: 64px;
    margin-top: 43px;
  }
}
@media (max-width: 360px) {
  .section-process .process-step {
    height: 390px;
    width: 100%;
    margin: 32px auto auto;
  }
  .section-process .process-step .step-1, .section-process .process-step .step-2, .section-process .process-step .step-3, .section-process .process-step .start-btn {
    width: 75%;
  }
  .section-process .process-step .step-3 {
    height: 90px;
  }
  .section-process .process-step .icon-step-1 img {
    width: 30px;
    height: 30px;
  }
  .section-process .process-step .icon-step-2 {
    right: -10px;
  }
  .section-process .process-step .icon-step-2 img {
    width: 30px;
    height: 30px;
  }
  .section-process .process-step .icon-step-3 img {
    width: 30px;
    height: 30px;
  }
  .section-process .process-step .arrow-icon {
    width: 28px;
    bottom: 120px;
  }
  .section-process .process-step .arrow-icon img {
    height: 266px;
  }
  .section-process .process-step .start-btn {
    height: 64px;
    margin-top: 43px;
  }
}
.section-contact {
  height: 760px;
  background-color: var(--color-skyblue);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-hiragino-sans), sans-serif;
}
.section-contact .row {
  align-items: center;
  justify-content: center;
}
.section-contact .contact-title {
  font-family: var(--font-corporate-logo-rounded-ver3);
  height: 70px;
  margin-top: 74px;
  font-size: var(--font-size-21xl);
  font-weight: 700;
}
.section-contact .contact-btn {
  width: 480px;
  margin-top: 36px;
  background: linear-gradient(0deg, #F37F86, #F37F86), linear-gradient(0deg, #F9959B, #F9959B);
  border-radius: 12px;
  border: 4px solid #F9959B;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 48px;
  font-size: var(--font-size-13xl);
  font-weight: 600;
  color: var(--color-white);
}
.section-contact .entry-title {
  height: 30px;
  margin-top: 40px;
  font-size: var(--font-size-xl);
  font-weight: 600;
}
.section-contact .entry-btn {
  width: 480px;
  margin-top: 18px;
  padding: 20px 48px;
  border-radius: 12px;
  background: linear-gradient(0deg, #0BC15F, #0BC15F), linear-gradient(0deg, #48DA94, #48DA94);
  border: 4px solid #48DA94;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  font-size: var(--font-size-13xl);
  font-weight: 600;
  color: var(--color-white);
}
.section-contact .demo-title {
  height: 30px;
  margin-top: 85px;
  font-size: var(--font-size-xl);
  font-weight: 600;
}
.section-contact .demo-btn {
  width: 300px;
  margin-top: 18px;
  padding: 20px 48px;
  border-radius: 12px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border: 4px solid #D6F0F9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  font-size: var(--font-size-5xl);
  font-weight: 600;
  color: var(--color-gray-400);
}

@media (max-width: 992px) {
  .section-contact {
    height: 563px;
  }
  .section-contact .contact-title {
    height: 35px;
    margin-top: 32.5px;
    font-size: var(--font-size-xl);
  }
  .section-contact .contact-btn {
    width: 294px;
    margin-top: 34.5px;
    font-size: var(--font-size-5xl);
    padding: 20px 44px;
  }
  .section-contact .entry-title {
    height: 27px;
    margin-top: 32px;
    font-size: var(--font-size-lg);
  }
  .section-contact .entry-btn {
    width: 294px;
    margin-top: 12px;
    font-size: var(--font-size-5xl);
    padding: 20px 32px;
  }
  .section-contact .demo-title {
    height: 27px;
    margin-top: 36px;
    font-size: var(--font-size-lg);
    font-weight: 600;
  }
  .section-contact .demo-btn {
    width: 210px;
    margin-top: 12px;
    font-size: var(--font-size-xl);
    padding: 20px 30px;
  }
}
@media (max-width: 320px) {
  .section-contact .contact-btn, .section-contact .entry-btn, .section-contact .demo-btn {
    width: auto;
    height: auto;
  }
}
@media (max-width: 280px) {
  .section-contact {
    min-height: 600px;
  }
}
.section-notice {
  background-color: #FFFFFF;
  min-height: 603px;
  overflow: hidden;
  font-family: var(--font-hiragino-sans), sans-serif;
}
.section-notice .notice-title {
  height: 181px;
}
.section-notice .notice-title .notice-title-box {
  width: 440px;
  height: 87px;
  display: flex;
  margin: 64px auto auto;
  align-items: center;
  justify-content: space-around;
}
.section-notice .notice-title .notice-title-box .notice-icon {
  width: 35px;
  height: 35px;
}
.section-notice .notice-title .notice-title-box .notice-text {
  position: relative;
}
.section-notice .notice-title .notice-title-box .notice-text .notice-text-1 {
  font-family: var(--font-corporate-logo-rounded-ver3);
  font-size: var(--font-size-29xl);
  font-weight: 700;
  text-align: center;
  color: #222222;
}
.section-notice .notice-title .notice-title-box .notice-text .notice-text-2 {
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  font-weight: 400;
  text-align: center;
  font-size: var(--font-size-5xl);
  font-family: var(--font-yellowtail);
  color: var(--color-skyblue);
}
.section-notice .notice-content {
  font-size: var(--font-size-xl);
  font-weight: 300;
  text-align: left;
}
.section-notice .notice-content .notice-content-child {
  padding: 24px 32px;
  width: 95%;
  margin: auto;
  min-height: 78px;
  border-bottom: 1px solid #EEEEEE;
}
.section-notice .notice-content .notice-content-child .notice-time {
  word-break: break-word;
}
.section-notice .notice-content .notice-content-child .notice-time, .section-notice .notice-content .notice-content-child .notice-icon {
  display: flex;
  align-items: center;
}
.section-notice .notice-content .notice-content-child a {
  color: inherit;
}
.section-notice .notice-show-more {
  justify-content: center;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 50px;
}
.section-notice .notice-show-more .btn-show-more {
  cursor: pointer;
  width: 300px;
  height: 59px;
  border-radius: 4px;
  background: linear-gradient(0deg, #D6F0F9, #D6F0F9), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  padding-top: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  font-size: var(--font-size-base);
  font-weight: 600;
  position: relative;
}
.section-notice .notice-show-more .btn-show-more .expand-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-notice .notice-show-more .btn-show-more .collapse-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .section-notice {
    min-height: 481px;
  }
  .section-notice .container {
    max-width: 480px;
  }
  .section-notice .notice-title {
    height: 106px;
  }
  .section-notice .notice-title .notice-title-box {
    width: 215px;
    height: 42px;
    margin-top: 32px;
  }
  .section-notice .notice-title .notice-title-box .notice-icon {
    width: 18px;
    height: 18px;
  }
  .section-notice .notice-title .notice-title-box .notice-text {
    position: relative;
  }
  .section-notice .notice-title .notice-title-box .notice-text .notice-text-1 {
    font-size: var(--font-size-5xl);
  }
  .section-notice .notice-title .notice-title-box .notice-text .notice-text-2 {
    position: absolute;
    bottom: -5px;
    font-size: var(--font-size-xs);
  }
  .section-notice .notice-content {
    font-size: var(--font-size-sm);
  }
  .section-notice .notice-content .notice-content-child {
    padding: 24px 0;
    width: 95%;
    margin: auto;
    min-height: 78px;
  }
}
@media (max-width: 360px) {
  .section-notice .notice-show-more .btn-show-more {
    width: 70%;
  }
}
.footer {
  width: 100%;
  background-color: #223344;
  height: 480px;
  color: #BDCCDB;
  font-weight: 600;
  font-family: var(--font-hiragino-sans), sans-serif;
}
.footer .container .company-info .footer-logo {
  margin-top: 92px;
  height: 57px;
}
.footer .container .company-info .footer-company {
  margin-top: 74px;
  height: 110px;
}
.footer .container .company-info .footer-company .company-title {
  height: 30px;
  font-size: var(--font-size-xl);
  margin-top: 8px;
}
.footer .container .company-info .footer-company .company-mail {
  display: inline-flex;
  gap: 10px;
  font-size: var(--font-size-base);
  margin-top: 12px;
}
.footer .container .company-info .footer-company .company-location {
  display: inline-flex;
  gap: 10px;
  font-size: var(--font-size-base);
  margin-top: 4px;
}
.footer .container .company-info .footer-company .footer-icon {
  width: 18px;
  height: 18px;
}
.footer .container .company-info .footer-menu {
  margin-top: 74px;
}
.footer .container .company-info .footer-menu .footer-menu-item {
  justify-content: space-between;
  display: inline-flex;
  height: 48px;
  align-items: center;
}
.footer .container .company-info .footer-menu .footer-menu-item .line-sns {
  padding: 12px 16px;
  font-size: var(--font-size-base);
  color: #FFFFFF;
}
.footer .container .company-info .footer-menu .footer-menu-item .footer-menu-item-child {
  width: 6px;
  height: 12px;
}
.footer .container .copyright-2023 {
  margin-top: 78px;
  height: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: rgb(106, 125, 143);
}

@media (max-width: 992px) {
  .footer {
    height: 800px;
  }
  .footer .container {
    max-width: 480px;
  }
  .footer .container .company-info .footer-logo {
    margin-top: 85px;
  }
  .footer .container .company-info .footer-company {
    margin-top: 17px;
  }
  .footer .container .company-info .footer-company .company-title {
    font-size: var(--font-size-base);
  }
  .footer .container .company-info .footer-company .company-mail {
    font-size: var(--font-size-sm);
  }
  .footer .container .company-info .footer-company .company-location {
    font-size: var(--font-size-sm);
  }
  .footer .container .company-info .footer-menu {
    margin-top: 43px;
    order: -1 !important;
  }
  .footer .container .company-info .footer-menu .footer-menu-item {
    margin-left: auto;
  }
  .footer .container .copyright-2023 {
    margin-top: 110px;
    font-size: var(--font-size-xs);
  }
}
#complete-page {
  font-family: var(--font-hiragino-sans), sans-serif;
  overflow: hidden;
  margin-top: 18.4rem;
}
#complete-page .icon-success {
  margin-top: 100px;
  justify-content: center;
}
#complete-page .icon-success img {
  width: 100px;
}
#complete-page .title {
  justify-content: center;
  margin-top: 24px;
  height: 27px;
  font-size: var(--font-size-lg);
  font-weight: 600;
}
#complete-page .guide-text {
  justify-content: center;
  margin-top: 5px;
  font-size: var(--font-size-sm);
  font-weight: 300;
}
#complete-page .guide-text-1 {
  text-align: center;
  justify-content: center;
  margin-top: 26px;
  font-size: var(--font-size-sm);
  font-weight: 300;
  margin-bottom: 70px;
}
#complete-page .back-to-home {
  justify-content: center;
  height: 70px;
  border-radius: 4px;
  margin-bottom: 100px;
}
#complete-page .back-to-home a {
  width: 300px;
  background: rgb(27, 185, 220);
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #complete-page .icon-success {
    margin-top: 70px;
  }
}
#contact-form, #entry-form, #login-form, #forgot-form {
  background-color: var(--color-aliceblue);
  overflow: hidden;
  font-family: var(--font-hiragino-sans), sans-serif;
  margin-top: 9.2rem;
}
#contact-form .page-title, #entry-form .page-title, #login-form .page-title, #forgot-form .page-title {
  height: 48px;
  margin-top: 64px;
  color: var(--color-gray-400);
  font-size: var(--font-size-13xl);
  font-weight: 600;
  word-wrap: break-word;
  text-align: center;
}
#contact-form .page-subtitle, #entry-form .page-subtitle, #login-form .page-subtitle, #forgot-form .page-subtitle {
  height: 25px;
  margin-top: 4px;
  color: var(--color-skyblue);
  font-size: var(--font-size-lg);
  font-family: var(--font-yellowtail) !important;
  font-weight: 400;
  word-wrap: break-word;
  text-align: center;
}
#contact-form .container, #entry-form .container, #login-form .container, #forgot-form .container {
  margin-top: 34px;
  width: 50%;
}
#contact-form .container .required-notice:before, #entry-form .container .required-notice:before, #login-form .container .required-notice:before, #forgot-form .container .required-notice:before {
  content: "*";
  position: relative;
  font-size: var(--font-size-base);
  color: var(--kt-danger);
  padding-left: 0.25rem;
  font-weight: 600;
}
#contact-form .container h2, #entry-form .container h2, #login-form .container h2, #forgot-form .container h2 {
  font-size: var(--font-size-base);
}
#contact-form .container .input-title, #entry-form .container .input-title, #login-form .container .input-title, #forgot-form .container .input-title {
  height: auto;
  min-height: 28px;
  font-size: var(--font-size-base);
  font-weight: 600;
}
#contact-form .container .input-field, #entry-form .container .input-field, #login-form .container .input-field, #forgot-form .container .input-field {
  color: var(--color-gray-400);
  font-size: var(--font-size-xl);
  font-weight: 300;
  border-radius: 8px;
  border: 2px #A7C8E7 solid;
  width: 100%;
  padding-left: 2rem;
  outline: none;
}
#contact-form .container .input-field::-moz-placeholder, #entry-form .container .input-field::-moz-placeholder, #login-form .container .input-field::-moz-placeholder, #forgot-form .container .input-field::-moz-placeholder {
  color: #999999;
  font-size: 15px;
}
#contact-form .container .input-field::placeholder, #entry-form .container .input-field::placeholder, #login-form .container .input-field::placeholder, #forgot-form .container .input-field::placeholder {
  color: #999999;
  font-size: 15px;
}
#contact-form .text-danger, #entry-form .text-danger, #login-form .text-danger, #forgot-form .text-danger {
  font-size: 15px;
}
#contact-form .guard-input, #entry-form .guard-input, #login-form .guard-input, #forgot-form .guard-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#contact-form .container .btn-submit {
  width: 100%;
  height: auto;
  min-height: 96px;
  background: linear-gradient(0deg, #F37F86, #F37F86), linear-gradient(0deg, #F9959B, #F9959B);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 12px;
  border: 4px solid rgb(249, 149, 155);
  color: white;
  font-size: var(--font-size-13xl);
  font-weight: 600;
  word-wrap: break-word;
}
#contact-form .container textarea {
  color: var(--color-gray-400);
  font-size: var(--font-size-base);
  font-weight: 300;
  word-wrap: break-word;
  border-radius: 8px;
  border: 2px #A7C8E7 solid;
  min-height: 200px;
}
#contact-form .container .contact-note {
  font-size: 14px;
}

#entry-form .container .service-field {
  width: 100%;
  height: auto;
  padding: 12px 16px 12px 16px;
  background: white;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: inline-flex;
}
#entry-form .container .service-field .service-checkbox {
  min-width: 50px;
}
#entry-form .container .service-field .service-checkbox input[type=checkbox] {
  width: 40px !important;
  height: 40px !important;
  padding: 10px;
  border: 2px #A7C8E7 solid;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 200ms;
  border-radius: 4px;
}
#entry-form .container .service-field .service-checkbox input[type=checkbox]:checked {
  background-color: var(--color-skyblue);
}
#entry-form .container .service-field .service-checkbox input[type=checkbox]:checked:before {
  content: "";
  display: block;
  width: 10px;
  height: 25px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: 4px;
  margin-top: 1px;
}
#entry-form .container .service-field .service-title {
  cursor: pointer;
  width: 165px;
  height: 28px;
  color: black;
  font-size: var(--font-size-base);
  font-weight: 600;
  word-wrap: break-word;
  display: flex;
  align-items: center;
}
#entry-form .container .service-field .service-info {
  cursor: pointer;
  color: black;
  font-size: var(--font-size-sm);
  font-weight: 400;
  word-wrap: break-word;
}
#entry-form .container #btn-upload-image {
  width: 100%;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
  align-items: center;
  display: inline-flex;
  height: auto;
  min-height: 56px;
  border-radius: 12px;
  border: 4px solid rgb(214, 240, 249);
  justify-content: space-between;
}
#entry-form .container .btn-submit {
  width: 100%;
  height: auto;
  min-height: 96px;
  background: #0BC15F;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
  border-radius: 12px;
  border: 4px #48DA94 solid;
  color: white;
  font-size: var(--font-size-13xl);
  font-weight: 600;
  word-wrap: break-word;
}
#entry-form #remove-image {
  top: 0;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-child-1 {
  margin-top: 24px !important;
}

.mt-child-2 {
  margin-top: 52px !important;
}

.mt-child-3 {
  margin-top: 81px !important;
}

.h-child-1 {
  min-height: 56px !important;
}

@media screen and (max-width: 768px) {
  #contact-form .container, #entry-form .container {
    width: 70%;
  }
  #contact-form .container .btn-submit {
    min-height: 59px;
    font-size: var(--font-size-lg);
  }
  #contact-form .container .contact-note {
    margin-top: 38px !important;
  }
  .mt-child-1 {
    margin-top: 16px !important;
  }
  .mt-child-2 {
    margin-top: 32px !important;
  }
  .mt-child-3 {
    margin-top: 34px !important;
  }
  .h-child-1 {
    min-height: 53px !important;
  }
}
@media screen and (max-width: 576px) {
  #contact-form .container, #entry-form .container {
    width: 100%;
  }
}
#entry-form .social-link {
  height: 60px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 12px;
  margin-left: 20px;
}
#entry-form .social-link .social-icon {
  cursor: pointer;
  width: auto;
}
#entry-form .social-link .social-icon img {
  width: 48px;
  height: 48px;
}
@media (max-width: 1200px) {
  #entry-form .social-link {
    height: 60px;
    margin-bottom: 0;
    justify-content: center;
    margin-left: 0;
  }
  #entry-form .social-link .social-icon img {
    width: 48px;
    height: 48px;
  }
}

#company-info {
  font-family: var(--font-hiragino-sans), sans-serif;
  font-size: var(--font-size-lg);
  margin-top: 18.4rem;
}
#company-info .page-header {
  margin-top: 100px;
}
#company-info .page-header .title {
  display: flex;
  justify-content: center;
  height: 27px;
  font-size: var(--font-size-5xl);
  font-weight: 700;
}
#company-info .page-header p {
  margin-top: 20px;
  font-size: var(--font-size-lg);
}
#company-info .page-header .p-pre-line {
  white-space: pre-line;
}
#company-info .page-content .item {
  margin-top: 50px;
}
#company-info .page-content .item .item-title {
  font-size: var(--font-size-xl);
  font-weight: 600;
}
#company-info .page-content .item .item-child {
  margin-bottom: 20px;
  margin-left: 2rem;
}
#company-info .page-content .item .item-child p {
  margin-left: 2rem;
  margin-bottom: 0 !important;
}
#company-info .page-content .item .item-child .p-pre-line {
  white-space: pre-line;
}
#company-info .page-content .item .item-child .small-item {
  margin-left: 4rem;
}
#company-info .back-to-home {
  justify-content: center;
  height: 70px;
  border-radius: 4px;
  margin-top: 100px;
  margin-bottom: 100px;
}
#company-info .back-to-home a {
  width: 300px;
  background: rgb(27, 185, 220);
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 820px) {
  #company-info {
    font-size: var(--font-size-base);
  }
  #company-info .page-header {
    margin-top: 50px;
  }
  #company-info .page-header p {
    font-size: var(--font-size-lg);
  }
  #company-info .back-to-home {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 390px) {
  #company-info {
    font-size: var(--font-size-sm);
  }
  #company-info .page-header p {
    font-size: var(--font-size-base);
  }
}
#specified-law {
  font-family: var(--font-hiragino-sans), sans-serif;
  font-size: var(--font-size-lg);
  margin-top: 18.4rem;
}
#specified-law .page-header {
  margin-top: 100px;
}
#specified-law .page-header .title {
  display: flex;
  justify-content: center;
  height: 27px;
  font-size: var(--font-size-5xl);
  font-weight: 700;
}
#specified-law .page-content {
  margin-top: 50px;
}
#specified-law .page-content .item {
  margin-bottom: 30px;
}
#specified-law .page-content .item .item-child {
  margin-top: 10px;
}
#specified-law .page-content .item .item-child .title {
  font-weight: 600;
}
#specified-law .back-to-home {
  margin-top: 100px;
  justify-content: center;
  height: 70px;
  border-radius: 4px;
  margin-bottom: 100px;
}
#specified-law .back-to-home a {
  width: 300px;
  background: rgb(27, 185, 220);
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 820px) {
  #specified-law {
    font-size: var(--font-size-base);
  }
  #specified-law .page-header {
    margin-top: 50px;
  }
  #specified-law .back-to-home {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 390px) {
  #specified-law {
    font-size: var(--font-size-sm);
  }
}
#about-us {
  font-family: var(--font-hiragino-sans), sans-serif;
  margin-top: 18.4rem;
}
#about-us .about-us-header {
  margin-top: 50px;
  color: black;
  font-family: Calibri, sans-serif;
  font-size: var(--font-size-xl);
}
#about-us .about-us-header .jp-text, #about-us .about-us-header .en-text {
  height: 50%;
  font-family: var(--font-corporate-logo-rounded-ver3);
  font-size: var(--font-size-29xl);
  font-weight: 700;
  color: #222222;
}
#about-us .about-us-header .en-text {
  font-size: var(--font-size-lg);
  font-weight: 400;
  font-family: var(--font-yellowtail);
  color: var(--color-skyblue);
}
#about-us .content {
  margin-top: 70px;
}
#about-us .content .content-txt {
  font-size: var(--font-size-base);
  text-indent: 30px;
}
#about-us .content .content-txt p {
  margin-bottom: 30px;
}
#about-us .content .profile-img {
  display: flex;
  justify-content: center;
}
#about-us .content .profile-img img {
  max-width: 100%;
  max-height: 400px;
}
#about-us .content table {
  width: 100%;
  font-size: var(--font-size-base);
}
#about-us .content table tr {
  height: 30px;
}
#about-us .content table tr .grey-background {
  background-color: #e7e6e6;
}
#about-us .content table tr td {
  width: 50%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d0cece !important;
}
#about-us .back-to-home {
  justify-content: center;
  height: 70px;
  border-radius: 4px;
  margin-top: 100px;
  margin-bottom: 100px;
}
#about-us .back-to-home a {
  width: 300px;
  background: rgb(27, 185, 220);
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #about-us .about-us-header {
    margin-top: 30px;
    font-size: var(--font-size-lg);
  }
  #about-us .about-us-header .en-text {
    font-size: var(--font-size-base);
  }
  #about-us .content {
    margin-top: 40px;
  }
  #about-us .content .content-txt {
    font-size: var(--font-size-sm);
    text-indent: 20px;
  }
  #about-us .content .content-txt p {
    margin-bottom: 15px;
  }
  #about-us .content .profile-img {
    order: -1;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  #about-us table {
    font-size: var(--font-size-sm);
  }
  #about-us .back-to-home {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.flow-container {
  width: 100%;
  max-height: 93.5rem;
  text-align: center;
  background-image: linear-gradient(to bottom, #EFF1F1 15%, var(--color-skyblue) 100%);
  margin-bottom: -1px;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
.flow-container .flow-header {
  font-family: var(--font-corporate-logo-rounded-ver3), sans-serif;
  font-size: 6.4rem;
  line-height: normal;
  font-weight: 700;
}
.flow-container .flow-header .sm-part {
  font-size: 4rem;
}
.flow-container .flow-header .thumbs-icon {
  width: 5.1rem;
  height: auto;
  margin-bottom: 0.8rem;
}
.flow-container .flow-header p {
  margin: 0;
}
.flow-container .flow-header-sub {
  margin-top: 2.2rem;
  margin-bottom: 6rem;
  font-family: var(--font-hiragino-sans), sans-serif;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 700;
}
.flow-container .flow-phone {
  max-width: 26.1rem;
}
.flow-container .flow-phone .phone {
  width: 100%;
  height: auto;
}
.flow-container .flow-phone .flow-name {
  position: relative;
  background-color: var(--color-white);
  font-weight: 700;
  font-family: var(--font-hiragino-sans), sans-serif;
  font-size: 1.4rem;
  padding: 1.6rem;
  border-radius: 1.2rem;
  max-width: 23rem;
  margin: 2rem auto 0 auto;
}
.flow-container .flow-phone .flow-name .triangle {
  position: absolute;
  top: -1.4rem;
  left: 10.6rem;
}
.flow-container .flow-arrow {
  margin-bottom: 6.2rem;
}
.flow-container .flow-arrow img {
  width: 5.6rem;
  height: auto;
}

.carousel {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  touch-action: auto;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel .swipeable-div {
  min-width: 196.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: grabbing;
}

@media (max-width: 820px) {
  .flow-container {
    padding-top: 1.8rem;
    padding-bottom: 0;
  }
  .flow-container .flow-header {
    font-size: 3.2rem;
  }
  .flow-container .flow-header .sm-part {
    font-size: 2rem;
  }
  .flow-container .flow-header .thumbs-icon {
    width: 2.55rem;
    margin-bottom: 0.4rem;
  }
  .flow-container .flow-header-sub {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    font-size: 1.6rem;
    white-space: pre-line;
  }
  .flow-container .flow-phone {
    max-width: 19.6rem;
  }
  .flow-container .flow-phone .flow-name {
    padding: 1.2rem;
    border-radius: 0.9rem;
  }
  .flow-container .flow-phone .flow-name .triangle {
    left: 8.8rem;
  }
  .flow-container .flow-arrow img {
    width: 4.2rem;
  }
  .flow-container .swipeable-div {
    min-width: 150rem;
  }
}
@media (max-width: 415px) {
  .carousel .swipeable-div {
    min-width: 145rem;
  }
}
#login-form, #forgot-form {
  height: calc(100vh - 9.2rem);
  display: flex;
  align-items: center;
}
#login-form .container, #forgot-form .container {
  width: 40vw;
  margin: 0 auto;
}
#login-form .container .login-header, #forgot-form .container .login-header {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: var(--font-corporate-logo-rounded-ver3), sans-serif;
  margin-bottom: 2rem;
}
#login-form .container .error-msg, #forgot-form .container .error-msg {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: var(--font-hiragino-sans), sans-serif;
  color: var(--color-lightcoral-100);
  margin-top: 1.5rem;
}
#login-form .container .submit-button-container, #forgot-form .container .submit-button-container {
  width: 100%;
  text-align: center;
}
#login-form .container .submit-button-container button, #forgot-form .container .submit-button-container button {
  width: 40%;
}

.mobile-shortcut-message {
  display: none;
}

.lp-forgot-password, .lp-back-to-login {
  text-align: right;
  margin-top: 10px;
}

.mt-1rem {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  #login-form .container, #forgot-form .container {
    width: 80%;
  }
  #login-form .title-header, #forgot-form .title-header {
    font-size: 2.4rem;
  }
  .mobile-shortcut-message {
    padding-top: 1rem;
    display: block;
  }
}
.phone-container .phone-screen-container .phone-footer, .phone-container .phone-screen-container .phone-header {
  position: absolute;
  background-color: #38363D;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2rem;
}

.phone-container {
  position: relative;
  width: inherit;
  height: auto;
}
.phone-container .phone-body {
  width: 100%;
  max-width: 26.1rem;
  height: auto;
}
.phone-container .phone-screen-container {
  position: absolute;
  top: 1.1rem;
  left: 1.4rem;
  border-radius: 4rem;
  max-width: 23.4rem;
  max-height: 50.8rem;
  overflow: hidden;
}
.phone-container .phone-screen-container .phone-header {
  width: 7rem;
  height: 2rem;
  top: 0.7rem;
}
.phone-container .phone-screen-container .phone-screen {
  width: 100%;
  max-width: 23.4rem;
  height: auto;
}
.phone-container .phone-screen-container .phone-footer {
  width: 9rem;
  height: 0.3rem;
  bottom: 0.5rem;
  z-index: 5;
}
.phone-container .phone-screen-container .nav-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.phone-container .footer-bar {
  position: absolute;
  max-width: 23.7rem;
  width: 100%;
  height: auto;
  border-radius: 0 0 4rem 4rem;
  bottom: 1.1rem;
  left: 50.2%;
  transform: translateX(-50%);
}

@media (max-width: 820px) {
  .phone-container .phone-screen-container {
    max-width: 17.55rem;
    max-height: 38.1rem;
    left: 1rem;
    border-radius: 3rem;
  }
  .phone-container .phone-screen-container .phone-header {
    width: 5rem;
    height: 1.5rem;
  }
  .phone-container .phone-screen-container .phone-footer {
    width: 7rem;
    height: 0.24rem;
  }
  .phone-container .footer-bar {
    border-radius: 0 0 3rem 3rem;
    max-width: 17.8rem;
    bottom: 0.55rem;
    left: 50.2%;
  }
}
.mr-4px {
  margin-right: 4px;
}

.mt--1px {
  margin-top: -1px;
}

.text-white {
  color: white;
}

.responsive-img {
  width: 100%;
  height: auto;
}

.text-important {
  color: #F37F86;
}

.section-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-header-container .section-header-main {
  font-family: var(--font-corporate-logo-rounded-ver3), sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 8.4rem;
  margin: 0 3rem;
}
.section-header-container .section-header-sub {
  font-family: var(--font-yellowtail), sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.271rem;
  color: var(--color-skyblue);
  margin-top: -3rem;
}
.section-header-container .section-header-icon {
  width: 3.5rem;
  height: auto;
}

.back-to-top {
  position: fixed;
  bottom: 2.5rem;
  right: 6rem;
  background-color: var(--color-skyblue);
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-image: linear-gradient(125deg, var(--color-skyblue) 35%, rgb(34, 101, 163) 170%);
  box-shadow: var(--color-skyblue) 0 0 2rem;
  cursor: pointer;
  z-index: 20;
}
.back-to-top::after {
  content: "";
  width: 4rem;
  height: 4rem;
  background-image: url("../../../../../../landing-page/images/flow-arrow.svg");
  background-size: 4rem auto;
  position: absolute;
  top: 15%;
  left: 18%;
  transform: rotate(-90deg);
}
.back-to-top:hover {
  background-image: linear-gradient(-125deg, var(--color-skyblue) 35%, rgb(34, 101, 163) 170%);
  box-shadow: var(--color-skyblue) 0 0 3rem;
}

html {
  font-size: 62.5% !important;
}

@media (max-width: 1150px) {
  html {
    font-size: 52.5% !important;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 48% !important;
  }
}
@media (max-width: 820px) {
  html {
    font-size: 62.5% !important;
  }
  .back-to-top {
    display: none;
  }
  .section-header-container .section-header-main {
    font-size: 2.4rem;
    line-height: 4.2rem;
    margin: 0 1.5rem;
  }
  .section-header-container .section-header-sub {
    font-size: 1.2rem;
    line-height: 1.635rem;
    margin-top: -1rem;
  }
  .section-header-container .section-header-icon {
    width: 1.7rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 380px) {
  html {
    font-size: 46% !important;
  }
}
