/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
    html {
        font-size: calc(100vw / 112);
    }
}
body {
    color: #111;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    font-size: 1.6rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 2dppx) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
@media (max-width: 980px) {
    body {
        font-size: 1.5rem;
    }
    .-hidden {
        overflow: hidden;
    }
    .-hidden::after {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #111;
        opacity: 0.5;
    }
}
a {
    color: #002f7b;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    margin: 0 0 1.5em;
    line-height: 2;
}
p:last-child {
    margin-bottom: 0;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
dl,
dl dd {
    margin: 0;
}
table {
    border-collapse: collapse;
}
figure {
    margin: 0;
}
img {
    max-width: 100%;
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
fieldset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: none;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: none;
    background: inherit;
    background: none;
    cursor: pointer;
}
@media (min-width: 981px) {
    a {
        cursor: pointer;
        transition: 0.3s all;
    }
    .sp\:view {
        display: none !important;
    }
    .only-sp {
        display: none;
    }
}
@media (max-width: 980px) {
    .pc\:view {
        display: none !important;
    }
    .only-sp {
        display: block;
    }
}
.l-footer {
    background: #111;
    font-size: 1.4rem;
}
.l-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 20px 64px;
}
.l-footer__info {
    display: flex;
    align-items: center;
}
.l-footer-link {
    display: flex;
    align-items: center;
}
.l-footer-link__item {
    margin-right: 24px;
}
.l-footer-link a {
    color: #fff;
    font-weight: 700;
}
.l-footer-link a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.l-footer-fb {
    width: 24px;
    height: auto;
}
.l-footer__copy {
    color: #888;
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    margin: 16px 0 !important;
}
@media (max-width: 767px) {
    .l-footer {
        font-size: 1.3rem;
    }
    .l-footer__inner {
        padding: 0;
    }
    .l-footer__info {
        flex-wrap: wrap;
        width: 100%;
    }
    .l-footer-link {
        flex-wrap: wrap;
        width: 100%;
    }
    .l-footer-link__item {
        width: 50%;
        margin-right: 0;
        border-bottom: 1px solid #888;
    }
    .l-footer-link__item:nth-child(odd) {
        border-right: 1px solid #888;
    }
    .l-footer-link__item a {
        padding: 12px 20px;
        display: block;
    }
    .l-footer-link__item.-fb {
        width: 100%;
        border-right: none;
    }
    .l-footer__copy {
        font-size: 1rem;
        width: 100%;
        display: block;
        text-align: center;
    }
}
.l-gnav {
    width: 100%;
    display: block;
}
.l-gnav__list {
    display: flex;
    margin: 0 auto;
}
.l-gnav__item {
    flex: auto;
}
.l-gnav__link {
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: #fff;
    font-weight: 700;
    position:relative;
}
.l-gnav__link:hover {
color:white;
    text-decoration: none;
}
.l-gnav__fb.-sp {
    display: none;
}
.l-gnav__fb.-white {
    display: block;
    width: 32px;
}
.l-gnav__fb.-black {
    display: none;
}
@media (max-width: 980px) {
    .l-gnav__fb.-white,
    .l-gnav__fb.-black {
        display: none;
    }
}
@media (min-width: 981px) {
    .l-gnav {
        margin-right: 16px;
    }
    .l-gnav__close-btn {
        display: none;
    }
    .l-gnav__link {
        height: auto;

    }
}
@media (max-width: 980px) {
    .l-gnav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 15;
        background: #fff;
        border-top: 1px solid #eee;
    }
    .l-gnav__list {
        display: flex;
        flex-wrap: wrap;
    }
    .l-gnav__item {
        width: 50%;
        border-bottom: 1px solid #eee;
    }
    .l-gnav__item:nth-child(odd) {
        border-right: 1px solid #eee;
    }
    .l-gnav__link {
        padding: 16px 20px;
        color: #111;
        position: relative;
    }
    .l-gnav__link::after {
        content: url(../img/common/icon_arrow_right.svg);
        height: 22px;
        width: 22px;
        display: block;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translate(0, -50%);
    }
    .l-gnav__close-btn {
        width: 100%;
        padding: 16px;
        background: #111;
        color: #fff;
        line-height: 1.6;
        cursor: pointer;
    }
    .l-gnav__close-btn span {
        margin-left: 8px;
    }
    .l-gnav__fb {
        display: none;
    }
    .l-gnav__fb.-sp {
        display: flex;
    }
    .l-gnav__fb.-sp img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
}
.l-header {
    position: fixed;
    text-align: center;
    width: 100%;
    transition: 0.3s all;
    z-index: 10;
}
.l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: auto;
    padding: 0 24px;
}
.l-header__logo {
    width: 21%;
    max-width: 365px;
}
.l-header__logo-img {
    max-height: 100%;
    height: auto;
}
.l-header__logo-img.-white {
    display: block;
}

.l-header__nav {
    display: flex;
    align-items: center;
    margin-top:2.5em
}
@media (min-width: 981px) {
    .l-header__inner {
        min-height: 92px;
    }
    .l-header__menu-btn {
        display: none;
    }
}
@media (max-width: 980px) {
    .l-header__inner {
        height: 60px;
        padding: 12px 20px;
    }
    .l-header__logo {
        width: 70%;
        max-width: 70%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .l-header__menu-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
        text-align: center;
        cursor: pointer;
        color: #fff;
    }
}
.l-header.-active,
.l-header.-active02 {
background: rgba(0, 47, 123, 0.8);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


.l-header.-active .menu-icon span,
.l-header.-active02 .menu-icon span {
    background-color: #111;
}
.l-header.-active .l-header__menu-btn,
.l-header.-active02 .l-header__menu-btn {
    color: #111;
}


@media (max-width: 980px) {
    .l-header.-active .l-gnav__fb.-white,
    .l-header.-active .l-gnav__fb.-black,
    .l-header.-active02 .l-gnav__fb.-white,
    .l-header.-active02 .l-gnav__fb.-black {
        display: none;
    }
}
.l-header .menu-icon,
.l-header .menu-icon span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
}
.l-header .menu-icon {
    position: relative;
    width: 20px;
    height: 16px;
    margin-bottom: 4px;
}
.l-header .menu-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}
.l-header .menu-icon span:nth-of-type(1) {
    top: 0;
}
.l-header .menu-icon span:nth-of-type(2) {
    top: 7px;
}
.l-header .menu-icon span:nth-of-type(3) {
    bottom: 0;
}
.l-header .-active .menu-icon span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
}
.l-header .-active .menu-icon span:nth-of-type(2) {
    opacity: 0;
}
.l-header .-active .menu-icon span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
}
.l-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slide .slick-slide {
    opacity: 0.5;
    transition: 0.5s;
}
.slide .slick-now {
    opacity: 1;
}
.accordion-wrap {
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.close-btn,
.more-btn {
    display: block;
    width: 100%;
    padding: 80px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
}
.close-btn {
    background: none;
}
.slide-up {
    height: 300px;
    padding-bottom: 0;
    overflow: hidden;
}
.slide-down {
    height: auto;
    overflow: visible;
    padding-bottom: 50px;
}
.more-btn p {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background: #002f7b;
    border: 2px solid #002f7b;
    padding: 4px 20px;
    width: 80%;
    border-radius: 40px;
    transition: 0.3s;
}
.more-btn p:hover {
    background: #fff;
    color: #002f7b;
    text-decoration: none;
}
.close-btn {
    padding: 0;
}
.close-btn p {
    background: #aaa;
    border: 2px solid #aaa;
}
.close-btn p:hover {
    background: #fff;
    color: #aaa;
    text-decoration: none;
}
.c-box {
    display: block;
    width: 100%;
    padding: 24px;
}
.c-box.-white {
    background: #fff;
}
.c-box.-gray {
    background: #f5f5f5;
}
.c-box.-warning {
    background: #fffedf;
}
.c-box.-danger {
    background: #ffefef;
}
.c-box.-bordered {
    border: 1px solid #c4c4c4;
}
.c-box.-rounded {
    border-radius: 5px;
}
@media (max-width: 767px) {
    .c-box {
        padding: 12px;
    }
}
.c-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c-btns__item {
    margin: 8px;
}
.c-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 300px;
    padding: 10px 16px;
    background: #111;
    border: 2px solid #111;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s all;
}
.c-btn:hover {
    background: #fff;
    color: #111;
    text-decoration: none;
}
.c-btn.-close::after {
    content: "";
    background: url(../img/common/icon_close.svg) no-repeat center/cover;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
}
.c-btn.-xs {
    font-size: 1.4rem;
    min-width: 200px;
    padding: 6px 16px;
}
.c-btn.-xs:hover {
    background: #fff;
    text-decoration: none;
}
.c-btn.-blue {
    background: #002f7b;
    border: 2px solid #002f7b;
    color: #fff;
}
.c-btn.-blue:hover {
    color: #002f7b;
}
@media (max-width: 767px) {
    .c-btn {
        min-width: 100%;
        padding: 10px 0;
    }
}
.c-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -12px -12px 0;
}
.c-grid__item {
    padding: 12px;
}
.c-grid__item.-col-1 {
    width: 8.33333%;
}
.c-grid__item.-col-2 {
    width: 16.66667%;
}
.c-grid__item.-col-3 {
    width: 25%;
}
.c-grid__item.-col-4 {
    width: 33.33333%;
}
.c-grid__item.-col-5 {
    width: 41.66667%;
}
.c-grid__item.-col-6 {
    width: 50%;
}
.c-grid__item.-col-7 {
    width: 58.33333%;
}
.c-grid__item.-col-8 {
    width: 66.66667%;
}
.c-grid__item.-col-9 {
    width: 75%;
}
.c-grid__item.-col-10 {
    width: 83.33333%;
}
.c-grid__item.-col-11 {
    width: 91.66667%;
}
.c-grid__item.-col-12 {
    width: 100%;
}
@media (max-width: 767px) {
    .c-grid {
        margin: -8px -8px 0;
    }
    .c-grid__item {
        padding: 8px;
    }
    .c-grid__item.-col-sp-1 {
        width: 8.33333%;
    }
    .c-grid__item.-col-sp-2 {
        width: 16.66667%;
    }
    .c-grid__item.-col-sp-3 {
        width: 25%;
    }
    .c-grid__item.-col-sp-4 {
        width: 33.33333%;
    }
    .c-grid__item.-col-sp-5 {
        width: 41.66667%;
    }
    .c-grid__item.-col-sp-6 {
        width: 50%;
    }
    .c-grid__item.-col-sp-7 {
        width: 58.33333%;
    }
    .c-grid__item.-col-sp-8 {
        width: 66.66667%;
    }
    .c-grid__item.-col-sp-9 {
        width: 75%;
    }
    .c-grid__item.-col-sp-10 {
        width: 83.33333%;
    }
    .c-grid__item.-col-sp-11 {
        width: 91.66667%;
    }
    .c-grid__item.-col-sp-12 {
        width: 100%;
    }
}
.c-heading {
    margin-bottom: 1em;
    font-weight: 400;
    line-height: 1.4;
}
.c-heading.-medium {
    font-size: 2.4rem;
}
.c-heading.-small {
    font-size: 2rem;
}
.c-heading-section__en {
    color: #ea5404;
    font-size: 7rem;
    font-family: "Poppins", sans-serif;
    letter-spacing: 8px;
    line-height: 0.9;
    font-weight: 300;
    display: block;
}
.c-heading-section__jp {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 5px;
    color: #fff;
    display: block;
}
.c-heading-section__jp.-black {
    color: #111;
}
.c-heading-section.-side {
    display: flex;
    align-items: center;
}
.c-heading-section.-center {
    text-align: center;
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .c-heading-section {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .c-heading-section__en {
        font-size: 4.4rem;
        letter-spacing: 6px;
        margin-right: 12px;
    }
    .c-heading-section__jp {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }
    .c-heading-section.-column {
        display: block;
    }
    .c-heading-section.-column .c-heading-section__en {
        margin-right: 0;
    }
    .c-heading.-medium {
        font-size: 2rem;
    }
    .c-heading.-small {
        font-size: 1.8rem;
    }
    .c-heading.-center {
        text-align: left;
    }
}
.c-image__caption {
    margin-top: 8px;
    font-size: 1.4rem;
}
.c-modal {
    display: table;
    width: 100%;
    height: 100%;
}
.c-modal-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 55px 0;
}
.c-modal-inner__content {
    margin: 0 auto;
    overflow-y: auto;
    width: calc(100% - 40px);
    max-width: 960px;
}
.c-modal-inner__btn {
    text-align: right;
}
.c-modal-close {
    min-width: 40px;
    min-height: 40px;
}
.c-modal-close img {
    width: 100%;
    height: auto;
}
.c-modal-content {
    background: #fff;
    width: 100%;
    padding: 64px 80px;
}
.c-modal-content__btn {
    display: flex;
    justify-content: center;
}
.c-modal-content__close {
    width: 40px;
    height: 40px;
}
.c-modal-content__close img {
    width: 100%;
    height: auto;
}
.c-modal-content__title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    background: #f5f5f5;
    padding: 16px;
}
.c-modal-content__img {
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .c-modal-close {
        min-width: 32px;
        min-height: 32px;
    }
    .c-modal-content {
        padding: 24px 16px;
    }
    .c-modal-content__title {
        font-size: 1.6rem;
        padding: 12px;
    }
    .c-modal-content__img {
        margin-bottom: 20px;
    }
}
.overlay {
    display: none;
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: rgba(0, 0, 0, 0.45);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 30;
}
.c-section {
    width: 100%;
}
.c-section.-blue-bg {
    background: #002f7b;
}
.c-section.-gray-bg {
    background: #f5f5f5;
}
.c-section__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 96px 20px;
}
.c-section__inner.-narrow {
    padding: 80px 16px;
}
.c-section__inner.-narrow {
    padding: 80px 16px;
}
.c-section__inner.-small {
    margin-bottom: 48px;
}
.c-section__inner.-medium {
    margin-bottom: 64px;
}
.c-section__inner.-large {
    margin-bottom: 80px;
}
.c-section__inner.-xlarge {
    margin-bottom: 96px;
}
@media (max-width: 767px) {
    .c-section__inner {
        padding: 64px 20px;
    }
    .c-section__inner.-small {
        margin-bottom: 32px;
    }
    .c-section__inner.-medium {
        margin-bottom: 48px;
    }
    .c-section__inner.-large {
        margin-bottom: 56px;
    }
    .c-section__inner.-xlarge {
        margin-bottom: 72px;
    }
}
.c-table tr {
    border-top: 1px solid #c4c4c4;
}
.c-table tr:last-child {
    border-bottom: 1px solid #c4c4c4;
}
.c-table th,
.c-table td {
    padding: 16px;
}
.c-table th {
    background: #f5f5f5;
}
.c-table td {
    background: #fff;
}
.c-table tbody th {
    width: 25%;
}
@media (max-width: 767px) {
    .c-table tbody th,
    .c-table tbody td {
        padding: 8px;
        font-size: 1.4rem;
    }
}
.top-mv {
    width: 100%;
    height: calc(100vw * 0.45);
    min-height: 624px;
    position: relative;
}
.top-mv__inner {
    width: 100%;
    height: 100%;
    max-width: 1160px;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.mv-slick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vw * 0.45);
    min-height: 624px;
    z-index: -1;
}
.mv-slick__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: calc(100vw * 0.45);
    min-height: 624px;
}
.mv-slick__item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: calc(100vw * 0.45);
    min-height: 624px;
}
@media (min-width: 768px) {
    .top-mv__title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .top-mv {
        height: 85vh;
        min-height: auto;
    }
    .top-mv__inner {
        display: flex;
        align-items: flex-end;
        padding: 40px 20px;
    }
    .top-mv__title img {
        max-width: 100%;
    }
    .mv-slick {
        height: 85vh;
        min-height: auto;
    }
    .mv-slick__item {
        height: 85vh;
        min-height: auto;
    }
    .mv-slick__item img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 85vh;
        min-height: auto;
    }
}
@media (min-width: 1601px) {
    .top-mv__name {
        font-size: 7rem;
    }
    .top-mv__name-sub {
        font-size: 1.1vw;
        letter-spacing: 2px;
    }
    .top-mv__catch {
        font-size: 4rem;
    }
    .top-mv__catch-sub {
        font-size: 3rem;
    }
}
.top-greeting {
    display: flex;
    color: #fff;
}
.top-greeting__text {
    margin-left: 7%;
}
@media (max-width: 767px) {
    .top-greeting {
        flex-direction: column;
    }
    .top-greeting .c-heading-section {
        text-align: center;
    }
    .top-greeting__text {
        margin-left: 0;
        margin-top: 32px;
    }
}
.top-youtube {
    max-width: 886px;
    margin: 0 auto;
    padding: 80px 20px 40px;
}
.top-youtube__inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.top-youtube__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
    .top-profile {
        position: relative;
    }
    .top-profile::after {
        content: "";
        display: block;
        background: linear-gradient(90deg, #fff 0%, #fff 50%, #e5f1fc 50%, #e5f1fc 100%);
        background-size: 100%;
        width: 0%;
        height: 100%;
        max-height: 152px;
        position: absolute;
        top: 56px;
left:0
        z-index: -2;
    }
    .top-profile__inner {
        max-width: 1160px;
        margin: 0 auto;
        display: flex;
        position: relative;
    }
    .top-profile__inner::before {
        content: "";
        background: #e5f1fc;
        height: 0%;
        max-height: 152px;
        width: calc(100% * 0.9);
        display: block;
        position: absolute;
        top: 56px;
 left: 0;
        z-index: -1;
    }
    .top-profile-heading {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        position: absolute;
        top: 56px;
        left: 0;
        padding: 0 16px;
        color: #ea5404;
        font-size: 7rem;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        letter-spacing: 8px;
        line-height: 0.9;
        display: block;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .top-profile-img {
        margin-left: 5%;
        max-width: 52%;
    }
    .top-profile-img.-pc {
        display: block;
    }
    .top-profile-img.-sp {
        display: none;
    }
    .top-profile-content {
        width: 100%;
        max-width: 45%;
        padding: 0 16px;
        position: absolute;
        top: 15%;
        right: 0;
    }
    .top-profile-content__heading {
        border-bottom: 1px solid #b7c1ca;
        padding-bottom: 16px;
        margin-bottom: 32px;
    }
    .top-profile-content__heading-name {
        font-size: 4.2rem;
        font-weight: 700;
        letter-spacing: 4px;
        margin-right: 24px;
    }
    .top-profile-content__heading-day {
        font-weight: bold;
    }
    .top-profile-content__career {
        display: flex;
        justify-content: space-between;
                background: #e5f1fc;
                padding:1em
    }
    .top-profile-content__career dt {
        display: flex;
        align-items: center;
        font-weight: 700;
    }
    .top-profile-content__career dt::before {
        content: "";
        width: 16px;
        height: 16px;
        background: #002f7b;
        display: block;
        margin-right: 8px;
    }
    .top-profile-content__career dd {
        padding-left: 24px;
    }
}
@media (max-width: 767px) {
    .top-profile {
        position: relative;
        padding-top: 64px;
    }
    .top-profile-heading {
        color: #ea5404;
        font-size: 4.4rem;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        letter-spacing: 8px;
        line-height: 0.9;
        display: block;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .top-profile-img {
        max-width: 327px;
        margin: -40px auto 0;
    }
    .top-profile-img.-pc {
        display: none;
    }
    .top-profile-img.-sp {
        display: block;
    }
    .top-profile-content {
        width: calc(100% - 40px);
        background: #e5f1fc;
        margin-right: 0;
        margin-left: auto;
        padding: 32px 20px;
    }
    .top-profile-content__heading-name {
        font-size: 2.4rem;
        font-weight: 700;
    }
    .top-profile-content__heading-day {
        font-size: 1.6rem;
        font-weight: 700;
    }
    .top-profile-content__career {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #b7c1ca;
    }
    .top-profile-content__career dl:first-child {
        margin-bottom: 20px;
    }
    .top-profile-content__career dt {
        display: flex;
        align-items: center;
        font-weight: 700;
    }
    .top-profile-content__career dt::before {
        content: "";
        width: 16px;
        height: 16px;
        background: #002f7b;
        display: block;
        margin-right: 8px;
    }
    .top-profile-content__career dd {
        padding-left: 24px;
    }
}
.top-career {
    padding: 48px 20px;
}
.top-career__heading {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 24px;
}
.top-career__heading::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #002f7b;
    display: block;
    margin-right: 8px;
}
.top-career__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.top-career__inner table {
    width: 48%;
    border-left: 1px solid #eee;
}
.top-career__inner table th,
.top-career__inner table td {
    padding: 4px 8px;
    vertical-align: top;
}
.top-career__inner table th {
    padding-left: 32px;
}
.top-career__inner table .nowrap {
    white-space: nowrap;
}
.top-career-recommendation {
    margin: 64px 0;
}
.top-career-recommendation__inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.top-career-recommendation__inner li:not(:last-child)::after {
    content: "/";
    margin: 0 8px;
    color: #ccc;
}
.top-career-federation__inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .top-career {
        padding: 32px 20px 0;
    }
    .top-career__heading {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    .top-career__inner {
        flex-direction: column;
    }
    .top-career__inner table {
        width: 100%;
        border: none;
    }
    .top-career__inner table th,
    .top-career__inner table td {
        padding: 4px;
    }
    .top-career__inner table th {
        padding-left: 0;
    }
    .top-career-recommendation {
        margin: 48px 0;
    }
    .top-career-federation__inner {
        flex-direction: column;
    }
}
.top-policy-heading {
    margin: 0 0 32px;
}
.top-policy-heading__text {
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    line-height: 1.5;
    margin-top: 20px;
}
.top-policy-list__item {
    display: flex;
    align-items: flex-start;
}
.top-policy-list__item:not(:last-child) {
    margin-bottom: 40px;
}
.top-policy-list__item img {
    min-width: 340px;
    height: 255px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.top-policy-list__item-text {
    padding: 0 0 0 40px;
}
.top-policy-list__item-title {
    font-size: 2.4rem;
    margin-bottom: 12px;
}
@media (min-width: 768px) {
    .top-policy-heading {
        display: flex;
        align-items: center;
        margin: 0 0 64px;
    }
    .top-policy-heading__text {
        font-size: 3rem;
        margin-top: 0;
    }
    .top-policy-heading .c-heading-section {
        border-right: 1px solid #c4c4c4;
        padding-right: 48px;
        margin-right: 48px;
    }
}
@media (max-width: 767px) {
    .top-policy-list__item {
        flex-direction: column;
    }
    .top-policy-list__item:not(:last-child) {
        margin-bottom: 32px;
    }
    .top-policy-list__item img {
        min-width: 100%;
        height: 200px;
    }
    .top-policy-list__item-text {
        padding: 0;
    }
    .top-policy-list__item-title {
        font-size: 2rem;
        margin: 20px 0 0;
    }
}
.top-result-heading {
    margin: 0 0 32px;
}
.top-result-heading__text {
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    line-height: 1.5;
    margin-top: 20px;
    color: #fff;
}
.top-result-list {
    background: #fff;
    display: flex;
}
.top-result-list:not(:last-child) {
    margin-bottom: 24px;
}
.top-result-list__heading {
    width: 54%;
    min-width: 240px;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: scolumn;
    padding: 40px;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
}
.top-result-list__heading.-result01 {
    background: url(../img/bg_result_01.jpg) no-repeat center/cover;
}
.top-result-list__heading.-result02 {
    background: url(../img/bg_result_02.jpg) no-repeat center/cover;
}
.top-result-list__heading.-result03 {
    background: url(../img/bg_result_03.jpg) no-repeat center/cover;
}
.top-result-list__heading.-result04 {
    background: url(../img/bg_result_04.jpg) no-repeat center/cover;
}
.top-result-list .top-result-slick {
    width: 100%;
    max-width: 720px;
    overflow: hidden;
}
.top-result-list .top-result-slick__item {
    background: #000;
    position: relative;
}
.top-result-list .top-result-slick__item-text {
    color: #fff;
    font-size: 2.2rem;
    text-shadow:
        #065cb8 1px 1px 10px,
        #065cb8 -1px 1px 10px,
        #065cb8 1px -1px 10px,
        #065cb8 -1px -1px 10px;
    position: absolute;
    bottom: 24px;
    left: 40px;
    width: calc(100% - 80px);
}
.top-result-list .top-result-slick__item > img {
    width: 100%;
    height: 480px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0 48px;
}
@media (min-width: 768px) {
    .top-result-heading {
        display: flex;
        align-items: center;
        margin: 0 0 64px;
    }
    .top-result-heading__text {
        font-size: 3rem;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .top-result-list {
        display: block;
    }
    .top-result-list:not(:last-child) {
        margin-bottom: 20px;
    }
    .top-result-list__heading {
        min-width: 100%;
        flex-direction: row;
        justify-content: start;
        padding: 16px 24px;
        font-size: 1.8rem;
    }
    .top-result-list__heading > img {
        max-width: 43px;
        height: auto;
        margin-right: 20px;
    }
    .top-result .top-result-slick__item-text {
        font-size: 1.8rem;
        line-height: 1.6;
        bottom: 16px;
        left: 24px;
        width: calc(100% - 48px);
    }
    .top-result .top-result-slick__item > img {
        width: 100%;
        height: calc(100vw * 0.6);
        -o-object-fit: contain;
        object-fit: contain;
        padding: 0 24px;
    }
}
.top-fb {
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.top-office {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.top-office-place {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
}
.top-office-place::before {
    content: "";
    display: block;
    width: 0.7em;
    height: 0.7em;
    background: #8097bd;
    margin-right: 12px;
}
.top-office__content {
    width: 33.5%;
    margin-right: 5.7%;
}
.top-office__map {
    min-width: 60.8%;
}
.top-office-name {
    font-size: 2rem;
    padding: 20px 0;
    border-top: 1px solid #8097bd;
    border-bottom: 1px solid #8097bd;
    margin: 32px 0 24px;
}
.top-office-address {
    margin-bottom: 24px;
}
.top-office-address:not(:last-of-type) {
    border-bottom: 1px solid #8097bd;
    padding-bottom: 16px;
}
.top-office-address__item {
    display: flex;
    margin-bottom: 16px;
}
.top-office-address__item > dt {
    width: 100px;
    padding-right: 16px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .top-office-place {
        font-size: 1.6rem;
    }
    .top-office__content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    }
    .top-office__map {
        width: 100%;
        height: 400px;
    }
    .top-office-name {
        margin: 32px 0 16px;
    }
}
@media (max-width: 767px) {
    .tel-link {
        text-decoration: underline;
    }
    .tel-link a {
        color: #fff;
    }
}
.slide .slick-slide {
    opacity: 0.5;
    transition: 0.5s;
}
.slide .slick-now {
    opacity: 1;
}
.slide_inner {
    text-align: center;
    position: relative;
}
.slide_inner img {
    width: 100%;
    height: auto;
}
.slide__title {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 32px 0 0;
    line-height: 1.6;
}
.slide__text {
    font-size: 1.6rem;
    margin: 8px 0 0;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .slide__title {
        font-size: 2rem;
    }
    .slide__text {
        font-size: 1.4rem;
    }
}
.slick-slide:not(.slick-current) {
    opacity: 0.5;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    max-width: 48px;
    max-height: 48px;
    position: absolute;
    cursor: pointer;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}
.slick-arrow:hover {
    opacity: 0.8;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-next {
    right: 0;
}
@media (max-width: 767px) {
    .slick-arrow {
        max-width: 24px;
        max-height: 48px;
    }
}
.u-ta-c {
    text-align: center !important;
}
@media (min-width: 768px) {
    .u-pc-ta-c {
        text-align: center !important;
    }
}
@media (max-width: 767px) {
    .u-sp-ta-c {
        text-align: center !important;
    }
}
.u-ta-r {
    text-align: right !important;
}
.u-ta-l {
    text-align: left !important;
}
.u-font-medium {
    font-weight: 500;
}
.u-font-bold {
    font-weight: 700;
}
.u-font-red {
    color: #d80000;
}
.u-font-xxxs {
    font-size: 1rem !important;
}
.u-font-xxs {
    font-size: 1.2rem !important;
}
.u-font-xs {
    font-size: 1.4rem !important;
}
.u-font-s {
    font-size: 1.6rem !important;
}
.u-font-m {
    font-size: 1.8rem !important;
}
.u-font-l {
    font-size: 2rem !important;
}
.u-font-xl {
    font-size: 2.4rem !important;
}
.u-font-xxl {
    font-size: 2.6rem !important;
}
.u-font-xxxl {
    font-size: 3rem !important;
}
@media (max-width: 767px) {
    .u-font-xxxs {
        font-size: 1rem !important;
    }
    .u-font-xxs {
        font-size: 1.1rem !important;
    }
    .u-font-xs {
        font-size: 1.2rem !important;
    }
    .u-font-s {
        font-size: 1.4rem !important;
    }
    .u-font-m {
        font-size: 1.6rem !important;
    }
    .u-font-l {
        font-size: 1.8rem !important;
    }
    .u-font-xl {
        font-size: 2rem !important;
    }
    .u-font-xxl {
        font-size: 2.2rem !important;
    }
    .u-font-xxxl {
        font-size: 2.4rem !important;
    }
}
.u-bd-top {
    border-top: 1px solid;
}
.u-bd-gray {
    border-color: #c4c4c4;
}
.u-mb-0 {
    margin-bottom: 0 !important;
}
.u-mb-xxxs {
    margin-bottom: 8px !important;
}
.u-mb-xxs {
    margin-bottom: 16px !important;
}
.u-mb-xs {
    margin-bottom: 24px !important;
}
.u-mb-s {
    margin-bottom: 32px !important;
}
.u-mb-m {
    margin-bottom: 40px !important;
}
.u-mb-l {
    margin-bottom: 56px !important;
}
.u-mb-xl {
    margin-bottom: 72px !important;
}
.u-mb-xxl {
    margin-bottom: 80px !important;
}
.u-mb-xxxl {
    margin-bottom: 96px !important;
}
@media (max-width: 767px) {
    .u-mb-xxxs {
        margin-bottom: 4px !important;
    }
    .u-mb-xxs {
        margin-bottom: 8px !important;
    }
    .u-mb-xs {
        margin-bottom: 12px !important;
    }
    .u-mb-s {
        margin-bottom: 16px !important;
    }
    .u-mb-m {
        margin-bottom: 20px !important;
    }
    .u-mb-l {
        margin-bottom: 28px !important;
    }
    .u-mb-xl {
        margin-bottom: 36px !important;
    }
    .u-mb-xxl {
        margin-bottom: 40px !important;
    }
    .u-mb-xxxl {
        margin-bottom: 48px !important;
    }
}
.u-d-f {
    display: flex !important;
}
.u-fxd-r {
    flex-direction: row !important;
}
.u-fxd-rr {
    flex-direction: row-reverse !important;
}
.u-fxd-c {
    flex-direction: column !important;
}
.u-fxd-cr {
    flex-direction: column-reverse !important;
}
.u-fxw-n {
    flex-wrap: nowrap !important;
}
.u-fxw-w {
    flex-wrap: wrap !important;
}
.u-fxw-wr {
    flex-wrap: wrap-reverse !important;
}
.u-jc-fs {
    justify-content: flex-start !important;
}
.u-jc-fe {
    justify-content: flex-end !important;
}
.u-jc-c {
    justify-content: center !important;
}
.u-jc-sb {
    justify-content: space-between !important;
}
.u-jc-sa {
    justify-content: space-around !important;
}
.u-ai-fs {
    align-items: flex-start !important;
}
.u-ai-fe {
    align-items: flex-end !important;
}
.u-ai-c {
    align-items: center !important;
}
.u-ai-b {
    align-items: baseline !important;
}
.u-ai-s {
    align-items: stretch !important;
}
.u-ac-fs {
    align-content: flex-start !important;
}
.u-ac-fe {
    align-content: flex-end !important;
}
.u-ac-c {
    align-content: center !important;
}
.u-ac-sb {
    align-content: space-between !important;
}
.u-ac-sa {
    align-content: space-around !important;
}
.u-ac-s {
    align-content: stretch !important;
}
.u-fx-n {
    flex: none !important;
}
.u-as-a {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.u-as-fs {
    align-self: flex-start !important;
}
.u-as-fe {
    align-self: flex-end !important;
}
.u-as-c {
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.u-as-b {
    align-self: baseline !important;
}
.u-as-s {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (max-width: 767px) {
    .u-sp-fxd-r {
        flex-direction: row !important;
    }
    .u-sp-fxd-rr {
        flex-direction: row-reverse !important;
    }
    .u-sp-fxd-c {
        flex-direction: column !important;
    }
    .u-sp-fxd-cr {
        flex-direction: column-reverse !important;
    }
    .u-sp-fxw-n {
        flex-wrap: nowrap !important;
    }
    .u-sp-fxw-w {
        flex-wrap: wrap !important;
    }
    .u-sp-fxw-wr {
        flex-wrap: wrap-reverse !important;
    }
    .u-sp-jc-fs {
        justify-content: flex-start !important;
    }
    .u-sp-jc-fe {
        justify-content: flex-end !important;
    }
    .u-sp-jc-c {
        justify-content: center !important;
    }
    .u-sp-jc-sb {
        justify-content: space-between !important;
    }
    .u-sp-jc-sa {
        justify-content: space-around !important;
    }
    .u-sp-ai-fs {
        align-items: flex-start !important;
    }
    .u-sp-ai-fe {
        align-items: flex-end !important;
    }
    .u-sp-ai-c {
        align-items: center !important;
    }
    .u-sp-ai-b {
        align-items: baseline !important;
    }
    .u-sp-ai-s {
        align-items: stretch !important;
    }
    .u-sp-ac-fs {
        align-content: flex-start !important;
    }
    .u-sp-ac-fe {
        align-content: flex-end !important;
    }
    .u-sp-ac-c {
        align-content: center !important;
    }
    .u-sp-ac-sb {
        align-content: space-between !important;
    }
    .u-sp-ac-sa {
        align-content: space-around !important;
    }
    .u-sp-ac-s {
        align-content: stretch !important;
    }
    .u-sp-fx-n {
        flex: none !important;
    }
    .u-sp-as-a {
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .u-sp-as-fs {
        align-self: flex-start !important;
    }
    .u-sp-as-fe {
        align-self: flex-end !important;
    }
    .u-sp-as-c {
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .u-sp-as-b {
        align-self: baseline !important;
    }
    .u-sp-as-s {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

/*# sourceMappingURL=maps/common.css.map */
