@charset "UTF-8";
/**
 * Bootstrapの上書き
 */
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .row-narrow-for-sp {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row-narrow-for-sp > * {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (min-width: 1290px) {
  .container {
    width: 1230px;
    max-width: 100%;
  }
}

body {
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

/**
 * フェードイン
 */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  position: relative;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * 汎用
 */
.nowrap {
  white-space: nowrap;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

.container-inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/**
 * 全体
 */
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

body {
  font-size: 14px;
}

/**
 * Google Fonts
 */
.wf-roundedmplus1c {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-weight: 400;
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho", serif;
}

/**
 * SPヘッダー
 */
.sp-header {
  position: relative;
  background-color: #fff;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  border-bottom: 2px solid #ffb400;
  padding-left: 15px;
  padding-right: 15px;
}

.sp-header .logo {
  max-width: 70%;
  font-size: 1px;
  margin: 7px 0 0 0;
}

.sp-header .logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
  vertical-align: top;
}

.sp-gnav {
  position: absolute;
  z-index: 99;
  width: 100%;
  font-size: 16px;
  background-color: #fffbf2;
}

.sp-gnav section {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  margin-bottom: 24px;
  margin-top: 19px;
}

.sp-gnav section h3 {
  color: #fff;
  padding: 5px 7px;
  border-radius: 5px 5px 0 0;
}

.sp-gnav section.sp-submenu-business h3 {
  background-color: #18bcd4;
}

.sp-gnav section.sp-submenu-art h3 {
  background-color: #70b149;
}

.sp-gnav section.sp-submenu-child h3 {
  background-color: #e3889a;
}

.sp-gnav .sp-submenu {
  padding: 10px 20px;
  /* 第三階層はデフォルトでは非表示 */
  /* activeの場合は表示 */
}

.sp-gnav .sp-submenu > li > ul {
  display: none;
}

.sp-gnav .sp-submenu > li.active:before {
  content: none;
}

.sp-gnav .sp-submenu > li.active > a {
  color: #888 !important;
}

.sp-gnav .sp-submenu > li.active ul {
  display: block;
  margin-bottom: .5em;
  margin-top: 0;
}

.sp-gnav .sp-submenu > li.active ul > li {
  background-image: none;
  position: relative;
  padding-left: 20px;
}

.sp-gnav .sp-submenu > li.active ul > li:before {
  content: '';
  height: 4px;
  width: 4px;
  background-color: #ffb400;
  display: inline-block;
  left: 17px;
  top: .8em;
}

.sp-gnav .sp-submenu a {
  color: #333;
  display: block;
  font-size: 14px;
  padding: 5px 20px 5px 7px;
}

.sp-gnav .sp-submenu li {
  position: relative;
}

.sp-gnav .sp-submenu li.current > a {
  color: #ffb400;
}

.sp-gnav .sp-submenu li:before {
  content: '';
  background-image: url("../images/icon-arrow-orange.svg");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 9px;
}

.sp-gnav .sp-submenu li.outlink a:after {
  content: '';
  background-image: url("../images/icon-out-orange.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 7px;
  vertical-align: -5px;
}

.sp-gnav .sp-submenu li:nth-child(n+2) {
  background-image: linear-gradient(to right, #ffb400, #ffb400 2px, transparent 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}

.sp-gnav ul {
  list-style: none;
  padding: 0;
}

.sp-gnav > ul > li {
  border-bottom: 1px solid #fff;
}

.sp-gnav > ul > li > a {
  display: block;
  background-color: #ffe9b3;
  color: #212529;
  padding: 5px 15px;
  text-align: center;
}

.sp-gnav > ul > li > a.sp-submenu-toggle {
  position: relative;
}

.sp-gnav > ul > li > a.sp-submenu-toggle:after {
  content: url(../images/icon-toggle-down.svg);
  position: absolute;
  right: 15px;
  top: 7px;
}

.sp-gnav > ul > li > a.sp-submenu-toggle.active:after {
  content: url(../images/icon-toggle-up.svg);
}

.sp-submenu {
  display: none;
}

#bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: none;
}

/**
 * PCヘッダー
 */
.pc-header-wrapper {
  border-bottom: 2px solid #ffb400;
  height: 92px;
}

.pc-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.pc-header .logo {
  margin-top: 24px;
}

.pc-header-right-container {
  margin-top: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pc-header-right-container-inner {
  width: 512px;
  margin-right: 15px;
}

.subnav1 a {
  color: #212529;
  background-color: rgba(255, 180, 0, 0.4);
  display: block;
  width: 100%;
  height: 28px;
  text-align: center;
  line-height: 27px;
  border-radius: 14px;
}

.subnav1 a:hover {
  background-color: #ffb400;
  color: #fff;
}

.subnav2 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 7px;
}

.subnav2 ul li {
  display: inline-block;
}

.subnav2 ul li:nth-child(n+2) {
  margin-left: 8px;
}

.subnav2 ul li a {
  color: #212529;
}

.subnav2 ul li a:before {
  content: '';
  background-image: url("../images/icon-arrow-orange.svg");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 4px;
  vertical-align: -2px;
}

.subnav2 ul li a:hover {
  color: #ffb400;
}

.lang-link-container {
  border: 1px solid #ffb400;
  height: 52px;
  padding: 0 5px;
  text-align: center;
}

.lang-link-container ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.lang-link-container ul li {
  line-height: 25px;
}

.lang-link-container ul li:first-child {
  background-image: linear-gradient(to right, #ffb400, #ffb400 2px, transparent 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.lang-link-container ul a {
  color: #ffb400;
}

.lang-link-container ul a:after {
  content: '';
  background-image: url("../images/icon-out-orange.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 7px;
  vertical-align: -6px;
}

.lang-link-container ul a:hover {
  color: #888;
}

/**
 * フッター（PC/SP共通）
 */
.footer-nav-wrapper {
  background-color: #888888;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .footer-nav-wrapper {
    padding-bottom: 30px;
  }
}

.footer-nav-title {
  color: #fff;
  text-align: center;
}

.footer-nav ul {
  max-width: 600px;
  font-size: 16px;
  list-style: none;
  padding-left: 0;
  margin: 30px auto 0 auto;
}

.footer-nav ul li {
  border-top: 1px solid #fff;
}

.footer-nav ul li a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}

.footer-nav ul li a:before {
  content: '';
  background-image: url("../images/icon-out-white.svg");
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 7px;
  vertical-align: -3px;
}

@media (min-width: 768px) {
  .footer-nav ul li a {
    padding-left: calc(50% - 6em);
  }
}

.footer-middle {
  background-image: url("../images/footer-middle-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-bottom: 200px;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-middle {
    background-size: 100% auto;
    background-position: 50% 10%;
  }
}

.social-icons {
  list-style: none;
  padding: 40px 0;
  margin-bottom: 0;
}

.social-icons li {
  display: inline;
  margin-left: 8px;
  margin-right: 8px;
}

.social-icons a {
  background-color: #524f4f;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  line-height: 38px;
}

.footer-middle-nav {
  max-width: 800px;
}

.footer-middle-nav a {
  border: 2px solid #524f4f;
  color: #524f4f;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 5px 0;
  margin-bottom: 7px;
}

.footer-middle-nav a:hover {
  background-color: rgba(255, 180, 0, 0.2);
}

.footer-middle-nav .address {
  line-height: 1.25;
  margin: 30px 0 5px 0;
}

.footer-middle-nav .address span a {
  border: none;
  color: #524f4f;
  border-radius:0;
  background-color: transparent;
  width:inherit;
  display:inherit;
  padding: 5px 0;
  margin-bottom: 7px;
}

.page-footer {
  background-color: #888;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 12px;
}

.page-footer .copyright {
  margin-bottom: 0;
}

/**
 * ページトップボタン
 */
.pagetopbtn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #ffb400;
  display: inline-block;
  text-align: center;
  line-height: 41px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/**
 * インターネット出願はこちら
 */
 /*--------
 	<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">を
  headに追加する！
 ---------*/
 .floating-banner {
 	position: fixed;
  z-index: 99999;
 	text-align: center;
 	font-weight: 700;
 }
 .floating-banner a{
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #ffb400;
  text-decoration: none;
  background-color: #005bac;
  display: inline-block;
 }

 @media (max-width: 992px) {
 	.floating-banner .pc_text {
 		display: none;
 	}

   .floating-banner {
     bottom: 20px;
 		left: 0;
 		right: 0;
 		margin: auto;
 		font-size: 20px;
 		letter-spacing: 0.1rem;
   }
 	.floating-banner a{
 		margin-left: auto;
 		margin-right: auto;
 		min-width: 250px;
 		border-radius: 8px;
 		padding:12px 10px;
 		border: 3px #fff solid;
 	}
 }

 @media (min-width: 993px) {
 	.floating-banner .sp_text {
 		display: none;
 	}

 	.floating-banner {
 		top: 0;
     bottom: 0;
 		right: 0;
 		margin: auto;
 		-ms-writing-mode: tb-rl;
 		writing-mode: vertical-rl;
 		font-size: 26px;
 		letter-spacing: 0.25rem;
   }
 	.floating-banner a{
 		border-radius: 8px 0 0 8px;
 		padding:30px 20px;
 		border-top: 3px #fff solid;
 		border-bottom: 3px #fff solid;
 		border-left: 3px #fff solid;
 	}
 }


/**
 * トップページ
 */
/**
 * イメージマップ
 */
.pc-imagemap {
  margin: 50px 0;
  text-align: center;
}

.pc-imagemap img {
  max-width: 100%;
}

.sp-imagemap {
  margin: 50px 0;
  text-align: center;
}

.sp-imagemap img {
  max-width: 100%;
}

/**
 * スライダー
 */
.slider img {
  width: 100%;
}

.slick-dots {
  bottom: 20px;
  max-width: 1200px;
  text-align: right;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .slick-dots {
    left: calc((100% - 1200px) / 2);
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/**
 * バナー
 */
.top-banner-container {
  text-align: center;
}

.top-banner-container div {
  margin-bottom: 16px;
}

.top-banner-container img {
  width: 100%;
  max-width: 280px;
}

@media (min-width: 576px) {
  .top-banner-container div:nth-child(odd) {
    text-align: right;
  }
  .top-banner-container div:nth-child(even) {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .top-banner-container img {
    max-width: none;
  }
}

/**
 * NEWS
 */
.top-news-title {
  font-family: "Vollkorn", serif;
  font-size: 30px;
  width: 6em;
  margin: 50px auto;
  text-align: center;
  position: relative;
  padding: 20px 0 17px 0;
}

.top-news-title:before {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #212529;
  border-bottom: 1px solid rgba(33, 37, 41, 0.5);
}

.top-news-title:after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #212529;
  border-top: 1px solid rgba(33, 37, 41, 0.5);
}

.top-news-subtitle {
  font-size: 12px;
  font-family: "Sawarabi Mincho", serif;
  border-bottom: 1px solid rgba(33, 37, 41, 0.5);
  padding-bottom: 2px;
  margin-bottom: 18px;
  margin-top: 50px;
}

.top-news-subtitle span {
  font-size: 20px;
  font-family: "Vollkorn", serif;
}

.top-info-date {
  font-size: 12px;
  margin-bottom: 0;
}

.top-info-text {
  margin-bottom: 0;
}

.top-info-text a {
  color: #212529;
}

.top-info-text a:hover {
  color: #ffb400;
}

/*
.unit-information:first-child {
  border-right: 1px solid rgba(33, 37, 41, 0.5);
}
*/
.unit-information {
	padding-top: 5px;
	padding-bottom: 5px;
}
.unit-information:first-child,
.unit-information:nth-child(2){
	padding-top: 0px;
}
.unit-information:nth-child(even) {
  border-left: 1px solid rgba(33, 37, 41, 0.5);
}
@media (max-width: 767px) {
  .unit-information:nth-child(even) {
		border-left: none;
  }
}

.topics-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

.topics-label {
  font-size: 10px;
  width: 4.6em;
  height: 16px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 1px;
}

.topics-label-common {
  border: 1px solid #ffb400;
  color: #ffb400;
}

.topics-label-business {
  background-color: #18bcd4;
  color: #fff;
}

.topics-label-art {
  background-color: #70b149;
  color: #fff;
}

.topics-label-child {
  background-color: #e3889a;
  color: #fff;
}

.topics-label-student {
  color: #ffb400;
  background-image: url(../images/ic_student.gif);
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-right: 14px;
}

.topics-date {
  font-size: 12px;
  color: #212529;
  margin-bottom: 0;
}

.top-topics-text {
  margin-top: 3px;
  margin-bottom: 0;
  color: #212529;
}

a:hover .top-topics-text {
  color: #ffb400;
}

a:hover .topics-thumb {
  opacity: 0.75;
}

.topics-thumb {
  width: 100%;
  max-height: 188px;
  height: 30vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.topics-thumb-noimage {
  border: 1px solid #ccc;
}

.topics-card {
  margin-bottom: 30px;
}

.button-view-all {
  border: 1px solid #ffb400;
  color: #ffb400;
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 35px;
  line-height: 36px;
}

.button-view-all:before {
  content: '';
  background-image: url("../images/icon-arrow-orange.svg");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 7px;
  vertical-align: -2px;
}

.button-view-all:hover {
  background-color: rgba(255, 180, 0, 0.2);
  color: #ffb400;
}

.top-news-container {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .top-news-container {
    margin-bottom: 100px;
  }
}

/**
 * Twitter
 */
.top-twitter-wrapper {
  background-color: #fff0cc;
  background-image: -webkit-linear-gradient(left, #fff8e6 50%, transparent 50%, transparent);
  background-image: linear-gradient(to right, #fff8e6 50%, transparent 50%, transparent);
  background-size: 5px 5px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-twitter-header {
  text-align: center;
  background-image: url(../images/top-twitter-bg.png);
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: 50% 0;
  max-width: 600px;
  padding-bottom: 10px;
  height: 17vh;
  max-height: 184px;
  min-height: 120px;
}

@media (min-width: 768px) {
  .top-twitter-header {
    height: 184px;
    padding-top: 30px;
  }
  .top-twitter-title {
    font-size: 35px;
  }
}


/* twitter iframe  */
@media screen and (max-width: 568px){
	iframe.twitter-timeline-rendered {
		width: 270px !important;
	}
}
@media screen and (max-width: 667px) {
	iframe.twitter-timeline-rendered {
		width: 460px !important;
	}
}


.top-twitter-title {
  font-size: 30px;
  font-family: Vollkorn, serif;
  display: inline-block;
  border-bottom: 1px solid rgba(33, 37, 41, 0.5);
  margin-bottom: 0;
}

.top-twitter-account {
  font-size: 12px;
}

.top-twitter-tagline {
  margin-bottom: 0;
}

.twitter-container{
	text-align: center;
}
.twitter-container img {
  max-width: 100%;
}

/**
 * Instagram
 */
.top-instagram-wrapper {
  background-image: url(../images/top-instagram-bg.png);
  background-color: #9e7001;
  background-repeat: no-repeat;
  background-size: 130% auto;
  background-position: 60% 0;
  padding-top: 40px;
  padding-bottom: 25px;
  text-align: center;
  color: #fff;
}

.top-instagram-title {
  font-size: 30px;
  font-family: Vollkorn, serif;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}

.top-instagram-account {
  font-size: 12px;
  margin-bottom: 0;
}

.dummy-instagram {
  width: 100%;
}

.top-instagram-snap {
  margin: 0 0 30px 40px;
}

.top-instagram-snap img {
  max-width: 90px;
  height: auto;
}

@media (min-width: 768px) {
  .top-instagram-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 60% 100%;
    background-size: 170% auto;
  }
  .top-instagram-title {
    font-size: 35px;
  }
  .top-instagram-snap {
    max-width: none;
    margin-top: 20px;
  }
  .top-instagram-tagline {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .top-instagram-wrapper {
    background-size: cover;
    background-position: 70% 120%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.insta__wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.insta__item {
	margin: 1rem;
	position: relative;
	overflow: hidden;
	width: 30%;
}
.insta__item img{
	width: 100%;
}
.insta__item video{
	width: 100%;
}

.caption_txt{
	position: absolute;
	bottom: 0;
	white-space: pre-line;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background-color: #3d3f52;
	color: #fff;
	opacity: 0;
	transform: translateY(100%);
	transition: transform .6s;
	width:100%;
	padding: 4px 0;
	font-size: 12px;
}
.insta__hover{
	opacity: 1;
	transform: none;
}

/**
 * 資料請求バナー
 */
.banner-shiryou-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

/**
 * バナー枠
 */
.banner-shiryou-container img {
  /*border: 1px solid #888;*/
 /* max-width: 100%;*/
  /*padding: 3px;*/
  /*margin-bottom: 20px;*/
}
img.borderWrapp {
  border: 1px solid #ccc;
  padding: 2px;
}

/**
 * Message
 */
.top-message-wrapper {
  background-color: #ffe800;
  padding: 50px 0;
  text-align: center;
}

.top-message-title {
  font-size: 30px;
  font-family: Vollkorn, serif;
  display: inline-block;
  border-bottom: 1px solid #212529;
  margin-bottom: 5px;
}

.top-message-jp {
  font-size: 12px;
  margin-bottom: 20px;
}

.top-message-tagline {
  margin-bottom: 20px;
  font-size: 18px;
}

/**
 * スラッグごとのヘッダー
 */
.slug-business .slug-header {
  background-image: url(../images/business-header.png);
}

.slug-art .slug-header {
  background-image: url(../images/art-header.png);
}

.slug-child .slug-header {
  background-image: url(../images/child-header.png);
}

.slug-campuslife .slug-header {
  background-image: url(../images/campuslife-header.jpg);
}

.slug-entrance-examination .slug-header {
  background-image: url(../images/entrance-examination-header.png);
}

.slug-access .slug-header {
  background-image: url(../images/access-header.png);
}

.slug-career .slug-header {
  background-image: url(../images/career-header.jpg);
}

.slug-qualification-internship .slug-header {
  background-image: url(../images/qualification-internship-header.png);
}

.slug-contact .slug-header {
  background-image: url(../images/contact-header.png);
}

.slug-sitemap .slug-header {
  background-image: url(../images/sitemap-header.png);
}

.slug-about .slug-header {
  background-image: url(../images/about-header.png);
}

.slug-information .slug-header {
  background-image: url(../images/information-header.png);
}

.slug-about  .regional-header{
  background-image: url(../images/about-header_2.png);
}

.slug-header {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 30vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.slug-header .container {
  height: 100%;
  position: relative;
}

.slug-header .slug-title {
  font-size: 16px;
  color: #fff;
  /**
	top: calc(50% - 0.5em);
	**/
	top: calc(50% + 0.8em);
  left: calc((100% - 100vw) / 2);
  position: absolute;
  background-color: rgba(95, 61, 0, 0.5);
  padding: 0.5em 0.5em 0.5em calc((100vw - 100%) / 2 + 15px);
  line-height: 1;
}

@media (min-width: 768px) {
  .slug-header .slug-title {
    font-size: 30px;
		top: calc(50% - 0.5em);
  }
}

@media (min-width: 1600px) {
  .slug-header {
    height: 480px;
  }
}

/**
 * トピックパス
 */
.topicpath-list {
  margin: 15px auto;
  list-style: none;
  padding-left: 0;
  font-size: 12px;
}

.topicpath-item {
  display: inline-block;
  padding-right: 10px;
  line-height: 1.33;
}

.topicpath-item a {
  color: #000;
}

.topicpath-item a:hover {
  color: #ffb400;
}

.topicpath-item:nth-child(n+2) {
  padding-left: 23px;
  position: relative;
}

.topicpath-item:nth-child(n+2):before {
  content: '>';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  line-height: 1;
}

/**
 * サイドバー
 */
.sidebar {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.sidebar h2 {
  background-color: #ffb400;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  padding: 12px 15px;
  margin-bottom: 20px;
}

.sidebar h3 {
  font-size: 18px;
  margin: 25px 0 10px 20px;
}

.sidebar .sidebar-menu-title {
  color: #aaa;
  font-size: 14px;
  margin: 20px 0 10px 20px;
}

.sidebar section > ul {
  background-image: linear-gradient(to right, #c8c9ca, #c8c9ca 2px, transparent 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar ul {
  list-style: none;
}

.sidebar ul + ul {
  margin-top: 20px;
}

.sidebar ul li {
  position: relative;
  line-height: 1.25;
}

.sidebar ul li:after {
  content: '';
  background-image: url("../images/icon-arrow-orange.svg");
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 7px;
}

.sidebar ul li.link-pdf:after {
  background-image:none;
}

.sidebar ul li.current > a {
  color: #ffb400;
}

.sidebar ul li.outlink a:after {
  content: '';
  background-image: url("../images/icon-out-orange.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 7px;
  vertical-align: -5px;
}

.sidebar ul a {
  color: #000;
  display: inline-block;
  padding: 4px 20px 4px 0;
}

.sidebar ul a:hover {
  color: #ffb400;
}

.sidebar-about section > ul > li > ul {
  display: none;
}

.sidebar-about section ul ul ul li a {
  padding-left: 1em;
  position: relative;
}

.sidebar-about section ul ul ul li a:before {
  content: '';
  height: 4px;
  width: 4px;
  display: inline-block;
  background-color: #aaa;
  position: absolute;
  left: 0;
}

.sidebar-about li.active > ul {
  display: block;
}

.sidebar-about section > ul > li.active:after {
  content: none;
}

.sidebar-about section > ul > li.active > a {
  color: #999;
}

.sidebar-about section > ul > li.active > ul {
  border-left: 1px dotted #ccc;
  margin-left: .75em;
  margin-bottom: .5em;
  margin-top: .5em;
  padding-left: .75em;
}


/* entrance */
.sidebar-entrance section > ul > li > ul {
  display: none;
}

.sidebar-entrance section ul ul ul li a {
  padding-left: 1em;
  position: relative;
}

.sidebar-entrance section ul ul ul li a:before {
  content: '';
  height: 4px;
  width: 4px;
  display: inline-block;
  background-color: #aaa;
  position: absolute;
  left: 0;
}

.sidebar-entrance li.active > ul {
  display: block;
}

.sidebar-entrance section > ul > li.active:after {
  content: none;
}

.sidebar-entrance section > ul > li.active > a {
  color: #999;
}

.sidebar-entrance section > ul > li.active > ul {
  border-left: 1px dotted #ccc;
  margin-left: .75em;
  margin-bottom: .5em;
  margin-top: .5em;
  padding-left: .75em;
}
/*
.sidebar-entrance section > ul > li.active > a {
  color: #000!important;
}
*/
.side-banner {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .side-banner img {
    width: 100%;
    max-width: 280px;
  }
}

.sitemap-list a:link, .sitemap-list a:visited, .sitemap-list a:active {
  color: #212529;
}

.sitemap-list a:hover {
  color: #ffb400;
}

.sitemap-list ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}

.sitemap-list ul li:before {
  content: '';
  background-image: url("../images/icon-arrow-orange.svg");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: .5em;
  left: 0;
}

.sitemap-list ul li.outlink:after {
  content: '';
  background-image: url("../images/icon-out-orange.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 7px;
  vertical-align: -4px;
}

.sitemap-list ul li > a {
  font-size: 14px;
  height: 1.333em;
  line-height: 1.33;
  text-decoration: none;
  background-image: linear-gradient(to right, #9e9e9f, #9e9e9f 1px, transparent 1px, transparent 2px);
  background-size: 3px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 4px;
}

.sitemap-list ul ul li {
  padding-left: 0;
}

.sitemap-list ul ul li:before {
  content: none;
}

.sitemap-list ul ul li a {
  text-align: left;
  color: #666;
  background-image: linear-gradient(to right, #9e9e9f, #9e9e9f 1px, transparent 1px, transparent 2px);
  background-size: 3px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 4px;
  padding-left: .5em;
}

.sitemap-list .business {
  color: #18bcd4;
}

.sitemap-list .art {
  color: #70b149;
}

.sitemap-list .child {
  color: #e3889a;
}

.sitemap-list .sitemap-subtitle span, .sitemap-list .sitemap-subtitle a {
  display: block;
  padding: .5em 1em;
  background-color: rgba(255, 180, 0, 0.4);
  font-size: 16px;
}

.sitemap-list .sitemap-subtitle > a {
  display: block;
  position: relative;
  padding-left: 34px;
}

.sitemap-list .sitemap-subtitle > a:before {
  content: '';
  background-image: url("../images/icon-arrow-white.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 7px;
}

.sitemap-list .sitemap-subtitle > a.outlink:before {
  background-image: url("../images/icon-out-white.svg");
}

.sitemap-list .top-level {
  position: relative;
}

.sitemap-list .top-level > a {
/*  font-size: 16px;*/
  font-size: 14px;
  padding-left: 24px;
}

.sitemap-list .top-level > a:before {
  content: '';
  background-image: url("../images/icon-arrow-orange.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}

/* margin */
.mgT20 {
  margin-top: 20px;
}
.mgT30 {
  margin-top: 30px;
}
.mgT40 {
  margin-top: 40px;
}

.mgB20 {
  margin-bottom: 20px;
}
.mgB30 {
  margin-bottom: 30px;
}
.mgB40 {
  margin-bottom: 40px;
}

.mgL10 {
  margin-left: 10px;
}
.mgL15 {
  margin-left: 15px;
}
.mgL20 {
  margin-left: 20px;
}

.mgR10 {
  margin-right: 10px;
}
.mgR15 {
  margin-right: 15px;
}
.mgR20 {
  margin-right: 20px;
}

@media (max-width: 767px) {
	.mgT40-sp {
		margin-top: 40px;
	}
}

/* img */
.borderImg {
	margin-top: 8px;
}
.borderImg img {
	border: 1px solid #ccc;
}

/* text */
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}

/**
 * YouTube
 */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    /*width: 96%;*/
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    /*margin: 10px 0;*/
}

.accordion-area section {
	/*border: 1px solid #ccc;*/
}

/*アコーディオンタイトル*/
.title-acd {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
   /* padding: 3% 3% 3% 50px;*/
	padding: .25em .5em .25em .5em !important;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title-acd::before,
.title-acd::after{
    position: absolute;
    content:'';
    width: 10px;
    height: 2px;
    background-color: #333;

}
.title-acd::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);

}
.title-acd::after{
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title-acd.close::before{
	transform: rotate(45deg);
}

.title-acd.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box-acd {
    display: none;/*はじめは非表示*/
   /* background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;*/
}
.title-acd.close {
	float: none!important;
}


.photo-text_wrapp .photo_wrapp {
  text-align: center;
}
@media (max-width: 767px) {
  .photo-text_wrapp .photo_wrapp {
    margin-top: 10px;
  }
  .photo-text_wrapp .photo_wrapp img {
    /*width: 50%;*/
  }
}

/*---入試ページようCSS---*/

.entrance_examination_info_box{
	border: 3px solid #F7080C;
	border-radius: 6px;
	padding: 15px;
}

/*---学生リーダー組織ようCSS---*/
.pointer-events-none-img,
.pointer-events-none img{
	pointer-events:none;
}


/*---新「KINJO特化」についてようCSS---*/
@media (max-width: 767px) {
  .special_plus_list {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .special_plus_list li {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .special_plus_list {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    width: calc(100% - 2%);
    margin-left: auto;
    margin-right: auto;
  }
  .special_plus_list li {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

.special_plus_list li {
  border-radius: 10px;
  padding: 0 15px 15px;
}
.special_plus_list li h3{
  text-align: center;
  font-weight: 600;
  font-size: 125%;
  padding: 15px 0px;
  margin-bottom: 12px;
  margin-left: -15px;
  width: calc(100% + 30px);
  border-radius: 10px 10px 0 0;
}

.special_plus_list li.plus_01 h3{
  background-color: #e0f0bb;
}
.special_plus_list li.plus_01{
  background-color: rgba(224,240,187,0.5);
}

.special_plus_list li.plus_02 h3{
  background-color: #fbddf3;
}
.special_plus_list li.plus_02{
  background-color: rgba(251,221,243,0.5);
}

.special_plus_list li.plus_03 h3{
  background-color: #c0e6ee;
}
.special_plus_list li.plus_03{
  background-color: rgba(192,230,238,0.5);
}

.special_plus_list li.plus_04 h3{
  background-color: #fbf0c8;
}
.special_plus_list li.plus_04{
  background-color: rgba(251,240,200,0.5);
}


/*  */
.inner {
  overflow-wrap: break-word;
}
