@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 {
    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;
    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: #000000;
    text-decoration: none;
}

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

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 {
    word-wrap: break-word;
}

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

button {
    cursor: pointer;
}

picture, figure, figcaption {
    display: block;
    margin: 0;
}

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;
    padding: 60px 0 0;
}

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

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

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

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

/* --------------------
 Header
-------------------- */
.header {
    background-color: #ffffff;
    box-shadow: 0 1px 1px #ebebeb;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

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

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

.header-container-inner {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 60px;
    justify-content: flex-start;
    width: 100%;
}

@media (min-width: 768px) {
    .header-container-inner {
        height: 130px;
        justify-content: space-between;
    }
}

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

@media (min-width: 1240px) {
    .header-container-inner {
        height: 140px;
    }
}

.header__logo {
    font-size: 1.0rem;
    margin: 0;
}

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

.header__logo__link:focus {
    opacity: .75;
}

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

.header__logo__link img {
    height: 50px;
    width: auto;
}

@media (min-width: 1240px) {
    .header__logo__link img {
        height: 80px;
    }
}

@media (min-width: 1550px) {
    .header__logo__link img {
        height: 100px;
    }
}

.header__menu {
    display: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .header__menu {
        align-items: flex-end;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-end;
        padding-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .header__menu {
        flex-direction: row;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.header__menu__tel {
    align-items: flex-end;
    display: flex;
    flex-flow: column nowrap;
    font-size: 1.0rem;
    gap: 5px;
    justify-content: flex-start;
    line-height: 1.1;
    margin: 0 0 10px;
}

@media (min-width: 992px) {
    .header__menu__tel {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

@media (min-width: 1550px) {
    .header__menu__tel {
        display: block;
    }
}

.header__menu__tel__link {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
}

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

@media (min-width: 1240px) {
    .header__menu__tel__link {
        font-size: 3.4rem;
    }
}

@media (min-width: 1550px) {
    .header__menu__tel__link {
        font-size: 4.0rem;
    }
}

.header__menu__tel__link:focus {
    opacity: .75;
}

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

.header__menu__tel__link img {
    height: 24px;
    margin-right: 5px;
    width: auto;
}

@media (min-width: 992px) {
    .header__menu__tel__link img {
        height: 28px;
        margin-right: 10px;
    }
}

@media (min-width: 1240px) {
    .header__menu__tel__link img {
        height: 34px;
    }
}

.header__menu__tel__link span {
    vertical-align: middle;
}

.header__menu__tel__text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}

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

@media (min-width: 1550px) {
    .header__menu__tel__text {
        font-size: 2.0rem;
        margin-left: 25px;
    }
}

.header__menu__contact__button {
    align-items: center;
    background-color: #FE7A39;
    color: #ffffff;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    line-height: 1.1;
    padding: 0;
    position: relative;
    transition: background-color .35s cubic-bezier(.645, .045, .355, 1);
    width: 260px;
}

@media (min-width: 992px) {
    .header__menu__contact__button {
        font-size: 1.6rem;
        height: 60px;
        width: 260px;
    }
}

@media (min-width: 1240px) {
    .header__menu__contact__button {
        font-size: 2.0rem;
        width: 300px;
    }
}

@media (min-width: 1550px) {
    .header__menu__contact__button {
        width: 360px;
    }
}

.header__menu__contact__button:after {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    margin: auto 0;
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(45deg);
    width: 12px;
}

@media (min-width: 1550px) {
    .header__menu__contact__button:after {
        right: 30px;
    }
}

.header__menu__contact__button:focus {
    background-color: #ff915b;
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .header__menu__contact__button:hover {
        background-color: #ff915b;
        color: #ffffff;
    }
}

.header__menu__contact__button:hover {
    color: #ffffff;
}

@media (min-width: 992px) {
    .header.scrolled .header-container-inner {
        height: 60px;
    }
}

@media (min-width: 992px) {
    .header.scrolled .header__logo__link img {
        height: 40px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .header.scrolled .header__menu {
        align-items: center;
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .header.scrolled .header__menu__tel__link {
        font-size: 2.2rem;
    }
}

@media (min-width: 1240px) {
    .header.scrolled .header__menu__tel__link {
        font-size: 2.6rem;
    }
}

@media (min-width: 992px) {
    .header.scrolled .header__menu__tel__link img {
        height: 22px;
        width: auto;
    }
}

@media (min-width: 1240px) {
    .header.scrolled .header__menu__tel__link img {
        height: 26px;
    }
}

@media (min-width: 992px) {
    .header.scrolled .header__menu__tel__text {
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .header.scrolled .header__menu__contact__button {
        font-size: 1.6rem;
        height: 40px;
        width: 280px;
    }
    .header.scrolled .header__menu__contact__button:after {
        right: 15px;
    }
}

.mbnav {
    border-top: 1px solid #ffffff;
    bottom: 0;
    height: 110px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 99;
}

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

.mbnav__content {
    align-items: center;
    background-color: #D53549;
    border-bottom: 1px solid #ffffff;
    display: flex;
    flex-flow: row nowrap;
    height: 60px;
    justify-content: center;
    padding: 0 15px;
}

.mbnav__content p {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.mbnav__menu {
    align-items: stretch;
    background-color: #B32320;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mbnav__menu__item {
    border-right: 1px solid #ffffff;
    margin: 0;
    padding: 0;
    width: 50%;
}

.mbnav__menu__item:last-child {
    border-right: none;
}

.mbnav__menu__item__link {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.6rem;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    letter-spacing: .05em;
    width: 100%;
}

.mbnav__menu__item__link img {
    margin-right: 5px;
}

.mbnav__menu__item__link span {
    vertical-align: middle;
}

.mbnav__menu__item__link:hover {
    color: #ffffff;
}

.mbnav__menu__item__link:focus {
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__menu__item__link:hover {
        color: #ffffff;
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: #B32320;
    padding: 0 0 110px;
}

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

.footer__contact {
    background-color: #f5f5f5;
    padding: 60px 0 0;
}

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

.footer__contact-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

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

.footer__contact__title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 40px;
    padding: 0 0 45px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__contact__title {
        font-size: 2.8rem;
        margin-bottom: 60px;
    }
}

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

@media (min-width: 1240px) {
    .footer__contact__title {
        font-size: 4.0rem;
    }
}

.footer__contact__title:after {
    background-color: #B32320;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 100px;
}

@media (min-width: 768px) {
    .footer__contact__title:after {
        height: 8px;
        width: 150px;
    }
}

.footer__contact__content {
    margin: 0 0 70px;
}

.footer__contact__content p {
    font-size: 1.4rem;
    line-height: 2.5;
    margin: 0;
}

@media (min-width: 768px) {
    .footer__contact__content p {
        font-size: 1.6rem;
    }
}

.footer__contact__action {
    margin: 0;
    padding: 0 0 90px;
}

@media (min-width: 768px) {
    .footer__contact__action {
        padding-bottom: 140px;
    }
}

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

.footer__contact__action__link:focus {
    opacity: .75;
}

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

.footer__contact__pagetop {
    opacity: 0;
    position: relative;
    transition: opacity .3s linear;
}

.footer__contact__pagetop__button {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    bottom: 120px;
    height: 50px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 10px;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
    width: 50px;
    z-index: 98;
}

@media (min-width: 768px) {
    .footer__contact__pagetop__button {
        bottom: 20px;
        height: 70px;
        right: 30px;
        width: 70px;
    }
}

.footer__contact__pagetop__button:focus {
    opacity: .75;
}

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

.footer__contact__pagetop.is-active {
    opacity: 1;
}

.footer__contact__pagetop.is-static .footer__contact__pagetop__button {
    bottom: 20px;
    position: absolute;
    right: 10px;
}

@media (min-width: 768px) {
    .footer__contact__pagetop.is-static .footer__contact__pagetop__button {
        bottom: 40px;
        right: 30px;
    }
}

.footer__copyright {
    color: #ffffff;
    display: block;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 400;
    padding: 10px 15px;
    text-align: center;
}

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