@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.wrap {
  position: relative; }
  .wrap:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/common/bg_inner.jpg");
    z-index: -1; }
    @media screen and (max-width: 480px) {
      .wrap:before {
        background-image: url("../images/common/bg_inner_sp.jpg"); } }

.section_cont {
  padding: clamp(60px, 7.693vw, 100px) 0; }
  .section_cont.first_sec {
    padding-top: clamp(40px, 6.154vw, 80px); }

.inner_main {
  position: relative;
  /*以降は適宜書き換えて下さい	*/ }
  .inner_main .main_bg {
    height: 400px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 820px) {
      .inner_main .main_bg {
        height: 250px; } }
    @media screen and (max-width: 480px) {
      .inner_main .main_bg {
        height: 210px; } }
  .inner_main .page_title {
    position: absolute;
    inset: 0;
    top: auto;
    bottom: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(30px, 3.334vw, 40px);
    color: #FFF;
    line-height: 1.2;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15), 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 0px 3px rgba(0, 0, 0, 0.15), 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(0, 0, 0, 0.15), 0px 0px 6px rgba(0, 0, 0, 0.15), 0px 0px 7px rgba(0, 0, 0, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15), 0px 0px 9px rgba(0, 0, 0, 0.15), 0px 0px 10px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 480px) {
      .inner_main .page_title {
        top: auto;
        bottom: 25%; } }

.sec_ttl_wrap {
  display: flex;
  flex-direction: column;
  row-gap: clamp(30px, 4.167vw, 50px); }
  @media screen and (max-width: 480px) {
    .sec_ttl_wrap {
      row-gap: 20px; } }

.sec_ttl {
  font-size: clamp(16px, 2.167vw, 26px);
  color: #0098bb;
  line-height: 1.9; }
  @media screen and (max-width: 820px) {
    .sec_ttl {
      font-size: 2.6vw; } }
  @media screen and (max-width: 480px) {
    .sec_ttl {
      font-size: 5.6vw;
      line-height: 1.5; } }

.read {
  font-size: clamp(12px, 1.334vw, 16px);
  line-height: 2.5; }
  @media screen and (max-width: 820px) {
    .read {
      line-height: 2; } }

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