.page2-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  scroll-behavior: smooth;
}
 
.page2-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;
}
 
.page2-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;
}
 
.page2-hero {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.page2-header1 {
  width: 100%;
  display: flex;
  justify-content: center;
}
 
.page2-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;
}
 
.page2-left1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.page2-navlink1 {
  display: contents;
}
 
.page2-logo {
  width: 165px;
  object-fit: cover;
  text-decoration: none;
}
 
.page2-links {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.page2-link1 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.page2-link1:hover {
  opacity: 0.5;
}
 
.page2-link2 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.page2-link2:hover {
  opacity: 0.5;
}
 
.page2-link3 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.page2-link3:hover {
  opacity: 0.5;
}
 
.page2-right {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.page2-book1 {
  color: #000000;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  text-decoration: none;
  background-color: #ffffff;
}
 
.page2-text10 {
  font-size: 12px;
  font-family: "Inter";
}
 
.page2-image1 {
  width: 18px;
  object-fit: cover;
}
 
.page2-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
 
.page2-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.page2-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;
}
 
.page2-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.page2-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.page2-navlink2 {
  display: contents;
}
 
.page2-image2 {
  height: 2rem;
  text-decoration: none;
}
 
.page2-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.page2-icon3 {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.page2-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.page2-navlink3 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.page2-navlink4 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.page2-link4 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.page2-book2 {
  color: #000000;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  text-decoration: none;
  background-color: #ffffff;
}
 
.page2-text11 {
  font-family: "Inter";
}
 
.page2-image3 {
  width: 18px;
  object-fit: cover;
}
 
.page2-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;
}
 
.page2-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;
}
 
.page2-heading1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.page2-header2 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 62px;
  max-width: 750px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
}
 
.page2-header3 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-align: left;
  line-height: 27px;
}
 
.page2-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;
}
 
.page2-heading2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.page2-navlink5 {
  display: contents;
}
 
.page2-more {
  text-decoration: none;
}
 
.page2-text12 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
 
.page2-image4 {
  width: 10px;
  object-fit: cover;
}
 
.page2-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: ０;
}
 
.page2-section1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.page2-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.page2-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;
}
 
.page2-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;
}
 
.page2-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;
}
 
.page2-capton1 {
  width: auto;
  font-size: 22px;
  max-width: 100%;
  font-family: "Noto Sans JP";
  line-height: 31px;
  padding-top: 40px;
  padding-bottom: 10px;
}
 
.page2-image5 {
  width: 100%;
  align-self: center;
  object-fit: cover;
  padding-bottom: 30px;
}
 
.page2-image6 {
  width: 350px;
  align-self: center;
  object-fit: cover;
  padding-bottom: 30px;
}
 
.page2-capton2 {
  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;
}
 
.page2-container3 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-bottom: 0px;
  justify-content: space-between;
}
 
.page2-image7 {
  width: 200px;
  align-self: flex-start;
  object-fit: cover;
  padding-bottom: 0px;
}
 
.page2-capton3 {
  display: flex;
  font-size: 16px;
  max-width: auto;
  text-align: left;
  font-family: "Noto Sans JP";
  line-height: 27px;
  padding-left: 30px;
  padding-bottom: 100px;
}
 
.page2-capton4 {
  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;
}
 
.page2-capton5 {
  font-size: 16px;
  max-width: 100%;
  text-align: left;
  font-family: "Noto Sans JP";
  line-height: 27px;
  padding-bottom: 50px;
}
 
.page2-capton6 {
  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;
}
 
.page2-capton7 {
  font-size: 16px;
  max-width: 100%;
  text-align: left;
  font-family: "Noto Sans JP";
  line-height: 27px;
  padding-bottom: 50px;
}
 
.page2-capton8 {
  font-size: 15px;
  max-width: 100%;
  font-family: "Noto Sans JP";
  line-height: 27px;
  padding-bottom: 50px;
}
 
.page2-text37 {
  font-style: normal;
  font-weight: 600;
}
 
.page2-section2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.page2-image8 {
  width: 100%;
  height: 400px;
  object-fit: cover;
  padding-bottom: 150px;
}
 
.page2-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;
}
 
.page2-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;
}
 
.page2-brand {
  gap: var(--dl-layout-space-unit);
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  flex-direction: column;
}
 
.page2-navlink6 {
  display: contents;
}
 
.page2-image9 {
  width: 250pX;
  object-fit: cover;
  margin-left: -10px;
  text-decoration: none;
}
 
.page2-text53 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 30px;
}
 
.page2-link5 {
  display: contents;
}
 
.page2-text58 {
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
}
 
.page2-legal {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.page2-copyright {
  color: rgb(255, 255, 255);
  font-size: 19px;
}
 
@media(max-width: 991px) {
  .page2-hero {
    flex: 1;
    height: auto;
  }
  .page2-navbar {
    z-index: 1000;
  }
  .page2-links {
    display: none;
  }
  .page2-right {
    display: none;
  }
  .page2-burger-menu {
    display: flex;
    padding: var(--dl-layout-space-unit);
    border-radius: var(--dl-layout-radius-round);
    background-color: #000000;
  }
  .page2-icon1 {
    fill: white;
  }
  .page2-image2 {
    height: 4rem;
  }
  .page2-main {
    height: auto;
    flex-direction: column;
  }
  .page2-content1 {
    width: 100%;
    height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .page2-header2 {
    max-width: 75%;
  }
  .page2-practices2 {
    display: flex;
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
    flex-direction: row;
  }
  .page2-features {
    gap: var(--dl-layout-space-threeunits);
  }
  .page2-section1 {
    gap: var(--dl-layout-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .page2-header4 {
    width: 90%;
  }
  .page2-section2 {
    gap: var(--dl-layout-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .page2-footer {
    gap: 100px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .page2-left2 {
    padding-right: 0px;
  }
}
 
@media(max-width: 767px) {
  .page2-navbar {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .page2-burger-menu {
    display: flex;
  }
  .page2-main {
    gap: var(--dl-layout-space-threeunits);
    align-items: flex-start;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    justify-content: center;
  }
  .page2-header2 {
    font-size: 50px;
    max-width: 70%;
    line-height: 38px;
  }
  .page2-header3 {
    font-size: 14px;
    max-width: 60%;
    line-height: 21px;
  }
  .page2-practices2 {
    display: block;
    padding-top: 40px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: 40px;
  }
  .page2-features {
    padding-top: 0px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: 0px;
  }
  .page2-content2 {
    gap: var(--dl-layout-space-unit);
  }
  .page2-header4 {
    width: 100%;
  }
  .page2-heading3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    padding-bottom: 20PX;
  }
  .page2-header5 {
    font-size: 20px;
    line-height: 24px;
  }
  .page2-capton1 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page2-capton2 {
    font-size: 24px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page2-capton3 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page2-capton4 {
    font-size: 24px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page2-capton5 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page2-capton6 {
    font-size: 24px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page2-capton7 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page2-capton8 {
    font-size: 14px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .page2-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);
  }
  .page2-image9 {
    width: 200px;
  }
  .page2-text53 {
    font-size: 16px;
    line-height: 27px;
  }
  .page2-text58 {
    font-size: 16px;
    line-height: 27px;
  }
  .page2-legal {
    flex-direction: row;
  }
}
 
@media(max-width: 479px) {
  .page2-navbar {
    padding: var(--dl-layout-space-unit);
  }
  .page2-mobile-menu {
    padding: 16px;
  }
  .page2-main {
    height: auto;
  }
  .page2-content1 {
    height: 150px;
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .page2-header2 {
    max-width: 80%;
  }
  .page2-heading3 {
    font-size: 23px;
    text-align: justify;
  }
  .page2-capton1 {
    text-align: justify;
  }
  .page2-container3 {
    flex-direction: column;
  }
  .page2-capton3 {
    text-align: justify;
    font-family: Noto Sans JP;
  }
  .page2-capton5 {
    text-align: justify;
    font-family: Noto Sans JP;
  }
  .page2-capton7 {
    text-align: justify;
    font-family: Noto Sans JP;
  }
  .page2-copyright {
    font-size: 14px;
  }
}
