.banner-flag {
  background-image: url(../images/bg-falg.jpg?20230406);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 113px 0 112px;
}
@media screen and (max-width: 767px) {
  .banner-flag {
    background-image: url(../images/bg-flag-sp.jpg);
    padding: 317px 0 40px;
  }
}
.banner-flag .container {
  width: 100%;
}
.banner-flag .container .wrap {
  padding-left: calc(50% + 42px);
}
@media screen and (max-width: 767px) {
  .banner-flag .container .wrap {
    padding-left: 0;
  }
}
.banner-flag .container h2, .banner-flag .container h3 {
  text-align: left;
  color: #fff;
}
.banner-flag .container h2 {
  line-height: 78px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .banner-flag .container h2 {
    font-size: 62px;
    line-height: 52px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 374px) {
  .banner-flag .container h2 {
    font-size: 53px;
  }
}
.banner-flag .container h2 br:nth-child(2) {
  display: none;
}
@media screen and (max-width: 374px) {
  .banner-flag .container h2 br:nth-child(2) {
    display: block;
  }
}
.banner-flag .container .content {
  margin-bottom: 33px;
}
.banner-flag .container .content p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
.banner-flag .container p.link {
  display: flex;
}
@media screen and (max-width: 767px) {
  .banner-flag .container p.link {
    display: block;
  }
}
.banner-flag .container p.link a {
  width: 150px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .banner-flag .container p.link a {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 0;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
}
.banner-flag .container p.link a:nth-of-type(2) {
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner-flag .container p.link a:nth-of-type(2) {
    max-width: none;
    margin-bottom: 0;
  }
}

.banner-logo {
  background-color: #012269;
  background-image: linear-gradient(-45deg, rgba(1, 129, 166, 0.9) 0%, rgba(1, 34, 105, 0.9) 100%);
  position: relative;
  padding: 0;
}
.banner-logo:before {
  content: "";
  background-color: #fff;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 50%;
}
.banner-logo .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 1440px;
}
@media (max-width: 767px) {
  .banner-logo .container {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.banner-logo .container .left,
.banner-logo .container .right {
  width: 50%;
  padding: 67px 0;
}
@media (max-width: 767px) {
  .banner-logo .container .left,
  .banner-logo .container .right {
    width: 100%;
    padding: 10px 0;
  }
}
.banner-logo .container .left {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .banner-logo .container .left {
    background: #fff;
    padding: 40px 0;
  }
}
.banner-logo .container .left img {
  max-width: 233px;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-logo .container .left img {
    max-height: 206px;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
  }
}
.banner-logo .container .left .content {
  padding-top: 47px;
}
@media (max-width: 480px) {
  .banner-logo .container .left .content {
    padding: 24px 9px 0px 9px;
    text-align: left;
    letter-spacing: 0.2px;
  }
}
.banner-logo .container .left .content p {
  color: #333333;
  font-weight: bold;
  line-height: 32px;
}
@media (max-width: 767px) {
  .banner-logo .container .left .content p {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .banner-logo .container .left .content p {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .banner-logo .container .left .content p br {
    display: none;
  }
}
.banner-logo .container .left .content p.link {
  margin-top: 34px;
}
@media (max-width: 767px) {
  .banner-logo .container .left .content p.link {
    margin-top: 17px;
    text-align: center;
  }
}
.banner-logo .container .left .content p.link a {
  max-width: 364px;
}
@media (max-width: 767px) {
  .banner-logo .container .left .content p.link a {
    max-width: 351px;
    height: 61px;
    line-height: 61px;
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: 1px;
    background-position: right 18px center;
  }
}
@media (max-width: 320px) {
  .banner-logo .container .left .content p.link a {
    font-size: 12px;
  }
}
.banner-logo .container .right {
  position: relative;
  padding-left: 10px;
}
.banner-logo .container .right:before {
  content: "";
  background-color: #fff;
  top: 0;
  bottom: 0;
  position: absolute;
  left: calc(50% - 160px);
  width: 320px;
  background-color: #b5a073;
  background-image: linear-gradient(-45deg, rgba(192, 180, 152, 0.9) 0%, rgba(164, 141, 89, 0.9) 100%);
}
@media (max-width: 767px) {
  .banner-logo .container .right:before {
    width: 167px;
    transform: translateX(-50%);
    left: 50%;
  }
}
.banner-logo .container .right .img {
  position: relative;
  z-index: 1;
}
.banner-logo .container .right .img img {
  width: 100%;
  max-width: 424px;
}
@media (max-width: 767px) {
  .banner-logo .container .right .img img {
    max-height: 317px;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-logo .container .right {
    background-color: #012269;
    background-image: linear-gradient(-90deg, rgba(1, 129, 166, 0.9) 0%, rgba(1, 34, 105, 0.9) 100%);
  }
}/*# sourceMappingURL=banner-contents.css.map */