@charset "UTF-8";

/* Jstream */
.mcg_movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.mcg_movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* add */
.seiretsu_block .wp-block-columns{    flex-wrap: wrap;}
.seiretsu_block .wp-block-column:not(:first-child) {
        margin-left: 0!important;
    }
@media (min-width: 782px){.seiretsu_block .wp-block-column:nth-child(2n-1){margin-right: 2em!important;}}
.seiretsu_block .wp-block-column {
    flex-grow: inherit;        flex-basis: inherit;
    min-width: calc(50% - 1em);
}
a{
    color: #1D4A9E;

}
a:hover:not(header > .wrapper > h1 > a, footer > section > div > a){
    color: #E5573E;
    text-decoration: none;
}

header > .wrapper > h1 > a{
    text-decoration: none;
}

.c-row__col img{
    width: 100%;
    height: auto;
}
.wp-block-image img{
    height: auto;
}

.mcg_question{
    position: relative;
    padding-left: 25px;
    color: #1D4A9E;
}
.mcg_question:before{
    position: absolute;
    left: 0;
    content: 'Q';
}
.mcg_answer{
    position: relative;
    padding-left: 25px;
}
.mcg_answer:before{
    position: absolute;
    left: 0;
    content: 'A';
}
.site-main .wp-block-group__inner-container{
    padding: 0px;
}

.wp-block-columns{
    margin-top: 20px;
    margin-bottom: 40px;
}
.arrow .wp-block-button__link{
    text-decoration: none;
}

.arrow .wp-block-button__link:hover{
    border: 1px #fff solid
}
.wp-block-button__link:visited:not(footer > section > div > a) {
    color: #1D4A9E;
}
.wp-block-button__link:visited:hover:not(footer > section > div > a) {
    color: #fff;
}
.wp-block-image figcaption{
    text-align: center;
}

iframe{
    max-width: 100%;
}

/** 「就職＆求人状況」table **/
.table_employment{
    width: 100%;
}
.table_employment th{
    width: 30%;
    font-weight: bold !important;
}
.table_employment td{
    width: 70%;
    padding: 6px !important;
}
.table_pt th{
    background-color: #fab415 !important;
}
.table_ot th{
    background-color: #6ac35f !important;
}


/** 「画像と文章」の見出し マージン打ち消し **/
.is-root-container h3{
    margin-top: 50px;
    padding: 0 0 10px;
}

/** 中間ページ **/
.interlevel_link{
    margin-bottom: 30px;
}
.interlevel_link > .c-row > .c-row__col{
    border-radius: 10px;
    position: relative;
    padding: 20px;
    margin: 0.5%;
    background-color: #fff;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .1));
}
.interlevel_link > .c-row > .c-row__col:hover{
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .2));
}
.interlevel_link img{
width: 100%;
height: 162px;
object-fit: cover;
}
.interlevel_link .department img{
height: 300px;
}
.interlevel_link h3{
    margin-top: 20px !important;
}
.interlevel_link ul li::before{
    content: "≫";
    display: block;
    position: absolute;
    top: 0;
    left: -3px;
    color: #9d9d9d;
    background-color: inherit;
}
.interlevel_link ul li{
    display: inline-block;
    margin: 0 15px;
}
.interlevel_link .c-row[data-lg-columns="3"] > .c-row__col{
    flex: 0 1 32%;
}

.interlevel_link .c-row[data-lg-columns="1"] > .c-row__col{
    flex: 0 1 98%;
}
@media screen and (max-width: 1023px) {
.interlevel_link .c-row[data-md-columns="2"] > .c-row__col{
    flex: 0 1 49%;
}
}
@media screen and (max-width: 599px) {
.interlevel_link .c-row[data-columns="1"] > .c-row__col {
    flex: 0 1 100%;
}
}

/** 中間ページ2 **/
.interlevel_2_link > .c-row > .c-row__col{
    border-radius: 10px;
    position: relative;
    padding: 10px 20px;
    margin: 0.5%;
    background-image: url(/wp-content/uploads/2021/12/dotted_white.png);
    background-position: center;
    color: #1D4A9E;
    border: #1D4A9E 2px solid;
}

.interlevel_2_link > .c-row > .c-row__col:before {
  content: '';
  width: 30px;
  height: 30px;
  background: #1D4A9E;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: #fff 1px solid;
}
.interlevel_2_link > .c-row > .c-row__col:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}

.interlevel_2_link > .c-row > .c-row__col:hover{
    background-image: url(/wp-content/uploads/2021/12/dotted_blue.png);
    background-position: center;
    color: #fff;

}
.interlevel_2_link > .c-row > .c-row__col h3{
    margin-top: 10px;
}
.interlevel_2_link .c-row .c-row__col a{
    color: inherit;
}
.interlevel_2_link .c-row .c-row__col a:hover{
    opacity: 1;
}
.interlevel_2_link .c-row .c-row__col .smb-items__item .smb-items__item__body h3{
    position: relative;
    border: none;
    margin-bottom: 0;
}
@media (min-width: 1024px) {
.c-row[data-lg-columns="2"] > .c-row__col{
    flex: 0 1 49%;
}
}
@media screen and (max-width: 599px) {
.interlevel_2_link .c-row[data-columns="1"] > .c-row__col {
    flex: 0 1 100%;
}
.interlevel_2_link h3{
    margin-top: 20px;
}
}


/** 項目のマージン_画像のみ **/
.item_img_only .c-row[data-columns="1"] > .c-row__col,
.item_img_only .c-row[data-lg-columns="2"] > .c-row__col{
    margin-bottom: 0;
}
.c-row--margin{
    margin-top: 20px;
}


/** スライダー **/
div#n2-ss-2 .n2-ss-slider-1,
div#n2-ss-2 .n2-ss-slider-4,
div#n2-ss-2 .n2-ss-slider-4 > *{
    max-height: 950px;
}

.n2-ss-slider .n2-ss-section-main-content,
.n2-ss-slider .n2-ss-layer[data-sstype="slide"]{
    padding: 0 !important;
}

/** 学校長挨拶写真 **/
.message_img{
    max-width: 100%;
    margin: auto;
}
@media screen and (max-width: 599px) {
    .message_img{
        max-width: 70%;
    }
}


/** フォーム **/
.mw_wp_form .wp-block-buttons input[type="submit"] {
    margin: 0;
    padding: 12px;
    color: #1D4A9E;
    font-weight: bold;
}
.mw_wp_form .wp-block-buttons input[type="submit"]:hover{
    color: #fff;
}

.is-root-container ul li.blocks-gallery-item{
    padding: 0;
}
.is-root-container ul li.blocks-gallery-item::before{
    display: none;
}

.form_required::after {
    content: '必須';
    background-color: #E5573E;
    display: block;
    border-radius: 0.3rem;
    color: rgba(255,255,255,.8);
    font-size: 1rem;
    line-height: 1;
    padding: 0.2rem 0.8rem;
    margin-left: 0.8rem;
    box-sizing: border-box;
    width: 60px;
    display: inline;
}

.form_igs{
    width: 100%;
}
.form_igs dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.form_igs dt{
    width: 30%;
    margin-bottom: 10px;
    font-weight: bold;
}
.form_igs dd{
    width: 65%;
    margin: 0 10px;
}

.form_sex dd,.form_zip dd .form_postalcode{
    display: flex;
    flex-wrap: wrap;
}
.mwform-radio-field,.form_zip dd .form_postalcode *{
    width: 32% ;
}
.mwform-radio-field label span{
    padding-left: 30px;
}
.mwform-radio-field label input{
    left: 0;
}

.mw_wp_form .vertical-item + .vertical-item{
    margin-top: 0;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
textarea,
.select-wrapper{
    width: 100%;
}

@media screen and (max-width: 767px) {
.form_igs dt{
    width: 100%;
}
.form_igs dd{
    width: 100%;
}
.form_sex dd{
    justify-content: space-between;
}
}

/** パンくずリスト **/
.breadcrumb-area{
    background-color: #333;
    color: #fff;
}
.breadcrumb-area_contents{
    max-width: 1200px;
    padding: 10px;
    margin: auto;
}
.breadcrumb-area_contents a{
    color: #fff;
    text-decoration: none;
}
.breadcrumb-area_contents a:hover{
    color: #9d9d9d;
}


#floating-menu a.light_blue {
    background-color: #72CFFF;
}



.yt{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.yt iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/*
entry btn
*/

/* solid013 */
.button_solid013 a {
    background: #F24C27;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border-radius: 5px;
    border-bottom: 4px solid #F21905;
    overflow: hidden;
}

.button_solid013 a:hover {
    color: #F2B5A7!important;
}

.button_solid013 a:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.button_solid013 a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 3s infinite;
}
@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.button_solid013 a:after {
  content: '»';
  display: inline-block;
  color: #fff;
  padding-left: 10px;
  font-size: 20px;
}

/*
entry btn
*/
.kohsen_links {
	margin-top: 15px;
}
.kohsen_links .wp-block-buttons {
    justify-content: center;
}

/**/

 .box_opencampus_wrap{position:fixed;z-index:10000;      bottom: 160px;
    right: 0%;
   /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
    }

.box_opencampus_wrap.is-visible {
    opacity: 1;
    pointer-events: auto;
    }

 .box_opencampus_wrap.orange_wrap2{position:fixed;z-index:10000;   bottom: 190px;
    right: 0%;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
    }

    .box_opencampus{position:relative;border-top: 10px solid #2479ff;
    border-bottom: 10px solid #2479ff;padding:0 10px;background:#f3f1eb;
    width:220px;    border-radius: 6px;
    }
    .box_opencampus:before {
    width: 0;
    height: 0;
    border-top: 30px solid #f6fa0a;
    border-right: 30px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
}.box_opencampus:after {
    width: 0;
    height: 0;
    border-bottom: 30px solid #f6fa0a;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    content: "";
}
.box_opencampus_in {
    background: #fff;
    padding:14px 20px;
    font-weight: bold;
}.box_opencampus_in p {
    text-align: center;
    color: #000000;
    font-feature-settings: "palt";
    font-size: 16px;
    white-space: nowrap;
} 



.mu01{background:#2479ff;color:#fff;text-align:center;    border-radius: 6px;}
.mu01.apply_btn{    font-size: 16px;}

.box_opencampus_wrap.orange_wrap2 .box_opencampus_in p{line-height:1.4;}
.box_opencampus_wrap.orange_wrap2 .box_opencampus_in {
    background: #fff;
    padding:10px 20px;
    padding-top: 5px;
    font-weight: bold;
}

a:hover .mu01{background:#000;}
/**/

.orange_wrap .box_opencampus{border-top: 10px solid #c56018;
    border-bottom: 10px solid #c56018;background:#cfe1b6;
    }

.orange_wrap .box_opencampus:before {

    border-top: 30px solid #cb9146;
}.orange_wrap .box_opencampus:after {
    border-bottom: 30px solid #cb9146;
}
.orange_wrap .box_opencampus_in p {
    color: #c56018;
} 
.orange_wrap .mu01 {
    background: #c56018;}
.orange_wrap a:hover .mu01{background:#666;}

  @media (max-width: 768px) {
       .box_opencampus_wrap{position:fixed;z-index:10000; bottom: 20px;  /* top: 80%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
    }
    .mu01.apply_btn{font-size:calc(16px * 0.6);}
      .box_opencampus_wrap.orange_wrap2 .box_opencampus_in{    padding: 10px 0px;
    padding-top: 5px;}
      .box_opencampus_wrap.orange_wrap2{bottom:140px;}
    .box_opencampus{position:relative;border-top: 6px solid #2479ff;
    border-bottom: 6px solid #2479ff;padding:0 6px;background:#f3f1eb;
    width:calc(220px * 0.6);
    }      
          .box_opencampus:before {
    width: 0;
    height: 0;
    border-top: 18px solid #f6fa0a;
    border-right: 18px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
}.box_opencampus:after {
    width: 0;
    height: 0;
    border-bottom: 18px solid #f6fa0a;
    border-left: 18px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    content: "";
}
.box_opencampus_in {
    background: #fff;
    padding:calc(20px * 0.6);
    font-weight: bold;
}.box_opencampus_in p {
    text-align: center;
    color: #672d91;
    font-feature-settings: "palt";
    font-size: calc(16px * 0.6);
    white-space: nowrap;
      }   }

/* 追従ボックス内のhero__opencampusリセット */
.box_opencampus_wrap .hero__opencampus {
  position: static;
  bottom: auto;
  right: auto;
  border-top: none;
  border-left: none;
}

/* 追従オープンキャンパスBOX：ボタン全体をクリック可能に見せる */
.box_opencampus_wrap > a {
  display: block;
  cursor: pointer;
}

/* 追従オープンキャンパスBOX：ボタンのどこにホバーしても「詳しくはこちら」の色を変える */
.box_opencampus_wrap > a:hover .hero__opencampus-link {
  color: var(--red);
  background-size: 100% 1px, 100% 1px;
}

/* TOPページ ヒーロー内オープンキャンパスBOX：ボタン全体をクリック可能にし、どこをホバーしても「詳しくはこちら」の色を変える */
.hero__opencampus-link-wrap {
  display: block;
  cursor: pointer;
}

.hero__opencampus-link-wrap:hover .hero__opencampus-link {
  color: var(--red);
  background-size: 100% 1px, 100% 1px;
}

/* PDF/Word/Excelダウンロード アイテムボックス */
.item-box {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 20px 60px 0;
}
.item-box > div > a {
    display: block;
    text-decoration: none;
}
.item-box > div > a::before {
    content: none !important;
    display: none !important;
    margin-right: 0;
}
.item-box figure {
    margin: 0 0 10px;
}
.item-box figure img {
    width: 50px;
    height: auto;
}
.item-box > div > a > div p {
    margin: 0;
    color: #1D4A9E;
    font-size: 14px;
    line-height: 1.6;
}

/* 在校生の方へ：item-boxの幅を揃えて折り返し位置を統一 */
.student-file-list .item-box {
    width: 130px;
}

/* 情報公開項目：item-boxを縦並び・左寄せ・アイコンとテキストを横並びに */
.disclosure-list .item-box {
    display: block;
    text-align: left;
    margin: 0 0 16px;
}
.disclosure-list .item-box > div > a {
    display: flex;
    align-items: center;
    gap: 12px;
}
.disclosure-list .item-box figure {
    margin: 0;
    flex-shrink: 0;
}
.disclosure-list .item-box figure img {
    width: 28px;
}

/* 情報公開項目：ラベル＋リンク1つ1つに小さいアイコンを付けて並べる行 */
.disclosure-list p.disclosure-line {
    margin: 0 0 16px;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
}
.disclosure-list .icon-link {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    gap: 4px;
    color: #1D4A9E;
    text-decoration: none;
}
.disclosure-list .icon-link:hover {
    color: #1D4A9E;
}
.disclosure-list .icon-link::before {
    content: none !important;
    display: none !important;
    margin-right: 0;
}
.disclosure-list .icon-link img {
    width: 18px;
}

/* ボタンブロック内のPDFリンク：Font AwesomeアイコンではなくPDFアイコン画像を表示 */
.wp-block-button__link[href$=".pdf"]::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
    background: url(../image/icon/pdf.png) no-repeat center / contain;
    font-family: inherit;
}

/* スマホ表示：PDF/Word/Excel等のファイルアイコンを一回り小さく */
@media (max-width: 768px) {
    .item-box figure img {
        width: 32px;
    }
    .disclosure-list .item-box figure img {
        width: 18px;
    }
    .disclosure-list .icon-link img {
        width: 11px;
    }
}