@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

body {
  padding-top: 0 !important;
}

#main {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'NotoSerifCJKjp';
  font-weight: 400;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main {
    padding-top: 100px;
    padding-bottom: 100px;
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 16px;
  }

}

/** ***************************************************************************
 * セクショニング
 */

#main .section ~ .section {
  padding-top: 50px;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section ~ .section {
    padding-top: 120px;
  }

  #main .column ~ .column {
    margin-top: 100px;
  }

}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

/** ***************************************************************************
 * 画像
 */

#visual {
  overflow: hidden;
}

#visual div.visual {
  height: 61.14vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transform: scale(1.1);
  filter: contrast(150%) brightness(120%);
}

body.loaded
#visual div.visual {
  transition:
    transform 0.6s ease-in-out 0.0s,
    filter 0.8s ease-in-out 1.0s;
  transform: scale(1.0);
  filter: contrast(100%) brightness(100%);
}

#visual div.visual::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1.0);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#visual div.visual::after {
  content: '';
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: repeat;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#visual div.visual .title {
  padding: 40px;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 3;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.visual {
    height: 450px;
  }

}

/** ***************************************************************************
 * ニュース
 * ************************************************************************* */

#news div.news {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#news div.news ul.list {
  border-top: 1px dashed #b2b2b2;
  border-bottom: 1px dashed #b2b2b2;
}

#news div.news ul.list li {
  padding: 1em;
}

#news div.news ul.list li:has(a) {
  padding: 0;
}

#news div.news ul.list li ~ li {
  border-top: 1px dashed #b2b2b2;
}

#news div.news ul.list li a {
  padding: 1em 3.5em 1em 1em;
  color: inherit;
  background: url("../image/_common/icon-arrow-3.png") center right 1em / 1.5em 1.5em no-repeat;
  display: block;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(0, 0, 0, 0.0);
}

#news div.news ul.list li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
