@charset "utf-8";
/* CSS Document */

/* 20250604 kato 以下追加 */


.blueHeader202506 {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 800px;
  justify-content: center;
  position: relative;
}
.blueHeader202506 .bt-bg01 {
  width: 100%;
  height: 430px;
  position: absolute;
  z-index: 1;
  overflow: visible;
  background: url("../img/top/bt-main-bg01.jpg") bottom;
  background-size: cover;
}
.blueHeader202506 .bt-bg01 div {
  width: 100%;
  height: 430px;
  z-index: 2;
  margin: 1px 0 0 0;
  background: url("../img/top/bt-bg02.png") bottom repeat-x;
}

.blueHeader202506 .bt-title01 {
  width: calc(100% - 70px);
  height: auto;
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  padding-top: 40px;
  box-sizing: border-box;
}
.blueHeader202506 .bt-title01 p {
  opacity: 0;
  margin: 0 0 30px 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.blueHeader202506 .bt-title01 h1 {
  width: 100%;
  height: auto;
  opacity: 0;
  margin: 0 auto;
}
.blueHeader202506 .bt-title01 h1 img {
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.blueHeader202506 .bt-title01 ul.bt-ul-pc {
  display: none;
}
.blueHeader202506 .bt-title01 ul.bt-ul-sp {
  display: flex;
  width: 260px;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  margin: 40px auto 0 auto;
}
.blueHeader202506 .bt-title01 ul.bt-ul-sp li {
  width: 120px;
  opacity: 0;
}
.blueHeader202506 .bt-title01 h2 {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 40px 0 0 0;
}

.blueHeader202506 .bt-title01 p:last-child {
  margin: 32px 0 0 0;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  line-height: 2.0;
  text-align: center;
  white-space: normal;
}

@media (min-width: 744px) {
  .blueHeader202506 {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 800px;
    justify-content: center;
    position: relative;
  }
  .blueHeader202506 .bt-bg01 {
    width: 100%;
    height: 430px;
    position: absolute;
    z-index: 1;
    background: url("../img/top/bt-main-bg01.jpg") bottom;
    background-size: cover;
  }
  .blueHeader202506 .bt-bg01 div {
    width: 100%;
    height: 430px;
    z-index: 2;
    background: url("../img/top/bt-bg02.png") bottom repeat-x;
  }

  .blueHeader202506 .bt-title01 {
    /* width: 659px; */
    height: auto;
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    padding-top: 72px;
    box-sizing: border-box;
  }
  .blueHeader202506 .bt-title01 p {
    opacity: 0;
    margin: 0 0 30px 0;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
  }
  .blueHeader202506 .bt-title01 h1 {
    width: 477px;
    height: 159px;
    opacity: 0;
    margin: 0 auto;
  }
  .blueHeader202506 .bt-title01 h1 img {
    width: 477px;
    height: 159px;
  }

  .blueHeader202506 .bt-title01 ul.bt-ul-pc {
    display: flex;
    width: 659px;
    justify-content: space-between;
    margin-inline: auto;
    margin-top: 70px;
  }
  .blueHeader202506 .bt-title01 ul.bt-ul-pc li {
    width: 152px;
    opacity: 0;
  }
  .blueHeader202506 .bt-title01 ul.bt-ul-sp {
    display: none;
  }
  .blueHeader202506 .bt-title01 h2 {
    display: flex;
    width: 400px;
    justify-content: center;
    margin: 70px auto 0 auto;
  }
  .blueHeader202506 .bt-title01 h2 img {
    width: 100%;
    height: auto;
  }

  .blueHeader202506 .bt-title01 p:last-child {
    margin: 56px 0 0 0;
    color: #333;
    font-weight: 300;
    font-size: 16px;
    line-height: 2.0;
    text-align: center;
    white-space: nowrap;
  }
}
