/*-- 共通パーツ --*/
.pcNav-menu__link { 
    font-size: 0.8rem; 
}

.mediumButton { 
    font-size: 0.8rem;
}

.common_wrap .contentBody__title {
    margin: 2.25rem 0 2rem;
}

.common_wrap .page-subTitle__text {
    margin: 4rem 0 1.625rem;
}

.common_wrap p,
.common_wrap th, 
.common_wrap td,
.common_wrap dl,
.common_wrap ul {
    font-size: 0.9rem;
    line-height: 1.7;
}

.common_wrap p.Font-S { font-size: 85%; }
.common_wrap p.Font-L { font-size: 110%; }
.common_wrap p.Font-LL { font-size: 120%; }
.common_wrap p.Font-LLL { font-size: 130%; }

.common_wrap table.Boshu2 td, 
table.Boshu3 td {
    padding: 1.3em 1em;
}

/* .common_wrap table th {
    width: 14.285%;
} */

.foot_inner {
    width: 100%;
    max-width: 1010px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
}

.foot_opencampus_blk {
    padding-bottom: 8rem;
}

.common_bana_blk a img {
    border-radius: 15px;
    box-shadow: 2px 2px 10px -2px #a1a1a1;
}

.schoolGuide__inner.common_bana_blk {
    padding-top: 8.5rem;
}

@media (max-width: 768px) {
    .main .section-subHeader__title {
        font-size: 1.4rem;
    }
    .main .section-subHeader__subTitle {
        font-size: 0.7rem;
    }
    .foot_opencampus_blk {
    	padding-bottom: 3rem;
    }
    .footer .footerNav__title {
        font-size: 0.88rem;
    }
    .footer .schoolArea__link {
        font-size: max(12px, min(2vw, 12px));
        padding-right: 10px;
    }
    .footer-bottomNav__link {
        font-size: max(12px, min(2vw, 12px));
    }
    .footer-bottomNav__item:nth-of-type(3n-1) {
        padding-right: 1.125rem;
    }
    .footer__copyright small {
        font-size: max(12px, min(2vw, 12px));
    }
    .footer-bottomNav__menu {
        grid-template-columns: 27% 43.310345% auto;
    }
    .footer-twoColumn__text {
        font-size: 0.9rem;
    }
    .squareButton {
        font-size: 0.9rem;
    }
    .foot_inner {
        max-width: 100%;
    }
    .schoolGuide__inner.common_bana_blk {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }
    .table_wrap {
        overflow-x: scroll;
    }
    .common_wrap table {
        white-space: nowrap;
    }
}

/*-- Access --*/
.access_wrap h4 {
    font-size: 1.05rem;
}

.commonLayout__container li {
    font-size: 0.9rem!important;
}

/*-- Nyushi-Gakuhi --*/
.gakuhi_blk h2 {
    padding-top: 35px;
}

.nyushi_text_bana img {
    width: 80%;
}

@media (max-width: 768px) {
    .nyushi_text_bana img {
        width: 100%;
    }
}

/*-- Nyushi-kango --*/
.anchor_link_bottom {
    margin-bottom: 6rem;
}

.common_wrap .Boshu dd,
.common_wrap .Boshu th,
.common_wrap .Boshu td {
    font-size: 0.9rem;
    line-height: 1.7;
    padding: 1.3em 1em;
}

.common_wrap table.Boshu th,
.common_wrap table.Boshu td {
	border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.common_wrap .Boshu dt {
    font-size: 0.9rem;
    line-height: 1.7;
    padding: 1.3em 0.2em;
}

.nyushi_kango_box ul {
    padding: 0.8rem 1.2rem 1.2rem;
}

.nyushi_kango_box li {
    padding-bottom: 1rem;
}

#Kango_AO section .foot_opencampus_blk {
    padding-bottom: 5rem;
}

#Kango_AO section .white_color {
    padding: 1rem 1rem;
    font-size: 1.1rem;
    margin-bottom: 0;
}

#Kango_AO section .Att001 {
    padding: 1.3rem 0 0 1.2rem;
    font-size: 1.1rem;
}

.listCount--itemTop {
    padding: 2rem 0 3rem;
}

.listCount__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    counter-increment: math;
    border-bottom: solid 1px #333;
}

.listCount__item::before {
    padding: 1.5rem 1rem;
    text-align: center;
    letter-spacing: .05em;
    border-right: 1px solid #000;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
    content: counter(math, number);
    color: #f45050;
    font-size: 3rem;
    font-weight: 600;
    font-style: italic;
    display: flex;
    justify-content: center;
}

.listCount__item_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0 1.5rem 1.5rem;
}

.listCount__item_box h5 {
    width: fit-content;
    border-bottom: solid 1px #333;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    margin-bottom: 0.8rem;
    margin-top: 0;
}

.listCount__item_box small {
    font-size: 0.8rem;
}

.nyushi_cta_area h3 {
    border-bottom: solid 1px #ea5455;
    width: fit-content;
    margin: 4rem auto 2.5rem!important;
    padding-bottom: 10px;
}

.nyushi_cta_area {
    background: #f9f8f2;
    width: 100vw;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    padding: 1rem 0 5rem;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.nyushi_cta_blk {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nyushi_cta_blk a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.25em;
    padding: 20px;
    width: 300px;
    border-radius: 40px;
    background: #fff;
    font-weight: 400;
}

.nyushi_cta_shiryo a {
    position: relative;
    border: solid 2px #47a7ff;
    text-align: center;
}

.nyushi_cta_line a {
    position: relative;
    border: solid 2px #f34f4f;
    text-align: center;
}

.nyushi_cta_shiryo a i,
.nyushi_cta_line a i {
    position: absolute;
    bottom: 22px;
    right: 10px;
}

.nyushi_cta_shiryo a i {
    color: #47a7ff;
}

.nyushi_cta_line a i {
    color: #f34f4f;
}

.announcement_area {
    padding-bottom: 1rem;
}

.announcement_area.flex {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
}

.announcement_area.flex a {
    position: relative;
    text-align: center;
    text-decoration: none;
    border: solid 1px #111;
    padding: 20px;
    width: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.announcement_area.flex a i {
    position: absolute;
    top: 38px;
    right: 10px;
}

.categoryBlock__menu {
    column-gap: 2rem;
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    row-gap: 2rem;
}
.categoryBlock__link {
	font-size: .95rem;
}

@media (max-width: 768px) {
    .listCount__item_box {
        display: block;
    }
    .nyushi_cta_area {
        padding: 1rem 0 4rem;
    }
    .nyushi_cta_area > div {
        width: 80%;
        margin: 0 auto;
    }
    .nyushi_cta_blk {
        text-align: center;
        display: block;
    }
    .nyushi_cta_shiryo a {
        margin-bottom: 20px;
    }
    .nyushi_cta_blk a {
        font-size: 1.15em;
        padding: 17px;
    }
    .nyushi_cta_shiryo a i, .nyushi_cta_line a i {
        bottom: 19px;
    }
    .nyushi_cta_area h3 {
        margin: 3rem auto 2.5rem !important;
    }
    .common_wrap .page-subTitle__text {
        font-size: 1.3rem;
        margin: 1.625rem 0;
    }
    .anchor_link_list li {
        width: 46.5%;
        padding-bottom: 0.6rem;
    }
    .anchor_link_list li a {
        font-size: 0.9rem;
        padding-left: 0;
    }
    .anchor_link_list .menuBlock__menu {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: initial;
    }
    .listCount__item::before {
        max-width: 80px;
    }
    .announcement_area.flex {
        display: block;
    }
    .announcement_area.flex p:first-child a {
        margin-bottom: 30px;
    }
    .announcement_area.flex a {
        width: 100%;
    }

    .commonLayout__container .List-style001 li {
        margin-left: 18px;
    }
    .categoryBlock__link {
        font-size: 0.8rem;
    }
    .categoryBlock__title {
        font-size: 1rem;
        margin: 0 0 1em;
    }
    .courseCard.courseCard--first {
        margin-top: 1.25rem;
    }
}

@media (max-width: 376px) {
        .anchor_link_list li a {
        font-size: 0.75rem;
    }
}

/*-- 介護福祉科 / 社会福祉科 / 保健保育科 --*/
#Fukushi_AO  section .foot_opencampus_blk {
    padding-bottom: 5rem;
}

/*-- タブ切り替え --*/
.tabs {
  margin: 6rem auto 0;
}

.tab_content .page-subTitle__text {
    margin: 2rem 0 1.625rem!important;
}

.tab_item {
  width: calc(100%/2);
  height: 50px;
  background-color: #f9f8f2;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}

#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #f45050;
  color: #fff;
  position: relative;
}

.tabs input:checked + .tab_item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #f45050;
}

#fukushi_document table th,
#fukushi_document table td {
    font-weight: 400;
}

#Fukushi_Suisen02 p,
#Fukushi_Suisen03 p,
#Fukushi_Ippan p,
#fukushi_document p {
    font-weight: 400;
}

#Fukushi_Ippan dl dt,
#Fukushi_Ippan dl dd {
    font-weight: 400;
}

@media (max-width: 768px) {
    #Fukushi_AO  section .foot_opencampus_blk {
        padding-bottom: 2rem;
    }
}



/*-------------------------------------

学科ページ

---------------------------------------*/

/* 共通パーツ */
.bg_Gakka {
    padding: 60px 0;
}

.Text-Right {
    text-align: right;
}

:root {
    --syafuku-color: #E4474A;
    --syafuku-bg: #ff686814; /* 社会福祉科・社会福祉専攻科 */
    --seishin-color: #82a2f4;
    --seishin-bg: #82a2f41a;
    --hokenhoiku-color: #f58541;
    --hokenhoiku-bg: #ffb84e17;
    --kaigofukushi-color: #85d18c;
    --kaigofukushi-bg: #85d18c1c;
    --kango-color: #ffa0c7;
    --kango-bg: #ffa0c71c;
    --seishin-blue: #3E90D7;
    --hokenhoiku-orange: #f5a200;
    --kaigofukushi-green: #6fba2c;
    --kango-pink: #f48594;
}

/* 背景色 */
.syafuku_wrap .bg_Gakka {
    background: var(--syafuku-bg);
}
.seishin_wrap .bg_Gakka {
    background: var(--seishin-bg);
}
.hokenhoiku_wrap .bg_Gakka {
    background: var(--hokenhoiku-bg);
}
.kaigoday_warp .bg_Gakka {
    background: var(--kaigofukushi-bg);
}
.kango_wrap .bg_Gakka {
    background: var(--kango-bg);
}

/* タイトル */
.seishin_wrap .page-subTitle__text {
    color: var(--seishin-blue);
}
.hokenhoiku_wrap .page-subTitle__text {
    color: var(--hokenhoiku-color);
}
.kaigoday_warp .page-subTitle__text {
    color: var(--kaigofukushi-color);
}
.kango_wrap .page-subTitle__text {
    color: var(--kango-color);
}

/* 見出し装飾 */
.seishin_wrap .title__border-left {
    border-left: 5px solid var(--seishin-blue);
}
.hokenhoiku_wrap .title__border-left {
    border-left: 5px solid var(--hokenhoiku-orange);
}
.kaigoday_warp .title__border-left {
    border-left: 5px solid var(--kaigofukushi-green);
}
.kango_wrap .title__border-left {
    border-left: 5px solid var(--kango-pink);
}

/* ボーダー */
.hokenhoiku_wrap .Shikaku-Score_ttl--syafukusenko {
    border-color: var(--hokenhoiku-color);
}
.kaigoday_warp .Shikaku-Score_ttl--syafukusenko {
    border-color: var(--kaigofukushi-color);
}
.kango_wrap .Shikaku-Score_ttl--syafukusenko {
    border-color: var(--kango-color);
}

.common_wrap.syafuku_wrap {
    margin: 0 -1.5%;
}

.common_wrap .mt-82 {
    margin-top: 5.125rem!important;
}

/* fv */
.Gakka__mainImg img {
    width: 100%;
}
.Gakka__mainImg {
    position: relative;
}
.Gakka__mainImg .Gakka_Point_Icon--wrap {
    position: absolute;
    bottom: 2rem;
    left: 3rem;
    display: flex;
    width: 21rem;
}
.Gakka__mainImg .Gakka_Point_Icon--wrap img {
    margin: .5rem;
}

.top_fv_img img  {
    width: 150px;
    height: auto;
    /* height: fit-content; */
}

.syafuku_wrap .section-subHeader {
    padding-bottom: 1.4em;
}

.syafuku_wrap h1 {
    color: #f97d6f;
}

.syafuku_wrap .contentBody__title {
    font-size: 2.19rem;
}

@media (max-width: 768px) {
    .Gakka__mainImg .Gakka_Point_Icon--wrap {
        position: absolute;
        bottom: 9.3rem;
        top: auto !important;
        left: 0.68rem;
        display: block;
        width: 21rem;
    }
    .top_fv_img img {
        width: 122px;
        display: block;
    }
}

/*学校説明リンク*/
.Gakka__mainImg .Gakka_OC_Link--yakan {
    position: absolute;
    bottom: 2rem;
    left: 24.3rem;
    background: rgba(255, 235, 77, 0.9);
    border-radius: 50%;
    width: 9.5rem;
    height: 9.5rem;
    color: #333;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    z-index: 3;
    letter-spacing: 0.8;
    border: 2px solid #fff;
}
.Gakka__mainImg .Gakka_OC_Link--yakan b {
    position: absolute;
    top: 44%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .kaigoday_warp .Gakka__mainImg .Gakka_OC_Link--yakan,
    .kango_wrap .Gakka__mainImg .Gakka_OC_Link--yakan,
    .hokenhoiku_wrap .Gakka__mainImg .Gakka_OC_Link--yakan,
    .syafuku_wrap.day4years .Gakka__mainImg .Gakka_OC_Link--yakan {
        left: 3rem;
    }

@media only screen and (max-width: 768px) {
    .Gakka__mainImg .Gakka_OC_Link--yakan {
        width: 8rem;
        height: 8rem;
        bottom: 1rem;
        left: 0.8rem;
        padding: 1.25rem 0.5rem;
        font-size: 0.95rem;
    }
}

/*ここが魅力*/
.Yakan_Point .Point_Box {
    background: #fff;
}
.Yakan_Point .point_n {
    color: #fff;
    font-weight: bold;
    background: #ed7951;
    border-radius: 0 0 10px 0;
    font-size: 1.3em;
    margin: 0;
}

/* syafuku_wrap */
.syafuku_wrap .Att008 {
    color: var(--syafuku-color);
}
.syafuku_wrap hr,
.syafuku_wrap .bg__color--shakai,
.syafuku_wrap .title__Under_Line--syafukusenko::before {
    background: var(--syafuku-color);
}
.syafuku_wrap .Shikaku-Score_ttl--syafukusenko,
.syafuku_wrap .title__border-left--syafukusenko {
    border-color: var(--syafuku-color);
}

.common_wrap .Shushoku_result {
    border: #fff 3px solid;
    border-radius: 75px;
    background: #EE7951;
    color: #fff;
    text-align: center;
    line-height: 1;
    width: 130px;
    height: 130px;
    padding-top: 23px;
}
	.kaigoday_warp .common_wrap .Shushoku_result {
		background: var(--kaigofukushi-color);
	}
	.kango_wrap .common_wrap .Shushoku_result {
		background: var(--kango-color);
	}

.Shushoku_result .result_num {
    color: #FFF000;
    font-size: 3.5em;
}
.Shushoku_result .result_per {
    color: #FFF000;
    font-size: 1.5em;
}
.Shushoku_result .result_memo {
    font-size: 0.8em;
}

.Shushoku-Point--kaigo li {
    display: flex;
    align-items: center;
}
.Shushoku-Point--kaigo li p {
    margin: .5em 0;
}
.Shushoku-Point--kaigo li .Score_box_text {
    float: none;
}
.Shushoku-Point--kaigo li .Score_box_num {
    color: #EE7951;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid;
    padding-right: 5px;
    line-height: 1;
}
	.kaigoday_warp .Shushoku-Point--kaigo li .Score_box_num {
		color: var(--kaigofukushi-color);
	}
	.kango_wrap .Shushoku-Point--kaigo li .Score_box_num {
		color: var(--kango-color);
	}

.Shushoku-Point--kaigo li .Score_box_num span {
    display: block;
    font-size: 1.8em;
    border-top: 1px solid;
    padding-top: 2px;
    margin-top: 8px;
}

/* youtube */
.youtube_blk {
    position: relative;
    height: 0;
    padding: 0 0 40%;
    margin: 30px 0;
    overflow: hidden;
}
.youtube_blk iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 100%;
    margin: 0 auto;
}
.youtube_margin {
    margin: 40px 0 70px!important;
}

.pickup_list h5 {
    padding: 5px 0 12px;
}

.pickup_list li {
    padding-bottom: 30px!important;
}

/* schedule */
.schedule_contain {
    display: flex;
    justify-content: space-between;
}

.schedule_box {
    width: 50%;
}

.schedule_box img:first-of-type {
    padding-bottom: 30px;
}

.schedule_contain .col__wrap {
    width: 55%;
}

.schedule_contain .col--pc-6 {
    width: 90%;
}

.schedule_contain.no_photo {
    flex-wrap: wrap;
}
.schedule_contain.no_photo div {
    width: 49%;
    margin-bottom: 1%;
}

.message_inner .youtube_blk {
    margin-bottom: 40px;
}

.syahuku_tit {
    margin-top: 60px!important;
}

.seishin_wrap h1 {
    color: var(--seishin-blue);
}

@media (max-width: 768px) {
    .youtube_blk {
        padding: 0 0 65%;
        margin: 10px 0 20px;
    }
    .youtube_blk iframe {
        width: 100%;
    }
    .schedule_contain {
        display: block;
    }
    .schedule_box {
        width: 100%;
    }
    .schedule_contain .col__wrap {
        width: 100%;
    }
    .schedule_contain th {
        width: 100%!important;
        display: block;
    }
    .schedule_contain td {
        display: block;
    }
    .schedule_contain .col--pc-6 {
        width: 100%;
        margin-bottom: 40px;
    }
    .schedule_contain.no_photo div {
        width: 100%;
        margin-bottom: 4%;
    }
    .schedule_contain.no_photo div th {
        width: 20% !important;
        display: inline-block;
    }
    .schedule_contain.no_photo div td {
        display: inline-block;
        width: 80%;
    }
    .schedule_contain.no_photo div:last-of-type {
        margin-bottom: 10%;
    }
    .common_wrap.syafuku_wrap .mt-82 {
        margin-top: 3rem !important;
        padding: 20px 0 0;
    }
    .mt-82.teacher_inner {
        padding: 20px 30px 0!important;
    }
    .seishin_wrap .mt-82.teacher_inner {
        margin-top: 3rem!important;
    }
    .syahuku_list h6,
    .seishin_list h6 {
        padding-top: 30px;
    }
    .teacher_inner .youtube_margin {
        margin-bottom: 0!important;
    }
    .teacher_inner .page-subTitle__text {
        margin: 0rem 0 1.625rem;
    }
    #shasen_point1,
    #career {
        margin-bottom: 70px;
    }
    .gakka_Voice.seishin_voice {
        padding-top: 0.5rem;
    }
    
    .Gakka__main--yakan .Btn a.Orangegrd--color--round,
    .bg_Gakka .Btn a.Orangegrd--color--round {
    	padding: 1em 3em;
    }
    .Gakka__main--yakan .Btn.btn-small a,
    .bg_Gakka .Btn.btn-small a {
    	padding: 1em 1.5em;
    	font-size: .95em;
    }
}

/* ---------- 円グラフ ---------- */

/* ベーススタイル */
:root {
  --color-1: #ffeb3b; /* 黄色系 */
  --color-2: #f8b400; /* オレンジ系 */
  --color-3: #ff7f50; /* サーモンピンク系 */
  --color-4: #ffcc80; /* 薄オレンジ系 */
  --color-5: #ffb6c1; /* ピンク系 */
  --color-6: #add8e6; /* 水色系 */
  --color-7: #d3d3d3; /* グレー系 */
  --color-8: #ececec; /* ライトグレー系 */
  --color-9: #fff; /* 白系 */
}
.chart-wrapper {
  text-align: center;
  margin: 0 auto 20px;
  width: 300px;
}

.chart-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: inline-block;
}

.pie-chart {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.pie-chart::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.chart-slice {
  position: absolute;
  font-size: 1em;
  font-weight: 500;
  color: #333;
  z-index: 2;
  white-space: nowrap;
  line-height: 1.4;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.seishin_wrap .chart-slice {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.chart-slice span {
  font-size: 1em;
}

.note {
  font-size: 0.8em;
  background-color: var(--color-4);
  border: 1px solid var(--color-2);
  padding: 8px;
  border-radius: 5px;
  margin-top: 15px;
  display: inline-block;
  text-align: left;
}

/* グラフごとの色とサイズ */
.age-chart {
  background: conic-gradient(
    var(--color-1) 0% 58%,
    var(--color-2) 58% 79%,
    var(--color-3) 79% 87%,
    var(--color-4) 87% 100%
  );
}

.age-slice-1 { top: 30%; right: 6%; }
.age-slice-2 { bottom: 25%; left: 8%; }
.age-slice-3 { top: 22%; left: 8%; }
.age-slice-4 { top: 7%; left: 25%; }

    .seishin_wrap .age-chart {
    background: conic-gradient(
        var(--color-1) 0% 35%,
        var(--color-2) 35% 57%,
        var(--color-3) 57% 80%,
        var(--color-4) 80% 100%
    );
    }

    .seishin_wrap .age-slice-1 { top: 22%; right: 6%; }
    .seishin_wrap .age-slice-2 { bottom: 3%; right: 28%; left: auto; }
    .seishin_wrap .age-slice-3 { top: auto; left: 7%; bottom: 23%; }
    .seishin_wrap .age-slice-4 { top: 7%; left: 16%; }

.gender-chart {
    /* background: conic-gradient(
        var(--color-1) 0% 60%,
        var(--color-3) 60% 100%
    ); */
    background: conic-gradient(#ff7f50 0% 60%, #f8b400 60% 100%);
}

.gender-slice-1 { top: 30%; right: 7%; }
.gender-slice-2 { bottom: 30%; left: 7%; }

.origin-chart {
  background: conic-gradient(
    var(--color-1) 0% 73%,
    var(--color-2) 73% 88%,
    var(--color-3) 88% 92%,
    var(--color-4) 92% 95%,
    var(--color-7) 95% 100%
  );
}

.origin-slice-1 { top: 30%; right: 5%; }
.origin-slice-2 { top: 30%; left: 5%; }
.origin-slice-3 { top: 14%; left: 15%; font-size: .9em; }
.origin-slice-4 { top: -3%; left: 2%; font-size: .9em; line-height: 1; }
.origin-slice-5 { top: 7%; left: 40%; font-size: .9em; }

    .seishin_wrap .origin-chart {
	    background: conic-gradient(
	        var(--color-1) 0% 69%,
	        var(--color-2) 69% 83%,
	        var(--color-3) 83% 91%,
	        var(--color-4) 91% 95%,
	        var(--color-7) 95% 100%
	    );
    }

    .seishin_wrap .origin-slice-1 { top: 30%; right: 5%; }
    .seishin_wrap .origin-slice-2 { top: 35%; left: 3%; }
    .seishin_wrap .origin-slice-3 { top: 14%; left: 15%; font-size: .9em; }
    .seishin_wrap .origin-slice-4 { top: -3%; left: 2%; font-size: .9em; line-height: 1; }
    .seishin_wrap .origin-slice-5 { top: 7%; left: 40%; font-size: .9em; }


.department-chart {
  background: conic-gradient(
    var(--color-1) 0% 20%,
    var(--color-2) 20% 34%,
    var(--color-3) 34% 48%,
    var(--color-4) 48% 60%,
    var(--color-5) 60% 70%,
    var(--color-6) 70% 77%,
    var(--color-2) 77% 82%,
    var(--color-7) 82% 100%
  );
}

.dept-slice-1 { top: 10%; right: 15%; }
.dept-slice-2 { top: 45%; right: 0%; }
.dept-slice-3 { bottom: 10%; right: 15%; }
.dept-slice-4 { bottom: 5%; left: 30%; }
.dept-slice-5 { bottom: 15%; left: 10%; }
.dept-slice-6 { bottom: 36%; left: 1%; }
.dept-slice-7 { top: 25%; left: 6%; }
.dept-slice-8 { top: 8%; left: 22%; }

    .seishin_wrap .department-chart {
        background: conic-gradient(
        var(--color-1) 0% 18%,
        var(--color-2) 18% 32%,
        var(--color-3) 32% 46%,
        var(--color-4) 46% 57%,
        var(--color-5) 57% 66%,
        var(--color-6) 66% 73%,
        var(--color-2) 73% 80%,
        var(--color-7) 80% 85%,
        var(--color-8) 85% 100%
    );
    }

    .seishin_wrap .dept-slice-1 { top: 10%; right: 5%; }
    .seishin_wrap .dept-slice-2 { top: 45%; right: 0%; }
    .seishin_wrap .dept-slice-3 { bottom: 7%; right: 15%; }
    .seishin_wrap .dept-slice-4 { bottom: 2%; left: 30%; }
    .seishin_wrap .dept-slice-5 { bottom: 15%; left: 5%; line-height: 1; font-size: 1em; }
    .seishin_wrap .dept-slice-6 { bottom: 36%; left: 1%; line-height: 1; font-size: 1em; }
    .seishin_wrap .dept-slice-7 { top: 25%; left: -6%; line-height: 1; font-size: 1em; }
    .seishin_wrap .dept-slice-8 { top: 6%; left: 10%; line-height: 1; font-size: 1em; }
    .seishin_wrap .dept-slice-9 { top: 3%; left: 27%; line-height: 1; font-size: 1em; }

    .profession-chart {
        background: conic-gradient(#ff7f50 0% 33%, #f8b400 33% 61%, #ffeb3b 61% 83%, var(--color-4) 83% 93%, var(--color-7) 93% 100%);
    }

    .prof-slice-1 { top: 20%; right: 10%; }
    .prof-slice-2 { bottom: 5%; right: 30%; }
    .prof-slice-3 { bottom: 30%; left: 5%; }
    .prof-slice-4 { top: 10%; left: 15%; }
    .prof-slice-5 { top: 5%; left: 33%; }

    .seishin_wrap .profession-chart {
        background: conic-gradient(#ff7f50 0% 33%, #f8b400 33% 61%, #ffeb3b 61% 83%, var(--color-4) 83% 93%, var(--color-7) 93% 100%);
    }

    .seishin_wrap .prof-slice-1 { top: 20%; right: 10%; }
    .seishin_wrap .prof-slice-2 { bottom: 5%; right: 30%; }
    .seishin_wrap .prof-slice-3 { bottom: 30%; left: 5%; }
    .seishin_wrap .prof-slice-4 { top: 10%; left: 15%; }
    .seishin_wrap .prof-slice-5 { top: 5%; left: 33%; }

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .container {
    flex-direction: column;
    align-items: center;
  }
}


/* ---------- ドーナツグラフ（卒業生就職実績） ---------- */
.donut-chart-container {
  position: relative;
  width: 90vw; /* ビューポート幅の90% */
  max-width: 400px; /* 最大幅を400pxに制限 */
  height: 90vw;
  max-height: 400px;
  margin: 30px auto;
}

.donut-chart {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#ffeb3b 0% 19%, #f8b400 19% 38%, #ff7f50 38% 57%, #ffcc80 57% 76%, #ffb6c1 76% 88%, #d3d3d3 88% 100%);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.donut-chart::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background-color: #f28268;
  border-radius: 50%;
  z-index: 1;
  border: #fff 2px solid;
}

.donut-chart .chart-slice {
    font-size: .9em;
}
.donut-chart .chart-slice span:last-child {
    font-size: 1.3rem;
}

.chart-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

.chart-center .chart-subtitle {
  line-height: 1.4;
  margin: 0;
  font-size: 1.5rem; /* フォントサイズもビューポート幅に合わせる */
}

.chart-slice span:last-child {
  font-size: 1.3em; /* 親要素のfont-sizeを基準に拡大 */
  font-weight: 600;
}

	.hokenhoiku_wrap .donut-chart:before {
		background: var(--hokenhoiku-color);
	}
	.hokenhoiku_wrap .donut-chart {
		background: conic-gradient(#ED9A22 0% 42%, #F4BE78 42% 63%, #FAE6CB 63% 77%, #ED9A22 77% 87%, #F4BE78 87% 94%, #FAE6CB 94% 97%, #F4BE78 97% 100%);
	}

/* ラベルの位置調整 (PC向け) */
.slice-1 { top: 7%; right: 15%; }
.slice-2 { bottom: 30%; right: -1%; }
.slice-3 { bottom: 11px; right: 23%; }
.slice-4 { bottom: 20%; left: 8%; }
.slice-5 { top: 25%; left: 8%; }
.slice-6 { top: 7%; left: 22%; }

.syafuku_wrap.day4years .slice-1 { top: 14%; right: 17%; }
.syafuku_wrap.day4years .slice-2 { bottom: 16%; right: 14%; }
.syafuku_wrap.day4years .slice-3 { left: 22%; bottom: 10%; }
.syafuku_wrap.day4years .slice-4 { bottom: 45%; left: 5%; }
.syafuku_wrap.day4years .slice-5 { top: 13%; left: 18%; }
.syafuku_wrap.day4years .slice-6 { top: 4%; left: 37%; right: auto; }

.hokenhoiku_wrap .slice-1 { top: 25%; right: 10%; }
.hokenhoiku_wrap .slice-2 { bottom: 5%; right: 44%; }
.hokenhoiku_wrap .slice-3 { bottom: 30%; right: auto; left: 3%; }
.hokenhoiku_wrap .slice-4 { bottom: auto; top: 25%; left: 5%; }
.hokenhoiku_wrap .slice-5 { top: 10%; left: 20%; }
.hokenhoiku_wrap .slice-6 { top: -6%; left: 33%; }
.hokenhoiku_wrap .slice-7 { top: 6%; left: 43%; }

/* スマートフォン向けの調整 */
@media (max-width: 600px) {
  .donut-chart-container {
    width: 300px;
    height: 300px;
  }
  
    .chart-slice {
    font-size: 3.2vw;
  }
  .chart-center {
    font-size: 5vw;
  }
  .chart-center .chart-subtitle {
    font-size: 1.3rem;
  }

  /* ラベルの位置調整 (スマホ向け) */
  .slice-1 { top: 5%; right: 10%; }
  .slice-2 { bottom: 32%; right: -4%; }
  .slice-3 { bottom: 2%; right: 23%; }
  .slice-4 { bottom: 19%; left: 5%; }
  .slice-5 { top: 22%; left: 5%; }
  .slice-6 { top: 1%; right: 20%; }

.syafuku_wrap.day4years .slice-1 { top: 9%; right: 8%; }
.syafuku_wrap.day4years .slice-2 { bottom: 10%; right: 10%; }
.syafuku_wrap.day4years .slice-3 { right: auto; left: 20%; }
.syafuku_wrap.day4years .slice-4 { bottom: 45%; left: -3%; }
.syafuku_wrap.day4years .slice-5 { top: 5%; left: 12%; }
.syafuku_wrap.day4years .slice-6 { top: -1%; left: 35%; right: auto; }

}

.common_wrap .Shikaku-Score_ttl--syafukusenko {
	margin: 3rem auto 0;
	font-size: 1.05rem;
}
.common_wrap .Shikaku-Score_ttl--syafukusenko.MT50 {
	margin: 5rem auto 0;
}
.common_wrap .Shushoku-Point--kaigo li {
    margin-bottom: .5em;
}
.common_wrap .Shushoku-Point--kaigo li .Score_box_text {
	line-height: 1.4;
}
@media (min-width: 40em) {
    .common_wrap .Shushoku-Point--kaigo {
        padding-left: 5%;
    }
}


/* 学科紹介cv */
.gakka_cv {
    padding: 50px 0;
    margin-top: 100px;
    background: #f45050;
}
.gakka_cv ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
}
.gakka_cv ul a {
    background: #fff;
    padding: 1em;
    min-width: 200px;
    color: #f45050;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}
.gakka_cv ul a i {
    padding: 5px;
}

.result_list {
    position: relative;
}

.result_circle {
    position: absolute;
    top: -85px;
    right: -20px;
    width: 36%;
    margin: 1rem auto;
    border-radius: 90px;
    padding: 20px 10px;
    transform: rotate(10deg);
}
	.kaigoday_warp .result_circle {
		background: var(--kaigofukushi-color);
	}

.result_circle img {
    width: 17%;
}

.result_circle p {
    color: #fff;
}

.result_circle p span {
    font-size: 1rem!important;
    font-weight: 500;
}

.result_circle p:nth-of-type(2) {
    padding-top: 5px;
}

.result_circle p:nth-of-type(3) {
    font-size: 0.75rem;
    margin-top: 5px;
    line-height: 1.2;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

.pb_text {
    padding-bottom: 20px;
}

.seishin_list_bana {
    text-align: center;
}

.seishin_list_bana img {
    width: 60%;
}

@media (max-width: 600px) {
    .gakka_cv ul {
        gap: 1em;
    }
    .gakka_cv ul a {
        min-width: 180px;
    }
    .result_circle p:nth-of-type(2) {
        padding-top: 4px;
    }
    .result_circle p span {
        font-size: 1.8rem !important;
        display: block;
        line-height: 1.3!important;
    }
    .result_circle p:nth-of-type(3) {
        font-size: 0.9rem;
        margin-top: 10px;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .seishin_wrap .bg_Gakka {
        margin-top: 3rem !important;
        padding: 20px 0 0;
    }
    .seishin_wrap .bg_Gakka.bg_seishin {
        margin-top: 0!important;
    }
    .seishin_inner .col__wrap {
        justify-content: space-between;
    }
    .seishin_inner .col__wrap dl {
        width: 46%;
    }
    .result_circle {
        position: initial;
        bottom: 70px;
        right: -15px;
        width: 36%;
        margin: 1rem auto;
        border-radius: 0;
        padding: 15px 10px 10px;
        transform: rotate(0);
        width: 100%;
    }
}

/*--- 社会福祉専攻科、精神保健福祉科 ---*/
.syahukusenko_wrap div {
    width: 30%;
}

.syahukusenko_wrap {
    justify-content: space-between;
}

.syahukusenko_bana_area li {
    margin-top: 15px;
}

.syahukusenko_bana_area p {
    margin-top: 30px;
}

.seishin_wrap h3.page-subTitle__text,
.seishin_wrap .Shushoku-Point--kaigo li .Score_box_num {
    color: var(--seishin-blue);
}

.seishin_wrap .Yakan_Point .point_n,
.common_wrap.seishin_wrap .Shushoku_result,
.seishin_wrap .donut-chart::before {
    background: var(--seishin-blue);
}

.seishin_wrap .title__border-left--syafukusenko {
    border-color: var(--seishin-blue);
}

.seishin_wrap .donut-chart {
    background: conic-gradient(#3d8ecd 0% 19%, #bed0eb 19% 38%, #9abae2 38% 57%, #3d8ecd 57% 76%, #bed0eb 76% 88%, #9abae2 88% 100%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.syafuku_wrap.day4years .donut-chart {
    background: conic-gradient(#E87855 0% 26%, #F0A98D 26% 48%, #F9DFD2 48% 67%, #F0A98D 67% 84%, #E87855 84% 94%, #F9DFD2 94% 100%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.main {
    padding-top: 5.8rem;
}

.white_color span {
    padding-bottom: 1px;
}

.empha_txt {
    font-size: .9em;
    color: #fff;
    background: var(--syafuku-color);
    padding: 2px 5px;
    line-height: 1;
    margin-left: 5px;
}

@media (max-width: 600px) {
    .syahuku_inner .col__wrap {
        justify-content: space-between;
    }
    /*.syahuku_inner .col__wrap dl {
        width: 46%;
    }*/
    .pickup_list li {
        padding-bottom: 35px !important;
    }
    .pickup_list li:last-of-type {
        padding-bottom: 0!important;
    }
    .schedule_contain {
        display: block;
    }
    .schedule_list {
        border-bottom: solid 2px #ed7951;
        padding: 10px 0;
    }
    .schedule_list li {
        padding-bottom: 10px;
    }
    .seishin_wrap .schedule_list {
        border-bottom: solid 2px #2b8adf;
    }
    .seishin_list_bana img {
        width: 100%;
    }
    .result_circle .white_color span {
        display: inline-block;
        font-size: 1rem!important;
    }
}

/* 介護福祉科 */
.kaigoday_warp .youtube_blk {
    padding: 0 0 55%;
    margin: 0 auto;
}
.kaigoday_warp .youtube_blk iframe {
	width: 100%;
}

/* ラベルの位置調整 (PC向け) */
.seishin_wrap .slice-1 { top: 4%; right: 20%; }
.seishin_wrap .slice-2 { bottom: 30%; right: -5%; }
.seishin_wrap .slice-3 { bottom: 0; right: 32%; }
.seishin_wrap .slice-4 { bottom: 21%; left: 7%; }
.seishin_wrap .slice-5 { top: 25%; left: 8%; }
.seishin_wrap .slice-6 { top: 7%; left: 27%; }

@media (max-width: 600px) {
    .syahukusenko_wrap div {
        width: 100%;
    }
/* ラベルの位置調整 (PC向け) */
.seishin_wrap .slice-1 { top: 2%; right: 16%; }
.seishin_wrap .slice-2 { bottom: 30%; right: -7%; }
.seishin_wrap .slice-3 { bottom: -3%; right: 32%; }
.seishin_wrap .slice-4 { bottom: 17%; left: 5%; }
.seishin_wrap .slice-5 { top: 25%; left: 8%; }
.seishin_wrap .slice-6 { top: 5%; left: 29%; }
}

@media (max-width: 376px) {
    .gakka_cv ul a {
        min-width: 170px;
    }
}

.fv_circle,
.fv_circle_station {
    width: 9.5rem;
    height: 9.5rem;
    text-align: center;
    background: var(--color-9);
    border-radius: 80px;
    padding: 10px 10px 0;
    border: solid 2px #569dda;
}

.fv_circle i {
    color: var(--color-1);
    font-size: 2em;
}

.fv_circle p:first-of-type {
    margin: 0.2em 0 -2px;
    font-weight: 600;
    font-size: 1.1em;
}

.fv_circle span {
    border-bottom: solid 2px #555;
}

.fv_circle p:last-of-type {
    font-size: 3.3em;
    font-weight: 800;
    font-style: italic;
    color: #46a6fe;
    margin: 0;
    line-height: 1;
}

.fv_circle_station {
    margin-left: 18px;
}

.fv_circle_station p:first-of-type {
    position: relative;
    margin: -5px 0 0;
    background: #3e90d7;
    padding: 2px 7px;
    border-radius: 20px;
    color: var(--color-9);
    font-size: 1em;
}

.fv_circle_station p:first-of-type::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 29px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #3e90d7 transparent transparent transparent;
    border-width: 11px 0px 0 11px;
}

.fv_circle_station p:nth-of-type(2) {
    font-size: 1.1em;
    font-weight: 600;
    border-bottom: solid 1px #555;
    margin: 0.5em 0 0;
}

.fv_circle_station p:last-of-type {
    font-size: 1.15em;
    font-weight: 600;
    line-height: 1;
    margin-top: 0.1em;
    font-style: italic;
}

.fv_circle_station p:last-of-type strong {
    font-size: 4em;
    color: #3e90d7;
    padding: 0 3px;
}

.fv_circle_station p:last-of-type span {
    font-size: 1.7em;
    color: #3e90d7;
    font-weight: 800;
}

.syafuku_fv_circle .fv_circle,
.syafuku_fv_circle .fv_circle_station {
    border: solid 2px #ed7951;
}

.syafuku_fv_circle .fv_circle p:last-of-type,
.syafuku_fv_circle .fv_circle_station p:last-of-type strong,
.syafuku_fv_circle .fv_circle_station p:last-of-type span{
    color: #ed7951;
}

.syafuku_fv_circle .fv_circle_station p:first-of-type {
    background: #ed7951;
}

.syafuku_fv_circle .fv_circle_station p:first-of-type::after {
    border-color: #ed7951 transparent transparent transparent;
}

@media (max-width: 768px) {
    .fv_circle, .fv_circle_station {
        width: 8rem;
        height: 8rem;
        padding: 7px 10px 0;
        margin-bottom: 10px;
    }
    .fv_circle p:first-of-type {
        font-size: 0.9em;
    }
    .fv_circle p:last-of-type {
        font-size: 2.8em;
    }
    .fv_circle_station {
        margin-left: 0;
    }
    .fv_circle_station p:first-of-type {
        padding: 2px 5px;
        font-size: 0.9em;
    }
    .fv_circle_station p:last-of-type strong {
        font-size: 3.5em;
    }
    .fv_circle_station p:last-of-type span {
        font-size: 1.4em;
    }
    .fv_circle_station p:last-of-type {
        font-size: 1.1em;
        margin-top: 0;
    }
}

/*--- 在校生の声修正 ---*/
.voice_blk img {
    position: relative;
}

.voice_blk div img {
    position: absolute;
    bottom: -35px;
    right: 20px;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
}
.voice_faq h4 {
    margin-top: 0;
    font-size: 1.3em;
    font-weight: 500;
}
.voice_faq h4 span {
    color: var(--seishin-blue);
}
.voice_faq p {
    background: var(--color-9);
    padding: 20px;
    margin-bottom: 40px;
}
.voice_tit {
    text-align: center;
}
.voice_tit h3 {
    font-size: 2rem;
    font-size: 1.5rem;
    margin-top: 5rem;
    font-weight: 500;
}
.syafuku_voice .voice_blk dl {
    background: var(--syafuku-color);
}
.syafuku_voice .voice_faq h4 span {
    color: var(--syafuku-color);
}

@media (max-width: 768px) {
    .voice_blk {
        margin-bottom: 3rem;

    }
    .voice_blk div img {
        right: -15px;
    }
    .voice_tit h3 {
        font-size: 1.15rem;
        margin-top: 4rem;
    }
    .voice_faq h4 {
        font-size: 1.1em;
    }
}

/*--- こだわりポイント ---*/
.common_wrap .gakka_point:nth-of-type(1) {
    margin-bottom: 8em;
}
.common_wrap .gakka_point:nth-of-type(2) {
    margin-bottom: 10em;
}
.common_wrap .gakka_point:last-of-type(3) {
    margin-bottom: 5em;
}

.hokenhoiku_wrap.common_wrap .gakka_point {
    margin-bottom: 8em;
}
.hokenhoiku_wrap.common_wrap .gakka_point:nth-of-type(1) {
    margin-bottom: 4em;
}
.hokenhoiku_wrap.common_wrap .gakka_point:nth-of-type(4) {
    margin-bottom: 4em;
}

.subBox {
    position: relative;
    width: 840px;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.subBox .subBox_txt {
    position: absolute;
    right: -120px;
    bottom: 37px;
}
.subBox .subBox_txt h3 {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    letter-spacing: .1em;
    font-size: 200%;
}
.subBox .subBox_txt h3:before {
    position: absolute;
    top: 0;
    left: -58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 4px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 110%;
    color: #fff;
}
    .subBox.subBox01 .subBox_txt h3:before {
        content: "01";
    }
    .subBox.subBox02 .subBox_txt h3:before {
        content: "02";
    }
    .subBox.subBox03 .subBox_txt h3:before {
        content: "03";
    }

    .day4years .subBox .subBox_txt h3:before {
        background-color: var(--syafuku-color);
    }
    .hokenhoiku_wrap .subBox .subBox_txt h3:before {
        background-color: var(--hokenhoiku-color);
    }
    .kaigoday_warp .subBox .subBox_txt h3:before {
        background-color: var(--kaigofukushi-color);
    }
    .kango_wrap .subBox .subBox_txt h3:before {
        background-color: var(--kango-color);
    }

    /* ポイントの写真 */
    /* -- 社会福祉科 -- */
    .day4years .subBox.subBox01 {
        background-image: url(../images/img/gakka/2025/shakai/point01.jpg);
    }
    .day4years .subBox.subBox02 {
        background-image: url(../images/img/gakka/2025/shakai/point02.jpg);
    }
    .day4years .subBox.subBox03 {
        background-image: url(../images/img/gakka/2025/shakai/point03.jpg);
    }
    /* -- 保健保育科 -- */
    .hokenhoiku_wrap .subBox.subBox01 {
        background-image: url(../images/img/gakka/2025/hoiku/point01.jpg);
    }
    .hokenhoiku_wrap .subBox.subBox02 {
        background-image: url(../images/img/gakka/2025/hoiku/point02.jpg);
    }
    .hokenhoiku_wrap .subBox.subBox03 {
        background-image: url(../images/img/gakka/2025/hoiku/point03.jpg);
    }
    /* -- 介護福祉科 -- */
    .kaigoday_warp .subBox.subBox01 {
        background-image: url(../images/img/gakka/2025/kaigo/point01.jpg);
    }
    .kaigoday_warp .subBox.subBox02 {
        background-image: url(../images/img/gakka/2025/kaigo/point02.jpg);
    }
    /* -- 看護学科 -- */
    .kango_wrap .subBox.subBox01 {
        background-image: url(../images/img/gakka/2025/kango/point01.jpg);
    }
    .kango_wrap .subBox.subBox02 {
        background-image: url(../images/img/gakka/2025/kango/point02.jpg);
    }
    .kango_wrap .subBox.subBox03 {
        background-image: url(../images/img/gakka/2025/kango/point03.jpg);
    }

.bg_box {
    background: #fff;
    padding: 2em;
}

.gakka_senko li h4 {
    color: #fff;
    background: var(--syafuku-color);
    padding: 5px 10px;
}
.hokenhoiku_wrap .gakka_senko li h4 {
    background: var(--hokenhoiku-color);
}
.kaigoday_warp .gakka_senko li h4 {
    background: var(--kaigofukushi-color);
}
.kango_wrap .gakka_senko li h4 {
    background: var(--kango-color);
}

.day4years .youtube_blk {
    margin: 0;
    padding: 0 0 60%;
}
.day4years .youtube_blk iframe {
    width: 100%;
}

@media (max-width:1028px) {
    .subBox {
        width: 100%;
    }
    .subBox .subBox_txt {
        bottom: 0;    
        right: -15px;
    }
    .subBox .subBox_txt h3 {
        font-size: 150%;
    }
    .subBox .subBox_txt h3:before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: -50px;
    }
}

/* カリキュラム */
.day4years .J01 {
    background: #F8BDA9;
}
.day4years .J02 {
    background: #FDE4DD;
}
.hokenhoiku_wrap .J01 {
    background: #F9C766;
}
.hokenhoiku_wrap .J02 {
    background: #FCE3B2;
}
.kaigoday_warp .J01 {
    background: #B7DC95;
}
.kaigoday_warp .J02 {
    background: #ddeece;
}
.kango_wrap .J01 {
    background: #FCDADF;
}
.kango_wrap .J02 {
    background: #ffeeef;
}

/* 保険保育科　SNSゼミ */
#smapro .Btn.Font-LLL.btn-small {
    font-size: 1rem;
}

.sns-seminar-section {
    font-family: 'Zen Maru Gothic', sans-serif;
}

.sns-seminar-section .seminar-card {
    padding: 1.5rem 0 0;
}

.sns-seminar-section .max-w-4xl {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.seminar-card .grid {
    display: grid;
    align-items: center;
    gap: 2.5rem;
}

.seminar-card .order-2 {
    order: 2;
}

.seminar-card .mb-6 {
    margin-bottom: 1.5rem;
}

.seminar-card .order-2 h3 {
    gap: 0.5rem;
    align-items: center;
    display: flex;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.75rem;
    margin: .5rem 0;
}
.seminar-card .order-2 h3 span {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.sns-seminar-section .bubble-tail {
    position: relative;
    padding: 1.25rem;
    background-color: rgb(255 251 235);
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.sns-seminar-section .bubble-tail::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 25px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #fef3c7 transparent transparent;
    display: block;
    width: 0;
}

.sns-seminar-section .space-y-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.sns-seminar-section .space-y-4 .flex {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-weight: bold;
} 

.sns-seminar-section .space-y-4 .flex p {
    margin: 0;
}

.sns-seminar-section .tag-label {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 900;
    color: #fff;
}
.sns-seminar-section .flex:nth-of-type(1) .tag-label {
    background-color: rgb(251 146 60);
}
.sns-seminar-section .flex:nth-of-type(2) .tag-label {
    background-color: rgb(236 72 153);
}
.leading-tight {
    color: rgb(156 163 175);
}

.seminar-card .order-1 {
    display: flex;
    justify-content: center;
}
.seminar-card .order-1 .w-full {
    max-width: 230px;
    width: 100%;
}

.sns-seminar-section .follow-bubble {
    position: relative;
    top: -10px;
    right: -5px;
    background: #ff6b6b;
    color: white;
    padding: 6px 14px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(255,107,107,0.3);
    z-index: 30;
}
.sns-seminar-section .follow-bubble::after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 25px;
    border-width: 8px 6px 0;
    border-style: solid;
    border-color: #ff6b6b transparent transparent;
}
.sns-seminar-section .marker {
    background: linear-gradient(transparent 60%, #ffcf7d 60%);
}
.sns-seminar-section .pickup-badge {
    background: #FF8F90;
    color: white;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    box-shadow: 2px 2px 0px #e07a7a;
    transform: rotate(-3deg);
}
.sns-seminar-section .btn-gradient {
    background: linear-gradient(to right, #FFBB7C 15%, #FF9A7E);
}
.sns-seminar-section .tiktok-frame {
    transform: rotate(1.5deg);
    transition: transform 0.3s ease;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 0.625rem;
    background: #000;
    border-radius: 1.5rem;
    overflow: hidden;
}
.sns-seminar-section .tiktok-frame:hover {
    transform: rotate(0deg);
}


@media (min-width: 768px) {
    .sns-seminar-section .seminar-card {
        padding: 1.5rem;
    }
    .seminar-card .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .seminar-card .order-2 {
        order: 1;
    }
    .seminar-card .order-1 {
        order: 2;
    }
    .seminar-card .order-2 h3 {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .seminar-card .order-1 {
        padding-top: 0;
    }
}


@media (max-width:768px) {
	.common_wrap .Curriculum_PICK {
		font-size: .9rem;
	}
	.common_wrap .Curriculum_PICK_ac {
		font-size: 0.7rem;
	}
	.common_wrap .Curriculum_PICK_txt {
		font-size: .75rem;
	    line-height: 1.4;
	}
}
