@charset "UTF-8";

/*-------------------------------
  ホーム用のスタイル
-------------------------------*/
.o-home_header__mv{
  width: 100%;
}


.o-home_header--fade{
  width: 100vw;
  aspect-ratio: 25 / 18;
  position:relative;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media (min-width: 40em) {
  .o-home_header--fade{
    width: 150%;
    max-width: 100vw;
    aspect-ratio: 8 / 3;
  }
}
.o-home_header--fade img:first-of-type{
  z-index: 1;
}
.o-home_header--fade img{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.o-home_header--pick_up{
  width: 100%;
  margin-top: 33.5px;
  border-bottom: none;
}
.o-home_header--pick_up .o-pick_up{
  width: 100%;
  text-align: center;
  background-color: var(--color-sub);
  color: var(--color-sub-text);
  font-weight: bold;
  font-size: 18px;
  padding: 4px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 40em) {
  .o-home_header{
    background-color: #f2f3f5;
  }
  .o-home_header--fade{
    width: 100%;
    height: 400px;
    margin-right: 0;
  margin-left: 0;
  }
  .o-home_header--pick_up{
    width: calc(100% - 800px);
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    background-color: #ffffff;
    border: solid 1px #c7c7c7;
  }
  .o-home_header--pick_up .o-pick_up{
    height: 3rem;
    font-size: 1.5rem;
  }
  .o-display-bloack{
    display: block;
    border-bottom: solid 1px #c7c7c7;
  }
}

.o-notice-categories{
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
  padding-left: 1px;
}
.o-notice-category{
  border: solid 1px #bebebe;
  text-align: center;
  font-size: 14px;
  width: auto;
  max-width: 70vw;
  height: 40px;
}
.o-notice-category > div{
  width: 100%;
  min-width: 105px;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o-notice-category a{
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
@media (max-width: 39.99999em) {
  .o-notice-categories{
    overflow: scroll;
    flex-wrap: nowrap;
  }
  .o-notice-category~.o-notice-category{
    border-left: none;
  }
}
@media (min-width: 40em) {
  .o-notice-category{
    margin-left: -1px;
    margin-top: -1px;
    flex: 0 1 20%;
    max-width: 20%;
    min-width: 0;
    height: 60px;
    font-size: 16px;
  }
  .o-notice-category > div{
    min-width: 0;
  }
}
.o-correspondent-list,.o-notice{
  margin-top: 55px;
}
@media (min-width: 40em) {
  .o-correspondent-list,.o-notice{
    margin-top: 60px;
  }
}
.o-notice .o-notice{
  margin-top: 0;
}
.o-hide{
  display: none;
}
.o-post_list--pick_up{
  width: 100%;
  background-color: #ffffff;
  padding: 10px 24px;
  border: solid 1px #c7c7c7;
  flex:1
}
@media (min-width: 40em) {
  .o-post_list--pick_up{
    padding: 10px 30px;
    border-right: none;
    border-left: none;
  }
}
.o-post_list--pick_up~.o-post_list--pick_up{
  border-top: none;
}

.o-related_links{
  background-color: #dbdbdb;
  padding: 1.0rem 0 1.5rem 0;
  margin-top: 25px;
}
@media (min-width: 40em) {
  .o-related_links{
    background-color: #f2f3f5;
    padding: 2rem 0 3rem 0;
    margin-top: 88px;
  }
}
.o-related_links__igm{
  width: 100%;
  aspect-ratio : 37/11;
  object-fit: cover;
}
.o-related_links__igm:hover{
  opacity:0.5;
	transition:0.3s;
}

.o-important_notices{
  width: 100%;
  border: solid 5px #cf2d36;
}

.o-important_notices__heading{
  width: 100%;
  padding: 5px;
  display: flex;
  background-color: #cf2d36;
}
.o-important_notices__heading--text{
  margin: auto;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.o-important_notices__heading--text i{
  font-weight: 600;
  font-size: 20px;
  margin-right: 2px;
}
.o-important_notices__text{
  font-size: 13px;
  line-height: 22px;
  padding: 15px 13px;
  margin: auto 0;
}
@media (min-width: 40em) {
  .o-important_notices__heading{
    padding: 1rem 2rem;
  }
  .o-important_notices__heading--text{
    font-size: 20px;
  }
  .o-important_notices__heading--text i{
    font-size: 26px;
  }
  .o-important_notices__text{
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 20px 30px;
  }
}
@media (min-width: 40em) {
  .o-important_notices{
    display: flex;
  }
  .o-important_notices__heading{
    width: auto;
    min-width: 232px;
  }
}

.o-home_header--pagination {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
}

.o-home_header--pagination span{
  margin: 0 0.5rem;
}

.o-board {
  margin-top: 60px;
}
@media (min-width: 40em) {
  .o-board {
    margin-top: 100px;
  }
  .o-board_items--left {
    padding-right: 20px;
  }
  .o-board_items--right {
    padding-left: 20px;
  }
}
.o-board_item {
  border-top: 1px solid #AFAFAF;
  height: auto;
  padding: 12px 12px;
  text-decoration: none !important;
}
@media (min-width: 40em) {
  .o-board_item {
    padding: 0 12px;
    height: 56px;
  }
}
.o-board_items .o-board_item:last-child {
  border-bottom: 1px solid #AFAFAF;
}
@media (max-width: 39.9999em) {
  .o-board_items--left .o-board_item:last-child {
    border-bottom: none;
  }
}
.o-board_item__date {
  margin: auto 0;
  font-size: 14px;
  color: #AFAFAF;
  min-width: 147px;
}
.o-board_item__title {
  margin: auto 0;
  text-decoration: underline;
}
.o-board_item__arrow {
  margin: auto 0 auto auto;
  position: relative;
  display: block;
  width: 23px;
  height: 1px;
  background-color: #CCCCCC;
}
.o-board_item__arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 4px;
  display: block;
  width: 1px;
  height: 12px;
  background-color: #CCCCCC;
  transform: rotate(45deg);
}
.o-board_item__arrow::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 4px;
  display: block;
  width: 1px;
  height: 12px;
  background-color: #CCCCCC;
  transform: rotate(-45deg);
}

.o-related-links::before{
  display: none;
}