/*! Writen  by SCSS */
.inner_main {
  width: 100%;
  padding-bottom: calc(200%/3.75);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .inner_main .main_txt {
    position: absolute;
    inset: 0;
    margin: auto;
    width: fit-content;
    padding: 25px 30px;
    height: max-content;
    display: flex;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    column-gap: 8px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/common/bg_page_ttl.jpg");
    border: 1px solid #d4bea7;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 480px) {
      .inner_main .main_txt {
        padding: 15px 30px;
        font-size: 18px; } }
    .inner_main .main_txt span.eng {
      color: #cfac99; }
    .inner_main .main_txt span.small {
      font-size: 80%; }

.inner_cap .inner {
  border-top: 1px solid #ccc;
  padding: 30px 0 40px; }
.inner_cap dt {
  font-feature-settings: "palt";
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  text-indent: -1em;
  padding-left: 1em; }
.inner_cap .cap_list li {
  font-feature-settings: "palt";
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  text-indent: -1em;
  padding-left: 1em; }

div.first_sec {
  padding-top: 80px; }
  @media screen and (max-width: 480px) {
    div.first_sec {
      padding-top: 50px; } }

.midashi_group {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .midashi_group {
      row-gap: 30px;
      margin-bottom: 30px; } }

.lead {
  font-weight: 700;
  color: #660000;
  font-size: 36px;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 480px) {
    .lead {
      font-size: 5.8vw; } }

.sentence {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.22; }
  @media screen and (max-width: 480px) {
    .sentence {
      font-size: 3.75vw; } }

.read {
  color: #333;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2.14; }

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