@charset "UTF-8";

.gallery .gallery-icon img {
  border: none !important;
  padding: 2px;
  box-sizing: border-box;
}

/* 印刷時スタイル */
@import url("print.css") print;

/*
		_color.scss
		_config.scss
		_mediaqueries.scss
		_typography.scss
*/
/*
		_btn.scss
		_etc.scss
		_mq.scss
		_txt.scss
*/
/* .main {
  min-height: 500px;
} */
._col2 {
  display: flex;
  flex-wrap: wrap
}
@media screen and (max-width: 800px) {
  ._col2 {
    display: block
  }
}
@media screen and (min-width: 800px) {
  ._col2 ._col2-1 {
    width: 300px;
    margin-right: 30px
  }
  ._col2 ._col2-2 {
    width: calc(100% - 330px)
  }
}
@media screen and (max-width: 920px) {
  ._col2 ._col2-2 {
    width: 100%;
  }
}
html {
  font-size: 15px
}
@media screen and (max-width: 800px) {
  html {
    font-size: 12px
  }
}
body {
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
  line-height: 1.6;
  color: #3E3A39;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
@media screen and (max-width: 800px) {
  body {
    overflow-x: hidden
  }
}
time {
  color: #898989;
  font-size: 14px
}
address {
  font-style: normal
}
img {
  vertical-align: bottom;

  /* chrome画像ぼやけ対応 */
  image-rendering: -webkit-optimize-contrast;
}
*, *:before, *:after {
  box-sizing: border-box;
}
::selection, ::-moz-selection {
  color: #3E3A39;
  background: #e1e1e1;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, l, ul, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
li {
  list-style: none
}
a img {
  border: none
}
img {
  max-width: 100%;
  height: auto
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit
}
input[type=text] {
  -webkit-appearance: none
}
input[type=submit] {
  -webkit-appearance: none
}
input[type=textarea] {
  -webkit-appearance: none;
}
/*
		_base.scss
		_reset.scss
*/
#gakubu-gakka .hero, #daigakuin .hero {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 920px) {
  #gakubu-gakka .hero, #daigakuin .hero {
    margin-top: 123px;
  }
}
@media screen and (max-width: 920px) {
  #gakubu-gakka .hero, #daigakuin .hero {
    margin-top: 70px;
  }
}
@media screen and (min-width: 920px) and (max-height: 720px) {
  #gakubu-gakka .hero, #daigakuin .hero {
    margin-top: 112px;
  }
}
/* body:not(#top):not(#gakubu-gakka):not(#daigakuin) .main { */
body:not(#top):not(#gakubu-gakka._index):not(#daigakuin._index) .main {
  margin-top: 150px;
}
/* body:not(#top):not(#gakubu-gakka):not(#daigakuin) .breadcrumbs { */
body:not(#top):not(#gakubu-gakka._index):not(#daigakuin._index) .breadcrumbs {
  margin-top: 150px;
}
/* body#gakubu-gakka:not(._index) .main,
body#daigakuin:not(.dai-index-body) .main {
  margin-top: 150px;
}
body#gakubu-gakka:not(._index) .breadcrumbs,
body#daigakuin:not(.dai-index-body) .breadcrumbs {
  margin-top: 150px;
} */
@media screen and (max-width: 920px) {
  /* body:not(#top):not(#gakubu-gakka):not(#daigakuin) .main { */
  body:not(#top):not(#gakubu-gakka._index):not(#daigakuin._index) .main {
    /* margin-top: 120px; */
    margin-top: 85px;
  }
  /* body:not(#top):not(#gakubu-gakka):not(#daigakuin) .breadcrumbs { */
  body:not(#top):not(#gakubu-gakka._index):not(#daigakuin._index) .breadcrumbs {
    margin-top: 10px;
  }
  /* body#gakubu-gakka:not(._index) .main, body#daigakuin:not(.dai-index-body) .main {
    margin-top: 0px;
  } */
}
.header {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0
}
@media screen and (min-width: 920px) {
  .header {
    z-index: 55;
    width: 100%
  }
}
@media screen and (max-width:920px) {
  .header {
    width: 100%;
    height: 70px;
    z-index: 20;
    box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1)
  }
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  padding-right: 0
}
@media screen and (min-width: 920px) {
  .header-inner {
    padding-left: 30px;
  }
}
@media screen and (max-width:920px) {
  .header-inner {
    padding-left: 0;
    padding-right: 0
  }
  .header-submenu-accessnav {
    display: none;
  }
}
@media screen and (min-width:920px) {
  .header-inner {
    width: 100%;
    height: 83.675px;
    z-index: 2;
    position: relative;
    max-width: inherit;
  }
}
@media screen and (min-width: 800px) {
  .header-inner {
    height: 83.675px;
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 920px) {
  .header-inner {
    padding: 0px
  }
}
.header-logo {
  height: auto;
  margin-top: 20px
}
@media screen and (max-width:920px) {
  .header-logo {
    margin-top: 0;
    width: 16.5%;
    height: 70px;
    display: block;
    background-color: #1F2C5C
  }
  .header-logo a {
    display: block;
    width: 100%;
    height: 70px;
    background-image: url("../img/common/header_logo_sp.svg");
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center
  }
  .header-logo._eng a {
    background-image: url("../img/common/header_logo_eng_sp.svg");
  }
  .header-logo img {
    display: none
  }
}
@media screen and (min-width: 920px) and (max-height: 720px) {
  .header-logo {
    /* margin-top: 13px; */
  }
}
@media screen and (max-width:920px) {
  .header-bnr {
    display: none
  }
}
.header-bnr img {
  width: 230px;
}
@media screen and (min-width: 920px) and (max-height: 720px) {
  .header-bnr img {
    width: 200px;
  }
}
.header .header-submenu {
  /* margin-left: auto; */
  margin-top: 47px;
  margin-right: 20px
}

/* @media screen and (max-width: 1200px) { */
  @media screen and (max-width: 1300px) {
    .header .header-submenu {
      margin-top: 31px;
    }
    .header .header-submenu._eng {
      margin-top: 47px;
    }
  }

.header .header-submenu a {
  color: #3E3A39;
}
.header .header-submenu a:hover {
  color: #0a4288;
  text-decoration: none;
}
@media screen and (max-width:920px) {
  .header .header-submenu {
    display: none
  }
}
@media screen and (min-width: 920px) and (max-height: 720px) {
  .header .header-submenu {
    /* margin-top: 40px; */
  }
}
.header .submenu-list {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap
}
@media screen and (max-width:800px) {
  .header .submenu-list {
    display: block
  }
}
@media screen and (min-width:800px) {
  .header .submenu-list {
    margin-left: auto
  }
  /* 在学生の方へと教職員の方へは分ける */
  .header .submenu-list > li {
    /* margin-left: 25px; */
    margin-left: 20px;
    /* padding-right: 18px; */
    position: relative
  }
  
  /* 鍵アイコンは出さない
  .header .submenu-list ._zaigaku:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("../img/common/icon_kagi.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 0
  } */
  .header .submenu-list a {
    font-size: 13px;
    display: block;
    background-image: url("../img/common/icon_arr01.svg");
    background-repeat: no-repeat;
    background-size: 12px 5px;
    background-position: left 0 top 8px;
    /* padding-left: 25px */
    padding-left: 20px;
  }
}
/* @media screen and (max-width:1200px) { */
  @media screen and (max-width:1300px) {
    .header .submenu-list {
    display: block;
    margin-top: -30px
  }
  .header .submenu-list ._zaigaku {
    margin-left: 0;
    margin-top: 5px
  }
  .header .submenu-list ._zaigaku:after {
    right: 10px
  }
  .header .submenu-list._eng {
    margin-top: 0px;
  }
}
.header-spnav {
  width: 67%;
  height:70px;
}
@media screen and (min-width:920px) {
  .header-spnav {
    display: none
  }
}
.spnav-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}
.spnav-item {
  width: 25%;
  text-align: center;
  border-right: 1px solid #cccccc
}
.spnav-item a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block
}
.spnav-item a img {
  height: 50px;
  width: auto
}
._manavi {
  /* background: #00A0CA; */
}
.gnav {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  /* background-color: rgba(230, 230, 230, 0.8); */
  background-color: rgba(240, 240, 240, 0.8);
  margin-bottom: 30px
}
.gnav a:hover,
.footer a:hover {
  text-decoration: none;
}


@media screen and (min-width:800px) {
  .gnav {
    position: relative;
    z-index: 6
  }
}
@media screen and (min-width:920px) {
  .gnav {
    position: fixed;
    position: -webkit-fixed;
    top: 83px;
    /* top: 84px; */
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 920px) and (max-height: 720px) {
  .gnav {
    /* top: 73px; */
  }
}
.gnav-list {
  /* max-width: 1100px; */
  max-width: 1220px;
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  align-items: center;
}
@media screen and (max-width:800px) {
  .gnav-list {
    width: inherit;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .gnav-list {
    display: block;
  }
}
@media screen and (min-width: 920px) {
  /* .gnav-list {
    
      &:after{
        width: 100%;
        height: 99%;
        content:"";
        display: block;
        left: 0;
        top: 0;
        background-color: #fff;
        position: absolute;
        z-index: 55;
      }
   
  } */
}
@media screen and (min-width: 800px) {
  .gnav-list {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1130px) {
  .gnav-list {
    justify-content: space-between;
  }
}
/* .gnav-item.is-mover > a {
  &:after{
    bottom:-16px;
    opacity:1;
    visibility:visible;
  }
 
} */
@media screen and (min-width: 800px) {
  .gnav-item.is-mover > a {
    color: #fff;
    background-color: rgba(31, 44, 92, 0.9);
  }
  .gnav-item.is-mover > a.icon_search {
    background-color: transparent
  }
}
@media screen and (min-width:920px) {
  .gnav-item._nyushi a:hover,
  .gnav-item._eng a:hover {
    background-color: rgba(31, 44, 92, 0.9);
    color: #fff
  }
}
.gnav-item:nth-child(1) {
  flex-grow: 3;
}
.gnav-item:nth-child(2) {
  flex-grow: 5;
}
.gnav-item:nth-child(3) {
  flex-grow: 3;
}
.gnav-item:nth-child(4) {
  flex-grow: 4;
}
.gnav-item:nth-child(5) {
  flex-grow: 3;
}
.gnav-item:nth-child(6) {
  flex-grow: 3;
}
.gnav-item:nth-child(7) {
  flex-grow: 2;
}
.gnav-item > a {
  outline: none !important;
  line-height: 1;
  color: #3E3A39;
  /*
  @media screen and (max-width:1110px){
    font-size:16px;
    //padding:20px 10px;
    padding-left: 0;
    padding-right: 0;
  }
  */
}
.gnav-item._mega a:hover {
  /* color: #fff; */
  text-decoration: none;
}
@media screen and (min-width:920px) {
  .gnav-item > a {
    position: relative;
    z-index: 60;
    text-align: center;
    /*
      &:after{
        background-image:url( $img_path + 'common/gnav_fix_arr.svg');
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position:center top;
        content:"";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 50%;
        bottom: -13px;
        transform: translateX(-50%);
        visibility: hidden;
        //opacity: 0;
        //transition: all .3s ease;

        @include mq('mobile') {
          display: none;
        }
      }
    */
  }
  .gnav-item > a.icon_search:after {
    display: none !important
  }
}
@media screen and (min-width:800px) {
  .gnav-item > a {
    font-size: 15px;
    /* padding-top: 17px; */
    /* padding-bottom: 17px; */
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 13px;
    padding-right: 13px;
    display: block;
  }
  .gnav-item > a.icon_search {
    /* padding-bottom: 12px */
    padding-top: 13px;
    padding-bottom: 0;
  }
}
.gnav-item._search img {
  width: 20px;
  height: 20px;
  margin-top: -3px;
}
@media screen and (min-width:920px) {
  .gnav-sublist {
    display: none
  }
}
@media screen and (max-width:920px) {
  .gnav-sublist {
    padding: 20px
  }
  .gnav-sublist li._general {
    margin-bottom: 10px
  }
  .gnav-sublist li._student {
    margin-bottom: 10px
  }
  .gnav-sublist li._staff {
    margin-bottom: 10px
  }
  .gnav-sublist li._bnr {
    margin-top: 10px;
  }
  .gnav-sublist 
  .g-child .g-child-content {
    padding: 20px
  }
  .gnav {
    display: none;
    position: fixed;
    left: 0;
    top: 0px;
    padding-top: 70px;
    width: 100%;
    background-color: #ffffff
  }
  .gnav .icon_search {
    display: none
  }
  .gnav-list {
    display: block;
    padding-left: 0;
    padding-right: 0
  }
  .gnav-item {
    position: relative;
    border-bottom: 1px solid #E5E5E5
  }
  .gnav-item > a {
    display: block;
    padding: 25px 20px;
    font-size: 18px;
    background-color: #1F2C5C;
    color: #fff
  }
  .gnav-item > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 24px;
    height: 25px;
    background-color: #fff;
    z-index: 0
  }
  .gnav-item > a:hover {
    color: #fff
  }
  .gnav-item:after, .gnav-item:before {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 34px;
    width: 13px;
    height: 1px;
    background-color: #1F2C5C;
    z-index: 5
  }
  .gnav-item:after {
    width: 13px;
    right: 25px;
    transform: rotate(90deg);
    transition-duration: 0.2s
  }
  .gnav-item.is-active:after {
    opacity: 0;
    transform: rotate(0deg)
  }
  .gnav-item._nyushi:after, .gnav-item._nyushi:before,
  .gnav-item._eng:after, .gnav-item._eng:before {
    display: none
  }
  .gnav-item._nyushi a:after,
  .gnav-item._eng a:after {
    display: none
  }
  .gnav-item.searchbar .icon_search, .gnav-item.searchbar:after, .gnav-item.searchbar:before {
    display: none
  }
}
body.is-open {
  overflow-y: hidden
}
body.is-open .gnav {
  display: block;
  height: 100%;
  z-index: 10;
  overflow-y: scroll
}
.small_logo {
  display: none;
  opacity: 0
}
@media screen and (min-width:920px) {
  ._fixed .g-child {
    bottom: inherit;
    top: 50px;
    margin-left: 0
  }
  ._fixed .g-child-content:after {
    background-image: url("../img/common/gnav_fix_arr.svg");
    top: -6px;
    bottom: inherit
  }
  ._fixed .is-mover .g-child {
    top: 57px
  }
}

@media screen and (min-width:920px) and (max-height:720px) {
  .g-child {
    line-height:1.4;
  }
}
@media screen and (min-width:920px) {
  .gnav._fixed {
    position: fixed;
    right: 30px;
    top: 0;
    width: 100%;
    z-index: 6;
    height: 60px;
    margin-bottom: 0;
    /*
    .small_logo{
      display: block;
      opacity: 1;

      a{
        padding: 15px 0 14px;

        img{
          width: 28px;
          height: 30px;
        }

      }
    }
    */
  }
  .gnav._fixed .gnav-item.is-mover a:after {
    visibility: visible;
    opacity: 1;
    bottom: -18px
  }
  .gnav._fixed .gnav-item > a {
    font-size: 15px
  }
  .gnav._fixed .gnav-item > a:after {
    display: block;
    visibility: hidden
  }
}
.is-mover .g-child {
  visibility: visible;
  opacity: 1
}
@media screen and (min-width:920px) {
  .g-child-mago {
    /* padding-bottom: 10px */
    padding-bottom: 15px
  }
}
.g-child-head {
  color: #fff;
  /* font-size: 12px; */
  /* font-size: 13px; */
  font-size: 14px;
  display: block
}
@media screen and (min-width:920px) {
  .g-child-head {
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
    margin-bottom: 3px;
    cursor: default
  }
}
.g-child-head .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-child-head .flex-container .left-content {
  text-align: left;
}
.g-child-head .flex-container .right-content {
  text-align: right;
}
.g-child-head .flex-container ._past a {
  color: #fff;
  font-size: 0.8em;
}
.g-child-head .flex-container ._past._pcnon {
  display: none;
}
@media screen and (max-width: 920px) {
  .g-child-head .flex-container ._past._pcnon {
    display: block;
  }
  .g-child-head .flex-container ._past._spnon {
    display: none;
  }
}
.g-child-content {
  display: flex;
  flex-wrap: wrap;
  /* max-width: 1100px; */
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  /* margin-left: auto; */
  /* margin-right: auto; */
  margin-left: 0;
  margin-right: 0;
  position: relative
}
@media screen and (max-width:800px) {
  .g-child-content {
    display: block
  }
}
@media screen and (max-width:800px) {
  .g-child-content {
    width: inherit;
    padding-left: 0;
    padding-right: 0
  }
}
@media screen and (min-width:920px) {
  .g-child-content {
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
    /* padding-left: 50px; */
    /* padding-right: 50px */
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 920px) and (max-height: 720px) {
  .g-child-content {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.g-child-content i.close {
  display: none
}
@media screen and (min-width:920px) {
  .g-child-content i.close {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 39px;
    width: 25px;
    height: 25px;
    background-color: #1F2C5C;
    cursor: pointer;
    background-image: url("../img/common/icon_close.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 0 0
  }
}
@media screen and (min-width:920px) {
  .g-child {
    background-color: rgba(31, 44, 92, 0.9);
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 50;
    visibility: hidden;
    top:39px;
  }
}
.g-child-ttl {
  font-size: 22px;
  color: #fff;
  width: 160px;
  margin-right: 50px;
  margin-left: 40px;
  margin-top: -7px;
  font-weight: normal
}
.g-child-list {
  /* width: 30% */
  width: 31%;
}
/*
@media screen and (min-width:920px) {
  .g-child-list:last-child {
    margin-left: 30px
  }
}
*/
.g-child-list > li {
  position: relative
}
.g-child-list > li._parent {
  position: relative
}
@media screen and (max-width:920px) {
  .g-child-list > li > a,
  .g-child-head {
    font-weight: bold;
  }
  .g-child-list > li._parent:after, .g-child-list > li._parent:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 21px;
    width: 13px;
    height: 1px;
    background-color: #1F2C5C;
    z-index: 5
  }
  .g-child-list > li._parent:after {
    width: 13px;
    right: 10px;
    transform: rotate(90deg)
  }
  .g-child-list > li._parent.is-active:after {
    opacity: 0;
    transform: rotate(0deg)
  }
}
.g-child-list > li > a {
  display: block;
  padding: 0;
  color: #fff;
  /* font-weight: bold; */
  /* font-size: 13px; */
  font-size: 14px;
  border-bottom: 1px solid #fff
}
.g-child-list ol li a {
  display: block;
  position: relative
}
@media screen and (min-width:920px) {
  .g-child-list ol li a {
    color: #fff;
    /* padding: 1px 0; */
    padding: 2px 0;
    /* padding-left: 14px; */
    /* font-size: 12px; */
    font-size: 13px;
    /* letter-spacing: -0.02em; */
    /* letter-spacing: -0.01em; */
    margin-left: 10px
  }
  /*
  .g-child-list ol li a:before {
    position: absolute;
    top: 0.7em;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg)
  }
  */
}
.g-child-list ol li a:hover {
  opacity: 0.8
}
@media screen and (min-width: 920px) and (max-height: 720px) {
  .g-child-list ol li a {
    /* font-size: 12px; */
    font-size: 12.5px;
    /* padding: 0; */
    padding: 1px 0;
    white-space: nowrap;
  }
}
@media screen and (min-width:920px) {
  .g-child ._pochi {
    margin-bottom: 10px;
    border: 0;
    position: relative;
    padding-left: 20px
  }
  .g-child ._pochi:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    left: 0;
    top: 4px;
    position: absolute;
    background-color: #fff
  }
  .g-child ._pochi:after {
    position: absolute;
    top: 8px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #1F2C5C;
    border-right: 1px solid #1F2C5C;
    transform: rotate(45deg)
  }
}
.g-child ._pochi > a {
  border-bottom: 0
}
.g-child ._pochi:hover {
  opacity: 0.8
}
@media screen and (min-width: 920px) and (max-height: 720px) {
  .g-child ._pochi {
    margin-bottom: 8px;
  }
}
@media screen and (min-width:920px) {
  /* .g-child ._gaiyou {
    margin-bottom: 15px
  } */
}
@media screen and (max-width:920px) {
  .gnav-item.is-mover .g-child {
    display: block
  }
}
@media screen and (max-width:920px) {
  .g-child {
    display: none;
    background-color: rgba(229, 229, 229, 0.45)
  }
  .g-child-ttl {
    display: none
  }
  .g-child-head {
    color: #1F2C5C;
    font-size: 14px;
    padding: 10px 15px
  }
  .g-child-list {
    width: 100%
  }
  .g-child-list:last-child {
    padding-top: 0
  }
  .g-child-list li {
    border-bottom: 1px solid #b6afd7
  }
  .g-child-list li > a {
    color: #1F2C5C;
    font-size: 14px;
    padding: 10px 15px
  }
  .g-child-list ._first-child {
    border-top: 1px solid #b6afd7
  }
  .g-child-mago {
    margin-bottom: 0;
    /* padding-bottom: 10px; */
    padding-bottom: 15px;
    display: none
  }
  .g-child-mago li {
    border-bottom: 0;
    margin-left: 14px;
    border-top: 1px dotted #b6afd7
  }
  .g-child-mago li a {
    color: #1F2C5C;
    font-size: 12px;
    /* padding-left: 0 */
    padding-left: 12px;
  }
  .g-child-block {
    padding: 20px
  }
  .g-child-block ol {
    width: 100%;
    border-top: 1px solid #cccccc
  }
  .g-child-block ol > li {
    margin-bottom: 0px
  }
  .g-child-block ol > li:last-child a {
    border-bottom: 0
  }
  .g-child-block ol > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #cccccc
  }
  .g-child-block ol > li > a:hover {
    color: inherit;
    text-decoration: underline
  }
  .g-child-block._blc01 {
    width: 100%
  }
}

@media screen and (min-width: 920px) and (max-height: 720px) {
  .g-child-head {
    /* padding-bottom: 1px; */
    /* margin-bottom: 1px; */
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .g-child-mago {
    /* padding-bottom: 10px; */
    padding-bottom: 12px;
  }
}
.searchbar .g-child {
  background: transparent
}
.searchbar .g-child-block {
  padding: 0px;
  /* width: 100% */
  width: 45%;
  margin-left: auto;
}
.searchbar {
  height:39px;
}
.icon_search {
  padding: 20px 20px 18px;
  display: block;
  cursor: pointer
}
.icon_search img {
  display: inline-block;
  /* width: 25px; */
  /* height: 23px; */
  width: 20px;
  height: 18px;
  margin-top: -3px
}
.icon_search img:last-child {
  display: none
}
.search-container .text._search {
  border: 0;
  width: calc(100% - 150px);
  /* font-size: 18px; */
  /* padding: 20px 20px */
  font-size: 16px;
  padding: 10px 10px
}
@media screen and (min-width:920px) {
  .search-container {
    margin-right: -45px;
  }
  .search-container .text._search {
    /* padding: 21px 20px 24px; */
    padding: 5px 10px;
    vertical-align: top;
    /* height: 67px; */
    height: 45px;
    border: 1px solid #1F2C5C;
  }
}
.search-container .btn._search {
  /* width: 150px; */
  width: 80px;
  /* padding: 20px 30px; */
  padding: 5px 10px;
  border: 0;
  /* font-size: 18px; */
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  background-color: #151d3d
}
@media screen and (min-width:920px) {
  .search-container .btn._search {
    /* height: 67px; */
    height: 45px;
    vertical-align: top
  }
}
.search-container .btn._search:hover {
  background-color: #1F2C5C
}

.external-link-menu:after {
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
  padding-left: 10px;
  color: #ffffff;
  display:inline-block;
  font-size: 90%;
}
@media screen and (max-width:920px) {
  .external-link-menu:after {
    color: #1f2c5c;
  }
}
.spnav-item._spsearch ._spsearch-active {
  display: none
}
.spnav-item._spsearch.is-active ._spsearch-active {
  display: inline-block
}
.spnav-item._spsearch.is-active ._spsearch-stay {
  display: none
}
.header-spnav {
  background-color: #fff
}
.header-spnav .search-container {
  background: #1F2C5C;
  border-top: 1px solid #cccccc;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: top 0.2s ease;
  z-index: -1
}
.header-spnav .search-container .text._search {
  width: 75%;
  font-size: 1rem;
  border-bottom: 1px solid #cccccc
}
.header-spnav .search-container .btn._search {
  width: 25%;
  font-size: 1rem;
  padding: 19px 20px 18px
}
.header-spnav .search-container.is-active {
  top: 70px
}
.burger {
  position: fixed;
  right: 0;
  top: 0;
  width: 16.5%;
  background-color: #ffffff;
  display: block;
  height: 70px;
  z-index: 20;
  background-image: url("../img/common/header_nav05_sp.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center bottom 15px
}
.burger._eng {
  background-image: url("../img/common/header_nav_eng05_sp.svg");
}
@media screen and (min-width: 920px) {
  .burger {
    display: none
  }
}
.burger span {
  position: absolute;
  left: 34%;
  width: 30%;
  height: 2px;
  background-color: #3E3A39;
  border-radius: 0px;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1)
}
.burger span:nth-of-type(1) {
  top: 22px
}
.burger span:nth-of-type(2) {
  top: 29px
}
.burger span:nth-of-type(3) {
  top: 36px
}
body.is-open .burger span:nth-of-type(1) {
  top: 29px;
  transform: translateY(0px) rotate(-45deg)
}
body.is-open .burger span:nth-of-type(2) {
  top: 29px;
  opacity: 0
}
body.is-open .burger span:nth-of-type(3) {
  top: 29px;
  transform: translateY(0px) rotate(45deg)
}
.side a {
  font-size: 14px;
  color: #3E3A39;
}
.side a:hover {
  background-color: rgba(31, 44, 92, 0.025);
  text-decoration: none;
}
.side a._current {
  background-color: #1F2C5C;
  color: #fff;
  cursor: default
}
.side a._current:hover {
  background-color: #1F2C5C
}
.side-ttl {
  border-left: 5px solid #1F2C5C;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.1;
  padding-left: 20px;
  margin-bottom: 20px
}
.side-ttl ._en {
  font-family: "Oswald", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif
}
.side-section {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.7;
  color: #3E3A39
}
.side-item {
  border-top: 1px solid #d8d8d8;
  position: relative
}
.side-item > a {
  display: block;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 30px
}
.side-item > a._current:hover {
  color: #fff;
}
.side-item:last-child {
  border-bottom: 1px solid #d8d8d8
}
.side-item._parent:after, .side-item._parent:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 28px;
  width: 10px;
  height: 1px;
  background-color: #1F2C5C
}
.side-item._parent:after {
  width: 11px;
  right: 14px;
  transform: rotate(90deg);
  transition-duration: 0.2s
}
.side-item._parent.is-active:after {
  opacity: 0;
  transform: rotate(0deg)
}
.side-child {
  display: none
}
.side-child .schild-item,
.side-open-child .schild-item,
.schild-item .side-gchild  {
  border-top: 1px solid #d8d8d8
}
.side-child .schild-item a,
.side-open-child .schild-item a {
  display: block;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 28px;
  padding-bottom: 15px;
  font-size: 13px
}
.schild-item .side-gchild a {
  padding-left: 45px;
}
.schild-item > a._current:hover {
  color: #fff;
}
.side-bnr-list {
  margin-top: 30px
}
.footer {
  background-color: #1F2C5C;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-top: 50px;
  position: relative;
  z-index: 5;
  display: block
}
.footer.eng {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .footer {
    color: #3E3A39;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px
  }
}
.footer:before {
  content: "";
  display: block;
  position: absolute;
  right: -64px;
  top: 0;
  width: 70px;
  height: 100%;
  background-color: #1F2C5C
}
@media screen and (max-width: 920px) {
  .footer:before {
    display: none;
    right: 0
  }
}
@media screen and (max-width: 800px) {
  .footer {
    /* color: #3E3A39; */
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    /* margin-top: 10px */
    /* min-width: inherit; */
    /* background-color: #fff; */
    text-align: center;
    color: #fff;
    background-color: #1F2C5C;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer a {
    /* color: #3E3A39 */
    color: #fff;
  }
}
.footer-inner {
  /* max-width: 1100px; */
  max-width: 1260px;
  padding-left: 20px;
  /* padding-right: 20px; */
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width: 800px) {
  .footer-inner {
    width: inherit;
    padding-left: 0;
    padding-right: 0
  }
}
@media screen and (min-width: 800px) {
  .footer-inner {
    position: relative
  }
  .footer .footer-inner a {
    color: #fff;
    position: relative;
  }
  .footer .footer-inner a:hover {
    /* color: #ddd */
  }
}
.footer-bland {
  display: flex;
  flex-wrap: wrap
}
.footer-bland._eng {
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .footer-bland {
    display: block
  }
}
@media screen and (max-width: 800px) {
  .footer-bland {
    text-align: center
  }
}
.footer-bland address {
  display: block
}
.footer-bland .footer-info {
  margin-top: 10px
}
.footer-bland .footer-info._eng {
  margin-top: 0px
}
/* @media screen and (max-width: 1110px) { */
  @media screen and (max-width: 1200px) {
    .footer-bland .footer-info {
    display: none
  }
}
@media screen and (max-width: 800px) {
  .footer-bland .footer-info {
    display: block
  }
}
.footer-logo {
  display: block;
  margin-bottom: 20px
}
@media screen and (min-width: 800px) {
  .footer-logo {
    margin-bottom: 0;
    margin-right: 30px
  }
  .footer-logo._eng {
    margin-right: 0px;
  }
}
.footer-logo img {
  width: 80%
}
@media screen and (min-width: 800px) {
  .footer-logo img {
    width: 340px
  }
}
@media screen and (max-width: 800px) {
  .footer-logo img._pcnon {
    display: inline-block
  }
}
.footer-nav {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-top: 30px
}
@media screen and (min-width: 800px) {
  .footer-nav {
    /* width: calc(100% - 130px) */
  }
}
@media screen and (max-width: 800px) {
  .footer-nav {
    border-color: #d8d8d8;
    margin-top: 10px
  }
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* padding: 10px 15px; */
  padding-top: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-list a {
  font-size: 12px;
  line-height: 1;
  display: block
}
@media screen and (max-width: 800px) {
  .footer-list {
    justify-content: flex-start;
  }
}
.footer-item {
  /* margin-left: 80px */
  /* margin-left: 50px; */
  margin-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer-item._eng {
  padding-top: 0px;
  line-height: 2.2;
}
@media screen and (max-width: 1130px) {
  .footer-item {
    margin-left: 10px
  }
}
.footer-item:first-child {
  margin-left: 0
}
@media screen and (max-width: 800px) {
  .footer-item {
    margin-left: 0;
    text-align: center;
    width: 50%
  }
  .footer-item a {
    padding: 10px
  }
  .footer-item._eng {
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .footer-submenu {
    /* position: absolute; */
    /* right: 30px; */
    /* top: 0 */
    margin-left: 15px;
  }
  .footer-item a {
    padding-bottom: 8px;
  }
  .footer-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background:#fff;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
  }
  /* .footer-item a:hover {
    color: #fff;
  } */
  .footer-item a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
  }
}
.footer-submenu .submenu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}
@media screen and (max-width: 800px) {
  .footer-submenu .submenu-list {
    margin-top: 20px;
    margin-bottom: 20px;
    /* justify-content: space-between; */
    justify-content: center;
  }
}
.footer-submenu .submenu-item {
  width: 50px;
  /* margin-left: 6px */
  margin-left: 12px;
}
@media screen and (min-width: 920px) and (min-height: 720px) {
  .snsbutton {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .footer-submenu .submenu-item._juaa {
    /* width: 100px */
    width: 40px;
    background-color: #fff;
    padding: 3px 0;
    margin-right: 7px;
  }
  .footer-submenu .submenu-item._johokoukai {
    position: absolute;
    /* top: 94px; */
    right: 0;
    width: 100px;
    display:block;
    border: 2px solid #fff;
    text-align: center;
    height: 43px;
  }
  /* .footer-submenu .submenu-item.submenu-item._johokoukai::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(-45deg, #333, #333 2px, #fff 2px, #fff 4px);
  } */
  .footer-submenu .submenu-item._johokoukai > a {
    line-height: 39px;
    display: block;
  }
  .footer-submenu .submenu-item._johokoukai > a:hover {
    background-color: #fff;
    color: #1f2C5C;
  }
}
@media screen and (max-width: 800px) {
  .footer-submenu .submenu-item {
    width: 12%;
    margin-left: 0%
  }
  .footer-submenu .submenu-item._jasrac, .footer-submenu .submenu-item._juaa {
    width: 12%
  }
  .footer-submenu .submenu-item._johokoukai {
    width: 23%;
    position: relative;
    /* top: 94px; */
    right: 0;
    width: 100px;
    display:block;
    border: 2px solid #fff;
    text-align: center;
    height: 43px;
    margin-left: 10px;
  }
  /* .footer-submenu .submenu-item.submenu-item._johokoukai::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(-45deg, #333, #333 2px, #fff 2px, #fff 4px);
  } */
  .footer-submenu .submenu-item._johokoukai > a {
    line-height: 39px;
    display: block;
  }
  .footer-submenu .submenu-item._johokoukai > a:hover {
    background-color: #fff;
    color: #1f2C5C;
  }
}
.footer .copyright {
  font-size: 10px;
  padding-top: 40px;
  text-align: center
}
@media screen and (max-width: 800px) {
  .footer .copyright {
    padding-top: 20px
  }
}
.tag {
  display: inline-block;
  color: #ffffff;
  font-size: 11.5px;
  padding: 2px 5px;
  width: 90px;
  text-align: center;
  background-color: #727171
}
.tag._topics {
  background-color: #47B1E6
}
.tag._other {
  background-color: #727171
}
.tag._event {
  background-color: #EE7960
}
.tag._important {
  background-color: #a90000;
}
.tag._nyushi {
  background-color: #1F2C5C
}
.tag._rinsyosinri {
  background-color: #11997C
}
.tag._kyouiku {
  background-color: #51318F
}
.tag._gakusei {
  background-color: #4C9352
}
.tag._syokuin {
  background-color: #C42339
}
.tag._pharm {
  background-color: #539426
}
.tag._dent {
  background-color: #7D70A2
}
.tag._nss {
  background-color: #C96190
}
.tag._fukushi {
  background-color: #CE7B00
}
.tag._shinri {
  background-color: #11997C
}
.tag._rigaku {
  background-color: #CA685A
}
.tag._sagyo {
  background-color: #A88E00
}
.tag._gen {
  background-color: #008BA9;
  letter-spacing: -0.05em;
  font-size: 11px;
  padding-right: 2px;
  padding-left: 2px
}
.tag._medtech {
  background-color: #006292
}
.tag._information {
  background-color: #47B1E6
}
.tag._education_research {
  background-color: #51318F
}
.tag._faculty {
  background-color: #C42339
}
.tag._student_life {
  background-color: #4C9352
}
.tag._oc {
  background-color: #EE7960
}

.tag._candidate {
  position: relative;
  /* border: 1px solid #6a6c72; */
  color: #6a6c72;
  background-color: #fff;
  padding-left: 1.3rem !important;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.1rem;
  text-align: center;
  width: 90px;
  box-shadow: 2px 2px 0px 0px #e5e5e5;
}
.tag._candidate::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  /* border-right: 1px solid #6a6c72; */
  width: 10px;
  height: 100%;
  background-color: #f9c859;
}
.tag._candidate._event::after {
  background-color: #f9c859;
}
.tag._candidate._nyushi::after {
  background-color: #e96ea3;
}
.tag._candidate._news::after {
  background-color: #0097d7;
}


@media screen and (min-width: 920px) {
  body {
    /* padding-right: 60px */
    padding-right: 64px
  }
}
.fixnav {
  /* background-color: #ffffff; */
  /* background-color: rgba(255,255,255,0.5); */
  width: 70px;
  height: 100vh;
  position: fixed;
  right: 0;
  /* top: 112px; */
  top: 120px;
  z-index: 4;
  text-align: center;
  display: table
}
.fixnav._eng {
  top: 200px;
}
@media screen and (max-width: 920px) {
  .fixnav {
    display: none
  }
}
.fixnav-btns {
  display: table-cell;
  vertical-align: middle;
  padding-left: 18px
}
.fixnav-contact {
  display: block;
  width: 25px;
  margin-bottom: 20px
}
.fixnav-access {
  display: block;
  width: 25px;
  margin-top: 20px;
  margin-bottom: 100px
}
._scrolled .fixnav-txt {
  opacity: 0
}
.fixnav-txt {
  width: 6px;
  position: absolute;
  bottom: 0px;
  height: 100px;
  left: 25px;
  transition-property: opacity;
  transition-duration: 0.5s
}
.fixnav-txt span {
  position: absolute;
  bottom: 0px;
  height: 50px;
  left: -4px;
  width: 100%;
  box-sizing: border-box
}
.fixnav-txt span:before {
  position: absolute;
  left: 50%;
  content: "";
  width: 1px;
  height: 100%;
  margin-left: 3px;
  background-color: #d8d8d8;
  animation: sdb10 2s infinite;
  box-sizing: border-box
}
@keyframes sdb10 {
  0% {
    top: 0;
    height: 0%
  }
  20% {
    top: 0;
    height: 100%
  }
  50% {
    top: 0;
    height: 100%
  }
  70% {
    top: 30px;
    height: 100%
  }
  90% {
    top: 60px;
    height: 0%
  }
  100% {
    top: 0;
    height: 0%
  }
}
.header-spnav .search-container form {
  display: flex;
}
.breadcrumbs {
  margin-bottom: 50px
}
.breadcrumbs-list {
  display: flex;
  font-size: 13px;
  flex-wrap: wrap; /* 複数行OKとする */
  align-items: center;
}
/* ホームはアイコン */
.breadcrumbs-list .home {
  font-family: 'Font Awesome 5 Free';
}
/* .breadcrumbs li {
  margin-right: 15px
} */
.breadcrumbs li a {
  display: block;
  position: relative;
  /* padding-right: 15px; */
  color:#1F2C5C;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}

.breadcrumbs li span[property="itemListElement"] {
  display: block;
  position: relative;
  /* padding-right: 15px; */
}

.breadcrumbs li:not(.current-item) span[property="itemListElement"] > a::after,
.breadcrumbs li:not(.current-item) span[property="itemListElement"] > span::after {
  position: relative;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding: 0 15px;
  content: "\f105";
  vertical-align: middle;
}

/* 同一スタイルが複数定義されているため共通化
.breadcrumbs li a:after {
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3E3A39;
  border-right: 1px solid #3E3A39;
  transform: rotate(45deg)
} */

/* .breadcrumbs li span:not(.current-item).notlink {
  display: block;
  position: relative;
  padding-right: 15px
} */

/* .breadcrumbs li span:not(.current-item).notlink::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3E3A39;
  border-right: 1px solid #3E3A39;
  transform: rotate(45deg)
} */

@media screen and (max-width: 800px) {
  .breadcrumbs {
    display: block;
    margin-bottom:20px;
  }
  /* SP表示時パンくずの間隔が広すぎるので指定 */
  .breadcrumbs li:not(.current-item) span[property="itemListElement"] > a::after,
  .breadcrumbs li:not(.current-item) span[property="itemListElement"] > span::after {
    padding: 0 8px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .gnav-list::after {
    height: 59px;
  }
  /* IE11 */
  *::-ms-backdrop, .breadcrumbs-list {
    /* max-width: 1100px; */
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  *::-ms-backdrop, .main .content {
    /* max-width: 1100px; */
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  *::-ms-backdrop, .main .content-side {
    margin-right: 80px;
  }
  *::-ms-backdrop, .lnk._blank {
    background-size: 20px 13px !important;
  }
  *::-ms-backdrop, .lnk._pdf {
    background-size: 15px 15px !important;
  }
}
a {
 color: #3E3A39;
  /* color: #0a4288; */
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.2s
}
a:hover {
  /* color: #1F2C5C; */
  color: #0a4288;
  text-decoration: underline;
}

.btn._blue {
  display: block;
  padding: 15px;
  padding-left: 40px;
  font-size: 13px;
  position: relative;
  transition: all 0.2s ease;
  box-shadow: 3px 3px 0px 0px #e0e0e0;
  color: #ffffff;
  background-image: url("../img/common/icon_arr02.svg");
  background-repeat: no-repeat;
  background-size: 12px 5px;
  background-position: left 15px top 21px;
  background-color: #1F2C5C
}
.btn._blue:hover {
  box-shadow: none;
  transform: translate3d(3px, 3px, 0);
  background-position: left 20px top 21px
}

.btn._small2 {
  display: block;
  padding-left: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 25px;
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
  transition: all 0.2s ease;
  color: #ffffff;
  background-image: url("../img/common/icon_arr02.svg");
  background-repeat: no-repeat;
  background-size: 12px 5px;
  font-size: 12px;
  line-height: 1.6;
  box-shadow: none;
  background-position: 13px 13px;
  transform: translate3d(0, 0, 0)
}
.btn._small2:hover {
  box-shadow: none;
  transform: translate3d(3px, 3px, 0);
  background-position: left 20px top 13px;
  color: #fff;
}

.btn._frame {
  display: block;
  padding: 15px;
  padding-left: 40px;
  font-size: 13px;
  position: relative;
  transition: all 0.2s ease;
  box-shadow: 3px 3px 0px 0px #e0e0e0;
  color: #1F2C5C;
  background-image: url("../img/common/icon_arr01.svg");
  background-repeat: no-repeat;
  background-size: 12px 5px;
  background-position: left 15px top 21px;
  background-color: #fff;
  border: 2px solid #1F2C5C;
}
.btn._frame:hover {
  box-shadow: none;
  transform: translate3d(3px, 3px, 0);
  background-position: left 20px top 21px
}
.btn._frame._other {
  color: #6a6c72;
  /* background-image: none; */
  background-image: url("../img/common/icon_externallink.svg");
  background-size: 12px 12px;
  background-position: left 15px top 19px;
  border: 2px solid #888b93;
}

@media screen and (max-width: 800px) {
  .btn._blue {
    color: #ffffff;
    background-image: url("../img/common/icon_arr03.svg");
    background-repeat: no-repeat;
    background-size: 6px;
    padding-left: 20px;
    background-position: right 15px top 21px
  }
  .btn._blue:hover {
    background-position: right 15px top 21px
  }
  .btn._small2 {
    color: #ffffff;
    background-image: url("../img/common/icon_arr03.svg");
    background-repeat: no-repeat;
    background-size: 6px;
    padding-left: 20px;
    /* background-position: right 15px top 10px */
    background-position: right 15px top 12px
  }
  .btn._small2:hover {
    /* background-position: right 15px top 10px */
    background-position: right 15px top 12px
  }
  .btn._frame {
    color: #1F2C5C;
    background-image: url("../img/common/icon_arr01.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 20px;
    background-position: right 15px top 21px;
    font-weight: bold;
  }
  .btn._frame:hover {
    background-position: right 15px top 21px
  }
  .btn._frame._other {
    padding-left: 40px;
    margin-top: 10px;
    font-weight: normal;
  }
  .btn._frame._other:hover {
    background-position: left 15px top 19px;
  }
}
.btn._blue:hover {
  background-color: #25356f
}
.btn._pink {
  display: block;
  padding: 15px;
  padding-left: 40px;
  font-size: 13px;
  position: relative;
  transition: all 0.2s ease;
  box-shadow: 3px 3px 0px 0px #e0e0e0;
  color: #ffffff;
  background-image: url("../img/common/icon_arr02.svg");
  background-repeat: no-repeat;
  background-size: 12px 5px;
  background-position: left 15px top 21px;
  background-color: #EB6D8E;
  background-color: #eb6d8e
}
.btn._pink:hover {
  box-shadow: none;
  transform: translate3d(3px, 3px, 0);
  background-position: left 20px top 21px
}
@media screen and (max-width: 800px) {
  .btn._pink {
    color: #ffffff;
    background-image: url("../img/common/icon_arr03.svg");
    background-repeat: no-repeat;
    background-size: 6px;
    padding-left: 20px;
    background-position: right 15px top 21px
  }
  .btn._pink:hover {
    background-position: right 15px top 21px
  }
}
.btn._pink:hover {
  background-color: #ee839f
}
.btn._small {
  display: block;
  padding: 15px;
  padding-left: 40px;
  font-size: 13px;
  position: relative;
  transition: all 0.2s ease;
  box-shadow: 3px 3px 0px 0px #e0e0e0;
  color: #ffffff;
  background-image: url("../img/common/icon_arr02.svg");
  background-repeat: no-repeat;
  background-size: 12px 5px;
  background-position: left 15px top 21px;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 25px;
  line-height: 1.6;
  box-shadow: none;
  background-position: 13px 15px;
  transform: translate3d(0, 0, 0);
}
.btn._small:hover {
  box-shadow: none;
  transform: translate3d(3px, 3px, 0);
  background-position: left 20px top 21px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .btn._small {
    color: #ffffff;
    background-image: url("../img/common/icon_arr03.svg");
    background-repeat: no-repeat;
    background-size: 6px;
    padding-left: 20px;
    background-position: right 15px top 21px
  }
  .btn._small:hover {
    background-position: right 15px top 21px
  }
}
@media screen and (max-width: 800px) {
  .btn._small {
    background-size: 12px 5px;
    background-position: 13px 20px;
    padding-left: 35px;
    background-image: url("../img/common/icon_arr02.svg")
  }
}

@media screen and (min-width: 800px) {
  .btn._narrow {
    width: 300px;
  }
  .enquete-corporate .btn._narrow {
    width: 600px;
  }
  .enquete-graduate .btn._narrow {
    width: 500px;
  }
}


.btn._small:hover {
  transform: translate3d(0, 0, 0);
  background-position: left 15px top 15px
}
.bnr._green {
  background-color: #539426;
  color: #ffffff
}
.lede._primary {
  color: #1F2C5C;
  font-size: 27px;
  border-top: 1px solid #1F2C5C;
  border-bottom: 1px solid #1F2C5C;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center
}
.lnk._blank {
  background-image: url("../img/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0 5px;
  padding-left: 23px;
  display: inline-block
}
.lnk._blank:hover {
  text-decoration: underline
}
._pcnon {
  display: none
}
._spbr {
  display: none;
  width: 0;
  height: 0;
  line-height: 0;
  display: none
}
@media screen and (max-width: 800px) {
  ._pcnon {
    display: block
  }
  ._spnon {
    display: none
  }
  ._pcbr {
    width: 0;
    height: 0;
    line-height: 0;
    display: none
  }
}
@media screen and (min-width: 800px) {
  .topics-more {
    position: absolute;
    right: 0;
    top: 0
  }
}
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignright {
  margin-left: auto;
}

/* WP-PageNavi用CSS */
.content-main .wp-pagenavi {
	text-align:center;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content-main .wp-pagenavi a,
.content-main .wp-pagenavi span {
	padding: 3px 10px;
	margin: 0 5px;
  font-size: 0.8rem;
  border: 1px solid #ccc;
  line-height: 1.9;
}

/* ページごと */
.content-main .wp-pagenavi a:hover,
.content-main .wp-pagenavi span.current {
	border-color: #1f2c5c;
  text-decoration: none;
}

/* 次へ・前へリンク */
.content-main .wp-pagenavi .nextpostslink, 
.content-main .wp-pagenavi .previouspostslink {
  font-size: 0.7rem;
}

/* 選択中ページ */
.content-main .wp-pagenavi span.current {
  background-color: #1f2c5c;
  color: #fff;
}

.nyushi_link {
  display:grid;
  gap:10px;
  grid-template-columns: 1fr;
  font-size: 1.2rem;
  text-align: center;
  position:fixed;
  top: 360px;
  right: 0;
  width: 58px;
  height: 225px;
  z-index: 4;
  background:#00A0CA;
  opacity: 0.9;
  writing-mode: vertical-rl;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;  
  transition: .2s;
}

.sidebnr {
  position: fixed;
  right: -6px;
  z-index: 4;
}
.side_tag_1st {
  top: 360px;
}
.side_tag_2nd {
  top: 462px;
}
.side_tag_3rd {
  top: 564px;
}
.side_tag_4th {
  top: 666px;
}
@media screen and (min-width: 920px) and (max-height: 720px) {
  .side_tag_1st {
    top: 130px;
  }
  .side_tag_2nd {
    top: 232px;
  }
  .side_tag_3rd {
    top: 334px;
  }
  .side_tag_4th {
    top: 436px;
  }
}

.side_tag_1st img,
.side_tag_2nd img,
.side_tag_3rd img,
.side_tag_4th img {
  width: 70px;
  /* height: 70px; */
  opacity: 0.9;
}
.side_tag_1st:hover,
.side_tag_2nd:hover,
.side_tag_3rd:hover,
.side_tag_4th:hover {
  right: 0px;
  transition: 0.2s;
}
.side_tag_1st:hover img,
.side_tag_2nd:hover img,
.side_tag_3rd:hover img,
.side_tag_4th:hover img {
  opacity: 1;
  transition: 0.2s;
}
/* .nyushi_link_sidebnr.under img {
  width: auto;
  height: 70px;
  opacity: 0.9;
}
.nyushi_link_sidebnr.under {
  top: auto;
  bottom: 10px;
  right: 10px;
  z-index: 5;
} */
@media screen and (max-width: 920px) {
  .nyushi_link_sidebnr {
    display: none;
  }
}


.effect-fade-in {
  opacity : 0;
  transform : translate(45px, 0px);
  transition : .7s;
}
.effect-fade-in.effect-scroll {
  opacity : 1;
  transform : translate(0, 0);
}

.nyushi_link_init_title {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 60px;
}
.init_title_logo {
  width: 33px;
  margin-left: 14px;
}
.init_title_logo, .init_title_caption {
  display: inline-block;
}
.nyushi_link_caption {
  color: #fff;
}
.nyushi_link_hover_caption {
  display:none;
}

.manavi_banner {
  margin-top: 32px;
  width: 85%;
  box-shadow: 0 0 20px #0d667c;
}

.nyushi_link:hover {
  transition: .4s;
  width: 340px;
  height: 260px;
  animation: none;
  opacity: 1;
  writing-mode: horizontal-tb;
  border-radius: 0;
}
.nyushi_link:hover .nyushi_link_caption{
  color: #fff;
  padding: 25px;
}
.nyushi_link:hover .nyushi_link_init_title{
  display: none;
}
.nyushi_link:hover .nyushi_link_hover_caption{
  display: block;
  animation: show .6s linear 0s;
}
/* アニメーション */
.anime_arrow_right::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  animation: arrow-right 1s infinite;
}

/* testtest */
.anime_arrow_right_test::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  animation: arrow-right-test 1s infinite;
}

.anime_arrow_left::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  animation: arrow-left 1s infinite;
}
.anime_arrow_bottom::after {
  content: "";
  position: absolute;
  top: 118px;
  left: 166px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  animation: arrow-bottom 1s infinite;
}

@keyframes flash {
  0%,100% {
    opacity: 0.9;
  }

  50% {
    opacity: 0.3;
  }
}
@keyframes arrow-right {
  50% {
    left: 25px;
  }
  100% {
    left: 30px;
  }
}
@keyframes arrow-right-test {
  50% {
    left: 15px;
  }
  100% {
    left: 10px;
  }
}
@keyframes arrow-left {
  50% {
    left: 9px;
  }
  100% {
    left: 6px;
  }
}
@keyframes arrow-bottom {
  50% {
    top: 123px;
  }
  100% {
    top: 118px;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* サイドバーバナー */
@media screen and (max-width: 920px){
  .nyushi_link {
    display: none;
  }
}
@media screen and (max-height: 620px) {
  .nyushi_link {
    /* display: none; */
    height: 200px;
    font-size: 1rem;
  }
  .nyushi_link:hover {
    height:230px;
  }
  .nyushi_link .nyushi_link_init_title {
    font-size: 1rem;
  }
  .anime_arrow_bottom::after {
    top: 108px;
  }
  @keyframes arrow-bottom {
    50% {
      top: 103px;
    }
    100% {
      top: 108px;
    }
  }
}

@media screen and (max-width: 800px) {
  .nyushi_link {
    font-size: 1.5rem;
  }
}

.fixnav-btns > a > img {
  padding-top: 20px;
  margin-left: 14px;
}
.fixnav .fixnav-btns {
  vertical-align: top;
  padding-left: 0px;
}

@media screen and (min-width: 920px) and (max-height: 720px) {
  .fixnav .fixnav-btns {
    display: none;
  }
}

.fixnav-btns-item {
  display: block;
  opacity: 0.7;
  /* opacity: 0.8; */
}
.fixnav-btns-item:hover {
  transform: translateX(-5px);
  opacity: 1;
  transition: .2s;
}
/* 上部メニュー */
.header-submenu-accessnav {
  margin-top: 47px;
  margin-left: auto;
}
.submenu-list-accessnav {
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
}
.submenu-list-accessnav .accessnav-item {
  display: inline-block;
  margin-right: 13px;
  padding: 1px 11px;
  background: #a9a9c1;
  border: 1px solid #a9a9c1;
  border-radius: 5px;
}
.submenu-list-accessnav .accessnav-item a{
  display:block;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.submenu-list-accessnav .accessnav-item:hover {
  background: #fff;
}
.submenu-list-accessnav .accessnav-item:hover a {
  text-decoration: none;
  color:#a9a9c1;
}
.submenu-list-accessnav i {
  margin-right: 5px;
}
/* [汎用]ページ内アンカーリンク */
.anchor-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #f4f3f9;
  padding: 15px;
}
.anchor-flex .anchor-flex-item a {
  color: #1f2c5c;
}
.anchor-flex-item a::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/link_arrow.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.anchor-flex-item._anchor-col1 {
  width: 100%;
}
.anchor-flex-item._anchor-col2 {
  width: 50%;
}
.anchor-flex-item._anchor-col3 {
  width: 33%;
}
.anchor-flex-item._anchor-col4 {
  width: 25%;
}
.anchor-flex-item._anchor-col5 {
  width: 20%;
}
@media screen and (max-width: 800px) {
  .anchor-flex-item._anchor-col2,
  .anchor-flex-item._anchor-col3 {
    width: 100%;
  }
  .anchor-flex-item._anchor-col4,
  .anchor-flex-item._anchor-col5 {
    width: 50%;
  }
}

/* [汎用]ページ内アンカーリンク_外部ページリンク用 */
.anchor-from-external {
  display: block;
  padding-top: 140px;
  margin-top: -140px;
}