@charset "UTF-8";
.spOnly {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
}

body.open {
  overflow: hidden;
}

.BlkNews .blogList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 20px;
  margin-bottom: 80px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.BlkNews .blogList li {
  width: 31.5306122449%;
  order: 2;
  margin-right: 2.7040816327%;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList li {
    width: 47.3520249221%;
    margin-bottom: 32px;
    margin-right: 2.6479750779%;
  }
}
.BlkNews .blogList li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList li:nth-child(3n) {
    margin-right: 2.6479750779%;
  }
  .BlkNews .blogList li:nth-child(2n) {
    margin-right: 0;
  }
}
.BlkNews .blogList li:nth-of-type(-n + 3) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList li:nth-of-type(-n + 3) {
    margin-bottom: 32px;
  }
}
.BlkNews .blogList li img {
  width: 100%;
  transition: transform 0.3s linear;
}
.BlkNews .blogList li:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList li:hover img {
    transform: none;
  }
}
.BlkNews .blogList li.boldness {
  width: 100%;
  order: 1 !important;
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList li.boldness {
    display: block;
    padding-top: 45px;
    padding-bottom: 32px;
    border-bottom: 1px solid #397ed4;
    position: relative;
  }
  .BlkNews .blogList li.boldness::before {
    content: "PICK UP";
    color: #397ed4;
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    font-weight: bold;
    padding-right: 20px;
  }
  .BlkNews .blogList li.boldness::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #397ed4;
    z-index: 0;
  }
}
.BlkNews .blogList li.boldness > * {
  width: 48.6734693878%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList li.boldness > * {
    width: 100%;
  }
}
.BlkNews .blogList li.boldness > a {
  height: 0;
  padding-bottom: 33%;
  position: relative;
  background-color: #e7f0ed;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList li.boldness > a {
    display: block;
    padding-bottom: 67%;
  }
}
.BlkNews .blogList li.boldness > a figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}
.BlkNews .blogList li.boldness > a figure img {
  height: 100%;
  width: initial;
}
.BlkNews .blogList li.boldness > div {
  padding-top: 72px;
  border-bottom: 1px solid #397ed4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList li.boldness > div {
    margin-top: 20px;
    padding-top: 0;
    margin-top: 16px;
    border-bottom: none;
  }
}
.BlkNews .blogList li.boldness > div::before {
  content: "PICK UP";
  color: #397ed4;
  font-size: 2.4rem;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #fff;
  z-index: 1;
  font-weight: bold;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList li.boldness > div::before {
    content: none;
  }
}
.BlkNews .blogList li.boldness > div::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 18px;
  left: 0;
  background-color: #397ed4;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList li.boldness > div::after {
    content: none;
  }
}
.BlkNews .blogList li.boldness .blogHead {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList li.boldness .blogTag1 a {
    font-size: 1rem;
  }
}
.BlkNews .blogList li.boldness .blogArticleBody {
  margin-top: 1em;
}
.BlkNews .blogList li.boldness .blogArticleBody p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList li.boldness .blogArticleBody p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.BlkNews .blogList li:not(.boldness) > div {
  margin-top: 24px;
}
.BlkNews .blogList li:not(.boldness) > a {
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  height: 0;
  padding-bottom: 67%;
  position: relative;
  background-color: #e7f0ed;
  display: flex;
  justify-content: center;
}
.BlkNews .blogList li:not(.boldness) > a figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
}
.BlkNews .blogList li:not(.boldness) > a figure img {
  height: 100%;
  width: initial;
}
.BlkNews .blogList.pickUp {
  margin-bottom: 80px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList.pickUp {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.BlkNews .blogList.pickUp + .blogList {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogList.pickUp + .blogList {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.BlkNews .blogTag1 a {
  font-size: 1rem;
  display: inline-block;
  padding: 2px 15px;
  background-color: #397ed4;
  color: #fff;
  transition: 0.3s all;
  border: 1px solid #397ed4;
  margin-right: 8px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .BlkNews .blogTag1 a {
    font-size: 0.6rem;
    padding: 4px 8px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
.BlkNews .blogTag1 a:hover {
  background-color: #fff;
  color: #397ed4;
}
.BlkNews .blogTag2 {
  margin-top: 24px;
}
.BlkNews .blogTag2 a {
  font-size: 1rem;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #333;
  color: #333;
  letter-spacing: 0.6px;
  border-radius: 100px;
  font-weight: bold;
  transition: 0.3s all;
  background-color: #fff;
  margin-right: 8px;
  margin-bottom: 5px;
}
.BlkNews .blogTag2 a:hover {
  background-color: #333;
  color: #fff;
}
.BlkNews .blogHead {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 16px;
  color: #333;
  font-weight: bold;
  display: block;
}
.BlkNews .blogHead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.BlkNews .blogHead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .BlkNews .blogHead {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.BlkNews .blogTxt {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 24px;
  color: #333;
}
.BlkNews .blogTxt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.BlkNews .blogTxt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.BlkNews .blogDay {
  font-size: 1.2rem;
  margin-top: 32px;
  color: #333;
}
.BlkNews a {
  text-decoration: none;
}
.BlkNews a.blogHead:hover {
  text-decoration: underline;
}

.win #blog {
  font-weight: 500;
}

.hiragino #blog {
  font-weight: 300;
}

#blog {
  font-family: "HelveticaNeue-Light", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "YuGothic", sans-serif;
  margin: 0;
  position: relative;
}
#blog .header {
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #blog .header {
    position: fixed;
    height: 52px;
    z-index: 2;
    background-color: #fff;
    top: 0;
  }
}
#blog .header__inner {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
#blog .header__inner > a {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #blog .header__inner > a {
    font-size: 1.4rem;
  }
}
#blog .header__inner > a img {
  width: 151px;
  margin-right: 20px;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  #blog .header__inner > a img {
    width: 90px;
    margin-right: 10px;
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  #blog .header .topButton {
    display: none;
  }
}
#blog .toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 70px;
  overflow: hidden;
  z-index: 2;
  width: 80px;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #blog .toTop {
    width: 50px;
    right: 10px;
  }
}
#blog .toTop:hover {
  opacity: 0.7;
}
#blog .toTop img {
  width: 100%;
}
#blog .footer {
  color: #fff;
  font-size: 1rem;
  width: 100%;
  height: 115px;
  background-color: #333;
}
#blog .footer__inner {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
#blog .main {
  background-color: #f7f7f7;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #blog .main {
    padding: 0;
  }
}
#blog .mv {
  width: 100%;
  height: 364px;
  padding: 0 20px;
  width: 100%;
  background-image: url(/univ/faculty/social_science/blog/assets/images/bg_pc.png?2025);
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #blog .mv {
    height: 320px;
    background-image: url(/univ/faculty/social_science/blog/assets/images/bg_sp.png?2025);
    background-size: cover;
    padding-bottom: 50px;
    margin-top: 52px;
  }
}
#blog .mv__inner {
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
}
#blog .mv img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #blog .mv img {
    width: 85%;
  }
}
#blog .mvTitle {
  font-size: 5rem;
  color: #fff;
  margin-top: 8px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #blog .mvTitle {
    font-size: 3.2rem;
  }
}
#blog .mvSubTitle {
  font-size: 1.2rem;
  color: #397ed4;
  height: 30px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  text-align: center;
  display: grid;
  place-content: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #blog .mvSubTitle {
    font-size: 1rem;
    padding: 5px 0;
  }
}
#blog.category .mv, #blog.article .mv {
  height: 160px;
  background-image: url(/univ/faculty/social_science/blog/assets/images/bg_pc2.png?2025);
}
#blog.category .mv .mvSubTitle, #blog.article .mv .mvSubTitle {
  display: none;
}
#blog.category .mv .mvTitle, #blog.article .mv .mvTitle {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #blog.category .mv, #blog.article .mv {
    height: 100px;
    background-image: url(/univ/faculty/social_science/blog/assets/images/bg_sp2.png?2025);
    padding-bottom: 0;
  }
  #blog.category .mv .mvTitle, #blog.article .mv .mvTitle {
    font-size: 2.6rem;
  }
}
#blog.category .mv .healthTxt, #blog.article .mv .healthTxt {
  width: 173px;
}
@media screen and (max-width: 768px) {
  #blog.category .mv .healthTxt, #blog.article .mv .healthTxt {
    width: 130px;
  }
}
#blog .topButton {
  position: absolute;
  top: 24px;
  right: 50px;
  width: 160px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  #blog .topButton {
    position: initial;
    width: 276px;
    height: 48px;
    margin: 40px auto 0;
  }
}
#blog .topButton__inner {
  width: 100%;
  height: 100%;
}
#blog .topButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #00a87b;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #blog .topButton a {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
}
#blog .topButton a svg {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #blog .topButton a svg {
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
}
#blog .blogFlex {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#blog .blogFlex__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #blog .blogFlex__inner {
    display: block;
  }
}
#blog .blogContents {
  width: 66.1224489796%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #blog .blogContents {
    width: 100%;
    padding: 56px 20px 48px;
    box-sizing: border-box;
    border-bottom: 3px solid #fff;
  }
}
#blog .blogContents__inner > ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul.blogTopList {
    margin-top: -112px;
  }
}
#blog .blogContents__inner > ul li {
  list-style: none;
  order: 2;
  width: 100%;
}
#blog .blogContents__inner > ul li > a {
  display: block;
  line-height: 0;
}
#blog .blogContents__inner > ul li img {
  height: 156px;
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul li img {
    height: 100%;
  }
}
#blog .blogContents__inner > ul li.boldness {
  order: 1;
  display: block;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul li.boldness {
    padding-bottom: 56px;
    margin-bottom: 56px;
  }
  #blog .blogContents__inner > ul li.boldness::after {
    content: "";
    width: 100%;
    height: 7px;
    background-image: url(/univ/faculty/social_science/blog/assets/images/line.png?2025);
    position: absolute;
    bottom: 0;
  }
}
#blog .blogContents__inner > ul li.boldness > a {
  overflow: hidden;
  border-radius: 8px;
  max-height: 432px;
  display: grid;
  place-content: center;
  background-color: #e7f0ed;
  height: 0;
  padding-bottom: 67%;
  position: relative;
  background-color: #e7f0ed;
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul li.boldness > a {
    width: 100%;
    max-height: 100%;
    height: 0;
    padding-bottom: 67%;
    position: relative;
  }
}
#blog .blogContents__inner > ul li.boldness > a figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}
#blog .blogContents__inner > ul li.boldness > a img {
  transition: transform 0.3s linear;
  height: 100%;
  height: 100%;
  max-height: 432px;
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul li.boldness > a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#blog .blogContents__inner > ul li.boldness > a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul li.boldness > a:hover img {
    transform: none;
    transform: translate(-50%, -50%);
  }
}
#blog .blogContents__inner > ul li.boldness > div {
  margin-top: 24px;
}
#blog .blogContents__inner > ul li.boldness .blogHead {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul li.boldness .blogHead {
    font-size: 2.2rem;
  }
}
#blog .blogContents__inner > ul li:not(.boldness) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul li:not(.boldness) {
    flex-wrap: wrap;
  }
}
#blog .blogContents__inner > ul li:not(.boldness):last-of-type {
  margin-bottom: 0;
}
#blog .blogContents__inner > ul li:not(.boldness) > a {
  overflow: hidden;
  border-radius: 8px;
  display: grid;
  place-content: center;
  background-color: #e7f0ed;
  width: 233px;
  height: 156px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul li:not(.boldness) > a {
    width: 100%;
    max-height: 100%;
    height: 0;
    padding-bottom: 67%;
    position: relative;
    margin-right: 0;
  }
}
#blog .blogContents__inner > ul li:not(.boldness) > a img {
  transition: transform 0.3s linear;
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul li:not(.boldness) > a img {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul li:not(.boldness) > a img {
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
#blog .blogContents__inner > ul li:not(.boldness) > a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul li:not(.boldness) > a:hover img {
    transform: none;
    transform: translate(-50%, -50%);
  }
}
#blog .blogContents__inner > ul li:not(.boldness) > div {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #blog .blogContents__inner > ul li:not(.boldness) > div {
    width: 100%;
    margin-top: 24px;
  }
}
#blog .blogContents .blogTopList .blogArticleBody p {
  font-size: 16px;
  line-height: 1.5;
}
#blog .blogSide {
  width: 23.7755102041%;
  border-left: 1px solid #e5e5e5;
  padding: 80px 0 80px 4.5918367347%;
}
@media screen and (max-width: 768px) {
  #blog .blogSide {
    width: 100%;
    padding: 56px 27.5px 112px;
    box-sizing: border-box;
    border-left: none;
  }
}
#blog .blogSide form {
  margin: 0 -7.5px;
}
@media screen and (max-width: 768px) {
  #blog .blogSide form {
    margin: 0;
  }
}
#blog .blogSide input[type=text] {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 15px 10px 15px 36px;
  width: 100%;
  margin-top: 16px;
  box-sizing: border-box;
  font-size: 1.4rem;
  position: relative;
  background-image: url(/univ/faculty/social_science/blog/assets/images/blogIcon01.svg?2025);
  background-repeat: no-repeat;
  background-position: 10px 16px;
}
@media screen and (max-width: 768px) {
  #blog .blogSide input[type=text] {
    width: 92.3076923077%;
    max-width: 300px;
    margin: 40px auto 0;
    border-radius: 4px;
    display: block;
  }
}
#blog .blogSide input[type=text] + .sideHead {
  margin-top: 32px;
}
#blog .blogSide .select {
  background-color: #f7f7f7;
  border: none;
  width: 100%;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 768px) {
  #blog .blogSide .select {
    background-color: #fff;
  }
}
#blog .blogSide .select + .sideHead {
  margin-top: 32px;
}
#blog .blogSide .select .accordion {
  position: relative;
  padding: 20px 35px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #blog .blogSide .select .accordion {
    padding: 20px 56px;
  }
}
#blog .blogSide .select .accordion::after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url(/univ/faculty/social_science/blog/assets/images/selectBoxArrow.png?2025);
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  background-repeat: no-repeat;
}
#blog .blogSide .select .accordion + div > * {
  padding: 5px 20px;
  position: relative;
  display: block;
  color: #333;
  margin-left: 35px;
}
#blog .blogSide .select .accordion + div > *::after {
  content: "";
  width: 13px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #397ed4;
}
#blog .blogSide .select .accordion + div > *.child {
  margin-left: 48px;
}
#blog .blogSide .select .accordion + div > *.child::after {
  content: none;
}
#blog .blogSide .select .accordion + div {
  padding-bottom: 40px;
}
#blog .blogSide .selectBox {
  position: relative;
  border: 1px solid #dfdfdf;
  border-left: none;
  border-right: none;
}
#blog .blogSide .selectBox01 {
  margin-top: 32px;
}
#blog .blogSide .selectBox01 .accordion::before {
  content: "";
  background-image: url(/univ/faculty/social_science/blog/assets/images/blogIcon02.svg?2025);
  width: 18.23px;
  height: 16.77px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
@media screen and (max-width: 768px) {
  #blog .blogSide .selectBox01 .accordion::before {
    left: 26px;
  }
}
#blog .blogSide .selectBox02 {
  border: none;
}
#blog .blogSide .selectBox02 .accordion::before {
  content: "";
  background-image: url(/univ/faculty/social_science/blog/assets/images/blogIcon03.svg?2025);
  width: 17.696px;
  height: 18.53px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
}
@media screen and (max-width: 768px) {
  #blog .blogSide .selectBox02 .accordion::before {
    left: 24px;
  }
}
#blog .blogSide .selectBox03 .accordion::before {
  content: "";
  background-image: url(/univ/faculty/social_science/blog/assets/images/blogIcon04.svg?2025);
  width: 17.045px;
  height: 14.056px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
}
@media screen and (max-width: 768px) {
  #blog .blogSide .selectBox03 .accordion::before {
    left: 24px;
  }
}
@media screen and (max-width: 768px) {
  #blog .blogSide .blogForm {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    background-color: rgba(51, 51, 51, 0.5);
    z-index: 9999;
  }
  #blog .blogSide .blogForm__inner {
    width: 86.6666666667%;
    margin: 0 0 0 auto;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
  }
}
#blog .blogSide .blogForm + .sideHead {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #blog .blogSide .blogForm + .sideHead {
    margin-top: 0;
  }
}
#blog .blogSide .sideHead {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
}
#blog .blogSide .sideHead img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
#blog .blogSide ul {
  padding: 0;
  margin: 16px 0 0;
}
#blog .blogSide ul li {
  list-style: none;
}
#blog .blogSide ul li > a {
  overflow: hidden;
  border-radius: 8px;
  max-height: 156px;
  display: block;
  display: grid;
  place-content: center;
  background-color: #e7f0ed;
}
@media screen and (max-width: 768px) {
  #blog .blogSide ul li > a {
    max-height: 100%;
    width: 100%;
    max-height: 100%;
    height: 0;
    padding-bottom: 67%;
    position: relative;
  }
}
#blog .blogSide ul li > div {
  margin-top: 24px;
}
#blog .blogSide ul li + li {
  margin-top: 40px;
}
#blog .blogSide ul li img {
  transition: transform 0.3s linear;
  height: 156px;
}
@media screen and (max-width: 768px) {
  #blog .blogSide ul li img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#blog .blogSide ul li:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #blog .blogSide ul li:hover img {
    transform: translate(-50%, -50%);
  }
}
#blog .blogSide .pastList {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 768px) {
  #blog .blogSide .pastList {
    padding-bottom: 50px;
    margin-top: 40px;
    padding-top: 0;
    border-top: none;
  }
}
#blog .blogSide .pastList a {
  color: #333;
  font-size: 1.6rem;
  text-decoration: underline;
  position: relative;
  padding-right: 15px;
}
#blog .blogSide .pastList a::after {
  content: "";
  background-image: url(/univ/faculty/social_science/blog/assets/images/arrow.svg?2025);
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
#blog .blogSide .pastList a:hover {
  text-decoration: none;
}
#blog .blogSide .pastList + .sideHead {
  margin-top: 40px;
}
#blog .blogSide .blogTag2 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #blog .blogSide .blogTag2.sp {
    padding-bottom: 56px;
    position: relative;
    border-bottom: none;
    margin-bottom: 56px;
  }
  #blog .blogSide .blogTag2.sp::after {
    content: "";
    width: calc(100% + 40px);
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: -20px;
  }
}
#blog .blogSide .blogTag2 a {
  margin-bottom: 8px;
  margin-left: 0 !important;
  margin-right: 8px;
}
#blog .blogTag1 a {
  font-size: 1rem;
  display: inline-block;
  padding: 2px 15px;
  background-color: #397ed4;
  color: #fff;
  transition: 0.3s all;
  border: 1px solid #397ed4;
  margin-right: 8px;
  margin-bottom: 5px;
}
#blog .blogTag1 a:hover {
  background-color: #fff;
  color: #397ed4;
}
#blog .blogTag2 {
  margin-top: 24px;
}
#blog .blogTag2 a {
  font-size: 1rem;
  display: inline-block;
  padding: 2px 15px;
  border: 1px solid #333;
  color: #333;
  letter-spacing: 0.6px;
  border-radius: 100px;
  font-weight: bold;
  transition: 0.3s all;
  background-color: #fff;
  margin-right: 8px;
  margin-bottom: 5px;
}
#blog .blogTag2 a:hover {
  background-color: #333;
  color: #fff;
}
#blog .blogHead {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 15px;
  color: #333;
  font-weight: bold;
  display: block;
}
#blog .blogHead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
#blog .blogHead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
#blog .blogTxt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
  color: #333;
}
#blog .blogTxt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
#blog .blogTxt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
#blog .blogDay {
  font-size: 1.2rem;
  margin-top: 15px;
  color: #333;
}
#blog .pagenation {
  margin-top: 72px;
}
#blog .pagenation__inner ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #blog .pagenation__inner ul {
    position: relative;
    padding-bottom: 32px;
  }
}
#blog .pagenation__inner ul li {
  list-style: none;
  margin-left: 15px;
  font-size: 1.4rem;
}
#blog .pagenation__inner ul li:nth-of-type(1) {
  margin-left: 0;
}
#blog .pagenation__inner ul li a {
  color: #333;
}
#blog .pagenation__inner ul li.active {
  color: #397ed4;
}
#blog .pagenation__inner ul li .prev {
  margin-right: 30px;
  text-decoration: underline;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  #blog .pagenation__inner ul li .prev {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #blog .pagenation__inner ul li .prev + li {
    margin-left: 0;
  }
}
#blog .pagenation__inner ul li .prev:hover {
  text-decoration: none;
}
#blog .pagenation__inner ul li .prev::after {
  content: "";
  background-image: url(/univ/faculty/social_science/blog/assets/images/arrow.svg?2025);
  width: 6px;
  height: 10px;
  background-size: cover;
  display: block;
  transform: scale(-1, 1) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
#blog .pagenation__inner ul li .next {
  margin-left: 30px;
  text-decoration: underline;
  position: relative;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  #blog .pagenation__inner ul li .next {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#blog .pagenation__inner ul li .next:hover {
  text-decoration: none;
}
#blog .pagenation__inner ul li .next::after {
  content: "";
  background-image: url(/univ/faculty/social_science/blog/assets/images/arrow.svg?2025);
  width: 6px;
  height: 10px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#blog .pagenation .current {
  color: #397ed4 !important;
}
#blog a {
  text-decoration: none;
}
#blog .breadcrumb {
  margin: 24px 0;
  padding: 0 20px;
}
#blog .breadcrumb__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#blog .breadcrumb ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#blog .breadcrumb ul li {
  font-size: 1.5rem;
  color: #333;
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  #blog .breadcrumb ul li {
    font-size: 1rem;
    padding-left: 12px;
    margin-right: 8px;
  }
}
#blog .breadcrumb ul li::after {
  content: "";
  width: 4px;
  height: 8px;
  background-image: url(/univ/faculty/health/blog/assets/images/breadArrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#blog .breadcrumb ul li:nth-of-type(1) {
  padding-left: 0;
}
#blog .breadcrumb ul li:nth-of-type(1)::after {
  content: none;
}
#blog .breadcrumb ul li a {
  color: #333;
  position: relative;
}
#blog .breadcrumb ul li a:hover {
  text-decoration: underline;
}
#blog .blogContentsHead {
  margin: 0;
  font-size: 2.8rem;
  position: relative;
  padding-left: 80px;
  margin-bottom: 48px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #blog .blogContentsHead {
    font-size: 2rem;
    padding-left: 40px;
    margin-bottom: 30px;
  }
}
#blog .blogContentsHead::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #397ed4;
  position: absolute;
  top: 22px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #blog .blogContentsHead::before {
    width: 30px;
    top: 15px;
  }
}
#blog.article .articleHead {
  font-weight: bold;
  margin: 0;
  font-size: 2.6rem;
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #blog.article .articleHead {
    font-size: 2.2rem;
    line-height: 1.13;
    margin-top: 15px;
  }
  #blog.article .articleHead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.13) * 0.5em);
    content: "";
  }
  #blog.article .articleHead::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.13) * 0.5em);
    content: "";
  }
}
#blog.article .articleHead::before {
  content: none;
}
#blog.article .articleHead + div + div {
  margin-top: 15px;
}
#blog.article .blogArticlePic {
  width: 100%;
  margin-top: 40px;
  border-radius: 8px;
}
#blog.article .blogArticleBody h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 40px 0 24px;
  padding-left: 0;
}
#blog.article .blogArticleBody h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
#blog.article .blogArticleBody h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  #blog.article .blogArticleBody h2 {
    font-size: 1.6rem;
  }
}
#blog.article .blogArticleBody p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}
#blog.article .blogArticleBody p + p {
  margin-top: 15px !important;
}
#blog.article .blogArticleBody p + figure {
  margin-top: 15px !important;
}
#blog.article .blogArticleBody figure {
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
#blog.article .blogArticleBody figure img {
  width: 100%;
  max-width: 640px;
}
#blog.article .blogArticleBody figure figcaption {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 10px;
  line-height: 1;
}
#blog.article .blogArticleBody figure + p {
  margin-top: 15px !important;
}
#blog.article .blogArticleBody figure + figure {
  margin-top: 15px !important;
}
#blog.article .blogArticleBody a {
  color: #333;
  text-decoration: underline;
}
#blog.article .blogArticleBody a:hover {
  text-decoration: none;
}
#blog.article .blogShare {
  margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  #blog.article .blogShare {
    padding-bottom: 56px;
    margin-top: 33px;
    border-bottom: none;
    position: relative;
  }
  #blog.article .blogShare::after {
    content: "";
    width: calc(100% + 40px);
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: -20px;
  }
}
#blog.article .blogShare ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #blog.article .blogShare ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#blog.article .blogShare ul li {
  font-weight: bold;
  color: #333;
  font-size: 1.4rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #blog.article .blogShare ul li:nth-of-type(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
  }
}
#blog.article .blogShare ul li:nth-of-type(n + 2) {
  margin-left: 10px;
  width: 35px;
}
@media screen and (max-width: 768px) {
  #blog.article .blogShare ul li:nth-of-type(n + 2) {
    width: 44px;
    margin-left: 0;
  }
  #blog.article .blogShare ul li:nth-of-type(n + 2):nth-of-type(3) {
    margin-left: 20px;
  }
}
#blog.article .blogShare ul li:nth-of-type(n + 2) img {
  width: 100%;
}
#blog.article h3 {
  margin-top: 56px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
}
#blog.article h3::after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #397ed4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#blog.article .newsList {
  text-align: center;
  margin-top: 80px;
}
#blog.article .newsList a {
  color: #333;
  font-size: 1.6rem;
  text-decoration: underline;
  position: relative;
  padding-right: 15px;
}
#blog.article .newsList a::after {
  content: "";
  background-image: url(/univ/faculty/social_science/blog/assets/images/arrow.svg?2025);
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
#blog.article .newsList a:hover {
  text-decoration: none;
}
#blog .navLogo {
  display: none;
  width: 100%;
  height: 52px;
  place-content: center;
}
@media screen and (max-width: 768px) {
  #blog .navLogo {
    display: grid;
    border-bottom: 1px solid #dfdfdf;
  }
}
#blog .navLogo > a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#blog .navLogo > a img {
  width: 108px;
}
#blog .hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  #blog .hamburger {
    position: fixed;
    top: 17px;
    right: 20px;
    width: 24px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    z-index: 99999;
  }
  #blog .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #397ed4;
    border-radius: 4px;
    transition: all 0.5s;
  }
  #blog .hamburger span:nth-of-type(1) {
    top: 0;
  }
  #blog .hamburger span:nth-of-type(2) {
    top: 7px;
  }
  #blog .hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  #blog .hamburger.active span {
    background-color: #397ed4;
  }
  #blog .hamburger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #blog .hamburger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-btn-bar02 0.8s forwards;
  }
  #blog .hamburger.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}
#blog .hamburgerTxt {
  display: none;
}
@media screen and (max-width: 768px) {
  #blog .hamburgerTxt {
    display: block;
    font-size: 0.6rem;
    color: #333;
    position: fixed;
    top: 36px;
    z-index: 99999;
    width: 40px;
    right: 10px;
    text-align: center;
  }
}
#blog a.blogHead:hover {
  text-decoration: underline;
}

figure {
  margin: 0 !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.modal img {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .modal img {
    width: 90%;
  }
}

.modal-trigger {
  cursor: pointer;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.mt0 {
  margin-top: 0 !important;
}

a:hover img.bnr {
  opacity: 0.8;
  transition: 0.5s;
}/*# sourceMappingURL=style.css.map */