@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.page_txt_title01 {
  font-size: clamp(22px, 3.3333333333vw, 40px);
  font-weight: 600;
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
  display: table;
}
@media print, screen and (max-width:1026px) {
  .page_txt_title01 {
    margin: 0 auto 40px;
  }
}
@media print, screen and (max-width:768px) {
  .page_txt_title01 {
    margin: 0 auto 30px;
  }
}
.page_txt_title01:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  left: 0;
  bottom: -8px;
}
.page_txt_title01._sociology:after {
  background: #00A1DC;
}
.page_txt_title01._public_sociology:after {
  background: #41A8A4;
}
.page_txt_title01._psychology:after {
  background: #E8637A;
}
.page_txt_title01._child:after {
  background: #E8823D;
}
.page_txt_title01._pdlong {
  padding: 0 180px;
}
@media print, screen and (max-width:1026px) {
  .page_txt_title01._pdlong {
    padding: 0 100px;
  }
}
@media print, screen and (max-width:768px) {
  .page_txt_title01._pdlong {
    padding: 0 1.5rem;
  }
}
@media print, screen and (max-width:768px) {
  .page_txt_title01.type_sp {
    font-size: 18px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.info {
  padding: 100px 0;
}
@media print, screen and (max-width:1026px) {
  .info {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .info {
    padding: 2rem 0;
  }
}
.info .txt01 {
  text-align: center;
  font-size: clamp(16px, 2.8333333333vw, 34px);
  font-weight: 600;
}
.info .txt02 {
  text-align: center;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: 600;
}
.info .pointBlock {
  padding: 40px 0 100px;
}
@media print, screen and (max-width:1026px) {
  .info .pointBlock {
    padding: 30px 0 60px;
  }
}
@media print, screen and (max-width:768px) {
  .info .pointBlock {
    padding: 1rem 0 2rem;
  }
}
.info .pointBlock p {
  width: 31.5%;
  text-align: center;
}
@media print, screen and (max-width:768px) {
  .info .pointBlock p {
    width: 32%;
  }
}
.info .info_txtBlock .i_title {
  font-size: clamp(18px, 2.8333333333vw, 34px);
  font-weight: 600;
  text-align: center;
  margin: 0 auto 20px;
}
@media print, screen and (max-width:768px) {
  .info .info_txtBlock .i_title {
    margin: 0 auto 10px;
  }
}
.info .info_txtBlock .i_title._sociology {
  color: #00A1DC;
}
.info .info_txtBlock .i_title._public_sociology {
  color: #2A7F75;
}
.info .info_txtBlock .i_title._psychology {
  color: #D10531;
}
.info .info_txtBlock .i_title._child {
  color: #EA6206;
}
@media print, screen and (min-width: 769px) {
  .info .info_txtBlock .i_txtBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.info .info_txtBlock .i_icon_txt {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  font-size: 108%;
  font-weight: 500;
}
@media print, screen and (max-width:768px) {
  .info .info_txtBlock .i_icon_txt {
    font-size: 90%;
  }
}
.info .info_txtBlock .i_icon_txt:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: url(../../../images/department/icon/icon_check.png) no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:768px) {
  .info .info_txtBlock .i_icon_txt:before {
    top: 5px;
    height: 16px;
  }
}
.info .color_psychology {
  color: #D10531;
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.sideCtaArea {
  position: fixed;
  right: 0;
  z-index: 300;
  top: 10%;
}
@media print, screen and (max-width:768px) {
  .sideCtaArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    top: inherit;
    bottom: 0;
  }
}
.sideCtaArea.hide {
  opacity: 0;
  visibility: hidden;
}
.sideCtaArea .linkBana {
  width: 50px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  text-align: center;
}
@media print, screen and (max-width:1026px) {
  .sideCtaArea .linkBana {
    width: 40px;
    height: 160px;
  }
}
@media print, screen and (max-width:768px) {
  .sideCtaArea .linkBana {
    width: 50%;
    height: 44px;
    margin: 0;
  }
}
.sideCtaArea .linkBana a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #fff;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media print, screen and (min-width: 769px) {
  .sideCtaArea .linkBana a {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (max-width:1026px) {
  .sideCtaArea .linkBana a {
    font-size: 14px;
  }
}
@media print, screen and (max-width:768px) {
  .sideCtaArea .linkBana a {
    padding: 10px 0 0 0;
    font-size: 14px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media print, screen and (max-width:768px) {
  .sideCtaArea .linkBana span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sideCtaArea .linkBana._sociology a {
  color: #0065AC;
  border-color: #0065AC;
}
.sideCtaArea .linkBana._sociology a:hover {
  background: #0065AC;
  color: #fff;
}
.sideCtaArea .linkBana._public_sociology a {
  color: #2A7F75;
  border-color: #2A7F75;
}
.sideCtaArea .linkBana._public_sociology a:hover {
  background: #2A7F75;
  color: #fff;
}
.sideCtaArea .linkBana._psychology a {
  color: #D10531;
  border-color: #D10531;
}
.sideCtaArea .linkBana._psychology a:hover {
  background: #D10531;
  color: #fff;
}
.sideCtaArea .linkBana._child a {
  color: #EA6206;
  border-color: #EA6206;
}
.sideCtaArea .linkBana._child a:hover {
  background: #EA6206;
  color: #fff;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
#header_title {
  width: 100%;
}
#header_title.sociology {
  background: #00A1DC;
}
#header_title.public_sociology {
  background: #41A8A4;
}
#header_title.psychology {
  background: #E8637A;
}
#header_title.child {
  background: #F49206;
}
#header_title .wrap {
  position: relative;
}
#header_title .h_txtWrap {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  #header_title .h_txtWrap {
    padding: 20px 0 30px;
  }
}
@media print, screen and (max-width:768px) {
  #header_title .h_txtWrap {
    padding: 45px 0 20px;
  }
}

.h_titleBlock {
  position: relative;
  display: inline-block;
}
.h_titleBlock:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -180px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 180px;
  height: 130px;
  background: url(../../../images/department/public_sociology/page/manabi/icon_manabi.png) no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:1026px) {
  .h_titleBlock:before {
    width: 160px;
    height: 90px;
    left: -130px;
  }
}
@media print, screen and (max-width:768px) {
  .h_titleBlock:before {
    content: none;
  }
}
.h_titleBlock._type2:before {
  left: -140px;
}
@media print, screen and (max-width:1026px) {
  .h_titleBlock._type2:before {
    left: -100px;
  }
}
.h_titleBlock._type3:before {
  width: 150px;
  height: 80px;
  left: -140px;
}
@media print, screen and (max-width:1026px) {
  .h_titleBlock._type3:before {
    left: -100px;
  }
}
.h_titleBlock._soc_presen:before {
  background: url(../../../images/department/sociology/page/presen/h_icon01.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._soc_shinro:before {
  background: url(../../../images/department/sociology/page/shinro/icon_shinro.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._soc_tankyu:before {
  background: url(../../../images/department/sociology/page/tankyu/icon_tankyu.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._soc_kiso:before {
  background: url(../../../images/department/sociology/page/kiso/icon_kiso.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._pb_shinro:before {
  background: url(../../../images/department/public_sociology/page/shinro/icon_shinro.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._pb_tankyu:before {
  background: url(../../../images/department/public_sociology/page/tankyu/icon_tankyu.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._pb_kiso:before {
  background: url(../../../images/department/public_sociology/page/kiso/icon_kiso.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._pb_manabi:before {
  background: url(../../../images/department/public_sociology/page/manabi/icon_manabi.png) no-repeat;
  background-size: contain;
  left: -130px;
}
@media print, screen and (max-width: 1200px) {
  .h_titleBlock._pb_manabi:before {
    left: -150px;
  }
}
@media print, screen and (max-width: 1000px) {
  .h_titleBlock._pb_manabi:before {
    left: -90px;
  }
}
@media print, screen and (max-width: 880px) {
  .h_titleBlock._pb_manabi:before {
    left: -70px;
  }
}
.h_titleBlock._psy_group:before {
  background: url(../../../images/department/psychology/page/group_discussion/icon_group.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._psy_kiso:before {
  background: url(../../../images/department/psychology/page/kiso/icon_kiso.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._psy_kokoro:before {
  background: url(../../../images/department/psychology/page/kokoro/icon_kokoro.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._cd_kiso:before {
  background: url(../../../images/department/child/page/kiso/icon_kiso.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._cd_risou:before {
  background: url(../../../images/department/child/page/risou/icon_risou.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._cd_jituen:before {
  background: url(../../../images/department/child/page/jituen/icon_jituen.png) no-repeat;
  background-size: contain;
}
.h_titleBlock._cd_group_work:before {
  background: url(../../../images/department/child/page/group_work/icon_group_work.png) no-repeat;
  background-size: contain;
}

.h_tico1n {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 140px;
}
@media print, screen and (max-width:1026px) {
  .h_tico1n {
    max-width: 100px;
    left: 3%;
  }
}
@media print, screen and (max-width:768px) {
  .h_tico1n {
    max-width: 64px;
    left: 50%;
    top: 7%;
    -webkit-transform: translateY(none);
            transform: translateY(none);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.h_tico1n._type2 {
  max-width: 80px;
  position: static;
  -webkit-transform: none;
          transform: none;
  margin: 0 10px 0 0;
}
@media print, screen and (max-width:768px) {
  .h_tico1n._type2 {
    max-width: 50px;
  }
}
@media print, screen and (max-width:768px) {
  .h_tico1n._typeSP {
    top: 2%;
    max-width: 44px;
  }
  .h_tico1n._typeSP2 {
    top: 3%;
    max-width: 60px;
  }
  .h_tico1n._typeps {
    max-width: 65px;
  }
}

.head_h_title {
  font-size: clamp(22px, 5.2727272727vw, 58px);
  color: #fff;
  font-weight: 600;
  margin: 20px auto 10px;
  line-height: 1.4;
}
@media print, screen and (max-width:768px) {
  .head_h_title {
    margin: 10px auto 10px;
  }
}
.head_h_title span {
  font-size: 60%;
  display: block;
}
.head_h_title._type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 0 0;
  font-size: clamp(18px, 2.7272727273vw, 30px);
}
@media print, screen and (max-width:768px) {
  .head_h_title._type2 {
    display: block;
    margin: 0 8px 0 0;
  }
}
@media print, screen and (max-width:360px) {
  .head_h_title._type2 {
    font-size: 16px;
  }
}
.head_h_title._type2 span {
  font-size: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
@media print, screen and (max-width:768px) {
  .head_h_title._type2 span {
    display: block;
  }
}
@media print, screen and (max-width:768px) {
  .head_h_title._type2._ss {
    font-size: 90%;
  }
}

/*#header_title.fixed {
.head_h_title2{
display: flex;
align-items: center;
margin: 0 20px 0 0 ;	
font-size:
clamp(
 18px, // 最小
 calc( 30 / 1100 * 100vw ), // 中間
30px, // 最大
 );
color: #fff;
font-weight: 600;	
margin: 20px auto 10px;
line-height: 1.4;	
span{font-size: 60%; display: block;}	
@include g.mq(sp){display: block; margin: 0 8px 0 0 ;}
span{
font-size: 60%;
display:flex; margin-right: 10px;
@include g.mq(sp){display: block;}		
}
}	
 }	*/
.appBlock {
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
}
@media print, screen and (max-width:768px) {
  .appBlock {
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media print, screen and (max-width:768px) {
  .appBlock._type2 {
    max-width: 240px;
    letter-spacing: -0.05rem;
    padding: 16px 0 0 0;
  }
}
.appBlock._long {
  max-width: 100%;
}
.appBlock .apptxt {
  font-size: clamp(14px, 3.0909090909vw, 34px);
  font-weight: 600;
  margin-right: 8px;
  margin-bottom: 0;
}
.appBlock .apptxt._type2 {
  font-size: clamp(12px, 2vw, 22px);
}
@media print, screen and (max-width:768px) {
  .appBlock .apptxt._type2 {
    margin-right: 0;
  }
}
@media print, screen and (max-width:360px) {
  .appBlock .apptxt._type2 {
    font-size: 10px;
  }
}
.appBlock .ap_b {
  font-size: 106%;
  font-weight: 600;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 2px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}
@media print, screen and (max-width:768px) {
  .appBlock .ap_b {
    font-size: 76%;
    padding: 0px 8px;
    border-width: 2px;
    border-radius: 6px;
  }
}
.appBlock .ap_b._type2 {
  font-size: 96%;
}
@media print, screen and (max-width:768px) {
  .appBlock .ap_b._type2 {
    font-size: 46%;
  }
}
.appBlock .ap_b_color {
  font-size: 106%;
  font-weight: 600;
  border-radius: 10px;
  padding: 2px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  background: #fff;
}
@media print, screen and (max-width:768px) {
  .appBlock .ap_b_color {
    font-size: 76%;
    padding: 0px 5px;
    border-radius: 6px;
  }
}
.appBlock .ap_b_color._type2 {
  font-size: 96%;
}
@media print, screen and (max-width:768px) {
  .appBlock .ap_b_color._type2 {
    font-size: 76%;
  }
}
.appBlock .ap_b_color._sociology {
  color: #00A1DC;
}
.appBlock .ap_b_color._public_sociology {
  color: #41A8A4;
}
.appBlock .ap_b_color._psychology {
  color: #E8637A;
}
.appBlock .ap_b_color._child {
  color: #F49206;
}
.appBlock._only {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.ap_b_img {
  max-width: 180px;
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (max-width:1026px) {
  .ap_b_img {
    max-width: 110px;
  }
}
@media print, screen and (max-width:768px) {
  .ap_b_img {
    max-width: 22%;
  }
}

.ap_b_img2 {
  max-width: 180px;
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (max-width:1026px) {
  .ap_b_img2 {
    max-width: 110px;
  }
}
@media print, screen and (max-width:768px) {
  .ap_b_img2 {
    max-width: 80px;
  }
}
.ap_b_img2._navi {
  max-width: 120px;
  padding: 10px 0 0 0;
}
@media print, screen and (max-width:1026px) {
  .ap_b_img2._navi {
    max-width: 90px;
  }
}
@media print, screen and (max-width:768px) {
  .ap_b_img2._navi {
    max-width: 70px;
  }
}

#header_title_navi {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  /*  transition: .2s;*/
}

#header_title_navi.fixed {
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header_title_navi.fixed.sociology {
  background: #00A1DC;
}
#header_title_navi.fixed.public_sociology {
  background: #41A8A4;
}
#header_title_navi.fixed.psychology {
  background: #E8637A;
}
#header_title_navi.fixed.child {
  background: #F49206;
}
@media print, screen and (max-width:768px) {
  #header_title_navi.fixed {
    height: 60px;
  }
}
@media print, screen and (max-width:768px) {
  #header_title_navi.fixed .appBlock .ap_b {
    padding: 0px 5px;
  }
  #header_title_navi.fixed .appBlock .apptxt._type2 {
    margin-right: 3px;
  }
  #header_title_navi.fixed .appBlock .ap_b._type2 {
    font-size: 60%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.qa {
  width: 100%;
  padding: 100px 0;
}
@media print, screen and (max-width:1026px) {
  .qa {
    padding: 80px 0 40px;
  }
}
@media print, screen and (max-width:768px) {
  .qa {
    padding: 3rem 0;
    font-size: 15px;
  }
}
.qa .qainner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa .qa_p {
  background: #fff;
  border-radius: 40px;
  padding: 8px 30px 8px 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 0 auto 20px;
  font-size: clamp(14px, 2.3333333333vw, 28px);
  font-weight: 600;
  /*min-width: 700px;*/
}
@media print, screen and (max-width:1026px) {
  .qa .qa_p {
    min-width: 460px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qa_p {
    min-width: 100%;
    padding: 8px 30px 8px 35px;
    margin: 0 auto 10px;
  }
}
.qa .qa_p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa .qa_p:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 50px;
  background-size: contain;
}
@media print, screen and (max-width:1026px) {
  .qa .qa_p:before {
    width: 100%;
    height: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qa_p:before {
    width: 100%;
    height: 26px;
    left: 8px;
  }
}
.qa .qa_p._q._sociology:before {
  background: url(../../../images/department/icon/icon_q_sociology.png) no-repeat;
  background-size: contain;
}
.qa .qa_p._q._public_sociology:before {
  background: url(../../../images/department/icon/icon_q_public_sociology.png) no-repeat;
  background-size: contain;
}
.qa .qa_p._q._psychology:before {
  background: url(../../../images/department/icon/icon_q_psychology.png) no-repeat;
  background-size: contain;
}
.qa .qa_p._q._child:before {
  background: url(../../../images/department/icon/icon_q_child.png) no-repeat;
  background-size: contain;
}
.qa .qa_p._a._sociology:before {
  background: url(../../../images/department/icon/icon_a_sociology.png) no-repeat;
  background-size: contain;
}
.qa .qa_p._a._public_sociology:before {
  background: url(../../../images/department/icon/icon_a_public_sociology.png) no-repeat;
  background-size: contain;
}
.qa .qa_p._a._psychology:before {
  background: url(../../../images/department/icon/icon_a_psychology.png) no-repeat;
  background-size: contain;
}
.qa .qa_p._a._child:before {
  background: url(../../../images/department/icon/icon_a_child.png) no-repeat;
  background-size: contain;
}
.qa .qainner02 {
  background: #fff;
  border-radius: 24px;
  padding: 30px 30px 36px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .qa .qainner02 {
    padding: 20px 20px 26px 20px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qainner02 {
    padding: 15px 5%;
    border-radius: 14px;
  }
}
.qa .qainner02 .qa_a {
  padding: 0px 0px 0px 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 20px;
  font-size: clamp(14px, 2.5vw, 30px);
  font-weight: 600;
}
@media print, screen and (max-width:1026px) {
  .qa .qainner02 .qa_a {
    padding: 0px 0px 0px 55px;
    margin: 0 0 15px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qainner02 .qa_a {
    padding: 0px 0px 0px 45px;
    margin: 0 0 10px;
  }
}
.qa .qainner02 .qa_a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 50px;
  background-size: contain;
}
@media print, screen and (max-width:1026px) {
  .qa .qainner02 .qa_a:before {
    width: 100%;
    height: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qainner02 .qa_a:before {
    width: 100%;
    height: 26px;
    left: 8px;
  }
}
.qa .qainner02 .qa_a._sociology:before {
  background: url(../../../images/department/icon/icon_a_sociology.png) no-repeat;
  background-size: contain;
}
.qa .qainner02 .qa_a._public_sociology:before {
  background: url(../../../images/department/icon/icon_a_public_sociology.png) no-repeat;
  background-size: contain;
}
.qa .qainner02 .qa_a._psychology:before {
  background: url(../../../images/department/icon/icon_a_psychology.png) no-repeat;
  background-size: contain;
}
.qa .qainner02 .qa_a._child:before {
  background: url(../../../images/department/icon/icon_a_child.png) no-repeat;
  background-size: contain;
}
.qa .a_txt01 {
  font-size: 105%;
}
@media print, screen and (max-width:768px) {
  .qa .a_txt01 {
    font-size: 13px;
  }
}
.qa dl.a_dl dt {
  position: relative;
  padding-left: 1.2rem;
  font-weight: 600;
}
.qa dl.a_dl dt:before {
  content: "●";
  font-size: 0.8rem;
  position: absolute;
  left: 0.1rem;
  top: 0.2rem;
  color: #E8823D;
}
.qa dl.a_dl dd {
  font-size: 105%;
}
@media print, screen and (max-width:768px) {
  .qa dl.a_dl dd {
    font-size: 13px;
  }
}
.qa .qa_con_block {
  margin: 60px auto;
  z-index: 2;
  position: relative;
}
@media print, screen and (max-width:1026px) {
  .qa .qa_con_block {
    margin: 40px auto;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qa_con_block {
    margin: 1.6rem auto;
  }
}
.qa .qa_con_block .col_left {
  width: 50%;
}
@media print, screen and (max-width:1026px) {
  .qa .qa_con_block .col_left {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qa_con_block .col_left {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.qa .qa_con_block .col_left .txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  text-align: center;
  color: #000;
  font-size: clamp(14px, 1.6666666667vw, 20px);
}
.qa .qa_con_block .col_left .txt01:before, .qa .qa_con_block .col_left .txt01:after {
  width: 1px;
  height: 24px;
  content: "";
  background-color: #000;
}
.qa .qa_con_block .col_left .txt01:before {
  margin-right: 0.8em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.qa .qa_con_block .col_left .txt01:after {
  margin-left: 0.8em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.qa .qa_con_block .col_left .box {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  /*height: 260px;*/
}
@media print, screen and (max-width:1026px) {
  .qa .qa_con_block .col_left .box {
    padding: 20px 30px 20px 30px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qa_con_block .col_left .box {
    padding: 1rem 30px 1rem 30px;
  }
}
.qa .qa_con_block .col_left .box .b_arrow {
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (max-width:768px) {
  .qa .qa_con_block .col_left .box .b_arrow {
    right: 53%;
    top: inherit;
    bottom: -5%;
    -webkit-transform: translateY(none);
            transform: translateY(none);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.qa .qa_con_block .col_left .box .b_arrow:before {
  content: "";
  width: 36px;
  height: 36px;
  background: #00A1DC;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (max-width:768px) {
  .qa .qa_con_block .col_left .box .b_arrow:before {
    width: 20px;
    height: 20px;
  }
}
.qa .qa_con_block .col_left .box .b_arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: -8px;
  left: 15px;
  bottom: 0;
  margin: auto;
}
@media print, screen and (max-width:768px) {
  .qa .qa_con_block .col_left .box .b_arrow:after {
    border-width: 7px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    top: -3px;
    left: 5px;
  }
}
.qa .qa_con_block .col_left .title_boxhead {
  border-radius: 20px 20px 0 0;
  background: #00A1DC;
  padding: 10px 30px;
}
.qa .qa_con_block .col_left .title_boxhead .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.qa .qa_con_block .col_left .title_boxhead p {
  margin-bottom: 0;
}
.qa .qa_con_block .col_left .title_boxhead .txt {
  font-size: clamp(15px, 2vw, 24px);
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin-right: 10px;
  text-align: center;
}
.qa .qa_con_block .col_left .title_boxhead .img {
  width: 15%;
}
.qa .qa_con_block .col_right {
  width: 45%;
}
@media print, screen and (max-width:1026px) {
  .qa .qa_con_block .col_right {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qa_con_block .col_right {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.qa .qa_con_block .col_right .box {
  background: #fff;
  border: 1px solid #0065AC;
  padding: 26px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}
@media print, screen and (max-width:768px) {
  .qa .qa_con_block .col_right .box {
    padding: 1.4rem 5% 1.4rem 5%;
  }
}
.qa .qa_con_block .col_right .box ul.list li:not(:last-child) {
  margin: 0 0 10px;
}
.qa .qa_con_block .col_right .box ul.list li:before {
  color: #0065AC;
}
.qa .qa_con_block .txt02 {
  font-size: clamp(18px, 2.3333333333vw, 28px);
  font-weight: 600;
  text-align: center;
  margin: 0 auto 6px;
}
.qa .qa_con_block .txt02._sociology {
  color: #0065AC;
}
.qa .qa_con_block .txt02._public_sociology {
  color: #2A7F75;
}
.qa .qa_con_block .txt02._psychology {
  color: #D10531;
}
.qa .qa_con_block .txt02._child {
  color: #EA6206;
}
.qa .qa_con_block .qa_conBox {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 860px;
  margin: 0 auto 0px;
}
@media print, screen and (max-width:1026px) {
  .qa .qa_con_block .qa_conBox {
    padding: 20px;
    max-width: 90%;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qa_con_block .qa_conBox {
    padding: 20px 5% 15px;
    border-radius: 14px;
    max-width: 100%;
  }
}
.qa .qa_con_block .qa_conBox._long {
  max-width: 100%;
}
.qa .qa_con_block table.qa_pro {
  margin: 0 auto 40px;
  width: 90%;
}
@media print, screen and (max-width:1026px) {
  .qa .qa_con_block table.qa_pro {
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qa_con_block table.qa_pro {
    width: 100%;
    margin: 0 auto 20px;
  }
  .qa .qa_con_block table.qa_pro td, .qa .qa_con_block table.qa_pro th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .qa .qa_con_block table.qa_pro td.last {
    border-bottom: 1px solid;
  }
}
.qa .qa_con_block table.qa_pro._sociology td, .qa .qa_con_block table.qa_pro._sociology th {
  border-color: #0065AC;
}
.qa .qa_con_block table.qa_pro._sociology th {
  background: #e8f0f6;
}
.qa .qa_con_block table.qa_pro._public_sociology td, .qa .qa_con_block table.qa_pro._public_sociology th {
  border-color: #41A8A4;
}
.qa .qa_con_block table.qa_pro._public_sociology th {
  background: #EEF7F6;
}
.qa ul.list._sociology li::before {
  color: #0065AC;
}
.qa ul.list._public_sociology li::before {
  color: #2A7F75;
}
.qa ul.list._psychology li::before {
  color: #D10531;
}
.qa ul.list._child li::before {
  color: #EA6206;
}
.qa .purun3 {
  -webkit-animation: purun3 2.3s linear 2;
          animation: purun3 2.3s linear 2;
}
@-webkit-keyframes purun3 {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 4.2deg);
            transform: skew(5deg, 4.2deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -3deg);
            transform: skew(-4deg, -3deg);
  }
  15% {
    -webkit-transform: skew(3deg, 2.2deg);
            transform: skew(3deg, 2.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
            transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
            transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
            transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
            transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
@keyframes purun3 {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 4.2deg);
            transform: skew(5deg, 4.2deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -3deg);
            transform: skew(-4deg, -3deg);
  }
  15% {
    -webkit-transform: skew(3deg, 2.2deg);
            transform: skew(3deg, 2.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
            transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
            transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
            transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
            transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
.qa .purun3_2 {
  -webkit-animation: purun3_2 4.3s linear 2;
          animation: purun3_2 4.3s linear 2;
}
@-webkit-keyframes purun3_2 {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 4.2deg);
            transform: skew(5deg, 4.2deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -3deg);
            transform: skew(-4deg, -3deg);
  }
  15% {
    -webkit-transform: skew(3deg, 2.2deg);
            transform: skew(3deg, 2.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
            transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
            transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
            transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
            transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
@keyframes purun3_2 {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 4.2deg);
            transform: skew(5deg, 4.2deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -3deg);
            transform: skew(-4deg, -3deg);
  }
  15% {
    -webkit-transform: skew(3deg, 2.2deg);
            transform: skew(3deg, 2.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
            transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
            transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
            transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
            transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
.qa .purun4 {
  -webkit-animation: purun4 2.8s linear 3s 1;
          animation: purun4 2.8s linear 3s 1;
}
@-webkit-keyframes purun4 {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 4.2deg);
            transform: skew(5deg, 4.2deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -3deg);
            transform: skew(-4deg, -3deg);
  }
  15% {
    -webkit-transform: skew(3deg, 2.2deg);
            transform: skew(3deg, 2.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
            transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
            transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
            transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
            transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
@keyframes purun4 {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 4.2deg);
            transform: skew(5deg, 4.2deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -3deg);
            transform: skew(-4deg, -3deg);
  }
  15% {
    -webkit-transform: skew(3deg, 2.2deg);
            transform: skew(3deg, 2.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
            transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
            transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
            transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
            transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.movie {
  width: 100%;
  padding: 100px 0;
}
@media print, screen and (max-width:1026px) {
  .movie {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .movie {
    padding: 3rem 0;
    font-size: 15px;
  }
}
.movie .m_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  text-align: center;
  color: #000;
  font-size: clamp(16px, 2.3333333333vw, 28px);
  font-weight: 500;
}
.movie .m_txt:before, .movie .m_txt:after {
  width: 1px;
  height: 34px;
  content: "";
  background-color: #000;
}
.movie .m_txt:before {
  margin-right: 0.8em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.movie .m_txt:after {
  margin-left: 0.8em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.movie .movie_block {
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 0 40px;
}
@media print, screen and (max-width:1200px) {
  .movie .movie_block {
    padding: 10px 0 20px;
  }
}
@media print, screen and (max-width:768px) {
  .movie .movie_block {
    max-width: 94%;
    padding: 0rem 0 0.2rem;
  }
}
.movie .movie__box {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.movie .movie__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie .kakomonBlock {
  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid #0F7445;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 14px;
}
@media print, screen and (max-width:1026px) {
  .movie .kakomonBlock {
    padding: 24px;
  }
}
@media print, screen and (max-width:768px) {
  .movie .kakomonBlock {
    padding: 1rem 5%;
  }
}
.movie .kakomonBlock .title_kako {
  font-size: clamp(15px, 2.3333333333vw, 28px);
  font-weight: 600;
  padding: 0 0 0 72px;
  position: relative;
}
@media print, screen and (max-width:768px) {
  .movie .kakomonBlock .title_kako {
    padding: 0 0 0 56px;
  }
}
.movie .kakomonBlock .title_kako:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  display: block;
  width: 100%;
  height: 46px;
  background: url(../../../images/department/sociology/page/kiso/icon_kakomon.png) no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:768px) {
  .movie .kakomonBlock .title_kako:before {
    top: 5px;
    height: 36px;
  }
}
.movie .kakomonBlock .txtBlock {
  width: 76%;
}
@media print, screen and (max-width:768px) {
  .movie .kakomonBlock .txtBlock {
    width: 100%;
  }
  .movie .kakomonBlock .txtBlock p {
    font-size: 94%;
  }
}
.movie .kakomonBlock .img {
  width: 24%;
  margin: 0;
}
@media print, screen and (max-width:768px) {
  .movie .kakomonBlock .img {
    width: 55%;
    text-align: center;
    margin: 0 auto 0.8rem;
  }
}
.movie .kakomonBlock .kako_btn {
  max-width: 400px;
  text-align: center;
  margin: 10px auto;
}
.movie .kakomonBlock .kako_btn a {
  display: block;
  font-size: 108%;
  font-weight: 600;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #EA7D06;
  border: 1px solid #EA7D06;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (max-width:768px) {
  .movie .kakomonBlock .kako_btn a {
    font-size: 100%;
  }
}
.movie .kakomonBlock .kako_btn a:hover {
  background: #EA7D06;
  color: #fff;
}
.movie .comingsoon {
  max-width: 800px;
  margin: 0 auto;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.flow {
  width: 100%;
  padding: 100px 0;
}
@media print, screen and (max-width:1026px) {
  .flow {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .flow {
    padding: 3rem 0;
    font-size: 15px;
  }
}
.flow .txt_01 {
  text-align: center;
  margin: 60px auto;
}
@media print, screen and (max-width:1026px) {
  .flow .txt_01 {
    margin: 40px auto;
  }
}
@media print, screen and (max-width:768px) {
  .flow .txt_01 {
    margin: 1rem auto;
  }
}
.flow .accordion-container {
  width: 100%;
  font-size: 94%;
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container {
    font-size: 90%;
  }
}
.flow .accordion-container .accordion-item {
  margin-bottom: 160px;
  position: relative;
  letter-spacing: -0.01rem;
  z-index: 2;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .accordion-item {
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .accordion-item {
    margin-bottom: 60px;
  }
}
.flow .accordion-container .accordion-item:last-child {
  margin-bottom: 80px;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .accordion-item:last-child {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .accordion-item:last-child {
    margin-bottom: 30px;
  }
}
.flow .accordion-container .accordion-item:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1.6em;
  height: 1.6em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  margin: auto;
  position: absolute;
  left: 48.5%;
  bottom: -100px;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .accordion-item:not(:last-child):after {
    bottom: -70px;
    width: 1.4em;
    height: 1.4em;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .accordion-item:not(:last-child):after {
    bottom: -40px;
    width: 1.2em;
    height: 1.2em;
  }
}
.flow .accordion-container .accordion-item._sociology:after {
  color: #00AAEC;
}
.flow .accordion-container .accordion-item._public_sociology:after {
  color: #41A8A4;
}
.flow .accordion-container .accordion-item._psychology:after {
  color: #F24469;
}
.flow .accordion-container .accordion-item._child:after {
  color: #E88707;
}
.flow .accordion-container .flow_ttl {
  font-size: clamp(17px, 2.8333333333vw, 34px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.flow .accordion-container .aco_head {
  width: 100%;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .aco_head {
    padding: 10px 0;
    border-radius: 15px 15px 0 0;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .aco_head {
    padding: 0.4rem 0;
    border-radius: 10px 10px 0 0;
  }
}
.flow .accordion-container .aco_head._sociology {
  background: #00AAEC;
}
.flow .accordion-container .aco_head._public_sociology {
  background: #41A8A4;
}
.flow .accordion-container .aco_head._psychology {
  background: #F24469;
}
.flow .accordion-container .aco_head._child {
  background: #F49206;
}
.flow .accordion-container .circle {
  width: 140px;
  height: 70px;
  border-radius: 100px 100px 0 0;
  margin-left: calc(50% - 70px);
  position: relative;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .circle {
    width: 100px;
    height: 50px;
    margin-left: calc(50% - 50px);
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .circle {
    width: 80px;
    height: 40px;
    margin-left: calc(50% - 40px);
  }
}
.flow .accordion-container .circle._type2 {
  width: 480px;
  margin: auto;
}
.flow .accordion-container .circle._sociology {
  background: #00AAEC;
}
.flow .accordion-container .circle._public_sociology {
  background: #41A8A4;
}
.flow .accordion-container .circle._psychology {
  background: #F24469;
}
.flow .accordion-container .circle._child {
  background: #F49206;
}
.flow .accordion-container .circle span {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(15px, 2.3333333333vw, 28px);
  font-weight: 600;
  color: #FCF566;
  text-align: center;
  margin: 0 auto;
}
.flow .accordion-container .circle span.txtcS {
  font-size: 23px;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .circle span.txtcS {
    font-size: 18px;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .circle span.txtcS {
    font-size: 13px;
  }
}
.flow .accordion-container .circle._type2 {
  width: 660px;
  margin: auto;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .circle._type2 {
    width: 450px;
    border-radius: 50px 50px 0 0;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .circle._type2 {
    width: 260px;
    border-radius: 40px 40px 0 0;
  }
}
.flow .accordion-container .circle._type2 span {
  font-size: clamp(15px, 1.8333333333vw, 22px);
}
.flow .accordion-container .aco_box {
  background: #fff;
  width: 100%;
  border-radius: 0 0 20px 20px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .aco_box {
    padding: 20px;
    border-radius: 0 0 15px 15px;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .aco_box {
    border-radius: 0 0 10px 10px;
    padding: 1rem 0 0.7rem;
  }
}
.flow .accordion-container .aco_box .wrap {
  padding: 0 20px;
}
.flow .accordion-container .accordion-content-wrapper {
  overflow: hidden;
  /* transition: max-height 0.5s ease-out; /* JavaScriptで高さを計算するため、CSS Transitionは外す */
}
.flow .accordion-container .accordion-content-full {
  max-height: 0; /* 初期状態では非表示 */
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}
.flow .accordion-container .accordion-item.expanded .accordion-content-full {
  /* max-height は JS で設定 */
  opacity: 1;
  padding-top: 10px;
}
.flow .accordion-container .accordion-content-short .short_block.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow .accordion-container .accordion-content-short .short_block .f_icon {
  width: 15%;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .accordion-content-short .short_block .f_icon {
    width: 15%;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .accordion-content-short .short_block .f_icon {
    width: 20%;
  }
}
.flow .accordion-container .accordion-content-short .short_block .f_TxtBlock {
  width: 85%;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .accordion-content-short .short_block .f_TxtBlock {
    width: 85%;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .accordion-content-short .short_block .f_TxtBlock {
    width: 74%;
  }
}
.flow .accordion-container .accordion-content-short .short_block .f_TxtBlock._type2 {
  width: 83%;
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .accordion-content-short .short_block .f_TxtBlock._type2 {
    width: 78%;
  }
}
.flow .accordion-container .accordion-content-short .short_block .f_TxtBlock .f_txtTtl {
  font-size: clamp(15px, 2.3333333333vw, 28px);
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px;
  letter-spacing: -0.01rem;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .accordion-content-short .short_block .f_TxtBlock .f_txtTtl {
    margin: 0 0 15px;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .accordion-content-short .short_block .f_TxtBlock .f_txtTtl {
    margin: 0 0 10px;
  }
}
.flow .accordion-container .accordion-content-short .short_block .f_TxtBlock .f_txtTtl._sociology {
  color: #004F97;
}
.flow .accordion-container .accordion-content-short .short_block .f_TxtBlock .f_txtTtl._public_sociology {
  color: #2A7F75;
}
.flow .accordion-container .accordion-content-short .short_block .f_TxtBlock .f_txtTtl._psychology {
  color: #D10531;
}
.flow .accordion-container .accordion-content-short .short_block .f_TxtBlock .f_txtTtl._child {
  color: #EA6206;
}
.flow .accordion-container .accordion-content-short p,
.flow .accordion-container .accordion-content-full p {
  margin: 0 0 10px 0;
}
.flow .accordion-container .red_p {
  color: #F5252F;
  font-size: 104%;
  font-weight: 600;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .red_p {
    font-size: 100%;
  }
}
.flow .accordion-container .b_p {
  font-size: 104%;
  font-weight: 600;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .b_p {
    font-size: 100%;
  }
}
.flow .accordion-container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 116%;
  margin: 0 0 10px;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container dl {
    font-size: 104%;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container dl {
    font-size: 90%;
  }
}
.flow .accordion-container dl dt {
  padding: 2px 7px 2px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: inline-block;
}
.flow .accordion-container dl dt._long {
  width: 230px;
  padding: 2px 0px 2px 5px;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container dl dt._long {
    width: 200px;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container dl dt._long {
    width: 165px;
  }
}
.flow .accordion-container dl dt._middle {
  width: 110px;
  padding: 2px 0px 2px 5px;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container dl dt._middle {
    width: 90px;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container dl dt._middle {
    width: 70px;
  }
}
.flow .accordion-container dl dd {
  margin-left: 10px;
}
.flow .accordion-container dl.type2 {
  width: 100%;
  font-size: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flow .accordion-container dl.type2 dt {
  width: 12%;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container dl.type2 dt {
    width: 19%;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container dl.type2 dt {
    width: 36%;
    margin: 0 0 5px;
  }
}
.flow .accordion-container dl.type2 dd {
  width: 86%;
  margin-left: 0;
  font-weight: 400;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container dl.type2 dd {
    width: 79%;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container dl.type2 dd {
    width: 100%;
  }
}
.flow .accordion-container dl.type2 .first_p {
  color: #0065AC;
  font-weight: 600;
  font-size: 108%;
  margin: 0 0 5px;
}
.flow .accordion-container dl._sociology dt {
  background: #0065AC;
}
.flow .accordion-container dl._public_sociology dt {
  background: #2A7F75;
}
.flow .accordion-container dl._psychology dt {
  background: #D10531;
}
.flow .accordion-container dl._child dt {
  background: #EA6206;
}
.flow .accordion-container dl.a_dl {
  display: block;
  font-size: 94%;
}
.flow .accordion-container dl.a_dl dt {
  position: relative;
  padding-left: 1.3rem;
  font-weight: 600;
  color: #000;
}
.flow .accordion-container dl.a_dl dt:before {
  content: "●";
  font-size: 0.95rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #F49206;
}
.flow .accordion-container dl.a_dl dd {
  font-weight: 400;
}
.flow .accordion-container .a_pointBox.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flow .accordion-container .a_pointBox .pointHead, .flow .accordion-container .a_pointBox .pointTxt {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.flow .accordion-container .a_pointBox .pointHead {
  width: 10%;
  padding: 8px 10px;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .a_pointBox .pointHead {
    width: 14%;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .a_pointBox .pointHead {
    width: 100%;
    border-right: 1px solid #000;
    border-bottom: none;
    padding: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.flow .accordion-container .a_pointBox .pointHead .img {
  text-align: center;
  margin: 0;
  max-width: 100%;
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .a_pointBox .pointHead .img {
    max-width: 26%;
  }
}
.flow .accordion-container .a_pointBox .pointTxt {
  width: 90%;
  padding: 8px;
  font-weight: 500;
  padding: 8px 10px;
  line-height: 1.5;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .a_pointBox .pointTxt {
    width: 86%;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .a_pointBox .pointTxt {
    width: 100%;
    line-height: 1.6;
  }
}
.flow .accordion-container .a_pointBox._sociology {
  color: #0065AC;
}
.flow .accordion-container .a_pointBox._public_sociology {
  color: #2A7F75;
}
.flow .accordion-container .a_pointBox._psychology {
  color: #D10531;
}
.flow .accordion-container .a_pointBox._child {
  color: #EA6206;
}
.flow .accordion-container .a_pointBox._type2 .pointHead {
  width: 16%;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .a_pointBox._type2 .pointHead {
    width: 20%;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .a_pointBox._type2 .pointHead {
    width: 100%;
  }
}
.flow .accordion-container .a_pointBox._type2 .pointTxt {
  width: 84%;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .a_pointBox._type2 .pointTxt {
    width: 80%;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .a_pointBox._type2 .pointTxt {
    width: 100%;
  }
}
.flow .accordion-container .box_risou {
  border: 1px solid #F49206;
  border-radius: 14px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .box_risou {
    padding: 1rem 5%;
  }
}
.flow .accordion-container .toggle-button {
  display: block; /* ボタンをブロックレベル要素に */
  width: auto;
  margin: 30px auto 10px auto;
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  min-width: 280px;
}
@media print, screen and (max-width:1026px) {
  .flow .accordion-container .toggle-button {
    margin: 20px auto 10px auto;
  }
}
@media print, screen and (max-width:768px) {
  .flow .accordion-container .toggle-button {
    margin: 1rem auto;
    min-width: 180px;
    font-size: 1rem;
  }
}
.flow .accordion-container .toggle-button._sociology {
  background: #00AAEC;
}
.flow .accordion-container .toggle-button._public_sociology {
  background: #41A8A4;
}
.flow .accordion-container .toggle-button._psychology {
  background: #F24469;
}
.flow .accordion-container .toggle-button._child {
  background: #F49206;
}
@media (hover: hover) {
  .flow .accordion-container .toggle-button._sociology:hover {
    background-color: #0056b3;
  }
  .flow .accordion-container .toggle-button._public_sociology:hover {
    background-color: #478E58;
  }
  .flow .accordion-container .toggle-button._psychology:hover {
    background-color: #EF144D;
  }
  .flow .accordion-container .toggle-button._child:hover {
    background-color: #F27006;
  }
}
@media (hover: none) {
  .flow .accordion-container .toggle-button._sociology:active {
    background-color: #0056b3;
  }
  .flow .accordion-container .toggle-button._public_sociology:active {
    background-color: #478E58;
  }
  .flow .accordion-container .toggle-button._psychology:active {
    background-color: #EF144D;
  }
  .flow .accordion-container .toggle-button._child:active {
    background-color: #F27006;
  }
}

.r_txt01 {
  font-size: 110%;
  font-weight: 600;
  color: #F49206;
  margin: 0 0 10px;
}
@media print, screen and (max-width:768px) {
  .r_txt01 {
    font-size: 108%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.addition {
  width: 100%;
  padding: 100px 0;
  border-bottom: 1px solid #88DCF7;
}
@media print, screen and (max-width:1026px) {
  .addition {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .addition {
    padding: 3rem 0 2rem;
  }
}
.addition .btn_block .p_btn {
  margin: 0 auto 15px;
}
@media print, screen and (max-width:768px) {
  .addition .btn_block .p_btn {
    margin: 0 auto 10px;
  }
}
.addition .btn_block .p_btn a {
  display: block;
  width: 100%;
  border: 1px solid;
  border-radius: 40px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (max-width:768px) {
  .addition .btn_block .p_btn a {
    font-size: 84%;
  }
}
.addition .btn_block .p_btn._sociology a {
  color: #0065AC;
  border-color: #0065AC;
}
.addition .btn_block .p_btn._sociology a:hover {
  background: #0065AC;
  color: #fff;
}
.addition .btn_block .p_btn._public_sociology a {
  color: #2A7F75;
  border-color: #2A7F75;
}
.addition .btn_block .p_btn._public_sociology a:hover {
  background: #2A7F75;
  color: #fff;
}
.addition .btn_block .p_btn._psychology a {
  color: #D10531;
  border-color: #D10531;
}
.addition .btn_block .p_btn._psychology a:hover {
  background: #D10531;
  color: #fff;
}
.addition .btn_block .p_btn._child a {
  color: #EA6206;
  border-color: #EA6206;
}
.addition .btn_block .p_btn._child a:hover {
  background: #EA6206;
  color: #fff;
}
.addition .btn_block .p_btn._01 {
  max-width: 700px;
}
@media print, screen and (max-width:768px) {
  .addition .btn_block .p_btn._01 {
    max-width: 90%;
  }
  .addition .btn_block .p_btn._01._typespS a {
    font-size: 78%;
  }
}
.addition .btn_block .p_btn._02 {
  max-width: 400px;
}
@media print, screen and (max-width:768px) {
  .addition .btn_block .p_btn._02 {
    max-width: 90%;
  }
}
.addition .btn_block .p_btn._03 {
  max-width: 260px;
  min-width: 260px;
}
@media print, screen and (max-width:768px) {
  .addition .btn_block .p_btn._03 {
    max-width: 60%;
    min-width: 60%;
  }
}
.addition .btn_block .lump {
  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;
  max-width: 560px;
  margin: auto;
}
@media print, screen and (max-width:768px) {
  .addition .btn_block .lump {
    display: block;
  }
}
@media print, screen and (max-width:768px) {
  .addition .btn_block .lump p {
    margin: 0 auto 10px;
  }
}
.addition .btn_block .lump p:not(:last-child) {
  margin-right: 10px;
}
@media print, screen and (max-width:768px) {
  .addition .btn_block .lump p:not(:last-child) {
    margin-right: auto;
  }
}
.addition .add_block01 {
  margin: 70px auto;
}
@media print, screen and (max-width:1026px) {
  .addition .add_block01 {
    margin: 50px auto;
  }
}
@media print, screen and (max-width:768px) {
  .addition .add_block01 {
    margin: 1.5rem auto;
  }
}
.addition .add_block01.flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.addition .add_block01 .img {
  width: 38%;
}
@media print, screen and (max-width:768px) {
  .addition .add_block01 .img {
    width: 60%;
    text-align: center;
    margin: 0 auto 1rem;
  }
}
.addition .add_block01 .bana {
  width: 58%;
}
@media print, screen and (max-width:768px) {
  .addition .add_block01 .bana {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.polygonBlock {
  position: relative;
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
}
.polygonBlock .p-polygon__poly {
  display: block;
  position: absolute;
  z-index: -1;
  width: 10%;
}
.polygonBlock .p-polygon__poly img {
  width: 100%;
}
@media print, screen and (max-width:1200px) {
  .polygonBlock .p-polygon__poly {
    width: 10%;
  }
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .p-polygon__poly {
    width: 10%;
  }
}
.polygonBlock .p-polygon__poly._type2 {
  z-index: 1;
}
.polygonBlock .poly1_1 {
  top: -100px;
  left: 0px;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly1_1 {
    top: -50px;
  }
}
.polygonBlock .poly1_2 {
  width: 5%;
  top: -140px;
  right: 10px;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly1_2 {
    top: -40px;
  }
}
.polygonBlock .poly1_3 {
  width: 15%;
  top: 440px;
  right: 10px;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly1_3 {
    top: 400px;
  }
}
.polygonBlock .poly1_3ps {
  width: 15%;
  top: 440px;
  right: 10px;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly1_3ps {
    top: 300px;
  }
}
.polygonBlock .poly1_4 {
  width: 5%;
  top: 300px;
  left: 20px;
}
.polygonBlock .poly2_1 {
  top: -100px;
  left: 0px;
  width: 5%;
}
.polygonBlock .poly2_2 {
  top: 440px;
  left: 0px;
  width: 15%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly2_2 {
    top: 480px;
  }
}
.polygonBlock .poly2_2ps {
  top: 440px;
  left: 0px;
  width: 15%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly2_2ps {
    top: 480px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly2_2ps {
    top: 300px;
  }
}
.polygonBlock .poly2_3 {
  top: 700px;
  right: 0px;
  width: 15%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly2_3 {
    top: 650px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly2_3 {
    top: 1050px;
  }
}
.polygonBlock .poly2_3ch {
  top: 380px;
  left: 20px;
  width: 10%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly2_3ch {
    top: 380px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly2_3ch {
    top: 360px;
  }
}
.polygonBlock .poly2_3ps {
  top: 1280px;
  left: 0px;
  width: 12%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly2_3ps {
    top: 860px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly2_3ps {
    top: 1280px;
  }
}
.polygonBlock .poly3_1 {
  top: 60px;
  right: 30px;
  width: 12%;
}
.polygonBlock .poly3_2 {
  top: 340px;
  left: 60px;
  width: 6%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly3_2 {
    top: 580px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly3_2 {
    top: 310px;
  }
}
.polygonBlock .poly4_1 {
  top: -160px;
  right: 0px;
  width: 18%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_1 {
    width: 14%;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_1 {
    top: -70px;
  }
}
.polygonBlock .poly4_2 {
  top: 40px;
  left: 60px;
  width: 4.5%;
}
.polygonBlock .poly4_3 {
  top: 460px;
  right: 120px;
  width: 3%;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_3 {
    top: 340px;
    right: 80px;
    width: 5%;
  }
}
.polygonBlock .poly4_4 {
  top: 600px;
  left: -60px;
  width: 18%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_4 {
    top: 840px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_4 {
    top: 800px;
    left: -10px;
    width: 17%;
  }
}
.polygonBlock .poly4_5 {
  top: 1480px;
  right: 20px;
  width: 10%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_5 {
    top: 1320px;
    right: 120px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_5 {
    top: 1080px;
    right: 20px;
    width: 15%;
  }
}
.polygonBlock .poly4_6 {
  top: 1680px;
  left: 200px;
  width: 4%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_6 {
    top: 1440px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_6 {
    top: 1140px;
    left: 100px;
    width: 5%;
  }
}
.polygonBlock .poly4_6ps {
  top: 2080px;
  left: 140px;
  width: 4%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_6ps {
    top: 1800px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_6ps {
    top: 1140px;
    left: 100px;
    width: 5%;
  }
}
.polygonBlock .poly4_7 {
  top: 2400px;
  right: 60px;
  width: 10%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_7 {
    top: 1740px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_7 {
    top: 1500px;
    right: 0px;
    width: 12%;
  }
}
.polygonBlock .poly4_7ps {
  top: 2210px;
  right: 60px;
  width: 10%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_7ps {
    top: 1740px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_7ps {
    top: 1380px;
    right: 0px;
    width: 12%;
  }
}
.polygonBlock .poly4_7pb {
  top: 2210px;
  right: 60px;
  width: 10%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_7pb {
    top: 1740px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_7pb {
    top: 1300px;
    right: 0px;
    width: 12%;
  }
}
.polygonBlock .poly4_8 {
  top: 2800px;
  left: 0px;
  width: 16%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_8 {
    top: 2100px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_8 {
    top: 1800px;
    right: 0px;
    width: 20%;
  }
}
.polygonBlock .poly4_8pps {
  top: 2800px;
  left: 0px;
  width: 16%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_8pps {
    top: 2100px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_8pps {
    top: 1650px;
    left: 0px;
    width: 30%;
  }
}
.polygonBlock .poly4_8ps {
  top: 2000px;
  left: 0px;
  width: 14%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_8ps {
    top: 1700px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_8ps {
    top: 1470px;
    right: 0px;
    width: 20%;
  }
}
.polygonBlock .poly4_8ps2 {
  top: 3600px;
  left: 0px;
  width: 16%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_8ps2 {
    top: 2400px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_8ps2 {
    top: 1980px;
    left: inherit;
    right: 0px;
    width: 20%;
  }
}
.polygonBlock .poly4_8so {
  top: 2080px;
  left: 0px;
  width: 16%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_8so {
    top: 1800px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_8so {
    top: 1240px;
    left: inherit;
    left: 0px;
    width: 20%;
  }
}
.polygonBlock .poly4_8cd {
  top: 2000px;
  left: 0px;
  width: 16%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_8cd {
    top: 1700px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_8cd {
    top: 1800px;
    right: 0px;
    width: 20%;
  }
}
.polygonBlock .poly4_8cd3 {
  top: 1700px;
  left: 0px;
  width: 12%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_8cd3 {
    top: 1400px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_8cd3 {
    top: 2000px;
    right: 0px;
    width: 10%;
  }
}
.polygonBlock .poly4_9ps {
  top: 1700px;
  right: 0px;
  width: 10%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_9ps {
    top: 2670px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_9ps {
    top: 2100px;
    right: 0px;
    width: 20%;
  }
}
.polygonBlock .poly4_9so {
  top: 2740px;
  left: 0px;
  width: 18%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_9so {
    top: 2000px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_9so {
    top: 1570px;
    left: 0px;
    width: 20%;
  }
}
.polygonBlock .poly4_9ps2 {
  top: 3800px;
  right: 0px;
  width: 10%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_9ps2 {
    top: 2670px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_9ps2 {
    top: 2150px;
    left: 10px;
    width: 15%;
  }
}
.polygonBlock .poly4_9psy {
  top: 2700px;
  left: 0px;
  width: 10%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_9psy {
    top: 2300px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_9psy {
    top: 1890px;
    left: 10px;
    width: 15%;
  }
}
.polygonBlock .poly4_9psy2 {
  top: 2440px;
  left: 20px;
  width: 9%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_9psy2 {
    top: 2000px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_9psy2 {
    top: 2100px;
    left: 10px;
    width: 15%;
  }
}
.polygonBlock .poly4_9cd {
  top: 1800px;
  right: 0px;
  width: 16%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_9cd {
    top: 2670px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_9cd {
    top: 2100px;
    right: 0px;
    width: 20%;
  }
}
.polygonBlock .poly4_9cd2 {
  top: 2720px;
  right: 10px;
  width: 16%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_9cd2 {
    top: 2020px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_9cd2 {
    top: 1650px;
    left: 0px;
    width: 14%;
  }
}
.polygonBlock .poly4_7psy {
  top: 1940px;
  right: 60px;
  width: 10%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_7psy {
    top: 1420px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_7psy {
    top: 1000px;
    right: 0px;
    width: 12%;
  }
}
.polygonBlock .poly4_8psy {
  top: 2000px;
  left: 0px;
  width: 16%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_8psy {
    top: 1800px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_8psy {
    top: 1200px;
    right: 0px;
    width: 20%;
  }
}
.polygonBlock .poly4_9psy3 {
  top: 2440px;
  left: 20px;
  width: 17%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_9psy3 {
    top: 2000px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_9psy3 {
    top: 189px;
    left: 10px;
    width: 14%;
  }
}
.polygonBlock .poly5_1 {
  top: 100px;
  right: 80px;
  width: 5%;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly5_1 {
    top: -30px;
  }
}
.polygonBlock .poly5_2 {
  top: 340px;
  right: 0;
  width: 10%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly5_2 {
    top: 270px;
    right: 0px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly5_2 {
    top: 140px;
    width: 14%;
    right: 0px;
  }
}
.polygonBlock .poly5_3 {
  width: 15%;
  top: 540px;
  left: -10px;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 30px;
}
@media print, screen and (max-width:1026px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 20px;
    height: 20px;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px;
}
@media print, screen and (max-width:1026px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 20px;
    height: 20px;
  }
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "" !important;
  width: 30px;
  height: 30px;
  background-size: contain;
}
@media print, screen and (max-width:1026px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    width: 20px;
    height: 20px;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(../../../images/department/sociology/page/arrow/arrow-left.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(../../../images/department/sociology/page/arrow/arrow-right.svg);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* 前への矢印 */
.swiper-button-prev {
  left: 10px !important;
}
@media print, screen and (max-width:1026px) {
  .swiper-button-prev {
    left: 5px !important;
  }
}
@media print, screen and (max-width:768px) {
  .swiper-button-prev {
    left: 5px !important;
  }
}

/* 次への矢印 */
.swiper-button-next {
  right: 10px !important;
}
@media print, screen and (max-width:1026px) {
  .swiper-button-next {
    right: 5px !important;
  }
}
@media print, screen and (max-width:768px) {
  .swiper-button-next {
    right: 5px !important;
  }
}

/*	
.col_left{position: relative;}	
.swiper-pagination{
position: absolute;
left: 50% !important;
bottom: -20px !important;
transform: translateX(-50%);
	}	
	*/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.basebtn01 {
  min-width: 360px;
  text-align: center;
  margin: 40px auto 10px !important;
}
@media print, screen and (max-width:1026px) {
  .basebtn01 {
    margin: 30px auto 10px !important;
  }
}
@media print, screen and (max-width:768px) {
  .basebtn01 {
    margin: 20px auto 10px !important;
    min-width: 80%;
    max-width: 90%;
  }
}
.basebtn01 a {
  display: inline-block;
  font-size: 108%;
  font-weight: 500;
  border: 1px solid;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (max-width:768px) {
  .basebtn01 a {
    font-size: 100%;
    line-height: 0.9;
    padding: 8px 35px;
  }
}
.basebtn01._type02 {
  margin: 20px auto 10px !important;
}
@media print, screen and (max-width:768px) {
  .basebtn01._type02 {
    margin: 10px auto 15px !important;
  }
}
.basebtn01._sociology a {
  color: #114B87;
  background: #FCF566;
  border-color: #114B87;
}
.basebtn01._sociology a:hover {
  background: #114B87;
  color: #FCF566;
}
.basebtn01._public_sociology a {
  color: #2A7F75;
  background: #FCF566;
  border-color: #2A7F75;
}
.basebtn01._public_sociology a:hover {
  background: #2A7F75;
  color: #FCF566;
}
.basebtn01._psychology a {
  color: #D10531;
  background: #FCF566;
  border-color: #D10531;
}
.basebtn01._psychology a:hover {
  background: #D10531;
  color: #FCF566;
}
.basebtn01._child a {
  color: #EA6206;
  background: #FCF566;
  border-color: #EA6206;
}
.basebtn01._child a:hover {
  background: #EA6206;
  color: #FCF566;
}

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