@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.pre-inc section {
  position: relative; }
  .pre-inc section.first_sec {
    padding-top: clamp(60px, 10.834vw, 130px); }
    @media screen and (max-width: 480px) {
      .pre-inc section.first_sec {
        padding-top: 50px; } }
.pre-inc .inner_main {
  position: relative; }
  .pre-inc .inner_main .main_image img {
    width: 100%; }
  .pre-inc .inner_main .limited_page_name {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    row-gap: 10px;
    font-size: clamp(12px, 1.334vw, 16px);
    color: #FFF;
    line-height: 1.8; }
    @media screen and (max-width: 480px) {
      .pre-inc .inner_main .limited_page_name {
        font-size: 11px; } }
    .pre-inc .inner_main .limited_page_name .big {
      font-size: 375%; }
.pre-inc .page_title_group {
  flex-direction: column;
  row-gap: clamp(35px, 4.167vw, 50px);
  margin-bottom: clamp(60px, 10vw, 120px);
  text-align: center; }
  @media screen and (max-width: 820px) {
    .pre-inc .page_title_group {
      margin-bottom: 60px; } }
  .pre-inc .page_title_group .page_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(46px, 5vw, 60px);
    row-gap: 10px;
    line-height: 1.4; }
    @media screen and (max-width: 820px) {
      .pre-inc .page_title_group .page_title {
        font-size: 7vw; } }
    @media screen and (max-width: 480px) {
      .pre-inc .page_title_group .page_title {
        font-size: 46px; } }
    .pre-inc .page_title_group .page_title .en {
      color: #9E2232;
      font-weight: 600;
      line-height: 1; }
    .pre-inc .page_title_group .page_title .jp {
      display: block;
      font-size: 26%; }
.pre-inc .page_read {
  font-size: clamp(26px, 3.077vw, 40px);
  text-align: center; }
  @media screen and (max-width: 480px) {
    .pre-inc .page_read {
      font-size: 5.2vw; } }
.pre-inc .read {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2.22; }
  @media screen and (max-width: 480px) {
    .pre-inc .read {
      line-height: 1.8; } }
  .pre-inc .read .cap_l {
    display: block; }
.pre-inc .sec_ttl_group {
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #5D435A; }
  .pre-inc .sec_ttl_group .en_ttl {
    font-size: clamp(18px, 2.084vw, 25px);
    line-height: 1.2;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .pre-inc .sec_ttl_group .en_ttl {
        font-size: 6vw;
        margin-bottom: 15px; } }
  .pre-inc .sec_ttl_group .sec_midashi {
    font-size: clamp(22px, 2.5vw, 30px);
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: 1px solid #5D435A; }
    @media screen and (max-width: 480px) {
      .pre-inc .sec_ttl_group .sec_midashi {
        font-size: 4.6vw;
        width: 100%;
        line-height: 1.6; } }
    .pre-inc .sec_ttl_group .sec_midashi + .read {
      margin-top: clamp(30px, 3.334vw, 40px);
      color: #000; }
      @media screen and (max-width: 480px) {
        .pre-inc .sec_ttl_group .sec_midashi + .read {
          margin-top: 20px;
          text-align: left; } }
.pre-inc .lim_midashi_group {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 20px;
  margin-bottom: clamp(40px, 8vw, 80px); }
  @media screen and (max-width: 820px) {
    .pre-inc .lim_midashi_group {
      margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .pre-inc .lim_midashi_group {
      row-gap: 10px; } }
  .pre-inc .lim_midashi_group .en {
    font-size: clamp(34px, 6vw, 60px);
    color: #9E2232;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em; }
    @media screen and (max-width: 480px) {
      .pre-inc .lim_midashi_group .en {
        font-size: 30px; } }
  .pre-inc .lim_midashi_group .jp {
    font-size: clamp(12px, 1.6vw, 16px); }
    @media screen and (max-width: 480px) {
      .pre-inc .lim_midashi_group .jp {
        font-size: 15px; } }
  .pre-inc .lim_midashi_group .lim_sec_ttl {
    line-height: 2;
    font-size: clamp(16px, 1.667vw, 20px); }
    .pre-inc .lim_midashi_group .lim_sec_ttl .small {
      font-size: 80%; }

/*# sourceMappingURL=inner.css.map */
