/*! Writen  by SCSS */
.cv_sec {
  padding-top: clamp(50px, 6.67%, 80px); }

.inner_main {
  background-image: url("../images/access/main.jpg"); }
  @media screen and (max-width: 480px) {
    .inner_main {
      background-image: url("../images/access/main_sp.jpg"); } }
  .inner_main .main_txts .main_ttl img {
    width: 33%; }
    @media screen and (max-width: 480px) {
      .inner_main .main_txts .main_ttl img {
        width: 41.25%; } }

.sec01 {
  margin-bottom: clamp(30px, 4.17%, 50px); }
  @media screen and (max-width: 480px) {
    .sec01 {
      margin-bottom: 40px; } }
  .sec01 .img101 {
    margin-top: clamp(40px, 5%, 60px);
    max-width: 897px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 480px) {
      .sec01 .img101 {
        margin-bottom: 25px; } }

.sec03_top {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(50px, 6.67%, 80px); }
  .sec03_top .sec03_top_wrap {
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 1.66%;
    margin-bottom: clamp(25px, 3.34%, 40px); }
    @media screen and (max-width: 480px) {
      .sec03_top .sec03_top_wrap {
        flex-direction: column; } }
    .sec03_top .sec03_top_wrap .sec03_t_box {
      width: 47.78%;
      display: flex;
      flex-direction: column;
      gap: 15px 0; }
      @media screen and (max-width: 480px) {
        .sec03_top .sec03_top_wrap .sec03_t_box {
          width: 100%;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          gap: 0 4%; } }
      .sec03_top .sec03_top_wrap .sec03_t_box .image_box {
        flex-shrink: 0; }
        @media screen and (max-width: 480px) {
          .sec03_top .sec03_top_wrap .sec03_t_box .image_box {
            width: 48%; } }
      .sec03_top .sec03_top_wrap .sec03_t_box .text_box {
        line-height: 1;
        z-index: 2;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        font-size: clamp(18px, 2.5vw, 30px); }
        @media screen and (max-width: 480px) {
          .sec03_top .sec03_top_wrap .sec03_t_box .text_box {
            width: 48%;
            font-size: 13px;
            padding: 5px; } }
        .sec03_top .sec03_top_wrap .sec03_t_box .text_box .time {
          line-height: 1; }
          .sec03_top .sec03_top_wrap .sec03_t_box .text_box .time .big {
            font-size: 240%;
            font-weight: bold;
            line-height: 0.9;
            display: inline-block; }
            @media screen and (max-width: 480px) {
              .sec03_top .sec03_top_wrap .sec03_t_box .text_box .time .big {
                font-size: 200%; } }
        .sec03_top .sec03_top_wrap .sec03_t_box .text_box .txt {
          display: flex;
          flex-direction: column;
          line-height: 1;
          font-size: clamp(20px, 3.83vw, 36px);
          letter-spacing: 0.05em; }
          @media screen and (max-width: 480px) {
            .sec03_top .sec03_top_wrap .sec03_t_box .text_box .txt {
              font-size: 14px; } }
          .sec03_top .sec03_top_wrap .sec03_t_box .text_box .txt .text_min {
            font-size: 0.6em; }
            @media screen and (max-width: 480px) {
              .sec03_top .sec03_top_wrap .sec03_t_box .text_box .txt .text_min {
                font-size: 0.8em; } }
            .sec03_top .sec03_top_wrap .sec03_t_box .text_box .txt .text_min.first {
              margin-bottom: 0.2em; }
              @media screen and (max-width: 480px) {
                .sec03_top .sec03_top_wrap .sec03_t_box .text_box .txt .text_min.first {
                  margin-bottom: 0.4em; } }
    .sec03_top .sec03_top_wrap .arrow {
      display: block;
      align-self: center;
      width: 2.23%;
      padding-top: 2.23%;
      transform: scaleY(150%) rotate(45deg);
      margin-left: -1%;
      border-top: 1px solid;
      border-right: 1px solid; }
      @media screen and (max-width: 480px) {
        .sec03_top .sec03_top_wrap .arrow {
          margin: 15px auto 25px;
          border-top: none;
          border-bottom: 1px solid;
          transform: scaleX(150%) rotate(45deg);
          width: 20px;
          padding-top: 20px; } }

.mb1em {
  margin-bottom: 0.8em !important; }

.bg_ttl {
  text-align: center;
  font-size: clamp(18px, 2.223vw, 20px);
  line-height: 1;
  padding: 0.4em 0.5em;
  color: #fff;
  letter-spacing: 0.15em; }
  .bg_ttl + .read {
    margin: 0.8em auto; }
    .bg_ttl + .read:not(.small) {
      font-size: clamp(18px, 2.667vw, 24px); }
    .bg_ttl + .read + .small {
      margin: 0 auto 1.5em; }

.sec02 {
  margin-bottom: clamp(50px, 6.67%, 80px); }
  .sec02 .bg_ttl {
    background: #a64f4e; }
  .sec02 .items02 {
    max-width: 970px;
    margin: 0 auto; }
    .sec02 .items02 .items02_ttl {
      font-size: clamp(14px, 1.334vw, 16px); }
      .sec02 .items02 .items02_ttl span {
        color: #7ca54e; }
    .sec02 .items02 .in_box {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec02 .items02 .in_box {
          flex-direction: column;
          grid-gap: 10px 0; } }
      .sec02 .items02 .in_box .img204 {
        width: calc(495%/9.7); }
        @media screen and (max-width: 480px) {
          .sec02 .items02 .in_box .img204 {
            width: calc(495%/5.5); } }
      .sec02 .items02 .in_box .img205 {
        width: calc(452%/9.7); }
        @media screen and (max-width: 480px) {
          .sec02 .items02 .in_box .img205 {
            width: calc(452%/5.5); } }
    .sec02 .items02 .caps {
      margin-top: 5px; }

.sec03 {
  margin-bottom: clamp(50px, 6.67%, 80px); }
  .sec03 .bg_ttl {
    background: #a6824e; }
  .sec03 .items02 {
    max-width: 710px;
    margin: 0 auto; }
    .sec03 .items02 .items02_ttl {
      font-size: clamp(14px, 1.334vw, 16px); }
      .sec03 .items02 .items02_ttl span {
        color: #d84e37; }
    .sec03 .items02 .in_box {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec03 .items02 .in_box {
          flex-direction: column;
          grid-gap: 10px 0; } }
      .sec03 .items02 .in_box .img204 {
        width: calc(317%/7.1); }
        @media screen and (max-width: 480px) {
          .sec03 .items02 .in_box .img204 {
            width: calc(317%/5.5); } }
      .sec03 .items02 .in_box .img205 {
        width: calc(365%/7.1); }
        @media screen and (max-width: 480px) {
          .sec03 .items02 .in_box .img205 {
            width: calc(365%/5.5); } }
    .sec03 .items02 .caps {
      margin-top: 5px; }

.sec04 {
  padding-bottom: clamp(50px, 6.67%, 80px); }
  .sec04 .bg_ttl {
    background: #9da64e; }
  .sec04 .sec03_t_time_wrap {
    margin-top: clamp(40px, 5%, 60px);
    margin-bottom: clamp(40px, 5%, 60px); }
    .sec04 .sec03_t_time_wrap .sec03_t_time_item {
      max-width: 1000px;
      margin: 0 auto;
      font-size: clamp(14px, 2.5vw, 30px);
      line-height: 1;
      display: flex;
      align-items: flex-end;
      padding-bottom: 15px;
      border-bottom: 1px solid; }
      @media screen and (max-width: 480px) {
        .sec04 .sec03_t_time_wrap .sec03_t_time_item {
          font-size: 18px;
          flex-wrap: wrap; } }
      .sec04 .sec03_t_time_wrap .sec03_t_time_item .arrow_box {
        content: "";
        display: flex;
        align-items: center;
        justify-content: center;
        background: #333;
        width: 1.2em;
        height: 1.2em;
        margin-right: 0.25em; }
        .sec04 .sec03_t_time_wrap .sec03_t_time_item .arrow_box::before {
          content: "";
          display: block;
          margin-right: 0.25em;
          width: 0.4em;
          height: 0.4em;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          transform: rotate(45deg); }
      .sec04 .sec03_t_time_wrap .sec03_t_time_item .item_name {
        display: flex;
        flex-direction: column; }
        .sec04 .sec03_t_time_wrap .sec03_t_time_item .item_name .text_top {
          font-size: 0.6em; }
        .sec04 .sec03_t_time_wrap .sec03_t_time_item .item_name .text_bottom {
          display: flex;
          align-items: baseline; }
          .sec04 .sec03_t_time_wrap .sec03_t_time_item .item_name .text_bottom .text_min {
            font-size: 0.8em; }
      .sec04 .sec03_t_time_wrap .sec03_t_time_item .time_wrap {
        align-items: baseline;
        margin-left: auto; }
        .sec04 .sec03_t_time_wrap .sec03_t_time_item .time_wrap .text_lg {
          font-size: 1.6em; }
        .sec04 .sec03_t_time_wrap .sec03_t_time_item .time_wrap .text_min {
          font-size: 0.8em; }
      .sec04 .sec03_t_time_wrap .sec03_t_time_item + .sec03_t_time_item {
        margin-top: clamp(25px, 3.34%, 40px); }
  .sec04 .item01 {
    max-width: 900px;
    margin: 0 auto;
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .sec04 .item01 {
        flex-direction: column; } }
    .sec04 .item01 .sec_ttl_wrap {
      margin-bottom: 0;
      text-align: left; }
      @media screen and (max-width: 900px) {
        .sec04 .item01 .sec_ttl_wrap {
          text-align: center;
          margin-bottom: clamp(40px, 5%, 60px); } }
      .sec04 .item01 .sec_ttl_wrap .sec_ttl {
        text-align: left; }
        @media screen and (max-width: 900px) {
          .sec04 .item01 .sec_ttl_wrap .sec_ttl {
            text-align: center; } }
    .sec04 .item01 .imgs {
      width: calc(406%/9); }
      @media screen and (max-width: 900px) {
        .sec04 .item01 .imgs {
          width: 100%;
          max-width: 600px;
          margin: 0 auto; } }
      .sec04 .item01 .imgs figure {
        position: relative; }
        .sec04 .item01 .imgs figure::before {
          content: "";
          position: absolute;
          inset: 0;
          margin: auto;
          border: 1px solid #000;
          z-index: 2;
          display: block; }
  .sec04 .sec04_txt {
    font-size: clamp(20px, 2.25vw, 27px); }

.items {
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .items {
      justify-content: space-between;
      max-width: 700px;
      margin: 0 auto;
      grid-gap: 40px 0; } }
  @media screen and (max-width: 480px) {
    .items {
      grid-gap: 20px 0; } }
  .items .item {
    width: calc(385%/12);
    margin: 0;
    letter-spacing: 0.01em; }
    @media screen and (min-width: 769px) {
      .items .item:not(:last-child) {
        margin-right: calc(22.5%/12); } }
    @media screen and (max-width: 768px) {
      .items .item {
        width: 48%; } }
    @media screen and (max-width: 768px) {
      .items .item.sp_wide {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between; }
        .items .item.sp_wide .imgs {
          width: 60%; }
        .items .item.sp_wide .cap_l {
          width: 35%; } }
    .items .item .imgs {
      position: relative;
      margin-bottom: 5px; }
      .items .item .imgs::before {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        z-index: 1;
        display: block;
        background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.7) 95%); }
      .items .item .imgs.illust_box::before {
        content: none; }
      .items .item .imgs .cap_txt {
        line-height: 1;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 10px;
        z-index: 2;
        color: #fff;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        font-size: clamp(18px, 2vw, 24px); }
        @media screen and (max-width: 480px) {
          .items .item .imgs .cap_txt {
            font-size: 13px;
            flex-wrap: wrap;
            padding: 5px; } }
        .items .item .imgs .cap_txt .time {
          line-height: 1; }
          .items .item .imgs .cap_txt .time .big {
            font-size: 240%;
            color: #ECFC94;
            line-height: 0.9;
            display: inline-block; }
            @media screen and (max-width: 480px) {
              .items .item .imgs .cap_txt .time .big {
                font-size: 200%; } }
        .items .item .imgs .cap_txt .txt {
          display: flex;
          flex-direction: column;
          line-height: 1;
          font-size: clamp(18px, 2vw, 24px);
          letter-spacing: 0.05em; }
          @media screen and (max-width: 480px) {
            .items .item .imgs .cap_txt .txt {
              font-size: 13px; } }
          .items .item .imgs .cap_txt .txt .flex {
            align-items: flex-end; }
          .items .item .imgs .cap_txt .txt .text_name {
            font-size: 140%;
            letter-spacing: 0; }
            @media screen and (max-width: 768px) {
              .items .item .imgs .cap_txt .txt .text_name {
                font-size: 110%; } }
          .items .item .imgs .cap_txt .txt .text_min {
            font-size: 0.7em; }
            @media screen and (max-width: 480px) {
              .items .item .imgs .cap_txt .txt .text_min {
                font-size: 0.8em; } }
            .items .item .imgs .cap_txt .txt .text_min:not(.first) {
              margin-left: 0.3em; }
            .items .item .imgs .cap_txt .txt .text_min.first {
              margin-bottom: 0.2em; }
              @media screen and (max-width: 480px) {
                .items .item .imgs .cap_txt .txt .text_min.first {
                  margin-bottom: 0.4em; } }
        .items .item .imgs .cap_txt .time {
          margin-left: auto; }
  .items.col_car {
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .items.col_car {
        max-width: 1000px;
        margin: 0 auto; }
        .items.col_car .item {
          width: calc(440%/10);
          margin: 0; }
        .items.col_car .arrow {
          width: calc(36%/10);
          margin: 0 calc(40%/10); } }
    @media screen and (max-width: 768px) {
      .items.col_car {
        flex-direction: column;
        grid-gap: 0; }
        .items.col_car .item {
          max-width: 440px;
          width: 80%;
          margin: 0 auto; }
        .items.col_car .arrow {
          width: 20px;
          margin: 0 20px;
          transform: rotate(90deg); } }
    .items.col_car .item .imgs .time {
      text-align: right;
      line-height: 1.4; }
      @media screen and (max-width: 768px) {
        .items.col_car .item .imgs .time br {
          display: none; } }
      .items.col_car .item .imgs .time .cap_r {
        display: block; }
        @media screen and (max-width: 768px) {
          .items.col_car .item .imgs .time .cap_r {
            display: inline-block;
            margin-left: 0.5em; } }

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