@charset "utf-8";

html,
body {
  overflow: auto;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  background-color: #483d8b;
  color: #ffffff;
}

a,
a:link {
  text-decoration: underline;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
}

#wrap {
  overflow: hidden;
  position: relative;
}
.hp_mt50 {
  margin-top: 50px !important;
}
.hp_mb50 {
  margin-bottom: 50px !important;
}
.hp_mb100 {
  margin-bottom: 100px !important;
}
.hp_ml20 {
  margin-left: 20px !important;
}
.hp_mr20 {
  margin-right: 20px !important;
}
.hp_pt100 {
  padding-top: 100px !important;
}
.hp_md {
  font-weight: 500;
}
.hp_dot {
  border-top: 1px dashed #000000;
}
/* header */
.ly_header {
  z-index: 9999;
  display: flex;
  position: fixed;
  width: 100%;
  height: 150px;
  background: #483d8b;
}
.ly_header_inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 45px 25px;
}
.bl_headerUtils {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.bl_headerUtils_logo_univ {
  position: relative;
  width: 100%;
  max-width: 90px;
  height: 0;
  padding-top: 13.4%;
  background: url(../images/logo_univ.svg) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.bl_headerUtils_logo_univ a {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 80px;
}
.bl_headerUtils_logo_rcns {
  margin: 0;
}
.bl_headerUtils_logo_rcns img {
  vertical-align: middle;
}

.bl_headerNav {
  background-color: #ffffff;
  height: 60px;
  display: flex;
  flex-flow: row;
  padding: 0 24px;
  list-style-type: none;
  font-size: 0;
  position: relative;
}

.bl_headerNav_item a,
.bl_headerNav_item a:link,
.bl_headerNav_item a:visited,
.hidden_box label {
  display: block;
  border-radius: 4px;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 1.3rem;
}
.bl_headerNav_item a:hover,
.hidden_box label:hover {
  opacity: 0.5;
}
.bl_headerNav_item img,
.hidden_box label img {
  padding: 0 0 0 5px;
  vertical-align: middle;
}
#modal_overlay {
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 100000;
}

#modal_overlay:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}

#modal_overlay:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s, visibility 1s;
}

.bl_modal_container {
  display: table;
  width: 100%;
  height: 100%;
}

.bl_modal {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  background: rgba(46, 49, 149, 0.9);
}

.bl_modal a,
.bl_modal a:visited {
  color: #fff !important;
  padding: 0 0 20px 0;
}

.modalbtn_close {
  width: 34px;
  height: 34px;
  background-image: url(../images/icon_modal-close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  float: right;
}

.bl_modal_contents {
  margin: 0 auto;
  padding: 48px 0 72px;
  width: 100%;
  max-width: 1000px;
  text-align: left;
}

.bl_modalItem_container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: calc(-60px / 4);
  margin-bottom: -50px;
  margin-top: 50px;
  clear: right;
}

.bl_modalItem_container :nth-child(14) {
  margin-left: auto;
}

.bl_modalItem {
  width: 188px;
  margin-right: calc(60px / 4);
  margin-bottom: 50px;
}

.bl_modalItem_title {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  color: #483d8b;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 12px 0 12px 0;
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: center;
}

.hp_inversion {
  color: #ffffff;
  background-color: #483d8b;
}

.bl_modalItem_list {
  font-size: 1rem;
  padding-inline-start: 0;
  margin: 20px 0 -20px 0;
  white-space: nowrap;
}

.bl_modalItem_list > li::before {
  content: "・";
}

.bl_modalItem_list li {
  padding: 0 0 20px 0;
}

.bl_modalItem_list a {
  display: inline;
  font-size: 1rem;
  font-weight: regular;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}

.hidden_box label:hover {
  cursor: pointer;
}

/*SAERCH*/
.hidden_box input#label1 {
  display: none;
}

.hidden_box .hidden_show {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  position: absolute;
  width: 310px;
  top: 80px;
  right: 150px;
}

.hidden_box input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
}

/* footer */
.ly_footer {
  border-top: 1px solid;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #483d8b;
}
.ly_footer_inner {
  position: relative;
  max-width: 1000px;
  width: 100vw;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.bl_footer_pagetop {
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 100;
}
.bl_footer_pagetop a {
  display: block;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: #483d8b;
  font-size: 30px;
  text-decoration: none;
  text-align: center;
}
.bl_footer_pagetop a:hover {
  opacity: 0.8;
}
.bl_footer_name {
  font-size: 1.5rem;
  font-weight: 500;
}
.bl_footer_snsicon {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.el_footerCopyright {
  background: #2e3192;
  margin: 0 calc(50% - 50vw);
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

/* main */
.ly_cont {
  max-width: 1000px;
  padding: 0 15px 100px;
  margin-right: auto;
  margin-left: auto;
}
.el_lv2Heading {
  background: #2e3192;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}
.bl_cardUnit.bl_cardUnit__col3 {
  margin-bottom: -50px;
}
.bl_cardUnit__col3 > .bl_card {
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 50px;
  background: #2e3192;
}
.bl_cardUnit__col3 > .bl_card:nth-child(3n) {
  margin-right: 0;
}

.bl_card_imgWrapper {
  position: relative;
  padding-top: 66.6666%;
  overflow: hidden;
  margin: 0;
}
.bl_card_imgWrapper > img {
  position: absolute;
  top: 50%;
  max-width: 100%;
  height:auto;
  transform: translateY(-50%);
}
.bl_card_body {
  padding: 25px;
}
.bl_card_txt {
  margin-block-start: 0;
  font-size: 1.25rem;
  line-height: 150%;
}
.bl_card_date {
  padding-inline-start: 0;
  margin-left: -6px;

  
}
.bl_card_date li {
  display: inline;
  list-style-type: none;
  margin-right: 6px;
  padding-left: 10px;
}
.bl_card_date li + li {
  border-left: 1px solid #ffffff;
}
.bl_vertPosts {
  padding-left: 0;
  border-top: 1px dashed #ffffff;
}
.bl_vertPosts_item {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #ffffff;
}
.bl_vertPosts_text {
  padding: 0;
  margin-left: 20px;
  line-height: 175%;
}

.bl_vertPosts_text li {
  border-bottom: 0;
  display: inline;
  padding-left: 14px;
}

.bl_vertPosts_date,
.bl_vertPosts_cat {
  border-right: 1px solid #ffffff;
  padding-right: 14px;
}

.bl_btn_more {
  text-align: center;
  margin-top: 50px;
}
.el_btn_more {
  display: inline-block;
  width: 100%;
  max-width: 100px;
  padding: 10px;
  border: 1px solid #ffffff;
  font-size: 1.25rem;
  text-decoration: none !important;
  text-align: center;
  transition: 0.25s;
}
.el_btn_more:focus,
.el_btn_more:hover {
  opacity: 0.5;
}

/* home */
.visual {
  margin-bottom: 100px;
  padding: 150px 0 0 0;
}
.bl_visual_imgWrapper {
  margin: 0;
}
.visual img {
  width: 100%;
  height: 750px;
  margin: 0 auto;
  object-fit: cover;
}

@media screen and (max-width: 1080px) {
  .ly_header_inner {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
  }
  header .bl_headerUtils {
    height: 150px;
  }
  header nav {
    width: 100%;
    justify-content: space-between;
  }
  header nav ul {
    justify-content: center;
  }
  .bl_cardUnit {
    justify-content: space-evenly;
  }
  .bl_modal_contents {
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
  }
  .bl_modalItem_container {
    justify-content: space-between;
  }
  .hidden_box .hidden_show {
    top: 180%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 750px) {
  body {
    position: fixed;
  }
  .ly_cont {
    padding-left: 6.66666667%;
    padding-right: 6.66666667%;
    padding-bottom: calc(100px + ((1vw - 7.5px) * (50 / 4.6)));
    width: auto;
  }
  .bl_headerUtils .pc {
    display: none !important;
  }
  .bl_headerUtils_logo_rcns {
    margin: 0 25px 0 25px;
  }
  .bl_headerNav_item a,
  .bl_headerNav_item a:link,
  .bl_headerNav_item a:visited,
  .hidden_box label {
    display: block;
    border-radius: 4px;
    padding-top: calc(12px + ((1vw - 7.5px) * (2 / 4.6)));
    padding-bottom: calc(12px + ((1vw - 7.5px) * (2 / 4.6)));
    padding-left: calc(24px + ((1vw - 7.5px) * (20 / 4.6)));
    padding-right: calc(24px + ((1vw - 7.5px) * (20 / 4.6)));
    text-decoration: none;
    font-size: 1.3rem;
  }
  .bl_modalItem_container {
    justify-content: center;
  }
  .bl_modalItem {
    width: calc(80% / 2);
    margin-right: 3.5%;
    margin-bottom: 11.67%;
  }
  .bl_modalItem_title {
    padding-top: 1.6%;
    padding-bottom: 1.6%;
  }
  .bl_modalItem_title,
  .bl_modalItem_list a {
    /* font-size: 1.75rem; */
    font-size: calc(28px + ((1vw - 7.5px) * (19 / 4.6)));
  }
  .bl_modalItem_list li {
    padding-bottom: 2.67%;
  }
  .ly_footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ly_footer_inner {
    padding-left: 6.66666667%;
    padding-right: 6.66666667%;
  }
  .bl_footer_pagetop {
    left: -68px;
    margin-left: 100%;
  }
  .bl_footer_name,
  .bl_card_txt,
  .el_btn_more {
    /* font-size: 2.1875rem; */
    font-size: calc(35px + ((1vw - 7.5px) * (95 / 27.5)));
  }
  .bl_footer_name {
    /* font-size: 2.1875rem; */
    font-size: calc(35px + ((1vw - 7.5px) * (93 / 20)));
  }
  .bl_footer_address,
  .bl_footer_accees,
  .el_footerCopyright {
    /* font-size: 1.75rem; */
    font-size: calc(28px + ((1vw - 7.5px) * (75 / 20)));
  }
  .bl_headerNav_link,
  .bl_headerNav_link:link {
    /* font-size: 1.75rem; */
    font-size: calc(28px + ((1vw - 7.5px) * (16 / 4.3)));
  }
  .bl_card_date,
  .bl_vertPosts_text {
    /* font-size: 1.75rem; */
    font-size: calc(28px + ((1vw - 7.5px) * (12 / 4.6)));
  }
  .bl_footer_snsicon {
    position: static;
    left: 20px;
    bottom: 0;
  }
  .bl_footer_snsicon .fa-2x {
    font-size: calc(35px + ((1vw - 7.5px) * (93 / 20))) !important;
  }
  .el_footerCopyright {
    height: 100%;
    max-height: 175px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .bl_visual_imgWrapper {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    margin: 0;
  }
  .bl_visual_imgWrapper > img {
    position: absolute;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
  }
  .bl_cardUnit.bl_cardUnit__col3 {
    margin-bottom: -7.5%;
  }
  .bl_cardUnit > .bl_card {
    width: 100%;
    max-width: 525px;
    margin-right: 0;
    margin-bottom: 7.5%;
  }
  .el_lv2Heading {
    /* font-size: 2.625rem; */
    font-size: calc(42px + ((1vw - 7.5px) * (18 / 4.6)));
    height: 100%;
    max-height: 100px;
  }
  .bl_vertPosts_item {
    margin: 8.48623853% 0;
    padding: 0 20px 0 0;
  }
  .bl_vertPosts_text {
    margin-bottom: 8.48623853%;
  }
  .bl_vertPosts_cat {
    border-right: 1px solid #ffffff;
    padding: 0 14px;
  }
  .bl_vertPosts_ttl {
    display: block !important;
    border-left: none !important;
  }
  .el_btn_more {
    width: auto;
    max-width: initial;
  }
}
