@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.section_cont {
  padding: clamp(60px, 8.334vw, 100px) 0 clamp(80px, 12.5vw, 150px); }
  .section_cont.first_sec {
    padding-top: clamp(60px, 14.167vw, 170px); }
    @media screen and (max-width: 768px) {
      .section_cont.first_sec {
        padding-top: 100px; } }
    @media screen and (max-width: 480px) {
      .section_cont.first_sec {
        padding-top: 80px; } }

.inner_main {
  max-width: 1540px;
  margin: 0 auto;
  width: calc(100% - 60px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 480px) {
    .inner_main {
      margin-top: 20px;
      flex-direction: column;
      row-gap: 30px;
      width: 100%;
      align-items: flex-start; } }
  .inner_main .page_ttl_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px; }
    @media screen and (max-width: 480px) {
      .inner_main .page_ttl_wrap {
        width: calc(100% - 60px);
        margin: auto;
        row-gap: 10px; } }
    .inner_main .page_ttl_wrap .page_ttl {
      font-size: clamp(30px, 5vw, 60px);
      letter-spacing: 0.05em; }
      @media screen and (max-width: 480px) {
        .inner_main .page_ttl_wrap .page_ttl {
          font-size: 14vw; } }
    .inner_main .page_ttl_wrap .page_sub {
      font-size: clamp(14px, 1.667vw, 20px); }
      @media screen and (max-width: 480px) {
        .inner_main .page_ttl_wrap .page_sub {
          font-size: 4.6vw; } }
  .inner_main .main_bg {
    position: relative;
    width: 64.94%;
    aspect-ratio: 1000/380;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 480px) {
      .inner_main .main_bg {
        aspect-ratio: 414/200;
        width: 100%;
        border-radius: 0; } }

.sec_ttl_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px; }

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