.image-container {
    position: relative;
    width: 100%;
    /* margin: auto; */
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.image-text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: clamp(7px, 2vw, 13px);
    padding: 10px 20px;
    border-radius: 8px;

    text-align: left;
}



.map-image {
    display: none;
}
/* custom */
.custom-pdf-salutation_system {
    display: contents;
}

.custom-ol {
    list-style: none;
    padding-left: 5px;
}

.custom-ol li {
    color: #000000;
}

.custom-number {
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    color: #000000;
}

.mascot__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    align-items: flex-end;
}

.minpokyo-mom {
    flex: 1 1 185px;
    text-align: center;
    max-width: 200px;
}

.minpokyo-son {
    flex: 1 1 90px;
    text-align: center;
    max-width: 95px;
}

.minpokyo-mom img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
}

.minpokyo-son img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
}

.caption {
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w3);
    margin-top: 8px;
    font-size: 16px;
}

.speech {
    position: relative;
    align-self: baseline;
    padding: 20px;
    margin: 0 0 0 45px;
    max-width: 464px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ff3b6f;
    line-height: 1.5;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: visible;
}

.speech::before {
    content: '';
    position: absolute;
    left: 40px;
    bottom: -37px;
    height: 48px;
    width: 36px;
    background: url('/asset/front/images/system/deco.png') no-repeat center / contain;
}

/* end custom */

.hotspot {
    position: absolute;
    border: 1px solid #2a9fd8;
    background: rgba(0, 173, 255, 0.54);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    display: none !important;
}

.screen textarea:focus,
.screen input:focus {
    outline: none;
}

.screen * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

.screen div {
    -webkit-text-size-adjust: none;
}

.component-wrapper a {
    display: contents;
    pointer-events: auto;
    text-decoration: none;
}

.component-wrapper * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    pointer-events: none;
}

.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
    pointer-events: auto;
}

.component-wrapper.not-ready,
.component-wrapper.not-ready * {
    visibility: hidden !important;
}

.screen a {
    /* display: contents; */
    text-decoration: none;
}

.full-width-a {
    width: 100%;
}

.full-height-a {
    height: 100%;
}

.container-center-vertical {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    pointer-events: none;
}

.container-center-vertical > * {
    flex-shrink: 0;
    pointer-events: auto;
}

.container-center-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    pointer-events: none;
    width: 100%;
}

.container-center-horizontal > * {
    flex-shrink: 0;
    pointer-events: auto;
}

.auto-animated div {
    --z-index: -1;
    opacity: 0;
    position: absolute;
}

.auto-animated input {
    --z-index: -1;
    opacity: 0;
    position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
    opacity: 1;
}

.overlay-base {
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.overlay-base.animate-appear {
    align-items: center;
    animation: reveal 0.3s ease-in-out 1 normal forwards;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

.overlay-base.animate-disappear {
    animation: reveal 0.3s ease-in-out 1 reverse forwards;
    display: block;
    opacity: 1;
    pointer-events: none;
}

.overlay-base.animate-disappear * {
    pointer-events: none;
}

@keyframes reveal {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate-nodelay {
    animation-delay: 0s;
}

.align-self-flex-start {
    align-self: flex-start;
}

.align-self-flex-end {
    align-self: flex-end;
}

.align-self-flex-center {
    align-self: flex-center;
}

.valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.valign-text-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

input:focus {
    outline: none;
}

.listeners-active,
.listeners-active * {
    pointer-events: auto;
}

.hidden,
.hidden * {
    pointer-events: none;
    visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
    pointer-events: auto;
    visibility: visible;
}

.listeners-active-click,
.listeners-active-click * {
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

:root {
    --alto: #d9d9d9;
    --black: #000000;
    --kabul: #614a3f;
    --mine-shaft: #333333;
    --spring-wood: #f8f8f1;
    --strawberry: #f25a85;
    --white: #ffffff;

    --font-size-l: 16px;
    --font-size-m: 14px;
    --font-size-s: 12px;
    --font-size-xl: 24px;
    --font-size-xs: 10px;
    --font-size-xxl: 32px;
    --font-size-xxs: 8px;

    --font-family-helvetica-bold: "Helvetica-Bold", Helvetica;
    --font-family-hiragino_kaku_gothic_pro-regular: "HiraginoKakuGothicPro-Regular",
        Helvetica;
    --font-family-hiragino_kaku_gothic_pro-w3: "HiraginoKakuGothicPro-W3",
        Helvetica;
    --font-family-hiragino_kaku_gothic_pro-w6: "HiraginoKakuGothicPro-W6",
        Helvetica;
    --font-family-zen_maru_gothic: "Zen Maru Gothic", Helvetica;
}

.hiraginokakugothicpro-w6-normal-kabul-14px {
    color: var(--kabul);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 600;
}

.hiraginokakugothicpro-w6-normal-kabul-16px {
    color: var(--kabul);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 600;
}

.hiraginokakugothicpro-w3-normal-black-14px {
    color: var(--black);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w3);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 300;
}

.hiraginokakugothicpro-w6-normal-kabul-32px {
    color: var(--kabul);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: var(--font-size-xxl);
    font-style: normal;
    font-weight: 600;
}

.hiraginokakugothicpro-w6-normal-kabul-10px {
    color: var(--kabul);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 600;
}

.helvetica-bold-white-8px {
    color: var(--white);
    font-family: var(--font-family-helvetica-bold);
    font-size: var(--font-size-xxs);
    font-style: normal;
    font-weight: 700;
}

:root {
}

/* screen - u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 */

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 {
    background-color: var(--white);
    height: 3150px;
    overflow: hidden;
    overflow-x: hidden;
    width: 1440px;
    margin-bottom: 130px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .bg-cDQLKo {
    background-color: transparent;
    /* height: 4404px; */
    left: 0px;
    position: absolute;
    top: 75px;
    width: 1440px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .dot-LbTodL {
    background-color: transparent;
    height: 3000px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1440px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .bg02-cDQLKo {
    background-color: transparent;
    /* height: 3817px; */
    left: -55px;
    opacity: 0.3;
    position: absolute;
    top: 441px;
    width: 1674px;
	margin-left:70px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-34-a8ia9o {
    background-color: transparent;
    height: 1037px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1591px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .bg_parts01-1-a6eMQQ {
    height: 978px;
    top: 0px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .bg_parts02-1-a6eMQQ {
    height: 1037px;
    left: 1213px;
    width: 378px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-35-a8ia9o {
    background-color: transparent;
    height: 1037px;
    left: 0px;
    position: absolute;
    top: 1131px;
    width: 1591px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .bg_parts01-1-a71hWC {
    height: 978px;
    top: 0px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .bg_parts02-1-a71hWC {
    height: 1037px;
    left: 1213px;
    width: 378px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-36-a8ia9o {
    background-color: transparent;
    /* height: 1199px; */
    left: 0px;
    position: absolute;
    /* top: 2618px; */
    width: 1674px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .bg_parts01-1-Nvxxx6 {
    /* height: 1131px; */
    top: 68px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .bg_parts02-1-Nvxxx6 {
    /* height: 1240px; */
    left: 1233px;
    width: 441px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .footer-cDQLKo {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: -6px;
    padding: 120px 0px 0px;
    position: absolute;
    top: 3973px;
    width: 1453px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .image-30-eGJf2C {
    align-self: stretch;
    background-color: transparent;
    height: 408px;
    object-fit: cover;
    position: relative;
    width: 100%;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .contents-cDQLKo {
    align-items: center;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 100px;
    left: 0px;
    position: absolute;
    top: 444px;
    width: 100%;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-zyiCOw {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 80px;
    position: relative;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .titele-axL7cK {
    align-items: center;
    background-color: var(--white);
    border: 1px solid;
    border-color: var(--kabul);
    border-radius: 50px;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    justify-content: center;
    padding: 5px 60px;
    position: relative;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-msEjmS {
    background-color: transparent;
    letter-spacing: 2.56px;
    line-height: 48px;
    margin-top: -1px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x19414-264600120012345-SJWxcE {
    letter-spacing: 0.42px;
    line-height: 25.2px;
    margin-top: -1px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x19414-264600120012345-11ArSp {
    letter-spacing: 0.42px;
    line-height: 25.2px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x19414-264600120012345-FcXRqK {
    letter-spacing: 0.42px;
    line-height: 25.2px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-hGxTGw {
    align-items: center;
    align-self: stretch;
    background-color: var(--spring-wood);
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 80px;
    padding: 80px 0px;
    position: relative;
    width: 100%;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .titele-DV7xIW {
    align-items: center;
    background-color: var(--white);
    border: 1px solid;
    border-color: var(--kabul);
    border-radius: 50px;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    justify-content: center;
    padding: 5px 60px;
    position: relative;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-USPnRn {
    background-color: transparent;
    letter-spacing: 0px;
    line-height: 48px;
    margin-top: -1px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-DV7xIW {
    background-color: transparent;
    height: 775px;
    position: relative;
    width: 984px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-3-876XP4 {
    background-color: transparent;
    height: 494px;
    left: 3px;
    position: absolute;
    top: 103px;
    width: 62px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-c8tdWM {
    background-color: var(--strawberry);
    height: 492px;
    width: 60px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-c8tdWM {
    background-color: transparent;
    color: var(--white);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 600;
    height: auto;
    left: 22px;
    letter-spacing: 0px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 16px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-876XP4 {
    background-color: transparent;
    height: 60px;
    left: 212px;
    position: absolute;
    top: -3px;
    width: 222px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-VgpDyh {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 60px;
    width: 220px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-VgpDyh {
    background-color: transparent;
    height: auto;
    left: 12px;
    letter-spacing: 1.6px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 196px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-ESSsOn {
    background-color: transparent;
    height: 265px;
    left: 878px;
    position: absolute;
    top: 0px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-16-MViiXM {
    left: 0px;
    width: 112px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-t43ky6 {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-t43ky6 {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 90px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-17-MViiXM {
    left: 0px;
    top: 45px;
    width: 112px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-kMxsis {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-kMxsis {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 90px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-18-MViiXM {
    left: 0px;
    top: 90px;
    width: 112px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-xRr8c6 {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-xRr8c6 {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 90px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-19-MViiXM {
    left: 0px;
    top: 135px;
    width: 112px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-L3Obg0 {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-L3Obg0 {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 90px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-20-MViiXM {
    left: 0px;
    top: 180px;
    width: 112px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-06VnwO {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-06VnwO {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 90px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-21-MViiXM {
    top: 225px;
    width: 112px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-meuSG6 {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-meuSG6 {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 90px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-exhVJc {
    background-color: transparent;
    height: 265px;
    left: 878px;
    position: absolute;
    top: 330px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-16-NTX9Pq {
    left: 0px;
    width: 112px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-sOIX6o {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-sOIX6o {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 90px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-17-NTX9Pq {
    left: 0px;
    top: 45px;
    width: 112px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-HWx6b5 {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-HWx6b5 {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 90px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-18-NTX9Pq {
    left: 0px;
    top: 90px;
    width: 112px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-zzm2WV {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-zzm2WV {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 90px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-19-NTX9Pq {
    left: 0px;
    top: 135px;
    width: 112px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-WikrWR {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-WikrWR {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 90px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-20-NTX9Pq {
    left: 0px;
    top: 180px;
    width: 112px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-vEaWxf {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-vEaWxf {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 90px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-21-NTX9Pq {
    top: 225px;
    width: 112px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-yMMmw6 {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 110px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .it-yMMmw6 {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 90px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-33-876XP4 {
    background-color: transparent;
    height: 130px;
    left: 0px;
    position: absolute;
    top: 645px;
    width: 984px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-7-eTTbl3 {
    height: 130px;
    width: 196px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-e85tn8 {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 130px;
    width: 192px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-e85tn8 {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 15px;
    white-space: nowrap;
    width: 172px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .x1-e85tn8 {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.4px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 48px;
    width: 172px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-8-eTTbl3 {
    height: 130px;
    left: 212px;
    width: 154px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-q3xNr1 {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 130px;
    width: 150px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-q3xNr1 {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 15px;
    white-space: nowrap;
    width: 131px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x1141-15392-403-q3xNr1 {
    background-color: transparent;
    height: auto;
    left: 16px;
    letter-spacing: 1.4px;
    line-height: 20px;
    position: absolute;
    text-align: right;
    top: 48px;
    width: 119px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-10-eTTbl3 {
    height: 40px;
    left: 451px;
    width: 182px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-Cw72aX {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 180px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-Cw72aX {
    background-color: transparent;
    height: auto;
    left: 12px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 157px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-11-eTTbl3 {
    left: 451px;
    top: 45px;
    width: 182px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-iZjSv4 {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 180px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-iZjSv4 {
    background-color: transparent;
    height: auto;
    left: 12px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 157px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-12-eTTbl3 {
    left: 451px;
    top: 90px;
    width: 182px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-me0Riu {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 180px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .dx-me0Riu {
    background-color: transparent;
    height: auto;
    left: 10px;
    letter-spacing: 1.6px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 162px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-13-eTTbl3 {
    left: 644px;
    top: 90px;
    width: 342px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-f8kmzg {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 340px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .tokyo-f8kmzg {
    left: 10px;
    width: 317px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-14-eTTbl3 {
    left: 753px;
    top: 45px;
    width: 233px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-SkMp8b {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 231px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .tokyo-SkMp8b {
    left: 13px;
    width: 205px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-9-eTTbl3 {
    height: 130px;
    left: 382px;
    width: 52px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-81EZFM {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 130px;
    width: 50px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-81EZFM {
    background-color: transparent;
    height: auto;
    left: 8px;
    letter-spacing: 1.6px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 33px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-15-876XP4 {
    height: 226px;
    left: 804px;
    top: 369px;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-SVEYRN {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 226px;
    width: 50px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-SVEYRN {
    background-color: transparent;
    height: auto;
    left: 8px;
    letter-spacing: 1.6px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 23px;
    width: 33px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-r590P0 {
    background-color: transparent;
    height: auto;
    left: -53px;
    letter-spacing: 1.6px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 133px;
    transform: rotate(90deg);
    white-space: nowrap;
    width: 151px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-nqDfCr {
    background-color: #ffe1e2;
    border: 3px solid;
    border-color: #f75984;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    left: 210px;
    padding: 19px;
    position: absolute;
    top: 100px;
    width: 567px;
    height: 495px;
}
.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .titele-7k86th {
    background-color: transparent;
    height: 56px;
    position: relative;
    width: 473px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-C8iS9R {
    background-color: transparent;
    color: var(--kabul);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 600;
    height: auto;
    left: 6px;
    letter-spacing: 2.4px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0px;
    white-space: nowrap;
    width: 453px;
    font-weight: 600;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x1023105-C8iS9R {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 1.28px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 32px;
    white-space: nowrap;
    width: 469px;
    font-weight: 600;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-7k86th {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    border: 3px solid;
    border-color: var(--white);
    border-radius: 8px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    position: relative;
    width: 100%;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-FxSCxZ {
    background-color: transparent;
    height: 50px;
    position: relative;
    width: 102px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-xxhMBC {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 50px;
    width: 100px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-xxhMBC {
    background-color: transparent;
    height: auto;
    left: 5px;
    letter-spacing: 1.4px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 5px;
    white-space: nowrap;
    width: 89px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-0lYgOx {
    background-color: transparent;
    height: 50px;
    position: relative;
    width: 430px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-7-yMXmxs {
    height: 50px;
    width: 104px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-DhTbmH {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 50px;
    width: 100px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-DhTbmH {
    background-color: transparent;
    height: auto;
    left: 6px;
    letter-spacing: 1.4px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 9px;
    white-space: nowrap;
    width: 89px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-Mtn6NO {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.3px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 27px;
    width: 99px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-8-yMXmxs {
    height: 50px;
    left: 110px;
    width: 104px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-FtWGJT {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 50px;
    width: 100px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-FtWGJT {
    background-color: transparent;
    height: auto;
    left: 6px;
    letter-spacing: 1.4px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 9px;
    white-space: nowrap;
    width: 89px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x23-FtWGJT {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.3px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 27px;
    width: 99px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-9-yMXmxs {
    height: 50px;
    left: 220px;
    width: 104px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-wQEWuY {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 50px;
    width: 100px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-wQEWuY {
    background-color: transparent;
    height: auto;
    left: 6px;
    letter-spacing: 1.4px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 9px;
    white-space: nowrap;
    width: 89px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-qzIbYO {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.3px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 27px;
    width: 99px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-10-yMXmxs {
    height: 50px;
    left: 330px;
    width: 104px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-m7EtyH {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 50px;
    width: 100px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-m7EtyH {
    background-color: transparent;
    height: auto;
    left: 6px;
    letter-spacing: 1.4px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 9px;
    white-space: nowrap;
    width: 89px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-5TceOU {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0.3px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 27px;
    width: 99px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-1gq0xy {
    background-color: transparent;
    height: 40px;
    position: relative;
    width: 320px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-11-3ag9es {
    left: -2px;
    top: 0px;
    width: 102px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-fxlkY9 {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 100px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-fxlkY9 {
    background-color: transparent;
    height: auto;
    left: 5px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 89px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-12-3ag9es {
    left: 108px;
    top: 0px;
    width: 102px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-zzK8xc {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 101px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-zzK8xc {
    background-color: transparent;
    height: auto;
    left: 5px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 89px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-13-3ag9es {
    left: 219px;
    top: 0px;
    width: 102px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-mR2xrq {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 100px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-mR2xrq {
    background-color: transparent;
    height: auto;
    left: 5px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 89px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-FxSCxZ {
    align-self: stretch;
    background-color: transparent;
    color: var(--kabul);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w3);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
    height: 14px;
    letter-spacing: 1.2px;
    line-height: 12px;
    position: relative;
    text-align: right;
    white-space: nowrap;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-TF7ahO {
    background-color: transparent;
    height: 130px;
    position: relative;
    width: 469px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-14-vkW4DI {
    left: 0px;
    top: 0px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-bVxvx3 {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-bVxvx3 {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-21-vkW4DI {
    top: 45px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-WwGWuF {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-WwGWuF {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-28-vkW4DI {
    background-color: transparent;
    height: 40px;
    left: 0px;
    position: absolute;
    top: 90px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-7vdmBj {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-7vdmBj {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-15-vkW4DI {
    height: 40px;
    left: 68px;
    top: 0px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-tnjsBa {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-tnjsBa {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-22-vkW4DI {
    background-color: transparent;
    height: 40px;
    left: 68px;
    position: absolute;
    top: 45px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-itnYz3 {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-itnYz3 {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-29-vkW4DI {
    background-color: transparent;
    height: 40px;
    left: 68px;
    position: absolute;
    top: 90px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-er4Hve {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-er4Hve {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-16-vkW4DI {
    left: 136px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-zBnISV {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-zBnISV {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-23-vkW4DI {
    background-color: transparent;
    height: 40px;
    left: 136px;
    position: absolute;
    top: 45px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-jZPpt8 {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-jZPpt8 {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-30-vkW4DI {
    background-color: transparent;
    height: 40px;
    left: 136px;
    position: absolute;
    top: 90px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-zAIREf {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-zAIREf {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-17-vkW4DI {
    left: 204px;
    top: 0px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-fgyNxa {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-fgyNxa {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-24-vkW4DI {
    background-color: transparent;
    height: 40px;
    left: 204px;
    position: absolute;
    top: 45px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-dJWtSU {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-dJWtSU {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-31-vkW4DI {
    background-color: transparent;
    height: 40px;
    left: 204px;
    position: absolute;
    top: 90px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-VLxq6j {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-VLxq6j {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-18-vkW4DI {
    left: 272px;
    top: 0px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-GICY3q {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-GICY3q {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-25-vkW4DI {
    background-color: transparent;
    height: 40px;
    left: 272px;
    position: absolute;
    top: 45px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-WxzT8A {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-WxzT8A {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-32-vkW4DI {
    background-color: transparent;
    height: 40px;
    left: 272px;
    position: absolute;
    top: 90px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-4q62OF {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-4q62OF {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-19-vkW4DI {
    left: 340px;
    top: 0px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-pGAQWS {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-pGAQWS {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-26-vkW4DI {
    background-color: transparent;
    height: 40px;
    left: 340px;
    position: absolute;
    top: 45px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-VbJv6b {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-VbJv6b {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-20-vkW4DI {
    left: 408px;
    top: 0px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-Eg9ekZ {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-Eg9ekZ {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-27-vkW4DI {
    background-color: transparent;
    height: 40px;
    left: 408px;
    position: absolute;
    top: 45px;
    width: 63px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-flKxu7 {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--strawberry);
    height: 40px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-flKxu7 {
    background-color: transparent;
    height: auto;
    left: 3px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: 54px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-6-876XP4 {
    background-color: transparent;
    height: 60px;
    left: 553px;
    position: absolute;
    top: -3px;
    width: 222px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-xzIDwB {
    background-color: var(--white);
    border: 3px solid;
    border-color: var(--strawberry);
    height: 60px;
    width: 220px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-xzIDwB {
    background-color: transparent;
    height: auto;
    left: 12px;
    letter-spacing: 1.6px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 196px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-4-876XP4 {
    background-color: transparent;
    height: 206px;
    left: 107px;
    position: absolute;
    top: 247px;
    width: 62px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257-kDxTV1 {
    background-color: var(--strawberry);
    height: 206px;
    width: 61px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-kDxTV1 {
    background-color: transparent;
    color: var(--white);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 600;
    height: auto;
    left: 21px;
    letter-spacing: 0px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 61px;
    width: 18px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .image-876XP4 {
    background-color: transparent;
    height: 743px;
    left: 63px;
    position: absolute;
    top: 16px;
    width: 816px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-tqnhC1 {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 80px;
    position: relative;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .titele-qp2UDS {
    align-items: center;
    background-color: var(--white);
    border: 1px solid;
    border-color: var(--kabul);
    border-radius: 50px;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    justify-content: center;
    padding: 5px 60px;
    position: relative;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-Cm5nIB {
    background-color: transparent;
    letter-spacing: 0px;
    line-height: 48px;
    margin-top: -1px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .btn-qp2UDS {
    width: 302px;
}
.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .btn-qp2UDS:hover {
    border: none !important;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .pdf_icon-ouSZoF {
    background-color: transparent;
    height: 38px;
    left: 14px;
    position: absolute;
    top: 11px;
    width: 38px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4254-Z21RbP {
    background-color: #ff121d;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .pdf-Z21RbP {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0px;
    line-height: 13px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 26px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-ouSZoF {
    background-color: transparent;
    color: var(--mine-shaft);
    cursor: pointer;
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    height: auto;
    left: 129px;
    letter-spacing: 2px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 18px;
    white-space: nowrap;
    width: auto;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-39Ihab {
    align-items: center;
    align-self: stretch;
    background-color: var(--spring-wood);
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 80px;
    padding: 80px 0px;
    position: relative;
    width: 100%;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .titele-IYG1MP {
    align-items: center;
    background-color: var(--white);
    border: 1px solid;
    border-color: var(--kabul);
    border-radius: 50px;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    justify-content: center;
    padding: 5px 60px;
    position: relative;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-OWXHCK {
    background-color: transparent;
    letter-spacing: 0px;
    line-height: 48px;
    margin-top: -1px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x19414-264600120012345-e2eFw1 {
    letter-spacing: 0px;
    line-height: normal;
    margin-top: -1px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x19414-264600120012345-zBL0ug {
    color: #ff121d;
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w3);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: normal;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .btn_-group-IYG1MP {
    align-items: center;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 40px;
    justify-content: center;
    position: relative;
    width: 700px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .btn-wljrTl {
    width: 302.5px;
}
.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .btn-wljrTl:hover {
    border: none !important;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4254-A8vYRC {
    background-color: #0097d8;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .word-A8vYRC {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0px;
    line-height: 13px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 26px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-QRnANI {
    background-color: transparent;
    color: var(--black);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    height: auto;
    left: 0px;
    letter-spacing: 2px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0px;
    white-space: nowrap;
    width: 300px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .btn-6PrF13 {
    width: 302px;
}
.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .btn-6PrF13:hover {
    border: none;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4254-iKzJd0 {
    background-color: #18a965;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .excel-iKzJd0 {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: 0px;
    line-height: 13px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    width: 26px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-HpgjwW {
    background-color: transparent;
    color: var(--mine-shaft);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    height: auto;
    left: 107px;
    letter-spacing: 2px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 18px;
    white-space: nowrap;
    width: auto;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-zPGtr2 {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 65px;
    position: relative;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .titele-bsTWJc {
    align-items: center;
    background-color: var(--white);
    border: 1px solid;
    border-color: var(--kabul);
    border-radius: 50px;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    justify-content: center;
    padding: 5px 60px;
    position: relative;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-9bc4mB {
    background-color: transparent;
    letter-spacing: 0px;
    line-height: 48px;
    margin-top: -1px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
    font-size: 32px !important;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .frame-3-bsTWJc {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 40px;
    position: relative;
    width: 1037px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .frame-1-df2VRH {
    align-items: center;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 30px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .pop05_-47Kxz0 {
    background-color: transparent;
    /* height: 528px; */
    object-fit: cover;
    position: relative;
    width: 320px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-2-47Kxz0 {
    width: 439px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .frame-2-MBU7ed {
    background-color: #fceff7;
    border-radius: 60px;
    flex-direction: column;
    gap: 20px;
    left: 30px;
    padding: 40px;
    position: absolute;
    top: 0px;
    width: 409px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x19414-264600120012345-JhOBmI {
    color: var(--black);
    font-family: var(--font-family-zen_maru_gothic);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.44px;
    line-height: normal;
    margin-top: -1px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x19414-264600120012345-dPswKk {
    letter-spacing: 0px;
    line-height: normal;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .vector-1-MBU7ed {
    height: 41px;
    left: 0px;
    width: 38px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .frame-2-df2VRH {
    align-self: stretch;
    background-color: transparent;
    flex: 0 0 auto;
    gap: 60px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .group-2-uz1TQz {
    width: 430.25px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .frame-2-p1jwik {
    background-color: #edf9fc;
    border-radius: 60px;
    flex-direction: column;
    gap: 20px;
    left: 0px;
    padding: 40px;
    position: absolute;
    top: 0px;
    width: 400px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x19414-264600120012345-GMwQaC {
    color: var(--black);
    font-family: var(--font-family-zen_maru_gothic);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.44px;
    line-height: normal;
    margin-top: -1px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x19414-264600120012345-YBlWGB {
    letter-spacing: 0px;
    line-height: normal;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .vector-1-p1jwik {
    height: 32px;
    left: 384px;
    width: 46px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .oto01_-hi-uz1TQz {
    background-color: transparent;
    /* height: 350px; */
    object-fit: cover;
    position: relative;
    width: 100px;
    margin-bottom: 5px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .title-cDQLKo {
    background-color: transparent;
    height: 250px;
    left: 0px;
    position: absolute;
    top: 77px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4252-PiAFSE {
    background-color: var(--spring-wood);
    height: 250px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .mask-group-PiAFSE {
    height: 250px;
    top: 0px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .text_label-PiAFSE {
    background-color: transparent;
    color: var(--kabul);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    height: auto;
    /* left: 201px; */
    letter-spacing: 0px;
    line-height: normal;
    position: absolute;
    text-align: center;
    top: 94px;
    /* width: 1038px; */
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .view-cDQLKo {
    background-color: transparent;
    height: 14px;
    left: 0;
    position: absolute;
    top: 347px;
    width: 100%;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .top-EjCiJS {
    background-color: transparent;
    color: transparent;
    font-family: var(--font-family-hiragino_kaku_gothic_pro-regular);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 600;
    height: auto;
    left: 0px;
    letter-spacing: 0.36px;
    line-height: 14px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: 1038px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .span0-5e4nWR {
    color: #f75984;
    font-style: normal;
    letter-spacing: 0.04px;
    text-decoration: underline;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .span1-5e4nWR {
    color: var(--mine-shaft);
    font-style: normal;
    letter-spacing: 0.04px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .header-cDQLKo {
    background-color: transparent;
    height: 78px;
    left: 0px;
    position: absolute;
    top: -1px;
    width: 1440px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .mask-group-y6f3WJ {
    height: 77px;
    top: 1px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .bg_parts01-1 {
    background-color: transparent;
    left: 0px;
    object-fit: cover;
    position: absolute;
    width: 345px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .bg_parts02-1 {
    background-color: transparent;
    object-fit: cover;
    position: absolute;
    top: 0px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .btn {
    background-color: transparent;
    height: 60px;
    position: relative;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .frame-2 {
    align-items: center;
    display: flex;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-10 {
    background-color: transparent;
    position: absolute;
    top: 0px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-11 {
    background-color: transparent;
    height: 40px;
    position: absolute;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-12 {
    background-color: transparent;
    height: 40px;
    position: absolute;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-13 {
    background-color: transparent;
    height: 40px;
    position: absolute;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-14 {
    background-color: transparent;
    height: 40px;
    position: absolute;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-15 {
    background-color: transparent;
    position: absolute;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-16 {
    background-color: transparent;
    height: 40px;
    position: absolute;
    top: 0px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-17 {
    background-color: transparent;
    height: 40px;
    position: absolute;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-18 {
    background-color: transparent;
    height: 40px;
    position: absolute;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-19 {
    background-color: transparent;
    height: 40px;
    position: absolute;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-2 {
    background-color: transparent;
    height: 273px;
    position: relative;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-20 {
    background-color: transparent;
    height: 40px;
    position: absolute;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-21 {
    background-color: transparent;
    height: 40px;
    left: 0px;
    position: absolute;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-7 {
    background-color: transparent;
    left: 0px;
    position: absolute;
    top: 0px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-8 {
    background-color: transparent;
    position: absolute;
    top: 0px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .group-9 {
    background-color: transparent;
    position: absolute;
    top: 0px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .line-36 {
    background-color: transparent;
    height: 2px;
    left: 11px;
    position: absolute;
    top: 23px;
    width: 20px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .line-37 {
    background-color: transparent;
    height: 2px;
    left: 11px;
    position: absolute;
    top: 27px;
    width: 20px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .line-38 {
    background-color: transparent;
    height: 2px;
    left: 11px;
    position: absolute;
    top: 31px;
    width: 20px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .mask-group {
    background-color: transparent;
    left: 0px;
    position: absolute;
    width: 100%;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4253 {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--mine-shaft);
    border-radius: 5px;
    height: 40px;
    left: 5px;
    position: absolute;
    top: -1px;
    width: 32px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4254 {
    height: 13px;
    left: 0px;
    position: absolute;
    top: 6px;
    width: 26px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4255 {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--alto);
    height: 60px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 300px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .rectangle-4257 {
    border-radius: 8px;
    left: 0px;
    position: absolute;
    top: 0px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .text_con {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 20px;
    position: relative;
    width: 880px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .tokyo {
    background-color: transparent;
    color: var(--kabul);
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 600;
    height: auto;
    letter-spacing: 1.2px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    white-space: nowrap;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 .vector-1 {
    background-color: transparent;
    position: absolute;
    top: 163px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .wordf_icon {
    background-color: transparent;
    height: 38px;
    left: 14px;
    position: absolute;
    top: 11px;
    width: 38px;
}

.u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
    .x19414-264600120012345 {
    align-self: stretch;
    background-color: transparent;
    position: relative;
    text-align: left;
}

li.breadcrumb_sub_title {
    color: #6b6b6b;
}

#anima-interface {
    transition: all 0.5s ease-in-out;
}

#anima-watermark {
    transition: all 0.5s ease-in-out;
    display: none;
}

#anima-watermark-link {
    position: fixed;
    bottom: 20px;
    height: 30px;
    border-radius: 1000px;
    background: #3b3b3b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: width 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    color: #fff;
    padding: 8px 16px 8px 11px;
    font-family: Mulish, sans-serif;
    font-size: 12px;
}

#anima-watermark-link .text {
    margin-left: 6px;
}

.omniview-anima-action-links .link {
    height: 30px;
    width: 30px;
    border-radius: 1000px;
    background: #3b3b3b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: width 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    color: #fff;
}

.omniview-anima-action-links #comment-link .text,
.omniview-anima-action-links #code-link .text {
    display: none;
    font-size: 12px;
    margin-right: 5px;
}

.omniview-anima-action-links #comment-link:hover,
.omniview-anima-action-links #code-link:hover {
    width: 105px;
}

.omniview-anima-action-links #comment-link.pop-active,
.omniview-anima-action-links #code-link.pop-active {
    width: 105px;
    background: #ff6250;
}

.omniview-anima-action-links #comment-link.pop-active .text,
.omniview-anima-action-links #code-link.pop-active .text {
    display: block;
}

.omniview-anima-action-links #comment-link:hover .text,
.omniview-anima-action-links #code-link:hover .text {
    display: block;
}

.link.navigation {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 32px;
    color: #fff;
    font-size: 12px;
    cursor: default;
    padding: 0 5px;
}

.link.navigation .icon {
    margin: 0 6px;
    fill: none;
    stroke: currentColor;
    cursor: pointer;
}

.link.navigation .icon.disabled {
    opacity: 0.5;
    cursor: default;
}

.link.navigation .home-icon {
    margin-left: 6px;
    fill: currentColor;
    stroke: currentColor;
    cursor: pointer;
}

.omniview-anima-action-links .restart {
    height: 30px;
    padding: 0 12px;
    background: #3b3b3b;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #f1f1f1;
    font-size: 12px;
}

.omniview-anima-action-links {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-family: Mulish, sans-serif;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.omniview-anima-action-links > * + * {
    margin-right: 0;
    margin-left: 10px;
}

.idle {
    opacity: 0;
    pointer-events: none;
}

#popoverOpener {
    position: absolute;
    left: 50%;
    margin-left: -10vw;
    text-align: center;
    top: 45vh;
    width: 20vw;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    font-family: "sans-serif";
    font-size: 14px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -12px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    font-family: Mulish, sans-serif;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

#anima-comment-popover,
#anima-code-popover {
    background: #333333;
    color: #fff;
}

#anima-comment-popover.top > .arrow,
#anima-comment-popover.top > .arrow:after,
#anima-code-popover.top > .arrow:after,
#anima-code-popover.top > .arrow {
    border-top-color: #333;
}

#anima-comment-popover .btn,
#anima-code-popover .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 20px;
    background: #ff6250;
    color: #fff;
    border-radius: 100px;
    width: max-content;
    text-decoration: none;
}

.turbo-progress-bar {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 3px;
    background: #0076ff;
    z-index: 9999;
    transition: width 300ms ease-out, opacity 150ms 150ms ease-in;
    transform: translate3d(0, 0, 0);
}

/* MEDIA QUERIES */
.anima-desktop-only {
    @media (max-width: 768px) {
        display: none !important;
    }
}

/* SCROLLBAR */

[dark-scroll]::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

[dark-scroll]::-webkit-scrollbar-track-piece {
    background-color: #2b2b2b;
    border: 1px solid #1d1d1d;
}

[dark-scroll]::-webkit-scrollbar-thumb {
    height: 10px;
    background-color: #4d4d4d;
}

[dark-scroll]::-webkit-scrollbar-thumb:hover {
    background-color: #5a5a5a;
}

/* LOAD PROGRESS */

.turbolinks-progress-bar {
    height: 3px;
    background-color: #ff6250;
}

/* GROUPING */

[data-id].ui-selecting {
    box-shadow: inset 0 0 0 1px #4285f4 !important;
}

[data-id].ui-selected {
    box-shadow: inset 0 0 0 1px #4285f4 !important;
}

/* CURSOR */

body[mode="comments"] * {
    cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjkxNjQ4IDIzLjQxMDlDNS40OTE1MyAyMi45ODg3IDUuOTMxNzkgMjIuMzkzNSA2LjIzMjggMjEuNjQwN0M0Ljc5MDY5IDE5LjczODMgNCAxNy4zOTMzIDQgMTQuOTk3NUM0IDguOTM0MSA4LjkzMjgyIDQgMTUuMDAyMiA0QzIxLjA3MTcgNCAyNiA4LjkzOTE5IDI2IDE1LjAwMjVDMjYgMjEuMDY1OSAyMS4wNjcyIDI2IDE0Ljk5NzggMjZDMTIuOTg5NiAyNiAxMS4wMzUzIDI1LjQ1NTcgOS4zMjM2NyAyNC40MjMxQzguNDI5NjUgMjQuOTU3MiA3LjQxNDM0IDI1LjIyNjggNi4zMDAxOCAyNS4yMjY4QzUuOTU0MjYgMjUuMjI2OCA1LjU5OTM1IDI1LjIwMTQgNS4yNTM0MiAyNS4xNDU0QzQuOTAzIDI1LjA4OTUgNC42Mjg5NiAyNC44MDQ2IDQuNTUyNTggMjQuNDE4QzQuNDc2MjEgMjQuMDI2NCA0LjYxOTk3IDIzLjYyOTYgNC45MTY0OCAyMy40MTA5WiIgZmlsbD0iI0ZGNjI1MCIvPgo8L3N2Zz4K")
            0 24,
        auto !important;
}

body[mode="code"] [data-id]:not(.hidden) {
    cursor: default;
}

/* default node state */

body[mode="code"] [data-id]:not(.hidden),
body[mode="comments"] [data-id]:not(.hidden) {
    pointer-events: all;
}

/* is_image */

body[mode="code"] [data-id].is_image [data-id],
body[mode="comments"] [data-id].is_image [data-id] {
    pointer-events: none !important;
}

/* without a data-id or ignored */

[data-id].ignore,
body[mode="code"] *:not([data-id]) {
    pointer-events: none !important;
}

/* disable transforms for ignored elements */

body[mode="code"] [data-id]:hover {
    transform: none !important;
}

/* ANIMA BUTTONS */
.an-button {
    position: relative;
    height: 28px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
    transition-property: all;
    transition-duration: 100ms;
    appearance: none;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    border-width: 0;
}

.an-button > div {
    width: 100%;
}

.an-button.primary {
    background: #ff6250;
    color: #ffffff;
}

.an-button.primary:hover:not(:disabled) {
    background: #e2412e;
}

.an-button.secondary {
    background: transparent;
    border: 1px solid #ff6250;
    color: #ff6250;
}

.an-button.secondary:hover:not(:disabled) {
    color: #ffffff;
    background: #ff6250;
}

.an-button.rounded {
    border-radius: 100px;
}

.an-button:disabled {
    opacity: 0.5;
}

.an-button:disabled {
    cursor: default;
}

.an-button:active,
.an-button:focus {
    outline: none;
}

@media screen and (max-width: 980px) {
    .image-text {
        left: 30%;
    }
    .view-DV7xIW {
        display: none !important;
    }

    .map-image {
        display: block !important;
        width: 100%;
        height: auto;
    }

    .page-breadcrumb {
        margin-left: 0 !important;
    }
    .text_con {
        width: 800px !important;
        padding: 0 50px;
    }
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .text_label-9bc4mB,
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .text_label-OWXHCK,
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .text_label-Cm5nIB,
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .text_label-USPnRn,
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .text_label-msEjmS {
        white-space: normal !important;
        font-size: 26px !important;
        line-height: 40px !important;
    }
}
@media (max-width: 600px) {
    .speech {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 550px) {
    #anima-watermark-link {
        padding: 6px !important;
    }

    #anima-watermark-link .text {
        display: none !important;
    }
}
@media screen and (max-width: 480px) {
    .text_con {
        width: 400px !important;
    }
    .btn-qp2UDS {
        max-width: unset;
    }
    .mainimage p {
        height: 120.4px !important;
    }
    .btn_-group-IYG1MP {
        right: 9px;
        flex-direction: column;
        gap: 20px !important;
    }

    .oto01_-hi-uz1TQz {
        width: 78% !important;
    }
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390 {
        height: 3500px !important;
    }
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .text_label-9bc4mB,
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .text_label-OWXHCK,
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .text_label-Cm5nIB,
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .text_label-USPnRn,
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .text_label-msEjmS {
        white-space: normal !important;
        font-size: 26px !important;
        line-height: 40px !important;
    }
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .titele-bsTWJc {
        padding: 10px 30px !important;
    }
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .view-zPGtr2 {
        padding: 0px 30px;
    }
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .view-cDQLKo {
        top: 192px !important;
    }
    .u12415u12435u12411u12442u12365u12423u12358u12395u12388u12356u12390
        .contents-cDQLKo {
        top: 320px !important;
    }
    .minpokyo-mom {
        flex: 1 1 185px;
        text-align: center;
        max-width: 150px;
    }

    .minpokyo-son {
        flex: 1 1 150px;
        text-align: center;
        max-width: 100px;
    }

    .minpokyo-mom img {
        width: 100%;
        height: auto;
        max-height: 150px;
        object-fit: contain;
    }

    .minpokyo-son img {
        width: 100%;
        height: auto;
        max-height: 120px;
        object-fit: contain;
    }
}
@media screen and (max-width: 415px) {
    .speech {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .speech {
        padding: 15px;
        margin: 30px auto;
        font-size: 110%;
        border-radius: 20px;
        width: 100%;
    }

    .speech::before {
        display: none;
    }
}
