@charset "UTF-8";
@media print, only screen and (min-width: 1025px) {
  #page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 320px;
    padding-top: 72px;
    background: url(../img/page_title_bg.jpg) no-repeat center/cover;
    box-sizing: border-box;
  }
  #page-title .title-page {
    position: relative;
    padding-top: 38px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-indent: 0.04em;
  }
  #page-title .title-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
    width: 40px;
    height: 8px;
    background: linear-gradient(90deg, #2eb8da 0%, #3681c4 100%);
  }
  .bg-white {
    padding: 107px 40px 120px;
    background-color: #fff;
  }
  .bg-white.pdt-0 {
    padding-top: 0;
  }
  .bg-light_blue {
    padding: 107px 40px 120px;
    background-color: #e9f1fd;
  }
  .bg-blue {
    padding: 107px 40px 120px;
    background-color: #1c4198;
  }
  .content-wrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .title-seccand {
    font-size: 32px;
    font-weight: 700;
    color: #1c4198;
    text-align: center;
    text-indent: 0.04em;
  }
  .title-seccand.color-white {
    color: #fff;
  }
  .title-third {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #1c4198;
    text-indent: 0.04em;
    padding-left: 20px;
    margin-top: 60px;
  }
  .title-third:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #1c4198;
  }
  .title-works {
    text-align: center;
    text-indent: 0.04em;
  }
  .title-works .type {
    display: inline-block;
    padding: 1px 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #1c4198;
  }
  .title-works .job {
    display: block;
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    color: #1c4198;
  }
  .title-reqs {
    position: relative;
    margin-top: 80px;
    padding-left: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
  }
  .title-reqs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #3681c4 0%, #2eb8da 100%);
  }
  .title-reqs.mgt-s {
    margin-top: 40px;
  }
  .title-challenged-type {
    display: inline-block;
    padding: 1px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
    background-color: #1c4198;
  }
  .text-lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    text-indent: 0.04em;
  }
  .text-lead.color-white {
    color: #fff;
  }
  .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    text-indent: 0.04em;
  }
  .text.text-left {
    text-align: left;
  }
  .text.color-white {
    color: #fff;
  }
  .text.mgt-b {
    margin-top: 40px;
  }
  .text.mgt-ss {
    margin-top: 12px;
  }
  .text .btn-entry {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 400px;
    height: 64px;
    padding-left: 35px;
    font-size: 18px;
    color: #fff;
    background-color: #7fbe26;
  }
  .text .btn-entry::before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 32px;
    width: 18px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-size: contain;
    background-position: center;
  }
  .text .btn-entry:hover {
    background-color: #1c4198;
  }
  .bnr {
    margin-top: 40px;
    text-align: center;
  }
  .bnr .bnr-mynavi2026 {
    width: 280px;
  }
  .bnr .bnr-mynavi2027 {
    width: 280px;
  }
  .bnr a {
    display: inline-block;
  }
  .bnr a:hover {
    transform: scale(1.05);
  }
  .link-line {
    margin-top: 40px;
  }
  .link-line .qr-code {
    display: block;
    margin: 0 auto;
    width: 160px;
  }
  .link-line .btn-line {
    display: block;
    margin: 32px auto 0;
    width: 154px;
  }
  .link-line .btn-line:hover {
    transform: scale(1.05);
  }
  .more-link {
    margin-top: 64px;
  }
  .more-link .btn-back {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 17px;
    width: 280px;
    height: 56px;
    font-size: 14px;
    text-indent: 0.04em;
    border: solid 1px #ccc;
    box-sizing: border-box;
  }
  .more-link .btn-back::before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: 32px;
    width: 18px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%2310d2c" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
    transition: all 0.3s ease-out;
  }
  .more-link .btn-back:hover {
    color: #fff;
    background-color: #1c4198;
  }
  .more-link .btn-back:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
  }
  .more-link .btn-details {
    position: relative;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    padding-left: 25px;
    width: 240px;
    height: 56px;
    font-size: 14px;
    text-indent: 0.04em;
    border: solid 1px #000d2c;
    box-sizing: border-box;
  }
  .more-link .btn-details::before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 24px;
    width: 18px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%2310d2c" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease-out;
  }
  .more-link .btn-details:hover {
    color: #fff;
    background-color: #1c4198;
  }
  .more-link .btn-details:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
  }
  .more-entry {
    margin-top: 40px;
    text-align: center;
  }
  .more-entry .btn-entry {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 400px;
    height: 64px;
    padding-left: 35px;
    font-size: 18px;
    color: #fff;
    background-color: #7fbe26;
    box-sizing: border-box;
  }
  .more-entry .btn-entry::before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 32px;
    width: 18px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .more-entry .btn-entry:hover {
    background-color: #1c4198;
  }
  .note-border {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding: 40px 48px;
    border: solid 2px #1c4198;
    box-sizing: border-box;
  }
  .note-border .text-note {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
  }
  .note-white {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding: 80px 80px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .note-white .title-note {
    margin-top: 70px;
    font-size: 24px;
    font-weight: 700;
    color: #1c4198;
    border-bottom: solid 2px #1c4198;
  }
  .note-white .title-note:first-child {
    margin-top: 0;
  }
  .reqs-wrap {
    margin-top: 32px;
  }
  .reqs-wrap .dl-reqs {
    display: flex;
  }
  .reqs-wrap .dl-reqs dt {
    width: 214px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    box-sizing: border-box;
  }
  .reqs-wrap .dl-reqs dd {
    flex: 1;
    padding: 14px 32px 14px 0;
    font-size: 16px;
    line-height: 28px;
  }
  .reqs-wrap .dl-reqs:nth-child(2n+1) {
    background-color: #f4f8fe;
  }
  .app-wrap {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 40px;
  }
  .app-wrap .dl-app {
    display: flex;
    padding: 32px 0;
  }
  .app-wrap .dl-app:first-child {
    padding-top: 0;
  }
  .app-wrap .dl-app:last-child {
    padding-bottom: 0;
  }
  .app-wrap .dl-app + .dl-app {
    border-top: solid 1px #ccc;
  }
  .app-wrap .dl-app dt {
    width: 109px;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    box-sizing: border-box;
  }
  .app-wrap .dl-app dd {
    flex: 1;
    font-size: 16px;
    line-height: 28px;
  }
  .app-wrap .photo-app {
    width: 480px;
    margin-left: 80px;
  }
  .ul-doc li {
    position: relative;
    padding-left: 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
  }
  .ul-doc li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #1c4198;
  }
  .ul-work {
    margin-top: 40px;
  }
  .ul-work > li {
    margin-top: 8px;
    padding: 25px 32px;
    background-color: #fff;
  }
  .ul-work > li:first-child {
    margin-top: 0;
  }
  .ul-work > li .title-work {
    font-size: 20px;
    font-weight: 700;
    color: #1c4198;
  }
  .ul-work > li .text-work {
    margin-top: 10px;
    font-size: 16px;
    line-height: 32px;
  }
  .ul-work > li .ul-work-doc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .ul-work > li .ul-work-doc li {
    margin-right: 16px;
    font-size: 16px;
    line-height: 32px;
  }
  .ul-work > li .ul-work-doc li::before {
    content: "●";
  }
  .ul-work > li .ul-work-doc li.no-doc::before {
    display: none;
  }
  .ul-links {
    margin-top: 10px;
  }
  .ul-links li {
    border-bottom: solid 1px #d2d9ea;
  }
  .ul-links li a {
    position: relative;
    display: block;
    padding: 10px 20px 10px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
  }
  .ul-links li a::before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    width: 16px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%231c4198" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease-out;
  }
  .ul-links li a:hover::before {
    right: -8px;
  }
  .ol-flow {
    max-width: 640px;
    margin: 40px auto 0;
    counter-reset: flownum;
  }
  .ol-flow > li {
    display: flex;
    position: relative;
    margin-top: 20px;
    padding: 18px 32px;
    font-size: 18px;
    font-weight: 700;
    color: #1c4198;
    background-color: #fff;
  }
  .ol-flow > li::before {
    position: relative;
    counter-increment: flownum;
    content: counter(flownum, decimal-leading-zero);
    display: inline-block;
    margin-right: 40px;
    font-family: "Big Shoulders", sans-serif;
    font-size: 20px;
    font-weight: 700;
  }
  .ol-flow > li::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: calc(50% - 20px);
    display: block;
    width: 40px;
    border-top: solid 12px #fff;
    border-right: solid 20px transparent;
    border-left: solid 20px transparent;
    box-sizing: border-box;
    opacity: 0.5;
  }
  .ol-flow > li:first-child {
    margin-top: 0;
  }
  .ol-flow > li:last-child::after {
    display: none;
  }
  .ol-flow > li .title-work {
    font-size: 18px;
  }
  .ol-flow > li .text-work {
    display: block;
    margin-top: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .ol-flow > li .ul-work-doc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .ol-flow > li .ul-work-doc li {
    margin-right: 16px;
    font-size: 16px;
    line-height: 32px;
  }
  .ol-flow > li .ul-work-doc li::before {
    content: "●";
  }
  .ol-flow > li .ul-work-doc li.no-doc::before {
    display: none;
  }
  .ul-regist {
    display: flex;
    margin-top: 40px;
  }
  .ul-regist li:not(:first-child) {
    margin-left: 60px;
  }
  .ul-regist li .text-regist {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
  }
  .ul-challenged {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 15px 0 80px;
  }
  .ul-challenged li {
    width: calc(50% - 10px);
    padding: 35px 45px;
    border-top: 2px solid #1c4198;
    box-sizing: border-box;
    background-color: #fff;
  }
  .ul-challenged li .title-challenged {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #1c4198;
    text-align: center;
    margin-bottom: 12px;
  }
  .ul-challenged li .dl-challenged {
    display: flex;
  }
  .ul-challenged li .dl-challenged dt {
    width: 130px;
    padding: 5px 10px 5px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    box-sizing: border-box;
  }
  .ul-challenged li .dl-challenged dd {
    flex: 1;
    padding: 5px 10px 5px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  #page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 256px;
    padding-top: 57.6px;
    background: url(../img/page_title_bg.jpg) no-repeat center/cover;
    box-sizing: border-box;
  }
  #page-title .title-page {
    position: relative;
    padding-top: 30.4px;
    font-size: 28.8px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-indent: 0.04em;
  }
  #page-title .title-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 16px);
    width: 32px;
    height: 6.4px;
    background: linear-gradient(90deg, #2eb8da 0%, #3681c4 100%);
  }
  .bg-white {
    padding: 85.6px 32px 96px;
    background-color: #fff;
  }
  .bg-white.pdt-0 {
    padding-top: 0;
  }
  .bg-light_blue {
    padding: 85.6px 32px 96px;
    background-color: #e9f1fd;
  }
  .bg-blue {
    padding: 85.6px 32px 96px;
    background-color: #1c4198;
  }
  .content-wrap {
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .title-seccand {
    font-size: 25.6px;
    font-weight: 700;
    color: #1c4198;
    text-align: center;
    text-indent: 0.04em;
  }
  .title-seccand.color-white {
    color: #fff;
  }
  .title-third {
    position: relative;
    font-size: 14.4px;
    font-weight: 700;
    color: #1c4198;
    text-indent: 0.04em;
    padding-left: 16px;
    margin-top: 48px;
  }
  .title-third:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 9.6px;
    height: 9.6px;
    border-radius: 100%;
    background-color: #1c4198;
  }
  .title-works {
    text-align: center;
    text-indent: 0.04em;
  }
  .title-works .type {
    display: inline-block;
    padding: 0.8px 24px;
    font-size: 14.4px;
    font-weight: 700;
    color: #fff;
    background-color: #1c4198;
  }
  .title-works .job {
    display: block;
    margin-top: 6.4px;
    font-size: 19.2px;
    font-weight: 700;
    color: #1c4198;
  }
  .title-reqs {
    position: relative;
    margin-top: 64px;
    padding-left: 19.2px;
    font-size: 19.2px;
    font-weight: 700;
    line-height: 28.8px;
  }
  .title-reqs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3.2px;
    height: 100%;
    background: linear-gradient(180deg, #3681c4 0%, #2eb8da 100%);
  }
  .title-reqs.mgt-s {
    margin-top: 32px;
  }
  .title-challenged-type {
    display: inline-block;
    padding: 0.8px 8px;
    font-size: 14.4px;
    font-weight: 700;
    color: #fff;
    margin-top: 32px;
    background-color: #1c4198;
  }
  .text-lead {
    margin-top: 16px;
    font-size: 12.8px;
    line-height: 25.6px;
    text-align: center;
    text-indent: 0.04em;
  }
  .text-lead.color-white {
    color: #fff;
  }
  .text {
    margin-top: 16px;
    font-size: 12.8px;
    line-height: 25.6px;
    text-align: center;
    text-indent: 0.04em;
  }
  .text.text-left {
    text-align: left;
  }
  .text.color-white {
    color: #fff;
  }
  .text.mgt-b {
    margin-top: 32px;
  }
  .text.mgt-ss {
    margin-top: 9.6px;
  }
  .text .btn-entry {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 320px;
    height: 51.2px;
    padding-left: 28px;
    font-size: 14.4px;
    color: #fff;
    background-color: #7fbe26;
  }
  .text .btn-entry::before {
    content: "";
    position: absolute;
    top: calc(50% - 5.6px);
    right: 25.6px;
    width: 14.4px;
    height: 11.2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-size: contain;
    background-position: center;
  }
  .text .btn-entry:hover {
    background-color: #1c4198;
  }
  .bnr {
    margin-top: 32px;
    text-align: center;
  }
  .bnr .bnr-mynavi2026 {
    width: 224px;
  }
  .bnr .bnr-mynavi2027 {
    width: 224px;
  }
  .bnr a {
    display: inline-block;
  }
  .bnr a:hover {
    transform: scale(1.05);
  }
  .link-line {
    margin-top: 32px;
  }
  .link-line .qr-code {
    display: block;
    margin: 0 auto;
    width: 128px;
  }
  .link-line .btn-line {
    display: block;
    margin: 25.6px auto 0;
    width: 123.2px;
  }
  .link-line .btn-line:hover {
    transform: scale(1.05);
  }
  .more-link {
    margin-top: 51.2px;
  }
  .more-link .btn-back {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 13.6px;
    width: 224px;
    height: 44.8px;
    font-size: 11.2px;
    text-indent: 0.04em;
    border: solid 1px #ccc;
    box-sizing: border-box;
  }
  .more-link .btn-back::before {
    content: "";
    position: absolute;
    top: calc(50% - 5.6px);
    left: 25.6px;
    width: 14.4px;
    height: 11.2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%2310d2c" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
    transition: all 0.3s ease-out;
  }
  .more-link .btn-back:hover {
    color: #fff;
    background-color: #1c4198;
  }
  .more-link .btn-back:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
  }
  .more-link .btn-details {
    position: relative;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    padding-left: 20px;
    width: 192px;
    height: 44.8px;
    font-size: 11.2px;
    text-indent: 0.04em;
    border: solid 1px #000d2c;
    box-sizing: border-box;
  }
  .more-link .btn-details::before {
    content: "";
    position: absolute;
    top: calc(50% - 5.6px);
    right: 19.2px;
    width: 14.4px;
    height: 11.2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%2310d2c" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease-out;
  }
  .more-link .btn-details:hover {
    color: #fff;
    background-color: #1c4198;
  }
  .more-link .btn-details:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
  }
  .more-entry {
    margin-top: 32px;
    text-align: center;
  }
  .more-entry .btn-entry {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 320px;
    height: 51.2px;
    padding-left: 28px;
    font-size: 14.4px;
    color: #fff;
    background-color: #7fbe26;
    box-sizing: border-box;
  }
  .more-entry .btn-entry::before {
    content: "";
    position: absolute;
    top: calc(50% - 5.6px);
    right: 25.6px;
    width: 14.4px;
    height: 11.2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .more-entry .btn-entry:hover {
    background-color: #1c4198;
  }
  .note-border {
    position: relative;
    width: 100%;
    margin-top: 32px;
    padding: 32px 38.4px;
    border: solid 1.6px #1c4198;
    box-sizing: border-box;
  }
  .note-border .text-note {
    font-size: 14.4px;
    font-weight: 700;
    text-align: center;
    line-height: 25.6px;
  }
  .note-white {
    position: relative;
    width: 100%;
    margin-top: 32px;
    padding: 64px 64px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .note-white .title-note {
    margin-top: 56px;
    font-size: 19.2px;
    font-weight: 700;
    color: #1c4198;
    border-bottom: solid 1.6px #1c4198;
  }
  .note-white .title-note:first-child {
    margin-top: 0;
  }
  .reqs-wrap {
    margin-top: 25.6px;
  }
  .reqs-wrap .dl-reqs {
    display: flex;
  }
  .reqs-wrap .dl-reqs dt {
    width: 171.2px;
    padding: 11.2px 25.6px;
    font-size: 12.8px;
    font-weight: 700;
    line-height: 22.4px;
    box-sizing: border-box;
  }
  .reqs-wrap .dl-reqs dd {
    flex: 1;
    padding: 11.2px 25.6px 11.2px 0;
    font-size: 12.8px;
    line-height: 22.4px;
  }
  .reqs-wrap .dl-reqs:nth-child(2n+1) {
    background-color: #f4f8fe;
  }
  .app-wrap {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 32px;
  }
  .app-wrap .dl-app {
    display: flex;
    padding: 25.6px 0;
  }
  .app-wrap .dl-app:first-child {
    padding-top: 0;
  }
  .app-wrap .dl-app:last-child {
    padding-bottom: 0;
  }
  .app-wrap .dl-app + .dl-app {
    border-top: solid 1px #ccc;
  }
  .app-wrap .dl-app dt {
    width: 87.2px;
    font-size: 12.8px;
    font-weight: 700;
    line-height: 22.4px;
    box-sizing: border-box;
  }
  .app-wrap .dl-app dd {
    flex: 1;
    font-size: 12.8px;
    line-height: 22.4px;
  }
  .app-wrap .photo-app {
    width: 384px;
    margin-left: 64px;
  }
  .ul-doc li {
    position: relative;
    padding-left: 19.2px;
    font-size: 14.4px;
    font-weight: 700;
    line-height: 28.8px;
  }
  .ul-doc li::before {
    content: "";
    position: absolute;
    top: 10.4px;
    left: 0;
    display: block;
    width: 9.6px;
    height: 9.6px;
    border-radius: 100%;
    background-color: #1c4198;
  }
  .ul-work {
    margin-top: 32px;
  }
  .ul-work > li {
    margin-top: 6.4px;
    padding: 20px 25.6px;
    background-color: #fff;
  }
  .ul-work > li:first-child {
    margin-top: 0;
  }
  .ul-work > li .title-work {
    font-size: 16px;
    font-weight: 700;
    color: #1c4198;
  }
  .ul-work > li .text-work {
    margin-top: 8px;
    font-size: 12.8px;
    line-height: 25.6px;
  }
  .ul-work > li .ul-work-doc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .ul-work > li .ul-work-doc li {
    margin-right: 12.8px;
    font-size: 12.8px;
    line-height: 25.6px;
  }
  .ul-work > li .ul-work-doc li::before {
    content: "●";
  }
  .ul-work > li .ul-work-doc li.no-doc::before {
    display: none;
  }
  .ul-links {
    margin-top: 8px;
  }
  .ul-links li {
    border-bottom: solid 1px #d2d9ea;
  }
  .ul-links li a {
    position: relative;
    display: block;
    padding: 8px 16px 8px 0;
    font-size: 12.8px;
    font-weight: 700;
    line-height: 25.6px;
  }
  .ul-links li a::before {
    content: "";
    position: absolute;
    top: calc(50% - 4.8px);
    right: 0;
    width: 12.8px;
    height: 9.6px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%231c4198" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease-out;
  }
  .ul-links li a:hover::before {
    right: -6.4px;
  }
  .ol-flow {
    max-width: 512px;
    margin: 32px auto 0;
    counter-reset: flownum;
  }
  .ol-flow > li {
    display: flex;
    position: relative;
    margin-top: 16px;
    padding: 14.4px 25.6px;
    font-size: 14.4px;
    font-weight: 700;
    color: #1c4198;
    background-color: #fff;
  }
  .ol-flow > li::before {
    position: relative;
    counter-increment: flownum;
    content: counter(flownum, decimal-leading-zero);
    display: inline-block;
    margin-right: 32px;
    font-family: "Big Shoulders", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  .ol-flow > li::after {
    content: "";
    position: absolute;
    bottom: -9.6px;
    left: calc(50% - 16px);
    display: block;
    width: 32px;
    border-top: solid 9.6px #fff;
    border-right: solid 16px transparent;
    border-left: solid 16px transparent;
    box-sizing: border-box;
    opacity: 0.5;
  }
  .ol-flow > li:first-child {
    margin-top: 0;
  }
  .ol-flow > li:last-child::after {
    display: none;
  }
  .ol-flow > li .title-work {
    font-size: 14.4px;
  }
  .ol-flow > li .text-work {
    display: block;
    margin-top: 8px;
    color: #000;
    font-size: 12.8px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
  }
  .ol-flow > li .ul-work-doc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .ol-flow > li .ul-work-doc li {
    margin-right: 12.8px;
    font-size: 12.8px;
    line-height: 25.6px;
  }
  .ol-flow > li .ul-work-doc li::before {
    content: "●";
  }
  .ol-flow > li .ul-work-doc li.no-doc::before {
    display: none;
  }
  .ul-regist {
    display: flex;
    margin-top: 32px;
  }
  .ul-regist li:not(:first-child) {
    margin-left: 48px;
  }
  .ul-regist li .text-regist {
    font-size: 12.8px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    margin-top: 24px;
  }
  .ul-challenged {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin: 12px 0 64px;
  }
  .ul-challenged li {
    width: calc(50% - 8px);
    padding: 28px 36px;
    border-top: 2px solid #1c4198;
    box-sizing: border-box;
    background-color: #fff;
  }
  .ul-challenged li .title-challenged {
    font-size: 16px;
    font-weight: 700;
    line-height: 28.8px;
    color: #1c4198;
    text-align: center;
    margin-bottom: 9.6px;
  }
  .ul-challenged li .dl-challenged {
    display: flex;
  }
  .ul-challenged li .dl-challenged dt {
    width: 104px;
    padding: 4px 8px 4px 0;
    font-size: 12.8px;
    font-weight: 700;
    line-height: 19.2px;
    box-sizing: border-box;
  }
  .ul-challenged li .dl-challenged dd {
    flex: 1;
    padding: 4px 8px 4px 0;
    font-size: 12.8px;
    line-height: 19.2px;
  }
}
@media only screen and (max-width: 599px) {
  #page-title {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 180px;
    padding-top: 91px;
    background: url(../img/page_title_bg_sp.jpg) no-repeat center/cover;
    box-sizing: border-box;
  }
  #page-title .title-page {
    position: relative;
    padding-top: 19px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-indent: 0.04em;
  }
  #page-title .title-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 4px;
    background: linear-gradient(90deg, #2eb8da 0%, #3681c4 100%);
  }
  .bg-white {
    padding: 53.5px 24px 60px;
    background-color: #fff;
  }
  .bg-white.pdt-0 {
    padding-top: 0;
  }
  .bg-light_blue {
    padding: 53.5px 24px 60px;
    background-color: #e9f1fd;
  }
  .bg-blue {
    padding: 53.5px 24px 60px;
    background-color: #1c4198;
  }
  .content-wrap {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .title-seccand {
    font-size: 18px;
    font-weight: 700;
    color: #1c4198;
    text-align: center;
    text-indent: 0.04em;
  }
  .title-seccand.color-white {
    color: #fff;
  }
  .title-third {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #1c4198;
    text-indent: 0.04em;
    padding-left: 10px;
    margin-top: 30px;
  }
  .title-third:before {
    content: "";
    position: absolute;
    top: 8.5px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #1c4198;
  }
  .title-works {
    text-align: center;
    text-indent: 0.04em;
  }
  .title-works .type {
    display: inline-block;
    padding: 0.5px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #1c4198;
  }
  .title-works .job {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #1c4198;
    text-align: left;
    line-height: 26px;
  }
  .title-reqs {
    position: relative;
    margin-top: 34px;
    padding-left: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
  .title-reqs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #3681c4 0%, #2eb8da 100%);
  }
  .title-reqs.mgt-s {
    margin-top: 20px;
  }
  .title-challenged-type {
    display: inline-block;
    padding: 0.5px 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    background-color: #1c4198;
  }
  .text-lead {
    margin-top: 13px;
    font-size: 13px;
    line-height: 24px;
  }
  .text-lead.color-white {
    color: #fff;
  }
  .text {
    margin-top: 32px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    text-indent: 0.04em;
  }
  .text.text-left {
    text-align: left;
  }
  .text.text-left--sp {
    text-align: left;
  }
  .text.color-white {
    color: #fff;
  }
  .text.mgt-b {
    margin-top: 27px;
  }
  .text.mgt-ss {
    margin-top: 8px;
  }
  .text .btn-entry {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 200px;
    height: 32px;
    padding-left: 17.5px;
    font-size: 9px;
    color: #fff;
    background-color: #7fbe26;
  }
  .text .btn-entry::before {
    content: "";
    position: absolute;
    top: calc(50% - 3.5px);
    right: 16px;
    width: 9px;
    height: 7px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-size: contain;
    background-position: center;
  }
  .text .btn-entry:hover {
    background-color: #1c4198;
  }
  .text-center_sp {
    text-align: center;
  }
  .bnr {
    margin-top: 20px;
    text-align: center;
  }
  .bnr .bnr-mynavi2026 {
    width: 215px;
  }
  .bnr .bnr-mynavi2027 {
    width: 215px;
  }
  .link-line {
    margin-top: 26.5px;
  }
  .link-line .qr-code {
    display: block;
    margin: 0 auto;
    width: 150px;
  }
  .link-line .btn-line {
    display: block;
    margin: 23px auto 0;
    width: 128px;
  }
  .more-link {
    margin-top: 32px;
  }
  .more-link .btn-back {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 8.5px;
    width: 263px;
    height: 48px;
    font-size: 13px;
    text-indent: 0.04em;
    border: solid 1px #ccc;
    box-sizing: border-box;
  }
  .more-link .btn-back::before {
    content: "";
    position: absolute;
    top: calc(50% - 5.5px);
    left: 20px;
    width: 15px;
    height: 11px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%2310d2c" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
  }
  .more-link .btn-details {
    position: relative;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    padding-left: 20px;
    width: 263px;
    height: 48px;
    font-size: 13px;
    text-indent: 0.04em;
    border: solid 1px #000d2c;
    box-sizing: border-box;
  }
  .more-link .btn-details::before {
    content: "";
    position: absolute;
    top: calc(50% - 5.5px);
    right: 20px;
    width: 15px;
    height: 11px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%2310d2c" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .more-link .btn-details:hover {
    color: #fff;
    background-color: #1c4198;
  }
  .more-link .btn-details:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
  }
  .more-entry {
    margin-top: 20px;
    text-align: center;
  }
  .more-entry .btn-entry {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 263px;
    height: 48px;
    padding-left: 24.5px;
    font-size: 13px;
    color: #fff;
    background-color: #7fbe26;
    box-sizing: border-box;
  }
  .more-entry .btn-entry::before {
    content: "";
    position: absolute;
    top: calc(50% - 5.5px);
    right: 20px;
    width: 15px;
    height: 11px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .note-border {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 19px 20px;
    border: solid 1px #1c4198;
    box-sizing: border-box;
  }
  .note-border .text-note {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
  }
  .note-white {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 19px 20px 24px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .note-white .title-note {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 700;
    color: #1c4198;
    line-height: 31px;
    border-bottom: solid 1px #1c4198;
  }
  .note-white .title-note:first-child {
    margin-top: 0;
  }
  .reqs-wrap {
    margin-top: 12px;
  }
  .reqs-wrap .dl-reqs dt {
    padding: 16px 16.5px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    box-sizing: border-box;
  }
  .reqs-wrap .dl-reqs dd {
    margin-top: 7px;
    padding: 0 16.5px 16px;
    font-size: 13px;
    line-height: 20px;
  }
  .reqs-wrap .dl-reqs:nth-child(2n+1) {
    background-color: #f4f8fe;
  }
  .app-wrap {
    margin-top: 20px;
  }
  .app-wrap .dl-app {
    padding: 20px 0;
  }
  .app-wrap .dl-app:last-child {
    padding-bottom: 0;
  }
  .app-wrap .dl-app + .dl-app {
    border-top: solid 1px #ccc;
  }
  .app-wrap .dl-app dt {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
  }
  .app-wrap .dl-app dd {
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px;
  }
  .app-wrap .photo-app {
    margin-top: 20px;
  }
  .ul-doc li {
    position: relative;
    margin-top: 10px;
    padding-left: 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
  }
  .ul-doc li::before {
    content: "";
    position: absolute;
    top: 6.5px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #1c4198;
  }
  .ul-doc li:first-child {
    margin-top: 0;
  }
  .ul-work {
    margin-top: 32px;
  }
  .ul-work.mgt-s {
    margin-top: 20px;
  }
  .ul-work > li {
    margin-top: 4px;
    padding: 15px 20px;
    background-color: #fff;
  }
  .ul-work > li:first-child {
    margin-top: 0;
  }
  .ul-work > li .title-work {
    font-size: 14px;
    font-weight: 700;
    color: #1c4198;
  }
  .ul-work > li .text-work {
    margin-top: 6px;
    font-size: 13px;
    line-height: 22px;
  }
  .ul-work > li .ul-work-doc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
  }
  .ul-work > li .ul-work-doc li {
    margin-right: 13px;
    font-size: 13px;
    line-height: 22px;
  }
  .ul-work > li .ul-work-doc li::before {
    content: "●";
  }
  .ul-work > li .ul-work-doc li.no-doc::before {
    display: none;
  }
  .ul-links {
    margin-top: 10px;
  }
  .ul-links li {
    border-bottom: solid 1px #d2d9ea;
  }
  .ul-links li a {
    position: relative;
    display: block;
    padding: 10px 27.5px 10px 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }
  .ul-links li a::before {
    content: "";
    position: absolute;
    top: calc(50% - 5.5px);
    right: 0;
    width: 15px;
    height: 11px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%231c4198" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .ol-flow {
    margin-top: 20px;
    counter-reset: flownum;
  }
  .ol-flow > li {
    display: flex;
    position: relative;
    margin-top: 16px;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 700;
    color: #1c4198;
    line-height: 24px;
    background-color: #fff;
  }
  .ol-flow > li::before {
    position: relative;
    bottom: -1.5px;
    counter-increment: flownum;
    content: counter(flownum, decimal-leading-zero);
    display: inline-block;
    margin-right: 20px;
    font-family: "Big Shoulders", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  .ol-flow > li::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: calc(50% - 13.5px);
    display: block;
    width: 27px;
    border-top: solid 8px #fff;
    border-right: solid 13.5px transparent;
    border-left: solid 13.5px transparent;
    box-sizing: border-box;
    opacity: 0.5;
  }
  .ol-flow > li:first-child {
    margin-top: 0;
  }
  .ol-flow > li:last-child::after {
    display: none;
  }
  .ol-flow > li .title-work {
    font-size: 13px;
    font-weight: 700;
    color: #1c4198;
  }
  .ol-flow > li .text-work {
    display: block;
    margin-top: 2.5px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .ol-flow > li .ul-work-doc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .ol-flow > li .ul-work-doc li {
    margin-right: 8px;
    font-size: 8px;
    line-height: 16px;
  }
  .ol-flow > li .ul-work-doc li::before {
    content: "●";
  }
  .ol-flow > li .ul-work-doc li.no-doc::before {
    display: none;
  }
  .ul-regist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .ul-regist li {
    width: calc(50% - 7.5px);
    margin-bottom: 20px;
  }
  .ul-regist li:nth-child(3) {
    margin-bottom: 0;
  }
  .ul-regist li .img {
    width: 100%;
    height: auto;
  }
  .ul-regist li .text-regist {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
  }
  .ul-challenged {
    gap: 10px;
    margin: 7.5px 0 40px;
  }
  .ul-challenged li {
    padding: 17.5px 20px;
    margin-bottom: 10px;
    border-top: 2px solid #1c4198;
    box-sizing: border-box;
    background-color: #fff;
  }
  .ul-challenged li:last-child {
    margin-bottom: 0;
  }
  .ul-challenged li .title-challenged {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #1c4198;
    text-align: center;
    margin-bottom: 10px;
  }
  .ul-challenged li .dl-challenged {
    display: flex;
  }
  .ul-challenged li .dl-challenged dt {
    width: 93.5px;
    padding: 5px 5px 5px 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    box-sizing: border-box;
  }
  .ul-challenged li .dl-challenged dd {
    flex: 1;
    padding: 5px 5px 5px 0;
    font-size: 12px;
    line-height: 16px;
  }
}