@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;800&display=swap");
.onlySp {
    display: none;
}
@media screen and (max-width: 428px) {
    .onlySp {
        display: block;
    }
}

.onlyPc {
    display: block;
}
@media screen and (max-width: 428px) {
    .onlyPc {
        display: none;
    }
}

.orless1024 {
    display: none;
}
@media screen and (max-width: 1024px) {
    .orless1024 {
        display: block;
    }
}

body {
    color: #202a4f;
    background: #f0f3f5;
    font-size: 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: relative;
}
body a {
    color: #202a4f;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
body a:hover {
    opacity: 0.8;
}
body a:active {
    color: #c22d2d;
}
body a:visited {
    color: #707f89;
}
body a:focus-visible img {
    opacity: 0.8;
}
body p {
    line-height: 1.8em;
}

ul li {
    line-height: 1.8em;
}

ol li {
    line-height: 1.8em;
}

img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.breadcrumb {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 44px;
    min-height: 82px;
}
@media screen and (max-width: 428px) {
    .breadcrumb {
        padding: 28px 32px;
    }
}
.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb ul li {
    font-size: 0.75em;
    font-weight: 400;
}
.breadcrumb ul li:before {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
}
.breadcrumb ul li:first-child:before {
    content: none;
}

.w1160 {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
}
@media screen and (max-width: 848px) {
    .w1160 {
        width: 80%;
        max-width: 100%;
    }
}
@media screen and (max-width: 428px) {
    .w1160 {
        width: 94%;
        max-width: 100%;
    }
}

.w864 {
    width: 80%;
    max-width: 864px;
    margin: 0 auto;
}
@media screen and (max-width: 848px) {
    .w864 {
        width: 80%;
        max-width: 100%;
    }
}
@media screen and (max-width: 428px) {
    .w864 {
        width: 94%;
        max-width: 100%;
    }
}
@media screen and (max-width: 428px) {
    .w864.spmiddle {
        width: 88%;
        max-width: 100%;
    }
}

.w740 {
    width: 78%;
    max-width: 740px;
    margin: 0 auto;
}
@media screen and (max-width: 848px) {
    .w740 {
        width: 80%;
        max-width: 100%;
    }
}
@media screen and (max-width: 428px) {
    .w740 {
        width: 92%;
        max-width: 100%;
    }
}
@media screen and (max-width: 428px) {
    .w740.spmiddle {
        width: 80%;
        max-width: 100%;
    }
}

.w568 {
    width: 76%;
    max-width: 568px;
    margin: 0 auto;
}
@media screen and (max-width: 848px) {
    .w568 {
        width: 80%;
        max-width: 100%;
    }
}
@media screen and (max-width: 428px) {
    .w568 {
        width: 94%;
        max-width: 100%;
    }
}
@media screen and (max-width: 428px) {
    .w568.spmiddle {
        width: 80%;
        max-width: 100%;
    }
}

.tags {
    margin: 0;
}
.tags a {
    display: inline-block;
    margin: 0;
    padding: 8px 10px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #cdd6dd;
    background: #f0f3f5;
    line-height: 1em;
    border-radius: 100px;
    white-space: nowrap;
    font-size: 0.7em;
    font-weight: 400;
}
.tags a:active {
    color: inherit;
}
.tags a:visited {
    color: inherit;
}
.tags span {
    font-weight: normal;
    font-size: 0.85em;
}

.btn_standard {
    background-color: #316aab;
    color: #fff;
    padding: 16px 26px 13px 26px;
    line-height: 1em;
    white-space: nowrap;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    border: #316aab solid 2px;
    min-width: 196px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
}
@media screen and (max-width: 1024px) {
    .btn_standard {
        min-width: 1px;
    }
}
.btn_standard:active {
    color: #fff;
}
.btn_standard:visited {
    color: #fff;
}
.btn_standard.disabled {
    background-color: #f0f3f5;
    border: #cdd6dd solid 2px;
    color: #707f89;
    pointer-events: none;
}

.btn_subcolor {
    background-color: #fff;
    color: #316aab;
    padding: 16px 26px 13px 26px;
    line-height: 1em;
    white-space: nowrap;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    border: #cdd6dd solid 2px;
    min-width: 196px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
}
@media screen and (max-width: 1024px) {
    .btn_subcolor {
        min-width: 1px;
    }
}
.btn_subcolor:active {
    color: #316aab;
}
.btn_subcolor:visited {
    color: #316aab;
}

input[type="submit"],
input[type="reset"] {
    cursor: pointer;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
    opacity: 0.8;
}

h2 {
    text-transform: uppercase;
    font-size: 1.875em;
    margin: 0;
    line-height: 1.5em;
    text-align: center;
}
h2 + p {
    font-size: 1em;
    font-weight: 600;
    margin-top: 0em;
    text-align: center;
}
@media screen and (max-width: 848px) {
    h2 {
        margin: 0 0.6em;
    }
}

.text-overflow-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p_center {
    width: 100%;
    text-align: center;
}

.p_m0 {
    margin: 0;
}

.p_m20 {
    margin: 20px 0;
}

.p_m40 {
    margin: 40px 0;
}

.p_relative {
    position: relative;
}
.p_relative .new_icon {
    display: inline-table;
    left: 56%;
}
@media screen and (max-width: 848px) {
    .p_relative .new_icon {
        left: 58%;
    }
}
@media screen and (max-width: 428px) {
    .p_relative .new_icon {
        left: 68%;
    }
}

.error {
    color: #c22d2d;
}

.new_icon {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 0;
    color: #fff;
    font-size: 0.7em;
    padding: 8px 7px 5px 8px;
    background-color: #c22d2d;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 100px;
    margin: 0;
}

.update_date {
    position: absolute;
    right: 46px;
    top: 0px;
    z-index: 0;
    font-size: 0.68em;
    letter-spacing: 0.08em;
    background-color: #202a4f;
    line-height: 1em;
    padding: 4px 5px 3px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

main {
    padding-top: 100px;
    display: block;
}
@media screen and (max-width: 428px) {
    main {
        padding-top: 86px;
    }
}
@media screen and (min-width: 1500px) {
    main {
        padding-top: 90px;
    }
}
main .mainvisual {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #4fa0d7;
    padding: 32px 32px 20px;
    text-align: center;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 428px) {
    main .mainvisual {
        padding: 42px 20px 20px;
    }
}
main .mainvisual p {
    color: #fff;
    font-size: 1.25em;
    margin: 0;
    padding: 84px 0 0;
    font-weight: 500;
}
@media screen and (max-width: 428px) {
    main .mainvisual p {
        font-size: 0.88em;
        padding: 1em 0 0 0;
    }
}
main .mainvisual p.text_big {
    font-size: 3.75em;
    padding: 20px 0 84px;
    font-weight: 500;
}
@media screen and (max-width: 428px) {
    main .mainvisual p.text_big {
        font-size: 1.875em;
        padding: 10px 0 44px;
    }
}
main .mainvisual .yhack_matter_list {
    width: 90%;
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}
main .mainvisual .yhack_matter_list[data-count-banner="3"] {
    width: 67.5%;
    max-width: 810px;
}
main .mainvisual .yhack_matter_list[data-count-banner="2"] {
    width: 45%;
    max-width: 540px;
}
main .mainvisual .yhack_matter_list[data-count-banner="1"] {
    width: 22.5%;
    max-width: 270px;
}
@media screen and (max-width: 1024px) {
    main .mainvisual .yhack_matter_list[data-count-banner="2"] {
        width: 60%;
        max-width: 540px;
    }
    main .mainvisual .yhack_matter_list[data-count-banner="1"] {
        width: 30%;
        max-width: 270px;
    }
}
@media screen and (max-width: 848px) {
    main .mainvisual .yhack_matter_list {
        width: 96%;
    }
    main .mainvisual .yhack_matter_list[data-count-banner="2"] {
        width: 60%;
        max-width: 540px;
    }
    main .mainvisual .yhack_matter_list[data-count-banner="1"] {
        width: 30%;
        max-width: 270px;
    }
}
@media screen and (max-width: 480px) {
    main .mainvisual .yhack_matter_list[data-count-banner="1"] {
        width: 48%;
        max-width: 270px;
    }
}
main .mainvisual .yhack_matter_list .slick-slide {
    height: auto;
    margin: 0 1em;
}
@media screen and (max-width: 428px) {
    main .mainvisual .yhack_matter_list .slick-slide {
        margin: 0 0.5em;
    }
}
main .mainvisual .yhack_matter_list .banner {
    opacity: 0;
}
main .mainvisual .yhack_matter_list .slick-track .banner {
    opacity: 1;
}
main .mainvisual .yhack_matter_list .slick-arrow {
    z-index: 2 !important;
    width: 29px !important;
    height: 32px !important;
}
main .mainvisual .yhack_matter_list .slick-arrow::before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
main .mainvisual .yhack_matter_list .slick-next::before {
    background: url(img/arrow-right-solid.svg) !important;
    background-size: contain !important;
}
main .mainvisual .yhack_matter_list .slick-prev::before {
    background: url(img/arrow-left-solid.svg) !important;
    background-size: contain !important;
}
main .mainvisual .mv_img {
    position: relative;
    width: 100%;
    height: auto;
}

main .mainvisual .mv_img picture {
    display: block;
    width: 100%;
    height: auto;
}

main .mainvisual .mv_img source {
    display: block;
    width: 2400px !important;
    height: 1166px !important;
    max-width: none !important;
}

main .mainvisual .mv_img img {
    display: block;
    width: 600px !important;
    height: 1200px !important;
    max-width: none !important;
    object-fit: cover;
    transform: scale(1);
    transform-origin: 0 0;
}

@media screen and (max-width: 428px) {
    main .mainvisual .mv_img img {
        width: 600px !important;
        height: 1200px !important;
        max-width: none !important;
        object-fit: cover;
        transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform: scale(1);
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (min-width: 1500px) {
    main .mainvisual .mv_img {
        -o-object-position: 50% 70%;
        object-position: 50% 70%;
    }
}
main .num_summary {
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 428px) {
    main .num_summary {
        margin: 20px auto 0;
    }
}
main .num_summary dl {
    border-radius: 12px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.1);
    max-width: 360px;
    width: 32%;
    margin: 0;
    padding: 8px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    main .num_summary dl {
        text-align: center;
    }
}
@media screen and (max-width: 848px) {
    main .num_summary dl {
        width: 49%;
        max-width: 100%;
    }
}
@media screen and (max-width: 428px) {
    main .num_summary dl {
        padding: 8px 10px;
    }
}
main .num_summary dl dt {
    width: 64px;
    height: auto;
    text-align: center;
    margin: 1em;
}
@media screen and (max-width: 1200px) {
    main .num_summary dl dt {
        width: 54px;
        margin: 0 1em 0 0;
    }
}
@media screen and (max-width: 1024px) {
    main .num_summary dl dt {
        width: 100%;
        margin: 0;
    }
    main .num_summary dl dt img {
        width: 64px;
    }
}
main .num_summary dl dd {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width: 1024px) {
    main .num_summary dl dd {
        margin: 0;
    }
}
main .num_summary dl dd p {
    margin: 0.8em 0;
}
@media screen and (max-width: 428px) {
    main .num_summary dl dd p {
        margin: 0.4em 0;
    }
}
main .num_summary dl dd span.text_big {
    font-size: 2.4em;
    font-weight: 400;
    color: #202a4f;
    padding-right: 0.1em;
}
@media screen and (max-width: 1200px) {
    main .num_summary dl dd span.text_big {
        font-size: 2em;
    }
}
@media screen and (max-width: 428px) {
    main .num_summary dl dd span.text_big {
        font-size: 1.7em;
    }
}
@media screen and (max-width: 428px) {
    main .num_summary dl dd span.text_sphide {
        display: none;
    }
}
main .num_summary dl dd ul {
    margin: 0;
    padding: 0;
}
main .num_summary dl dd ul:last-child li {
    border-bottom: none;
}
main .num_summary dl dd ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: dashed 1px #ccc;
}
@media screen and (max-width: 428px) {
    main .num_summary dl dd ul li .tags a {
        background: none;
        padding: 0;
        border: none;
        color: #316aab;
    }
}
main .num_summary dl.num_summary_seeds dt {
    width: 52px;
}
@media screen and (max-width: 1200px) {
    main .num_summary dl.num_summary_seeds dt img {
        width: 40px;
    }
}
@media screen and (max-width: 1024px) {
    main .num_summary dl.num_summary_seeds dt {
        width: 100%;
    }
    main .num_summary dl.num_summary_seeds dt img {
        width: 52px;
    }
}
@media screen and (max-width: 848px) {
    main .num_summary dl.num_summary_member {
        width: 100%;
        margin-top: 1em;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
main .num_summary dl.num_summary_member dt {
    width: 75px;
}
@media screen and (max-width: 1200px) {
    main .num_summary dl.num_summary_member dt {
        width: 65px;
    }
}
@media screen and (max-width: 1024px) {
    main .num_summary dl.num_summary_member dt {
        width: 100%;
    }
    main .num_summary dl.num_summary_member dt img {
        width: 75px;
    }
}
@media screen and (max-width: 848px) {
    main .num_summary dl.num_summary_member dt {
        width: 75px;
        margin-left: 1em;
    }
}
main .num_summary dl.num_summary_member dd {
    display: block;
    text-align: center;
}
main .num_summary dl.num_summary_member dd p {
    margin: 0;
}
main .num_summary dl.num_summary_member dd .btn_standard {
    margin-top: 0.5em;
    min-width: 0px;
}
@media screen and (max-width: 1024px) {
    main .num_summary dl.num_summary_member dd .btn_standard {
        margin: 1em 0;
    }
}
@media screen and (max-width: 848px) {
    main .num_summary dl.num_summary_member dd .btn_standard {
        margin: 0.5em 0 0 0;
    }
}
main .news_and_topics {
    padding: 80px 0 100px;
    background-image: url(img/bg_pattern.png);
    background-size: cover;
    position: relative;
    margin-top: 10px;
}
@media screen and (max-width: 428px) {
    main .news_and_topics {
        padding-top: 60px;
    }
}
main .news_and_topics .w864 {
    padding: 30px 0 0;
}
main .news_and_topics .w864 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.5em;
    padding: 0 0 1.5em;
    border-bottom: solid 1px #d9e3eb;
}
@media screen and (max-width: 428px) {
    main .news_and_topics .w864 dl {
        display: block;
    }
}
main .news_and_topics .w864 dl:nth-child(3) {
    border-bottom: none;
}
main .news_and_topics .w864 dl dt {
    width: 11%;
    min-width: 80px;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: "Montserrat", sans-serif;
}
main .news_and_topics .w864 dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 428px) {
    main .news_and_topics .w864 dl dd {
        margin: 0.5em 0 0 0;
    }
}
main .needs_list {
    background: #deebf5;
    background-image: url(img/bg_pattern_dot.png);
    margin: 0 16px;
    padding: 40px 0 80px;
    position: relative;
}
main .needs_list .read {
    width: 100%;
    margin: 0;
    text-align: center;
    position: absolute;
    top: -20px;
}
@media screen and (max-width: 428px) {
    main .needs_list .read {
        top: -40px;
    }
}
main .needs_list .read span {
    margin: 0;
    padding: 18px 22px 16px;
    background: #fff;
    text-align: center;
    display: inline-block;
    line-height: 1em;
    border-radius: 8px;
    color: #197bbc;
    font-size: 1.125em;
    position: relative;
}
@media screen and (max-width: 428px) {
    main .needs_list .read span {
        line-height: 1.4em;
    }
}
main .needs_list .read span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
}
main .needs_list h2 {
    margin-top: 40px;
}
main .needs_list .needs_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 40px auto 57px;
}
@media screen and (max-width: 428px) {
    main .needs_list .needs_list_wrap {
        display: block;
        margin: 40px auto 57px;
        padding: 0 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
main .needs_list .needs_wrap {
    background: #fff;
    width: 31%;
    max-width: 360px;
    margin: 0 1% 2em;
}
@media screen and (max-width: 848px) {
    main .needs_list .needs_wrap {
        width: 70%;
        max-width: 70%;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 428px) {
    main .needs_list .needs_wrap {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
main .needs_list .needs_wrap .needs_thumb {
    position: relative;
    height: 180px;
}
main .needs_list .needs_wrap .needs_thumb img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
main .needs_list .needs_wrap .needs_overview {
    margin: 0;
    padding: 32px 30px;
}
main .needs_list .needs_wrap .needs_overview .title {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.4em;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
main .needs_list .needs_wrap .needs_overview .title.text-overflow-lines {
    -webkit-line-clamp: 2;
}
main .needs_list .needs_wrap .needs_overview .description {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.8em;
}
main .needs_list .needs_wrap .needs_overview .description p {
    margin-bottom: 0;
}
main .needs_list .needs_wrap .needs_overview .description.text-overflow-lines {
    -webkit-line-clamp: 3;
}
main .needs_list .needs_wrap .needs_overview .tag_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0;
}
main .needs_list .needs_wrap .needs_overview .tag_wrap p {
    margin: 0 10px 10px 0;
}
main .needs_list .p_relative a {
    position: relative;
}
main .needs_list .p_relative a .new_icon {
    position: absolute;
    top: -1em;
    right: -1.8em;
    left: auto;
    bottom: auto;
}
main .fav_wrap .fav {
    text-decoration: none;
    display: inline-block;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
main .fav_wrap a.fav {
    cursor: pointer;
}
main .fav_wrap a.fav:active {
    color: inherit;
}
main .fav_wrap a.fav:visited {
    color: inherit;
}
main .fav_wrap .fav img {
    width: 1em;
    height: 1em;
    margin-right: 0.3em;
}
main .fav_wrap .fav .favs {
    margin: 0;
    font-size: 1.1em;
    line-height: 1em;
}
main .fav_wrap a.fav .guide {
    margin: 0;
    font-size: 1.1em;
    line-height: 1em;
}
main .seeds_list {
    padding: 80px 0;
    background-image: url(img/bg_pattern.png);
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 428px) {
    main .seeds_list {
        padding: 80px 0 40px;
    }
}
main .seeds_list .read {
    margin: 0;
    text-align: center;
    margin-top: 48px;
    font-size: 1.5em;
}
@media screen and (max-width: 428px) {
    main .seeds_list .read {
        font-size: 1em;
    }
}
main .seeds_list .seeds_wrap {
    background-color: #fff;
    padding: 18px 32px 32px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 48px;
}
@media screen and (max-width: 428px) {
    main .seeds_list .seeds_wrap {
        margin-top: 24px;
    }
}
main .seeds_list .seeds_wrap .heaader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 428px) {
    main .seeds_list .seeds_wrap .heaader {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
main .seeds_list .seeds_wrap .heaader .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width: 428px) {
    main .seeds_list .seeds_wrap .heaader .title {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
main .seeds_list .seeds_wrap .heaader .title .icon {
    margin: 0 0.5em 0 0;
}
main .seeds_list .seeds_wrap .heaader .title .text {
    max-width: 530px;
    width: 100%;
}
main .seeds_list .seeds_wrap .heaader .title .text span {
    /*color:$midblue;*/
    text-decoration: none;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
main .seeds_list .seeds_wrap .heaader .title .text a {
    color: #197bbc;
    text-decoration: none;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
main .seeds_list .seeds_wrap .heaader .tags {
    margin: 0 0.5em 0 0;
}
main .seeds_list .seeds_wrap .heaader .tags span {
    background: none;
    display: inline-block;
    margin: 0;
    padding: 8px 10px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 1em;
    border-radius: 100px;
    white-space: nowrap;
    font-size: 0.8em;
    font-weight: 400;
}
main .seeds_list .seeds_wrap .heaader .update_date {
    position: relative;
    left: 0;
    top: 0;
    white-space: nowrap;
    font-size: 1em;
    font-weight: 400;
}
main .seeds_list .seeds_wrap .company_name {
    font-size: 0.88em;
    font-weight: 600;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
main .seeds_list .seeds_wrap .description {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0;
    line-height: 1.5em;
}
main .seeds_list .member_regist_wrap {
    border-radius: 12px;
    background: #fff;
    padding: 20px 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 68px;
}
main .seeds_list .member_regist_wrap .read {
    font-size: 0.9em;
    font-weight: 400;
}
main .illust_absolute {
    position: absolute;
    max-width: 120px;
    height: auto;
    z-index: 2;
}
@media screen and (max-width: 428px) {
    main .illust_absolute {
        display: none;
    }
}
main .illust_absolute.illust_1 {
    left: 2%;
    top: 0;
}
@media screen and (max-width: 1024px) {
    main .illust_absolute.illust_1 {
        top: -20px;
    }
}
@media screen and (max-width: 848px) {
    main .illust_absolute.illust_1 {
        left: 2%;
        top: -8%;
        max-width: 90px;
    }
}
main .illust_absolute.illust_2 {
    right: 3%;
    bottom: 20%;
    max-width: 130px;
}
@media screen and (max-width: 1024px) {
    main .illust_absolute.illust_2 {
        right: 0;
        bottom: 0;
    }
}
@media screen and (max-width: 848px) {
    main .illust_absolute.illust_2 {
        bottom: -20px;
        max-width: 100px;
    }
}
main .illust_absolute.illust_3 {
    left: 20%;
    bottom: -66px;
    max-width: 136px;
}
@media screen and (max-width: 848px) {
    main .illust_absolute.illust_3 {
        max-width: 120px;
        left: 10%;
    }
}
main .illust_absolute.illust_4 {
    right: 10%;
    top: 5%;
    max-width: 74px;
}
@media screen and (max-width: 848px) {
    main .illust_absolute.illust_4 {
        right: 5%;
        top: 2%;
        max-width: 60px;
    }
}
main .illust_absolute.illust_5 {
    bottom: 40px;
    left: 10%;
    max-width: 140px;
}
@media screen and (max-width: 848px) {
    main .illust_absolute.illust_5 {
        left: 4%;
        bottom: 10px;
        max-width: 100px;
    }
}

.lower {
    /* main end */
}
.lower.body_bg_pattern_dot {
    background: #deebf5;
    background-image: url(img/bg_pattern_dot.png);
}
.lower.body_bg_pattern {
    background: #f0f3f5;
    background-image: url(img/bg_pattern.png);
}
.lower.body_bg_nostyle {
    background: #fff;
}
.lower .lower_btm_btn {
    list-style: none;
    margin: 80px 0 100px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lower .lower_btm_btn span {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    font-weight: 400;
}
.lower .lower_btm_btn li:nth-child(2) {
    margin-left: 1em;
}
.lower .lower_btm_btn li:nth-child(3) {
    margin-left: 1em;
}
@media screen and (max-width: 848px) {
    .lower .lower_btm_btn li {
        margin-bottom: 1em;
    }

    .lower .Pagination {
        flex-wrap: wrap;
    }

    .lower .Pagination li {
        padding-bottom: 10px;
    }
}
.lower .lower_btm_btn.p_m40 + .p_m40 {
    margin: -40px 0 100px;
}
.lower .Pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0 0;
    padding: 0;
}
.lower .Pagination img {
    width: 22px;
    height: 22px;
}
.lower .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 45px;
    height: 45px;
    background: #316aab;
    border: solid 2px #316aab;
    font-size: 1.25em;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    text-decoration: none;
    border-radius: 10px;
}
@media screen and (max-width: 428px) {
    .lower .page-numbers {
        width: 28px;
        height: 28px;
        border-radius: 4px;
    }
}
.lower .page-numbers svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.lower .page-numbers-Icon {
    width: 20px;
}
.lower .page-numbers.current {
    background: none;
    border: none;
    color: #202a4f;
    pointer-events: none;
}
.lower .Pagination > * + * {
    margin-left: 12px;
}
@media screen and (max-width: 428px) {
    .lower main h2 {
        font-size: 1.5em;
    }
}

.lower .link_text {
    text-align: center;
    margin: 60px 0;
    font-weight: normal;
}

.lower .link_text.wpd {
    padding: 0 20px;
}

@media screen and (max-width: 428px) {
    .lower .link_text {
        margin: 40px 0;
    }
}

.lower .link_text a {
    display: inline-block;
    padding-right: 17px;
    position: relative;
    color: #1242b1;
    line-height: 1.5em;
    text-decoration: none;
}

@media screen and (max-width: 428px) {
    .lower .link_text a {
        font-size: 0.88em;
        padding-right: 15px;
    }
}

.lower .link_text a span {
    display: inline-block;
    text-align: left;
}

.lower .link_text a::after {
    content: "";
    width: 7px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(img/icon/chevron-right-primary.svg) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 428px) {
    .lower .link_text a::after {
        width: 5px;
        height: 10px;
    }
}

.lower main .news_and_topics {
    /* NEWS & TOPICS */
    position: relative;
    margin: 40px 0 140px;
    padding: 0;
    background: none;
}
@media screen and (max-width: 428px) {
    .lower main .news_and_topics {
        margin: 40px 0 100px;
    }
}
.lower main .news_and_topics .illust_lower_news1 {
    right: 6%;
    top: 0;
    max-width: 145px;
}
@media screen and (max-width: 1024px) {
    .lower main .news_and_topics .illust_lower_news1 {
        right: 5%;
    }
}
@media screen and (max-width: 848px) {
    .lower main .news_and_topics .illust_lower_news1 {
        right: 2%;
        max-width: 120px;
    }
}
@media screen and (max-width: 428px) {
    .lower main .news_and_topics .illust_lower_news1 {
        display: none;
    }
}
.lower main .news_and_topics .news_list dl:nth-child(3) {
    border-bottom: solid 1px #d9e3eb;
}
.lower main .news_and_topics .news_list dl:last-child {
    border-bottom: none;
}
.lower main .news_and_topics .news_list dl a {
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower main .news_and_topics .news_wrap {
    /* NEWS & TOPICS Details */
    background: #fff;
    padding-top: 0;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lower main .news_and_topics .news_wrap .article_header {
    padding: 46px 46px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 848px) {
    .lower main .news_and_topics .news_wrap .article_header {
        padding: 46px 32px 20px;
    }
}
@media screen and (max-width: 428px) {
    .lower main .news_and_topics .news_wrap .article_header {
        padding: 32px 24px 10px;
    }
}
.lower main .news_and_topics .news_wrap .article_header h2 {
    font-size: 1.25em;
    text-align: left;
    margin: 0 0 1em 0;
    line-height: 1.2em;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 428px) {
    .lower main .news_and_topics .news_wrap .article_header h2 {
        font-size: 1.25em;
    }
}
.lower main .news_and_topics .news_wrap .article_header .update_dates {
    margin-bottom: 1em;
    font-weight: 400;
}
.lower main .news_and_topics .news_wrap .thumb {
    width: 100%;
    height: auto;
    text-align: center;
    background-size: cover;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-position: center center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.lower main .news_and_topics .news_wrap .thumb:before {
    content: "";
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
.lower main .news_and_topics .news_wrap .thumb img {
    width: 80%;
    max-width: 592px;
    height: auto;
    max-height: 320px;
    -o-object-fit: contain;
    object-fit: contain;
}
.lower main .news_and_topics .news_wrap .article_contents {
    padding: 24px 112px 112px;
    text-align: left;
}
@media screen and (max-width: 1024px) {
    .lower main .news_and_topics .news_wrap .article_contents {
        padding: 24px 46px 46px;
    }
}
@media screen and (max-width: 848px) {
    .lower main .news_and_topics .news_wrap .article_contents {
        padding: 24px 32px 46px;
    }
}
@media screen and (max-width: 428px) {
    .lower main .news_and_topics .news_wrap .article_contents {
        padding: 0 24px 32px;
    }
}
.lower main .news_and_topics .news_wrap .article_contents h2 {
    font-size: 1.25em;
    text-align: left;
    line-height: 1.6em;
    margin: 24px 0;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower main .news_and_topics .news_wrap .article_contents h3 {
    background: #d9e3eb;
    font-size: 1.125em;
    line-height: 1.8em;
    padding: 0.4rem;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower main .news_and_topics .news_wrap .article_contents h4 {
    border-left: 5px solid #202a4f;
    padding-left: 0.5em;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower main .news_and_topics .news_wrap .article_contents p {
    font-size: 1em;
    text-align: left;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 2em;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower main .news_and_topics .news_wrap .article_contents p a {
    color: #316aab;
    font-weight: 600;
}
.lower main .news_and_topics .news_wrap .article_contents blockquote {
    border: 10px solid #f0f3f5;
    padding: 1em 2.6em 1.8em;
    margin: 2em 0;
}
.lower main .news_and_topics .news_wrap .article_contents blockquote cite a {
    font-weight: 400;
}
@media screen and (max-width: 428px) {
    .lower main .news_and_topics .news_wrap .article_contents blockquote {
        padding: 0.8em 1.6em 1.8em;
    }
}
.lower main .news_and_topics .news_wrap .article_contents ul,
.lower main .news_and_topics .news_wrap .article_contents ol {
    list-style-position: inside;
    padding-left: 0;
    font-weight: 500;
}
.lower main .news_and_topics .news_wrap .article_contents img {
    max-height: 500px;
    max-width: 569px;
    width: 100%;
    height: auto;
    display: block;
    margin: 2em auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 428px) {
    .lower main .news_and_topics .news_wrap .article_contents img {
        max-height: 290px;
        max-width: 100%;
    }
}
.lower main .news_and_topics .news_wrap .article_contents .wp-caption {
    margin: auto;
    text-align: center;
    max-width: 100%;
}
.lower main .news_and_topics .news_wrap .article_contents .wp-caption-text {
    display: inline-block;
    text-align: left;
    color: #8a8a8a;
    margin: 10px 0 0;
}
.lower main .news_and_topics .news_wrap .article_contents figure {
    margin: 0;
    padding: 0;
}
.lower main .news_and_topics .news_wrap .article_contents figure img {
    max-height: 500px;
    max-width: 569px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 428px) {
    .lower main .news_and_topics .news_wrap .article_contents figure img {
        max-height: 290px;
        max-width: 100%;
    }
}
.lower main .news_and_topics .news_wrap .article_contents figure figcaption {
    text-align: left;
    font-weight: 400;
    font-size: 0.7em;
    margin: 1em 0 3em;
    line-height: 1.6em;
}
.lower main .news_and_topics .news_wrap .article_contents .youtube {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 564px;
    aspect-ratio: 16/9;
}
.lower main .news_and_topics .news_wrap .article_contents .youtube iframe {
    width: 100%;
    height: 100%;
}
.lower main .news_and_topics .news_wrap .article_contents .youtube_ie {
    width: 100%;
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
}
.lower main .news_and_topics .news_wrap .article_contents .youtube_ie .inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.lower main .news_and_topics .news_wrap .article_contents h3.no_bg,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    h3.no_bg {
    background: none;
    padding: 0;
}
.lower main .news_and_topics .news_wrap .article_contents .align-center,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .align-center {
    text-align: center;
}
.lower main .news_and_topics .news_wrap .article_contents .align-right,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .align-right {
    text-align: right;
}
.lower
    main
    .news_and_topics
    .news_wrap
    .article_contents
    .table_block.sp_scroll,
.lower main .news_and_topics .news_wrap .article_contents .table_block.scroll,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .table_block.sp_scroll,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .table_block.scroll {
    width: 100%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #1142b1 #eaeaea;
}
.lower
    main
    .news_and_topics
    .news_wrap
    .article_contents
    .table_block.sp_scroll
    table,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .table_block.sp_scroll
    table {
    width: 640px;
}
.lower
    main
    .news_and_topics
    .news_wrap
    .article_contents
    .table_block.scroll
    table,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .table_block.scroll
    table {
    white-space: nowrap;
}
.lower main .news_and_topics .news_wrap .article_contents table,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    table {
    width: 100%;
    border-collapse: collapse;
}
.lower main .news_and_topics .news_wrap .article_contents table th,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    table
    th {
    background: #e2ecf3;
    border: solid 1px #0054a7;
    color: #001d60;
    padding: 13px 15px;
    font-weight: 500;
}
.lower main .news_and_topics .news_wrap .article_contents table th.txt_bk,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    table
    th.txt_bk {
    color: #000;
}
.lower main .news_and_topics .news_wrap .article_contents table td,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    table
    td {
    border: solid 1px #0054a7;
    padding: 13px 15px;
    font-weight: 400;
}
.lower main .news_and_topics .news_wrap .article_contents img.image-small,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    img.image-small {
    max-width: 320px;
}
.lower main .news_and_topics .news_wrap .article_contents img.image-big,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    img.image-big {
    max-width: 640px;
}
@media (max-width: 600px) {
    .lower main .news_and_topics .news_wrap .article_contents img.image-small,
    .lower
        main
        .yhackgate_details
        .yhackgate_details_contents
        .article_contents
        img.image-small {
        width: 80%;
    }
}
.lower main .news_and_topics .news_wrap .article_contents hr,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    hr {
    border: none;
    border-top: solid 1px #98a6b5;
}
.lower main .news_and_topics .news_wrap .article_contents hr.border2,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    hr.border2 {
    border-top: solid 2px #98a6b5;
}
.lower main .news_and_topics .news_wrap .article_contents hr.border3,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    hr.border3 {
    border-top: solid 3px #98a6b5;
}
.lower main .news_and_topics .news_wrap .article_contents .column,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .column {
    display: flex;
    column-gap: 20px;
}
.lower main .news_and_topics .news_wrap .article_contents .column .col_box,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .column
    .col_box {
    flex: 1;
}
@media (max-width: 678px) {
    .lower main .news_and_topics .news_wrap .article_contents .column,
    .lower
        main
        .yhackgate_details
        .yhackgate_details_contents
        .article_contents
        .column {
        flex-direction: column;
        row-gap: 10px;
    }
    .lower main .news_and_topics .news_wrap .article_contents .column .col_box,
    .lower
        main
        .yhackgate_details
        .yhackgate_details_contents
        .article_contents
        .column
        .col_box {
        width: 100%;
    }
}
.lower
    main
    .news_and_topics
    .news_wrap
    .article_contents
    .youtube_ie
    .inner
    iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.lower main .needs_list {
    /* NEEDS list */
    padding: 0;
    margin: 40px 0 140px;
    background: none;
}
@media screen and (max-width: 428px) {
    .lower main .needs_list {
        margin: 0;
        padding: 40px 0;
    }
}
.lower main .needs_list .sort_result {
    background: #fff;
    margin: 46px 1%;
    padding: 1em;
    text-align: center;
}
@media screen and (max-width: 428px) {
    .lower main .needs_list .sort_result {
        padding: 0.5em 1em;
    }
}
.lower main .needs_list .sort_result p {
    font-weight: 400;
}
.lower main .needs_list .sort_result .guide {
    padding: 0 0 0 0.5em;
}
.lower main .needs_list .needs_list_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.lower main .needs_list .needs_list_wrap .needs_wrap {
    margin: 0 1% 2em;
}
@media screen and (max-width: 848px) {
    .lower main .needs_list .needs_list_wrap .needs_wrap {
        width: 46%;
        margin: 0 2% 2em;
    }
    .lower main .needs_list .needs_list_wrap .needs_wrap .needs_overview {
        padding: 24px 20px;
    }
}
@media screen and (max-width: 428px) {
    .lower main .needs_list .needs_list_wrap .needs_wrap {
        width: 100%;
        margin: 0 0 2em;
    }
}
@media screen and (max-width: 428px) {
    .lower main .needs_list h2 {
        margin-top: 0;
    }
}
.lower main .needs_details_wrap {
    /* NEEDS Details */
}
.lower main .needs_details_wrap .needs_details_summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lower main .needs_details_wrap .needs_details_summary .fav_wrap {
    font-weight: 400;
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .needs_details_summary .fav_wrap {
        margin-bottom: 1em;
    }
}
.lower main .needs_details_wrap .needs_details_summary .update_date {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    line-height: 1em;
    font-size: 0.88em;
    padding: 6px 7px 5px;
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .needs_details_summary .update_date {
        margin: 0 0 auto auto;
    }
}
.lower main .needs_details_wrap .needs_details_summary h2 {
    margin: 1em 0;
    width: 100%;
    text-align: left;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower
    main
    .needs_details_wrap
    .needs_details_summary
    .needs_details_summary_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 2em;
    padding: 0;
    border-top: 2px solid #98a6b5;
    border-bottom: 1px solid #98a6b5;
    width: 100%;
}
.lower
    main
    .needs_details_wrap
    .needs_details_summary
    .needs_details_summary_flex
    .needs_details_summary_dlwrap {
    width: 70%;
}
@media screen and (max-width: 428px) {
    .lower
        main
        .needs_details_wrap
        .needs_details_summary
        .needs_details_summary_flex
        .needs_details_summary_dlwrap {
        width: 100%;
    }
}
.lower
    main
    .needs_details_wrap
    .needs_details_summary
    .needs_details_summary_flex
    .needs_details_summary_dlwrap
    .needs_details_summary_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #98a6b5;
}
@media screen and (max-width: 428px) {
    .lower
        main
        .needs_details_wrap
        .needs_details_summary
        .needs_details_summary_flex
        .needs_details_summary_dlwrap
        .needs_details_summary_dl {
        font-size: 0.8em;
    }
}
.lower
    main
    .needs_details_wrap
    .needs_details_summary
    .needs_details_summary_flex
    .needs_details_summary_dlwrap
    .needs_details_summary_dl:last-child {
    border-bottom: none;
}
.lower
    main
    .needs_details_wrap
    .needs_details_summary
    .needs_details_summary_flex
    .needs_details_summary_dlwrap
    .needs_details_summary_dl
    dt {
    width: 30%;
    padding: 1em 0;
}
@media screen and (max-width: 428px) {
    .lower
        main
        .needs_details_wrap
        .needs_details_summary
        .needs_details_summary_flex
        .needs_details_summary_dlwrap
        .needs_details_summary_dl
        dt {
        width: 40%;
    }
}
.lower
    main
    .needs_details_wrap
    .needs_details_summary
    .needs_details_summary_flex
    .needs_details_summary_dlwrap
    .needs_details_summary_dl
    dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower
    main
    .needs_details_wrap
    .needs_details_summary
    .needs_details_summary_flex
    .needs_details_summary_dlwrap
    .needs_details_summary_dl
    dd
    p {
    margin: 0 1em 0 0;
    padding: 0;
}
.lower
    main
    .needs_details_wrap
    .needs_details_summary
    .needs_details_summary_flex
    .application_period {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.lower
    main
    .needs_details_wrap
    .needs_details_summary
    .needs_details_summary_flex
    .application_period
    p {
    letter-spacing: 0.1em;
    font-size: 1.25em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.5em;
}
@media screen and (max-width: 428px) {
    .lower
        main
        .needs_details_wrap
        .needs_details_summary
        .needs_details_summary_flex
        .application_period
        p {
        font-size: 1.125em;
    }
}
.lower
    main
    .needs_details_wrap
    .needs_details_summary
    .needs_details_summary_flex
    .application_period
    p
    span {
    display: block;
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.2em;
}
.lower main .needs_details_wrap .needs_details_contents {
    background: #fff;
    margin-bottom: 6em;
}
.lower main .needs_details_wrap .needs_details_contents .thumb {
    width: 100%;
    height: auto;
    text-align: center;
    background-size: cover;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-position: center center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.lower main .needs_details_wrap .needs_details_contents .thumb:before {
    content: "";
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
.lower main .needs_details_wrap .needs_details_contents .thumb img {
    height: auto;
    max-height: 486px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 1080px) {
    .lower main .needs_details_wrap .needs_details_contents .thumb img {
        max-height: 45vw;
    }
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .needs_details_contents .thumb img {
        max-height: 49.5vw;
    }
}
.lower main .needs_details_wrap .needs_details_contents section {
    border-bottom: #98a6b5 solid 1px;
    padding: 52px 0 42px;
    margin: 0 62px;
}
@media screen and (max-width: 848px) {
    .lower main .needs_details_wrap .needs_details_contents section {
        margin: 0 48px;
    }
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .needs_details_contents section {
        padding: 32px 0 22px;
        margin: 0 22px;
    }
}
.lower main .needs_details_wrap .needs_details_contents section:last-child {
    border-bottom: none;
}
.lower main .needs_details_wrap .needs_details_contents section h3 {
    margin-top: 0;
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 2em;
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .needs_details_contents section h3 {
        font-size: 1.125em;
        /*
    width:86%;
    margin:0 auto;
    text-align: left;
    */
    }
}
.lower main .needs_details_wrap .needs_details_contents section h4 {
    font-weight: 600;
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .needs_details_contents section h4 {
        font-size: 0.938em;
    }
}
.lower main .needs_details_wrap .needs_details_contents section p {
    font-weight: 400;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .needs_details_contents section p {
        font-size: 0.813em;
    }
}
.lower main .needs_details_wrap .needs_details_contents section img {
    width: 80%;
    max-width: 620px;
    height: auto;
    max-height: 420px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 40px auto;
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .needs_details_contents section img {
        width: 100%;
        max-width: 100%;
    }
}
.lower main .needs_details_wrap .needs_details_contents section dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.lower main .needs_details_wrap .needs_details_contents section dl dt {
    background: #f0f3f5;
    text-align: center;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.6em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .needs_details_contents section dl dt {
        width: 100%;
        margin-bottom: 1em;
        padding: 0.5em;
        font-size: 0.88em;
    }
}
.lower main .needs_details_wrap .needs_details_contents section dl dt p {
    text-align: center;
}
.lower main .needs_details_wrap .needs_details_contents section dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0 0 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .needs_details_contents section dl dd {
        padding: 0;
    }
}
.lower main .needs_details_wrap .needs_details_contents section dl dd p {
    margin: 0;
    padding: 0;
}
.lower main .needs_details_wrap .article_contents {
    text-align: left;
}
.lower main .needs_details_wrap .article_contents h2 {
    font-size: 1.25em;
    text-align: left;
    line-height: 1.6em;
    margin: 24px 0;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower main .needs_details_wrap .article_contents h3 {
    background: #d9e3eb;
    font-size: 1.125em !important;
    line-height: 1.8em;
    padding: 0.4em;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
    text-align: left;
}
.lower main .needs_details_wrap .article_contents h4 {
    border-left: 5px solid #202a4f;
    padding-left: 0.5em;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower main .needs_details_wrap .article_contents p {
    font-size: 1em;
    text-align: left;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 2em;
}
.lower main .needs_details_wrap .article_contents p a {
    color: #316aab;
    font-weight: 600;
}
.lower main .needs_details_wrap .article_contents blockquote {
    border: 10px solid #f0f3f5;
    padding: 1em 2.6em 1.8em;
    margin: 2em 0;
}
.lower main .needs_details_wrap .article_contents blockquote cite a {
    font-weight: 400;
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .article_contents blockquote {
        padding: 0.8em 1.6em 1.8em;
    }
}
.lower main .needs_details_wrap .article_contents ul,
.lower main .needs_details_wrap .article_contents ol {
    list-style-position: inside;
    padding-left: 0;
    font-weight: 500;
}
.lower main .needs_details_wrap .article_contents img {
    max-height: 500px;
    max-width: 569px;
    width: 100%;
    height: auto;
    display: block;
    margin: 2em auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .article_contents img {
        max-height: 290px;
        max-width: 100%;
    }
}
.lower main .needs_details_wrap .article_contents .wp-caption {
    margin: auto;
    text-align: center;
    max-width: 100%;
}
.lower main .needs_details_wrap .article_contents .wp-caption-text {
    display: inline-block;
    text-align: left;
    color: #8a8a8a;
    margin: 10px 0 0;
}
.lower main .needs_details_wrap .article_contents figure {
    margin: 0;
    padding: 0;
}
.lower main .needs_details_wrap .article_contents figure img {
    max-height: 500px;
    max-width: 569px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 428px) {
    .lower main .needs_details_wrap .article_contents figure img {
        max-height: 290px;
        max-width: 100%;
    }
}
.lower main .needs_details_wrap .article_contents figure figcaption {
    text-align: left;
    font-weight: 400;
    font-size: 0.7em;
    margin: 1em 0 3em;
    line-height: 1.6em;
}
.lower main .needs_details_wrap .article_contents .youtube {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 564px;
    aspect-ratio: 16/9;
}
.lower main .needs_details_wrap .article_contents .youtube iframe {
    width: 100%;
    height: 100%;
}
.lower main .needs_details_wrap .article_contents .youtube_ie {
    width: 100%;
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
}
.lower main .needs_details_wrap .article_contents .youtube_ie .inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.lower main .needs_details_wrap .article_contents .youtube_ie .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.lower main .member_regist {
    margin: 40px 0 140px;
}
@media screen and (max-width: 428px) {
    .lower main .member_regist {
        margin: 40px 0 100px;
    }
}
.lower main .member_regist h2 {
    padding-bottom: 48px;
    text-transform: inherit;
}
.lower main .member_regist h2.mb20 {
    padding-bottom: 20px;
}
@media screen and (max-width: 428px) {
    .lower main .member_regist h2.mb20 {
        padding-bottom: 0;
    }
}
.lower main .member_regist h2 span {
    text-transform: uppercase;
}
.lower main .member_regist .member_regist_wrap .read {
    font-weight: 400;
    margin-top: 0;
    line-height: 1.8em;
}
@media screen and (max-width: 428px) {
    .lower main .member_regist .member_regist_wrap .read {
        font-size: 0.88em;
    }
}
.lower main .member_regist .member_regist_wrap .confirm_fieldset .confirm_wrap {
    margin: 3em 0 0;
}
.lower main .member_regist .lower_btm_btn {
    margin: 100px 0 0;
}
@media screen and (max-width: 428px) {
    .lower main .member_regist .lower_btm_btn {
        margin: 60px 0 0;
    }
}
.lower
    main
    .member_regist.member_regist_confirm
    .member_regist_wrap
    .form_wrap {
    margin-top: 0;
}
.lower
    main
    .member_regist.member_regist_confirm
    .member_regist_wrap
    .form_wrap
    .input_area
    dl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.lower
    main
    .member_regist.member_regist_confirm
    .member_regist_wrap
    .form_wrap
    .input_area
    dl
    dt {
    width: 40%;
    margin-top: 0.3em;
}
.lower
    main
    .member_regist.member_regist_confirm
    .member_regist_wrap
    .form_wrap
    .input_area
    dl
    dd {
    font-weight: 400;
    line-height: 1.8em;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
    word-break: break-all;
}
.lower
    main
    .member_regist.member_regist_confirm
    .member_regist_wrap
    .form_wrap
    .input_area
    dl.include_span
    dt {
    padding-top: 0;
}
.lower main .member_regist.member_regist_complete .read {
    text-align: center;
}
@media screen and (max-width: 428px) {
    .lower main .member_regist.member_regist_complete .read {
        text-align: left;
    }
}
.lower main .login {
    margin: 40px 0 140px;
}
@media screen and (max-width: 428px) {
    .lower main .login {
        margin: 40px 0 100px;
    }
}
.lower main .login h2 {
    padding-bottom: 48px;
    text-transform: inherit;
}
.lower main .login h2 span {
    text-transform: uppercase;
}
.lower main .login .lower_btm_btn {
    margin: 80px 0 0;
}
@media screen and (max-width: 428px) {
    .lower main .login .lower_btm_btn {
        margin: 60px 0 0;
    }
}
.lower main .login .pass_reset_dd {
    width: 100%;
}
.lower main .products_regist {
    margin: 40px 0 140px;
}
@media screen and (max-width: 428px) {
    .lower main .products_regist {
        margin: 40px 0 100px;
    }
}
.lower main .products_regist h2 {
    padding-bottom: 48px;
    text-transform: inherit;
}
.lower main .products_regist h2 span {
    text-transform: uppercase;
}
.lower main .products_regist .products_regist_wrap .read {
    font-weight: 400;
    margin-top: 0;
    line-height: 1.8em;
}
@media screen and (max-width: 428px) {
    .lower main .products_regist .products_regist_wrap .read {
        font-size: 0.88em;
    }
}
.lower main .products_regist .lower_btm_btn {
    margin: 100px 0 0;
}
@media screen and (max-width: 428px) {
    .lower main .products_regist .lower_btm_btn {
        margin: 60px 0 0;
    }
}
.lower
    main
    .products_regist.products_regist_confirm
    .products_regist_wrap
    .form_wrap {
    margin-top: 0;
}
.lower
    main
    .products_regist.products_regist_confirm
    .products_regist_wrap
    .form_wrap
    .input_area
    dl
    dd {
    font-weight: 400;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower
    main
    .products_regist.products_regist_confirm
    .products_regist_wrap
    .form_wrap
    .input_area
    dl.input_file_dl
    dd {
    padding: 4em 1em;
    background: #fff;
    line-height: 1.8em;
}
.lower
    main
    .products_regist.products_regist_confirm
    .products_regist_wrap
    .form_wrap
    .input_area
    dl.input_file_dl
    dd
    a {
    font-weight: 700;
    color: #316aab;
}
.lower main .products_regist.products_regist_complete .read {
    text-align: center;
}
@media screen and (max-width: 428px) {
    .lower main .products_regist.products_regist_complete .read {
        text-align: left;
    }
}
.lower main .seeds_list {
    margin: 40px 0 140px;
    padding: 0;
    background: none;
}
@media screen and (max-width: 428px) {
    .lower main .seeds_list {
        margin: 40px 0 100px;
    }
}
.lower main .seeds_list .Pagination {
    margin: 60px 0 100px;
}
.lower main .seeds_regist {
    margin: 40px 0 140px;
}
@media screen and (max-width: 428px) {
    .lower main .seeds_regist {
        margin: 40px 0 100px;
    }
}
.lower main .seeds_regist h2 {
    padding-bottom: 48px;
    text-transform: inherit;
}
.lower main .seeds_regist h2 span {
    text-transform: uppercase;
}
.lower main .seeds_regist .seeds_regist_wrap .read {
    font-weight: 400;
    margin-top: 0;
    line-height: 1.8em;
}
@media screen and (max-width: 428px) {
    .lower main .seeds_regist .seeds_regist_wrap .read {
        font-size: 0.88em;
    }
}
.lower main .seeds_regist .seeds_regist_wrap .confirm_wrap {
    margin: 1em 0;
    padding-top: 3em;
    border-top: 1px solid #cdd6dd;
}
@media screen and (max-width: 428px) {
    .lower main .seeds_regist .seeds_regist_wrap .confirm_wrap {
        margin: 2em 0 2em 0;
        padding-top: 2em;
    }
}
.lower main .seeds_regist .seeds_regist_wrap .confirm_wrap label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}
.lower main .seeds_regist .seeds_regist_wrap .reason_for_private_wrap {
    border-bottom: 1px solid #cdd6dd;
    margin: 2em 0 4em 0;
    padding-bottom: 3em;
}
@media screen and (max-width: 428px) {
    .lower main .seeds_regist .seeds_regist_wrap .reason_for_private_wrap {
        margin: 2em 0 4em 0;
        padding-bottom: 2em;
    }
}
.lower main .seeds_regist .lower_btm_btn {
    margin: 100px 0 0;
}
@media screen and (max-width: 428px) {
    .lower main .seeds_regist .lower_btm_btn {
        margin: 60px 0 0;
    }
}
.lower main .seeds_regist.seeds_regist_confirm .seeds_regist_wrap .form_wrap {
    margin-top: 0;
}
.lower
    main
    .seeds_regist.seeds_regist_confirm
    .seeds_regist_wrap
    .form_wrap
    .input_area
    dl
    dd {
    font-weight: 400;
    line-height: 1.8em;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower
    main
    .seeds_regist.seeds_regist_confirm
    .seeds_regist_wrap
    .form_wrap
    .input_area
    dl.input_file_dl
    dd {
    padding: 4em 1em;
    background: #fff;
}
.lower
    main
    .seeds_regist.seeds_regist_confirm
    .seeds_regist_wrap
    .form_wrap
    .input_area
    dl.input_file_dl
    dd
    a {
    font-weight: 700;
    color: #316aab;
}
.lower main .seeds_regist.seeds_regist_complete .read {
    text-align: center;
}
@media screen and (max-width: 428px) {
    .lower main .seeds_regist.seeds_regist_complete .read {
        text-align: left;
    }
}
.lower main .yhack_wg_regist {
    margin: 40px 0 140px;
}
@media screen and (max-width: 428px) {
    .lower main .yhack_wg_regist {
        margin: 40px 0 100px;
    }
}
.lower main .yhack_wg_regist h2 {
    padding-bottom: 48px;
    text-transform: inherit;
}
.lower main .yhack_wg_regist h2 span {
    text-transform: uppercase;
}
.lower main .yhack_wg_regist .yhack_wg_regist_wrap .read {
    font-weight: 400;
    margin-top: 0;
    line-height: 1.8em;
}
@media screen and (max-width: 428px) {
    .lower main .yhack_wg_regist .yhack_wg_regist_wrap .read {
        font-size: 0.88em;
    }
}
.lower main .yhack_wg_regist .yhack_wg_regist_wrap .confirm_wrap {
    margin: 1em 0;
    padding-top: 3em;
    border-top: 1px solid #cdd6dd;
}
@media screen and (max-width: 428px) {
    .lower main .yhack_wg_regist .yhack_wg_regist_wrap .confirm_wrap {
        margin: 2em 0 2em 0;
        padding-top: 2em;
    }
}
.lower main .yhack_wg_regist .yhack_wg_regist_wrap .confirm_wrap label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}
.lower main .yhack_wg_regist .lower_btm_btn {
    margin: 100px 0 0;
}
@media screen and (max-width: 428px) {
    .lower main .yhack_wg_regist .lower_btm_btn {
        margin: 60px 0 0;
    }
}
.lower
    main
    .yhack_wg_regist.yhack_wg_regist_confirm
    .yhack_wg_regist_wrap
    .form_wrap {
    margin-top: 0;
}
.lower
    main
    .yhack_wg_regist.yhack_wg_regist_confirm
    .yhack_wg_regist_wrap
    .form_wrap
    .input_area
    dl
    dd {
    font-weight: 400;
    line-height: 1.8em;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower
    main
    .yhack_wg_regist.yhack_wg_regist_confirm
    .yhack_wg_regist_wrap
    .form_wrap
    .input_area
    dl.input_file_dl
    dd {
    padding: 4em 1em;
    background: #fff;
}
.lower
    main
    .yhack_wg_regist.yhack_wg_regist_confirm
    .yhack_wg_regist_wrap
    .form_wrap
    .input_area
    dl.input_file_dl
    dd
    a {
    font-weight: 700;
    color: #316aab;
}
.lower
    main
    .yhack_wg_regist.yhack_wg_regist_confirm
    .yhack_wg_regist_wrap
    .form_wrap
    .input_area
    dl.input_file_dl
    dd.empty {
    padding: 0;
    background: none;
    border: none;
}
.lower main .yhack_wg_regist.yhack_wg_regist_complete .read {
    text-align: center;
}
@media screen and (max-width: 428px) {
    .lower main .yhack_wg_regist.yhack_wg_regist_complete .read {
        text-align: left;
    }
}
.lower main .form_wrap {
    margin: 4em auto 0;
}
.lower main .form_wrap .input_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2em 0 3em;
}
.lower main .form_wrap .input_area dl dt {
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1em;
}
@media screen and (max-width: 1024px) {
    .lower main .form_wrap .input_area dl dt {
        width: 35%;
    }
}
.lower main .form_wrap .input_area dl dt label,
.lower main .form_wrap .input_area dl dt .label {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.lower main .form_wrap .input_area dl dt label .private_info,
.lower main .form_wrap .input_area dl dt .label .private_info {
    color: #316aab;
}
.lower main .form_wrap .input_area dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    line-height: 1.8em;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
    font-weight: normal;
    /*
  &:has(.error){
    input,
    textarea{
      border:2px solid $red;
    }
  }
  */
}
.lower main .form_wrap .input_area dl dd span {
    display: block;
    width: 100%;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0.5em 0;
}
.lower main .form_wrap .input_area dl dd span.error {
    color: #c22d2d;
    font-size: 1em;
    font-weight: 500;
}
.lower main .form_wrap .input_area dl dd input {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 1em;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #cdd6dd solid 1px;
    background-color: #fff;
    cursor: pointer;
}
.lower main .form_wrap .input_area dl dd input::-webkit-input-placeholder {
    color: #cdd6dd;
}
.lower main .form_wrap .input_area dl dd input::-moz-placeholder {
    color: #cdd6dd;
}
.lower main .form_wrap .input_area dl dd input:-ms-input-placeholder {
    color: #cdd6dd;
}
.lower main .form_wrap .input_area dl dd input::-ms-input-placeholder {
    color: #cdd6dd;
}
.lower main .form_wrap .input_area dl dd input::placeholder {
    color: #cdd6dd;
}
.lower main .form_wrap .input_area dl dd input:disabled {
    background: #f0f3f5;
    cursor: text;
}
.lower
    main
    .form_wrap
    .input_area
    dl
    dd
    input:disabled::-webkit-input-placeholder {
    color: #202a4f;
}
.lower main .form_wrap .input_area dl dd input:disabled::-moz-placeholder {
    color: #202a4f;
}
.lower main .form_wrap .input_area dl dd input:disabled:-ms-input-placeholder {
    color: #202a4f;
}
.lower main .form_wrap .input_area dl dd input:disabled::-ms-input-placeholder {
    color: #202a4f;
}
.lower main .form_wrap .input_area dl dd input:disabled::placeholder {
    color: #202a4f;
}
.lower main .form_wrap .input_area dl dd select::-ms-expand {
    display: none;
}
.lower main .form_wrap .input_area dl dd .readonly {
    color: #202a4f;
    width: 100%;
    font-size: 1em;
    padding: 1em;
    box-sizing: border-box;
    border: #cdd6dd solid 1px;
}
.lower main .form_wrap .input_area dl dd textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 1.23em;
    font-weight: 400;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #cdd6dd solid 1px;
    background-color: #fff;
    text-align: left;
}
.lower main .form_wrap .input_area dl dd textarea {
    cursor: pointer;
}
.lower main .form_wrap .input_area dl dd textarea::-webkit-input-placeholder {
    color: #cdd6dd;
    text-align: left;
}
.lower main .form_wrap .input_area dl dd textarea::-moz-placeholder {
    color: #cdd6dd;
    text-align: left;
}
.lower main .form_wrap .input_area dl dd textarea:-ms-input-placeholder {
    color: #cdd6dd;
    text-align: left;
}
.lower main .form_wrap .input_area dl dd textarea::-ms-input-placeholder {
    color: #cdd6dd;
    text-align: left;
}
.lower main .form_wrap .input_area dl dd textarea::placeholder {
    color: #cdd6dd;
    text-align: left;
}
.lower main .form_wrap .input_area dl dd select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 1em;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #cdd6dd solid 1px;
    background-color: #fff;
    cursor: pointer;
}
.lower main .form_wrap .input_area dl dd .select-wrap {
    position: relative;
    width: 50%;
}
@media screen and (max-width: 848px) {
    .lower main .form_wrap .input_area dl dd .select-wrap {
        width: 100%;
    }
}
.lower main .form_wrap .input_area dl dd .select-wrap:after {
    content: "";
    display: inline-block;
    line-height: 1;
    z-index: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    width: 16px;
    height: 16px;
    background: url(img/chevron-down-solid.svg) !important;
    background-size: contain !important;
}
.lower main .form_wrap .input_area dl.include_span {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.lower main .form_wrap .input_area dl.include_span dt {
    padding-top: 1em;
}
.lower main .form_wrap .form_attention_textarea {
    height: 7em;
    border: 1px solid #cdd6dd;
    padding: 0 1em;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.lower main .form_wrap .form_attention_textarea p {
    font-weight: 400;
}
.lower main .form_wrap .confirm_fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.lower main .form_wrap .confirm_fieldset legend {
    display: none;
}
.lower main .form_wrap .confirm_wrap {
    margin: 1em 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lower main .form_wrap .confirm_wrap input {
    width: 30px;
    height: 30px;
    margin: 0 1em 0 0;
    cursor: pointer;
}
.lower main .form_wrap .confirm_wrap label {
    cursor: pointer;
    line-height: 1.8em;
}
@media screen and (max-width: 848px) {
    .lower main .form_wrap .confirm_wrap label {
        text-align: left;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.lower main .form_vertical .input_area dl {
    display: block;
}
.lower main .form_vertical .input_area dl dt {
    margin-bottom: 12px;
    width: 100%;
}
.lower main .form_vertical .input_area dl.input_file_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-transform: none;
}
.lower main .form_vertical .input_area dl.input_file_dl dd {
    /*
  &:has(.error){
    border:2px solid $red;
  }
  */
    width: 32%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 2%;
    padding: 3em 1em;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #cdd6dd solid 1px;
    background-color: #f0f3f5;
    text-align: center;
    line-height: 1.8em;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 428px) {
    .lower main .form_vertical .input_area dl.input_file_dl dd {
        width: 100%;
        margin: 0 0 1em 0;
    }
}
.lower main .form_vertical .input_area dl.input_file_dl dd:last-child {
    margin-right: 0;
}
.lower main .form_vertical .input_area dl.input_file_dl dd input[type="file"] {
    display: none;
}
.lower main .form_vertical .input_area dl.input_file_dl dd label {
    cursor: pointer;
}
.lower main .form_vertical .input_area dl.input_file_dl dd button {
    cursor: pointer;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.lower main .form_vertical .input_area dl.input_file_dl dd button:hover {
    opacity: 0.8;
}
.lower main .form_vertical .input_area dl.input_file_dl dd p {
    font-weight: normal;
    word-break: break-all;
    margin: 0;
}
.lower main .form_vertical .input_area dl.input_file_dl dd .btn_subcolor {
    min-width: 1px;
}
.lower main .form_vertical .input_area dl.input_file_dl dd .error {
    list-style: none;
    font-size: 0.9em;
    text-align: left;
    margin-bottom: -1.5em;
    padding: 0 1em;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width: 848px) {
    .lower main .form_vertical .input_area dl.input_file_dl dd .error {
        text-align: left;
    }
}
@media screen and (max-width: 428px) {
    .lower main .form_vertical .input_area dl.input_file_dl dd .error {
        text-align: center;
    }
}
.lower main .yhackgate_list {
    margin: 40px 0 140px;
}
@media screen and (max-width: 428px) {
    .lower main .yhackgate_list {
        margin: 40px 0 100px;
    }
}
.lower main .yhackgate_list h2 {
    text-transform: inherit;
}
.lower main .yhackgate_list .yhackgate_wrap {
    background-color: #fff;
    padding: 18px 32px 32px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 48px;
}
@media screen and (max-width: 428px) {
    .lower main .yhackgate_list .yhackgate_wrap {
        margin-top: 24px;
    }
}
.lower main .yhackgate_list .yhackgate_wrap p a {
    color: #197bbc;
    text-decoration: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower main .yhackgate_list .yhackgate_wrap ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.lower main .yhackgate_list .yhackgate_wrap ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.lower main .yhackgate_list .yhackgate_wrap ul li:last-child {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #cdd6dd;
}
.lower main .yhackgate_list .yhackgate_wrap .status span {
    background: #202a4f;
    color: #fff;
    display: block;
    line-height: 1em;
    padding: 0.4em 0.8em 0.2em;
    margin: 0;
    position: relative;
    margin-left: 0.5em;
}
.lower main .yhackgate_list .yhackgate_wrap .status span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.4em;
    margin-top: -0.8em;
    border: 0.8em solid transparent;
    border-right: 0.6em solid #202a4f;
}
@media screen and (max-width: 428px) {
    .lower main .yhackgate_list .yhackgate_wrap .status span:before {
        left: -1.35em;
    }
}
.lower main .yhackgate_details {
    margin: 40px 0 140px;
}
@media screen and (max-width: 428px) {
    .lower main .yhackgate_details {
        margin: 40px 0 100px;
    }
}
.lower main .yhackgate_details h2 {
    text-transform: capitalize;
}
.lower main .yhackgate_details .yhackgate_details_contents {
    background: #fff;
    padding-top: 0;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lower main .yhackgate_details .yhackgate_details_contents .header {
    position: relative;
    padding: 46px;
}
@media screen and (max-width: 428px) {
    .lower main .yhackgate_details .yhackgate_details_contents .header {
        padding: 32px 24px;
    }
}
.lower main .yhackgate_details .yhackgate_details_contents .header ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.lower main .yhackgate_details .yhackgate_details_contents .header ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .header
    ul
    li.status
    span {
    background: #202a4f;
    color: #fff;
    display: block;
    line-height: 1em;
    padding: 0.4em 0.8em 0.2em;
    margin: 0;
    position: relative;
    margin-left: 0.5em;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .header
    ul
    li.status
    span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.4em;
    margin-top: -0.8em;
    border: 0.8em solid transparent;
    border-right: 0.6em solid #202a4f;
}
@media screen and (max-width: 428px) {
    .lower
        main
        .yhackgate_details
        .yhackgate_details_contents
        .header
        ul
        li.status
        span:before {
        left: -1.35em;
    }
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .needs_details_name_container {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin: 10px 0 30px;
}
.lower main .yhackgate_details .yhackgate_details_contents .needs_details_name {
    line-height: 1em;
    font-weight: 400;
    margin: 0;
}
.lower main .yhackgate_details .yhackgate_details_contents .header h3 {
    margin-top: 0;
}
.lower main .yhackgate_details .yhackgate_details_contents .header .read {
    font-weight: 400;
    margin: 40px 0;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .header
    .yhackgate_details_docul {
    display: block;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .header
    .yhackgate_details_docul
    li {
    list-style: inside;
    line-height: 2em;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .header
    .yhackgate_details_docul
    li:last-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .header
    .yhackgate_details_docul
    li
    a {
    font-weight: 600;
}
.lower main .yhackgate_details .yhackgate_details_contents .header + .topics {
    border-top: 1px solid #cdd6dd;
}
.lower main .yhackgate_details .yhackgate_details_contents .application {
    border-top: 1px solid #cdd6dd;
    border-bottom: 1px solid #cdd6dd;
    padding: 46px;
}
@media screen and (max-width: 428px) {
    .lower main .yhackgate_details .yhackgate_details_contents .application {
        padding: 32px 24px;
    }
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .application
    .p_center {
    margin-bottom: 30px;
}
.lower main .yhackgate_details .yhackgate_details_contents .application h4 {
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.5em;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .application
    .application_period {
    font-size: 1.25em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 0;
}
.lower main .yhackgate_details .yhackgate_details_contents .topics {
    padding: 46px;
}
@media screen and (max-width: 428px) {
    .lower main .yhackgate_details .yhackgate_details_contents .topics {
        padding: 32px 24px;
    }
}
.lower main .yhackgate_details .yhackgate_details_contents .topics h4 {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.lower main .yhackgate_details .yhackgate_details_contents .topics dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.5em;
    padding: 0 0 1.5em;
    border-bottom: solid 1px #d9e3eb;
}
@media screen and (max-width: 428px) {
    .lower main .yhackgate_details .yhackgate_details_contents .topics dl {
        display: block;
    }
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .topics
    dl:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.lower main .yhackgate_details .yhackgate_details_contents .topics dl dt {
    width: 11%;
    min-width: 80px;
    font-weight: 400;
}
.lower main .yhackgate_details .yhackgate_details_contents .topics dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 428px) {
    .lower main .yhackgate_details .yhackgate_details_contents .topics dl dd {
        margin: 0.5em 0 0 0;
    }
}
.lower main .yhackgate_details .yhackgate_details_contents .article_contents {
    text-align: left;
    padding: 2em;
    margin: 2em 0;
}
@media screen and (max-width: 428px) {
    .lower
        main
        .yhackgate_details
        .yhackgate_details_contents
        .article_contents {
        padding: 1.2em;
    }
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    h2 {
    font-size: 1.25em;
    text-align: left;
    line-height: 1.6em;
    margin: 24px 0;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    h2:first-child {
    margin-top: 0;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    h3 {
    background: #d9e3eb;
    font-size: 1.125em !important;
    line-height: 1.8em;
    padding: 0.4em;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
    text-align: left;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    h3:first-child {
    margin-top: 0;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    h4 {
    border-left: 5px solid #202a4f;
    padding-left: 0.5em;
    text-transform: none;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    h4:first-child {
    margin-top: 0;
}
.lower main .yhackgate_details .yhackgate_details_contents .article_contents p {
    font-size: 1em;
    text-align: left;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 2em;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    p:first-child {
    margin-top: 0;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    p
    a {
    color: #316aab;
    font-weight: 600;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    blockquote {
    border: 10px solid #f0f3f5;
    padding: 1em 2.6em 1.8em;
    margin: 2em 0;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    blockquote
    p:first-child {
    margin-top: 1em;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    blockquote
    cite
    a {
    font-weight: 400;
}
@media screen and (max-width: 848px) {
    .lower
        main
        .yhackgate_details
        .yhackgate_details_contents
        .article_contents
        blockquote {
        padding: 1em;
    }
}
.lower main .yhackgate_details .yhackgate_details_contents .article_contents ul,
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    ol {
    list-style-position: inside;
    padding-left: 0;
    font-weight: 500;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    ul {
    display: inherit;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    ul
    li {
    list-style: inherit;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    ul
    li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    img {
    max-height: 500px;
    max-width: 569px;
    width: 100%;
    height: auto;
    display: block;
    margin: 2em auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 428px) {
    .lower
        main
        .yhackgate_details
        .yhackgate_details_contents
        .article_contents
        img {
        max-height: 290px;
        max-width: 100%;
    }
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .wp-caption {
    margin: auto;
    text-align: center;
    max-width: 100%;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .wp-caption-text {
    display: inline-block;
    text-align: left;
    color: #8a8a8a;
    margin: 10px 0 0;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    figure {
    margin: 0;
    padding: 0;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    figure
    img {
    max-height: 500px;
    max-width: 569px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 428px) {
    .lower
        main
        .yhackgate_details
        .yhackgate_details_contents
        .article_contents
        figure
        img {
        max-height: 290px;
        max-width: 100%;
    }
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    figure
    figcaption {
    text-align: left;
    font-weight: 400;
    font-size: 0.7em;
    margin: 1em 0 3em;
    line-height: 1.6em;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .youtube {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 564px;
    aspect-ratio: 16/9;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .youtube
    iframe {
    width: 100%;
    height: 100%;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .youtube_ie {
    width: 100%;
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .youtube_ie
    .inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.lower
    main
    .yhackgate_details
    .yhackgate_details_contents
    .article_contents
    .youtube_ie
    .inner
    iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.lower main .privacypolicy {
    /* Privacy Policy */
    background: none;
    font-weight: 400;
    margin: 40px 0 140px;
}
@media screen and (max-width: 428px) {
    .lower main .privacypolicy {
        margin: 40px 0 100px;
    }
}
.lower main .privacypolicy h2 {
    padding-bottom: 48px;
}
.lower main .privacypolicy h3 {
    background: #d9e3eb;
    padding: 0.5em 1em;
    margin-top: 2.5em;
}
.lower main .privacypolicy h3:first-child {
    margin-top: 0;
}
.lower main .privacypolicy h4 {
    background: #fff;
    border-left: 5px solid #202a4f;
    padding: 4px 0 4px 0.5em;
    margin-bottom: 0.8em;
}
.lower main .privacypolicy h4 + p {
    margin-top: 0;
}
.lower main .privacypolicy p a {
    color: #316aab;
    font-weight: 600;
}
.lower main .about {
    /* about */
    background: none;
    font-weight: 400;
    margin: 40px 0 140px;
}
@media screen and (max-width: 428px) {
    .lower main .about {
        margin: 40px 0 100px;
    }
}
.lower main .about h2 {
    padding-bottom: 48px;
    text-transform: inherit;
}
.lower main .about h2 span {
    text-transform: uppercase;
}
@media screen and (max-width: 428px) {
    .lower main .about h2 {
        text-align: left;
    }
}
.lower main .about h3 {
    background: #d9e3eb;
    padding: 0.5em 1em;
    margin-top: 2.5em;
}
.lower main .about h3:first-child {
    margin-top: 0;
}
.lower main .about h4 {
    background: #fff;
    border-left: 5px solid #202a4f;
    padding: 4px 0 4px 0.5em;
    margin-bottom: 0.8em;
}
.lower main .about h4.nostyle {
    border-left: none;
    padding-left: 0;
}
.lower main .about h4 + p {
    margin-top: 0;
}
.lower main .about p a {
    color: #316aab;
    font-weight: 600;
}
.lower main .about .about_number {
    background: #202a4f;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    padding: 0.5em 0;
    line-height: 1em;
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.5em;
}

.accessibility dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.accessibility dt {
}
.accessibility dt {
    width: 30%;
    font-weight: bold;
    margin: 0 0 1em 0;
}
.accessibility dd {
    width: 70%;
    margin: 0 0 1em 0;
}
.accessibility table {
    width: 100%;
    font-size: 0.75em;
}
.accessibility table th {
    white-space: nowrap;
}
.accessibility table .small_width {
    width: 2em;
    white-space: normal;
}
.accessibility table .text_center {
    text-align: center;
}
.accessibility table td {
    text-align: center;
}
.accessibility table td:nth-child(2),
.accessibility table td:nth-child(6) {
    text-align: left;
}

/* lower end */

/* faq */
.faq {
    scroll-behavior: smooth;
}

.faq .link_btn div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.faq .link_btn a.btn {
    text-decoration: none;
    background-color: #e4eef5;
    padding: 20px 15px;
    border-radius: 5px;
    font-weight: normal;
    width: 29%;
    color: var(--color-primary);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.faq .dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

.faq .box p a span .dli-chevron-down {
    vertical-align: text-top;
}

.faq .link_btn .btn span.right {
    background-color: var(--color-primary);
    border-radius: 50px;
    width: 20px;
    height: 19px;
    text-align: center;
    padding-top: 1px;
}

.faq .box p a {
    display: inline-block;
    color: var(--color-primary);
    margin-top: 10px;
}

.faq .box p a:visited {
    color: var(--color-primary);
}

.faq .box p a span {
    background-color: var(--color-primary);
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 1px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.faq .box h3,
.faq .box p {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.faq .box h3 span.left,
.faq .box p span.left {
    font-size: 28px;
    margin-right: 30px;
}

.faq .box h3 span.left {
    margin-right: 30px;
}

.faq .box p span.left {
    margin-right: 37px;
}

.faq .box h3 span.left {
    color: var(--color-primary);
}

.faq .box p span.left,
.faq .box p span.right,
.faq .box h3 span.right {
    font-weight: normal;
}

.faq .box h3 span.right {
    font-size: 22px;
}

.faq .box {
    margin-bottom: 40px;
}

.page_top .dli-chevron-up {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 12px;
    height: 12px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}

#fixed-btn {
    display: flex;
    position: fixed;
    bottom: 15px;
    right: 200px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #333;
    justify-content: center;
    align-items: center;
    z-index: 9998;
}

.c-sticky-banner {
    z-index: 9997 !important;
}

#fixed-btn.is-bottom {
    position: absolute;
    bottom: 477px;
}

.page_top a {
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    font-weight: normal;
    display: block;
    width: 60px;
}

.page_top span {
    display: block;
    margin-bottom: 5px;
}

@media screen and (max-width: 769px) {
    .faq .link_btn div {
        flex-direction: column;
        margin-bottom: 0;
    }

    .faq .link_btn a.btn {
        width: 100%;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .faq .box h3 span.left,
    .faq .box p span.left {
        font-size: 23px;
    }

    .faq .box h3 span.left {
        margin-right: 15px;
    }

    .faq .box p span.left {
        margin-right: 20px;
    }
}

/* header */
header .c-header_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header .c-header__menu-contact {
    width: 48%;
}

/*.footer */
footer .c-footer_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .c-footer_flex .c-footer__menu-button {
    margin-left: 15px;
}

@media screen and (max-width: 769px) {
    #fixed-btn {
        bottom: 75px;
        right: 10px;
    }

    header .c-header_flex {
        flex-direction: column;
    }

    header .c-header__menu-contact:nth-child(2) {
        margin-top: 20px;
    }

    header .c-header__menu-contact {
        width: 100%;
    }

    footer .c-footer_flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .c-footer_flex .c-footer__menu-button {
        margin-left: 0;
    }

    #fixed-btn.is-bottom {
        position: absolute;
        bottom: 370px;
    }
}

.about_video_area {
    text-align: center;
}

.about_video_area .video {
    width: 650px;
    height: 364px;
}

@media screen and (max-width: 460px) {
    .about_video_area .video {
        width: 100%;
        height: 190px;
    }
}

.c-mv__slide-blend {
    background-color: #1965b0 !important;
}

.column p.memo {
    margin-bottom: 70px;
    font-weight: normal;
}

.column .c-catd__thumb img,
.column .c-card__header,
.column .c-catd__thumb {
    border-radius: 20px;
}

.column .c-catd__thumb p {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin: 0;
    letter-spacing: 2px;
    z-index: 10;
    width: 98%;
    text-align: center;
}

.column .c-catd__thumb p span {
    font-size: 16px;
}

.column .c-catd__thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.column .l-card__item.sub p {
    width: 100%;
    text-align: center;
}

.column .l-card__item.sub .c-catd__thumb::before {
    background-color: #8db3d8;
}

.column_show .article_header {
    margin-top: 70px;
    margin-bottom: 30px;
}

.column_show .article_contents {
    text-align: left;
    padding: 2em;
    margin: 2em 0;
}

.u-mt-md--100[class] {
    margin-top: 0 !important;
    padding-top: 6.25rem !important;
}

.column.top {
    background-color: #fff;
    margin-top: 6.25rem;
}

.column.top .c-register__merit {
    box-shadow: none;
    padding: 0;
    background-color: transparent;
}

.column.top .c-register__container {
    max-width: 100%;
}

.column.top .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.column.top .title h2.c-heading-top-lv2 {
    margin-right: 10px;
}

.column.top p.c-more__label {
    color: #fff;
}

@media screen and (max-width: 769px) {
    .column.top .l-card__item.sub {
        margin-top: 20px !important;
    }

    .column.top a.c-card__container {
        padding-bottom: 0 !important;
    }

    .column.top .title {
        flex-direction: column;
    }
}

@media screen and (max-width: 769px) {
    .c-mv {
        height: 630px;
    }

    .c-mv__slide.slick-initialized.slick-slider.slick-dotted {
        height: 580px;
    }

    .c-mv__slide-detail {
        bottom: -188px !important;
        height: 189px !important;
        padding: 24px 13px !important;
    }

    .c-mv__slide-blend {
        bottom: -210px !important;
        border-radius: 0 !important;
        width: 100% !important;
        height: 211px !important;
    }

    .c-mv__slide-container,
    .c-mv__slide-item {
        overflow: visible !important;
    }
}

@media screen and (max-width: 680px) {
    .c-mv {
        height: 570px;
    }

    .c-mv__slide.slick-initialized.slick-slider.slick-dotted {
        height: 530px;
    }

    .c-mv__slide-heading {
        margin-bottom: 10px !important;
        font-size: 20px !important;
    }
}

@media screen and (max-width: 580px) {
    .c-mv {
        height: 500px;
    }

    .c-mv__slide.slick-initialized.slick-slider.slick-dotted {
        height: 470px;
    }
}

@media screen and (max-width: 430px) {
    .c-mv {
        height: 480px;
    }

    .c-mv__slide.slick-initialized.slick-slider.slick-dotted {
        height: 450px;
    }

    .c-mv__slide-detail {
        bottom: -258px !important;
        height: 259px !important;
        padding: 34px 13px !important;
    }

    .c-mv__slide-blend {
        bottom: -261px !important;
        border-radius: 0 !important;
        width: 100% !important;
        height: 261px !important;
    }

    .c-mv__slide-heading {
        margin-bottom: 10px !important;
        font-size: 20px !important;
    }
}

@media screen and (max-width: 380px) {
    .c-mv {
        height: 520px;
    }

    .c-mv__slide.slick-initialized.slick-slider.slick-dotted {
        height: 490px;
    }
}

@media screen and (max-width: 375px) {
    .c-mv {
        height: 460px;
    }

    .c-mv__slide.slick-initialized.slick-slider.slick-dotted {
        height: 430px;
    }
}
