/*

course

*/
.content-next{
  padding: 75px 10px 15px;
  background-color: #000;
  background-image: url(../images/page-internship/bg-course.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.content-next .container{
  width: 100%;
  min-width: auto;
  max-width: 680px;
}

.content-next .content-box{
  margin-bottom: 24px;
  padding: 20px 0px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #368CFF;
}

.content-next .content-text{
  font-size: 11px;
}

.course__wrap.autumn{
  padding-top: 48px;
}

.course__title{
  color: #368CFF;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}

.course__title .ja{
  display: block;
  color: #fff;
  font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, 'Meiryo', sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin-top: 5px;
}

.course__list{}

.course__item{
  padding: 10px;
  width: 48%;
  height: 100px;
}

.course__btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #368CFF;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3em;
  background-color: #1A1A1A;
  border: 4px solid #368CFF;
  position: relative;
  z-index: 0;
}
.course__btn .inn .txt,
.course__btn .inn .small {
  display: block;
  line-height: 1;
}
.course__btn .inn .txt {
  letter-spacing: 0.1em;
}
.course__btn .inn .small {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 5px;
}

@media screen and (max-width:769px) {
  .course__btn .en {
    font-size: 17px;
  }
}

.course__btn.twocol {
  line-height: 1.4;
}

.course__btn::after{
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background-color: #368CFF;
  background-image: url(../images/page-internship/course-arw.png);
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: 10px auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.course__btn:hover{
  color: #fff;
  background-color: #368CFF;
  border: 4px solid #fff;
  opacity: 1 !important;
}

.course__btn:hover::after{
  background-color: #fff;
  background-image: url(../images/page-internship/course-arw2.png);
}



@media screen and (min-width:768px) {

  .content-next{
    padding: 60px 10px 60px;
    background-position: 50% 210px;
  }

  .content-next .content-box{
    margin-bottom: 44px;
    padding: 46px 0px;
    background: none;
    position: relative;
  }

  .content-next .content-text{
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 2.5;
  }

  .course__title{
    font-size: 46px;
    letter-spacing: 0.15em;
  }

  .course__title .ja{
    color: #000;
    font-size: 18px;
    letter-spacing: 0.15em;
  }

  .course__list {
    justify-content: space-between;
  }

  .course__item{
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
    margin-bottom: 20px;
    height: 120px;
  }

  .course__btn{
    font-size: 22px;
  }

  .course__btn::after{
    width: 35px;
    height: 35px;
    background-position: 50% 55%;
    background-size: 25px auto;
  }

  .course__wrap.autumn {
    padding-top: 44px;
  }


}



/*

MODAL WINDOW STYLE

*/
body.course__modal-open{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.course__modal-open::-webkit-scrollbar{
  display:none;
}

.course__modal-open .modal__wrap{
  display: flex;
  opacity: 1;
}

.modal__wrap{
  /* display: flex; */
  display: none;
  align-items: center;
  /* justify-content: center; */
  padding: 50px 20px;
  width: 100vw;
  height: 100vh;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1070;
  opacity: 0;
  transition: all 0.6s ease;
}

.modal__wrap .inner{
  margin: 0 auto;
  padding: 40px 0 60px;
  width: 100%;
  height: 100%;
  max-width: 800px;
  background-color: #1A1A1A;
  position: relative;
  z-index: 0;
}

.modalMainContentsWrap{
  color: #fff;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modalMainContentsWrap::-webkit-scrollbar{
  display:none;
}

.btn_modalClose{
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../images/page-internship/btn_modalClose.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  cursor: pointer;
}

.btn_modalScrollTop{
  display: block;
  width: 38px;
  height: 38px;
  background-image: url(../images/page-internship/btn_modalScrollTop.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (min-width:768px) {

  .modal__wrap{
    padding: 0 20px;
    background-color: #000;
  }

  .modal__wrap .inner{
    /* border: 4px solid #368CFF; */
  }

  .btn_modalClose{
    width: 60px;
    height: 60px;
    top: 14px;
    right: 22px;
  }

  .btn_modalScrollTop{
    display: block;
    width: 60px;
    height: 60px;
    bottom: 22px;
    right: 22px;
  }

}




/*

MODAL CONTENT STYLE

*/
.modalContent{}

.courseModal__header{
  padding: 0 28px;
}

.courseModal__title{
  margin-bottom: 20px;
  padding-bottom: 35px;
  color: #368CFF;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 0;
}
.courseModal__title{
  line-height: 1.5;
}

.courseModal__title .small {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
}


.courseModal__title::after{
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background-color: #368CFF;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -13px;
}

.courseModal__mv{
  margin-bottom: 15px;
  padding: 0 28px;
}

.courseModal__mv img{
  display: block;
  max-width: 100%;
}

.courseModal__msg{
  margin-bottom: 32px;
  padding: 0 28px;
}

.courseModal__msg p{
  font-size: 12px;
  font-weight: 700;
  line-height: 1.62;
  text-align: justify; /* 基本 */
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
}

.courseModal__msg p + p {
  margin-top: 20px;
}

.courseModal__naiyo{
  margin-bottom: 70px;
  padding: 0 28px;
  text-align: center;
}

.courseModal__naiyo__title{
  display: inline-block;
  margin: 0 auto 34px;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #fff;
}

.courseModal__naiyo__list{
  margin-bottom: 24px;
  text-align: left;
}

.courseModal__naiyo__list dt{
  margin-bottom: 4px;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  z-index: 0;
}

.courseModal__naiyo__list dt span{
  display: block;
  padding: 0 12px;
  width: 45px;
  color: #368CFF;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

.courseModal__naiyo__list dd{
  padding: 0 0 0 40px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

.courseModal__naiyo__list dd .ib {
  display: inline-block;
}

.courseModal__outline{
  margin-bottom: 40px;
  padding: 45px 28px 24px;
  background-color: #333333;
  position: relative;
  z-index: 0;
}

.courseModal__outline::after{
  content:"";
  display: block;
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 50%;
  top: -30px;
}

.courseModal__outline__title{
  margin: 0 auto 16px;
  padding: 0 10px;
  color: #368CFF;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
}

.courseModal__outline__title .ja{
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.courseModal__outline__table{
  display: flex;
  margin: 0;
  padding: 9px 0;
  border-top: 1px solid #fff;
}

.courseModal__outline__table:last-child{
  border-bottom: 1px solid #fff;
}

.courseModal__outline__table dt, .courseModal__outline__table dd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 10px;
  letter-spacing: 0.3em;
  line-height: 1.2;
}

.courseModal__outline__table dt{
  width: 10em;
  border-right: 1px solid #fff;
}

.courseModal__outline__table dd{
  width: calc( 100% - 10em );
}

.courseModal__entry{
  padding: 0 30px;
  text-align: center;
}

.courseModal__entry a{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  max-width: 320px;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  background-color: #368CFF;
  background-image: url(../images/page-internship/course-arw3.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 60px auto;
}

@media screen and (min-width:768px) {

  .modalContent {
    padding: 60px 0 100px;
  }

  .courseModal__header {
    padding: 0 60px;
  }

  .courseModal__mv {
    margin-bottom: 40px;
  }

  .courseModal__title{
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-size: 44px;
  }
  .courseModal__title .small {
    font-size: 18px;
  }
  .courseModal__title.manytxt{
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .courseModal__title.manytxt br{
    display: none;
  }

  .courseModal__title::after{
    margin-left: -35px;
    width: 70px;
    height: 4px;
  }

  .courseModal__msg{
    margin-bottom: 150px;
    padding: 0 80px;
  }

  .courseModal__msg p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 0.15em;

  }

  .courseModal__naiyo{
    margin-bottom: 100px;
    padding: 0 84px;
    text-align: left;
  }

  .courseModal__naiyo__title{
    padding-bottom: 12px;
    font-size: 20px;
  }

  .courseModal__naiyo__list {
    margin-bottom: 36px;
  }

  .courseModal__naiyo__list dt{
    margin-bottom: 9px;
    padding-left: 126px;
    font-size: 20px;
    letter-spacing: 0.3em;
  }

  .courseModal__naiyo__list dt span{
    padding: 0 50px;
    width: 126px;
    font-size: 20px;
  }

  .courseModal__naiyo__list dd{
    padding: 0 0 0 126px;
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.3em;
    font-weight: 400;
  }

  .courseModal__naiyo__list dd.letter-spacing-025{
    letter-spacing: 0.24em;
  }

  .courseModal__outline {
    margin-bottom: 60px;
    padding: 106px 80px 88px;
  }

  .courseModal__outline::after{
    height: 104px;
    top: -52px;
  }

  .courseModal__outline__title{
    margin: 0 auto 60px;
    font-size: 36px;
    line-height: 1;
  }

  .courseModal__outline__title .ja{
    margin-top: 15px;
    font-size: 18px;
  }

  .courseModal__outline__table{
    padding: 20px 0;
  }

  .courseModal__outline__table dt, .courseModal__outline__table dd{
    font-size: 14px;
  }

  .courseModal__outline__table dt{
    justify-content: center;
    padding: 0;
    width: 11.5em;
  }

  .courseModal__outline__table dd{
    padding: 0 0 0 2.5em;
    width: calc( 100% - 11.5em );
  }

  .courseModal__outline__table dd.font-md-small p{
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }

  .courseModal__entry{
    background: none;
  }

  .courseModal__entry a{
    font-size: 36px;
  }

}
@media (min-width: 800px) {
  .courseModal__title.manytxt{
    letter-spacing: 0.2em;
  }
}


/*
body{
  background-image: url("../images/page-internship/_mock_course_modal.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto;
  opacity: 0.7;
}
*/


/* tab切り替え */

.tab-btn-list {
  display: flex;
  text-align: center;
  margin-bottom: 15px;
}
.tab-btn-list li {
  background: #666;
  color: #ccc;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 20px 10px 45px;
  position: relative;
  width: 50%;
  transition: .3s;
}

.tab-btn-list li::before {
  background: url(../images/page-internship/course-arw-btm-gray.svg)no-repeat center center / contain;
  content: "";
  display: block;
  width: 7px;
  height: 25px;
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: auto;
}

.tab-btn-list li.is-active {
  background: #368cff;
  color: #fff;
}
.tab-btn-list li.is-active::before {
  background-image: url(../images/page-internship/course-arw-btm.svg);
}

.tab-cont .tab {
  display: none;
}
.tab-cont .tab.is-active {
  display: block;
}

.tab-cont .tab .lead-txt {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
}


@media screen and (min-width:768px) {

  .tab-btn-list {
    margin-bottom: 30px;
  }

  .tab-btn-list li {
    font-size: 35px;
    padding: 25px 10px 65px;
  }
  .tab-btn-list li::before {
    width: 12px;
    height: 35px;
    bottom: 10px;
  }

  .tab-cont .tab {
    min-height: 464px;
  }

  .tab-cont .tab .lead-txt {
    margin-bottom: 20px;
    text-align: center;
  }
}