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