@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);

/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

*,
::after,
::before {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    padding: 0;
    margin: 0;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

input {
    border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type=number] {
    width: auto;
}

[type=search] {
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

optgroup {
    font-weight: 700;
}

button {
    overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

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

select::-ms-value {
    color: currentColor;
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

@media screen {
    [hidden~=screen] {
        display: inherit;
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1;
    font-size: 100%;
    font-weight: 400;
}

img {
    border: none;
    vertical-align: bottom;
}

dd,
dl,
dt,
li,
ol,
ul {
    list-style: none;
}

.switch--sp {
    display: none !important;
}

@media screen and (max-width:767px) {
    .switch--sp {
        display: block !important;
        margin: 0 auto;
    }
}

.switch--pc {
    display: block !important;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .switch--pc {
        display: none !important;
    }
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    color: #000;
}

img {
    max-width: 100%;
}

img[src$=".svg"] {
    width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: 400;
}

.block {
    width: 1366px;
    min-width: 1366px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .block {
        width: 100%;
        min-width: 100%;
    }
}

.footer {
    min-width: 1366px;
    margin: 0 auto;
    background: #fff761;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .footer {
        min-width: 100%;
    }
}

.footer__inner {
    text-align: center;
    padding: 70px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

@media screen and (max-width:767px) {
    .footer__inner {
        padding: 9.3333333333vw 0;
        -webkit-transform: none;
        transform: none;
    }
}

.footer__logo {
    width: 674px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .footer__logo {
        width: 89.8666666667vw;
    }
}

.footer__detail {
    margin-top: 33px;
}

.footer__detail__item {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

.footer__detail__item .label {
    text-align: center;
}

.footer__detail__item .label span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border-radius: 6px;
    background: #1f5094;
    padding: 8px 21px;
    margin-bottom: 10px;
}

.footer__detail__item .tel a,
.footer__detail__item .tel a:link,
.footer__detail__item .tel a:visited {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media screen and (min-width:768px) {
    .footer__detail__item .tel a:hover {
        opacity: .7;
        text-decoration: none;
    }
}

@media screen and (min-width:768px) {
    .footer__detail__item .tel a[href^="tel:"] {
        pointer-events: none;
    }
}

.footer__detail__item .link a,
.footer__detail__item .link a:link,
.footer__detail__item .link a:visited {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media screen and (min-width:768px) {
    .footer__detail__item .link a:hover {
        color: #000;
        text-decoration: none;
    }
}

.footer__detail__item .link a {
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .footer__detail {
        margin-top: 5.3333333333vw;
    }

    .footer__detail__item {
        font-size: 3.7333333333vw;
    }

    .footer__detail__item .label span {
        font-size: 3.4666666667vw;
        border-radius: 3px;
        padding: 1.0666666667vw 2.6666666667vw;
        margin-bottom: 2.6666666667vw;
    }
}

#page-top .sec1 {
    min-width: 1366px;
    margin: 0 auto;
    background-color: #fff761;
    width: 100%;
    padding-bottom: 140px;
}

#page-top .mv {
    width: 100%;
    overflow: hidden;
}

#page-top .mv__image {
    width: 100%;
    height: auto;

}

#page-top .mv__text {
    width: 718px;
    position: absolute;
    left: 98px;
    top: 680px;
}

#page-top .select {
    margin-top: -35px;
    position: relative;
    z-index: 2;
}

#page-top .select__inner {
    /* padding: 0 40px;
    -webkit-box-sizing: border-box; */
    box-sizing: border-box;
}

#page-top .select__title {
    width: 100%;
}

#page-top .select__contents {
    width: 1046px;
    margin: 0 auto;
}

#page-top .select__lead {
    margin-top: 27px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.75;
}

#page-top .select__text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.75;
    padding-left: 1em;
    text-indent: -1em;
}

#page-top .select__list {
    margin-top: 53px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}



#page-top .select__list__item {
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    gap: 5px;
}

#page-top .select__list__item.odd {
    background: #e2f2f2;
}

#page-top .select__list__item.even {
    background: #fef4d7;
}

#page-top .select__list__item .text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    width: 70%;
}

#page-top .select__list__item .icon {
    width: 30%;
}

@media screen and (max-width:767px) {
    #page-top .select__list__item .icon {
        margin-left: 5px;
    }
}

#page-top .sec2 {
    min-width: 1366px;
    margin: 0 auto;
    width: 100%;
    background-color: #fff761;
    padding-bottom: 112px;
}

#page-top .sec2 .open-campus {
    padding-top: 42px;
}

#page-top .sec2 .open-campus__inner {
    padding: 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#page-top .sec2 .open-campus__top {
    position: relative;
    margin-bottom: 6vw;
}

#page-top .sec2 .open-campus__top .open-campus__image {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#page-top .sec2 .open-campus__top .open-campus__text {
    width: 548px;
    position: absolute;
    right: 395px;
    top: 225px;
}

#page-top .sec2 .open-campus__contents {
    margin-top: -150px;
    background: #fff;
    padding: 65px 80px 100px;
    position: relative;
    z-index: 2;
}

#page-top .sec2 .open-campus__contents__note {
    margin: 0 auto 5px auto;
    width: 419px;
    height: 50px;
    background: #f4f4f4;
    border-radius: 100vh;
    padding-left: 45px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    position: relative;
}

#page-top .sec2 .open-campus__contents__note .icon-wrap {
    position: absolute;
    left: 19px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 18px;
    height: 18px;
    cursor: pointer;
}

#page-top .sec2 .open-campus__contents__note .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#page-top .sec2 .open-campus__contents__note .icon:after,
#page-top .sec2 .open-campus__contents__note .icon:before {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #1d88c3;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#page-top .sec2 .open-campus__contents__note .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

#page-top .sec2 .open-campus__contents__list__item {
    padding: 50px 0 41px;
    border-top: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#page-top .sec2 .open-campus__contents__list__item:first-of-type {
    border-top: none;
}

#page-top .sec2 .open-campus__contents__list__item:last-of-type {
    border-bottom: 1px solid #ccc;
}

#page-top .sec2 .open-campus__contents__list__item .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#page-top .sec2 .open-campus__contents__list__item .head .numb {
    width: 94px;
    margin-right: 21px;
}

#page-top .sec2 .open-campus__contents__list__item .head .text-area {
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#page-top .sec2 .open-campus__contents__list__item .head .text-area .heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.0526315789;
}

#page-top .sec2 .open-campus__contents__list__item .head .text-area .address {
    font-size: 16px;
    line-height: 2.5;
}

#page-top .sec2 .open-campus__contents__list__item .head .icon-wrap {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-58%);
    transform: translateY(-58%);
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#page-top .sec2 .open-campus__contents__list__item .head .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#page-top .sec2 .open-campus__contents__list__item .head .icon:after,
#page-top .sec2 .open-campus__contents__list__item .head .icon:before {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #1d88c3;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#page-top .sec2 .open-campus__contents__list__item .head .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

#page-top .sec2 .open-campus__contents__list__item .head .icon.open:before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

#page-top .sec2 .open-campus__contents__list__item .detail {
    display: none;
}

#page-top .sec2 .open-campus__contents__list__item .detail .inner {
    padding-top: 10px;
    padding-bottom: 13px;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item:first-of-type {
    margin-top: 0;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .label {
    min-width: 91px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border-radius: 6px;
    background: #0a1464;
    padding: 8px 11px;
    margin-right: 23px;
    text-align: center;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .label.day {
    margin-top: 17px;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .label.howto {
    margin-top: 3px;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .day {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 38px;
    font-weight: 700;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .day .text-blue {
    font-size: 22px;
    color: #3d68a8;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .day .text-red {
    font-size: 22px;
    color: #ad194e;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .day .text-gray {
    font-size: 22px;
    color: #878788;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .day .text-small {
    font-size: 20px;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-top: 10px;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .item:first-of-type {
    margin-top: 0;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .item .text-wrap {
    margin-left: 20px;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text a,
#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text a:link,
#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text a:visited {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media screen and (min-width:768px) {
    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text a:hover {
        opacity: .7;
        text-decoration: none;
    }
}

@media screen and (min-width:768px) {
    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text a[href^="tel:"] {
        pointer-events: none;
    }
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text.link {
    font-size: 18px;
    font-weight: 700;
    line-height: 2.2222222222;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text.link a,
#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text.link a:link,
#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text.link a:visited {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media screen and (min-width:768px) {
    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text.link a:hover {
        color: #000;
        text-decoration: none;
    }
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text.link a {
    padding-right: 19px;
    position: relative;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text.link a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000;
    border-right: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .info li .info-item {
    margin-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#page-top .sec2 .open-campus__contents__list__item .detail-item .contents .info li .info-item .info-label {
    min-width: 52px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border-radius: 3px;
    background: #000;
    padding: 4px 5px;
    margin-right: 9px;
    text-align: center;
}

#page-top .sec2 .education {
    margin-top: 120px;
}

#page-top .sec2 .education__contents__image {
    width: 748px;
    margin: 0 auto;
}

#page-top .sec2 .education__contents__text {
    margin: 23px auto 0 auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.75;
    text-align: center;
}

@media screen and (max-width:767px) {
    #page-top .sec1 {
        min-width: 100%;
        padding-bottom: 18.6666666667vw
    }

    #page-top .mv {
        width: 100%;
        height: 91.6vw
    }

    #page-top .mv__image {
        width: 100%;
        height: 91.6vw;
        left: 0;
        top: 0;
    }

    #page-top .mv__text {
        width: 48.6666666667vw;
        left: 6.0666666667vw;
        top: 65.0666666667vw;
    }

    #page-top .select {
        margin-top: -1.6vw;
    }

    #page-top .select__inner {
        padding: 0 1.6vw;
    }

    #page-top .select__title {
        width: 96.8vw;
    }

    #page-top .select__contents {
        width: 89.3333333333vw;
    }

    #page-top .select__lead {
        margin-top: 5.3333333333vw;
        font-size: 4vw;
    }

    #page-top .select__text {
        margin-top: 3.2vw;
        font-size: 3.4666666667vw;
    }

    #page-top .select__list {
        margin-top: 9.3333333333vw;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    #page-top .select__list__item {
        width: 100%;
        height: 22vw;
    }

    #page-top .select__list__item:nth-of-type(2n) {
        margin-right: 0;
    }

    #page-top .select__list__item .text {
        font-size: 2.7vw;
        line-height: 1.25;
    }

    #page-top .select__list__item .text .text-small {
        font-size: 3.2vw;
    }

    #page-top .select__list__item .text .text-middle {
        font-size: 3.4666666667vw;
    }

    #page-top .select__list__item .icon.car {
        width: 8vw;
        top: -.6666666667vw;
        left: -4vw;
    }

    #page-top .select__list__item .icon.car2 {
        width: 14.5333333333vw;
        right: -4.8vw;
        bottom: -1.7333333333vw;
    }

    #page-top .select__list__item .icon.cyusya {
        width: 6.5333333333vw;
        right: -2.9333333333vw;
        top: -2.1333333333vw;
    }

    #page-top .select__list__item .icon.camera {
        width: 8.2666666667vw;
        right: -4.9333333333vw;
        bottom: -2.8vw;
    }

    #page-top .select__list__item .icon.travel-bag {
        width: 5.7333333333vw;
        right: -1.3333333333vw;
        bottom: -2.1333333333vw;
    }

    #page-top .select__list__item .icon.building {
        width: 7.0666666667vw;
        left: -2.6666666667vw;
        bottom: -2.5333333333vw;
    }

    #page-top .select__list__item .icon.book {
        width: 10.8vw;
        left: -6.6666666667vw;
        top: -3.4666666667vw;
    }

    #page-top .select__list__item .icon.medic {
        width: 8.8vw;
        right: -3.4666666667vw;
        top: -4vw;
    }

    #page-top .select__list__item .icon.kangoshi {
        width: 11.4666666667vw;
        right: -6vw;
        bottom: 2.4vw;
    }

    #page-top .select__list__item .icon.fashion {
        width: 8.4vw;
        left: -4.1333333333vw;
        top: -4.1333333333vw;
    }

    #page-top .select__list__item .icon.bag {
        width: 8.8vw;
        left: -4vw;
        top: 4.2666666667vw;
    }

    #page-top .select__list__item .icon.music {
        width: 6.2666666667vw;
        right: 0;
        top: -1.4666666667vw;
    }

    #page-top .select__list__item .icon.animal {
        width: 10vw;
        right: -2.8vw;
        bottom: -.9333333333vw;
    }

    #page-top .sec2 {
        min-width: 100%;
        padding-bottom: 13.3333333333vw;
    }

    #page-top .sec2 .open-campus {
        padding-top: 0;
    }

    #page-top .sec2 .open-campus__inner {
        padding: 0 0;
    }

    #page-top .sec2 .open-campus__top .open-campus__image {
        width: 92vw;
        margin-left: 2.8vw;
    }

    #page-top .sec2 .open-campus__top .open-campus__text {
        width: 68vw;
        right: 5.3333333333vw;
        top: 20.5333333333vw;
    }

    #page-top .sec2 .open-campus__contents {
        margin-top: -5.3333333333vw;
        padding: 8vw 5.3333333333vw 13.3333333333vw;
    }

    #page-top .sec2 .open-campus__contents__note {
        margin: 0 auto 2.1333333333vw auto;
        width: 100%;
        height: 7.6vw;
        padding-left: 8.9333333333vw;
        padding-right: 5.3333333333vw;
        font-size: 3.4666666667vw;
    }

    #page-top .sec2 .open-campus__contents__note .icon-wrap {
        left: 3.6vw;
        width: 2.9333333333vw;
        height: 2.9333333333vw;
    }

    #page-top .sec2 .open-campus__contents__note .icon:after,
    #page-top .sec2 .open-campus__contents__note .icon:before {
        height: 1px;
    }

    #page-top .sec2 .open-campus__contents__list__item {
        padding: 8.2666666667vw 0 8vw;
        border-top: 1px solid #ccc;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #page-top .sec2 .open-campus__contents__list__item:first-of-type {
        border-top: none;
    }

    #page-top .sec2 .open-campus__contents__list__item:last-of-type {
        border-bottom: 1px solid #ccc;
    }

    #page-top .sec2 .open-campus__contents__list__item .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    #page-top .sec2 .open-campus__contents__list__item .head .numb {
        width: 12.5333333333vw;
        min-width: 12.5333333333vw;
        margin-right: 2.5333333333vw;
    }

    #page-top .sec2 .open-campus__contents__list__item .head .text-area {
        padding-top: 0;
        padding-right: 8vw;
    }

    #page-top .sec2 .open-campus__contents__list__item .head .text-area .heading {
        font-size: 4.8vw;
        line-height: 1.1111111111;
    }

    #page-top .sec2 .open-campus__contents__list__item .head .text-area .address {
        font-size: 3.4666666667vw;
        line-height: 1.5384615385;
    }

    #page-top .sec2 .open-campus__contents__list__item .head .icon-wrap {
        right: 0;
        width: 5.3333333333vw;
        height: 5.3333333333vw;
    }

    #page-top .sec2 .open-campus__contents__list__item .head .icon:after,
    #page-top .sec2 .open-campus__contents__list__item .head .icon:before {
        height: 1px;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail .inner {
        padding-top: 4.5333333333vw;
        padding-bottom: 0;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item {
        margin-top: 5.8666666667vw;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .label {
        min-width: 12.5333333333vw;
        max-width: 12.5333333333vw;
        font-size: 2.9333333333vw;
        border-radius: 3px;
        padding: .8vw 2.1333333333vw;
        margin-right: 2.5333333333vw;
        line-height: 1.1818181818;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .label.day {
        margin-top: 2.1333333333vw;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .label.howto {
        margin-top: -1.0666666667vw;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .day {
        font-size: 5.0666666667vw;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .day .text-small {
        font-size: 4.2666666667vw;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .item {
        margin-top: 2.6666666667vw;
        display: block;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .item .text-wrap {
        margin-top: 1.3333333333vw;
        margin-left: 0;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text {
        font-size: 3.4666666667vw;
        line-height: 1.5384615385;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text.link {
        margin-top: .5333333333vw;
        font-size: 3.4666666667vw;
        line-height: 1.5384615385;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text.link a {
        padding-right: 2.6666666667vw;
        position: relative;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .text.link a:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-top: .8vw solid transparent;
        border-bottom: .8vw solid transparent;
        border-left: 1.3333333333vw solid #000;
        border-right: 0;
        border-right: 0;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .info li {
        display: block;
        margin-top: 3.7333333333vw;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .info li:first-of-type {
        margin-top: 0;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .info li .info-item {
        margin-top: 2.1333333333vw;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .info li .info-item:first-of-type {
        margin-top: 0;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .info li .info-item .info-label {
        min-width: 7.4666666667vw;
        max-width: 7.4666666667vw;
        height: 3.3333333333vw;
        font-size: 2.6666666667vw;
        border-radius: 2px;
        padding: 0 0;
        margin-right: 2vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #page-top .sec2 .open-campus__contents__list__item .detail-item .contents .info li .info-item .info-label.line {
        min-width: 14.6666666667vw;
        max-width: 14.6666666667vw;
    }

    #page-top .sec2 .education {
        margin-top: 14.2666666667vw;
    }

    #page-top .sec2 .education__contents__image {
        width: 78.6666666667vw;
        margin: 0 auto;
    }

    #page-top .sec2 .education__contents__text {
        width: 60vw;
        margin: 4.1333333333vw auto 0 auto;
        font-size: 3.7333333333vw;
        line-height: 1.5;
    }
}