@charset "utf-8";

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.4rem;
    min-width: 1000px;
    color: #282828;
    letter-spacing: 0.15em;
}

a {
    transition: 0.3s all;
}

.sp {
    display: none;
}

.inner {
    max-width: 1400px;
    margin: 0 auto;
}

.fadein {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 1.5s all;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background: #0a243d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#loading.Out {
    visibility: hidden;
    opacity: 0;
}

#loading .spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#loading .spinner img {
    opacity: 0;
    transition: 2s all;
    transform: scale(0.9);
}

#loading .spinner img.In {
    opacity: 1;
    transform: scale(1);
}

/*-------------------------------------------

    Element

-------------------------------------------*/
header {
    padding: 40px 100px 0;
    margin: 0 auto -40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    max-width: 1400px;
    background: #0a243d;
}

header a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
}

header a span {
    font-size: 1.2rem;
    margin: 0 5px 0 0;
}

header a:hover {
    color: #a0875b;
}

header h1 {
    margin: 0 0 0 -65px;
}

.side_btn {
    position: fixed;
    right: 0;
    top: 0;
    padding: 20px 0 0;
    z-index: 100;
}

.side_btn a {
    display: block;
    padding: 20px 40px 20px;
    text-align: center;
}

.side_btn a:hover {
    opacity: 0.7;
}

/*-------------------------------------------

    First View

-------------------------------------------*/
#first_view {
    background: linear-gradient(180deg, #0a243d 50%, #fff 50%, #f2ebdf 50%, #f2ebdf 100%);
    padding: 0 100px;
    position: relative;
    z-index: 10;
}
#first_view ul.sp {
    display: none;
}

#first_view ul li img {
    width: 100%;
}

#first_view p.scroll {
    text-align: center;
    padding: 35px 0;
}

/*-------------------------------------------

    Concept

-------------------------------------------*/
#concept {
    background: linear-gradient(180deg, #f2ebdf 0%, #f2ebdf 75%, #0a243d 75%, #0a243d 100%);
    padding: 80px 0;
}

#concept dl {
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    margin: 0 0 50px;
}

#concept dt {
    width: 50%;
    box-sizing: border-box;
    padding: 0 5% 0 0;
}

#concept dt h2 {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.12em;
}

#concept dt h2 span {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    display: block;
    margin: 0 0 30px;
    letter-spacing: 0.15em;
}

#concept dt h2::after {
    content: '';
    display: block;
    margin: 40px 0 0;
    width: 28px;
    height: 2px;
    background: #22211f;
}

#concept dd {
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

#concept dd p {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0.1em;
}

#concept dd img {
    position: absolute;
    right: -10px;
    top: calc(100% + 130px);
    width: 130%;
    max-width: inherit;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.concept_img {
    width: 50%;
    padding: 0 5% 0 0;
    box-sizing: border-box;
}

.concept_img img {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 1300px) {
    #concept dt h2 {
        font-size: 1.75rem;
    }
}

/*-------------------------------------------

    Menu

-------------------------------------------*/
#menu {
    background: #0a243d;
    padding: 70px 100px 0;
    overflow: hidden;
}

#menu h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #efedea;
    font-size: 5rem;
    letter-spacing: 0.15em;
    padding: 0 0 0 100px;
    margin: 0 0 -8px;
}

#menu .note {
    border-top: solid 1px #959189;
    margin-top: 30px;
    padding-top: 30px;
    text-align: right;
    font-size: 12px;
}

.menu_box01 {
    background: #efedea;
    padding: 100px 0 100px 100px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
}

.menu_box01::after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background: #efedea;
    width: 100%;
}

.menu_box01 h3 {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.12em;
}

.menu_box01 h3 span {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    display: block;
    margin: 0 0 30px;
    letter-spacing: 0.15em;
}

.menu_box01 h3::after {
    content: '';
    display: block;
    margin: 40px 0 0;
    width: 28px;
    height: 2px;
    background: #22211f;
}

@media screen and (max-width: 1300px) {
    .menu_box01 h3 {
        font-size: 1.55rem;
    }
}

.menu_box01 dl {
    display: flex;
    justify-content: space-between;
}

.menu_box01 dt {
    width: 38%;
}

.menu_box01 dt a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #22211f;
    display: block;
    width: 190px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 24px 0;
    margin: 75px 0 0;
    letter-spacing: 0.15em;
    position: relative;
}

.menu_box01 dt a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 1px;
    background: #464646;
    transition: 0.3s all;
}

.menu_box01 dt a:hover {
    background: #cdc2b4;
    color: #797265;
}

.menu_box01 dt a:hover::after {
    right: -30px;
    background: #cdc2b4;
}

.menu_box01 dd {
    width: 62%;
}

.menu_box01 dd ul {
    display: flex;
    justify-content: space-between;
}

.menu_box01 dd ul li {
    width: 32%;
}

.menu_box01 dd ul li img {
    width: 100%;
}

.menu_box01 dd ul li p {
    text-align: center;
    margin: 15px 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
}

.menu_box01 dd ul li p span {
    display: inline-block;
}

.course_box01 {
    background: #efedea;
    padding: 0 0 80px 100px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
}

.course_box01::after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background: #efedea;
    width: 100%;
}

.course_box01 h3 span {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
    margin: 0 0 30px;
    letter-spacing: 0.15em;
}

.course_box01 ul {
    display: flex;
    justify-content: space-between;
}
.course_box01 ul:not(:last-child) {
    margin-bottom: 40px;
}

.course_box01 ul li {
    width: 24%;
}

.course_box01 ul li figure {
    margin: 0 0 20px;
}

.course_box01 ul li figure img {
    width: 100%;
}

.course_box01 ul li h4 {
    border-bottom: solid 1px #959189;
    padding: 0 0 15px;
    min-height: 75px;
    line-height: 1.6;
    font-size: 1.35rem;
    font-weight: normal;
    position: relative;
}

.course_box01 ul li h4 span {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.course_box01 ul li h4 b {
    display: inline-block;
    vertical-align: baseline;
    font-weight: normal;
}

.course_box01 ul li p {
    margin: 20px 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
}

.point {
    background: #efedea;
    padding: 0 0 100px 100px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
}

.point::after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background: #efedea;
    width: 100%;
}

.point dl {
    background: #22211f;
    display: flex;
    padding: 0 40px 0 0;
}

.point dl dt {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #000;
    color: #efedea;
    text-align: center;
    width: 16%;
    font-size: 1.2rem;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point dl dd {
    background: #22211f;
    width: 42%;
    color: #efedea;
    box-sizing: border-box;
    padding: 35px 0 35px 40px;
}

.point dl dd h5 {
    font-size: 1.4rem;
    border-bottom: solid 1px #302e2b;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.point dl dd p {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: justify;
}

.point dl dd figure {
    margin-bottom: 2rem;
}

.point dl dd figure img {
    width: 100%;
}

.point a {
    background: #22211f;
    display: block;
    width: 270px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    padding: 38px 0;
    margin: 75px auto 0;
    letter-spacing: 0.15em;
    position: relative;
}

.point a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -40px;
    width: 80px;
    height: 1px;
    background: #464646;
    transition: 0.3s all;
}

.point a:hover {
    background: #cdc2b4;
    color: #797265;
}

.point a:hover::after {
    right: -60px;
    background: #cdc2b4;
}

.img_sec {
    margin: -220px 0 0;
    position: relative;
    z-index: 0;
}

.img_sec img {
    width: 100%;
}

#news {
    overflow: hidden;
    margin: -150px 0 0;
    padding: 0 100px;
    position: relative;
    z-index: 1;
}

#news .inner {
    max-width: 1500px;
}

#news::before {
    background: #efedea;
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 150px);
    z-index: 1;
    position: absolute;
    top: 150px;
}

#news dl {
    background: #22211f;
    position: relative;
    padding: 120px 100px 120px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

#news dl::after {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background: #1c1b18;
    width: 100%;
}

#news dl dt {
    width: 30%;
}

#news dl dt h2 {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.12em;
    color: #efedea;
}

#news dl dt h2 span {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    display: block;
    margin: 0 0 30px;
    letter-spacing: 0.15em;
}

#news dl dt h2::after {
    content: '';
    display: block;
    margin: 40px 0 0;
    width: 28px;
    height: 2px;
    background: #efedea;
}

#news dl dt a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #efedea;
    display: block;
    width: 190px;
    text-align: center;
    color: #22211f;
    font-size: 1.2rem;
    padding: 24px 0;
    margin: 75px 0 0;
    letter-spacing: 0.15em;
    position: relative;
}

#news dl dt a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 1px;
    background: #464646;
    transition: 0.3s all;
}

#news dl dt a:hover {
    background: #cdc2b4;
    color: #22211f;
}

#news dl dt a:hover::after {
    right: -30px;
    background: #cdc2b4;
}

#news dl dd {
    width: 68%;
}

#news dl dd li {
    border-bottom: solid 1px #302e2b;
    font-size: 1.2rem;
}

#news dl dd li a {
    display: block;
    padding: 25px 110px 25px 170px;
    color: #efedea;
    position: relative;
    line-height: 1.4;
}

#news dl dd li a:hover {
    background: rgb(255 255 255 / 0.15);
    color: #efedea;
}

#news dl dd li a span.day {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    left: 25px;
    top: 28px;
    font-size: 1rem;
}

#news dl dd li a span.more {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    right: 25px;
    top: 28px;
    font-size: 1rem;
    padding: 0 30px 0 0;
}

#news dl dd li a span.more::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 1px;
    background: #efedea;
    transition: 0.3s all;
    margin: -2px 0 0;
}

#news dl dd li a:hover span.more::after {
    right: 10px;
    width: 10px;
}

#instagram {
    background: #efedea;
    padding: 120px 100px;
}

#instagram h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px;
    font-size: 1.2rem;
}

#instagram h2 span {
    float: right;
}

#instagram .inner {
    margin: 0 auto;
    max-width: 1180px;
}

#cv {
    background: url(images/bg02.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 160px 100px 170px;
}

#cv a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    color: #efedea;
    margin: 0 0 50px;
    font-size: 1.8rem;
}

#cv a span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 1.2rem;
}

#cv a.more {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    border: solid 1px #efedea;
    display: block;
    width: 270px;
    text-align: center;
    color: #efedea;
    font-size: 1.4rem;
    padding: 38px 0;
    margin: 0 auto 0;
    letter-spacing: 0.15em;
    position: relative;
    transition: 0.3s all;
}

#cv a.more::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -40px;
    width: 80px;
    height: 1px;
    background: #efedea;
    transition: 0.3s all;
}

#cv a.more:hover {
    background: #efedea;
    color: #22211f;
}

#cv a.more:hover::after {
    right: -60px;
    background: #efedea;
}

footer {
    background: #0a243d;
    padding: 100px 0 0;
}

footer .inner {
    max-width: 1180px;
    padding: 0 100px;
    margin: 0 auto;
}

footer dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer dl dt {
    width: 25%;
}

footer dl dd:nth-of-type(1) {
    width: 45%;
    padding: 40px 2% 40px 5%;
    box-sizing: border-box;
    color: #efedea;
    border-left: solid 1px #272f4a;
    border-right: solid 1px #272f4a;
}

footer dl dd:nth-of-type(1) p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0 0 10px;
}

footer dl dd:nth-of-type(1) p:last-child {
    margin: 0;
}

footer dl dd:nth-of-type(2) {
    width: 30%;
    padding: 40px 0 40px 5%;
    box-sizing: border-box;
    color: #efedea;
}

footer dl dd:nth-of-type(2) table {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
}

footer dl dd:nth-of-type(2) table th {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    width: 50px;
    padding: 0 0 15px;
}

footer dl dd:nth-of-type(2) table td {
    font-size: 1.2rem;
    padding: 0 0 15px;
}

footer dl dd:nth-of-type(2) table td a {
    color: #fff;
}

footer dl dd:nth-of-type(2) table td a.tel {
    font-size: 1.8rem;
}

footer dl dd:nth-of-type(2) a.more {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    border: solid 1px #efedea;
    display: block;
    width: 80%;
    text-align: center;
    color: #efedea;
    font-size: 1.2rem;
    padding: 25px 0;
    margin: 25px 0 0;
    letter-spacing: 0.15em;
    position: relative;
}

footer dl dd:nth-of-type(2) a.more::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 1px;
    background: #efedea;
    transition: 0.3s all;
}

footer dl dd:nth-of-type(2) a.more:hover {
    background: #efedea;
    color: #22211f;
}

footer dl dd:nth-of-type(2) a.more:hover::after {
    right: -40px;
}

footer dl dd:nth-of-type(2) img {
    max-width: 100px;
    margin: 20px 0 0;
}

footer #copy {
    background: #1c1b18;
    padding: 50px 100px;
    margin: 80px 0 0;
    text-align: left;
    font-size: 1.2rem;
    color: #484847;
}

footer #copy p {
    max-width: 1180px;
    margin: 0 auto;
}

.map {
    position: relative;
    margin: 0 auto 90px;
    max-width: 1180px;
}

.map::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(68 40 23 / 0.25);
    z-index: 1;
}

.map iframe,
.map object,
.map embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.map iframe:hover,
.map object:hover,
.map embed:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*================================================
追加　2022/06/07
================================================*/
#movie {
    padding: 110px 40px 100px;
    background-color: #f5f0ea;
}

#movie h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
    margin: 0 0 30px;
    letter-spacing: 0.15em;
}

.movie-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    display: block;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    body {
        font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
        font-size: 1.4rem;
        min-width: 0;
        color: #22211f;
        letter-spacing: 0.15em;
    }

    a {
        transition: 0.3s all;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        max-width: 1400px;
        margin: 0 auto;
    }

    .fadein {
        opacity: 0;
        transform: translate(0, 20px);
        transition: 1.5s all;
    }

    .fadein.scrollin {
        opacity: 1;
        transform: translate(0, 0);
    }

    #loading {
        width: 100vw;
        height: 100vh;
        transition: all 1s;
        background: #0a243d;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    #loading.Out {
        visibility: hidden;
        opacity: 0;
    }

    #loading .spinner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    #loading .spinner img {
        opacity: 0;
        transition: 2s all;
        transform: scale(0.9);
    }

    #loading .spinner img.In {
        opacity: 1;
        transform: scale(1);
    }

    /*-------------------------------------------

    Element

-------------------------------------------*/
    header {
        padding: 22px 40px 20px 20px;
        margin: 0 auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1;
        position: relative;
        max-width: 1400px;
    }

    header a {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        letter-spacing: 0.1em;
        font-size: 1.4rem;
    }

    header a span {
        font-size: 1rem;
        margin: 0 5px 0 0;
    }

    header a:hover {
        color: #a0875b;
    }

    header h1 {
        margin: 0 0 0;
        max-width: 70px;
    }

    .side_btn {
        position: absolute;
        right: 0;
        top: 0;
        padding: 20px 0 0;
        z-index: 100;
    }

    .side_btn a {
        display: block;
        padding: 10px;
        text-align: center;
    }

    .side_btn a.reserve {
        width: 8px;
        padding: 16px;
        margin: 20px 0 0;
    }

    .side_btn a:hover {
        opacity: 0.7;
    }

    /*-------------------------------------------

    First View

-------------------------------------------*/
    #first_view {
        background: linear-gradient(180deg, #0a243d 50%, #fff 50%, #f2ebdf 50%, #f2ebdf 100%);
        padding: 0 0;
    }

    #first_view ul.pc {
        display: none;
    }

    #first_view ul.sp {
        display: block;
    }

    #first_view ul li img {
        width: 100%;
        height: 100vw;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    #first_view p.scroll {
        background: #e0d7c7;
        text-align: center;
        padding: 20px 0;
    }

    #first_view p.scroll img {
        max-width: 30px;
    }

    /*-------------------------------------------

    Concept

-------------------------------------------*/
    #concept {
        background: linear-gradient(180deg, #f2ebdf 0%, #f2ebdf 85%, #0a243d 85%, #0a243d 100%);
        padding: 40px 20px;
    }

    #concept dl {
        display: block;
        justify-content: space-between;
        padding: 0 0;
        margin: 0 0 40px;
    }

    #concept dt {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0;
    }

    #concept dt h2 {
        font-size: 4vw;
        font-weight: normal;
        line-height: 1.8;
        letter-spacing: 0.1em;
        text-align: center;
    }

    #concept dt h2 span {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.2rem;
        display: block;
        margin: 0 0 30px;
        letter-spacing: 0.15em;
        text-align: center;
    }

    #concept dt h2::after {
        content: '';
        display: block;
        margin: 40px auto 20px;
        width: 28px;
        height: 2px;
        background: #22211f;
    }

    #concept dd {
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        position: relative;
    }

    #concept dd p {
        font-size: 1.4rem;
        line-height: 1.8;
        text-align: justify;
        letter-spacing: 0.1em;
    }

    #concept dd img {
        position: absolute;
        right: 0px;
        top: inherit;
        bottom: -50vw;
        width: 60%;
        max-width: inherit;
        height: 50vw;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        display: block;
    }

    .concept_img {
        width: 60%;
        padding: 0 0 0;
        box-sizing: border-box;
    }

    .concept_img img {
        width: 100%;
        height: 50vw;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    /*-------------------------------------------

    Menu

-------------------------------------------*/
    #menu {
        background: #0a243d;
        padding: 0;
        overflow: hidden;
    }

    #menu h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #efedea;
        font-size: 8vw;
        line-height: 1.2;
        letter-spacing: 0.15em;
        padding: 0 0 0 20px;
        margin: 0 0 -7px;
    }

    .menu_box01 {
        background: #efedea;
        padding: 40px 20px;
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        z-index: 1;
    }

    .menu_box01::after {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
        height: 100%;
        background: #efedea;
        width: 100%;
    }

    .menu_box01 h3 {
        font-size: 4vw;
        font-weight: normal;
        line-height: 1.8;
        letter-spacing: 0.12em;
        text-align: center;
    }

    .menu_box01 h3 span {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.2rem;
        display: block;
        margin: 0 0 30px;
        letter-spacing: 0.15em;
    }

    .menu_box01 h3::after {
        content: '';
        display: block;
        margin: 40px auto 0;
        width: 28px;
        height: 2px;
        background: #22211f;
    }

    .menu_box01 dl {
        display: block;
        justify-content: space-between;
    }

    .menu_box01 dt {
        width: 100%;
    }

    .menu_box01 dt a {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        background: #22211f;
        display: block;
        width: 70%;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        padding: 24px 0;
        margin: 40px auto;
        letter-spacing: 0.15em;
        position: relative;
    }

    .menu_box01 dt a::after {
        content: '';
        display: block;
        position: absolute;
        top: 80%;
        right: 50%;
        width: 1px;
        height: 30px;
        background: #464646;
        transition: 0.3s all;
    }

    .menu_box01 dt a:hover {
        background: #cdc2b4;
        color: #797265;
    }

    .menu_box01 dt a:hover::after {
        right: 50%;
        background: #cdc2b4;
    }

    .menu_box01 dd {
        width: 100%;
    }

    .menu_box01 dd ul {
        display: block;
        justify-content: space-between;
        margin: 60px 0 0;
    }

    .menu_box01 dd ul li {
        width: 100%;
        display: flex;
        align-items: center;
        background: #fffbf3;
    }

    .menu_box01 dd ul li:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .menu_box01 dd ul li figure {
        width: 50%;
    }

    .menu_box01 dd ul li img {
        width: 100%;
    }

    .menu_box01 dd ul li p {
        width: 50%;
        margin: 0 0 0;
        padding: 0 5%;
        font-size: 3vw;
        line-height: 1.6;
        box-sizing: border-box;
    }

    .menu_box01 dd ul li:nth-of-type(even) p {
        text-align: center;
    }

    .menu_box01 dd ul li p span {
        display: block;
    }

    .course_box01 {
        background: #efedea;
        padding: 40px 20px;
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        z-index: 1;
    }

    .course_box01::after {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
        height: 100%;
        background: #efedea;
        width: 100%;
    }

    .course_box01 h3 span {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.2rem;
        font-weight: normal;
        display: block;
        margin: 0 0 30px;
        letter-spacing: 0.15em;
    }

    .course_box01 ul {
        display: block;
        justify-content: space-between;
    }

    .course_box01 ul li {
        width: 100%;
    }

    .course_box01 ul li:nth-of-type(even) {
        margin: 40px 0;
    }

    .course_box01 ul li figure {
        margin: 0 0 20px;
    }

    .course_box01 ul li figure img {
        width: 100%;
    }

    .course_box01 ul li h4 {
        border-bottom: solid 1px #959189;
        padding: 0 0 15px;
        min-height: 45px;
        line-height: 1.6;
        font-size: 1.35rem;
        font-weight: normal;
        position: relative;
    }

    .course_box01 ul li h4 span {
        display: block;
        text-align: right;
        font-size: 1.4rem;
        font-weight: bold;
        letter-spacing: 0.15em;
        position: absolute;
        right: 0;
        bottom: 5px;
    }

    .course_box01 ul li h4 b {
        display: inline-block;
        vertical-align: baseline;
        font-weight: normal;
    }

    .course_box01 ul li p {
        margin: 20px 0 0;
        font-size: 1.2rem;
        line-height: 1.6;
    }

    .point {
        background: #efedea;
        padding: 0 0 40px;
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        z-index: 1;
    }

    .point::after {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
        height: 100%;
        background: #efedea;
        width: 100%;
    }

    .point dl {
        background: #22211f;
        display: block;
        padding: 0 0 0;
    }

    .point dl dt {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        background: #000;
        color: #efedea;
        text-align: center;
        width: 100%;
        font-size: 1.2rem;
        padding: 30px 0;
        display: block;
    }

    .point dl dd {
        background: #22211f;
        width: 100%;
        color: #efedea;
        box-sizing: border-box;
        padding: 40px 20px;
        border-bottom: solid 1px #302e2b;
    }

    .point dl dd h5 {
        font-size: 1.4rem;
        border-bottom: solid 1px #302e2b;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }

    .point dl dd p {
        font-size: 1.2rem;
        line-height: 1.8;
        text-align: justify;
    }

    .point a {
        background: #22211f;
        display: block;
        width: calc(70% - 40px);
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        padding: 25px 0;
        margin: 40px auto 0;
        letter-spacing: 0.15em;
        position: relative;
    }

    .point a::after {
        content: '';
        display: block;
        position: absolute;
        top: 80%;
        right: 50%;
        width: 1px;
        height: 30px;
        background: #464646;
        transition: 0.3s all;
    }

    .point a:hover {
        background: #cdc2b4;
        color: #797265;
    }

    .point a:hover::after {
        right: 50%;
        background: #cdc2b4;
    }

    .img_sec {
        margin: 0 0 0;
        position: relative;
        z-index: 0;
    }

    .img_sec img {
        width: 100%;
    }

    #news {
        overflow: hidden;
        margin: 0 0 0;
        padding: 0 0;
        position: relative;
        z-index: 1;
    }

    #news .inner {
        max-width: 1500px;
    }

    #news::before {
        background: #efedea;
        content: '';
        display: block;
        width: 100%;
        height: calc(100% - 150px);
        z-index: 1;
        position: absolute;
        top: 150px;
    }

    #news dl {
        background: #22211f;
        position: relative;
        padding: 20px 20px 120px;
        display: block;
        justify-content: space-between;
        z-index: 1;
    }

    #news dl::after {
        content: '';
        display: block;
        position: absolute;
        right: 100%;
        top: 0;
        height: 100%;
        background: #0a243d;
        width: 100%;
    }

    #news dl dt {
        width: 100%;
    }

    #news dl dt h2 {
        font-size: 2.4rem;
        font-weight: normal;
        line-height: 1.8;
        letter-spacing: 0.12em;
        color: #efedea;
    }

    #news dl dt h2 span {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.2rem;
        display: block;
        margin: 0 0 30px;
        letter-spacing: 0.15em;
    }

    #news dl dt h2::after {
        content: '';
        display: block;
        margin: 40px 0 0;
        width: 28px;
        height: 2px;
        background: #efedea;
    }

    #news dl dt a {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        background: #efedea;
        display: block;
        width: 70%;
        text-align: center;
        color: #22211f;
        font-size: 1rem;
        padding: 20px 0;
        margin: 0 auto;
        letter-spacing: 0.15em;
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
    }

    #news dl dt a::after {
        content: '';
        display: block;
        position: absolute;
        top: 80%;
        right: 50%;
        width: 1px;
        height: 30px;
        background: #464646;
        transition: 0.3s all;
    }

    #news dl dt a:hover {
        background: #cdc2b4;
        color: #22211f;
    }

    #news dl dt a:hover::after {
        right: 50%;
        background: #cdc2b4;
    }

    #news dl dd {
        width: 100%;
    }

    #news dl dd li {
        border-bottom: solid 1px #302e2b;
        font-size: 1.2rem;
    }

    #news dl dd li a {
        display: block;
        padding: 20px 75px 20px 0;
        color: #efedea;
        position: relative;
        line-height: 1.4;
    }

    #news dl dd li a:hover {
        background: rgb(255 255 255 / 0.15);
        color: #efedea;
    }

    #news dl dd li a span.day {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        position: static;
        left: 25px;
        top: 28px;
        font-size: 1rem;
        display: block;
        margin: 0 0 10px;
    }

    #news dl dd li a span.more {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        position: absolute;
        right: 0;
        top: inherit;
        bottom: 20px;
        font-size: 1rem;
        padding: 0 20px 0 0;
    }

    #news dl dd li a span.more::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 10px;
        height: 1px;
        background: #efedea;
        transition: 0.3s all;
        margin: -2px 0 0;
    }

    #news dl dd li a:hover span.more::after {
        right: 10px;
        width: 10px;
    }

    #instagram {
        background: #efedea;
        padding: 40px 20px;
    }

    #instagram h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 0 0 100px;
        font-size: 1.2rem;
    }

    #instagram h2 span {
        float: right;
    }

    #instagram .inner {
        margin: 0 auto;
        max-width: 1180px;
    }

    #cv {
        background: url(images/bg02.png) no-repeat center;
        background-size: cover;
        text-align: center;
        padding: 60px 20px;
    }

    #cv a {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        color: #efedea;
        margin: 0 0 40px;
        font-size: 1.8rem;
    }

    #cv a span {
        display: inline-block;
        margin: 0 5px 0 0;
        font-size: 1.2rem;
    }

    #cv a.more {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        border: solid 1px #efedea;
        display: block;
        width: 70%;
        text-align: center;
        color: #efedea;
        font-size: 1.2rem;
        padding: 25px 0;
        margin: 0 auto 0;
        letter-spacing: 0.15em;
        position: relative;
        transition: 0.3s all;
    }

    #cv a.more::after {
        content: '';
        display: block;
        position: absolute;
        top: 80%;
        right: 50%;
        width: 1px;
        height: 30px;
        background: #efedea;
        transition: 0.3s all;
    }

    #cv a.more:hover {
        background: #efedea;
        color: #22211f;
    }

    #cv a.more:hover::after {
        right: 50%;
        background: #efedea;
    }

    .map {
        position: relative;
        margin: 0 auto 40px;
        max-width: 1180px;
    }

    .map iframe {
        height: 70vw;
    }

    footer {
        background: #22211f;
        padding: 40px 20px 0;
    }

    footer .inner {
        max-width: 1180px;
        padding: 0 0;
        margin: 0 auto;
    }

    footer dl {
        display: block;
        align-items: center;
        justify-content: space-between;
    }

    footer dl dt {
        width: 100%;
        text-align: center;
    }

    footer dl dt img {
        max-width: 140px;
    }

    footer dl dd:nth-of-type(1) {
        width: 100%;
        padding: 40px 0;
        box-sizing: border-box;
        color: #efedea;
        border-bottom: solid 1px #302e2b;
        border-right: none;
        border-left: none;
        text-align: center;
    }

    footer dl dd:nth-of-type(1) p {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.1rem;
        line-height: 1.8;
        margin: 0 0 10px;
    }

    footer dl dd:nth-of-type(1) p:last-child {
        margin: 0;
    }

    footer dl dd:nth-of-type(2) {
        width: 100%;
        padding: 40px 0 40px;
        box-sizing: border-box;
        color: #efedea;
    }

    footer dl dd:nth-of-type(2) table {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        width: auto;
        margin: 0 auto;
    }

    footer dl dd:nth-of-type(2) table th {
        font-size: 1.2rem;
        font-weight: normal;
        text-align: right;
        width: 50px;
        padding: 0 10px 15px 0;
    }

    footer dl dd:nth-of-type(2) table td {
        font-size: 1.2rem;
        padding: 0 0 15px;
    }

    footer dl dd:nth-of-type(2) table td a {
        color: #fff;
    }

    footer dl dd:nth-of-type(2) table td a.tel {
        font-size: 1.8rem;
    }

    footer dl dd:nth-of-type(2) a.more {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        border: solid 1px #efedea;
        display: block;
        width: 70%;
        text-align: center;
        color: #efedea;
        font-size: 1rem;
        padding: 25px 0;
        margin: 25px auto 0;
        letter-spacing: 0.15em;
        position: relative;
    }

    footer dl dd:nth-of-type(2) a.more::after {
        content: '';
        display: block;
        position: absolute;
        top: 80%;
        right: 50%;
        width: 1px;
        height: 30px;
        background: #efedea;
        transition: 0.3s all;
    }

    footer dl dd:nth-of-type(2) a.more:hover {
        background: #efedea;
        color: #22211f;
    }

    footer dl dd:nth-of-type(2) a.more:hover::after {
        right: 50%;
    }

    footer dl dd:nth-of-type(2) img {
        max-width: 100px;
        margin: 40px auto 0;
        display: block;
    }

    footer #copy {
        background: #1c1b18;
        padding: 40px 20px;
        margin: 20px 0 0;
        text-align: center;
        font-size: 1rem;
        line-height: 1.4;
        color: #484847;
    }

    footer #copy p {
        max-width: 1180px;
        margin: 0 auto;
    }

    /*================================================
追加　2022/06/07
================================================*/
    #movie {
        padding: 40px 20px 60px;
    }

    #movie h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.2rem;
        font-weight: normal;
        display: block;
        margin: 0 0 30px;
        letter-spacing: 0.15em;
    }

    .movie-content {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
        height: 55vw;
        display: block;
    }
}
