.page1-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  scroll-behavior: smooth;
}
 
.page1-modal {
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  display: none;
  z-index: 200;
  position: fixed;
  align-items: center;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  backdrop-filter: blur(4px);
  justify-content: center;
}
 
.page1-practices1 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  box-shadow: 0px 0px 25px -2px rgba(66, 68, 90, 0.4);
  align-items: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
 
.page1-hero {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.page1-header1 {
  width: 100%;
  display: flex;
  justify-content: center;
}
 
.page1-navbar {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: space-between;
}
 
.page1-left1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.page1-navlink1 {
  display: contents;
}
 
.page1-logo {
  width: 165px;
  object-fit: cover;
  text-decoration: none;
}
 
.page1-links {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.page1-link1 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.page1-link1:hover {
  opacity: 0.5;
}
 
.page1-link2 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.page1-link2:hover {
  opacity: 0.5;
}
 
.page1-link3 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.page1-link3:hover {
  opacity: 0.5;
}
 
.page1-right {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.page1-book1 {
  color: #000000;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  text-decoration: none;
  background-color: #ffffff;
}
 
.page1-text10 {
  font-size: 12px;
  font-family: "Inter";
}
 
.page1-image1 {
  width: 18px;
  object-fit: cover;
}
 
.page1-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
 
.page1-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.page1-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 1000;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
 
.page1-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.page1-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.page1-navlink2 {
  display: contents;
}
 
.page1-image2 {
  height: 2rem;
  text-decoration: none;
}
 
.page1-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.page1-icon3 {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.page1-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.page1-navlink3 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.page1-navlink4 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.page1-link4 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.page1-book2 {
  color: #000000;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  text-decoration: none;
  background-color: #ffffff;
}
 
.page1-text11 {
  font-family: "Inter";
}
 
.page1-image3 {
  width: 18px;
  object-fit: cover;
}
 
.page1-main {
  flex: 1;
  width: 100%;
  display: flex;
  z-index: 100;
  align-self: flex-start;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  background-size: cover;
  justify-content: flex-start;
  background-image: url("public/img_008-1500w.jpg");
  background-position: center;
}
 
.page1-content1 {
  gap: var(--dl-layout-space-threeunits);
  width: 1440px;
  display: flex;
  max-width: 1033px;
  min-width: auto;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
}
 
.page1-heading1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.page1-header2 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 62px;
  max-width: 750px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
}
 
.page1-header3 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-align: left;
  line-height: 27px;
}
 
.page1-practices2 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 1040px;
  align-items: flex-start;
  padding-top: 50px;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: 120px;
  flex-direction: column;
  padding-bottom: 50px;
  justify-content: flex-start;
}
 
.page1-heading2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.page1-navlink5 {
  display: contents;
}
 
.page1-more1 {
  text-decoration: none;
}
 
.page1-text12 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
 
.page1-image4 {
  width: 10px;
  object-fit: cover;
}
 
.page1-features {
  gap: 120px;
  width: 100%;
  display: flex;
  max-width: 1040px;
  align-items: center;
  padding-top: ０;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  padding-bottom: ０;
}
 
.page1-section1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.page1-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.page1-header4 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.page1-heading3 {
  width: 100%;
  font-size: 35px;
  max-width: 100%;
  align-self: center;
  font-style: normal;
  text-align: left;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 44px;
  padding-bottom: 0PX;
}
 
.page1-header5 {
  fill: rgba(0, 0, 0, 0.47);
  color: rgba(0, 0, 0, 0.47);
  font-size: 16px;
  align-self: flex-end;
  font-style: normal;
  text-align: left;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 10px;
}
 
.page1-link5 {
  color: #6796f7;
  font-size: 13px;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
 
.page1-capton10 {
  width: auto;
  font-size: 22px;
  max-width: 100%;
  font-family: "Noto Sans JP";
  line-height: 31px;
  padding-top: 40px;
  padding-bottom: 10px;
}
 
.page1-image5 {
  width: 100%;
  align-self: center;
  object-fit: cover;
  padding-bottom: 30px;
}
 
.page1-capton11 {
  font-size: 24px;
  max-width: 100%;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 29px;
  padding-top: 50px;
  padding-bottom: 0px;
}
 
.page1-capton12 {
  width: auto;
  font-size: 16px;
  max-width: 100%;
  font-family: "Noto Sans JP";
  line-height: 27px;
  padding-bottom: 80px;
}
 
.page1-capton13 {
  font-size: 24px;
  max-width: 100%;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 29px;
  padding-bottom: 0px;
}
 
.page1-capton14 {
  font-size: 16px;
  max-width: 100%;
  font-family: "Noto Sans JP";
  line-height: 27px;
  padding-bottom: 80px;
}
 
.page1-capton15 {
  font-size: 24px;
  max-width: 100%;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 29px;
  padding-bottom: 0px;
}
 
.page1-capton16 {
  font-size: 16px;
  max-width: 100%;
  font-family: "Noto Sans JP";
  line-height: 27px;
  padding-bottom: 100px;
}
 
.page1-capton17 {
  width: 100%;
  font-size: 24px;
  max-width: 100%;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 29px;
}
 
.page1-separator1 {
  width: 100%;
  height: 1px;
  background-color: #8a8a8a;
}
 
.page1-container3 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-bottom: 130px;
  justify-content: space-between;
}
 
.page1-capton18 {
  width: 65%;
  font-size: 16px;
  text-align: left;
  font-family: "Noto Sans JP";
  line-height: 27px;
}
 
.page1-image6 {
  width: 30%;
  object-fit: cover;
  border-radius: var(--dl-layout-radius-radius8);
}
 
.page1-capton19 {
  width: 100%;
  font-size: 24px;
  max-width: 100%;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 29px;
}
 
.page1-separator2 {
  width: 100%;
  height: 1px;
  background-color: #8a8a8a;
}
 
.page1-capton20 {
  font-size: 17px;
  max-width: 100%;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 29px;
  padding-bottom: 0px;
}
 
.page1-capton21 {
  font-size: 16px;
  max-width: 100%;
  font-family: "Noto Sans JP";
  line-height: 27px;
  padding-bottom: 50px;
}
 
.page1-capton22 {
  font-size: 17px;
  max-width: 100%;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 29px;
  padding-bottom: 0px;
}
 
.page1-capton23 {
  font-size: 16px;
  max-width: 100%;
  font-family: "Noto Sans JP";
  line-height: 27px;
  padding-bottom: 50px;
}
 
.page1-capton24 {
  font-size: 17px;
  max-width: 100%;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 29px;
  padding-bottom: 0px;
}
 
.page1-capton25 {
  font-size: 16px;
  max-width: 100%;
  font-family: "Noto Sans JP";
  line-height: 27px;
  padding-bottom: 150px;
}
 
.page1-capton26 {
  font-size: 15px;
  max-width: 100%;
  font-family: "Noto Sans JP";
  line-height: 27px;
  padding-bottom: 50px;
}
 
.page1-text72 {
  font-style: normal;
  font-weight: 600;
}
 
.page1-section2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.page1-image7 {
  width: 100%;
  height: 400px;
  object-fit: cover;
  padding-bottom: 150px;
}
 
.page1-footer {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: space-between;
  background-color: #000000;
}
 
.page1-left2 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
}
 
.page1-brand {
  gap: var(--dl-layout-space-unit);
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  flex-direction: column;
}
 
.page1-navlink6 {
  display: contents;
}
 
.page1-image8 {
  width: 250pX;
  object-fit: cover;
  margin-left: -10px;
  text-decoration: none;
}
 
.page1-text88 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 30px;
}
 
.page1-link6 {
  display: contents;
}
 
.page1-text93 {
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
}
 
.page1-legal {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.page1-copyright {
  color: rgb(255, 255, 255);
  font-size: 19px;
}
 
@media(max-width: 991px) {
  .page1-hero {
    flex: 1;
    height: auto;
  }
  .page1-navbar {
    z-index: 1000;
  }
  .page1-links {
    display: none;
  }
  .page1-right {
    display: none;
  }
  .page1-burger-menu {
    display: flex;
    padding: var(--dl-layout-space-unit);
    border-radius: var(--dl-layout-radius-round);
    background-color: #000000;
  }
  .page1-icon1 {
    fill: white;
  }
  .page1-image2 {
    height: 4rem;
  }
  .page1-main {
    height: auto;
    flex-direction: column;
  }
  .page1-content1 {
    width: 100%;
    height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .page1-header2 {
    max-width: 75%;
  }
  .page1-practices2 {
    display: flex;
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
    flex-direction: row;
  }
  .page1-features {
    gap: var(--dl-layout-space-threeunits);
  }
  .page1-section1 {
    gap: var(--dl-layout-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .page1-header4 {
    width: 90%;
  }
  .page1-section2 {
    gap: var(--dl-layout-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .page1-footer {
    gap: 100px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .page1-left2 {
    padding-right: 0px;
  }
}
 
@media(max-width: 767px) {
  .page1-navbar {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .page1-burger-menu {
    display: flex;
  }
  .page1-main {
    gap: var(--dl-layout-space-threeunits);
    align-items: flex-start;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    justify-content: center;
  }
  .page1-header2 {
    font-size: 50px;
    max-width: 70%;
    line-height: 38px;
  }
  .page1-header3 {
    font-size: 14px;
    max-width: 60%;
    line-height: 21px;
  }
  .page1-practices2 {
    display: block;
    padding-top: 40px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: 40px;
  }
  .page1-features {
    padding-top: 0px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: 0px;
  }
  .page1-content2 {
    gap: var(--dl-layout-space-unit);
  }
  .page1-header4 {
    width: 100%;
  }
  .page1-heading3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    padding-bottom: 20PX;
  }
  .page1-header5 {
    font-size: 20px;
    line-height: 24px;
  }
  .page1-capton10 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-capton11 {
    font-size: 24px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-capton12 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-capton13 {
    font-size: 24px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-capton14 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-capton15 {
    font-size: 24px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-capton16 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-capton17 {
    font-size: 24px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .page1-capton18 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-family: Noto Sans JP;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-text48 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-text49 {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-text50 {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-text52 {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-text54 {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-text56 {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-text57 {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-capton19 {
    font-size: 24px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .page1-capton20 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-family: Noto Sans JP;
    font-weight: 700;
    line-height: 21px;
  }
  .page1-capton21 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-capton22 {
    font-size: 20px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .page1-capton23 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-capton24 {
    font-size: 20px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }
  .page1-capton25 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-capton26 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-footer {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .page1-image8 {
    width: 200px;
  }
  .page1-text88 {
    font-size: 16px;
    line-height: 27px;
  }
  .page1-text93 {
    font-size: 16px;
    line-height: 27px;
  }
  .page1-legal {
    flex-direction: row;
  }
}
 
@media(max-width: 479px) {
  .page1-navbar {
    padding: var(--dl-layout-space-unit);
  }
  .page1-mobile-menu {
    padding: 16px;
  }
  .page1-main {
    height: auto;
  }
  .page1-content1 {
    height: 150px;
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .page1-header2 {
    max-width: 80%;
  }
  .page1-heading3 {
    font-size: 23px;
    text-align: justify;
  }
  .page1-capton10 {
    text-align: justify;
  }
  .page1-capton12 {
    text-align: justify;
  }
  .page1-capton13 {
    font-family: Noto Sans JP;
    font-weight: 500;
    line-height: 28px;
  }
  .page1-capton14 {
    text-align: justify;
    font-family: Noto Sans JP;
  }
  .page1-capton15 {
    font-family: Noto Sans JP;
    font-weight: 500;
    line-height: 28px;
  }
  .page1-capton16 {
    text-align: justify;
    font-family: Noto Sans JP;
  }
  .page1-container3 {
    flex-direction: column;
  }
  .page1-capton18 {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    text-align: justify;
    font-family: Noto Sans JP;
    font-weight: 500;
    line-height: 21px;
  }
  .page1-text48 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-text49 {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-text50 {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-text52 {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-text54 {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-text56 {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-text57 {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
  }
  .page1-image6 {
    width: 80%;
    align-self: center;
  }
  .page1-capton20 {
    font-size: 14px;
    font-style: normal;
    font-family: Noto Sans JP;
    font-weight: 700;
    line-height: 21px;
  }
  .page1-capton21 {
    text-align: justify;
  }
  .page1-capton22 {
    font-size: 14px;
    font-style: normal;
    font-family: Noto Sans JP;
    font-weight: 700;
    line-height: 24px;
  }
  .page1-capton23 {
    text-align: justify;
  }
  .page1-capton24 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
  }
  .page1-capton25 {
    text-align: justify;
  }
  .page1-copyright {
    font-size: 14px;
  }
}
