@charset "UTF-8";
:root {
    --main: #333;
    --white: #fff;
    --main-green: #A8D8C3;
    --main-yellow: #FFEB99;
    --main-blue: #9FD8E6;
    --main-pink: #F6B7C1;
    --font-sub-color: #102B5C;
    --accent-yellow: #FFE36E;
    --gray01: #a2a2a2;
    --container-narrow: 970px;
    --container-wide: 1210px;
    --container-padding: 16px;
}
/*--------------------------------
 レイアウト
---------------------------------*/
.left-part {
    text-align: center;
}
/*--------------------------------
 header
---------------------------------*/
.menu_btn {
    width: 70px;
    height: 70px;
}
.menu_btn::after {
    transform: translate(10px, 43px);
}
.menu_btn.active::after {
    transform: translate(5px, 43px);
}
.merit_logo a img {
    max-width: 200px;
}
/*--------------------------------
 メインビジュアル
---------------------------------*/
.main-visual,
.scroll_down {
    aspect-ratio: 16 / 11;
}
.main-visual-img {
    justify-content: center;
}
.main-visual-img img {
    width: 90vw;
}
.scroll_down a {
    font-size: 12px;
    left: 2%;
}
.main-visual h1 .sub-title {
    /* font-size:  30px-38px 700-999 */
    font-size: clamp(1.875rem, 0.704rem + 2.68vw, 2.375rem);
    margin-bottom: 12px;
}
.main-visual h1 .main-title {
    /* font-size:  62px-74px 700-999 */
    font-size: clamp(3.875rem, 2.119rem + 4.01vw, 4.625rem);
}
/*--------------------------------
 大学のビジョン
---------------------------------*/
.sec-vision {
    padding-top: 140px;
}
.sec-vision::before {
    width: 484px;
    height: 266px;
    top: 42px;
    left: -46px;
}
.sec-vision::after {
    bottom: 27px;
}
.sec-vision .vision-box {
    max-width: 90%;
}
.sec-vision .vision-box h3::before,
.sec-vision .vision-box h3::after {
    background-image: none;
}
/*--------------------------------
 コンテンツ
---------------------------------*/
.sec-contents ul {
    gap: 20px;
}
/*--------------------------------
 3大メリット
---------------------------------*/
.sec-merit h2 {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 80px;
}
/* メリット見出し */
.merit-badge-img {
    width: 120px;
    top: 54%;
}
.merit-title {
    font-size: 26px;
    padding: 20px 40px 20px 110px;
}
/* メリット１ */
@media screen and (max-width: 850px) {
    .sec-merit h2 {
        margin-bottom: 50px;
    }
    .sec-merit article {
        padding: 8vw 5.5vw;
    }
    .merit-box {
        flex-direction: column-reverse;
    }
    .merit1 .merit-container {
        margin-bottom: 20px;
    }
    .merit1 .merit-box.reverse-item {
        flex-direction: column;
    }
    .merit-box .img-item {
        width: 80%;
    }
    .merit1 .merit-box h4 {
        margin: 0 auto;
        margin-bottom: 42px;
        width: 80%;
    }
    .merit1-point {
        padding: 60px 36px;
        margin-bottom: 100px;
    }
    .merit1-point::after {
        width: 100px;
        height: 100px;
        top: 22px;
        right: 2%;
    }
    .merit1-point .flex>img {
        display: none;
    }
}
/* メリット2 */
.merit2::before {
    width: 100px;
    height: 100px;
    top: 110px;
    right: 7%;
}
@media screen and (max-width: 850px) {
    .merit2::before {
        top: 133px;
    }
    .merit2 .flex {
        flex-direction: column-reverse;
    }
    .merit2 .illust {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
    }
    .merit2 .link-list {
        gap: 15px;
    }
}
/* メリット3 */
.merit3 .merit-container {
    margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
    .merit3 .sp-only {
        display: block;
    }
    .merit3 .merit-badge-img {
        top: 35%;
    }
}
@media screen and (max-width: 850px) {
    .merit3 .merit-box.reverse-item {
        flex-direction: column-reverse;
    }
}
/*--------------------------------
 データで見る平成医療短期大学
---------------------------------*/
.sec-lookdata h2 {
    width: 55%;
    margin: 0 auto;
    /* 50px-80px 700-999 */
    margin-bottom: clamp(3.125rem, -1.265rem + 10.03vw, 5rem);
}
.sec-lookdata::before {
    width: 380px;
    height: 380px;
    right: -110px;
}
.sec-lookdata::after {
    width: 380px;
    height: 380px;
    left: -80px;
}
.sec-lookdata ul li a {
    width: 400px;
}
@media screen and (max-width: 850px) {
    .sec-lookdata ul li a {
        width: 380px;
    }
}
@media screen and (max-width: 800px) {
    .sec-lookdata ul li a {
        width: 330px;
    }
    .sec-lookdata ul {
        gap: 14px;
    }
}
.sec-lookdata ul {
    gap: 28px;
}
/*--------------------------------
 大学のデータ
---------------------------------*/
.sec-university h2::before,
.sec-university h2::after {
    width: 172px;
    height: 163px;
}
.sec-university h2 {
    padding-bottom: 120px;
}
@media screen and (max-width: 800px) {
    .sec-university h2 img {
        width: 310px;
        height: auto;
    }
    .sec-university h2::before {
        left: -20px;
        background-size: auto 66%;
        width: 140px;
    }
    .sec-university h2::after {
        right: -20px;
        width: 172px;
    }
}
/* 就職率 */
.sec-university .grid .employment .number::after {
    background-size: auto 80%;
    width: 75px;
}
.sec-university .grid .employment .number::before {
    background-size: auto 80%;
    width: 80px;
}
.sec-university .grid .employment .number {
    font-size: 140px;
}
/* 国家資格合格率 */
/* 在学生男女比 */
.sec-university .grid .student .img img {
    width: 140px;
    height: auto;
}
.block-progress__ttl {
    font-size: 20px;
}
/* 教員数 */
.teacher .desc {
    margin-bottom: 10px;
}
.teacher-list .teacher-title {
    font-size: 18px;
    letter-spacing: 6%;
}
.teacher-list li {
    gap: 0.5em;
}
.teacher-list .number {
    font-size: 30px;
}
.teacher-list .people {
    gap: 0.2em;
}
.teacher-list .people img {
    width: 8px;
    height: auto;
}
@media screen and (max-width: 850px) {
    .sec-university .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .sec-university .grid .employment,
    .sec-university .grid .qualification,
    .sec-university .grid .student,
    .sec-university .grid .teacher {
        grid-area: auto;
    }
    .sec-university .grid .employment .number::before {
        bottom: -26px;
        left: 65px;
    }
    .sec-university .grid .employment .number::after {
        top: 26px;
        right: 65px;
    }
    .teacher-list .people img {
        width: 11px;
        height: auto;
    }
    .teacher-list .people {
        gap: 0.4em;
    }
    .teacher .desc {
        margin-bottom: 20px;
    }
}
/* 卒業後の進路割合 */
.big-box.course .rank {
    gap: 0.8em;
}
.big-box.course .rank img {
    width: 40px;
    height: auto;
}
.course .big-box-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
}
.rank-occupation {
    width: 48%;
    margin-top: 0 !important;
}
.big-box.course .ranking {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-left: 0;
}
.big-box.course .rank {
    width: 100%;
    gap: 0.8em;
}
.big-box.course h4 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.big-box.course .rank .title {
    width: 50%;
}
.course .final-data {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    margin-top: 0;
}
.course .center-part {
    width: 100%;
    margin-top: 0;
}
@media screen and (max-width: 850px) {
    .big-box.course h4 {
        font-size: 22px;
    }
}
/*--------------------------------
 学生のデータ
---------------------------------*/
.sec-student h2::before {
    left: -30px;
}
.sec-student h2::after {
    right: -30px;
}
@media screen and (max-width: 900px) {
    .sec-student h2::before {
        width: 232px;
        height: 160px;
    }
    .sec-student h2::after {
        width: 220px;
        height: 160px;
    }
}
@media screen and (max-width: 850px) {
    .sec-student h2::before {
        background: url(../images/student/women-sp.webp)no-repeat;
        background-size: auto 100%;
        width: 165px;
        height: 179px;
        left: 0;
    }
    .sec-student h2::after {
        background: url(../images/student/men-sp.webp)no-repeat;
        background-size: auto 100%;
        width: 166px;
        height: 234px;
        right: 0;
    }
}
@media screen and (max-width: 850px) {
    .sec-student .grid-first {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
    .sec-student .birthplace,
    .sec-student .lunch,
    .sec-student .part-time {
        grid-area: auto;
    }
    .sec-student .part-time {
        text-align: center;
        ;
    }
}
.house-card>h4,
.img-area>p {
    font-size: 20px;
}
@media screen and (max-width: 850px) {
    .rent .flex {
        flex-direction: column;
        /* 50px-80px 300-850 */
        gap: clamp(3.125rem, 2.102rem + 5.45vw, 5rem);
    }
    .rent-item .number {
        line-height: 1;
    }
}
.character.left img {
    left: 0em;
}
.character.right img {
    right: 0em;
}
.school-to .data-list .number {
    width: 6.5vw;
}
@media screen and (max-width: 870px) {
.school-to .data-list .number {
    width: 7vw;
}
}
@media screen and (max-width: 850px) {
    .character img {
        height: 130px;
        margin-top: -48px;
    }
    .sec-student .grid-second {
        grid-template-columns: repeat(1, 1fr);
    }
    .sec-student .grid-second .school-to,
    .sec-student .grid-second .school-time {
        grid-area: auto;
        gap: 60px;
    }
    .sec-student .big-box {
        margin-bottom: 60px;
    }
    .lunch .data-list .list-title {
        width: 120px;
    }
    .lunch .data-list .number {
    width: 8vw;
}
}
@media screen and (max-width: 820px) {
.school-to .data-list .list-title {
    width: 150px;
}
.school-to .data-list .number {
    width: 9vw;
}
}
/*--------------------------------
 大学のデータ・学生のデータ共通
---------------------------------*/
.sec-university h2 img,
.sec-student h2 img {
    width: 330px;
    height: auto;
}
.card01 {
    min-height: auto;
    /* max-height: 489px; */
}
.card02 {
    min-height: auto;
    /* max-height: 763px; */
}
.data-card h3 {
    font-size: 26px;
    letter-spacing: 2.2px;
    margin-bottom: 26px;
}
.data-card::before {
    background-size: auto 80%;
    top: -24px;
}
.data-list li {
    gap: 0.5em;
}
.data-list li img {
    width: 80px;
    height: auto;
}
.data-list .number {
    font-size: 40px;
}
.data-list li::after {
    bottom: -16px;
}
.big-box {
    /* 100px-145px 700-999 */
    margin-top: clamp(6.25rem, -0.334rem + 15.05vw, 9.063rem);
}
.big-box>h3 {
    /* 34px-38px 700-999 */
    font-size: clamp(2.125rem, 1.54rem + 1.34vw, 2.375rem);
    /* 36px-46px 700-999 */
    margin-bottom: clamp(2.25rem, 0.787rem + 3.34vw, 2.875rem);
}
@media screen and (max-width: 850px) {
    .data-list li {
        justify-content: space-evenly;
    }
    .big-box::before,
    .sec-student .big-box::before {
        background-size: auto 80%;
        width: 330px;
        top: -46px;
    }
    .sec-student .big-box::before {
        width: 300px;
    }
    .qualification .data-list .number {
        /* 89px-100px 700-850 */
        width: clamp(5.563rem, 2.354rem + 7.33vw, 6.25rem);
    }
}
/*--------------------------------
 大学の周辺環境
---------------------------------*/
.sec-around::after {
    right: 20px;
    width: 60px;
}
.sec-around h2 img {
    /* 400px-548px 700-999 */
    width: clamp(25rem, 3.344rem + 49.5vw, 34.25rem);
    max-width: 100%;
    height: auto;
}
.sec-around h2 {
    /* 50px-80px 700-999 */
    margin-bottom: clamp(3.125rem, -1.265rem + 10.03vw, 5rem);
}
.instax-area {
    /* 10px-40px 700-999 */
    gap: clamp(0.625rem, -3.765rem + 10.03vw, 2.5rem);
}
.sec-around h3 {
    /* 26px-30px 700-999 */
    font-size: clamp(1.625rem, 1.04rem + 1.34vw, 1.875rem);
    /* 16px-26px 700-999 */
    margin-bottom: clamp(1rem, -0.463rem + 3.34vw, 1.625rem);
}
@media screen and (max-width: 800px) {
    .instax-area {
        flex-direction: column;
        align-items: center;
        gap: 0;
        background-size: 117%;
        background-position: -40% center;
        padding: 90px 0;
    }
    .instax-area img {
        width: 60vw;
        max-width: 300px;
    }
    .instax-area li:nth-child(1) {
        margin-top: 0;
        transform: translateX(-55%);
    }
    .instax-area li:nth-child(2) {
        margin-top: -200px;
        transform: translateX(55%);
    }
    .instax-area li:nth-child(3) {
        margin-top: -170px;
        transform: translateX(-55%);
    }
}
.around-list figure img {
    width: 70px;
    height: auto;
}
.around-list figure .title {
    font-size: 18px;
}
@media screen and (max-width: 915px) {
    .around-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 0;
    }
    .around-list li {
        width: 50%;
    }
    .around-list li.last {
        width: 100%;
    }
    .around-list figure img {
        width: 79px;
    }
    .around-list figure .title {
        font-size: 22px;
    }
    .around-list {
        margin-right: 12vw;
        margin-left: 12vw;
    }
}
@media screen and (max-width: 800px) {
    .around-list {
        margin-right: 9vw;
        margin-left: 9vw;
    }
}
/*--------------------------------
 CTA
---------------------------------*/
.sec-cta {
    background-size: 32px 32px;
}
.sec-cta p {
    /* 32px-38px 700-999 */
    font-size: clamp(2rem, 1.122rem + 2.01vw, 2.375rem);
}
/*--------------------------------
 footer
---------------------------------*/
.page-top {
    right: 17px;
    bottom: 63px;
}
/*--------------------------------
 既存サイドナビ
---------------------------------*/

#s_Nav {
	position: fixed;
	right: 0;
	top: auto;
	bottom: 0;
	transform: translateY(0);
	width: 100%;
	justify-content: space-around;
	flex-basis: 1;
}

#s_Nav li {
	width: calc(100% / 3);
}

#s_Nav, #s_Nav li, #s_Nav li a {
	flex-flow: nowrap;
}

#s_Nav li a {
	text-align: center;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 10px;
	height: 60px;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	transform: translateX(0) translateY(10px);
}

#s_Nav li a:hover {
	transform: translateX(0) translateY(0);
}

#s_Nav li a::before {
	border-width: 60px 300px 0 0;
}