@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url("https://use.typekit.net/wtu4zdo.css");
@import url("reset.css");
@import url("animate.css");

body {
    margin: auto;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    color: #040000;
}

body p {
    transform: rotate(0.03deg);
    /*文字欠け防止*/
}

body ::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    display: inline-block;
}

body ::-webkit-scrollbar-track {
    background: #C8C9CA;
}

body ::-webkit-scrollbar-thumb {
    background: #F0E143;
}

.color01 {
    color: #75131d;
}

.color02 {
    color: #1b5171;
}

.color03 {
    color: #955500;
}

.color04 {
    color: #4e613d;
}

.serif {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
}

.p-open-campus .charm .charm-list li .tit,
.time-schedule .date,
.en,
.e-letter {
    font-family: "bebas-kai", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.e-letter2 {
    font-weight: 100;
    font-family: "libre-bodoni", sans-serif;
    font-style: normal;
}

.block-tit {
    text-align: center;
    margin-bottom: 36px;
}

.block-tit .en {
    font-size: 60px;
    display: block;
}

.block-tit .ja {
    font-size: 24px;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-link {
    position: relative;
    padding: 0.5em 0;
    display: inline-block;
}

.txt-link:after {
    content: "";
    display: inline-block;
    margin-left: 0.7em;
    width: 0.8em;
    height: 0.8em;
    background: url(../img/arr-right-bk.png) center center / contain no-repeat;
}

.news-list .txt-link {
    display: inline-block !important;
    border-bottom: solid 2px #000;
    width: auto !important;
    font-size: 20px;
    padding: 0.2em 0;
}

.news-list .txt-link:after {
    margin-left: 0.2em;
}

.news-list .link {
    position: relative;
    display: inline-block !important;
    border-bottom: solid 2px #000;
    width: auto !important;
    font-size: 20px;
    padding: 0.2em 0;
    font-weight: 700;
}

.news-list .link:after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url(../img/arr-right-bk.png) center center / contain no-repeat;
    margin-left: 0.2em;
}

/* .news-list u{
    text-underline-offset: 0.3em;
    text-decoration-thickness: 0.1em;
} */
.tel-link {
    font-size: 26px;
    font-weight: 700;
    margin: 0.1em 0;
    display: inline-block;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a {
    text-decoration: none;
    transition: all 0.4s ease-out;
    color: inherit;
}

a:hover {
    opacity: 0.7;
}

.more {
    text-decoration: none;
    transition: all 0.4s ease-out;
    color: inherit;
    position: relative;
    padding: 0.5em 0;
    display: inline-flex;
    align-items: center;
    font-size: 25px;
    letter-spacing: 0.15em;
    font-weight: 500;
}

.more:after {
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    width: 52px;
    height: 8px;
    background: url(../img/ico-more-arow.svg) center center / contain no-repeat;
}

.more:hover {
    opacity: 0.7;
}

.inner-wrap {
    max-width: 900px;
    width: 90%;
    margin: auto;
}

ol,
ul {
    list-style: none;
}

/* 共通部分 */
.sp,
.sp-only {
    display: none;
}

header {
    position: relative;
    top: 0;
    left: 0;
}

header .nav-ctn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    position: fixed;
    transition: .3s ease-in-out 0.35s;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 999;
    top: 0;
    left: 0;
}

.body-scroll header .nav-ctn {
    background: rgba(0, 0, 0, 35%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: .3s ease-in-out 0.35s;
}

body.hamburger-menu--open header .nav-ctn {
    background-color: #000;
    transition: 0s ease-in-out 0s;
}


header a {
    color: #fff !important;
}

header .logo {
    padding-left: 25px;
    position: relative;
    z-index: +1;
}

.p-teacher header .logo img,
.body-scroll header .logo img {
    filter: invert();
    transition: .3s ease-in-out 0.35s;
}

header .logo img {
    transition: .3s ease-in-out 0.35s;
    width: 307px;
}

body.hamburger-menu--open header .logo img {
    filter: invert();
    transition: 0s ease-in-out 0s;
}

header .hamburger-menu {
    width: 60px;
    height: 60px;
    position: relative;
    border: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
    margin-right: 25px;
    background: none;
    z-index: +1;
}

header .hamburger-menu__bar {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
}

.p-teacher header .hamburger-menu__bar,
.body-scroll header .hamburger-menu__bar {
    background: #fff;
}

header .hamburger-menu__bar:first-child {
    top: 8px;
}

header .hamburger-menu__bar:nth-child(2) {
    top: 26px;
}

header .hamburger-menu__bar:nth-child(3) {
    top: 45px;
}

body.hamburger-menu--open {
    overflow: hidden;
}

header .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
    background: white;
}

header .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(30deg);
}

header .hamburger-menu--open .hamburger-menu__bar:nth-child(3) {
    transform: translateX(-50%) translateY(-50%) rotate(-30deg);
}

header .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
}

header .navigation {
    display: none;
    background: #000;
    position: absolute;
    top: 104px;
    width: 100%;
    /* z-index: -1; */
    height: 91vh;
    overflow-y: auto;
    padding: 60px 5% 60px;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
}


/*Google Chrome、Safariへの対応*/
header .navigation::-webkit-scrollbar {
    display: none;
}


header .navigation__list {
    list-style: none;
    margin-bottom: 40px;
}


header .navigation__link {
    display: block;
    padding: 10px 0;
    width: fit-content;
    font-size: 2rem;
}

header .navigation__link span {
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 5px;
    /* font-weight: 500; */
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

header .navigation__list-item .navigation__link-b {
    position: relative;
    cursor: pointer;
}

header .navigation__list-item .navigation__link-b:after {
    content: '';
    background: center / contain url(../img/arr-down.png) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 35%;
    right: -30px;
    transition: all .5s ease;
    transform: scale(1, -1);
}

header .navigation__list-item .navigation__link-b.close:after {
    transform: scale(1, 1);
}

header .navigation__list-item .navigation__link-b.close+ul.box {
    display: none;
}

header .navigation__list-item .navigation__link-b+ul.box li {
    margin: 10px 0 10px 10px;
}

header .navigation__list-item .navigation__link-b+ul.box li a {
    font-size: 1.35rem;
    line-height: 1.4;
}

header .navigation__list-item .navigation__link-b+ul.box li a span {
    display: block;
    font-size: 1rem;
}

header .navigation__link,
header .navigation__link a {
    color: #B7B7B7 !important;
}

header .navigation__link span {
    color: #fff;
}

header .navigation__list-2 {
    font-size: 1.4rem;
    margin-top: 11px;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 2%;
}

header .navigation__list-2 a {
    color: #B7B7B7 !important;
}

.fixed-nav {
    position: fixed;
    right: 0;
    bottom: -1px;
    transition: transform 0.4s ease;
    z-index: +99;
    width: 60px;
    transform: translateY(440px);
}

/* body:not(.body-scroll) .fixed-nav {
    transform: translateY(440px);
} */
.fixed-nav.open {
    transform: translateY(0) !important;
}

.fixed-nav ul li {
    list-style: none;
}

.fixed-nav ul li:first-child {
    position: relative;
}

.fixed-nav ul li:first-child a.close-ico {
    position: absolute;
    color: #fff;
    right: 0;
    width: 57%;
    text-align: center;
    padding-top: 3px;
    z-index: +1;
    cursor: pointer;
}

/* .body-scroll .fixed-nav a.close-ico, */
.fixed-nav.open a.close-ico {
    transform: rotate(45deg);
}

.fixed-nav-hide-area {
    display: none;
}

.modal {
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    overflow-y: auto;
}

.modal .modal_bg {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    position: fixed;
    width: 100%;
}

.modal .modal_area_wrap {
    position: absolute;
    margin: auto;
    padding: 5vh 0 5vh;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    pointer-events: none;
}

.modal .modal_area {
    position: relative;
    box-sizing: border-box;
    padding: 30px 25px 30px;
    margin: 0 auto;
    /* height: 840px; */
    height: auto;
    pointer-events: auto;
    background: 0 0/cover url(../img/bg-story-popup.png) no-repeat;
    max-width: 500px;
}

.modal .modal_close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    right: 28px;
    top: 35px;
    transition: .3s;
}

.modal .modal_close:hover {
    opacity: .7;
    transition: .3s;
}

.modal_story h2 img {
    text-align: center;
    margin: auto;
    width: 66%;
    padding-right: 6%;
}

.modal_story .list-ctn {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 38px 20px 11px 31px;
    margin-top: 25px;
    overflow-y: auto;
    box-sizing: border-box;
    border-radius: 8px;
}

.modal_story .list-ctn h4 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 42px;
    font-family: "libre-bodoni", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #000;
}

.modal_story .list-ctn ul li {
    list-style: none;
    margin-bottom: 31px;
}


.modal_story .list-ctn ul li:first-of-type {
    margin-bottom: 40px;
}

.modal_story .list-ctn ul li:first-of-type a {
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal_story .list-ctn ul li:first-of-type a span {
    font-size: 1.25rem;
    padding-right: 29px;
}

.modal_story .list-ctn ul li.list-wrap a {
    display: flex;
    align-items: center;
}

.modal_story .list-ctn ul li a {
    position: relative;
    display: block;
    color: #000;
}


.modal_story .list-ctn ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    background: 0 0/contain url(../img/arr-right-bk.png) no-repeat;
}

.modal_story .list-ctn ul li.list-wrap a::after {
    top: 0.2em;
}

.modal_story .list-ctn ul li.list-wrap a .left-box p {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    /* margin-top: 10px; */
    font-weight: 800;
}

.modal_story .list-ctn ul li.list-wrap a .left-box p span {
    font-size: 2.7rem;
    display: block;
    font-family: "libre-bodoni", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(0, 0, 0, 0.355);
    letter-spacing: 0;
}

.modal_story .list-ctn ul li.list-wrap a .right-box {
    margin-left: 20px;
}

.modal_story .list-ctn ul li.list-wrap a .right-box h5 {
    font-size: 1.15rem;
    letter-spacing: 0.01em;
    margin-bottom: 9px;
}

.modal_story .list-ctn ul li.list-wrap a .right-box p {
    line-height: 1.5;
    font-size: 0.9rem;
}

.modal_story .list-ctn ul li:nth-of-type(6) a .right-box h5 {
    font-size: 1.4rem;
    font-weight: 600;
}

.pre-footer {
    display: flex;
    background: #000;
}

.pre-footer .story {
    width: 50%;
    background: 0 0 / cover url('../img/bg-prefooter-story.png') no-repeat;
    position: relative;
}

.pre-footer .story .txt {
    position: absolute;
    right: 10%;
    top: 23%;
}

.pre-footer .contact {
    background: 0 0 / cover url('../img/bg-prefooter-contact.png') no-repeat;
    width: 50%;
    color: #000;
}

.pre-footer .contact-content {
    padding: 25px 25px 35px;
}

.pre-footer .contact-content h2 {
    font-size: 6rem;
    line-height: 0.8;
    margin-top: 23px;
    font-size: min(96 / 1200 * 100vw, 96px);
}

.pre-footer .contact-content h2+p {
    font-size: 1.15rem;
    font-weight: 800;
    font-size: min(18.4 / 1200 * 100vw, 18.4px);
}

.pre-footer .contact-methods {
    margin-top: 25px;
}

.pre-footer .contact-methods a {
    color: #000;
    width: fit-content;
}

.pre-footer .contact-item {
    display: flex;
    align-items: center;
}

.pre-footer .contact-item:first-of-type {
    margin-bottom: 17px;

}

.pre-footer .contact-item .mail-box {
    display: flex;
    margin-right: 5px;
}


.pre-footer .contact-item .mail-box .mail-24h span {
    display: block;
}

.pre-footer .contact-item .mail-box .mail-24h span:first-child {
    font-weight: 800;
    letter-spacing: 1.5px;
    font-size: min(17.6 / 1200 * 100vw, 17.6px);
}

.pre-footer .contact-item .mail-box .mail-24h span:last-child {
    font-size: min(10.88 / 1200 * 100vw, 10.88px);
}

.pre-footer .contact-item .mail-box span.mail-contact {
    font-weight: 800;
    margin-left: 3px;
    font-size: min(26.4 / 1200 * 100vw, 26.4px);
}

.pre-footer .contact-icon {
    margin-right: 5px;
}

.pre-footer .contact-item p.tel {
    letter-spacing: 2px;
    font-weight: 500;
    font-size: min(44.8 / 1200 * 100vw, 44.8px);
}

.pre-footer .contact-methods .contact-hours {
    letter-spacing: 0;
    font-size: min(12 / 1200 * 100vw, 12px);
}

.p-top .sub-pre-footer {
    display: none;
}

.sub-pre-footer ul {
    display: flex;
    flex-wrap: wrap;
    background: #000;
}

.sub-pre-footer ul li a {
    /* opacity: 1; */
    display: block;
}

.sub-pre-footer ul li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 25%;
    height: 25vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sub-pre-footer ul li.oc {
    width: 50%;
    justify-content: flex-start;
    text-align: left;
    padding-left: 2vw;
}

.sub-pre-footer ul li a:hover {
    opacity: 0.7;
}

.sub-pre-footer ul li .bg {
    transition: 1s all;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.sub-pre-footer ul li .bg img {
    transition: 1s all;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* .sub-pre-footer ul li a:hover .bg img {
	transition: 1s all;
	transform: scale(1.2, 1.2);
} */
.sub-pre-footer ul .txt {
    display: block;
    color: #fff;
}

.sub-pre-footer ul .txt .en {
    font-size: 38px;
}

.sub-pre-footer ul .txt .ja {
    font-size: 22px;
    display: block;
    margin-top: 0.2em;
    margin-bottom: -0.7em;
}

.sub-pre-footer ul li.oc .txt .en {
    font-size: 105px;
    line-height: 0.8;
}

.sub-pre-footer ul li.oc .txt .ja {
    font-size: 20px;
}


footer {
    background: 0 0/cover url(../img/bg-footer.png) no-repeat;
    padding-top: 60px;
    padding-bottom: 40px;
}

footer .link-list {
    display: flex;
    margin-bottom: 60px;
}

footer .link-list ul {
    margin-right: 11.5%;
}

footer .link-list ul li {
    margin: 19px 0;
    list-style: none;
}

footer .link-list ul li.ico-insta {
    margin-top: 25px;
}

footer .link-list ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 1.15rem;
    letter-spacing: 0.2px;
}

footer .link-list+div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

footer .link-list+div small {
    color: #fff;
    font-weight: 300;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

a.read-more-btn {
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    column-gap: 20px;
}

.ttl-style-01 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1.7px;
}

.ttl-style-01 span {
    font-size: 4.9rem;
    display: block;
    color: #B7B7B7;
}

.textAnima span {
    display: inline-block;
}

/* fade */
.fadein {
    transition: all 2s;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 20px);
}

.fadein.scrollin {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}

/* .fadein + .fadein{
    transition-delay: 0.2s;
}
.fadein + .fadein + .fadein{
    transition-delay: 0.4s;
}
.fadein + .fadein + .fadein + .fadein{
    transition-delay: 0.6s;
}
.fadein + .fadein + .fadein + .fadein + .fadein{
    transition-delay: 0.8s;
}
.fadein + .fadein + .fadein + .fadein + .fadein + .fadein{
    transition-delay: 1s;
} */

/* TOP-hero */

/* 読み込み時アニメーション */
.splash-wrap.is-active {
    display: none;
}

.splash-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 1);
    z-index: 9999;
}

.splash {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}

.splash-img {
    opacity: 0;
}

.splash-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.splash-img img.txt {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.p-top.wrapper {
    background-color: #000;
}

.p-top .hero-content {
    position: relative;
    height: 68vw;
    overflow: hidden;
}

.p-top .hero-txt {
    align-items: center;
    color: #fff;
    opacity: .5;
    display: flex;
    line-height: 45px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    z-index: +11;
    position: absolute;
    top: 32%;
}

.p-top .hero-txt p {
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    animation: flowing 20s linear infinite;
    font-size: min(33.6 / 1200 * 100vw, 33.6px);
    transform: translateX(100%);
    margin: 0;
    padding: 0;
    padding-right: 10px;
}


@keyframes flowing {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.p-top .hero-content .hero-ttl {
    position: absolute;
    z-index: 22;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%, -6px);
    max-width: 507px;
    width: 100%;
    height: min(390 / 1200 * 100vw, 390px);
    background: 0 0 / contain url(../img/top/hero-ttl-pc.png) no-repeat;
}


.p-top .hero-slide img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    height: auto;
}

.p-top .hero-slide img.active {
    z-index: 10;
    opacity: 1.0;
}

.p-top .hero-slide img.last-active {
    z-index: 9;
}

/* TOP-intro */

.p-top .introduction {
    height: min(1000 / 1200 * 100vw, 1000px);
    background: 100% 100% /60% url(../img/top/bg-intro-cha.webp) no-repeat, 0 0 /100% url(../img/top/bg-intro-pc.webp) no-repeat;
    padding-top: min(160 / 1200 * 100vw, 160px);
}

.p-top .intro-content h2 {
    color: #fff;
    line-height: 0.57;
    font-size: min(132.8 / 1200* 100vw, 132.8px);
}

.p-top .intro-content h2 span.txt-grey {
    color: #B7B7B7;
}

.p-top .intro-content h2 span.txt-style02 {
    font-weight: 100;
    font-family: "libre-bodoni", sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: min(64 / 1200* 100vw, 64px);
}

.p-top .intro-content h2 span.txt-smaller {
    font-size: 7.4rem;
}

.p-top .intro-content p {
    color: #fff;
    line-height: 1.3;
    margin-top: 35px;
    margin-bottom: 80px;
    font-size: min(30.4 / 1200* 100vw, 30.4px);
}

.p-top .intro-content p span.txt-bigger {
    padding-top: 20px;
    display: block;
    font-size: min(41.6 / 1200* 100vw, 41.6px);
}

.p-top .intro-content p span.txt-smaller {
    font-size: min(27.2 / 1200* 100vw, 27.2px);
}


/* TOP-school-story */

.p-top .school-story {
    height: 68vw;
    background: 50% 50% /cover url(../img/top/bg-story-pc.webp) no-repeat;
    position: relative;
}

.p-top .school-story .ttl {
    color: #fff;
    position: absolute;
    top: 31%;
    right: 12.5vw;
    width: 36vw;
}

.p-top .school-story .ttl .flex {
    display: flex;
    margin-bottom: 2vw;
}

.p-top .school-story .ttl .ttl-style01 {
    width: 43%;
    margin-right: 1%;
}

.p-top .school-story .ttl .ttl-style02 {
    width: 56%;
}

.p-top .school-story .ttl .ttl-style03 {
    width: 100%;
    display: block;
}

.p-top .school-story .ttl .ja {
    font-size: 2.4vw;
    font-weight: 500;
    padding-top: 2vw;
    white-space: nowrap
}

.p-top .school-story a {
    max-width: 15vw;
    display: block;
    transition: 2s;
    position: absolute;
    bottom: 13vw;
    left: 33vw;
}

.p-top .school-story .step-anime img {
    width: 100%;
}

/* TOP-courses */

.p-top .courses {
    background: #000 0 0 / 100% url(../img/top/bg-intro-pc.webp) no-repeat;
    padding-top: 11rem;
    padding-bottom: 14rem;
}

.p-top .courses .course-list {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    margin: 5rem auto 4rem;

}

.p-top .courses .course-list .course-item {
    width: 21.8%;
}

.p-top .courses .course-list .course-item .img-box img {
    margin: auto;
    width: 100%;
}

.p-top .courses .course-list .course-item h5 {
    color: #B7B7B7;
    font-size: 1.8rem;
    margin: 19px 0 17px;
    letter-spacing: 0.5px;
    padding-left: 3px;
    white-space: nowrap;
    line-height: 0.8;
}

.p-top .courses .course-list .course-item h5 span {
    font-size: 73%;
    letter-spacing: 0.5px;
}

.p-top .courses .course-list .course-item p {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 1.2px;
}

.p-top .courses .course-list .course-item p span {
    display: block;
    font-size: 86.4%;
    line-height: 1.2;
    margin-top: 7px;
}

.p-top .courses .read-more-btn {
    text-align: center;
    margin: auto;
}

/* TOP-open-campus */

.p-top .open-campus {
    height: min(490 / 1200 * 100vw, 490px);
    background: #000 0 0 / 100% url(../img/top/bg-opc-pc.webp) no-repeat;
    position: relative;
}

.p-top .open-campus h2 {
    color: rgb(255 255 255 / 80%);
    position: absolute;
    top: 0;
    line-height: 0.87;
    margin-left: 12%;
    width: 80%;
    letter-spacing: 1.7px;
    margin-top: -10px;
    font-size: min(145.6 / 1200 * 100vw, 145.6px);
}

.p-top .open-campus h2 .ja {
    display: block;
    font-size: 26%;
    margin-top: 15px;
    padding-left: 10px;
    font-weight: 600;
    letter-spacing: 1.3px;
}

.p-top .open-campus div {
    max-width: 16vw;
    transition: 2s;
    position: absolute;
    bottom: min(-10 / 1200 * 100vw, -10px);
    left: min(150 / 1200 * 500vw, 150px);
}

/* TOP-contents */

.p-top .contents {
    background: #000 0 0 / 100% url(../img/top/bg-contents-pc.webp) no-repeat;
    padding-top: 11rem;
    padding-bottom: 1rem;
}

.p-top .contents .content-list {
    display: flex;
    justify-content: center;
    margin: 5rem auto 4rem;
    flex-wrap: wrap;
    column-gap: 5.5%;
    max-width: 665px;
    width: 100%;

}

.p-top .contents .content-list .content-item {
    margin-bottom: 70px;
    width: 29%;
}

.p-top .contents .content-list .content-item:last-of-type {
    margin-left: 5%;
}


.p-top .contents .content-list .content-item .img-box img {
    margin: auto;
    width: 100%;
}

.p-top .contents .content-list .content-item .e-letter {
    color: #B7B7B7;
    font-size: 1.8rem;
    margin: 19px 0 11px;
    letter-spacing: 0.5px;
    padding-left: 3px;
    white-space: nowrap;
    line-height: 1.1;
}

.p-top .contents .content-list .content-item .e-letter span {
    font-size: 73%;
    letter-spacing: 0.5px;
}

.p-top .contents .content-list .content-item p {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: -0.01em;
}


/* TOP-news */

.p-top .news {
    padding-top: 4rem;
    padding-bottom: 17rem;
}

.p-top .news .news-list {
    margin: 30px auto 75px;
}

.p-top .news .news-list .news-item {
    border-bottom: 1px solid #fff;
    padding: 50px 0 45px;
}

/* .p-top .news .news-list .news-item:nth-of-type(n+5) {
    display: none;
} */

.p-top .news .news-list .news-item>a {
    display: flex;
    align-items: flex-start;
    width: 85%;
    margin: auto;
    justify-content: space-between;
}

.p-top .news .news-list .news-item .img-box {
    width: 197px;
    height: 197px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 5%;
    display: flex;
    align-items: center;
    background: #fff;
}

.p-top .news .news-list .news-item .img-box img {
    width: 100%;
    object-fit: cover;
}

.p-top .news .news-list .news-item .txt-box {
    color: #fff;
    flex: 1;
}

.p-top .news .news-list .news-item .txt-box .date {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
}

.p-top .news .news-list .news-item .txt-box .date span {
    margin-left: 25px;
    font-size: 0.9rem;
    border: 1px solid #fff;
    padding: 8px 2px;
    text-align: center;
    max-width: 152px;
    width: 100%;
    display: block;
}

.p-top .news .news-list .news-item .txt-box h4 {
    font-size: 1.5rem;
    margin: 20px 0;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.4;
}

.p-top .news .news-list .news-item .txt-box .content {
    font-size: 1.35rem;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
}


.p-top .news .read-more-btn {
    text-align: center;
    margin: auto;
}

/****************************************
		sub
*****************************************/
.sub-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 150px;
}

.sub-hero .txt {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 11vw;
    box-sizing: border-box;
}

.sub-hero .tit .en {
    font-size: 130px;
    display: block;
    line-height: 0.9;
    letter-spacing: -0.01em;
}

.sub-hero .tit .ja {
    font-size: 23px;
    display: block;
    margin-bottom: -1.5em;
}

.p-open-campus .sub-hero .txt,
.p-school-life .sub-hero .txt,
.p-principal-message .sub-hero .txt,
.p-teacher .sub-hero .txt,
.p-app .sub-hero .txt,
.p-course-list .sub-hero .txt {
    padding-left: 8vw;
}

.p-open-campus .sub-hero .tit .en,
.p-school-life .sub-hero .tit .en,
.p-principal-message .sub-hero .tit .en,
.p-app .sub-hero .tit .en,
.p-course-list .sub-hero .tit .en {
    font-size: 125px;
    line-height: 0.8;
    margin-bottom: 0.1em;
}

.p-app .sub-hero .tit .en {
    line-height: 0.9;
    margin-bottom: 0.2em;
}

.p-principal-message .sub-hero .txt .en .small,
.p-app .sub-hero .txt .en .small,
.p-course-list .sub-hero .txt .en .small {
    font-size: 0.85em;
    transform: scale(1, 1.2);
    display: inline-block;
}

.p-open-campus .sub-hero .tit .ja,
.p-school-life .sub-hero .tit .ja,
.p-teacher .sub-hero .tit .ja,
.p-course-list .sub-hero .tit .ja {
    margin-bottom: -0.5em;
}

.sub-hero .img {
    width: 48%;
}

.sub-hero .img img {
    width: 100%;
}

.sub-main {
    padding-top: 135px;
    padding-bottom: 120px;
    font-weight: 500;
}

.sub-main p {
    line-height: 1.5;
    /* font-size: 18px; */
}

.sub-main .copy {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.01em;
}

.sub-main .bnr {
    margin-bottom: 3em;
}

.sub-main .bnr a {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
}

.inner {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

/****************************************
		elder-message
*****************************************/
.p-elder-message .sub-main {
    padding-bottom: 220px;
}

.p-elder-message .course-wrap {
    margin: 50px 0 0;
}

.p-elder-message .course-wrap+.course-wrap {
    margin-top: 170px;
}

.p-elder-message .block-tit .en {
    margin-bottom: 0.2em;
}

.p-elder-message .message-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 75px 0 10px;
}

.p-elder-message .message-list li {
    width: 47.6%;
    margin-bottom: 50px;
}

.p-elder-message .message-list li .img {
    margin-bottom: 23px;
}

.p-elder-message .message-list li .tit {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: -0.027em;
}

.p-elder-message .message-list li .info {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.p-elder-message .message-list li p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.p-elder-message .message-list li .copy {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 21px;
    margin: 50px 0 10px;
    line-height: 1.6;
}

.p-elder-message .message-list li .copy span {
    margin: 0 20px 0 15px;
}

/****************************************
		principal-message
*****************************************/
.p-principal-message .intro {
    background: #D1C4AD;
    color: #fff;
    margin-top: -48px;
    margin-bottom: 100px;
    padding: 100px 0 90px;
}

.p-principal-message .intro .inner {
    max-width: 800px;
}

.p-principal-message .intro p {
    font-size: 18px;
    line-height: 1.9;
}

.p-principal-message .flex {
    margin-top: 84px;
}

.p-principal-message .flex .img {
    width: 44%;
}

.p-principal-message .flex .txt {
    width: 51%;
}

.p-principal-message .flex .txt p {
    line-height: 1.8;
    font-size: 17px;
}

.p-principal-message .flex .txt .sign {
    font-size: 18px;
    margin-top: 28px;
}

.p-principal-message .flex .txt .sign img {
    display: inline-block;
    margin: 10px 0 0;
}

/****************************************
		teacher
*****************************************/
.p-teacher {
    color: #fff;
    background: #0E4441 0 0 / 100% url(../img/teacher/teacher-bg_pc.png) no-repeat;
}

.p-teacher .sub-main {
    padding-bottom: 195px;
}

.p-teacher .sub-hero .tit .en,
.p-teacher .block-tit .en {
    color: rgb(243 160 65 / 50%);
}

.p-teacher .block-tit {
    margin-top: 44px;
}

.p-teacher .block-tit .en {
    margin-bottom: 0.1em;
}

.p-teacher .block-tit .ja {
    line-height: 1.6;
}

.p-teacher .teacher-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    margin-top: 110px;
    margin: 45px auto 55px;
    max-width: 860px;
}

.p-teacher .teacher-list li {
    position: relative;
}

.p-teacher .teacher-list li .img {}

.p-teacher .teacher-list li .txt {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.p-teacher .teacher-list li:nth-of-type(even) .txt {
    left: auto;
    right: 0;
}

.p-teacher .teacher-list li .txt .job {
    font-size: 50px;
    color: rgb(255 255 255 / 50%);
    line-height: 1;
    padding-bottom: 6px;
    margin-bottom: 14px;
    display: inline-block;
    white-space: nowrap;
}

.p-teacher .teacher-list li .txt .job span {
    color: rgb(243 160 65 / 50%);
}

.p-teacher .teacher-list li .txt .name {
    font-size: 20px;
    margin-bottom: 0.1em;
}

.p-teacher .teacher-list li .txt .name span {
    font-size: 0.8em;
}

.p-teacher .teacher-list li .txt p {
    font-size: 16px;
    font-weight: 400;
}

.p-teacher .sub-main .note {
    max-width: 750px;
    margin: 0 auto;
    display: block;
    font-size: 15px;
}

/****************************************
		story
*****************************************/
.p-story {}

/****************************************
		open-campus
*****************************************/
.p-open-campus .sub-main .news-list {
    margin: 50px auto 50px;
}

.p-open-campus .sub-main .news-list .news-item {
    padding: 40px 0 40px;
}
/* .p-open-campus .sub-main .news-list .news-item:nth-of-type(n+5){
    display: none;
} */

.p-open-campus .charm {
    margin: 180px 0 165px;
}

.p-open-campus .charm .charm-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 115px;
}

.p-open-campus .charm .charm-hero .img {
    width: 50%;
}

.p-open-campus .charm .charm-hero .txt {
    width: 47%;
}

.p-open-campus .charm .charm-hero .block-tit {
    margin: 10px 0 0;
}

.p-open-campus .charm .charm-hero .block-tit .en {
    font-size: 74px;
    line-height: 1;
    margin-bottom: 10px;
}

.p-open-campus .charm .charm-hero .block-tit .ja {
    font-weight: 700;
    line-height: 1.5;
}

.p-open-campus .charm .charm-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-open-campus .charm .charm-list li {
    width: 28%;
}

.p-open-campus .charm .charm-list li .img {
    margin-bottom: 20px;
}

.p-open-campus .charm .charm-list li .tit {
    font-weight: 800;
    margin-bottom: 10px;
}

.p-open-campus .charm .charm-list li .tit .en {
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.p-open-campus .charm .charm-list li .tit .num {
    font-size: 58px;
    display: inline-block;
    line-height: 1;
    margin-top: -0.1em;
}

.p-open-campus .charm .charm-list li .tit .ja {
    font-size: 23px;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: -0.01em;
    width: 110%;
}

.p-open-campus .charm .charm-list li p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.p-open-campus .flow {
    padding: 100px 0 150px;
    background: rgb(135 101 39 / 38%);
}

.p-open-campus .flow .block-tit {}

.p-open-campus .flow .block-tit .en {
    position: relative;
    font-size: 74px;
    display: inline-block;
    padding-top: 60px;
}

.p-open-campus .flow .block-tit .balloon {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: -42px;
}

.p-open-campus .flow .block-tit .balloon img {
    display: inline-block;
}

.p-open-campus .flow .block-tit .ja {
    display: block;
    margin-top: 5px;
}

.p-open-campus .flow .flow-list {
    margin-top: 90px;
}

.p-open-campus .insta-feed {
    text-align: center;
    padding: 140px 0 70px;
}

.p-open-campus .insta-feed .tit {
    display: inline-block;
    margin-bottom: 25px;
}

.p-open-campus .insta-feed .insta-list {
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.p-open-campus .insta-feed .insta-list li {
    width: 32%;
    margin-bottom: 2%;
}

.p-open-campus .bnr {
    margin-bottom: 4.5em;
}

.bnr_opencampus {
    width: 600px;
    margin: 80px auto 40px;
    text-align: center;
}

.bnr_opencampus p {
    font-size: 23px;
    margin-bottom: 0.8em;
}

.bnr_opencampus img {
    width: 100%;
    height: auto;
}

@media (max-width: 834px) {
    .bnr_opencampus {
        width: 90%;
        margin: 80px auto 20px;
    }

    .bnr_opencampus p {
        font-size: 4.2vw;
    }
}

/**************************
施設紹介 追加
**************************/
.p-open-campus .facility {
    padding: 100px 0 50px;
}

.p-open-campus .facility .block-tit .en {
    position: relative;
    font-size: 74px;
    display: inline-block;
    padding-top: 60px;
}

.p-open-campus .facility .block-tit .ja {
    display: block;
    margin-top: 5px;
}

.p-open-campus .facility .block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.p-open-campus .facility .block h3 {
    width: 900px;
    text-align: center;
    margin-bottom: 40px;
}

.p-open-campus .facility .block .en {
    color: #d0c4ac;
    font-size: 40px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.p-open-campus .facility .block .en_large {
    color: #d0c4ac;
    font-size: 62px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.p-open-campus .facility .block .jp {
    color: #846426;
    font-size: 21px;
    line-height: 1.8;
}

.p-open-campus .facility .box {
    width: 430px;
}

.p-open-campus .facility .box p {
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
    letter-spacing: 0.05em;
    word-break: break-all;
    font-feature-settings: "palt";
}

.p-open-campus .facility .box dl {
    padding: 0.8em 1em 1em;
    background-color: #9d8351;
    color: #fff;
    line-height: 1.5;
    margin-top: 15px;
}

.p-open-campus .facility .box dt {
    font-family: "bebas-kai", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
}

.p-open-campus .facility .box dd {
    font-size: 17px;
}

.p-open-campus .facility .box .gmap {
    margin-top: 15px;
}

.p-open-campus .facility .box .gmap iframe[src*="www.google.com/maps/embed"] {
    aspect-ratio: 4 / 2.3;
    width: 100%;
    height: auto;
}

@media (max-width: 834px) {
    .p-open-campus .facility .block-tit .en {
        font-size: 13vw;
        padding-top: 10vw;
        line-height: 0.9;
    }

    .p-open-campus .facility .block-tit .ja {
        margin-top: 3vw;
    }

    .p-open-campus .facility .block {
        display: block;
        margin-top: 50px;
    }

    .p-open-campus .facility .block h3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .p-open-campus .facility .block .en {
        font-size: 6vw;
    }

    .p-open-campus .facility .block .en_large {
        font-size: 10vw;
    }

    .p-open-campus .facility .block .jp {
        font-size: 3.4vw;
    }

    .p-open-campus .facility .box {
        width: 100%;
    }

    .p-open-campus .facility .box p {
        font-size: 3.2vw;
        margin-top: 15px;
    }

    .p-open-campus .facility .box dt {
        font-size: 4vw;
    }

    .p-open-campus .facility .box dd {
        font-size: 3.2vw;
    }

}

/****************************************
		school-life
*****************************************/
.p-school-life .sub-main {
    padding-bottom: 225px;
}

.p-school-life .sub-hero {
    margin-bottom: 50px;
}

.p-school-life .block-tit .ja {
    margin-top: 5px;
    line-height: 1.6;
    display: block;
}

.p-school-life .time-schedule {
    margin: 195px 0 160px;
}

.p-school-life .time-schedule>li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 10px;
    margin-bottom: 105px;
}

.p-school-life .time-schedule>li:before {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    left: 33px;
    top: 85px;
    border-left: solid 2px #000;
}

.p-school-life .time-schedule>li:after {
    content: "";
    position: absolute;
    display: block;
    left: 33px;
    bottom: -87px;
    width: 23px;
    height: 25px;
    background: url(../img/school-life/ico_schedule-arrow.png) 100%/contain no-repeat;
}

.p-school-life .time-schedule>li:last-of-type:before,
.p-school-life .time-schedule>li:last-of-type:after {
    display: none;
}

.p-school-life .time-schedule>li.schedule02 {
    padding-bottom: 38px;
}

.p-school-life .time-schedule>li.schedule03 {
    padding-bottom: 20px;
}

.p-school-life .time-schedule>li.schedule04 {
    padding-bottom: 30px;
}

.p-school-life .time-schedule>li.schedule05 {
    padding-bottom: 20px;
}

.p-school-life .time-schedule .f-right {
    float: right;
}

.p-school-life .time-schedule .time {
    display: flex;
    align-items: center;
    font-size: 19px;
    width: 190px;
    white-space: nowrap;
}

.p-school-life .time-schedule .time .date {
    font-size: 50px;
    line-height: 1;
}

.p-school-life .time-schedule .time .clock {
    margin-right: 15px;
}

.p-school-life .time-schedule .detail {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -2px;
}

.p-school-life .time-schedule .detail .txt {
    flex: 1;
}

.p-school-life .time-schedule .detail .tit {
    margin-bottom: 25px;
}

.p-school-life .time-schedule .detail .tit .en {
    font-size: 50px;
    display: block;
}

.p-school-life .time-schedule .detail .tit .ja {
    font-size: 22px;
}

.p-school-life .time-schedule .detail p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.03em;
}

.p-school-life .time-schedule .detail .sub-tit {
    font-size: 24px;
    margin-bottom: 10px;
}

.p-school-life .time-schedule .detail .img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: 40px;
}

.p-school-life .time-schedule .detail .img-list li {
    width: 42.5%;
}

.p-school-life .time-schedule .detail .balloon {
    width: 300px;
    display: block;
    margin: 0 auto 10px;
}

.p-school-life .time-schedule .detail .lunch-img {
    margin: 28px 0 15px 7px;
}

/****************************************
		app
*****************************************/
.p-app .app-course {
    margin-top: 20px;
    margin-bottom: 100px;
}

.p-app .app-course .tit {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 1em;
}

.p-app .app-table {
    border: solid 1px #000;
    width: 100%;
}

.p-app .app-table th,
.p-app .app-table td {
    text-align: center;
    padding: 21px 5px;
    font-size: 18px;
    border: solid 1px #000;
}

.p-app .app-table thead th {
    background: #000;
    color: #fff;
    border-right: solid 1px #fff;
    padding: 15px 5px;
}

.p-app .app-table thead th:last-of-type {
    border-right: solid 1px #000;
}

.p-app .app-table .none {
    background-image: linear-gradient(to top left, transparent calc(50% - 0.4px), #000 50%, #000 calc(50% + 0.4px), transparent calc(50% + 0.8px))
}

.p-app .app-tit {
    font-size: 21px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 1.2em;
    letter-spacing: 0.01em;
}

.p-app .flow {
    margin-bottom: 100px;
}

.p-app .flow .item {
    max-width: 48%;
}

.p-app .flow .item .app-tit {
    margin-bottom: 1.8em;
}

.p-app .guideline {
    margin-bottom: 85px;
}

.p-app .guideline .guideline-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-app .guideline .guideline-list li {
    width: 50%;
    margin-bottom: 30px;
}

.p-app .guideline .guideline-list h3 {
    font-size: 21px;
    margin-bottom: 0.5em;
    margin-left: -0.5em;
}

.p-app .guideline .guideline-list p {
    font-size: 18px;
}

.p-app .guideline .guideline-list p+h3 {
    margin-top: 45px;
}

.p-app .guideline .guideline-list .address {
    margin-top: 0.3em;
    font-weight: 600;
}

.p-app .guideline .guideline-list .address .big {
    font-size: 1.31em;
}

.p-app .guideline .guideline-list .address .middle {
    font-size: 1.26em;
}

/****************************************
		course-list
*****************************************/
.p-course-list .course-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    font-weight: 700;
    margin: 73px auto 10px;
}

.p-course-list .course-list li>a {
    display: flex;
    flex-direction: column;
}

.p-course-list .course-list li>a:hover {
    opacity: 1;
}

.p-course-list .course-list li {
    width: 47%;
    /* min-height: 660px; */
    position: relative;
    margin-bottom: 100px;
    padding-bottom: 50px;
}

.p-course-list .course-list li .head {
    min-height: 195px;
    display: block;
}

.p-course-list .course-list li .tit {
    white-space: nowrap;
    font-size: 61px;
    margin-bottom: 5px;
}

.p-course-list .course-list li p {
    font-size: 23px;
}

.p-course-list .course-list li .course-copy {
    font-size: 20px;
    width: 120%;
    margin-left: -10%;
    margin-bottom: 15px;
    flex-grow: 1;
    letter-spacing: -0.01em;
    font-weight: 800;
}

.p-course-list .course-list li .img-box {
    width: 100%;
    display: block;
    margin: 25px 0 25px;
}

.p-course-list .course-list li .img-box img {
    margin: auto;
    width: 100%;
}

.p-course-list .course-list li .more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    flex-direction: row;
}

.p-course-list .course-list li .more:hover {
    opacity: 0.7;
}

/****************************************
		access
*****************************************/
.p-access .access-tit {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
}

.p-access .access-tit .big {
    font-size: 35px;
    display: block;
}

.p-access .access-tit .small {
    font-size: 15px;
    margin-top: -0.1em;
    display: block;
}

.p-access .access-table {
    border: none;
    border-top: solid 1px #000;
    width: 100%;
    margin-top: 50px;
}

.p-access .access-table th,
.p-access .access-table td {
    border-bottom: solid 1px #000;
    padding: 18px 20px;
    line-height: 1.4;
    text-align: left;
}

.p-access .access-table .border-none th,
.p-access .access-table .border-none td {
    border-bottom: none;
    padding-bottom: 0;
}

.p-access .access-table th {
    font-size: 22px;
    width: 125px;
    vertical-align: middle;
}

.p-access .access-table td {
    font-size: 18px;
}

.p-access .access-table .address td {
    font-size: 20px;
}

.p-access .access-table td a {
    font-size: 32px;
    font-weight: 800;
    display: inline-block;
}

.p-access .access-map {
    margin: 5em auto 4em;
    max-width: 660px;
}

.p-access .access-map iframe {
    width: 100%;
    height: 320px;
}

/****************************************
		faq
*****************************************/
.p-faq .faq-copy {
    font-size: 24px;
    text-align: center;
    margin-top: 1em;
}

.p-faq .faq-copy .e-letter {
    font-size: 60px;
}

.faq-list {
    border-top: solid 1px #181c77;
    margin-top: 4em;
    line-height: 1.7;
    margin-bottom: 7em;
}

.faq-list>div {
    border-bottom: solid 1px #181c77;
}

.faq-list dt,
.faq-list dd {
    position: relative;
}

.faq-list dt {
    cursor: pointer;
    font-size: 22px;
    padding: 20px 55px 22px 70px;
    font-weight: 700;
    min-height: 80px;
}

.faq-list dt::before,
.faq-list dd::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 18px;
    width: 45px;
    height: 45px;
    background: url(../img/faq-q.png) 100%/contain no-repeat;
}

.faq-list dd::before {
    background: url(../img/faq-a.png) 100%/contain no-repeat;
}

.faq-list dd {
    padding: 15px 0 15px 70px;
    font-size: 17px;
    line-height: 1.6;
    background-image: linear-gradient(to right, #333, #333 6px, transparent 6px);
    background-size: 10px 1px;
    background-position: left top;
    background-repeat: repeat-x;
}

.faq-list dt::after {
    content: "＋";
    position: absolute;
    right: 0.8em;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    right: 0.5em;
}

.faq-list dt.open::after {
    content: "－";
}


/****************************************
		privacy
*****************************************/
.privacy-list {
    margin-top: 60px;
    font-weight: 500;
}

.privacy-list li {
    margin-bottom: 2.5em;
}

.privacy-list p {
    font-size: 18px;
}

.privacy-list .tit {
    position: relative;
    font-size: 22px;
    margin-bottom: 0.5em;
    width: 100%;
    display: block;
    padding-left: 50px;
    line-height: 1.6;
}

.privacy-list .num {
    position: absolute;
    top: 0;
    left: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    width: 35px;
    height: 35px;
    background: #000;
    font-weight: 400;
    color: #fff;
    /* margin-top: -0.2em; */
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* box-sizing: border-box;
    padding: 0.5px;
    text-align: center;
    display: inline-block; */
}

.privacy-list .address {
    font-weight: 500;
}

.privacy-list .address .small {
    font-size: 17px;
}

.privacy-list .address .middle {
    font-size: 22px;
}

.privacy-list .address .big {
    font-size: 35px;
    font-weight: 600;
}

.privacy-list .address .tel {
    font-size: 26px;
    margin-top: 0.3em;
}

.privacy-list .address .tel a {
    font-weight: 800;
}

/****************************************
		news
*****************************************/
.cate-nav {
    font-size: 0.9em;
    margin-top: 60px;
    margin-left: 25px;
}

.cate-nav li {
    display: inline-block;
    border-left: solid 1px #000;
    margin-bottom: 1em;
}

.cate-nav li:last-of-type {
    border-right: solid 1px #000;
}

.cate-nav li a {
    padding: 0.1em 0.8em 0.1em 1em;
}

.sub-main .news-list {
    margin: 92px auto 125px;
    margin: 20px auto 125px;
    position: relative;
}

.sub-main .news-list:before {
    content: "該当の記事はありません。";
    top: 2em;
    left: 0;
    right: 0;
    display: inline-block;
    position: absolute;
    z-index: -1;
    text-align: center;
}

.sub-main .news-list .news-item {
    border-bottom: 1px solid #000;
    padding: 28px 0 28px;
    background: #fff;
}

.sub-main .news-list .news-item>.flex,
.sub-main .news-list .news-item>a {
    display: flex;
    align-items: flex-start;
    width: 85%;
    margin: auto;
    justify-content: space-between;
}

.sub-main .news-list .news-item .img-box {
    width: 197px;
    height: 197px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 5%;
    display: flex;
    align-items: center;
    background: #fff;
}

.sub-main .news-list .news-item .img-box img {
    width: 100%;
    object-fit: cover;
}

.sub-main .news-list .news-item .txt-box {
    flex: 1;
}

.sub-main .news-list .news-item .txt-box .date {
    font-size: 19px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.sub-main .news-list .news-item .txt-box .date .cate {
    margin-left: 15px;
    font-size: 15px;
    border: 1px solid #000;
    padding: 4px 2px;
    text-align: center;
    max-width: 152px;
    width: 100%;
    display: block;
    font-weight: 700;
}

.sub-main .news-list .news-item .txt-box h4 {
    font-size: 20px;
    margin: 15px 0 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.sub-main .news-list .news-item .txt-box .content {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.pager {
    margin: 50px auto;

}

.pager>div {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
    column-gap: 15px;
}

.pager>div a {
    height: 18px;
    min-width: 18px;
    vertical-align: middle;
    text-align: center;
}

.pager .prev,
.pager .next {
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 100px;
    margin: 0 0.5em;
}

.pager .current {
    font-weight: 600;
}


/****************************************
		contact
*****************************************/
.err {
    position: relative;
}

.error-message {
    color: #730000;
    font-size: 14px;
    margin-top: 0.5em;
    position: absolute;
    bottom: -1.2em;
    left: 0;
    font-weight: 500;
}

.form-wrap {
    margin-top: 2em;
    margin-bottom: 50px;
}

.form-wrap .block-tit .ja {
    font-size: 21px;
    margin-top: 14px;
    line-height: 1.7;
    display: block;
}

.form-wrap .require {
    color: #fff;
    background: #730000;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 0.3em 0.8em 0.4em;
    margin-left: 0.5em;
}

.form-wrap .form-list {
    margin: 80px auto 0;
    max-width: 505px;
}

.form-wrap .form-list dt {
    font-size: 21px;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5em;
}

.form-wrap .form-list dd {
    font-size: 17px;
    font-weight: 800;
    display: block;
    margin-bottom: 2em;
    position: relative;
}

.p-confirm .form-wrap .form-list dd {
    font-weight: 400;
    line-height: 1.4;
}

.form-wrap input {
    width: 100%;
}

.form-wrap textarea {
    width: 100%;
    height: 210px;
}

.form-wrap .w-middle {
    width: 49%;
    position: relative;
}

.form-wrap .w-large {
    max-width: 320px;
}

.form-wrap input,
.form-wrap textarea,
.form-wrap select {
    width: 100%;
    border: 1px #969696 solid;
    border-radius: 6px;
    padding: 1em 0.8em;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
    font-weight: 500;
}

/* .form-wrap input:focus,
.form-wrap select:focus,
.form-wrap textarea:focus {
	background: #ffffff;
	border: 1px #000 solid;
} */

.form-wrap label {
    display: inline-block;
}

.form-wrap label+label {
    margin-left: 27px;
}

.form-wrap label input[type="radio"],
.form-wrap label input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: auto;
}

.form-wrap label input[type="radio"]+span,
.form-wrap label input[type="checkbox"]+span {
    cursor: pointer;
    position: relative;
    font-size: 21px;
    display: flex;
    align-items: center;
}

.form-wrap label input[type="radio"]+span::before,
.form-wrap label input[type="checkbox"]+span::before {
    content: "";
    /* position: absolute; */
    display: block;
    box-sizing: border-box;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff;
    margin-right: 0.2em;
}

.form-wrap label input[type="checkbox"]+span::before {
    border-radius: 0.2em;
    transition: all 0.3s ease 0s;
}

.form-wrap label input[type="checkbox"]+span::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 22px;
    height: 14px;
    /* top: 0.2em; */
    top: 8%;
    left: 0;
    transform: rotate(-45deg);
    border-bottom: 4px solid;
    border-left: 4px solid;
    border-color: #730000;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.form-wrap label input[type="radio"]:checked+span::before {
    background-color: #000;
    box-shadow: inset 0 0 0 4px #fff;
    transition: all 0.3s ease 0s;
}

.form-wrap label input[type="checkbox"]:checked+span::after {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.form-wrap .select-box {
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #ffffff;
    border: 1px #969696 solid;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.form-wrap .select-box select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    /* padding: 1.2em 2em 1.2em 0.8em; */
    padding: 1em 2em 1em 0.8em;
    line-height: 1.7;
    color: #000;
}

.form-wrap .select-box select::-ms-expand {
    display: none;
}

.form-wrap .select-box::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: auto;
    right: 0.5em;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    padding: 0;
    width: 14px;
    height: 8px;
    display: block;
    background: url(../img/ico-select-arrow.svg) center center/contain no-repeat;
}

.form-wrap .select-box option {
    padding: 1em 0.8em;
}


.form-wrap .what {
    margin: 47px auto 0;
    letter-spacing: 0.01em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form-wrap .what label {
    display: inline-block;
    margin: 0;
}

.form-wrap .what label+label {
    margin-left: 35px;
}

.form-wrap .what input[type="radio"] {
    opacity: 0;
}

.form-wrap .what input[type="radio"]+span {
    cursor: pointer;
    position: relative;
    font-weight: 700;
    font-size: 21px;
}

.form-wrap .what input[type="radio"]+span::before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #FFF;
}

.form-wrap .what input[type="radio"]:checked+span::before {
    background-color: #000;
    box-shadow: inset 0 0 0 4px #fff;
}


.form-wrap .name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .form-wrap .name input{
    width: 49%;
} */

.form-wrap .age {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 1px #969696 solid;
    border-radius: 6px;
    overflow: hidden;
}

.form-wrap .age input {
    border: none;
    border-radius: 0;
}

.form-wrap .age span {
    background: #ccc;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.form-wrap .agree {
    margin: -0.7em auto 3.5em;
    background: #ccc;
    text-align: center;
    padding: 1em 0;
    max-width: 505px;
    position: relative;
}

.form-wrap .agree label input[type="checkbox"]+span::before {
    margin-right: 0.5em;
    width: 22px;
    height: 22px;
}

.form-wrap .agree .link {
    pointer-events: all;
    display: inline-block;
    border-bottom: 1px solid;
}

.form-wrap .agree .agree-txt {
    font-size: 19px !important;
    line-height: 1.6;
}

.form-wrap .btn-wrap {
    width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 2em;
    max-width: 505px;
}

.form-wrap .btn-submit input,
.form-wrap .btn-send input,
.form-wrap .btn-send input.btn_back,
.form-wrap .btn-tohome {
    display: inline-block;
    padding: 1.2em 1em;
    margin: 1em auto;
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    border: none;
    border-radius: 0.2em;
    letter-spacing: 0.02em;
    box-sizing: border-box;
    max-width: 308px;
}

.form-wrap .btn-send {
    margin-top: 2em;
}

.form-wrap .btn-send input {
    float: right;
    width: 40%;
}

.form-wrap .btn-send input.btn_back {
    float: left;
    width: 40%;
    background: #777;
}

.form-wrap .btn-submit input:hover,
.form-wrap .btn-send input:hover,
.form-wrap .btn-send input.btn_back:hover,
.form-wrap .btn-tohome:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.form-wrap .btn-tohome {
    float: none;
}

@media (min-width: 835px) and (max-width: 1200px) {
    .sub-hero .tit .en {
        font-size: 10.5vw !important;
    }
}

@media (max-width: 834px) {

    .sp,
    .sp-only {
        display: block;
    }

    .pc,
    .pc-only {
        display: none;
    }

    .more {
        font-size: 5vw;
    }

    .more:after {
        width: 10vw;
        height: 1.6vw;
    }

    .block-tit {
        margin-bottom: 8vw;
    }

    .block-tit .en {
        font-size: 12vw;
        line-height: 1;
    }

    .block-tit .ja {
        font-size: 4vw;
        margin-top: 1vw;
        display: block;
    }

    header .nav-ctn {
        padding-top: 3vw;
        padding-bottom: 3vw;
    }


    header .logo {
        padding-left: 3.5vw;
    }

    header .logo img {
        width: 54vw;
    }

    header .hamburger-menu {
        margin-right: 6vw;
        width: 9vw;
        height: 7vw;

    }

    header .hamburger-menu__bar {
        width: 8vw;
        height: 0.5vw;
    }

    header .hamburger-menu__bar:first-child {
        top: 0.5vw;
    }

    header .hamburger-menu__bar:nth-child(2) {
        top: 3vw;
    }

    header .hamburger-menu__bar:nth-child(3) {
        top: 5.5vw;
    }

    header .hamburger-menu--open .hamburger-menu__bar {
        top: 50%;
        background: white;
    }

    header .navigation {
        top: 16vw;
        padding: 11vw 10vw 10vw;
    }

    header .navigation__link {
        font-size: 6vw;
        padding: 1.7vw 0;
    }

    header .navigation__link span {
        font-size: 2.6vw;
        margin-left: 0.5vw;
    }

    header .navigation__list-item .navigation__link-b+ul.box {
        margin-bottom: 4vw;
    }

    header .navigation__list-item .navigation__link-b+ul.box li {
        margin: 1vw 0 3vw 2vw;
    }

    header .navigation__list-item .navigation__link-b+ul.box li a {
        font-size: 3.3vw;
    }

    header .navigation__list-item .navigation__link-b+ul.box li a span {
        font-size: 2.5vw;
    }

    header .navigation__list-item .navigation__link-b:after {
        width: 3vw;
        height: 3vw;
        right: -5vw;
    }

    header .navigation__list-2 {
        font-size: 5vw;
    }

    header .navigation__list-2 li+li {
        margin-left: 0.5em;
    }

    header .navigation__list-2.insta {
        margin-top: 2vw;
        padding-bottom: 10vw;
    }

    header .navigation__list-2.insta img {
        width: 5vw;
    }

    .fixed-nav {
        width: 100%;
        transform: translateY(67%);
    }

    /* body:not(.body-scroll) .fixed-nav,
    .fixed-nav.hide {
        transform: translateY(67%);
    } */
    .fixed-nav ul li:first-child a.close-ico {
        right: 0;
        left: 0;
        top: 0;
        width: 50%;
        font-size: 4vw;
    }

    .fixed-nav ul {
        display: flex;
        align-items: flex-end;
    }

    .modal .modal_area_wrap {
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .modal .modal_area {
        padding: 5% 4%;
        max-width: none;
        height: 100vh;
    }

    .modal .modal_close {
        right: 4%;
        top: 4%;
        width: 8%;
    }

    .modal .modal_close img {
        width: 100%;
    }

    .modal_story .list-ctn {
        padding: 8% 5% 2% 7%;
        margin-top: 6%;
        border-radius: 1vw;
    }

    .modal_story .list-ctn h4 {
        font-size: 5vw;
        margin-bottom: 11%;
    }

    .modal_story .list-ctn ul li {
        margin-bottom: 8%;
    }

    .modal_story .list-ctn ul li:first-of-type {
        margin-bottom: 11%;
    }

    .modal_story .list-ctn ul li a::after {
        width: 2vw;
        height: 2vw;
    }

    .modal_story .list-ctn ul li:first-of-type a {
        font-size: 5.5vw;
    }

    .modal_story .list-ctn ul li:first-of-type a span {
        font-size: 4vw;
        padding-right: 7%;
    }

    .modal_story .list-ctn ul li.list-wrap a .left-box p {
        font-size: 3.8vw;
    }

    .modal_story .list-ctn ul li.list-wrap a .left-box p span {
        font-size: 9vw;
    }

    .modal_story .list-ctn ul li.list-wrap a .right-box {
        margin-left: 4%;
    }

    .modal_story .list-ctn ul li.list-wrap a .right-box h5 {
        font-size: 3.8vw;
        margin-bottom: 2%;
    }

    .modal_story .list-ctn ul li.list-wrap a .right-box p {
        font-size: 3vw;
    }


    a.read-more-btn {
        font-size: 4.7vw;
        letter-spacing: 0.1em;
    }

    .ttl-style-01 {
        line-height: 1;
        font-size: 3.5vw;
    }

    .ttl-style-01 span {
        font-size: 15vw;
    }

    .p-top .hero-content {
        height: 176vw;
    }

    .p-top .hero-txt {
        line-height: 1.3;
    }

    .p-top .hero-txt p {
        padding-right: 1em;
        font-size: 6vw;
    }

    .p-top .hero-content .hero-ttl {
        height: 70vw;
        width: 94%;
        max-width: none;
        transform: none;
        bottom: 9vw;
        left: auto;
        right: 1vw;
    }

    .p-top .introduction {
        height: 163vw;
        background: 100% 100% / 95% url(../img/top/bg-intro-cha.webp) no-repeat, 0 0 / 100% url(../img/top/bg-intro-sp.webp) no-repeat;
        padding-top: 13vw;
    }

    .p-top .introduction a.read-more-btn img {
        width: 10vw;
        margin-left: -2vw;
    }

    .p-top .intro-content h2 {
        line-height: 0.89;
        font-size: 23vw;
    }

    .p-top .intro-content h2 span.txt-style02 {
        display: block;
        font-size: 8vw;
    }


    .p-top .intro-content p {
        line-height: 0.9;
        font-size: 5.5vw;
        margin-top: 3vw;
        margin-bottom: 5vw;
    }

    .p-top .intro-content p span.txt-bigger {
        font-size: 5vw;
        display: block;
        padding-top: 4vw;
    }

    .p-top .intro-content h2 span.txt-smaller {
        font-size: 20vw;
        display: block;
    }

    .p-top .intro-content p span.txt-smaller {
        font-size: 3.4vw;
    }

    .p-top .school-story {
        background: 50% 50% / cover url(../img/top/bg-story-sp.webp) no-repeat;
        height: 176vw;
        padding: 0;
    }

    .p-top .school-story a {
        bottom: 24%;
        left: 69%;
        width: 29vw;
        max-width: none;
    }

    .p-top .school-story .ttl {
        top: 7.5%;
        right: 20vw;
        width: 57vw;
        margin-bottom: 3vw;
    }

    .p-top .school-story .ttl .ja {
        font-size: 4vw;
        padding-top: 3.5vw;
    }

    .p-top .courses {
        background: 0 100% / 100% url(../img/top/bg-course-sp.webp) no-repeat;
        padding-top: 31vw;
        padding-bottom: 51vw;
    }

    .p-top .courses .course-list {
        flex-wrap: wrap;
        width: 91%;
        margin: 12vw auto 3vw;
    }

    .p-top .courses .course-list .course-item {
        width: 48%;
        margin-bottom: 9vw;
    }

    .p-top .courses .course-list .course-item h5 {
        font-size: 6.5vw;
        margin: 0.5em 0 0.3em;
    }

    .p-top .courses .course-list .course-item p {
        font-size: 3.3vw;
        letter-spacing: -0.5px;
        line-height: 0.7;
    }

    .p-top .courses .course-list .course-item p span {
        font-size: 2.8vw;
        margin-top: 0.5em;
    }

    .p-top .open-campus {
        height: 139vw;
        background: #000 0 0 / 100% url(../img/top/bg-opc-sp.webp) no-repeat;
    }

    .p-top .open-campus h2 {
        font-size: 28vw;
        line-height: 0.81;
        margin-left: 3%;
        width: 92%;
        margin-top: -16vw;
    }

    .p-top .open-campus h2 .ja {
        font-size: 28%;
        margin-top: 11px;
        padding-left: 12px;
        letter-spacing: 0;
    }

    .p-top .open-campus div {
        left: 4%;
        bottom: -6%;
        max-width: none;
        width: 29vw;
    }

    .p-top .open-campus div img {
        width: 100%;
    }


    .p-top .contents {
        background: #000 0 0 / 100% url(../img/top/bg-intro-sp.webp) no-repeat;
        padding-top: 37vw;
        padding-bottom: 3rem;
    }

    .p-top .contents .content-list {
        flex-wrap: wrap;
        width: 92%;
        justify-content: space-between;
        column-gap: 0;
        margin: 14vw auto 4vw;
    }

    .p-top .contents .content-list .content-item {
        width: 47.7%;
        margin-bottom: 9vw;
    }

    .p-top .contents .content-list .content-item:last-of-type {
        margin-left: 0;
    }


    .p-top .contents .content-list .content-item .e-letter {
        font-size: 6.5vw;
        margin: 2vw 0 1vw;
    }

    .p-top .contents .content-list .content-item .e-letter.small {
        font-size: 5.5vw;
    }

    .p-top .contents .content-list .content-item p {
        font-size: 3.5vw;
    }

    .p-top .news {
        padding-top: 6vw;
        padding-bottom: 37vw;
    }

    .p-top .news .news-list {
        width: 92%;
        margin: 8vw auto 8vw;
    }

    .p-top .news .news-list .news-item {
        padding: 5vw 0 5vw;
    }

    .p-top .news .news-list .news-item>a {
        width: 100%;
    }

    .p-top .news .news-list .news-item .img-box {
        width: 29vw;
        height: 29vw;
        margin-right: 7%;
        border-radius: 1vw;
    }


    .p-top .news .news-list .news-item .txt-box .date {
        font-size: 2.9vw;
    }

    .p-top .news .news-list .news-item .txt-box .date span {
        margin-left: 2.3vw;
        font-size: 2vw;
        padding: 0.9vw 0.3vw;
        min-width: 18.5vw;
        width: auto;
        letter-spacing: 0.01em;
    }

    .p-top .news .news-list .news-item .txt-box h4 {
        font-size: 3.3vw;
        margin: 2vw 0;
    }

    .p-top .news .news-list .news-item .txt-box .content {
        font-size: 2.9vw;
        letter-spacing: 0.01em;
        margin-bottom: 4vw;
    }

    .pre-footer {
        display: flex;
        flex-wrap: wrap;
    }

    .pre-footer .story {
        width: 100%;
        height: 51vw;
    }

    .pre-footer .story .txt {
        right: 12%;
        top: 24%;
    }

    .pre-footer .story .txt img {
        width: 44vw;
    }

    .pre-footer .contact {
        width: 100%;
    }

    .pre-footer .contact-content {
        padding: 4vw 4vw 6vw;
    }

    .pre-footer .contact-content h2 {
        font-size: 15.5vw;
    }

    .pre-footer .contact-content h2+p {
        font-size: 3vw;
    }

    .pre-footer .contact-methods {
        margin-top: 5vw;
    }

    .pre-footer .contact-item {
        margin-bottom: 0.1vw;
    }

    .pre-footer .contact-item:first-of-type {
        margin-bottom: 3vw;
    }

    .pre-footer .contact-icon {
        margin-right: 1vw;
        width: 6vw;
    }

    .pre-footer .contact-arrow {
        width: 3vw;
    }

    .pre-footer .contact-item .mail-box .mail-24h span:first-child {
        font-size: 3vw;
    }

    .pre-footer .contact-item .mail-box .mail-24h span:last-child {
        font-size: 1.8vw;
    }

    .pre-footer .contact-item .mail-box span.mail-contact {
        font-size: 4.2vw;
        margin-left: 0.5vw;
    }

    .pre-footer .phone-icon {
        width: 3.4vw;
        margin-left: 1vw;
    }

    .pre-footer .contact-item p.tel {
        letter-spacing: 0.05em;
        font-size: 7vw;
    }

    .pre-footer .contact-methods .contact-hours {
        font-size: 2vw;
    }

    .sub-pre-footer ul li {
        width: 50%;
        height: 50vw;
    }

    .sub-pre-footer ul li.oc {
        width: 100%;
        padding-left: 3.5vw;
    }

    .sub-pre-footer ul .txt .en {
        font-size: 6.3vw;
    }

    .sub-pre-footer ul .txt .ja {
        font-size: 3.5vw;
    }

    .sub-pre-footer ul li.oc .txt .en {
        font-size: 17.7vw;
    }

    .sub-pre-footer ul li.oc .txt .ja {
        font-size: 3.5vw;
    }

    footer {
        background: 0 0 / cover url(../img/bg-footer-sp.png) no-repeat;
        padding-top: 6vw;
        padding-bottom: 18vw;
    }

    footer .link-list {
        width: 92%;
        margin-bottom: 0;
    }

    footer .link-list ul {
        margin-right: 11%;
    }

    footer .link-list ul li {
        margin: 2.3vw 0;
    }

    footer .link-list ul li a {
        font-size: 2.4vw;
    }

    footer .link-list ul li.ico-insta {
        margin-top: 3vw;
    }

    footer .link-list ul li.ico-insta img {
        width: 12%;
        width: 4.5vw;
    }

    footer .link-list+div {
        width: 91%;
        margin-top: -2vw;
    }

    footer .link-list+div img {
        width: 13vw;
        margin-right: 3vw;
    }

    footer .link-list+div small {
        font-size: 1.8vw;
    }

    .sub-hero {
        padding-top: 18vw;
    }

    .sub-hero .txt {
        width: 100%;
        height: 48vw;
        padding-left: 4vw;
    }

    .sub-hero .tit .en {
        font-size: 17.5vw;
    }

    .sub-hero .tit .ja {
        font-size: 3.5vw;
        margin-bottom: 1em;
        margin-top: 0.3em;
    }

    .p-open-campus .sub-hero .txt,
    .p-school-life .sub-hero .txt,
    .p-principal-message .sub-hero .txt,
    .p-teacher .sub-hero .txt,
    .p-app .sub-hero .txt,
    .p-course-list .sub-hero .txt {
        padding-left: 4vw;
    }

    .p-open-campus .sub-hero .tit .en,
    .p-school-life .sub-hero .tit .en,
    .p-principal-message .sub-hero .tit .en,
    .p-teacher .sub-hero .tit .en,
    .p-app .sub-hero .tit .en,
    .p-course-list .sub-hero .tit .en {
        font-size: 17.5vw;
    }

    .p-app .sub-hero .tit .en {
        margin-bottom: 0;
    }

    .p-principal-message .sub-hero .txt .en .small,
    .p-app .sub-hero .txt .en .small,
    .p-course-list .sub-hero .txt .en .small {
        font-size: 1em;
        transform: none;
    }

    .p-open-campus .sub-hero .tit .ja,
    .p-school-life .sub-hero .tit .ja,
    .p-teacher .sub-hero .tit .ja,
    .p-course-list .sub-hero .tit .ja {
        margin-bottom: 1em;
    }

    .sub-hero .img {
        width: 100%;
    }

    .sub-main {
        padding-top: 24vw;
        padding-bottom: 15vw;
    }

    .sub-main .copy {
        font-size: 3.3vw;
    }

    .sub-main .bnr {
        margin-bottom: 18vw;
    }

    .sub-main .bnr a {
        max-width: none;
        width: 100%;
    }

    .sub-main .bnr a img {
        width: 100%;
    }

    .p-elder-message .sub-main {
        padding-bottom: 27vw;
    }

    .p-elder-message .course-wrap {
        margin: 4vw 0 0;
    }

    .p-elder-message .course-wrap+.course-wrap {
        margin-top: 38vw;
    }

    .p-elder-message .message-list {
        margin: 17vw 0 -7vw;
    }

    .p-elder-message .message-list li {
        width: 100%;
        margin-bottom: 22vw;
    }

    .p-elder-message .message-list li .img {
        margin-bottom: 4.5vw;
    }

    .p-elder-message .message-list li .tit {
        font-size: 4.4vw;
        line-height: 1.4;
        height: auto !important;
        margin-bottom: 3vw;
    }

    .p-elder-message .message-list li .info {
        font-size: 3.3vw;
        margin-bottom: 4vw;
    }

    .p-elder-message .message-list li p {
        font-size: 3vw;
    }

    .p-elder-message .message-list li .copy {
        font-size: 4.5vw;
        line-height: 1.4;
        margin: 0 0 1vw;
    }

    .p-elder-message .message-list li .copy span {
        margin: 0 2vw 0 2.5vw;
    }

    .p-elder-message .message-list li .copy .ico {
        width: 19vw;
    }

    .p-elder-message .message-list li .copy .ico-course {
        width: 17vw;
    }

    .p-principal-message .sub-main {
        padding-top: 0;
        padding-bottom: 30vw;
    }

    .p-principal-message .intro {
        margin: 0 0 22vw;
        padding: 18vw 0 17vw;
    }

    .p-principal-message .intro p {
        font-size: 3vw;
        line-height: 1.65;
    }

    .p-principal-message .flex {
        margin-top: 14vw;
    }

    .p-principal-message .flex .img {
        width: 100%;
        margin-bottom: 10vw;
    }

    .p-principal-message .flex .txt {
        width: 100%;
    }

    .p-principal-message .flex .txt p {
        line-height: 1.6;
        font-size: 2.93vw;
    }

    .p-principal-message .flex .txt .sign {
        font-size: 3vw;
        margin-top: 7vw;
    }

    .p-principal-message .flex .txt .sign img {
        margin: 2vw 0 0;
        width: 37vw;
    }

    .p-teacher {
        background: #0E4441 0 0 / 100% url(../img/teacher/teacher-bg_sp.png) no-repeat;
    }

    .p-teacher .sub-main {
        padding-bottom: 22vw;
        background: #0E4441 0 0 / 100% url(../img/teacher/teacher-bg_sp.png) no-repeat;
    }

    .p-teacher .block-tit {
        margin-top: -5vw;
    }

    .p-teacher .teacher-list {
        margin: -2vw auto 13vw;
    }

    .p-teacher .teacher-list li {
        margin-top: 0 !important;
    }

    .p-teacher .teacher-list li.teacher02 {
        margin-top: -12vw !important;
    }

    .p-teacher .teacher-list li.teacher03 {
        margin-top: -16vw !important;
    }

    .p-teacher .teacher-list li.teacher04 {
        margin-top: 5vw !important;
    }

    .p-teacher .teacher-list li.teacher05 {
        margin-top: 14vw !important;
    }

    .p-teacher .teacher-list li.teacher06 {
        margin-top: 7vw !important;
    }

    .p-teacher .teacher-list li.teacher07 {
        margin-top: 15vw !important;
    }

    .p-teacher .teacher-list li.teacher08 {
        margin-top: 6vw !important;
    }

    .p-teacher .teacher-list li.teacher09 {
        margin-top: 9vw !important;
    }

    .p-teacher .teacher-list li.teacher10 {
        margin-top: 17vw !important;
    }

    .p-teacher .teacher-list li.teacher11 {
        margin-top: 10vw !important;
    }

    .p-teacher .teacher-list li.teacher12 {
        margin-top: 6vw !important;
    }

    .p-teacher .teacher-list li:nth-of-type(even) .txt {
        left: 0;
        right: auto;
    }

    .p-teacher .sub-main .note {
        font-size: 3vw;
        max-width: none;
        width: 90%;
    }

    .p-open-campus .sub-main {
        padding-top: 9vw;
    }

    .p-open-campus .sub-main .news-list {
        margin: 8vw auto 8vw;
    }

    .p-open-campus .sub-main .news-list .news-item {
        padding: 5vw 0 5vw;
    }

    .tel-link {
        font-size: 4vw;
    }

    .news-list .txt-link,
    .news-list .link {
        font-size: 3vw;
    }

    .p-open-campus .charm {
        margin: 27vw 0 16vw;
    }

    .p-open-campus .charm .inner {
        width: 100%;
    }

    .p-open-campus .charm .charm-hero {
        margin: 0 0 15vw;
    }

    .p-open-campus .charm .charm-hero .img {
        width: 100%;
    }

    .p-open-campus .charm .charm-hero .txt {
        width: 100%;
    }

    .p-open-campus .charm .charm-hero .block-tit {
        margin: 15vw 0 0;
    }

    .p-open-campus .charm .charm-hero .block-tit .en {
        font-size: 16vw;
        line-height: 0.9;
    }

    .p-open-campus .charm .charm-hero .block-tit .ja {
        font-size: 5vw;
        letter-spacing: -0.02em;
    }

    .p-open-campus .charm .charm-list {
        margin: 0 auto;
    }

    .p-open-campus .charm .charm-list li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 8vw;
    }

    .p-open-campus .charm .charm-list li .img {
        width: 33%;
        margin-left: 5%;
    }

    .p-open-campus .charm .charm-list li .img img {
        width: 100%;
    }

    .p-open-campus .charm .charm-list li .txt {
        width: 55.5%;
        margin-right: 2%;
    }

    .p-open-campus .charm .charm-list li .tit {
        display: flex;
        margin-bottom: 0;
    }

    .p-open-campus .charm .charm-list li .tit .en {
        font-size: 3.3vw;
        margin-right: 1.5vw;
    }

    .p-open-campus .charm .charm-list li .tit .num {
        font-size: 11vw;
    }

    .p-open-campus .charm .charm-list li .tit .ja {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .p-open-campus .charm .charm-list li p {
        font-size: 3vw;
    }

    .p-open-campus .flow {
        padding: 20vw 0;
    }

    .p-open-campus .flow .inner {
        width: 93%;
    }

    .p-open-campus .flow .block-tit .balloon {
        width: 25vw;
        left: -6vw;
    }

    .p-open-campus .flow .block-tit .balloon img {
        width: 100%;
    }

    .p-open-campus .flow .block-tit .en {
        font-size: 13vw;
        padding-top: 10vw;
        line-height: 0.9;
    }

    .p-open-campus .flow .block-tit .ja {
        margin-top: 3vw;
    }

    .p-open-campus .flow .flow-list {
        margin-top: 16vw;
    }

    .p-open-campus .insta-feed {
        padding: 19vw 0 17vw;
    }

    .p-open-campus .insta-feed .tit {
        margin-bottom: 4vw;
    }

    .p-open-campus .insta-feed .tit img {
        width: 63vw;
    }

    .p-open-campus .insta-feed .insta-list {
        max-width: none;
    }

    .p-open-campus .bnr {
        margin-bottom: 15vw;
    }


    .p-school-life .sub-main {
        padding-bottom: 13vw;
    }

    .p-school-life .sub-hero {
        margin-bottom: 3vw;
    }

    .p-school-life .time-schedule {
        margin: 14vw 0 1vw;
    }

    .p-school-life .time-schedule .time {
        width: auto;
        font-size: 3vw;
        background: #fff;
        z-index: 1;
        position: relative;
        padding-bottom: 1vw;
    }

    .p-school-life .time-schedule .time .clock {
        margin-right: 2.5vw;
    }

    .p-school-life .time-schedule .time .clock img {
        width: 13vw;
    }

    .p-school-life .time-schedule .time .date {
        font-size: 8.7vw;
    }

    .p-school-life .time-schedule>li {
        display: block;
        padding-bottom: 12vw;
        margin-bottom: 0;
        background: #fff;
        padding-top: 5vw;
    }

    .p-school-life .time-schedule>li:before {
        left: 6.5vw;
        top: 21vw;
        border-left: solid 0.4vw #000;
    }

    .p-school-life .time-schedule>li:after {
        left: 6.5vw;
        width: 4vw;
        height: 4vw;
        bottom: 0;
    }

    .p-school-life .time-schedule>li.schedule02 {
        padding-bottom: 14vw;
    }

    .p-school-life .time-schedule>li.schedule03 {
        padding-bottom: 13vw;
    }

    .p-school-life .time-schedule>li.schedule04 {
        padding-bottom: 14vw;
    }

    .p-school-life .time-schedule>li.schedule05 {
        padding-bottom: 15vw;
    }

    .p-school-life .time-schedule .f-right {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 3;
    }

    .p-school-life .time-schedule .detail {
        padding-left: 15vw;
        margin-top: 3vw;
        display: block;
    }

    .p-school-life .time-schedule .detail a {
        text-align: center;
    }

    .p-school-life .time-schedule .detail .img {
        margin-top: 6vw;
        width: 95%;
    }

    .p-school-life .time-schedule .detail .img img {
        width: 100%;
    }

    .p-school-life .time-schedule .detail .img-list {
        margin-top: 7vw;
        display: block;
        width: 95%;
    }

    .p-school-life .time-schedule .detail .img-list li {
        width: 100%;
    }

    .p-school-life .time-schedule .detail .img-list li+li {
        margin-top: 10.5vw;
    }

    .p-school-life .time-schedule .detail .txt {
        /* overflow: hidden; */
    }

    .p-school-life .time-schedule .detail .tit {
        margin-bottom: 4vw;
        z-index: 2;
    }

    .p-school-life .time-schedule .detail .tit .en {
        font-size: 12.5vw;
        line-height: 0.9;
    }

    .p-school-life .time-schedule .detail .tit .ja {
        font-size: 3.8vw;
    }

    .p-school-life .time-schedule .detail p {
        font-size: 2.6vw;
    }

    .p-school-life .time-schedule .detail .sub-tit {
        font-size: 3.3vw;
        margin-bottom: 2vw;
    }

    .p-school-life .time-schedule .detail .balloon {
        width: 55vw !important;
    }

    .p-school-life .time-schedule li.schedule01 .f-right img {
        width: 17vw;
        margin-top: 5vw;
        margin-right: 5vw;
    }

    .p-school-life .time-schedule li.schedule02 .detail .tit {
        position: absolute;
        top: 5.5vw;
        left: 31vw;
    }

    .p-school-life .time-schedule li.schedule02 .detail .sub-tit {
        margin-top: 9vw;
        margin-bottom: 1vw;
    }

    .p-school-life .time-schedule li.schedule03 .time {
        padding-bottom: 27vw;
    }

    .p-school-life .time-schedule li.schedule03 .detail .tit {
        position: absolute;
        top: 21vw;
        left: 2vw;
    }

    .p-school-life .time-schedule li.schedule03 .f-right img {
        width: 28vw;
        margin-top: -1vw;
        margin-right: 5vw;
    }

    .p-school-life .time-schedule li.schedule04 .detail .tit {
        position: absolute;
        top: 7vw;
        left: 36vw;
    }

    .p-school-life .time-schedule li.schedule04 .lunch-img {
        width: 33vw;
        margin: 23vw 0 0 13vw;
        position: absolute;
        top: 0;
        left: 0;
    }

    .p-school-life .time-schedule li.schedule04 .detail p {
        margin-left: 35vw;
    }

    .p-school-life .time-schedule li.schedule04 .detail .sub-tit {
        margin-top: 2vw;
        margin-bottom: 1vw;
    }

    .p-school-life .time-schedule li.schedule05 .time {
        padding-bottom: 27vw;
    }

    .p-school-life .time-schedule li.schedule05 .f-right img {
        width: 22vw;
        margin-right: 4vw;
        margin-top: 4vw;
    }

    .p-school-life .time-schedule li.schedule05 .detail .tit {
        position: absolute;
        top: 21vw;
        left: 2vw;
    }

    .p-school-life .time-schedule li.schedule06 .time {
        padding-bottom: 29vw;
    }

    .p-school-life .time-schedule li.schedule06 .detail {
        padding-left: 0;
    }

    .p-school-life .time-schedule li.schedule06 .detail .img {
        position: absolute;
        top: 0;
        right: 0;
        width: 44vw;
        margin-bottom: 0 !important;
        margin: 9vw 4vw 0 0;
        z-index: 3;
    }

    .p-school-life .time-schedule li.schedule06 .detail .tit {
        position: absolute;
        top: 22vw;
        left: 2vw;
    }

    .p-app .app-course {
        margin: 0 0 13vw;
    }

    .p-app .app-course .tit {
        font-size: 4.4vw;
    }

    .p-app .app-table th,
    .p-app .app-table td {
        font-size: 3.1vw;
        padding: 3.7vw 1vw;
        width: 18% !important;
        box-sizing: border-box;
    }

    .p-app .app-table thead th {
        padding: 2vw 1vw;
    }

    .p-app .app-table .course {
        width: 46% !important;
    }

    .p-app .app-tit {
        font-size: 4.2vw;
    }

    .p-app .flow .item .app-tit {
        margin-bottom: 1.2em;
    }

    .p-app .flow {
        margin-bottom: 7vw;
    }

    .p-app .flow .item {
        width: 100%;
        max-width: none;
        text-align: center;
        margin-bottom: 10vw;
    }

    .p-app .flow .item img {
        display: inline-block;
        height: 29vw;
        width: auto;
    }

    .p-app .guideline {
        margin-bottom: 18vw;
    }

    .p-app .guideline .guideline-list li {
        width: 100%;
        margin-bottom: 6vw;
    }

    .p-app .guideline .guideline-list h3 {
        font-size: 4vw;
    }

    .p-app .guideline .guideline-list p {
        font-size: 3vw;
    }

    .p-app .guideline .guideline-list p+h3 {
        margin-top: 6vw;
    }

    .p-course-list .course-list {
        margin: 3vw auto 3vw;
    }

    .p-course-list .course-list li {
        width: 100%;
        padding-bottom: 9vw;
        margin-bottom: 26vw;
    }

    .p-course-list .course-list li .head {
        min-height: 0;
    }

    .p-course-list .course-list li .tit {
        font-size: 13vw;
    }

    .p-course-list .course-list li p {
        font-size: 3.5vw;
    }

    .p-course-list .course-list li p .small {
        font-size: 0.9em;
    }

    .p-course-list .course-list li .img-box {
        margin: 7vw 0 4vw;
    }

    .p-course-list .course-list li .course-copy {
        font-size: 4.1vw;
        margin-bottom: 3vw;
        width: 100%;
        margin-left: 0;
        white-space: nowrap
    }

    .p-access .access-tit {
        font-size: 3.7vw;
    }

    .p-access .access-tit .big {
        font-size: 5.5vw;
    }

    .p-access .access-tit .small {
        font-size: 2.4vw;
    }

    .p-access .access-table {
        margin-top: 8vw;
    }

    .p-access .access-table th,
    .p-access .access-table td {
        padding: 2.5vw 0;
    }

    .p-access .access-table th {
        font-size: 3.7vw;
        width: 16vw;
    }

    .p-access .access-table td {
        font-size: 2.9vw;
    }

    .p-access .access-table .address td {
        font-size: 3.4vw;
    }

    .p-access .access-table td .small {
        font-size: 0.9em;
    }

    .p-access .access-table td a {
        font-size: 5vw;
    }

    .p-access .access-table td .mailto img {
        width: 62vw;
    }

    .p-access .access-map {
        max-width: none;
        width: 100%;
        margin: 18vw auto 15vw;
    }

    .p-access .access-map iframe {
        height: 89vw;
    }

    .p-faq .faq-copy {
        font-size: 4vw;
    }

    .p-faq .faq-copy .e-letter {
        font-size: 13vw;
        line-height: 0.9;
        margin-bottom: 0.1em;
        display: inline-block;
    }

    .faq-list {
        margin-top: 16vw;
        margin-bottom: 18vw;
    }

    .faq-list dt {
        min-height: 16vw;
        font-size: 4vw;
        padding: 4.5vw 6vw 4vw 10vw;
        line-height: 1.4;
    }

    .faq-list dt::before,
    .faq-list dd::before {
        top: 4.2vw;
        width: 7vw;
        height: 7vw;
    }

    .faq-list dt::after {
        right: 0.5em;
    }

    .faq-list dd {
        padding: 4vw 0 4vw 10vw;
        font-size: 3vw;
        line-height: 1.7;
        background-image: linear-gradient(to right, #333, #333 2px, transparent 2px);
        background-size: 4px 1px;
        background-position: left top;
        background-repeat: repeat-x;
    }

    .faq-list dd .txt-link {
        font-size: 4vw;
    }

    .privacy-list {
        margin-top: 13vw;
    }

    .privacy-list li {
        margin-bottom: 12vw;
    }

    .privacy-list p {
        font-size: 3.1vw;
    }

    .privacy-list .tit {
        font-size: 4vw;
        padding-left: 8vw;
    }

    .privacy-list .num {
        font-size: 3vw;
        width: 5.5vw;
        height: 5.5vw;
        margin-right: 3vw;
        margin-top: 0.2em;
    }

    .privacy-list .address .middle {
        font-size: 3vw;
    }

    .privacy-list .address .big {
        font-size: 4.4vw;
    }

    .privacy-list .address .small {
        font-size: 2.3vw;
    }

    .privacy-list .address .tel {
        font-size: 3.5vw;
    }

    .cate-nav {
        margin-left: 0;
        margin-top: 0;
        max-width: 90%;
    }

    .cate-nav li:nth-of-type(3) {
        border-right: solid 1px #000;
    }

    .cate-nav li a {
        font-size: 3vw;
    }

    .p-news .sub-main {
        padding-bottom: 25vw;
    }

    .sub-main .news-list:before {
        top: 1em;
    }

    .sub-main .news-list {
        margin: 8vw auto 8vw;
    }

    .sub-main .news-list .news-item {
        padding: 5vw 0 5vw;
    }

    .sub-main .news-list .news-item>.flex,
    .sub-main .news-list .news-item>a {
        width: 100%;
    }

    .sub-main .news-list .news-item .img-box {
        width: 29vw;
        height: 29vw;
        margin-right: 7%;
        border-radius: 1vw;
    }

    .sub-main .news-list .news-item .txt-box .date {
        font-size: 2.9vw;
    }

    .sub-main .news-list .news-item .txt-box .date .cate {
        margin-left: 2.3vw;
        font-size: 2vw;
        padding: 0.5vw 0.3vw;
        min-width: 18.5vw;
        width: auto;
        letter-spacing: 0.01em;
    }

    .sub-main .news-list .news-item .txt-box h4 {
        font-size: 3.3vw;
        margin: 2vw 0;
    }

    .sub-main .news-list .news-item .txt-box .content {
        font-size: 2.9vw;
        letter-spacing: 0.01em;
    }

    .error-message {
        font-size: 2.6vw;
    }

    .form-wrap {
        margin-bottom: 15vw;
    }

    .form-wrap .block-tit .ja {
        font-size: 3.6vw;
    }

    .form-wrap .require {
        font-size: 3vw;
        font-weight: 500;
    }

    .form-wrap form {
        max-width: none;
    }

    .form-wrap .form-list {
        margin: 11vw auto 0;
        max-width: none;
    }

    .form-wrap .form-list dt {
        font-size: 3.6vw;
    }

    .form-wrap .form-list dd {
        font-size: 3vw;
        /* margin-bottom: 1.8em; */
    }

    .form-wrap .w-large {
        max-width: 64%;
    }

    .form-wrap .age,
    .form-wrap .select-box,
    .form-wrap input,
    .form-wrap textarea,
    .form-wrap select {
        border-radius: 0.8vw;
    }

    .form-wrap textarea {
        height: 37vw;
    }

    .form-wrap label+label {
        margin-left: 5vw;
    }

    .form-wrap label input[type="radio"]+span,
    .form-wrap label input[type="checkbox"]+span {
        font-size: 3.6vw;
    }

    .form-wrap label input[type="radio"]+span::before,
    .form-wrap label input[type="checkbox"]+span::before {
        width: 3vw;
        height: 3vw;
        margin-right: 0.4em;
    }

    .form-wrap label input[type="checkbox"]+span::after {
        width: 4vw;
        height: 2.5vw;
        border-bottom: 0.2em solid;
        border-left: 0.2em solid;
        border-color: #730000;
    }

    .form-wrap .what {
        flex-direction: column;
        align-content: center;
        margin: 9vw auto 0;
    }

    .form-wrap .what label {
        display: block;
        margin-bottom: 4vw;
    }

    .form-wrap .what label+label {
        margin-left: 0;
    }

    .form-wrap .what input[type="radio"]+span {
        font-size: 3.6vw;
    }

    .form-wrap .what input[type="radio"]+span::before {
        width: 4vw;
        height: 4vw;
        margin-right: 0.4em;
    }

    .form-wrap .what input[type="radio"]:checked+span::before {
        box-shadow: inset 0 0 0 0.8vw #fff;
    }

    .form-wrap .select-box::before {
        width: 2.5vw;
        height: 1.5vw;
    }

    .form-wrap .age span {
        padding: 0 1em;
    }

    .form-wrap .gender {
        margin-bottom: 11vw;
    }

    .form-wrap .agree {
        padding: 1.4em 0;
        margin: -0.7em auto 4em;
        max-width: none;
    }

    .form-wrap .agree label input[type="checkbox"]+span::before {
        width: 4vw;
        height: 4vw;
    }

    .form-wrap .agree .agree-txt {
        font-size: 3.4vw !important;
    }

    .form-wrap .btn-wrap {
        max-width: none;
    }

    .form-wrap .btn-submit input,
    .form-wrap .btn-send input,
    .form-wrap .btn-send input.btn_back,
    .form-wrap .btn-tohome {
        max-width: 61%;
        font-size: 3.3vw;
        padding: 1.3em 1em;
    }

}