/* dist の css から reset header footer breadcrumb 部分のみ抜き出し */
@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

body {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #2d344b;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

a {
    color: #2d344b;
}

img {
    max-width: 100%;
    height: auto;
}

/**
 * Components
 */
.app-bg-title-primary {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 222px;
    background: #3171ca url('~assets/images/commons/bg_title_primary@2x.png')
        center;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .app-bg-title-primary {
        height: auto;
        min-height: 180px;
        padding: 0 12px;
        text-align: center;
    }
}

.app-title-primary {
    font-size: 37px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
}
@media screen and (max-width: 768px) {
    .app-title-primary {
        font-size: 24px;
    }
}

.app-title-secondary {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
}
@media screen and (max-width: 768px) {
    .app-title-secondary {
        font-size: 22px;
    }
}

.app-title-tertiary {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}
@media screen and (max-width: 768px) {
    .app-title-tertiary {
        font-size: 18px;
    }
}

.app-title-with-border-large {
    position: relative;
    padding-bottom: 20px;
}
.app-title-with-border-large::before,
.app-title-with-border-large::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
}
.app-title-with-border-large::before {
    width: 100%;
    background: #d6d8e0;
}
.app-title-with-border-large::after {
    width: 30%;
    background: #0054ac;
}

.app-title-with-border-medium {
    position: relative;
    padding-bottom: 18px;
}
.app-title-with-border-medium::before,
.app-title-with-border-medium::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
}
.app-title-with-border-medium::before {
    width: 100%;
    background: #d6d8e0;
}
.app-title-with-border-medium::after {
    width: 30%;
    background: #0054ac;
}

.app-title-with-border-small {
    position: relative;
    padding-bottom: 20px;
}
.app-title-with-border-small::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 4px;
    background: #d6d8e0;
}

.app-title-two-column {
    min-height: 2em;
}
@media screen and (max-width: 768px) {
    .app-title-two-column {
        height: auto;
    }
}

.app-btn {
    display: inline-block;
    padding: 17px 32px 18px;
    transition: 0.2s;
    border-radius: 32px;
    box-shadow: 0 4px 10px 0 rgba(0, 26, 99, 0.2);
    font-weight: 700;
    text-align: center;
}
.app-btn:hover {
    transform: translate3d(0, 2px, 0);
    box-shadow: none;
    text-decoration: none;
}

.app-btn-primary {
    background: #ffb300;
    color: #000;
}
.app-btn-primary:hover {
    background: #ffc631;
    color: #000;
}

.app-btn-secondary {
    background: #0054ac;
    color: #fff;
}
.app-btn-secondary:hover {
    background: #3171ca;
    color: #fff;
}

.app-btn-tertiary {
    background: #fff;
    color: #00348a;
}
.app-btn-tertiary:hover {
    background: #f2f5ff;
    color: #00348a;
}

.app-btn-size-block {
    font-size: 18px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .app-btn-size-block {
        font-size: 16px;
    }
}

.app-btn-size-large {
    font-size: 18px;
    min-width: 360px;
}
@media screen and (max-width: 768px) {
    .app-btn-size-large {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .app-btn-size-large {
        min-width: 272px;
    }
}

.app-btn-size-medium {
    font-size: 18px;
    min-width: 160px;
}
@media screen and (max-width: 768px) {
    .app-btn-size-medium {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .app-btn-size-medium {
        min-width: 118px;
    }
}

.app-link-primary {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #2d344b;
    font-weight: 700;
}
.app-link-primary::before {
    content: url('~assets/images/commons/icon_link_arrow_primary.svg');
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto 0;
}
.app-link-primary:hover {
    color: #0054ac;
    text-decoration: none;
}

.app-link-secondary {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-weight: 700;
}
.app-link-secondary::before {
    content: url('~assets/images/commons/icon_link_arrow_secondary.svg');
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto 0;
}
.app-link-secondary:hover {
    color: #c2d1fc;
    text-decoration: none;
}

.app-link-tertiary {
    color: #0054ac;
    text-decoration: underline;
}
.app-link-tertiary.app-link-tertiary-text-black {
    color: #2d344b;
}
.app-link-tertiary:hover {
    text-decoration: none;
}

.app-card-container {
    display: flex;
    flex-wrap: wrap;
}
.app-card-container .app-card-bg-white {
    background: #fff;
}
.app-card-container .app-card-bg-blue {
    background: #f2f5ff;
}
.app-card-container .app-card-bg-gray {
    background: #f4f4f7;
}
.app-card-container .app-card {
    margin-right: 16px;
    border-radius: 15px;
}
@media all and (-ms-high-contrast: none) {
    .app-card-container .app-card {
        margin-right: 15.95px;
    }
}
.app-card-container .app-card img {
    max-width: 100%;
}
.app-card-container .app-card-large {
    flex: 1;
    width: 100%;
    margin: 0;
    padding: 40px 48px;
    border-radius: 15px;
}
.app-card-container .app-card-medium {
    flex: 0 0 calc((100% - 16px * 1) / 2);
    width: 100%;
    max-width: calc((100% - 16px * 1) / 2);
    padding: 40px 48px;
}
.app-card-container .app-card-medium:only-child {
    margin: 0 auto;
}
.app-card-container .app-card-medium:nth-child(2n) {
    margin-right: 0;
}
.app-card-container .app-card-medium:nth-child(n + 3) {
    margin-top: 16px;
}
@media screen and (max-width: 768px) {
    .app-card-container .app-card-medium:only-child {
        margin: 0;
    }
}
.app-card-container .app-card-small {
    flex: 0 0 calc((100% - 16px * 2) / 3);
    width: 100%;
    max-width: calc((100% - 16px * 2) / 3);
    padding: 40px 32px;
}
.app-card-container .app-card-small:only-child {
    margin: 0 auto;
}
.app-card-container .app-card-small:nth-child(3n) {
    margin-right: 0;
}
.app-card-container .app-card-small:nth-child(n + 4) {
    margin-top: 16px;
}
@media screen and (max-width: 768px) {
    .app-card-container .app-card-small:only-child {
        margin: 0;
    }
}
.app-card-container .app-card-x-small {
    flex: 0 0 calc((100% - 16px * 3) / 4);
    width: 100%;
    max-width: calc((100% - 16px * 3) / 4);
    padding: 16px;
}
.app-card-container .app-card-x-small:only-child {
    margin: 0 auto;
}
.app-card-container .app-card-x-small:nth-child(4n) {
    margin-right: 0;
}
.app-card-container .app-card-x-small:nth-child(n + 5) {
    margin-top: 16px;
}
@media screen and (max-width: 768px) {
    .app-card-container .app-card-x-small:only-child {
        margin: 0;
    }
}
.app-card-container .app-card-xx-small {
    flex: 0 0 calc((100% - 16px * 4) / 5);
    width: 100%;
    max-width: calc((100% - 16px * 4) / 5);
    padding: 40px 0px;
}
.app-card-container .app-card-xx-small:only-child {
    margin: 0 auto;
}
.app-card-container .app-card-xx-small:nth-child(5n) {
    margin-right: 0;
}
.app-card-container .app-card-xx-small:nth-child(n + 6) {
    margin-top: 16px;
}
@media screen and (max-width: 768px) {
    .app-card-container .app-card-xx-small:only-child {
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    .app-card-container {
        flex-direction: column;
    }
    .app-card-container .app-card {
        flex-grow: 1;
        max-width: 100%;
        margin: 0;
        padding: 24px 12px;
    }
    .app-card-container .app-card + .app-card {
        margin-top: 16px;
    }
    .app-card-container .app-card-large {
        padding: 24px 12px;
    }
}

/**
 * Header
 * portalから必要部分のみ使用
 * パーシャルヘッダーに干渉しないようクラス名からapp-を除外
 * home,archiveはパーシャルヘッダー使用
 */
.intersection-target {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.header-contents {
    background: #fff;
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin: auto;
    padding: 15px 8px;
    height: 60px;
    width: 100%;
    z-index: 8000;
}

@media screen and (min-width: 1024px) {
    .header-contents {
        height: 70px;
        padding: 0 16px;
    }
}

.header-contents-inner {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-contents .header-logo-container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .header-contents .header-logo-container {
        width: auto;
    }
}

.header-contents .header-logo-container .header-logo {
    height: 24px;
    width: auto;
}

@media screen and (max-width: 1200px) {
    .header-contents .header-logo-container .header-logo {
        height: 20px;
    }
}

@media screen and (max-width: 320px) {
    .header-contents .header-logo-container .header-logo {
        height: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .header-contents .header-primary-button-container {
        display: flex;
        align-items: center;
        order: 2;
    }
}

.header-contents .header-primary-button,
.header-contents .header-primary-button-for-sp,
.header-contents .header-login-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999em;
    border-width: 2px;
    border-style: solid;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    height: 54px;
    width: auto;
    max-width: 328px;
    margin-inline: auto;
    padding: 0 16px;
    text-wrap-mode: nowrap;
    transition: transform 0.2s;
}

@media screen and (min-width: 1024px) {

    .header-contents .header-primary-button,
    .header-contents .header-primary-button-for-sp,
    .header-contents .header-login-button {
        height: 35px;
        margin-left: 16px;
    }
}

.header-contents .header-primary-button:focus,
.header-contents .header-primary-button:hover,
.header-contents .header-primary-button-for-sp:focus,
.header-contents .header-primary-button-for-sp:hover,
.header-contents .header-login-button:focus,
.header-contents .header-login-button:hover {
    transform: translate3d(0, 2px, 0);
}

.header-contents .header-primary-button,
.header-contents .header-primary-button-for-sp {
    border-color: #ffb300;
    background: #ffb300;
    color: #000;
}

@media screen and (max-width: 1023px) {
    .header-contents .header-primary-button {
        margin-top: 32px;
    }
}

.header-contents .header-login-button {
    border-color: #0054ac;
    background: #fff;
    color: #0054ac;
}

@media screen and (max-width: 1023px) {
    .header-contents .header-login-button {
        margin: 16px auto 32px auto;
    }
}

.header-contents .header-primary-button-for-sp {
    font-size: 10px;
    height: 29px;
    padding: 0 12px;
}

.header-contents .header-controller-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width: 1024px) {
    .header-contents .header-controller-container {
        display: none;
    }
}

.header-contents .header-sp-menu {
    display: block;
    margin: 0 0 0 8px;
    padding: 0;
    border: 0;
    background: transparent;
    min-width: auto !important;
    height: auto !important;
}

.header-contents .header-sp-menu .sp-menu-open {
    display: block;
}

.header-contents .header-sp-menu .sp-menu-close {
    display: none;
}

.header-contents .header-sp-menu.is-open .sp-menu-open {
    display: none;
}

.header-contents .header-sp-menu.is-open .sp-menu-close {
    display: block;
}

.header-contents .header-nav-container {
    background: #fff;
    overflow: hidden;
    transition: height 0.25s ease-in-out;
    position: absolute;
    padding: 0;
    top: 60px;
    left: 0;
    height: 0;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .header-contents .header-nav-container {
        display: flex;
        align-items: center;
        overflow: visible;
        position: static;
        transition: none;
        width: auto;
    }
}

.header-contents .header-nav-container.is-enter {
    visibility: hidden;
    height: auto;
    transition: none;
}

.header-contents .header-nav-container.is-open {
    height: auto;
    box-shadow: 0 10px 10px 0 rgba(0, 26, 99, 0.2);
}

@media screen and (min-width: 1024px) {
    .header-contents .header-nav-container .header-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/**
 * Utility
 */
 .is-hidden,
input.is-hidden {
    display: none;
}

.app-bg-blue {
    background: #f2f5ff;
}

.app-bg-gray {
    background: #f4f4f7;
}

.app-text-color-black {
    color: #2d344b;
}

.app-text-color-white {
    color: #fff;
}

.app-text-color-blue {
    color: #0054ac;
}

.app-text-color-red {
    color: #ca0000;
}

.app-font-size-xxx-large {
    font-size: 37px;
}
@media screen and (max-width: 768px) {
    .app-font-size-xxx-large {
        font-size: 24px;
    }
}

.app-font-size-xx-large {
    font-size: 32px;
}
@media screen and (max-width: 768px) {
    .app-font-size-xx-large {
        font-size: 22px;
    }
}

.app-font-size-x-large {
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .app-font-size-x-large {
        font-size: 18px;
    }
}

.app-font-size-large {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .app-font-size-large {
        font-size: 16px;
    }
}

.app-font-size-medium {
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .app-font-size-medium {
        font-size: 14px;
    }
}

.app-font-size-small {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .app-font-size-small {
        font-size: 12px;
    }
}

.app-font-weight-regular {
    font-weight: 400;
}

.app-font-weight-medium {
    font-weight: 500;
}

.app-font-weight-bold {
    font-weight: 700;
}

.app-text-center {
    text-align: center;
}

.app-text-right {
    text-align: right;
}

.app-text-left {
    text-align: left;
}
.app-footer-nav-container {
    display: none;
}
