
.map{
  width:100%;
  background: url(../images/graduate/business/map.png) no-repeat center top/100%;
  aspect-ratio: 4 / 2;
  margin: 100px 0 0 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .simplebar-placeholder{
    scroll-snap-type: x mandatory;
  }
  .map{
    width: 595px;
    margin: 50px 0;
    max-width: none;
    padding: 0;
    scroll-snap-align:center;
  }
}
.course-lead{
  font-size: 18px;
}
p.cat{
  margin-bottom: 5px;
  width: 100%;
}
p.cat span{
  display: inline-block;
  background: #FF6A00;
  border-radius: 40px;
  color: white;
  padding: 2px 30px;
  font-family: 'SyntaxNextBold','TazuganeGothicBold';
}
p.title{
  width: 100%;
  font-size: 20px;
  font-family: 'SyntaxNextBold','TazuganeGothicBold';
}
.modal__content p.title{
  font-size: 26px;
  padding-bottom: 20px;
}
div.link p{
  padding-top: 20px;
  color: #0F55C1;
  padding-bottom: 0!important;
  line-height: 1.8em;
}
div.link a{
  display: inline-block;
  color: #0F55C1;
  border-bottom: 2px solid #0F55C1;
  position: relative;
  padding-right: 35px;
  margin-left: 10px;
}
div.link a.nolink{
  pointer-events: none;
  display: none;
}
div.link p:has(.nolink) {
    display: none;
}


div.link a:after{
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background:url(../images/graduate/business/arrow_b.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

div.link a:hover::after{
	right: 0px;
	transition: all 0.5s ease-out;
}
div.curve{
  display: flex;
  border: 2px solid #000E4E;
  border-radius: 10px;
  background: #B2B2B2;
  align-items: center;
  display: none;
}
div.curve>div.title{
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 25%;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  height: 100%;
  font-family: 'SyntaxNextBold','TazuganeGothicBold';
  text-align: center;
}
div.curve>div.cont{
  padding: 10px;
  width: 75%;
  box-sizing: border-box;
  background: white;
  border-radius: 0px 10px 10px 0;
}
div.curve>div.cont>p{
  padding-bottom: 0;
}
div.curve>div.cont>h4{
  font-size: 16px;
  font-family: 'SyntaxNextBold','TazuganeGothicBold';
  margin-bottom: 10px;
  padding: 0;
}
div.curve>div.cont>h4 a[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  background: url(../images/common/link_blue.svg) center center/cover no-repeat;
}
@media screen and (max-width:767px) {
  p.cat span{
    font-size: 14px;
  }
  .modal__content p.title{
    font-size: 20px;
    padding-bottom: 10px;
  }
  .modal__content p{
    font-size: 14px;
  }
  div.curve{
    margin: 0 0 20px 0;
  }
  div.link a{
    margin-left: 0;
  }
  div.link p{
    padding-top: 10px;
  }
}

.map a.pin{
  background: url(../images/graduate/business/pin.svg) no-repeat center center/contain;
  width: 50px;
  height: 73px;
  position: absolute;
  transition: all 0.5s ease-out;
}
.map a.pin:hover{
  background-image: url(../images/graduate/business/pin_h.svg);
  cursor: pointer;
  margin-top: -5px;
}
.map .pin_cont{
  opacity: 0;
  display: none;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #FF6A00;
  position: absolute;
  z-index: 100;
  background:white url(../images/graduate/business/arrow.svg) no-repeat 96% center/6px;
  top: -30%;
  left: 90%;
  transition: all 0.5s ease-out;
  min-height: 140px;
}

.map a.pin:hover .pin_cont{
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 370px;
  height: auto;
}
@media screen and (max-width:767px) {
  .map a.pin:hover .pin_cont{
    display: none;
  }
}
.map a.pin.pin3 .pin_cont,
.map a.pin.pin10 .pin_cont,
.map a.pin.pin6 .pin_cont,
.map a.pin.pin9 .pin_cont{
  width: 320px;
}
.map a.pin.pin6 .pin_cont,
.map a.pin.pin9 .pin_cont{
  left:-279%;
}
.map a.pin.pin6 .pin_cont{

}

.map a.pin.pin1{
  top: 74%;
  left: 11%;
}

.map a.pin.pin2{
  top: 65%;
  left: 20%;
}
.map a.pin.pin3{
  top: 36%;
  left: 68%;
}
.map a.pin.pin4{
  top: 54%;
  left: 42%;
}
.map a.pin.pin5{
  top: 7%;
  left: 39%;
}
.map a.pin.pin6{
  top: 41%;
  left: 81%;
}
.map a.pin.pin7{
  top: 73%;
  left: 27%;
}
.map a.pin.pin8{
  top: 63%;
  left: 61%;
}
.map a.pin.pin9{
  top: 66%;
  left: 77%;
}
.map a.pin.pin10{
  top: 15%;
  left: 69%;
}
.map a.pin.pin11{
  top: 31%;
  left: 25%;
}
.map a.pin.pin12{
  top: 19%;
  left: 53%;
}
.map a.pin.pin13{
  top: 51%;
  left: 30%;
}
.map a.pin.pin14{
  top: 44%;
  left: 59%;
}
.map a.pin.pin15{
  top: 68%;
  left: 43%;
}
.map a.pin.pin16{
  top: 8%;
  left: 30%;
}
.map a.pin.pin17{
  top: 18%;
  left: 60%;
}

@media screen and (min-width:1500px) {
  .map a.pin{
    width: 110px;
    height: 90px;
  }
}
@media screen and (min-width:1900px) {
  .map a.pin{
    width: 120px;
    height: 105px;
  }
}
@media screen and (max-width:1300px) {
  .map a.pin{
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width:1000px) {
  .map a.pin{
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width:767px) {
  .map a.pin{
    width: 40px;
    height: 34px;
  }
}

/*モーダル*/

.modal-content {
	width: 100%;
}
.modal__content .head {
	display: flex;
	justify-content: space-between;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.modal-content .content{
    margin: 0 auto;
    padding: 30px 40px;
}

.sec_2 .Performer .modal-content .sns-box ul{
	display: flex;
}
.sec_2 .Performer .modal-content .sns-box ul li{
	display: flex;
}

.modal-content .content .h-btn img:hover {
	opacity: 0.7;
}

.modal-content .content .h-btn {
	width: 15%;
	max-width: 190px;
	margin: 0 auto;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	  z-index: 1000;
    overflow-y: scroll;
}
.modal__bg{
    background: #162328;
	opacity: 0.8;
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
	  height:auto;
    background: #fff;
    left: 50%;
    padding: 50px 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.modal__content .modal-inner{
  height: 100%;
  overflow-y: auto;
}
.modal__content .modal-inner .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.modal__content .modal-inner .img{
	width: 40%;
}
.modal__content .modal-inner .img >div img{
  width: 100%;
}
.modal__content .modal-inner .txt{
	width: 55%;
}
.modal__content .modal-inner h5{
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
.modal__content .modal-inner-2 {
	display: flex;
	justify-content: space-between;
}
.modal__content h3{
	font-size: 24px;
	font-weight: bold;
	line-height:1.6em;
	padding-bottom: 10px;
}
.modal__content h3 small{
	font-size: 0.9rem;
	display: inline-block;
	padding-left: 20px;
}
.modal__content h4{
	font-size: 0.9rem;
	font-weight: bold;
	padding-bottom: 3px;
}
.modal__content div.txt p{
	padding-bottom: 10px;
}
.modal__content .modal-inner .img>div{
  height: 240px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .modal__bg{
    position: fixed;
  }
  .modal-wrap{
    overflow-y: scroll;
  }
	.modal__content h3{
		font-size: 18px;
	}
	.modal__content .modal-inner .txt{
		width: 100%;
		line-height: 1.6em;
		margin: auto;
	}
	.modal__content h3 small{
		padding-left: 0;
	}
  .modal__content .modal-inner .img{
    width: 100%;
    height: 200px;
  }
  .modal__content .modal-inner .img>div{
    height: 200px;
    overflow: hidden;
  }
}


/*モーダルコンテンツ内*/
.modal-content .modal-inner .txt p {
	padding-bottom: 10px;
	line-height: 1.5em;
}
.close-bt{
  top: -70px;
  right: -30px;
  transform: translateX(-50%);
  position: absolute;
  z-index: 100;
}
/*バツボタン*/
.batsu {
	display: block;
    width: 50px;
    height: 50px;
	background-color: #00B7F1;
    border-radius: 50%;
    position: relative;
}
.batsu:hover{
  background: #000E4E;
}
 
.batsu::before, .batsu::after { /* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.5px; /* 棒の幅（太さ） */
	height: 25px;
    background: #fff;
}
 
.batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (min-width:1025px) and (max-width:1200px) {
	.modal__content {
		width: 80%;
	}
}
@media screen and (max-width:767px) {
	/*モーダルコンテンツ内*/
	.batsu {
		width: 40px;
		height: 40px;
	}
  .close-bt{
    top: -50px;
    right: -15px;
		z-index: 100;
  }
  .close-bt.sp_only{
    top: auto;
    bottom: -150px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .close-bt.sp_only .batsu{
    margin-bottom: 100px;
  }
  
	.batsu::before, .batsu::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 3px;
		height: 20px;
	}
	.modal__content {
		width: 96%;
		padding:20px;
		top: 8%;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		height: auto;
		/*height: 85%;
		overflow-y: auto;
  	overscroll-behavior-y: contain;*/
	}
	.modal-content h3 {
		font-size: 18px;
		text-align: center;
		padding: 20px 0;
	}
	.modal__content .modal-inner{
		height: 100%;
	}
}

.slider-1{
  position:relative;
  /* 表示するスライダーの高さを設定 */
  height:240px;
  margin:0 auto;
  padding:0 auto;
  text-align: center;
}
/*.slider-1>div{
  margin:0;
  padding:0;
  list-style:none;
}*/
.slider-1>div{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  animation-iteration-count:infinite;
  /* アニメーションの周期は14秒 */
  animation-duration:10s;
}

.slider-1>div img{
  /* スライドさせる画像の幅を設定 */
  width:100%;
  margin:0 auto 0;
  padding:0 auto;
}

.slider-1>div:nth-child(1){
  animation-name:slider-1;
  /* 2秒後前からスタート */
  animation-delay:-2s;
}
.slider-1>div:nth-child(2){
  animation-name:slider-1;
  /* 5秒後（7秒-2秒）からスタート */
  animation-delay:3s;
  opacity:0;
}

/* -------------------------------------------------- */
/* フェードイン・フェードアウトの設定 */

@keyframes slider-1{
　/* 非表示（不透明度0%）状態からフェードインを始める  */
  0%{
    opacity:0;
  }
  /* ここまでにフェードインを完了し、完全表示（不透明度100%）になったらフェードアウトを始める */
  50%{
    opacity:1;
  }
  /* アニメーションの最後までに非表示（不透明度0%）にする */
  100%{
    opacity:0;　
  } 
}

.others{
  max-width: 880px;
  padding: 10px;
  border: 2px solid #000E4E;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin:0 auto 80px auto;
}
.others img{
  width: 60%;
}
.others .txt{
  width: 40%;
  padding-left: 30px;
}
.others .txt a.bt{
  max-width: 10em;
}

.others .txt p{
  padding-bottom: 20px;
  font-size: 22px;
  font-family: 'SyntaxNextBold','TazuganeGothicBold';  
}
.others .txt p strong{
  font-size: 32px;
}

@media screen and (max-width:767px) {
  .others{
    flex-direction: column-reverse;
    margin: 40px 20px;
    padding: 20px;
  }
  .others img,
  .others .txt{
    width: 100%;
  }
  .others .txt{
    padding-left: 0;
  }
  .others .txt p{}
}