@charset "UTF-8";
/*
 変数定義用のファイルです 
 自由に書き換えてください
*/
/*========= Media Size ===============*/
/*========= Font ===============*/
/*========= Color ===============*/
.pc {
  display: block !important;
}
@media (max-width: 800px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 800px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #313131;
  overflow-x: hidden;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

main {
  overflow: hidden;
}

p.text {
  line-height: 2.4;
}
@media screen and (max-width: 800px) {
  p.text {
    line-height: 2;
  }
}

a {
  cursor: pointer;
  display: block;
  color: inherit;
  text-decoration: none;
}

img,
ul,
ol,
button {
  display: block;
}

h2 {
  color: #ff5f41;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin-bottom: 67px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #ff5f41;
  font-family: "Zen Old Mincho", serif;
}
h3::after {
  content: "";
  display: block;
  flex: 0.95;
  width: auto;
  height: 1px;
  background: #ff5f41;
}
@media screen and (max-width: 800px) {
  h3 {
    margin-bottom: 43px;
  }
}

h4 {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 800px) {
  h4 {
    font-size: 2rem;
  }
}

.font--mintyo {
  font-family: "Zen Old Mincho", serif;
}

.vertical-title-label {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  width: fit-content;
  padding: 45px 72px;
  background: #fff;
  height: 500px;
  border-radius: 20px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 800px) {
  .vertical-title-label {
    height: fit-content;
    padding: 27% 49px;
  }
}
.vertical-title-label__en {
  position: absolute;
  width: 1px;
  top: 11%;
  right: 43px;
}
@media screen and (max-width: 800px) {
  .vertical-title-label__en {
    right: 33px;
  }
}
.vertical-title-label__en p {
  color: #ff5f41;
  font-size: 1.5rem;
  white-space: nowrap;
  letter-spacing: 2px;
  transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
  .vertical-title-label__en p {
    font-size: 1.2rem;
  }
}
.vertical-title-label__ja {
  line-height: 1.5;
  letter-spacing: 12px;
  font-size: 3.3rem;
  font-weight: 500 !important;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: 2s;
}
.vertical-title-label__ja .small {
  display: block;
  margin-top: 2px;
  margin-right: 6px;
  font-size: 2.3rem;
  letter-spacing: 3px;
  transition: 2s;
  transform: translateZ(0);
  will-change: letter-spacing;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 800px) {
  .vertical-title-label__ja {
    letter-spacing: 10px;
    font-size: 2.4rem;
  }
  .vertical-title-label__ja .small {
    font-size: 1.7rem;
  }
}
.vertical-title-label.front {
  height: auto;
  padding: 112px 75px 74px 75px;
}
.vertical-title-label.front .vertical-title-label__ja {
  letter-spacing: 7px;
}
@media screen and (max-width: 800px) {
  .vertical-title-label.front {
    padding: 93px 46px 90px 44px;
  }
}
.vertical-title-label.front .vertical-title-label__en {
  top: 11%;
  right: 46px;
}
@media screen and (max-width: 800px) {
  .vertical-title-label.front .vertical-title-label__en {
    top: 12%;
    right: 28px;
  }
}
.vertical-title-label.color--red {
  height: auto;
  padding: 45px 35px;
  background: #ff5f41;
  color: #fff;
}
.vertical-title-label.color--red .vertical-title-label__ja {
  font-size: 2.5rem;
}
@media screen and (max-width: 800px) {
  .vertical-title-label.color--red {
    width: fit-content;
    height: auto;
    min-height: 300px;
    padding: 35px 26px;
  }
  .vertical-title-label.color--red .vertical-title-label__ja {
    font-size: 2.2rem;
  }
}
.vertical-title-label.color--blue {
  width: fit-content;
  height: auto;
  padding: 45px 35px;
  background: #e7edf2;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .vertical-title-label.color--blue {
    width: fit-content;
    height: auto;
    min-height: 300px;
    padding: 35px 26px;
  }
  .vertical-title-label.color--blue .vertical-title-label__ja {
    font-size: 2.2rem;
    letter-spacing: 10px;
  }
}
.vertical-title-label.color--blue .vertical-title-label__ja {
  font-size: 2.5rem;
  color: #313131;
}
.vertical-title-label.child {
  padding: 0px 43px;
  height: 370px;
}
@media screen and (max-width: 800px) {
  .vertical-title-label.child {
    width: fit-content;
    height: auto;
    min-height: 300px;
    padding: 25px 27px;
  }
}

.contents-block {
  position: relative;
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
.contents-block .index {
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 56px;
}
@media screen and (max-width: 800px) {
  .contents-block .index {
    margin-bottom: 39px;
  }
}
.contents-block h3 {
  font-size: 2.2rem;
}
.contents-block .content {
  margin-left: 14%;
}
@media screen and (max-width: 800px) {
  .contents-block .content {
    margin-left: 0%;
  }
}

.news-container {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .news-container h2 {
    margin-bottom: 30px;
  }
}
.news-container__inner {
  width: 80%;
  margin: 35px auto;
}
@media screen and (max-width: 800px) {
  .news-container__inner {
    width: 100%;
  }
}
.news-container .news {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  margin: 32px 0;
}
@media screen and (max-width: 800px) {
  .news-container .news {
    margin: 25px 0;
  }
}
.news-container .news__date {
  margin-right: 40px;
  font-weight: 500;
  color: #a8a8a8;
}
@media screen and (max-width: 800px) {
  .news-container .news__date {
    font-size: 1.3rem;
  }
}
.news-container .news p {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .news-container .news p {
    font-size: 1.3rem;
    margin-left: 0px;
  }
}

.banner-btn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  position: relative;
  width: 90%;
  min-height: 170px;
  max-width: 735px;
  margin: 20px auto;
  border-radius: 16px;
  overflow: hidden;
  /* hover時のoverlay */
}
.banner-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
  background: #ffb745;
  opacity: 0;
  border-radius: 16px;
  transition: 0.3s;
}
.banner-btn__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.banner-btn__text-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.banner-btn p {
  position: relative;
  padding: 50px 0;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  z-index: 2;
}
.banner-btn p span {
  display: block;
  font-size: 1.5rem;
}
.banner-btn:hover:before {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .banner-btn:hover:before {
    opacity: 0;
  }
}
.banner-btn:hover .banner-btn__bg {
  transform: scale(1.05);
}
@media screen and (max-width: 800px) {
  .banner-btn:hover .banner-btn__bg {
    transform: scale(1);
  }
}
@media screen and (max-width: 800px) {
  .banner-btn {
    width: 100%;
    min-height: 140px;
  }
  .banner-btn.no-inner {
    width: 90%;
  }
  .banner-btn p {
    padding: 40px 0;
    font-size: 2.2rem;
  }
  .banner-btn p span {
    line-height: 1;
  }
}

/* 外部リンク */
.external-link {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff5f41;
}
.external-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: url(../images/icon_link.svg);
  background-size: contain;
  margin-left: 5px;
}

.breadcrumb {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin-left: 10%;
  color: #b0c3d3;
  font-weight: 500;
  list-style: none;
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  .breadcrumb {
    margin-left: 5%;
  }
}
.breadcrumb a:after {
  content: "＞";
  display: inline-block;
  margin: 0 10px;
}
.breadcrumb a span {
  transition: 0.3s;
}
.breadcrumb a:hover span {
  color: #5b7a95;
}
.breadcrumb li {
  margin: 4px 0;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb li:last-child a:after {
  content: none;
}

.page-breadcrumb {
  width: 90%;
  margin-top: 112px;
  margin-bottom: -100px;
}
@media screen and (max-width: 800px) {
  .page-breadcrumb {
    margin-bottom: 0px;
  }
}

.btn--back {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}

.page-parent-icatch {
  position: relative;
  width: 100%;
  margin: 140px auto 35px auto;
}
@media screen and (max-width: 800px) {
  .page-parent-icatch {
    margin: 50px auto 0px auto;
  }
}
.page-parent-icatch__bg {
  width: 100%;
  aspect-ratio: 7/2;
}
@media screen and (max-width: 800px) {
  .page-parent-icatch__bg {
    aspect-ratio: 3/2;
  }
}
.page-parent-icatch__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-parent-icatch .vertical-title-label {
  position: absolute;
  top: 24%;
  left: 9%;
}
@media screen and (max-width: 800px) {
  .page-parent-icatch .vertical-title-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 14%;
  }
}
.page-parent-icatch .line {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .page-parent-icatch .line {
    margin-top: -2%;
    width: 219vw;
    left: -27%;
  }
  .page-parent-icatch .line__pb {
    margin-top: 10%;
    margin-bottom: -15%;
  }
  .page-parent-icatch .line__welfare {
    margin-top: -21%;
  }
  .page-parent-icatch .line__cp {
    margin-top: -21%;
  }
  .page-parent-icatch .line__research {
    margin-top: -21%;
  }
  .page-parent-icatch .line__coop {
    margin-top: -28%;
    margin-bottom: -15%;
  }
  .page-parent-icatch .line__graduate {
    margin-top: 0%;
    margin-bottom: -20%;
    left: -42%;
  }
}

.page-icatch {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 6/2;
  margin: 320px auto 35px auto;
}
@media screen and (max-width: 800px) {
  .page-icatch {
    aspect-ratio: 4/2;
    margin: 250px auto 35px auto;
  }
}
.page-icatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-icatch .vertical-title-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -64%;
}
@media screen and (max-width: 800px) {
  .page-icatch .vertical-title-label {
    top: unset;
    bottom: 26%;
  }
}

.space {
  width: 100%;
  height: 1px;
}

.btn--reorg {
  position: absolute;
  top: 25px;
  left: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1px 15px;
  border: 1px solid #d7d7d7;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  transition: 0.3s;
  width: fit-content;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .btn--reorg {
    top: 57px;
    left: 10px;
    gap: 5px;
    padding: 0 10px;
    font-size: 0.85rem;
  }
}
.btn--reorg span {
  font-size: 1.3rem;
}
.btn--reorg:hover {
  background: #ff5f41;
  color: #fff;
  border-color: #ff5f41;
}
@media screen and (max-width: 800px) {
  .btn--reorg:hover {
    color: inherit;
    background: #fff;
    border: 1px solid #d7d7d7;
  }
}

.animation-area {
  position: relative;
  width: 50%;
  height: 200px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 800px) {
  .animation-area {
    width: 85%;
    margin: 100px 0 0 auto;
  }
}
.animation-area .animation-big {
  position: absolute;
  top: -30px;
  left: 0;
  width: 80%;
}
.animation-area .animation-small {
  position: absolute;
  width: 50%;
  top: -100px;
  right: 0;
}

.border-link {
  width: fit-content;
  margin: 40px auto 20px auto;
  padding: 20px 40px;
  border: 1px solid #d7d7d7;
  background: #fff;
  min-width: 430px;
  text-align: center;
  border-radius: 4px;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .border-link {
    text-align: center;
    min-width: 90%;
  }
}
.border-link:hover {
  background: #ff5f41;
  color: #fff;
  border-color: #ff5f41;
}
@media screen and (max-width: 800px) {
  .border-link:hover {
    color: inherit;
    background: #fff;
    border: 1px solid #d7d7d7;
  }
}

.header {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 0 20px;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .header {
    padding: 0 0 0 15px;
  }
  .header.is-active {
    padding-bottom: 10px;
    background: #ff5f41;
  }
}
.header--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background-color: rgba(255, 255, 255, 0.768627451);
  z-index: 8;
}
@media screen and (max-width: 800px) {
  .header--bg {
    height: 78px;
  }
}
.header__logo {
  display: flex;
  line-height: 1.3;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  transition: 0.8s;
}
.header__logo span {
  display: block;
  margin-top: 3px;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .header__logo {
    letter-spacing: 1px;
    font-size: 1.5rem;
  }
}
.header__logo-icon {
  position: relative;
  margin: auto 30px auto 20px;
}
@media screen and (max-width: 800px) {
  .header__logo-icon {
    margin: auto 10px;
  }
}
.header__logo .nav-menu--default,
.header__logo .nav-menu--open {
  transition: 0.6s;
}
@media screen and (max-width: 800px) {
  .header__logo .nav-menu--default,
  .header__logo .nav-menu--open {
    width: 42px;
    height: 24px;
  }
}
.header__logo .nav-menu--default {
  opacity: 1;
}
.header__logo .nav-menu--open {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.header__logo.is-active {
  color: #fff;
}
.header__logo.is-active .nav-menu--default {
  opacity: 0;
}
.header__logo.is-active .nav-menu--open {
  opacity: 1;
}
.header__right {
  display: flex;
  align-items: center;
}
.header .search-form-sp__open {
  width: 47px;
  height: 47px;
  margin-right: 20px;
  margin-top: -5px;
  border: 1px solid #ff5f41;
  padding: 10px 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: #ff5f41;
  text-align: center;
}
.header .search-form-sp__open:before {
  content: "";
  width: 18px;
  height: 20px;
  margin-left: -8px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/icon_search.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .header .search-form-sp__open:before {
    margin-left: 0;
  }
}
.header .search-form-sp__open p {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .header .search-form-sp__open p {
    display: none;
  }
}
.header .search-form-sp__open.is-hidden {
  display: none;
}
.header .search-form-sp__open.is-remove {
  display: none;
}
.header .search-form-sp {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 88px;
  width: 90%;
  justify-content: flex-start;
}
.header .search-form-sp.is-active {
  display: block;
}
.header .search-form-sp.is-hidden {
  display: none;
}
.header .search-form-sp.is-remove {
  display: none;
}
.header .search-form-sp__form {
  position: relative;
  display: block;
  width: 80%;
  border-radius: 8px;
}
.header .search-form-sp__form input {
  display: block;
  width: 100%;
  outline: none;
  padding: 9px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  border: 1px solid #ff5f41;
}
@media screen and (max-width: 800px) {
  .header .search-form-sp__form input {
    padding-left: 27px;
    font-size: 1.6rem;
  }
}
.header .search-form-sp__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 12px;
  height: 12px;
  background: url(../images/peke.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header .search-form-sp__submit {
  width: 125px;
  position: absolute;
  right: -59px;
  text-align: center;
  padding: 7px 0 10px 0;
  border-radius: 8px;
  background: #ff5f41;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  border: 1px solid #ff5f41;
}
.header .search-form-sp__submit:before {
  content: "";
  width: 18px;
  height: 20px;
  margin-left: -2px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/icon_search_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.header .search-form-sp__submit p {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .header .search-form-sp__submit p {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .header .search-form-sp__submit {
    width: 47px;
  }
}
.header .search-form {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  display: flex;
  margin-right: 10px;
  gap: 15px;
}
.header .search-form__form {
  position: relative;
  display: block;
  width: 0px;
  border-radius: 8px;
  transition: 0.3s;
  opacity: 0;
}
.header .search-form__form input {
  display: block;
  width: 100%;
  outline: none;
  padding: 5px 0 8px 0;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  border: 1px solid #ff5f41;
}
@media screen and (max-width: 800px) {
  .header .search-form__form input {
    padding-left: 27px;
    font-size: 1.6rem;
  }
}
.header .search-form__close {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 12px;
  height: 12px;
  background: url(../images/peke.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header .search-form__submit {
  width: 125px;
  text-align: center;
  border: 1px solid #ff5f41;
  padding: 5px 0 8px 0;
  margin-right: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: #ff5f41;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  cursor: pointer;
}
.header .search-form__submit:before {
  content: "";
  width: 18px;
  height: 20px;
  margin-left: -8px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/icon_search.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.header .search-form__submit p {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .header .search-form__submit p {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .header .search-form__submit {
    width: 47px;
  }
}
.header .search-form.is-active {
  flex-direction: row-reverse;
}
.header .search-form.is-active .search-form__form {
  opacity: 1;
  width: 240px;
  margin-right: 12px;
}
@media screen and (max-width: 800px) {
  .header .search-form.is-active .search-form__form {
    width: 80%;
  }
}
.header .search-form.is-active .search-form__submit {
  background: #ff5f41;
  color: #fff;
}
.header .search-form.is-active .search-form__submit::before {
  background: url(../images/icon_search_white.svg);
}
@media screen and (max-width: 800px) {
  .header .search-form.is-active .search-form__submit {
    right: -59px;
  }
  .header .search-form.is-active .search-form__submit::before {
    margin-left: -2px;
  }
}
.header .search-form.is-hidden {
  display: none;
}
.header__menu-toggle {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 105px;
  height: 88px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
}
@media screen and (max-width: 800px) {
  .header__menu-toggle {
    width: 66px;
    height: 73px;
    font-size: 1rem;
  }
}
.header__menu-toggle span {
  width: 26px;
  height: 1px;
  margin: 3px 0;
  background: #fff;
  transition: 0.5s;
}
.header__menu-toggle p {
  transition: 0.3s;
}
.header__menu-toggle.is-active span:nth-of-type(1) {
  transform: rotate(45deg) translate(10px, 10px);
}
.header__menu-toggle.is-active span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(100%);
}
.header__menu-toggle.is-active span:nth-of-type(3) {
  transform: rotate(-45deg);
}
.header__menu-toggle.is-active p {
  opacity: 0;
}

.nav-menu-bg {
  background: #ff5f41;
  width: 105px;
  height: 88px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8;
  border-radius: 0 0 0 55px;
  transition: 0.4s;
}
.nav-menu-bg.is-active {
  width: 105%;
  height: 105%;
  border-radius: 0 0 0 115px;
}
@media screen and (max-width: 800px) {
  .nav-menu-bg.is-active {
    width: 110%;
  }
}
@media screen and (max-width: 800px) {
  .nav-menu-bg {
    width: 76px;
    height: 73px;
    border-radius: 0 0 0 53px;
  }
}

.nav-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  font-family: "Zen Old Mincho", serif;
  transition: 0.5s ease;
  overflow: scroll;
}
.nav-menu.is-active {
  opacity: 1;
  visibility: visible;
}
.nav-menu ul {
  list-style: none;
}
.nav-menu .menu {
  width: 80%;
  margin: 100px auto;
  color: #fff;
}
.nav-menu .menu .parent {
  position: relative;
  padding: 30px;
  font-size: 2.6rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  .nav-menu .menu .parent {
    padding: 22px 0px;
    font-size: 2.2rem;
  }
}
.nav-menu .menu .parent__label {
  position: relative;
  display: inline-block;
  width: 316px;
}
@media screen and (max-width: 800px) {
  .nav-menu .menu .parent__label {
    width: 86%;
  }
}
.nav-menu .menu .parent p {
  position: relative;
  width: fit-content;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  .nav-menu .menu .parent p {
    padding: 0 5px;
  }
}
.nav-menu .menu .parent p {
  /* 白い帯 */
}
.nav-menu .menu .parent p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.nav-menu .menu .parent .toggle-icon {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.nav-menu .menu .parent .toggle-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
}
.nav-menu .menu .parent .toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #fff;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 0.3s;
}
.nav-menu .menu .parent.is-active {
  color: #ff5f41;
}
@media screen and (max-width: 800px) {
  .nav-menu .menu .parent.is-active {
    color: #fff;
  }
}
.nav-menu .menu .parent.is-active .parent__label p:before {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .nav-menu .menu .parent.is-active .parent__label p:before {
    width: 0;
    opacity: 0;
  }
}
.nav-menu .menu .parent.is-active .toggle-icon::after {
  transform: rotate(0deg);
}
.nav-menu .accordion-wrap {
  display: none;
}
.nav-menu .sub-menu {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: 10%;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .nav-menu .sub-menu {
    font-size: 1.4rem;
  }
}
.nav-menu .sub-menu li {
  width: fit-content;
  margin-right: 48px;
  margin-bottom: 5px;
}
.nav-menu .sub-menu li:nth-of-type(1) {
  width: 100%;
}
.nav-menu .sub-menu li.width-fit {
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .nav-menu .sub-menu {
    margin-left: 6%;
  }
  .nav-menu .sub-menu li {
    width: 100%;
  }
  .nav-menu .sub-menu li.width-fit {
    width: fit-content;
  }
}

/* 交通アクセスポップアップ */
.access-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  overflow: scroll;
  z-index: 10;
}
.access-window.is-active {
  display: block;
}
.access-window__close {
  width: 20px;
  height: 20px;
  background: url(../images/access_window_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 auto;
}
.access-window-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5%;
  background: #ff5f41;
}
.access-window-container__inner {
  max-width: 800px;
  margin: 0 auto;
}
.access-window-container__header {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .access-window-container__header {
    display: block;
  }
}
.access-window-container__header .btn-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .access-window-container__header .btn-wrap {
    margin-top: 20px;
  }
}
.access-window-container__header a {
  width: 160px;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px;
  color: #fff;
  border-radius: 6px;
  font-size: 1.3rem;
}
.access-window-container__header a:nth-of-type(1) {
  margin-right: 20px;
}
.access-window-container h2,
.access-window-container h3,
.access-window-container p {
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .access-window-container h2 {
    font-size: 2rem;
  }
}
.access-window-container h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.access-window-container h3:nth-of-type(2), .access-window-container h3:nth-of-type(3) {
  margin-top: 50px;
}
.access-window-container h3:after {
  background: #fff;
}
@media screen and (max-width: 800px) {
  .access-window-container h3 {
    font-size: 1.8rem;
  }
}
.access-window-container p a {
  display: inline-block;
}
.access-window-container iframe {
  margin: 50px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .access-window-container iframe {
    height: 300px;
  }
}
.access-window-container .way {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .access-window-container .way {
    width: 100%;
  }
}

/* Footer */
.footer {
  padding: 80px 20px 20px 20px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  background-color: #ff5f41;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer__logo {
  width: 200px;
  margin-bottom: 63px;
}
.footer__link-btns {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 60px;
}
.footer__link-btns a {
  width: 155px;
  margin: 0 20px;
  padding: 7px 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
}
@media screen and (max-width: 800px) {
  .footer__link-btns {
    width: 100%;
  }
  .footer__link-btns a {
    width: 45%;
    margin: 0 7px;
  }
}
.footer__sns {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.footer__sns img {
  width: 90px;
  margin: 0 14px;
}
@media screen and (max-width: 800px) {
  .footer__sns img {
    width: 100px;
    margin: 0 12px;
  }
}
.footer__copyright {
  font-size: 1rem;
}

/*========= トップページ(front)用のCSS ===============*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  animation: display 1s linear both;
}
.loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  transform-origin: center;
  animation: rotate4 2s linear infinite;
}
.loading circle {
  fill: none;
  stroke: #ff5f41;
  opacity: 0.5;
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash4 1.5s ease-in-out infinite;
}

@keyframes display {
  0% {
    background: #fff;
  }
  100% {
    background: #fff;
  }
}
@keyframes rotate4 {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}
.loading_logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loading-img {
  width: 30%;
  max-width: 350px;
  opacity: 0;
}

.page-front {
  position: relative;
  padding-bottom: 120px;
  /* TOPのファーストビュー */
}
.page-front .fv-container {
  position: relative;
  height: 100vh;
  margin: 0 0 70px auto;
}
@media screen and (max-width: 800px) {
  .page-front .fv-container {
    margin: 0 0 90px auto;
  }
}
.page-front .fv-container__inner {
  position: relative;
  width: 80%;
  height: 100vh;
  margin: 0 0 0 auto;
}
.page-front .fv-container__inner .fv-container__bg-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.page-front .fv-container__inner .fv-container__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .page-front .fv-container__inner {
    width: 100%;
    background-position: bottom;
  }
}
.page-front .fv-container .vertical-title-label {
  position: absolute;
  top: 11%;
  left: -11.5%;
}
@media screen and (max-width: 800px) {
  .page-front .fv-container .vertical-title-label {
    top: 18%;
    left: -22px;
  }
}
.page-front .fv-container__line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .page-front .fv-container__line {
    width: 172vw;
    left: -7%;
    top: 30svh;
    bottom: unset;
  }
}
.page-front .news {
  margin: 15px 0;
}
@media screen and (max-width: 800px) {
  .page-front .news {
    flex-direction: column;
  }
}
.page-front .news-container {
  display: flex;
  align-items: center;
}
.page-front .news-container p {
  width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  .page-front .news-container p {
    width: 250px;
  }
}
.page-front .news-container__inner {
  width: fit-content;
  margin: 0 auto;
}
.page-front .news-container__more {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 105px;
  background-color: rgba(49, 49, 49, 0.0784313725);
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  .page-front .news-container__more {
    height: 160px;
  }
}
.page-front .news-container__more::before, .page-front .news-container__more::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 15px;
  width: 12.8px;
  height: 1px;
  border-radius: 9999px;
  background-color: rgba(49, 49, 49, 0.5019607843);
  transform-origin: calc(100% - 0.5px) 50%;
}
.page-front .news-container__more::before {
  transform: rotate(53.6deg);
}
.page-front .news-container__more::after {
  transform: rotate(-53.6deg);
}
.page-front .line {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
.page-front .feature {
  width: 100%;
  margin-top: 100px;
  padding: 30px 0;
  background: url(../images/index_message_b.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.page-front .feature h2 {
  margin-bottom: 30px;
}
.page-front .feature .content {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .page-front .feature .content {
    flex-direction: column;
  }
}
.page-front .feature .content__inner {
  margin-left: 20px;
}
.page-front .feature .content__inner img {
  width: 156px;
  height: 200px;
}
.page-front .feature .text {
  position: relative;
  max-width: 590px;
  line-height: 31px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .page-front .feature .text {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
.page-front .feature .image {
  width: 240px;
  margin: 0 auto;
}
.page-front .feature span {
  display: block;
  text-align: center;
  margin: 10px 0;
  font-family: "Zen Old Mincho", serif;
}
.page-front .feature-banner__about {
  margin-top: 200px;
  margin-bottom: 200px;
}
.page-front .department {
  position: relative;
  margin-top: 130px;
}
.page-front .department:before {
  content: "";
  width: 100%;
  height: 82%;
  position: absolute;
  top: 100px;
  background: #ff5f41;
}
@media screen and (max-width: 800px) {
  .page-front .department h2 {
    margin-bottom: 33px;
  }
}
.page-front .department__inner {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
.page-front .department .department__link {
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 800px) {
  .page-front .department .department__link {
    margin-bottom: 110px;
  }
}
.page-front .department .department__link__line {
  position: absolute;
  width: 50%;
  z-index: 3;
}
.page-front .department .department__link__img {
  position: relative;
  width: 73%;
  aspect-ratio: 5/3;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .page-front .department .department__link__img {
    width: 90%;
  }
}
.page-front .department .department__link__img {
  /* hover時のoverlay */
}
.page-front .department .department__link__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
  background: #ffb745;
  opacity: 0;
  border-radius: 16px;
  transition: 0.3s;
  z-index: 2;
}
.page-front .department .department__link__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.page-front .department .department__link__index {
  position: absolute;
  width: fit-content;
  padding: 32px 56px;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 2.6rem;
  border-radius: 13px;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .page-front .department .department__link__index {
    width: 270px;
    padding: 24px 0px;
    font-size: 2.2rem;
  }
}
.page-front .department .department__link__index {
  /* hover時のoverlay */
}
.page-front .department .department__link__index:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
  background: #ffb745;
  opacity: 0;
  border-radius: 16px;
  transition: 0.3s;
}
.page-front .department .department__link__index span {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  .page-front .department .department__link__index span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 800px) {
  .page-front .department .department__link:nth-of-type(1) {
    margin-bottom: 290px;
  }
}
.page-front .department .department__link:nth-of-type(1) .department__link__line {
  top: 22%;
  left: -19%;
}
.page-front .department .department__link:nth-of-type(1) .department__link__img {
  margin: 0 0 0 auto;
}
.page-front .department .department__link:nth-of-type(1) .department__link__index {
  bottom: -16%;
  left: 0;
}
@media screen and (max-width: 800px) {
  .page-front .department .department__link:nth-of-type(1) .department__link__index {
    bottom: -66%;
  }
}
.page-front .department .department__link:nth-of-type(2) .department__link__line {
  top: 21%;
  right: -18%;
  transform: scale(-1, 1);
}
.page-front .department .department__link:nth-of-type(2) .department__link__index {
  top: -19%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .page-front .department .department__link:nth-of-type(2) .department__link__index {
    top: -56%;
  }
}
.page-front .department .department__link:hover .department__link__index:before {
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  .page-front .department .department__link:hover .department__link__index:before {
    opacity: 0;
  }
}
.page-front .department .department__link:hover .department__link__img img {
  transform: scale(1.05);
}
@media screen and (max-width: 800px) {
  .page-front .department .department__link:hover .department__link__img img {
    transform: scale(1);
  }
}
.page-front .department .department__link:hover .department__link__img:before {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .page-front .department .department__link:hover .department__link__img:before {
    opacity: 0;
  }
}

/* 親ページ */
.page-parent .page-parent-icatch__bg img {
  object-position: bottom;
}
.page-parent .feature {
  background: url(../images/blue_bg.jpg);
  background-size: cover;
}
.page-parent .feature__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 110px 0;
}
@media screen and (max-width: 800px) {
  .page-parent .feature__inner {
    padding: 110px 0 50px 0;
  }
}
.page-parent .feature h4 {
  margin-top: 50px;
  margin-bottom: 70px;
}
.page-parent .feature .contents-wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .page-parent .feature .contents-wrap {
    margin-top: 50px;
  }
}
.page-parent .feature .contents-wrap .public-policy__img {
  position: relative;
}
.page-parent .feature .contents-wrap .public-policy__img::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon_zoom.svg");
}
@media screen and (max-width: 800px) {
  .page-parent .feature .contents-wrap .public-policy__img::after {
    display: none;
  }
}
.page-parent .feature .tree {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .page-parent .feature .tree {
    width: 600px;
    padding-bottom: 20px;
  }
}
.page-parent .feature .triangle {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .page-parent .feature .triangle {
    width: 100%;
    margin: 100px auto 150px auto;
  }
}
.page-parent .feature .flower {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .page-parent .feature .flower {
    width: 100%;
  }
}
.page-parent .feature .curriculum-figure {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .page-parent .feature .curriculum-figure {
    width: 920px;
  }
}
.page-parent .feature .flow-wrap {
  width: 90%;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 800px) {
  .page-parent .feature .flow-wrap {
    width: 100%;
    margin: 114px auto 0 auto;
  }
}
.page-parent .feature .flow-wrap h2 {
  margin-bottom: 80px;
  color: #313131;
  font-size: 2.2rem;
}
@media screen and (max-width: 800px) {
  .page-parent .feature .flow-wrap h2 {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
.page-parent .feature .flow-wrap h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .page-parent .feature .flow-wrap h3 {
    font-size: 1.8rem;
  }
}
.page-parent .feature .flow-wrap .flow-item h4 {
  font-size: 1.5rem;
  color: #ff5f41;
  margin-bottom: 25px;
}
.page-parent .feature .flow-item {
  margin-bottom: 100px;
}
.page-parent .feature .flow-item div {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .page-parent .feature .flow-item div {
    display: block;
  }
}
.page-parent .feature .flow-item div img {
  width: 30%;
}
@media screen and (max-width: 800px) {
  .page-parent .feature .flow-item div img {
    width: 80%;
    margin: 0 auto 40px auto;
  }
}
.page-parent .feature .flow-item div p {
  word-break: normal;
  flex: 0.9;
}
@media screen and (max-width: 800px) {
  .page-parent .feature .flow-item div p {
    width: 100%;
  }
}
.page-parent {
  /* 福祉社会学科での学び */
}
.page-parent .movie-contents {
  width: 90%;
  max-width: 900px;
  margin: 0px auto;
}
.page-parent .movie-contents .slide-container {
  position: relative;
  margin: 50px auto;
}
.page-parent .movie-contents .swiper {
  width: 90%;
  margin: 0px auto;
}
@media screen and (max-width: 800px) {
  .page-parent .movie-contents .swiper {
    width: 100%;
  }
}
.page-parent .movie-contents .swiper img {
  width: 100%;
}
.page-parent .movie-contents .swiper-button-prev {
  width: 50px;
  height: 14px;
  z-index: 7;
}
@media screen and (max-width: 800px) {
  .page-parent .movie-contents .swiper-button-prev {
    left: -16px;
  }
}
.page-parent .movie-contents .swiper-button-prev:after {
  content: "";
  width: 50px;
  height: 14px;
  background: url(../images/icon_arrow_l.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .page-parent .movie-contents .swiper-button-prev:after {
    width: 40px;
    height: 14px;
  }
}
.page-parent .movie-contents .swiper-button-next {
  width: 50px;
  height: 14px;
  z-index: 7;
}
@media screen and (max-width: 800px) {
  .page-parent .movie-contents .swiper-button-next {
    right: -16px;
  }
}
.page-parent .movie-contents .swiper-button-next:after {
  content: "";
  width: 50px;
  height: 14px;
  background: url(../images/icon_arrow_r.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .page-parent .movie-contents .swiper-button-next:after {
    width: 40px;
    height: 14px;
  }
}
.page-parent .movie-contents .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 10px;
}
.page-parent .movie-contents .swiper-pagination span {
  margin: 0 6px;
  background: #ff5f41;
  opacity: 0.3;
}
.page-parent .movie-contents .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.page-parent .movie-contents .link {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .page-parent .movie-contents .link {
    margin-top: 100px;
  }
}
.page-parent .movie-contents .link div {
  width: 48%;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .page-parent .movie-contents .link div {
    width: 100%;
    margin-bottom: 70px;
  }
}
.page-parent .movie-contents .link div img {
  width: 100%;
  margin-bottom: 20px;
}
.page-parent {
  /* 取得可能なライセンス */
}
.page-parent .license {
  width: 90%;
  max-width: 900px;
  margin: 0px auto;
}
.page-parent .license .link {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 40px auto;
}
.page-parent .license .link::after {
  content: "";
  width: 48%;
  margin: 10px auto;
}
@media screen and (max-width: 800px) {
  .page-parent .license .link {
    width: 100%;
  }
}
.page-parent .license .link a {
  width: 48%;
  margin: 10px auto;
}
@media screen and (max-width: 800px) {
  .page-parent .license .link a {
    width: 100%;
  }
}
.page-parent {
  /* 卒業後の進路*/
}
.page-parent .graduate {
  background: url(../images/cloud_bg.jpg);
  background-size: cover;
}
.page-parent .graduate__inner {
  width: 90%;
  max-width: 750px;
  margin: 0px auto;
  padding: 110px 0;
}
@media screen and (max-width: 800px) {
  .page-parent .graduate__inner {
    padding: 110px 0 20px 0;
  }
}
.page-parent .graduate .list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin: 40px auto;
}
.page-parent .graduate .list::after {
  content: "";
  width: 30%;
}
.page-parent .graduate .voice-item {
  width: 28%;
  margin-bottom: 60px;
  word-break: normal;
}
.page-parent .graduate .voice-item:hover .voice-item__thumbnail img {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .page-parent .graduate .voice-item:hover .voice-item__thumbnail img {
    transform: scale(1);
  }
}
@media screen and (max-width: 800px) {
  .page-parent .graduate .voice-item {
    width: 45%;
  }
}
.page-parent .graduate .voice-item__thumbnail {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 19px;
  overflow: hidden;
}
.page-parent .graduate .voice-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.page-parent .graduate .voice-item__profession {
  font-weight: 500;
  margin: 10px 0 5px 0;
  font-size: 1.5rem;
  line-height: 21px;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-parent .graduate .voice-item__name {
  font-size: 1.6rem;
  color: #777777;
  line-height: 21px;
}
.page-parent {
  /* 卒業生の主な進路（令和2〜4年）*/
}
.page-parent .graduate-course-welfare h4 {
  position: relative;
  margin-top: 40px;
  z-index: 2;
}
.page-parent .graduate-course-welfare .contetns {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .page-parent .graduate-course-welfare .contetns {
    width: 100%;
  }
}
.page-parent .graduate-course-welfare .figure {
  width: 100%;
  min-width: 440px;
}
@media screen and (max-width: 800px) {
  .page-parent .graduate-course-welfare .figure {
    margin-left: 5%;
  }
}
.page-parent .graduate-course-welfare .icon {
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .page-parent .graduate-course-welfare .text {
    width: 100%;
  }
}
.page-parent {
  /* 卒業生の主な進路（令和2〜4年）*/
}
.page-parent .graduate-course {
  background: url(../images/cloud_bg.jpg);
  background-size: cover;
}
.page-parent .graduate-course__inner {
  width: 90%;
  max-width: 900px;
  margin: 0px auto;
  padding: 110px 0;
}
.page-parent .graduate-course h4 {
  position: relative;
  margin-top: 40px;
  z-index: 2;
}
.page-parent .graduate-course .contetns {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .page-parent .graduate-course .contetns {
    width: 100%;
  }
}
.page-parent .graduate-course .figure {
  width: 100%;
  min-width: 440px;
}
@media screen and (max-width: 800px) {
  .page-parent .graduate-course .figure {
    margin-left: 5%;
  }
}
.page-parent .graduate-course .icon {
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .page-parent .graduate-course .text {
    width: 100%;
  }
}
.page-parent .pb-voice-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 65px auto;
}
@media screen and (max-width: 800px) {
  .page-parent .pb-voice-item {
    width: 100%;
    display: block;
  }
}
.page-parent .pb-voice-item:nth-of-type(1) {
  margin-top: 150px;
}
.page-parent .pb-voice-item__thumbnail {
  width: 270px;
  aspect-ratio: 5/7;
  overflow: hidden;
  border-radius: 20px;
}
.page-parent .pb-voice-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .page-parent .pb-voice-item__thumbnail {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.page-parent .pb-voice-item__contents {
  flex: 0.93;
  margin-top: 10px;
}
.page-parent .pb-voice-item__name, .page-parent .pb-voice-item__profession {
  font-weight: bold;
}
.page-parent .pb-voice-item__message {
  margin-top: 34px;
  font-weight: 500;
}
.page-parent {
  /* 福祉社会研究会 */
}
.page-parent .research-group {
  background: url(../images/teature_b.jpg);
  background-size: cover;
  padding: 150px 0;
}
.page-parent .research-group__inner {
  width: 90%;
  max-width: 900px;
  margin: 0px auto;
}
.page-parent .research-group__inner .document {
  width: 300px;
  margin: 40px auto 10px auto;
}
.page-parent {
  /* 活動の報告 */
}
.page-parent .cooperation-news-container {
  padding: 110px 0;
  background: url(../images/campus_b.jpg);
  background-size: contain;
  background-repeat: repeat-y;
}
.page-parent .cooperation-news-container__inner {
  width: 90%;
  max-width: 900px;
  margin: 0px auto;
}
.page-parent .cooperation-news-container__inner h2 {
  margin-bottom: 110px;
}
@media screen and (max-width: 800px) {
  .page-parent .cooperation-news-container__inner h2 {
    margin-bottom: 40px;
  }
}
.page-parent .cooperation-news-container .news-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .page-parent .cooperation-news-container .news-item {
    display: block;
  }
}
.page-parent .cooperation-news-container .news-item__thumbnail {
  width: 40%;
  aspect-ratio: 5/3;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .page-parent .cooperation-news-container .news-item__thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-parent .cooperation-news-container .news-item__thumbnail img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-parent .cooperation-news-container .news-item__thumbnail .no-img {
  object-position: bottom;
}
.page-parent .cooperation-news-container .news-item__contents {
  flex: 0.95;
}
@media screen and (max-width: 800px) {
  .page-parent .cooperation-news-container .news-item__contents {
    width: 100%;
  }
}
.page-parent .cooperation-news-container .news-item__title {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
}
.page-parent .cooperation-news-container .news-item__exerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.page-parent .cooperation-news-container .news-item:hover .news-item__thumbnail img {
  transform: scale(1.1);
}
.page-parent.feature .vertical-title-label__ja {
  font-size: 2.8rem !important;
}
@media screen and (max-width: 800px) {
  .page-parent.feature .vertical-title-label__ja {
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 800px) {
  .page-parent.feature .contents-block {
    width: 100%;
  }
}
.page-parent.feature .philosophy {
  margin-top: 100px;
  background: url(../images/blue_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .page-parent.feature .philosophy {
    margin-top: 50px;
  }
}
.page-parent.feature .philosophy__inner {
  width: 90%;
  max-width: 900px;
  margin: 0px auto;
  padding: 110px 0 190px 0;
}
.page-parent.feature .philosophy .contents-block:nth-of-type(2) {
  margin-top: 100px;
}
.page-parent.feature .region {
  margin-top: 30px;
}
.page-parent.feature .region .catchcopy {
  font-size: 4.6rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .page-parent.feature .region .catchcopy {
    font-size: 3.2rem;
  }
}
.page-parent.feature .region-infinity-container {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 800px) {
  .page-parent.feature .region-infinity-container {
    padding: 0px 0;
  }
}
.page-parent.feature .region-infinity-container__inner {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 30px auto;
}
@media screen and (max-width: 800px) {
  .page-parent.feature .region-infinity-container__inner {
    width: 100%;
    margin-top: 50px;
  }
}
.page-parent.feature .region-infinity-container img {
  width: 100%;
}
.page-parent.feature .region .region-link {
  position: absolute;
  width: 244px;
  height: 244px;
  border-radius: 100%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 0 rgba(210, 119, 14, 0.21);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.page-parent.feature .region .region-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: #fff;
  border-radius: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .page-parent.feature .region .region-link {
    width: 30vw;
    height: 30vw;
  }
}
.page-parent.feature .region .region-link.is-left {
  left: 28%;
}
.page-parent.feature .region .region-link.is-right {
  left: 72%;
}
@media screen and (max-width: 800px) {
  .page-parent.feature .region .region-link.is-active {
    z-index: 4;
    left: 50%;
  }
}
.page-parent.feature .region .region-link h3 {
  margin-bottom: 0;
  color: #ff5f41;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .page-parent.feature .region .region-link h3 {
    font-size: 1.8rem;
  }
}
.page-parent.feature .region .region-link__inner {
  opacity: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  border-radius: 100%;
  gap: 30px;
  width: 244px;
  height: 244px;
  background: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px 0 rgba(210, 119, 14, 0.21);
}
@media screen and (max-width: 800px) {
  .page-parent.feature .region .region-link__inner {
    width: 30vw;
    height: 30vw;
  }
}
.page-parent.feature .region .region-link__inner p {
  width: 273px;
}
.page-parent.feature .region .region-link__inner.is-active {
  opacity: 1;
  width: 380px;
  height: 380px;
}
@media screen and (max-width: 800px) {
  .page-parent.feature .region .region-link__inner.is-active {
    width: 350px;
    height: 350px;
  }
}
.page-parent.feature .about__inner {
  width: 90%;
  max-width: 900px;
  margin: 0px auto;
  padding: 110px 0;
}
.page-parent.feature .about .contents-block {
  margin-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .page-parent.feature .about .contents-block {
    margin-bottom: 80px;
  }
}
.page-parent.feature .about .contents-block img {
  width: 80%;
  margin: 0 auto 30px auto;
}
.page-parent.feature .about .accordion-wrap {
  position: relative;
  min-height: 135px;
  transition: 0.3s;
}
.page-parent.feature .about .accordion-wrap.is-active {
  min-height: 0px;
}
.page-parent.feature .about .open-trigger {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  width: fit-content;
  margin: 50px auto;
  font-family: "Zen Old Mincho", serif;
  transition: 0.3s;
}
.page-parent.feature .about .open-trigger:before {
  content: "<";
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 15px;
  vertical-align: text-top;
}
.page-parent.feature .about .open-trigger.is-active {
  opacity: 0;
  top: -50px;
  visibility: hidden;
}
.page-parent.feature .about .box {
  cursor: pointer;
  display: none;
  margin: 100px 0;
  padding: 86px 115px;
  background: #f8f8f8;
  line-height: 2;
}
.page-parent.feature .about .box .list {
  padding-left: 1rem;
  text-indent: -1.4rem;
}
@media screen and (max-width: 800px) {
  .page-parent.feature .about .box {
    width: 100vw;
    padding: 36px;
    margin: 100px calc(50% - 50vw);
  }
}
.page-parent.feature .history {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.page-parent.feature .history dt {
  width: fit-content;
  font-weight: 500;
  color: #a8a8a8;
}
.page-parent.feature .history dd {
  flex: 0.9;
}
.page-parent.feature .history dd a {
  display: inline-block;
  color: #ff5f41;
}

.popup {
  cursor: pointer;
}

.popup-window {
  display: none;
}
.popup-window__close {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: 3%;
  width: 25px;
  height: 30px;
  background: url(../images/popup_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.popup-window .image-wrap {
  position: relative;
  width: fit-content;
  width: 100%;
}
.popup-window img {
  width: 80%;
  margin: 0 auto;
}

.popup-window.is-active {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  overflow: scroll;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 20;
}

.line-graduate-under {
  width: 90%;
  margin: 0 auto;
}

/* 検索結果 */
.search-result .result {
  margin-top: 100px;
}
.search-result .main-container {
  margin-top: 20px !important;
}
.search-result .news__category {
  margin-left: 0 !important;
}

.scroll-area .icon {
  display: none;
}
@media screen and (max-width: 800px) {
  .scroll-area .icon {
    width: 64px;
  }
}
@media screen and (max-width: 800px) {
  .scroll-area {
    position: relative;
    overflow: scroll;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .scroll-area .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    transition: 0.3s;
  }
  .scroll-area .icon.is-hidden {
    opacity: 0;
  }
}

/* 卒業生の声 アーカイブページ*/
.archive-graduate .vertical-title-label {
  left: 0;
}
.archive-graduate .list-container {
  width: 100%;
  margin: 200px auto 30px auto;
}
@media screen and (max-width: 800px) {
  .archive-graduate .list-container {
    margin: 100px auto 30px auto;
  }
}
.archive-graduate .list-container .voice-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  width: 80%;
  margin: 70px auto;
  word-break: normal;
}
@media screen and (max-width: 800px) {
  .archive-graduate .list-container .voice-item {
    display: block;
  }
}
.archive-graduate .list-container .voice-item:hover .voice-item__thumbnail img {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .archive-graduate .list-container .voice-item:hover .voice-item__thumbnail img {
    transform: scale(1);
  }
}
.archive-graduate .list-container .voice-item__thumbnail {
  width: 35%;
  aspect-ratio: 3/4;
  border-radius: 19px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .archive-graduate .list-container .voice-item__thumbnail {
    width: 50%;
    margin: 0 auto 30px auto;
  }
}
.archive-graduate .list-container .voice-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.archive-graduate .list-container .voice-item__contents {
  flex: 0.9;
}
.archive-graduate .list-container .voice-item__message {
  font-weight: 500;
}
.archive-graduate .list-container .voice-item__profession {
  font-weight: bold;
  margin: 17px 0;
  font-size: 1.5rem;
  line-height: 21px;
  word-break: normal;
}
.archive-graduate .list-container .voice-item__name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 21px;
}

/* 卒業生の声 singleページ*/
.single-graduate {
  padding-top: 100px;
}
@media screen and (max-width: 800px) {
  .single-graduate {
    padding-top: 0px;
  }
}
.single-graduate__inner {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 40px auto;
  padding-top: 150px;
}
.single-graduate .vertical-title-label {
  position: absolute;
  top: 0%;
  left: -3%;
}
.single-graduate .profile-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin: 0px auto 100px auto;
}
@media screen and (max-width: 800px) {
  .single-graduate .profile-container {
    display: block;
  }
}
.single-graduate .profile-container__thumbnail {
  width: 270px;
  aspect-ratio: 5/7;
  overflow: hidden;
  border-radius: 20px;
}
.single-graduate .profile-container__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .single-graduate .profile-container__thumbnail {
    width: 220px;
    margin: 0 auto;
  }
}
.single-graduate .profile-container__contents {
  flex: 0.93;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .single-graduate .profile-container__contents {
    width: 100%;
    flex: 1;
  }
}
.single-graduate .profile-container__name {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .single-graduate .profile-container__name {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.single-graduate .profile-container__profession {
  color: #000;
  font-weight: bold;
}
.single-graduate .profile-container__text {
  margin-top: 35px;
  color: #777777;
  font-weight: 500;
}
.single-graduate .inner {
  padding: 0 8%;
}
.single-graduate img {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
}
.single-graduate {
  /* 卒業生の声 singleページ */
}
.single-graduate .other-students {
  margin-top: 100px;
  padding: 93px 0;
  background: url(../images/cloud_bg.jpg);
  background-size: cover;
  background-repeat: repeat-y;
}
.single-graduate .other-students__inner {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}
.single-graduate .other-students-lists {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}
.single-graduate .other-students-item {
  width: 28%;
  font-weight: 500;
  word-break: normal;
  margin-bottom: 60px;
}
.single-graduate .other-students-item:hover .other-students-item__thumbnail img {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .single-graduate .other-students-item:hover .other-students-item__thumbnail img {
    transform: scale(1);
  }
}
@media screen and (max-width: 800px) {
  .single-graduate .other-students-item {
    width: 45%;
    margin-bottom: 40px;
  }
}
.single-graduate .other-students-item__thumbnail {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 19px;
  overflow: hidden;
}
.single-graduate .other-students-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.single-graduate .other-students-item__profession {
  font-weight: 500;
  margin: 10px 0 5px 0;
  font-size: 1.5rem;
  line-height: 21px;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.single-graduate .other-students-item__name {
  font-size: 1.6rem;
  color: #777777;
  line-height: 21px;
}

.page-campuslife .banner-btn {
  margin: 100px auto 30px auto;
}
.page-campuslife .schedule {
  margin-top: 120px;
  background: url(../images/campus-life_bg.jpg);
  background-size: contain;
  background-repeat: repeat-y;
}
.page-campuslife .schedule__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 800px) {
  .page-campuslife .schedule__inner {
    padding: 90px 0 30px 0;
  }
}
.page-campuslife .schedule__inner h2 {
  margin-bottom: 50px;
}
.page-campuslife .schedule .block {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin: 110px 0;
  padding: 70px 30px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 800px) {
  .page-campuslife .schedule .block {
    display: block;
    padding: 30px 15px;
  }
  .page-campuslife .schedule .block:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.page-campuslife .schedule .block h2 {
  position: absolute;
  top: 13px;
  left: 30px;
}
.page-campuslife .schedule .block .left {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  width: 45%;
}
@media screen and (max-width: 800px) {
  .page-campuslife .schedule .block .left {
    width: 100%;
  }
}
.page-campuslife .schedule .block .right {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  width: 45%;
}
.page-campuslife .schedule .block .right div {
  width: 49%;
  margin: 30px 0;
}
.page-campuslife .schedule .block .right div img {
  width: 100%;
}
.page-campuslife .schedule .block .right div p {
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  .page-campuslife .schedule .block .right {
    width: 100%;
    margin-top: 30px;
  }
  .page-campuslife .schedule .block .right div {
    width: 48%;
  }
}
.page-campuslife .schedule .block:nth-of-type(2) .right {
  display: block;
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .page-campuslife .schedule .block:nth-of-type(2) .right {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    flex-wrap: wrap;
  }
}
.page-campuslife .schedule .block:nth-of-type(2) .right div {
  margin: 30px auto;
}
.page-campuslife .schedule .schedule-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 35px 0;
}
@media screen and (max-width: 800px) {
  .page-campuslife .schedule .schedule-item {
    margin-bottom: 15px;
  }
}
.page-campuslife .schedule .schedule-item__month {
  width: 86px;
  padding: 5px 0;
  text-align: center;
  background: #fff;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 800px) {
  .page-campuslife .schedule .schedule-item__month {
    padding: 3px 23px;
    font-size: 1.7rem;
  }
}
.page-campuslife .schedule .schedule-item p {
  flex: 0.9;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 800px) {
  .page-campuslife .schedule .schedule-item p {
    font-size: 1.8rem;
  }
}
.page-campuslife .news {
  padding-bottom: 100px;
}
.page-campuslife .news__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.page-campuslife .news__inner .list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .page-campuslife .news__inner .list {
    margin-top: 40px;
  }
}
.page-campuslife .news__inner .list:after {
  content: "";
  width: 30%;
}
.page-campuslife .news__inner .item {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .page-campuslife .news__inner .item {
    width: 48%;
  }
}
.page-campuslife .news__inner .item__thumbnail {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .page-campuslife .news__inner .item__thumbnail {
    border-radius: 10px;
  }
}
.page-campuslife .news__inner .item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.page-campuslife .news__inner .item__thumbnail .no-img {
  object-position: bottom;
}
.page-campuslife .news__inner .item__title {
  font-size: 1.4rem;
  font-weight: 500;
}
.page-campuslife .news__inner .item:hover .item__thumbnail img {
  transform: scale(1.1);
}
.page-campuslife .news__inner .more-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  color: #000;
  font-family: "Zen Old Mincho", serif;
}
.page-campuslife .student-life__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 90px 0;
}
.page-campuslife .student-life__inner h2 {
  margin-bottom: 50px;
}
.page-campuslife .student-life-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 65px auto;
}
@media screen and (max-width: 800px) {
  .page-campuslife .student-life-item {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
.page-campuslife .student-life-item:nth-of-type(1) {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .page-campuslife .student-life-item:nth-of-type(1) {
    margin-top: 0px;
  }
}
.page-campuslife .student-life-item__thumbnail {
  width: 220px;
  aspect-ratio: 5/7;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .page-campuslife .student-life-item__thumbnail {
    width: 30%;
    aspect-ratio: 3/4;
  }
}
.page-campuslife .student-life-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.page-campuslife .student-life-item__contents {
  flex: 0.93;
  margin-top: 10px;
}
.page-campuslife .student-life-item__name, .page-campuslife .student-life-item__profession {
  font-weight: bold;
}
.page-campuslife .student-life-item__profession {
  color: #a8a8a8;
}
.page-campuslife .student-life-item__message {
  margin-top: 34px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}
@media screen and (max-width: 800px) {
  .page-campuslife .student-life-item__message {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.page-campuslife .student-life-item:hover .student-life-item__thumbnail img {
  transform: scale(1.05);
}
@media screen and (max-width: 800px) {
  .page-campuslife .student-life-item:hover .student-life-item__thumbnail img {
    transform: scale(1);
  }
}

/* 学生生活 singleページ*/
.single-student-life {
  margin-bottom: 100px;
  padding-top: 100px;
}
.single-student-life__inner {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 40px auto;
  padding-top: 200px;
}
.single-student-life .vertical-title-label {
  position: absolute;
  top: 0%;
  left: 0%;
  width: fit-content;
  height: auto;
  min-height: 300px;
}
.single-student-life .profile-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0px auto 65px auto;
}
@media screen and (max-width: 800px) {
  .single-student-life .profile-container {
    display: block;
  }
}
.single-student-life .profile-container__thumbnail {
  width: 220px;
  aspect-ratio: 5/7;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .single-student-life .profile-container__thumbnail {
    margin: 0 auto;
  }
}
.single-student-life .profile-container__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-student-life .profile-container__contents {
  flex: 0.93;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .single-student-life .profile-container__contents {
    flex: 1;
  }
}
.single-student-life .profile-container__name {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .single-student-life .profile-container__name {
    font-size: 2.2rem;
  }
}
.single-student-life .profile-container__profession {
  display: inline-block;
  color: #a8a8a8;
  font-weight: bold;
}
.single-student-life .profile-container__text {
  margin-top: 35px;
  color: #777777;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .single-student-life .profile-container__text {
    margin-top: 15px;
  }
}
.single-student-life .inner {
  padding: 0 8%;
}
@media screen and (max-width: 800px) {
  .single-student-life .inner {
    padding: 0;
  }
}
.single-student-life .qa-item {
  margin: 60px 0;
}
.single-student-life .qa-item .answer {
  padding-left: 20px;
  font-weight: 500;
  color: #777777;
}
.single-student-life img {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
}

/* 教職員一覧ページ */
.archive-teachers .list-container {
  width: 90%;
  max-width: 900px;
  margin: 100px auto 200px auto;
}
.archive-teachers .term-links {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.archive-teachers .term-links a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin-right: 40px;
  color: #ff5f41;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .archive-teachers .term-links a {
    margin-right: 30px;
  }
}
.archive-teachers .term-links a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  background: url(../images/ionic-ios-arrow-dropdown-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.archive-teachers .list {
  width: 100%;
  margin: 100px auto;
}
.archive-teachers .teacher-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  margin: 50px auto;
}
@media screen and (max-width: 800px) {
  .archive-teachers .teacher-item {
    display: block;
    margin: 100px auto;
  }
}
.archive-teachers .teacher-item__thumbnail {
  position: relative;
  width: 160px;
  aspect-ratio: 3/4;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .archive-teachers .teacher-item__thumbnail {
    width: 130px;
    margin: 0 auto 30px auto;
  }
}
.archive-teachers .teacher-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.archive-teachers .teacher-item__thumbnail {
  /* hover時のoverlay */
}
.archive-teachers .teacher-item__thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
  background: #ffb745;
  opacity: 0;
  border-radius: 16px;
  transition: 0.3s;
}
.archive-teachers .teacher-item__contents {
  flex: 0.95;
  font-size: 1.4rem;
}
.archive-teachers .teacher-item:hover .teacher-item__thumbnail:before {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .archive-teachers .teacher-item:hover .teacher-item__thumbnail:before {
    opacity: 0;
  }
}
.archive-teachers .teacher-item:hover .teacher-item__thumbnail img {
  transform: scale(1.05);
}
@media screen and (max-width: 800px) {
  .archive-teachers .teacher-item:hover .teacher-item__thumbnail img {
    transform: scale(1);
  }
}

/* 教職 singleページ*/
.single-teacher {
  margin-bottom: 100px;
  padding-top: 100px;
}
.single-teacher__inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
  padding-top: 200px;
}
.single-teacher .vertical-title-label {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 105px;
}
.single-teacher .profile-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  width: 80%;
  margin: 0px auto 65px auto;
}
@media screen and (max-width: 800px) {
  .single-teacher .profile-container {
    display: block;
    width: 100%;
  }
}
.single-teacher .profile-container__thumbnail {
  width: 270px;
  aspect-ratio: 5/7;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .single-teacher .profile-container__thumbnail {
    width: 170px;
    margin: 0 auto 50px auto;
  }
}
.single-teacher .profile-container__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-teacher .profile-container__contents {
  flex: 0.93;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .single-teacher .profile-container__contents {
    width: 100%;
  }
}
.single-teacher .profile-container__contents .message {
  margin-top: 45px;
}

.teacher-profile-dl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  flex-wrap: wrap;
  margin: 15px 0;
}
.teacher-profile-dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  color: #fff;
  font-weight: bold;
  padding: 4px 0;
  background: #b0c4d3;
  font-size: 1.4rem;
  text-align: center;
}
.teacher-profile-dl dd {
  font-weight: 500;
  flex: 0.97;
}
.teacher-profile-dl dd a {
  text-decoration: underline;
}

.page .voice {
  padding: 93px 0;
  background: url(../images/cloud_bg.jpg);
  background-size: cover;
  background-repeat: repeat-y;
}
.page .voice__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.page .voice-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 65px auto;
}
@media screen and (max-width: 800px) {
  .page .voice-item {
    display: block;
  }
}
.page .voice-item:nth-of-type(1) {
  margin-top: 80px;
}
.page .voice-item__thumbnail {
  width: 220px;
  aspect-ratio: 5/7;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .page .voice-item__thumbnail {
    margin: 0 auto;
  }
}
.page .voice-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page .voice-item__contents {
  flex: 0.93;
}
.page .voice-item__name, .page .voice-item__profession {
  font-weight: bold;
}
.page .voice-item__name {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.page .voice-item__profession {
  font-size: 1.5rem;
}
.page .voice-item__message {
  margin-top: 34px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}
.page .license-tmp {
  background: url(../images/ws_feature_b.jpg);
  background-size: cover;
}
.page .license-tmp .voice-item__message {
  margin-top: 0;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .page.major .feature {
    width: 100%;
  }
}
.page.major .subjects {
  background: url(../images/blue_bg.jpg);
  background-size: cover;
}
.page.major .subjects__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 110px 0;
}
.page.major .subjects .contents {
  width: 88%;
  margin: 80px auto;
}
@media (max-width: 1000px) {
  .page.major .subjects .contents {
    width: 100%;
    margin: 30px auto;
  }
}
.page.major .subjects .contents__title {
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 800px) {
  .page.major .subjects .contents__title {
    flex-direction: column;
    gap: 0;
  }
}
.page.major .subjects .caption {
  display: inline-block;
  margin-left: 40px;
}
.page.major .subjects .caption.vertical--bottom {
  vertical-align: bottom;
}
@media screen and (max-width: 800px) {
  .page.major .subjects .caption {
    display: block;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
.page.major .subjects .bg-white {
  padding: 50px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1000px) {
  .page.major .subjects .bg-white {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 800px) {
  .page.major .subjects .bg-white {
    padding: 30px 25px;
  }
}
.page.major .subjects .line {
  width: 100%;
  height: 1px;
  background: #000;
  margin: 70px auto;
}
.page.major .subjects .figure {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .page.major .subjects .figure {
    width: 920px;
  }
}
.page.major .subjects dl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
}
.page.major .subjects dl dt {
  width: 207px;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .page.major .subjects dl dt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.page.major .subjects dl dd {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  flex: 0.9;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .page.major .subjects dl dd {
    width: 100%;
  }
}
.page.major .subjects dl dd div:nth-of-type(1) {
  margin-right: 18px;
}
.page.major .thesis dd {
  margin-bottom: 18px;
  font-weight: 500;
  color: #a8a8a8;
}
.page.major .thesis ul {
  list-style: none;
}
.page.major .thesis ul li {
  margin: 10px 0;
  padding-left: 1rem;
  text-indent: -1rem;
}
.page.major .thesis ul li:before {
  content: "・";
  display: inline-block;
}
.page.major .license__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 800px) {
  .page.major .license__inner {
    padding: 100px 0;
  }
}
.page.major .license .btn-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 40px auto;
}
.page.major .license .btn-wrap a {
  width: 48%;
}
@media screen and (max-width: 800px) {
  .page.major .license .btn-wrap {
    display: block;
  }
  .page.major .license .btn-wrap a {
    width: 100%;
  }
}
.page.major .route {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
}
.page.major .route dl {
  width: 47%;
}
@media screen and (max-width: 800px) {
  .page.major .route dl {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page.major .route dl dt {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.2rem;
}
.page.major .route dl dd {
  font-weight: 500;
}
.page {
  /* 入試情報 */
}
.page.admission .vertical-title-label.child {
  height: 455px;
}
@media screen and (max-width: 800px) {
  .page.admission .vertical-title-label.child {
    height: 370px;
    bottom: -38%;
  }
}
.page.admission .banner-btn {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.page.admission .youtube {
  width: 80%;
  margin: 0 auto;
  border-radius: 16px;
  aspect-ratio: 3/1.7;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .page.admission .youtube {
    width: 100%;
  }
}
.page.admission .youtube iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page.admission .support__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 200px 0 80px 0;
}
@media screen and (max-width: 800px) {
  .page.admission .support__inner {
    padding: 100px 0;
  }
}
.page.admission .support h2 {
  margin-bottom: 130px;
}
.page.admission .support .contents-block {
  margin-bottom: 110px;
}
.page {
  /* バックナンバー資料ページ */
}
.page.backnumber {
  background: #eaeaea;
  padding: 10vh 0;
}
.page.backnumber .docx {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 30px auto;
}
.page.backnumber .docx:before {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
.page.backnumber .docx .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 40px;
  transition: 0.3s;
}
.page.backnumber .docx .icatch {
  width: 100%;
}
.page.backnumber .docx:hover:before {
  opacity: 1;
}
.page.backnumber .docx:hover .icon {
  opacity: 1;
}
.page.examinee .banner-btn {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.page.examinee #news {
  padding-top: 60px;
}
.page.examinee #info {
  padding-top: 60px;
}
@media screen and (max-width: 800px) {
  .page.examinee .news {
    flex-direction: column;
  }
}

/* お知らせ singleページ */
.single-common {
  margin-bottom: 100px;
}
.single-common .breadcrumb {
  margin-top: 100px;
}
.single-common__inner {
  width: 90%;
  max-width: 920px;
  margin: 150px auto 200px auto;
}
@media screen and (max-width: 800px) {
  .single-common__inner {
    width: 100%;
  }
}
.single-common__inner .thumbnai-container {
  position: relative;
  margin-top: -100px;
}
.single-common__inner .thumbnai-container .thumbnai {
  width: 100%;
  aspect-ratio: 5/3;
}
@media screen and (max-width: 800px) {
  .single-common__inner .thumbnai-container .thumbnai {
    width: 90%;
    margin: 0 auto;
  }
}
.single-common__inner .thumbnai-container .thumbnai img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-common__inner .thumbnai-container .title {
  position: absolute;
  right: 0;
  width: 85%;
}
@media screen and (max-width: 800px) {
  .single-common__inner .thumbnai-container .title {
    padding-right: 5%;
  }
}
.single-common__inner .title {
  position: relative;
  width: 100%;
  margin: -74px 0 0 auto;
  padding: 28px 30px 28px 56px;
  background: #fff;
  font-size: 3rem;
  border-left: 4px solid #ff5f41;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .single-common__inner .title {
    width: 90%;
    margin: -74px auto 0 auto;
    font-size: 2rem;
    padding: 18px 0px 18px 16px;
    border-left: 3px solid #ff5f41;
  }
}
.single-common__inner .title .date {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  color: #a8a8a8;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .single-common__inner .title .date {
    font-size: 1.1rem;
  }
}
.single-common__inner .category {
  display: block;
  width: fit-content;
  margin: 18px 0 90px auto;
  font-family: "Zen Old Mincho", serif;
  color: #a8a8a8;
}
@media screen and (max-width: 800px) {
  .single-common__inner .category {
    font-size: 1.3rem;
    padding-right: 5%;
  }
}
.single-common .btn--back {
  clear: both;
  margin-bottom: 20px;
}

/* お知らせ archiveページ */
.page-all-archive {
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .page-all-archive {
    margin-bottom: 10px;
  }
}
.page-all-archive__inner {
  position: relative;
  width: 90%;
  max-width: 920px;
  margin: 100px auto 200px auto;
}
@media screen and (max-width: 800px) {
  .page-all-archive__inner {
    margin: 100px auto 0px auto;
  }
}
.page-all-archive .vertical-title-label {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 800px) {
  .page-all-archive .vertical-title-label {
    left: 50%;
  }
}
.page-all-archive .main-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 150px;
}
@media screen and (max-width: 800px) {
  .page-all-archive .main-container {
    display: block;
    margin-top: 50px;
  }
}
.page-all-archive .category-container {
  padding-right: 20px;
  border-right: 1px solid #a8a8a8;
}
@media screen and (max-width: 800px) {
  .page-all-archive .category-container {
    border-right: none;
    padding-right: 0px;
  }
}
.page-all-archive .category-container a {
  color: #a8a8a8;
  font-weight: 500;
  margin: 22px 0;
}
.page-all-archive .category-container a.current {
  color: #ff5f41;
}
.page-all-archive .list-container {
  flex: 0.95;
  padding-top: 20px;
}
@media screen and (max-width: 800px) {
  .page-all-archive .list-container {
    padding-top: 60px;
  }
}
.page-all-archive .news {
  margin-bottom: 40px;
}
.page-all-archive .news__date {
  color: #a8a8a8;
  font-weight: 500;
}
.page-all-archive .news__category {
  margin-left: 20px;
  padding: 2px 10px;
  font-family: "Zen Old Mincho", serif;
  background: #b0c3d3;
  color: #fff;
  font-size: 1.4rem;
}
.page-all-archive .news__title {
  margin-top: 10px;
}

article {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 150px auto;
}
@media screen and (max-width: 800px) {
  article {
    width: 90%;
  }
}
article h2 {
  margin-top: 3rem;
  margin-bottom: 34px;
  color: #313131;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 800px) {
  article h2 {
    font-size: 2.3rem;
  }
}
article h3 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin-bottom: 67px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #ff5f41;
  font-family: "Zen Old Mincho", serif;
}
article h3::after {
  content: "";
  display: block;
  flex: 0.95;
  width: auto;
  height: 1px;
  background: #ff5f41;
}
@media screen and (max-width: 800px) {
  article h3 {
    margin-bottom: 43px;
  }
}
article h4 {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 800px) {
  article h4 {
    font-size: 2rem;
  }
}
article p {
  margin: 3rem 0;
  line-height: 2;
}
article p a {
  display: inline-block;
  text-decoration: underline;
  color: indianred;
}
article p img {
  display: inline-block;
  vertical-align: middle;
}
article iframe {
  width: 100%;
  height: 445px;
}
@media screen and (max-width: 800px) {
  article iframe {
    height: 240px;
  }
}
article .is-style-external-link .wp-block-button__link {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #017dba;
  background: transparent;
  text-decoration: underline;
}
article .is-style-external-link .wp-block-button__link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(../images/icon_dl_blue.svg);
  background-size: contain;
  margin-left: 13px;
}
article img {
  margin: 30px 0;
}
article table td {
  border-color: #dcdcdc !important;
}
article .wp-block-file a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #017dba;
  text-decoration: underline;
}
article .wp-block-file a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(../images/icon_dl_blue.svg);
  background-size: contain;
  margin-left: 13px;
}
article .wp-block-flexible-table-block-table td,
article .wp-block-flexible-table-block-table th {
  border-color: rgba(0, 0, 0, 0.34) !important;
}
article .wp-block-flexible-table-block-table th {
  background-color: rgb(255, 205, 196) !important;
  font-weight: 400;
}
article .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: unset;
  color: #000000;
  bottom: -6px;
}
article .wp-block-image figcaption {
  font-size: 1.3rem;
  text-align: center;
  margin-top: -20px;
}
article .has-background {
  padding: 20px;
}
article .has-orange-background-color {
  background-color: #ff5f41;
}
article .has-blue-background-color {
  background-color: #017dba;
}
article .has-lightblue-background-color {
  background-color: #b0c3d3;
}
article .has-white-background-color {
  background-color: #ffffff;
}
article .has-black-background-color {
  background-color: #000000;
}
article .has-orange-color {
  color: #ff5f41;
}
article .has-blue-color {
  color: #017dba;
}
article .has-lightblue-color {
  color: #b0c3d3;
}
article .has-black-color {
  color: #000000;
}
article .has-white-color {
  color: #ffffff;
}

.single-common h2 {
  background: #f8f8f8;
  padding: 13px 24px;
  border-bottom: 3px solid #ff5f41;
  font-size: 20px;
  font-weight: 600;
}

.wp-pagenavi {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
}
.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: unset;
  line-height: 1;
  font-size: 1.8rem;
  margin: 0 8px;
}
@media screen and (max-width: 800px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 1.6rem;
    margin: 0 7px 13px 3px;
    font-weight: bolder;
    -webkit-font-smoothing: auto;
  }
}
.wp-pagenavi .extend {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .wp-pagenavi .extend {
    display: none;
  }
}
.wp-pagenavi .current {
  color: #ff5f41;
}/*# sourceMappingURL=style.css.map */