@charset "UTF-8";

html {
    font-size: 1pc
}

body {
    font-family: Hiragino Mincho ProN, YuMincho, serif;
    overflow-x: hidden;
    color: #191212;
    background-color: #fdfbf8;
    line-height: 1.6;
    letter-spacing: .05em;
    font-weight: 300
}

a[href^="tel:"] {
    pointer-events: none
}

@media screen and (max-width:768px) {
    a[href^="tel:"] {
        pointer-events: auto
    }
}

a {
    color: #191212;
    transition: opacity .3s ease-in-out
}

a:hover {
    opacity: .7
}

*,
:after,
:before {
    box-sizing: border-box
}

ol,
ul {
    padding: 0
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
ol,
p,
ul {
    margin: 0
}

html {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed
}

ol,
ul {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    display: block;
    width: 100%
}

article>*+* {
    margin-top: .3em
}

button,
input,
select,
textarea {
    font: inherit
}

textarea {
    resize: vertical
}

button,
input[type=button],
input[type=submit],
label,
select {
    cursor: pointer
}

select::-ms-expand {
    display: none
}

.header {
    height: 5pc;
    background-color: #191212;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5
}

@media screen and (max-width:768px) {
    .header {
        height: 50px
    }
}

.header__bg {
    background-color: #fff
}

.header__inner {
    height: inherit;
    display: flex;
    align-items: center;
    padding-left: 40px
}

@media screen and (max-width:768px) {
    .header__inner {
        padding-left: 15px
    }
}

.header__logo {
    max-width: 167px;
    max-height: 3pc
}

@media screen and (max-width:768px) {
    .header__logo {
        width: 78pt;
        height: 30px
    }
}

.header__nav {
    margin-left: auto;
    margin-right: 50px;
    height: inherit
}

@media screen and (max-width:1024px) {
    .header__nav {
        display: none
    }
}

.header__item {
    height: inherit
}

.header__items,
.header__link {
    display: flex;
    align-items: center;
    height: inherit
}

.header__link {
    justify-content: center;
    color: #fff;
    font-size: 1pc;
    font-weight: 600;
    padding: 0 9pt
}

@media screen and (max-width:1160px) {
    .header__link {
        font-size: 1.2vw
    }
}

.course-menu {
    background-color: #191212;
    padding: 0 15px 15px;
    border-radius: 0 0 9pt 9pt;
    display: flex;
    position: absolute;
    top: 100%;
    right: 50px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.header__item:hover .course-menu {
    visibility: visible;
    opacity: 1
}

.course-menu li a {
    display: block;
    width: 99pt;
    height: 75pt
}

.course-menu__overseas {
    margin-right: 9pt
}

.hamburger {
    position: fixed;
    z-index: 6;
    top: 14px;
    right: 15px;
    height: 23px;
    width: 36px;
    cursor: pointer;
    display: none
}

@media screen and (max-width:1024px) {
    .hamburger {
        display: block
    }
}

.hamburger span {
    background-color: #fff;
    position: absolute;
    height: 1px;
    transition: .3s opacity, .3s transform
}

.hamburger span:nth-child(1) {
    top: 0;
    width: 36px
}

.hamburger span:nth-child(2) {
    top: 11px;
    width: 36px
}

.hamburger span:nth-child(3) {
    top: 22px;
    width: 24px;
    right: 0
}

.hamburger.is-active span {
    background-color: #fff
}

.hamburger.is-active span:nth-child(1) {
    top: 8px;
    transform: rotate(30deg)
}

.hamburger.is-active span:nth-child(2) {
    top: 8px;
    transform: rotate(-30deg)
}

.hamburger.is-active span:nth-child(3) {
    opacity: 0
}

.drawer {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: #191212;
    display: none;
    overflow-y: scroll
}

.drawer__items {
    padding-top: 70px;
    padding-bottom: 36px
}

.drawer__item {
    text-align: center;
    padding: 10px 0
}

.drawer__link {
    display: inline-block;
    width: inherit;
    color: #fff;
    letter-spacing: .05em;
    line-height: 1.875;
    font-size: 1pc;
    font-weight: 600;
    width: 100%
}

.drawer__button-img {
    max-width: 326px;
    margin: 0 auto
}

.drawer__link-sub {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .05em;
    display: inline-block;
    width: 100%
}

.drawer__link-sub.drawer__link-sub--aboard {
    padding-top: 15px;
    padding-bottom: 7.5px
}

.drawer__link-sub.drawer__link-sub--chinese {
    padding-top: 7.5px
}

.mv {
    width: 100%;
    min-height: 25pc
}

.mv__inner {
    position: relative;
    width: 100%
}

.mv__inner,
.mv__slider,
.swiper-slide img,
.swiper-slide picture {
    height: inherit;
    min-height: inherit
}

.swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover
}

.mv__title-wrap {
    color: #fff;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 60%;
    transform: translateY(-50%);
    padding-left: 5pc
}

@media screen and (max-width:768px) {
    .mv__title-wrap {
        bottom: 0;
        transform: translateY(0);
        top: 40%;
        left: 0;
        right: 20px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.mv__title-head {
    margin-top: 21px;
    font-size: 26px;
    letter-spacing: .05em;
    font-weight: 600
}

@media screen and (max-width:768px) {
    .mv__title-head {
        margin-top: 10px;
        font-size: 24px;
        line-height: 150%;
        text-align: right
    }
}

.mv-hr {
    width: 70px;
    background-color: #fff;
    border: 0;
    height: 1px;
    margin-top: 24px
}

@media screen and (max-width:768px) {
    .mv-hr {
        width: 50px;
        margin-left: auto;
        margin-top: 10px
    }
}

.cta-button__top a:hover,
.cta-button__nofixed picture:hover {
    opacity: 1
}

.cta-button__top picture,
.cta-button__nofixed picture {
    max-width: 35pc;
    width: 100%;
    transition: opacity .3s
}

.cta-button__top picture:hover,
.cta-button__nofixed a:hover {
    opacity: .8
}

.cta-button__top picture {
    position: fixed;
    z-index: 4;
    right: 0;
    bottom: 0;
}
.cta-button__nofixed {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    padding-right: 5pc;
}
.cta-button__nofixed img {
    max-width: 560px;
}

@media screen and (max-width:768px) {
    .cta-button__nofixed {
        padding-right: 0;
    }
    .cta-button__top picture,
    .cta-button__nofixed picture {
        max-width: 430px
    }
}

.banner-section {
    padding: 50px 0;
    background-color: #fdfbf8
}

@media screen and (max-width:768px) {
    .banner-section {
        padding: 20px 0
    }
}

.banner__wrapper {
    padding: 0 25px
}

.banner__wrapper-custom {
    display: flex;
    flex-direction: row;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .banner__wrapper-custom {
        flex-direction: column;
        gap: 0px;
        padding: 0 15px;
    }
}

.banner__slider {
    margin: 0 auto;
    width: 33.3%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .banner__slider {
        width: 100%;
    }
}

.banner__slider--articles {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 26px;
}

.banner__slider--articles .swiper-slide {
    width: 100%;
    height: auto;
}

.banner__slider--articles .banner__slide {
    width: 100%;
    display: block;
    margin-right: 0;
}

.banner__slider--articles .banner__slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner__slider--articles .banner__article-info {
    padding: 20px;
    background-color: #fff;
}

.banner__slider--articles .banner__article-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.banner__slider--articles .banner__article-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
}

.banner__slider--articles .swiper-pagination {
    bottom: 10px;
}

.banner__slider--articles .swiper-button-prev,
.banner__slider--articles .swiper-button-next {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.banner__slider--articles .swiper-button-prev:after {
    content: '←';
    font-size: 20px;
}

.banner__slider--articles .swiper-button-next:after {
    content: '→';
    font-size: 20px;
}

.banner__slider--events {
    display: flex;
    flex-direction: column;
    margin-bottom: 26px;
    justify-content: flex-start;
    background-color: #f8f0f3;
    padding: 0px;
    border-radius: 8px;
}

.banner__event-header {
    text-align: center;
    padding: 15px 0;
    background-color: #b01f24;
    border-radius: 4px;
    margin-bottom: 20px;
}

.banner__event-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.banner__event-courses {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 12px;
    margin-bottom: 20px;
}

.banner__event-course {
    background-color: #fff;
    border-radius: 4px;
    transition: transform 0.2s;
}

.banner__event-course:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.banner__event-link {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: inherit;
}

.banner__event-course-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}

.banner__event-course-name::before {
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    line-height: 1;
}

.banner__event-course-name--opencampus::before {
    content: '🏫';
    font-size: 22px;
}

.banner__event-course-name--experience::before {
    content: '🍣';
    font-size: 22px;
}

.banner__event-course-name--online::before {
    content: '💻';
    font-size: 22px;
}

.banner__event-course-info {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.banner__event-status {
    color: #e74c3c;
    font-weight: bold;
}

.banner__slider--consultation {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.banner__slider--consultation .banner__link {
    display: block;
    width: 100%;
}

.banner__slider--consultation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.banner__slider--events .banner__slide {
    width: 100%;
    margin-right: 0;
}

.banner__slider--events .banner__slide img {
    width: 100%;
    height: auto;
}

.banner__slider-sp-reverse {
    margin-top: 26px
}

.banner__slider:not(.banner__slider--articles) .banner__slide:not(:last-child) {
    margin-right: 20px
}

@media screen and (max-width:768px) {
    .banner__wrapper {
        padding: 0 15px
    }

    .banner__slider {
        flex-wrap: wrap
    }

    .banner__slide {
        width: calc(50% - 20px * 1 / 2)
    }

    .banner__slide:not(:last-child) {
        margin-right: 0
    }

    .banner__slide:nth-child(2n+1) {
        /* margin-right: 15px */
    }

    .banner__slide:nth-child(n+3) {
        /* margin-top: 20px */
    }
}

.banner__slide img {
    height: auto
}

.media {
    background-color: #fff
}

.media__wrapper {
    padding: 5pc 0
}

@media screen and (max-width:768px) {
    .media__wrapper {
        padding: 60px 0
    }
}

.slider-wrapper {
    display: flex;
    overflow: hidden;
    margin-top: 27px
}

.slider {
    -webkit-animation: a 30s infinite linear .5s both;
    animation: a 30s infinite linear .5s both;
    display: flex;
    align-items: center
}

.slider.slider--right {
    -webkit-animation: b 20s infinite linear .5s both;
    animation: b 20s infinite linear .5s both
}

.slide {
    margin-right: 35px;
    width: 14.2857142857vw
}

@media screen and (max-width:768px) {
    .slide {
        width: 33.3333333333vw
    }
}

.slide img {
    display: block;
    width: 100%;
    max-height: 117px;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width:768px) {
    .slide img {
        max-height: 62px
    }
}

@-webkit-keyframes a {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes a {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes b {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes b {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

.first-contents {
    padding-bottom: 140px;
    background: url(../img/texture-1.png)no-repeat center/cover
}

@media screen and (max-width:768px) {
    .first-contents {
        padding-bottom: 5pc
    }
}

#feature {
    padding-top: 110px
}

@media screen and (max-width:768px) {
    #feature {
        padding-top: 60px
    }
}

.feature__items {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.feature__item:not(:last-child) {
    margin-right: 24px
}

@media screen and (max-width:768px) {
    .feature__item:not(:last-child) {
        margin-right: 0
    }
}

.feature__item:nth-child(odd) {
    margin-right: 20px
}

.feature__item-image {
    max-width: 280px
}

@media screen and (max-width:768px) {
    .feature__item-image {
        max-width: 155px
    }
}

#teacher {
    padding-top: 140px
}

@media screen and (max-width:768px) {
    #teacher {
        padding-top: 60px
    }
}

.inner.teacher__inner {
    max-width: 100%
}

.teacher__items {
    display: flex;
    margin-top: 40px;
    justify-content: space-around;
    overflow-x: scroll;
    margin-right: 0;
    margin-left: 0
}

.teacher__item {
    width: 250px
}

@media screen and (max-width:768px) {
    .teacher__item {
        width: 210px
    }
}

.teacher__item:not(:last-child) {
    margin-right: 20px
}

.teacher__img {
    width: 250px;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .teacher__img {
        width: 210px
    }
}

.teacher__img img {
    width: 200px;
    display: block;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .teacher__img img {
        width: 10pc
    }
}

.teacher__title {
    font-size: 1pc;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    margin-top: 9pt
}

@media screen and (max-width:768px) {
    .teacher__title {
        font-size: 14px
    }
}

.teacher__name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    margin-top: 9pt
}

@media screen and (max-width:768px) {
    .teacher__name {
        font-size: 18px
    }
}

.teacher__accordion-title {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    margin-top: 9pt;
    cursor: pointer
}

.teacher__accordion-title:before {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .3s ease-in-out
}

.teacher__accordion-title:after,
.teacher__accordion-title:before {
    background-color: #191212;
    content: "";
    height: 1px;
    width: 11px;
    position: absolute;
    right: 25px;
    top: 50%
}

.teacher__accordion-title:after {
    transform: translateY(-50%);
    transition: opacity .3s ease-in-out
}

.teacher__accordion-title.open:before {
    transform: rotate(180deg)
}

.teacher__accordion-title.open:after {
    opacity: 0
}

.teacher__accordion-content {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0;
    padding: 1pc;
    background-color: #fdfbf8;
    margin-top: 9pt;
    width: inherit;
    display: none
}

@media screen and (max-width:768px) {
    .teacher__accordion-content {
        font-size: 13px
    }
}

#program {
    padding-top: 140px
}

@media screen and (max-width:768px) {
    #program {
        padding-top: 60px
    }
}

.program__inner {
    position: relative
}

@media screen and (max-width:768px) {
    .program__inner {
        margin-left: calc((100vw - 100%)/2 * -1);
        margin-right: calc((100vw - 100%)/2 * -1);
        padding-left: calc((100vw - 100%)/2);
        padding-right: calc((100vw - 100%)/2)
    }
}

.program__content {
    background: linear-gradient(90deg, hsla(44, 40%, 79%, .4) 0, hsla(44, 40%, 79%, .8) 62%, transparent 0 100%);
    position: relative;
    z-index: 3;
    margin-left: calc((100vw - 100%)/2 * -1);
    margin-right: calc((100vw - 100%)/2 * -1);
    padding: 30px calc((100vw - 100%)/2)50px
}

@media screen and (max-width:768px) {
    .program__content {
        background: 0;
        padding-bottom: 0
    }
}

.program__lists {
    margin-top: 44px
}

@media screen and (max-width:768px) {
    .program__lists {
        width: 290px;
        margin: 20px auto 0
    }
}

.program__list {
    font-size: 24px;
    margin-top: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .08em;
    position: relative;
    padding-left: 28px
}

@media screen and (max-width:768px) {
    .program__list {
        font-size: 14px;
        line-height: 1.8;
        margin-top: 10px;
        padding-left: 18px
    }
}

.program__list:before {
    position: absolute;
    content: "";
    background-image: url(../img/list.svg);
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:768px) {
    .program__list:before {
        content: "◆";
        background: 0;
        width: 0;
        height: 0;
        top: 0
    }
}

.program__image {
    position: absolute;
    right: 26px;
    top: 106px;
    z-index: 2
}

@media screen and (max-width:768px) {
    .program__image {
        display: none
    }
}

.program__image-sp {
    display: none
}

@media screen and (max-width:768px) {
    .program__image-sp {
        display: block
    }
}

.program__image img {
    width: 490px
}

.schedule {
    margin-top: 110px
}

@media screen and (max-width:768px) {
    .schedule {
        margin-top: 30px
    }
}

.schedule__tab-menu {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #a1894b;
    width: 33.3333333333%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #a1894b;
    padding: 11px 0
}

@media screen and (max-width:768px) {
    .schedule__tab-menu {
        font-size: 15px
    }
}

.schedule__content-box {
    margin-top: 20px;
    padding: 30px 50px 25px;
    background-color: #fff;
    border: 1px solid #a1894b;
    display: none
}

@media screen and (max-width:768px) {
    .schedule__content-box {
        padding: 20px 10px 25px
    }
}

.schedule__title {
    padding-left: 22px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-bottom: 15px;
    border-bottom: 1px solid #a1894b;
    padding-bottom: 20px
}

.schedule__menu-wrap {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    .schedule__menu-wrap {
        display: block
    }
}

.training-menu {
    padding-left: 55px
}

@media screen and (max-width:768px) {
    .training-menu {
        padding-left: 15px;
        padding-right: 15px
    }
}

.training-menu__list {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: .08em
}

@media screen and (max-width:768px) {
    .training-menu__list {
        margin-top: 1pc
    }
}

.training-menu__list ul li {
    font-weight: 300;
    margin-left: 20px
}

.training-menu__list ul li:before,
.training-menu__list:before {
    content: "";
    background-color: #191212;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 75pt;
    margin-right: 6px;
    margin-bottom: 3px
}

.tab-list {
    display: flex
}

.tab-menu {
    cursor: pointer
}

.tab-menu:hover {
    opacity: .7;
    transition: opacity .3s
}

.tab-menu.current,
.tab-menu.current-second {
    color: #fff;
    background-color: #a1894b;
    position: relative
}

.tab-menu.current-second:after,
.tab-menu.current:after {
    content: "";
    background-color: #a1894b;
    height: 15px;
    width: 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%)
}

.document-request {
    padding: 72px 0;
    background: url(../img/document-request_bg.jpg)no-repeat center/cover
}

@media screen and (max-width:768px) {
    .document-request {
        background: url(../img/document-request_bg-sp.jpg)no-repeat center/cover
    }
}

.document-request__title {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .08em;
    color: #fff
}

@media screen and (max-width:768px) {
    .document-request__title {
        font-size: 26px
    }
}

.document-request__title span {
    font-size: 2pc
}

@media screen and (max-width:768px) {
    .document-request__title span {
        font-size: 20px
    }
}

.document-request__button {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px
}

@media screen and (max-width:768px) {
    .document-request__button {
        max-width: 326px
    }
}

.request-foot {
    padding: 66px 0;
    background: url(../img/document-request_bg.jpg)no-repeat center/cover
}

@media screen and (max-width:768px) {
    .request-foot {
        background: url(../img/document-request_bg-sp.jpg)no-repeat center/cover;
        padding: 70px 0
    }
}

.inner.request-foot__inner {
    max-width: 1340px
}

.request-foot__title {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .08em;
    color: #fff
}

@media screen and (max-width:768px) {
    .request-foot__title {
        font-size: 26px
    }
}

.request-foot__title span {
    font-size: 2pc
}

@media screen and (max-width:768px) {
    .request-foot__title span {
        font-size: 20px
    }
}

.request-foot__button {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px
}

@media screen and (max-width:768px) {
    .request-foot__button {
        max-width: 326px
    }
}

.request-foot__items {
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:1024px) {
    .request-foot__items {
        display: block;
        text-align: center
    }
}

.request-foot__item {
    max-width: 300px
}

@media screen and (max-width:1024px) {
    .request-foot__item {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto
    }
}

.request-foot__item:not(:last-child) {
    margin-right: 30px
}

@media screen and (max-width:1024px) {
    .request-foot__item:not(:last-child) {
        margin-right: auto
    }
}

.second-contents {
    padding-top: 140px;
    padding-bottom: 150px;
    background-color: #fdfbf8
}

@media screen and (max-width:768px) {
    .second-contents {
        padding-top: 5pc;
        padding-bottom: 5pc
    }
}

.quality__table {
    margin-top: 4pc
}

@media screen and (max-width:768px) {
    .quality__table {
        margin-top: 30px
    }
}

.table_design13 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    min-width: 700px;
    font-weight: 700;
    text-align: center
}

.table_design13 thead th {
    padding: 1em .8em;
    border-right: 1px solid #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    width: 15pc
}

@media screen and (max-width:768px) {
    .table_design13 thead th {
        width: 150px
    }
}

.table_design13 td {
    color: #a1894b;
    padding: 1.6em
}

.table_design13 thead th:not(:first-child) {
    background: #a1894b;
    color: #fff;
    padding: .5em
}

.table_design13 thead th span {
    font-size: .8rem
}

.table_design13 thead th:first-child {
    width: 180px
}

@media screen and (max-width:768px) {
    .table_design13 thead th:first-child {
        width: 90pt
    }
}

.table_design13 thead th:nth-child(2) {
    background-color: #b01f24;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .1em;
    position: relative;
    padding-bottom: 30px;
    width: 300px
}

@media screen and (max-width:768px) {
    .table_design13 thead th:nth-child(2) {
        width: 170px
    }
}

.table_design13 thead th:nth-child(2):before {
    content: "";
    width: 100%;
    height: 24px;
    position: absolute;
    background-color: #b01f24;
    left: 0;
    bottom: 100%
}

.table_design13 tbody th {
    background-color: #a1894b;
    color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0
}

@media screen and (max-width:768px) {
    .table_design13 tbody th {
        font-size: 1pc
    }
}

.table_design13 tbody td {
    border: 1px solid #a1894b;
    font-size: 11px;
    font-weight: 600
}

.table_design13 tbody td p {
    max-width: 260px;
    margin: 0 auto
}

.table_design13 tbody td img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    padding-bottom: 5px
}

.table_design13 tbody td {
    background-color: #fff
}

.table_design13 td:nth-child(2) {
    color: #b01f24
}

@media screen and (max-width:1200px) {
    .table-scroll {
        overflow-x: scroll;
        padding-top: 24px
    }
}

.scroll-text {
    margin-top: 30px;
    text-align: center
}

@media screen and (max-width:768px) {
    .scroll-text {
        text-align: left
    }
}

.scroll-text p {
    font-size: 14px;
    font-weight: 400;
    font-family: Noto Sans JP, sans-serif;
    line-height: 1.5;
    color: #a1894b;
    position: relative;
    display: inline-block
}

.scroll-text p:after {
    content: "";
    position: absolute;
    background: url(../img/scroll-arrow.svg)no-repeat center/cover;
    width: 29px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    left: 102%
}

.font-28 {
    font-size: 28px
}

.font-24 {
    font-size: 24px
}

.font-21 {
    font-size: 21px
}

.font-18 {
    font-size: 18px
}

.font-16 {
    font-size: 1pc
}

.font-15 {
    font-size: 15px
}

.font-14 {
    font-size: 14px
}

.font-12 {
    font-size: 9pt
}

.font-11 {
    font-size: 11px
}

#tuition {
    padding-top: 140px
}

@media screen and (max-width:768px) {
    #tuition {
        padding-top: 5pc
    }
}

.tuition__inner {
    position: relative
}

.tuition__vector {
    position: absolute;
    left: -15pc;
    top: 50px;
    z-index: 1
}

@media screen and (max-width:768px) {
    .tuition__vector {
        display: none
    }
}

.tuition__wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2
}

@media screen and (max-width:768px) {
    .tuition__wrapper {
        display: block
    }
}

.tuition__table {
    padding-left: 50px
}

@media screen and (max-width:768px) {
    .tuition__table {
        margin-top: 30px;
        padding-left: 0
    }
}

@media screen and (max-width:768px) {
    .tuition__table-image-wrap {
        overflow-x: scroll
    }
}

.tuition__table-image {
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .tuition__table-image {
        width: 500px
    }
}

.tuition__text-wrap {
    margin-top: 20px;
    padding-left: 30px
}

@media screen and (max-width:768px) {
    .tuition__text-wrap {
        margin-top: 15px;
        padding-left: 0
    }
}

.tuition__text {
    font-family: Noto Sans JP, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #b01f24;
    line-height: 1.6;
    letter-spacing: .08em
}

@media screen and (max-width:768px) {
    .tuition__text {
        font-size: 10px
    }
}

.tuition__text-annotation {
    font-family: Noto Sans JP, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .08em;
    text-indent: -1em;
    padding-left: 1em
}

@media screen and (max-width:768px) {
    .tuition__text-annotation {
        font-size: 10px
    }
}

.section-title.section-title--vertical {
    writing-mode: vertical-rl;
    text-align: left;
    letter-spacing: .1em
}

@media screen and (max-width:768px) {
    .section-title.section-title--vertical {
        writing-mode: horizontal-tb;
        text-align: center
    }
}

.interview {
    padding-top: 150px
}

@media screen and (max-width:768px) {
    .interview {
        padding-top: 5pc;
        position: relative
    }
}

.interview__vector {
    display: none
}

@media screen and (max-width:768px) {
    .interview__vector {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1
    }
}

.interview__inner {
    position: relative;
    z-index: 2
}

.interview__cards {
    margin-top: 40px;
    display: flex;
    max-width: 765pt;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:768px) {
    .interview__cards {
        display: block
    }
}

.interview__card {
    display: flex;
    flex-direction: column;
    width: calc(33.33333% - 20px)
}

@media screen and (max-width:768px) {
    .interview__card {
        width: 100%;
        margin: 0 auto
    }
}

.interview__card:not(:last-child) {
    margin-right: 30px
}

@media screen and (max-width:768px) {
    .interview__card:not(:last-child) {
        margin-right: auto
    }
}

@media screen and (max-width:768px) {
    .interview__card:nth-child(n+2) {
        margin-top: 30px
    }
}

.interview__card-image {
    position: relative
}

.interview__card-category {
    font-family: Noto sans JP, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    padding: 8px;
    background-color: #a1894b;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0
}

.interview__card-text {
    font-size: 1pc;
    line-height: 1.5;
    letter-spacing: 0;
    color: #191212;
    font-weight: 600;
    margin-top: 24px
}

.interview__button {
    margin-top: 40px;
    text-align: center
}

a.interview__button-link {
    text-align: center;
    display: inline-block;
    padding: 9pt 60px;
    border: 1px solid #a1894b;
    color: #a1894b;
    font-size: 1pc;
    font-weight: 600;
    letter-spacing: .04em;
    position: relative;
    transition: all .3s ease-in-out
}

a.interview__button-link:hover {
    background-color: #a1894b;
    color: #fff;
    opacity: 1
}

a.interview__button-link:after {
    content: "";
    background-color: #a1894b;
    position: absolute;
    width: 50px;
    height: 1px;
    top: 50%;
    transform: translate(-50%);
    right: -25%;
    transition: all .3s ease-in-out
}

a.interview__button-link:hover:after {
    background-color: #fff;
    right: -28%;
    opacity: 1
}

.abroad,
.careers {
    padding: 72px 0;
    background: url(../img/abroad_bg.jpg)no-repeat center/cover
}

@media screen and (max-width:768px) {
    .abroad,
    .careers {
        background: url(../img/abroad_bg-sp.jpg)no-repeat top/cover
    }
}

.abroad__title,
.careers__title {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .08em;
    color: #fff
}

@media screen and (max-width:768px) {
    .abroad__title,
    .careers__title {
        font-size: 26px
    }
}

.abroad__title span,
.careers__title span {
    font-size: 2pc
}

@media screen and (max-width:768px) {
    .abroad__title span,
    .careers__title span {
        font-size: 20px
    }
}

.abroad__button,
.careers__button {
    margin-top: 44px;
    text-align: center
}

.abroad__button a,
.careers__button a {
    text-align: center;
    display: inline-block;
    padding: 9pt 60px;
    background-color: #a1894b;
    color: #fff;
    font-size: 1pc;
    font-weight: 600;
    letter-spacing: .04em;
    position: relative;
    transition: all .3s ease-in-out
}
.careers__button a {
    font-size: 1.5pc;
}

.abroad__button a:hover,
.careers__button a:hover {
    background-color: #fff;
    color: #a1894b;
    opacity: 1
}

.abroad__button a:after,
.careers__button a:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 1px;
    top: 50%;
    transform: translate(-50%);
    right: -20%;
    transition: all .3s ease-in-out
}

.abroad__button a:hover:after,
.careers__button a:hover:after {
    background-color: #a1894b;
    right: -23%;
    opacity: 1
}

.access {
    background-color: #fdfbf8;
    padding-top: 10pc;
    padding-bottom: 140px
}

@media screen and (max-width:768px) {
    .access {
        padding-top: 5pc;
        padding-bottom: 0
    }
}

.access__contents {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:768px) {
    .access__contents {
        display: block
    }
}

.access__wrapper {
    padding-left: 40px
}

@media screen and (max-width:768px) {
    .access__wrapper {
        padding-left: 0;
        margin-top: 30px
    }
}

@media screen and (max-width:768px) {
    .access__tab-list {
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.access__tab-menu {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #191212;
    width: 25%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #a1894b;
    padding: 13px 0
}

@media screen and (max-width:768px) {
    .access__tab-menu {
        font-size: 20px;
        width: calc(50% - 2.5px);
        padding: 5px 0
    }
}

.access__tab-menu:not(:last-child) {
    margin-right: 10px
}

@media screen and (max-width:768px) {
    .access__tab-menu:not(:last-child) {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .access__tab-menu:nth-child(2n+1) {
        margin-right: 5px
    }
}

@media screen and (max-width:768px) {
    .access__tab-menu:nth-child(n+3) {
        margin-top: 24px
    }
}

.access__content-wrap {
    width: 940px
}

@media screen and (max-width:1024px) {
    .access__content-wrap {
        width: auto
    }
}

.access__content-box {
    margin-top: 40px;
    display: none
}

@media screen and (max-width:768px) {
    .access__content-box {
        margin-top: 20px
    }
}

.access__school-info {
    display: flex
}

@media screen and (max-width:768px) {
    .access__school-info {
        display: block
    }
}

.school-info__img {
    margin-right: 26px
}

@media screen and (max-width:768px) {
    .school-info__img {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .school-info__wrap {
        margin-top: 26px
    }
}

.school-info__title-group {
    display: flex;
    align-items: center
}

.school-info__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-right: 10px
}

@media screen and (max-width:768px) {
    .school-info__title {
        font-size: 20px
    }
}

.school-info__status {
    padding: 11px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    background-color: #f6f0ea
}

@media screen and (max-width:768px) {
    .school-info__status {
        font-size: 9pt
    }
}

.reception {
    margin-top: 1pc;
    border-top: 1px dashed #a1894b;
    padding-top: 1pc
}

.reception__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0
}

@media screen and (max-width:768px) {
    .reception__title {
        font-size: 15px
    }
}

.reception__period {
    display: flex;
    margin-top: 5px;
    justify-content: space-between
}

.reception__period-text {
    font-size: 1pc;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0
}

@media screen and (max-width:768px) {
    .reception__period-text {
        font-size: 13px
    }
}

.reception__period-status {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0;
    color: #b01f24
}

@media screen and (max-width:768px) {
    .reception__period-status {
        font-size: 13px
    }
}

.reception__period-status span {
    font-size: 14px
}

@media screen and (max-width:768px) {
    .reception__period-status span {
        font-size: 9pt
    }
}

.school-info__address {
    margin-top: 1pc;
    border-top: 1px dashed #a1894b;
    padding-top: 1pc;
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0
}

@media screen and (max-width:768px) {
    .school-info__address {
        font-size: 10px
    }
}

.school-info__maplink {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #a1894b;
    display: inline-block;
    border-bottom: 1px solid #a1894b;
    position: relative;
    margin-top: 5px
}

@media screen and (max-width:768px) {
    .school-info__maplink {
        font-size: 11px
    }
}

.school-info__maplink:after {
    content: "";
    background: url(../img/gmap-link.svg)no-repeat center/cover;
    width: 13px;
    height: 13px;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute
}

@media screen and (max-width:768px) {
    .school-info__maplink:after {
        left: 65px
    }
}

.faq {
    background-color: #fdfbf8;
    padding: 110px 0;
    position: relative
}

@media screen and (max-width:768px) {
    .faq {
        padding-top: 75pt
    }
}

@media screen and (max-width:768px) {
    .faq.faq--page {
        padding-top: 40px
    }
}

.faq__inner {
    position: relative;
    z-index: 2
}

.faq__vector {
    position: absolute;
    right: 0;
    top: -110px;
    z-index: 1
}

@media screen and (max-width:768px) {
    .faq__vector {
        top: 0
    }
}

.faq__decoration-upper {
    position: relative
}

@media screen and (max-width:768px) {
    .faq__decoration-upper {
        display: none
    }
}

.faq__decoration-upper:before {
    width: 5pc;
    left: -20px;
    top: -40px;
    transform: rotate(90deg)
}

.faq__decoration-upper:after,
.faq__decoration-upper:before {
    background-color: #a1894b;
    content: "";
    height: 1px;
    position: absolute
}

.faq__decoration-upper:after {
    width: 20pc;
    left: 0;
    top: -60px
}

.faq__decoration-under {
    position: relative
}

@media screen and (max-width:768px) {
    .faq__decoration-under {
        display: none
    }
}

.faq__decoration-under:before {
    width: 5pc;
    right: -20px;
    bottom: -40px;
    transform: rotate(90deg)
}

.faq__decoration-under:after,
.faq__decoration-under:before {
    background-color: #a1894b;
    content: "";
    height: 1px;
    position: absolute
}

.faq__decoration-under:after {
    width: 20pc;
    right: 0;
    bottom: -60px
}

.faq__items {
    max-width: 765pt;
    margin: 40px auto 0
}

.faq__item {
    padding: 36px;
    border-top: 1px solid #191212
}

.faq__item:last-child {
    border-bottom: 1px solid #191212
}

.faq__question {
    display: flex
}

.faq__question-icon {
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    margin-right: 30px
}

.faq__question-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5
}

.faq__answer {
    display: flex;
    margin-top: 20px
}

.faq__answer-icon {
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    margin-right: 30px;
    color: #b01f24
}

.faq__answer-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5
}

.faq__more {
    margin-top: 30px;
    max-width: 765pt;
    margin-right: auto;
    margin-left: auto;
    padding-right: 70px;
    text-align: right
}

@media screen and (max-width:768px) {
    .faq__more {
        padding-right: 40px
    }
}

.faq__more-link {
    font-style: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .06em;
    color: #191212;
    position: relative
}

.faq__more-link:after {
    content: "";
    background: url(../img/more-fish.png)no-repeat center/cover;
    width: 35px;
    height: 1pc;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute
}

.faq__line {
    margin-top: 4px;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

@media screen and (max-width:768px) {
    .faq__line {
        margin-top: 50px
    }
}

.faq__line img {
    width: 44px;
    height: 44px;
    fill: #fff
}

.faq__line-link {
    font-size: 21px;
    font-weight: 600;
    color: #191212;
    padding: 15px 25px;
    border: 1px solid #a1894b;
    line-height: 1.5;
    letter-spacing: .06em;
    transition: all .3s ease-in-out;
    position: relative;
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) {
    .faq__line-link {
        font-size: 20px
    }
}

.faq__line-link p {
    margin-right: 9pt
}

.faq__line-link:before {
    content: "";
    background-color: #a1894b;
    position: absolute;
    width: 50px;
    height: 1px;
    top: 50%;
    transform: translate(-50%);
    right: -15%;
    transition: all .3s ease-in-out
}

@media screen and (max-width:768px) {
    .faq__line-link:before {
        display: none
    }
}

.faq__line-link:hover:before {
    right: -18%;
    opacity: .8
}

.faq__link {
    margin-top: 10px
}

.faq__link a {
    color: #b01f24;
    text-decoration: underline;
    font-weight: 600
}

.message {
    position: relative
}

.message-gra {
    background: linear-gradient(180deg, transparent 0, hsla(45, 35%, 83%, .8) 100%);
    width: 100%;
    height: 360px
}

@media screen and (max-width:768px) {
    .message-gra {
        height: 135px
    }
}

.message__img {
    width: 100%;
    max-width: 1250px;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 140px
}

@media screen and (max-width:768px) {
    .message__img {
        padding-left: 20px;
        padding-right: 20px;
        top: 40px
    }
}

.message__wrap {
    padding-top: 170px;
    padding-bottom: 140px;
    background: url(../img/message-bg.jpg)no-repeat center/cover
}

@media screen and (max-width:768px) {
    .message__wrap {
        padding: 75pt 0 90pt 23px
    }
}

.message__content {
    margin-top: 5pc;
    margin-right: auto;
    margin-left: auto;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .1em
}

@media screen and (max-width:768px) {
    .message__content {
        writing-mode: horizontal-tb;
        margin-top: 0
    }
}

.message__title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.6
}

@media screen and (max-width:768px) {
    .message__title {
        font-size: 20px
    }
}

.message__text {
    margin-right: 50px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.6
}

@media screen and (max-width:768px) {
    .message__text {
        margin-right: 0;
        margin-top: 30px;
        font-size: 15px
    }
}

.footer {
    background-color: #fdfbf8
}

.footer__inner {
    padding-top: 140px;
    padding-bottom: 40px
}

@media screen and (max-width:768px) {
    .footer__inner {
        padding-top: 60px;
        padding-bottom: 50px
    }
}

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

@media screen and (max-width:768px) {
    .footer__wrap {
        display: block
    }
}

.footer__info {
    margin-right: 50px
}

@media screen and (max-width:768px) {
    .footer__info {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .footer__logo {
        width: 180px;
        margin: 0 auto
    }
}

.footer__button a {
    display: inline-block;
    max-width: 15pc;
    width: 100%;
    min-width: 10pc;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .04em;
    color: #fff;
    padding: 18px 0;
    text-align: center
}

.footer__button.footer__button--request a {
    margin-top: 45px;
    background-color: #b01f24
}

.footer__button.footer__button--contact a {
    margin-top: 25px;
    background-color: #a1894b
}

.footer__sns-wrap {
    margin-top: 43px
}

@media screen and (max-width:768px) {
    .footer__sns-wrap {
        margin-top: 50px;
        text-align: center
    }
}

.footer__sns-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .05em
}

@media screen and (max-width:768px) {
    .footer__sns-title {
        font-size: 14px
    }
}

.footer__sns {
    display: flex;
    margin-top: 20px
}

@media screen and (max-width:768px) {
    .footer__sns {
        margin-top: 15px;
        justify-content: center
    }
}

@media screen and (max-width:768px) {
    .footer__sns-icon {
        width: 26px
    }
}

.footer__sns-icon:first-child {
    margin-right: 20px
}

.footer-menu {
    display: flex
}

@media screen and (max-width:768px) {
    .footer-menu {
        display: block;
        text-align: center;
        margin-top: 30px
    }
}

.footer-menu__left {
    margin-right: 75pt
}

@media screen and (max-width:768px) {
    .footer-menu__left {
        margin-right: 0
    }
}

.footer-menu__center {
    margin-right: 75pt;
    margin-top: 24px
}

@media screen and (max-width:768px) {
    .footer-menu__center {
        margin-right: 0
    }
}

.footer-menu__right {
    margin-top: 24px
}

.footer-menu__top a {
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .05em;
    color: #191212
}

@media screen and (max-width:768px) {
    .footer-menu__top a {
        font-size: 18px
    }
}

.footer-menu__item {
    margin-top: 30px
}

.footer-menu__item ul li {
    margin-top: 20px;
    padding-left: 17px
}

@media screen and (max-width:768px) {
    .footer-menu__item ul li {
        padding-left: 0
    }
}

.footer-menu___link {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .05em;
    color: #191212
}

@media screen and (max-width:768px) {
    .footer-menu___link {
        font-size: 1pc
    }
}

.footer-menu___link.footer-menu___link--sub {
    font-size: 1pc;
    font-weight: 300
}

@media screen and (max-width:768px) {
    .footer-menu___link.footer-menu___link--sub {
        font-size: 13px
    }
}

.footer__company {
    margin-top: 106px;
    text-align: right
}

@media screen and (max-width:768px) {
    .footer__company {
        margin-top: 50px;
        text-align: center
    }
}

.footer__company-info {
    font-size: 1pc;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .05em;
    color: #191212;
    padding: 0 15px
}

@media screen and (max-width:768px) {
    .footer__company-info {
        font-size: 9pt;
        display: block;
        margin-top: 20px
    }
}

.footer__foot {
    background-color: #191212;
    text-align: center;
    padding: 14px 0
}

@media screen and (max-width:768px) {
    .footer__foot {
        padding: 10px 0
    }
}

.footer__copyright {
    font-size: 9pt;
    letter-spacing: .05em;
    line-height: 1;
    font-weight: 300;
    color: #fff
}

@media screen and (max-width:768px) {
    .footer__copyright {
        font-size: 10px
    }
}

h1.page__heading {
    font-size: 2pc;
    letter-spacing: .05em;
    line-height: 1.6;
    color: #a1894b;
    text-align: center
}

@media screen and (max-width:768px) {
    h1.page__heading {
        font-size: 28px
    }
}

main {
    background-color: #fdfbf8
}

@media screen and (max-width:768px) {
    .md-none {
        display: none !important
    }
}

.md-show {
    display: none !important
}

@media screen and (max-width:768px) {
    .md-show {
        display: block !important
    }
}

.inner {
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px
}

@media screen and (max-width:768px) {
    .inner {
        max-width: 600px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.section-title__main {
    font-size: 38px;
    letter-spacing: .05em;
    font-weight: 600
}

@media screen and (max-width:768px) {
    .section-title__main {
        font-size: 24px
    }
}

.section-title__main span {
    font-size: 30px
}

@media screen and (max-width:768px) {
    .section-title__main span {
        font-size: 18px
    }
}

.section-title__main span.section-title__main--small {
    font-size: 24px
}

@media screen and (max-width:768px) {
    .section-title__main span.section-title__main--small {
        font-size: 18px
    }
}

.section-title__main--vertical {
    letter-spacing: .2em
}

@media screen and (max-width:768px) {
    .section-title__main--vertical {
        letter-spacing: .08em
    }
}

.section-title__sub {
    margin-top: 5px;
    color: #a1894b;
    font-size: 24px;
    letter-spacing: .05em;
    font-weight: 300
}

@media screen and (max-width:768px) {
    .section-title__sub {
        margin-top: 2px;
        font-size: 1pc
    }
}

.section-title.section-title--center {
    text-align: center
}

.section-title.section-title--left {
    text-align: left
}

@media screen and (max-width:768px) {
    .section-title.section-title--left {
        text-align: center
    }
}

.section-title.section-title--right {
    text-align: center
}

@media screen and (max-width:768px) {
    .section-title.section-title--right {
        text-align: right
    }
}

.button {
    width: 280px;
    padding: 13px;
    font-size: 1pc;
    background-color: #a1894b;
    letter-spacing: .05em;
    color: #fff;
    display: inline-block;
    transition: .3s opacity
}

.button:hover {
    opacity: .7
}

.section-text {
    margin-top: 20px;
    font-size: 1pc;
    letter-spacing: .05em;
    line-height: 1.8;
    text-align: center;
    font-weight: 600
}

@media screen and (max-width:768px) {
    .section-text {
        font-size: 9pt
    }
}