@charset "UTF-8";
@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

html, img {
    margin: 0;
    outline: 0
}

html {
    padding: 0;
    border: 0;
    background: 0 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    font-size: 62.5%
}

abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, time, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

img {
    max-width: 100%;
    vertical-align: middle
}

body {
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",*/
    /*Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
    font-family:  Arial,"Noto Sans SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",
   "Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: normal;
    font-size: 1.6rem;
    color: #222;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased
}

.slick-slide img, article, aside, dialog, figure, footer, header, hgroup, main, nav, picture, section {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

a, button, img {
    background: 0 0;
    border: 0
}

a, hr, img {
    padding: 0
}

a {
    font-size: 100%;
    vertical-align: baseline;
    color: #222;
    margin: 0
}

ins, mark {
    background-color: #ff9;
    color: #000
}
.ovt{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a, ins {
    text-decoration: none
}
a:hover{
    color: #d0111b;
}
mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0
}

ol li, ul li {
    list-style-type: none
}

*, :after, :before {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

@-ms-viewport {
    width: auto;
    initial-scale: 1
}

@media (max-width: 1399.9px) {
    html {
        font-size: .75vw
    }
}

@media (max-width: 1199.9px) {
    html {
        font-size: .8vw
    }
}

@media (max-width: 991.9px) {
    html {
        font-size: 1.3vw
    }
}

@media (max-width: 767.9px) {
    html {
        font-size: 1.75vw
    }
}

@media (max-width: 575.9px) {
    html {
        font-size: 2.5vw
    }
}

@media (max-width: 991.9px) {
    body {
        font-size: 1.4rem
    }
}

* {
    overflow-wrap: break-word;
    word-break: break-all
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 992px) {
    a {
        -webkit-transition: all .4s 0s;
        transition: all .4s 0s
    }
}

button {
    outline: 0;
    cursor: pointer
}

@media (min-width: 992px) {
    button {
        -webkit-transition: all .4s 0s;
        transition: all .4s 0s
    }
}

svg {
    width: 1em;
    height: 1em;
    fill: #222
}

button, input {
    line-height: inherit
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    vertical-align: top
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=file], [type=month], [type=number], [type=password], [type=range], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
    width: 100%;
    font-size: 1.4rem;
    padding: 1em;
    border: 1px solid #eee;
    outline: 0;
    line-height: 1.3
}

@media (max-width: 991.9px) {
    [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=file], [type=month], [type=number], [type=password], [type=range], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
        font-size: 1.8rem
    }
}

select {
    padding-right: 1.3em
}

select option {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, Verdana, arial, sans-serif
}

.is-ios select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

/*textarea {*/
/*    min-height: 12.5em*/
/*}*/

@media (max-width: 767.9px) {
    /*textarea {*/
    /*    min-height: 10em*/
    /*}*/
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*!------------------------------------*\
    slideout
\*!------------------------------------*/
@media (max-width: 991.9px) {
    .slideout-menu, .slideout-open, .slideout-open body {
        overflow: hidden
    }

    .slideout-menu {
        z-index: 101;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
        transition: opacity .6s cubic-bezier(.19, 1, .22, 1)
    }

    .slideout-menu::before {
        content: '';
        display: block;
        position: absolute;
        top: -6em;
        left: 0;
        right: 0;
        bottom: -6em;
        background-color: #fff
    }

    .slideout-open .slideout-menu {
        opacity: 1;
        pointer-events: auto
    }

    .slideout-menu .scroll-inner {
        position: relative;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .slideout-menu .menu-inner {
        padding: 8em 4% 10em
    }

    .slideout-panel {
        display: none
    }
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.slideout-hamburger {
    display: block;
    width: 4.5em;
    height: 100%;
    padding: 2em 1em;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: #d0111b;
    cursor: pointer
}

.hamburger-icon {
    position: relative;
    display: block
}

.hamburger-icon, .hamburger-icon::after, .hamburger-icon::before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #fff
}

.hamburger-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: -.6em;
    left: 0
}

.hamburger-icon::after, .l-breadcrumb_list__item + ::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: .6em
}

.slideout-open .hamburger-icon {
    background-color: transparent
}

.slideout-open .hamburger-icon::after, .slideout-open .hamburger-icon::before {
    top: 0
}

.slideout-open .hamburger-icon::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.slideout-open .hamburger-icon::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.l-breadcrumb_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.2em 0
}

.l-breadcrumb_list__item {
    position: relative
}
.l-breadcrumb_list__item:last-child a{
    color:#d0111b;
}
.l-breadcrumb_list__item + ::before {
    top: 0;
    left: -.5em;
    bottom: 0;
    width: .6em;
    height: .6em;
    margin: auto;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg) skew(15deg, 15deg);
    transform: rotate(-45deg) skew(15deg, 15deg)
}

.l-breadcrumb_list__item > a {
    display: block;
    padding: .3em 1.2em;
    font-size: 1.4rem;
    color: #222;
    line-height: 1.3;
    letter-spacing: .1rem
}

.l-breadcrumb_list__item > a:hover {
    /*text-decoration: underline*/
}

.l-breadcrumb_list__item:first-child > a {
    padding-left: 0
}

.l-breadcrumb_list__item:last-child > a {
    text-decoration: none;
    pointer-events: none
}

@media (max-width: 991.9px) {
    .l-breadcrumb_list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        min-height: .01%;
        padding: 1em 0 .8em;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        white-space: nowrap;
        scrollbar-width: .2em;
        scrollbar-color: #d0111b #f2f3f4
    }

    .l-breadcrumb_list::-webkit-scrollbar {
        height: .2em
    }

    .l-breadcrumb_list::-webkit-scrollbar-track {
        background: #f2f3f4;
        border-radius: 1em
    }

    .l-breadcrumb_list::-webkit-scrollbar-thumb {
        border-radius: 1em;
        background: #d0111b;
    }
}

.l-content {
    padding-top: 11.4rem
}

.l-content__main {
    padding-top: 3em;
    padding-bottom: 7.5em;
    overflow: hidden
}

@media (max-width: 991.9px) {
    .l-content {
        padding-top: 6.5rem
    }

    .l-content__main {
        padding-top: 2.5em;
        padding-bottom: 5em
    }
}

.l-content_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-content_col__main {
    width: 78%;
    padding-right: 3.5em
}

.l-content_col__side {
    width: 22%;
    padding: 7em 0 7.5em 3.5em;
    border-left: 1px solid #e0dbd8
}

.l-content_col__sideInr {
    position: -webkit-sticky;
    position: sticky;
    top: 3.5em;
    width: 100%
}

.l-content_col__sideTitle {
    position: relative;
    margin-bottom: 1.5em;
    /*font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, Verdana, arial, sans-serif;*/
    font-weight: 700;
    color: #d0111b;
    line-height: 1.3
}

.l-content_col__sideTitle::before {
    content: '';
    display: block;
    position: absolute;
    top: .4em;
    left: -8rem;
    width: 6rem;
    height: .5rem;
    background-color: #d0111b;
}

@media (max-width: 991.9px) {
    .l-content_col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .l-content_col__main {
        width: 100%;
        padding-right: 0
    }

    .l-content_col__side {
        display: none
    }
}

.l-content_colNav__item + .l-content_colNav__item {
    margin-top: .6em
}

.l-content_colNav__item > a {
    display: block;
    padding: .5em 0;
    line-height: 1.3
}

.l-content_colNav__item > a:hover {
    color: #d0111b;
}

.l-footer_contact__titleLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 3em
}

.l-footer_contact__titleFrame {
    width: 48rem
}

.l-footer_contact__titleContsFrame {
    width: calc(100% - 48rem)
}
.l-footer_contact{background:url("../images/indexcontbg.jpg") top center no-repeat;}
.l-footer_contact__whBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.5em 6em;
    background-color: #fff
}

.l-footer_contact__telWrap {
    width: 50%;
    padding-right: 2em;
    border-right: 1px solid #ddd;
    white-space: nowrap
}

.l-footer_contact__telTitle {
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 2rem;
    color: #d0111b;
    line-height: 1.3
}

.l-footer_contact__telFx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l-footer_contact__telNum {
    font-weight: 700;
    font-size: 4.4rem;
    color: #d0111b !important;
    line-height: .9
}

.l-footer_contact__telSup {
    margin-left: 1.2em;
    font-weight: 500;
    color: #d0111b;
    line-height: 1.3
}

.l-footer_contact__emailWrap {
    width: 50%;
    padding-left: 7.5em
}

@media (max-width: 1599.9px) {
    .l-footer_contact__whBox {
        padding: 3em 3.5em
    }

    .l-footer_contact__telNum {
        font-size: 4.4rem
    }

    .l-footer_contact__emailWrap {
        padding-left: 3.5em
    }
}

@media (max-width: 1199.9px) {
    .l-footer_contact__whBox {
        padding: 3em 6em
    }

    .l-footer_contact__telFx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .l-footer_contact__telNum {
        font-size: 4.8rem
    }

    .l-footer_contact__telSup {
        margin-top: .8em;
        margin-left: 0
    }
}

@media (max-width: 991.9px) {
    .l-footer_contact__titleLayout {
        margin-bottom: 2.5em
    }

    .l-footer_contact__titleFrame {
        width: 100%
    }

    .l-footer_contact__titleContsFrame {
        width: 100%;
        margin-top: 2em
    }

    .l-footer_contact__whBox {
        padding: 2em 3em
    }

    .l-footer_contact__telTitle {
        font-size: 1.8rem
    }

    .l-footer_contact__telNum {
        font-size: 3.2rem
    }

    .l-footer_contact__emailWrap {
        padding-left: 3em;
        text-align: center
    }
}

@media (max-width: 767.9px) {
    .l-footer_contact__whBox {
        padding: 2em
    }

    .l-footer_contact__telWrap {
        width: 100%;
        padding-right: 0;
        padding-bottom: 1.5em;
        border-right: none;
        border-bottom: 1px solid #ddd;
        text-align: center
    }

    .l-footer_contact__telFx {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .l-footer_contact__emailWrap {
        width: 80%;
        margin-top: 2em;
        padding-left: 0
    }
}

.l-footer__inr01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-footer__logoWrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.l-footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-footer__logo > a {
    display: block;
    max-width: 28.7rem
}

.l-footer__bnrItem > a:hover, .l-footer__logo > a:hover, .l-header__logo > a:hover, .l-header_contact__tel:hover {
    opacity: .8
}

.l-footer__logo > a > svg {
    display: block;
    width: 100%;
    height: auto
}

.l-footer__logo > a > svg, .l-footer__logo > a > svg _:-ms-lang(x)::-ms-backdrop {
    max-height: 5.3rem
}

.l-footer__address {
    margin-top: 1.2em
}

.l-footer__sns {
    margin-top: 1.5em
}

.l-footer__bnrFx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -1em -.5em 0
}

.l-footer__bnrItem {
    margin-top: 1em;
    padding: 0 .5em
}

.l-footer__bnrItem > a {
    display: block;
    padding: .3em;
    max-width: 25rem;
    border: 1px solid #ddd
}

.l-footer__contsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3em
}

.l-footer__contsWrap > * + * {
    margin-left: 5em
}

.l-footer__row02 {
    padding: 1.3em 0;
    font-size: 1.4rem;
    line-height: 1.3
}

.l-footer__inr02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1199.9px) {
    .l-footer__contsWrap > * + * {
        margin-left: 3em
    }
}

@media (max-width: 991.9px) {
    .l-footer__logoWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .l-footer__logo > a {
        max-width: 22rem
    }

    .l-footer__logo > a > svg, .l-footer__logo > a > svg _:-ms-lang(x)::-ms-backdrop {
        max-height: 4rem
    }

    .l-footer__address {
        margin-top: 1em
    }

    .l-footer__sns {
        margin-top: 1.2em
    }

    .l-footer__bnrFx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .l-footer__bnrItem {
        width: 33.3333%
    }

    .l-footer__row02 {
        padding: 1.2em 0;
        font-size: 1.2rem
    }

    .l-footer__inr02 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575.9px) {
    .l-footer__bnrItem {
        width: 50%
    }
}

.l-header {
    z-index: 105;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.5em 0;
    background-color: #fff
}

.l-header__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(160rem + (5vw * 2));
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw
}

.l-header__logoWrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.l-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-right: 2em
}

.l-header__logo > a {
    display: block;
    max-width: 28.7rem
}

.l-header__logo > a > svg {
    display: block;
    width: 100%;
    height: auto
}

.l-header__logo > a > svg, .l-header__logo > a > svg _:-ms-lang(x)::-ms-backdrop {
    max-height: 5.3rem
}

@media (max-width: 991.9px) {
    .l-header, .l-header__inr {
        padding: 0
    }

    .l-header__logoWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 105;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 6.6rem;
        padding-left: 5vw;
        background-color: #fff;
        -webkit-box-shadow: 0 0 .5em rgba(204, 204, 204, .2);
        box-shadow: 0 0 .5em rgba(204, 204, 204, .2)
    }

    .l-header__logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 1em 0
    }

    .l-header__logo > a {
        max-width: 22rem
    }

    .l-header__logo > a > svg, .l-header__logo > a > svg _:-ms-lang(x)::-ms-backdrop {
        max-height: 4rem
    }
}

.l-header_contsFx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.l-header_contsFx__gnavFrame {
    margin-top: 1em
}

@media (max-width: 991.9px) {
    .l-header_contsFx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .l-header_contsFx__snsFrame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 3em
    }

    .l-header_contsFx__gnavFrame {
        margin-top: 0;
        margin-bottom: 4em
    }
}

.l-header_contact, .l-header_contact__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-header_contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l-header_contact__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.l-header_contact__telNum {
    display: block;
    font-weight: 700;
    font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, Verdana, arial, sans-serif;
    font-size: 3.4rem;
    color: #d0111b;
    line-height: .9
}

.l-header_contact__telSup {
    display: block;
    margin-top: .4em;
    font-size: 1.4rem;
    color: #222;
    line-height: 1.3
}

.l-header_contact__email {
    display: block;
    width: 22rem;
    max-width: 100%;
    margin-left: 2em;
    padding: .8em;
    border: 1px solid #ff9f1c;
    background-color: #ff9f1c;
    text-align: center;
    font-weight: 500;
    color: #fff;
    line-height: 1.3
}

.l-header_contact__email:hover {
    background-color: #fff;
    color: #ff9f1c
}

@media (max-width: 991.9px) {
    .l-header_contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 30em;
        margin: 0 auto;
        padding: 1.5em;
        border: 1px solid #e0dbd8
    }

    .l-header_contact__tel {
        text-align: center
    }

    .l-header_contact__telNum {
        font-size: 3rem
    }

    .l-header_contact__email {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 1.2em;
        padding: 1em;
        font-size: 1.6rem
    }
}

@media (min-width: 992px) {
    .l-header_gnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .l-header_gnav__item + .l-header_gnav__item {
        margin-left: 3em
    }

    .l-header_gnav__anc {
        display: block;
        padding: .5em 0;
        line-height: 1.3
    }

    .l-header_gnav__anc:hover {
        color: #ff9f1c
    }
}

@media (max-width: 991.9px) {
    .l-header_gnav__item {
        border-bottom: 1px solid #d0111b;
    }

    .l-header_gnav__anc {
        display: block;
        padding: 1.2em;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.3
    }

    .l-header_gnav__anc:hover {
        background-color: #e9f4fd
    }
}

.c-anc {
    color: #25b4e0;
    text-decoration: underline
}

.c-anc:hover {
    text-decoration: none
}

.c-box {
    padding: 3em;
    background-color: #f2f3f4
}

@media (max-width: 991.9px) {
    .c-box {
        padding: 2em
    }
}

@media (max-width: 767.9px) {
    .c-box {
        padding: 2em 1.5em
    }
}

.c-btn_wrap {
    margin-top: 3.5em;
    text-align: center
}

.c-btn_wrap.-col > * + * {
    margin-left: 2em
}

@media (max-width: 991.9px) {
    .c-btn_wrap {
        margin-top: 2.5em
    }
}

@media (max-width: 767.9px) {
    .c-btn_wrap.-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c-btn_wrap.-col > * + * {
        margin-top: 1.5em;
        margin-left: 0
    }
}

.c-btn {
    display: inline-block;
    width: 27rem;
    max-width: 100%;
    padding: 1em;
    background-color: none;
    border: 1px solid #fff;
    text-align: center;
    font-weight: 500;
    color: #fff
}
.more2{
    background:#d0111b;
    color: #ffffff;
}
.c-btn:hover {
    background-color: #fff;
    color: #d0111b;
    border-radius: 10px;
}
.more2:hover{
    background:#ff9f1c;
    color: #ffffff;
}
.c-btn.-contact {
    width: 46rem;
    font-size: 2rem
}
.c-btn.-contact .iconfont{
    color: #ffffff;
    font-size: 20px;
    margin-right: 7px;
}
.c-btn.-back {
    background-color: #f2f3f4;
    border-color: #f2f3f4;
    color: #222
}

.c-btn.-back:hover {
    background-color: #ccc;
    border-color: #ccc
}

@media (max-width: 991.9px) {
    .c-btn {
        width: 20rem;
        padding: .8em
    }

    .c-btn.-contact {
        width: 36rem;
        font-size: 1.8rem
    }
}

.c-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -3em;
    margin-left: -3em
}

.c-col__item {
    width: 50%;
    margin-top: 3em;
    padding-left: 3em
}

.c-col.-gap_xs {
    margin-top: -1.2em
}

.c-col.-gap_xs > .c-col__item {
    margin-top: 1.2em
}

.c-col.-gutter_xs {
    margin-left: -1.2em
}

.c-col.-gutter_xs > .c-col__item {
    padding-left: 1.2em
}

.c-col.-col3, .c-col.-col4 {
    margin-top: -3.5em;
    margin-left: -3.5em
}

.c-col.-col3 > .c-col__item, .c-col.-col4 > .c-col__item {
    width: 33.3333%;
    margin-top: 3.5em;
    padding-left: 3.5em
}

@media (min-width: 768px) {
    .c-col.-col3.-row > .c-col__item:nth-child(n+4) {
        display: none
    }
}

.c-col.-col4 > .c-col__item {
    width: 25%
}

.c-col.-service {
    margin-top: -2.5em;
    margin-left: -2.5em;
    counter-reset: number 0
}

.c-col.-service > .c-col__item {
    width: 25%;
    margin-top: 2.5em;
    padding-left: 2.5em
}

@media (max-width: 1399.9px) {
    .c-col.-col4 > .c-col__item {
        width: 33.3333%
    }
}

@media (max-width: 1199.9px) {
    .c-col.-service > .c-col__item {
        width: 33.3333%
    }
}

@media (max-width: 991.9px) {
    .c-col {
        margin-top: -2em;
        margin-left: -3%
    }

    .c-col__item {
        margin-top: 2em;
        padding-left: 3%
    }

    .c-col.-gap_xs {
        margin-top: -1em
    }

    .c-col.-gap_xs > .c-col__item {
        margin-top: 1em
    }

    .c-col.-gutter_xs {
        margin-left: -1em
    }

    .c-col.-gutter_xs > .c-col__item {
        padding-left: 1em
    }

    .c-col.-col3, .c-col.-col4 {
        margin-top: -2.5em;
        margin-left: -4%
    }

    .c-col.-col3 > .c-col__item, .c-col.-col4 > .c-col__item {
        margin-top: 2.5em;
        padding-left: 4%
    }

    .c-col.-col4 > .c-col__item {
        width: 50%
    }

    .c-col.-service {
        margin-top: -3%;
        margin-left: -3%
    }

    .c-col.-service > .c-col__item {
        width: 33.3333%;
        margin-top: 3%;
        padding-left: 3%
    }
}

@media (max-width: 767.9px) {
    .c-col__item {
        width: 100%
    }

    .c-col.-col3 > .c-col__item, .c-col.-service > .c-col__item {
        width: 50%
    }
}

.c-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw
}

@media (min-width: 992px) {
    .c-inner {
        max-width: calc(120rem + (5vw * 2))
    }

    .c-inner.-full {
        max-width: 100%
    }

    .c-inner.-lg {
        max-width: calc(160rem + (5vw * 2))
    }

    .c-boxpd {
        padding-top: 6.25em;
        padding-bottom: 6.25em
    }

    .c-boxpd_sm {
        padding-top: 5em;
        padding-bottom: 5em
    }

    .c-boxpd_md {
        padding-top: 7.5em;
        padding-bottom: 7.5em
    }

    .c-boxpd_lg {
        padding-top: 10em;
        padding-bottom: 10em
    }
}

@media (max-width: 991.9px) {
    .c-boxpd {
        padding-top: 4.25em;
        padding-bottom: 4.25em
    }

    .c-boxpd_sm {
        padding-top: 3.5em;
        padding-bottom: 3.5em
    }

    .c-boxpd_md {
        padding-top: 5em;
        padding-bottom: 5em
    }

    .c-boxpd_lg {
        padding-top: 6.5em;
        padding-bottom: 6.5em
    }
}

.c-iframe {
    position: relative;
    padding-top: 52.5%;
    height: 0;
    overflow: hidden
}

.c-iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

@media (max-width: 767.9px) {
    .c-iframe {
        padding-top: 65%
    }
}

.c-ofi {
    position: relative;
    padding-top: 60%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.c-ofi__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;'
    -webkit-transition: all .4s 0s;
    transition: all .4s 0s;
}

.c-ofi__img.-top {
    -o-object-position: center top;
    object-position: center top;
    font-family: 'object-fit: cover; object-position: center top;'
}

.c-ofi__img.-left {
    -o-object-position: left center;
    object-position: left center;
    font-family: 'object-fit: cover; object-position: left center;'
}

.c-ofi__img.-right {
    -o-object-position: right center;
    object-position: right center;
    font-family: 'object-fit: cover; object-position: right center;'
}

.c-ofi__img.-bottom {
    -o-object-position: center bottom;
    object-position: center bottom;
    font-family: 'object-fit: cover; object-position: center bottom;'
}

.c-ofi__img.-contain {
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain; object-position: center center;'
}

.mw_wp_form .error {
    margin-top: 1em;
    padding: .4em .8em;
    background-color: #f2f3f4;
    font-weight: 400;
    color: #c11
}

.c-form_ss {
    max-width: 10rem
}

@media (max-width: 575.9px) {
    .c-form_ss {
        max-width: 100%
    }
}

.c-form_sm {
    max-width: 25rem
}

@media (max-width: 575.9px) {
    .c-form_sm {
        max-width: 100%
    }
}

.c-form_md {
    max-width: 50rem
}

.c-form_sup {
    margin-top: .4em;
    font-size: 1.4rem
}

.c-form_req {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-form_req__label {
    display: block;
    margin-left: 2em;
    padding: .6em 1em;
    background-color: #d0111b;
    border: 1px solid #d0111b;
    text-align: center;
    font-weight: 500;
    font-size: 80%;
    color: #fff;
    line-height: 1;
    letter-spacing: .1rem
}

.c-form_req__label.-not {
    background-color: #f2f3f4;
    border-color: #ccc;
    color: #d0111b;
}

.c-form_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -3em;
    margin-left: -4em
}

.c-form_dl__item {
    width: calc(50% - 4em);
    margin-top: 3em;
    margin-left: 4em;
    padding-bottom: 2em;
    border-bottom: 1px solid #e0dbd8
}

.c-form_dl__item.-full {
    width: calc(100% - 4em)
}

.c-form_dl__title {
    margin-bottom: 1.5em;
    padding: .8em 1.5em;
    background-color: #f4f4f4;
    font-weight: 500;
    line-height: 1.3
}

@media (max-width: 991.9px) {
    .c-form_dl {
        margin-top: -2em;
        margin-left: -4%
    }

    .c-form_dl__item {
        width: calc(46%);
        margin-top: 2em;
        margin-left: 4%;
        padding-bottom: 1.5em
    }

    .c-form_dl__item.-full {
        width: calc(96%)
    }

    .c-form_dl__title {
        margin-bottom: 1.2em;
        padding: .8em 1.2em
    }
}

@media (max-width: 767.9px) {
    .c-form_dl__item {
        width: calc(96%)
    }
}

.c-form_unit__item + .c-form_unit__item {
    margin-top: 1.2em
}

.c-form_unit__fx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-form_unit__unit {
    padding-left: .8em;
    white-space: nowrap
}

.c-form_unit__error:not(:empty) {
    margin-top: 1em
}

.c-form_label__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-form_label__item + .c-form_label__item {
    margin-top: 1.2em
}

.c-form_label__label {
    width: 16rem;
    padding-top: .6em;
    text-align: right
}

.mw_wp_form_confirm .c-form_label__label {
    padding-top: 0
}

.c-form_label__conts {
    width: calc(100% - 16rem);
    padding-left: 1em
}

.c-form_label.-sm .c-form_label__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.c-form_label.-sm .c-form_label__label {
    width: auto;
    white-space: nowrap
}

.c-form_label.-sm .c-form_label__conts {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    padding-left: 1em
}

@media (max-width: 991.9px) {
    .c-form_label__label {
        padding-top: 1.2em
    }
}

@media (max-width: 767.9px) {
    .c-form_label__label {
        width: 100%;
        padding-top: 0;
        text-align: left
    }

    .c-form_label__conts {
        width: 100%;
        margin-top: .5em;
        padding-left: 0
    }

    .c-form_label.-sm .c-form_label__label {
        padding-top: 1.5em
    }
}

.c-form_cb, .c-form_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 2
}

.mw_wp_form_input .c-form_cb, .mw_wp_form_input .c-form_radio {
    margin-left: -2em
}

.mw_wp_form_input .c-form_cb > *, .mw_wp_form_input .c-form_radio > * {
    margin-left: 2em !important
}

.mw_wp_form_input .c-form_cb.-subject > *, .mw_wp_form_input .c-form_radio.-subject > * {
    width: calc(33.3333% - 2em)
}

.c-form_cb.-vertical, .c-form_radio.-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.c-form_cb label, .c-form_radio label {
    display: block;
    cursor: pointer
}

.c-form_agree label > input, .c-form_cb label > input, .c-form_radio label > input {
    position: absolute;
    visibility: hidden
}

.c-form_cb label > input + span, .c-form_radio label > input + span {
    position: relative;
    display: inline-block;
    line-height: 1.5
}

.c-form_cb label > input + span::before, .c-form_radio label > input + span::before {
    content: '';
    display: block;
    position: absolute
}

.c-form_cb label > input:checked + span::after, .c-form_radio label > input:checked + span::after {
    content: '';
    display: block;
    position: absolute
}

@media (max-width: 1399.9px) {
    .mw_wp_form_input .c-form_cb.-subject > *, .mw_wp_form_input .c-form_radio.-subject > * {
        width: calc(50% - 2em)
    }
}

.c-form_radio label > input + span {
    padding-left: 1.8em
}

.c-form_radio label > input + span::before {
    top: .5em;
    left: 0;
    width: 1.125em;
    height: 1.125em;
    border-radius: 50%;
    border: 1px solid #aaa;
    background-color: #f2f3f4
}

.c-form_radio label > input:checked + span::after {
    top: .8em;
    left: .3125em;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    background-color: #d0111b;
}

.c-form_cb label > input + span {
    padding-left: 2.8rem
}

.c-form_cb label > input + span::before {
    top: .2em;
    left: 0;
    width: 1.1em;
    height: 1.1em;
    border: 1px solid #aaa;
    background-color: #f2f3f4
}

.c-form_cb label > input:checked + span::after {
    top: .35em;
    left: .2em;
    width: 1.2em;
    height: .5em;
    border-left: .3rem solid #d0111b;
    border-bottom: .3rem solid #d0111b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-form_agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.3;
    letter-spacing: .1rem
}

.c-form_agree label > input + span {
    position: relative;
    display: inline-block;
    padding-left: 1.8em
}

.c-form_agree label > input + span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #aaa;
    background-color: #f2f3f4
}

.c-form_agree label > input:checked + span::after {
    display: block;
    content: '';
    position: absolute;
    top: .1875em;
    left: .1875em;
    width: 1.125em;
    height: .6em;
    border-left: .3rem solid #d0111b;
    border-bottom: .3rem solid #d0111b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-icon {
    display: inline-block;
    position: relative;
    padding-right: 1.3em;
    line-height: 1.3
}

.c-icon::before {
    position: absolute;
    top: .15em;
    right: 0
}

.c-icon.-front, .c-icon.-phone {
    padding-left: 1.3em;
    padding-right: 0
}

.c-icon.-front::before {
    left: 0;
    right: auto
}

.c-icon.-phone {
    padding-left: .6em;
    line-height: .9
}
.c-icon.-phone .iconfont{
    font-size: 35px;
    color:#d0111b;
    top: 5px;
    left: -.25em;
    position: absolute;
    right: auto;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.c-icon.-email::before, .c-icon.-phone::before {
    right: auto;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*.c-icon.-phone::before {*/
/*    top: 0;*/
/*    -webkit-transform: scale(.7);*/
/*    transform: scale(.7);*/
/*    left: -.25em;*/
/*    content: "\e904"*/
/*}*/

.c-icon.-email {
    padding-left: 1.3em;
    padding-right: 0
}

.c-icon.-email::before {
    left: 0;
    content: "\e903"
}

.c-img, .c-img_full {
    display: block;
    height: auto
}

.c-img {
    max-width: 100%
}

.c-img_full {
    width: 100%
}

.c-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 9rem;
    padding: .4em 1em .3em;
    background-color: #d0111b;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.3
}

@media (max-width: 991.9px) {
    .c-label {
        min-width: 8rem;
        padding: .5em 1em .4em;
        font-size: 1.4rem
    }
}

.c-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-link__item + * {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #222
}

.c-link__item > a {
    display: block;
    line-height: 1.3
}

.c-link__item > a:hover, .c-link_vertical__item > a:hover {
    text-decoration: underline
}

.c-link.-white .c-link__item + * {
    border-color: #fff
}

.c-link.-white .c-link__item > a, .c-link_verticalBdl.-white .c-link_verticalBdl__item > a {
    color: #f2cdce
}
.c-link.-white .c-link__item .act{
    color: #ffffff;
}
.c-link_verticalBdl__item, .c-link_vertical__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-link_vertical__item + .c-link_vertical__item {
    margin-top: 2em
}

.c-link_verticalBdl__item > a, .c-link_vertical__item > a {
    display: block;
    padding: .5em;
    line-height: 1.3
}

@media (max-width: 991.9px) {
    .c-link_vertical__item + .c-link_vertical__item {
        margin-top: 1.5em
    }
}

.c-link_verticalBdl__item + .c-link_verticalBdl__item {
    margin-top: .6em
}

.c-link_verticalBdl__item > a {
    position: relative;
    padding: .3em 1em
}

.c-link_verticalBdl__item > a::before {
    content: '';
    display: block;
    position: absolute;
    top: .85em;
    left: .1em;
    width: 6px;
    height: 2px;
    background-color: #222
}

@media (min-width: 992px) {
    .c-link_verticalBdl__item > a::before {
        -webkit-transition: background-color .4s 0s;
        transition: background-color .4s 0s
    }
}

.c-link_verticalBdl.-white .c-link_verticalBdl__item > a:hover, .c-link_verticalBdl__item > a:hover {
    color: #fff
}
.c-link_verticalBdl.-white .c-link_verticalBdl__item > a.act{
    color: #ffffff;
}
.c-link_verticalBdl.-white .c-link_verticalBdl__item > a.act::before{
    background-color: #fff;
}
.c-link_sns__item > a:hover, .c-link_verticalBdl.-white .c-link_verticalBdl__item > a:hover::before, .c-link_verticalBdl__item > a:hover::before {
    background-color: #fff
}

.c-link_verticalBdl.-white .c-link_verticalBdl__item > a::before {
    background-color: #f2cdce
}

@media (max-width: 991.9px) {
    .c-link_verticalBdl.-horizon_tb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -.8em;
        margin-left: -1em
    }

    .c-link_verticalBdl.-horizon_tb .c-link_verticalBdl__item {
        margin-top: .8em;
        margin-left: 1em
    }

    .c-link_verticalBdl.-horizon_tb .c-link_verticalBdl__item + .c-link_verticalBdl.-horizon_tb .c-link_verticalBdl__item {
        margin-top: .8em
    }
}

.c-link_sns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-link_sns__item + .c-link_sns__item {
    margin-left: 1.2em
}

.c-link_sns__item.-text {
    font-weight: 700;
    font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, Verdana, arial, sans-serif;
    color: #d0111b;
    line-height: 1.3
}

.c-link_btn, .c-link_sns, .c-link_sns__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-link_sns__item > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    background-color: #d0111b;
}

.c-link_sns__item > a > svg {
    width: 1.2em;
    height: 1.2em;
    fill: #fff
}

.c-link_btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-link_btn__item {
    width: 16.6666%;
    border: 1px solid #fff
}

.c-link_btn__anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 1em;
    background-color: #f2f3f4;
    text-align: center;
    line-height: 1.3
}

.c-link_btn__anc:hover {
    background-color: #d0111b;
    color: #ffffff;
}

.c-link_btn__anc.-active {
    background-color: #d0111b;
    color: #fff;
    pointer-events: none
}

@media (max-width: 991.9px) {
    .c-link_btn__item {
        width: 25%
    }
}

@media (max-width: 767.9px) {
    .c-link_btn__item {
        width: 33.3333%
    }
}

@media (max-width: 575.9px) {
    .c-link_btn__item {
        width: 50%
    }
}

.c-list__item {
    position: relative;
    padding-left: 1.6em;
    line-height: 1.5
}

.c-list__item:not(:first-child) {
    margin-top: .4em
}

.c-list__head {
    position: absolute;
    left: 0
}

.c-list.-word .c-list__item {
    padding-left: 6.5em
}

.c-list.-word .c-list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 6em
}

.c-list_bdb__item {
    position: relative;
    padding-left: 1.2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e0dbd8;
    font-size: 1.8rem;
    line-height: 1.5
}

.c-list_bdb__item + .c-list_bdb__item {
    margin-top: 1.2em
}

.c-list_bdb__item::before {
    content: '';
    display: block;
    position: absolute;
    top: .5em;
    left: .2em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d0111b;
}

@media (max-width: 991.9px) {
    .c-list_bdb__item {
        font-size: 1.6rem
    }

    .c-list_bdb__item::before {
        top: .5em;
        width: 6px;
        height: 6px
    }
}

.c-list_history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 1em;
    border-bottom: 1px solid #e0dbd8
}

.c-list_history__item + .c-list_history__item {
    margin-top: 1.5em
}

.c-list_history__item > dt {
    position: relative;
    width: 25rem;
    padding-right: 5em
}

.c-list_history__item > dt::before, .c-modal__close::after, .c-modal__close::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 1.5em;
    bottom: 0;
    margin: auto;
    width: 3em;
    height: 2px;
    background-color: #d0111b;
}

.c-list_history__item > dd {
    width: calc(100% - 25rem);
    line-height: 1.5
}

@media (max-width: 991.9px) {
    .c-list_history__item + .c-list_history__item {
        margin-top: 1.2em
    }

    .c-list_history__item > dt {
        width: 22rem
    }

    .c-list_history__item > dd {
        width: calc(100% - 22rem)
    }
}

@media (max-width: 767.9px) {
    .c-list_history__item + .c-list_history__item {
        margin-top: 1.2em
    }

    .c-list_history__item > dt {
        width: 100%;
        margin-bottom: .8em;
        padding-bottom: .8em
    }

    .c-list_history__item > dt::before {
        top: auto;
        left: 0;
        right: auto;
        bottom: 0;
        width: 5em;
        height: 1px
    }

    .c-list_history__item > dd {
        width: 100%
    }
}

.c-modal, .c-modal__overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.c-modal {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    z-index: 105;
    position: fixed
}

.c-modal.is-act, .c-modal__item.is-open {
    opacity: 1;
    pointer-events: auto
}

.c-modal__overlay {
    z-index: 1;
    position: absolute;
    background-color: rgba(17, 17, 17, .7)
}

.c-modal__close {
    display: block;
    z-index: 3;
    position: absolute;
    top: 2em;
    right: 2em;
    width: 3em;
    height: 3em;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-modal__close::after, .c-modal__close::before {
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #fff
}

@media (min-width: 992px) {
    .c-modal__close::after, .c-modal__close::before {
        -webkit-transition: all .4s 0s;
        transition: all .4s 0s
    }
}

.c-modal__close::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-modal__close:hover::after, .c-modal__close:hover::before {
    opacity: .7
}

.c-modal__item {
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 120rem;
    max-width: 92%;
    max-height: calc(100vh - 15em);
    min-height: 10em;
    overflow: auto;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
    pointer-events: none
}

@media (max-width: 991.9px) {
    .c-modal__close {
        top: 3.5vw;
        right: 3.5vw;
        width: 2.5em;
        height: 2.5em
    }

    .c-modal__item {
        max-height: calc(100vh - (3.5vw + 3em) * 2)
    }
}

.c-pagination, .c-pagination__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-pagination {
    margin-top: 6em;
    padding: 1.2em 0;
    border-top: 1px solid #e0dbd8;
    border-bottom: 1px solid #e0dbd8
}

.c-pagination__item {
    width: 2em;
    height: 2.5em;
    font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, Verdana, arial, sans-serif;
    font-size: 1.6rem;
    color: #d0111b;
    line-height: 1
}

.c-pagination__item + * {
    margin-left: 1.3em
}

.c-pagination__item.-link {
    padding: .3em;
    background-color: #fff;
    border-bottom: 1px solid transparent
}

.c-pagination__item.-link:hover {
    color: #fff;
    background-color: #d0111b;
}

.c-pagination__item.-current {
    padding: .3em;
    border-bottom: 1px solid #d0111b;
}

@media (max-width: 991.9px) {
    .c-pagination {
        margin-top: 3.5em;
        padding: 1em 0
    }

    .c-pagination__item + * {
        margin-left: 1em
    }

    .c-pagination__item.-ellipsis {
        width: 1.5em;
        height: 1.5em
    }
}

.c-style__item + .c-style__item {
    margin-top: 1.2em
}

.c-style__item + .c-style__item.-mgt_md {
    margin-top: 2em
}

@media (max-width: 991.9px) {
    .c-style__item + .c-style__item {
        margin-top: 1em
    }

    .c-style__item + .c-style__item.-mgt_md {
        margin-top: 1.5em
    }
}

.c-style_bdt__item + .c-style_bdt__item {
    margin-top: 3em;
    padding-top: 3em;
    border-top: 1px solid #e0dbd8
}

.c-style_bdt__item + .c-style_bdt__item.-bd_none {
    padding-top: 0;
    border: 0
}

@media (max-width: 991.9px) {
    .c-style_bdt__item + .c-style_bdt__item {
        margin-top: 2em;
        padding-top: 2em
    }
}

.c-tbl_responsive {
    min-height: .01%;
    overflow-x: auto
}

@media (max-width: 991.9px) {
    .c-tbl_responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        scrollbar-width: .2em;
        scrollbar-color: #d0111b #f2f3f4
    }

    .c-tbl_responsive::-webkit-scrollbar {
        height: .2em
    }

    .c-tbl_responsive::-webkit-scrollbar-track {
        background: #f2f3f4;
        border-radius: 1rem
    }

    .c-tbl_responsive::-webkit-scrollbar-thumb {
        border-radius: 1rem;
        background: #d0111b;
    }

    .c-tbl_responsive > table {
        margin-bottom: 0
    }

    .c-tbl_responsive > table > tbody > tr > td, .c-tbl_responsive > table > tbody > tr > th, .c-tbl_responsive > table > tfoot > tr > td, .c-tbl_responsive > table > tfoot > tr > th, .c-tbl_responsive > table > thead > tr > td, .c-tbl_responsive > table > thead > tr > th {
        white-space: nowrap
    }
}

.c-tbl tr > td, .c-tbl tr > th {
    padding: 1.2em 2em;
    border: 1px solid #e0dbd8
}

.c-tbl tr > th {
    width: 30rem;
    background-color: #f4f4f4;
    border:1px solid #e0dbd8;
}

@media (max-width: 991.9px) {
    .c-tbl tr > td, .c-tbl tr > th {
        padding: 1em 1.5em
    }

    .c-tbl tr > th {
        width: 20rem
    }
}

@media (max-width: 767.9px) {
    .c-tbl tr > td, .c-tbl tr > th {
        padding: .8em 1.2em
    }

    .c-tbl.-block_sp tr > td, .c-tbl.-block_sp tr > th {
        display: block;
        width: 100%;
        margin-top: -1px;
        text-align: center;
    }
}

.c-txt_catch {
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.6
}

.c-txt_catch.-sm {
    font-size: 2rem
}

@media (max-width: 991.9px) {
    .c-txt_catch {
        font-size: 2rem
    }

    .c-txt_catch.-sm {
        font-size: 1.8rem
    }
}

.c-ttl_horizon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 3em;
    color: #d0111b
}

.c-ttl_horizon__main {
    font-weight: 700;
    /*font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, Verdana, arial, sans-serif;*/
    font-size: 6rem;
    line-height: .9;
    text-transform: uppercase;
}

.c-ttl_horizon__sup {
    margin-left: 1.5em;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.3;
    color:#212121;
}

.c-ttl_horizon.-sm .c-ttl_horizon__main {
    font-size: 4.8rem
}

.c-ttl_horizon.-sm .c-ttl_horizon__sup {
    margin-left: 1.2em;
    font-size: 1.4rem
}

@media (min-width: 992px) {
    .c-ttl_horizon.-vertical_pc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-ttl_horizon.-vertical_pc .c-ttl_horizon__sup {
        margin-top: 1.5em;
        margin-left: 0
    }
}

.c-ttl_horizon.-under {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
    color: #fff
}

.c-ttl_horizon.-under .c-ttl_horizon__sup {
    margin-top: 1.5em;
    margin-left: 0;
    font-weight: 400;
    font-size: 1.4rem;
    display: none;
}

@media (max-width: 991.9px) {
    .c-ttl_horizon {
        margin-bottom: 2em
    }

    .c-ttl_horizon__main {
        font-size: 4rem
    }

    .c-ttl_horizon__sup {
        margin-left: 1.2em;
        font-size: 1.6rem
    }

    .c-ttl_horizon.-sm .c-ttl_horizon__main {
        font-size: 3.2rem
    }

    .c-ttl_horizon.-sm .c-ttl_horizon__sup {
        margin-left: 1em;
        font-size: 1.2rem
    }

    .c-ttl_horizon.-vertical .c-ttl_horizon__sup {
        margin-top: 1.2em
    }

    .c-ttl_horizon.-under .c-ttl_horizon__sup {
        margin-top: 1.2em;
        font-size: 1.2rem
    }
}

@media (max-width: 767.9px) {
    .c-ttl_horizon.-vertical_sp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-ttl_horizon.-vertical_sp .c-ttl_horizon__sup {
        margin-top: 1.2em;
        margin-left: 0
    }
}

@media (max-width: 575.9px) {
    .c-ttl_horizon__main {
        font-size: 2.6rem
    }

    .c-ttl_horizon__sup {
        font-size: 1.4rem;
        margin-left: 0;
        margin-top: 5px;
    }
}

.c-ttl_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2em
}

.c-ttl_label__label {
    padding: .4em 1em .3em;
    background-color: #d0111b;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.3
}

.c-ttl_label__title {
    margin-top: .6em;
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: 500;
}

.c-ttl_label.-bdb_left .c-ttl_label__title, .c-ttl_label.-bdb_right .c-ttl_label__title {
    position: relative;
    padding-bottom: .8em
}

.c-ttl_label.-bdb_left .c-ttl_label__title::before, .c-ttl_label.-bdb_right .c-ttl_label__title::before {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #d0111b;
}
.c-ttl_label.-bdb_left .c-ttl_label__title{
    width: 100%;
}
.c-ttl_label.-bdb_left .c-ttl_label__title::before {
    left: 0;
    right: 0
}

.c-ttl_label.-bdb_right .c-ttl_label__title {
    width: 100%
}

.c-ttl_label.-bdb_right .c-ttl_label__title::before {
    left: 0;
    right: -11rem
}

@media (max-width: 991.9px) {
    .c-ttl_label {
        margin-bottom: 1.5em
    }

    .c-ttl_label__label {
        font-size: 1.2rem
    }

    .c-ttl_label__title {
        margin-top: .4em;
        font-size: 2.4rem
    }

    .c-ttl_label.-bdb_left .c-ttl_label__title, .c-ttl_label.-bdb_right .c-ttl_label__title {
        padding-bottom: .6em;
        width: 100%
    }

    .c-ttl_label.-bdb_left .c-ttl_label__title::before, .c-ttl_label.-bdb_right .c-ttl_label__title::before {
        left: 0;
        right: -11rem
    }
}

.c-ttl_strong {
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.3
}

@media (max-width: 991.9px) {
    .c-ttl_strong {
        font-size: 1.8rem
    }
}

.c-ttl_post {
    margin-bottom: 4em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

.c-ttl_post__date {
    display: block;
    margin-bottom: .2em;
    font-weight: 400;
    font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, Verdana, arial, sans-serif;
    color: #666
}

.c-ttl_post__title {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.3
}

@media (max-width: 991.9px) {
    .c-ttl_post {
        margin-bottom: 3em
    }

    .c-ttl_post__title {
        font-size: 2.4rem
    }
}

.p-art, .p-works_detailSec__slideMain .slick-list .slick-track .slick-slide > a {
    display: block
}

.p-art .c-ofi {
    overflow: hidden
}

.p-art .c-ofi__img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width: 992px) {
    .p-art .c-ofi__img {
        -webkit-transition: all .4s 0s;
        transition: all .4s 0s
    }
}

.p-art:hover .c-ofi__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.p-art__pic {
    z-index: 1;
    padding-top: 66%;
    border: 1px solid #ddd
}

.p-art__date {
    display: block;
    margin-top: 1.2em;
    font-weight: 400;
    font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, Verdana, arial, sans-serif;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.3
}

.p-art__title {
    margin-top: .8em;
    font-weight: 400;
    line-height: 1.5
}
.p-art__title:hover{
    text-decoration: none;
}
@media (min-width: 992px) {
    .p-art__title {
        -webkit-transition: color .4s 0s;
        transition: color .4s 0s
    }
}

/*.p-art:hover .p-art__title {*/
/*    text-decoration: underline*/
/*}*/

.p-art_thumb, .p-idx_advantage__imgWrap > a {
    display: block;
    height: 100%
}
.p-art_thumb:hover .p-art_thumb__title{
    color: #222222;
}
.p-art_thumb .c-ofi {
    overflow: hidden
}

.p-art_thumb .c-ofi__img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width: 992px) {
    .p-art_thumb .c-ofi__img {
        -webkit-transition: all .4s 0s;
        transition: all .4s 0s
    }
}

.p-art_thumb:hover .c-ofi__img, .p-idx_advantage__imgWrap > a:hover .c-ofi__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.p-art_thumb__pic {
    z-index: 1;
    padding-top: 98%;
    background-color: #fff;
    border: 1px solid #ddd
}

.p-art_thumb__label {
    margin-top: 1em
}

@media (min-width: 992px) {
    .p-art_thumb__label {
        -webkit-transition: background-color .4s 0s;
        transition: background-color .4s 0s
    }
}

.p-art_thumb__title {
    margin-top: .8em;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3
}
.p-art_thumb__title:hover{
    color: #222222;
}
@media (min-width: 992px) {
    .p-art_thumb__title {
        -webkit-transition: color .4s 0s;
        transition: color .4s 0s
    }
}

.p-art_thumb__text {
    margin-top: .8em;
    line-height: 1.6
}

.p-art_thumb:hover .p-art_thumb__label {
    background-color: #ff9f1c
}

@media (max-width: 991.9px) {
    .p-art_thumb__title {
        margin-top: .6em;
        font-size: 1.8rem
    }

    .p-art_thumb__text {
        margin-top: .6em
    }
}

@media (max-width: 575.9px) {
    .p-art_thumb__title {
        font-size: 1.4rem;
        text-align: center;
    }
}

.p-card_icon, .p-card_icon__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-card_icon {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 2.5em 1.5em;
    border: 1px solid #d0111b;
}

.p-card_icon::after {
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    bottom: 1em;
    width: 1.2em;
    height: 1.2em;
    border-right: 7px solid #ff9f1c;
    border-bottom: 7px solid #ff9f1c
}

.p-card_icon__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12rem;
    height: 12rem;
    background-color: #d0111b;
    border-radius: 50%
}

.p-card_icon__icon > .c-img {
    width: 7.5rem
}

.p-card_icon__title {
    margin-top: .8em;
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.3
}

.p-card_icon__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -1em;
    margin-left: -2em
}

.p-card_icon__listItem {
    margin-top: 1em;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #e0dbd8;
    line-height: 1.3
}

@media (max-width: 991.9px) {
    .p-card_icon {
        padding: 2em 1.2em
    }

    .p-card_icon::after {
        right: .8em;
        bottom: .8em;
        width: 1em;
        height: 1em;
        border-width: 4px
    }

    .p-card_icon__icon {
        width: 8rem;
        height: 8rem
    }

    .p-card_icon__icon > .c-img {
        width: 5.5rem
    }

    .p-card_icon__title {
        font-size: 2rem
    }

    .p-card_icon__list {
        margin-top: -.8em;
        margin-left: -1.6em
    }

    .p-card_icon__listItem {
        margin-top: .8em;
        margin-left: .8em;
        padding-left: .8em
    }
}

@media (max-width: 575.9px) {
    .p-card_icon {
        padding: 2em 1em
    }

    .p-card_icon::after {
        right: .6em;
        bottom: .6em;
        width: .8em;
        height: .8em;
        border-width: 3px
    }

    .p-card_icon__icon {
        width: 7.5rem;
        height: 7.5rem
    }

    .p-card_icon__icon > .c-img {
        width: 5rem
    }

    .p-card_icon__title {
        font-size: 1.8rem
    }

    .p-card_icon__list {
        margin-top: -.8em;
        margin-left: -1.6em
    }

    .p-card_icon__listItem {
        margin-top: .8em;
        margin-left: .8em;
        padding-left: .8em
    }
}

.p-obj, .p-obj__conts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-obj {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-obj.-row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-obj__conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 50%;
    padding: 5em;
    background-color: #fff
}

.p-obj__imgWrap {
    position: relative;
    width: 50%;
    min-height: 52rem
}

.p-obj__pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 0
}

@media (max-width: 1599.9px) {
    .p-obj__conts {
        padding: 3.5em
    }
}

@media (max-width: 991.9px) {
    .p-obj__conts {
        width: 100%;
        padding: 0 0 3em
    }

    .p-obj__imgWrap {
        width: 100%;
        min-height: 50vw
    }
}
.p-company_philosophy #map{
    width: 100%;
    height: 500px;
    position: inherit;
}
.p-under_kv {
    padding: 6em 0;
    background: url(../images/kv_default.jpg) center right 5%/cover no-repeat
}
.p-under_contact {
    padding: 6em 0;
    background: url(../images/bannercontact.jpg) center right 5%/cover no-repeat
}
.p-under_news {
    padding: 6em 0;
    background: url(../images/bannernews.jpg) center right 5%/cover no-repeat
}
.p-under_honor {
    padding: 6em 0;
    background: url(../images/bannerhonor.jpg) center right 5%/cover no-repeat
}
.p-under_sc {
    padding: 6em 0;
    background: url(../images/bannersc.jpg) center right 5%/cover no-repeat
}
.p-under_service {
    padding: 6em 0;
    background: url(../images/bannerservice.jpg) center right 5%/cover no-repeat
}
.p-under_pro {
    padding: 6em 0;
    background: url(../images/bannerpro.jpg) center right 5%/cover no-repeat
}
@media (max-width: 991.9px) {
    .p-under_kv {
        padding: 3.5em 0
    }
}

.p-idx_kvSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 80rem
}

.p-idx_advantageSlide .slick-list .slick-track .slick-slide .c-ofi, .p-idx_kvSec__pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 0;
    overflow: hidden;
}

.p-idx_kvSec__catch, .p-idx_kvSec__catchWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.p-idx_kvSec__catchWrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
    position: relative
}

.p-idx_kvSec__catch {
    font-weight: 500;
    font-size: 8rem;
    color: #d0111b;
    line-height: 1.1;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

.p-idx_kvSec__catch > span {
    display: block;
    padding-bottom: .2em;
    border-bottom: 6px solid #d0111b;
}

.p-idx_kvSec__catch > span + * {
    margin-top: .3em
}

.p-idx_kvSec__sup {
    margin-top: 2.5em;
    font-size: 1.8rem;
    font-weight: 500;
    color: #d0111b;
    line-height: 2
}

@media (max-width: 1599.9px) {
    .p-idx_kvSec {
        height: 74rem
    }

    .p-idx_kvSec__catch {
        font-size: 7rem
    }
}

@media (max-width: 991.9px) {
    .p-idx_kvSec {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding-bottom: 3.5em;
        border-bottom: 1px solid #ddd
    }

    .p-idx_kvSec__pic {
        position: relative;
        width: 100%;
        padding-top: 48%
    }

    .p-idx_kvSec__catchWrap {
        margin-top: 3.5em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .p-idx_kvSec__catch {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 4.6rem
    }

    .p-idx_kvSec__catch > span {
        padding-bottom: .2em;
        border-bottom: 4px solid #d0111b;
    }

    .p-idx_kvSec__catch > span + * {
        margin-top: 0
    }

    .p-idx_kvSec__sup {
        margin-top: 1.5em;
        font-size: 1.6rem
    }
}

@media (max-width: 767.9px) {
    .p-idx_kvSec__catch {
        font-size: 4rem
    }
}

@media (max-width: 575.9px) {
    .p-idx_kvSec {
        padding-bottom: 3em
    }

    .p-idx_kvSec__catchWrap {
        margin-top: 3em
    }

    .p-idx_kvSec__catch {
        font-size: 3.2rem
    }

    .p-idx_kvSec__sup {
        letter-spacing: -.05rem
    }
}

.p-idx_newsSlide {
    margin: 0 -1.8em
}

.p-idx_newsSlide .slick-list:first-child, .p-idx_newsSlide .slick-list:first-child .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.p-idx_newsSlide .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.p-idx_newsSlide .slick-list .slick-track .slick-slide {
    float: none;
    height: 100%;
    padding: 0 1.8em
}

.p-idx_newsSlide .slick-arrow {
    z-index: 1;
    position: absolute;
    width: 5rem;
    height: 5rem;
    background-color: #d0111b;
    top: 6em;
    left: 0
}

.p-idx_newsSlide .slick-arrow::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: .4em;
    right: 0;
    bottom: 0;
    margin: auto;
    width: .5em;
    height: .5em;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.p-idx_newsSlide .slick-arrow.slick-next-cus {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.p-idx_newsSlide .slick-arrow:hover {
    background-color: #ff9f1c
}

.p-idx_newsSlide .slick-arrow.slick-disabled {
    opacity: .3;
    pointer-events: none
}

@media (max-width: 991.9px) {
    .p-idx_newsSlide .slick-arrow {
        width: 4rem;
        height: 4rem
    }

    .p-idx_newsSlide .slick-arrow::before {
        left: .2em;
        width: .6em;
        height: .6em
    }
}

@media (max-width: 575.9px) {
    .p-idx_newsSlide .slick-arrow {
        width: 3.5rem;
        height: 3.5rem
    }
}

.p-idx_newsSlide .slick-arrow.slick-next-cus {
    left: auto;
    right: 0
}

@media (max-width: 1599.9px) {
    .p-idx_newsSlide {
        margin: 0 -1.5em
    }

    .p-idx_newsSlide .slick-list .slick-track .slick-slide {
        padding: 0 1.5em
    }

    .p-idx_newsSlide .slick-arrow {
        top: 5.5vw
    }
}

@media (max-width: 1199.9px) {
    .p-idx_newsSlide .slick-arrow {
        top: 7vw
    }
}

@media (max-width: 991.9px) {
    .p-idx_newsSlide {
        margin: 0 -1.5vw
    }

    .p-idx_newsSlide .slick-list .slick-track .slick-slide {
        padding: 0 1.5vw
    }

    .p-idx_newsSlide .slick-arrow {
        top: 4em
    }
}

@media (max-width: 767.9px) {
    .p-idx_newsSlide .slick-arrow {
        top: 5em
    }
}

.p-idx_advantage__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.5em;
    overflow:hidden;
    background-color: #fff
}

.p-idx_advantage__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-idx_advantage__item:nth-child(odd) .p-idx_advantage__conts {
    padding: 6em 3.5em 6em 5em
}

.p-idx_advantage__item:nth-child(even) .p-idx_advantage__conts {
    padding: 6em 5em 6em 3.5em
}

.p-idx_advantage__item + .p-idx_advantage__item {
    margin-top: 3.5em
}

.p-idx_advantage__conts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 47%;
}

.p-idx_advantage__imgWrap {
    position: relative;
    width: 53%
}

.p-idx_advantage__imgWrap > a .c-ofi {
    overflow: hidden
}

.p-idx_advantage__imgWrap > a .c-ofi__img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width: 992px) {
    .p-idx_advantage__imgWrap > a .c-ofi__img {
        -webkit-transition: all .4s 0s;
        transition: all .4s 0s
    }
}

.p-idx_advantage__imgWrap > a .c-ofi {
    height: 458px;
    padding-top: 0
}

@media (max-width: 1399.9px) {
    .p-idx_advantage__item:nth-child(odd) .p-idx_advantage__conts {
        padding: 4em 2em 4em 4em
    }

    .p-idx_advantage__item:nth-child(even) .p-idx_advantage__conts {
        padding: 4em 4em 4em 2em
    }
}

@media (max-width: 991.9px) {
    .p-idx_advantage__item {
        padding: 3em 2em
    }

    .p-idx_advantage__item:nth-child(even) .p-idx_advantage__conts, .p-idx_advantage__item:nth-child(odd) .p-idx_advantage__conts {
        padding: 0 0 2.5em
    }

    .p-idx_advantage__item + .p-idx_advantage__item {
        margin-top: 2em
    }

    .p-idx_advantage__conts {
        width: 100%
    }

    .p-idx_advantage__imgWrap {
        width: 100%;
        height: 50vw
    }
}

@media (max-width: 767.9px) {
    .p-idx_advantage__item {
        padding: 2em 1.5em
    }

    .p-idx_advantage__item:nth-child(even) .p-idx_advantage__conts, .p-idx_advantage__item:nth-child(odd) .p-idx_advantage__conts {
        padding: 0 0 2em
    }
}

.p-idx_advantageSlide, .p-idx_advantageSlide .slick-list, .p-idx_advantageSlide .slick-list .slick-track {
    height: 100%
}

.p-idx_advantageSlide .slick-list .slick-track .slick-slide {
    position: relative;
    height: 100%;
    max-height:458px;
}
.p-idx_advantageSlide .slick-list .slick-track .slick-slide:hover .c-ofi img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.p-idx_worksSec {
    position: relative
}

.p-idx_worksSec::after, .p-idx_worksSec::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;

}
.p-idx_worksSec::before{
    background:url(../images/workssecbg.jpg) top center no-repeat;
}
.p-idx_worksSec::after {
    top: 0;
    left: 0;
    right: auto;
    bottom: 5em;
    width: 50%;
    background-color: #d0111b
}

.p-idx_worksSec > .c-inner {
    z-index: 1;
    position: relative
}

@media (max-width: 991.9px) {
    .p-idx_worksSec::before {
        top: 3.25em;
        width: 90%
    }

    .p-idx_worksSec::after {
        width: 90%;
        top: 0;
        bottom: 3.25em
    }
}

.p-idx_worksLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-idx_worksLayout__titleFrame {
    width: 35rem;
    padding-right: 2em
}

.p-idx_worksLayout__contsFrame {
    position: relative;
    width: calc(100% - 35rem);
    padding: 3em 0 6em 5em
}

.p-idx_worksLayout__contsFrame::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -10vw;
    bottom: 0;
    background-color: #fff
}

.p-idx_worksLayout__contsFrame > * {
    position: relative
}

.p-idx_worksLayout__contsFrameInr {
    margin-right: -10vw;
    padding-right: 10vw;
    overflow: hidden
}

@media (max-width: 991.9px) {
    .p-idx_worksLayout__titleFrame {
        width: 100%;
        padding-right: 10vw
    }

    .p-idx_worksLayout__contsFrame {
        width: 97%;
        margin-top: 3em;
        padding: 2em 0 3em 3em
    }

    .p-idx_worksLayout__contsFrameInr {
        margin-right: -13vw;
        padding-right: 13vw
    }
}

@media (max-width: 767.9px) {
    .p-idx_worksLayout__contsFrame {
        padding: 2em 0 3em 2em
    }
}

.p-idx_worksSlide {
    margin: 0 -1.2em;
    padding-top: 5.3em
}

.p-idx_worksSlide .slick-list {
    overflow: visible
}

.p-idx_worksSlide .slick-list, .p-idx_worksSlide .slick-list _:-ms-lang(x)::-ms-backdrop {
    overflow: hidden
}

.p-idx_worksSlide .slick-list:first-child, .p-idx_worksSlide .slick-list:first-child .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.p-idx_worksSlide .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.p-idx_worksSlide .slick-list .slick-track .slick-slide {
    float: none;
    height: 100%;
    padding: 0 1.2em
}

.p-idx_worksSlide .slick-arrow {
    z-index: 1;
    position: absolute;
    width: 5rem;
    height: 5rem;
    background-color: #d0111b;
    top: 0;
    right: calc(6rem + 1.2em)
}

.p-idx_worksSlide .slick-arrow::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: .4em;
    right: 0;
    bottom: 0;
    margin: auto;
    width: .5em;
    height: .5em;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.p-idx_worksSlide .slick-arrow.slick-next-cus {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.p-idx_worksSlide .slick-arrow:hover {
    background-color: #ff9f1c
}

.p-idx_worksSlide .slick-arrow.slick-disabled {
    opacity: .3;
    pointer-events: none
}

@media (max-width: 991.9px) {
    .p-idx_worksSlide .slick-arrow {
        width: 4rem;
        height: 4rem
    }

    .p-idx_worksSlide .slick-arrow::before {
        left: .2em;
        width: .6em;
        height: .6em
    }
}

@media (max-width: 575.9px) {
    .p-idx_worksSlide .slick-arrow {
        width: 3.5rem;
        height: 3.5rem;

    }
}

.p-idx_worksSlide .slick-arrow.slick-next-cus {
    right: 1.2em
}

@media (max-width: 991.9px) {
    .p-idx_worksSlide {
        margin: 0 -1.5vw
    }

    .p-idx_worksSlide .slick-list .slick-track .slick-slide {
        padding: 0 1.5vw
    }

    .p-idx_worksSlide .slick-arrow {
        z-index: 1;
        position: absolute;
        width: 5rem;
        height: 5rem;
        background-color: #d0111b;
        top: 0;
        right: calc(5rem + .8em)
    }

    .p-idx_worksSlide .slick-arrow::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: .4em;
        right: 0;
        bottom: 0;
        margin: auto;
        width: .5em;
        height: .5em;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .p-idx_worksSlide .slick-arrow.slick-next-cus {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1)
    }

    .p-idx_worksSlide .slick-arrow:hover {
        background-color: #ff9f1c
    }

    .p-idx_worksSlide .slick-arrow.slick-disabled {
        opacity: .3;
        pointer-events: none
    }
}

@media (max-width: 991.9px) and (max-width: 991.9px) {
    .p-idx_worksSlide .slick-arrow {
        width: 4rem;
        height: 4rem
    }

    .p-idx_worksSlide .slick-arrow::before {
        left: .2em;
        width: .6em;
        height: .6em
    }
}

@media (max-width: 991.9px) and (max-width: 575.9px) {
    .p-idx_worksSlide .slick-arrow {
        width: 3.5rem;
        height: 3.5rem
    }
}

@media (max-width: 991.9px) {
    .p-idx_worksSlide .slick-arrow.slick-next-cus {
        right: 1.5vw
    }
}

@media (max-width: 575.9px) {
    .p-idx_worksSlide {
        padding-top: 4.5em
    }
}

.l-page.-manual, .p-idx_companySec, .p-idx_companySec > *, .p-idx_recruitSec, .p-idx_recruitSec > * {
    position: relative
}

.p-idx_companySec::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: #ebebeb
}

@media (max-width: 991.9px) {
    .p-idx_companySec::before {
        height: 30%
    }
}

.p-idx_recruitSec::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: #e9f4fd
}

@media (max-width: 991.9px) {
    .p-idx_recruitSec::before {
        height: 30%
    }
}

.l-page.-manual {
    min-height: 100vh;
    padding-bottom: 1em;
    background: #fff;
    font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, Verdana, arial, sans-serif;
    color: #222
}

.l-page.-manual .l-content {
    padding-top: 0
}

.l-page.-manual .wp-editor h2, .l-page.-manual .wp-editor h3 {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: .1rem
}

.l-page.-manual .wp-editor h2 {
    padding: .8em 1em;
    background-color: #003974;
    border-left: .5rem solid #003974;
    color: #fff
}

.l-page.-manual .wp-editor h3 {
    padding-bottom: .4em;
    border-bottom: .5rem solid #003974
}

.l-page.-manual .wp-editor h4 {
    position: relative;
    padding-left: 1.5em;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: .1rem
}

.l-page.-manual .wp-editor h4::before {
    content: '';
    display: block;
    position: absolute;
    top: .3em;
    left: 0;
    width: .6em;
    height: .6em;
    background-color: #003974
}

.l-page.-manual .wp-editor a {
    color: #0086e5
}

.l-page.-manual .wp-editor ol:not([class]), .l-page.-manual .wp-editor ul:not([class]) {
    padding: 3em 3em 3em 4em;
    border: .4rem solid #003974
}

.l-page.-manual .wp-editor ol:not([class]) > li, .l-page.-manual .wp-editor ul:not([class]) > li {
    padding-bottom: .8em;
    border-bottom: 1px solid #003974
}

.l-page.-manual .wp-editor ol:not([class]) > li:not(:first-child), .l-page.-manual .wp-editor ol:not([class]) > li > ol, .l-page.-manual .wp-editor ol:not([class]) > li > ul, .l-page.-manual .wp-editor ul:not([class]) > li:not(:first-child), .l-page.-manual .wp-editor ul:not([class]) > li > ol, .l-page.-manual .wp-editor ul:not([class]) > li > ul, .wp-editor ol:not([class]) > li:not(:first-child), .wp-editor ul:not([class]) > li:not(:first-child) {
    margin-top: .8em
}

@media (max-width: 991.9px) {
    .l-page.-manual h2, .l-page.-manual h3 {
        border-width: .4rem;
        font-size: 2rem
    }

    .l-page.-manual h4 {
        padding-left: 1.3em;
        font-size: 1.6rem
    }

    .l-page.-manual h4::before {
        top: .4em;
        width: .5em;
        height: .5em
    }

    .l-page.-manual ol:not([class]), .l-page.-manual ul:not([class]) {
        padding: 1.5em 1.5em 1.5em 2.5em;
        border-width: 2px
    }
}

.p-manual_header {
    padding: 1.2em 0;
    background-color: #003974
}

.p-manual_header__heading, .p-manual_header__inr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-manual_header__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-manual_header__heading {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 2em
}

.p-manual_header__heading > a {
    display: block;
    font-weight: 500;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.3
}

.p-manual_header__heading > a:hover, .p-works_detailSec__slideMain .slick-list .slick-track .slick-slide > a:hover {
    opacity: .8
}

.p-manual_header__heading, .p-manual_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-manual_header__adminBtn {
    display: block;
    padding: .6em 1.2em;
    border: 1px solid #fff;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.3
}

.p-manual_header__adminBtn:hover {
    background-color: #fff;
    color: #003974
}

.p-manual_kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 10rem;
    padding: 1em 0;
    background-color: #eee
}

.p-manual_kv__title {
    padding-left: .8em;
    border-left: .5rem solid #003974;
    font-size: 2.4rem;
    line-height: 1.5
}

@media (max-width: 991.9px) {
    .p-manual_kv__title {
        font-size: 2rem
    }
}

.p-manual_mainConts {
    padding-top: 7em;
    padding-bottom: 7em
}

@media (max-width: 991.9px) {
    .p-manual_mainConts {
        padding-top: 4em;
        padding-bottom: 4em
    }
}

.p-manual_post {
    margin-top: -1.5em
}

.p-manual_post__item {
    border-bottom: 1px solid #003974
}

.p-manual_post__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5em 1.5em 1.5em 3em;
    color: #222
}

.p-manual_post__link:hover {
    background-color: #eee
}

.p-manual_post__link:hover .p-manual_post__title, body.is-sp .u-pe:hover, body.is-tb .u-pe:hover {
    text-decoration: underline
}

.p-manual_post__infoWrap {
    position: relative;
    width: 20rem
}

.p-manual_post__infoWrap::before {
    content: '';
    display: block;
    position: absolute;
    top: .6em;
    left: -1.3em;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    background-color: #003974
}

.p-manual_post__title {
    width: calc(100% - 20rem)
}

@media (max-width: 991.9px) {
    .p-manual_post__link {
        padding: 1.3em 1.3em 1.3em 2em
    }

    .p-manual_post__infoWrap {
        width: 17rem
    }

    .p-manual_post__infoWrap::before {
        top: .7em;
        left: -1.2em;
        width: 6px;
        height: 6px
    }

    .p-manual_post__title {
        width: calc(100% - 17rem)
    }
}

@media (max-width: 767.9px) {
    .p-manual_post__infoWrap, .p-manual_post__title {
        width: 100%
    }

    .p-manual_post__infoWrap::before {
        top: .7em;
        width: 5px;
        height: 5px
    }
}

.p-manual_btnWrap {
    margin-top: 5em;
    text-align: center
}

@media (max-width: 991.9px) {
    .p-manual_btnWrap {
        margin-top: 3em
    }
}

.p-manual_btn {
    display: inline-block;
    width: 22rem;
    max-width: 100%;
    padding: 1em;
    background-color: #eee;
    border: 1px solid #003974;
    text-align: center;
    font-size: 1.8rem;
    color: #222;
    line-height: 1.3;
    letter-spacing: .1rem
}

.p-manual_btn:hover {
    background-color: #003974;
    color: #fff
}

@media (max-width: 991.9px) {
    .p-manual_btn {
        width: 18rem;
        padding: .8em;
        font-size: 1.6rem
    }
}

.p-manual_footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1em solid #003974
}

.p-works_detailSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 4.5em 6em;
    border-bottom: 1px solid #e0dbd8
}

.p-works_detailSec__conts {
    width: 50%;
    padding: 0 1.5em
}

.p-works_detailSec__title {
    margin-top: .6em;
    margin-bottom: 1.2em;
    padding-bottom: .8em;
    border-bottom: 1px solid #e0dbd8;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.3
}

.p-works_detailSec__catch {
    margin-bottom: 1.2em;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.5
}

.p-works_detailSec__slideWrap {
    width: 50%;
    padding: 0 1.5em
}

.p-works_detailSec__slideMain {
    position: relative;
    border: 1px solid #e0dbd8
}

.p-works_detailSec__slideMain .slick-list:first-child, .p-works_detailSec__slideMain .slick-list:first-child .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.p-works_detailSec__slideMain .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-works_detailSec__slideMain .slick-list .slick-track .slick-slide {
    float: none;
    height: 100%
}

.p-works_detailSec__slideMain .slick-list .slick-track .slick-slide .c-ofi {
    padding-top: 98%
}

.p-works_detailSec__slideSub {
    margin: 1.2em -.3em 0
}

.p-works_detailSec__slideSub .slick-list:first-child, .p-works_detailSec__slideSub .slick-list:first-child .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.p-works_detailSec__slideSub .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-works_detailSec__slideSub .slick-list .slick-track .slick-slide {
    float: none;
    height: 100%;
    padding: 0 .3em
}

.p-works_detailSec__slideSub .slick-list .slick-track .slick-slide > .c-ofi {
    padding-top: 98%;
    border: 1px solid #e0dbd8
}

.p-works_detailSec__slideSub .slick-list .slick-track .slick-slide.slick-current > .c-ofi {
    border-color: #ff9f1c
}

.p-works_detailSec__slideSub .slick-arrow {
    display: none !important
}

@media (max-width: 1399.9px) {
    .p-works_detailSec {
        margin: 0 -1.5em;
        padding: 0 0 6em
    }
}

@media (max-width: 991.9px) {
    .p-works_detailSec {
        margin: 0 -1.5%;
        padding: 0 0 3.5em
    }

    .p-works_detailSec__conts {
        width: 100%;
        padding: 0 1.5%
    }

    .p-works_detailSec__title {
        font-size: 2rem
    }

    .p-works_detailSec__catch {
        font-size: 1.6rem
    }

    .p-works_detailSec__slideWrap {
        width: 100%;
        margin-top: 3em;
        padding: 0 1.5%
    }
}

.p-sitemap_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2em -1em 0
}

.p-sitemap_list__item {
    width: 33.3333%;
    margin-top: 2em;
    padding: 0 1em
}

.p-sitemap_list__anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 2em;
    background-color: #f2f3f4
}

.p-sitemap_list__anc:hover {
    background-color: #d0111b;
}

.p-sitemap_list__anc:hover .p-sitemap_list__en, .p-sitemap_list__anc:hover .p-sitemap_list__jp {
    color: #fff
}

.p-sitemap_list__en {
    font-weight: 700;
    font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, Verdana, arial, sans-serif;
    font-size: 3.8rem;
    color: #d0111b;
    line-height: 1.3
}

@media (min-width: 992px) {
    .p-sitemap_list__en {
        -webkit-transition: color .4s 0s;
        transition: color .4s 0s
    }
}

.p-sitemap_list__jp {
    margin-top: .2em;
    font-size: 1.8rem;
    line-height: 1.3
}

@media (min-width: 992px) {
    .p-sitemap_list__jp {
        -webkit-transition: color .4s 0s;
        transition: color .4s 0s
    }
}

@media (max-width: 1199.9px) {
    .p-sitemap_list__item {
        width: 50%
    }
}

@media (max-width: 991.9px) {
    .p-sitemap_list {
        margin: -4% -2% 0
    }

    .p-sitemap_list__item {
        margin-top: 4%;
        padding: 0 2%
    }

    .p-sitemap_list__anc {
        padding: 1.5em
    }

    .p-sitemap_list__en {
        font-size: 3rem
    }

    .p-sitemap_list__jp {
        font-size: 1.6rem
    }
}

@media (max-width: 767.9px) {
    .p-sitemap_list__anc {
        padding: 1.2em
    }

    .p-sitemap_list__en {
        font-size: 2.4rem
    }

    .p-sitemap_list__jp {
        font-size: 1.4rem
    }
}

@media (max-width: 575.9px) {
    .p-sitemap_list__item {
        width: 100%
    }

    .p-sitemap_list__en {
        font-size: 3rem
    }

    .p-sitemap_list__jp {
        font-size: 1.6rem
    }
}

.u-center {
    text-align: center
}

.u-left {
    text-align: left
}

.u-right {
    text-align: right
}

@media (max-width: 575.9px) {
    .u-center_ss {
        text-align: center
    }

    .u-left_ss {
        text-align: left
    }

    .u-right_ss {
        text-align: right
    }
}

@media (min-width: 576px) and (max-width: 767.9px) {
    .u-center_xs {
        text-align: center
    }

    .u-left_xs {
        text-align: left
    }

    .u-right_xs {
        text-align: right
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .u-center_sm {
        text-align: center
    }

    .u-left_sm {
        text-align: left
    }

    .u-right_sm {
        text-align: right
    }
}

@media (min-width: 992px) and (max-width: 1199.9px) {
    .u-center_md {
        text-align: center
    }

    .u-left_md {
        text-align: left
    }

    .u-right_md {
        text-align: right
    }
}

@media (min-width: 1200px) and (max-width: 1399.9px) {
    .u-center_lg {
        text-align: center
    }

    .u-left_lg {
        text-align: left
    }

    .u-right_lg {
        text-align: right
    }
}

@media (min-width: 1400px) and (max-width: 1599.9px) {
    .u-center_xl {
        text-align: center
    }

    .u-left_xl {
        text-align: left
    }

    .u-right_xl {
        text-align: right
    }
}

@media (min-width: 1600px) {
    .u-center_xxl {
        text-align: center
    }

    .u-left_xxl {
        text-align: left
    }

    .u-right_xxl {
        text-align: right
    }
}

@media (max-width: 767.9px) {
    .u-center_sp {
        text-align: center
    }

    .u-left_sp {
        text-align: left
    }

    .u-right_sp {
        text-align: right
    }
}

@media (max-width: 991.9px) {
    .u-center_tb {
        text-align: center
    }

    .u-left_tb {
        text-align: left
    }

    .u-right_tb {
        text-align: right
    }
}

@media (min-width: 992px) {
    .u-center_pc {
        text-align: center
    }

    .u-left_pc {
        text-align: left
    }

    .u-right_pc {
        text-align: right
    }
}

@media (min-width: 1400px) {
    .u-center_dt {
        text-align: center
    }

    .u-left_dt {
        text-align: left
    }

    .u-right_dt {
        text-align: right
    }
}

.u-font {
    color: #222
}

.u-main {
    color: #d0111b;
}

.u-point {
    color: #ff9f1c
}

.u-white {
    color: #fff
}

.u-black {
    color: #111
}

.u-gray {
    color: #666
}

.u-red {
    color: #c11
}

.u-pink {
    color: #f3b
}

.u-purple {
    color: #8000ff
}

.u-navy {
    color: #00c
}

.u-blue {
    color: #0080ff
}

.u-sky {
    color: #00bfe6
}

.u-green {
    color: #00e626
}

.u-yellow {
    color: #ff0
}

.u-orange {
    color: #ff8000
}

.u-brown {
    color: #99331f
}

.u-bg_main {
    background-color: #ebebeb
}

.u-bg_white {
    background-color: #fff
}

.u-bg_gray {
    background-color: #ccc
}

.u-bg_lgray {
    background-color: #f2f3f4
}

.u-bg_dgray {
    background-color: #666
}

.u-none {
    display: none
}

.u-none_imp {
    display: none !important
}

.u-show {
    display: block
}

.u-show_imp {
    display: block !important
}

@media (max-width: 575.9px) {
    .u-hidden_ss, .u-visible_lg:not(.u-visible_ss), .u-visible_md:not(.u-visible_ss), .u-visible_sm:not(.u-visible_ss), .u-visible_xl:not(.u-visible_ss), .u-visible_xs:not(.u-visible_ss), .u-visible_xxl:not(.u-visible_ss) {
        display: none !important
    }
}

@media (min-width: 576px) and (max-width: 767.9px) {
    .u-hidden_xs, .u-visible_lg:not(.u-visible_xs), .u-visible_md:not(.u-visible_xs), .u-visible_sm:not(.u-visible_xs), .u-visible_ss:not(.u-visible_xs), .u-visible_xl:not(.u-visible_xs), .u-visible_xxl:not(.u-visible_xs) {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .u-hidden_sm, .u-visible_lg:not(.u-visible_sm), .u-visible_md:not(.u-visible_sm), .u-visible_ss:not(.u-visible_sm), .u-visible_xl:not(.u-visible_sm), .u-visible_xs:not(.u-visible_sm), .u-visible_xxl:not(.u-visible_sm) {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199.9px) {
    .u-hidden_md, .u-visible_lg:not(.u-visible_md), .u-visible_sm:not(.u-visible_md), .u-visible_ss:not(.u-visible_md), .u-visible_xl:not(.u-visible_md), .u-visible_xs:not(.u-visible_md), .u-visible_xxl:not(.u-visible_md) {
        display: none !important
    }
}

@media (min-width: 1200px) and (max-width: 1399.9px) {
    .u-hidden_lg, .u-visible_md:not(.u-visible_lg), .u-visible_sm:not(.u-visible_lg), .u-visible_ss:not(.u-visible_lg), .u-visible_xl:not(.u-visible_lg), .u-visible_xs:not(.u-visible_lg), .u-visible_xxl:not(.u-visible_lg) {
        display: none !important
    }
}

@media (min-width: 1400px) and (max-width: 1599.9px) {
    .u-hidden_xl, .u-visible_lg:not(.u-visible_xl), .u-visible_md:not(.u-visible_xl), .u-visible_sm:not(.u-visible_xl), .u-visible_ss:not(.u-visible_xl), .u-visible_xs:not(.u-visible_xl), .u-visible_xxl:not(.u-visible_xl) {
        display: none !important
    }
}

@media (min-width: 1600px) {
    .u-hidden_xxl, .u-visible_lg:not(.u-visible_xxl), .u-visible_md:not(.u-visible_xxl), .u-visible_sm:not(.u-visible_xxl), .u-visible_ss:not(.u-visible_xxl), .u-visible_xl:not(.u-visible_xxl), .u-visible_xs:not(.u-visible_xxl) {
        display: none !important
    }
}

@media (min-width: 768px) {
    .u-visible_sp {
        display: none !important
    }
}

@media (min-width: 992px) {
    .u-visible_tb {
        display: none !important
    }
}

@media (max-width: 991.9px) {
    .u-visible_pc {
        display: none !important
    }
}

@media (max-width: 1399.9px) {
    .u-visible_dt {
        display: none !important
    }
}

@media (max-width: 767.9px) {
    .u-hidden_sp {
        display: none !important
    }
}

@media (max-width: 991.9px) {
    .u-hidden_tb {
        display: none !important
    }
}

@media (min-width: 992px) {
    .u-hidden_pc {
        display: none !important
    }
}

@media (min-width: 1400px) {
    .u-hidden_dt {
        display: none !important
    }
}

@media screen {
    .u-visible_print {
        display: none !important
    }
}

@media print {
    .u-hidden_print {
        display: none !important
    }
}

.u-mgt0 {
    margin-top: 0
}

.u-mgt_ss {
    margin-top: .6em
}

.u-mgt_xs {
    margin-top: 1em
}

.u-mgt_sm {
    margin-top: 1.5em
}

.u-mgt_md, .wp-editor .wp-block-columns .wp-block-column > * + * {
    margin-top: 2em
}

.u-mgt_lg {
    margin-top: 2.5em
}

.u-mgt_xl {
    margin-top: 3em
}

.u-mgt_xxl {
    margin-top: 3.5em
}

@media (max-width: 991.9px) {
    .u-mgt_ss {
        margin-top: .4em
    }

    .u-mgt_xs {
        margin-top: .8em
    }

    .u-mgt_sm {
        margin-top: 1.2em
    }

    .u-mgt_md {
        margin-top: 1.6em
    }

    .u-mgt_lg {
        margin-top: 2em
    }

    .u-mgt_xl {
        margin-top: 2.4em
    }

    .u-mgt_xxl {
        margin-top: 2.8em
    }
}

.u-mgl0 {
    margin-left: 0
}

.u-mgr0 {
    margin-right: 0
}

.u-mgb0 {
    margin-bottom: 0
}

.u-mgb_ss {
    margin-bottom: .6em
}

.u-mgb_xs {
    margin-bottom: 1em
}

.u-mgb_sm {
    margin-bottom: 1.5em
}

.u-mgb_md {
    margin-bottom: 2em
}

.u-mgb_lg {
    margin-bottom: 2.5em
}

.u-mgb_xl {
    margin-bottom: 3em
}

.u-mgb_xxl {
    margin-bottom: 3.5em
}

@media (max-width: 991.9px) {
    .u-mgb_ss {
        margin-bottom: .4em
    }

    .u-mgb_xs {
        margin-bottom: .8em
    }

    .u-mgb_sm {
        margin-bottom: 1.2em
    }

    .u-mgb_md {
        margin-bottom: 1.6em
    }

    .u-mgb_lg {
        margin-bottom: 2em
    }

    .u-mgb_xl {
        margin-bottom: 2.4em
    }

    .u-mgb_xxl {
        margin-bottom: 2.8em
    }
}

.u-pdt0 {
    padding-top: 0
}

.u-pdl0 {
    padding-left: 0
}

.u-pdr0 {
    padding-right: 0
}

.u-pdb0 {
    padding-bottom: 0
}

.u-italic, .wp-editor em {
    font-style: italic
}

.u-cursive {
    font-family: "HG行書体", cursive, serif
}

.u-vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl
}

.u-upr {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all
}

.u-fw, .wp-editor strong {
    font-weight: 700
}

.u-fw400 {
    font-weight: 400
}

.u-fw500 {
    font-weight: 500
}

.u-lh {
    line-height: 1.8
}

.u-lh_ss {
    line-height: 1.1
}

.u-lh_xs {
    line-height: 1.3
}

.u-lh_sm {
    line-height: 1.5
}

.u-lh_md {
    line-height: 2
}

.u-fs {
    font-size: 1.6rem
}

.u-fs_xs {
    font-size: 1.2rem
}

.u-fs_sm {
    font-size: 1.4rem
}

.u-fs_md {
    font-size: 1.8rem
}

.u-fs_lg {
    font-size: 2rem
}

.u-fs_xl {
    font-size: 2.4rem
}

.u-fs_xxl {
    font-size: 3rem
}

@media (max-width: 991.9px) {
    .u-fs {
        font-size: 1.4rem
    }

    .u-fs_xs {
        font-size: 1rem
    }

    .u-fs_sm {
        font-size: 1.2rem
    }

    .u-fs_md {
        font-size: 1.6rem
    }

    .u-fs_lg {
        font-size: 1.8rem
    }

    .u-fs_xl {
        font-size: 2rem
    }

    .u-fs_xxl {
        font-size: 2.4rem
    }
}

.u-z1 {
    position: relative;
    z-index: 1
}

.u-w100p, .wp-editor table {
    width: 100%
}

.u-h100p {
    height: 100%
}

.u-fx_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.u-row, .u-row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.u-row_reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.u-column, .u-column_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.u-column_reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.u-ai {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.u-ai_start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.u-ai_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.u-ai_end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.u-jc_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.u-jc_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.u-jc_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.u-jc_sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.u-pe_none, body.is-pc .u-pe {
    pointer-events: none
}

body.is-pc .u-pe {
    cursor: default
}

body.is-sp .u-pe, body.is-tb .u-pe {
    color: #25b4e0;
    text-decoration: none
}

.u-bdt {
    border-top: 1px solid #e0dbd8
}

.u-bdb {
    border-bottom: 1px solid #e0dbd8
}

.u-nowrap {
    white-space: nowrap
}

.u-of_hidden {
    overflow: hidden
}

.u-bv_hidden {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.u-center_block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.u-align_height {
    display: block !important;
    visibility: hidden;
    pointer-events: none
}

.clearfix::after {
    content: "";
    display: block;
    clear: both
}

.wp-editor > * + * {
    margin-top: 3em
}

.wp-editor .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 2em
}

.wp-editor blockquote {
    display: block;
    padding: 2em;
    background-color: #f2f3f4
}

.wp-editor sup {
    vertical-align: super;
    font-size: 70%
}

.wp-editor sub {
    vertical-align: sub;
    font-size: 70%
}

.wp-editor figure {
    max-width: 100%
}

.wp-editor img[class*=attachment-], .wp-editor img[class*=wp-image-] {
    max-width: 100%;
    height: auto
}

.wp-editor .alignleft {
    float: none;
    margin: 0 auto 0 0
}

.wp-editor .aligncenter {
    float: none;
    margin: 0 auto
}

.wp-editor .alignright {
    float: none;
    margin: 0 0 0 auto
}

.wp-editor .c-iframe {
    padding-top: 52.5%
}

.wp-editor h2 {
    padding: .6em .8em;
    background-color: #f2f3f4;
    border-left: 4px solid #d0111b;
    font-size: 2.4rem
}

.wp-editor h2, .wp-editor h3, .wp-editor h4 {
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .1rem
}

.wp-editor h3 {
    padding-bottom: .6em;
    border-bottom: 1px solid #e0dbd8;
    font-size: 2rem
}

.wp-editor h4 {
    position: relative;
    padding-left: 1.2em;
    font-size: 1.8rem
}

.wp-editor h4::before {
    content: '';
    display: block;
    position: absolute;
    top: .3em;
    left: 0;
    width: .5em;
    height: .5em;
    background-color: #d0111b;
}

.wp-editor a:not([class]) {
    color: #25b4e0;
    text-decoration: underline;
    word-break: break-all
}

.wp-editor a:not([class]):hover {
    text-decoration: none
}

.wp-editor ol:not([class]), .wp-editor ul:not([class]) {
    padding-left: 2em;
    line-height: 1.5
}

.wp-editor ol:not([class]) > li > ol, .wp-editor ol:not([class]) > li > ul, .wp-editor ul:not([class]) > li > ol, .wp-editor ul:not([class]) > li > ul {
    margin-top: .6em
}

.wp-editor ul:not([class]) > li {
    list-style-type: disc
}

.wp-editor ol:not([class]) > li {
    list-style-type: decimal
}

.wp-editor table tr > td, .wp-editor table tr > th {
    padding: 1em;
    border: 1px solid #ddd
}

.wp-editor table tr > th {
    background-color: #f2f3f4
}

@media (max-width: 991.9px) {
    .wp-editor > * + * {
        margin-top: 2em
    }

    .wp-editor .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 1.5em
    }

    .wp-editor .wp-block-columns .wp-block-column > * + * {
        margin-top: 1.5em
    }

    .wp-editor blockquote {
        padding: 1.5em
    }

    .wp-editor h2 {
        font-size: 2rem
    }

    .wp-editor h3 {
        font-size: 1.8rem
    }

    .wp-editor h4 {
        font-size: 1.6rem
    }
}

/*# sourceMappingURL=style.css.map */
