@charset "UTF-8";
/* --------------------
 Styles
-------------------- */
html {
    font-size: 62.5%;
}

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

body {
    background-color: whitesmoke;
    color: #4f4646;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: 1.4rem;
    letter-spacing: .05em;
    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;
}

a {
    color: #4f4646;
    text-decoration: none;
}

a:hover, a:focus {
    color: #4f4646;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

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

button {
    cursor: pointer;
}

picture, figure, figcaption {
    margin: 0;
}

address {
    font-style: normal;
}

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

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

@media (min-width: 480px) and (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;
    }
}

/* --------------------
 lazysizes
-------------------- */
.lazyload, .lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

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

/* --------------------
 Icons
-------------------- */
.icon {
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.icon + span {
    vertical-align: middle;
}

.icon--bird-blue {
    background-image: url(../../images/english/icons/icon-blue-bird-2.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
}

.icon--hand-blue {
    background-image: url(../../images/english/icons/icon-hand-blue.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
}

.icon--microscope-blue {
    background-image: url(../../images/english/icons/icon-microscope-blue.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
}

.icon--report-blue {
    background-image: url(../../images/english/icons/icon-report-blue.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
}

/* --------------------
 Layout
-------------------- */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.com-layout {
    animation: fadeIn .3s linear .3s;
    animation-fill-mode: backwards;
    margin: auto;
    padding: 50px 0 0;
    position: relative;
    width: 100%;
}

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

.com-layout__sidebar {
    margin: 0;
}

@media (min-width: 992px) {
    .com-layout__sidebar {
        bottom: 0;
        height: auto;
        left: 0;
        margin-right: auto;
        min-height: 100%;
        position: fixed;
        top: 0;
        width: 230px;
        z-index: 10;
    }
}

.com-layout__main {
    font-size: 1.4rem;
    min-height: 100%;
    width: auto;
}

@media (min-width: 425px) {
    .com-layout__main {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .com-layout__main {
        border-left: 4px solid rgba(198, 198, 198, .8);
        margin-left: 230px;
    }
}

.com-page-action {
    height: auto;
}

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

@media (min-width: 1240px) {
    .com-page-action {
        height: 75px;
    }
}

.com-page-action__content {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
}

@media (min-width: 992px) {
    .com-page-action__content {
        left: 234px;
    }
}

.com-page-action__content.stop {
    bottom: 30px;
    position: absolute;
}

.com-page-action__content:after {
    clear: both;
    content: "";
    display: block;
}

.com-page-action__content__button {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 662px 75px;
    display: inline-block;
    margin: 0 60px 0 15px;
    max-width: 328px;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .com-page-action__content__button {
        height: 68px;
        margin: 0;
        max-width: 600px;
        padding: 0;
    }
}

@media (min-width: 1240px) {
    .com-page-action__content__button {
        height: 75px;
        margin-left: 57px;
        max-width: 662px;
        padding: 0;
    }
}

.com-page-action__content__button__hover {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: auto;
}

.com-page-action__content__button__hover:hover {
    opacity: 1;
}

.com-page-action__content__button span {
    visibility: hidden;
}

.com-page-action__content__top {
    background-image: url(../../images/english/commons/com-move-to-top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    bottom: 5px;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 0;
    position: absolute;
    right: 10px;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 30px;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-page-action__content__top {
        background-size: 57px 57px;
        height: 57px;
        width: 57px;
    }
}

@media (min-width: 992px) {
    .com-page-action__content__top {
        bottom: auto;
        float: right;
        margin: 10px 15px auto auto;
        position: relative;
        right: auto;
    }
}

.com-page-action__content__top:hover {
    opacity: .75;
}

.com-page-action__content__top span {
    visibility: hidden;
}

/* --------------------
 Heade
-------------------- */
.header {
    background-color: #ffffff;
    left: 0;
    padding: 7px 15px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

@media (min-width: 992px) {
    .header {
        display: none;
    }
}

.header__logo {
    display: block;
    font-size: 1.0rem;
    line-height: 1.0;
    margin: 0;
}

.header__logo img {
    height: 36px;
    vertical-align: middle;
}

.header__burger {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 13px;
    width: 30px;
    z-index: 100;
}

.header__burger__box {
    display: block;
    height: 24px;
    margin: 0 auto;
    position: relative;
    width: 30px;
}

.header__burger__box__line {
    display: block;
    margin: -2px 0 0;
    top: 50%;
    transition-duration: .075s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.header__burger__box__line, .header__burger__box__line:before, .header__burger__box__line:after {
    background-color: #000000;
    border-radius: 5px;
    height: 4px;
    position: absolute;
    transition-property: transform;
    width: 30px;
}

.header__burger__box__line:before, .header__burger__box__line:after {
    content: "";
    display: block;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.header__burger__box__line:before {
    top: -10px;
    transition: top .075s .12s ease, opacity .075s ease;
}

.header__burger__box__line:after {
    bottom: -10px;
    transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
}

.header__burger.is-active .header__burger__box__line {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.header__burger.is-active .header__burger__box__line:before {
    opacity: 0;
    top: 0;
    transition: top .075s ease, opacity .075s .12s ease;
}

.header__burger.is-active .header__burger__box__line:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
}

/* --------------------
 Sidebar
-------------------- */
.sidebar {
    background-color: #ffffff;
    bottom: 0;
    left: auto;
    margin: 0 auto 0 0;
    padding: 0 10px 0;
    position: fixed;
    right: 0;
    top: 50px;
    transform: translate(100%);
    width: 190px;
    z-index: 10;
}

@media (max-width: 991px) {
    .sidebar {
        transition: transform .2s cubic-bezier(.645, .045, .355, 1);
    }
    .sidebar.is-active {
        transform: none;
    }
}

@media (min-width: 992px) {
    .sidebar {
        background-color: transparent;
        bottom: auto;
        height: 100vh;
        left: auto;
        min-height: 100%;
        padding: 22px 20px 0;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: auto;
    }
}

.sidebar__logo {
    display: none;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 992px) {
    .sidebar__logo {
        display: block;
    }
}

.sidebar__title {
    border-left: 5px solid #006299;
    line-height: 1.0;
    margin: 0 0 20px;
    padding: 10px 0 10px 10px;
    text-align: center;
}

.sidebar__menu {
    line-height: 1;
    list-style: none;
    margin: 0 0 20px 15px;
    padding: 0;
}

.sidebar__menu__item {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar__menu__item__link {
    color: #333333;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    transition: color .2s cubic-bezier(.645, .045, .355, 1);
}

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

.sidebar__menu__item__link:hover {
    color: #333333;
}

.sidebar__menu__item.is-active .sidebar__menu__item__link {
    color: #046298;
}

.sidebar__menu__item.is-active .sidebar__menu__item__link:hover {
    color: #046298;
}

.sidebar__action {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
}

@media (min-height: 660px) {
    .sidebar__action {
        bottom: 15px;
        left: 0;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        right: 0;
    }
}

@media (min-height: 660px) and (min-width: 992px) {
    .sidebar__action {
        bottom: 40px;
    }
}

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

.sidebar__action__button {
    background-color: #045e8f;
    border-radius: 5px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
    display: block;
    font-size: 1.0rem;
    line-height: 1.0;
    margin: 0 auto;
    max-width: 170px;
    padding: 8px 3px;
    text-align: center;
    transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.sidebar__action__button img {
    vertical-align: middle;
}

@media (min-width: 992px) {
    .sidebar__action__button:hover, .sidebar__action__button:focus {
        box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
        opacity: .85;
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: #1a2736;
    color: white;
    height: 30px;
}

.footer__copyright {
    font-size: 1.0rem;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
}
