@charset "UTF-8";
.thumb-box {}
.link-btn-area .link-btn:last-child a {
  background: #aa83dc;
}
/*---kv---*/
.ofi > img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.txt-thumb .thumb-box {
  margin-left: 20px;
  width: 100%;
  max-width: 595px;
}
.txt-thumb .txt-box p {
  margin-bottom: 15px;
  font-size: 0.8rem;
  font-feature-settings: "palt";
}
.txt-thumb .txt-box p:last-child {
  margin-bottom: 0;
}
main h2 {
  position: relative;
  text-align: left;
  margin-left: 120px;
  margin-bottom: 35px;
  font-size: 37px;
}
.txt-thumb {
  position: relative;
}
.txt-box {
  position: relative;
}
main .ttl-en {
  position: absolute;
  width: 20px;
  top: -50px;
  left: -70px;
}
main h2:before {
  position: absolute;
  content: "";
  z-index: 1;
  display: inline-block;
  top: -2px;
  left: -154px;
  width: 140px;
  height: 116px;
  margin: auto;
  background: url(../images/common/ico-ttl.png) 0 0 no-repeat;
  background-size: 100% auto;
}