@charset "UTF-8";
body.modal {
  position: fixed;
  width: 100%;
}

@media only screen and (max-width:768px) {
  .l-header{
    background-color: #fff;
  }
}

#pageMain {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 16px;
  padding-top: 139px;
  color: #000;
}

@media only screen and (max-width:1280px) {
  #pageMain{
    padding-top: 75px;
  }
}

@media only screen and (max-width:768px) {
  #pageMain {
    font-size: calc((26 / 750) * 100 * 1vw);
    padding-top: 60px;
  }
}

#pageMain img{
  width: 100%;
  height: auto;
}

#pageMain .icon svg{
  width: 100%;
  height: auto;
}

#pageMain a,
#pageMain a *{
  transition: all 0.2s;
}

#pageMain br.sp{
  display: none;
}
@media only screen and (max-width:768px) {
  #pageMain br.sp{
    display: inline;
  }
}

/* Top page */
.economicTopPage{
  padding-bottom: 120px;
}
@media only screen and (max-width:1920px) {
  .economicTopPage{
    padding-bottom: calc((120 / 1920) * 100 * 1vw);
  }
}

@media only screen and (max-width:768px) {
  .economicTopPage{
    padding-bottom: calc((150 / 750) * 100 * 1vw);
  }
}

.department__list{
  display: flex;
}

.department__list .listItem{
  width: 50%;
  position: relative;
}

@media only screen and (max-width:768px) {
  .department__list{
    display: block;
  }

  .department__list .listItem{
    width: 100%;
  }
}

.department__list .listItem::before{
  content: "";
  display: block;
  width: calc((100 / 1920) * 100 * 1vw);
  height: 100%;
  position: absolute;
  background-repeat: repeat-y;
  background-position: left calc((10 / 1920) * 100 * 1vw);
  background-size: 100% auto;
}

.department__list .listItem.item01::before{
  background-image: url(../img/academics/economics/2501/side_economics.png);
  top: 0;
  left: 0;
}
.department__list .listItem.item02::before{
  background-image: url(../img/academics/economics/2501/side_business.png);
  top: 0;
  left: 0;
}

@media only screen and (max-width:768px) {
  .department__list .listItem::before{
    width: calc((70 / 750) * 100 * 1vw);
  }
}

.department__list .listItem.item01{
  background-color: #219be8;
}
.department__list .listItem.item02{
  background-color: #2167e8;
}

.department__list .listItem{
  padding-left: calc((100 / 1920) * 100 * 1vw);
}

.department__list .listItem .listItem__content{
  height: 100%;
  border-left: 1px solid #000;
}

@media only screen and (max-width:768px) {
  .department__list .listItem{
    padding-left: calc((70 / 750) * 100 * 1vw);
  }
}

.listItem__textBlock{
  padding-left: calc((45 / 1920) * 100 * 1vw);
  padding-bottom: calc((40 / 1920) * 100 * 1vw);
  border-bottom: 1px solid #000;
}

@media only screen and (max-width:768px) {
  .listItem__textBlock{
    padding-left: calc((30 / 1920) * 100 * 1vw);
    padding-bottom: calc((48 / 1920) * 100 * 1vw);
  }
}

.department__title{
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: calc((10 / 1920) * 100 * 1vw);
  height: calc((662 / 1920) * 100 * 1vw);
}
.department__list .listItem.item02 .department__title{
  padding-right: 60px;
}
.department__name{
  width: calc((169 / 1920) * 100 * 1vw);
}
@media only screen and (max-width:768px) {
  .department__title{
    padding-top: calc((3 / 750) * 100 * 1vw);
    height: auto;
    padding-bottom: calc((340 / 750) * 100 * 1vw);
  }
  .department__list .listItem.item02 .department__title{
    padding-right: 0;
  }
  .department__name{
    width: calc((169 / 750) * 100 * 1vw);
  }
}

.department__hashTag{
  position: absolute;
  top: calc((77 / 1920) * 100 * 1vw);
  left: 0;
}

.department__list .listItem.item01 .department__hashTag{
  width: calc((536 / 1920) * 100 * 1vw);
}
.department__list .listItem.item02 .department__hashTag{
  width: calc((529 / 1920) * 100 * 1vw);
}
@media only screen and (max-width:768px) {
  .department__hashTag{
    top: auto;
    bottom: 0;
  }

  .department__list .listItem.item01 .department__hashTag{
    width: calc((534 / 750) * 100 * 1vw);
  }
  .department__list .listItem.item02 .department__hashTag{
    width: calc((527 / 750) * 100 * 1vw);
  }
}

.department__keyword p{
  width: 360px;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width:768px) {
  .department__keyword{
    margin-top: calc((90 / 750) * 100 * 1vw);
  }
  .department__keyword p{
    width: calc((400 / 750) * 100 * 1vw);
  }
}

.department__linkBox{
  width: 100%;
  height: calc((100 / 1920) * 100 * 1vw);
}

.department__link{
  display: block;
  width: 100%;
  height: 100%;
  padding-left: calc((40 / 1920) * 100 * 1vw);
  padding-right: calc((20 / 1920) * 100 * 1vw);
  background-color: rgba(255,255,255,0);
}
.department__link .link__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.department__link .link__inner .text{
  color: #fff;
  font-weight: 700;
}

.department__link .link__inner .icon{
  width: calc((29 / 1920) * 100 * 1vw);
}

@media (hover: hover) {
  .department__link:hover{
    background-color: rgba(255,255,255,0.2);
  }
}

@media only screen and (max-width:768px) {
  .department__linkBox{
    height: 100px;
    height: 13.3333vw;
    height: calc((100 / 750) * 100 * 1vw);
  }

  .department__link{
    padding-left: calc((30 / 750) * 100 * 1vw);
    padding-right: calc((15 / 750) * 100 * 1vw);
  }

  .department__link .link__inner .icon{
    width: calc((29 / 750) * 100 * 1vw);
  }
}

/* subject page */
.economicSubjectPage{
  background-color: #219be8;
}

.economicBusinessPage{
  background-color: #2167e8;
}

.economicPageWrapper{
  padding-left: calc((100 / 1920) * 100 * 1vw);
  overflow: hidden;
  position: relative;
}

.economicPageContainer{
  border-left: 1px solid #000;
}

.economicPageWrapper::before{
  content: "";
  display: block;
  width: calc((100 / 1920) * 100 * 1vw);
  height: 100%;
  position: absolute;
  background-repeat: repeat-y;
  background-position: left calc((10 / 1920) * 100 * 1vw);
  background-size: 100% auto;
  top: 0;
  left: 0;
}

.economicSubjectPage .economicPageWrapper::before{
  background-image: url(../img/academics/economics/2501/side_economics.png);
}

.economicBusinessPage .economicPageWrapper::before{
  background-image: url(../img/academics/economics/2501/side_business.png);
}

@media only screen and (max-width:768px) {
  .economicPageWrapper{
    padding-left: calc((70 / 750) * 100 * 1vw);
  }
  .economicPageWrapper::before{
    width: calc((70 / 750) * 100 * 1vw);
  }
}

/* charm */
.economicSubjectPage .sec-charm{
  background-color: #0388e6;
}
.economicBusinessPage .sec-charm{
  background-color: #0e5ae6;
}

.charm__head{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px;
}

.charm__headImg{
  width: 94px;
}
.charm__title{
  margin-top: 28px;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width:1920px) {
  .charm__head{
    padding-top: calc((100 / 1920) * 100 * 1vw);
    padding-bottom: calc((70 / 1920) * 100 * 1vw);
  }
  .charm__headImg{
    width: calc((94 / 1920) * 100 * 1vw);
  }
  .charm__title{
    margin-top: calc((28 / 1920) * 100 * 1vw);
    font-size: calc((60 / 1920) * 100 * 1vw);
  }
}

@media only screen and (max-width:768px) {
  .charm__head{
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
  .charm__headImg{
    width: calc((94 / 750) * 100 * 1vw);
  }
  .charm__title{
    margin-top: 2vw;
    font-size: calc((60 / 750) * 100 * 1vw);
  }
}

.charm__list{
  display: flex;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-right: 60px;
  background-color: #fff;
}

.charm__list .charm__item{
  width: calc(100% / 3);
  border-right: 1px solid #000;
  position: relative;
  padding-top: 35px;
  padding-left: 40px;
  padding-bottom: 40px;
}

.charm__list .charm__itemInner{
  max-width: 525px;
  margin: 0 auto;
}

@media only screen and (max-width:1920px) {
  .charm__list .charm__item{
    padding-top: calc((35 / 1920) * 100 * 1vw);
    padding-left: calc((40 / 1920) * 100 * 1vw);
    padding-bottom: calc((40 / 1920) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .charm__list{
    display: block;
    padding-right: 0;
  }
  .charm__list .charm__item{
    width: calc(100% - 10vw);
    max-width: 605px;
    margin: 0 auto;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    padding: 5vw 5vw;
  }
  .economicSubjectPage .charm__list .charm__item{
    padding: 5vw 5vw 8vw;
  }
  .economicBusinessPage .charm__list .charm__item{
    padding: 5vw 5vw 12vw;
  }
  .economicBusinessPage .charm__list .charm__item.item03{
    padding: 5vw 5vw 16vw;
  }
  .charm__list .charm__item:first-child{
    border-top: none;
    border-left: 1px solid #000;
  }
  .charm__list .charm__itemInner{
    max-width: calc((525 / 750) * 100 * 1vw);
  }
}

.charm__itemNum{
  padding-left: 7px;
}
.economicSubjectPage .charm__itemNum .object{
  display: inline-block;
  width: 79px;
}
.economicBusinessPage .charm__itemNum .object{
  display: inline-block;
  width: 171px;
}

.charm__itemEnText{
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
}
.economicBusinessPage .charm__item.item03 .charm__itemEnText{
  width: 89px;
}

.charm__itemImg{
  overflow: hidden;
  text-align: center;
}

.economicSubjectPage .charm__itemImg{
  margin-top: 28px;
  height: 275px;
}
.economicBusinessPage .charm__itemImg{
  margin-top: 66px;
  height: 235px;
}

#pageMain .charm__itemImg img{
  width: auto;
  height: 100%;
  margin-right: 30px;
}

.charm__itemText{
  margin-top: 100px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.45;
}

@media only screen and (max-width:1920px) {
  .charm__itemNum{
    padding-left: calc((7 / 1920) * 100 * 1vw);
  }
  .economicSubjectPage .charm__itemImg{
    margin-top: calc((28 / 1920) * 100 * 1vw);
  }
  .economicBusinessPage .charm__itemImg{
    margin-top: calc((66 / 1920) * 100 * 1vw);
  }
  #pageMain .charm__itemImg img{
    margin-right: calc((30 / 1920) * 100 * 1vw);
  }
  .charm__itemEnText{
    width: calc((68 / 1920) * 100 * 1vw);
  }
  .economicBusinessPage .charm__item.item03 .charm__itemEnText{
    width: calc((89 / 1920) * 100 * 1vw);
  }
  .charm__itemText{
    margin-top: calc((100 / 1920) * 100 * 1vw);
  }
}
@media only screen and (max-width:1630px) {
  .charm__itemText{
    font-size: calc((34 / 1630) * 100 * 1vw);
  }
}
@media only screen and (max-width:1460px) {
  .economicSubjectPage .charm__itemImg{
    height: calc((275 / 1460) * 100 * 1vw);
  }
  .economicBusinessPage .charm__itemImg{
    height: calc((235 / 1460) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .charm__itemNum{
    padding-left: 1vw;
  }
  .economicSubjectPage .charm__itemNum .object{
    width: 12vw;
  }
  .economicBusinessPage .charm__itemNum .object{
    width: 26vw;
  }
  .economicSubjectPage .charm__itemImg{
    margin-top: 4vw;
  }
  .economicBusinessPage .charm__itemImg{
    margin-top: 4vw;
  }
  #pageMain .charm__itemImg img{
    margin-right: 4vw;
  }
  .charm__itemEnText{
    width: calc((68 / 750) * 100 * 1vw);
  }
  .economicBusinessPage .charm__item.item03 .charm__itemEnText{
    width: calc((89 / 750) * 100 * 1vw);
  }
  .charm__itemText{
    margin-top: 8vw;
    font-size: calc((34 / 750) * 100 * 1vw);
  }
  .economicSubjectPage .charm__itemImg{
    height: calc((275 / 750) * 100 * 1vw);
  }
  .economicBusinessPage .charm__itemImg{
    height: calc((235 / 750) * 100 * 1vw);
  }
}

.charm__itemText .text__bg{
  background-color: #29f5af;
}

.charm__linkListBlock{
  padding-top: 80px;
  padding-bottom: 140px;
}

.economics__linkList{
  display: flex;
  gap: 0 80px;
  justify-content: center;
}

.linkList__item{
  width: 460px;
  height: 90px;
}

.linkList__item a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 45px;
  position: relative;
  overflow: hidden;
  background-color: rgba(255,255,255,0.9);
}

.linkList__item a::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: scale(1);
  transition: all 0.2s;
  background-color: rgba(255,255,255,1);
}

.linkList__item a .link__inner{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.linkList__item a .text{
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
}
.linkList__item a .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: #29f5af;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
#pageMain .linkList__item a .icon svg{
  width: 27px;
}

@media (hover: hover) {
  .linkList__item a:hover::before{
    transform: scale(0);
  }
}

@media only screen and (max-width:1920px) {
  .charm__linkListBlock{
    padding-top: calc((80 / 1920) * 100 * 1vw);
    padding-bottom: calc((140 / 1920) * 100 * 1vw);
  }
  .economics__linkList{
    gap: 0 calc((80 / 1920) * 100 * 1vw);
  }
  .linkList__item{
    width: calc((460 / 1920) * 100 * 1vw);
    min-width: 380px;
  }
  .linkList__item a .icon{
    right: calc((20 / 1920) * 100 * 1vw);
  }
}

@media only screen and (max-width:768px) {
  .charm__linkListBlock{
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .economics__linkList{
    flex-direction: column;
    align-items: center;
    gap: 2vw;
  }
  .linkList__item{
    width: calc((460 / 750) * 100 * 1vw);
    height: calc((90 / 750) * 100 * 1vw);
    min-width: auto;
  }
  .linkList__item a .icon{
    right: calc((20 / 750) * 100 * 1vw);
    width: calc((60 / 750) * 100 * 1vw);
    height: calc((60 / 750) * 100 * 1vw);
  }
  #pageMain .linkList__item a .icon svg{
    width: calc((27 / 750) * 100 * 1vw);
  }
}

/* interview */
.sec-interview{
  background-color: #fff;
}

.interview__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 140px;
  padding-bottom: 64px;
  padding-left: 50px;
  padding-right: 60px;
}

.interview__headImg{
  width: 567px;
}

.interview__title{
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  margin-top: 30px;
}

.interview__headRight p{
  font-size: 70px;
  font-weight: 900;
  line-height: 1.15;
  text-align: right;
  letter-spacing: 0;
}
.economicSubjectPage .interview__headRight p{
  color: #219be8;
}
.economicBusinessPage .interview__headRight p{
  color: #2167e8;
}
.interview__headRight p .black{
  color: #000;
}

@media only screen and (max-width:1920px) {
  .interview__head{
    padding-top: calc((140 / 1920) * 100 * 1vw);
    padding-bottom: calc((64 / 1920) * 100 * 1vw);
    padding-left: calc((50 / 1920) * 100 * 1vw);
  }

  .interview__headImg{
    width: calc((567 / 1920) * 100 * 1vw);
  }

  .interview__title{
    font-size: calc((24 / 1920) * 100 * 1vw);
    font-weight: 900;
    line-height: 1;
    margin-top: calc((30 / 1920) * 100 * 1vw);
  }
  .interview__headRight p{
    font-size: calc((70 / 1920) * 100 * 1vw);
  }
}

@media only screen and (max-width:768px) {
  .interview__head{
    display: block;
    padding-top: 9vw;
    padding-bottom: 4vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .interview__headImg{
    width: calc((567 / 750) * 100 * 1vw);
  }
  .interview__title{
    font-size: calc((30 / 750) * 100 * 1vw);
    margin-top: 4vw;
  }
  .interview__headRight p{
    text-align: left;
    margin-top: 4vw;
    font-size: calc((50 / 750) * 100 * 1vw);
  }
}

.interview__list{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  padding-right: 60px;
}

.interview__item{
  border-right: 1px solid #000;
}
.economicSubjectPage .interview__item{
  width: calc(100% / 4);
}
.economicBusinessPage .interview__item{
  width: calc(100% / 3);
}

@media only screen and (max-width:768px) {
  .interview__list{
    display: block;
    padding-right: 0;
  }
  .interview__item{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    max-width: 605px;
    margin: 0 auto;
  }
  .interview__list .interview__item:first-child{
    border-left: 1px solid #000;
    border-top: none;
  }
  .economicSubjectPage .interview__item{
    width: calc(100% - 10vw);
  }
  .economicBusinessPage .interview__item{
    width: calc(100% - 10vw);
  }
}

.interview__btn{
  margin: 0;
  padding-top: calc((46 / 1920) * 100 * 1vw);
  padding-left: calc((46 / 1920) * 100 * 1vw);
  padding-right: calc((46 / 1920) * 100 * 1vw);
  padding-bottom: calc((72 / 1920) * 100 * 1vw);
  position: relative;
}

.interview__itemImg{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.interview__itemImg img{
  transform: scale(1);
  transition: all 0.2s;
}

.interview__itemTitle{
  position: relative;
  z-index: 2;
  font-size: calc((24 / 1920) * 100 * 1vw);
  text-align: left;
  line-height: 2;
  top : calc((20 / 1920) * 100 * -1vw);
  left : calc((20 / 1920) * 100 * -1vw);
}

.interview__itemTitle .text__bg{
  color: #fff;
  background-color: #000;
  display: inline-block;
  margin-top: 1px;
  padding: 0 0.3em;
}

.interview__itemName{
  text-align: left;
  font-size : calc((18 / 1920) * 100 * 1vw);
  font-weight: 900;
}

@media only screen and (max-width:1280px) {
  .interview__itemName{
    font-size: 14px;
  }
}

.interview__icon{
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc((70 / 1920) * 100 * 1vw);
  height: calc((70 / 1920) * 100 * 1vw);
  overflow: hidden;
}
.interview__icon::before{
  content: "";
  display: block;
  width: calc((140 / 1920) * 100 * 1vw);
  height: calc((140 / 1920) * 100 * 1vw);
  border-radius: 100%;
  background-color: #29f5af;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transition: all 0.2s;
}

.interview__icon .icon{
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: calc((22 / 1920) * 100 * 1vw);
  height: calc((22 / 1920) * 100 * 1vw);
  bottom: calc((16 / 1920) * 100 * 1vw);
  right: calc((16 / 1920) * 100 * 1vw);
  transition: all 0.2s;
  transform: rotate(0)
}
.interview__icon .icon::before,
.interview__icon .icon::after{
  content: "";
  background-color: #000;
  display: block;
  position: absolute;
}
.interview__icon .icon::before{
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.interview__icon .icon::after{
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (hover: hover) {
  .interview__btn:hover .interview__itemImg img{
    transform: scale(1.1);
  }
  .interview__btn:hover .interview__icon .icon{
    transform: rotate(90deg);
  }
}

@media only screen and (max-width:768px) {
  .interview__btn{
    padding: 5vw 5vw;
  }
  .interview__itemTitle{
    font-size: calc((30 / 750) * 100 * 1vw);
    top : calc((30 / 750) * 100 * -1vw);
    left : calc((20 / 750) * 100 * -1vw);
  }
  .interview__itemName{
    font-size : calc((24 / 750) * 100 * 1vw);
  }
  .interview__icon{
    width: calc((70 / 750) * 100 * 1vw);
    height: calc((70 / 750) * 100 * 1vw);
  }
  .interview__icon::before{
    width: calc((140 / 750) * 100 * 1vw);
    height: calc((140 / 750) * 100 * 1vw);
  }
  .interview__icon .icon{
    width: calc((22 / 750) * 100 * 1vw);
    height: calc((22 / 750) * 100 * 1vw);
    bottom: calc((16 / 750) * 100 * 1vw);
    right: calc((16 / 750) * 100 * 1vw);
  }
}

/* course */
.sec-course{
  padding-bottom: 120px;
}
.course__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 135px;
  padding-bottom: 55px;
  padding-left: 50px;
  padding-right: 60px;
}

.course__headImg{
  width: 446px;
}

.course__title{
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  margin-top: 30px;
}

.course__headRight .large__text{
  font-size: 70px;
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  text-align: right;
  letter-spacing: 0;
}
.course__headRight .large__text .green{
  color: #29f5af;
}

.course__headRight .small__text{
  margin-top: 25px;
  color: #fff;
  font-weight: 900;
}

@media only screen and (max-width:1920px) {
  .sec-course{
    padding-bottom: calc((120 / 1920) * 100 * 1vw);
  }
  .course__head{
    padding-top: calc((135 / 1920) * 100 * 1vw);
    padding-bottom: calc((55 / 1920) * 100 * 1vw);
    padding-left: calc((50 / 1920) * 100 * 1vw);
  }
  .course__headImg{
    width: calc((446 / 1920) * 100 * 1vw);
  }
  .course__title{
    font-size: calc((24 / 1920) * 100 * 1vw);
    margin-top: calc((30 / 1920) * 100 * 1vw);
  }
  .course__headRight .large__text{
    font-size: calc((70 / 1920) * 100 * 1vw);
  }
  .course__headRight .small__text{
    margin-top: calc((25 / 1920) * 100 * 1vw);
  }
}

@media only screen and (max-width:768px) {
  .sec-course{
    padding-bottom: calc((120 / 750) * 100 * 1vw);
  }
  .course__head{
    display: block;
    padding: 9vw 5vw 5vw;
  }
  .course__headImg{
    width: calc((446 / 750) * 100 * 1vw);
  }
  .course__title{
    font-size: calc((30 / 750) * 100 * 1vw);
    margin-top: 2vw;
  }
  .course__headRight {
    margin-top: 4vw;
  }
  .course__headRight .large__text{
    font-size: calc((50 / 750) * 100 * 1vw);
    text-align: left;
  }
  .course__headRight .small__text{
    margin-top: 2vw;
    text-align: left;
  }
}

.course__content + .course__content{
  margin-top: 98px;
}

.course__contentTopImg{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.course__contentFrame{
  margin: 70px auto 0;
  max-width: 1720px;
  padding-left: 60px;
  padding-right: 60px;
}

.course__contentFrameInner{
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 105px;
}

.course__contentFrameInner.type02{
  padding-bottom: 60px;
}

@media only screen and (max-width:1920px) {
  .course__content + .course__content{
    margin-top: calc((98 / 1920) * 100 * 1vw);
  }
  .course__contentFrame{
    margin-top: calc((70 / 1920) * 100 * 1vw);
    margin-left: auto;
    margin-right: auto;
  }
  .course__contentFrameInner{
    padding-top: calc((70 / 1920) * 100 * 1vw);
    padding-bottom: calc((105 / 1920) * 100 * 1vw);
  }
  .course__contentFrameInner.type02{
    padding-bottom: calc((60 / 1920) * 100 * 1vw);
  }
}

@media only screen and (max-width:768px) {
  .course__content + .course__content{
    margin-top: 8vw;
  }
  .course__contentTopImg{
    overflow: hidden;
    height: 6vw;
  }
  #pageMain .course__contentTopImg img{
    max-width: none;
    width: auto;
    height: 100%;
  }
  .course__contentFrame{
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .course__contentFrameInner{
    padding: 5vw;
    border-radius: 4vw;
  }
  .course__contentFrameInner.type02{
    padding: 5vw;
  }
}

.course__contentTitle{
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0;
  color: #219be8;
}
.course__contentTitle .text{
  border-bottom: 3px solid #219be8;
  display: inline-block;
}

.course__featureList{
  display: flex;
  gap: 0 50px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.course__featureItem{
  width: calc((100% - 100px) / 3);
  border: 1px solid #fff;
  border-radius: 10px;
  padding-top: 35px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 65px;
}
.economicSubjectPage .course__featureItem{
  background-color: #0388e6;
}
.economicBusinessPage .course__featureItem{
  background-color: #0e5ae6;
}

.sec-course .economics__linkList{
  margin-top: 60px;
}
.sec-course .linkList__item a{
  border: 1px solid #000
}

@media only screen and (max-width:1920px) {
  .course__contentTitle{
    font-size: calc((50 / 1920) * 100 * 1vw);
  }
  .course__featureList{
    max-width: 1300px;
    margin-top: calc((50 / 1920) * 100 * 1vw);
  }
  .sec-course .economics__linkList{
    margin-top: calc((60 / 1920) * 100 * 1vw);
  }
}

@media only screen and (max-width:1620px) {
  .course__featureList{
    gap: 0 calc((50 / 1620) * 100 * 1vw);
  }
  .course__featureItem{
    width: calc((100% - ((100 / 1620) * 100 * 1vw)) / 3);
    border-radius: calc((10 / 1620) * 100 * 1vw);
    padding-top: calc((35 / 1620) * 100 * 1vw);
    padding-left: calc((45 / 1620) * 100 * 1vw);
    padding-right: calc((45 / 1620) * 100 * 1vw);
    padding-bottom: calc((65 / 1620) * 100 * 1vw);
  }
}

@media only screen and (max-width:768px) {
  .course__contentTitle{
    font-size: calc((42 / 750) * 100 * 1vw);
  }
  .course__featureList{
    flex-direction: column;
    gap: 4vw 0;
    margin-top: 4vw;
  }
  .course__featureItem{
    width: 100%;
    border-radius: 2vw;
    padding: 6vw 6vw 8vw;
  }
  .sec-course .economics__linkList{
    margin-top: calc((60 / 750) * 100 * 1vw);
  }
}

.featureItem__num{
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  color: #29f5af;
}

.featureItem__num.type02{
  color: #29f3f5;
}

.featureItem__img{
  max-width: 280px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.featureItem__text{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  color: #fff;
  margin-top: 40px;
}

@media only screen and (max-width:1620px) {
  .featureItem__img{
    margin-top: calc((30 / 1920) * 100 * 1vw);
  }
  .featureItem__text{
    margin-top: calc((40 / 1920) * 100 * 1vw);
  }
}

@media only screen and (max-width:768px) {
  .featureItem__num{
    font-size: calc((34 / 750) * 100 * 1vw);
  }
  .featureItem__img{
    margin-top: 4vw;
  }
  .featureItem__text{
    margin-top: 6vw;
    font-size: calc((30 / 750) * 100 * 1vw);;
  }
}

.certification__block{
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 50px;
  margin: 30px auto 0;
}
.economicSubjectPage .certification__block{
  background-color: #0388e6;
}
.economicBusinessPage .certification__block{
  background-color: #0e5ae6;
}

@media only screen and (max-width:1620px) {
  .certification__block{
    border-radius: calc((10 / 1620) * 100 * 1vw);
    padding-top: calc((40 / 1620) * 100 * 1vw);
    padding-left: calc((45 / 1620) * 100 * 1vw);
    padding-right: calc((45 / 1620) * 100 * 1vw);
    padding-bottom: calc((50 / 1620) * 100 * 1vw);
    margin-top: calc((30 / 1620) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .certification__block{
    display: block;
    border-radius: 2vw;
    padding: 6vw 6vw;
    margin-top: 4vw;
  }
}

.certification__title{
  display: flex;
  align-items: center;
  width: 410px;
}

.certification__titleIcon{
  width: 36px;
  margin-right: 12px;
}

.certification__titleText{
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
}

.certification__list{
  width: calc(100% - 410px);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 55px;
  margin-top: 10px;
}
.certification__list li{
  position: relative;
  padding-left: 0.7em;
  font-weight: 500;
  color: #fff;
}
.certification__list li::before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #29f5af;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.certification__list li .text{
  margin-left: 2em;
}

@media only screen and (max-width:1620px) {
  .certification__title{
    width: calc((410 / 1620) * 100 * 1vw);
  }
  .certification__list{
    width: calc(100% - ((410 / 1620) * 100 * 1vw));
    gap: calc((18 / 1620) * 100 * 1vw) calc((55 / 1620) * 100 * 1vw);
    margin-top: calc((10 / 1620) * 100 * 1vw);
  }
}

@media only screen and (max-width:768px) {
  .certification__title{
    width: 100%;
  }
  .certification__titleIcon{
    width: calc((36 / 750) * 100 * 1vw);
    margin-right: 1vw;
  }
  .certification__titleText{
    font-size: calc((30 / 750) * 100 * 1vw);
  }
  .certification__list{
    width: 100%;
    gap: 2vw 4vw;
    margin-top: 3vw;
  }
  .certification__list li::before{
    width: 4px;
    height: 4px;
  }
}

/* program */
.sec-program{
  padding-top: 100px;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
}
.economicSubjectPage .sec-program{
  background-color: #0388e6;
}
.economicBusinessPage .sec-program{
  background-color: #0e5ae6;
}
@media only screen and (max-width:1920px) {
  .sec-program{
    padding-top: calc((100 / 1920) * 100 * 1vw);
    padding-bottom: calc((120 / 1920) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .sec-program{
    padding: 9vw 5vw;
  }
}

.program__head{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.program__headImg{
  width: 124px;
}
.program__title{
  margin-top: 28px;
  font-size: 70px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.program__title .green{
  color: #29f5af;
}
@media only screen and (max-width:1920px) {
  .program__headImg{
    width: calc((124 / 1920) * 100 * 1vw);
  }
  .program__title{
    margin-top: calc((28 / 1920) * 100 * 1vw);
    font-size: calc((70 / 1920) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .program__headImg{
    width: calc((124 / 750) * 100 * 1vw);
  }
  .program__title{
    margin-top: 2vw;
    font-size: calc((50 / 750) * 100 * 1vw);
  }
}

.program__text{
  text-align: center;
  font-weight: 900;
  margin-top: calc((40 / 1920) * 100 * 1vw);
  color: #fff;
}

.program__img{
  text-align: center;
  margin-top: calc((30 / 1920) * 100 * 1vw);
}
#pageMain .program__img img{
  max-width: 1356px;
}
@media only screen and (max-width:1920px) {
  .program__text{
    margin-top: calc((40 / 1920) * 100 * 1vw);
  }
  .program__img{
    margin-top: calc((30 / 1920) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .program__text{
    margin-top: 4vw;
  }
  .program__img{
    margin-top: 4vw;
  }
}

/* future */
.sec-future{
  padding-top: 100px;
  padding-bottom: 90px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #f9f9f9;
}
@media only screen and (max-width:1920px) {
  .sec-future{
    padding-top: calc((100 / 1920) * 100 * 1vw);
    padding-bottom: calc((90 / 1920) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .sec-future{
    padding: 9vw 5vw;
  }
}

.future__head{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.future__headImg{
  width: 95px;
}
.future__title{
  margin-top: 28px;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (max-width:1920px) {
  .future__headImg{
    width: calc((95 / 1920) * 100 * 1vw);
  }
  .future__title{
    margin-top: calc((28 / 1920) * 100 * 1vw);
    font-size: calc((70 / 1920) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .future__headImg{
    width: calc((95 / 750) * 100 * 1vw);
  }
  .future__title{
    margin-top: 2vw;
    font-size: calc((50 / 750) * 100 * 1vw);
  }
}

.future__list{
  width: 100%;
  max-width: 1300px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media only screen and (max-width:1920px) {
  .future__list{
    margin-top: calc((60 / 1920) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .future__list{
    margin-top: 4vw;
    max-width: 400px;
    border-radius: 2vw;
    gap: 1px 0;
    background-color: #d4d4d4;
    border: 1px solid #d4d4d4;
  }
}

.futureItem{
  background-color: #fff;
  padding: 20px 30px;
  width: calc((100% - 3px) / 4);
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

.future__list .futureItem:nth-child(1){
  border-top-left-radius: 10px;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
}
.future__list .futureItem:nth-child(2){
  border-top: 1px solid #d4d4d4;
}
.future__list .futureItem:nth-child(3){
  border-top: 1px solid #d4d4d4;
}
.future__list .futureItem:nth-child(4){
  border-top-right-radius: 10px;
  border-top: 1px solid #d4d4d4;
}
.future__list .futureItem:nth-child(5){
  border-left: 1px solid #d4d4d4;
}
.future__list .futureItem:nth-child(8){
  border-bottom-right-radius: 10px;
}
.future__list .futureItem:nth-child(9){
  border-left: 1px solid #d4d4d4;
}
.economicSubjectPage .future__list .futureItem:nth-child(9){
  border-bottom-left-radius: 10px;
}
.economicBusinessPage .future__list .futureItem:nth-child(9){
  border-bottom-left-radius: 10px;
}
.economicBusinessPage .future__list .futureItem:nth-child(10){
  border-bottom-right-radius: 10px;
}
.economicSubjectPage .future__list .futureItem:nth-child(11){
  border-bottom-right-radius: 10px;
}

#pageMain .futureItem__num img{
  width: 36px;
  display: block;
}

.futureItem__text{
  font-size: 20px;
  font-weight: 900;
  margin-top: 10px;
  line-height: 1;
  letter-spacing: 0;
}
.futureItem__text.flex{
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width:1500px) {
  .futureItem{
    padding: calc((20 / 1500) * 100 * 1vw) calc((30 / 1500) * 100 * 1vw);
  }
  .futureItem__text{
    font-size: 18px;
  }
}
@media only screen and (max-width:1400px) {
  #pageMain .futureItem__num img{
    width: calc((36 / 1400) * 100 * 1vw);
  }
  .futureItem__text{
    font-size: calc((18 / 1400) * 100 * 1vw);
    white-space: nowrap;
  }
}
@media only screen and (max-width:768px) {
  .futureItem{
    padding: 3vw 3vw;
    width: 100%;
  }
  .futureItem,
  .future__list .futureItem:nth-child(1),
  .future__list .futureItem:nth-child(2),
  .future__list .futureItem:nth-child(3),
  .future__list .futureItem:nth-child(4),
  .future__list .futureItem:nth-child(5),
  .future__list .futureItem:nth-child(8),
  .future__list .futureItem:nth-child(9),
  .economicSubjectPage .future__list .futureItem:nth-child(9),
  .economicBusinessPage .future__list .futureItem:nth-child(9),
  .economicBusinessPage .future__list .futureItem:nth-child(10),
  .economicSubjectPage .future__list .futureItem:nth-child(11){
    border-radius: 0;
    border: none;
  }
  #pageMain .futureItem__num img{
    width: 6vw;
  }
  .futureItem__text{
    font-size: calc((28 / 750) * 100 * 1vw);
  }
}

/* pick up */
.sec-pickUp{
  background-color: #fff;
  padding-bottom: 110px;
}
@media only screen and (max-width:1920px) {
  .sec-pickUp{
    padding-bottom: calc((110 / 1920px) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .sec-pickUp{
    padding-bottom: 9vw;
  }
}

.pickUp__head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 135px;
  padding-bottom: 55px;
  padding-left: 50px;
  padding-right: 60px;
}

.pickUp__headImg{
  width: 521px;
}

.pickUp__title{
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  margin-top: 30px;
}

@media only screen and (max-width:1920px) {
  .pickUp__head{
    padding-top: calc((135 / 1920) * 100 * 1vw);
    padding-bottom: calc((55 / 1920) * 100 * 1vw);
    padding-left: calc((50 / 1920) * 100 * 1vw);
  }
  .pickUp__headImg{
    width: calc((446 / 1920) * 100 * 1vw);
  }
  .pickUp__title{
    font-size: calc((24 / 1920) * 100 * 1vw);
    margin-top: calc((30 / 1920) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .pickUp__head{
    display: block;
    padding: 9vw 5vw 2vw;
  }
  .pickUp__headImg{
    width: calc((446 / 750) * 100 * 1vw);
  }
  .pickUp__title{
    font-size: calc((26 / 750) * 100 * 1vw);
    margin-top: 4vw;
  }
}

.pickUp__slideWrapper{
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.pickUp__slideWrapper .swiper-slide{
  height: auto;
}

.pickUp__slideItem{
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-top: calc((47 / 1920) * 100 * 1vw);
  padding-bottom: calc((70 / 1920) * 100 * 1vw);
  padding-left: calc((47 / 1920) * 100 * 1vw);
  padding-right: calc((47 / 1920) * 100 * 1vw);
  border-right: 1px solid #000;
  height: 100%;
}

.pickUp__slideItem:hover{
  color: #000;
}

.pickUp__slideList.disabled .pickUp__slideItem{
  pointer-events: none;
}

.slideItem__img{
  width: 100%;
  height: 0;
  padding-top: 60.975%;
  position: relative;
  background-color: rgb(3, 136, 230, 0.2);
}
.slideItem__img figure{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slideItem__img figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.pickUp__slideItem:hover .slideItem__img figure img{
  transform: scale(1.1);
}

.slideItem__title{
  margin-top: 24px;
}
@media only screen and (max-width:1920px) {
  .slideItem__title{
    margin-top: calc((24 / 1920) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .pickUp__slideItem{
    padding: 3vw 3vw 5vw;
  }
  .slideItem__title{
    margin-top: 2vw;
  }
}

.pickUp__slideItem .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: #29f5af;
  opacity: 1;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  overflow: hidden;
}
#pageMain .pickUp__slideItem .icon svg{
  width: 21px;
}

@media only screen and (max-width:768px) {
  .pickUp__slideItem .icon{
    bottom: 6px;
    right: 6px;
    width: 25px;
    height: 25px;
  }
  #pageMain .pickUp__slideItem .icon svg{
    width: 12px;
  }
}

.pickUp__slideBtn{
  display: flex;
  justify-content: flex-end;
  gap: 0 18px;
}
.pickUp__slideBtn .slide-button-prev,
.pickUp__slideBtn .slide-button-next{
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}
.pickUp__slideBtn .slide-button-prev svg,
.pickUp__slideBtn .slide-button-next svg{
  width: 23px;
  height: auto;
}

.economicSubjectPage .pickUp__slideBtn .slide-button-prev,
.economicSubjectPage .pickUp__slideBtn .slide-button-next{
  border-color: #219be8;
}
.economicBusinessPage .pickUp__slideBtn .slide-button-prev,
.economicBusinessPage .pickUp__slideBtn .slide-button-next{
  border-color: #2167e8;
}

.economicSubjectPage .pickUp__slideBtn .slide-button-prev svg path,
.economicSubjectPage .pickUp__slideBtn .slide-button-next svg path{
  stroke: #219be8;
}
.economicBusinessPage .pickUp__slideBtn .slide-button-prev svg path,
.economicBusinessPage .pickUp__slideBtn .slide-button-next svg path{
  stroke: #2167e8;
}


.pickUp__slideBtn .slide-button-prev,
.pickUp__slideBtn .slide-button-next{
  opacity: 1;
  transition: all 0.2s;
}
.pickUp__slideBtn .slide-button-prev:hover,
.pickUp__slideBtn .slide-button-next:hover{
  opacity: 0.3;
}

@media only screen and (max-width:1920px) {
  .pickUp__slideBtn{
    gap: 0 calc((18 / 1920) * 100 * 1vw);
  }
  .pickUp__slideBtn .slide-button-prev,
  .pickUp__slideBtn .slide-button-next{
    width: calc((84 / 1920) * 100 * 1vw);
    height: calc((84 / 1920) * 100 * 1vw);
  }
  .pickUp__slideBtn .slide-button-prev svg,
  .pickUp__slideBtn .slide-button-next svg{
    width: calc((23 / 1920) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .pickUp__slideBtn{
    margin-top: 2vw;
    gap: 0 2vw;
  }
  .pickUp__slideBtn .slide-button-prev,
  .pickUp__slideBtn .slide-button-next{
    opacity: 1;
  }
  .pickUp__slideBtn .slide-button-prev,
  .pickUp__slideBtn .slide-button-next{
    width: calc((64 / 750) * 100 * 1vw);
    height: calc((64 / 750) * 100 * 1vw);
  }
  .pickUp__slideBtn .slide-button-prev svg,
  .pickUp__slideBtn .slide-button-next svg{
    width: calc((18 / 750) * 100 * 1vw);
  }
}

.pickUp__slideBar{
  margin-top: 38px;
  padding-left: 47px;
}
.slide-pagination{
  width: 540px;
  height: 7px;
  border-radius: 3.5px;
  background-color: #eeeeee;
  overflow: hidden;
}
.economicSubjectPage .pickUp__slideBar .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background-color: #219be8;
}
.economicBusinessPage .pickUp__slideBar .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background-color: #2167e8;
}


@media only screen and (max-width:1920px) {
  .pickUp__slideBar{
    margin-top: calc((38 / 1920) * 100 * 1vw);
    padding-left: calc((47 / 1920) * 100 * 1vw);
  }
  .slide-pagination{
    width: calc((540 / 1920) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .pickUp__slideBar{
    margin-top: 4vw;
    padding-left: 5vw;
  }
  .slide-pagination{
    width: calc((540 / 750) * 100 * 1vw);
  }
}

/* modal */
.interview__modalLayer{
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.interview__modalLayer.open {
  opacity: 1;
  visibility: visible;
  z-index: 200;
}
.interview__modalLayer::before{
  content: "";
  display: block;
  width: calc((100 / 1920) * 100 * 1vw);
  height: 100%;
  position: absolute;
  z-index: 1;
  background-repeat: repeat-y;
  background-position: left calc((10 / 1920) * 100 * 1vw);
  background-size: 100% auto;
  top: 0;
  left: 0;
  border-right: 1px solid #000;
}

.economicSubjectPage .interview__modalLayer::before{
  background-image: url(../img/academics/economics/2501/side_economics.png);
}

.economicBusinessPage .interview__modalLayer::before{
  background-image: url(../img/academics/economics/2501/side_business.png);
}

.interview__modalLayerBg{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.economicSubjectPage .interview__modalLayerBg{
  background-color: rgb(3, 136, 230, 0.98);
}
.economicBusinessPage .interview__modalLayerBg{
  background-color: rgb(33, 103, 232, 0.98);
}

.interview__modalWrapper{
  width: calc(100% - 110px);
  height: calc(100% - 70px);
  max-width: 1150px;
  max-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.interview__modalFrame{
  position: relative;
  z-index: 2;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgba(255,255,255,0.1);
}

.interview__modalClose{
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
.interview__modalFrameInner{
  padding-top: 35px;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 35px;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.interview__modalFrameInner::-webkit-scrollbar{
  display: none;
}

.interview__modalTextFig{
  width: 152px;
}

.interview__modalItem{
  margin: 52px auto 0;
  color: #fff;
  display: none;
}

.interview__modalItem.active{
  display: flex;
  justify-content: center;
  gap: 0 90px;
}

.interview__modalItemLeft{
  width: 350px;
}

.interview__modalItemRight{
  width: 460px;
}

.interview__modalImg{
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
}
.interview__modalImg img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.interview__modalCaption{
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin-top: 35px;
}

.interview__modalTitle{
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
}

.interview__modalQ{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
  position: relative;
  padding-left: 0.6em;
}
.interview__modalQ::before{
  content: "";
  display: block;
  width: 3px;
  height: 1.1em;
  position: absolute;
  top: 0.2em;
  left: 0;
  background-color: #fff;
}

.interview__modalTitle + .interview__modalQ{
  margin-top: 35px;
}

.interview__modalText{
  font-weight: 900;
}

.interview__modalQ + .interview__modalText{
  margin-top: 15px;
}
.interview__modalText + .interview__modalQ{
  margin-top: 35px;
}

@media only screen and (max-width:1260px) {
  .interview__modalFrame{
    border-radius: calc((50 / 1260) * 100 * 1vw);
  }

  .interview__modalWrapper{
    width: calc(100% - ((110 / 1260) * 100 * 1vw));
    height: calc(100% - ((70 / 1260) * 100 * 1vw));
  }

  .interview__modalFrame{
    width: calc(100% - ((50 / 1260) * 100 * 1vw));
    height: calc(100% - ((50 / 1260) * 100 * 1vw));
  }

  .interview__modalClose{
    width: calc((80 / 1260) * 100 * 1vw);
    height: calc((80 / 1260) * 100 * 1vw);
  }
  .interview__modalFrameInner{
    padding-top: calc((35 / 1260) * 100 * 1vw);
    padding-left: calc((55 / 1260) * 100 * 1vw);
    padding-right: calc((55 / 1260) * 100 * 1vw);
    padding-bottom: calc((35 / 1260) * 100 * 1vw);
  }

  .interview__modalTextFig{
    width: calc((152 / 1260) * 100 * 1vw);
  }

  .interview__modalItem{
    margin-top: calc((52 / 1260) * 100 * 1vw);
    gap: 0 calc((90 / 1260) * 100 * 1vw);
  }

  .interview__modalItemLeft{
    width: calc((350 / 1260) * 100 * 1vw);
  }

  .interview__modalItemRight{
    width: calc((460 / 1260) * 100 * 1vw);
  }

  .interview__modalImg{
    width: calc((350 / 1260) * 100 * 1vw);
    height: calc((350 / 1260) * 100 * 1vw);
  }
  .interview__modalCaption{
    font-size: 18px;
    margin-top: calc((35 / 1260) * 100 * 1vw);
  }

  .interview__modalTitle{
    font-size: calc((34 / 1260) * 100 * 1vw);
  }

  .interview__modalText{
    margin-top: calc((35 / 1260) * 100 * 1vw);
  }
}
@media only screen and (max-width:768px) {
  .interview__modalLayer::before{
    width: calc((70 / 750) * 100 * 1vw);
  }
  .interview__modalFrame{
    border-radius: 4vw;
  }
  .interview__modalWrapper{
    width: calc(100% - 10vw);
    height: calc(100% - 10vw);
  }
  .interview__modalFrame{
    width: calc(100% - 10vw);
    height: calc(100% - 10vw);
  }
  .interview__modalClose{
    width: 12vw;
    height: 12vw;
    padding: 0;
  }
  .interview__modalFrameInner{
    padding: 5vw 5vw 8vw;
  }
  .interview__modalTextFig{
    width: calc((152 / 750) * 100 * 1vw);
  }
  .interview__modalItem.active{
    margin-top: 4vw;
    flex-direction: column;
    gap: 4vw 0;
  }
  .interview__modalItemLeft{
    width: 100%;
  }
  .interview__modalItemRight{
    width: 100%;
  }
  .interview__modalImg{
    width: 50vw;
    height: 50vw;
    margin: 0 auto;
  }
  .interview__modalCaption{
    font-size: calc((30 / 750) * 100 * 1vw);
    margin-top: 2vw;
  }
  .interview__modalTitle{
    font-size: calc((34 / 750) * 100 * 1vw);
  }
  .interview__modalQ{
    font-size: calc((30 / 750) * 100 * 1vw);
  }
  .interview__modalTitle + .interview__modalQ{
    margin-top: 4vw;
  }
  .interview__modalQ + .interview__modalText{
    margin-top: 2vw;
  }
  .interview__modalText + .interview__modalQ{
    margin-top: 4vw;
  }
}