@charset "UTF-8"; /* 2025.04.04 */

/* headerfooter navカラーリング */
header #h-nav > li:nth-child(7) > a, header #h-nav > li:nth-child(7) > ul > li:nth-child(1) a {
  color: var(--main)!important;
}
footer .f-nav li:nth-last-child(2) a {
  color: #fff!important;
}
.img_top {
  background-image: url("../images/pr1/img_top_sp.jpg");
  color: #fff;
}
@media (min-width: 768px) {
  .img_top {
    background-image: url("../images/pr1/img_top_pc.jpg");
  }
}

.fc_blue {
  color: #29abe2;
}
p {
  text-align: justify;
  word-break: break-all;
}
.ttl_02 {
  font-size: 2rem;
  text-align: left;
  color: var(--main);
  padding: 40px 0 20px;
}
@media (min-width: 576px) {
  .ttl_02 {
    font-size: 3vw;
  }
}
@media (min-width: 992px) {
  article.container,
  .imgbox_01 .container {
    max-width: 1450px;
  }
}
section {
  margin-top: 46px;
}
@media (min-width: 768px) {
  section {
    margin-top: min(5vw, 80px);
  }
  .ttl_main {
    padding-top: min(8vw, 140px);
  }
}
@media (min-width: 1600px) {
  .ttl_02 {
    font-size: 5rem;
    padding: 120px 0 80px;
  }
}
.sub {
  padding-bottom: 0;
}
.txt01 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}

.list_02 {
  padding: 15px;
}
.list_02 li {
  margin-left: 2em;
  text-indent: -2em;
}
@media (min-width: 576px) {
  .txt01 {
    font-size: min(2.8vw, 3rem);
  }
}
@media (min-width: 900px) {
  .imgbox_01 .bg_01 {
    background-color: var(--main);
  }
  .list_02 {
    display: flex;
  }
  .list_02 li:first-child {
    margin-left: 2em;
  }
}
@media (min-width: 1600px) {
  .txt01 {
    font-size: 3.6rem;
  }
}
.imgbox_01 img,
.imgbox_02 img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}
.imgbox_01.left img {
  object-position: left top;
}
.imgbox_01 {
  padding: 50px 0 0;
  margin-bottom: 35px;
}
.imgbox_02 {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .imgbox_01,.imgbox_02 {
    padding-top: min(10vw, 250px);
  }
}
@media (min-width: 576px) {
  .imgbox_01 img,
  .imgbox_02 img {
    height: min(90vw, 960px);
  }
}
@media (min-width: 1600px) {
  .imgbox_01 img,
  .imgbox_02 img {
    height: 960px;
  }
}