@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:376px) {
    html {
        font-size: 1.30208vw;
    }
}

@media only screen and (max-width: 375px) {
    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: 375px) {
    .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: 375px) {
    .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: 375px) {
    .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;
    }
}

/*
追加******************************/

.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: 375px) {
    .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: 375px) {
    #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;
        right: 30px;
    }
}

@media only screen and (max-width: 375px) {
    #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: 375px) {
    .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: 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: 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_heading {
    font-size: 3.5rem;
    font-weight: bold;
}

.top-mv_news_item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.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;
}

.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;
    }
}

/* bl_tool */

.bl_tool {
    position: relative;
    height: 14.9rem;
    z-index: 0;
    overflow: hidden;
    top: -14.9rem;
    margin-bottom: -4.9rem;
}

@media only screen and (max-width: 1400px) {
    .bl_tool {
        position: relative;
        height: 86px;
        height: 8.6rem;
    }
}

.bl_tool_img {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 100%;
    /* width: -webkit-calc(100% + 300px);
    width: calc(100% + 300px); */
    height: 149px;
    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 (max-width: 1400px) {
    .bl_tool_img {
        height: 86px;
        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: 58.0rem;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .sub-kv {
        position: relative;
    }
}

.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;
}

/*
top-works******************************/

.top-works {
    position: relative;
    background: #A9C4D9;
    padding: 10.0rem 0;
    z-index: 6;
    overflow-x: clip;
}

.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: 375px) {
    .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: 2rem;
    margin-right: 2%;
    margin-bottom: 0rem;
}

@media screen and (min-width: 569px) {
    .bl_works_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .bl_works_item {
        width: -webkit-calc((100% - 3%) / 2);
        width: calc((100% - 3%) / 2);
        margin-right: 3%;
    }

    .bl_works_item:nth-child(2n) {
        margin-right: 0;
    }
} */

.bl_works_item {
    width: -webkit-calc((100% - 6%) / 4);
    width: calc((100% - 6%) / 4);
    margin-top: 2rem;
    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% - 12%) / 3);
        width: calc((100% - 12%) / 3);
        margin-top: 3rem;
        margin-right: 6%;
        margin-bottom: 3.0rem;
    }

    .bl_works_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 375px) {
    .bl_works_item {
        width: -webkit-calc((100% - 5% - 1px) / 2);
        width: calc((100% - 5% - 1px) / 2);
        margin-right: 5%;
    }
}

@media screen and (max-width: 375px) {
    .bl_works_item:nth-child(2n) {
        margin-right: 0;
    }

    .bl_works_item:nth-child(3n) {
        margin-right: auto;
    }
}

.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: #fff;
    border: 1px solid #fff;
    padding: 0.6rem 1.2rem 0.5rem;
}

@media screen and (max-width: 375px) {
    .bl_works_item_category {
        font-size: 1.2rem;
    }
}

.bl_works_item_place {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.6rem 1.2rem 0.5rem;
}

@media screen and (max-width: 375px) {
    .bl_works_item_place {
        font-size: 1.2rem;
    }
}


.bl_works_item_title {
    font-weight: bold;
    padding-top: 0.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    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: 375px) {
    .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_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;
}

.top-aboutus_movie_thumb::before {
    position: absolute;
    content: "";
    background: #0A0A0A;
    width: 100%;
    height: 5.3rem;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 375px) {
    .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;
    left: 0;
}

@media only screen and (max-width: 375px) {
    .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: flex;
    overflow: hidden;
}

.bl_gallery_list {
    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: 375px) {
    .bl_gallery_item {
        width: -webkit-calc(100vw / 2);
        width: calc(100vw / 2);
    }
}

.bl_gallery_item>img {
    width: 100%;
}

@-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: 375px) {
    .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_img {
    width: 54.0rem;
}

@media only screen and (max-width: 375px) {
    .top_service_item_img {
        width: 100%;
    }
}

/*
page-reform******************************/

.page-reform {
    position: relative;
    padding: 10.0rem 0;
    background: url(../images/bg_wall_01.png) repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

.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;
}

@media only screen and (max-width: 767px) {
    .page-reform_info {
        padding-top: 5.0rem;
    }
}

.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-reformDetail******************************/

.page-reformDetail {
    position: relative;
    padding: 10.0rem 0;
    background: url(../images/bg_wall_01.png) repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

.page-reformDetail_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-reformDetail_inner {
        display: block;
    }
}

.page-reformDetail_thumb {
    max-width: 38.5rem;
}

.page-reformDetail_info {
    max-width: 66.3rem;
}

@media only screen and (max-width: 767px) {
    .page-reformDetail_info {
        padding-top: 5.0rem;
    }
}

.page-reformDetail_gallery {
    padding-top: 7.5rem;
}

.page-reformDetail_gallery_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3rem;
}

.page-reformDetail_gallery_item {
    width: -webkit-calc((100% - 12%) / 3);
    width: calc((100% - 12%) / 3);
    margin-top: 3rem;
    margin-right: 6%;
    margin-bottom: 3.0rem;
}

@media screen and (min-width: 376px) {
    .page-reformDetail_gallery_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 375px) {
    .page-reformDetail_gallery_item {
        width: -webkit-calc((100% - 5% - 1px) / 2);
        width: calc((100% - 5% - 1px) / 2);
        margin-right: 5%;
    }
}

@media screen and (max-width: 375px) {
    .page-reformDetail_gallery_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
top-contact******************************/

.top-contact {
    position: relative;
    padding: 10rem 0;
    background: #FFF;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .top-contact {
        padding: 9.8rem 0 9.8rem;
    }
}

.top-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) {
    .top-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) {
    .top-contact_flex {
        display: block;
    }
}

.top-contact_left {
    position: relative;
    z-index: 2;
    width: 28%;
    /* width: 28.0rem; */
}

@media only screen and (max-width: 1700px) {
    .top-contact_left {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .top-contact_left {
        width: 100%;
    }
}

.top-contact_right {
    position: relative;
    z-index: 2;
    width: 71.751%;
    max-width: 983px;
    /* max-width: 98.3rem; */
}

@media only screen and (max-width: 767px) {
    .top-contact_right {
        width: 100%;
    }
}

.top-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) {
    .top-contact_heading {
        font-size: 4.55rem;
    }
}

.top-contact_heading-en {
    display: block;
}

.top-contact_heading-ja {
    display: block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 900px) {
    .top-contact_heading-ja {
        font-size: 1.2rem;
    }
}

.top-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) {
    .top-contact_tel-text {
        min-height: inherit;
        margin-top: 0;
    }
}

.top-contact_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 375px) {
    .top-contact_inner {
        display: block;
    }
}

.top-contact_tel {
    width: 30.0rem;
}

@media only screen and (max-width: 375px) {
    .top-contact_tel {
        padding: 0;
    }
}

.top-contact_mail {
    margin-left: 5.4rem;
    width: 30rem;
}

@media only screen and (max-width: 375px) {
    .top-contact_mail {
        margin-left: 0;
        padding-top: 2.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: 375px) {
    .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: 375px) {
    .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;
    }
}

.button01 a {
    display: flex;
    justify-content: 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;
}

.button01 a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #A9C4D9;
}

.button01:first-of-type {
    margin-right: 5.4rem;
}

@media all and (max-width: 375px) {
    .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: flex;
    justify-content: space-between;
    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;
}

/* .button02 a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #2285b1;
    transition: 0.3s;
}

.button02 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: #2285b1;
    transition: 0.3s;
} */

.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;
}

/* .button02 a::before {
    content: '';
    position: absolute;
    top: calc(50% - -12px);
    left: 5em;
    background: url(../images/btn_arrow.png) no-repeat;
    transition: 0.3s;
    width: 7rem;
    height: 0.9rem;
    background-size: 7.0rem;
}

.button02 a:hover::before,
.button02 a:hover::after {
    left: 6.5em;
} */

.button03 {
    display: inline-block;
}

.button03 a {
    display: flex;
    justify-content: space-between;
    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;
}