/*! Writen  by SCSS */
.bnr_plan {
  max-width: 600px;
  margin: 0 auto;
  background: #fff; }
  .bnr_plan img {
    width: 100%; }

.sec_lead {
  background: url("../images/top/bg_info.jpg") top center/100% auto no-repeat;
  background-image: url("../images/top/bg_info.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center; }
  @media screen and (max-width: 480px) {
    .sec_lead {
      background-size: cover;
      background-position: center; } }

.merit_list {
  padding: clamp(30px, 4.17%, 50px) 0;
  padding: clamp(40px, 5.84%, 70px) 0;
  font-size: clamp(16px, 2.09vw, 26px);
  line-height: 1;
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: 100%;
  max-width: 910px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .merit_list {
      font-size: 20px;
      grid-template-columns: 1fr;
      padding: 2.5em 0; } }
  .merit_list .item {
    position: relative; }
  .merit_list .item01,
  .merit_list .item02 {
    grid-column: 1 / 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 4.44%; }
    @media screen and (max-width: 480px) {
      .merit_list .item01,
      .merit_list .item02 {
        margin-right: 0;
        flex-direction: column;
        gap: 20px 0; } }
    .merit_list .item01::after,
    .merit_list .item02::after {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -2.22%;
      border-right: 1px solid rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 480px) {
        .merit_list .item01::after,
        .merit_list .item02::after {
          content: none; } }
    .merit_list .item01 .station,
    .merit_list .item02 .station {
      font-size: 1.2em; }
    .merit_list .item01 .time,
    .merit_list .item02 .time {
      font-size: 2.5em; }
    .merit_list .item01 .text_min,
    .merit_list .item02 .text_min {
      font-size: 0.6em; }
    .merit_list .item01 .station_walk_box,
    .merit_list .item02 .station_walk_box {
      width: 43.19%; }
      @media screen and (max-width: 480px) {
        .merit_list .item01 .station_walk_box,
        .merit_list .item02 .station_walk_box {
          width: fit-content;
          margin-inline: auto; } }
      .merit_list .item01 .station_walk_box .line,
      .merit_list .item02 .station_walk_box .line {
        font-size: 0.7em;
        margin-bottom: -0.8em; }
      .merit_list .item01 .station_walk_box .time_box,
      .merit_list .item02 .station_walk_box .time_box {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        gap: 0.25em; }
        .merit_list .item01 .station_walk_box .time_box .text_in,
        .merit_list .item02 .station_walk_box .time_box .text_in {
          display: flex;
          align-items: baseline; }
    .merit_list .item01 .station_goal_box,
    .merit_list .item02 .station_goal_box {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .merit_list .item01 .station_goal_box,
        .merit_list .item02 .station_goal_box {
          width: 100%;
          justify-content: center;
          position: relative;
          top: -5px; } }
      .merit_list .item01 .station_goal_box .start_station,
      .merit_list .item02 .station_goal_box .start_station {
        font-size: 0.57em;
        width: 10em;
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          .merit_list .item01 .station_goal_box .start_station,
          .merit_list .item02 .station_goal_box .start_station {
            width: auto; } }
    .merit_list .item01 .arrow,
    .merit_list .item02 .arrow {
      width: 0.46em;
      height: 0.69em;
      line-height: 0;
      clip-path: polygon(0 0, 0% 100%, 100% 50%); }
      @media screen and (max-width: 480px) {
        .merit_list .item01 .arrow,
        .merit_list .item02 .arrow {
          width: 0.69em;
          height: 0.46em;
          clip-path: polygon(0 0, 50% 100%, 100% 0); } }
  .merit_list .item01 {
    margin-bottom: 0; }
    .merit_list .item01 .time {
      color: #336099;
      line-height: 0.8;
      display: inline-block; }
    .merit_list .item01 .arrow {
      background: #336099; }
  .merit_list .item02 .time {
    color: #cf3314; }
  .merit_list .item02 .arrow {
    background: #cf3314; }
  @media screen and (max-width: 480px) {
    .merit_list .item02 {
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .merit_list .item02::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3); } }
  .merit_list .item03,
  .merit_list .item04 {
    margin-left: 6.66%; }
    @media screen and (max-width: 480px) {
      .merit_list .item03,
      .merit_list .item04 {
        margin-left: 0; } }
    .merit_list .item03 .item_text,
    .merit_list .item04 .item_text {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.25em; }
      @media screen and (max-width: 480px) {
        .merit_list .item03 .item_text,
        .merit_list .item04 .item_text {
          flex-direction: row;
          align-items: baseline; } }
      .merit_list .item03 .item_text .text_in,
      .merit_list .item04 .item_text .text_in {
        display: flex;
        align-items: baseline;
        justify-content: center; }
        .merit_list .item03 .item_text .text_in .text_lg,
        .merit_list .item04 .item_text .text_in .text_lg {
          font-size: 1.3em; }
  .merit_list .item02,
  .merit_list .item04 {
    margin-top: 15px; }
    @media screen and (max-width: 480px) {
      .merit_list .item02,
      .merit_list .item04 {
        margin-top: 0; } }

.parking_wrap {
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(90deg, #003458, #005a99 50%, #003458);
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .parking_wrap {
      padding: 40px; } }
  @media screen and (max-width: 480px) {
    .parking_wrap {
      padding: 20px; } }
  .parking_wrap .parking_img {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .parking_wrap .parking_img {
        width: 100%;
        flex-direction: column;
        row-gap: 20px;
        justify-content: center; } }
    .parking_wrap .parking_img .left_cont {
      width: 33.4%;
      width: 400px; }
      @media screen and (max-width: 480px) {
        .parking_wrap .parking_img .left_cont {
          width: 100%; } }
    .parking_wrap .parking_img .right_cont {
      width: 64.5%;
      max-width: 774px; }
      @media screen and (max-width: 480px) {
        .parking_wrap .parking_img .right_cont {
          width: 100%; } }

.info_wrap {
  padding: clamp(30px, 4.17%, 50px) 40px;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/top/bg_merit.jpg"); }
  @media screen and (max-width: 768px) {
    .info_wrap {
      padding: 40px 30px 50px; } }
  @media screen and (max-width: 480px) {
    .info_wrap {
      padding: 30px 20px;
      background-image: url("../images/top/bg_merit_sp.jpg"); } }
  .info_wrap .merit_img {
    text-align: center;
    margin-bottom: clamp(40px, 5%, 60px); }
  .info_wrap .info_head {
    font-size: clamp(14px, 1.61vw, 20px);
    line-height: 1;
    color: #FFF; }
  .info_wrap .info {
    font-size: clamp(28px, 3.54vw, 44px);
    line-height: 1.3;
    color: #FFF;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .info_wrap .info {
        letter-spacing: 0.02em;
        font-size: calc(23.5vw/3.9);
        margin-bottom: 1.5em; } }
    .info_wrap .info span {
      display: inline-block; }
      .info_wrap .info span .min {
        font-size: 60%; }
      @media screen and (max-width: 480px) {
        .info_wrap .info span.txt_top {
          letter-spacing: 0.1em;
          font-size: 110%; } }
      .info_wrap .info span.txt_bottom {
        padding-top: 0.2em;
        margin-top: 0.2em;
        border-top: 1px solid #fff; }
        .info_wrap .info span.txt_bottom.no_boder {
          border: 0;
          margin-top: 0;
          padding-top: 0;
          font-size: 150%;
          line-height: 1;
          letter-spacing: 0.1em; }
  .info_wrap .info_button {
    font-size: 18px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 0 20px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .info_wrap .info_button {
        flex-direction: column;
        align-items: center;
        gap: 15px 0; } }
    .info_wrap .info_button a {
      display: block;
      max-width: 250px;
      width: 100%;
      padding: 0.7em 1em; }

.sec_concept {
  padding-top: clamp(100px, 20%, 240px);
  padding-bottom: clamp(100px, 20%, 240px);
  background-image: url("../images/top/bg_pattern.jpg");
  background-size: 80px 80px;
  background-repeat: repeat;
  background-position: top center; }
  @media screen and (max-width: 480px) {
    .sec_concept {
      padding-top: 80px;
      padding-bottom: 80px;
      background-size: 40px 40px; } }
  .sec_concept .inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .sec_concept .inner {
        flex-direction: column;
        gap: 30px 0; } }
    .sec_concept .inner .text_box {
      max-width: 680px;
      width: 56.67%;
      font-size: clamp(14px, 1.45vw, 18px);
      line-height: 2.4;
      display: flex;
      flex-direction: column;
      gap: 1em; }
      @media screen and (max-width: 480px) {
        .sec_concept .inner .text_box {
          width: 100%;
          text-align: center;
          line-height: 1.8; } }
    .sec_concept .inner .concept_logo {
      max-width: 494px;
      width: 41.17%; }
      @media screen and (max-width: 480px) {
        .sec_concept .inner .concept_logo {
          width: 80%; } }

.sec_content .content_wrap {
  display: block;
  position: relative;
  overflow: hidden; }
  .sec_content .content_wrap .text_wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
    color: #fff; }
    .sec_content .content_wrap .text_wrap .inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .sec_content .content_wrap .text_wrap .inner .content_head {
        font-size: clamp(48px, 6.45vw, 80px);
        line-height: 1;
        letter-spacing: 0.1em;
        display: flex;
        align-items: baseline;
        justify-content: center;
        margin-bottom: 1.2em; }
        @media screen and (max-width: 480px) {
          .sec_content .content_wrap .text_wrap .inner .content_head {
            margin-bottom: 0.6em; } }
        .sec_content .content_wrap .text_wrap .inner .content_head .text_min {
          font-size: 0.8em; }
      .sec_content .content_wrap .text_wrap .inner .content_lead {
        font-size: clamp(18px, 2.74vw, 34px);
        line-height: 1;
        margin-bottom: 1.5em; }
        @media screen and (max-width: 480px) {
          .sec_content .content_wrap .text_wrap .inner .content_lead {
            margin-bottom: 0.8em; } }
      .sec_content .content_wrap .text_wrap .inner .content_read {
        font-size: clamp(14px, 1.45vw, 18px);
        line-height: 2.67;
        margin-bottom: clamp(40px, 5%, 60px); }
        @media screen and (max-width: 480px) {
          .sec_content .content_wrap .text_wrap .inner .content_read {
            line-height: 2;
            margin-bottom: 1em; } }
      .sec_content .content_wrap .text_wrap .inner .more {
        max-width: 130px;
        width: 10.84%; }
        @media screen and (max-width: 480px) {
          .sec_content .content_wrap .text_wrap .inner .more {
            width: 25%; } }
        .sec_content .content_wrap .text_wrap .inner .more img {
          transition: transform 0.3s ease-in-out;
          display: block;
          line-height: 0; }
          @media (hover: hover) {
            .sec_content .content_wrap .text_wrap .inner .more img:hover {
              transform: scale(1.05); } }
  .sec_content .content_wrap .content_bg {
    position: relative; }
    .sec_content .content_wrap .content_bg img {
      display: block;
      line-height: 0;
      transition: filter 0.8s ease-in-out;
      filter: blur(15px); }
      @media screen and (max-width: 768px) {
        .sec_content .content_wrap .content_bg img {
          filter: blur(0); } }
      @media screen and (max-width: 480px) {
        .sec_content .content_wrap .content_bg img {
          height: 100%;
          aspect-ratio: 800 / 800;
          object-fit: cover;
          object-position: center; } }
    .sec_content .content_wrap .content_bg .cap {
      z-index: 2; }
    .sec_content .content_wrap .content_bg::after {
      content: "";
      display: block;
      position: absolute;
      inset: 0;
      z-index: 1;
      background: rgba(20, 53, 92, 0.5); }
  @media (hover: hover) {
    .sec_content .content_wrap:hover .content_bg img {
      filter: blur(0); } }

.yokoku dt {
  font-size: 14px;
  border: 1px solid #333;
  line-height: 1;
  padding: 3px 10px;
  width: fit-content;
  margin-bottom: 5px; }
  @media screen and (max-width: 480px) {
    .yokoku dt {
      width: 100%;
      text-align: center;
      margin-bottom: 5px; } }
.yokoku dd {
  font-size: 12px; }

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