body {
  margin: 0;
  background-color: #ffffff;
  /* max-width: 1440px; */
}
a {
  text-decoration: none;
}
.grid {
  max-width: 1160px;
  margin: 0px auto;
}
@media screen and (max-width: 1023px) {
  .grid {
    padding-bottom: 80px;
  }
}
.grid-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .grid-wrap {
    padding: 0;
  }
}

#bread li a {
  font-weight: normal;
  color: #333;
  text-decoration: none;
  font-size: 100%;
}

@keyframes cardFadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

.box {
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 28px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
  background: white;
  cursor: pointer;

  animation-name: cardFadeIn;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s !important;
}

.box--normal {
  display: block;
  width: 269px;
  height: 189px;
}

.box--normal .box--content {
  padding: 26px 20px 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .box--normal {
    width: 90%;
    height: 52px;
    margin: 2px 5% 2px;
  }
  .box--normal .box--content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 14px;
  }
  .box--normal .box--content::after {
    position: relative;
    left: 4px;
    display: block;
    content: "\f105";
    opacity: 0.6;
    font-family: "Font Awesome 5 Pro";
  }
}

.box--normal .item-desc {
  font-size: 12px;
  font-weight: initial;
  color: #888888;
  position: absolute;
  bottom: 12%;
  line-height: 17px;
  letter-spacing: 0.5px;
  width: 230px;
}

.box--dark .box--content {
  background: url("common/image/top/card_seminar.jpg") no-repeat center center /
    cover;
}
@media screen and (max-width: 1023px) {
  .box--dark .box--content {
    background: url("common/image/top/card_seminar.jpg") no-repeat center center /
      cover;
  }
  .box--dark .box--content::after {
    color: white;
  }
}
.box--dark .item-desc {
  color: #ffffff;
  opacity: 0.85;
}
.box--dark2 .box--content {
  background: url("common/image/top/card_column.jpg") no-repeat center center /
    cover;
}
@media screen and (max-width: 1023px) {
  .box--dark2 .box--content {
    background: url("common/image/top/card_column_sp.jpg") no-repeat center
      center / cove;
  }
  .box--dark2 .box--content::after {
    color: white;
  }
}
.box--dark2 .item-desc {
  color: #ffffff;
  opacity: 0.85;
}
@media screen and (max-width: 1023px) {
  .item-desc {
    display: none;
  }
}

.box--content {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.box--content:hover {
  opacity: 0.7;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.box-category {
  margin: 0 0 10px;
  line-height: 1;
  color: #1767ac;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .box-category {
    margin: 0 44px 0 0;
    width: 40px;
  }
}

.box-label {
  margin: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1023px) {
  .box-label {
    width: calc(100% - 94px);
    font-size: 14px;
    font-weight: bold;
  }
}
.box-label--dark {
  color: white;
}

.box-category--dark {
  margin: 0 0 10px;
  line-height: 1;
  color: white;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .box-category--dark {
    margin: 0 44px 0 0;
    width: 40px;
  }
}

.box--summary {
  width: 566px;
  height: 189px;
}

.box--summary .box--content {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .box--summary {
    width: 90%;
    height: 52px;
    margin: 2px 5% 2px;
  }
}

.box--summary .item-desc {
  font-size: 12px;
  font-weight: normal;
  color: #888888;
  position: absolute;
  bottom: 12%;
  width: 230px;
  line-height: 17px;
  letter-spacing: 0.5px;
}

.box--summary-image {
  width: 297px;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .box--summary-image {
    display: none;
  }
}

.box--summary-text {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  width: 269px;
  padding: 25px 20px;
}
@media screen and (max-width: 1023px) {
  .box--summary-text {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
  }
  .box--summary-text::after {
    display: block;
    content: "\f105";
    opacity: 0.6;
    font-family: "Font Awesome 5 Pro";
  }
}

.grid-section {
  background-color: #f7f7f7;
  padding-top: 41px;
}
@media screen and (max-width: 1023px) {
  .grid-section {
    padding-top: 0;
  }
  .grid-section-padding-top {
    padding-top: 30px;
  }
}
.switch {
  display: flex;
  align-items: center;
  width: 1160px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 1023px) {
  .switch {
    display: none;
  }
}

.switch-title {
  display: inline-block;
  margin: 0 6px 0 0;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 31px;
  text-align: center;
}
.switch-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
@media screen and (max-width: 1023px) {
  .switch-wrap {
    padding: 0 4px;
  }
}

input[type="radio"] {
  display: none;
}

.top_sort_button {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #e9e9e9;
  height: 38px;
  margin: 0 6px 0 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.4s;
}
.top_sort_button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .top_sort_button {
    height: 88px;
    line-height: unset;
    margin: 0 4px;
    padding: 24px 0 0;
  }
}
.top_sort_button.is-active {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  background-color: #4e4e4e;
}

.top_sort_button_badge {
  display: none;
  position: absolute;
  top: 9px;
  right: 8px;
  background: white;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #ccc;
}
.is-active .top_sort_button_badge {
  border: 5px solid white;
  background: #4e4e4e;
}
@media screen and (max-width: 1023px) {
  .top_sort_button_badge {
    width: 14px;
    height: 14px;
  }
  .is-active .top_sort_button_badge {
    border: 4px solid white;
  }
}

.top_sort_button_icon {
  font-size: 14px;
  margin-right: 5px;
  color: #1767ac;
}
.is-active .top_sort_button_icon {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .top_sort_button_icon {
    padding-bottom: 7px;
    font-size: 21px;
  }
}

.top_sort_button_bottom {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .top_sort_button_bottom {
    font-size: 11px;
    line-height: 24px;
  }
  .is-active .top_sort_button_bottom {
    border-bottom: 1px solid white;
  }
}

.top-text-block-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .top-text-block-wrap {
    height: auto;
    margin-top: 94px;
  }
}
.top-text-block {
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.2));
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .top-text-block {
    width: 90%;
    padding-top: 0;
  }
}

.mini-title {
  opacity: 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: -8px;
  margin-bottom: 18px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 3.5px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1023px) {
  .mini-title {
    width: 250px;
    margin: 0 auto;
    letter-spacing: 0px;
    font-size: 13px;
    line-height: 20px;
  }
}

.top-mainvisual-title {
  opacity: 0;
  position: relative;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.28;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  animation-timing-function: ease-in-out;
  animation-duration: 0.6s !important;
}

@media screen and (max-width: 1023px) {
  .top-mainvisual-title {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    width: 100%;
    margin: 12px auto 32px;
  }
}

.top-news-block-wrapper {
  background: #f7f7f7;
}

.top-news-block {
  display: flex;
  align-items: center;
  background: white;
  width: 1160px;
  min-height: 88px;
  margin: 0 auto -30px;
  padding: 20px 30px 20px 160px;
  color: #333333;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 1023px) {
  .top-news-block {
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto -50px;
    padding: 20px;
    text-align: left;
    transform: translate(0px, -70px);
  }
}
.top-news-block:hover p {
  text-decoration: underline solid black;
}
.top-news-block-label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 135px;
  height: 45px;
  padding-left: 30px;
  border-right: 1px solid #e0e0e0;
}
@media screen and (max-width: 1023px) {
  .top-news-block-label {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30px;
    padding: 0 0 12px;
    margin-bottom: 18px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.top-news-block-label-text {
  color: #1767ac;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .top-news-block-label-text {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.top-news-block-label-detail {
  color: #888888;
  font-size: 11px;
}
@media screen and (max-width: 1023px) {
  .top-news-block-label-detail {
    font-size: 12px;
  }
}
.top-news-block time {
  margin-right: 24px;
  color: #888888;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .top-news-block time {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.top-news-block p {
  width: 846px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline solid transparent;
  transition: text-decoration 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .top-news-block p {
    font-size: 14px;
    line-height: 22px;
    width: auto;
  }
}
.top-news-block p::after {
  content: "\f14c";
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/* トップページ、お知らせ部分 ここから */
.top-news {
  margin-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .top-news {
    margin-bottom: 40px;
  }
}
.top-news-img {
  background: url("common/image/top/news.jpg") no-repeat;
  background-position: top center;
  background-size: auto 326px;
  position: relative;
  padding: 80px 0 0;
}
@media screen and (max-width: 1023px) {
  .top-news-img {
    background: url("common/image/top/news_sp.jpg") no-repeat;
    background-position: top center;
    background-size: 100% 216px;
  }
}

.information-box {
  width: 1160px;
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(74, 110, 137, 0.1);
  margin: 0 auto;
  padding-bottom: 44px;
}
@media screen and (max-width: 1023px) {
  .information-box {
    top: 35%;
    width: 90%;
    padding-bottom: 5%;
    height: auto;
  }
}

.information-box-title {
  padding: 50px 0 12px 42px;
  font-size: 26px;
  margin-right: 1000px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .information-box-title {
    padding: 35px 0 20px 25px;
    margin-right: unset;
  }
}

.top-news-wrap {
  box-sizing: border-box;
  margin: 0 40px;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
}
.top-news-wrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1023px) {
  .top-news-wrap {
    display: block;
    margin: 0 7%;
  }
}

.top-news-item {
  display: block;
  width: 100%;
  padding: 26px 0;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width: 1023px) {
  .top-news-item {
    border: none;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .top-news-item {
    border-bottom: 1px solid #eeeeee;
  }
  .top-news-item:last-child {
    border-bottom: none;
  }
}

.top-news-date {
  font-size: 15px;
  color: #888888;
  margin: 0 0 13px;
}
.top-news-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-news-title {
  font-size: 15px;
  line-height: 1.5;
  word-wrap: break-word;
  width: 100%;
  text-decoration: underline solid transparent;
  transition: text-decoration 0.5s ease;
}
.top-news-item:hover .top-news-title {
  text-decoration: underline solid black;
}
@media all and (-ms-high-contrast: none) {
  .top-news-item:hover .top-news-title {
    text-decoration: underline;
  }
}

.top-news-icon {
  margin: 0 0 0 8px;
  font-size: 15px;
  font-weight: 300;
}
/* トップページ、お知らせ部分 ここまで */
.top-img {
  opacity: 0;
  text-align: center;
  background: url("common/image/top/top_main.webp") no-repeat center center /
    cover;
  color: white;
  height: 640px;
  position: relative;
  animation-timing-function: ease-in-out;
  animation-duration: 1.6s !important;
}
@media screen and (max-width: 1023px) {
  .top-img {
    background-position: top center;
    height: 500px;
    background: url("common/image/top/top_main_sp.jpg") no-repeat center center /
      cover;
  }
}

.top-mainvisual {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-mainvisual {
    overflow: hidden;
  }
}
.top-mainvisual > .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: -1;
  background: #eee;
}
.top-slide-container > .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -10;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.top-slide-container > .swiper-pagination {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .top-slide-container > .swiper-pagination {
    margin-bottom: 90px;
  }
}

.swiper-pagination {
  top: 510px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .swiper-pagination {
    top: 390px;
  }
}

.swiper-pagination-bullet::before {
  display: none;
}
.swiper-pagination-bullet {
  border-radius: inherit !important;
  margin: 0 5px !important;
  width: 28px !important;
  height: 3px !important;
  background: #fff !important;
  opacity: 0.5 !important;
}
.swiper-pagination-bullet-active {
  background: #4e4e4e !important;
  opacity: 1 !important;
}

.top-mainvisual-button {
  opacity: 0;
  position: relative;
  display: block;
  height: 52px;
  line-height: 52px;
  width: 368px;
  background-color: #1767ac;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin: 22px auto 0;
  /* -webkit-font-smoothing: antialiased;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s !important; */
  transition: background 0.4s;
}
.js-top-mainvisual-button {
  opacity: 1;
}
.js-top-mainvisual-button span {
  transition: opacity 0.4s;
}
.js-top-mainvisual-button:hover {
  background-color: #2d7ec4;
}
.js-top-mainvisual-button:hover span {
  opacity: 0.75;
}
@media screen and (max-width: 1023px) {
  .top-mainvisual-button {
    width: 100%;
  }
}

.top-mainvisual-button-icon {
  position: absolute;
  right: 15px;
  top: 18px;
}
