@charset "UTF-8";
/*! Writen  by SCSS */
.bg_white {
  background: #fff;
  color: #333; }

/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
section.first_sec {
  padding-top: 50px; }
  @media screen and (max-width: 480px) {
    section.first_sec {
      padding-top: 40px; } }

.mainvisual {
  position: relative; }
  .mainvisual .page_ttl_group {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
    color: #FFF; }
    .mainvisual .page_ttl_group .page_ttl {
      line-height: 0; }
    .mainvisual .page_ttl_group .page_jp {
      font-size: clamp(16px, 1.667vw, 20px);
      line-height: 1; }

.inner_main2 {
  position: relative;
  width: 100%;
  height: 133px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 480px) {
    .inner_main2 {
      height: 80px; } }
  .inner_main2 .main_ttl {
    font-size: clamp(18px, 2.09vw, 26px);
    line-height: 1;
    text-align: center; }

.sec_ttl_group {
  flex-direction: column;
  row-gap: 20px;
  text-align: center; }

.sec_ttl {
  font-size: clamp(20px, 2.167vw, 26px);
  color: #b09c52;
  text-align: center;
  line-height: 1.53;
  letter-spacing: 0.05em; }

.read {
  font-size: clamp(12px, 1.334vw, 16px);
  line-height: 2.5; }

/*# sourceMappingURL=inner.css.map */
