.logo0510-1-icon {
    position: absolute;
    top: 6px;
    left: 23px;
    width: 126px;
    height: 52px;
    object-fit: cover;
}
.div1 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div {
    position: absolute;
    top: calc(50% - 15px);
    right: 0px;
    width: 214px;
    height: 30px;
}
.header {
    align-self: stretch;
    position: relative;
    background-color: var(--color);
    height: 64px;
    flex-shrink: 0;
    font-size: var(--font-size-base);
}
.div2 {
    position: relative;
    font-weight: 500;
}
.title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 10px;
    font-size: 40px;
}
.photo-child {
    height: 100%;
    flex: 1;
    position: relative;
    border-radius: 8px;
    max-width: 664px;
    overflow: hidden;
    max-height: 664px;
    object-fit: cover;
}
.photo {
    width: 100%;
    background-color: var(--color);
    height: 664px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px var(--padding-5xs);
    box-sizing: border-box;
    max-width: 680px;
}
.dl-child {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: var(--br-13xl);
    background-color: var(--color2);
    width: 280px;
    height: 80px;
}
.div3 {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 120px);
}
.dl {
    width: 280px;
    position: relative;
    height: 80px;
    flex-shrink: 0;
}
.p {
    margin: 0;
}
.a1-a12-a-container {
    align-self: stretch;
    position: relative;
    text-align: left;
}
.parent {
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    gap: var(--gap-3xs);
    max-width: 896px;

    padding: 0px var(--padding-5xs);
}
.div5 {
    position: relative;
    font-weight: 500;
    text-align: center;
}
.cm {
    align-self: stretch;
    position: relative;
}
.group {
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    gap: var(--gap-3xs);
    max-width: 896px;
    text-align: left;

    padding: 0px var(--padding-5xs);
}
.div9 {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 60px);
}
.div8 {
    width: 280px;
    position: relative;
    height: 80px;
}
.div7 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 64px var(--padding-5xs);
    box-sizing: border-box;
    max-width: 896px;
}
.logo0510-1-icon1 {
    width: 200px;
    position: relative;
    height: 82.6px;
    object-fit: cover;
}
.div10 {
    position: relative;
    font-size: var(--font-size-lg);
    font-weight: 500;
}
.div12 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    display: flex;
    align-items: center;
}
.div11 {
    width: 214px;
    position: relative;
    height: 30px;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-3xs);
}
.logo0510-1-parent {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    gap: 40px 100px;
}
.footer-inner {
    align-self: stretch;
    height: 262px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
}
.div22 {
    width: 367px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer {
    align-self: stretch;
    background-color: var(--color2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0px;
    gap: 112px;
    text-align: left;
    font-size: var(--font-size-base);
}
.header-parent {
    width: 100%;
    position: relative;
    background-color: var(--color);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    text-align: center;
    font-size: var(--font-size-5xl);
    color: var(--color1);
    font-family: var(--font-zen-maru-gothic);
}

a,a:visited{
    color: var(--color1);
}