@charset "utf-8";
/* ===============================================
# common
=============================================== */
body {
	padding: 0;
  /*word-break : break-all;*/
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 100%;
  color: #2f363b;
  background-color: #fff;
  line-height: 1.6;
}
.wrapper {
  position: relative;
  width: 100%;
}
.inner {
  position: relative;
  width: calc(100% - 128px);
  max-width: 1200px;
  margin: 2em auto;
}

a, a:visited {
  color: #000000;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
.for_pc {
  display: block;
}
.for_sp {
  display: none;
}
span.for_pc, br.for_pc, img.for_pc {
  display: inline;
}
span.for_sp, br.for_sp, img.for_sp {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
b, strong {
  font-weight: bold;
}
.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}
.flex {
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
}
@media print, screen and (min-width :769px) {
  .flex_pc {
    display: -webkit-box;
    display: -ms-flex;
    display: flex;
  }
}
@media screen and (max-width : 768px) {
  body {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
  }
  .wrapper {
    min-width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .inner {
    width: 92%;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .for_pc {
    display: none!important;
  }
  .for_sp {
    display: block;
  }
  span.for_pc, br.for_pc, img.for_pc {
    display: none!important;
  }
  span.for_sp, br.for_sp, img.for_sp {
    display: inline;
  }
  .flex_sp {
    display: -webkit-box;
    display: -ms-flex;
    display: flex;
  }
}
/* マウスオーバー */
.ov {
  display: block;
}
@media screen and (min-width : 769px) {
  .ov {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .ov:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
@media print, screen and (min-width : 769px) {
  /*  a.tellink{
    pointer-events: none;
  }*/
}
/*グレースケール*/
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  pointer-events: none;
}
.nolinkop {
  background-color: #c0bfbe;
}
.nolinkop > * {
  opacity: 0.4;
}
.nolink {
  pointer-events: none;
}
/* ===============================================
# フォント
=============================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic Medium";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Mincho Medium";
  src: local("Yu Mincho Bold");
  font-weight: bold;
}
.textBold {
  font-weight: bold;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}
b, strong {
  font-weight: bold;
}
.textRed {
  color: #de0304;
}
/*入試情報で使用*/
.textRed2 {
  color: #fb3a34;
}
.textBlue {
  color: #0e569f;
}
.textBlue2 {
  color: #1e3984;
}
.textBlue3 {
  color: #262981;
}
.textskyBlue {
  color: #47baeb;
}
.textGreen {
  color: #2bb985;
}
.textOrange {
  color: #ff7800;
}
.textWhite {
  color: #fff;
}

.fs_18 {
  font-size: 112.5%; /* 18px */
}
.fs_20 {
  font-size: 125%; /*20px*/
}
.txt_ul {
  text-decoration: underline solid #1e3984;
}
/* ===============================================
# header
=============================================== */

/*スマホメニュー*/
@media screen and (max-width : 768px) {
  .gnavi_sp {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
  }
  .gnavi_sp .top {
    padding: 2.5vw 3.3vw 2.5vw;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
    background-color: #fff;
  }
  .gnavi_sp .logo {
    text-align: center;
    width: 58.6vw;
  }
  /*menuボタン*/
  .gnavi_sp .menu-trigger {
    width: 36px;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 36px;
    height: 18px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 36px;
    height: 1px;
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8.5px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #0f0d0a;
    transition: all .4s;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }
  /*開いた時*/
    .gnavi_sp_menu {
        position: relative;
        margin: 0 0 0 auto;
        overflow: scroll;
        width: 100vw;
        background-color: #fff;
        display: none;
        z-index: 150;
        height: calc(100vh - 16.9vw);
    }
.gnavi_sp .gnavi_inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-bottom: 10vw;
}
    .gnavi_sp #gnavi_ul > li > a {
        position: relative;
        padding: 15px 40px 15px 50px;
        display: block;
        font-size: 13px;
        font-size: 3.467vw;
        font-weight: bold;
        border-bottom: solid 1px #2b2d7a;
    }
  .gnavi_sp #gnavi_ul > li > a .ico_menu {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
  }

  .gnavi_sp #gnavi_ul > li.information > a .ico_menu {
    width: 18px;
  }
  .gnavi_sp #gnavi_ul > li.faculty > a .ico_menu {
    width: 23px;
  }
  .gnavi_sp #gnavi_ul > li.admission > a .ico_menu {
    width: 19px;
  }
  .gnavi_sp #gnavi_ul > li.support > a .ico_menu {
    width: 18px;
  }
  .gnavi_sp #gnavi_ul > li.career > a .ico_menu {
    width: 19px;
  }
  .gnavi_sp #gnavi_ul > li.facility > a .ico_menu {
    width: 18px;
  }
  .gnavi_sp #gnavi_ul > li.research > a .ico_menu {
    width: 22px;
  }
  .gnavi_sp #gnavi_ul > li.current_students > a{
    padding: 15px 40px 15px 17.5px;
  }
    .gnavi_sp #gnavi_ul > li.accordion > a span.ico {
        position: absolute;
        right: 20px;
        top: 0;
        z-index: 125;
        width: 40px;
        height: 100%;
        filter: brightness(0);
    }
  .gnavi_sp #gnavi_ul > li.accordion > a span.ico::after {
    content: '';
    background: url(../img_sp/ico_spnavi_arrow.png)no-repeat center center;
    background-size: contain;
    width: 11px;
    height: 100%;
    margin: 0 10px 0 auto;
    display: block;
  }
  .gnavi_sp #gnavi_ul > li.accordion > a span.ico::after {
    background: url(../img_sp/ico_spnavi_plus.png)no-repeat center center;
    background-size: contain;
  }
  .gnavi_sp #gnavi_ul > li.accordion.on > a span.ico::after {
    background: url(../img_sp/ico_spnavi_minus.png)no-repeat center center;
    background-size: contain;
  }
  .gnavi_sp #gnavi_ul > li.link {
    background: url(../img_sp/ico_spnavi_arrow.png) no-repeat center right 10px;
    background-size: 11px 11px;
  }
  /*アコーディオン内（下層リンク）*/
  .gnavi_sp #gnavi_ul ul.link {
    display: none;
    border-bottom: solid 1px #fff;
  }
	.gnavi_sp #gnavi_ul ul.link li {
	    padding-left: 34%;
	}
  .gnavi_sp #gnavi_ul ul.link li a {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 1.1rem;
    font-size: 2.933vw;
    padding: 16px 5px 14px 15px;
    border-bottom: solid 1px #fff;
    background: url(../img_sp/ico_spnavi_arrow.png) no-repeat center right 10px;
    background-size: 11px 11px;
    filter: brightness(0.5);
  }
  .gnavi_sp #gnavi_ul ul.link li a::before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .gnavi_sp #gnavi_ul ul.link li:last-child a {
    border-bottom: none;
  }
  .gnavi_sp #gnavi_ul > li.nolink > a {
    color: #5e5d5d;
    pointer-events: none;
  }
  /*その他リンク*/
  .gnavi_sp .gnavi_link {
    flex-wrap: wrap;
  }
  .gnavi_sp .gnavi_link > li {
    width: 50%;
  }
  .gnavi_sp .gnavi_link > li > a {
    display: block;
    background: url(../img_sp/ico_spnavi_arrow.png) no-repeat center right 10px;
    background-size: 11px 11px;
    padding: 10px 25px 10px 17.5px;
    font-weight: bold;
    border-bottom: solid 1px #fff;
  }
  .gnavi_sp .gnavi_link > li:nth-child(even) > a {
    border-left: solid 1px #fff;
  }
  .gnavi_sp .gnavi_link > li.nolink > a {
    color: #5e5d5d;
    pointer-events: none;
  }
}

@media screen and (max-width : 620px) {

  .gnavi_sp #gnavi_ul > li > a {
    padding: 15px 40px 15px 40px;
  }
  .gnavi_sp #gnavi_ul > li.information > a .ico_menu {
    width: 14px;
  }
  .gnavi_sp #gnavi_ul > li.faculty > a .ico_menu {
    width: 18px;
  }
  .gnavi_sp #gnavi_ul > li.admission > a .ico_menu {
    width: 15px;
  }
  .gnavi_sp #gnavi_ul > li.support > a .ico_menu {
    width: 14px;
  }
  .gnavi_sp #gnavi_ul > li.career > a .ico_menu {
    width: 15px;
  }
  .gnavi_sp #gnavi_ul > li.facility > a .ico_menu {
    width: 14px;
  }
  .gnavi_sp #gnavi_ul > li.research > a .ico_menu {
    width: 17px;
  }
}
/* ===============================================
# グローバルナビ
=============================================== */
@media print, screen and (min-width : 769px) {
  #gnavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    background-color: rgb(12 12 40 / 71%);
    backdrop-filter: blur(5px);
    transition: all 1s ease-out;
  }
  #gnavi.on {
    background-color: rgba(255, 255, 255, 0.5);
  }
  #gnavi .area_gnavi {
    position: relative;
    margin-right: 72px;
  }
  .area_gnavi .flex {
      align-items: center;
      justify-content: space-evenly;
  }
  #gnavi .logo {
    width: 25.5%;
    max-width: 370px;
    text-align: left;
    padding-right: 2%;
  }
  #gnavi .logo img {
    width: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #gnavi.on .logo img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
  #gnavi ul {
    flex: 1;
    max-width: 900px;
  }
  #gnavi ul#gnavi_pc > li {
    display: grid;
    text-align: center;
    flex: auto;
    min-height: 112px;
  }
  #gnavi ul#gnavi_pc > li:not(.logo) > a {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #gnavi ul#gnavi_pc > li:not(.logo) > a > span {
    position: relative;
    display: block;
    width: 100%;
  }
  #gnavi ul#gnavi_pc > li:not(.logo) .inner_txt {
    display: block;
    line-height: 1.1;
    color: #2d2f7b;
    font-size: 17px;
    letter-spacing: -0.05em;
    padding-top: 35px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #gnavi.on ul#gnavi_pc > li:not(.logo) .inner_txt {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
  #gnavi ul#gnavi_pc > li:last-child .inner_txt {
    border-right: none;
  }
  #gnavi ul#gnavi_pc > li:not(.logo) .inner_txt .ico_menu {
    position: absolute;
    top: 17px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  #gnavi ul#gnavi_pc > li > a {
    font-size: 17px;
    height: 100%;
    text-indent: -0.05em;
  }
  #gnavi ul#gnavi_pc > li > a br {
    display: none;
  }
  #gnavi ul#gnavi_pc > li:not(.logo).active > a::after, #gnavi ul#gnavi_pc > li:not(.logo) > a:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
  }
  #gnavi .students {
    margin-left: 10px;
  }
  #gnavi .students .inner_txt {
    border: 1px solid #1d2087;
    color: #1d2087;
    font-weight: bold;
    padding: 11px 5px;
    font-size: 14px;
    letter-spacing: -0.05em;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #gnavi.on .students .inner_txt {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
  /*サブメニュー*/
  #gnavi .box_sub {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 300;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: rgba(255, 255, 255, 0.95);
    border-bottom: solid 7px #f1efef;
    text-align: left;
  }
  #gnavi .box_sub .area_link {
    max-width: 1300px;
    width: calc(100% - 128px);
    margin: 0 auto;
    padding-bottom: 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #gnavi .box_sub .area_link .ttl {
    width: 284px;
  }
  #gnavi .box_sub .area_link .ttl .txtEn {
    font-size: 34px;
    line-height: 1;
    padding-top: 33px;
    padding-left: 12px;
    margin-left: 0;
  }
  #gnavi .box_sub .area_link .ttl a {
    display: inline-block;
    font-weight: bold;
    font-size: 186%;
    line-height: 1;
    margin-top: 13px;
    margin-left: 11px;
    padding-right: 25px;
    background: url(/nishicho/img/icon/ico_arrow_menu.png) no-repeat right center;
    background-size: 15px auto;
  }
  #gnavi .box_sub .area_link .ttl span {
      font-size: 21px;
      color: #1d2087;
  }
  #gnavi .box_sub .area_link .link {
    padding-top: 46px;
    -webkit-box-flex: 1;
    flex: 1;
  }
  #gnavi .box_sub .area_link .link ul {
    max-width: 940px;
    margin: 0 0 0 auto;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #gnavi .box_sub .area_link .link ul::after {
    content: '';
    width: 30%;
    max-width: 280px;
    display: block;
  }
  #gnavi .box_sub .area_link .link li {
    width: 30%;
    max-width: 280px;
    border-bottom: solid 1px #c9cacb;
  }
  #gnavi .box_sub .area_link .link li a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
    padding: 18px 0 18px 17%;
    background: url("/nishicho/img/icon/ico_arrow_menu.png")no-repeat 6.7% center;
    background-size: 15px auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #gnavi .box_sub .area_link a:hover {
    opacity: 0.5;
  }
}
@media print, screen and (max-width : 1300px) {
  #gnavi ul#gnavi_pc > li > a {
    font-size: 1.4vw;
  }
  #gnavi ul#gnavi_pc > li:not(.logo) .inner_txt {
      font-size: 1.1vw;
      font-weight: bold;
  }
  #gnavi ul#gnavi_pc > li > a br {
    display: block;
  }
  #gnavi .students .inner_txt {
    font-size: 1.2vw;
  }
}
@media print, screen and (min-width : 1025px) {
  #gnavi .box_sub .area_link .link li:nth-child(-n+3) {
    border-top: solid 1px #c9cacb;
  }
}
@media print, screen and (max-width : 1024px) {
  /*サブメニュー*/
  #gnavi .box_sub .area_link .ttl {
    width: 220px;
  }
  #gnavi .box_sub .area_link .ttl a {
    font-size: 140%;
  }
  #gnavi .box_sub .area_link .link::after {
    width: 48%;
    max-width: inherit;
  }
  #gnavi .box_sub .area_link .link li {
    width: 48%;
    max-width: inherit;
  }
  #gnavi .box_sub .area_link .link li:nth-child(-n+2) {
    border-top: solid 1px #c9cacb;
  }
}
/* ===============================================
# main
=============================================== */
main {
  display: block;
  width: 100%;
}
.wrapper:not(#home) main {
  padding-top: 112px;
}
@media screen and (max-width : 768px) {
  main {
    padding-top: 12.9vw !important;
  }
}
/* ===============================================
# footer
=============================================== */
footer {
    margin-top: 2em;
}
#footer {
  position: relative;
  text-align: center;
  padding-top: 40px;
}
#footer .inner {
  max-width: 1145px;
  padding-bottom: 20px;
  position: relative;
}
/*SNS*/
#footer .btn_sns {
  position: absolute;
  right: 0;
  top: 15px;
  text-align: center;
}
#footer .btn_sns li {
  display: inline-block;
  margin-left: 20px;
}
#footer .btn_sns li img {
  width: 30px;
}
@media print, screen and (max-width : 1000px) {
  #footer .btn_sns {
    position: static;
    right: inherit;
    top: inherit;
    margin-bottom: 20px;
  }
  #footer .btn_sns li {
    margin: 0 15px;
  }
}
#footer .box_logo {
  align-items: center;
  padding-bottom: 35px;
  border-bottom: solid 1px #a0a0a0;
}
#footer .box_logo .logo {
  position: relative;
  width: 33%;
  max-width: 370px;
}
#footer .box_logo .logo .since_en {
  position: absolute;
  bottom: -38%;
  left: 25.5%;
  font-size: 93.75%;
  font-weight: bold;
  text-align: left;
}
#footer .box_logo .text {
  flex: 1;
  padding-left: 2.4%;
  text-align: left;
  font-size: 100%;
}
#footer .box_logo .mail_link {
position: relative;
}
#footer .box_logo .mail_link::after{
	position: absolute;
	top:3px;
	right: -22px;
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 14px;/*画像の幅*/
  height: 15px;/*画像の高さ*/
  background: url("/nishicho/img/icon/ico_arrow_menu.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/*メニュー*/
#footer .box_menu {
  justify-content: space-between;
  text-align: left;
  font-size: 86%;
  line-height: 1.2;
  padding-top: 22px;
  padding-bottom: 15px;
  border-bottom: solid 1px #a0a0a0;
}
#footer .box_menu .link {
  padding-right: 5px;
}
#footer .box_menu .link > a {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#footer .box_menu .link > a:nth-child(n+2) {
  margin-top: 10px;
}
#footer .box_menu .link > a::before {
    content: '■';
    color: #000000;
    margin-right: 0.5em;
}
#footer .box_menu .link ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 6px;
}
#footer .box_menu .link ul a::before {
    content: '┗';
    color: #000;
    margin-right: 0.5em;
}
@media print, screen and (max-width : 1000px) {
  #footer .box_menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer .box_menu .link {
    width: 25%;
  }
  #footer .box_menu .link:nth-child(n+5) {
    margin-top: 20px;
  }
}
/*リンク*/
#footer .box_link {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 86%;
  line-height: 1.2;
  font-weight: bold;
}
#footer .box_link .title {
  font-size: 106%;
  width: 16.2%;
  min-width: 11em;
  background-image: linear-gradient(to bottom, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent 2px);
  background-size: 1px 3px;
  background-position: right;
  background-repeat: repeat-y;
  padding-top: 10px;
  margin-right: 4%;
}
#footer .box_link .area_list {
  flex: 1;
  padding-top: 10px;
}
#footer .box_link .area_list .link {
  width: 20.5%;
  padding-right: 5px;
}
#footer .box_link .area_list .link:last-child {
  flex: 1;
}
#footer .box_link .link a {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 6px;
}
#footer .box_link .link a.gakuen {
  margin-top: 0;
}
#footer .box_link .link a::before {
    content: '▶';
    color: #000;
    margin-right: 0.5em;
}
#footer .box_link .area_list .link .left {
  width: 35%;
}
@media print, screen and (max-width : 1000px) {
  #footer .box_link .area_list {
    flex-wrap: wrap;
  }
  #footer .box_link .area_list .link {
    width: 50%;
  }
  #footer .box_link .area_list .link:last-child {
    margin-top: 20px;
  }
  #footer .box_logo .logo .since_en {
    bottom: -41%;
    left: 22%;
    font-size: 81.25%;
    text-align: left;
  }
}
/*コピーライト*/
#footer .copy {
  font-size: 80%;
  background-color: #e36076;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}
#footer::after, #footer::before {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  height: 1.5px;
  width: 50%;
}
#footer::before {
  left: 0;
  background-color: #83cebc;
}
#footer::after {
  right: 0;
  background-color: #d6f7ff;
}
@media screen and (max-width : 768px) {
  #footer {
    padding-top: 23px;
  }
  #footer .inner {
    padding-bottom: 24px;
  }
  #footer .box_logo {
    padding-bottom: 0;
    border: none;
  }
  #footer .box_logo .logo {
    width: 78.6%;
    max-width: 300px;
    margin: 0 auto 15px;
  }
  #footer .box_logo .logo .since_en {
    bottom: -31%;
    left: 23%;
    font-size: 62.5%;
  }
  #footer .box_logo .text {
    padding: 0;
    text-align: center;
  }
  /*コピーライト*/
  #footer .copy {
    font-size: 3.5vw;
    background: none;
    color: #000;
    padding-bottom: 24px;
  }
}
/* pagetop
----------------------------------------------- */
.pagetop {
  position: fixed;
  z-index: 200;
  width: 45px;
  height: auto;
  right: 10px;
  bottom: -110px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.pagetop.on {
  bottom: 15vw;
  opacity: 1;
}
/* -----------------------------------------------
@media print {
  #gnavi, #gnavi.fixed {
    position: relative;
  }
  main {
    padding-top: 0 !important;
  }
  #navi_bar_bottom {
    display: none;
  }
}
