/*******************
Top Page
*******************/
.slick-dots {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}

.slick-dots button {
  cursor: pointer;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  display: block;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 5px;
  background: white;
}

.slick-dots button:hover,
.slick-dots .slick-active button {
  background: #db0025;
}

.slick-dots button:focus {
  outline: none;
}

.kv-area__wrap {
  margin-bottom: 36px;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .kv-area__wrap {
    margin-bottom: 67px;
  }
}

@media screen and (max-width: 750px) {
  .kv-area .kv .kv__ttl {
    width: 100%;
    position: relative;
  }
  .kv-area .kv a {
    position: absolute;
    padding: 15px;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    color: white;
    font-weight: 900;
    font-family: "Noto Sans Japanese";
  }
  .kv-area .kv a .kv__txt {
    text-align: center;
    line-height: 1.3;
  }
  .kv-area .kv a .kv__txt small {
    font-size: 1.5rem;
  }
  .kv-area .kv a:after {
    position: absolute;
    right: 15px;
    bottom: 15px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/top/kv-btn.png) no-repeat center center;
    background-size: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .kv-area .kv {
    padding: 20px;
    height: calc(100vh - 100px);
    min-height: 500px;
    width: 100%;
    flex: 1;
  }
  .kv-area .kv .kv__ttl {
    width: 100%;
    height: 100%;
  }
  .kv-area .kv a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 4.4rem;
    color: white;
    font-weight: 900;
    line-height: 1;
    font-family: "Noto Sans Japanese";
    position: relative;
  }
  .kv-area .kv a:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/top/kv-btn.png) no-repeat center center;
    background-size: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .kv-area .kv a {
    font-size: 3.4375vw;
  }
}
@media print, screen and (min-width: 751px) {
  .kv-area .kv a span {
    display: inline-block;
    text-align: center;
    line-height: 1.3;
    transform: translateY(-50px);
  }
  .kv-area .kv a small {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .kv-area .kv a small {
    font-size: 1.875vw;
  }
}
@media print, screen and (min-width: 751px) {
  .kv-area .kv1 {
    background: url(../img/top/kv1.jpg) no-repeat;
    background-size: cover;
  }
  .kv-area .kv2 {
    background: url(../img/top/kv2.jpg) no-repeat;
    background-size: cover;
  }
  .kv-area .kv3 {
    background: url(../img/top/kv3.jpg) no-repeat;
    background-size: cover;
  }
}

.scroll {
  position: absolute;
  left: 20px;
  bottom: 10px;
  transform: translate(0, -10px);
  -webkit-animation: scrollBtn 2s infinite;
  animation: scrollBtn 2s infinite;
  animation-timing-function: ease;
}
@media print and (max-width: 1440px), screen and (min-width: 751px) and (max-width: 1440px) {
  .scroll {
    left: 1.38889vw;
  }
  .scroll img {
    width: 4.93056vw;
  }
}

@media screen and (max-width: 750px) {
  .top-nav {
    margin-bottom: 67px;
  }
}

.section:not(:last-child) {
  margin-bottom: 36px;
}
@media print, screen and (min-width: 751px) {
  .section:not(:last-child) {
    margin-bottom: 86px;
  }
}

.section__ttl {
  font-weight: 900;
  font-family: "Noto Sans Japanese";
  text-align: center;
  margin-bottom: 29px;
  font-size: 3rem;
}
.section__ttl strong {
  color: #c31010;
}
@media print, screen and (min-width: 751px) {
  .section__ttl {
    margin-bottom: 36px;
    font-size: 5rem;
  }
}

.section-wrap {
  margin-bottom: 36px;
}
@media print, screen and (min-width: 751px) {
  .section-wrap {
    margin-bottom: 86px;
  }
}
@media print, screen and (min-width: 751px) {
  .section-wrap .section {
    width: calc(50% - 10px);
    margin: 0;
  }
}

.white-box {
  background: white;
  border-radius: 10px;
  padding: 40px 15px;
}
@media print, screen and (min-width: 751px) {
  .white-box {
    padding: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .white-box {
    padding: 3.125vw;
  }
}

@media screen and (max-width: 750px) {
  .news-list li .news__txt {
    margin-top: 10px;
    display: block;
  }
  .news-list li .news {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .news-list li {
    font-size: 1.36719vw;
  }
}
@media print, screen and (min-width: 751px) {
  .news-list li .news {
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
}
.news-list li:not(:last-child) {
  border-bottom: solid 1px #dfe8ef;
}
.news-list .news__date {
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  .news-list .news__date {
    margin-right: 20px;
    min-width: 175px;
  }
}
.news-list .news__cat {
  display: inline-block;
  color: white;
  background: #c31010;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  width: 120px;
  height: 15px;
  line-height: 15px;
  font-size: 1.1rem;
  margin-left: 1em;
}
@media print, screen and (min-width: 751px) {
  .news-list .news__cat {
    min-width: 120px;
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
    margin-right: 28px;
  }
}
.news-list .news__cat-long {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .news-list .news__cat-long {
    font-size: 9px;
  }
}
@media screen and (max-width: 750px) {
  .news-list .link--pdf .news__txt {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .news-list .link--pdf .news__txt:after {
    content: "";
    display: inline-block;
    background: url(../img/common/icon_pdf.png) no-repeat;
    background-size: 100%;
    width: 16px;
    min-width: 16px;
    height: 15px;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 751px) {
  .news-list .link--pdf:after {
    content: "";
    display: inline-block;
    background: url(../img/common/icon_pdf.png) no-repeat;
    background-size: 100%;
    width: 26px;
    height: 25px;
    margin-left: 30px;
  }
}

.news-list--col2 li:not(:last-child) {
  border-bottom: solid 1px #dfe8ef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-list--col2 li a {
  display: block;
}
.news-list--col2 .news__date, .news-list--col2 .news__ttl {
  font-weight: bold;
  margin-bottom: .8em;
}
.news-list--col2 .link--pdf .news__ttl {
  display: block;
}
.news-list--col2 .link--pdf .news__txt {
  position: relative;
}
@media screen and (max-width: 750px) {
  .news-list--col2 .link--pdf .news__txt {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .news-list--col2 .link--pdf .news__txt:after {
    content: "";
    display: inline-block;
    background: url(../img/common/icon_pdf.png) no-repeat;
    background-size: 100%;
    width: 16px;
    min-width: 16px;
    height: 15px;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 751px) {
  .news-list--col2 .link--pdf .news__txt {
    display: inline-block;
    padding-right: 50px;
  }
  .news-list--col2 .link--pdf .news__txt:after {
    content: "";
    display: inline-block;
    background: url(../img/common/icon_pdf.png) no-repeat;
    background-size: 100%;
    width: 26px;
    height: 25px;
    margin-left: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.contents {
  padding-bottom: 60px;
}

.panel-row--col3 .target-blank {
  position: relative;
}
.panel-row--col3 .target-blank:after {
  content: "";
  display: block;
  background: url(../img/common/target-blank.png);
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media print, screen and (min-width: 751px) {
  .panel-row--col3 .target-blank:after {
    right: 16px;
    top: 16px;
  }
}
@media screen and (max-width: 750px) {
  .panel-row--col3 .panel {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .panel-row--col3 .panel .panel__pic {
    margin-bottom: 10px;
  }
  .panel-row--col3 .panel .link-list {
    font-weight: bold;
    line-height: 2;
    font-size: 1.3rem;
    border-bottom: solid 2px #dfe8ef;
  }
  .panel-row--col3 .panel .link-list li {
    border-top: solid 2px #dfe8ef;
  }
  .panel-row--col3 .panel .link-list a {
    position: relative;
    padding-left: 1em;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: .3em;
  }
  .panel-row--col3 .panel .link-list a:after {
    content: "";
    display: block;
    width: 7px;
    height: 9px;
    background: url(../img/common/icon_arrow_red.png) no-repeat center bottom;
    background-size: 100%;
  }
}
.panel-row--col3 .panel .panel__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 751px) {
  .panel-row--col3 .panel .panel__ttl {
    font-size: 2rem;
  }
}
.panel-row--col3 .panel .panel__ttl:not(:last-child) {
  margin-bottom: 26px;
}
.panel-row--col3 .panel .panel__ttl a {
  display: inline-block;
  position: relative;
  padding: 0 13px;
}
.panel-row--col3 .panel .panel__ttl a:before {
  content: "";
  display: block;
  background: url(../img/common/icon_arrow_red.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 9px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media print, screen and (min-width: 751px) {
  .panel-row--col3 .panel .panel__ttl a:before {
    width: 10px;
    height: 12px;
  }
}
@media screen and (max-width: 750px) {
  .panel-row--col3 .panel--col2 {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    font-size: 1.6rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .panel-row--col3 .panel--col2 .white-box {
    width: calc(50% - 8px);
    line-height: 1.1875;
  }
  .panel-row--col3 .panel--col2 .panel__pic {
    height: 100px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  .panel-row--col3 .panel--col2 .panel__txt {
    height: 38px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  .panel-row--col3 .panel--col2 .small--sp {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 751px) {
  .panel-row--col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .panel-row--col3 .panel {
    width: 32.25806%;
    display: flex;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .panel-row--col3 .panel {
    width: calc(50% - 10px);
  }
  .panel-row--col3 .panel:nth-child(n+3) {
    margin-top: 34px;
  }
}
@media screen and (min-width: 751px) and (min-width: 1024px) {
  .panel-row--col3 .panel:nth-child(n+4) {
    margin-top: 34px;
  }
}
@media print, screen and (min-width: 751px) {
  .panel-row--col3 .panel .white-box {
    width: 100%;
  }
  .panel-row--col3 .panel--col2 {
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .panel-row--col3 .panel--col2 {
    width: 100%;
  }
  .panel-row--col3 .panel--col2 .white-box {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 751px) and (min-width: 1024px) {
  .panel-row--col3 .panel--col2 {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 751px) and (min-width: 751px) {
  .panel-row--col3 .panel--col2 .white-box {
    height: 196px;
  }
}
@media print, screen and (min-width: 751px) {
  .panel-row--col3 .panel--col2 .white-box:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 751px) and (min-width: 751px) {
  .panel-row--col3 .panel--col2 .panel__pic {
    height: 80px;
  }
  .panel-row--col3 .panel--col2 .panel__pic img {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 751px) and (min-width: 751px) {
  .panel-row--col3 .panel__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 173px;
  }
}
@media print, screen and (min-width: 751px) {
  .panel-row--col3 .link-list {
    padding-left: 15px;
  }
  .panel-row--col3 .link-list li:not(:last-child) {
    margin-bottom: .8rem;
  }
  .panel-row--col3 .link-list li a {
    display: inline-block;
    position: relative;
  }
  .panel-row--col3 .link-list li a:before {
    content: "";
    display: block;
    background: url(../img/common/icon_arrow_red.png);
    background-size: contain;
    width: 10px;
    height: 12px;
    position: absolute;
    left: -8px;
    top: 0px;
    transform: translate(-100%, 50%);
  }
  .panel-row--col3 .news-wrap {
    width: 250px;
  }
  .panel-row--col3 .news-wrap .link-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .panel-row--col3 .news-wrap .link-list li {
    margin-right: 50px;
  }
  .panel-row--col3 .news-wrap .link-list li:nth-last-child(1) {
    margin-right: 0px;
  }
}

.more-link {
  text-align: right;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (min-width: 751px) {
  .more-link {
    margin-top: 25px;
  }
}
.more-link a {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.more-link a:before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_arrow_red.png) no-repeat;
  background-size: 100%;
  width: 7px;
  height: 9px;
  margin-right: 8px;
}
@media print, screen and (min-width: 751px) {
  .more-link a:before {
    width: 10px;
    height: 12px;
  }
}

.fade {
  opacity: 0;
  transition: 0.3s ease-out;
}

.fade.fadeIn {
  opacity: 1;
}

/*-----------------------------------------
Animation
-------------------------------------------*/
@-webkit-keyframes scrollBtn {
  0% {
    -webkit-transform: translate(0, -10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes scrollBtn {
  0% {
    transform: translate(0, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
}
/*-----------------------------------------
New 2-column Top page Flexbox
-------------------------------------------*/
.cd-flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  margin-left: -15px;
}

.cd-flex-container > * {
  flex: 1 100%;
}

@media all and (min-width: 750px) {
  .cd-flex-title {
    flex: 1 40%;
    align-items: flex-end;
  }

  .cd-flex-list {
    flex: 1 40%;
  }

  .cd-flex-endlink {
    flex: 1 40%;
  }

  .ir-calendar-title {
    order: 1;
  }

  .latest-documents-title {
    order: 2;
  }

  .ir-calendar-list {
    order: 3;
  }

  .latest-documents-list {
    order: 4;
  }

  .ir-calendar-endlink {
    order: 5;
  }

  .latest-documents-endlink {
    order: 6;
  }
}
.cd-flex-title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 5rem;
  margin-left: 15px;
}

.cd-flex-list {
  box-sizing: border-box;
  background: #FFF;
  color: #000;
  padding: 40px 15px;
  border-radius: 15px;
  margin-left: 15px;
}
@media print, screen and (min-width: 751px) {
  .cd-flex-list {
    padding: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .cd-flex-list {
    padding: 40px;
  }
}

.cd-flex-endlink {
  text-align: right;
  margin-left: 15px;
  margin-bottom: 36px;
}
@media all and (min-width: 750px) {
  .cd-flex-endlink {
    margin-bottom: 86px;
  }
}
