@charset "UTF-8";
.main {
  height: 100vh;
  min-height: 1400px;
}
.bnr_wrap {
  display: flex;
  flex-wrap: wrap;
}
.bnr_wrap .img {
  width: calc(50% - 12px);
}
.bnr .img img {
  border-radius: 8px 8px 0 0;
}
.bnr_wrap .img.tra {
  border: 2px solid #f2b6d0;
}
.bnr .img.tra p {
  background: #f2b6d0;
}
.bnr .txt {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 2px solid;
  text-align: center;
  margin-bottom: 20px;
}

.bnr .txt:before,
.bnr .txt:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.bnr .txt:before {
  border: 11px solid;
  border-color: transparent;
  border-top-color: #60564b;
  margin-left: -11px;
}

.bnr .txt:after {
  border: 8px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -8px;
}

@media screen and (max-width: 768px) {
  .main {
    min-height: 1300px;
  }
}
@media screen and (max-width: 481px) {
  .main .fv .__flex .icon {
    margin: -10px auto 10px;
  }
  .bnr_wrap .img {
    width: 100%;
  }
  .bnr_wrap .img.tra {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .greeting .content.__wrap {
    margin-top: 80px;
  }
}
