@charset "UTF-8";
/* =======================================

	CustomElements

======================================= */
/*-----------h1タイトル周り---------------*/
.pg_ttl p.daitai {
    margin: 16px 0 0;
    display: block;
    color: #909090;
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
@media only screen and (max-width: 767px){
    .pg_ttl p.daitai {
        letter-spacing: 0;
    }
}
/*---------------ポイントリスト----------------*/
.entry_base .point_list {
    flex-wrap: wrap;
    gap: 50px 50px;
	justify-content: center;
}
dl.value_teigi {
	font-size:80%;
}
dl.value_teigi dt {
	font-weight:bold;
}

/*---------------専攻内のナビゲーション----------------*/
nav.contents_nav {
    text-align: center;
}
nav.contents_nav ul {
    margin: 0 0 2em 0;
    padding: 0;
}
nav.contents_nav li {
    list-style: none;
    display: inline-block;
    width: 10%;
    min-width: 120px;
    margin-bottom: 1em;
}
nav.contents_nav li:not(:last-child) {
    border-right: 2px solid #ddd;
}
nav.contents_nav a {
    text-decoration: none;
    color: #333;
}
nav.contents_nav a:hover {
    color: #F7CB4D;
    border-bottom: 2px solid #F7CB4D;
}

/*----------------------専攻の特徴--------------*/
.type_tokutyo .img_box .clm_2 {
    align-items:flex-start;
}
.type_tokutyo .num {
    font-size: 2rem;
    font-family: 'Caveat', cursive;
    color: #733729;
    position: absolute;
    top: 0;
    left: 4%;
}
.type_tokutyo .num span {
    font-size: 4rem;
}
.type_tokutyo .point{
width: 100%; 
margin-top: 40px;
}
.type_tokutyo .point-img{
width: 80%; 
margin: 0 auto;
}
.type_tokutyo .point-img-small{
width: 60%; 
margin: 0 auto;
}
.type_tokutyo .point img{
width: 100%; 
margin: 10px 0;
}
.type_tokutyo .point-sub{
margin: 40px 0;
}
.type_tokutyo .text_area {
  margin: 20px 0;
}
.type_tokutyo .point-title span {
    color: #D19B62;
    font-size: 75%;
    font-weight: bold;
}
.type_tokutyo .text_area span{
    color: #D19B62;
    font-size: 120%;
    font-weight: bold;
}
.type_tokutyo .point-1{
margin: 40px;
}
  .type_tokutyo .point-2 {
    padding: 0.25em 0.5em;
    color: #733729;
    background: transparent;
    border-left: solid 10px #733729;
    font-weight: bold;
}
.type_tokutyo .point-box1{
    color: #ffffff;
    background: #9AD2D3;
    font-weight: bold;
}
.type_tokutyo .point-1> .text_area span{
color: #D19B62;
    font-size: 1.5em;
    font-weight: bold;
}
.type_tokutyo .point-box2 {
    padding: 0.5em 1em;
    background: #EFEDEE;
    border-radius: 10px;
margin: 20px 0;
}
.type_tokutyo .point-box2 .name{
    margin: 1em 0;
    color: #733729;
    font-weight: 700;
}
.type_tokutyo .column2{
display: flex;
}
@media screen and (max-width:767px) {
.type_tokutyo .point{
width: 100%; 
margin-top: 40px;
}
.type_tokutyo .point-img{
width: 100%; 
}
.type_tokutyo .point-img-small{
width: 70%; 
}
.type_tokutyo .point-sub{
margin: 20px 0;
}
.type_tokutyo .point-1{
margin: 20px;
}
.type_tokutyo .point-box2 {
    padding: 0.5em 1em;
margin: 20px 0;
}
}



/*---------------21世紀アカデメイア----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
img {
    max-width:100%;
}
.meia_inner{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
}
.contents{
    margin: 0 50px;
    padding: 0 50px;
}
.c-line{
	height:1vw;
    background: #005139;
    margin-left: calc(50% - 70vw);
    margin-right: calc(50% - 70vw);
    margin-bottom: 2em;

}

.flex_profile, .flex_ssc{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
        justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;

}
.flex_profile .text, .flex_ssc .text{
    flex-basis: 40%;
    display: block;
    text-align: center;
}
.flex_profile .gazo, .flex_ssc .gazo{
    flex-basis: 30%;
}
.center {
    text-align: center;
}
.c-midashi{
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
}
.left {
    text-align: left;
}
.c-honbun{
    line-height: 2;
}
.name{
    font-weight: 700; 
    font-size: 16px;
}
.name span{
    font-size: 24px;
}
.c-profile{
    font-size: 80%;
    color: #666;
}
.midashi {
    color: #005139; 
    padding: 0.2em; 
    border-bottom: solid 5px #005139;
    font-weight: bold;
    margin-top: 50px

}
.midashi_2 {
    color: #005139; 
    padding: 0.2em;
    font-weight: bold;
    margin-top: 30px
}
.bg_gray {
    background: #eee;
    padding: 20px;
    margin: 20px;
}
figure.ssc {
    margin: 0 10px 10px;
    text-align: center;
    
}
figure.ssc figcaption{
    padding: 5px 0 10px;
    font-weight: bold;
}
.cof_img {
    text-align: center;
}
.flex_ssc .ssc_item_a{
 width:48%;
}
.flex_ssc .ssc_item_b{
 width:98%;
}
@media only screen and (max-width: 767px){
    .contents{
        margin: 0 1vw;
        padding: 0 1vw;
    }
    .flex_profile, .flex_ssc{
        display: block;
    }
    .flex_profile .text, .flex_ssc .text{
        flex-basis: 100%;
        display: block;
        margin:50px 10px; 
        text-align: center;
    }
    .flex_profile .gazo, .flex_ssc .gazo{
        width: 80%;
        margin: 0 auto;
        
    }
	.flex_ssc .ssc_item_a, .flex_ssc .ssc_item_b{
	    width: 95%;
	}
}
/*---------------なるには----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*目次*/
.nrnh_index{
background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    width: auto;
    display: table;
	margin: 0 auto;
}
.nrnh_index .toc_list {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.nrnh_index .toc_list {
    margin-top: 1em;
}
.nrnh_index li{
margin: 0;
    padding: 0;
list-style: none;
}
.nrnh_index a{
    padding: 5px 0;
    display: block;
}
.nrnh_btn_gakka {
    display: inline-block;
}
.nrnh_list-text {
    font-weight: 500;
    font-size: 1.48rem;
}
/*------------既卒者（再進学者）ページ-----------------------------------------------------------------------------------------20240209追加---------------------ここから---------*/
/*既卒_イントロタイトル白抜き--------------------------------------*/
.intro .inner .copy span.w-nuki {
    background-color: #5976ba;
    padding: 4px;
    margin: 0;
    display:inherit;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    color: #FFF;
}
/*既卒_ページ内メニュー--------------------------------------*/
nav.kisotu ul {
    display: table;
    margin: 0 auto 80px;
    padding: 0;
    width: 80%;
    text-align: center;
    font-weight: 700;
}
nav.kisotu ul li {
    display: table-cell;
    position: relative;
}
nav.kisotu ul li a {
    display: block;
    width: 100%;
}
nav.kisotu ul li a:hover {
    color: #3498db;
}
nav.kisotu ul li a:hover:after {
    border-top: 6px solid #eb7479;
}
nav.kisotu ul li a {
    text-decoration: none;
    color: #5976b8;
}
nav.kisotu ul li a::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid #5976b8;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
nav.kisotu ul li:not(:last-child) {
    border-right: 1px solid #5976b8;
}
@media only screen and (max-width: 767px) {
    nav.kisotu ul {
        margin: 0 0px 80px 20px;
        text-align: left;
    }
    nav.kisotu ul li {
        display: block;
        position: relative;
    }
    nav.kisotu ul li a:hover {
        color: #3498db;
    }
    nav.kisotu ul li a:hover:after {
        border-left: 6px solid #eb7479;
        border-top: 10px solid transparent;
    }
    nav.kisotu ul li a::after {
        bottom: 0px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 6px solid #5976b8;
        border-right: 0;
        left: 190px;
    }
    nav.kisotu ul li:not(:last-child) {
        border-right: none;
        margin-bottom: 20px;
    }
}
/*既卒_ポイントリスト--------------------------------------*/
.pointlist_vertical.kisotu .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px;
    padding: 0 20px 0;
    background-color: #fff;
    border-radius: 10px;
}
.pointlist_vertical.kisotu::before, .pointlist_vertical.kisotu::after {
    content: none;
}
.pointlist_vertical.kisotu .text {
    text-align: center;
    width: 70%;
}
.pointlist_vertical.kisotu .text p {
    display: inline;
    background: none;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    letter-spacing: normal;
}
.pointlist_vertical.kisotu .text p span.red {
    color: #eb7479;
}
.pointlist_vertical.kisotu .text p span.upsize {
    font-size: 150%;
}
.pointlist_vertical.kisotu li.point_1 {
    margin: 0 auto 110px 55px;
}
.pointlist_vertical.kisotu li.point_1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 288px;
    height: 192px;
    background: url("/re-entrance/image/support_02.png")no-repeat;
    background-size: 100% auto;
}
.pointlist_vertical.kisotu li.point_2 {
    margin: 0 55px 110px auto;
}
.pointlist_vertical.kisotu li.point_2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 288px;
    height: 192px;
    background: url("/re-entrance/image/support_03.png")no-repeat;
    background-size: 100% auto;
}
.pointlist_vertical.kisotu li.point_3 {
    margin: 0px auto 110px 55px;
}
.pointlist_vertical.kisotu li.point_3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 288px;
    height: 192px;
    background: url("/re-entrance/image/support_04.png")no-repeat;
    background-size: 100% auto;
}
.pointlist_vertical.kisotu .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 150px;
    height: 150px;
    background: url("/re-entrance/image/support01.png")no-repeat;
    background-size: 100% auto;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
}
.pointlist_vertical.kisotu .num_1 {
    left: -55px;
}
.pointlist_vertical.kisotu .num_2 {
    right: -55px;
}
.pointlist_vertical.kisotu .num_3 {
    left: -55px;
}
@media only screen and (max-width: 767px) {
    .pointlist_vertical.kisotu li.point_1 {
        margin: 190px 0 40px 0px;
    }
    .pointlist_vertical.kisotu li.point_1::before, .pointlist_vertical.kisotu li.point_3::before {
        left: 20px;
        width: calc(100% - 10px);
    }
    .pointlist_vertical.kisotu li.point_1::after, .pointlist_vertical.kisotu li.point_3::after {
        top: -140px;
        right: 0;
        bottom: auto;
        width: 216;
        height: 144px;
        background: url("/re-entrance/image/support_02.png")no-repeat;
        background-size: 100% auto;
    }
    .pointlist_vertical.kisotu li.point_1 .inner, .pointlist_vertical.kisotu li.point_3 .inner {
        border-radius: 0 10px 10px 0;
    }
    .pointlist_vertical.kisotu li.point_2 {
        margin: 190px 0px 40px 0;
    }
    .pointlist_vertical.kisotu li.point_2 .inner {
        border-radius: 10px 0 0 10px;
    }
    .pointlist_vertical.kisotu li.point_3 {
        margin: 190px 0 0 0px;
    }
    .pointlist_vertical.kisotu li.point_2::after {
        top: -140px;
        bottom: auto;
        left: 0;
        width: 216px;
        height: 144;
        background: url("/re-entrance/image/support_03.png")no-repeat;
        background-size: 100% auto;
    }
    .pointlist_vertical.kisotu li.point_3::after {
        top: -140px;
        right: 0;
        bottom: auto;
        width: 216px;
        height: 144px;
        background: url("/re-entrance/image/support_04.png")no-repeat;
        background-size: 100% auto;
    }
    .pointlist_vertical.kisotu .num {
        width: 130px;
        height: 130px;
        top: -120px;
        font-size: 1.1rem;
        z-index: 1;
    }
    .pointlist_vertical.kisotu .num_1 {
        left: 0px;
    }
    .pointlist_vertical.kisotu .num_2 {
        right: 0px;
    }
    .pointlist_vertical.kisotu .num_3 {
        left: 0px;
    }
    .pointlist_vertical.kisotu .text {
        width: 100%;
    }
    .pointlist_vertical.kisotu .num span {
        font-size: 4rem;
    }
    .pointlist_vertical.kisotu .text p {
        font-size: 1.9rem;
        line-height: 1.74;
    }
}
/*既卒_スケジュール--------------------------------------*/
.entry_base .kisotu_1 .junior_schedule_label {
    color: #a1b8ed;
    border-color: #a1b8ed;
}
.entry_base .kisotu_1 .list_1 {
    border-color: #a1b8ed;
}
.entry_base .kisotu_1 .list_2 {
    border-color: #7a95d3;
}
.entry_base .kisotu_1 .list_3 {
    border-color: #7a95d3;
}
.entry_base .junior_schedule_item.kisotu_1 dt {
    text-align: center;
	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;
	width: 80px;
	padding: 0 10px;
	border-radius: 10px 0 0 10px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
    writing-mode: vertical-lr;
}
.entry_base .junior_schedule_item.kisotu_1 dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% - 80px);
	padding: 18px 28px;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
}
.entry_base .kisotu_1 .list_1 dt {
    background-color: #a1b8ed;
}
.entry_base .kisotu_1 .list_2 dt {
    background-color: #7a95d3;
}
.entry_base .kisotu_1 .list_3 dt {
    background-color: #7a95d3;
}
.entry_base .kisotu_1 .junior_schedule_list .list_1::after, .entry_base .kisotu_1 .junior_schedule_list .list_2::after {
    content: "";
    position: absolute;
    bottom: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 73px solid transparent;
    border-left: 73px solid transparent;
    border-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.entry_base .kisotu_1 .junior_schedule_list .list_1::after {
    border-top: 42px solid #a1b8ed;
}
.entry_base .kisotu_1 .junior_schedule_list .list_2::after {
    border-top: 42px solid #7a95d3;
}
.entry_base .kisotu_1 .junior_schedule_list .list_title_01 {
    font-size: 2.4rem;
    line-height: 1.4;
}
.entry_base .kisotu_1 .junior_schedule_list .list_title_02 {
    font-size: 2rem;
    color: #eb6168;
    line-height: 1.4;
}
.entry_base .kisotu_1 .junior_schedule_list .list_title_02 span {
    font-size: 1.6rem;
    color: #000;
    ;
}
@media only screen and (max-width: 767px) {
    .entry_base .kisotu_1 .listbox p {
        font-size: 1.6rem;
    }
    .entry_base .kisotu_1 .listbox ol li {
        font-size: 1.4rem;
    }
    .entry_base .junior_schedule_item.kisotu_1 dt {
        width: 60px;
        padding: 2px;
		font-size: 1.6rem;
}
    .entry_base .junior_schedule_item.kisotu_1 dd {
        width: calc(100% - 60px);
        padding: 30px 20px;
        position: relative;
    }
    .cont_outer .entry_base .junior_schedule_item.kisotu_1 figure {
        width: 50%;
        margin-left: auto;
        margin-right: 0;
    }
    .entry_base .kisotu_1 .junior_schedule_list .list_1::after, .entry_base .kisotu_1 .junior_schedule_list .list_2::after {
        left: 80px;
    }
}
/*既卒_インタビュー--------------------------------------*/
.entry_base .kisotu_2 h3:before {
    content: none;
}
.kisotu_2 table {
    margin: 0 0 20px 0;
    width: 65%;
    border: solid 1px #666;
    border-collapse: separate;
}
.kisotu_2 .tbl-r02 th {
    color: #fff;
    padding: 4px;
    text-align: center;
    min-width: 64px;
}
.kisotu_2 .tbl-r02 th.sotugyo {
    background: #064388;
}
.kisotu_2 .tbl-r02 th.zaiko {
    background: #5976ba;
}
.kisotu_2 .tbl-r02 td {
    background: none;
    padding: 4px;
    min-width: 84px;
    text-align: center;
}
.kisotu_2 .tbl-r02 td.right {
    text-align: right;
    font-size: 1.0rem;
}
.interview.type_2 .kisotu_2 .ppl {
    position: absolute;
    right: 50px;
    top: 140px;
    width: 320px;
}
@media only screen and (max-width: 1200px) {
    .kisotu_2 table {
        width: 55%;
    }
}
@media only screen and (max-width: 767px) {
    .kisotu_2 .tbl-r02 {
        width: 100%;
    }
    .kisotu_2 .tbl-r02 th, .tbl-r02 td {
        display: block;
        width: 100%;
    }
    .kisotu_2 .tbl-r02 td.right {
        text-align: center;
    }
    .interview.type_2 .kisotu_2 .ppl {
        position: relative;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .interview.type_2 .interview_inner.kisotu_2 {
        padding: 16px 4% 40px;
    }
}
/*既卒_ポイント--------------------------------------*/
.separator.junior.kisotu_3 .bg_img {
    height: 388px;
    background: rgba(210, 73, 52, .7) url("/re-entrance/image/point_bg_01.jpg") no-repeat center center;
    background-size: cover;
}
.kisotu_3 .sec_head {
    max-width: 296px;
    margin: 0 auto;
}
.entry_base .point_list.type_thumb.kisotu_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 76px 0;
    gap: 6rem 6rem;
    justify-content: center;
}
.entry_base .point_list.type_thumb.kisotu_3 li {
    display: block;
    width: calc(50% - 6rem);
    padding: 0;
    margin: 0;
    background: #fff;
}
.entry_base .point_list.type_thumb.kisotu_3 li .text {
    position: relative;
    padding: 25px;
}
.entry_base .point_list.type_thumb.kisotu_3 li .text .num {
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.entry_base .point_list.type_thumb.kisotu_3 li .text p {
    font-size: 1.5rem;
    line-height: 1.86;
    margin-bottom: 1rem;
}
.entry_base .point_list.type_thumb.kisotu_3 li .text > * {
    margin-bottom: 0;
}
.entry_base .point_list.kisotu_3 li .num {
    font-size: 3rem;
    font-family: 'Caveat', cursive;
    color: #55ADEA;
    position: relative;
    text-align: center;
    top: -20px;
    left: 0%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    line-height: 1.0;
}
.entry_base .point_list.kisotu_3 li .num span {
    font-size: 6rem;
}
.entry_base .point_list.kisotu_3 li p {
    margin: 0;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
    letter-spacing: normal;
}
.entry_base .point_list.type_thumb.kisotu_3 li p.p_title {
    font-size: 2.4rem;
}
.entry_base .point_list.type_thumb.kisotu_3 li p.p_caption {
    font-size: 2.0rem;
    color: #eb6168;
}
.entry_base .point_list.type_thumb.kisotu_3 li p.p_honbun {
    font-size: 1.2rem;
    font-weight: 200;
    text-align: left;
}
.entry_base h3.kisotu_0 {
    margin: 0px 0 30px;
    padding: 0 0 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    text-align: center;
}
.entry_base h3.kisotu_0:before {
    content: none;
}
@media only screen and (max-width: 767px) {
    .entry_base .point_list.type_thumb.kisotu_3 li {
        width: 100%;
    }
    .entry_base h3.kisotu_0 {
        font-size: 1.8rem;
        text-align: left;
    }
}
/*既卒_企業一覧--------------------------------------*/
.kisotu_4 .kigyo_box {
    background-color: #fff;
    padding: 10px;
    position: relative;
}
.kisotu_4 .kigyo_box:before {
    position: absolute;
    transform: scale(0.5);
    bottom: -80px;
    right: -80px;
}
.kisotu_4 .kigyo_box.hotel:before {
    content: url("/re-entrance/image/kigyo_01.png");
}
.kisotu_4 .kigyo_box.travel:before {
    content: url("/re-entrance/image/kigyo_02.png");
}
.kisotu_4 .kigyo_box.railway:before {
    content: url("/re-entrance/image/kigyo_03.png");
}
.kisotu_4 .kigyo_box.airline:before {
    content: url("/re-entrance/image/kigyo_04.png");
}
.kisotu_4 .kigyo_box.bridal:before {
    content: url("/re-entrance/image/kigyo_05.png");
}
.kisotu_4 .kigyo_box.cafe:before {
    content: url("/re-entrance/image/kigyo_06.png");
}
.kisotu_4 .kigyo_box.funeral:before {
    content: url("/re-entrance/image/kigyo_07.png");
}
.kisotu_4 ul {
    position: relative;
    margin-top: 2em;
}
.kisotu_4 .hotel ul {
    border-left: solid 4px #ffb03f;
}
.kisotu_4 .travel ul {
    border-left: solid 4px #5cb531;
}
.kisotu_4 .railway ul {
    border-left: solid 4px #004f99;
}
.kisotu_4 .airline ul {
    border-left: solid 4px #14a69a;
}
.kisotu_4 .bridal ul {
    border-left: solid 4px #e46c9a;
}
.kisotu_4 .cafe ul {
    border-left: solid 4px #ef877e;
}
.kisotu_4 .funeral ul {
    border-left: solid 4px #f8b73d;
}
.kisotu_4 ul li {
    line-height: 1.5;
    padding: 0.5rem 0 0.5rem 3rem;
    list-style-type: none !important;
    text-align: left;
    letter-spacing: normal;
    font-size: 1.4rem;
}
.kisotu_4 ul li:last-of-type {
    border-bottom: none;
}
.kisotu_4 ul li:before {
    /*リスト内のアイコン*/
    content: "■"; /*アイコン種類*/
    position: absolute;
    left: 0.5em; /*左端からのアイコンまで*/
}
.kisotu_4 .hotel ul li:before {
    color: #ffb03f;
}
.kisotu_4 .travel ul li:before {
    color: #5cb531;
}
.kisotu_4 .railway ul li:before {
    color: #004f99;
}
.kisotu_4 .airline ul li:before {
    color: #14a69a;
}
.kisotu_4 .bridal ul li:before {
    color: #e46c9a;
}
.kisotu_4 .cafe ul li:before {
    color: #ef877e;
}
.kisotu_4 .funeral ul li:before {
    color: #f8b73d;
}
.kisotu_4 ul li:after {
    /*タイトルタブ*/
    font-weight: bold;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 1px 7px;
    letter-spacing: normal; /*字間*/
}
.kisotu_4 .hotel ul li:after {
    color: #ffb03f;
    content: "ホテル関連企業";
}
.kisotu_4 .travel ul li:after {
    color: #5cb531;
    content: "旅行関連企業";
}
.kisotu_4 .railway ul li:after {
    color: #004f99;
    content: "鉄道サービス関連企業";
}
.kisotu_4 .airline ul li:after {
    color: #14a69a;
    content: "エアラインサービス関連企業";
}
.kisotu_4 .bridal ul li:after {
    color: #e46c9a;
    content: "ブライダル関連企業";
}
.kisotu_4 .cafe ul li:after {
    color: #ef877e;
    content: "飲食関連企業";
}
.kisotu_4 .funeral ul li:after {
    color: #f8b73d;
    content: "葬祭関連企業";
}
.kigyo_eye_catch {
    position: absolute;
    bottom: 120px;
    right: 120px;
    width: 400px;
}
@media only screen and (max-width: 767px) {
    .kigyo_eye_catch {
        display: none;
    }
}
/*------------既卒者（再進学者）ページ----------------------------------------------------------------------------------------------------------------ここまで---------*/


/*------------トップページ--------------------------------------------------------------------------------20240216-----20241018にh2関連を追加---------ここから---------*/
.key_field .copy_wrap {
	height: auto;
	padding: 12px 20px;
	background-color:rgba(255,255,255,.7);
	margin: 20px;
}
.key_field .catch_copy {
    width: 410px;
    display: block;
}
.key_field .catch_copy .c_sub {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
}
.key_field .catch_copy .c_sub em {
    font-weight: 700;
}
.key_field .catch_copy .c_main {
    font-size: 2.0rem;
    font-weight: 700;
}
.key_field .catch_copy .c_main small.kakko {
    font-weight:normal;
}
.target_nav ul {
	background-color: #444;
    margin-top: 20px;
	height: 50px;
	margin-bottom: 1.2rem;
	justify-content: center;
}
.target_nav a {
	color: #fff;
}
h2.sec_head.tuika, h2.ashu.tuika {
    margin-bottom: 100px;
}
h2.sec_head.tuika::after, h2.ashu.tuika::after {
    color: #55ADEA;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: absolute;
    content: attr(data-title);
    bottom: -30px;
    left: 50%;
    transform: translatex(-50%);
}
h2.ashu.tuika::after {
    bottom: 100px;
    left: 60px;
    transform: none;
}

@media only screen and (max-width: 767px) {
	.key_field {
		height: 70vh;
	}
	.key_field .copy_wrap {
		padding: 3% 2%;
	}
	.key_field .catch_copy {
		width: 270px;
		margin: 0
	}
    .key_field .catch_copy .c_sub {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
    }
    .key_field .catch_copy .c_main {
        font-size: 1.6rem;
    }
    .target_nav ul {
        height: auto;
        background-color: transparent;
        justify-content: normal;
    }
    .target_nav a {
        background: #666;
    }
    h2.sec_head.tuika, h2.ashu.tuika {
        margin-bottom: 70px;
    }
    .entry_base h2.sec_head.tuika::after, .entry_base h2.ashu.tuika::after {
        font-size: 1.3rem;
    	bottom: -20px;
    	left: 0;
    	transform: none;
	}
    .entry_base h2.ashu.tuika::after {
    	bottom: 70px;
	}
}
/*------------トップページ---------------------------------------------------------------------------------------------------------------------------------------ここまで---------*/



/*--ハンバーガーに高3とAOの画像ボタン設置--*/

#sp_menu .inner > ul.hbg-gazo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 96%;
    padding: 0;
    margin: 0 auto;
}
#sp_menu .inner > ul.hbg-gazo li {
    width: 100%;
}
#sp_menu .inner > ul.hbg-gazo li img {
    width: 100%;
    height: auto;
}
#sp_menu .inner > ul.hbg-gazo > li > a:before {
	display:none;
}
#sp_menu .inner > ul.hbg-gazo > li > a {
	padding: 0;
}
@media only screen and (min-width:980px) {
	header #mddNav > ul.hbg-gazo{
		display: none;
	}
}


/*--高３ページのAO強化コンテンツの追加--*/


.kou3-kyoka picture {
    position: relative;
}
.kou3-kyoka .kou3-kyoka-inner{
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
}
.kou3-kyoka h2 {
    width: 88%;
    margin: 0 auto;
}
.kou3-kyoka .text-area{
    width: 80%;
    margin: 0 auto;
 }
.kou3-kyoka p {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 700;
    margin: 0;
}
.kou3-kyoka .tokuten {
}
.kou3-kyoka ul {
    display: flex;
    justify-content: center;
}

.kou3-kyoka ul li {
    width: 32%;
    background: none;
    padding: 0;
}

.kou3-kyoka ul li a img {
    width: 100%;
}

.kou3-kyoka ul li{
    display:inline-block;
    position:relative;
    overflow:hidden;
    border-radius: 50%;
}
 
.kou3-kyoka ul li:after {
    content:"";
    height:100%;
    width:30px;
    position:absolute;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media only screen and (max-width: 768px) {
    .kou3-kyoka .kou3-kyoka-inner{
        position: absolute;
        top: auto;
        bottom: -70px;
        width: 100%;
    }
}


/*-----------------------------------------
	fixed_kou3
-----------------------------------------*/
#fixed_kou3 {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9;
}
#fixed_kou3 a {
	display: block;
}
#fixed_kou3 img {
	display: block;
}

@media only screen and (max-width: 767px) {
	#fixed_kou3 {
	}
}



/*--高3ページ_フローティングボタンの追加--*/

#kou3-btn {
    position: fixed;
    z-index: 901;
    bottom: 0;
    right: 90px;
}
#kou3-btn .btn {
    color: #fff;
    background: #999;
    padding: 0 0.45em;
    border-radius: 50%;
    text-align: center;
    display: table;
    font-size: 16px;
    font-weight: 700;
    cursor: pinter;
    width: auto;
    border: none;
}
#kou3-btn .btn::before,#kou3-btn .btn::after{
    display: none;
}
#kou3-btn .btn:hover {
    cursor: pinter;
}
#kou3-btn .btn:active {
    background: #f4d600;
}
#kou3-btn .box {
    max-width: 250px;
    max-height: 120px;
}
#kou3-btn .box:hover{
    opacity:0.5;
    transition:0.3s;
}
 
/* close button */
#kou3-btn .action-close {
    position: relative;
    margin-top: 2em;
}
#kou3-btn .action-close .btn {
    position: absolute;
    right: 0.1em;
    top: 0.1em;
    z-index: 902;
}
#kou3-btn .action-close .box {
    margin-bottom: 2em;
}

 
/* checkbox 非表示 */
#kou3-btn .add-control .checkbox {
    display: none;
}
 
/* close button's control */
#kou3-btn .add-control .action-close #close:checked ~ .btn {
    display: none;
}
#kou3-btn .add-control .action-close #close:checked ~ .box {
    display: none;
}
#kou3-btn .box img {
    height: auto;
    border: solid 1px #999;
    border-radius: 10px;
}



@media only screen and (max-width: 767px) {
    #kou3-btn {
        bottom: 4%;
        left: 3.8%;
        right: auto;
    }
    #kou3-btn .box {
        max-width: 32vw;
        max-height: 16vw;
    }
    #kou3-btn .btn {
        font-size: 12px;
    }    
}


/*--留学生_フローティングボタンの追加--*/

#rgs-btn {
    display: none;/*--高３_フローティングボタン追加のため非表示--*/
    position: fixed;
    z-index: 911;
    bottom: 0;
    right: 90px;
}
#rgs-btn .btn {
    color: #fff;
    background: #999;
    padding: 0 0.45em;
    border-radius: 50%;
    text-align: center;
    display: table;
    font-size: 16px;
    font-weight: 700;
    cursor: pinter;
    width: auto;
    border: none;
}
#rgs-btn .btn::before,#rgs-btn .btn::after{
    display: none;
}
#rgs-btn .btn:hover {
    cursor: pinter;
}
#rgs-btn .btn:active {
    background: #f4d600;
}
#rgs-btn .box {
    max-width: 250px;
    max-height: 120px;
}
#rgs-btn .box:hover{
    opacity:0.5;
    transition:0.3s;
}
 
/* close button */
#rgs-btn .action-close {
    position: relative;
    margin-top: 2em;
}
#rgs-btn .action-close .btn {
    position: absolute;
    right: 0.1em;
    top: 0.1em;
    z-index: 902;
}
#rgs-btn .action-close .box {
    margin-bottom: 2em;
}

 
/* checkbox 非表示 */
#rgs-btn .add-control .checkbox {
    display: none;
}
 
/* close button's control */
#rgs-btn .add-control .action-close #close-rgs:checked ~ .btn {
    display: none;
}
#rgs-btn .add-control .action-close #close-rgs:checked ~ .box {
    display: none;
}
#rgs-btn .box img {
    height: auto;
}



@media only screen and (max-width: 767px) {
    #rgs-btn {
        bottom: 4%;
        left: 3.8%;
        right: auto;
    }
    #rgs-btn .box {
        max-width: 32vw;
        max-height: 16vw;
    }
    #rgs-btn .btn {
        font-size: 12px;
    }    
}


/*------------学科強化施策--------------------------------------------------------------------------------20241218----------ここから---------*/
/*数字アピール-----------------------------------------*/
.gakka-detail__about-data {
    display: grid;
    gap: 20px;
    @media (768px <=width) {
        grid-template-columns: repeat(auto-fit, 48%);
        padding-bottom: 40px;
        justify-content: space-around;
        align-items: stretch;
    }
}

.hotel__about .gakka-detail__about-data {
    @media (768px <=width) {
        grid-template-columns: repeat(auto-fit, 31%);
    }
}

.gakka-detail__about-data .about-data__item {
    position: relative;
    padding: 20px;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 0 var(--icon-bg);
    color: var(--main-color);
}
.gakka-detail__about-data .about-data__item .ttl {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 1.9rem;
    position: relative;
}
.gakka-detail__about-data .about-data__item .sub {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.1rem;
}
.gakka-detail__about-data .about-data__item .num {
    color: #232323;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: normal;
    margin-bottom: 0;
    justify-content: center;
}
.gakka-detail__about-data .about-data__item .num strong {
    margin-right: 4px;
    color: var(--main-color);
    font-weight: 700;
    font-size: 6.2rem;
    line-height: 1;
    font-family: Hanken Grotesk, sans-serif;
    background: none;
    @media (768px <=width < 980px) {
	    font-size: 4.8rem;
	}
    @media (980px <=width < 1446px) {
	    font-size: 4.8dvw;
	}
    @media (1446px <=width) {
	    font-size: 9.4rem;
	}
}
.gakka-detail__about-data .about-data__item .icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 104px;
    height: 104px;
}
.gakka-detail__about-data .about-data__item .unit {
    display: flex;
    padding-bottom: 0;
    justify-content: center;
    position: relative;
}
.gakka-detail__about-data .about-data__item .unit .item {
    margin: 0 auto;
}
.gakka-detail__about-data .outer img{
    width: 100%;
}
/*学科色-----------------------------------------------*/
.hotel__about {
    --main-color: #5cb16e;
    --gradient-end: #000;
    --icon-bg: #eff7f1;
}
/*業界エキスポ-------------------------------------------*/
.gakka-detail__about-data.-flex {
    @media (768px <=width) {
        display: flex;
        justify-content: center;
    }
}
.gakka-detail__about-data.-flex .about-data__item .unit .item {
    width: 100%;
}
.gakka-detail__about-data.-flex .about-data__item .ttl {
    text-align: left;
    position: relative;
}
.gakka-detail__about-data.-flex .outer {
    @media (768px <=width) {
        width: 48%;
    }
}
.gakka-detail__about-data.-flex .about-data__item .tani {
    display: inline-block;
    line-height: normal;
    text-align: left;
    position: relative;
}
.gakka-detail__about-data .about-data__item .gaiyo {
    text-align: left;
    color: #000;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 0;
}
.expo_title {
    margin-bottom: 50px;
    @media (768px <=width) {
        margin- bottom: 80px;
    }
}
.gakka-detail__about-data.-point .c-ttl-pointBbl {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 8px;
}
.gakka-detail__about-data.-point .c-ttl-pointBbl .num {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    width: 72px;
    padding-top: 4px;
    border-radius: 74px 74px 74px 8px;
    background-color: #cfc286;
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1;
}
.gakka-detail__about-data.-point .c-ttl-pointBbl .num em {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 3.1rem;
    line-height: 1;
    font-family: Hanken Grotesk, sans-serif;
}
.gakka-detail__about-data.-point .c-ttl-pointBbl .ttl {
    margin-bottom: 0;
    line-height: normal;
}
.gakka-detail__about-data.-point .icon {
    position: relative;
    margin: 0 auto 20px;
	top: 0;
    right: 0;
}
.gakka-detail__about-data.-point .outer {
    display: block;
    @media (768px <=width) {
	    display: flex;
    }
}
.expo__about {
    --main-color: #005038;
    --gradient-end: #000;
    --icon-bg: #b2cac3;
}

/*------------学科強化施策------------------------------------------------------------------------------------------ここまで---------*/


/*-------------FV下にリンクボタン追加------------------------------------------------------------------------------------------ここから---------*/
@media (width <= 767px) {
    .pickup_field.fv_button:before {
        height: 600px;
        background-size: cover;
        background:linear-gradient(rgba(255,255,255,0) 0, #fff 100%), url(/files/top/pickup_bg_pc.jpg) no-repeat top center;
    }
}
.pickup_field.fv_button .other li:nth-child(1) a:before {
    background: url(/files/top/icon_fv_oc.svg) no-repeat center center;
    @media (width <= 767px) {
        background-size: 100% auto;
    }
}
.pickup_field.fv_button .other li:nth-child(2) a:before {
    background: url(/files/top/icon_fv_siryo.svg) no-repeat center center;
    @media (width <= 767px) {
        background-size: 100% auto;
    }
}
.pickup_field.fv_button .other li:nth-child(3) a:before {
    background: url(/files/top/icon_fv_gakka.svg) no-repeat center center;
    @media (width <= 767px) {
        background-size: 100% auto;
    }
}
.pickup_field.fv_button .other li:nth-child(4) a:before {
    background: url(/files/top/icon_fv_boshu.svg) no-repeat center center;
    @media (width <= 767px) {
        background-size: 100% auto;
    }
}
/*-------------FV下にリンクボタン追加------------------------------------------------------------------------------------------ここまで---------*/


p strong {
     background: linear-gradient(transparent 60%, #55ADEA 100%);
    font-size: 120%;
}
#fixed_top {
    bottom: 90px;
}

/*-------------エアライン学科、５つのvalueのメニュー部分------------------------------------------------------------------------------------------ここから---------*/
.airline ol.point_list {
  counter-reset:number; 
  list-style-type: none!important; 
  padding:0;
    gap: 20px 20px;
    }
.airline ol.point_list li {
    padding: 0.5em 0;
    position: relative;
    padding-left: 2.8em;
    line-height: 1.5em;
    width: calc(100% / 3 - 40px);
    border-radius: 100px;
    justify-content: flex-start;
    background: #fff;
    border: solid 1px #55ADEA;
    @media (width < 768px) {
        width: 100%;
        margin: 0 0 20px;
    }    
}
.airline ol.point_list li:before{
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0.3em;
  font-family: 'Bradley Hand','Segoe Script','Segoe Print',sans-serif;
  font-size: 2.0em;
    color: #55ADEA;
    @media (width < 768px) {
        top: 50%;
        transform: translateY(-50%);
    }
}
.entry_base .airline ol.point_list li a {
    padding: 0;
}
.entry_base .airline ol.point_list li p {
    margin: 0;
    font-weight: 700;
    text-align: left;
    line-height: 1.8;
    font-size: 20px;
    @media (940px <= width < 1440px) {
            font-size: 1.2vw;
    }
    @media (768px <= width < 940px) {
            font-size: 12px;
    }
    @media (390px <= width < 768px) {
            margin: 0 10px 0 0;
            font-size: 16px;
    }
    @media (width < 390px) {
            margin: 0 6px 0 0;
            font-size: 3.8vw;
    }
}
.entry_base .airline ol.point_list li p span {
    display: inline;
    text-align: center;
    background: linear-gradient(transparent 60%, rgba(255, 249, 96, .7) 0%);
}
.entry_base .airline ol.point_list li .num {
    display: none;
}
/*-------------エアライン学科、５つのvalueのメニュー部分------------------------------------------------------------------------------------------ここまで---------*/

/*--------------固定メニュー改（メインフロートメニュー）--------------------------20250203--------------------------------------------------ここから-------*/
.main-float {
    position: fixed;
    right: 0;
    color: #fff;
    z-index: 10;
    @media (768px <= width) {
            top: 50%;
            transform: translateY(-50%);
    }
    @media (width < 768px) {
        bottom: 0px;
        left: 0px;
        transition: transform 0.3s ease;
    }
}
.main-float-list {
    @media (768px <= width){
        width: 90px;
    }
    @media (width < 768px) {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
        gap: 0px 1px;
    }
}
.main-float-list__item{
    @media (768px <= width){
        height: 90px;
    }
}
.main-float-list__item-in {
    position: relative;
    display: block;
    height: 100%;
    background: #fff;
    color: #fff;
    @media (768px <= width) {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.main-float-list__item:first-of-type .main-float-list__item-in {
    color: #55ADEA;
    @media (768px <= width){
        border-radius: 8px 0 0 0;
    }
    @media (width < 768px){
        border-radius: 5px 0 0 0;
    }
}
.main-float-list__item:nth-of-type(2) .main-float-list__item-in {
    background: #55ADEA;
}
.main-float-list__item:nth-of-type(3) .main-float-list__item-in {
    background: #D4C45F;
}
.main-float-list__item:last-of-type .main-float-list__item-in {
    background: #EF8A45;
    @media (768px <= width){
        border-radius: 0 0 0 8px;
    }
    @media (width < 768px){
        border-radius: 0 5px 0 0;
    }
}
.main-float-list__item:first-of-type .main-float-list__item-in:hover {
    background: #F0F0F0;
}
.main-float-list__item:nth-of-type(2) .main-float-list__item-in:hover {
    background: #246898;
}
.main-float-list__item:nth-of-type(3) .main-float-list__item-in:hover {
    background: #82762A;
}
.main-float-list__item:last-of-type .main-float-list__item-in:hover {
    background: #9D4F19;
}





.main-float-list__item+.main-float-list__item {
    @media (768px <= width){
        margin-top: 3px;
    }
}
.main-float-list__item-head {
    text-align: center;
    line-height: 1.2;
    @media (768px <= width) {
        padding: 0px;
        transition: opacity 0.3s ease;
    }
    @media (width < 768px){
        padding: 5px;
    }
}
.main-float-list__item-head-ico {
    display: block;
    margin: 0px auto;
    @media (768px <= width) {
        width: 30px;
    }
    @media (width < 768px){
        width: 25px;
    }
}
.main-float-list__item-head-txt {
    display: block;
    @media (768px <= width) {
        font-size: 1.2rem;
    }
    @media (width < 768px){
        font-size: 1.1rem;
    }
}    
.main-float-list__item-head-txt.is-large {
    @media (768px <= width) {
    }
    @media (width < 768px){
        margin-top: 7px;
        font-size: 1.2rem;
    }
}
.main-float-list__item-head-ico img {
    block-size: auto;
    max-inline-size: 100%;
    display: block;
    width: 100%;
}

/*--------------固定メニュー改（メインフロートメニュー）--------------------------20250203--------------------------------------------------ここまで-------*/
    
/*----------ヘッダーのアクセスボタンを非表示----------20250327-----*/
@media only screen and (max-width: 979px) {
    .sp_menu_wrap .sp_access_btn {
        display: none;
    }
    .sp_menu_wrap .sp_line_btn {
        right: 48px;
    }
}
/*-- トップページのh1周り -------------------------20250424-----*/
header .inner .hosoku {
    display: block;
    width: 500px;
}
header .inner .hosoku p {
    color: #fff;
    width: 337px;
    font-size: 8px;
    padding-left: 10px;
    padding-top: 10px;
    letter-spacing: normal;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    @media (width <= 979px) {
        padding-left: 4px;
        padding-top: 4px;
    }
    @media (width <= 768px) {
        font-size:1.4vw;
        width: 100%;
    }
}
header .inner .hosoku h1{
    margin: 0;
}
.scroll_header header .inner .hosoku p {
    color: #222;
}
@media only screen and (max-width: 979px) {
    header h1 img {
        width: 225px;
        height: 40px
    }
}




/*-------------学科_全体改修----------------------------------------------------------ここから-------------------------------------------------*/

/*-------------鉄道サービス学科_左サイドメニュー-----------------*/
.page_main {
    z-index: 999;
    position: relative;
}
.page_main > aside {
    background-color: #55ADEA;
    width: 350px;
    height: 100%;
    top: 0%;
    left: -350px;
    position: fixed;
    opacity: 0.9;
}
.page_main > aside ul {
    margin: 0;
    padding: 0;
    top: 100px;
    left: 114px;
    position: absolute;
}
.page_main > aside li {
    margin: 20px auto;
    list-style: none;
}
.page_main > aside button {
    background-color: #55ADEA;
    display: block;
    position: absolute;
    top: 35%;
    left: 350px;
    width: 32px;
    height: 132px;
    margin: 0;
    padding: 0;
    border-radius: 0 5px 5px 0;
}
.page_main a {
    color: #fff;
}
.navi_st01 {
    border-top: 1px dashed #fff;
    padding-top: 25px;
    color: #fff;
}
.navi_st02 {
    border-bottom: 1px dashed #fff;
    padding-bottom: 25px;
    color: #fff;
}

.entry_base .job_type.tuika {
    margin: 0;
    padding: 40px 40px 20px;
    border:none;
    @media (width < 768px) {
        padding:40px 10px 10px;
        text-align: left;
    }
}
.entry_base .job_type.tuika dt {
    width: 240px;
    height: 30px;
    border-radius: 999px;
    position: absolute;
    top: 0;
}
.entry_base .job_type.tuika dt .box {
    color: #fff;
    padding: 0;
}
.railway .entry_base .job_type.tuika dt {
    background: #3570af;
}
.entry_base .job_type.tuika dt .box:before {
    display: none;
}
.entry_base .job_type.tuika dd ul{
    list-style: circle;
    display: flex;
    flex-wrap: wrap;
}
.entry_base .job_type.tuika dd li{
    padding: 0px 40px 0 0px;
}




.jisseki .bg_img_list {
    margin-top: -40px;
    margin-bottom: 0;
}
.jisseki h2.ashu.tuika::after {
    top: 40px;
    @media (width < 768px) {
        top: 40px;
    }

}
.railway_sangaku dt {
    font-size: 120%;
    font-weight: 700;
}
.railway_sangaku dd {
    margin-left: 1em;
    margin-bottom: 1em;
}


/*-- 5ポイント -------------------------------*/
.railwaypoints {
    --main-color: #3570af;
    --gradient-end: #000;
    --icon-bg: #a5bdd9;
}
main > section.railwaypoints {
    background: var(--main-color) !important;
    margin: 0;
    padding: 40px 0;
}
.railwaypoints .gakka-detail__about-data.-point .c-ttl-pointBbl .num {
    background-color: var(--main-color);
}
.railwaypoints　.entry_base .sec_head {
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    position: relative;
    background: transparent;
}

.five_p .gakka-detail__about-data {
    @media (768px <=width) {
        grid-template-columns: repeat(auto-fit, 72%);
    }
}

.five_p h2.sec_head.tuika {
    color: #fff;
}
.five_p .entry_base h3 {
    margin: 0 0 32px;
    line-height: 2.2;
    letter-spacing: 0.14em;
    @media (768px <=width){
        margin: 0 0 32px;
        line-height: 2;
        font-size: 1.4rem;
    }
}
.five_p .entry_base h3:before {
    content: none;
}
.five_p .gakka-detail__about-data.-point .gazo {
    position: relative;
    margin: 0 auto 20px;
    width: 80%;
}
/*-- 5ポイント_モーダル -------------------------------*/
.five_p .modal-checkbox {
  display: none;
}
.five_p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
}
.five_p .close {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: translate(50%, -50%);
  z-index: 10;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;  /* 丸みの度合い */
  background: #333; /* ボタンの背景色 */
} 
.five_p .close::before, .five_p .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff; /* バツ印の色 */
} 
.five_p .close::before {
  transform: translate(-50%,-50%) rotate(45deg);
} 
.five_p .close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}    
.five_p .modal-wrapper {
  position: relative;
  width: 80%;
  max-width: 1000px;
  max-height: 70%;
  padding: 20px;
  margin: auto;
  overflow: scroll;
  background-color: #FEFEFE;
  border-radius: 5px;
}
.five_p .modal-checkbox:checked + .modal {
  display: flex;
}
.five_p .btn {
    margin-top: 20px;
    left: 50%;
    transform: translate(-50%,0);
}
.five_p .sec_wrap {
    margin-bottom: 0;
    padding: 20px 10px 10px;
    @media (width < 768px){
        margin: 0;
        padding: 16px 4% 8px;
    }
}
.railwaypoints.five_p h4 {
    margin: 0 0 15px;
    padding: 0 0 6px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
    position: relative;
    color: var(--main-color);
    border-bottom: dashed 2px var(--main-color);
    @media (width <768px){
        margin: 12px 0;
        padding: 0 0 4px;
        font-size: 1.6rem;
    }
}

.fukidashi{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 14px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #3570af;
    border-radius: 15px;
    color: #fff;
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #3570af;
    @media (width < 768px) {
  top: -12px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #3570af;
    }
}

.fukidashi p {
  margin: 0;
  padding: 0;
}
/*-------------動画でみる---------------------------------------*/
.doga .video {
    max-width: unset;
    margin-bottom: 40px;
}
.doga .size16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: >16 / 9;
    max-width: 600px;
    display: block;
    margin: auto;
}
.doga .entry_base h3{
    margin-bottom: 16px;
}
.deco_lt.shokugyo:before {
    top: -80px;
}

.clm_1_nomal {
    text-align: center;
    margin-bottom: 20px;
}
/*-------------学科_全体改修----------------------------------------------------------ここまで-------------------------------------------------*/


.img_box.odd figcaption {
     left: 0; 
}
/*-------- 学科のコースで不具合があったので非表示 ----------- 20250516 ----------
.caption_list li {
    width: calc(70% / 3);
}
*/

/*-------------　学科の設備スライダー_シミュレータースライダー_フローティングボタン　----------------------------------------------------------ここから-------------------------------------------------*/
.gakka-setubi-slick {
    width: 90%;
    max-width: 1446px;
    margin: 30px auto;
}
.gakka-setubi-slick__item {
    margin-right: 5px;
    margin-left: 5px;
}
.gakka-setubi-slick__item img {
    height: auto;
    width: 100%;
}
.gakka-simulator__container {
  padding-top: 0;
  padding-bottom: 30px;
}
.gakka-simulator-slick {
  width: 100%;
  max-width: 1446px;
  margin: 30px auto;
    @media (width < 768px) {
    margin: 5% auto;
  }
}
.gakka-simulator-slick__item {
  margin-right: 5px;
  margin-left: 5px;
}
.gakka-simulator-slick__item img {
    height: auto;
    width: 100%;
    transform: scale(.7);
    transition: transform .5s; 
}
.gakka-simulator-slick__item.slick-center img {
    transform: scale(1);
}   
.gakka_anime_btn_box{
  position: absolute;
    bottom: 0;
    right: 18%;
  margin: 0;
    @media (width < 768px) {
    bottom: 4%;
    right: 4%;
  }
}
#gakka_btn_animation .gakka_anime_btn {
  display: block;
  width: 200px;
  height: 200px;
  cursor: pointer;
  animation: gakka_btn_animation 2s infinite;
    @media (width < 768px) {
        width: 30vw;
        height: 30vw;
    }
}
@keyframes gakka_btn_animation {
    0% {
        transform: translate(4px, 0px);
    }
    5% {
        transform: translate(-4px, 0px);
    }
    10% {
        transform: translate(4px, 0px);
    }
    15% {
        transform: translate(-4px, 0px);
    }
    20% {
        transform: translate(4px, 0px);
    }
    25% {
        transform: translate(-4px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
/*-------------　学科の設備スライダー_シミュレータースライダー_フローティングボタン　----------------------------------------------------------ここまで-------------------------------------------------*/
/*-------------　フッターオープンキャンパスをバナー化　----------------------------------------------------------ここから-------------------------------------------------*/
.oc_field.bnr{
    text-align: center;
}
.oc_field.bnr .pc{
    display: block;
    @media (width < 768px) {    
        display: none;
    }
}
.oc_field.bnr .sp{
    display: none;
    @media (width < 768px) {    
        display: block;
    }
}
.oc_field.bnr::before{
    content: none;
}
.oc_field.bnr img{
    height: auto;
}
/*-------------　フッターオープンキャンパスをバナー化　----------------------------------------------------------ここまで-------------------------------------------------*/





