@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
    html {
        font-size: 0.86vw;
        /* font-size: 0.8771929vw; */
        /* font-size: 0.8vw; */
    }
}

@media screen and (max-width:767px) and (min-width:481px) {
    html {
        font-size: 1.30208vw;
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 55%;
        font-size: 2.35vw;
        /* font-size: 2.66667vw; */
    }
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #191919;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.80769;
    letter-spacing: 2px;
    /* overflow: hidden; */
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* .container {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    max-width: 1140px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .container {
        width: -webkit-calc(100% - 30px);
    }
} */

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 767px) {
    .container {
        width: -webkit-calc(100% - 6.0rem);
        width: calc(100% - 6.0rem);
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
    }
}



/* @media only screen and (max-width: 480px) {
    .container {
        width: -webkit-calc(100% - 15px);
    }
} */

/* .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
} */

/*
heading******************************/

.title_x_large {
    font-size: 4.6rem;
    font-weight: bold;
}

.title_x_large span {
    display: block;
    font-size: 2.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 2.8rem;
    font-weight: bold;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.0rem;
    font-weight: bold;
}

.title_small {
    font-size: 1.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }

    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 767px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 767px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 767px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 767px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
list*3カラム******************************/

.three_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.three_list .list_item {
    width: -webkit-calc((100% - 4%) / 3);
    width: calc((100% - 4%) / 3);
    margin-top: 4rem;
    margin-right: 2%;
    margin-bottom: 3.0rem;
}

@media screen and (min-width: 897px) {
    .three_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .three_list .list_item {
        width: -webkit-calc((100% - 5% - 1px) / 2);
        width: calc((100% - 5% - 1px) / 2);
        margin-right: 5%;
    }
}

@media screen and (max-width: 767px) {
    .three_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .three_list .list_item {
        width: 100%;
        margin-right: 0;
    }
}

.three_list .list_item .title {
    font-size: 1.6rem;
}

.three_list .list_item img {
    margin-bottom: 3.0rem;
}

/*
list*4カラム******************************/

.four_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.four_list .list_item {
    width: -webkit-calc((100% - 9%) / 4);
    width: calc((100% - 9%) / 4);
    margin-top: 2.0rem;
    margin-right: 3%;
    margin-bottom: 2.0rem;
}

@media screen and (min-width: 569px) {
    .four_list .list_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .four_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .four_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
list*5カラム******************************/

.five_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8.0rem;
}

.five_list .list_item {
    width: -webkit-calc((100% - 4%) / 5);
    width: calc((100% - 4%) / 5);
    margin-top: 1.0rem;
    margin-right: 1%;
    margin-bottom: 1.0rem;
}

.five_list .list_item .title {
    font-size: 2.0rem;
}

@media screen and (min-width: 993px) {
    .five_list .list_item:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 6%) / 3);
        width: calc((100% - 6%) / 3);
        margin-right: 3%;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(3n) {
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
button******************************/

.button01 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 1.2rem 2rem 1.2rem;
    width: 30rem;
    height: 6.6rem;
    color: #000000;
    font-size: 2.4rem;
    font-weight: 700;
    border: 1px solid #000000;
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .button01 a {
        padding: 1.2rem 0 1.2rem;
    }
}

.button01 a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #A9C4D9;
}

.button01:first-of-type {
    margin-right: 5.4rem;
}

@media all and (max-width: 480px) {
    .button01:first-of-type {
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

.button01 .icon_tel {
    display: inline-block;
    width: 1.8rem;
    margin-right: 1.2rem;
    margin-top: 1em;
}

.button02 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 1.2rem 2rem 1.2rem;
    width: 25rem;
    color: #030044;
    font-size: 1.8rem;
    font-weight: 700;
    /* background-color: #ffffff; */
    transition: 0.3s;
}

@media all and (max-width: 480px) {
    .button02 a {
        font-size: 3.75vw;
    }
}

.button02 a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 2.0rem;
    background: url(../images/btn_arrow.png) no-repeat;
    transition: 0.3s;
    width: 7rem;
    height: 0.9rem;
    background-size: 7.0rem;
}

.button02 a:hover {
    text-decoration: none;
    /* background-color: #A9C4D9; */
}

.button02 a:hover::before,
.button02 a:hover::after {
    right: 0.5em;
}

.button03 {
    display: inline-block;
}

.button03 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 1.2rem 2rem 1.2rem;
    width: 30.0rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #222;
    transition: 0.3s;
}

.button03 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

.button03 a:hover {
    text-decoration: none;
    background-color: #A9C4D9;
}

.button04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 1.2rem 2rem 1.2rem;
    width: 30.0rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #222;
    transition: 0.3s;
    position: relative;
}

.button04::before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(220deg);
    position: absolute;
    left: 10px;
}

.button04:hover {
    text-decoration: none;
    background-color: #A9C4D9;
}

.button05 {
    display: inline-block;
}

.button05 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 0.3rem 1rem 0.3rem;
    width: 15rem;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid;
}

.button05 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg);
}

.button05 a:hover {
    text-decoration: none;
    background-color: #A9C4D9;
}

.button06 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 1.2rem 2rem 1.2rem;
    width: 25rem;
    color: #030044;
    font-size: 1.8rem;
    font-weight: 700;
    /* background-color: #ffffff; */
    transition: 0.3s;
}

@media all and (max-width: 480px) {
    .button06 {
        font-size: 3.75vw;
    }
}

.button06::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 2.0rem;
    background: url(../images/btn_arrow.png) no-repeat;
    transition: 0.3s;
    width: 7rem;
    height: 0.9rem;
    background-size: 7.0rem;
}

.button06:hover {
    text-decoration: none;
    /* background-color: #A9C4D9; */
}

.button06:hover::before,
.button06:hover::after {
    right: 0.5em;
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_890 {
    width: 890px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .inner_890 {
        width: 90%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.btn {
    padding-top: 3.6rem;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}

.f_YuMincho {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.f_YuGothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.column_outside_right {
    flex: 1;
    margin-right: calc(50% - 50vw);
}

@media only screen and (max-width: 1140px) {
    .column_outside_right {
        margin-right: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .column_outside_right {
        margin-left: 0;
    }
}

.column_outside_left {
    flex: 1;
    margin-left: calc(50% - 50vw);
}

@media only screen and (max-width: 1140px) {
    .column_outside_left {
        margin-left: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .column_outside_left {
        margin-left: 0;
    }
}

/*
header******************************/

.header {
    position: relative;
    width: 100%;
    position: fixed;
    z-index: 20;
    /* height: 117px; */
    background: #fff;
    /* overflow: hidden; */
}

@media screen and (max-width: 767px) {
    .header {
        z-index: 20;
    }
}

.header_inner {
    /* background: #fff; */
    padding: 3.0rem 54px 2.3rem;
    z-index: 10;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .header_inner {
        padding: 3.0rem 3.0rem 2.3rem;
    }
}

@media screen and (max-width: 767px) {
    .header_inner {
        padding: 1.5rem 15px 1.5rem;
    }
}

.header_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.header_logo {
    width: 28.6rem;
}

@media screen and (max-width: 480px) {
    .header_logo {
        width: 20.02rem;
    }
}

.header_nav-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .header_nav-pc {
        display: none;
    }
}

.header_nav-pc .btn_link_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.header_nav-pc .btn_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.header_nav-pc .btn_link li {
    padding: 0 35px;
    line-height: 1.0;
}

@media screen and (max-width: 1400px) {
    .header_nav-pc .btn_link li {
        padding: 0 25px;
    }
}

@media screen and (max-width: 1200px) {
    .header_nav-pc .btn_link li {
        padding: 0 15px;
        padding: 0 1.5rem;
    }
}

.header_nav-pc .btn_link li a {
    color: #000;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .header_nav-pc .btn_link li a {
        font-size: 1.6rem;
    }
}

.header_nav-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .header_nav-sp {
        display: block;
    }
}


#gloval-nav {
    background: rgba(0, 0, 0, 0.87);
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.9rem;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    width: 48.0rem;
    text-align: left;
    font-size: 1.8rem;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    #gloval-nav {
        width: 100vw;
    }
}

#gloval-nav>nav {
    position: absolute;
    top: 100px;
}

#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    /*padding: 3.0rem 0;*/
    transition: color .6s ease;
}

#gloval-nav a:hover {
    color: #666;
}

#gloval-nav ul {
    list-style: none;
    text-align: left;
}

#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    line-height: 2.0;
}

#gloval-nav .list_item_01 {
    padding-bottom: 5.0rem;
}

@media only screen and (max-width: 480px) {
    #gloval-nav .list_item_01 {
        padding: 0 30px;
    }
}

#gloval-nav .list_item_01>li {
    margin-top: 4.0rem;
}

#gloval-nav .list_item_01>li:first-child {
    margin-top: 0;
    text-align: center;
}

#gloval-nav .list_item_01>li:nth-child(2) {
    margin-top: 9.0rem;
}

#gloval-nav .list_item_01>li:last-of-type {
    margin-bottom: 8.0rem;
}

#gloval-nav .header_nav_sns-sp {
    padding-top: 0;
    margin-left: -13px;
    display: block;
}

#gloval-nav .header_nav_sns-sp ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#gloval-nav .header_nav_sns-sp ul li {
    padding: 0 13px;
}



/* open */

.open {
    overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.open #gloval-nav ul>li>ul>li {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    transition: opacity .9s ease, -webkit-transform .1s ease;
    transition: transform .3s ease, opacity .9s ease;
    transition: transform .3s ease, opacity .9s ease, -webkit-transform .3s ease;
}

.open #gloval-nav ul>li>span>ul>li {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    transition: opacity .9s ease, -webkit-transform .1s ease;
    transition: transform .3s ease, opacity .9s ease;
    transition: transform .3s ease, opacity .9s ease, -webkit-transform .3s ease;
}

#gloval-nav ul>ul {
    margin-left: 20px;
}

#gloval-nav ul>ul>li {
    padding-top: 1.0rem;
}

#gloval-nav a span.bull {
    margin-right: 8px;
    position: relative;
    top: 0px;
}


/* nav-toggle */

#nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer;
    background-color: transparent;
}

@media only screen and (max-width: 767px) {
    #nav-toggle {
        position: fixed;
        top: 11px;
        right: 17px;
    }
}

@media only screen and (max-width: 480px) {
    #nav-toggle {
        position: fixed;
        top: 16px;
        right: 15px;
    }
}

#nav-toggle>div {
    position: relative;
    width: 31px;
}

#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 14px;
}

#nav-toggle span:nth-child(3) {
    top: 28px;
}

/* #nav-toggle:hover span:nth-child(1) {
    top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
    top: 23px;
} */

.open #nav-toggle span {
    background: #fff;
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* z-index */

#nav-toggle {
    z-index: 1000;
}

.header_nav-sp .nav_log {
    width: 200px;
}

/*
top-mv******************************/

.top-mv {
    position: sticky;
    top: 0;
    width: 100%;
    padding-top: 117px;
    overflow: hidden;
    padding-top: 11.7rem;
}

@media only screen and (max-width: 767px) {
    .top-mv {
        position: relative;
    }
}

.top-mv_inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    height: 32.5vw;
}

@media only screen and (min-width: 1921px) {
    .top-mv_inner {
        height: 624px;
    }
}

@media only screen and (max-width: 1400px) {
    .top-mv_inner {
        height: auto;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
    }
}

@media only screen and (max-width: 767px) {
    .top-mv_inner {
        display: block;
        height: auto;
    }
}

.top-mv_inner_img {
    width: 50%;
    position: relative;
    /* height: 100%; */
}

@media only screen and (max-width: 767px) {
    .top-mv_inner_img {
        width: 100%;
    }
}

.top-mv_inner_info {
    width: 50%;
    z-index: 3;
    padding-top: 3.2rem;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .top-mv_inner_info {
        width: 100%;
    }
}

.top-mv_inner_catch {
    margin-right: -17.697vw;
}

@media only screen and (max-width: 767px) {
    .top-mv_inner_catch {
        margin-right: 0;
    }
}

.top-mv_inner_catch_main {
    font-size: 3.28125vw;
    font-weight: bold;
    line-height: 1.2;
    color: #030044;
}


@media only screen and (min-width: 1901px) {
    .top-mv_inner_catch_main {
        font-size: 6.3rem;
    }
}

@media only screen and (max-width: 1400px) {
    .top-mv_inner_catch_main {
        font-size: 4.4rem;
    }
}

@media only screen and (max-width: 767px) {
    .top-mv_inner_catch_main {
        font-size: 3.78rem;
    }
}

.top-mv_inner_catch_main span {
    padding-left: 1.5em;
}

@media only screen and (max-width: 480px) {
    .top-mv_inner_catch_main span {
        padding-left: 0;
    }

    .top-mv_inner_catch_main br {
        display: none;
    }
}

.top-mv_inner_catch_sub {
    font-size: 1.25vw;
    padding-top: 2.8rem;
    font-weight: bold;
}

@media only screen and (min-width: 1901px) {
    .top-mv_inner_catch_sub {
        font-size: 2.4rem;
    }
}


@media only screen and (max-width: 1700px) {
    .top-mv_inner_catch_sub {
        padding-top: 1.96rem;
    }
}

@media only screen and (max-width: 1400px) {
    .top-mv_inner_catch_sub {
        font-size: 1.75rem;
    }
}

.top-mv_news {
    padding-top: 3.5rem;
    width: 100%;
    max-width: 536px;
    width: 53.6rem;
}

@media only screen and (max-width: 1700px) {
    .top-mv_news {
        padding-top: 2.45rem;
    }
}

@media only screen and (max-width: 1400px) {
    .top-mv_news {
        padding-bottom: 5.0rem;
    }
}

@media only screen and (max-width: 767px) {
    .top-mv_news {
        padding-bottom: 10.0rem;
        width: 100%;
    }
}

.top-mv_news_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.top-mv_news_heading {
    font-size: 3.5rem;
    font-weight: bold;
}

.top-mv_news_btn {
    display: inline-block;
}

.top-mv_news_list {
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.top-mv_news_item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding-right: 6.0rem;
}

@media only screen and (max-width: 767px) {
    .top-mv_news_item {
        -webkit-box-align: flex-start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: flex-start !important;
        align-items: flex-start !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
}

.top-mv_news_date {
    font-size: 1.4rem;
}

.top-mv_news_title {
    font-size: 1.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .top-mv_news_title {
        padding-left: 0;
    }
}

.top-mv_logo {
    position: absolute;
    top: 0;
    left: -50%;
    pointer-events: none;
}

@media only screen and (max-width: 1600px) {
    .top-mv_logo {
        left: -20%;
    }
}

@media only screen and (max-width: 1400px) {
    .top-mv_logo {
        left: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .top-mv_logo {
        top: 50px;
    }
}

.top-mv_logo_bg {
    width: 27.916vw;
}

@media screen and (min-width: 1920px) {
    .top-mv_logo_bg {
        width: 53.6rem;
    }
}

@media screen and (max-width: 1400px) {
    .top-mv_logo_bg {
        width: 32.16rem;
    }
}

@media screen and (max-width: 767px) {
    .top-mv_logo_bg {
        width: 26.8rem;
    }
}

.top-mv_staff {
    position: absolute;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .top-mv_staff {
        right: 0;
    }
}

.top-mv_staff_img {
    width: 16.97916vw;
}

@media screen and (min-width: 1920px) {
    .top-mv_staff_img {
        width: 32.6rem;
    }
}

@media screen and (max-width: 1400px) {
    .top-mv_staff_img {
        width: 21.19rem;
    }
}

@media screen and (max-width: 767px) {
    .top-mv_staff_img {
        width: 31vw;
    }
}

/* news_slider */

.news_slider {
    width: 100%;
    height: 6rem;
}

@media screen and (max-width: 480px) {
    .news_slider {
        height: 5.0rem;
    }
}

.news_slider img {
    width: 100%;
}

.news_slider [class^=swiper-button] {
    transform: rotate(90deg);
    top: initial;
    left: initial;
    right: 1.0rem;
    margin: 0;
}

.news_slider .swiper-button-prev {
    bottom: 0;
}

.news_slider .swiper-button-next {
    top: 0;
}


.news_slider .swiper-pagination {
    right: 20px;
}

.news_slider [class^=swiper-button] {
    transform: rotate(90deg);
    top: initial;
    left: initial;
    right: 1.0rem;
    margin: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "" !important;
    background-repeat: no-repeat;
    background-size: contain;
    height: 5.0rem;
    width: 5.0rem;
    margin: auto;
}

.news_slider .swiper-button-prev {
    top: -1.5rem;
}

.news_slider .swiper-button-next {
    bottom: -1.5rem;
}

.news_slider .swiper-pagination {
    right: 2.0rem;
}

.swiper-button-prev:after {
    background-image: url(../images/arrow_left.png);
    width: 1.3rem;
    height: 3.8rem;
}

.swiper-button-next:after {
    background-image: url(../images/arrow_right.png);
    width: 1.3rem;
    height: 3.8rem;
}

/* bl_tool */

.bl_tool {
    position: relative;
    height: 14.9rem;
    z-index: 0;
    overflow: hidden;
    top: -7.45rem;
    pointer-events: none;
}

@media only screen and (max-width: 1400px) {
    .bl_tool {
        position: relative;
        height: 86px;
        height: 8.6rem;
        top: -4.3rem;
        margin-bottom: 1.4rem;
    }
}

.bl_tool_img {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 100%;
    /* width: -webkit-calc(100% + 300px);
    width: calc(100% + 300px); */
    height: 14.9rem;
    height: 7.760416vw;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    background-image: url("../images/tool_img.png");
    background-position: 0 top;
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-animation: bl_tool 100s linear 0s infinite;
    animation: bl_tool 100s linear 0s infinite;
    /* opacity: 0.6; */
}

@media only screen and (min-width: 1920px) {
    .bl_tool_img {
        height: 14.9rem;
    }
}

@media only screen and (max-width: 1400px) {
    .bl_tool_img {
        height: 8.6rem;
    }
}

@-webkit-keyframes bl_tool {
    0% {
        background-position: 0 top;
    }

    100% {
        background-position: -728px top;
    }
}

@keyframes bl_tool {
    0% {
        background-position: 0 top;
    }

    100% {
        background-position: -728px top;
    }
}

/*
sub-kv******************************/

.sub-kv {
    position: sticky;
    top: 0;
    width: 100%;
    padding-top: 117px;
    overflow: hidden;
    padding-top: 11.7rem;
    background: url(../images/sub_kv_01.jpg) no-repeat;
    height: 58rem;
    background-position: top center;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .sub-kv {
        position: relative;
        height: 40.0rem;
    }
}

.sub_kv_page_title {
    font-size: 4.2rem;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: 11.7rem;
    width: 100%;
    padding: 0 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 5px 5px 5px #808080;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .sub_kv_page_title {
        margin-top: 9.3rem;
    }
}

/*
top-works******************************/

.top-works {
    position: relative;
    background: #A9C4D9;
    padding: 0 0 10.0rem;
    z-index: 6;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .top-works {
        padding: 0 0 10.0rem;
    }
}

.top-works_inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 6.3rem;
}

@media only screen and (max-width: 767px) {
    .top-works_inner {
        display: block;
    }
}

.top-works_inner_left {
    width: 50%;
    position: relative;
    /* height: 100%; */
}

@media only screen and (max-width: 767px) {
    .top-works_inner_left {
        width: 100%;
    }
}

.top-works_inner_right {
    width: 50%;
    z-index: 3;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .top-works_inner_right {
        width: 100%;
    }
}

.top-works_title_img {
    max-width: 406px;
    margin: 0 auto;
    width: 40.6rem;
}

@media only screen and (max-width: 480px) {
    .top-works_title_img {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .top-works_info {
        padding-top: 3.2rem;
    }
}

.top-works_info_main {
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.top-works_info_sub {
    font-weight: bold;
    padding-top: 2.8rem;
}

.top-works_btn {
    display: inline-block;
    padding-top: 2.0rem;
}

/* bl_works_list */

.bl_works_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bl_works_item {
    width: -webkit-calc((100% - 6%) / 4);
    width: calc((100% - 6%) / 4);
    margin-top: 3rem;
    margin-right: 2%;
    margin-bottom: 0rem;
}

@media screen and (min-width: 992px) {
    .bl_works_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .bl_works_item {
        width: -webkit-calc((100% - 4%) / 3);
        width: calc((100% - 4%) / 3);
        margin-top: 3rem;
        margin-right: 2%;
        margin-bottom: 3.0rem;
    }

    .bl_works_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .bl_works_item {
        width: -webkit-calc((100% - 3%) / 2);
        width: calc((100% - 3%) / 2);
        margin-right: 3%;
    }
}

@media screen and (max-width: 480px) {
    .bl_works_item:nth-child(2n) {
        margin-right: 0;
    }

    .bl_works_item:nth-child(3n) {
        margin-right: auto;
    }
}

.bl_works_item_thumb {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}

.bl_works_item_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bl_works_item_tag {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5rem;
}

.bl_works_item_category {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    border: 1px solid #000;
    padding: 0.6rem 1.2rem 0.5rem;
}

@media screen and (max-width: 767px) {
    .bl_works_item_category {
        font-size: 1.2rem;
        padding: 0.6rem 0.3rem 0.5rem;
    }
}

.bl_works_item_category.-white {
    color: #fff;
    border: 1px solid #fff;
}

.bl_works_item_category span {
    position: relative;
}

.bl_works_item_category span:not(:first-child)::before {
    position: absolute;
    content: "，";
    left: 0rem;
}

.bl_works_item_category span:not(:first-child) {
    padding-left: 1.6rem;
}

.bl_works_item_place {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    border: 1px solid #000;
    padding: 0.6rem 1.2rem 0.5rem;
    margin-left: 0.8rem;
}

@media screen and (max-width: 480px) {
    .bl_works_item_place {
        font-size: 1.2rem;
    }
}

.bl_works_item_place.-white {
    color: #fff;
    border: 1px solid #fff;
}

.bl_works_item_title {
    font-weight: bold;
    padding-top: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*
top-aboutus******************************/

.top-aboutus {
    position: relative;
    background: #fff;
    padding: 10.0rem 0;
    overflow: hidden;
}

.top-aboutus_inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
    .top-aboutus_inner {
        display: block;
    }
}

.top-aboutus_inner_right {
    width: 50%;
    position: relative;
    /* height: 100%; */
}

@media only screen and (max-width: 767px) {
    .top-aboutus_inner_right {
        width: 100%;
    }
}

.top-aboutus_inner_left {
    width: 50%;
    z-index: 3;
    padding-top: 3.2rem;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .top-aboutus_inner_left {
        width: 100%;
    }
}

.top-aboutus_title_img {
    max-width: 427px;
    margin: 0 auto;
    width: 42.7rem;
}

@media only screen and (max-width: 480px) {
    .top-aboutus_title_img {
        width: 90%;
    }
}

.top-aboutus_info {
    padding-top: 3.2rem;
}

.top-aboutus_info_main {
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1.2;
}

.top-aboutus_info_sub {
    font-weight: bold;
    padding-top: 2.8rem;
}

.top-aboutus_btn {
    display: inline-block;
    padding-top: 2.0rem;
}

.top-aboutus_movie {
    text-align: right;
    margin-right: 4.16vw;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .top-aboutus_movie {
        margin-right: 0;
    }
}

.top-aboutus_modal-btn {
    display: flex;
    justify-content: flex-end;
}

.top-aboutus_movie_thumb_img {
    object-fit: cover;
    height: 65.9rem;
}

@media only screen and (max-width: 767px) {
    .top-aboutus_movie_thumb_img {
        object-fit: inherit;
        height: auto;
    }
}

.top-aboutus_movie_thumb {
    position: relative;
    width: 88rem;
}

.top-aboutus_movie_thumb::before {
    position: absolute;
    content: "";
    background: #0A0A0A;
    width: 100%;
    height: 5.3rem;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 480px) {
    .top-aboutus_movie_thumb::before {
        height: 3.71rem;
    }
}

.top-aboutus_movie_thumb::after {
    position: absolute;
    content: "";
    background: #0A0A0A;
    width: 100%;
    height: 5.3rem;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 480px) {
    .top-aboutus_movie_thumb::after {
        height: 3.71rem;
    }
}

.top-aboutus_movie_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 5;
}

/* bl_gallery */

.bl_gallery {
    padding-top: 10.0rem;
}

.bl_gallery_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.bl_gallery_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.bl_gallery_list-left {
    animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.bl_gallery_item {
    width: -webkit-calc(100vw / 7.5);
    width: calc(100vw / 7.5);
    margin: 0 15px;
}

@media only screen and (max-width: 767px) {
    .bl_gallery_item {
        width: -webkit-calc(100vw / 4);
        width: calc(100vw / 4);
        margin: 0 10px;
    }
}

@media only screen and (max-width: 480px) {
    .bl_gallery_item {
        width: -webkit-calc(100vw / 2);
        width: calc(100vw / 2);
    }
}

.bl_gallery_item_link {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}

.bl_gallery_item_link img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@-webkit-keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*
top-service******************************/

.top-service {
    position: relative;
    background: #A9C4D9;
    padding: 10.0rem 0;
    z-index: 6;
    overflow: hidden;
}

.top-service_inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .top-service_inner {
        display: block;
    }
}

.top-service_inner_left {
    width: 50%;
    position: relative;
    /* height: 100%; */
}

@media only screen and (max-width: 767px) {
    .top-service_inner_left {
        width: 100%;
    }
}

.top-service_inner_right {
    width: 50%;
    z-index: 3;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .top-service_inner_right {
        width: 100%;
    }
}

.top-service_title_img {
    max-width: 471px;
    width: 47.1rem;
}

@media only screen and (max-width: 480px) {
    .top-service_title_img {
        width: 90%;
    }
}

.top-service_info {
    padding-top: 3.2rem;
}

.top-service_info_main {
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1.2;
}

.top-service_info_sub {
    font-weight: bold;
    padding-top: 2.8rem;
}

.top_service_list {
    padding-top: 3.2rem;
}

.top_service_item:not(:first-child) {
    padding-top: 5.0rem;
}

.top_service_item a {
    display: block;
    width: 54rem;
}

@media only screen and (max-width: 480px) {
    .top_service_item a {
        width: 100%;
    }
}

.top_service_item_img {
    width: 54.0rem;
    position: relative;
}

@media only screen and (max-width: 480px) {
    .top_service_item_img {
        width: 100%;
    }
}

.top_service_item_img:hover .button06:before {
    right: 0.5em;
}

.top_service_btn {
    position: absolute;
    bottom: 1.0rem;
    right: 1.0rem;
}

/*
page-reform******************************/

.page-reform {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-reform {
        padding: 0 0 10.0rem;
    }
}

/*
page-material******************************/

.page-material {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-material {
        padding: 0 0 10.0rem;
    }
}

.page-reform_item:not(:first-child) {
    padding-top: 8.0rem;
}

.page-reform_inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .page-reform_inner {
        display: block;
    }
}

.page-reform_thumb {
    max-width: 38.5rem;
}

.page-reform_info {
    max-width: 66.3rem;
    width: 58.15789%;
}

@media only screen and (max-width: 767px) {
    .page-reform_info {
        padding-top: 5.0rem;
        width: 100%;
    }
}

.page-reform_title {
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1.2;
}

.page-reform_text {
    padding-top: 3.2rem;
}

.page-reform_btn {
    display: block;
    text-align: right;
    padding-top: 10.0rem;
}

.page-reform_line {
    padding-top: 7.2rem;
}

/*
page-reformCategory******************************/

.page-reformCategory {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-reformCategory {
        padding: 0 0 10.0rem;
    }
}

.page-reformCategory_heading {
    font-size: 2.4rem;
    padding-top: 4.8rem;
    padding-bottom: 1rem;
    padding-left: 2.4rem;
    border-bottom: 1px solid #000;
}

/*
page-materialCategory******************************/

.page-materialCategory {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-materialCategory {
        padding: 0 0 10.0rem;
    }
}

.page-materialCategory_heading {
    font-size: 2.4rem;
    padding-top: 4.8rem;
    padding-bottom: 1rem;
    padding-left: 2.4rem;
    border-bottom: 1px solid #000;
}

/*
page-reformDetail******************************/

.page-reformDetail {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-reformDetail {
        padding: 0 0 10.0rem;
    }
}

/*
page-materialDetail******************************/

.page-materialDetail {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-materialDetail {
        padding: 0 0 10.0rem;
    }
}

.page-reformDetail_panel {
    background: #fff;
    margin: 0 auto;
    padding: 3.5rem 5.0rem;
}

@media only screen and (max-width: 767px) {
    .page-reformDetail_panel {
        padding: 3.5rem 0;
    }
}

.page-reformDetail_heading {
    font-size: 2.4rem;
    color: #040404;
    padding: 1.5rem 0;
    margin-bottom: 5rem;
    border-top: 2px solid;
    border-bottom: 1px dashed;
}

.page-reformDetail_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5rem;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
    .page-reformDetail_flex {
        display: block;
    }
}

.page-reformDetail_side {
    width: 45%;
    padding-right: 4.0rem;
    position: relative;
}

@media screen and (max-width: 767px) {
    .page-reformDetail_side {
        width: 100%;
        padding-right: 0;
    }
}

.page-reformDetail_main {
    width: 55%;
}

@media screen and (max-width: 767px) {
    .page-reformDetail_main {
        width: 100%;
        padding-top: 5.0rem;
    }
}

.page-reformDetail_info {
    position: sticky;
    top: 17.2rem;
}

.page-reformDetail_info dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
}

.page-reformDetail_info dl dt {
    width: 38%;
    padding: 12px 0.9rem 12px 0;
    line-height: 1.8;
}

.page-reformDetail_info dl dd {
    width: 62%;
    padding: 12px 0;
    line-height: 1.8;
}

.page-reformDetail_category span {
    position: relative;
}

.page-reformDetail_category span:not(:first-child)::before {
    position: absolute;
    content: "，";
    left: 0rem;
}

.page-reformDetail_category span:not(:first-child) {
    padding-left: 1.6rem;
}

.page-reformDetail_content {
    font-size: 1.6rem;
    display: block;
    line-height: 2.0;
}

/* bl_categorySelect */

.bl_categorySelect {
    background: #eee;
    padding: 3rem;
}

.bl_categorySelect select {
    border: 1px solid #000;
    font-size: 16px;
    font-family: inherit;
    line-height: normal;
    width: 40rem;
    height: 6.0rem;
    /* text-align: center; */
    background: #fff;
    color: #000;
    font-size: 1.8rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow_bottom.png) !important;
    background-repeat: no-repeat;
    background-size: 12px 7px;
    background-position: right 27px center;
    padding-left: 2.0rem;
}

@media screen and (max-width: 480px) {
    .bl_categorySelect select {
        width: 100%;
        background-position: right 5.625vw center;
    }
}

/*
page-news******************************/

.page-news {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-news {
        padding: 0 0 10.0rem;
    }
}

.page-news_heading {
    font-size: 6.4rem;
    padding-bottom: 3.9rem;
    color: #000;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
}

.page-news_heading {
    font-size: 6.4rem;
    color: #000;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media only screen and (max-width: 900px) {
    .page-news_heading {
        font-size: 4.55rem;
    }
}

@media only screen and (max-width: 767px) {
    .page-news_heading {
        display: block;
    }
}

.page-news_heading-en {
    display: block;
}

.page-news_heading-ja {
    display: block;
    font-size: 1.6rem;
    padding-left: 5rem;
}

@media only screen and (max-width: 767px) {
    .page-news_heading-ja {
        padding-left: 0;
    }
}

.page-news_body {
    border-top: 1px dashed #000;
    position: relative;
    z-index: 10;
}

.page-news_body dl a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #252525;
    padding: 2.5rem 0 2.0rem;
    border-bottom: 1px dashed #000;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .page-news_body dl a {
        display: block;
    }
}

.page-news_body dl+dl {
    margin-top: 0.6rem;
    padding-top: 0;
}

@media only screen and (max-width: 767px) {
    .page-news_body dl {
        display: block;
    }
}

.page-news_body dt {
    display: inline-block;
}

.page-news_body dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 6.0rem;
    font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
    .page-news_body dd {
        margin-left: 0;
    }
}

.page-news_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.page-news_date {
    font-size: 1.4rem;
    display: block;
}

.page-news_category {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: #0E2146;
    padding: 0.2rem 0.5rem;
    line-height: 1.2;
    margin-left: 1.6rem;
}

/*
page-newsDetail******************************/

.page-newsDetail {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-newsDetail {
        padding: 0 0 10.0rem;
    }
}

.page-newsDetail_panel {
    background: #fff;
    max-width: 1068px;
    margin: 0 auto;
    padding: 5rem 7.5rem 8rem;
}

@media only screen and (max-width: 767px) {
    .page-newsDetail_panel {
        padding: 5rem 0 8rem;
    }
}

.page-newsDetail_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    border-top: 2px solid;
    border-bottom: 1px dashed;
    padding: 1.5rem 0;
}

.page-newsDetail_title {
    font-size: 2.4rem;
    display: block;
    padding-top: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    width: 100%;
}

.page-newsDetail_date {
    font-size: 1.4rem;
    display: block;
}

.page-newsDetail_category {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: #0E2146;
    border: 1px solid #fff;
    padding: 0.2rem 0.5rem;
    line-height: 1.2;
    margin-left: 1.6rem;
}

.page-newsDetail_content {
    padding-top: 5.0rem;
    padding-bottom: 5.0rem;
    border-top: 1px dashed #000;
    border-bottom: 1px solid #000;
}

.page-newsDetail_back {
    padding-top: 6.5rem;
}

/*
page-aboutus******************************/

.page-aboutus {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-aboutus {
        padding: 0 0 10.0rem;
    }
}

.page-aboutus_message {
    padding-top: 8.0rem;
}

.page-aboutus_box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .page-aboutus_box {
        display: block;
    }
}

.page-aboutus_box.page-aboutus_box_row-reverse {
    flex-direction: row-reverse;
}

.page-aboutus_thumb {
    max-width: 38.5rem;
}

.page-aboutus_info {
    max-width: 66.3rem;
}

@media only screen and (max-width: 767px) {
    .page-aboutus_info {
        padding-top: 5.0rem;
    }
}

.page-aboutus_catch-sub {
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 4.8rem;
}

.page-aboutus_heading {
    font-size: 6.4rem;
    color: #000;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media only screen and (max-width: 900px) {
    .page-aboutus_heading {
        font-size: 4.55rem;
    }
}

@media only screen and (max-width: 767px) {
    .page-aboutus_heading {
        display: block;
    }
}

.page-aboutus_heading-en {
    display: block;
}

.page-aboutus_heading-ja {
    display: block;
    font-size: 1.6rem;
    padding-left: 5rem;
}

@media only screen and (max-width: 900px) {
    .page-aboutus_heading-ja {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .page-aboutus_heading-ja {
        padding-left: 0;
    }
}

.page-aboutus_text {
    padding-top: 4.8rem;
}

.page-aboutus_message_name {
    display: block;
    text-align: right;
    padding-top: 4.2rem;
}

.page-aboutus_company {
    padding-top: 8.0rem;
}

.page-aboutus_company_inner {
    padding-top: 5.0rem;
}

.page-aboutus_company_inner dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
}

.page-aboutus_company_inner dl:first-of-type {
    border-top: 1px solid #000;
}

@media screen and (max-width: 767px) {
    .page-aboutus_company_inner dl {
        display: block;
    }
}

.page-aboutus_company_inner dl dt {
    width: 25%;
    padding: 2.1rem 3.0rem 2.1rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .page-aboutus_company_inner dl dt {
        width: 100%;
        padding: 2.1rem 1.5rem 2.1rem;
    }
}

.page-aboutus_company_inner dl dd {
    width: 75%;
    padding: 2.1rem 0px 2.1rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .page-aboutus_company_inner dl dd {
        width: 100%;
        padding: 0 1.5rem 2.1rem;
    }
}

/* Google Map */

.page-aboutus_company .google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.815578%;
    position: relative;
    z-index: 2;
    clear: both;
    margin: auto;
    margin-top: 5rem;
}

@media screen and (max-width: 767px) {
    .page-aboutus_company .google_map {
        width: 100%;
    }
}

.page-aboutus_company .google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*
page-contact******************************/

.page-contact {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-contact {
        padding: 0 0 10.0rem;
    }
}

.page-contact_catch {
    text-align: center;
}

.page-contact_catch_main {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.4;
}

.page-contact_catch_sub {
    padding-top: 2.4rem;
}

.page-contact_box:not(:first-child) {
    padding-top: 8.0rem;
}

.page-contact_heading {
    font-size: 2.4rem;
    padding-bottom: 1.0rem;
    border-bottom: 1px solid #000;
}

.page-contact_panel {
    background: #fff;
    padding: 4.0rem;
    margin-top: 5.0rem;
}

@media screen and (max-width: 767px) {
    .page-contact_panel {
        padding: 4.0rem 0;
    }
}

.page-contact_form {
    padding-bottom: 10.0rem;
    margin-bottom: 10.0rem;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    .page-contact_form {
        padding-bottom: 7.0rem;
        margin-bottom: 7.0rem;
    }
}



.page-contact_tel {
    text-align: center;
}

.page-contact_tel-text {
    padding-bottom: 3.5rem;
}

.page-contact_tel-text span {
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .page-contact_tel_btn {
        width: 70%;
        max-width: 280px;
        margin: auto;
    }
}

.page-contact_form_document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
}


@media screen and (max-width: 600px) {
    .page-contact_form_document {
        display: block;
    }
}

.page-contact_form_document span {
    display: block;
    padding-right: 68px;
}

.page-contact_text {
    text-align: center;
}

.page-contact_link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-contact_tel_icon img {
    width: 3rem;
}

.page-contact_tel_number {
    font-size: 4.6rem;
    font-weight: bold;
    padding-left: 2rem;
}

@media screen and (max-width: 480px) {
    .page-contact_tel_number {
        font-size: 3.22rem;
    }
}

.page-contact_time {
    text-align: center;
}

/*
privacy
***************************************************** */

.privacy_handling {
    max-width: 1140px;
    margin-top: 8.0rem;
}

.privacy_handling_head {
    display: table;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
    background: #000;
}

.privacy_handling_head p {
    display: table-cell;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

.privacy_handling_body {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 30px 3.8rem;
    border: 2px solid #e6e7eb;
    border-top: none;
}

@media screen and (max-width: 767px) {
    .privacy_handling_body {
        padding: 15px 2.0rem;
    }
}

.scroll .privacy_handling_body {
    height: 24.0rem;
    overflow-y: auto;
}

.privacy {
    padding-bottom: 7.0rem;
}

.privacy ul {
    margin-left: 24px;
}

.privacy ul li {
    list-style-type: disc;
}

.privacy ul li:last-child {
    padding-bottom: 5rem;
}

.privacy ul.text_indent li {
    list-style: none;
    text-indent: -21px;
    margin-left: 0px;
}

.privacy ul.text_indent li:last-child {
    list-style: none;
    text-indent: -21px;
    margin-left: 0px;
    padding-bottom: 1.5rem;
}

/*
temp-contact******************************/

.temp-contact {
    position: relative;
    padding: 10rem 0;
    background: #FFF;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .temp-contact {
        padding: 9.8rem 0 9.8rem;
    }
}

.temp-contact_flex {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: 1370px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1700px) {
    .temp-contact_flex {
        width: -webkit-calc(100% - 6.0rem);
        width: calc(100% - 6.0rem);
        max-width: 1140px;
        /* width: 114.0rem; */
    }
}

@media only screen and (max-width: 767px) {
    .temp-contact_flex {
        display: block;
    }
}

.temp-contact_left {
    position: relative;
    z-index: 2;
    width: 28%;
    /* width: 28.0rem; */
}

@media only screen and (max-width: 1700px) {
    .temp-contact_left {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .temp-contact_left {
        width: 100%;
    }
}

.temp-contact_right {
    position: relative;
    z-index: 2;
    width: 71.751%;
    max-width: 983px;
    /* max-width: 98.3rem; */
}

@media only screen and (max-width: 767px) {
    .temp-contact_right {
        width: 100%;
    }
}

.temp-contact_heading {
    font-size: 6.4rem;
    padding-bottom: 3.9rem;
    color: #000;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
}

@media only screen and (max-width: 900px) {
    .temp-contact_heading {
        font-size: 4.55rem;
    }
}

.temp-contact_heading-en {
    display: block;
}

.temp-contact_heading-ja {
    display: block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 900px) {
    .temp-contact_heading-ja {
        font-size: 1.2rem;
    }
}

.temp-contact_tel-text {
    margin-top: 3rem;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    min-height: 5.4rem;
}

@media only screen and (max-width: 767px) {
    .temp-contact_tel-text {
        min-height: inherit;
        margin-top: 0;
    }
}

.temp-contact_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 480px) {
    .temp-contact_inner {
        display: block;
    }
}

.temp-contact_tel {
    width: 30.0rem;
}

@media only screen and (max-width: 480px) {
    .temp-contact_tel {
        padding: 0;
    }
}

.temp-contact_mail {
    margin-left: 5.4rem;
    width: 30rem;
}

@media only screen and (max-width: 480px) {
    .temp-contact_mail {
        margin-left: 0;
        padding-top: 2.0rem;
    }
}

/*
page-kotei******************************/

.page-kotei {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-kotei {
        padding: 0 0 10.0rem;
    }
}

/*
footer******************************/

.footer {
    position: relative;
    background: #0E2146;
    color: #FFF;
    padding: 10.0rem 0;
    z-index: 2;
}

.footer_inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
}

@media all and (min-width: 768px) {
    .footer_inner {
        padding-bottom: 10.0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1380px;
        margin: 0 auto;
        padding-left: 3.0rem;
        padding-right: 3.0rem;
        /* width: 138.0rem; */
    }
}

.footer_info {
    width: 100%;
}

@media all and (min-width: 768px) {
    .footer_info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 776px);
        width: 30.0rem;
    }
}

@media all and (min-width: 1200px) {
    .footer_info {
        width: calc(100% - 806px);
    }
}

@media all and (min-width: 1380px) {
    .footer_info {
        width: calc(100% - 956px);
    }
}

.footer_info_logo {
    width: 28.1rem;
}

@media screen and (max-width: 480px) {
    .footer_info_logo {
        width: 19.67rem;
    }
}

.footer_info_name {
    padding-top: 8.0rem;
    font-weight: bold;
    width: 100%;
}

.footer_info_access {
    padding-top: 5.0rem;
}

.footer_nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 736px;
    /* flex-basis: 736px; */
    max-width: 736px;
    padding-bottom: 12.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 73.6rem;
}

@media all and (min-width: 1200px) {
    .footer_nav {
        -ms-flex-preferred-size: 776px;
        flex-basis: 776px;
        max-width: 776px;
    }
}

@media all and (min-width: 1380px) {
    .footer_nav {
        -ms-flex-preferred-size: 926px;
        flex-basis: 926px;
        max-width: 926px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_nav_pc {
        display: none;
    }
}

.footer_nav_list-1 {
    position: relative;
    -ms-flex-preferred-size: 235px;
    /* flex-basis: 235px; */
    max-width: 235px;
    text-align: left;
    width: 23.5rem;
}

@media only screen and (max-width: 480px) {
    .footer_nav_list-1:not(:first-child) {
        padding-top: 2.0rem;
    }

    .footer_nav_list-1:first-child {
        padding-top: 5.0rem;
    }
}

.footer_nav_link-1 {
    position: relative;
    display: block;
    color: #FFF;
    font-size: 1.8rem;
    padding-top: 4.5rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #fff;
}

.footer_nav_link-2 {
    position: relative;
    display: block;
    color: #FFF;
    font-size: 1.4rem;
    padding-top: 2rem;
    padding-left: 2.8rem;
}

.footer_nav_link-2::before {
    position: absolute;
    content: '';
    width: 1.2rem;
    height: 1px;
    background: #fff;
    left: 0;
    top: 3.2rem;
}

.footer_nav_list-3 {
    padding-left: 2.8rem;
}

.footer_nav_link-3 {
    position: relative;
    display: block;
    color: #FFF;
    font-size: 1.4rem;
    padding-top: 1.0rem;
    padding-left: 1.4rem;
}

.footer_nav_link-3::before {
    position: absolute;
    content: '';
    width: 0.6rem;
    height: 1px;
    background: #fff;
    left: 0;
    top: 2.2rem;
}

@media all and (max-width: 767px) {
    .footer_copyright {
        margin-top: 12.0rem;
        text-align: center;
        font-size: 1.4rem;
    }
}

@media all and (min-width: 768px) {
    .footer_copyright {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        font-size: 1.4rem;
    }
}

/*
thanks******************************/

.page-thanks {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-thanks {
        padding: 0 0 10.0rem;
    }
}

.page-thanks_text {
    text-align: center;
    line-height: 2.0;
}

/*
404 Not Found******************************/

.page-not_found {
    position: relative;
    padding: 0 0 10.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    background: #fff;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

@media only screen and (max-width: 1400px) {
    .page-not_found {
        padding: 0 0 10.0rem;
    }
}

.not_found-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 2.2rem;
}

.not_found-text {
    line-height: 2.0;
    padding-top: 7.0rem;
}

.not_found-text a {
    text-decoration: underline;
}



.fadein {
    opacity: 0;
    animation: fadein 6s ease forwards;
}

@keyframes fadein {
    100% {
        opacity: 1;
    }
}

/*以下遅延の指定*/
.txt01 {
    animation-delay: 0.5s;
}

.txt02 {
    animation-delay: 1.0s;
}

.txt03 {
    animation-delay: 1.5s;
}

/* post */

#gallery-1 {
    margin: auto;
}

#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 20%;
}

#gallery-1 img {
    border: 2px solid #cfcfcf;
}

#gallery-1 .gallery-caption {
    margin-left: 0;
}

.alignright {
    float: right;
    padding: 0 0 10px 10px;
}

.alignleft {
    float: left;
    padding: 0 10px 10px 0;
}

@media screen and (max-width:767px) {

    .alignright,
    .alignleft {
        float: none;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
}

.aligncenter {
    margin: 0 auto;
    padding: 10px 0;
    display: block;
}


.page-newsDetail_content p {
    line-height: 1.6;
    padding: 0 10px;
    margin-bottom: 1rem;
}

.page-reformDetail_content p {
    line-height: 1.6;
    padding: 0 10px;
    margin-bottom: 1rem;
}

.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    margin-top: 5.0rem !important;
}

/*
bl-breadcrumb******************************/

.bl-breadcrumb {
    background: #eee;
    color: #000;
    padding: 5.0rem 0;
    position: relative;
    z-index: 0;
}

.bl-breadcrumb_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.bl-breadcrumb li:not(:last-child) {
    padding-right: 1.0rem;
}

.bl-breadcrumb_item a {
    color: #000;
}

.bl-breadcrumb_item a:hover {
    text-decoration: underline;
}


.bl-breadcrumb .greater {
    color: #000;
}



/* ここから違う */

/* bl_table_02 */

.bl_table_02 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: 2.0rem;
}

.bl_table_02 tr th, .bl_table_02 tr td {
    vertical-align: middle;
    font-size: 1.4rem;
    padding: 2.0rem;
    line-height: 1.6;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .bl_table_02 tr th, .bl_table_02 tr td {
        padding: 2.0rem 1.0rem;
    }
}

.bl_table_02 thead {
    background-color: #f7f7f7;
    font-weight: bold;
    text-align: center;
}

.bl_table_02 th.th_second {
    text-align: right;
    font-weight: normal;
}

.bl_table_02 tbody tr td {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .bl_table_02 tbody tr td {
        width: 60%;
    }
}