@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: 896px) {
    .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;
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    background: #F6EFE7;
    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: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    html {
        font-size: 55%;
    }
}

.container {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    max-width: 1140px;
    margin: 0 auto;
}

/* @media only screen and (max-width: 768px) {
    .container {
        width: calc(100% - 30px);
        max-width: 1140px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: calc(100% - 15px);
        max-width: 1140px;
        margin: 0 auto;
    }
} */

/*
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: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .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: 896px) {
    .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: 896px) {
    .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: 896px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .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;
}

/*
header******************************/

.header {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.header_inner {
    padding: 2.5rem 30px 2.5rem;
}

@media screen and (max-width: 1200px) {
    .header_inner {
        padding: 3.0rem 30px 2.3rem;
    }
}

@media screen and (max-width: 480px) {
    .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_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: 768px) {
    .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;
    padding-right: 5.2vw;
}

.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 30px;
    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;
    }
}

.header_nav-pc .btn_link li a {
    color: #fff;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
}

.home .header_nav-pc .btn_link li a {
    color: #940000;
    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_sns-pc {
    line-height: 0;
    margin-left: 50px;
}

@media screen and (max-width: 1400px) {
    .header_nav_sns-pc {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .header_nav_sns-pc {
        margin-left: 10px;
    }
}

.header_nav_sns-pc 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;
}

.header_nav_sns-pc ul li {
    padding: 0 16.5px;
}

.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: 768px) {
    #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: 40px;
    right: 25px;
    height: 32px;
    cursor: pointer;
    background-color: transparent;
}

@media only screen and (max-width: 768px) {
    #nav-toggle {
        position: fixed;
        right: 30px;
    }
}

@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: #fff;
    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;
}

.home #nav-toggle span {
    background: #940000;
}

#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_kv {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .top_kv {
        display: block;
    }
}

.top_kv_img {
    width: 50%;
    position: relative;
    height: 49.583vw;
}

@media only screen and (max-width: 768px) {
    .top_kv_img {
        width: 100%;
        height: 100%;
    }
}

.top_kv_img img {
    border-radius: 0 0 13.02vw 0;
    width: 100vw;
}

.top_kv_info {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .top_kv_info {
        width: 100%;
    }
}

.top_kv_info_inner {
    width: calc(100% - 30px);
    max-width: 690px;
    margin-top: 11.927vw;
    padding-left: 7.34vw;
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 768px) {
    .top_kv_info_inner {
        padding-bottom: 7rem;
    }
}

.top_kv_img_catch {
    margin-left: -13.697vw;
    max-width: 831px;
}

@media only screen and (max-width: 768px) {
    .top_kv_img_catch {
        margin-left: 0;
    }
}

.top_kv_img_catch img {
    max-width: 831px;
    width: 100%;
}

.top_kv_catch {
    font-size: 2.1875vw;
    font-weight: bold;
    padding: 4.3rem 0 2.2rem;
}

@media only screen and (max-width: 768px) {
    .top_kv_catch {
        font-size: 5.6875vw;
    }
}

.top_kv_circle_box {
    z-index: 1;
    position: absolute;
    bottom: -6.927vw;
    right: 5.364vw;
}

.top_kv_circle_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 43.0208vw;
    height: 42.916vw;
}

@media only screen and (max-width: 992px) {
    .top_kv_circle_text {
        width: 41.6rem;
        height: 41.6rem;
    }
}


.top_kv_circle_text img {
    animation: rotation 100s infinite linear;
}

.top_kv_circle_img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 21.718vw;
    height: 21.718vw;
}

@media only screen and (max-width: 992px) {
    .top_kv_circle_img {
        width: 21rem;
        height: 21rem;
    }
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.top_kv_news_body {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 10px 20px;
    background: rgb(255 255 255 / 12%);
    z-index: 5;
    width: calc(50vw - 14.583vw);
}

@media only screen and (max-width: 768px) {
    .top_kv_news_body {
        width: calc(100vw - 14.583vw);
    }
}

.top_kv_news_body dl a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.416vw 0 0.416vw;
    color: #fff;
}

.top_kv_news_body dl+dl {
    /* margin-top: 0.6rem; */
    padding-top: 0;
}

@media only screen and (max-width: 768px) {
    .top_kv_news_body dl {
        display: block;
    }
}

.top_kv_news_body dt {
    display: inline-block;
}

.top_kv_news_body dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 30px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .top_kv_news_body dd {
        margin-left: 15px;
    }
}

.top_kv_news_body .date {
    font-size: 1.4rem;
}


/*
sub_kv******************************/

.sub_kv {
    position: relative;
}

.sub_kv::before {
    content: '';
    width: 100%;
    height: 400px;
    background: url(../images/sub_kv.jpg) no-repeat 50% 50%;
    background-size: auto;
    background-size: cover;
    position: absolute;
    z-index: -1;
}

@media only screen and (max-width: 768px) {
    .sub_kv::before {
        height: 300px;
    }
}

.sub_kv::after {
    content: '';
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 400px;
    z-index: -1;
}

@media only screen and (max-width: 768px) {
    .sub_kv::after {
        height: 300px;
    }
}

/*
top-feature******************************/

.top-feature {
    padding: 14.0rem 0 10.5rem;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .top-feature {
        padding: 9.8rem 0 7.35rem;
    }
}

.top-feature_inner {
    width: 95%;
    max-width: 682px;
    position: relative;
    z-index: 5;
}

.top-feature_heading {
    font-size: 6.5rem;
    padding-bottom: 3.9rem;
    color: #940000;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
}

@media only screen and (max-width: 900px) {
    .top-feature_heading {
        font-size: 4.55rem;
    }
}

.top-feature_heading-en {
    display: block;
}

.top-feature_heading-ja {
    display: block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 900px) {
    .top-feature_heading-ja {
        font-size: 1.2rem;
    }
}

.top-feature_title {
    font-size: 4.2rem;
    font-weight: bold;
    padding: 0 0 1.6rem;
}

@media only screen and (max-width: 768px) {
    .top-feature_title {
        font-size: 2.94rem;
    }
}

.top-feature_circle_img {
    position: absolute;
    left: 70px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 18.385vw;
    height: 18.385vw;
}

@media only screen and (max-width: 1400px) {
    .top-feature_circle_img {
        bottom: 0;
        left: 0;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }
}

@media only screen and (max-width: 992px) {
    .top-feature_circle_img {
        width: 21rem;
        height: 21rem;
    }
}

@media only screen and (max-width: 992px) {
    .top-feature_circle_img {
        width: 15rem;
        height: 15rem;
    }
}

/*
top-introductionVideos******************************/

.top-introductionVideos {
    padding: 10.5rem 0 10.5rem;
}

@media only screen and (max-width: 768px) {
    .top-introductionVideos {
        padding: 7.35rem 0 7.35rem;
    }
}

.top-introductionVideos_inner {
    width: 95%;
    max-width: 682px;
    text-align: right;
    margin-left: auto;
    margin-right: -120px;
}

@media only screen and (max-width: 1450px) {
    .top-introductionVideos_inner {
        margin-right: 0;
    }
}

.top-introductionVideos_heading {
    font-size: 6.5rem;
    padding-bottom: 3.9rem;
    color: #940000;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
}

@media only screen and (max-width: 900px) {
    .top-introductionVideos_heading {
        font-size: 4.55rem;
    }
}

.top-introductionVideos_heading-en {
    display: block;
}

@media only screen and (max-width: 480px) {
    .top-introductionVideos_heading-en {
        line-height: 1.1;
    }
}

.top-introductionVideos_heading-ja {
    display: block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
    .top-introductionVideos_heading-ja {
        line-height: 1.6;
        padding-top: 1.2rem;
    }
}

.top-introductionVideos_title {
    font-size: 4.2rem;
    font-weight: bold;
    padding: 0 0 1.6rem;
}

@media only screen and (max-width: 768px) {
    .top-introductionVideos_title {
        font-size: 2.94rem;
    }
}

.top-introductionVideos_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7.8rem;
}

@media only screen and (max-width: 480px) {
    .top-introductionVideos_list {
        display: block;
    }
}

.top-introductionVideos_item {
    width: 50%;
    position: relative;
}

.top-introductionVideos_item-01 {
    -webkit-clip-path: inset(0px 0px round 5.2083vw 0 0 0);
    clip-path: inset(0px 0px round 5.2083vw 0 0 0);
}

.top-introductionVideos_item-02 {
    -webkit-clip-path: inset(0px 0px round 0 0 5.2083vw 0);
    clip-path: inset(0px 0px round 0 0 5.2083vw 0);
}

@media(hover: hover) {
    .top-introductionVideos_item:hover .top-introductionVideos_info-img {
        opacity:0;
    }

    .top-introductionVideos_item:hover video {
        opacity: 1;
    }
}

@media only screen and (max-width: 480px) {
    .top-introductionVideos_item {
        width: 100%;
        margin: 0;
    }
}

.top-introductionVideos_info {
    position: relative;
    z-index: 1;
    background-color: #305A55;
    border-radius: 5.2083vw 0 0 0;
    overflow: hidden;
    cursor: pointer;
}

.top-introductionVideos_info::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 141.158%;
    pointer-events: none;
    padding-top: 94.035%;
}

.top-introductionVideos_item-02 .top-introductionVideos_info {
    border-radius: 0 0 5.2083vw 0;
}

.top-introductionVideos_info video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition-property: opacity;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}

@media(min-width: 960px) {
    .top-introductionVideos_info video {
        opacity:0;
    }
}

.top-introductionVideos_info-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}

.top-introductionVideos_info-img img {
    display: none;
}

@media(min-width: 960px) {
    .top-introductionVideos_info-img img {
        display:block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.top-introductionVideos_caption {
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .top-introductionVideos_caption {
        padding-bottom: 1.6rem;
    }
}

.top-introductionVideos_circle_box-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 20;
    cursor: pointer;
    pointer-events: none;
}

/*
top-voice******************************/

.top-voice {
    padding: 10.5rem 0 10.5rem;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .top-voice {
        padding: 7.35rem 0 7.35rem;
    }
}

.top-voice_inner {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: 1370px;
    margin: 0 auto;
}

.top-voice_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;
    justify-content: space-between;
}

@media only screen and (max-width: 1700px) {
    .top-voice_flex {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        max-width: 1140px;
    }
}

@media only screen and (max-width: 768px) {
    .top-voice_flex {
        display: block;
    }
}

.top-voice_heading {
    font-size: 6.5rem;
    padding-bottom: 3.9rem;
    color: #940000;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
}

@media only screen and (max-width: 900px) {
    .top-voice_heading {
        font-size: 4.55rem;
    }
}

.top-voice_heading-en {
    display: block;
}

.top-voice_heading-ja {
    display: block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 900px) {
    .top-voice_heading-ja {
        font-size: 1.2rem;
    }
}

.top-voice_btn {
    padding-top: 2.0rem;
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 768px) {
    .top-voice_btn {
        padding-top: 0;
        padding-bottom: 4.8rem;
    }
}

.top-voice_panel {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14.0rem;
}

@media only screen and (max-width: 768px) {
    .top-voice_panel {
        display: block;
    }

    .top-voice_panel_profile {
        float: left;
        width: 65%;
        max-width: 222px;
        margin-right: 7vw;
    }
    .top-voice_panel_profile.-reverse {
        float: right;
        width: 65%;
        margin-left: 0;
        margin-right: 0;
        text-align: right;
    }
}

.top-voice_panel:last-child {
    padding-bottom: 0;
}

.top-voice_panel_profile-title {
    font-size: 1.8rem;
    padding-top: 3.0rem;
    text-align: left;
}

.top-voice_panel_profile-name {
    font-size: 1.8rem;
    padding-top: 1.2rem;
    text-align: left;
}

.top-voice_panel:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.top-voice_panel_title-sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .top-voice_panel_title-pc {
        display: none;
    }
    .top-voice_panel_title-sp {
        display: block;
        float: left;
    }
}

.top-voice_panel_faq_btn {
    font-weight: bold;
    padding-top: 5.0rem;
    margin-left: 42px;
}

@media only screen and (max-width: 768px) {
    .top-voice_panel_faq_btn {
        text-align: right;
    }
}

.top-voice_panel_faq_btn .text {
    font-weight: bold;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.top-voice_panel_faq_btn a:hover .text {
    opacity: .7;
}

.top-voice_panel_faq_btn img {
    vertical-align: baseline;
    margin-left: 18px;
}

/* 共通 */

.voice_panel_faq {
    width: 63%;
    max-width: 866px;
    margin: auto;
}

@media screen and (min-width:769px) and ( max-width:1024px) {
    .voice_panel_faq {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .voice_panel_faq {
        clear: both;
        width: 100%;
    }
}

.voice_panel_faq_wrap {
    padding-top: 5.0rem;

}

.voice_panel_faq_title {
    font-size: 2.1rem;
    font-weight: bold;
}

.voice_panel_faq_numbering {
    position: relative;
    padding-left: 43px;
}

.voice_panel_faq_numbering::before {
    position: absolute;
    content: 'Q1';
    left: 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: #969696;
    padding-right: 8px;
}

.voice_panel_faq_numbering.numbering_02::before {
    content: 'Q2';
}

.voice_panel_faq_numbering.numbering_03::before {
    content: 'Q3';
}

.voice_panel_faq_text {
    padding-top: 2rem;
    margin-left: 42px;
    border-top: 1px solid #000;
}

.voice_panel_profile-interviewvideo {
    position: relative;
    background-color: rgb(0, 0, 0);
    margin-top: 3.0rem;
}

.voice_panel_profile-interviewvideo a .voice_panel_profile-interviewvideo-img {opacity: 0.6;}
  .voice_panel_profile-interviewvideo a:hover .voice_panel_profile-interviewvideo-img { opacity: 1; transition-duration: 0.3s; }
  .voice_panel_profile-interviewvideo a img:hover { opacity: 1; }

.voice_panel_profile-interviewvideo-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.voice_panel_profile-interviewvideo-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 5;
}

/*
page-voice******************************/

.page-voice {
    padding: 23rem 0 10rem;
}

@media only screen and (max-width: 768px) {
    .page-voice {
        padding: 16.0rem 0 10rem;
    }
}

.page-voice_panel {
    position: relative;
    z-index: 3;
    padding: 7.0rem 79px 14.0rem;
    width: calc(100% - 120px);
    max-width: 1140px;
    margin: 0 auto;
    min-height: 500px;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .page-voice_panel {
        padding: 7.0rem 30px 9.8rem;
        width: calc(100% - 60px);
        min-height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .page-voice_panel {
        width: calc(100% - 30px);
    }
}

.page-voice_heading {
    font-size: 3.8rem;
    font-weight: bold;
    padding-bottom: 3.9rem;
}

@media only screen and (max-width: 768px) {
    .page-voice_heading {
        font-size: 4.55rem;
    }
}

.page-voice_heading span {
    display: block;
    font-size: 1.6rem;
    color: #940000;
}

.page-voice_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-voice_item {
    width: -webkit-calc((100% - 3.5%) / 2);
    width: calc((100% - 3.5%) / 2);
    margin-right: 3.5%;
    margin-bottom: 8.0rem;
    border: 1px solid #242424;
    border-radius: 50px 0 50px 0;
}

.page-voice_item:nth-child(2n) {
        margin-right: 0;
        /* -webkit-transform: translateY(135px);
        transform: translateY(135px); */
    }

@media screen and (max-width: 992px) {
    .page-voice_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5.0rem;
    }
    .page-voice_item:last-of-type {
        margin-bottom: 0;
    }
    .page-voice_item:nth-child(2n) {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.page-voice_item a {
    display: block;
    padding: 4.0rem 3.0rem 6rem 3.0rem;
}

.page-voice_info_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width:992px) and ( max-width:1100px) {
    .page-voice_info_flex {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .page-voice_info_flex {
        display: block;
    }
}

.page-voice_info_left {
    width: 60%;
}

@media screen and (min-width:992px) and ( max-width:1100px) {
    .page-voice_info_left {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .page-voice_info_left {
        width: 100%;
    }
}

.page-voice_info_right {
    padding-left: 20px;
}

@media screen and (max-width: 480px) {
    .page-voice_info_right {
        padding-left: 13px;
    }
}

.page-voice_panel_profile-title {
    font-size: 1.8rem;
    padding-top: 3.0rem;
    text-align: left;
}

.page-voice_panel_profile-name {
    font-size: 1.8rem;
    padding-top: 1.2rem;
    text-align: left;
}

.page-voice_panel_profile-img img {
    border-radius: 20px 0;
}

.page-voice_info_title {
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 4.8rem;
    /* background: linear-gradient(transparent 0, transparent 97%, #d5d5d5 100%);
    display: block;
    line-height: 3em;
    background-image: linear-gradient(transparent 0, transparent 97%, #d5d5d5 100%);
    background-size: 100% 3em; */
}

/*
page-voiceDetail******************************/

.page-voiceDetail {
    padding: 23rem 0 10rem;
}

@media only screen and (max-width: 768px) {
    .page-voiceDetail {
        padding: 16.0rem 0 10rem;
    }
}

.page-voiceDetail_panel {
    position: relative;
    z-index: 3;
    padding: 7.0rem 79px 14.0rem;
    width: calc(100% - 120px);
    max-width: 1140px;
    margin: 0 auto;
    min-height: 500px;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .page-voiceDetail_panel {
        padding: 7.0rem 30px 9.8rem;
        width: calc(100% - 60px);
        min-height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .page-voiceDetail_panel {
        width: calc(100% - 30px);
    }
}

.page-voiceDetail_info {
    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;
}

.page-voiceDetail_info_left {
    width: 41.6666666667%;
}

@media only screen and (max-width: 768px) {
    .page-voiceDetail_info_left {
        width: 100%;
    }
}

.page-voiceDetail_info_right {
   width: 58.3333333333%;
}

@media only screen and (max-width: 768px) {
    .page-voiceDetail_info_right {
        width: 100%;
    }
}

.page-voiceDetail_title {
    font-size: 3.6rem;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    padding: 2.4rem 30px;
    background: #940000;
    color: #fff;
    border-radius: 25px 0 25px 0;
}

@media only screen and (max-width: 900px) {
    .page-voiceDetail_title {
        font-size: 2.52rem;
    }
}

@media only screen and (max-width: 768px) {
    .page-voiceDetail_title {
        margin-top: 4.8rem;
        display: inline-block;
    }
}

.page-voiceDetail-name {
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 1.5rem;
    padding-bottom: 2.9rem;
    text-align: left;
}

.page-voiceDetail-profile {
    font-size: 2.0rem;
    font-weight: bold;
}

.page-voiceDetail-profile-item {
    padding-left: 8px;
}

.page-voiceDetail .voice_panel_faq {
    width: 100%;
    max-width: inherit;
    margin: auto;
}

.page-voiceDetail .voice_panel_profile-interviewvideo {
    position: relative;
    background-color: rgb(0, 0, 0);
    margin: 0 auto;
    margin-top: 9rem;
    max-width: 429px;
}

.page-voiceDetail-btn {
    text-align: center;
    padding-top: 8.0rem;
}

.page-voiceDetail-btn .btn_circle .icon {
    margin-left: 0;
    margin-right: 24px;
}

/*
top-course******************************/

.top-course {
    position: relative;
    background: linear-gradient(180deg, #F6EFE7 0%, #F6EFE7 50%, #fff 50%, #fff 100%);
}

.top-course_inner {
    background: #940000;
    background: linear-gradient(to bottom, #940000, #B30000);
    padding: 21.0rem 0 21.0rem;
    border-radius: 13.02vw 0 13.02vw 0;
}

@media only screen and (max-width: 768px) {
    .top-course_inner {
        padding: 9.8rem 0 9.8rem;
    }
}

.top-course_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;
    justify-content: space-between;
}

@media only screen and (max-width: 1700px) {
    .top-course_flex {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        max-width: 1140px;
    }
}

@media only screen and (max-width: 768px) {
    .top-course_flex {
        display: block;
    }
}

.top-course_left {
    position: relative;
    z-index: 2;
    width: 28%;
}

@media only screen and (max-width: 1700px) {
    .top-course_left {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .top-course_left {
        width: 100%;
    }
}

.top-course_heading {
    font-size: 6.5rem;
    padding-bottom: 3.9rem;
    color: #fff;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
}

@media only screen and (max-width: 900px) {
    .top-course_heading {
        font-size: 4.55rem;
    }
}

.top-course_heading-en {
    display: block;
}

.top-course_heading-ja {
    display: block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 900px) {
    .top-course_heading-ja {
        font-size: 1.2rem;
    }
}

.top-course_right {
    position: relative;
    z-index: 2;
    width: 71.751%;
    max-width: 983px;
}

@media only screen and (max-width: 1700px) {
    .top-course_right {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .top-course_right {
        width: 100%;
    }
}

.top-course_title {
    font-size: 4.2rem;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 900px) {
    .top-course_title {
        font-size: 2.94rem;
    }
}

.top-course_text {
    color: #fff;
    padding: 2.7rem 0 5rem;
}

.top-course_info {
    color: #fff;
    padding: 1.6rem 0 5rem;
}

.top-course_info span {
    color: #fff;
    font-size: 2.4rem;
    display: block;
    padding-bottom: 2.7rem;
}

.top-course_info-detail {
    background: #fff;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 3.6rem;
}

.top-course_info-detail dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1100px) {
    .top-course_info-detail dl {
        display: block;
        padding: 2.0rem 0;
    }
}

.top-course_lecturer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8.0rem;
}

@media only screen and (max-width: 480px) {
    .top-course_lecturer {
        display: block;
    }
}

.top-course_lecturer_img {
    max-width: 222px;
}

@media only screen and (max-width: 480px) {
    .top-course_lecturer_img {
        width: 100%;
    }
}

.top-course_lecturer_info {
    width: 60.427%;
    max-width: 594px;
    color: #fff;
    padding: 0 0 0 3.5rem;
}

@media only screen and (max-width: 480px) {
    .top-course_lecturer_info {
        width: 100%;
        padding: 3.5rem 0 0 0;
    }
}

.top-course_lecturer-title {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 1.5rem;
}

.top-course_lecturer-neme_ja {
    font-size: 1.8rem;
    font-weight: bold;
}

.top-course_lecturer-neme_en {
    font-size: 1.4rem;
}

.top-course_lecturer-comment {
    padding-top: 2.0rem;
    padding-bottom: 5rem;
}

/*
top-flow******************************/

.top-flow {
    padding: 14.0rem 0 10.5rem;
    background: #FFF;
}

@media only screen and (max-width: 768px) {
    .top-flow {
        padding: 9.8rem 0 7.35rem;
    }
}

.top-flow_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;
    justify-content: space-between;
}

@media only screen and (max-width: 1700px) {
    .top-flow_flex {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        max-width: 1140px;
    }
}

@media only screen and (max-width: 768px) {
    .top-flow_flex {
        display: block;
    }
}

.top-flow_left {
    position: relative;
    z-index: 2;
    width: 28%;
}

@media only screen and (max-width: 1700px) {
    .top-flow_left {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .top-flow_left {
        width: 100%;
    }
}

.top-flow_heading {
    font-size: 6.5rem;
    padding-bottom: 3.9rem;
    color: #940000;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
}

@media only screen and (max-width: 900px) {
    .top-flow_heading {
        font-size: 4.55rem;
    }
}

.top-flow_heading-en {
    display: block;
}

.top-flow_heading-ja {
    display: block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 900px) {
    .top-flow_heading-ja {
        font-size: 1.2rem;
    }
}

.top-flow_right {
    position: relative;
    z-index: 2;
    width: 71.751%;
    max-width: 983px;
}

@media only screen and (max-width: 1700px) {
.top-flow_right {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .top-flow_right {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .top-flow_right {
        overflow-x: scroll;
    }
}

.top-flow_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
}

/* @media only screen and (max-width: 768px) {
    .top-flow_title {
        display: block;
    }
} */

.top-flow_title .li {
    font-size: 2.0rem;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-transform: translateX(38%);
    transform: translateX(38%);
    margin-top: 1.7rem;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .top-flow_title .li {
        font-size: 1.8rem;
    }
}

.top-flow_text {
    padding-right: 8px;
}

.step_wrap {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #940000;
    border-radius: 50%;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .step_wrap {
        width: 48px;
        height: 48px;
    }
}

.top-flow_title::after {
    content: "";
    width: 98%;
    height: 2px;
    background: #940000;
    position: absolute;
    top: 32px;
    left: -49%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: -1;
}

@media only screen and (max-width: 768px) {
    .top-flow_title::after {
        content: "";
        width: 98%;
        height: 2px;
        background: #940000;
        position: absolute;
        top: 24px;
        left: -49%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        z-index: -1;
    }
}

.step_wrap-step {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
}

@media only screen and (max-width: 768px) {
    .step_wrap-step {
        font-size: 8px;
    }
}

.step_wrap-numbering {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
}

@media only screen and (max-width: 768px) {
    .step_wrap-numbering {
        font-size: 17px;
        padding-top: 3px;
    }
}

/*
top-qa******************************/

.top-qa {
    padding: 14.0rem 0 10.5rem;
}

@media only screen and (max-width: 768px) {
    .top-qa {
        padding: 9.8rem 0 7.35rem;
    }
}

.top-qa_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;
    justify-content: space-between;
}

@media only screen and (max-width: 1700px) {
    .top-qa_flex {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        max-width: 1140px;
    }
}

@media only screen and (max-width: 768px) {
    .top-qa_flex {
        display: block;
    }
}

.top-qa_left {
    position: relative;
    z-index: 2;
    width: 28%;
}

@media only screen and (max-width: 1700px) {
    .top-qa_left {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .top-qa_left {
        width: 100%;
    }
}

.top-qa_heading {
    font-size: 6.5rem;
    padding-bottom: 3.9rem;
    color: #940000;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
}

@media only screen and (max-width: 900px) {
    .top-qa_heading {
        font-size: 4.55rem;
    }
}

.top-qa_heading-en {
    display: block;
}

.top-qa_heading-ja {
    display: block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 900px) {
    .top-qa_heading-ja {
        font-size: 1.2rem;
    }
}

.top-qa_right {
    position: relative;
    z-index: 2;
    width: 71.751%;
    max-width: 983px;
}

@media only screen and (max-width: 1700px) {
.top-qa_right {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .top-qa_right {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .top-qa_right {
        overflow-x: scroll;
    }
}

.top-qa_item {
	padding-bottom: 5.0rem;
}

.top-qa_item:last-of-type {
	padding-bottom: 0;
}

.top-qa_item-title {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    padding: 2.8rem 65px 5.7rem 47px;
    transition: all .5s ease;
    background: #fff;
    margin-bottom: 0.5rem;
    border-radius: 3.0rem 0 0 0;
}

@media screen and (max-width: 768px) {
    .top-qa_item-title {
        padding: 2.8rem 35px 5.7rem 28px;
    }
}

.top-qa_item-title::before,
.top-qa_item-title::after{
    position: absolute;
    content:'';
    width: 18px;
    height: 2px;
    background-color: #940000;
}

.top-qa_item-title::before{
    top: 3.8rem;
    right: 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.top-qa_item-title::after{
    top: 3.8rem;
    right: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.top-qa_item-title.close::before{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.top-qa_item-title.close::after{
  display: none;
}

.top-qa_item-text {
    display: none;
    background: #fff;
    padding: 2.8rem 65px 5.7rem 47px;
    border-radius: 0 0 3.0rem 0;
}

@media screen and (max-width: 768px) {
    .top-qa_item-text {
        padding: 2.8rem 35px 5.7rem 28px;
    }
}

.top-qa_item-title p {
    position: relative;
    padding-left: 80px;
}

@media screen and (max-width: 768px) {
    .top-qa_item-title p {
        padding-left: 40px;
    }
}

.top-qa_item-title p::before {
    position: absolute;
    content: 'Q.';
    left: 0;
    font-size: 2.6rem;
    color: #940000;
    line-height: 1;
}

.top-qa_item-text p {
    position: relative;
    padding-left: 80px;
}

@media screen and (max-width: 768px) {
    .top-qa_item-text p {
        padding-left: 40px;
    }
}

.top-qa_item-text p::before {
    position: absolute;
    content: 'A.';
    left: 0;
    font-size: 2.6rem;
    color: #940000;
    line-height: 1;
}

/*
top-schedule******************************/

.top-schedule {
    padding: 14.0rem 0 10.5rem;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .top-schedule {
        padding: 9.8rem 0 7.35rem;
    }
}

.top-schedule_heading {
    font-size: 6.5rem;
    padding-bottom: 3.9rem;
    color: #940000;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .top-schedule_heading {
        font-size: 4.55rem;
    }
}

.top-schedule_heading-en {
    display: block;
}

.top-schedule_heading-ja {
    display: block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 900px) {
    .top-schedule_heading-ja {
        font-size: 1.2rem;
    }
}

.top-schedule_info p {
    padding-top: 4.9rem;
}

.top-schedule_info p span {
    color: red;
    display: inline-block;
    padding-left: 20px;
}
.top-schedule_info p span:first-child {
    padding-left: 0;
}

.top-schedule .mc-main {
    max-width: 1140px !important;
}


.top-schedule .my-calendar-prev {
    position: absolute;
    top: 0;
    left: 5px;
}

.top-schedule .my-calendar-next {
    position: absolute;
    top: 0;
    right: 5px;
}

.top-schedule .mc-main .heading:before {
    display: none;
}

.top-schedule .mc-main .current-day {
    border-bottom: none;
}

.top-schedule .mc-main .mc-content {
    margin-top: 1rem;
}

.top-schedule .mc-main .mc-date {
    display: block;
    padding: 4px;
    font-size: 1.2em;
    background: rgba(240, 240, 240, .9);
    color: #111;
}

.calendar.mc-main .mc-date {
    width: 30px;
    font-size: 0.9rem;
    background: #EBEBEB;
    text-align: center;
}

.top-schedule .mc-main th {
    color: #fff;
    border-bottom: none!important;
}

.day-heading.sun {
    background: #FF645A!important;
}

.day-heading.mon {
    background: #FFA135!important;
}

.day-heading.tues {
    background: #FFDA23!important;
}

.day-heading.wed {
    background: #A7CF14!important;
}

.day-heading.thur {
    background: #249863!important;
}

.weekend-heading.fri {
    background: #06A2FF!important;
}

.weekend-heading.sat {
    background: #215DD9!important;
}

.top-schedule .mc-main .event-title br {
        display: none;
    }

@media screen and (max-width: 750px) {
    .top-schedule .mc-main .event-title .has-image {
        padding-left: 4px!important;
        padding-top: 28px;
    }
    .top-schedule .mc-main .event-title br {
        display: block;
    }
}

/*
top-news******************************/

.top-news {
    padding: 14.0rem 0 10.5rem;
}

@media only screen and (max-width: 768px) {
    .top-news {
        padding: 9.8rem 0 7.35rem;
    }
}

.top-news_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;
    justify-content: space-between;
}

@media only screen and (max-width: 1700px) {
    .top-news_flex {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        max-width: 1140px;
    }
}

@media only screen and (max-width: 768px) {
    .top-news_flex {
        display: block;
    }
}

.top-news_left {
    position: relative;
    z-index: 2;
    width: 28%;
}

@media only screen and (max-width: 1700px) {
    .top-news_left {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .top-news_left {
        width: 100%;
    }
}

.top-news_heading {
    font-size: 6.5rem;
    padding-bottom: 3.9rem;
    color: #940000;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
}

@media only screen and (max-width: 900px) {
    .top-news_heading {
        font-size: 4.55rem;
    }
}

.top-news_heading-en {
    display: block;
}

.top-news_heading-ja {
    display: block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 900px) {
    .top-news_heading-ja {
        font-size: 1.2rem;
    }
}

.top-news_right {
    position: relative;
    z-index: 2;
    width: 71.751%;
    max-width: 983px;
}

@media only screen and (max-width: 1700px) {
.top-news_right {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .top-news_right {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .top-news_right {
        overflow-x: scroll;
    }
}


.news_body {
    position: relative;
    z-index: 10;
}

.news_body dl a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
    padding: 2.5rem 0 2.0rem;
}

.news_body dl+dl {
    margin-top: 0.6rem;
    padding-top: 0;
}

@media only screen and (max-width: 768px) {
    .news_body dl {
        display: block;
    }
}

.news_body dt {
    display: inline-block;
}

.news_body dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 60px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .news_body dd {
        margin-left: 40px;
    }
}

.news_body .date {
    font-size: 1.4rem;
}

.top-news_btn {
    padding-top: 4.9rem;
}

@media screen and (max-width: 768px) {
    .top-news_btn {
        padding-top: 4.0rem;
    }
}

/*
top-recruit******************************/

.top-recruit {
    background: linear-gradient(180deg, #F6EFE7 0%, #F6EFE7 50%, #fff 50%, #fff 100%);
    padding: 10.5rem 0 10.5rem;
}

@media only screen and (max-width: 768px) {
    .top-recruit {
        /* background: linear-gradient(90deg,#f6efe7 0%,#f6efe7 75%,#fff 75%,#fff 100%); */
        padding: 7.35rem 0 0;
    }
}

.top-recruit_heading {
    font-size: 6.5rem;
    padding-bottom: 3.9rem;
    color: #940000;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.5;
}

@media only screen and (max-width:900px) {
    .top-recruit_heading {
        font-size: 4.55rem;
    }
}

.top-recruit_heading-en {
    display: block;
}

.top-recruit_heading-ja {
    display: block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 900px) {
    .top-recruit_heading-ja {
        font-size: 1.2rem;
    }
}

.top-recruit_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .top-recruit_flex {
        display: block;
    }
}

.top-recruit_left {
    width: 60%;
}

@media only screen and (max-width: 768px) {
    .top-recruit_left {
        width: 100%;
        background: linear-gradient(180deg, #F6EFE7 0%, #F6EFE7 25%, #fff 25%, #fff 100%);
    }
    .top-recruit_left_img {
        position: relative;
        right: 50px;
    }
}

.top-recruit_left_img img {
    border-radius: 0 0 13.02vw 0;
    width: 100vw;
}

.top-recruit_right {
    width: 40%;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .top-recruit_right {
        width: 100%;
        background: linear-gradient(90deg,#f6efe7 0%,#f6efe7 75%,#fff 75%,#fff 100%);
        position: relative;
        padding-top: 5rem;
        padding-bottom: 7.35rem;
    }
}

.top-recruit_right_inner {
    width: calc(100% - 30px);
    max-width: 690px;
    padding-left: 7.34vw;
}

@media only screen and (max-width: 768px) {
    .top-recruit_right_inner {
        padding-left: 0;
        padding-right: 7.34vw;
        margin-left: auto;
        width: auto;
    }
}

.top-menu_btn {
    padding-top: 5.83vw;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 600px) {
    .top-menu_btn {
        padding-top: 4.0rem;
    }
}
/* btn circle */

.btn_circle {
    display: inline-block;
}

.btn_circle a {
    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;
    color: #940000;
    padding: 1px 0;
}

.btn_circle a:hover .text {
    opacity: .7;
}

.btn_circle a:hover .test_icon {
    opacity: .7;
}

.btn_circle a:hover .icon:before {
    height: 120%;
    width: 120%;
    background: #940000;
}

.btn_circle .text {
    font-weight: bold;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.btn_circle .icon {
    color: #fff;
    width: 7.0rem;
    height: 7.0rem;
    margin-left: 24px;
    position: relative;
    z-index: 10;
    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;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.btn_circle .icon img {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.test_icon img {
	position: absolute;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/* .test_icon:hover img:nth-of-type(2) {
	opacity: 0;
} */

.btn_circle a:hover img:nth-of-type(2) {
	opacity: 0;
}


/*
temp-contact******************************/

.temp-contact {
    padding: 14.0rem 0 14.0rem;
    background: #FFF;
}

@media only screen and (max-width: 768px) {
    .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% - 60px);
        width: calc(100% - 60px);
        max-width: 1140px;
    }
}

@media only screen and (max-width: 768px) {
    .temp-contact_flex {
        display: block;
    }
}

.temp-contact_left {
    position: relative;
    z-index: 2;
    width: 28%;
}

@media only screen and (max-width: 1700px) {
    .temp-contact_left {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .temp-contact_left {
        width: 100%;
    }
}

.temp-contact_right {
    position: relative;
    z-index: 2;
    width: 71.751%;
    max-width: 983px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .temp-contact_right {
        display: block;
        width: 100%;
    }
}

.temp-contact_heading {
    font-size: 6.5rem;
    padding-bottom: 3.9rem;
    color: #940000;
    font-family: neue-haas-grotesk-display, sans-serif;
    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 {
    width: 50%;
    text-align: center;
    padding: 0 15px;
}

@media only screen and (max-width: 768px) {
    .temp-contact_tel {
        width: 100%;
        padding: 0;
    }
    .temp-contact_tel:first-of-type {
        margin-bottom: 4.8rem;
    }
}

.temp-contact_tel-text {
    margin-top: 3rem;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    min-height: 54px;
}

@media only screen and (max-width: 768px) {
    .temp-contact_tel-text {
        min-height: inherit;
        margin-top: 0;
    }
}

.link {
    color: #000;
    display: block;
    margin: auto;
    max-width: 300px;
    -webkit-clip-path: inset(0 round 50vw);
    clip-path: inset(0 round 50vw);
}

.link:hover {
    color: #fff;
}

.link-btn {
    position: relative;
    /* max-width: 300px; */
    border: 1px solid #000;
    border-radius: 50vw;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    display: block;
    height: 0;
    padding-bottom: 22%;
}

.link-btn:hover {
    border: 1px solid #940000;
    background-color: #940000;
    opacity: .7;
}

.link-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

@media (min-width: 769px) and (max-width: 992px) {
   .link-text {
        font-size: 2.4vw;
    }
}

@media only screen and (max-width: 375px) {
    .link-text {
        font-size: 6.5vw;
    }
}




/*
footer
***************************************************** */

.footer {
    background-color: #fff;
    overflow: hidden;
}

.footer_inner {
    position: relative;
    background-color: #000;
    border-radius: 13.02vw 0 0 0;
    padding: 7.7rem 0 2.0rem;
}

@media only screen and (max-width: 480px) {
    .footer_inner {
        padding: 7.7rem 0 8.0rem;
    }
}

.footer_inner_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: 992px) {
    .footer_inner_flex {
        display: block;
    }
}

.footer_left {
    position: relative;
    z-index: 2;
    width: 70%;
}

@media only screen and (max-width: 992px) {
    .footer_left {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .footer_left {
        display: block;
    }
}

.footer_logo {
    margin-bottom: 8.6rem;
}

.footer_info {
    font-style: inherit;
    padding-bottom: 6.5rem;
    color: #fff;
}

.footer_info dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .footer_info dl {
        display: block;
        padding-bottom: 0.8rem;
    }
    .footer_info dl:last-child {
        display: block;
        padding-bottom: 0;
    }
}

.footer_address .to_googlemap {
    color: #fff;
    padding-left: 16px;
}

.footer_address .to_googlemap img {
    margin-right: 6px;
}

.footer_tel {
    font-size: 2.4rem;
    font-weight: bold;
}

.footer_tel a {
    color: #fff;
}

.footer_tel .icon_tel {
    margin-top: 1.3rem;
    margin-right: 10px;
}

.footer .copyright {
    color: #fff;
    font-size: 1.2rem;
}

.footer_right {
    position: relative;
    z-index: 2;
    width: 30%;
}

@media only screen and (max-width: 992px) {
    .footer_right {
        width: 100%;
    }
}

.circle_box {
    z-index: 20;
}

@media only screen and (max-width: 992px) {
    .circle_box {
        position: relative;
        left: 50%;
    }
}

.circle_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 41.6rem;
    height: 41.6rem;
}

.circle_text img {
    animation: rotation 100s infinite linear;
}

.circle_img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 21.0rem;
    height: 21.0rem;

}

.circle_img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*
page-news******************************/

.page-news {
    padding: 23rem 0 10rem;
}

@media only screen and (max-width: 768px) {
    .page-news {
        padding: 16.0rem 0 10rem;
    }
}

.page-news_panel {
    position: relative;
    z-index: 3;
    padding: 7.0rem 79px 14.0rem;
    width: calc(100% - 120px);
    max-width: 1140px;
    margin: 0 auto;
    min-height: 500px;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .page-news_panel {
        padding: 7.0rem 30px 9.8rem;
        width: calc(100% - 60px);
        min-height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .page-news_panel {
        width: calc(100% - 30px);
    }
}

.page-news_heading {
    font-size: 3.8rem;
    font-weight: bold;
    padding-bottom: 3.9rem;
}

@media only screen and (max-width: 768px) {
    .page-news_heading {
        font-size: 4.55rem;
    }
}

.page-news_heading span {
    display: block;
    font-size: 1.6rem;
    color: #940000;
}

/*
page-newsDetail******************************/

.page-newsDetail {
    padding: 23rem 0 10rem;
}

@media only screen and (max-width: 768px) {
    .page-newsDetail {
        padding: 16.0rem 0 10rem;
    }
}

.page-newsDetail_panel {
    position: relative;
    z-index: 3;
    padding: 7.0rem 79px 14.0rem;
    width: calc(100% - 120px);
    max-width: 1140px;
    margin: 0 auto;
    min-height: 500px;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .page-newsDetail_panel {
        padding: 7.0rem 30px 9.8rem;
        width: calc(100% - 60px);
        min-height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .page-newsDetail_panel {
        width: calc(100% - 30px);
    }
}

.page-newsDetail_panel-date {
    font-size: 1.4rem;
    display: block;
    padding-bottom: 1.5rem;
}

.page-newsDetail_panel-title {
    font-size: 2.4rem;
    display: inline-block;
    padding-bottom: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.page-newsDetail_panel-text {
    font-size: 1.6rem;
    display: block;
    line-height: 2.0;
}

.page-newsDetail-btn {
    text-align: center;
    padding-top: 8.0rem;
}

.page-newsDetail-btn .btn_circle .icon {
    margin-left: 0;
    margin-right: 24px;
}

.btn_circle .icon-reflect-x {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.btn_circle .icon:before {
    border: 1px solid #940000;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width,height;
    transition-property: width,height;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 100%;
    z-index: -1;
}

/*
top-goooscaChannel******************************/

.top-goooscaChannel {
    padding: 10.5rem 0 10.5rem;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .top-goooscaChannel {
        padding: 7.35rem 0 7.35rem;
    }
}

.top-goooscaChannel_inner {
    width: 95%;
    max-width: 682px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.top-goooscaChannel_heading {
    font-size: 3.8rem;
    font-weight: bold;
    padding-bottom: 3.2rem;
    color: #940000;
    text-align: center;
}

.top-goooscaChannel_text {
    padding-bottom: 5.0rem;
}

.top-goooscaChannel_circle_box {
    position: relative;
    width: 12.083vw;
    height: 12.083vw;
    z-index: 5;
    text-align: center;
    border-radius: 100%;
    background: #F6EFE7;
    margin: 0 auto;
    -webkit-transform: translateY(-6.8229vw);
    transform: translateY(-6.8229vw);
}

@media only screen and (max-width: 768px) {
    .top-goooscaChannel_circle_box {
        width: 16.24rem;
        height: 16.24rem;
        -webkit-transform: translateY(-8.5rem);
        transform: translateY(-8.5rem);
    }
}

.top-goooscaChannel_circle_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 11.354vw;
    height: 11.302vw;
}

@media only screen and (max-width: 768px) {
    .top-goooscaChannel_circle_text {
        width: 15.26rem;
        height: 15.19rem;
    }
}

.top-goooscaChannel_circle_text img {
    animation: rotation 100s infinite linear;
}

.top-goooscaChannel_circle_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.9062vw;
}

@media only screen and (max-width: 768px) {
    .top-goooscaChannel_circle_icon {
        width: 5.25rem;
    }
}


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* gallery */

.gallery_wrap {
    display: flex;
    overflow: hidden;
}

.gallery_list {
    display: flex;
    list-style: none;
}

.gallery_list-left{
    animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.gallery_item {
    width: -webkit-calc(100vw / 3.4);
    width: calc(100vw / 3.4);
    margin: 0 15px;
}

@media only screen and (max-width: 768px) {
    .gallery_item {
        width: -webkit-calc(100vw / 2);
        width: calc(100vw / 2);
        margin: 0 15px;
    }
}

@media only screen and (max-width: 480px) {
    .gallery_item {
        width: -webkit-calc(100vw / 1);
        width: calc(100vw / 1);
        margin: 0 15px;
    }
}

.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%);
    }
}

/*
page-mailform******************************/

.page-mailform {
    padding: 23rem 0 10rem;
}

@media only screen and (max-width: 768px) {
    .page-mailform {
        padding: 16.0rem 0 10rem;
    }
}

.page-mailform_panel {
    position: relative;
    z-index: 3;
    padding: 7.0rem 79px 14.0rem;
    width: calc(100% - 120px);
    max-width: 1140px;
    margin: 0 auto;
    min-height: 500px;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .page-mailform_panel {
        padding: 7.0rem 30px 9.8rem;
        width: calc(100% - 60px);
        min-height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .page-mailform_panel {
        width: calc(100% - 30px);
    }
}

.page-mailform_heading {
    font-size: 3.8rem;
    font-weight: bold;
    padding-bottom: 3.9rem;
}

@media only screen and (max-width: 768px) {
    .page-mailform_heading {
        font-size: 4.55rem;
    }
}

.page-mailform_heading span {
    display: block;
    font-size: 1.6rem;
    color: #940000;
}

.page-mailform_text {
    padding-bottom: 5rem;
}

.page-mailform_content dl {
    border-top: 1px solid #592221;
    padding: 5px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .page-mailform_content dl {
        display: block;
    }
}

.page-mailform_content dl dt {
    width: 35%;
    border-radius: 20px;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0 25px;
}

@media only screen and (max-width: 1000px) {
    .page-mailform_content dl dt {
        width: 100%;
    }
}

.page-mailform_content dl dd {
    width: 65%;
    padding: 30px 0 25px 5%;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .page-mailform_content dl dd {
        width: 100%;
    }
}

.page-mailform_text a {
    text-decoration: underline;
}

.page-mailform_text a:hover {
    text-decoration: none;
}

/*
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: 896px) {
    .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;
}

/*
page-thanks******************************/

.page-thanks_inner {
    padding: 7rem 0 7rem;
}

.page-thanks-text p {
    padding-bottom: 2.0rem;
}

.page-thanks-text p:last-of-type {
    padding-bottom: 0;
}

/*
page-notFound******************************/

.page-notFound {
    padding: 23rem 0 10rem;
}

@media only screen and (max-width: 768px) {
    .page-notFound {
        padding: 16.0rem 0 10rem;
    }
}

.page-notFound_panel {
    position: relative;
    z-index: 3;
    padding: 7.0rem 79px 14.0rem;
    width: calc(100% - 120px);
    max-width: 1140px;
    margin: 0 auto;
    min-height: 500px;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .page-notFound_panel {
        padding: 7.0rem 30px 9.8rem;
        width: calc(100% - 60px);
        min-height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .page-notFound_panel {
        width: calc(100% - 30px);
    }
}


.page-notFound_heading {
    font-size: 3.8rem;
    font-weight: bold;
    padding-bottom: 3.9rem;
}

@media only screen and (max-width: 768px) {
    .page-notFound_heading {
        font-size: 4.55rem;
    }
}

.page-notFound_heading span {
    display: block;
    font-size: 1.6rem;
    color: #940000;
}

.page-notFound_inner {
    padding: 7rem 0 7rem;
}

.page-notFound-text p {
    padding-bottom: 2.0rem;
}

.page-notFound-text p:last-of-type {
    padding-bottom: 0;
}

.page-notFound a {
    text-decoration: underline;
}