@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;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline;
            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 {
    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 {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}

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

/* --------------------
 Layout
-------------------- */
.layout {
    animation: fadeIn .3s linear .3s;
    animation-fill-mode: backwards;
    margin: 0 auto;
    max-width: 1600px;
    opacity: 1;
    position: relative;
    width: 100%;
}

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

/* --------------------
 Header
-------------------- */
.header {
    left: 0;
    padding: 30px 0 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

@media (min-width: 768px) {
    .header {
        padding-left: 0;
        padding-top: 35px;
    }
}

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

@media (min-width: 768px) {
    .header-container {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.header__logo {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.0rem;
    margin: 0;
    max-width: 200px;
    min-width: 135px;
    padding: 0;
    width: 46%;
}

@media (min-width: 768px) {
    .header__logo {
        max-width: none;
        width: 200px;
    }
}

@media (min-width: 992px) {
    .header__logo {
        width: 255px;
    }
}

.header__menu {
    background-color: rgba(255, 255, 255, .9);
    bottom: 0;
    left: auto;
    padding: 50px 30px 30px;
    position: fixed;
    right: 0;
    top: 0;
    width: 190px;
    z-index: 99;
}

@media (max-width: 767px) {
    .header__menu {
        transform: translateX(102%);
        transition: transform .3s ease-out;
    }
}

@media (max-width: 767px) {
    .header__menu.is-active {
        transform: translateX(0);
    }
}

@media (min-width: 768px) {
    .header__menu {
        background-color: transparent;
        bottom: auto;
        left: auto;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        width: auto;
    }
}

.header__menu:after {
    background-image: url(../images/logos/logo-company-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px 52.70588px;
    bottom: 15px;
    content: "";
    display: block;
    height: 52.70588px;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}

@media (min-width: 768px) {
    .header__menu:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .header__menu__list {
        align-items: flex-start;
        background-color: transparent;
        bottom: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        left: auto;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        width: auto;
    }
}

.header__menu__list__item {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .header__menu__list__item {
        margin-bottom: 0;
        margin-left: 30px;
    }
}

.header__menu__list__item:last-child {
    margin-bottom: 0;
    margin-top: 0;
}

.header__menu__list__item:first-child {
    margin-left: 0;
}

.header__menu__list__item__link {
    display: block;
    padding: 3px 15px;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .header__menu__list__item__link {
        display: inline;
        padding: 0;
    }
}

.header__menu__list__item__link img {
    height: 12px;
}

@media (min-width: 768px) {
    .header__menu__list__item__link img {
        height: auto;
    }
}

@media (min-width: 992px) {
    .header__menu__list__item__link:hover, .header__menu__list__item__link:focus {
        opacity: .85;
    }
}

.header__menu__list__en {
    margin: 10px 0 0;
}

@media (min-width: 768px) {
    .header__menu__list__en {
        text-align: right;
    }
}

.header__menu__list__en__link {
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (max-width: 767px) {
    .header__menu__list__en__link img {
        height: 18px;
    }
}

@media (min-width: 992px) {
    .header__menu__list__en__link:hover, .header__menu__list__en__link:focus {
        opacity: .85;
    }
}

.header__menu__list__banner {
    margin: 15px 0 0;
    padding: 0 0 0 17px;
}

@media (min-width: 768px) {
    .header__menu__list__banner {
        margin-top: 10px;
        padding-left: 0;
    }
}

.header__menu__list__banner__item {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .header__menu__list__banner__item {
        text-align: right;
    }
}

.header__menu__list__banner__item:last-child {
    margin-bottom: 0;
}

.header__menu__list__banner__item__link {
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 992px) {
    .header__menu__list__banner__item__link:hover, .header__menu__list__banner__item__link:focus {
        opacity: .85;
    }
}

.header__burger {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 21px;
    left: auto;
    margin: auto;
    padding: 0;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 25px;
    z-index: 100;
}

@media (min-width: 768px) {
    .header__burger {
        display: none;
    }
}

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

.header__burger__box__line {
    display: block;
    margin: -1.5px 0 0;
    top: 50%;
    transition: transform .075s cubic-bezier(.55, .055, .675, .19), background-color .1s ease;
}

.header__burger__box__line, .header__burger__box__line:before, .header__burger__box__line:after {
    background-color: #ffffff;
    height: 3px;
    position: absolute;
    width: 25px;
}

.header__burger__box__line:before, .header__burger__box__line:after {
    content: "";
    display: block;
}

.header__burger__box__line:before {
    top: -9px;
    transition: top .075s .12s ease, opacity .075s ease, background-color .1s ease;
}

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

.header__burger.is-active .header__burger__box__line {
    transform: rotate(45deg);
    transition: transform .075s cubic-bezier(.215, .61, .355, 1) .12s, background-color .1s ease;
}

.header__burger.is-active .header__burger__box__line, .header__burger.is-active .header__burger__box__line:before, .header__burger.is-active .header__burger__box__line:after {
    background-color: #2d9b3a;
}

.header__burger.is-active .header__burger__box__line:before {
    opacity: 0;
    top: 0;
    transition: top .075s ease, opacity .075s .12s ease, background-color .1s 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), background-color .1s ease;
}

/* --------------------
 Footer
-------------------- */
.page-top {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.page-top__action {
    bottom: 0;
    display: block;
    left: auto;
    margin: 0 auto;
    opacity: 0;
    padding: 0 15px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 80px;
    z-index: 98;
}

@media (min-width: 768px) {
    .page-top__action {
        width: 125px;
    }
}

.page-top__action__button {
    display: block;
    margin: 0 0 0 auto;
    pointer-events: none;
    text-align: center;
}

.page-top__action__button__msg {
    display: block;
    text-align: right;
}

.page-top__action__button__fig img {
    display: block;
    line-height: 1.0;
    margin: 10px 0 0;
}

.footer {
    background-color: #2d9b3a;
    padding: 30px 0 15px;
    position: relative;
    z-index: 3;
}

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

.footer-container {
    margin: 0;
    padding: 0 35px;
    width: 100%;
}

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

.footer__info {
    margin: 0;
    padding: 0 0 30px;
}

@media (min-width: 768px) {
    .footer__info {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.footer__info__logo {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 0 30px;
    padding: 0;
}

@media (min-width: 768px) {
    .footer__info__logo {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 242px;
    }
}

.footer__info__logo img {
    height: 60px;
}

@media (min-width: 768px) {
    .footer__info__logo img {
        height: auto;
    }
}

.footer__info__menu {
    padding: 0;
}

@media (min-width: 768px) {
    .footer__info__menu {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding-left: 40px;
        width: calc(100% - 212px);
    }
}

.footer__info__menu__list {
    margin: 0 auto 15px;
    padding: 0;
    position: relative;
    width: auto;
}

.footer__info__menu__list:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .footer__info__menu__list {
        margin: 0;
        max-width: 320px;
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.footer__info__menu__list__item {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .footer__info__menu__list__item {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}

.footer__info__menu__list__item:last-child {
    margin-bottom: 0;
}

.footer__info__menu__list__item__head {
    flex-grow: 0;
    flex-shrink: 0;
}

.footer__info__menu__list__item__head__link {
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .footer__info__menu__list__item__head__link:hover, .footer__info__menu__list__item__head__link:focus {
        opacity: .75;
    }
}

.footer__info__menu__list__item__sub {
    margin: 5px 0 0;
    padding: 0;
}

@media (min-width: 768px) {
    .footer__info__menu__list__item__sub {
        margin-top: 0;
        padding-left: 15px;
    }
}

.footer__info__menu__list__item__sub__item {
    color: #ffffff;
    font-size: 1.4rem;
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    position: relative;
}

.footer__info__menu__list__item__sub__item:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 8px;
}

.footer__info__menu__list__item__sub__item:last-child {
    margin-bottom: 0;
}

.footer__info__menu__list__item--youtube {
    position: absolute;
    right: 0;
    top: 5px;
}

@media (min-width: 768px) {
    .footer__info__menu__list__item--youtube {
        position: static;
    }
}

.footer__address {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    margin: 0 0 15px;
    padding: 15px 0;
}

.footer__address__content {
    color: #ffffff;
    display: block;
    font-size: 1.6rem;
    margin: 0 0 15px;
    padding: 0;
}

.footer__address__content a {
    color: #ffffff;
}

.footer__address__content a:hover, .footer__address__content a:focus {
    color: #ffffff;
}

.footer__address__tel__head {
    margin: 0 0 10px;
}

.footer__address__tel__head__label {
    margin: 0 0 5px;
    padding: 0;
}

@media (min-width: 768px) {
    .footer__address__tel__head__label {
        display: inline-block;
        margin-bottom: 0;
    }
}

.footer__address__tel__head__action {
    padding: 0;
}

@media (min-width: 768px) {
    .footer__address__tel__head__action {
        display: inline-block;
        padding-left: 15px;
    }
}

.footer__address__tel__head__action__link {
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: underline;
}

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

.footer__address__tel__head__action__link:hover, .footer__address__tel__head__action__link:focus {
    color: #ffffff;
}

@media (min-width: 768px) {
    .footer__address__tel__action {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
}

.footer__address__tel__action__item {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__address__tel__action__item {
        margin-bottom: 0;
        padding-right: 20px;
        width: 50%;
    }
}

.footer__address__tel__action__item:last-child {
    margin-bottom: 0;
    padding-right: 0;
}

.footer__address__tel__action__item__label {
    line-height: 1.0;
    padding: 0 5px 0 0;
}

.footer__address__tel__action__item__link, .footer__address__tel__action__item__static {
    display: block;
    line-height: 1.0;
}

.footer__address__tel__action__item__link img, .footer__address__tel__action__item__static img {
    height: 16px;
}

@media (min-width: 768px) {
    .footer__address__tel__action__item__link img, .footer__address__tel__action__item__static img {
        height: auto;
    }
}

.footer__global {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.footer__global__info {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .footer__global__info {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer__global__info__logo {
    margin: 0 auto 15px;
    width: 180px;
}

@media (min-width: 768px) {
    .footer__global__info__logo {
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        width: 210px;
    }
}

.footer__global__info__address {
    color: #ffffff;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .footer__global__info__address {
        font-size: 1.6rem;
        padding-left: 50px;
    }
}

.footer__global__info__address a {
    color: #ffffff;
}

.footer__global__info__address a:hover, .footer__global__info__address a:focus {
    color: #ffffff;
}

.footer__global__action__button {
    background-color: #36ad47;
    border-radius: 6px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    display: block;
    padding: 5px 15px;
    text-align: center;
    transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 992px) {
    .footer__global__action__button:hover, .footer__global__action__button:focus {
        box-shadow: 7px 7px 5px rgba(0, 0, 0, .2);
    }
}

.footer__copyright {
    color: #ffffff;
    display: block;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
