@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
#header {
  position: relative;
}
#header h1 {
  max-width: 510px;
  padding: 20px 0 20px 40px;
}
#header h1 img {
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  #header h1 {
    width: 40%;
    padding: 15px 0 15px 30px;
  }
}
@media print, screen and (max-width:768px) {
  #header h1 {
    width: 45%;
    padding: 0.6rem 0 0.6rem 0.8rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
#toggle {
  position: fixed;
  top: 0px;
  right: 0px;
  background: #fff;
  padding: 46.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 1030px) {
  #toggle {
    padding: 33.5px;
  }
}
@media print, screen and (max-width: 986px) {
  #toggle {
    padding: 32px;
  }
}
@media print, screen and (max-width: 960px) {
  #toggle {
    padding: 31.5px;
  }
}
@media print, screen and (max-width: 940px) {
  #toggle {
    padding: 30.5px;
  }
}
@media print, screen and (max-width: 900px) {
  #toggle {
    padding: 28.5px;
  }
}
@media print, screen and (max-width: 860px) {
  #toggle {
    padding: 27.5px;
  }
}
@media print, screen and (max-width: 840px) {
  #toggle {
    padding: 26.5px;
  }
}
@media print, screen and (max-width: 820px) {
  #toggle {
    padding: 26px;
  }
}
@media print, screen and (max-width: 780px) {
  #toggle {
    padding: 25.5px;
  }
}
@media print, screen and (max-width: 750px) {
  #toggle {
    padding: 24px;
  }
}
@media print, screen and (max-width:768px) {
  #toggle {
    padding: 24px;
  }
}
@media print, screen and (max-width: 670px) {
  #toggle {
    padding: 25px;
  }
}
@media print, screen and (max-width: 650px) {
  #toggle {
    padding: 24px;
  }
}
@media print, screen and (max-width: 620px) {
  #toggle {
    padding: 22px;
  }
}
@media print, screen and (max-width: 590px) {
  #toggle {
    padding: 21px;
  }
}
@media print, screen and (max-width: 540px) {
  #toggle {
    padding: 19px;
  }
}
@media print, screen and (max-width:480px) {
  #toggle {
    padding: 16px;
  }
}
@media print, screen and (max-width: 380px) {
  #toggle {
    padding: 14px;
  }
}
@media print, screen and (max-width: 360px) {
  #toggle {
    padding: 13.5px;
  }
}
#toggle.typeNews {
  padding: 65.5px;
}
@media print, screen and (max-width: 1030px) {
  #toggle.typeNews {
    padding: 68.5px;
  }
}
@media print, screen and (max-width: 1026px) {
  #toggle.typeNews {
    padding: 44.5px;
  }
}
@media print, screen and (max-width:768px) {
  #toggle.typeNews {
    padding: 26.5px;
  }
}
@media print, screen and (max-width: 670px) {
  #toggle.typeNews {
    padding: 25px;
  }
}
@media print, screen and (max-width: 590px) {
  #toggle.typeNews {
    padding: 22px;
  }
}
@media print, screen and (max-width: 510px) {
  #toggle.typeNews {
    padding: 18.5px;
  }
}
@media print, screen and (max-width:480px) {
  #toggle.typeNews {
    padding: 16px;
  }
}
@media print, screen and (max-width: 380px) {
  #toggle.typeNews {
    padding: 14px;
  }
}
@media print, screen and (max-width: 360px) {
  #toggle.typeNews {
    padding: 13.5px;
  }
}
#toggle.typeNews #toggle-box {
  width: 55px;
  height: 44px;
}
@media print, screen and (max-width: 1030px) {
  #toggle.typeNews #toggle-box {
    width: 48px;
    height: 37px;
  }
}
@media print, screen and (max-width:768px) {
  #toggle.typeNews #toggle-box {
    width: 26px;
    height: 22px;
  }
}

#toggle-box {
  position: relative;
  width: 36px;
  height: 32px;
  cursor: pointer;
}
@media print, screen and (max-width:768px) {
  #toggle-box {
    width: 24px;
    height: 20px;
  }
}

#toggle-box > span {
  width: 100%;
  height: 5px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  -webkit-transition: top 0.5s ease, bottom 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, bottom 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease, -webkit-transform 0.6s ease-in-out;
}
@media print, screen and (max-width:768px) {
  #toggle-box > span {
    height: 3px;
  }
}

#toggle-box > span:nth-child(1) {
  top: 0;
}

#toggle-box > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 0;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg) translatey(-30%);
          transform: rotate(45deg) translatey(-30%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg) translatey(-30%);
          transform: rotate(-45deg) translatey(-30%);
}

/* z-index */
#toggle {
  z-index: 1000;
}

.navi-inner {
  z-index: -100;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
@media print, screen and (min-width:1201px) {
  .navi-inner {
    width: 40%;
  }
}

.is-open {
  overflow: hidden;
}

.is-open .navi-inner {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}

.is-open .navi-inner a {
  pointer-events: auto;
}

.navi-inner {
  padding: 100px 0;
}
@media print, screen and (max-width:768px) {
  .navi-inner {
    padding: 2.8rem 0;
  }
}

#toggle.typeNews .navi-inner {
  padding: 160px 0;
}
@media print, screen and (max-width:768px) {
  #toggle.typeNews .navi-inner {
    padding: 2.8rem 0;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.naviWrap {
  max-width: 90%;
  margin: 0 auto;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*==矢印の設定*/
  /*2階層目を持つliの矢印の設定*/
  /*== 2・3階層目の共通設定 */
  /*下の階層を持っているulの指定*/
  /*hoverしたら表示*/
  /*ナビゲーションaタグの形状*/
  /*==3階層目*/
  /*3階層目の位置*/
  /*li.has-child.active ul,li.has-child.active ul ul{display: block;}
  */
  /*矢印の向き*/
  /*ul li.has-child::before,
  ul ul li.has-child::before{
      transform: rotate(135deg);
    right:20px;
  }

  ul li.has-child.active::before{
      transform: rotate(-45deg);
  }*/
}
@media print, screen and (max-width:1026px) {
  .naviWrap {
    max-width: 94%;
  }
}
.naviWrap ul.naviList {
  width: 100%;
  border-top: 1px solid #a5a5a5;
  /*border-bottom:  1px solid #a5a5a5;*/
  padding: 0px 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.naviWrap ul.naviList li {
  width: 100%;
  position: relative;
  font-size: 120%;
  font-weight: 500;
  border-bottom: 1px solid #a5a5a5;
}
@media print, screen and (max-width:768px) {
  .naviWrap ul.naviList li {
    font-size: 90%;
  }
}
.naviWrap ul.naviList li a {
  display: block;
  padding: 20px 0;
}
.naviWrap ul.naviList li a:hover {
  color: #246777;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.naviWrap ul.naviList li:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  display: block;
  width: 30px;
  height: 9px;
  background: url(../../../../../public_sociology/common/images/common/arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media print, screen and (max-width:768px) {
  .naviWrap ul.naviList li:after {
    width: 24px;
    height: 6px;
  }
}
.naviWrap ul.naviList li.has-child {
  position: relative;
}
.naviWrap ul.naviList li.has-child:after {
  background-image: none;
}
.naviWrap ul.naviList li a {
  text-decoration: none;
  color: #000;
}
.naviWrap ul.naviList li ul {
  margin: 0;
}
.naviWrap ul.naviList li ul li {
  width: 90%;
  margin: 0 0 0 auto;
  font-size: 90%;
  border-top: 1px dotted #a5a5a5;
  border-bottom: none;
}
@media print, screen and (max-width: 1390px) {
  .naviWrap ul.naviList li ul li {
    font-size: 84%;
  }
}
@media print, screen and (max-width: 1260px) {
  .naviWrap ul.naviList li ul li {
    font-size: 80%;
  }
}
@media print, screen and (max-width:768px) {
  .naviWrap ul.naviList li ul li {
    font-size: 80%;
  }
}
.naviWrap ul li.has-child:before {
  content: "＋";
  position: absolute;
  width: auto;
  height: auto;
  right: 10px;
  top: 18px;
  color: #666666;
  pointer-events: none;
}
.naviWrap ul li.has-child.active:before {
  content: "ー";
  pointer-events: none;
}
.naviWrap li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  right: 100%;
  top: 10px;
  z-index: 4;
  /*形状を指定*/
  /* background:#28BFE7;*/
  width: 180px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.naviWrap li.has-child:hover > ul,
.naviWrap li.has-child ul li:hover > ul,
.naviWrap li.has-child:active > ul,
.naviWrap li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
.naviWrap li.has-child ul li a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
.naviWrap li.has-child ul li:last-child a {
  border-bottom: none;
}
.naviWrap li.has-child ul li a:hover,
.naviWrap li.has-child ul li a:active {
  /*  background:#3577CA;*/
}
.naviWrap li.has-child ul ul {
  top: 0;
  right: 182px;
  background: #66ADF5;
}
.naviWrap li.has-child ul ul li a:hover,
.naviWrap li.has-child ul ul li a:active {
  background: #448ED3;
}
.naviWrap li.has-child ul,
.naviWrap li.has-child ul ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible; /*JSで制御するため一旦表示*/
  opacity: 1; /*JSで制御するため一旦表示*/
  display: none; /*JSのslidetoggleで表示させるため非表示に*/
  -webkit-transition: none;
  transition: none; /*JSで制御するためCSSのアニメーションを切る*/
}
.naviWrap .naviBox {
  margin: 40px auto;
}
@media print, screen and (max-width:768px) {
  .naviWrap .naviBox {
    margin: 1rem auto;
  }
}
.naviWrap .naviBox .navi_col {
  width: 48%;
  position: relative;
}
.naviWrap .naviBox .navi_col a {
  display: block;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #a5a5a5;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 80px;
  line-height: 1.5;
}
@media print, screen and (max-width:768px) {
  .naviWrap .naviBox .navi_col a {
    font-size: 72%;
    padding: 10px;
    height: 60px;
  }
}
.naviWrap .naviBox .navi_col a:hover {
  background: #1ab6ca;
  color: #fff;
}
.naviWrap .naviBox .navi_col span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/****************************************************************************************************
****************************************************************************************************/
/*# sourceMappingURL=style.css.map */