.access-frame {
  width: 100%;
  position: relative;
  background-color: var(--color-white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-50) var(--padding-20);
  box-sizing: border-box;
  gap: 2.5rem;
  text-align: center;
  font-size: var(--fs-20);
  color: var(--color-black);
  font-family: inherit;
}
.access-frame_index{
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: auto;
  padding: var(--padding-50) 0;
}
.access_h12 {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: var(--fs-48);
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 500;
  font-family: inherit;
  opacity: 0.88;
  flex-shrink: 0;
  text-align: center;
}
.access_h13,
.p,
.access-parent-1 {
  align-items: center;
}
.access_h13 {
  margin: 0;
  width: 100%;
  position: relative;
  font-size: var(--fs-36);
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 500;
  font-family: inherit;
  display: none;
  justify-content: center;
  opacity: 0.88;
  flex-shrink: 0;
  text-align: center;
}
.p,
.access-parent-1 {
  display: flex;
}
.access-parent-1 {
  align-self: stretch;
  overflow: hidden;
  justify-content: center;
  padding: var(--padding-0) 1.562rem 3.125rem;
  gap: var(--gap-10);
  flex-shrink: 0;
  text-align: left;
}
.p {
  margin: 0;
  height: 21.125rem;
  flex: 1;
  position: relative;
  line-height: 145%;
  font-weight: 500;
  font-size: var(--fs-24);
}
.txt {
  line-break: anywhere;
}
.Namboku {
  color: var(--color-mediumseagreen);
}
.Tozai {
  color: var(--color-steelblue);
}
.frame-child {
  border: 0;
  width: 100%;
  flex: 1.5;
  height: auto;
  aspect-ratio: 3/2;
  min-width: 300px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding: var(--padding-10);
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  box-sizing: border-box;
}
.access-parent-2,
.p2 {
  align-items: center;
  flex-shrink: 0;
}
.access-parent-2 {
  width: 100%;
  overflow: hidden;
  display: none;
  flex-direction: column;
  justify-content: center !important;
  padding: var(--padding-0) 1.562rem 3.125rem;
  box-sizing: border-box;
  gap: var(--gap-10);
}
.p2 {
  margin: 0;
  align-self: stretch;
  height: auto;
  position: relative;
  line-height: 145%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: var(--fs-18)
}
@media screen and (max-width: 1200px) {
  .access-parent-2 {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .access-frame {
    align-items: center;
    justify-content: flex-start;
  }
  .access_h12 {
    display: none;
  }
  .access_h13 {
    display: block;
  }
  .parent {
    display: none;
    flex-direction: column;
  }
  .p {
    flex: unset;
    align-self: stretch;
  }
  .access-parent-2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .access-parent-1 {
    display: none;
  }
  .frame-child {
    aspect-ratio: 4/3;
    width:100%;
  }
  .p2{
    font-size: var(--fs-20);
  }
}
@media screen and (max-width: 420px) {
  .access_h12 {
    font-size: var(--fs-48);
  }
  .access_h13 {
    font-size: var(--fs-48);
  }
  .p2 {
    font-size: var(--fs-20);
  }
}
