@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
#header .headBlock {
  max-width: 94%;
  margin: 10px auto 10px;
}
@media print, screen and (max-width:768px) {
  #header .headBlock {
    margin: 5px auto 14px;
  }
}
#header .headBlock .flex.head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header a .logoH {
  color: #000;
}
#header .logoH {
  margin: 20px 0 0 0;
  position: relative;
  font-size: clamp(20px, 3.1666666667vw, 38px);
  font-weight: 600;
  line-height: 1.2;
  padding-left: 98px;
}
@media print, screen and (max-width: 1200px) {
  #header .logoH {
    padding-left: 86px;
  }
}
@media print, screen and (max-width: 1026px) {
  #header .logoH {
    padding-left: 78px;
  }
}
@media print, screen and (max-width: 930px) {
  #header .logoH {
    padding-left: 74px;
  }
}
@media print, screen and (max-width: 820px) {
  #header .logoH {
    padding-left: 70px;
  }
}
@media print, screen and (max-width:768px) {
  #header .logoH {
    padding-left: 54px;
    margin: 8px 0 0 0;
  }
}
#header .logoH span {
  font-size: 60%;
  display: block;
}
#header .logoH:before {
  content: "";
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90px;
  height: 84px;
  background-size: contain;
  vertical-align: middle;
  pointer-events: none;
}
@media print, screen and (max-width: 1200px) {
  #header .logoH:before {
    width: 80px;
    height: 74px;
    top: 50%;
  }
}
@media print, screen and (max-width: 1026px) {
  #header .logoH:before {
    width: 70px;
    height: 64px;
    top: 50;
  }
}
@media print, screen and (max-width: 960px) {
  #header .logoH:before {
    top: 52%;
    width: 66px;
    height: 58px;
  }
}
@media print, screen and (max-width: 930px) {
  #header .logoH:before {
    top: 52%;
    width: 66px;
    height: 58px;
  }
}
@media print, screen and (max-width: 960px) {
  #header .logoH:before {
    top: 50%;
  }
}
@media print, screen and (max-width: 820px) {
  #header .logoH:before {
    top: 50%;
  }
}
@media print, screen and (max-width:768px) {
  #header .logoH:before {
    width: 57px;
    height: 44px;
    top: 54%;
  }
}
#header .logoH._sociology:before {
  background: url(../../../../index/common/images/common/icon_sociology.svg) no-repeat;
  background-size: contain;
}
#header .logoH._public_sociology:before {
  background: url(../../../../index/common/images/common/icon_public_sociology.svg) no-repeat;
  background-size: contain;
}
#header .logoH._psychology:before {
  background: url(../../../../index/common/images/common/icon_psychology.svg) no-repeat;
  background-size: contain;
}
#header .logoH._child:before {
  background: url(../../../../index/common/images/common/icon_child.svg) no-repeat;
  background-size: contain;
}
#header .headMenu {
  max-width: 55%;
}
@media print, screen and (max-width: 1200px) {
  #header .headMenu {
    max-width: 45%;
  }
}
#header .headMenu ul {
  width: 100%;
}
#header .headMenu ul li {
  width: 100px;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (max-width:1026px) {
  #header .headMenu ul li {
    width: 25%;
  }
}
#header .headMenu ul li a {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#header .headMenu ul li a:hover {
  opacity: 0.7;
}
#header .headMenu ul li .iconImg {
  width: 80%;
  text-align: center;
  margin: 0 auto 8px;
}
#header .headMenu ul li .menuTxt {
  font-size: 12px;
  font-weight: 500;
}
@media print, screen and (max-width:1026px) {
  #header .headMenu ul li .menuTxt {
    font-size: 10px;
    letter-spacing: -0.08rem;
  }
}
#header .headMenu ul li a .menuTxt._home {
  color: #04AEE4;
}
#header .headMenu ul li a .menuTxt._sociology {
  color: #007ab9;
}
#header .headMenu ul li a .menuTxt._public_sociology {
  color: #168980;
}
#header .headMenu ul li a .menuTxt._psychology {
  color: #E23754;
}
#header .headMenu ul li a .menuTxt._child {
  color: #EDA000;
}
@media print, screen and (max-width:768px) {
  #header .headMenu {
    display: none;
  }
}
@media print, screen and (max-width:1026px) {
  #header .headMenu._type2 ul li {
    width: 20%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
footer {
  width: 100%;
  border-top: 1px solid #000;
  padding: 60px 0 60px;
  text-align: center;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ ゴシック";
  font-size: 15px;
}
@media print, screen and (max-width:1026px) {
  footer {
    padding: 40px 0 40px;
  }
}
@media print, screen and (max-width:768px) {
  footer {
    padding: 1rem 0 100px;
    font-size: 14px;
  }
}
footer .copyright {
  text-align: center;
  letter-spacing: -0.01rem;
  font-size: 90%;
  margin: 0;
  -webkit-transform: scaleY(1.15);
          transform: scaleY(1.15);
}
@media print, screen and (max-width:1026px) {
  footer .copyright {
    font-size: 80%;
  }
}
@media print, screen and (max-width:768px) {
  footer .copyright {
    font-size: 80%;
  }
}
footer p {
  margin: 0 0 0.5em;
}
@media print, screen and (max-width:768px) {
  footer.active {
    padding: 0.5rem 0 6.5rem;
  }
}

.spFootMenu {
  display: none;
}
@media print, screen and (max-width:768px) {
  .spFootMenu {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #E7F3F7;
    z-index: 300;
    width: 100%;
    margin: 0 auto;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*transform: translateY(100%);
    transition: transform 0.3s ease;*/
  }
  .spFootMenu.is-show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .spFootMenu ul {
    width: 96%;
    margin: 0 auto;
  }
  .spFootMenu ul li {
    width: 25%;
    text-align: center;
    line-height: 1.2;
  }
  .spFootMenu ul li a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .spFootMenu ul li a:hover {
    opacity: 0.7;
  }
  .spFootMenu ul li a .iconImg {
    width: 40%;
    text-align: center;
    margin: 0 auto 0px;
  }
  .spFootMenu ul li a .menuTxt {
    font-size: 9px;
    font-weight: 500;
    margin: 0;
  }
  .spFootMenu ul li a .menuTxt._home {
    color: #04AEE4;
  }
  .spFootMenu ul li a .menuTxt._sociology {
    color: #007bb9;
  }
  .spFootMenu ul li a .menuTxt._public_sociology {
    color: #23AAA1;
  }
  .spFootMenu ul li a .menuTxt._psychology {
    color: #FF7C8E;
  }
  .spFootMenu ul li a .menuTxt._child {
    color: #EDA000;
    letter-spacing: -0.05rem;
  }
  .spFootMenu._type2 ul li {
    width: 20%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
main {
  margin: 0px auto 0;
}
@media print, screen and (max-width:1026px) {
  main {
    margin: 0px auto 0;
  }
}
@media print, screen and (max-width:768px) {
  main {
    margin: 0px auto 0;
  }
}
main .mainImage {
  width: 100%;
}
main .mainImage img {
  width: 100%;
}
main .mainImage {
  position: relative;
  z-index: -1;
}
main .mainWrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 0;
}
@media print, screen and (max-width:1026px) {
  main .mainWrap {
    padding: 30px 0;
  }
}
@media print, screen and (max-width:768px) {
  main .mainWrap {
    padding: 20px 0;
  }
}
main .mainWrap_inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .main_content {
  margin: -100px auto 0;
  background: #fff;
  width: 100%;
  border-radius: 40px 40px 0 0;
  padding: 40px 0;
}
@media print, screen and (max-width:1026px) {
  main .main_content {
    margin: -60px auto 0;
    width: 80%;
    border-radius: 30px 30px 0 0;
    padding: 30px 0;
  }
}
@media print, screen and (max-width:768px) {
  main .main_content {
    margin: -30px auto 0;
    width: 90%;
    border-radius: 20px 20px 0 0;
    padding: 20px 0;
  }
}
main .gakka_ttl {
  font-size: clamp(17px, 2.6666666667vw, 32px);
  font-weight: 600;
  text-align: center;
  margin: 0 auto 60px;
}
@media print, screen and (max-width:1026px) {
  main .gakka_ttl {
    margin: 0 auto 40px;
  }
}
@media print, screen and (max-width:768px) {
  main .gakka_ttl {
    margin: 0 auto 20px;
  }
}
main .gakka_ttl._sociology {
  color: #0096e1;
}
main .gakka_ttl._public_sociology {
  color: #2A7F75;
}
main .gakka_ttl._psychology {
  color: #D10531;
}
main .gakka_ttl._child {
  color: #EA6206;
}
main .mainTxtBlock .txt01 {
  width: 47%;
  font-size: clamp(16px, 2.1666666667vw, 26px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media print, screen and (max-width:1026px) {
  main .mainTxtBlock .txt01 {
    width: 42%;
  }
}
@media print, screen and (max-width:768px) {
  main .mainTxtBlock .txt01 {
    width: 100%;
    text-align: center;
  }
}
main .mainTxtBlock .txt01._type2 {
  width: 48%;
  font-size: clamp(16px, 2vw, 24px);
}
@media print, screen and (max-width:1026px) {
  main .mainTxtBlock .txt01._type2 {
    width: 42%;
  }
}
@media print, screen and (max-width:768px) {
  main .mainTxtBlock .txt01._type2 {
    width: 100%;
    text-align: center;
  }
}
main .mainTxtBlock .course_main {
  width: 50%;
}
@media print, screen and (max-width:1026px) {
  main .mainTxtBlock .course_main {
    width: 56%;
  }
}
@media print, screen and (max-width:768px) {
  main .mainTxtBlock .course_main {
    width: 100%;
  }
}
main .mainTxtBlock .course_main._center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main ul.mainMenuBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media print, screen and (max-width:768px) {
  main ul.mainMenuBox {
    margin: 0px 0 10px;
  }
}
main ul.mainMenuBox li {
  width: 32.33333%;
  margin: 0 0 7px;
  text-align: center;
}
@media print, screen and (max-width:768px) {
  main ul.mainMenuBox li {
    width: 48%;
  }
}
main ul.mainMenuBox li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main ul.mainMenuBox li a {
  display: block;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media print, screen and (max-width: 936px) {
  main ul.mainMenuBox li a {
    font-size: 10px;
  }
}
@media print, screen and (max-width:768px) {
  main ul.mainMenuBox li a {
    font-size: 12px;
    line-height: 1.5;
  }
}
main ul.mainMenuBox li.type2 a {
  padding: 14px 5px;
}
main ul.mainMenuBox._type2 li {
  width: 48%;
}
main ul.mainMenuBox._type2 li.type2 a {
  padding: 10px 5px;
}
main ul.mainMenuBox._sociology li a {
  background: #0096E1;
}
main ul.mainMenuBox._sociology li a:hover {
  background: #147AC6;
}
main ul.mainMenuBox._public_sociology li a {
  background: #168980;
}
main ul.mainMenuBox._public_sociology li a:hover {
  background: #15776d;
}
main ul.mainMenuBox._psychology li a {
  background: #E23754;
}
main ul.mainMenuBox._psychology li a:hover {
  background: #ca515d;
}
main ul.mainMenuBox._child li a {
  background: #EA6206;
}
main ul.mainMenuBox._child li a:hover {
  background: #DB4B0B;
}
main ul.mainMenuBox._type2 li a {
  padding: 14px 5px;
}
@media print, screen and (min-width: 769px) {
  main ul.mainMenuBox._type3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main ul.mainMenuBox._type3 li {
    width: 40%;
  }
  main ul.mainMenuBox._type3 li:nth-child(odd) {
    margin-right: 14px;
  }
}
main .txtBox {
  width: 46%;
}
@media print, screen and (max-width:1026px) {
  main .txtBox {
    width: 48%;
  }
}
@media print, screen and (max-width:768px) {
  main .txtBox {
    width: 100%;
  }
}
main .txtBox .mainTxt01 {
  font-size: clamp(24px, 4.3333333333vw, 62px);
  font-weight: 600;
  line-height: 1.5;
}
@media print, screen and (max-width:768px) {
  main .txtBox .mainTxt01 {
    margin-bottom: 10px;
  }
}
main .txtBox .mainTxt01 span._sociology {
  color: #007AB9;
}
main .txtBox .mainTxt01._type2 {
  font-size: clamp(24px, 3.75vw, 46px);
}
main .imgBox {
  width: 65%;
  margin-right: calc(50% - 50vw);
  /*@media print, screen and (min-width:2600px) {margin-right: 0;}*/
}
@media print, screen and (max-width: 1480px) {
  main .imgBox {
    width: 60%;
  }
}
@media print, screen and (max-width: 1280px) {
  main .imgBox {
    width: 55%;
  }
}
@media print, screen and (max-width:768px) {
  main .imgBox {
    width: 100vw;
  }
}

.swiper-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper,
.swiper-slide {
  height: 100%;
  width: 100%;
}

/*@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
.swiper-slide-active>div, .swiper-slide-duplicate-active>div, .swiper-slide-prev>div{
    animation: zoomUp 10s linear 0s 1 normal both;
}*/
.mainBottomBlock {
  width: 100%;
  margin: 0 0 0 0;
  padding: 20px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .mainBottomBlock {
    margin: 0 0 0 0;
    padding: 14px 0 30px;
  }
}
@media print, screen and (max-width:768px) {
  .mainBottomBlock {
    margin: 0 0 0 0;
    padding: 14px 0 1rem;
  }
}
.mainBottomBlock._sociology {
  background: #0096E1;
}
.mainBottomBlock._public_sociology {
  background: #168980;
}
.mainBottomBlock._psychology {
  background: #E23754;
}
.mainBottomBlock._child {
  background: #EA6206;
}
.mainBottomBlock .mainBottom_title {
  color: #fff;
  font-size: clamp(40px, 6.6666666667vw, 80px);
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.01rem;
  font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;
}
.mainBottomBlock .mainBottom_title span {
  padding-left: 10px;
}
.mainBottomBlock .mainBottom_title._type2 {
  font-size: clamp(36px, 6.1666666667vw, 74px);
}
.mainBottomBlock .main_bottom_txtBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*justify-content:center;*/
}
.mainBottomBlock .main_bottom_txtBlock p {
  margin: 3px 0 5px;
}
.mainBottomBlock .main_bottom_txtBlock p:not(:last-child) {
  margin-right: 8px;
}
.mainBottomBlock .main_bottom_txtBlock p a {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 15px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  font-size: 75%;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media print, screen and (max-width:768px) {
  .mainBottomBlock .main_bottom_txtBlock p a {
    padding: 4px 10px;
    font-size: 65%;
  }
}
.mainBottomBlock._sociology .main_bottom_txtBlock p a:hover {
  background: #fff;
  color: #007AB9;
}

.courseBlock {
  overflow: hidden;
}
.courseBlock .course_belt {
  position: relative;
}
.beltInner3 {
  -webkit-animation: infiniteAnimation3 60s -40s linear infinite;
          animation: infiniteAnimation3 60s -40s linear infinite;
}
@-webkit-keyframes infiniteAnimation3 {
  0% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
@keyframes infiniteAnimation3 {
  0% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
@media print, screen and (max-width:768px) {
  .beltInner3 {
    -webkit-animation: infiniteAnimation3 20s -20s linear infinite;
            animation: infiniteAnimation3 20s -20s linear infinite;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.titleBlock {
  margin: 0 auto 45px;
  text-align: center;
}
@media print, screen and (max-width:1026px) {
  .titleBlock {
    margin: 0 auto 36px;
  }
}
@media print, screen and (max-width:768px) {
  .titleBlock {
    margin: 0 auto 20px;
  }
}
.titleBlock .decoImg {
  max-width: 150px;
  margin: 0 auto 8px;
}
@media print, screen and (max-width:1026px) {
  .titleBlock .decoImg {
    max-width: 100px;
  }
}
@media print, screen and (max-width:768px) {
  .titleBlock .decoImg {
    max-width: 70px;
    margin: 0 auto 3px;
  }
}
.titleBlock .h_txt_type {
  font-size: clamp(20px, 2.6666666667vw, 32px);
  font-weight: 600;
  margin: 0 auto 30px;
}
@media print, screen and (max-width:1026px) {
  .titleBlock .h_txt_type {
    margin: 0 auto 20px;
  }
}
@media print, screen and (max-width:768px) {
  .titleBlock .h_txt_type {
    margin: 0 auto 10px;
  }
}
.titleBlock .h_txt_type._sociology {
  color: #009EDC;
}
.titleBlock .h_txt_type._public_sociology {
  color: #41A8A4;
}
.titleBlock .h_txt_type._psychology {
  color: #E23754;
}
.titleBlock .h_txt_type._child {
  color: #E8823D;
}
.titleBlock .h_txt_type._wh {
  color: #fff;
}
.titleBlock .txt01 {
  display: inline-block;
  padding: 5px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(17px, 3.1666666667vw, 38px);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02rem;
  margin: 0;
}
@media print, screen and (max-width:768px) {
  .titleBlock .txt01 {
    /*line-height: 0.7;*/
    padding: 10px 10px;
  }
}
.titleBlock .txt01._sociology {
  background: #007AB9;
}
.titleBlock .txt01._public_sociology {
  background: #168980;
}
.titleBlock .txt01._psychology {
  background: #D10531;
}
.titleBlock .txt01._child {
  background: #EA6206;
}
.titleBlock .txt01 span {
  font-size: 120%;
}
.titleBlock .txt01 span.yellow {
  color: #FFDE71;
}
@media print, screen and (max-width:768px) {
  .titleBlock .txt01._t_sp {
    padding: 10px 5px;
  }
}

.h_imgType {
  width: 100%;
}
.h_imgType img {
  width: 100%;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.info {
  width: 100%;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fffff0;
}
@media print, screen and (max-width:1026px) {
  .info {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .info {
    padding: 3rem 0;
  }
}
.info {
  /*&._sociology {
  	background: #edf7fd;
  }
  &._public_sociology {
  	background: #d7e9e9;
  }
  &._psychology {
  	background: #ffeef1;
  }
  &._child {
  	background: #fef6e7;
  }*/
}

.meetBlock .col {
  width: calc((100% - 60px) / 3);
  margin: 0 0 30px 30px;
}
@media print, screen and (max-width:768px) {
  .meetBlock .col {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.meetBlock .col:nth-child(3n+1) {
  margin-left: 0;
}
.meetBlock .col:nth-child(n+4) {
  display: none;
}
.meetBlock .col .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  text-align: center;
  overflow: hidden;
}
.meetBlock .col .img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  translate: -50% 0;
}
.meetBlock .col dl {
  font-size: 94%;
}
.meetBlock .col dl dt {
  margin: 0 0 7px;
}
.meetBlock .col dl dt:after {
  content: "";
  display: inline-block;
  padding: 0 5px;
  background: #ffde71;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 84%;
  margin-left: 10px;
  color: #000;
}
.meetBlock .col dl.news dt:after {
  content: "お知らせ・イベント";
}
.meetBlock .col dl.life dt:after {
  content: "みんなの日常";
}
.meetBlock .col dl.column dt:after {
  content: "学びのコラム";
}
.meetBlock a dl dd {
  color: #000;
}
.meetBlock a dl dd:hover {
  text-decoration: underline;
}

.info._sociology a dl dt {
  color: #89d1f9;
}

.info._sociology a dl dd:hover {
  color: #009edc;
}

.info._public_sociology dl dt {
  color: #41a8a4;
}

.info._public_sociology a dl dd:hover {
  color: #168980;
}

.info._psychology dl dt {
  color: #ff8095;
}

.info._psychology a dl dd:hover {
  color: #ff6683;
}

.info._child dl dt {
  color: #f7af2f;
}

.info._child a dl dd:hover {
  color: #f49a2f;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.tab_Block {
  max-width: 100%;
  margin: 0 auto;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab-item {
  display: block;
  border-radius: 0 30px 0px 0;
  padding: 16px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: 24%;
  text-align: center;
  font-size: clamp(11px, 1.5vw, 18px);
  font-weight: 500;
  margin: 0 0 10px;
}
@media print, screen and (max-width:1026px) {
  .tab-item {
    padding: 14px 8px;
  }
}
@media print, screen and (max-width:768px) {
  .tab-item {
    padding: 5px 5px;
    line-height: 1.4;
    margin: 0 0 5px;
  }
}
.tab-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
}

.tab-content {
  background-color: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .tab-content {
    padding: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .tab-content {
    padding: 1.6rem 5%;
  }
}

.tab-panel {
  display: none;
}

.tab-item.active {
  background: #fff;
  font-weight: bold;
  margin: 0;
}

.tab-panel.active {
  display: block;
}

.tab-panel.active h2 {
  font-size: 20px;
  font-weight: bold;
}

.info._sociology .tab-item {
  background: #b2dff6;
}

.info._sociology .tab-item.active {
  background: #fff;
}

.info._public_sociology .tab-item {
  background: #d0e7e6;
}

.info._public_sociology .tab-item.active {
  background: #fff;
}

.info._psychology .tab-item {
  background: #FFDFE4;
}

.info._psychology .tab-item.active {
  background: #fff;
}

.info._child .tab-item {
  background: #FCE1B1;
}

.info._child .tab-item.active {
  background: #fff;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.btn_arrow {
  margin: 20px auto;
  text-align: center;
}
.btn_arrow a {
  display: inline-block;
  position: relative;
  color: #000;
  padding: 0 10px 0 0;
  -webkit-transition: letter-spacing 0.3s;
  transition: letter-spacing 0.3s;
}
.btn_arrow a:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  /*background: url(../../images/common/arrow_sociology.svg)no-repeat;*/
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
@media print, screen and (max-width:1026px) {
  .btn_arrow a:after {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width:768px) {
  .btn_arrow a:after {
    width: 17px;
    height: 17px;
  }
}
.btn_arrow a:hover {
  text-decoration: underline;
}
.btn_arrow._type2 {
  text-align: right;
  margin: 0px 0;
  line-height: 1.5;
}
.btn_arrow._type2 a {
  font-size: 80%;
}
.btn_arrow._type2 a:after {
  width: 20px;
  height: 20px;
  /*background: url(../../images/common/arrow_sociology.svg)no-repeat;	*/
}
@media print, screen and (max-width:768px) {
  .btn_arrow._type2 a:after {
    width: 16px;
    height: 16px;
  }
}

.btn_arrow._sociology a:after {
  background: url(../../images/common/arrow_sociology.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._sociology a:hover:after {
  background: url(../../images/common/arrow_sociology2.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._public_sociology a:after {
  background: url(../../images/common/arrow_public_sociology.svg) no-repeat;
}

.btn_arrow._public_sociology a:hover:after {
  background: url(../../images/common/arrow_public_sociology2.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._psychology a:after {
  background: url(../../images/common/arrow_psychology.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._psychology a:hover:after {
  background: url(../../images/common/arrow_psychology2.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._child a:after {
  background: url(../../images/common/arrow_child.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._child a:hover:after {
  background: url(../../images/common/arrow_child2.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._type2._sociology a:after {
  background: url(../../images/common/arrow_sociology.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._type2._sociology a:hover:after {
  background: url(../../images/common/arrow_sociology2.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._type2._public_sociology a:after {
  background: url(../../images/common/arrow_public_sociology.svg) no-repeat;
}

.btn_arrow._type2._public_sociology a:hover:after {
  background: url(../../images/common/arrow_public_sociology2.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._type2._psychology a:after {
  background: url(../../images/common/arrow_psychology.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._type2._psychology a:hover:after {
  background: url(../../images/common/arrow_psychology2.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._type2._child a:after {
  background: url(../../images/common/arrow_child.svg) no-repeat;
  background-size: contain;
}

.btn_arrow._type2._child a:hover:after {
  background: url(../../images/common/arrow_child2.svg) no-repeat;
  background-size: contain;
}

.btn {
  margin: 20px auto;
  text-align: center;
}
.btn a {
  display: inline-block;
  padding: 8px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 114%;
  font-weight: 600;
  border: 1px solid;
  border-radius: 30px;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (max-width:1026px) {
  .btn a {
    padding: 6px 40px;
    font-size: 108%;
  }
}
@media print, screen and (max-width:768px) {
  .btn a {
    padding: 4px 30px;
    font-size: 90%;
  }
}
.btn._sociology a {
  border-color: #007AB9;
  color: #007AB9;
}
.btn._sociology a:hover {
  background: #007AB9;
  color: #fff;
}
.btn._public_sociology a {
  border-color: #168980;
  color: #168980;
}
.btn._public_sociology a:hover {
  background: #168980;
  color: #fff;
}
.btn._psychology a {
  border-color: #E23754;
  color: #E23754;
}
.btn._psychology a:hover {
  background: #E23754;
  color: #fff;
}
.btn._child a {
  border-color: #EA6206;
  color: #EA6206;
}
.btn._child a:hover {
  background: #EA6206;
  color: #fff;
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.course {
  width: 100%;
  padding: 70px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .course {
    padding: 50px 0 60px;
  }
}
@media print, screen and (max-width:768px) {
  .course {
    padding: 2rem 0 1rem;
  }
}
.course._sociology {
  background: #00C2ED;
}
.course._public_sociology {
  background: #71BEBB;
}
.course._psychology {
  background: #E23754;
}
.course._child {
  background: #EA6206;
}
.course .course_txtBlock {
  text-align: center;
  margin: 0 auto 50px;
}
@media print, screen and (max-width:1026px) {
  .course .course_txtBlock {
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width:1026px) {
  .course .course_txtBlock {
    margin: 0 auto 20px;
  }
}
.course .co_headTxt {
  font-size: clamp(16px, 2.6666666667vw, 32px);
  font-weight: 600;
}
.course .co_headTxt span._sociology {
  color: #0096e1;
}
.course .co_headTxt span._public_sociology {
  color: #71BEBB;
}
.course .co_headTxt span._psychology {
  color: #E23754;
}
.course .co_headTxt span._child {
  color: #EA6206;
}
.course .courseBlock {
  overflow: hidden;
}
.course .courseBlock .course_belt {
  position: relative;
  margin: 0 0 20px;
}
@media print, screen and (max-width:1026px) {
  .course .courseBlock .course_belt {
    margin: 0 0 10px;
  }
}
.course .courseBlock .beltInner {
  -webkit-animation: infiniteAnimation 80s -30s linear infinite;
          animation: infiniteAnimation 80s -30s linear infinite;
}
@-webkit-keyframes infiniteAnimation {
  0% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes infiniteAnimation {
  0% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.course .courseBlock {
  /* ================== */
}
.course .courseBlock .course_belt2 {
  position: relative;
  margin: 0 0 20px;
}
@media print, screen and (max-width:1026px) {
  .course .courseBlock .course_belt2 {
    margin: 0 0 10px;
  }
}
.course .courseBlock .beltInner2 {
  -webkit-animation: infiniteAnimation2 80s -30s linear infinite;
          animation: infiniteAnimation2 80s -30s linear infinite;
}
@-webkit-keyframes infiniteAnimation2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infiniteAnimation2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.course .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course .inner_flex .bubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 44px;
  border: 1px solid;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 10px;
  min-width: 220px;
}
@media print, screen and (max-width:1026px) {
  .course .inner_flex .bubble {
    margin-bottom: 13px;
    padding: 10px 10px;
    font-size: 13px;
    min-width: 180px;
  }
}
@media print, screen and (max-width:768px) {
  .course .inner_flex .bubble {
    margin-bottom: 13px;
    padding: 6px 6px;
    font-size: 10px;
    min-width: 130px;
  }
}
.course .inner_flex .bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 73%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(-26deg);
          transform: skew(-26deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media print, screen and (max-width:1026px) {
  .course .inner_flex .bubble:after {
    border-width: 13px 13px 0 0;
  }
}
.course .inner_flex .bubble span {
  font-weight: 800;
  font-size: 108%;
}
.course .inner_flex .bubble span._les {
  letter-spacing: -0.04rem;
}
.course .courseBlock._sociology .bubble {
  border-color: #3262AC;
  color: #3262AC;
  -webkit-filter: drop-shadow(2.5px 4px 0px #3262AC);
          filter: drop-shadow(2.5px 4px 0px #3262AC);
}
.course .courseBlock._sociology .bubble:hover {
  background: #3262AC;
  color: #fff;
}
.course .courseBlock._sociology .bubble:hover:after {
  border-color: #3262AC transparent transparent;
}
.course .courseBlock._sociology .bubble:hover {
  -webkit-filter: drop-shadow(2.5px 4px 0px #304d93);
          filter: drop-shadow(2.5px 4px 0px #304d93);
}
.course .courseBlock._public_sociology .bubble {
  border-color: #168980;
  color: #168980;
  -webkit-filter: drop-shadow(2.5px 4px 0px #168980);
          filter: drop-shadow(2.5px 4px 0px #168980);
}
.course .courseBlock._public_sociology .bubble:hover {
  background: #168980;
  color: #fff;
}
.course .courseBlock._public_sociology .bubble:hover:after {
  border-color: #168980 transparent transparent;
}
.course .courseBlock._public_sociology .bubble:hover {
  -webkit-filter: drop-shadow(2.5px 4px 0px #136D64);
          filter: drop-shadow(2.5px 4px 0px #136D64);
}
.course .courseBlock._psychology .bubble {
  border-color: #D10531;
  color: #D10531;
  -webkit-filter: drop-shadow(2.5px 4px 0px #D10531);
          filter: drop-shadow(2.5px 4px 0px #D10531);
}
.course .courseBlock._psychology .bubble:hover {
  background: #D10531;
  color: #fff;
}
.course .courseBlock._psychology .bubble:hover:after {
  border-color: #D10531 transparent transparent;
}
.course .courseBlock._psychology .bubble:hover {
  -webkit-filter: drop-shadow(2.5px 4px 0px #AA0531);
          filter: drop-shadow(2.5px 4px 0px #AA0531);
}
.course .courseBlock._child .bubble {
  border-color: #EA6206;
  color: #EA6206;
  -webkit-filter: drop-shadow(2.5px 4px 0px #EA6206);
          filter: drop-shadow(2.5px 4px 0px #EA6206);
}
.course .courseBlock._child .bubble:hover {
  background: #EA6206;
  color: #fff;
}
.course .courseBlock._child .bubble:hover:after {
  border-color: #EA6206 transparent transparent;
}
.course .courseBlock._child .bubble:hover {
  -webkit-filter: drop-shadow(2.5px 4px 0px #C65406);
          filter: drop-shadow(2.5px 4px 0px #C65406);
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.job {
  width: 100%;
  overflow: hidden;
}
.job._sociology {
  background: #EDF7FD;
}
.job._public_sociology {
  background: #CEE8E7;
}
.job._psychology {
  background: #FFEEF1;
}
.job._child {
  background: #FEF6E7;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.modal-container .img {
  background: #f1f1f1;
  margin-bottom: 15px;
}

.modal-container p {
  margin-bottom: 10px;
}

.modal-container p:last-child {
  margin-bottom: 0;
}

.modal-content {
  background: #FFF;
  overflow-y: auto;
  width: 94%;
  max-width: 840px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 600px;
  -webkit-animation: show 0.6s linear 0s;
          animation: show 0.6s linear 0s;
  -webkit-filter: drop-shadow(0px 2px 6px #777);
          filter: drop-shadow(0px 2px 6px #777);
}

.modal-container {
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .modal-container {
    padding: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .modal-container {
    padding: 20px;
  }
}
.modal-container .inner {
  max-width: 100%;
  margin: auto;
  padding: 30px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}
@media print, screen and (max-width:1026px) {
  .modal-container .inner {
    padding: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .modal-container .inner {
    padding: 20px;
  }
}
.modal-container .inner .title {
  font-size: clamp(18.5px, 1.8333333333vw, 22px);
  font-weight: 600;
}
.modal-container .inner .title span {
  display: block;
  font-size: 80%;
}
.modal-container .inner .title {
  margin: 0 0 20px;
}
.modal-container .inner .title2 {
  font-size: clamp(18.5px, 1.8333333333vw, 22px);
  font-weight: 600;
  position: relative;
  padding-left: 1.6rem;
}
.modal-container .inner .title2:before {
  content: "●";
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  top: 0.25rem;
  /*color: #0260A0;*/
}
@media print, screen and (max-width:768px) {
  .modal-container .inner .title2:before {
    top: 0.15rem;
  }
}
.modal-container .inner dl {
  margin: 0 0 20px;
}
.modal-container .inner dl dt {
  position: relative;
  padding-left: 1.4rem;
  text-indent: 0;
  font-size: 108%;
  font-weight: 600;
  margin: 0 0 8px;
}
@media print, screen and (max-width:768px) {
  .modal-container .inner dl dt {
    font-size: 104%;
  }
}
.modal-container .inner dl dt:before {
  content: "●";
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
  /*color: #0260A0;	*/
}
.modal-container .inner .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width:768px) {
  .modal-container .inner .btnBox {
    display: block;
  }
}
.modal-container .inner p.btn_mo {
  text-align: center;
}
@media print, screen and (max-width:768px) {
  .modal-container .inner p.btn_mo {
    width: 84%;
    margin: auto;
  }
}
.modal-container .inner p.btn_mo:not(:last-child) {
  margin: 0 24px 0 0;
}
@media print, screen and (max-width:768px) {
  .modal-container .inner p.btn_mo:not(:last-child) {
    margin: 0 auto 10px;
  }
}
.modal-container .inner p.btn_mo a {
  display: inline-block;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  /*background: #0260A0;*/
  color: #fff;
  font-weight: 500;
  font-size: 94%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (max-width:768px) {
  .modal-container .inner p.btn_mo a {
    display: block;
  }
}
.modal-container .inner p.btn_mo a span {
  font-weight: 600;
}
.modal-container .inner p.btn_mo a:hover {
  opacity: 0.75;
}
.modal-container .inner p.btn_mo._type2 {
  text-align: left;
}
@media print, screen and (max-width:768px) {
  .modal-container .inner p.btn_mo._type2 {
    text-align: center;
  }
}
.modal-container .inner p.btn_mo._alignL {
  text-align: left;
}
.modal-container._sociology .title2:before {
  color: #0096E1;
}
.modal-container._sociology dl dt:before {
  color: #0096E1;
}
.modal-container._sociology p.btn_mo a {
  background: #0096E1;
}
.modal-container._public_sociology .title2:before {
  color: #168980;
}
.modal-container._public_sociology dl dt:before {
  color: #168980;
}
.modal-container._public_sociology p.btn_mo a {
  background: #168980;
}
.modal-container._psychology .title2:before {
  color: #E23754;
}
.modal-container._psychology dl dt:before {
  color: #E23754;
}
.modal-container._psychology p.btn_mo a {
  background: #E23754;
}
.modal-container._child .title2:before {
  color: #EA6206;
}
.modal-container._child dl dt:before {
  color: #EA6206;
}
.modal-container._child p.btn_mo a {
  background: #EA6206;
}

.modal-top {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media print, screen and (max-width:1026px) {
  .modal-top {
    right: 20px;
    top: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .modal-top {
    right: 10px;
    top: 10px;
  }
}

.modal-close {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 5px;
  border-radius: 50%; /* 角を完全に丸くして円にする */
  border: 1px solid #000;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; /* スムーズなアニメーションのために */
}

.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
  border-radius: 50%; /* 角を完全に丸くして円にする */
  background: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ff0000;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 少し拡大して動きをつける */
}

.modal-title {
  color: #FFF;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.event {
  width: 100%;
  padding: 0px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .event {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .event {
    padding: 3rem 0;
  }
}
.event .banner {
  max-width: 800px;
}
.event .banner img {
  width: 100%;
}
.event .banner {
  text-align: center;
  margin: 0 auto 0px;
}
@media print, screen and (max-width:1026px) {
  .event .banner {
    max-width: 90%;
  }
}
@media print, screen and (max-width:768px) {
  .event .banner {
    max-width: 100%;
  }
}
.event {
  /*.pointImgBlock{
  max-width: 980px;
  margin: 0 auto 70px;	
  text-align: center;
  @include g.mq(tab){margin: 0 auto 60px;}		
  @include g.mq(sp){
  max-width: 80%;
  margin: 0 auto 30px;
  @include g.mq(spMS){max-width: 90%;}	
  }		

  	}	*/
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.admissions {
  width: 100%;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .admissions {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .admissions {
    padding: 3rem 0;
  }
}
.admissions._sociology {
  background: #00C2ED;
}
.admissions._public_sociology {
  background: #71BEBB;
}
.admissions._psychology {
  background: #FF8095;
}
.admissions._child {
  background: #F7AF2F;
}
.admissions .dep_content {
  padding: 0;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.news .pankuzu {
  max-width: 90%;
  margin: 20px auto;
}
.news .pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-size: 70%;
}
.news .pankuzu ol li {
  list-style: none;
  padding-right: 20px;
}
.news .pankuzu ol li:not(:last-child) {
  position: relative;
  padding-right: 20px;
}
.news .pankuzu ol li:not(:last-child) ::after {
  content: ">";
  display: block;
  position: absolute;
  width: 8px;
  height: 13px;
  top: 0px;
  right: 6px;
}
.news .pankuzu ol li a {
  cursor: pointer;
}
.news .pankuzu ol li a:hover {
  opacity: 0.7;
}
.news .news_pagetitle {
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:768px) {
  .news .news_pagetitle {
    padding: 20px;
  }
}
.news .news_pagetitle._sociology {
  background: #ddeff9;
}
.news .news_pagetitle._public_sociology {
  background: #cee8e7;
}
.news .news_pagetitle._psychology {
  background: #ffeef1;
}
.news .news_pagetitle._child {
  background: #fdedd0;
}
.news .news_pagetitle .title_txt {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 500;
}
.news .newsBlock {
  margin: 100px auto;
}
@media print, screen and (max-width:1026px) {
  .news .newsBlock {
    margin: 80px auto;
  }
}
@media print, screen and (max-width:768px) {
  .news .newsBlock {
    margin: 3rem auto 2rem;
  }
}
.news .newsBlock .col {
  width: calc((100% - 80px) / 3);
  margin: 0 0 40px 40px;
}
@media print, screen and (max-width:768px) {
  .news .newsBlock .col {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.news .newsBlock .col:nth-child(3n+1) {
  margin-left: 0;
}
.news .newsBlock .col a .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  text-align: center;
  overflow: hidden;
}
.news .newsBlock .col a .img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  translate: -50% 0;
}
.news .newsBlock .col a dl {
  font-size: 94%;
}
.news .newsBlock .col a dl dt {
  margin: 0 0 7px;
}
.news .newsBlock .col a dl dt:after {
  content: "";
  display: inline-block;
  padding: 0 5px;
  background: #ffde71;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 84%;
  margin-left: 10px;
  color: #000;
}
.news .newsBlock .col a dl dd {
  color: #000;
}
.news .newsBlock .col a dl dd:hover {
  text-decoration: underline;
}
.news .newsBlock .col a dl.news dt:after {
  content: "お知らせ・イベント";
}
.news .newsBlock .col a dl.life dt:after {
  content: "みんなの日常";
}
.news .newsBlock .col a dl.column dt:after {
  content: "学びのコラム";
}
.news .newsBlock._sociology a dl dt {
  color: #0096E1;
}
.news .newsBlock._sociology a dl dd:hover {
  color: #009edc;
}
.news .newsBlock._public_sociology a dl dt {
  color: #168980;
}
.news .newsBlock._public_sociology a dl dd:hover {
  color: #168980;
}
.news .newsBlock._psychology a dl dt {
  color: #E23754;
}
.news .newsBlock._psychology a dl dd:hover {
  color: #ff6683;
}
.news .newsBlock._child a dl dt {
  color: #EA6206;
}
.news .newsBlock._child a dl dd:hover {
  color: #f49a2f;
}
.news .n_btn {
  max-width: 400px;
  text-align: center;
  margin: 80px auto 140px;
}
@media print, screen and (max-width:1026px) {
  .news .n_btn {
    margin: 60px auto 100px;
  }
}
@media print, screen and (max-width:768px) {
  .news .n_btn {
    max-width: 90%;
    margin: 1rem auto 4rem;
  }
}
.news .n_btn a {
  display: block;
  width: 100%;
  border: 1px solid;
  border-radius: 40px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.news .n_btn a:hover {
  color: #fff;
}
.news .n_btn._sociology a {
  border-color: #007ab9;
  color: #007ab9;
}
.news .n_btn._sociology a:hover {
  background: #007ab9;
  color: #fff;
}
.news .n_btn._public_sociology a {
  border-color: #168980;
  color: #168980;
}
.news .n_btn._public_sociology a:hover {
  background: #168980;
  color: #fff;
}
.news .n_btn._psychology a {
  border-color: #e23754;
  color: #e23754;
}
.news .n_btn._psychology a:hover {
  background: #e23754;
  color: #fff;
}
.news .n_btn._child a {
  border-color: #ea6206;
  color: #ea6206;
}
.news .n_btn._child a:hover {
  background: #ea6206;
  color: #fff;
}
.news {
  /* =========================== */
}
.news .news_entry {
  margin: 100px auto;
}
@media print, screen and (max-width:1026px) {
  .news .news_entry {
    margin: 80px auto;
  }
}
@media print, screen and (max-width:768px) {
  .news .news_entry {
    margin: 3rem auto 2rem;
  }
}
.news .news_entry .dayBox {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .news_entry .dayBox .day {
  margin-right: 10px;
}
.news .news_entry .category {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffde71;
  font-size: 84%;
  line-height: 2;
}
.news .news_entry .n_title {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 500;
  padding: 0 0 8px;
  margin: 0 0 24px;
  border-bottom: 1px solid;
}
@media print, screen and (max-width:1026px) {
  .news .news_entry .n_title {
    margin: 0 0 20px;
  }
}
@media print, screen and (max-width:768px) {
  .news .news_entry .n_title {
    margin: 0 0 14px;
  }
}
.news .news_entry .n_title._sociology {
  border-bottom-color: #04aee4;
}
.news .news_entry .n_title._public_sociology {
  border-bottom-color: #168980;
}
.news .news_entry .n_title._psychology {
  border-bottom-color: #e23754;
}
.news .news_entry .n_title._child {
  border-bottom-color: #e8823d;
}
.news .news_entry .entryBody {
  margin: 0 0 80px;
}
@media print, screen and (max-width:1026px) {
  .news .news_entry .entryBody {
    margin: 0 0 60px;
  }
}
@media print, screen and (max-width:768px) {
  .news .news_entry .entryBody {
    margin: 0 0 3rem;
  }
}
.news .news_entry p img {
  width: 100%;
  height: auto;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.feature {
  padding: 80px 0;
}
@media print, screen and (max-width:1026px) {
  .feature {
    padding: 60px 0;
  }
}
@media print, screen and (max-width:768px) {
  .feature {
    padding: 2rem 0;
  }
}
.feature .fea_col {
  background: #fffff0;
  border: 1px solid #000;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 50px;
}
.feature .fea_col:nth-child(2) {
  border-left: none;
}
@media print, screen and (max-width:1026px) {
  .feature .fea_col {
    padding: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .feature .fea_col {
    padding: 15px 0;
    width: 100%;
  }
  .feature .fea_col:nth-child(2) {
    border-left: 1px solid #000;
    border-top: none;
  }
}
.feature .fea_col._type2 {
  width: 100%;
}
.feature .fea_inner {
  max-width: 420px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media print, screen and (max-width:1026px) {
  .feature .fea_inner {
    padding: 0 10px;
  }
}
@media print, screen and (max-width:768px) {
  .feature .fea_inner {
    padding: 0 7%;
  }
}
.feature .fea_inner2 {
  max-width: 1000px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.feature .f_txt_ttl {
  font-size: clamp(14px, 2.3333333333vw, 28px);
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0.8rem;
}
.feature .f_txt_ttl._type2 {
  font-size: clamp(14px, 2vw, 24px);
}
.feature .txt_fs {
  font-size: 80%;
}
.feature .feaBox {
  margin: 20px auto;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:768px) {
  .feature .feaBox {
    font-size: 90%;
  }
}
.feature .feaBox .fea_left_ttl {
  width: 30%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: clamp(14.5px, 1.3076923077vw, 17px);
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width:1026px) {
  .feature .feaBox .fea_left_ttl {
    padding: 10px;
  }
}
@media print, screen and (max-width:768px) {
  .feature .feaBox .fea_left_ttl {
    width: 100%;
    padding: 10px;
  }
}
.feature .feaBox .fea_left_ttl._bg_sociology {
  background: #66c0ed;
}
.feature .feaBox .fea_left_ttl._bg_public_sociology {
  background: #2A7F75;
}
.feature .feaBox .fea_left_ttl._bg_psychology {
  background: #D10531;
}
.feature .feaBox .fea_left_ttl._bg_child {
  background: #EA6206;
}
.feature .feaBox .fea_right_ttl {
  width: 70%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:768px) {
  .feature .feaBox .fea_right_ttl {
    width: 100%;
    padding: 8px 4%;
  }
}
.feature .feaBox .fea_right_ttl .co_block {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:768px) {
  .feature .feaBox .fea_right_ttl .co_block {
    width: 100%;
  }
}
.feature .feaBox .fea_right_ttl .co_block:nth-child(1) {
  position: relative;
  padding: 0 20px 0 0;
}
@media print, screen and (max-width:768px) {
  .feature .feaBox .fea_right_ttl .co_block:nth-child(1) {
    padding: 0 0 10px;
  }
}
.feature .feaBox .fea_right_ttl .co_block:nth-child(1):after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
}
@media print, screen and (max-width:768px) {
  .feature .feaBox .fea_right_ttl .co_block:nth-child(1):after {
    left: 0;
    height: 1px;
    width: 100%;
    top: inherit;
    bottom: 10px;
  }
}
.feature .feaBox .fea_right_ttl .co_block:nth-child(2) {
  padding: 0 0 0 20px;
}
@media print, screen and (max-width:768px) {
  .feature .feaBox .fea_right_ttl .co_block:nth-child(2) {
    padding: 0;
  }
}
.feature .feaBox .fea_right_ttl .co_block .co_txt01 {
  font-size: clamp(13px, 1.3333333333vw, 16px);
  font-weight: 500;
  margin: 0 0 5px;
}
.feature .feaBox .fea_right_ttl .co_block .co_txt02 {
  font-size: 85%;
}

.fea_content {
  width: 100%;
}
.fea_content .content_col {
  width: 31.5%;
  margin: 0 0 20px;
}
@media print, screen and (max-width:768px) {
  .fea_content .content_col {
    width: 48.5%;
  }
}
.fea_content .content_col .img {
  width: 100%;
}
.fea_content .content_col .img img {
  width: 100%;
}
.fea_content .content_col .img {
  margin: 0 0 5px;
}
.fea_content .cont_co_ttl {
  font-size: clamp(13px, 1.4166666667vw, 17px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01rem;
  margin: 0 0 10px;
}
@media print, screen and (max-width:768px) {
  .fea_content .cont_co_ttl {
    margin: 0 0 5px;
  }
}
.fea_content._type2:after {
  content: "";
  display: block;
  width: 30%;
}
.fea_content._type2 .content_col {
  width: 30%;
  margin: 0 0 30px;
}
@media print, screen and (max-width:768px) {
  .fea_content._type2 .content_col {
    width: 48%;
    margin: 0 0 20px;
  }
}
.fea_content._type2 .content_col .img {
  margin: 0;
}
.fea_content._type2 .content_col .diteal_box {
  background: #fffff0;
  padding: 10px 10px 18px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:768px) {
  .fea_content._type2 .content_col .diteal_box {
    padding: 10px 5%;
  }
}
.fea_content._type3 {
  width: 70%;
  margin: 0 auto;
}
@media print, screen and (max-width:768px) {
  .fea_content._type3 {
    width: 100%;
  }
}
.fea_content._type3 .content_col {
  width: 48.5%;
}

ul.list_check {
  margin: 0 0 15px;
}
ul.list_check li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 3px;
}
ul.list_check li:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  background: url("../../../../public_sociology/index/images/feature/icon_check.svg");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
ul.list_check li.none {
  padding-left: 0;
}
ul.list_check li.none:before {
  content: none;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.interview {
  width: 100%;
}
.interview._bg_sociology {
  background: #0096e1;
}
.interview._bg_public_sociology {
  background: #2A7F75;
}
.interview._bg_psychology {
  background: #D10531;
}
.interview._bg_child {
  background: #EA6206;
}
.interview .intBlock {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .interview .intBlock {
    padding: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .intBlock {
    padding: 20px 10px;
  }
}
.interview .int_titleBlock {
  width: 25%;
}
@media print, screen and (max-width:1026px) {
  .interview .int_titleBlock {
    width: 30%;
  }
}
@media print, screen and (max-width:768px) {
  .interview .int_titleBlock {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}
.interview .int_btnBlock {
  margin: 200px auto 0;
  text-align: center;
}
@media print, screen and (max-width:1026px) {
  .interview .int_btnBlock {
    margin: 180px auto 0;
  }
}
@media print, screen and (max-width:768px) {
  .interview .int_btnBlock {
    margin: 20px auto 30px;
  }
}
.interview .int_btnBlock .txt {
  color: #fff;
  margin: 0 0 5px;
}
.interview .int_btn {
  margin: 0 auto;
  max-width: 270px;
}
@media print, screen and (max-width:768px) {
  .interview .int_btn {
    max-width: 250px;
  }
}
.interview .int_btn a {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #333;
  background-color: #fffff0;
  border: 1px solid #808080;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 0px #808080;
          box-shadow: 0px 5px 0px #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.interview .int_btn a span {
  position: relative;
  font-size: 90%;
  margin: 0 0 0 -20px;
}
@media print, screen and (max-width:1026px) {
  .interview .int_btn a span {
    font-size: 80%;
  }
}
@media print, screen and (max-width:768px) {
  .interview .int_btn a span {
    font-size: 80%;
    margin: 0 0 0 -26px;
  }
}
.interview .int_btn a span:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -103%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 24px;
  background: url(../../images/common/arrow_sociology.svg) no-repeat;
  background-size: contain;
}
.interview .int_btn a:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  background: #fef8d8;
}
.interview .int_btn a:hover span:after {
  background: url(../../images/common/arrow_sociology2.svg) no-repeat;
}
.interview .int_content {
  width: 72%;
}
@media print, screen and (max-width:1026px) {
  .interview .int_content {
    width: 62%;
  }
}
@media print, screen and (max-width:768px) {
  .interview .int_content {
    width: 100%;
  }
}
.interview .int_content .int_manBlock .img {
  width: 100%;
}
.interview .int_content .int_manBlock .img img {
  width: 100%;
}
.interview .int_content .int_manBlock .img {
  margin: 0;
  line-height: 0;
}
.interview .int_content .int_manBlock .diteal_box {
  background: #fffff0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.interview .int_content .int_manBlock .int_coment {
  font-size: clamp(14px, 1.5vw, 18px);
  display: block;
  width: 100%;
  line-height: 1.5;
  white-space: normal;
  word-break: break-word;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.swiper-slide {
  height: auto !important;
}

.swiper03 {
  position: relative;
  overflow: hidden;
}

/* 共通設定 */
.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width:1026px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (max-width:768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 28px;
    height: 28px;
  }
}

/* デフォルトの矢印アイコンを消す */
/* swiper03 内の矢印だけ */
.swiper03 .swiper-button-prev svg,
.swiper03 .swiper-button-next svg {
  display: none;
}

.swiper03 .swiper-button-prev.swiper03-prev {
  background: url(../../../../sociology/index/images/interview/arrow_prev.svg) no-repeat;
}

.swiper03 .swiper-button-next.swiper03-next {
  background: url(../../../../sociology/index/images/interview/arrow_next.svg) no-repeat;
}

/* ================================== */
.swiper04 {
  position: relative;
  overflow: visible;
  padding: 40px 0;
}
@media print, screen and (max-width:768px) {
  .swiper04 {
    padding: 20px 0;
  }
}

.swiper04 .swiper-slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.swiper04 .swiper-slide-prev,
.swiper04 .swiper-slide-next {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.swiper04 .swiper-slide-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 2;
}

.swiper04 .swiper-button-prev svg,
.swiper04 .swiper-button-next svg {
  display: none;
}

.swiper04 .swiper-button-prev.swiper04-prev {
  background: url(../../../../sociology/index/images/course/arrow_prev.svg) no-repeat;
}

.swiper04 .swiper-button-next.swiper04-next {
  background: url(../../../../sociology/index/images/course/arrow_next.svg) no-repeat;
}

/* すべてのスライド（小さめ） */
.swiper04 .swiper-slide {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* 真ん中（アクティブ）だけ大きく */
.swiper04 .swiper-slide-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* ================================== */
.swiper05 {
  position: relative;
  overflow: visible;
  padding: 40px 0;
}
@media print, screen and (max-width:768px) {
  .swiper05 {
    padding: 20px 0;
  }
}

.swiper05 .swiper-slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.swiper05 .swiper-slide-prev,
.swiper05 .swiper-slide-next {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.swiper05 .swiper-slide-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 2;
}

.swiper05 .swiper-button-prev svg,
.swiper05 .swiper-button-next svg {
  display: none;
}

.swiper05 .swiper-button-prev.swiper05-prev {
  background: url(../../../../sociology/index/images/course/arrow_prev.svg) no-repeat;
}

.swiper05 .swiper-button-next.swiper05-next {
  background: url(../../../../sociology/index/images/course/arrow_next.svg) no-repeat;
}

/* すべてのスライド（小さめ） */
.swiper05 .swiper-slide {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* 真ん中（アクティブ）だけ大きく */
.swiper05 .swiper-slide-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* ================================== */
.swiper02 {
  position: relative;
  overflow: visible;
  padding: 20px 0;
}

.swiper02 .swiper-slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.swiper02 .swiper-slide-prev,
.swiper02 .swiper-slide-next {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.swiper02 .swiper-slide-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 2;
}

.swiper02 .swiper-button-prev svg,
.swiper02 .swiper-button-next svg {
  display: none;
}

.swiper02 .swiper-button-prev.swiper02-prev {
  background: url(../../../../sociology/index/images/course/arrow_prev.svg) no-repeat;
}

.swiper02 .swiper-button-next.swiper02-next {
  background: url(../../../../sociology/index/images/course/arrow_next.svg) no-repeat;
}

/* すべてのスライド（小さめ） */
.swiper02 .swiper-slide {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* 真ん中（アクティブ）だけ大きく */
.swiper02 .swiper-slide-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/****************************************************************************************************
****************************************************************************************************/