/*! Writen  by SCSS */
.inner_main .main_image {
  background-image: url("../images/access/main.jpg"); }
  @media screen and (max-width: 480px) {
    .inner_main .main_image {
      background-image: url("../images/access/main_sp.jpg"); } }

.sec01 {
  padding-bottom: clamp(80px, 10vw, 160px); }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-bottom: 60px; } }
  .sec01 .sec01_cont01 {
    align-items: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_cont01 {
        flex-direction: column;
        row-gap: 30px; } }
    .sec01 .sec01_cont01 .route_img {
      margin-top: 5em;
      width: 39.5%;
      margin-right: 2.5%; }
      @media screen and (max-width: 820px) {
        .sec01 .sec01_cont01 .route_img {
          width: 43%;
          margin-top: 4em; } }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_cont01 .route_img {
          margin-top: 0;
          width: 80%;
          margin: 0 auto; } }
    .sec01 .sec01_cont01 .acc_box_group {
      position: relative;
      width: 50%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_cont01 .acc_box_group {
          width: 100%; } }
      .sec01 .sec01_cont01 .acc_box_group .acc_txt {
        font-size: clamp(16px, 1.5vw, 24px);
        margin-bottom: 15px;
        letter-spacing: 0.1em; }
        .sec01 .sec01_cont01 .acc_box_group .acc_txt .small {
          font-size: 75%; }
        .sec01 .sec01_cont01 .acc_box_group .acc_txt .big {
          font-size: 125%; }
      .sec01 .sec01_cont01 .acc_box_group .acc_box {
        position: relative;
        padding: 20px;
        flex-direction: column;
        justify-content: flex-start;
        row-gap: 15px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../images/access/bg_box.jpg"); }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_cont01 .acc_box_group .acc_box {
            padding-right: 10px; } }
        .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in {
          align-items: center; }
          .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .photo {
            width: 63.16%; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .photo {
                width: 55%; } }
            .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .photo .station_name {
              position: absolute;
              inset: 0;
              top: auto;
              text-align: center;
              line-height: 0.7;
              font-size: clamp(30px, 3.75vw, 60px);
              color: #FFF; }
              @media screen and (max-width: 480px) {
                .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .photo .station_name {
                  font-size: 7vw; } }
          .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .station_text {
            width: 34.22%;
            text-align: center;
            padding: 0 10px; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .station_text {
                width: 48%; } }
            .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .station_text .s01 {
              font-size: clamp(11px, 1.125vw, 18px);
              margin-bottom: 15px; }
              @media screen and (max-width: 480px) {
                .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .station_text .s01 {
                  font-size: 2.9vw;
                  margin-bottom: 10px; } }
              .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .station_text .s01 .big {
                display: block;
                font-size: 166%;
                line-height: 1; }
                .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .station_text .s01 .big .sub {
                  font-size: 80%; }
            .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .station_text .s02 {
              font-size: clamp(16px, 1.5vw, 24px); }
              @media screen and (max-width: 480px) {
                .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .station_text .s02 {
                  font-size: 4vw; } }
              .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .station_text .s02 .big {
                display: inline-block;
                font-size: 300%;
                color: #b02132;
                line-height: 1; }
            .sec01 .sec01_cont01 .acc_box_group .acc_box .acc_box_in .station_text .cap_l {
              margin-top: 5px;
              line-height: 1.4; }
  .sec01 .sec01_cont02 .train_txt {
    text-align: center;
    margin: clamp(50px, 5vw, 80px) 0; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_cont02 .train_txt {
        margin: 30px 0;
        font-size: 12px; } }
  .sec01 .sec01_cont02 .train_item {
    justify-content: center;
    column-gap: 15px;
    margin-bottom: clamp(60px, 7.5vw, 120px); }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_cont02 .train_item {
        column-gap: 10px;
        margin-bottom: 30px; } }
    .sec01 .sec01_cont02 .train_item .train01 {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 10px;
      letter-spacing: 0.2em;
      font-size: clamp(15px, 1.125vw, 18px);
      color: #FFF;
      text-align: center;
      background: #132d56; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_cont02 .train_item .train01 {
          padding: 0 5px;
          font-size: 2.8vw;
          flex-shrink: 0; } }
    .sec01 .sec01_cont02 .train_item .train02 {
      font-size: clamp(24px, 1.875vw, 30px);
      color: #132d56;
      position: relative; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_cont02 .train_item .train02 {
          font-size: 4vw; } }
      .sec01 .sec01_cont02 .train_item .train02 span {
        display: inline-block;
        line-height: 1; }
        .sec01 .sec01_cont02 .train_item .train02 span.sub {
          position: absolute;
          left: 0;
          top: 0;
          font-size: 60%; }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_cont02 .train_item .train02 span.sub {
              font-size: 11px; } }
        .sec01 .sec01_cont02 .train_item .train02 span.big {
          font-size: 160%; }
        .sec01 .sec01_cont02 .train_item .train02 span.jost {
          transform: translateY(5px);
          font-size: 433%;
          color: #b02132;
          line-height: 0.5; }
        .sec01 .sec01_cont02 .train_item .train02 span.small {
          font-size: 46%; }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_cont02 .train_item .train02 span.small {
              font-size: 10px; } }
  .sec01 .sec01_cont02 .train_item02 {
    align-items: center;
    flex-direction: column;
    text-align: center; }
    .sec01 .sec01_cont02 .train_item02 .commute_ttl {
      font-size: clamp(20px, 1.875vw, 30px);
      color: #132d56; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_cont02 .train_item02 .commute_ttl {
          font-size: 4.6vw; } }
    .sec01 .sec01_cont02 .train_item02 .read {
      margin: clamp(30px, 2.5vw, 40px) 0 clamp(40px, 3.75vw, 60px); }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_cont02 .train_item02 .read {
          font-size: 12px;
          margin: 10px 0 20px; } }

.sec02 {
  padding-top: clamp(40px, 3.75vw, 60px);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/access/bg_pickup.jpg"); }
  .sec02 .pickup_ttl_group {
    max-width: 1400px; }
    .sec02 .pickup_ttl_group .pickup_ttl {
      justify-content: center;
      align-items: center;
      column-gap: clamp(30px, 3.215vw, 45px); }
      .sec02 .pickup_ttl_group .pickup_ttl:before, .sec02 .pickup_ttl_group .pickup_ttl:after {
        content: "";
        width: 100%;
        background: rgba(0, 0, 0, 0.2);
        height: 1px; }
      .sec02 .pickup_ttl_group .pickup_ttl span {
        font-size: clamp(20px, 1.715vw, 24px);
        flex-shrink: 0; }
        @media screen and (max-width: 480px) {
          .sec02 .pickup_ttl_group .pickup_ttl span {
            font-size: 15px; } }
    .sec02 .pickup_ttl_group .pickup_txt {
      font-size: clamp(20px, 2.143vw, 30px);
      color: #132d56;
      line-height: 1.5;
      margin: 30px 0 clamp(30px, 3.572vw, 50px);
      text-align: center; }
      @media screen and (max-width: 480px) {
        .sec02 .pickup_ttl_group .pickup_txt {
          font-size: 5vw;
          margin: 20px 0; } }
  .sec02 .sec02_cont01 {
    column-gap: 3px; }
    @media screen and (max-width: 820px) {
      .sec02 .sec02_cont01 {
        flex-wrap: wrap;
        gap: 3px 0.5%; } }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_cont01 {
        flex-direction: column;
        gap: 3px 0; } }
    .sec02 .sec02_cont01 .item {
      width: 25%;
      padding: clamp(80px, 8.422vw, 160px) 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      row-gap: 40px;
      color: #FFF;
      text-align: center;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 820px) {
        .sec02 .sec02_cont01 .item {
          width: 49.75%;
          padding: 50px 20px; } }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_cont01 .item {
          width: 100%;
          padding: 45px 10px;
          row-gap: 20px; } }
      .sec02 .sec02_cont01 .item:nth-of-type(1) {
        background-image: url("../images/access/bg_pickup01.jpg"); }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_cont01 .item:nth-of-type(1) {
            background-image: url("../images/access/bg_pickup01_sp.jpg"); } }
      .sec02 .sec02_cont01 .item:nth-of-type(2) {
        background-image: url("../images/access/bg_pickup02.jpg"); }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_cont01 .item:nth-of-type(2) {
            background-image: url("../images/access/bg_pickup02_sp.jpg"); } }
      .sec02 .sec02_cont01 .item:nth-of-type(3) {
        background-image: url("../images/access/bg_pickup03.jpg"); }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_cont01 .item:nth-of-type(3) {
            background-image: url("../images/access/bg_pickup03_sp.jpg"); } }
      .sec02 .sec02_cont01 .item:nth-of-type(4) {
        background-image: url("../images/access/bg_pickup04.jpg"); }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_cont01 .item:nth-of-type(4) {
            background-image: url("../images/access/bg_pickup04_sp.jpg"); } }
      .sec02 .sec02_cont01 .item .item_ttl {
        font-size: clamp(18px, 1.422vw, 27px);
        line-height: 1.7; }
        @media screen and (max-width: 820px) {
          .sec02 .sec02_cont01 .item .item_ttl {
            font-size: 3vw; } }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_cont01 .item .item_ttl {
            font-size: 5.4vw; } }
      .sec02 .sec02_cont01 .item .item_read {
        font-size: clamp(14px, 0.948vw, 18px);
        line-height: 2; }
        @media screen and (max-width: 820px) {
          .sec02 .sec02_cont01 .item .item_read {
            font-size: 15px; } }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_cont01 .item .item_read {
            font-size: 3.4vw; } }

.sec03 {
  padding: clamp(80px, 8.75vw, 140px) 0; }
  @media screen and (max-width: 480px) {
    .sec03 {
      padding: 40px 0 60px; } }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_cont01 {
      flex-direction: column;
      row-gap: 50px; } }
  .sec03 .sec03_cont01 .item {
    width: 50%; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_cont01 .item {
        width: 100%; } }
    .sec03 .sec03_cont01 .item .text_group {
      padding-right: 30px;
      margin-bottom: clamp(30px, 3.75vw, 60px);
      color: #132d56;
      flex-direction: column;
      row-gap: 30px; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_cont01 .item .text_group {
          row-gap: 25px;
          padding-right: 0; } }
      .sec03 .sec03_cont01 .item .text_group .t01 {
        font-size: clamp(15px, 1.5vw, 24px); }
      .sec03 .sec03_cont01 .item .text_group .t02 {
        font-size: clamp(12px, 1.125vw, 18px); }
      .sec03 .sec03_cont01 .item .text_group .t03 {
        position: relative;
        font-size: clamp(15px, 1.5vw, 24px); }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_cont01 .item .text_group .t03 {
            font-size: 4.4vw; } }
        .sec03 .sec03_cont01 .item .text_group .t03 span {
          display: inline-block;
          line-height: 1; }
          .sec03 .sec03_cont01 .item .text_group .t03 span.sub {
            position: absolute;
            left: 0;
            top: -5px;
            font-size: 66%; }
          .sec03 .sec03_cont01 .item .text_group .t03 span.big {
            font-size: 166%; }
          .sec03 .sec03_cont01 .item .text_group .t03 span.number {
            font-size: 300%;
            line-height: 0.7; }

/*# sourceMappingURL=access.css.map */
