@charset "UTF-8";
/*! 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: .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: -.25em;
}

sup {
    top: -.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;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .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;
}

/* --------------------
 Styles
-------------------- */
html {
    font-size: 62.5%;
}

@font-face {
    font-family: YuGothicMedium;
    src: local(Yu Gothic Medium);
}

body {
    color: #000000;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
            user-drag: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header, footer, main, nav, section {
    display: block;
}

button {
    cursor: pointer;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}

/* --------------------
 Layout
-------------------- */
.layout {
    animation: fadeIn .3s linear .1s;
    animation-fill-mode: backwards;
    opacity: 1;
    position: relative;
}

/* --------------------
 Animation
-------------------- */
@keyframes fadeIn {
    0% {
        opacity: .01;
    }
    100% {
        opacity: 1;
    }
}

/* --------------------
 Header
-------------------- */
.header {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 99;
}

@media (min-width: 768px) {
    .header {
        bottom: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.header__logo {
    align-items: center;
    background-color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.0rem;
    height: 90px;
    justify-content: center;
    line-height: 1.0;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .header__logo {
        align-items: flex-end;
        height: 140px;
        justify-content: flex-start;
        padding: 0 30px 5px 30px;
        text-align: left;
        width: 400px;
    }
}

@media (min-width: 992px) {
    .header__logo {
        padding-left: 50px;
        width: 510px;
    }
}

@media (max-width: 767px) {
    .header__logo img {
        width: 220px;
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: #25336c;
}

.footer__main {
    padding: 30px 0;
}

@media (min-width: 768px) {
    .footer__main {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

.footer__main-container {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 30px 30px;
    justify-content: stretch;
    margin: 0;
    padding: 0 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__main-container {
        flex-direction: row;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        max-width: 1160px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer__main__logo {
    display: block;
    margin: 0 auto;
    width: 230px;
}

@media (min-width: 768px) {
    .footer__main__logo {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}

.footer__main__menu {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: center;
}

@media (min-width: 768px) {
    .footer__main__menu {
        gap: 30px;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    .footer__main__menu {
        column-gap: 60px;
    }
}

.footer__main__menu__item__link {
    color: #ffffff;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1) 0s;
}

.footer__main__menu__item__link:focus {
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__menu__item__link:hover {
        opacity: .75;
    }
}

.footer__company {
    background-color: #2d2d2d;
}

.footer__company-container {
    margin: 0;
    padding: 0 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__company-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1160px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer__company__title {
    color: #ffffff;
    font-size: 1.4rem;
    letter-spacing: .24em;
    padding: 3px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__company__title {
        font-size: 1.6rem;
        padding-bottom: 8px;
        padding-top: 8px;
    }
}

@media (min-width: 768px) {
    .footer__company__list {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .footer__company__list__item {
        width: 33.33333%;
    }
}

.footer__company__list__item__link {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 90px;
    justify-content: center;
    padding: 0;
    text-decoration: none;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__company__list__item__link {
        flex-direction: column;
        height: 240px;
    }
}

@media (min-width: 992px) {
    .footer__company__list__item__link {
        height: 300px;
    }
}

.footer__company__list__item__link__icon {
    margin: 0;
    text-align: center;
    width: 50px;
}

@media (min-width: 768px) {
    .footer__company__list__item__link__icon {
        margin-bottom: 20px;
        width: 100%;
    }
}

.footer__company__list__item__link__detail {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.4rem;
    justify-content: center;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 0;
    position: relative;
    text-align: center;
    width: 180px;
}

@media (min-width: 768px) {
    .footer__company__list__item__link__detail {
        line-height: 1.5;
        min-height: 63px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .footer__company__list__item__link__detail {
        font-size: 1.6rem;
        min-height: 72px;
    }
}

.footer__company__list__item__link__detail:after {
    background-image: url(../images/icons/icon-circle-arrow-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    bottom: 0;
    content: "";
    height: 12px;
    margin: auto 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 12px;
}

@media (min-width: 768px) {
    .footer__company__list__item__link__detail:after {
        background-size: 24px 24px;
        height: 24px;
        right: 10px;
        width: 24px;
    }
}

@media (min-width: 992px) {
    .footer__company__list__item__link__detail:after {
        right: 40px;
    }
}

.footer__company__list__item__link:focus {
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .footer__company__list__item__link:hover {
        opacity: .75;
    }
}

.footer__company__list__item__link[href^="javascript"] {
    pointer-events: none;
}

.footer__company__list__item__link[href^="javascript"] .footer__company__list__item__link__detail:after {
    display: none;
}

.footer__company__list__item:nth-child(1) .footer__company__list__item__link {
    background-color: #e5382b;
}

.footer__company__list__item:nth-child(2) .footer__company__list__item__link {
    background-color: #136bb2;
}

.footer__company__list__item:nth-child(3) .footer__company__list__item__link {
    background-color: #133672;
}

.footer__copyright {
    background-color: #2d2d2d;
    color: #ffffff;
    display: block;
    font-size: 1.0rem;
    letter-spacing: .1em;
    line-height: 1.2;
    padding: 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__copyright {
        font-size: 1.4rem;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .footer__copyright {
        font-size: 1.6rem;
    }
}
