"); }
.btn-reverse { background-color: var(--color01); color: var(--color100); }
.globalHeader { width: 100%; background-color: rgba(255, 255, 255, 0.45); z-index: 80000; position: sticky; top: 0px; left: 0px; transition: all 0.25s linear 0s; padding: 0px; height: 60px; backdrop-filter: blur(5px); display: flex; align-items: center; box-shadow: rgba(0, 0, 0, 0.16) 0px -1px 0px 0px inset, rgba(0, 0, 0, 0.16) 0px 1px 3px 0px; }
@media (min-width: 1200px) {
.globalHeader { background-color: var(--color01); padding: 0px; height: auto; display: grid; grid-template-columns: min(25%, 310px) 1fr; align-items: stretch; }
}
.globalHeader .siteBrand { margin: 0px; }
.globalHeader .siteBrand .siteID { display: flex; flex-direction: column; align-items: flex-start; width: 43%; padding: 0.25em 0px 0.25em 2vw; }
.globalHeader .siteBrand .siteID img { height: 100%; }
.globalHeader .siteBrand .siteID p { display: none; }
@media (min-width: 1200px) {
.globalHeader .siteBrand { padding: 1rem 0px 1rem 40px; display: flex; align-items: center; }
.globalHeader .siteBrand .siteID { width: min(20vw, 260px); height: auto; padding: 0px; }
.globalHeader .siteBrand .siteID p { display: block; font-size: min(3vw, 0.93rem); color: var(--color-re-002); letter-spacing: 0.0075em; white-space: nowrap; padding-top: 0.25em; width: 100%; text-align: center; }
}
.globalFunc { display: none; }
@media (min-width: 1200px) {
.globalFunc { width: 100%; display: flex; flex-direction: column; justify-content: space-between; }
}
.globalFunc .upperFunc { clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 60px 100%); display: flex; align-items: center; justify-content: flex-end; padding: 0px 4vw; }
@media (min-width: 1200px) {
.globalFunc .upperFunc { padding: 0px; }
}
.globalFunc .upperFunc .nav { display: flex; align-items: center; flex-wrap: wrap; column-gap: 3rem; padding: 0.7rem 40px 0.7rem 5vw; list-style: none; background-color: var(--color-re-001); border-radius: 0px 0px 0px 4em; }
.globalFunc .upperFunc .nav li { list-style: none; margin: 0px; width: auto; flex: 1 1 auto; display: flex; align-items: center; justify-content: center; position: relative; }
.globalFunc .upperFunc .nav li a { display: flex; align-items: center; font-size: min(4vw, 0.875rem); color: var(--color01); letter-spacing: 0.075em; white-space: nowrap; }
.globalFunc .upperFunc .nav li a::before { content: ""; display: inline-block; margin-right: 0.25em; width: min(5vw, 18px); height: min(5vw, 18px); background-size: contain; background-repeat: no-repeat; }
.ico-faq::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-callback::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-contact::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-init::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-next::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-results::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-news2::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-callback2::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-faq2::before { background-image: url("data:image/svg+xml;utf-8,"); }
.globalFunc .upperFunc .nav li.toShinsei a { color: var(--color02); background: var(--color01); line-height: 1; padding: 0.5em 0.75em 0.5em 1em; border-radius: 2em; }
.globalFunc .upperFunc .nav li.toShinsei a::before { display: none !important; }
.hasSubMega > a:hover { text-decoration: none !important; }
.hasSubMega > a::after { content: ""; display: inline-block; margin: auto 0.5em auto 0.75em; width: min(3vw, 1rem); height: min(3vw, 1rem); font-size: 1rem; transform: rotate(90deg); padding: 0px; background-position: 50% center; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); background-size: contain; transition: all 0.2s ease 0s; }
.hasSubMega > a:hover::after, .hasSubMega.is-active > a::after { background-image: url("data:image/svg+xml;utf-8,"); }
.hasSubMega.is-active > a::after { transform: rotate(90deg) scale(-1, 1); }
.hasSubMega > .subNav { opacity: 0; visibility: hidden; position: absolute; width: 100%; display: block; top: 100%; left: 0px; right: 0px; margin: auto; transform: none; z-index: 999; background: var(--color-re-003); padding: 1em 0px; box-shadow: none; border-radius: 0px; transition: opacity 0.25s ease 0s; }
.hasSubMega.is-active > .subNav { opacity: 1; visibility: visible; }
.hasSubMega.is-active > .subNav a { line-height: 1; display: flex; align-items: center; font-size: min(3.5vw, 1rem); letter-spacing: 0.075em; white-space: nowrap; }
.hasSubMega.is-active > .subNav .subNavInner { display: flex; justify-content: flex-start; column-gap: 3rem; }
.hasSubMega.is-active > .subNav .subNavInner dl dt a { color: var(--color-re-001); font-weight: 600; font-size: min(3vw, 1.125rem); padding: 0.5rem 0px; width: fit-content; }
.hasSubMega.is-active > .subNav .subNavInner dl dd ul { display: grid; grid-template-columns: repeat(2, 1fr); }
.hasSubMega.is-active > .subNav .subNavInner dl dd ul:has(li:only-child) { grid-template-columns: 1fr; }
.hasSubMega.is-active > .subNav .subNavInner dl dd ul li { display: flex; align-items: center; justify-content: flex-start; margin-left: 0px; margin-bottom: 0px; }
.hasSubMega.is-active > .subNav .subNavInner dl a::after { content: ""; display: inline-block; margin: 0.25em 0.5em auto 0.75em; width: min(3vw, 0.65em); height: min(3vw, 0.65em); background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); background-size: contain; }
.hasSubMega.is-active > .subNav .subNavInner dl dd ul li a { justify-content: flex-start; padding: 0.5rem 0px; font-weight: 400; position: relative; font-size: min(3vw, 1rem); width: fit-content; }
.hasSubMega.is-active > .subNav .subNavInner dl dd ul li a:hover { text-decoration: none; }
.globalFunc .lowerFunc { display: flex; width: 100%; align-items: center; justify-content: flex-end; padding: 0px 40px 0px 0px; }
.globalFunc .lowerFunc .nav { width: 100%; margin: 0px; list-style: none; display: flex; align-items: baseline; justify-content: flex-end; }
.globalFunc .lowerFunc .nav > li { width: auto; flex: 0 1 auto; display: flex; align-items: center; justify-content: center; position: static; padding: 0px 0.75rem; margin-left: 0px; margin-bottom: 0px; }
.globalFunc .lowerFunc .nav > li.gsearch { padding: 0px 0px 0px 1.75em; }
.globalFunc .lowerFunc .nav li:not(:last-of-type)::after { display: none; }
.globalFunc .lowerFunc .nav > li > a, .globalFunc .lowerFunc .nav > li > span { display: flex; align-items: center; justify-content: center; font-size: min(3vw, 1rem); font-weight: 600; color: var(--color102); white-space: nowrap; padding: 1.5em 0.25em; width: 100%; text-align: center; transition: all 0.25s ease 0s; cursor: pointer; position: relative; }
.globalFunc .lowerFunc .nav > li.is-active > a, .globalFunc .lowerFunc .nav > li > a.current, .globalFunc .lowerFunc .nav > li > a:hover { color: var(--color-re-001); text-decoration: none; }
.globalFunc .lowerFunc .nav > li > a.current::after { content: ""; position: absolute; z-index: 100; bottom: 0px; display: block; width: 100%; height: 8px; border-radius: 8px 8px 0px 0px; background: var(--color-re-001); }
.localNav ul li a[class^="ico-"]::before { content: ""; display: inline-block; margin-right: 0.5em; width: min(5vw, 1.75em); height: min(5vw, 1.75em); background-size: contain; background-repeat: no-repeat; }
.localNav ul li a.ico-callback::before { background-image: url("data:image/svg+xml;utf-8,"); }
.localNav ul li a.ico-faq::before { background-image: url("data:image/svg+xml;utf-8,"); }
.localNav ul li a.ico-contact::before { margin-left: -5px; background-image: url("data:image/svg+xml;utf-8,"); width: min(6vw, 2.5em) !important; }
.localSearch { display: flex; border-radius: 16px; border: 1px solid rgb(107, 111, 135); overflow: hidden; }
.localSearch input[name="q"] { width: 90%; border-radius: 0px; padding: 0.5em 0.5em 0.5em 1em; border: none; outline: none; }
@media (min-width: 1200px) {
.localSearch input[name="q"] { width: 122px; }
}
.localSearch button[name="sa"] { width: 36px; padding: 0.5em; border-radius: 0px 16px 16px 0px; background-color: var(--color01); border: none; cursor: pointer; display: flex; justify-content: center; align-items: center; }
.gsc-orderby-container { display: none !important; visibility: hidden !important; }
.gcsc-more-maybe-branding-root { display: none !important; visibility: hidden !important; }
#___gcse_0 { border-radius: 6px; margin-bottom: 1rem; padding: min(4vw, 2em); background-color: var(--color01); box-sizing: border-box; border: 1px solid var(--color-re-006); }
.gsc-webResult.gsc-result { border-bottom: 1px solid rgb(204, 204, 204) !important; padding: 1rem 0px !important; }
.gs-result .gs-title, .gs-result .gs-title * { margin-bottom: 0.25em; font-size: min(3vw, 1.375rem) !important; color: var(--color102) !important; }
.gs-webResult .gs-visibleUrl { color: var(--color05) !important; }
.gs-snippet { font-size: min(3vw, 1rem) !important; color: rgb(71, 71, 71) !important; margin-top: 0.5em !important; }
.gs-fileFormat { display: none !important; visibility: hidden !important; }
.gs-web-image-box { width: 100px !important; }
.gs-web-image-box .gs-image { max-width: 100% !important; }
.gs-web-image-box .gs-image::after { display: none !important; visibility: hidden !important; }
.gsc-results .gsc-cursor { align-items: center; justify-content: center; gap: 1em; display: flex !important; }
.gsc-results .gsc-cursor-box .gsc-cursor-page { font-size: min(3vw, 1.125rem); line-height: 1; border: 1px solid var(--color100); padding: 0.35em 0.5em; background: var(--color103); margin-right: 0px !important; color: var(--color100) !important; }
.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page { background: var(--color100); pointer-events: none; color: var(--color01) !important; }
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover { background: var(--color100); opacity: 0.75; color: var(--color01) !important; text-decoration: none !important; }
.slider { padding: 0px; }
.slider .slideWrap { position: relative; border-bottom: 1px solid var(--color-re-006); }
.slider .splide__arrows .splide__arrow { background: none; border: none; cursor: pointer; height: calc(100% - 1em); position: absolute; top: 0px; z-index: 100; }
.slider .splide__arrows .splide__arrow.splide__arrow--prev { left: min(4vw, 40px); }
.slider .splide__arrows .splide__arrow.splide__arrow--next { right: min(4vw, 40px); }
.slider .splide__arrows .splide__arrow::after { content: ""; display: block; width: min(4vw, 3em); height: min(4vw, 3em); background-color: rgb(255, 255, 255); background-size: contain; background-repeat: no-repeat; border-radius: 50%; border: 1px solid var(--color-re-006); }
.slider .splide__arrows .splide__arrow.splide__arrow--prev::after { background-image: url("data:image/svg+xml;utf-8,"); }
.slider .splide__arrows .splide__arrow.splide__arrow--next::after { background-image: url("data:image/svg+xml;utf-8,"); }
.splide__slide img { max-width: 100%; width: 100%; }
.splide__pagination { width: fit-content; position: absolute; left: 0px; right: 0px; margin: 1rem auto; display: flex; gap: 1rem; }
.splide__pagination li { cursor: pointer; }
.splide__pagination li .splide__pagination__page { aspect-ratio: 1 / 1; border-radius: 50%; border: 2px solid var(--color-re-002); background: var(--color01); cursor: pointer; }
.splide__pagination li .splide__pagination__page.is-active { border: 2px solid var(--color-re-001); background: var(--color-re-001); }
.splide__playpause { position: absolute; right: min(4vw, 56px); margin-top: 0.5rem; display: grid; place-items: center; width: 32px; padding: 0px; border: none; color: var(--color-re-001); background-color: var(--color01); aspect-ratio: 1 / 1; cursor: pointer; }
.splide__playpause::before { content: ""; width: 100%; background-color: currentcolor; mask-image: url("data:image/svg+xml;utf-8,"); mask-repeat: no-repeat; mask-position: center center; mask-size: 50%; aspect-ratio: 1 / 1; }
.splide__playpause.isAutoPlay::before { mask-image: url("data:image/svg+xml;utf-8,"); }
.toggleList > * { transition: transform 0.2s ease-out 0s, opacity 0.2s linear 0s; }
.toggleList .hide { opacity: 0; transform: translate3d(0px, 10px, 0px); backface-visibility: hidden; }
#newsIndex { padding: min(6vh, 60px) 0px min(10vh, 100px); }
#newsIndex .secHeadline { text-align: center; font-weight: 600; font-size: min(6vw, 2.5rem); color: var(--color-re-002); padding: 0px; margin-bottom: 1em; }
.ico-bell::before { content: ""; display: inline-block; margin-right: 0.75rem; width: min(6vw, 2rem); height: min(6vw, 2rem); font-size: 1rem; padding: 0px; justify-self: center; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-size: contain; background-image: url("data:image/svg+xml;utf-8,") !important; }
.info_cat { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; width: 100%; padding: 0px; list-style: none; column-gap: 0.5em; margin: 2em auto; }
@media (min-width: 768px) {
.info_cat { width: 80%; padding: 0px; column-gap: 1.5em; }
}
.info_cat li { border-radius: 16px; font-size: min(3.5vw, 1rem); border: 1px solid rgb(144, 144, 144); color: rgb(144, 144, 144); font-weight: 400; line-height: 1; padding: 0.4em 1em 0.55em; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; position: relative; white-space: nowrap; margin-left: 0px; }
.info_cat li.current, .info_cat li:hover { background-color: var(--color100); color: var(--color01); border: 1px solid var(--color100); }
.newsIndex::-webkit-scrollbar { width: 14px; }
.newsIndex::-webkit-scrollbar-track { background-color: rgb(238, 238, 238); }
.newsIndex::-webkit-scrollbar-thumb { background-image: none; background-color: rgb(221, 221, 221); box-shadow: none; }
.newsIndex { max-height: 30em; overflow-y: scroll; position: relative; width: 100%; margin: 0px auto; padding: 0px; display: block; letter-spacing: -0.05em; }
.newsIndex .listItem { display: inline-block; vertical-align: top; position: relative; padding: 0.5em 0px; margin: 0px; letter-spacing: 0px; width: 100%; border-bottom: 1px solid rgb(220, 220, 220); }
.newsIndex .listItem.on { position: sticky; top: 0px; left: 0px; z-index: 10; background-color: var(--color07); display: flex; align-items: center; padding: 1em 0px 1em 1em; border-radius: 10px; margin-bottom: 1em; border-bottom: 0px; }
.newsIndex .listItem.on::before { content: ""; display: inline-block; padding: 0.75em; position: absolute; left: -0.5em; top: -0.5em; border: 1px solid rgb(220, 220, 220); border-radius: 50%; background-color: var(--color01); width: min(4vw, 1.5em); height: min(4vw, 1.5em); background-size: 50%; background-position: center center; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); }
@media (min-width: 768px) {
.newsIndex .listItem.on::before { position: static; border: none; border-radius: 0px; background-color: transparent; margin-right: 0.25em; width: min(3vw, 0.75em); height: min(3vw, 0.75em); }
}
.newsIndex .listItem:has(a.itemHeadline):hover { cursor: pointer; background: rgb(238, 238, 238); }
.newsIndex .listItem .itemHeadline { font-weight: 400; display: flex; flex-wrap: wrap; align-items: center; padding: 0.25em 0px; width: 100%; }
@media (min-width: 768px) {
.newsIndex .listItem .itemHeadline { flex-wrap: nowrap; }
}
.newsIndex .listItem .itemHeadline > * { font-size: min(3.5vw, 1rem); line-height: 1; color: var(--color02); }
.newsIndex .listItem .itemHeadline > time { min-width: 5.5em; text-align: center; }
.newsIndex .listItem .itemHeadline > div:nth-of-type(1) { min-width: 7.5em; }
.newsIndex .listItem .itemHeadline > div:nth-of-type(1) p { border-radius: 16px; font-size: min(3vw, 0.75rem); background: rgb(255, 255, 255); border: 1px solid rgb(144, 144, 144); color: rgb(144, 144, 144); font-weight: 400; line-height: 1; padding: 0.4em 1em 0.55em; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; position: relative; white-space: nowrap; width: calc(100% - 3em); margin: auto; }
.newsIndex .listItem.on .itemHeadline > div:nth-of-type(1) p { background-color: var(--color01); }
.newsIndex .listItem .itemHeadline > div:nth-of-type(2) { width: 100%; padding: 0px 1em 0px 0px; line-height: 2; display: block; column-gap: 0.5em; text-align: left; }
@media (min-width: 768px) {
.newsIndex .listItem .itemHeadline > div:nth-of-type(2) { width: auto; flex-grow: 1; line-height: 1.6; }
}
.newsIndex .listItem .itemHeadline > div:nth-of-type(2) .newBadge { display: inline-block; vertical-align: -0.5em; margin-left: 0.25rem; }
.newsIndex .listItem .itemHeadline > div:nth-of-type(2) > a, .newsIndex .listItem .itemHeadline > div:nth-of-type(2) > span:not(.newBadge):not([style]) { color: var(--color-re-005); display: inline; border-bottom: 1px solid var(--color-re-005); margin: 0px 0.25em; transition: all 0.25s ease 0s; text-decoration: none !important; }
.newsIndex .listItem a.itemHeadline::after { content: "›"; color: rgb(102, 102, 102); font-size: 16px; padding: 0px; display: flex; width: min(3vw, 1em); height: min(3vw, 1em); margin-left: 0px; margin-right: 0px; justify-content: center; align-items: center; line-height: 1; position: absolute; right: 0.5em; top: calc(50% - 0.6em); background-color: transparent; background-image: none !important; }
#newsDetail { padding: min(10vh, 100px) 0px; }
.newsDetail { width: 100%; margin: 0px auto; padding: 0px; display: block; letter-spacing: -0.05em; }
.newsDetail .listItem { display: inline-block; vertical-align: top; position: relative; padding: 0.5em 0px; letter-spacing: 0px; width: 100%; border-bottom: 1px solid rgb(220, 220, 220); }
.newsDetail .listItem.on { background-color: var(--color07); display: flex; align-items: center; padding: 1em 0px 1em 1em; border-radius: 10px; margin-bottom: 1em; border-bottom: 0px; }
.newsDetail .listItem.on::before { content: ""; display: inline-block; padding: 0.75em; position: absolute; left: -0.5em; top: -0.5em; border: 1px solid rgb(220, 220, 220); border-radius: 50%; background-color: var(--color01); width: min(4vw, 1.5em); height: min(4vw, 1.5em); background-size: 50%; background-position: center center; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); }
@media (min-width: 768px) {
.newsDetail .listItem.on::before { position: static; border: none; border-radius: 0px; background-color: transparent; margin-right: 0.25em; width: min(3vw, 0.75em); height: min(3vw, 0.75em); }
}
.newsDetail .listItem .itemHeadline { font-weight: 400; display: flex; flex-wrap: wrap; align-items: center; cursor: pointer; padding: 0px; width: 100%; }
@media (min-width: 768px) {
.newsDetail .listItem .itemHeadline { flex-wrap: nowrap; }
}
.newsDetail .listItem .itemHeadline > * { font-size: min(3.5vw, 1rem); line-height: 1; color: var(--color02); }
.newsDetail .listItem .itemHeadline > time { min-width: 5.5em; text-align: center; }
.newsDetail .listItem .itemHeadline > div:nth-of-type(1) { min-width: 7.5em; }
.newsDetail .listItem .itemHeadline > div:nth-of-type(1) p { border-radius: 16px; font-size: min(3vw, 0.75rem); border: 1px solid rgb(144, 144, 144); color: rgb(144, 144, 144); font-weight: 400; line-height: 1; padding: 0.4em 1em 0.55em; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; position: relative; white-space: nowrap; width: calc(100% - 3em); margin: auto; }
.newsDetail .listItem.on .itemHeadline > div:nth-of-type(1) p { background-color: var(--color01); }
.newsDetail .listItem .itemHeadline > div:nth-of-type(2) { width: 100%; padding: 0.75em 2em 0px 0px; line-height: 1.4; }
@media (min-width: 768px) {
.newsDetail .listItem .itemHeadline > div:nth-of-type(2) { width: auto; flex-grow: 1; padding-top: 0px; line-height: 1.6; }
}
.newsDetail .listItem a.itemHeadline::after { content: "›"; display: flex; width: min(3vw, 1em); height: min(3vw, 1em); justify-content: center; align-items: center; line-height: 1; position: absolute; right: 0.5em; top: calc(50% - 0.6em); }
.newsDetail .listItem dt.itemHeadline::after { content: "+"; display: flex; color: rgb(167, 167, 167); width: min(4vw, 1em); height: min(4vw, 1em); justify-content: center; align-items: center; position: absolute; right: 0.5em; top: 0.5em; }
.newsDetail .listItem.toggleOpen dt.itemHeadline::after { content: "ー"; }
.newsDetail .listItem dd { display: none; overflow: hidden; width: 100%; margin-top: 0.5em; }
.newsDetail .listItem.toggleOpen dd { height: auto; }
.newsDetail .listItem dd div { width: 100%; padding: 1rem; background-color: var(--color09); border-radius: 16px; }
.newsDetail .listItem dd div p { line-height: 1.8; width: 100%; font-feature-settings: "palt"; font-size: min(3.5vw, 1rem); font-weight: 400; }
.newsDetail .listItem dd div p:empty { display: none !important; }
#about { background: linear-gradient(rgb(234, 101, 138), rgb(253, 238, 155)); }
#about .secHeadline { color: var(--color01); font-size: min(4vw, 1.375rem); margin: 0px auto min(10vh, 60px); width: 70%; position: relative; padding: 0px; justify-content: flex-start; }
#about .secHeadline img { max-width: 100%; width: 100%; margin: 0px auto 0px 0px; }
#about .secHeadline span { display: inline-block; padding: 0px; position: absolute; right: 0px; top: 0.5em; font-size: min(5vw, 1.375rem); }
@media (min-width: 960px) {
#about .secHeadline { width: fit-content; }
#about .secHeadline img { width: calc(100% - 3em); }
#about .secHeadline span { top: calc(50% + 0.5em); }
}
#about .secLead { color: var(--color01); }
.scheduleTable { background-color: rgb(255, 255, 255); }
@media (min-width: 960px) {
.scheduleTable > dl { display: grid; grid-template-columns: 26% 1fr; }
.wd_entry_table02.scheduleTable > dl { display: grid; grid-template-columns: 34% 1fr; }
}
.scheduleTable > dl:nth-of-type(1) { display: none; }
@media (min-width: 960px) {
.scheduleTable > dl:nth-of-type(1) { display: grid; }
}
.scheduleTable > dl:nth-of-type(1) > dt, .scheduleTable > dl:nth-of-type(1) > dd { background-color: rgb(203, 206, 217); display: flex; align-items: center; justify-content: center; padding: 1.5em 1em; font-weight: 600; }
.scheduleTable > dl > dt, .scheduleTable > dl > dd { font-size: min(3.5vw, 1rem); line-height: 1; margin-top: -1px; margin-left: -1px; border: 1px solid rgb(153, 153, 153); }
.scheduleTable > dl > dt { display: flex; align-items: center; justify-content: center; padding: 1em; line-height: 2.2; background-color: var(--color-re-003); font-size: min(4vw, 1.25rem); font-weight: 600; }
@media (min-width: 960px) {
.scheduleTable > dl > dt { background-color: rgb(255, 255, 255); padding: 2em; font-size: min(3.5vw, 1rem); }
}
.scheduleTable > dl > dd { padding: 1.5em; line-height: 2.2; }
.scheduleTable > dl > dd.nopad { padding: 0px; }
.scheduleTable > dl > dd > table { border-collapse: collapse; margin-top: -1px; margin-left: -1px; width: calc(100% + 2px); }
.scheduleTable > dl > dd > table th, .scheduleTable > dl > dd > table td { font-size: min(3.5vw, 1rem); margin-top: -1px; margin-left: -1px; border: 1px solid rgb(153, 153, 153); line-height: 1; }
.scheduleTable > dl > dd > table th { background-color: rgb(229, 231, 237); text-align: center; padding: 0.75em 1em; font-weight: 600; }
.scheduleTable > dl > dd > table td { text-align: center; padding: 1em; }
.scheduleTable > dl > dd > table tr:last-of-type td { border-bottom: none; text-align: left; line-height: 1.8; }
.scheduleTable > dl > dd > dl { padding: 1.5em; border-bottom: 1px solid rgb(153, 153, 153); }
.scheduleTable > dl > dd > dl:last-child { border-bottom: none; }
.scheduleTable > dl > dd > dl > dt { font-weight: 600; padding-bottom: 0.5em; line-height: 2.2; }
.scheduleTable > dl > dd > dl > dt.wd_follow { margin-top: 2rem; }
.scheduleTable > dl > dd > dl > dt span { color: var(--color100); display: inline-block; padding-left: 1em; }
.scheduleTable > dl > dd > dl > dd { line-height: 2; }
#accessibility .secLead { font-size: min(4vw, 1rem); line-height: 2.2; text-align: justify; color: var(--color02); width: 100%; max-width: var(--innerwidth); margin: 0px auto 2em; padding: 0px 4vw; }
@media (min-width: 960px) {
#accessibility .secLead { padding: 0px; }
}
.exnotes { display: flex; align-items: flex-start; flex-direction: column; }
.exnotes dt { font-weight: 600; width: 10%; text-align: center; }
.exnotes dd { width: 90%; }
.exnotes dd > ul li { list-style: none; }
@media (min-width: 960px) {
.exnotes { flex-direction: row; align-items: center; }
}
.sysRequire { display: flex; align-items: flex-start; flex-flow: column wrap; row-gap: 1em; }
@media (min-width: 960px) {
.sysRequire { flex-direction: row; align-items: center; }
}
.sysRequire > dt { font-weight: 600; text-align: center; background-color: rgb(249, 249, 249); display: flex; align-items: center; justify-content: center; width: 100%; }
.sysRequire > dd { width: 100%; }
@media (min-width: 960px) {
.sysRequire > dt { width: 14em; min-height: 14em; }
.sysRequire > dd { width: calc(100% - 14em); padding: 0px 0px 0px 1em; text-align: justify; }
}
.sysRequire > dd > dl > dt { font-weight: 600; font-size: min(4vw, 20px); }
.sysRequire > dd > dl > dd { padding-bottom: 1em; }
.accCheckList { background-color: rgb(255, 255, 255); }
.accCheckList > dl { display: grid; grid-template-columns: 10% 7% 1fr 7% 7% 20%; }
.accCheckList > dl:nth-of-type(1) > dt, .accCheckList > dl:nth-of-type(1) > dd { background-color: rgb(203, 206, 217); display: flex; align-items: center; justify-content: center; line-height: 1; padding: 1em; font-weight: 600; }
.accCheckList > dl > dt, .accCheckList > dl > dd { display: flex; align-items: center; justify-content: center; font-size: min(3.5vw, 1rem); line-height: 1; margin-top: -1px; margin-left: -1px; border: 1px solid rgb(153, 153, 153); }
.accCheckList > dl > dt { display: flex; align-items: center; justify-content: center; padding: 1em; line-height: 1.4; background: rgb(203, 206, 217); font-weight: 600; }
@media (min-width: 960px) {
.accCheckList > dl > dt { background-color: rgb(255, 255, 255); }
}
.accCheckList > dl > dd { padding: 1em; line-height: 1.4; }
.accCheckList > dl:not(:nth-of-type(1)) > dd:nth-of-type(2) { justify-content: flex-start; }
.accCheckList > dl > dd.nopad { padding: 0px; }
.accCheckList > dl > dd > dl { padding: 2em 1em; border-bottom: 1px solid rgb(153, 153, 153); }
.accCheckList > dl > dd > dl:last-child { border-bottom: none; }
.accCheckList > dl > dd > dl > dt { font-weight: 600; padding-bottom: 0.5em; line-height: 2.2; }
.accCheckList > dl > dd > dl > dt span { color: var(--color100); display: inline-block; padding-left: 1em; }
.accCheckList > dl > dd > dl > dd { line-height: 2.2; }
.docInfo { margin-bottom: 1rem; }
.downloads { display: grid; grid-template-columns: 1fr; padding: 0px; gap: 1rem; }
@media (min-width: 768px) {
.downloads { grid-template-columns: repeat(auto-fill, minmax(259px, 1fr)); gap: 1.5rem; }
}
.downloads:has(a:only-child) { justify-content: flex-start; }
.downloads .docs { text-decoration: none; }
@media (min-width: 768px) {
.downloads .docs { text-decoration: none; }
}
.docs { display: grid; grid-template-columns: 1fr min(17%, 42px); align-items: center; justify-content: space-between; background-color: var(--color01); border-radius: 7px; box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 0px 0px; width: 100%; padding: 1.5rem 2rem; margin: 0px; height: 100%; border: 1px solid rgba(0, 0, 0, 0.1); transition: transform 0.2s ease-in 0s, box-shadow 0.2s ease-in 0s; }
a.docs::after { content: ""; display: block; width: 42px; height: 53px; padding: 0px; color: transparent; background-position: left center; background-repeat: no-repeat; background-size: contain; margin: 0px !important; background-color: transparent !important; }
a.docs[href$=".pdf"]::after { background-image: url(""); }
a.docs[href$=".docx"]::after { background-image: url(""); }
a.docs[href$=".xlsx"]::after { background-image: url(""); }
a.docs[href$=".pptx"]::after { background-image: url(""); }
a.docs[href$=".zip"]::after { background-image: url(""); }
.docs p { font-size: min(4vw, 1.125rem); color: var(--color-re-002); font-weight: 600; padding: 0px 0.5em 0px 1em; text-align: justify; }
.docs p small { display: block; font-size: 61%; margin-top: 0.5rem; font-weight: 400; color: var(--color-re-001); }
.docs p small:empty { display: none; }
.docs p span { display: block; font-size: min(3vw, 0.875rem); line-height: 1; margin-top: 0.75rem; font-weight: 400; color: var(--color-re-004); }
.docs p .size:empty { display: none; }
.docs p .size { margin-top: 0.35rem; }
.downloads.--btnType03 { grid-template-columns: repeat(auto-fill, minmax(352px, 1fr)); }
@media (min-width: 768px) {
}
.downloads.--btnType03 .docs p span { font-size: 65%; color: rgb(0, 0, 0); }
.selectRound ul { display: flex; flex-flow: wrap; list-style: none; justify-content: flex-start; column-gap: 1rem; }
.selectRound ul li { margin: 0px; padding: 1em 0.5em 1.2em; background: var(--color01); color: var(--color-re-002); border: 1px solid rgb(227, 227, 227); text-align: center; font-size: min(4vw, 1.375rem); line-height: 1; font-weight: 600; border-radius: 4px; letter-spacing: 0.1em; }
@media (min-width: 1200px) {
.selectRound ul li { padding: 1em 4em 1.2em; }
}
.selectRound ul li:not(.active) { cursor: pointer; }
.selectRound ul li.active { background: var(--color-re-007); box-shadow: inset 0 -4px 0 0 var(--color-re-001); }
.targetRound { }
@media (min-width: 1200px) {
.targetRound { }
}
#onboading .secLead { margin: 0px auto 4rem; font-size: min(3.5vw, 1.25rem); text-align: left; display: block; }
.boards { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1rem; border-bottom: 1px solid rgb(204, 204, 204); padding-bottom: 3rem; margin-bottom: 3rem; }
.boards:last-child { border-bottom: none; margin-bottom: 0px; }
.boards .board { background: var(--color01); border-radius: 7px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px; width: 100%; margin: 0px; height: 100%; transition: transform 0.25s ease-in 0s, box-shadow 0.25s ease-in 0s; overflow: hidden; border-bottom: 6px solid rgb(239, 72, 153); }
.boards .board:hover { transform: translate(0px, -0.5rem); }
.boards .board dt { font-weight: 600; font-size: min(4vw, 1.375rem); padding: 1rem 1rem 1rem 2rem; }
.boards .board dd { padding: 0px 1.25rem 1.25rem; }
.boards .board dd ul { display: flex; flex-direction: column; row-gap: 0.5rem; }
.boards .board dd ul li { margin-left: 0px; margin-bottom: 0px; font-weight: 400; }
.boards .board dd ul li a { display: flex; align-items: center; text-decoration: none; position: relative; background: var(--color01); font-size: min(4vw, 1.125rem); color: rgb(74, 85, 104); line-height: 1; padding: 0.75rem 1rem; border: 1px solid rgb(226, 232, 240); border-radius: 5px; font-weight: 600; transition: background 0.5s ease 0s, color 0.5s ease 0s; }
.boards .board dd ul li a:hover { background: var(--color100); color: var(--color01); border-color: rgb(203, 213, 224); }
.boards .board dd ul li a::before { content: ""; display: inline-block; margin-right: 0.5em; margin-bottom: -1px; width: min(4vw, 1em); height: min(4vw, 1em); background-size: cover; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); transition: background-image 0.5s ease 0s; }
.boards .board dd ul li a:hover::before { background-image: url("data:image/svg+xml;utf-8,"); }
.boards .board dd ul li a::after { content: "◀ 参加申込"; line-height: 1; font-weight: 600; color: var(--color01); margin-left: 2.5em; font-size: 65%; opacity: 0; display: block; width: fit-content; }
.boards .board dd ul li a:hover::after { opacity: 1; margin-left: 1.5em; transition: opacity 0.5s ease 0s, margin-left 0.5s ease 0s; }
.boards .end { border-bottom: 6px solid rgb(204, 204, 204); background: rgb(221, 221, 221) !important; }
.boards .end:hover { transform: none; }
.board li a[href=""] { cursor: default; background: rgb(221, 221, 221) !important; color: rgb(156, 156, 156) !important; border-color: rgb(203, 213, 224) !important; pointer-events: none !important; }
.boards .end a::before, .board li a[href=""]::before { background-image: url("data:image/svg+xml;utf-8,") !important; }
#contact { padding: 0px 0px min(10vh, 100px); }
#contact .secInner { background-color: rgb(238, 238, 238); padding: min(7vh, 70px) 0px min(2.5vh, 40px); border-radius: 6px; position: relative; }
#contact .secInner .secContent { position: relative; display: flex; flex-direction: column; background: none; }
#contact .contact_f .secContent::before { content: ""; display: block; width: min(18vw, 160px); height: min(18vw, 160px); background: url("") 0% 0% / cover no-repeat; margin: 0px auto; order: 2; }
#contact .contact_f .secContent > p { order: 1; }
#contact .contact_f .secContent .btnWrap { order: 3; }
@media (min-width: 768px) {
#contact .contact_f .secContent::before { position: absolute; left: 9%; bottom: 50%; order: 1; }
#contact .contact_f .secContent > p { order: 2; }
}
#contact .secInner .secHeadline { padding: 0px 0px min(2.5vh, 100px); line-height: 1; }
#contact .secInner .secContent { box-shadow: none; }
.secWrap { background-color: var(--color01); }
#callback .secWrap .secHeadline { text-align: center; width: 100%; font-size: min(4vw, 1.25rem); font-weight: 600; line-height: 1; padding: 3em 0px 0px; }
.faq_cat { display: grid; gap: 0.75em; margin: 0px auto min(10vw, 70px); list-style: none; }
@media (min-width: 768px) {
.faq_cat { grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1em), 1fr)); }
}
.faq_cat > * { text-align: center; font-size: min(4vw, 1.125rem); color: var(--color04); border-radius: 2em; background-color: var(--color01); line-height: 1; padding: 1em; font-weight: 600; cursor: pointer; list-style: none; margin: 0px; display: flex; align-items: center; justify-content: center; box-sizing: border-box; border: 1px solid var(--color-re-006); }
.faq_cat > .refine { padding: 0px; overflow: hidden; }
.faq_cat > .refine form { width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; position: relative; }
.faq_cat > .refine form input { width: calc(100% - 60px); height: 100%; border: none; padding: 1em; font-size: min(4vw, 1.125rem); text-align: center; outline: none; }
.faq_cat > .refine form input::placeholder { text-align: center; color: rgb(164, 164, 164); }
.faq_cat > .refine form button.submit { background-color: rgb(167, 167, 167); border: none; width: 60px; height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.faq_cat > .refine form button.submit img { height: 42%; }
.faq_cat > .refine form button.reset { position: absolute; right: 85px; background-color: var(--color-re-004); color: var(--color01); border-radius: 16px; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; white-space: nowrap; aspect-ratio: 1 / 1; }
.faq_cat_li.wd_active, .faq_cat > :not(.refine).current, .faq_cat > :not(.refine):hover { background-color: var(--color102); color: var(--color01); }
.faqCatTitle { text-align: center; width: 100%; color: var(--color01); background-color: var(--color102); border-radius: 6px; font-size: min(4vw, 1.25rem); font-weight: 400; line-height: 1; padding: 0.75em 0px; margin-bottom: 0.75em; }
.faqList { width: 100%; margin: 0px auto 2em; padding: 0px; display: flex; flex-direction: column; row-gap: 0.75em; counter-reset: q 0; }
.faqList + p { font-size: min(3.5vw, 1rem); text-align: center; }
.faqList dl { display: inline-block; vertical-align: top; position: relative; padding: 0px; background-color: var(--color01); letter-spacing: 0px; width: 100%; border-radius: 34px; counter-increment: q 1; box-sizing: border-box; border: 1px solid var(--color-re-006); }
.faqList dl dt { font-weight: 600; display: grid; grid-template-columns: 3em 1fr min(4vw, 1em); align-items: flex-start; padding: 0.9em 2vw 1em; cursor: pointer; }
@media (min-width: 768px) {
.faqList dl dt { padding: 1em 2vw 0.8em; }
}
.faqList dl dt::after { content: "+"; line-height: 1; display: block; color: rgb(167, 167, 167); width: min(4vw, 1em); height: min(4vw, 1em); }
.listItem.wd_active dt::after, .faqList dl.toggleOpen dt::after { content: "ー"; }
.faqList dl dt::before { content: "Q" counter(q); font-weight: 400; font-size: min(4vw, 1.125rem); line-height: 1.2; }
.faqList dl dt p { line-height: 1.4; user-select: none; letter-spacing: 0.05em; font-feature-settings: "palt"; font-size: min(5vmin, 1rem); font-weight: 400; padding: 0px 2em 0px 0px; text-align: justify; color: rgb(0, 0, 0); display: flex; align-items: center; flex-wrap: wrap; }
.faqList dl.toggleOpen dt p { font-weight: 600; }
.faqList dl dd { display: none; padding: 0px 2vw; width: 100%; font-size: min(3.75vmin, 1rem); }
.faqList dl.toggleOpen dd { height: auto; }
.faqList dl dd > div { line-height: 1.8; width: 100%; padding: 0px 1em 1em 2em; display: grid; grid-template-columns: 2em 1fr; }
.faqList dl dd > div::before { content: "A"; color: rgb(255, 98, 80); }
.faqList dl dd > div p { font-feature-settings: "palt"; font-size: min(5vw, 1rem); font-weight: 400; }
.faqList dl dd > div p:empty { display: none !important; }
.faqList dl dd > div p a { color: var(--color100); text-decoration: underline; }
.faqList dl dd > div p a:hover { text-decoration: none; }
.roundChangeTabs { color: var(--color-re-002); width: 100%; max-width: var(--innerwidth); margin: 0px auto 2rem; padding: 0px; list-style: none; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 1rem; }
.roundChangeTabs li { margin-left: 0px; margin-bottom: 0px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; border: 1px solid rgb(227, 227, 227); border-radius: 4px; width: 100%; font-size: min(4vw, 1.125rem); font-weight: 600; line-height: 1; padding: 1em 0px calc(1em + 4px); color: var(--color-re-002); cursor: pointer; transition: all 0.5s ease 0s; }
.roundChangeTabs li:hover { box-shadow: inset 0 -4px 0 0 var(--color-re-001); }
.roundChangeTabs li.current { background: var(--color-re-007); box-shadow: inset 0 -4px 0 0 var(--color-re-001); }
@media (min-width: 640px) {
.roundChangeTabs { flex-direction: row; padding: 0px; }
.roundChangeTabs li { width: calc(33.3333% - 0.5rem); }
}
.roundChangeBody { margin-bottom: 3rem; }
.vidtoc { background: var(--color-re-003); border-top: 1px solid rgb(227, 227, 227); border-bottom: 1px solid rgb(227, 227, 227); margin-bottom: 3rem; }
.vidtoc dt { line-height: 1; padding: 1em 1em 1em 1.5em; font-size: min(4vw, 1.25rem); color: var(--color-re-002); font-weight: 600; position: relative; }
.vidtoc .js-toggleBtn::after { position: absolute; right: 2vw; content: "+"; color: var(--color-re-001); font-weight: 600; display: inline-block; width: min(4vw, 1.25em); height: min(4vw, 1.25em); background-size: contain; background-repeat: no-repeat; background-image: none; transform: none; }
.vidtoc .js-toggleBtn.open::after { content: "ー"; }
.vidtoc dd { overflow: hidden; display: none; padding: 0.5em 1.5em 2em 2em; }
.vidtoc dd li { font-size: min(4vw, 1.25rem); margin-bottom: 0.75em; }
.vid > iframe { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; margin: auto; z-index: 1; border-bottom: 1px solid var(--color-re-006); }
@media (min-width: 960px) {
.vid > iframe { width: 100%; }
}
#policy .secLead { font-size: min(4vw, 1rem); line-height: 2.2; text-align: justify; color: var(--color02); width: 100%; max-width: var(--innerwidth); margin: 0px auto 2em; padding: 0px 4vw; }
@media (min-width: 960px) {
#policy .secLead { padding: 0px; }
}
.secInner > dl { margin-bottom: 1.5em; }
dl > .defTitle { font-weight: 600; line-height: 1; padding: 0.5em; background-color: rgb(229, 231, 237); width: fit-content; border-top: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204); border-image: initial; border-bottom: none; }
dl > .defTitle + dd { padding: 1em 0px; border-top: 1px solid rgb(204, 204, 204); }
dl > .defTitle + dd p { margin-bottom: 0.5em; line-height: 2; }
dl > .defTitle + dd ul, dl > .defTitle + dd ol { line-height: 2; }
.listOLLv1 > li { margin-bottom: 1.5em; }
.listOLLv1 > li > p:nth-of-type(1) { font-weight: 600; margin-bottom: 0.5em; }
.listOLLv2 { padding-left: 0px; }
.listOLLv2 > li { margin-bottom: 0.5em; }
.footerCTA { font-size: min(4vw, 1rem); background-image: linear-gradient(45deg, rgb(253, 255, 236), rgb(221, 238, 255)); padding: min(4vw, 3rem) 0px 1rem; position: relative; margin-bottom: 2rem; }
.footerCTA .secHeadline { align-items: center; padding: 0px; font-size: min(4vw, 1.75rem); color: var(--color-re-002); }
.footerInfo { background: var(--color01); }
.footerInfoInner { padding: 0px 2vw min(10vh, 3rem); }
.footerInfoInner > p { text-align: center; font-size: min(3.5vw, 1rem); line-height: 1.8; margin-bottom: 2.5rem; }
.footerInfoInner .relational { width: 100%; margin: auto; display: flex; justify-content: space-between; column-gap: 2vw; }
.footerInfoInner .relational a::after { display: none !important; }
.globalFooter { background-color: var(--color-re-002); color: var(--color01); }
.footerLinks { background-color: var(--color-re-002); font-size: min(4vw, 0.875rem); color: var(--color02); padding: 4em 4vw; }
.footerLinks ul { display: flex; justify-content: center; column-gap: 3em; list-style: none; flex-wrap: wrap; margin: auto; }
@media (min-width: 768px) {
.footerLinks ul { justify-content: center; }
}
.footerLinks ul li { list-style: none; margin: 0px; }
.footerLinks ul li a { color: var(--color01); display: flex; align-items: center; line-height: 1; }
.footerLinksInner li { position: relative; display: flex; align-items: center; }
.footerLinksInner li::after { content: ""; display: inline-block; margin: auto 0.5em auto 0.75em; width: min(3vw, 0.85rem); height: min(3vw, 0.85rem); font-size: 1rem; padding: 0px; justify-self: center; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-size: contain; background-image: url("data:image/svg+xml;utf-8,") !important; }
.footerLinks ul li a { display: inline-block; }
.indent { display: block; padding-left: 1em; text-indent: -1em; }
.indent.cha5 { padding-left: 5em; text-indent: -5em; }
.annotation { font-size: min(3vw, 0.875rem); display: inline-block; padding-left: 1em; text-indent: -1em; margin-bottom: 0.25em !important; line-height: 1.4 !important; }
.withShadow { box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 0px 0px; }
.colorLink { color: var(--color100); text-decoration: underline; }
.underline { text-decoration: underline; }
.noBullet, .noBullet li { list-style-type: none; margin-left: 0px; }
.external { position: relative; }
.external::after { content: ""; display: inline-block; margin-left: 0.25em; margin-bottom: 0px; vertical-align: -2px; width: min(4vw, 1.25em); height: min(4vw, 1.25em); background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); }
.external.ico2::after { background-image: url("data:image/svg+xml;utf-8,") !important; }
.btn.external::after { position: absolute; right: 1em; margin-bottom: 0px; }
a:is([href$=".pdf"], [href$=".xlsx"], [href$=".docx"])::after { color: rgb(255, 255, 255); display: inline-block; font-size: 9px; font-weight: 400; line-height: 1; border-radius: 2px; margin-left: 5px; margin-right: 3px; vertical-align: 2px; padding: 0.35em 0.5em 0.2em; text-indent: 0px; }
a[href$=".pdf"]::after { content: "PDF"; background-color: rgb(241, 79, 74); }
a[href$=".xlsx"]::after { content: "Excel"; background-color: rgb(45, 121, 47); }
a[href$=".docx"]::after { content: "Word"; background-color: rgb(41, 82, 148); }
[class*="ico-"]::after { display: inline-block; font-size: 9px; font-weight: 400; line-height: 1; border-radius: 2px; vertical-align: 2px; margin-left: 5px; margin-right: 3px; padding: 0.35em 0.5em 0.2em; }
.ico-pdf::after { content: "PDF"; color: rgb(255, 255, 255); background-color: rgb(241, 79, 74); }
.ico-xlsx::after { content: "Excel"; color: rgb(255, 255, 255); background-color: rgb(45, 121, 47); }
.ico-docx::after { content: "Word"; color: rgb(255, 255, 255); background-color: rgb(41, 82, 148); }
.ico-external::after { content: ""; display: inline-block; margin-left: 0.25em; margin-bottom: -5px; width: min(4vw, 2em); height: min(4vw, 2em); background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); }
.ico-external.ico2::after { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-chev-down::after { content: ""; display: inline-block; margin: auto 0.5em auto 0.75em; width: min(3vw, 1.5rem); height: min(3vw, 1.5rem); font-size: 1rem; padding: 0px; justify-self: center; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); background-size: contain; }
.ico-chev-right::after { content: ""; display: inline-block; margin: auto 0.5em auto 0.75em; width: min(3vw, 1rem); height: min(3vw, 1rem); font-size: 1rem; padding: 0px; justify-self: center; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); background-size: contain; }
.ico-chev1::before { content: ""; display: inline-block; margin-right: 0.25em; margin-bottom: -3px; width: min(4vw, 1.25em); height: min(4vw, 1.25em); background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); }
.ico-chev2 { color: var(--color02); }
.ico-chev2::before { content: ""; display: inline-block; margin-right: 0.25em; margin-bottom: -4px; width: min(4vw, 1.25em); height: min(4vw, 1.25em); background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); }
.text-underline { text-decoration: underline; }
.px18 { font-size: min(3vw, 1.125rem); }
.px24 { font-size: min(3vw, 1.5rem); }
.mb1 { margin-bottom: 1rem; }
.mb2 { margin-bottom: 2rem; }
.mb3 { margin-bottom: 3rem; }
.mb4 { margin-bottom: 4rem; }
.hide { display: none; visibility: hidden; opacity: 0; }
.block { display: block; }
.iblock { display: inline-block; }
.b { font-weight: 600; }
.c { justify-content: center; text-align: center; align-items: center; }
.l { justify-content: flex-start; text-align: left; }
.r { justify-content: flex-end; text-align: right; }
._sp { display: block !important; }
._pc { display: none !important; }
@media (min-width: 920px) {
._sp { display: none !important; }
._pc { display: block !important; }
}
"); }
.btn-reverse { background-color: var(--color01); color: var(--color100); }
.globalHeader { width: 100%; background-color: rgba(255, 255, 255, 0.45); z-index: 80000; position: sticky; top: 0px; left: 0px; transition: all 0.25s linear 0s; padding: 0px; height: 60px; backdrop-filter: blur(5px); display: flex; align-items: center; box-shadow: rgba(0, 0, 0, 0.16) 0px -1px 0px 0px inset, rgba(0, 0, 0, 0.16) 0px 1px 3px 0px; }
@media (min-width: 1200px) {
.globalHeader { background-color: var(--color01); padding: 0px; height: auto; display: grid; grid-template-columns: min(25%, 310px) 1fr; align-items: stretch; }
}
.globalHeader .siteBrand { margin: 0px; }
.globalHeader .siteBrand .siteID { display: flex; flex-direction: column; align-items: flex-start; width: 43%; padding: 0.25em 0px 0.25em 2vw; }
.globalHeader .siteBrand .siteID img { height: 100%; }
.globalHeader .siteBrand .siteID p { display: none; }
@media (min-width: 1200px) {
.globalHeader .siteBrand { padding: 1rem 0px 1rem 40px; display: flex; align-items: center; }
.globalHeader .siteBrand .siteID { width: min(20vw, 260px); height: auto; padding: 0px; }
.globalHeader .siteBrand .siteID p { display: block; font-size: min(3vw, 0.93rem); color: var(--color-re-002); letter-spacing: 0.0075em; white-space: nowrap; padding-top: 0.25em; width: 100%; text-align: center; }
}
.globalFunc { display: none; }
@media (min-width: 1200px) {
.globalFunc { width: 100%; display: flex; flex-direction: column; justify-content: space-between; }
}
.globalFunc .upperFunc { clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 60px 100%); display: flex; align-items: center; justify-content: flex-end; padding: 0px 4vw; }
@media (min-width: 1200px) {
.globalFunc .upperFunc { padding: 0px; }
}
.globalFunc .upperFunc .nav { display: flex; align-items: center; flex-wrap: wrap; column-gap: 3rem; padding: 0.7rem 40px 0.7rem 5vw; list-style: none; background-color: var(--color-re-001); border-radius: 0px 0px 0px 4em; }
.globalFunc .upperFunc .nav li { list-style: none; margin: 0px; width: auto; flex: 1 1 auto; display: flex; align-items: center; justify-content: center; position: relative; }
.globalFunc .upperFunc .nav li a { display: flex; align-items: center; font-size: min(4vw, 0.875rem); color: var(--color01); letter-spacing: 0.075em; white-space: nowrap; }
.globalFunc .upperFunc .nav li a::before { content: ""; display: inline-block; margin-right: 0.25em; width: min(5vw, 18px); height: min(5vw, 18px); background-size: contain; background-repeat: no-repeat; }
.ico-faq::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-callback::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-contact::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-init::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-next::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-results::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-news2::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-callback2::before { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-faq2::before { background-image: url("data:image/svg+xml;utf-8,"); }
.globalFunc .upperFunc .nav li.toShinsei a { color: var(--color02); background: var(--color01); line-height: 1; padding: 0.5em 0.75em 0.5em 1em; border-radius: 2em; }
.globalFunc .upperFunc .nav li.toShinsei a::before { display: none !important; }
.hasSubMega > a:hover { text-decoration: none !important; }
.hasSubMega > a::after { content: ""; display: inline-block; margin: auto 0.5em auto 0.75em; width: min(3vw, 1rem); height: min(3vw, 1rem); font-size: 1rem; transform: rotate(90deg); padding: 0px; background-position: 50% center; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); background-size: contain; transition: all 0.2s ease 0s; }
.hasSubMega > a:hover::after, .hasSubMega.is-active > a::after { background-image: url("data:image/svg+xml;utf-8,"); }
.hasSubMega.is-active > a::after { transform: rotate(90deg) scale(-1, 1); }
.hasSubMega > .subNav { opacity: 0; visibility: hidden; position: absolute; width: 100%; display: block; top: 100%; left: 0px; right: 0px; margin: auto; transform: none; z-index: 999; background: var(--color-re-003); padding: 1em 0px; box-shadow: none; border-radius: 0px; transition: opacity 0.25s ease 0s; }
.hasSubMega.is-active > .subNav { opacity: 1; visibility: visible; }
.hasSubMega.is-active > .subNav a { line-height: 1; display: flex; align-items: center; font-size: min(3.5vw, 1rem); letter-spacing: 0.075em; white-space: nowrap; }
.hasSubMega.is-active > .subNav .subNavInner { display: flex; justify-content: flex-start; column-gap: 3rem; }
.hasSubMega.is-active > .subNav .subNavInner dl dt a { color: var(--color-re-001); font-weight: 600; font-size: min(3vw, 1.125rem); padding: 0.5rem 0px; width: fit-content; }
.hasSubMega.is-active > .subNav .subNavInner dl dd ul { display: grid; grid-template-columns: repeat(2, 1fr); }
.hasSubMega.is-active > .subNav .subNavInner dl dd ul:has(li:only-child) { grid-template-columns: 1fr; }
.hasSubMega.is-active > .subNav .subNavInner dl dd ul li { display: flex; align-items: center; justify-content: flex-start; margin-left: 0px; margin-bottom: 0px; }
.hasSubMega.is-active > .subNav .subNavInner dl a::after { content: ""; display: inline-block; margin: 0.25em 0.5em auto 0.75em; width: min(3vw, 0.65em); height: min(3vw, 0.65em); background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); background-size: contain; }
.hasSubMega.is-active > .subNav .subNavInner dl dd ul li a { justify-content: flex-start; padding: 0.5rem 0px; font-weight: 400; position: relative; font-size: min(3vw, 1rem); width: fit-content; }
.hasSubMega.is-active > .subNav .subNavInner dl dd ul li a:hover { text-decoration: none; }
.globalFunc .lowerFunc { display: flex; width: 100%; align-items: center; justify-content: flex-end; padding: 0px 40px 0px 0px; }
.globalFunc .lowerFunc .nav { width: 100%; margin: 0px; list-style: none; display: flex; align-items: baseline; justify-content: flex-end; }
.globalFunc .lowerFunc .nav > li { width: auto; flex: 0 1 auto; display: flex; align-items: center; justify-content: center; position: static; padding: 0px 0.75rem; margin-left: 0px; margin-bottom: 0px; }
.globalFunc .lowerFunc .nav > li.gsearch { padding: 0px 0px 0px 1.75em; }
.globalFunc .lowerFunc .nav li:not(:last-of-type)::after { display: none; }
.globalFunc .lowerFunc .nav > li > a, .globalFunc .lowerFunc .nav > li > span { display: flex; align-items: center; justify-content: center; font-size: min(3vw, 1rem); font-weight: 600; color: var(--color102); white-space: nowrap; padding: 1.5em 0.25em; width: 100%; text-align: center; transition: all 0.25s ease 0s; cursor: pointer; position: relative; }
.globalFunc .lowerFunc .nav > li.is-active > a, .globalFunc .lowerFunc .nav > li > a.current, .globalFunc .lowerFunc .nav > li > a:hover { color: var(--color-re-001); text-decoration: none; }
.globalFunc .lowerFunc .nav > li > a.current::after { content: ""; position: absolute; z-index: 100; bottom: 0px; display: block; width: 100%; height: 8px; border-radius: 8px 8px 0px 0px; background: var(--color-re-001); }
.localNav ul li a[class^="ico-"]::before { content: ""; display: inline-block; margin-right: 0.5em; width: min(5vw, 1.75em); height: min(5vw, 1.75em); background-size: contain; background-repeat: no-repeat; }
.localNav ul li a.ico-callback::before { background-image: url("data:image/svg+xml;utf-8,"); }
.localNav ul li a.ico-faq::before { background-image: url("data:image/svg+xml;utf-8,"); }
.localNav ul li a.ico-contact::before { margin-left: -5px; background-image: url("data:image/svg+xml;utf-8,"); width: min(6vw, 2.5em) !important; }
.localSearch { display: flex; border-radius: 16px; border: 1px solid rgb(107, 111, 135); overflow: hidden; }
.localSearch input[name="q"] { width: 90%; border-radius: 0px; padding: 0.5em 0.5em 0.5em 1em; border: none; outline: none; }
@media (min-width: 1200px) {
.localSearch input[name="q"] { width: 122px; }
}
.localSearch button[name="sa"] { width: 36px; padding: 0.5em; border-radius: 0px 16px 16px 0px; background-color: var(--color01); border: none; cursor: pointer; display: flex; justify-content: center; align-items: center; }
.gsc-orderby-container { display: none !important; visibility: hidden !important; }
.gcsc-more-maybe-branding-root { display: none !important; visibility: hidden !important; }
#___gcse_0 { border-radius: 6px; margin-bottom: 1rem; padding: min(4vw, 2em); background-color: var(--color01); box-sizing: border-box; border: 1px solid var(--color-re-006); }
.gsc-webResult.gsc-result { border-bottom: 1px solid rgb(204, 204, 204) !important; padding: 1rem 0px !important; }
.gs-result .gs-title, .gs-result .gs-title * { margin-bottom: 0.25em; font-size: min(3vw, 1.375rem) !important; color: var(--color102) !important; }
.gs-webResult .gs-visibleUrl { color: var(--color05) !important; }
.gs-snippet { font-size: min(3vw, 1rem) !important; color: rgb(71, 71, 71) !important; margin-top: 0.5em !important; }
.gs-fileFormat { display: none !important; visibility: hidden !important; }
.gs-web-image-box { width: 100px !important; }
.gs-web-image-box .gs-image { max-width: 100% !important; }
.gs-web-image-box .gs-image::after { display: none !important; visibility: hidden !important; }
.gsc-results .gsc-cursor { align-items: center; justify-content: center; gap: 1em; display: flex !important; }
.gsc-results .gsc-cursor-box .gsc-cursor-page { font-size: min(3vw, 1.125rem); line-height: 1; border: 1px solid var(--color100); padding: 0.35em 0.5em; background: var(--color103); margin-right: 0px !important; color: var(--color100) !important; }
.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page { background: var(--color100); pointer-events: none; color: var(--color01) !important; }
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover { background: var(--color100); opacity: 0.75; color: var(--color01) !important; text-decoration: none !important; }
.slider { padding: 0px; }
.slider .slideWrap { position: relative; border-bottom: 1px solid var(--color-re-006); }
.slider .splide__arrows .splide__arrow { background: none; border: none; cursor: pointer; height: calc(100% - 1em); position: absolute; top: 0px; z-index: 100; }
.slider .splide__arrows .splide__arrow.splide__arrow--prev { left: min(4vw, 40px); }
.slider .splide__arrows .splide__arrow.splide__arrow--next { right: min(4vw, 40px); }
.slider .splide__arrows .splide__arrow::after { content: ""; display: block; width: min(4vw, 3em); height: min(4vw, 3em); background-color: rgb(255, 255, 255); background-size: contain; background-repeat: no-repeat; border-radius: 50%; border: 1px solid var(--color-re-006); }
.slider .splide__arrows .splide__arrow.splide__arrow--prev::after { background-image: url("data:image/svg+xml;utf-8,"); }
.slider .splide__arrows .splide__arrow.splide__arrow--next::after { background-image: url("data:image/svg+xml;utf-8,"); }
.splide__slide img { max-width: 100%; width: 100%; }
.splide__pagination { width: fit-content; position: absolute; left: 0px; right: 0px; margin: 1rem auto; display: flex; gap: 1rem; }
.splide__pagination li { cursor: pointer; }
.splide__pagination li .splide__pagination__page { aspect-ratio: 1 / 1; border-radius: 50%; border: 2px solid var(--color-re-002); background: var(--color01); cursor: pointer; }
.splide__pagination li .splide__pagination__page.is-active { border: 2px solid var(--color-re-001); background: var(--color-re-001); }
.splide__playpause { position: absolute; right: min(4vw, 56px); margin-top: 0.5rem; display: grid; place-items: center; width: 32px; padding: 0px; border: none; color: var(--color-re-001); background-color: var(--color01); aspect-ratio: 1 / 1; cursor: pointer; }
.splide__playpause::before { content: ""; width: 100%; background-color: currentcolor; mask-image: url("data:image/svg+xml;utf-8,"); mask-repeat: no-repeat; mask-position: center center; mask-size: 50%; aspect-ratio: 1 / 1; }
.splide__playpause.isAutoPlay::before { mask-image: url("data:image/svg+xml;utf-8,"); }
.toggleList > * { transition: transform 0.2s ease-out 0s, opacity 0.2s linear 0s; }
.toggleList .hide { opacity: 0; transform: translate3d(0px, 10px, 0px); backface-visibility: hidden; }
#newsIndex { padding: min(6vh, 60px) 0px min(10vh, 100px); }
#newsIndex .secHeadline { text-align: center; font-weight: 600; font-size: min(6vw, 2.5rem); color: var(--color-re-002); padding: 0px; margin-bottom: 1em; }
.ico-bell::before { content: ""; display: inline-block; margin-right: 0.75rem; width: min(6vw, 2rem); height: min(6vw, 2rem); font-size: 1rem; padding: 0px; justify-self: center; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-size: contain; background-image: url("data:image/svg+xml;utf-8,") !important; }
.info_cat { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; width: 100%; padding: 0px; list-style: none; column-gap: 0.5em; margin: 2em auto; }
@media (min-width: 768px) {
.info_cat { width: 80%; padding: 0px; column-gap: 1.5em; }
}
.info_cat li { border-radius: 16px; font-size: min(3.5vw, 1rem); border: 1px solid rgb(144, 144, 144); color: rgb(144, 144, 144); font-weight: 400; line-height: 1; padding: 0.4em 1em 0.55em; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; position: relative; white-space: nowrap; margin-left: 0px; }
.info_cat li.current, .info_cat li:hover { background-color: var(--color100); color: var(--color01); border: 1px solid var(--color100); }
.newsIndex::-webkit-scrollbar { width: 14px; }
.newsIndex::-webkit-scrollbar-track { background-color: rgb(238, 238, 238); }
.newsIndex::-webkit-scrollbar-thumb { background-image: none; background-color: rgb(221, 221, 221); box-shadow: none; }
.newsIndex { max-height: 30em; overflow-y: scroll; position: relative; width: 100%; margin: 0px auto; padding: 0px; display: block; letter-spacing: -0.05em; }
.newsIndex .listItem { display: inline-block; vertical-align: top; position: relative; padding: 0.5em 0px; margin: 0px; letter-spacing: 0px; width: 100%; border-bottom: 1px solid rgb(220, 220, 220); }
.newsIndex .listItem.on { position: sticky; top: 0px; left: 0px; z-index: 10; background-color: var(--color07); display: flex; align-items: center; padding: 1em 0px 1em 1em; border-radius: 10px; margin-bottom: 1em; border-bottom: 0px; }
.newsIndex .listItem.on::before { content: ""; display: inline-block; padding: 0.75em; position: absolute; left: -0.5em; top: -0.5em; border: 1px solid rgb(220, 220, 220); border-radius: 50%; background-color: var(--color01); width: min(4vw, 1.5em); height: min(4vw, 1.5em); background-size: 50%; background-position: center center; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); }
@media (min-width: 768px) {
.newsIndex .listItem.on::before { position: static; border: none; border-radius: 0px; background-color: transparent; margin-right: 0.25em; width: min(3vw, 0.75em); height: min(3vw, 0.75em); }
}
.newsIndex .listItem:has(a.itemHeadline):hover { cursor: pointer; background: rgb(238, 238, 238); }
.newsIndex .listItem .itemHeadline { font-weight: 400; display: flex; flex-wrap: wrap; align-items: center; padding: 0.25em 0px; width: 100%; }
@media (min-width: 768px) {
.newsIndex .listItem .itemHeadline { flex-wrap: nowrap; }
}
.newsIndex .listItem .itemHeadline > * { font-size: min(3.5vw, 1rem); line-height: 1; color: var(--color02); }
.newsIndex .listItem .itemHeadline > time { min-width: 5.5em; text-align: center; }
.newsIndex .listItem .itemHeadline > div:nth-of-type(1) { min-width: 7.5em; }
.newsIndex .listItem .itemHeadline > div:nth-of-type(1) p { border-radius: 16px; font-size: min(3vw, 0.75rem); background: rgb(255, 255, 255); border: 1px solid rgb(144, 144, 144); color: rgb(144, 144, 144); font-weight: 400; line-height: 1; padding: 0.4em 1em 0.55em; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; position: relative; white-space: nowrap; width: calc(100% - 3em); margin: auto; }
.newsIndex .listItem.on .itemHeadline > div:nth-of-type(1) p { background-color: var(--color01); }
.newsIndex .listItem .itemHeadline > div:nth-of-type(2) { width: 100%; padding: 0px 1em 0px 0px; line-height: 2; display: block; column-gap: 0.5em; text-align: left; }
@media (min-width: 768px) {
.newsIndex .listItem .itemHeadline > div:nth-of-type(2) { width: auto; flex-grow: 1; line-height: 1.6; }
}
.newsIndex .listItem .itemHeadline > div:nth-of-type(2) .newBadge { display: inline-block; vertical-align: -0.5em; margin-left: 0.25rem; }
.newsIndex .listItem .itemHeadline > div:nth-of-type(2) > a, .newsIndex .listItem .itemHeadline > div:nth-of-type(2) > span:not(.newBadge):not([style]) { color: var(--color-re-005); display: inline; border-bottom: 1px solid var(--color-re-005); margin: 0px 0.25em; transition: all 0.25s ease 0s; text-decoration: none !important; }
.newsIndex .listItem a.itemHeadline::after { content: "›"; color: rgb(102, 102, 102); font-size: 16px; padding: 0px; display: flex; width: min(3vw, 1em); height: min(3vw, 1em); margin-left: 0px; margin-right: 0px; justify-content: center; align-items: center; line-height: 1; position: absolute; right: 0.5em; top: calc(50% - 0.6em); background-color: transparent; background-image: none !important; }
#newsDetail { padding: min(10vh, 100px) 0px; }
.newsDetail { width: 100%; margin: 0px auto; padding: 0px; display: block; letter-spacing: -0.05em; }
.newsDetail .listItem { display: inline-block; vertical-align: top; position: relative; padding: 0.5em 0px; letter-spacing: 0px; width: 100%; border-bottom: 1px solid rgb(220, 220, 220); }
.newsDetail .listItem.on { background-color: var(--color07); display: flex; align-items: center; padding: 1em 0px 1em 1em; border-radius: 10px; margin-bottom: 1em; border-bottom: 0px; }
.newsDetail .listItem.on::before { content: ""; display: inline-block; padding: 0.75em; position: absolute; left: -0.5em; top: -0.5em; border: 1px solid rgb(220, 220, 220); border-radius: 50%; background-color: var(--color01); width: min(4vw, 1.5em); height: min(4vw, 1.5em); background-size: 50%; background-position: center center; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); }
@media (min-width: 768px) {
.newsDetail .listItem.on::before { position: static; border: none; border-radius: 0px; background-color: transparent; margin-right: 0.25em; width: min(3vw, 0.75em); height: min(3vw, 0.75em); }
}
.newsDetail .listItem .itemHeadline { font-weight: 400; display: flex; flex-wrap: wrap; align-items: center; cursor: pointer; padding: 0px; width: 100%; }
@media (min-width: 768px) {
.newsDetail .listItem .itemHeadline { flex-wrap: nowrap; }
}
.newsDetail .listItem .itemHeadline > * { font-size: min(3.5vw, 1rem); line-height: 1; color: var(--color02); }
.newsDetail .listItem .itemHeadline > time { min-width: 5.5em; text-align: center; }
.newsDetail .listItem .itemHeadline > div:nth-of-type(1) { min-width: 7.5em; }
.newsDetail .listItem .itemHeadline > div:nth-of-type(1) p { border-radius: 16px; font-size: min(3vw, 0.75rem); border: 1px solid rgb(144, 144, 144); color: rgb(144, 144, 144); font-weight: 400; line-height: 1; padding: 0.4em 1em 0.55em; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; position: relative; white-space: nowrap; width: calc(100% - 3em); margin: auto; }
.newsDetail .listItem.on .itemHeadline > div:nth-of-type(1) p { background-color: var(--color01); }
.newsDetail .listItem .itemHeadline > div:nth-of-type(2) { width: 100%; padding: 0.75em 2em 0px 0px; line-height: 1.4; }
@media (min-width: 768px) {
.newsDetail .listItem .itemHeadline > div:nth-of-type(2) { width: auto; flex-grow: 1; padding-top: 0px; line-height: 1.6; }
}
.newsDetail .listItem a.itemHeadline::after { content: "›"; display: flex; width: min(3vw, 1em); height: min(3vw, 1em); justify-content: center; align-items: center; line-height: 1; position: absolute; right: 0.5em; top: calc(50% - 0.6em); }
.newsDetail .listItem dt.itemHeadline::after { content: "+"; display: flex; color: rgb(167, 167, 167); width: min(4vw, 1em); height: min(4vw, 1em); justify-content: center; align-items: center; position: absolute; right: 0.5em; top: 0.5em; }
.newsDetail .listItem.toggleOpen dt.itemHeadline::after { content: "ー"; }
.newsDetail .listItem dd { display: none; overflow: hidden; width: 100%; margin-top: 0.5em; }
.newsDetail .listItem.toggleOpen dd { height: auto; }
.newsDetail .listItem dd div { width: 100%; padding: 1rem; background-color: var(--color09); border-radius: 16px; }
.newsDetail .listItem dd div p { line-height: 1.8; width: 100%; font-feature-settings: "palt"; font-size: min(3.5vw, 1rem); font-weight: 400; }
.newsDetail .listItem dd div p:empty { display: none !important; }
#about { background: linear-gradient(rgb(234, 101, 138), rgb(253, 238, 155)); }
#about .secHeadline { color: var(--color01); font-size: min(4vw, 1.375rem); margin: 0px auto min(10vh, 60px); width: 70%; position: relative; padding: 0px; justify-content: flex-start; }
#about .secHeadline img { max-width: 100%; width: 100%; margin: 0px auto 0px 0px; }
#about .secHeadline span { display: inline-block; padding: 0px; position: absolute; right: 0px; top: 0.5em; font-size: min(5vw, 1.375rem); }
@media (min-width: 960px) {
#about .secHeadline { width: fit-content; }
#about .secHeadline img { width: calc(100% - 3em); }
#about .secHeadline span { top: calc(50% + 0.5em); }
}
#about .secLead { color: var(--color01); }
.scheduleTable { background-color: rgb(255, 255, 255); }
@media (min-width: 960px) {
.scheduleTable > dl { display: grid; grid-template-columns: 26% 1fr; }
.wd_entry_table02.scheduleTable > dl { display: grid; grid-template-columns: 34% 1fr; }
}
.scheduleTable > dl:nth-of-type(1) { display: none; }
@media (min-width: 960px) {
.scheduleTable > dl:nth-of-type(1) { display: grid; }
}
.scheduleTable > dl:nth-of-type(1) > dt, .scheduleTable > dl:nth-of-type(1) > dd { background-color: rgb(203, 206, 217); display: flex; align-items: center; justify-content: center; padding: 1.5em 1em; font-weight: 600; }
.scheduleTable > dl > dt, .scheduleTable > dl > dd { font-size: min(3.5vw, 1rem); line-height: 1; margin-top: -1px; margin-left: -1px; border: 1px solid rgb(153, 153, 153); }
.scheduleTable > dl > dt { display: flex; align-items: center; justify-content: center; padding: 1em; line-height: 2.2; background-color: var(--color-re-003); font-size: min(4vw, 1.25rem); font-weight: 600; }
@media (min-width: 960px) {
.scheduleTable > dl > dt { background-color: rgb(255, 255, 255); padding: 2em; font-size: min(3.5vw, 1rem); }
}
.scheduleTable > dl > dd { padding: 1.5em; line-height: 2.2; }
.scheduleTable > dl > dd.nopad { padding: 0px; }
.scheduleTable > dl > dd > table { border-collapse: collapse; margin-top: -1px; margin-left: -1px; width: calc(100% + 2px); }
.scheduleTable > dl > dd > table th, .scheduleTable > dl > dd > table td { font-size: min(3.5vw, 1rem); margin-top: -1px; margin-left: -1px; border: 1px solid rgb(153, 153, 153); line-height: 1; }
.scheduleTable > dl > dd > table th { background-color: rgb(229, 231, 237); text-align: center; padding: 0.75em 1em; font-weight: 600; }
.scheduleTable > dl > dd > table td { text-align: center; padding: 1em; }
.scheduleTable > dl > dd > table tr:last-of-type td { border-bottom: none; text-align: left; line-height: 1.8; }
.scheduleTable > dl > dd > dl { padding: 1.5em; border-bottom: 1px solid rgb(153, 153, 153); }
.scheduleTable > dl > dd > dl:last-child { border-bottom: none; }
.scheduleTable > dl > dd > dl > dt { font-weight: 600; padding-bottom: 0.5em; line-height: 2.2; }
.scheduleTable > dl > dd > dl > dt.wd_follow { margin-top: 2rem; }
.scheduleTable > dl > dd > dl > dt span { color: var(--color100); display: inline-block; padding-left: 1em; }
.scheduleTable > dl > dd > dl > dd { line-height: 2; }
#accessibility .secLead { font-size: min(4vw, 1rem); line-height: 2.2; text-align: justify; color: var(--color02); width: 100%; max-width: var(--innerwidth); margin: 0px auto 2em; padding: 0px 4vw; }
@media (min-width: 960px) {
#accessibility .secLead { padding: 0px; }
}
.exnotes { display: flex; align-items: flex-start; flex-direction: column; }
.exnotes dt { font-weight: 600; width: 10%; text-align: center; }
.exnotes dd { width: 90%; }
.exnotes dd > ul li { list-style: none; }
@media (min-width: 960px) {
.exnotes { flex-direction: row; align-items: center; }
}
.sysRequire { display: flex; align-items: flex-start; flex-flow: column wrap; row-gap: 1em; }
@media (min-width: 960px) {
.sysRequire { flex-direction: row; align-items: center; }
}
.sysRequire > dt { font-weight: 600; text-align: center; background-color: rgb(249, 249, 249); display: flex; align-items: center; justify-content: center; width: 100%; }
.sysRequire > dd { width: 100%; }
@media (min-width: 960px) {
.sysRequire > dt { width: 14em; min-height: 14em; }
.sysRequire > dd { width: calc(100% - 14em); padding: 0px 0px 0px 1em; text-align: justify; }
}
.sysRequire > dd > dl > dt { font-weight: 600; font-size: min(4vw, 20px); }
.sysRequire > dd > dl > dd { padding-bottom: 1em; }
.accCheckList { background-color: rgb(255, 255, 255); }
.accCheckList > dl { display: grid; grid-template-columns: 10% 7% 1fr 7% 7% 20%; }
.accCheckList > dl:nth-of-type(1) > dt, .accCheckList > dl:nth-of-type(1) > dd { background-color: rgb(203, 206, 217); display: flex; align-items: center; justify-content: center; line-height: 1; padding: 1em; font-weight: 600; }
.accCheckList > dl > dt, .accCheckList > dl > dd { display: flex; align-items: center; justify-content: center; font-size: min(3.5vw, 1rem); line-height: 1; margin-top: -1px; margin-left: -1px; border: 1px solid rgb(153, 153, 153); }
.accCheckList > dl > dt { display: flex; align-items: center; justify-content: center; padding: 1em; line-height: 1.4; background: rgb(203, 206, 217); font-weight: 600; }
@media (min-width: 960px) {
.accCheckList > dl > dt { background-color: rgb(255, 255, 255); }
}
.accCheckList > dl > dd { padding: 1em; line-height: 1.4; }
.accCheckList > dl:not(:nth-of-type(1)) > dd:nth-of-type(2) { justify-content: flex-start; }
.accCheckList > dl > dd.nopad { padding: 0px; }
.accCheckList > dl > dd > dl { padding: 2em 1em; border-bottom: 1px solid rgb(153, 153, 153); }
.accCheckList > dl > dd > dl:last-child { border-bottom: none; }
.accCheckList > dl > dd > dl > dt { font-weight: 600; padding-bottom: 0.5em; line-height: 2.2; }
.accCheckList > dl > dd > dl > dt span { color: var(--color100); display: inline-block; padding-left: 1em; }
.accCheckList > dl > dd > dl > dd { line-height: 2.2; }
.docInfo { margin-bottom: 1rem; }
.downloads { display: grid; grid-template-columns: 1fr; padding: 0px; gap: 1rem; }
@media (min-width: 768px) {
.downloads { grid-template-columns: repeat(auto-fill, minmax(259px, 1fr)); gap: 1.5rem; }
}
.downloads:has(a:only-child) { justify-content: flex-start; }
.downloads .docs { text-decoration: none; }
@media (min-width: 768px) {
.downloads .docs { text-decoration: none; }
}
.docs { display: grid; grid-template-columns: 1fr min(17%, 42px); align-items: center; justify-content: space-between; background-color: var(--color01); border-radius: 7px; box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 0px 0px; width: 100%; padding: 1.5rem 2rem; margin: 0px; height: 100%; border: 1px solid rgba(0, 0, 0, 0.1); transition: transform 0.2s ease-in 0s, box-shadow 0.2s ease-in 0s; }
a.docs::after { content: ""; display: block; width: 42px; height: 53px; padding: 0px; color: transparent; background-position: left center; background-repeat: no-repeat; background-size: contain; margin: 0px !important; background-color: transparent !important; }
a.docs[href$=".pdf"]::after { background-image: url(""); }
a.docs[href$=".docx"]::after { background-image: url(""); }
a.docs[href$=".xlsx"]::after { background-image: url(""); }
a.docs[href$=".pptx"]::after { background-image: url(""); }
a.docs[href$=".zip"]::after { background-image: url(""); }
.docs p { font-size: min(4vw, 1.125rem); color: var(--color-re-002); font-weight: 600; padding: 0px 0.5em 0px 1em; text-align: justify; }
.docs p small { display: block; font-size: 61%; margin-top: 0.5rem; font-weight: 400; color: var(--color-re-001); }
.docs p small:empty { display: none; }
.docs p span { display: block; font-size: min(3vw, 0.875rem); line-height: 1; margin-top: 0.75rem; font-weight: 400; color: var(--color-re-004); }
.docs p .size:empty { display: none; }
.docs p .size { margin-top: 0.35rem; }
.downloads.--btnType03 { grid-template-columns: repeat(auto-fill, minmax(352px, 1fr)); }
@media (min-width: 768px) {
}
.downloads.--btnType03 .docs p span { font-size: 65%; color: rgb(0, 0, 0); }
.selectRound ul { display: flex; flex-flow: wrap; list-style: none; justify-content: flex-start; column-gap: 1rem; }
.selectRound ul li { margin: 0px; padding: 1em 0.5em 1.2em; background: var(--color01); color: var(--color-re-002); border: 1px solid rgb(227, 227, 227); text-align: center; font-size: min(4vw, 1.375rem); line-height: 1; font-weight: 600; border-radius: 4px; letter-spacing: 0.1em; }
@media (min-width: 1200px) {
.selectRound ul li { padding: 1em 4em 1.2em; }
}
.selectRound ul li:not(.active) { cursor: pointer; }
.selectRound ul li.active { background: var(--color-re-007); box-shadow: inset 0 -4px 0 0 var(--color-re-001); }
.targetRound { }
@media (min-width: 1200px) {
.targetRound { }
}
#onboading .secLead { margin: 0px auto 4rem; font-size: min(3.5vw, 1.25rem); text-align: left; display: block; }
.boards { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1rem; border-bottom: 1px solid rgb(204, 204, 204); padding-bottom: 3rem; margin-bottom: 3rem; }
.boards:last-child { border-bottom: none; margin-bottom: 0px; }
.boards .board { background: var(--color01); border-radius: 7px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px; width: 100%; margin: 0px; height: 100%; transition: transform 0.25s ease-in 0s, box-shadow 0.25s ease-in 0s; overflow: hidden; border-bottom: 6px solid rgb(239, 72, 153); }
.boards .board:hover { transform: translate(0px, -0.5rem); }
.boards .board dt { font-weight: 600; font-size: min(4vw, 1.375rem); padding: 1rem 1rem 1rem 2rem; }
.boards .board dd { padding: 0px 1.25rem 1.25rem; }
.boards .board dd ul { display: flex; flex-direction: column; row-gap: 0.5rem; }
.boards .board dd ul li { margin-left: 0px; margin-bottom: 0px; font-weight: 400; }
.boards .board dd ul li a { display: flex; align-items: center; text-decoration: none; position: relative; background: var(--color01); font-size: min(4vw, 1.125rem); color: rgb(74, 85, 104); line-height: 1; padding: 0.75rem 1rem; border: 1px solid rgb(226, 232, 240); border-radius: 5px; font-weight: 600; transition: background 0.5s ease 0s, color 0.5s ease 0s; }
.boards .board dd ul li a:hover { background: var(--color100); color: var(--color01); border-color: rgb(203, 213, 224); }
.boards .board dd ul li a::before { content: ""; display: inline-block; margin-right: 0.5em; margin-bottom: -1px; width: min(4vw, 1em); height: min(4vw, 1em); background-size: cover; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); transition: background-image 0.5s ease 0s; }
.boards .board dd ul li a:hover::before { background-image: url("data:image/svg+xml;utf-8,"); }
.boards .board dd ul li a::after { content: "◀ 参加申込"; line-height: 1; font-weight: 600; color: var(--color01); margin-left: 2.5em; font-size: 65%; opacity: 0; display: block; width: fit-content; }
.boards .board dd ul li a:hover::after { opacity: 1; margin-left: 1.5em; transition: opacity 0.5s ease 0s, margin-left 0.5s ease 0s; }
.boards .end { border-bottom: 6px solid rgb(204, 204, 204); background: rgb(221, 221, 221) !important; }
.boards .end:hover { transform: none; }
.board li a[href=""] { cursor: default; background: rgb(221, 221, 221) !important; color: rgb(156, 156, 156) !important; border-color: rgb(203, 213, 224) !important; pointer-events: none !important; }
.boards .end a::before, .board li a[href=""]::before { background-image: url("data:image/svg+xml;utf-8,") !important; }
#contact { padding: 0px 0px min(10vh, 100px); }
#contact .secInner { background-color: rgb(238, 238, 238); padding: min(7vh, 70px) 0px min(2.5vh, 40px); border-radius: 6px; position: relative; }
#contact .secInner .secContent { position: relative; display: flex; flex-direction: column; background: none; }
#contact .contact_f .secContent::before { content: ""; display: block; width: min(18vw, 160px); height: min(18vw, 160px); background: url("") 0% 0% / cover no-repeat; margin: 0px auto; order: 2; }
#contact .contact_f .secContent > p { order: 1; }
#contact .contact_f .secContent .btnWrap { order: 3; }
@media (min-width: 768px) {
#contact .contact_f .secContent::before { position: absolute; left: 9%; bottom: 50%; order: 1; }
#contact .contact_f .secContent > p { order: 2; }
}
#contact .secInner .secHeadline { padding: 0px 0px min(2.5vh, 100px); line-height: 1; }
#contact .secInner .secContent { box-shadow: none; }
.secWrap { background-color: var(--color01); }
#callback .secWrap .secHeadline { text-align: center; width: 100%; font-size: min(4vw, 1.25rem); font-weight: 600; line-height: 1; padding: 3em 0px 0px; }
.faq_cat { display: grid; gap: 0.75em; margin: 0px auto min(10vw, 70px); list-style: none; }
@media (min-width: 768px) {
.faq_cat { grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1em), 1fr)); }
}
.faq_cat > * { text-align: center; font-size: min(4vw, 1.125rem); color: var(--color04); border-radius: 2em; background-color: var(--color01); line-height: 1; padding: 1em; font-weight: 600; cursor: pointer; list-style: none; margin: 0px; display: flex; align-items: center; justify-content: center; box-sizing: border-box; border: 1px solid var(--color-re-006); }
.faq_cat > .refine { padding: 0px; overflow: hidden; }
.faq_cat > .refine form { width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; position: relative; }
.faq_cat > .refine form input { width: calc(100% - 60px); height: 100%; border: none; padding: 1em; font-size: min(4vw, 1.125rem); text-align: center; outline: none; }
.faq_cat > .refine form input::placeholder { text-align: center; color: rgb(164, 164, 164); }
.faq_cat > .refine form button.submit { background-color: rgb(167, 167, 167); border: none; width: 60px; height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.faq_cat > .refine form button.submit img { height: 42%; }
.faq_cat > .refine form button.reset { position: absolute; right: 85px; background-color: var(--color-re-004); color: var(--color01); border-radius: 16px; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; white-space: nowrap; aspect-ratio: 1 / 1; }
.faq_cat_li.wd_active, .faq_cat > :not(.refine).current, .faq_cat > :not(.refine):hover { background-color: var(--color102); color: var(--color01); }
.faqCatTitle { text-align: center; width: 100%; color: var(--color01); background-color: var(--color102); border-radius: 6px; font-size: min(4vw, 1.25rem); font-weight: 400; line-height: 1; padding: 0.75em 0px; margin-bottom: 0.75em; }
.faqList { width: 100%; margin: 0px auto 2em; padding: 0px; display: flex; flex-direction: column; row-gap: 0.75em; counter-reset: q 0; }
.faqList + p { font-size: min(3.5vw, 1rem); text-align: center; }
.faqList dl { display: inline-block; vertical-align: top; position: relative; padding: 0px; background-color: var(--color01); letter-spacing: 0px; width: 100%; border-radius: 34px; counter-increment: q 1; box-sizing: border-box; border: 1px solid var(--color-re-006); }
.faqList dl dt { font-weight: 600; display: grid; grid-template-columns: 3em 1fr min(4vw, 1em); align-items: flex-start; padding: 0.9em 2vw 1em; cursor: pointer; }
@media (min-width: 768px) {
.faqList dl dt { padding: 1em 2vw 0.8em; }
}
.faqList dl dt::after { content: "+"; line-height: 1; display: block; color: rgb(167, 167, 167); width: min(4vw, 1em); height: min(4vw, 1em); }
.listItem.wd_active dt::after, .faqList dl.toggleOpen dt::after { content: "ー"; }
.faqList dl dt::before { content: "Q" counter(q); font-weight: 400; font-size: min(4vw, 1.125rem); line-height: 1.2; }
.faqList dl dt p { line-height: 1.4; user-select: none; letter-spacing: 0.05em; font-feature-settings: "palt"; font-size: min(5vmin, 1rem); font-weight: 400; padding: 0px 2em 0px 0px; text-align: justify; color: rgb(0, 0, 0); display: flex; align-items: center; flex-wrap: wrap; }
.faqList dl.toggleOpen dt p { font-weight: 600; }
.faqList dl dd { display: none; padding: 0px 2vw; width: 100%; font-size: min(3.75vmin, 1rem); }
.faqList dl.toggleOpen dd { height: auto; }
.faqList dl dd > div { line-height: 1.8; width: 100%; padding: 0px 1em 1em 2em; display: grid; grid-template-columns: 2em 1fr; }
.faqList dl dd > div::before { content: "A"; color: rgb(255, 98, 80); }
.faqList dl dd > div p { font-feature-settings: "palt"; font-size: min(5vw, 1rem); font-weight: 400; }
.faqList dl dd > div p:empty { display: none !important; }
.faqList dl dd > div p a { color: var(--color100); text-decoration: underline; }
.faqList dl dd > div p a:hover { text-decoration: none; }
.roundChangeTabs { color: var(--color-re-002); width: 100%; max-width: var(--innerwidth); margin: 0px auto 2rem; padding: 0px; list-style: none; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 1rem; }
.roundChangeTabs li { margin-left: 0px; margin-bottom: 0px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; border: 1px solid rgb(227, 227, 227); border-radius: 4px; width: 100%; font-size: min(4vw, 1.125rem); font-weight: 600; line-height: 1; padding: 1em 0px calc(1em + 4px); color: var(--color-re-002); cursor: pointer; transition: all 0.5s ease 0s; }
.roundChangeTabs li:hover { box-shadow: inset 0 -4px 0 0 var(--color-re-001); }
.roundChangeTabs li.current { background: var(--color-re-007); box-shadow: inset 0 -4px 0 0 var(--color-re-001); }
@media (min-width: 640px) {
.roundChangeTabs { flex-direction: row; padding: 0px; }
.roundChangeTabs li { width: calc(33.3333% - 0.5rem); }
}
.roundChangeBody { margin-bottom: 3rem; }
.vidtoc { background: var(--color-re-003); border-top: 1px solid rgb(227, 227, 227); border-bottom: 1px solid rgb(227, 227, 227); margin-bottom: 3rem; }
.vidtoc dt { line-height: 1; padding: 1em 1em 1em 1.5em; font-size: min(4vw, 1.25rem); color: var(--color-re-002); font-weight: 600; position: relative; }
.vidtoc .js-toggleBtn::after { position: absolute; right: 2vw; content: "+"; color: var(--color-re-001); font-weight: 600; display: inline-block; width: min(4vw, 1.25em); height: min(4vw, 1.25em); background-size: contain; background-repeat: no-repeat; background-image: none; transform: none; }
.vidtoc .js-toggleBtn.open::after { content: "ー"; }
.vidtoc dd { overflow: hidden; display: none; padding: 0.5em 1.5em 2em 2em; }
.vidtoc dd li { font-size: min(4vw, 1.25rem); margin-bottom: 0.75em; }
.vid > iframe { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; margin: auto; z-index: 1; border-bottom: 1px solid var(--color-re-006); }
@media (min-width: 960px) {
.vid > iframe { width: 100%; }
}
#policy .secLead { font-size: min(4vw, 1rem); line-height: 2.2; text-align: justify; color: var(--color02); width: 100%; max-width: var(--innerwidth); margin: 0px auto 2em; padding: 0px 4vw; }
@media (min-width: 960px) {
#policy .secLead { padding: 0px; }
}
.secInner > dl { margin-bottom: 1.5em; }
dl > .defTitle { font-weight: 600; line-height: 1; padding: 0.5em; background-color: rgb(229, 231, 237); width: fit-content; border-top: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204); border-image: initial; border-bottom: none; }
dl > .defTitle + dd { padding: 1em 0px; border-top: 1px solid rgb(204, 204, 204); }
dl > .defTitle + dd p { margin-bottom: 0.5em; line-height: 2; }
dl > .defTitle + dd ul, dl > .defTitle + dd ol { line-height: 2; }
.listOLLv1 > li { margin-bottom: 1.5em; }
.listOLLv1 > li > p:nth-of-type(1) { font-weight: 600; margin-bottom: 0.5em; }
.listOLLv2 { padding-left: 0px; }
.listOLLv2 > li { margin-bottom: 0.5em; }
.footerCTA { font-size: min(4vw, 1rem); background-image: linear-gradient(45deg, rgb(253, 255, 236), rgb(221, 238, 255)); padding: min(4vw, 3rem) 0px 1rem; position: relative; margin-bottom: 2rem; }
.footerCTA .secHeadline { align-items: center; padding: 0px; font-size: min(4vw, 1.75rem); color: var(--color-re-002); }
.footerInfo { background: var(--color01); }
.footerInfoInner { padding: 0px 2vw min(10vh, 3rem); }
.footerInfoInner > p { text-align: center; font-size: min(3.5vw, 1rem); line-height: 1.8; margin-bottom: 2.5rem; }
.footerInfoInner .relational { width: 100%; margin: auto; display: flex; justify-content: space-between; column-gap: 2vw; }
.footerInfoInner .relational a::after { display: none !important; }
.globalFooter { background-color: var(--color-re-002); color: var(--color01); }
.footerLinks { background-color: var(--color-re-002); font-size: min(4vw, 0.875rem); color: var(--color02); padding: 4em 4vw; }
.footerLinks ul { display: flex; justify-content: center; column-gap: 3em; list-style: none; flex-wrap: wrap; margin: auto; }
@media (min-width: 768px) {
.footerLinks ul { justify-content: center; }
}
.footerLinks ul li { list-style: none; margin: 0px; }
.footerLinks ul li a { color: var(--color01); display: flex; align-items: center; line-height: 1; }
.footerLinksInner li { position: relative; display: flex; align-items: center; }
.footerLinksInner li::after { content: ""; display: inline-block; margin: auto 0.5em auto 0.75em; width: min(3vw, 0.85rem); height: min(3vw, 0.85rem); font-size: 1rem; padding: 0px; justify-self: center; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-size: contain; background-image: url("data:image/svg+xml;utf-8,") !important; }
.footerLinks ul li a { display: inline-block; }
.indent { display: block; padding-left: 1em; text-indent: -1em; }
.indent.cha5 { padding-left: 5em; text-indent: -5em; }
.annotation { font-size: min(3vw, 0.875rem); display: inline-block; padding-left: 1em; text-indent: -1em; margin-bottom: 0.25em !important; line-height: 1.4 !important; }
.withShadow { box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 0px 0px; }
.colorLink { color: var(--color100); text-decoration: underline; }
.underline { text-decoration: underline; }
.noBullet, .noBullet li { list-style-type: none; margin-left: 0px; }
.external { position: relative; }
.external::after { content: ""; display: inline-block; margin-left: 0.25em; margin-bottom: 0px; vertical-align: -2px; width: min(4vw, 1.25em); height: min(4vw, 1.25em); background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); }
.external.ico2::after { background-image: url("data:image/svg+xml;utf-8,") !important; }
.btn.external::after { position: absolute; right: 1em; margin-bottom: 0px; }
a:is([href$=".pdf"], [href$=".xlsx"], [href$=".docx"])::after { color: rgb(255, 255, 255); display: inline-block; font-size: 9px; font-weight: 400; line-height: 1; border-radius: 2px; margin-left: 5px; margin-right: 3px; vertical-align: 2px; padding: 0.35em 0.5em 0.2em; text-indent: 0px; }
a[href$=".pdf"]::after { content: "PDF"; background-color: rgb(241, 79, 74); }
a[href$=".xlsx"]::after { content: "Excel"; background-color: rgb(45, 121, 47); }
a[href$=".docx"]::after { content: "Word"; background-color: rgb(41, 82, 148); }
[class*="ico-"]::after { display: inline-block; font-size: 9px; font-weight: 400; line-height: 1; border-radius: 2px; vertical-align: 2px; margin-left: 5px; margin-right: 3px; padding: 0.35em 0.5em 0.2em; }
.ico-pdf::after { content: "PDF"; color: rgb(255, 255, 255); background-color: rgb(241, 79, 74); }
.ico-xlsx::after { content: "Excel"; color: rgb(255, 255, 255); background-color: rgb(45, 121, 47); }
.ico-docx::after { content: "Word"; color: rgb(255, 255, 255); background-color: rgb(41, 82, 148); }
.ico-external::after { content: ""; display: inline-block; margin-left: 0.25em; margin-bottom: -5px; width: min(4vw, 2em); height: min(4vw, 2em); background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); }
.ico-external.ico2::after { background-image: url("data:image/svg+xml;utf-8,"); }
.ico-chev-down::after { content: ""; display: inline-block; margin: auto 0.5em auto 0.75em; width: min(3vw, 1.5rem); height: min(3vw, 1.5rem); font-size: 1rem; padding: 0px; justify-self: center; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); background-size: contain; }
.ico-chev-right::after { content: ""; display: inline-block; margin: auto 0.5em auto 0.75em; width: min(3vw, 1rem); height: min(3vw, 1rem); font-size: 1rem; padding: 0px; justify-self: center; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); background-size: contain; }
.ico-chev1::before { content: ""; display: inline-block; margin-right: 0.25em; margin-bottom: -3px; width: min(4vw, 1.25em); height: min(4vw, 1.25em); background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); }
.ico-chev2 { color: var(--color02); }
.ico-chev2::before { content: ""; display: inline-block; margin-right: 0.25em; margin-bottom: -4px; width: min(4vw, 1.25em); height: min(4vw, 1.25em); background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); }
.text-underline { text-decoration: underline; }
.px18 { font-size: min(3vw, 1.125rem); }
.px24 { font-size: min(3vw, 1.5rem); }
.mb1 { margin-bottom: 1rem; }
.mb2 { margin-bottom: 2rem; }
.mb3 { margin-bottom: 3rem; }
.mb4 { margin-bottom: 4rem; }
.hide { display: none; visibility: hidden; opacity: 0; }
.block { display: block; }
.iblock { display: inline-block; }
.b { font-weight: 600; }
.c { justify-content: center; text-align: center; align-items: center; }
.l { justify-content: flex-start; text-align: left; }
.r { justify-content: flex-end; text-align: right; }
._sp { display: block !important; }
._pc { display: none !important; }
@media (min-width: 920px) {
._sp { display: none !important; }
._pc { display: block !important; }
}
.wd_sp { display: block; }
.wd_pc { display: none; }
.wd_clearfloat { clear: both; float: none; }
@media (min-width: 1200px) {
.wd_sp { display: none; }
.wd_pc { display: block; }
}
#breadcrumb.wd_pankz_large { max-width: 1200px !important; }
@media (min-width: 1200px) {
#breadcrumb.wd_pankz_large { width: calc(100% - 32px) !important; padding: 2em min(10vw, 24px) !important; }
}
.wd_noicon.external.ico2::after { display: none; }
.wd_top_contents_dots { position: absolute; bottom: -16px; width: 100%; text-align: center; display: flex; justify-content: center; gap: 16px; }
.wd_top_contents_dots li { display: block; width: 8px; height: 8px; border-radius: 50%; z-index: 4; background-color: var(--color01); border: 1px solid var(--color-re-001); cursor: pointer; margin: 0px !important; }
.wd_top_contents_dots li button { display: none !important; }
.wd_top_contents_dots li:hover, .wd_top_contents_dots li.slick-active { background-color: var(--color-re-001); }
.wd_fv_itembox { position: relative; display: block; box-sizing: border-box; width: 100%; height: auto; background-color: rgb(221, 238, 255); }
.wd_fv_item_inner { position: relative; display: block; box-sizing: border-box; width: calc(100% - 72px); max-width: 1120px; height: auto; margin: 0px auto; }
.wd_fv_item_image { position: relative; display: block; bottom: auto; right: auto; left: auto; transform: translate(0%, 0%); width: 100%; max-width: 488px; margin: 12px auto 0px; }
.wd_fv_item_textbox { position: relative; top: auto; left: auto; transform: translate(0%, 0%); width: 100%; text-align: center; z-index: 2; padding-top: 32px; }
.wd_fv_item_text_title { font-size: min(6vw, 3rem); font-weight: 700; color: rgb(51, 51, 51); }
.wd_fv_item_text_title span { color: var(--color-re-001); }
.wd_fv_item_text_story { font-size: min(3.8vw, 2rem); color: rgb(51, 51, 51); }
@media (min-width: 1200px) {
.wd_top_contents_dots { position: absolute; bottom: -16px; width: 100%; text-align: center; display: flex; justify-content: center; gap: 16px; }
.wd_top_contents_dots li { display: block; width: 8px; height: 8px; border-radius: 50%; z-index: 4; background-color: var(--color01); border: 1px solid var(--color-re-001); cursor: pointer; margin: 0px !important; }
.wd_top_contents_dots li button { display: none !important; }
.wd_top_contents_dots li:hover, .wd_top_contents_dots li.slick-active { background-color: var(--color-re-001); }
.wd_fv_itembox { position: relative; display: block; box-sizing: border-box; width: 100%; height: 320px; background-color: rgb(221, 238, 255); }
.wd_fv_item_inner { position: relative; display: block; box-sizing: border-box; width: calc(100% - 72px); max-width: 1120px; height: 320px; margin: 0px auto; }
.wd_fv_item_image { display: block; position: absolute; bottom: 0%; right: 0%; left: auto; transform: translate(0%, 0%); width: 100%; max-width: 628px; }
.wd_fv_item_textbox { position: absolute; top: 50%; left: 0%; transform: translate(0%, -50%); width: calc(100% - 640px); text-align: left; z-index: 2; }
.wd_fv_item_text_title { font-size: min(3vw, 2.125rem); font-weight: 700; color: rgb(51, 51, 51); }
.wd_fv_item_text_title span { color: var(--color-re-001); }
.wd_fv_item_text_story { font-size: min(2vw, 1.25rem); color: rgb(51, 51, 51); }
}
.secHeadline_dev2 { text-align: center; font-weight: 600; color: var(--color-re-002); padding: 0px; margin-bottom: 1em; font-size: 2em !important; }
.secHeadline_dev2.ico-bell::before { content: ""; display: inline-block; margin-right: 0.75rem; font-size: 1rem; padding: 0px; justify-self: center; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-size: contain; width: 2rem !important; height: 2rem !important; background-image: url("data:image/svg+xml;utf-8,") !important; }
.importantNotice_dev2 { position: relative; display: block; box-sizing: border-box; width: calc(100% - 8vw); max-width: 1120px; margin: 64px auto 0px; border: 2px solid var(--color100); border-radius: 16px; padding: 16px; }
.importantNotice_title_dev2 { font-size: 1.25em; font-weight: 700; color: var(--color100); }
.importantNotice_story_dev2 { margin-top: 10px; margin-bottom: 10px; color: var(--color-re-002); }
.importantNotice_story_dev2 a, .importantNotice_story_dev2 a:link, .importantNotice_story_dev2 a:visited { color: var(--color-re-005); text-decoration: underline; }
.newsIndex .listItem .itemHeadline > div:nth-of-type(1) p { cursor: auto !important; }
.newsIndex { overflow-y: auto !important; height: auto !important; max-height: none !important; }
.newsIndex .listItem { border: none !important; }
.wd_newslink_btn_wrap { width: calc(100% - 8vw); max-width: 280px; position: relative; display: block; box-sizing: border-box; margin: 24px auto 0px; background-color: var(--color01); border-radius: 32px; }
.wd_newslink_btn { width: 100%; position: relative; display: block; box-sizing: border-box; height: 64px; border-radius: 32px; line-height: 62px; border: 1px solid var(--color-re-006); text-align: center; color: var(--color-re-002); font-weight: 700; }
.wd_newslink_btn:hover { opacity: 0.7; text-decoration: underline; }
.wd_newslink_btn::after { content: ""; position: absolute; top: 50%; right: 20px; transform: translate(0%, -50%); width: 16px; height: 16px; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M7.00065%2018.5L5.58398%2017.0833L12.1673%2010.5L5.58398%203.91667L7.00065%202.5L15.0007%2010.5L7.00065%2018.5Z%22%20fill%3D%22%23DF227D%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E"); }
.wd_entry_step_2btns_flex { position: relative; display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 600px; gap: 0px 32px; margin: 0px auto; }
.wd_entry_step_2btns_flex .wd_newslink_btn_wrap { margin-left: 0px !important; margin-right: 0px !important; }
.newsIndex .listItem .itemHeadline > div:nth-of-type(1) p { border-radius: 4px; font-size: min(3vw, 0.75rem); background: rgb(255, 255, 255); border: 1px solid var(--color-re-002); color: var(--color-re-002); font-weight: 700; line-height: 1; padding: 0.4em 1em 0.55em; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; position: relative; white-space: nowrap; width: calc(100% - 3em); margin: auto; }
@media (min-width: 1200px) {
.secHeadline_dev2 { text-align: center; font-weight: 600; color: var(--color-re-002); padding: 0px; margin-bottom: 1em; font-size: 2.5em !important; }
.secHeadline_dev2.ico-bell::before { content: ""; display: inline-block; margin-right: 0.75rem; font-size: 1rem; padding: 0px; justify-self: center; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-size: contain; width: 2.5rem !important; height: 2.5rem !important; background-image: url("data:image/svg+xml;utf-8,") !important; }
.importantNotice_dev2 { position: relative; display: block; box-sizing: border-box; width: calc(100% - 8vw); max-width: 1120px; margin: 64px auto 0px; border: 2px solid var(--color100); border-radius: 16px; padding: 16px; }
.importantNotice_title_dev2 { font-size: 1.5em; font-weight: 700; color: var(--color100); }
.importantNotice_story_dev2 { margin-top: 10px; color: var(--color-re-002); }
.importantNotice_story_dev2 a, .importantNotice_story_dev2 a:link, .importantNotice_story_dev2 a:visited { color: var(--color-re-005); text-decoration: underline; }
.newsIndex { overflow-y: auto !important; height: auto !important; max-height: none !important; }
.newsIndex .listItem { border: none !important; }
.wd_newslink_btn_wrap { width: calc(100% - 8vw); max-width: 280px; position: relative; display: block; box-sizing: border-box; margin: 24px auto 0px; border-radius: 32px; }
.wd_newslink_btn { width: 100%; position: relative; display: block; box-sizing: border-box; height: 64px; border-radius: 32px; line-height: 62px; border: 1px solid var(--color-re-006); text-align: center; color: var(--color-re-002); font-weight: 700; }
.wd_newslink_btn::after { content: ""; position: absolute; top: 50%; right: 20px; transform: translate(0%, -50%); width: 16px; height: 16px; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M7.00065%2018.5L5.58398%2017.0833L12.1673%2010.5L5.58398%203.91667L7.00065%202.5L15.0007%2010.5L7.00065%2018.5Z%22%20fill%3D%22%23DF227D%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E"); }
.newsIndex .listItem .itemHeadline > div:nth-of-type(1) p { border-radius: 4px; font-size: min(3vw, 0.75rem); background: rgb(255, 255, 255); border: 1px solid var(--color-re-002); color: var(--color-re-002); font-weight: 700; line-height: 1; padding: 0.4em 1em 0.55em; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; position: relative; white-space: nowrap; width: calc(100% - 3em); margin: auto; }
}
.wd_top_considering_section { position: relative; width: 100%; background-color: var(--color-re-007); padding: 38px 0px 64px; }
.wd_ico-considering::before { content: ""; display: inline-block; margin-right: 0.75rem; width: 3rem; height: 3rem; font-size: 1rem; padding: 0px; justify-self: center; vertical-align: -7px; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_28547%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2248%22%3E%0A%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M23.9944%2023.5829C21.5834%2023.5829%2019.6139%2022.8189%2018.0859%2021.2909C16.5579%2019.7629%2015.7939%2017.7934%2015.7939%2015.3824C15.7939%2012.9711%2016.5579%2010.9996%2018.0859%209.46792C19.6139%207.93592%2021.5834%207.16992%2023.9944%207.16992C26.4058%207.16992%2028.3821%207.93592%2029.9234%209.46792C31.4648%2010.9996%2032.2354%2012.9711%2032.2354%2015.3824C32.2354%2017.7934%2031.4648%2019.7629%2029.9234%2021.2909C28.3821%2022.8189%2026.4058%2023.5829%2023.9944%2023.5829ZM7.29395%2041.0744V35.6169C7.29395%2034.2279%207.64661%2033.0248%208.35195%2032.0074C9.05761%2030.9904%209.97011%2030.2178%2011.0894%2029.6894C13.3604%2028.6708%2015.5489%2027.9066%2017.6549%2027.3969C19.7606%2026.8876%2021.8733%2026.6329%2023.9929%2026.6329C26.1486%2026.6329%2028.2693%2026.8959%2030.3549%2027.4219C32.4403%2027.9483%2034.6078%2028.7074%2036.8574%2029.6994C38.0254%2030.2071%2038.9638%2030.9698%2039.6724%2031.9874C40.3811%2033.0048%2040.7354%2034.2123%2040.7354%2035.6099V41.0744H7.29395Z%22%20fill%3D%22url("")%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_356_28547%22%20x1%3D%2224.0147%22%20y1%3D%227.16992%22%20x2%3D%2224.0147%22%20y2%3D%2241.0744%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.37503%22%20stop-color%3D%22%23DF227D%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF8D00%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E"); background-size: contain; }
.wd_ico-nextstep::before { content: ""; display: inline-block; margin-right: 0.75rem; width: 3rem; height: 3rem; font-size: 1rem; padding: 0px; justify-self: center; vertical-align: -7px; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2249%22%20viewBox%3D%220%200%2048%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_29573%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2249%22%3E%0A%3Crect%20y%3D%220.384766%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_29573%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2249%22%3E%0A%3Crect%20y%3D%220.384766%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M44.8203%2028.8027L31.8154%2041.8066L24.5391%2034.502L26.8652%2032.2041L31.8154%2037.1543L42.4658%2026.5049L44.8203%2028.8027ZM19.915%2027.0176C20.8817%2027.0176%2022.0154%2027.0947%2023.3154%2027.249C24.6154%2027.4034%2025.8325%2027.6307%2026.9658%2027.9307L22.583%2037.498L26.5439%2041.459H3.20898V36.0029C3.20907%2034.7504%203.53682%2033.5888%204.19141%2032.5186C4.84602%2031.4488%205.78382%2030.6341%207.00488%2030.0742C9.40488%2029.0076%2011.6571%2028.2314%2013.7607%2027.7461C15.8638%2027.2605%2017.9152%2027.0176%2019.915%2027.0176ZM19.9102%207.50488C22.3211%207.50492%2024.2976%208.27077%2025.8389%209.80273C27.3799%2011.3343%2028.1504%2013.3057%2028.1504%2015.7168C28.1504%2018.1276%2027.3799%2020.0971%2025.8389%2021.625C24.2976%2023.153%2022.3211%2023.917%2019.9102%2023.917C17.4992%2023.917%2015.5293%2023.153%2014.001%2021.625C12.4731%2020.097%2011.709%2018.1277%2011.709%2015.7168C11.709%2013.3056%2012.4731%2011.3344%2014.001%209.80273C15.5293%208.27073%2017.4992%207.50488%2019.9102%207.50488Z%22%20fill%3D%22url("")%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_356_29573%22%20x1%3D%2224.0146%22%20y1%3D%227.50391%22%20x2%3D%2224.0146%22%20y2%3D%2241.8066%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.38%22%20stop-color%3D%22%23DF227D%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF8D00%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E"); background-size: contain; }
.wd_ico-schedule::before { content: ""; display: inline-block; margin-right: 0.75rem; width: 3rem; height: 3rem; font-size: 1rem; padding: 0px; justify-self: center; vertical-align: -7px; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2249%22%20height%3D%2249%22%20viewBox%3D%220%200%2049%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_29585%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2249%22%20height%3D%2249%22%3E%0A%3Crect%20x%3D%220.5%22%20y%3D%220.384766%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M9.75495%2045.0919C8.67128%2045.0919%207.74011%2044.7027%206.96145%2043.9244C6.18311%2043.1457%205.79395%2042.2146%205.79395%2041.1309V10.6399C5.79395%209.54856%206.18311%208.61089%206.96145%207.82689C7.74011%207.04256%208.67128%206.65039%209.75495%206.65039H12.7504V3.65039H16.4809V6.65039H32.5199V3.65039H36.2504V6.65039H39.2459C40.3373%206.65039%2041.2749%207.04256%2042.0589%207.82689C42.8433%208.61089%2043.2354%209.54856%2043.2354%2010.6399V41.1309C43.2354%2042.2146%2042.8433%2043.1457%2042.0589%2043.9244C41.2749%2044.7027%2040.3373%2045.0919%2039.2459%2045.0919H9.75495ZM9.75495%2041.1309H39.2459V19.8854H9.75495V41.1309ZM14.5004%2027.5834V24.2439H34.5004V27.5834H14.5004ZM14.5004%2036.4984V33.1874H28.4504V36.4984H14.5004Z%22%20fill%3D%22url("")%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_356_29585%22%20x1%3D%2224.5147%22%20y1%3D%223.65039%22%20x2%3D%2224.5147%22%20y2%3D%2245.0919%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23DF227D%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF8D00%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E"); background-size: contain; }
.wd_ico-support::before { content: ""; display: inline-block; margin-right: 0.75rem; width: 3rem; height: 3rem; font-size: 1rem; padding: 0px; justify-self: center; vertical-align: -7px; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2249%22%20viewBox%3D%220%200%2048%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_29619%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2249%22%3E%0A%3Crect%20y%3D%220.384766%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_29619%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2249%22%3E%0A%3Crect%20y%3D%220.384766%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M24.1004%2046.6962V43.1307H38.7459V40.4307H31.0069V24.6417H38.7459V21.8917C38.7459%2017.8337%2037.3196%2014.3413%2034.4669%2011.4147C31.6139%208.48766%2028.1538%207.02416%2024.0864%207.02416C20.0568%207.02416%2016.5774%208.48766%2013.6484%2011.4147C10.7194%2014.3413%209.25495%2017.8337%209.25495%2021.8917V24.6417H16.9939V40.4307H9.25495C8.17128%2040.4307%207.24011%2040.0387%206.46145%2039.2547C5.68311%2038.4707%205.29395%2037.533%205.29395%2036.4417V21.8917C5.29395%2019.3067%205.78961%2016.8702%206.78095%2014.5822C7.77228%2012.2942%209.11594%2010.2922%2010.8119%208.57616C12.5079%206.85982%2014.5013%205.50715%2016.7919%204.51815C19.0826%203.52949%2021.5219%203.03516%2024.1099%203.03516C26.6979%203.03516%2029.1259%203.52899%2031.3939%204.51666C33.6619%205.50432%2035.6351%206.85316%2037.3134%208.56316C38.9914%2010.2728%2040.3146%2012.2705%2041.2829%2014.5562C42.2513%2016.8415%2042.7354%2019.2867%2042.7354%2021.8917V42.7352C42.7354%2043.8188%2042.3433%2044.7498%2041.5589%2045.5282C40.7749%2046.3068%2039.8373%2046.6962%2038.7459%2046.6962H24.1004Z%22%20fill%3D%22url("")%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_356_29619%22%20x1%3D%2224.0147%22%20y1%3D%223.03516%22%20x2%3D%2224.0147%22%20y2%3D%2246.6962%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.38%22%20stop-color%3D%22%23DF227D%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF8D00%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E"); background-size: contain; }
.wd_top_considering_whitebox { position: relative; box-sizing: border-box; width: calc(100% - 8vw); max-width: 1120px; margin: 0px auto; background-color: var(--color01); border-radius: 16px; padding: 32px; }
.wd_top_considering_whitebox_title { font-size: 2rem; font-weight: 700; color: var(--color-re-002); }
.wd_top_considering_whitebox_desc { margin-top: 24px; color: var(--color-re-002); }
.wd_top_considering_whitebox_flex { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 0px; width: 100%; max-width: none; margin: 24px auto 0px; }
.wd_top_considering_whitebox_flex_item { position: relative; display: block; width: 50%; max-width: 224px; font-size: 0.875rem; font-weight: 700; color: var(--color-re-002); text-align: center; }
.wd_top_considering_whitebox_flex_image_wrap { position: relative; display: block; width: 100%; max-width: 110px; height: 110px; margin: 0px auto 6px; }
.wd_top_considering_whitebox_flex_image_wrap img { width: 100%; height: 100%; object-fit: scale-down; }
.wd_top_considering_whitebox_desc_link_flex { width: 100%; max-width: none; display: block; justify-content: space-between; align-items: center; margin: 24px auto 0px; }
.wd_top_considering_whitebox_desc_link_flex.wd_flexright { justify-content: right !important; }
.wd_top_considering_whitebox_desc_link_flex.wd_flexsb { justify-content: space-between !important; }
.wd_top_considering_whitebox_desc_link_flex.wd_flexright .wd_top_considering_desc_link_wrap { margin-left: auto !important; margin-right: auto !important; }
.wd_top_considering_desc_link_wrap { box-sizing: border-box; position: relative; display: block; width: 280px; height: 64px; margin-left: auto; margin-right: auto; }
.wd_top_considering_desc_link { box-sizing: border-box; position: relative; display: block; width: 280px; height: 64px; line-height: 60px; border-radius: 32px; border: 2px solid var(--color-re-001); background-color: var(--color01); text-align: center; color: var(--color-re-002); font-size: 1rem; font-weight: 700; margin-top: 24px; }
.wd_top_considering_desc_link:hover { opacity: 0.7; text-decoration: underline; }
.wd_top_considering_desc_link::after { content: ""; position: absolute; top: 50%; right: 20px; transform: translate(0%, -50%); width: 16px; height: 16px; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M7.00065%2018.5L5.58398%2017.0833L12.1673%2010.5L5.58398%203.91667L7.00065%202.5L15.0007%2010.5L7.00065%2018.5Z%22%20fill%3D%22%23DF227D%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E"); }
.wd_top_considering_whitebox.wd_follow { margin-top: 30px; }
.wd_top_considering_whitebox_desc_link_flex .wd_top_considering_whitebox_desc { max-width: 100%; margin: 0px; }
.wd_top_considering_whitebox_entry_flex { width: 100%; margin: 24px auto 0px; position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; border-top: 1px solid var(--color-re-006); padding-top: 24px; gap: 20px 0px; }
.wd_top_considering_whitebox_entry_item_wrap { width: 100%; }
.wd_top_considering_whitebox_entry_item { position: relative; width: fit-content; padding-right: 30px; color: var(--color-re-005); font-weight: 700; }
.wd_top_considering_whitebox_entry_item::after { content: ""; position: absolute; top: 50%; right: 0px; transform: translate(0%, -50%); width: 1.25rem; height: 1.25rem; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M7.00065%2018.5L5.58398%2017.0833L12.1673%2010.5L5.58398%203.91667L7.00065%202.5L15.0007%2010.5L7.00065%2018.5Z%22%20fill%3D%22%23DF227D%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E"); }
.secHeadline_dev2.wd_follow { margin: 60px auto 24px; }
.wd_top_nextstep_titledesc { position: relative; display: block; box-sizing: border-box; width: 100%; padding: 0px 20px; text-align: center; color: var(--color-re-002); }
.wd_top_nextstep_titledesc a, .wd_top_nextstep_titledesc a:link, .wd_top_nextstep_titledesc a:visited { color: var(--color-re-005); }
.wd_top_support_section, .wd_top_download_section, .wd_top_schedule_section { width: 100%; padding: 64px 0px; background-color: var(--color01); }
.wd_schedule_before_btn { cursor: pointer; }
.wd_schedule_before_btn_arrow { position: absolute; top: 50%; right: 20px; transform: translate(0%, -50%) rotate(90deg); width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgb(167, 167, 167); background-repeat: no-repeat; background-size: 8px; background-position: center center; background-image: url("data:image/svg+xml;utf-8,") !important; }
.wd_schedule_before_story { display: none; }
.wd_top_schedule_itembox { position: relative; display: block; box-sizing: border-box; width: calc(100% - 8vw); max-width: 1120px; padding: 32px; margin: 0px auto; border: 1px solid var(--color-re-006); border-radius: 16px; }
.wd_top_schedule_itembox.wd_follow { margin-top: 24px; }
.wd_wd_top_schedule_plan_notice { text-align: center; margin: 32px auto 0px; color: var(--color-re-002); }
.wd_top_schedule_item_title { font-size: 1.5rem; font-weight: 700; color: var(--color-re-002 ); margin-bottom: 16px; }
.wd_top_schedule_item_story { color: var(--color-re-002 ); margin-top: 6px; display: flex; }
.wd_top_schedule_item_story span { font-weight: 700; }
.wd_top_schedule_item_story_name { width: 100px; }
.wd_top_schedule_item_story_text { width: calc(100% - 100px); }
.wd_top_schedule_item_notice { color: var(--color-re-001 ); margin: -8px 0px 16px; }
.wd_top_considering_desc_link_wrap.wd_schedule { margin: 32px auto 0px; }
.wd_top_considering_desc_link_wrap.wd_schedule .wd_top_considering_desc_link { border: 1px solid var(--color-re-006); line-height: 62px; }
.wd_top_download_superbox_flex { position: relative; box-sizing: border-box; width: calc(100% - 8vw); max-width: 400px; margin: 32px auto 0px; display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.wd_top_download_flex_itembox_wrap { position: relative; display: block; box-sizing: border-box; width: 100%; }
.wd_top_download_flex_itembox { position: relative; display: block; box-sizing: border-box; width: 100%; padding: 32px 64px 32px 32px; border: 1px solid var(--color-re-006); border-radius: 16px; color: var(--color-re-002 ); }
.wd_top_download_flex_item_title { font-size: 1.125rem; font-weight: 700; margin-bottom: 16px; }
.wd_top_download_flex_itembox::after { content: ""; position: absolute; top: 50%; right: 32px; transform: translate(0%, -50%); width: 1.25rem; height: 1.25rem; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M7.00065%2018.5L5.58398%2017.0833L12.1673%2010.5L5.58398%203.91667L7.00065%202.5L15.0007%2010.5L7.00065%2018.5Z%22%20fill%3D%22%23DF227D%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E"); }
.wd_top_support_graybox { width: calc(100% - 8vw); max-width: 1120px; border-radius: 16px; background-color: var(--color-re-003); margin: 0px auto; padding: 32px; }
.wd_top_support_graybox_title { font-size: 1.5rem; font-weight: 700; color: var(--color-re-002); margin-bottom: 24px; }
.wd_top_support_graybox_faq_flex { position: relative; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: left; gap: 24px 0px; }
.wd_top_support_graybox_faq_item_wrap { position: relative; display: block; width: 100%; padding-right: 2rem; }
.wd_top_support_graybox_faq_item { position: relative; display: block; box-sizing: border-box; width: fit-content; padding-right: 24px; font-weight: 700; color: var(--color-re-005); }
.wd_top_support_graybox_faq_item::after { content: ""; position: absolute; top: 50%; right: 0px; transform: translate(0%, -50%); width: 1rem; height: 1rem; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M7.00065%2018.5L5.58398%2017.0833L12.1673%2010.5L5.58398%203.91667L7.00065%202.5L15.0007%2010.5L7.00065%2018.5Z%22%20fill%3D%22%23DF227D%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E"); }
.wd_newslink_btn.wd_doubleline, .wd_top_considering_desc_link.wd_doubleline { line-height: 24px !important; padding-top: 8px !important; }
.wd_top_support_graybox.wd_follow { margin-top: 24px; }
.wd_top_support_graybox_story { }
.wd_top_support_graybox_notice { margin-top: 4px; color: var(--color-re-004); }
.wd_top_support_graybox_title.wd_top_support_callback { padding-left: 32px; position: relative; }
.wd_top_support_graybox_title.wd_top_support_callback::before { content: ""; position: absolute; top: 25%; left: 0px; margin-top: 2px; transform: translate(0%, -50%); width: 1.5rem; height: 1.5rem; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.72479%2021.3848C2.54146%2021.3848%202.37479%2021.3389%202.22479%2021.2473C2.07479%2021.1556%201.95812%2021.0348%201.87479%2020.8848C1.79146%2020.7348%201.74562%2020.5723%201.73729%2020.3973C1.72896%2020.2223%201.77479%2020.0514%201.87479%2019.8848L11.1248%203.88477C11.2248%203.7181%2011.354%203.5931%2011.5123%203.50977C11.6706%203.42643%2011.8331%203.38477%2011.9998%203.38477C12.1665%203.38477%2012.329%203.42643%2012.4873%203.50977C12.6456%203.5931%2012.7748%203.7181%2012.8748%203.88477L22.1248%2019.8848C22.2248%2020.0514%2022.2706%2020.2223%2022.2623%2020.3973C22.254%2020.5723%2022.2081%2020.7348%2022.1248%2020.8848C22.0415%2021.0348%2021.9248%2021.1556%2021.7748%2021.2473C21.6248%2021.3389%2021.4581%2021.3848%2021.2748%2021.3848H2.72479ZM4.44979%2019.3848H19.5498L11.9998%206.38477L4.44979%2019.3848ZM11.9998%2018.3848C12.2831%2018.3848%2012.5206%2018.2889%2012.7123%2018.0973C12.904%2017.9056%2012.9998%2017.6681%2012.9998%2017.3848C12.9998%2017.1014%2012.904%2016.8639%2012.7123%2016.6723C12.5206%2016.4806%2012.2831%2016.3848%2011.9998%2016.3848C11.7165%2016.3848%2011.479%2016.4806%2011.2873%2016.6723C11.0956%2016.8639%2010.9998%2017.1014%2010.9998%2017.3848C10.9998%2017.6681%2011.0956%2017.9056%2011.2873%2018.0973C11.479%2018.2889%2011.7165%2018.3848%2011.9998%2018.3848ZM11.9998%2015.3848C12.2831%2015.3848%2012.5206%2015.2889%2012.7123%2015.0973C12.904%2014.9056%2012.9998%2014.6681%2012.9998%2014.3848V11.3848C12.9998%2011.1014%2012.904%2010.8639%2012.7123%2010.6723C12.5206%2010.4806%2012.2831%2010.3848%2011.9998%2010.3848C11.7165%2010.3848%2011.479%2010.4806%2011.2873%2010.6723C11.0956%2010.8639%2010.9998%2011.1014%2010.9998%2011.3848V14.3848C10.9998%2014.6681%2011.0956%2014.9056%2011.2873%2015.0973C11.479%2015.2889%2011.7165%2015.3848%2011.9998%2015.3848Z%22%20fill%3D%22%232D3657%22%2F%3E%0A%3C%2Fsvg%3E"); }
.wd_top_support_graybox_trouble_inform { position: relative; display: block; box-sizing: border-box; margin-top: 16px; color: var(--color-re-005); font-weight: 700; }
.wd_top_support_graybox_trouble_inform a, .wd_top_support_graybox_trouble_inform a:link, .wd_top_support_graybox_trouble_inform a:visited { color: var(--color-re-005); }
@media (min-width: 1200px) {
.wd_top_considering_section { position: relative; width: 100%; background-color: var(--color-re-007); padding: 38px 0px 64px; }
.wd_ico-considering::before { content: ""; display: inline-block; margin-right: 0.75rem; width: 3rem; height: 3rem; font-size: 1rem; padding: 0px; justify-self: center; vertical-align: -7px; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_28547%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2248%22%3E%0A%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M23.9944%2023.5829C21.5834%2023.5829%2019.6139%2022.8189%2018.0859%2021.2909C16.5579%2019.7629%2015.7939%2017.7934%2015.7939%2015.3824C15.7939%2012.9711%2016.5579%2010.9996%2018.0859%209.46792C19.6139%207.93592%2021.5834%207.16992%2023.9944%207.16992C26.4058%207.16992%2028.3821%207.93592%2029.9234%209.46792C31.4648%2010.9996%2032.2354%2012.9711%2032.2354%2015.3824C32.2354%2017.7934%2031.4648%2019.7629%2029.9234%2021.2909C28.3821%2022.8189%2026.4058%2023.5829%2023.9944%2023.5829ZM7.29395%2041.0744V35.6169C7.29395%2034.2279%207.64661%2033.0248%208.35195%2032.0074C9.05761%2030.9904%209.97011%2030.2178%2011.0894%2029.6894C13.3604%2028.6708%2015.5489%2027.9066%2017.6549%2027.3969C19.7606%2026.8876%2021.8733%2026.6329%2023.9929%2026.6329C26.1486%2026.6329%2028.2693%2026.8959%2030.3549%2027.4219C32.4403%2027.9483%2034.6078%2028.7074%2036.8574%2029.6994C38.0254%2030.2071%2038.9638%2030.9698%2039.6724%2031.9874C40.3811%2033.0048%2040.7354%2034.2123%2040.7354%2035.6099V41.0744H7.29395Z%22%20fill%3D%22url("")%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_356_28547%22%20x1%3D%2224.0147%22%20y1%3D%227.16992%22%20x2%3D%2224.0147%22%20y2%3D%2241.0744%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.37503%22%20stop-color%3D%22%23DF227D%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF8D00%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E"); background-size: contain; }
.wd_ico-nextstep::before { content: ""; display: inline-block; margin-right: 0.75rem; width: 3rem; height: 3rem; font-size: 1rem; padding: 0px; justify-self: center; vertical-align: -7px; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2249%22%20viewBox%3D%220%200%2048%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_29573%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2249%22%3E%0A%3Crect%20y%3D%220.384766%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_29573%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2249%22%3E%0A%3Crect%20y%3D%220.384766%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M44.8203%2028.8027L31.8154%2041.8066L24.5391%2034.502L26.8652%2032.2041L31.8154%2037.1543L42.4658%2026.5049L44.8203%2028.8027ZM19.915%2027.0176C20.8817%2027.0176%2022.0154%2027.0947%2023.3154%2027.249C24.6154%2027.4034%2025.8325%2027.6307%2026.9658%2027.9307L22.583%2037.498L26.5439%2041.459H3.20898V36.0029C3.20907%2034.7504%203.53682%2033.5888%204.19141%2032.5186C4.84602%2031.4488%205.78382%2030.6341%207.00488%2030.0742C9.40488%2029.0076%2011.6571%2028.2314%2013.7607%2027.7461C15.8638%2027.2605%2017.9152%2027.0176%2019.915%2027.0176ZM19.9102%207.50488C22.3211%207.50492%2024.2976%208.27077%2025.8389%209.80273C27.3799%2011.3343%2028.1504%2013.3057%2028.1504%2015.7168C28.1504%2018.1276%2027.3799%2020.0971%2025.8389%2021.625C24.2976%2023.153%2022.3211%2023.917%2019.9102%2023.917C17.4992%2023.917%2015.5293%2023.153%2014.001%2021.625C12.4731%2020.097%2011.709%2018.1277%2011.709%2015.7168C11.709%2013.3056%2012.4731%2011.3344%2014.001%209.80273C15.5293%208.27073%2017.4992%207.50488%2019.9102%207.50488Z%22%20fill%3D%22url("")%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_356_29573%22%20x1%3D%2224.0146%22%20y1%3D%227.50391%22%20x2%3D%2224.0146%22%20y2%3D%2241.8066%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.38%22%20stop-color%3D%22%23DF227D%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF8D00%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E"); background-size: contain; }
.wd_ico-schedule::before { content: ""; display: inline-block; margin-right: 0.75rem; width: 3rem; height: 3rem; font-size: 1rem; padding: 0px; justify-self: center; vertical-align: -7px; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2249%22%20height%3D%2249%22%20viewBox%3D%220%200%2049%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_29585%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2249%22%20height%3D%2249%22%3E%0A%3Crect%20x%3D%220.5%22%20y%3D%220.384766%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M9.75495%2045.0919C8.67128%2045.0919%207.74011%2044.7027%206.96145%2043.9244C6.18311%2043.1457%205.79395%2042.2146%205.79395%2041.1309V10.6399C5.79395%209.54856%206.18311%208.61089%206.96145%207.82689C7.74011%207.04256%208.67128%206.65039%209.75495%206.65039H12.7504V3.65039H16.4809V6.65039H32.5199V3.65039H36.2504V6.65039H39.2459C40.3373%206.65039%2041.2749%207.04256%2042.0589%207.82689C42.8433%208.61089%2043.2354%209.54856%2043.2354%2010.6399V41.1309C43.2354%2042.2146%2042.8433%2043.1457%2042.0589%2043.9244C41.2749%2044.7027%2040.3373%2045.0919%2039.2459%2045.0919H9.75495ZM9.75495%2041.1309H39.2459V19.8854H9.75495V41.1309ZM14.5004%2027.5834V24.2439H34.5004V27.5834H14.5004ZM14.5004%2036.4984V33.1874H28.4504V36.4984H14.5004Z%22%20fill%3D%22url("")%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_356_29585%22%20x1%3D%2224.5147%22%20y1%3D%223.65039%22%20x2%3D%2224.5147%22%20y2%3D%2245.0919%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23DF227D%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF8D00%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E"); background-size: contain; }
.wd_ico-support::before { content: ""; display: inline-block; margin-right: 0.75rem; width: 3rem; height: 3rem; font-size: 1rem; padding: 0px; justify-self: center; vertical-align: -7px; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2249%22%20viewBox%3D%220%200%2048%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_29619%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2249%22%3E%0A%3Crect%20y%3D%220.384766%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_29619%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2249%22%3E%0A%3Crect%20y%3D%220.384766%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M24.1004%2046.6962V43.1307H38.7459V40.4307H31.0069V24.6417H38.7459V21.8917C38.7459%2017.8337%2037.3196%2014.3413%2034.4669%2011.4147C31.6139%208.48766%2028.1538%207.02416%2024.0864%207.02416C20.0568%207.02416%2016.5774%208.48766%2013.6484%2011.4147C10.7194%2014.3413%209.25495%2017.8337%209.25495%2021.8917V24.6417H16.9939V40.4307H9.25495C8.17128%2040.4307%207.24011%2040.0387%206.46145%2039.2547C5.68311%2038.4707%205.29395%2037.533%205.29395%2036.4417V21.8917C5.29395%2019.3067%205.78961%2016.8702%206.78095%2014.5822C7.77228%2012.2942%209.11594%2010.2922%2010.8119%208.57616C12.5079%206.85982%2014.5013%205.50715%2016.7919%204.51815C19.0826%203.52949%2021.5219%203.03516%2024.1099%203.03516C26.6979%203.03516%2029.1259%203.52899%2031.3939%204.51666C33.6619%205.50432%2035.6351%206.85316%2037.3134%208.56316C38.9914%2010.2728%2040.3146%2012.2705%2041.2829%2014.5562C42.2513%2016.8415%2042.7354%2019.2867%2042.7354%2021.8917V42.7352C42.7354%2043.8188%2042.3433%2044.7498%2041.5589%2045.5282C40.7749%2046.3068%2039.8373%2046.6962%2038.7459%2046.6962H24.1004Z%22%20fill%3D%22url("")%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_356_29619%22%20x1%3D%2224.0147%22%20y1%3D%223.03516%22%20x2%3D%2224.0147%22%20y2%3D%2246.6962%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.38%22%20stop-color%3D%22%23DF227D%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF8D00%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E"); background-size: contain; }
.wd_top_considering_whitebox { position: relative; box-sizing: border-box; width: calc(100% - 8vw); max-width: 1120px; margin: 0px auto; background-color: var(--color01); border-radius: 16px; padding: 32px; }
.wd_top_considering_whitebox_title { font-size: 2rem; font-weight: 700; color: var(--color-re-002); }
.wd_top_considering_whitebox_desc { margin-top: 24px; color: var(--color-re-002); }
.wd_top_considering_whitebox_flex { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 20px; width: 100%; max-width: none; margin: 24px auto 0px; }
.wd_top_considering_whitebox_flex_item { position: relative; display: block; width: 224px; font-size: 1.25rem; font-weight: 700; color: var(--color-re-002); text-align: center; }
.wd_top_considering_whitebox_flex_image_wrap { position: relative; display: block; width: 100%; max-width: 1120px; height: 110px; margin: 0px auto 6px; }
.wd_top_considering_whitebox_flex_image_wrap img { width: 100%; height: 100%; object-fit: scale-down; }
.wd_top_considering_whitebox_desc_link_flex { width: 100%; max-width: none; display: flex; justify-content: space-between; align-items: center; margin: 24px auto 0px; }
.wd_top_considering_whitebox_desc_link_flex.wd_flexright { justify-content: right !important; }
.wd_top_considering_whitebox_desc_link_flex.wd_flexright .wd_top_considering_desc_link_wrap { margin-left: 0px !important; margin-right: 0px !important; }
.wd_top_considering_desc_link_wrap { box-sizing: border-box; position: relative; display: block; width: 280px; height: 64px; margin-left: 0px; margin-right: 0px; }
.wd_top_considering_desc_link { box-sizing: border-box; position: relative; display: block; width: 280px; height: 64px; line-height: 60px; border-radius: 32px; border: 2px solid var(--color-re-001); background-color: var(--color01); text-align: center; color: var(--color-re-002); font-size: 1rem; font-weight: 700; margin-top: 0px; }
.wd_top_considering_desc_link::after { content: ""; position: absolute; top: 50%; right: 20px; transform: translate(0%, -50%); width: 16px; height: 16px; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M7.00065%2018.5L5.58398%2017.0833L12.1673%2010.5L5.58398%203.91667L7.00065%202.5L15.0007%2010.5L7.00065%2018.5Z%22%20fill%3D%22%23DF227D%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E"); }
.wd_top_considering_whitebox.wd_follow { margin-top: 30px; }
.wd_top_considering_whitebox_desc_link_flex .wd_top_considering_whitebox_desc { max-width: calc(100% - 300px); margin: 0px; }
.wd_top_considering_whitebox_entry_flex { width: 100%; margin: 24px auto 0px; position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; border-top: 1px solid var(--color-re-006); padding-top: 24px; gap: 0px; }
.wd_top_considering_whitebox_entry_item_wrap { width: 25%; }
.wd_top_considering_whitebox_entry_item { position: relative; width: fit-content; padding-right: 30px; color: var(--color-re-005); font-weight: 700; }
.wd_top_considering_whitebox_entry_item::after { content: ""; position: absolute; top: 50%; right: 0px; transform: translate(0%, -50%); width: 1.25rem; height: 1.25rem; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M7.00065%2018.5L5.58398%2017.0833L12.1673%2010.5L5.58398%203.91667L7.00065%202.5L15.0007%2010.5L7.00065%2018.5Z%22%20fill%3D%22%23DF227D%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E"); }
.secHeadline_dev2.wd_follow { margin: 60px auto 24px; }
.wd_top_nextstep_titledesc { position: relative; display: block; box-sizing: border-box; width: 100%; padding: 0px 20px; text-align: center; color: var(--color-re-002); }
.wd_top_nextstep_titledesc a, .wd_top_nextstep_titledesc a:link, .wd_top_nextstep_titledesc a:visited { color: var(--color-re-005); }
.wd_top_support_section, .wd_top_download_section, .wd_top_schedule_section { width: 100%; padding: 64px 0px; background-color: var(--color01); }
.wd_top_schedule_itembox { position: relative; display: block; box-sizing: border-box; width: calc(100% - 8vw); max-width: 1120px; padding: 32px; margin: 0px auto; border: 1px solid var(--color-re-006); border-radius: 16px; }
.wd_top_schedule_itembox.wd_follow { margin-top: 24px; }
.wd_top_schedule_item_title { font-size: 2rem; font-weight: 700; color: var(--color-re-002 ); margin-bottom: 16px; }
.wd_top_schedule_item_story { color: var(--color-re-002 ); margin-top: 6px; display: flex; }
.wd_top_schedule_item_story span { font-weight: 700; }
.wd_top_schedule_item_story_name { width: 100px; }
.wd_top_schedule_item_story_text { width: calc(100% - 100px); }
.wd_top_schedule_item_notice { color: var(--color-re-001 ); margin: -8px 0px 16px; }
.wd_top_considering_desc_link_wrap.wd_schedule { margin: 32px auto 0px; }
.wd_top_considering_desc_link_wrap.wd_schedule .wd_top_considering_desc_link { border: 1px solid var(--color-re-006); line-height: 62px; }
.wd_top_download_superbox_flex { position: relative; box-sizing: border-box; width: calc(100% - 8vw); max-width: 1120px; margin: 32px auto 0px; display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.wd_top_download_flex_itembox_wrap { position: relative; display: block; box-sizing: border-box; width: 356px; }
.wd_top_download_flex_itembox { position: relative; display: block; box-sizing: border-box; width: 356px; padding: 32px 64px 32px 32px; border: 1px solid var(--color-re-006); border-radius: 16px; color: var(--color-re-002 ); }
.wd_top_download_flex_itembox:hover { opacity: 0.7; text-decoration: underline; }
.wd_top_download_flex_item_title { font-size: 1.125rem; font-weight: 700; margin-bottom: 16px; }
.wd_top_download_flex_itembox::after { content: ""; position: absolute; top: 50%; right: 32px; transform: translate(0%, -50%); width: 1.25rem; height: 1.25rem; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M7.00065%2018.5L5.58398%2017.0833L12.1673%2010.5L5.58398%203.91667L7.00065%202.5L15.0007%2010.5L7.00065%2018.5Z%22%20fill%3D%22%23DF227D%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E"); }
.wd_top_support_graybox { width: calc(100% - 8vw); max-width: 1120px; border-radius: 16px; background-color: var(--color-re-003); margin: 0px auto; padding: 32px; }
.wd_top_support_graybox_title { font-size: 1.5rem; font-weight: 700; color: var(--color-re-002); margin-bottom: 24px; }
.wd_top_support_graybox_faq_flex { position: relative; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: left; gap: 24px 0px; }
.wd_top_support_graybox_faq_item_wrap { position: relative; display: block; width: 25%; padding-right: 2rem; }
.wd_top_support_graybox_faq_item { position: relative; display: block; box-sizing: border-box; width: fit-content; padding-right: 24px; font-weight: 700; color: var(--color-re-005); }
.wd_top_support_graybox_faq_item::after { content: ""; position: absolute; top: 50%; right: 0px; transform: translate(0%, -50%); width: 1rem; height: 1rem; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M7.00065%2018.5L5.58398%2017.0833L12.1673%2010.5L5.58398%203.91667L7.00065%202.5L15.0007%2010.5L7.00065%2018.5Z%22%20fill%3D%22%23DF227D%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E"); }
.wd_top_considering_desc_link.wd_doubleline { line-height: 24px !important; padding-top: 8px !important; }
.wd_top_support_graybox.wd_follow { margin-top: 24px; }
.wd_top_support_graybox_story { }
.wd_top_support_graybox_notice { margin-top: 4px; color: var(--color-re-004); }
.wd_top_support_graybox_title.wd_top_support_callback { padding-left: 32px; position: relative; }
.wd_top_support_graybox_title.wd_top_support_callback::before { content: ""; position: absolute; top: 50%; left: 0px; margin-top: 2px; transform: translate(0%, -50%); width: 1.5rem; height: 1.5rem; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.72479%2021.3848C2.54146%2021.3848%202.37479%2021.3389%202.22479%2021.2473C2.07479%2021.1556%201.95812%2021.0348%201.87479%2020.8848C1.79146%2020.7348%201.74562%2020.5723%201.73729%2020.3973C1.72896%2020.2223%201.77479%2020.0514%201.87479%2019.8848L11.1248%203.88477C11.2248%203.7181%2011.354%203.5931%2011.5123%203.50977C11.6706%203.42643%2011.8331%203.38477%2011.9998%203.38477C12.1665%203.38477%2012.329%203.42643%2012.4873%203.50977C12.6456%203.5931%2012.7748%203.7181%2012.8748%203.88477L22.1248%2019.8848C22.2248%2020.0514%2022.2706%2020.2223%2022.2623%2020.3973C22.254%2020.5723%2022.2081%2020.7348%2022.1248%2020.8848C22.0415%2021.0348%2021.9248%2021.1556%2021.7748%2021.2473C21.6248%2021.3389%2021.4581%2021.3848%2021.2748%2021.3848H2.72479ZM4.44979%2019.3848H19.5498L11.9998%206.38477L4.44979%2019.3848ZM11.9998%2018.3848C12.2831%2018.3848%2012.5206%2018.2889%2012.7123%2018.0973C12.904%2017.9056%2012.9998%2017.6681%2012.9998%2017.3848C12.9998%2017.1014%2012.904%2016.8639%2012.7123%2016.6723C12.5206%2016.4806%2012.2831%2016.3848%2011.9998%2016.3848C11.7165%2016.3848%2011.479%2016.4806%2011.2873%2016.6723C11.0956%2016.8639%2010.9998%2017.1014%2010.9998%2017.3848C10.9998%2017.6681%2011.0956%2017.9056%2011.2873%2018.0973C11.479%2018.2889%2011.7165%2018.3848%2011.9998%2018.3848ZM11.9998%2015.3848C12.2831%2015.3848%2012.5206%2015.2889%2012.7123%2015.0973C12.904%2014.9056%2012.9998%2014.6681%2012.9998%2014.3848V11.3848C12.9998%2011.1014%2012.904%2010.8639%2012.7123%2010.6723C12.5206%2010.4806%2012.2831%2010.3848%2011.9998%2010.3848C11.7165%2010.3848%2011.479%2010.4806%2011.2873%2010.6723C11.0956%2010.8639%2010.9998%2011.1014%2010.9998%2011.3848V14.3848C10.9998%2014.6681%2011.0956%2014.9056%2011.2873%2015.0973C11.479%2015.2889%2011.7165%2015.3848%2011.9998%2015.3848Z%22%20fill%3D%22%232D3657%22%2F%3E%0A%3C%2Fsvg%3E"); }
.wd_top_support_graybox_trouble_inform { position: relative; display: block; box-sizing: border-box; margin-top: 16px; color: var(--color-re-005); font-weight: 700; }
.wd_top_support_graybox_trouble_inform a, .wd_top_support_graybox_trouble_inform a:link, .wd_top_support_graybox_trouble_inform a:visited { color: var(--color-re-005); }
}
.wd_pnkz_nolayer { font-weight: 400 !important; }
.wd_container { position: relative; box-sizing: border-box; display: block; justify-content: space-between; align-items: flex-start; margin: 0px auto; width: 100%; padding-bottom: 60px; }
.wd_container_section { width: 100%; max-width: 820px; margin: 0px auto; }
@media (min-width: 1200px) {
.wd_container { position: relative; box-sizing: border-box; display: flex; justify-content: space-between; align-items: flex-start; margin: 0px auto; width: calc(100% - 32px); max-width: 1200px; padding-bottom: 0px; }
.wd_container_section { width: 100%; max-width: 860px; }
}
.breadcrumb-home a, .breadcrumb-item a { text-decoration: underline; }
.breadcrumb-item a .wd_pnkz_nolayer, .breadcrumb-item a:link .wd_pnkz_nolayer, .breadcrumb-item a:visited .wd_pnkz_nolayer { color: var(--color-re-002) !important; }
.secHeadline_subtitle_dev2 { font-size: 2rem; font-weight: 700; color: var(--color-re-002); margin-bottom: 16px; }
.secHeadline_subtitle_dev2.wd_follow { margin-top: 64px; }
.wd_entry_blocktitle { font-size: 1.5rem; font-weight: 700; color: var(--color-re-002); }
.wd_entry_table { color: var(--color-re-002) !important; }
.wd_withbg_boldtitle { font-weight: 700; color: var(--color-re-002); margin-bottom: 1.4rem; margin-top: 2.8rem; }
.wd_entry_table.scheduleTable > dl:nth-of-type(1) > dt, .wd_entry_table.scheduleTable > dl:nth-of-type(1) > dd { background-color: var(--color-re-003) !important; justify-content: left !important; }
.wd_entry_table.scheduleTable > dl > dd > table th { background-color: var(--color-re-003) !important; text-align: left !important; padding: 1.5em !important; }
.wd_entry_table.scheduleTable > dl > dd > table td { text-align: left; padding: 1.5em !important; }
span.wd_entry_table_lgray { color: var(--color-re-004); font-size: 0.875rem !important; }
.wd_entry_download_title { font-size: 1.25rem; font-weight: 700; color: var(--color-re-002); margin-bottom: 16px; }
.wd_entry_download_title.wd_follow { margin-top: 24px; }
.secContent.wd_follow { margin: 24px auto 0px; }
.scheduleRelInfo_a, .secContent.wd_follow .scheduleRelInfo_a { font-weight: 700; }
.secContent.wd_follow02 { margin: 64px auto 0px; }
.wd_entry_relational_superbox { position: relative; display: block; box-sizing: border-box; width: 100%; border-radius: 16px; border: 1px solid var(--color-re-006); padding: 32px; color: var(--color-re-002); margin: 64px auto 0px; }
.wd_entry_relational_linktext.wd_follow { margin-top: 24px; }
.wd_entry_toentry_superbox { position: relative; display: block; box-sizing: border-box; width: 100%; margin: 24px auto 0px; border-radius: 16px; background-color: var(--color-re-003); padding: 32px; color: var(--color-re-002); }
@media (min-width: 1200px) {
.secHeadline_subtitle_dev2 { font-size: 2rem; font-weight: 700; color: var(--color-re-002); margin-bottom: 16px; }
.wd_entry_blocktitle { font-size: 1.5rem; font-weight: 700; color: var(--color-re-002); }
.wd_entry_table { color: var(--color-re-002) !important; }
.wd_entry_table.scheduleTable > dl:nth-of-type(1) > dt, .wd_entry_table.scheduleTable > dl:nth-of-type(1) > dd { background-color: var(--color-re-003) !important; justify-content: left !important; }
.wd_entry_table.scheduleTable > dl > dd > table th { background-color: var(--color-re-003) !important; text-align: left !important; padding: 1.5em !important; }
.wd_entry_table.scheduleTable > dl > dd > table td { text-align: left; padding: 1.5em !important; }
span.wd_entry_table_lgray { color: var(--color-re-004); font-size: 0.875rem !important; }
.wd_entry_download_title { font-size: 1.25rem; font-weight: 700; color: var(--color-re-002); margin-bottom: 16px; }
.wd_entry_download_title.wd_follow { margin-top: 32px; }
.wd_entry_relational_superbox { position: relative; display: block; box-sizing: border-box; width: 100%; padding: min(4vw, 2rem); border-radius: 16px; border: 1px solid var(--color-re-006); margin: 64px auto 0px; }
.secContent.wd_follow { margin: 24px auto 0px; }
.secContent.wd_follow02 { margin: 64px auto 0px; }
.secContent.wd_follow .scheduleRelInfo_a { font-weight: 700; }
.wd_entry_toentry_superbox { position: relative; display: block; box-sizing: border-box; width: 100%; margin: 24px auto 0px; border-radius: 16px; background-color: var(--color-re-003); padding: 32px; color: var(--color-re-002); }
}
.wd_entry_table02 { margin-bottom: 24px; }
.wd_jcleft { flex-wrap: wrap; line-height: 1.8rem; justify-content: left !important; }
.wd_jcleft div { width: 100%; }
.wd_jcleft_notice { font-weight: 400; }
.wd_table_indent { padding-left: 1.5rem; text-indent: -1.5rem; }
.secLead.wd_nomargin { margin-bottom: 0px !important; }
.secLead_notice { padding-left: 1rem; text-indent: -1rem; color: var(--color-re-004); font-size: 0.875rem; margin-top: 8px; }
.wd_top_considering_desc_link.wd_targetblank::after { background-image: url("data:image/svg+xml;utf-8,"); width: 24px !important; height: 24px !important; }
.wd_entry_blocktitle.wd_follow { margin-top: 32px; margin-bottom: 16px; }
.wd_top_considering_desc_link_doubleline { position: absolute; top: 50%; left: 0%; transform: translate(0%, -50%); width: 100%; line-height: 1.2rem; }
.wd_entry_exam_itembox { padding-left: 1rem; text-indent: -1rem; color: var(--color-re-002); margin-top: 8px; }
.wd_entry_exam_pdflink { font-weight: 700; margin-top: 24px; }
.wd_entry_exam_itembox.wd_follow { margin-top: 24px; }
.secLead.wd_nomargin.wd_follow { line-height: 1.6rem !important; margin-top: 24px; }
.scheduleRelInfo_a.wd_internallink::after { width: 16px; height: 16px; background-image: url("data:image/svg+xml;utf-8,") !important; }
.wd_entry_step_flex { position: relative; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 32px auto 0px; }
.wd_entry_step_flex_itembox { position: relative; width: 100%; max-width: 1200px; height: 128px; padding: 12px; }
.wd_entry_step_flex_itembox:hover .wd_entry_step_flex_item_story_inner { text-decoration: underline; }
.wd_entry_step_flex_item_step { position: relative; width: 100%; height: 36px; line-height: 36px; font-size: 1.25rem; font-weight: 700; color: var(--color-re-001); text-align: center; }
.wd_entry_step_flex_item_story { position: relative; width: 100%; height: 34px; text-align: center; }
.wd_entry_step_flex_item_story_inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: fit-content; font-weight: 700; color: var(--color-re-002); padding-right: 30px; }
.wd_entry_step_flex_item_story_inner::after { content: ""; position: absolute; top: 50%; right: 0px; transform: translate(0%, -50%) rotate(90deg); width: 1rem; height: 1rem; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M7.00065%2018.5L5.58398%2017.0833L12.1673%2010.5L5.58398%203.91667L7.00065%202.5L15.0007%2010.5L7.00065%2018.5Z%22%20fill%3D%22%23DF227D%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E"); }
.wd_entry_step_flex_item_bg { display: block; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: var(--color-re-001); clip-path: polygon(0% 0%, 100% 0%, 100% calc(90% - 20px), 50% calc(90% - 10px), 0% calc(90% - 20px)); }
.wd_entry_step_flex_item_bg_inner { display: block; position: absolute; top: 4px; left: 4px; width: calc(100% - 8px); height: calc(100% - 8px); background-color: var(--color01); clip-path: polygon(0% 0%, 100% 0%, 100% calc(90% - 20px), 50% calc(90% - 10px), 0% calc(90% - 20px)); }
.downloads.renew.wd_follow { margin-top: 24px; }
@media (min-width: 1200px) {
.wd_entry_step_flex { position: relative; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 32px auto 0px; }
.wd_entry_step_flex_itembox { position: relative; width: 24.5%; max-width: 200px; height: 128px; padding: 12px; }
.wd_entry_step_flex_item_step { position: relative; width: 100%; height: 36px; line-height: 36px; font-size: 1.25rem; font-weight: 700; color: var(--color-re-001); text-align: left; }
.wd_entry_step_flex_item_story { position: relative; width: 100%; height: 68px; text-align: left; }
.wd_entry_step_flex_item_story_inner { position: absolute; top: 50%; left: 0%; transform: translate(0%, -50%); width: fit-content; font-weight: 700; color: var(--color-re-002); padding-right: 30px; }
.wd_entry_step_flex_item_story_inner::after { content: ""; position: absolute; top: 50%; right: 0px; transform: translate(0%, -50%) rotate(90deg); width: 1rem; height: 1rem; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cmask%20id%3D%22mask1_356_42483%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.5%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url("")%22%3E%0A%3Cpath%20d%3D%22M7.00065%2018.5L5.58398%2017.0833L12.1673%2010.5L5.58398%203.91667L7.00065%202.5L15.0007%2010.5L7.00065%2018.5Z%22%20fill%3D%22%23DF227D%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E"); }
.wd_entry_step_flex_item_bg { display: block; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: var(--color-re-001); clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%); }
.wd_entry_step_flex_item_bg_inner { display: block; position: absolute; top: 4px; left: 4px; width: calc(100% - 8px); height: calc(100% - 8px); background-color: var(--color01); clip-path: polygon(0% 0%, calc(100% - 19px) 0%, 100% 50%, calc(100% - 19px) 100%, 0% 100%); }
}
.wd_downloads_guidetab_superbox.wd_entry01 .wd_downloads_guidetab { max-width: 260px; }
.wd_info_titlebox_flex { width: 100%; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; }
.wd_info_titlebox_flex .secHeadline { display: block; width: 100%; text-align: center; padding-bottom: 0px; margin: 0px !important; }
.wd_info_title_year_superbox { position: relative; width: 268px; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 24px auto 0px; }
.wd_info_title_year_title { width: fit-content; height: 56px; line-height: 56px; font-size: 1.125rem; font-weight: 700; color: var(--color-re-002); }
.wd_info_title_yearbox { position: relative; display: block; width: 198px; height: 56px; }
.wd_info_title_year_select { position: relative; display: block; box-sizing: border-box; width: 198px; height: 56px; font-size: 1.125rem; font-weight: 700; padding: 0px 16px; color: var(--color-re-002); border: 1px solid var(--color-re-006); border-radius: 4px; }
.wd_info_cate_flex { position: relative; box-sizing: border-box; display: flex; width: 100%; justify-content: left; margin: 32px auto 64px; }
.wd_info_cate_itembox { position: relative; display: block; box-sizing: border-box; width: 25%; height: 56px; line-height: 54px; border: 1px solid var(--color-re-006); border-radius: 8px 8px 0px 0px; background-color: var(--color-re-003); text-align: center; font-size: 1rem; font-weight: 700; color: var(--color-re-004); cursor: pointer; }
.wd_info_cate_itembox.wd_active { height: 56px; line-height: 51px; border-bottom: 4px solid var(--color-re-001); background-color: var(--color-re-007); color: var(--color-re-002); }
.wd_info_cate_itembox:hover { opacity: 0.7; text-decoration: underline; }
@media (min-width: 1200px) {
.wd_info_titlebox_flex .secHeadline { width: fit-content; padding-bottom: 0px; text-align: left !important; margin: 0px !important; }
.wd_info_titlebox_flex { width: 100%; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; }
.wd_info_title_year_superbox { position: relative; width: 268px; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0px; }
.wd_info_cate_itembox { position: relative; display: block; box-sizing: border-box; width: 25%; height: 56px; line-height: 54px; border: 1px solid var(--color-re-006); border-radius: 8px 8px 0px 0px; background-color: var(--color-re-003); text-align: center; font-size: 1.25rem; font-weight: 700; color: var(--color-re-004); cursor: pointer; }
}
.wd_downloads_guidetab_superbox { position: relative; display: flex; flex-wrap: wrap; justify-content: left; width: 100%; margin: 48px auto 0px; gap: 8px; }
.wd_downloads_guidetab { position: relative; display: block; box-sizing: border-box; width: calc(50% - 4px); height: 56px; line-height: 54px; border: 1px solid rgb(227, 227, 227); border-radius: 4px; text-align: center; font-size: 1.125rem; font-weight: 700; color: var(--color-re-002); cursor: pointer; }
.wd_donwloads_guide_superbox { position: relative; width: 100%; margin: 24px auto 0px; display: none; }
.wd_downloads_guidetab:hover, .wd_downloads_guidetab.wd_active { background-color: var(--color-re-007); border-bottom: 4px solid var(--color-re-001); }
@media (min-width: 1200px) {
.wd_downloads_guidetab_superbox { position: relative; display: flex; flex-wrap: wrap; justify-content: left; width: 100%; margin: 48px auto 0px; gap: 8px; }
.wd_downloads_guidetab { position: relative; display: block; box-sizing: border-box; width: calc(50% - 4px); height: 56px; line-height: 54px; border: 1px solid rgb(227, 227, 227); border-radius: 4px; text-align: center; font-size: 1.125rem; font-weight: 700; color: var(--color-re-002); cursor: pointer; }
.wd_donwloads_guide_superbox { position: relative; width: 100%; margin: 24px auto 0px; display: none; }
.wd_downloads_guidetab:hover, .wd_downloads_guidetab.wd_active { background-color: var(--color-re-007); border-bottom: 4px solid var(--color-re-001); }
}
.btnWrap { display: flex; flex-flow: wrap; justify-content: center; align-items: center; gap: 1em 2em; list-style: none; margin: 0px; width: 100%; padding: 2rem; }
.stepContent .btnWrap { padding: 2rem 0px 0px; }
.stepContent .secLead + .btnWrap { padding: 0px; }
:where(.btnWrap .btn) { background-color: var(--color01); text-decoration: none; color: var(--color-re-002); font-size: min(4vw, 1rem); font-weight: 600; line-height: 1.2; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; position: relative; white-space: nowrap; border-radius: 3em; border: 1px solid var(--color-re-004); min-width: 100%; flex: 0 0 auto; min-height: 4em; }
@media (min-width: 820px) {
:where(.btnWrap .btn) { min-width: 32%; }
.btnWrap .btn:only-child { min-width: min(40%, 300px); }
}
.ico-arrow::after { content: ""; display: inline-block; margin: auto 0.5em auto 0.75em; width: min(3vw, 1rem); height: min(3vw, 1rem); font-size: 1rem; padding: 0px; position: absolute; right: 1rem; justify-self: center; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-size: contain; background-image: url("data:image/svg+xml;utf-8,") !important; }
.ico-arrow:hover::after { right: 0.85rem; }
#breadcrumb { border-bottom: none; }
#breadcrumb > div:not(:last-of-type)::after { content: ""; display: inline-block; margin: 0.25em 0.5em auto 0.75em; width: min(3vw, 0.65rem); height: min(3vw, 0.65rem); background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); background-size: contain; }
.docs { display: grid; grid-template-columns: min(14%, 40px) 1fr min(5%, 10px); align-items: center; justify-content: space-between; background-color: var(--color01); border-radius: 16px; box-shadow: none; width: 100%; padding: 1.25rem 2rem; margin: 0px; height: 100%; border: 1px solid var(--color-re-004); transition: transform 0.2s ease-in 0s, box-shadow 0.2s ease-in 0s; position: relative; overflow: hidden; }
div.docs::before, a.docs::before { content: ""; display: block; width: 100%; height: 100%; padding: 0px; color: transparent; background-position: center center; background-repeat: no-repeat; background-size: contain; margin: 0px !important; background-color: transparent !important; }
a.docs[href$=".pdf"]::before { background-image: url(""); }
a.docs[href$=".docx"]::before { background-image: url(""); }
a.docs[href$=".xlsx"]::before { background-image: url(""); }
a.docs[href$=".zip"]::before { background-image: url(""); }
div.docs[ext$=".pdf"]::before { background-image: url(""); }
div.docs[ext$=".docx"]::before { background-image: url(""); }
div.docs[ext$=".xlsx"]::before { background-image: url(""); }
div.docs[ext$=".zip"]::before { background-image: url(""); }
div.docs::after, a.docs::after { content: ""; display: inline-block; margin: auto 0.5em auto 0.75em; width: min(3vw, 1rem); height: min(3vw, 1rem); font-size: 1rem; padding: 0px; justify-self: center; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-size: contain; background-image: url("data:image/svg+xml;utf-8,") !important; }
.wd_entry_step_arrow { position: relative; display: block; width: 244px; height: auto; margin: 0px auto 32px; }
.wd_entry_step_arrow img { position: relative; display: block; width: 100%; }
.wd_doc_ol { position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; z-index: 4; background-color: rgba(170, 170, 170, 0.6); }
.wd_doc_ol div { position: absolute; top: 50%; left: 0%; transform: translate(0%, -50%); width: 100%; text-align: center; font-size: 18px; font-weight: 700; color: rgb(255, 255, 255); }
.navBtn, .toTop { z-index: 90000 !important; }
.drawerWrap { z-index: 60000 !important; }
.knockOut { z-index: 50000 !important; }
#drawerCheckbox, .drawerInner .localNav { display: none; }
.drawerInner .localNav { display: block; }
.drawerInner .localNav li { list-style: none; }
.navBtn { position: fixed; right: 0px; top: 0px; cursor: pointer; display: inline-block; margin: 0px auto; padding: 0px min(11vw, 2.25rem); height: 60px; transform: translateY(0px); background: var(--color-re-001); border-radius: 0px 0px 0px 1.5rem; }
.toTop { position: fixed; right: 0px; top: auto; bottom: 0px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; margin: 0px auto; width: 1.75rem; height: 1.5rem; transform: translateX(4.75rem); }
.navBtn p { position: absolute; width: 100%; bottom: 0.75rem; left: 0px; right: 0px; font-size: min(2vw, 10px); text-align: center; display: block; line-height: 1; color: var(--color01); opacity: 1; }
@media (min-width: 1200px) {
.navBtn { display: none; }
.navBtn.on { right: 0px; display: inline-block; width: 4.75rem; height: 4.5rem; top: 0px; transform: translateX(4.75rem); background: rgba(239, 233, 215, 0.5); animation: 0.25s ease-out 0s 1 normal forwards running pcnavbtn; }
.toTop { display: none; }
.toTop.on { display: inline-flex; align-items: center; justify-content: center; width: 4.75rem; height: 4.5rem; bottom: 0px; background: rgba(239, 233, 215, 0.5); animation: 0.25s ease-out 0s 1 normal forwards running pcnavbtn; color: rgb(141, 70, 22); }
@keyframes pcnavbtn {
99%, 100% { right: 0px; transform: translateX(0px); }
}
}
.navBtn span, .navBtn span::before, .navBtn span::after { display: block; position: absolute; left: 0px; right: 0px; margin: auto; width: 30%; height: 2px; border-radius: 3px; background: var(--color01); }
.navBtn span { top: 40%; transition: all 0.1s ease 0s; }
.navBtn span::before { content: ""; top: -7px; width: 100%; transform: rotate3d(0, 0, 0, 0deg); transition: top 0.2s ease-in 0.2s, transform 0.2s ease-in 0s; }
.navBtn span::after { content: ""; top: 7px; width: 100%; transform: rotate3d(0, 0, 0, 0deg); transition: top 0.2s ease-in 0.2s, transform 0.2s ease-in 0s; }
@media (min-width: 1200px) {
.navBtn span { top: 40%; }
.navBtn span, .navBtn span::before, .navBtn span::after { height: 4px; width: 64%; }
.navBtn span::before { top: -18px; width: 100%; }
.navBtn span::after { top: 18px; width: 100%; }
}
#drawerCheckbox:checked ~ .navBtn { }
#drawerCheckbox:checked ~ .navBtn span { box-shadow: none; top: 46%; background: transparent !important; }
#drawerCheckbox:checked ~ .navBtn span::before, #drawerCheckbox:checked ~ .navBtn span::after { width: 100%; top: 0px; bottom: 0px; box-shadow: none; }
#drawerCheckbox:checked ~ .navBtn span::before { transform: rotate3d(0, 0, 1, 45deg); top: 0px; transition: top 0.2s ease 0s, transform 0.2s ease 0.2s; }
#drawerCheckbox:checked ~ .navBtn span::after { transform: rotate3d(0, 0, 1, -45deg); top: 0px; transition: top 0.2s ease 0s, transform 0.2s ease 0.2s; }
#drawerCheckbox:checked ~ .navBtn p { opacity: 0; }
.drawerWrap { width: 100vw; height: 100vh; background: var(--color-re-003); display: block; position: fixed; left: 0px; top: -100vh; transform: translateX(0px); transition: transform 0.4s cubic-bezier(0.1, 0.57, 0.1, 1) 0s; pointer-events: none; overflow-y: scroll; }
#drawerCheckbox:checked ~ .drawerWrap { opacity: 1; transform: translateY( calc(100vh + var(--gh-H)) ); transition: transform 0.5s cubic-bezier(0.1, 0.57, 0.1, 1) 0s; pointer-events: auto; }
.drawerWrap .drawerInner { padding: 0px 0px 20vh; height: auto; }
.drawerInner .localNav { height: 100%; }
.drawerInner .localNav li { width: 100%; margin: 0px; list-style-type: none; border-bottom: 1px solid rgb(227, 227, 227); }
.drawerInner .localNav li a { padding: 1.25rem; line-height: 1; display: flex; align-items: center; color: var(--color-re-002); font-size: min(4vw, 1.25rem); font-weight: 600; position: relative; }
.drawerInner .localNav ul.\\2nd { border-bottom: 1px solid rgb(227, 227, 227); padding: 1rem 0px; }
.drawerInner .localNav ul.\\2nd li { border-bottom: none; }
.drawerInner .localNav ul.\\2nd li a { }
.drawerInner .localNav li a[class*="ico-"] { font-size: min(3vw, 1rem); }
.drawerInner .localNav li a::after, .drawerInner .localNav li a[class*="ico-"]::after { content: ""; display: inline-block; margin: auto 0.5em auto 0.75em; width: min(3vw, 0.75rem); height: min(3vw, 0.75rem); font-size: 1.25rem; padding: 0px; position: absolute; right: 1rem; vertical-align: middle; background-color: transparent; background-repeat: no-repeat; background-image: url("data:image/svg+xml;utf-8,"); background-size: contain; }
.drawerInner .localNav li.hasSubMega > a::after { content: "+"; background-image: none; right: 1.5rem; transform: none; }
.drawerInner .localNav li.hasSubMega.is-active > a::after { content: "ー"; background-image: none; right: 1.5rem; transform: none; }
.drawerInner .localNav li .subNav dl dt a { color: var(--color-re-001); }
.drawerInner .localNav li .subNav dl dd { border-top: 1px solid rgb(227, 227, 227); }
.drawerInner .localNav li .subNav dl dd ul li a { padding-left: 2rem; font-weight: 400; }
.drawerInner .localNav li.toShinsei { padding: 1rem 0px 0.5rem; border-bottom: none; }
.drawerInner .localNav li.toShinsei a { width: 84%; margin: auto; padding: 1rem; border-radius: 2em; line-height: 1; display: flex; align-items: center; justify-content: center; color: var(--color-re-002); font-size: min(4vw, 1.25rem); font-weight: 600; position: relative; background: var(--color01); }
.drawerInner .localNav li.toShinsei a::after { width: min(4vw, 1.25rem); height: min(4vw, 1.25rem); }
.drawerInner .localNav li.gsearch { padding: 0.5rem 0px 1rem; }
.drawerInner .localNav li.gsearch .localSearch { width: 84%; border-radius: 2em; margin: auto; border: none; display: flex; justify-content: space-between; }
.drawerInner .localNav li.gsearch .localSearch [name="q"] { padding: 0.73em 1em 0.73em 1.5em; font-size: min(4vw, 1.25rem); width: calc(100% - 1em); }
.drawerInner .localNav li.gsearch .localSearch button[name="sa"] { width: 5rem; padding: 0px; border-radius: 0px 2rem 2rem 0px; }
.drawerInner .localNav li.hasSubMega > .subNav { opacity: 0; visibility: hidden; display: none; position: static; width: 100%; transform: none; background: var(--color-re-003); padding: 0px; box-shadow: none; border-radius: 0px; border-top: 1px solid rgb(227, 227, 227); }
.drawerInner .localNav li.hasSubMega.is-active > .subNav { opacity: 1; visibility: visible; display: block; transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s; }
.drawerInner .localNav li.hasSubMega.is-active > .subNav a { line-height: 1; display: block; font-size: min(4vw, 1.25rem); letter-spacing: 0.075em; white-space: nowrap; }
.drawerInner .localNav li.hasSubMega.is-active > .subNav dt a { font-size: min(4vw, 1.25rem); }
.drawerInner .localNav li.hasSubMega.is-active > .subNav dd a { font-size: min(4vw, 1rem); }
.drawerInner .localNav li a[class*="ico-"]::before { content: ""; display: inline-block; margin-right: 0.5em; width: min(3.2vw, 1.5em); height: min(3.2vw, 1.5em); background-size: contain; background-repeat: no-repeat; }
.localNav .ico-news2::before { background-image: url("data:image/svg+xml;utf-8,"); }
.localNav .ico-callback2::before { background-image: url("data:image/svg+xml;utf-8,"); }
.localNav .ico-faq2::before { background-image: url("data:image/svg+xml;utf-8,"); }
.drawerInner a br { display: none; }
@font-face { font-family: "Noto Sans JP"; font-style: normal; font-weight: 400; font-display: swap; src: url("") format("woff2"); }
@font-face { font-family: "Noto Sans JP"; font-style: normal; font-weight: 600; font-display: swap; src: url("") format("woff2"); }
.\[\&_\.gdprAdTransparencyCogWheelButton\]\:\!pjra-z-\[5\], ad-slot, ad-triple-box, dfp-ad, [class^="adDisplay-module"], [class^="amp-ad-"], [class^="div-gpt-ad"], [data-ad-cls], [data-ad-manager-id], [data-ad-module], [data-ad-width], [data-adblockkey], [data-adbridg-ad-class], [data-adshim], [data-advadstrackid], [data-block-type="ad"], [data-css-class="dfp-inarticle"], [data-d-ad-id], [data-desktop-ad-id], [data-dynamic-ads], [data-ez-name], [data-freestar-ad][id], [data-id^="div-gpt-ad"], [data-m-ad-id], [data-mobile-ad-id], [data-name="adaptiveConstructorAd"], [data-rc-widget], [data-revive-zoneid] > iframe, [data-role="tile-ads-module"], [data-template-type="nativead"], [data-testid="adBanner-wrapper"], [data-testid="ad_testID"], [data-type="ad-vertical"], [data-wpas-zoneid], [id^="ad-wrap-"], [id^="ad_sky"], [id^="ad_slider"], [id^="section-ad-banner"], [name^="google_ads_iframe"], [onclick^="location.href='https://1337x.vpnonly.site/"], a-ad, a[data-href^="http://ads.trafficjunky.net/"], a[style="width:100%;height:100%;z-index:10000000000000000;position:absolute;top:0;left:0;"], ad-shield-ads, ad-slot, app-ad, app-advertisement, app-large-ad, ark-top-ad, aside[id^="adrotate_widgets-"], atf-ad-slot, bottomadblock, display-ad-component, display-ads, div[class^="Adstyled__AdWrapper-"], div[class^="Display_displayAd"], div[class^="kiwi-ad-wrapper"], div[class^="native-ad-"], div[data-ad-placeholder], div[data-ad-wrapper], div[data-adname], div[data-adunit-path], div[data-adunit], div[data-adzone], div[data-alias="300x250 Ad 1"], div[data-alias="300x250 Ad 2"], div[data-contentexchange-widget], div[data-dfp-id], div[data-id-advertdfpconf], div[data-native-ad], div[id^="ad-div-"], div[id^="ad-position-"], div[id^="adngin-"], div[id^="adrotate_widgets-"], div[id^="adspot-"], div[id^="crt-"][style], div[id^="div-ads-"], div[id^="google_dfp_"], div[id^="gpt_ad_"], div[id^="lazyad-"], div[id^="optidigital-adslot"], div[id^="pa_sticky_ad_box_middle_"], div[id^="rc-widget-"], div[id^="sticky_ad_"], div[id^="vuukle-ad-"], gpt-ad, guj-ad, hl-adsense, img[src^="https://images.purevpnaffiliates.com"], ps-connatix-module, span[data-ez-ph-id], span[id^="ezoic-pub-ad-placeholder-"], topadblock, zeus-ad, [class^="tile-picker__CitrusBannerContainer-sc-"], citrus-ad-wrapper, [class^="s2nPlayer"], div[id*="MarketGid"], div[id*="ScriptRoot"], [onclick*="content.ad/"], amp-ad, amp-ad, amp-ad-custom, amp-connatix-player, amp-fx-flying-carpet, a[data-obtrack^="http://paid.outbrain.com/network/redir?"], a[data-oburl^="https://paid.outbrain.com/network/redir?"], a[data-redirect^="https://paid.outbrain.com/network/redir?"], a[data-url^="http://paid.outbrain.com/network/redir?"] + .author, a[data-widget-outbrain-redirect^="http://paid.outbrain.com/network/redir?"], a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][target="_blank"], a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][target="_blank"] + .ob_source, a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"] + .ob_source, a[target="_blank"][onmousedown="this.href^='http://paid.outbrain.com/network/redir?"], amp-embed[type="taboola"], div[id^="taboola-stream-"], div[id^="zergnet-widget"] { display: none !important; }
[data-ad-name], [id^="div-gpt-ad"], div[aria-label="Ads"], div[data-ad-targeting], div[data-native_ad], div[id^="ad_position_"], div[id^="dfp-ad-"], div[id^="div-gpt-"], div[id^="ezoic-pub-ad-"], div[id^="yandex_ad"], ins.adsbygoogle[data-ad-slot], a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"] { display: none !important; }
a[href^="https://datingoffers30.info/"] { display: none !important; }
#featureInfo { margin-top: 4rem; padding-bottom: 0px !important; }
#featureInfo .withBG { background: rgb(255, 242, 249); }
#featureInfo .secContent dt { color: var(--color-re-001); }
.importantNotice { margin: 50px auto 0px; width: calc(100% - 8vw); max-width: 1100px; border: 1px solid var(--color-re-006); border-radius: 20px; padding: 1em 2em 1.5em; text-align: justify; line-height: 1.8; font-size: min(4vw, 1rem); color: var(--color-re-002); }
.importantNotice h2 { text-align: center; margin-bottom: 0.5em; }
.importantNotice a { text-decoration: underline; color: var(--color-re-005); }
.importantNotice a:hover { text-decoration: none; }
.importantNotice p { font-weight: 600; }
.importantNotice_title { font-size: min(4vw, 1rem); color: var(--color100); font-weight: 700; }
(cache)中小企業新事業進出補助金|中小企業基盤整備機構
- 【重要】GビズIDメンテナンスに伴う電子申請システムのログイン停止のお知らせ
-
GビズIDサイトのシステムメンテナンスにより、以下の時間帯は電子申請システムでのログイン機能がご利用できません。
システムメンテナンス中は申請作業ができなくなりますのでご注意ください。
■GビズIDサイトメンテナンス時間:
2025/12/16(火)PM8:00 - 2025/12/17(水)AM0:00頃
メンテナンス開始前にログインされている場合は、そのまま操作を継続できますが、一定時間操作がない場合など、
セッションが終了すると再度ログインが必要となり、入力内容が失われる可能性があります。
そのため、メンテナンス時間帯にまたがっての作業は推奨しておりません。必ず一時保存ボタンをクリックし、
入力内容を保存していただくようお願いします。
詳細は以下のページをご確認ください。
GビズIDサイト https://gbiz-id.go.jp/top/
現在、第2回公募の応募申請を受付中
応募締切は令和7年12月19日(金)18:00まで
最新のお知らせ
重要なお知らせ:第1回公募の交付申請受付は2025年12月1日(月)18:00をもって終了しました。

第2回の申請受付を開始しました。
申請をお考えの方
はじめての方
補助金申請をご検討中の方は、はじめに制度の概要情報についてご確認ください。
応募申請される方
補助金申請をされる方は、応募申請に向けて必要な準備や資料等についてご確認ください。
採択された方
補助金交付候補者の採択結果の一覧は
「
採択結果」から確認できます
交付申請
採択通知を受けた方は、交付申請に向けた作業の流れと各資料をご確認ください。
公募スケジュール
第2回公募スケジュール
・ 応募締切 :
令和7年12月19日(金)18:00まで
第1回公募スケジュール
※第1回公募の応募申請受付は終了しました。
・ 応募締切 :
令和7年7月10日(木)18:00まで 令和7年7月15日(火)18:00まで ※締切を延長しました
※第3回公募は、12月中を予定しております。
資料ダウンロード
制度の説明資料や申請ガイド・マニュアルなど、主要な資料をまとめて掲載しています。
ご利用サポート
お問い合わせ先
お問い合わせをご希望の場合は、本補助金の申請サポートを目的とした「コールバック予約システム」がご利用いただけます。事前にご予約いただいた日時に、コールセンターから折り返し電話をかけるサービスです。
※個別の審査に関わる内容はご案内いたしかねます。
トラブルが発生した場合の通報窓口
コールセンターの職員が不適切な対応を行った場合や、本補助金の不正利用や要件違反に関する内部告発等は、以下のフォームよりご連絡ください。なお、通報者は適切に保護されます。