/* top画像 */
.relative {
  position: relative;
}

.absolute2 {
  z-index: 0;
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
}

.absolute_t3 {
  z-index: 0;
  position: absolute;
  right: 13%;
  bottom: 30%;
  width: 36%;
  height: auto;
}

.news1 {
	font-family: "Oswald", sans-serif;
	font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
	font-weight: 600;
	color: #0055A6;
}

.news2 {
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	font-family: "Oswald", sans-serif;
	color: #0055A6;
	padding-bottom: 5px
}

.news3 {
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	font-family: "Oswald", sans-serif;
	color: 003249;
	padding-bottom: 5px
}

.btn-border_t1 {
  display: inline-block;
  text-align: center;
  background-color: #78206E;
  border: 3px solid #D86ECC;
  color: #ffffff;
  max-width: 400px;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.313rem, -0.028rem + 1.7vw, 1.25rem);
  font-weight: normal;
  padding: 6px 6px 7px 6px;
  border-radius: 6px;
  transition: .4s;
}

.btn-border_t1:hover {
  background-color: #ffffff;
  border-color: #D86ECC;
  color: #78206E;
}
