@charset "UTF-8";

.txt-orange {
  color: #FF7E28;
}
.bg-orange {
  background-color: #FFF3E0;
}
mark {
  background:linear-gradient(transparent 60%, #F5FF00 60%);
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.64;
  margin-bottom: 20px;
}
h2.h2--bar {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
h2.h2--bar::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: #FF7E28;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:1024px) {
  h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  h2.h2--bar {
    padding-bottom: 28px;
  }
  h2.h2--bar::after {
    width: 64px;
  }
}

.page-heading--contact .page-heading__bg {
  background: #FF7E28;
  aspect-ratio: 335 / 82;
  border-radius: 10px;
}
.page-heading--contact .page-heading__inner {
  height: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.page-heading--contact .page-heading__title-main {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width:1024px) {
  .page-heading--contact .page-heading__bg {
    aspect-ratio: 1326 / 153;
  }
  .page-heading--contact .page-heading__title-main {
    font-size: 3rem;
  }
}


.sec_contact {
  padding: 40px 0;
}
.sec_contact > .inner {
  padding: 0;
}
.sec_contact._thanks > .inner {
  padding: 0 20px;
}
@media screen and (min-width:1024px) {
  .sec_contact {
    padding: 90px 0 120px;
  }
  .sec_contact > .inner {
    max-width: 800px;
    padding: 50px 60px;
  }
	.sec_contact._thanks > .inner {
		max-width: 800px;
		padding: 0 60px 180px;
	}
}


