@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: 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;
}

[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: 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;
}

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

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

body {
    color: #333333;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: 1.4rem;
    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 {
    padding: 60px 0 0;
}

@media (min-width: 768px) {
    .layout {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .layout {
        padding-top: 100px;
    }
}

/* --------------------
 Commons
-------------------- */
.com-doctype {
    border-radius: 2px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0.5em;
}

@media (min-width: 768px) {
    .com-doctype {
        font-size: 1.2rem;
    }
}

.com-doctype--blue {
    background-color: #E7F2F9;
}

.com-doctype--green {
    background-color: #D9F8DF;
}

.com-doctype--purple {
    background-color: #E0DFFE;
}

.com-button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #2687C8;
    border: 1px solid #2687C8;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.4rem;
    font-weight: 700;
    height: 46px;
    justify-content: center;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 200px;
}

@media (min-width: 768px) {
    .com-button {
        font-size: 1.6rem;
        height: 50px;
    }
}

.com-button .small {
    font-size: 1.2rem;
}

.com-button:before, .com-button:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 11px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 15px;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 7px;
}

.com-button:before {
    background-image: url(../images/icons/icon-white-angle-right.svg);
}

.com-button:after {
    background-image: url(../images/icons/icon-blue-angle-right.svg);
    opacity: 0;
}

.com-button:focus {
    background-color: #fff;
    color: #2687C8;
}

.com-button:focus:before {
    opacity: 0;
}

.com-button:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .com-button:hover {
        background-color: #fff;
        color: #2687C8;
    }

    .com-button:hover:before {
        opacity: 0;
    }

    .com-button:hover:after {
        opacity: 1;
    }
}

.com-button--inverse {
    background-color: #fff;
    color: #000;
}

.com-button--inverse:before {
    background-image: url(../images/icons/icon-blue-angle-right.svg);
}

.com-button--inverse:after {
    background-image: url(../images/icons/icon-white-angle-right.svg);
}

.com-button--inverse:focus {
    background-color: #2687C8;
    color: #fff;
}

.com-button--inverse:focus:before {
    opacity: 0;
}

.com-button--inverse:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .com-button--inverse:hover {
        background-color: #2687C8;
        color: #fff;
    }

    .com-button--inverse:hover:before {
        opacity: 0;
    }

    .com-button--inverse:hover:after {
        opacity: 1;
    }
}

.com-button--external:before {
    background-image: url(../images/icons/icon-white-external-link.svg);
    height: 10px;
    width: 12px;
}

.com-button--external:after {
    background-image: url(../images/icons/icon-blue-external-link.svg);
    height: 10px;
    width: 12px;
}

.com-button--search:before {
    background-image: url(../images/icons/icon-white-magnifier.svg);
    height: 13px;
    width: 13px;
}

.com-button--search:after {
    background-image: url(../images/icons/icon-blue-magnifier.svg);
    height: 13px;
    width: 13px;
}

.com-button--fit {
    padding-left: 35px;
    padding-right: 35px;
    width: -webkit-fit-content;
    width: fit-content;
}

.com-page-head {
    background-color: #E5F2F8;
    height: 110px;
}

@media (min-width: 768px) {
    .com-page-head {
        height: 200px;
    }
}

.com-page-head-container {
    align-items: center;
    background-image: url(../images/commons/com-page-head-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

.com-page-head__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-page-head__title {
        font-size: 3.4rem;
    }
}

.com-title {
    color: #2687C8;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .com-title {
        font-size: 2.8rem;
        margin-bottom: 40px;
        padding-bottom: 25px;
    }
}

.com-title:after {
    background-color: #2687C8;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 30px;
}

@media (min-width: 768px) {
    .com-title:after {
        height: 4px;
        width: 40px;
    }
}

/* --------------------
 Perfect scrollbar
-------------------- */
.js-ps {
    padding: 0;
    position: relative;
}

.ps--active-x {
    padding-bottom: 10px;
}

.ps--active-y {
    padding-right: 18px;
}

.ps__rail-x {
    background-color: #c7c9c9 !important;
    border-radius: 2px;
    height: 4px !important;
    opacity: 1 !important;
}

.ps__thumb-x {
    background-color: #2687C8 !important;
    border-radius: 2px;
    bottom: 0 !important;
    height: 4px !important;
}

.ps__rail-y {
    background-color: #c7c9c9 !important;
    border-radius: 0;
    opacity: 1 !important;
    width: 14px !important;
}

.ps__thumb-y {
    background-color: #6a6c6a !important;
    border-radius: 0;
    right: 2px !important;
    width: 10px !important;
}

/* --------------------
 Animation
-------------------- */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* --------------------
 Header
-------------------- */
.header {
    border-bottom: 1px solid #DBDBDB;
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

@media (min-width: 768px) {
    .header {
        height: 80px;
    }
}

@media (min-width: 992px) {
    .header {
        height: 100px;
    }
}

.header-container {
    height: 100%;
    padding: 0 15px;
    width: 100%;
}

.header__logo {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
}

.header__logo__link {
    align-items: flex-end;
    color: #000;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 10px;
    justify-content: center;
    text-decoration: none;
}

@media (min-width: 768px) {
    .header__logo__link {
        column-gap: 25px;
    }
}

.header__logo__link img {
    width: 130px;
}

@media (min-width: 768px) {
    .header__logo__link img {
        width: 230px;
    }
}

@media (min-width: 992px) {
    .header__logo__link img {
        width: 254px;
    }
}

.header__logo__link__text {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .header__logo__link__text {
        font-size: 2rem;
    }
}

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

.header__logo__link__text span {
    display: block;
}

.header__logo__link__text span.small {
    font-size: 1rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .header__logo__link__text span.small {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .header__logo__link__text span.small {
        font-size: 1.8rem;
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-image: url(../images/commons/com-footer-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 2px solid #2687C8;
}

@media (min-width: 768px) {
    .footer {
        background-size: auto 100%;
    }
}

.footer__main {
    overflow: hidden;
}

.footer__main-container {
    margin: auto;
    max-width: 1000px;
    padding: 50px 0 160px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__main-container {
        padding: 50px 0 20px;
    }
}

.footer__main-container:before {
    background-image: url(../images/commons/com-footer-fig-1.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    content: "";
    display: block;
    height: 126px;
    left: -10px;
    pointer-events: none;
    position: absolute;
    width: 105px;
}

@media (min-width: 768px) {
    .footer__main-container:before {
        height: 162px;
        width: 135px;
    }
}

@media (min-width: 992px) {
    .footer__main-container:before {
        height: 180px;
        left: 0;
        width: 150px;
    }
}

.footer__main-container:after {
    background-image: url(../images/commons/com-footer-fig-2.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    content: "";
    display: block;
    height: 140px;
    pointer-events: none;
    position: absolute;
    right: -10px;
    width: 146px;
}

@media (min-width: 768px) {
    .footer__main-container:after {
        height: 180px;
        width: 188px;
    }
}

@media (min-width: 992px) {
    .footer__main-container:after {
        height: 200px;
        right: 0;
        width: 208px;
    }
}

.footer__main-container-inner {
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .footer__main-container-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer__main__title {
    color: #000;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main__title {
        margin-bottom: 40px;
    }
}

.footer__main__title img {
    width: 320px;
}

@media (min-width: 768px) {
    .footer__main__title img {
        width: 457px;
    }
}

.footer__main__logo {
    margin: 0 0 10px;
    text-align: center;
}

.footer__main__logo img {
    width: 240px;
}

@media (min-width: 768px) {
    .footer__main__logo img {
        width: 330px;
    }
}

.footer__main__note {
    margin: 0 0 30px;
}

.footer__main__note p {
    color: #666666;
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
}

.footer__main__menu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 15px 25px;
    justify-content: center;
    margin: 0 0 40px;
}

.footer__main__menu__item {
    padding: 0 0 0 15px;
    position: relative;
}

.footer__main__menu__item:before {
    background-image: url(../images/icons/icon-blue-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 11px;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 7px;
}

.footer__main__menu__item a {
    color: inherit;
    font-size: 1.4rem;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.footer__main__menu__item a:focus {
    color: #2687C8;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__menu__item a:hover {
        color: #2687C8;
    }
}

.footer__main__banner {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    justify-content: center;
    margin: 0;
}

.footer__main__banner__item a {
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.footer__main__banner__item a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__banner__item a:hover {
        opacity: 0.65;
    }
}

.footer__main__banner__item a img {
    height: 70px;
    width: auto;
}

.footer__copyright {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

@media (max-width: 767px) {
    input::placeholder {
        font-size: 13px;
    }
}
