@charset "UTF-8";
@media all and (min-width: 751px) {
  /* INDEX */
  #about-index .visual-box {
    width: 800px;
    margin: 0 auto 50px;
    position: relative;
  }
  #about-index .visual-box .image-box {
    position: relative;
  }
  #about-index .visual-box .image-box:after {
    content: "";
    display: block;
    width: 510px;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(11, 49, 143, 0.25));
    position: absolute;
    top: 0;
    right: 0;
  }
  #about-index .visual-box .image-box .image {
    display: block;
    margin: 0;
  }
  #about-index .visual-box .image-box .image img {
    vertical-align: middle;
  }
  #about-index .visual-box .text-box {
    color: #ffffff;
    position: absolute;
    bottom: 35px;
    right: 45px;
    text-align: right;
  }
  #about-index .visual-box .text-box .name-area {
    font-size: 137.5%;
    /* 22px */
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.75;
    text-shadow: 0 0 5px rgba(11, 49, 143, 0.5), 0 0 10px rgba(11, 49, 143, 0.8);
  }
  #about-index .visual-box .text-box .name-area .name {
    font-size: 145.454545%;
    /* 32px */
  }
  #about-index .visual-box .text-box .en-name {
    font-size: 468.75%;
    /* 75px */
    font-family: "Raleway", sans-serif;
    line-height: 1;
    text-shadow: 0 0 5px rgba(11, 49, 143, 0.5), 0 0 10px rgba(11, 49, 143, 0.8);
  }
  #about-index .cnt-box .message-title {
    color: #83033e;
    font-size: 162.5%;
    /* 26px */
    font-weight: bold;
    line-height: 1.846153;
    text-align: center;
    margin-bottom: 45px;
  }
  #about-index .cnt-box .text-box {
    margin-bottom: 45px;
  }
  #about-index .cnt-box .name-phsyical_s img {
    vertical-align: middle;
  }
  #staffnav .staffnav-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
  }
  #staffnav li {
    width: 218px;
  }
  #staffnav li a:hover {
    opacity: 0.6;
  }
  #staffnav li.on a {
    color: #fff;
    background-color: #83033e;
  }
  #staffnav li.on a::before {
    background-color: #fff;
  }
  #staffnav a {
    width: 100%;
    padding: 13px 0 13px 34px;
    border: 1px solid #83033e;
    font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    display: inline-block;
    color: #83033e;
    text-decoration: none !important;
    line-height: 1.4;
    transition: 0.3s ease-in-out;
    position: relative;
  }
  #staffnav a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #83033e;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
  }
  .staff-block.staff-lay01 .staff-list > li {
    display: grid;
    grid-template: "image text" 300px "btn text" auto/250px 1fr;
    gap: 15px 60px;
  }
  .staff-block.staff-lay01 .staff-list .image-box {
    grid-area: image;
  }
  .staff-block.staff-lay01 .staff-list .text-box {
    grid-area: text;
  }
  .staff-block.staff-lay01 .staff-list .btn-box {
    grid-area: btn;
  }
  .staff-block.staff-lay02 .staff-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
  }
  .staff-block.staff-lay02 .staff-list > li {
    width: 450px;
    flex-direction: column;
    gap: 0;
  }
  .staff-block.staff-lay02 .staff-list > li .text-box .name-box .name-ja {
    margin: 0;
    display: block;
  }
  .staff-block.staff-lay02 .staff-list > li .propertylist > li {
    flex-direction: column;
    gap: 10px;
  }
  .staff-block .staff-list > li:not(:last-child) {
    margin-bottom: 85px;
  }
  .staff-block .staff-list > li .name-box .name {
    line-height: 1.6;
  }
  .staff-block .staff-list > li .image-box {
    max-width: 250px;
    width: 100%;
    line-height: 1;
  }
  .staff-block .staff-list > li .image-box .img-m {
    width: 250px;
    height: 300px;
    object-fit: cover;
  }
  .staff-block .staff-list > li .name-box {
    margin-bottom: 25px;
  }
  .staff-block .staff-list > li .name-box .name-ja {
    font-weight: bold;
    font-size: 200%;
    /* 32px */
    line-height: 1.4;
    margin-right: 20px;
  }
  .staff-block .staff-list > li .name-box .name-en {
    color: #83033e;
    font-family: "Raleway", sans-serif;
    font-size: 187.5%;
    /* 30px */
  }
  .staff-block .staff-list > li .propertylist {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
  .staff-block .staff-list > li .propertylist > li {
    width: 100%;
    display: flex;
    gap: 20px;
  }
  .staff-block .staff-list > li .propertylist > li .textbox {
    line-height: 1.875;
  }
  .staff-block .staff-list > li .labelbox span {
    display: inline-block;
    min-width: 100px;
    color: #011B6A;
    line-height: 1.9;
    background: #DAE0EE;
    text-align: center;
    box-sizing: border-box;
  }
  .staff-block .staff-list > li .btn-box a {
    text-align: left;
    width: 250px;
    line-height: 1.2;
    padding: 7px 15px 7px 32px;
  }
  .staff-block .staff-list.lay01 > li .text-box {
    width: 670px;
    padding-top: 20px;
  }
  .staff-block .staff-list.lay01 > li .text-box .name-box .name-en {
    color: #000;
  }
  .staff-block .staff-list.lay01 > li .propertylist > li {
    width: 100%;
    display: flex;
    gap: 15px;
  }
  .staff-block .staff-list.lay02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .staff-block .staff-list.lay02 > li {
    width: min(450px, 100%);
    display: block;
  }
  .staff-block .staff-list.lay02 > li .propertylist {
    flex-direction: column;
  }
  body.student-research .staff-grade:not(:last-of-type) {
    margin-bottom: 100px;
  }
  body.student-research .staff-grade .staff-block .staff-list {
    gap: 60px;
  }
  body.student-research .staff-grade .staff-block .staff-list > li:not(:last-child) {
    margin-bottom: 0;
  }
  #about-history .history-box .one-block:nth-child(odd) {
    margin-bottom: 80px;
  }
  #about-history .history-box .one-block:nth-child(even) {
    padding: 60px 0 70px;
    margin-bottom: 60px;
    background-color: #f3f5f9;
  }
  #about-history .history-box .one-block .desc-box {
    display: flex;
    flex-direction: row-reverse;
    gap: 55px;
    margin-bottom: 20px;
  }
  #about-history .history-box .one-block .desc-box .image-box {
    width: 250px;
  }
  #about-history .history-box .one-block .desc-box .text-box {
    flex: 1;
  }
}
@media only screen and (max-width: 750px) {
  /* INDEX */
  #about-index .visual-box {
    position: relative;
    margin-bottom: 30px;
  }
  #about-index .visual-box .image-box {
    position: relative;
  }
  #about-index .visual-box .image-box:after {
    content: "";
    display: block;
    width: 63.75%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(11, 49, 143, 0.25));
    position: absolute;
    top: 0;
    right: 0;
  }
  #about-index .visual-box .image-box .image {
    display: block;
    margin: 0;
  }
  #about-index .visual-box .image-box .image img {
    vertical-align: middle;
  }
  #about-index .visual-box .text-box {
    color: #ffffff;
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-align: right;
  }
  #about-index .visual-box .text-box .name-area {
    font-size: max(81.25%, 2.6vw);
    /* 13px */
    font-weight: bold;
    margin-bottom: -3px;
    line-height: 1.75;
    text-shadow: 0 0 5px rgba(11, 49, 143, 0.5), 0 0 10px rgba(11, 49, 143, 0.8);
  }
  #about-index .visual-box .text-box .name-area .name {
    font-size: 146.153846%;
    /* 19px */
    margin-left: 1px;
  }
  #about-index .visual-box .text-box .en-name {
    font-size: max(250%, 9.090909vw);
    font-family: "Raleway", sans-serif;
    line-height: 1;
    text-shadow: 0 0 5px rgba(11, 49, 143, 0.5), 0 0 10px rgba(11, 49, 143, 0.8);
    margin-bottom: 0;
  }
  #about-index .cnt-box .message-title {
    color: #83033e;
    font-size: 137.5%;
    /* 22px */
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 45px;
  }
  #about-index .cnt-box .text-box {
    margin-bottom: 35px;
  }
  #about-index .cnt-box .name-phsyical_s {
    max-width: 300px;
    margin: 0 0 0 auto;
  }
  #about-index .cnt-box .name-phsyical_s img {
    vertical-align: middle;
  }
  /* #about-history */
  #about-history .history-box .one-block:nth-child(odd) {
    margin-bottom: 55px;
  }
  #about-history .history-box .one-block:nth-child(even) {
    padding: 65px 0 45px;
    margin-bottom: 60px;
    background-color: #f3f5f9;
  }
  #about-history .history-box .one-block .title-level02 {
    margin-bottom: 40px;
  }
  #about-history .history-box .one-block .desc-box {
    margin-bottom: 20px;
  }
  #about-history .history-box .one-block .desc-box .image-box {
    width: 180px;
    margin: 0 auto 20px;
  }
  #about-history .history-box .one-block .desc-box .image-box img {
    vertical-align: middle;
  }
  #about-history .history-box .one-block .desc-box .text-box {
    flex: 1;
  }
  #staffnav .staffnav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
  }
  #staffnav li {
    width: 48%;
  }
  #staffnav li.on a {
    color: #fff;
    background-color: #83033e;
  }
  #staffnav li.on a::before {
    background-color: #fff;
  }
  #staffnav a {
    width: 100%;
    padding: 10px 0 10px 12px;
    border: 1px solid #83033e;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    display: inline-block;
    color: #83033e;
    text-decoration: none !important;
    line-height: 1.4;
    transition: 0.3s ease-in-out;
    position: relative;
  }
  #staffnav a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #83033e;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
  }
  .staff-block.staff-lay02 .staff-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 85px;
  }
  .staff-block.staff-lay02 .staff-list > li {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .staff-block.staff-lay02 .staff-list > li .text-box .name-box .name-ja {
    margin: 0;
    display: block;
  }
  .staff-block.staff-lay02 .staff-list > li .propertylist > li {
    flex-direction: column;
    gap: 10px;
  }
  .staff-block .staff-list > li:not(:last-child) {
    margin-bottom: 85px;
  }
  .staff-block .staff-list > li .name-box .name {
    line-height: 1.6;
  }
  .staff-block .staff-list > li .image-box {
    max-width: 250px;
    width: 100%;
    line-height: 1;
    margin: auto;
  }
  .staff-block .staff-list > li .image-box .img-m {
    width: 250px;
    height: 300px;
    object-fit: cover;
  }
  .staff-block .staff-list > li .name-box {
    margin-bottom: 25px;
  }
  .staff-block .staff-list > li .name-box .name-ja {
    font-weight: bold;
    font-size: 200%;
    /* 32px */
    line-height: 1.4;
    margin-right: 20px;
  }
  .staff-block .staff-list > li .name-box .name-en {
    display: block;
    color: #83033e;
    font-family: "Raleway", sans-serif;
    font-size: 187.5%;
    /* 30px */
  }
  .staff-block .staff-list > li .propertylist {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
  .staff-block .staff-list > li .propertylist > li {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .staff-block .staff-list > li .propertylist > li .textbox {
    line-height: 1.875;
  }
  .staff-block .staff-list > li .labelbox span {
    display: inline-block;
    min-width: 100px;
    color: #011B6A;
    line-height: 1.9;
    background: #DAE0EE;
    text-align: center;
    box-sizing: border-box;
  }
  .staff-block .staff-list > li .btn-box a {
    text-align: left;
    width: 250px;
    line-height: 1.2;
    padding: 7px 15px 7px 32px;
  }
  .staff-block .staff-list.lay01 > li .text-box {
    width: 670px;
    padding-top: 20px;
  }
  .staff-block .staff-list.lay01 > li .text-box .name-box .name-en {
    color: #000;
  }
  .staff-block .staff-list.lay01 > li .propertylist > li {
    width: 100%;
    display: flex;
    gap: 15px;
  }
  .staff-block .staff-list.lay02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .staff-block .staff-list.lay02 > li {
    width: min(450px, 100%);
    display: block;
  }
  .staff-block .staff-list.lay02 > li .propertylist {
    flex-direction: column;
  }
  body.student-research .staff-grade:not(:last-of-type) {
    margin-bottom: 80px;
  }
  body.student-research .staff-grade .staff-block .staff-list {
    gap: 35px;
  }
}

/*# sourceMappingURL=page-about.css.map */
