/*! Writen  by SCSS */
.inner_main .main_ttl .head_en {
  width: 42%; }

.sec .inner {
  max-width: 854px; }

.sec01 {
  padding-top: clamp(25px, 3.13%, 40px); }

.sec02 {
  padding-top: clamp(50px, 7.04%, 90px);
  padding-bottom: clamp(25px, 3.13%, 40px); }

.sec03 {
  padding-top: clamp(100px, 17.97%, 230px);
  background: url("../images/bg_bottom.jpg") top center/cover no-repeat; }

.sec01_lead {
  text-align: center;
  font-size: clamp(14px, 1.78vw, 16px);
  line-height: 2;
  margin-bottom: clamp(40px, 4.69%, 60px); }
  @media screen and (max-width: 480px) {
    .sec01_lead {
      line-height: 1.6; } }

.sec01_time_wrap {
  margin-top: 25px;
  justify-content: center;
  gap: 2.5%; }
  @media screen and (max-width: 480px) {
    .sec01_time_wrap {
      flex-direction: column;
      align-items: center;
      gap: 15px 0; } }
  .sec01_time_wrap .sec01_time_01 {
    max-width: 346px;
    width: 28.84%; }
    @media screen and (max-width: 480px) {
      .sec01_time_wrap .sec01_time_01 {
        width: 83.58%; } }
  .sec01_time_wrap .sec01_time_02 {
    max-width: 340px;
    width: 28.34%; }
    @media screen and (max-width: 480px) {
      .sec01_time_wrap .sec01_time_02 {
        width: 82.13%; } }

.access_head {
  font-size: clamp(16px, 2.68vw, 24px);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  gap: 0.6em; }
  @media screen and (max-width: 480px) {
    .access_head {
      font-size: 18px;
      align-items: center;
      text-align: center; } }
  .access_head .text_in {
    border-bottom: 1px solid; }

.sec02_wrap .sec02_wrap_inner {
  align-items: flex-start; }
  @media screen and (max-width: 480px) {
    .sec02_wrap .sec02_wrap_inner {
      flex-direction: column; } }
  .sec02_wrap .sec02_wrap_inner .image_box {
    max-width: 319px;
    width: 37.36%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap .sec02_wrap_inner .image_box {
        width: 77.06%;
        align-self: center; } }
  .sec02_wrap .sec02_wrap_inner .text_box {
    width: 58.55%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap .sec02_wrap_inner .text_box {
        width: 100%;
        margin-top: 15px; } }
    .sec02_wrap .sec02_wrap_inner .text_box .list_wrap {
      margin-top: 6%; }
      @media screen and (max-width: 480px) {
        .sec02_wrap .sec02_wrap_inner .text_box .list_wrap {
          margin-top: 20px; } }
      .sec02_wrap .sec02_wrap_inner .text_box .list_wrap .list_head {
        font-size: 10px;
        line-height: 1;
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #cccccc;
        margin-bottom: 1.5em; }
        .sec02_wrap .sec02_wrap_inner .text_box .list_wrap .list_head .name {
          display: flex;
          align-items: flex-end;
          gap: 0.2em;
          position: relative;
          padding-bottom: 0.5em; }
          .sec02_wrap .sec02_wrap_inner .text_box .list_wrap .list_head .name::after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -2px;
            height: 2px;
            background: currentColor; }
          .sec02_wrap .sec02_wrap_inner .text_box .list_wrap .list_head .name .text_lg {
            font-size: 2em; }
            @media screen and (max-width: 480px) {
              .sec02_wrap .sec02_wrap_inner .text_box .list_wrap .list_head .name .text_lg {
                font-size: 1.6em; } }
        .sec02_wrap .sec02_wrap_inner .text_box .list_wrap .list_head .en {
          width: 9.1em;
          align-self: center; }
      .sec02_wrap .sec02_wrap_inner .text_box .list_wrap .time_list {
        display: grid;
        align-items: flex-start;
        grid-template-columns: repeat(2, 1fr); }
.sec02_wrap .sec02_image_list {
  position: relative;
  z-index: 2;
  margin-top: -5.26%;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.75%; }
  @media screen and (max-width: 480px) {
    .sec02_wrap .sec02_image_list {
      max-width: 270px;
      width: 80%;
      margin-inline: auto;
      margin-top: 30px;
      grid-template-columns: 1fr;
      gap: 15px; } }
  .sec02_wrap .sec02_image_list .item .image_box img {
    border-radius: 10px; }
  .sec02_wrap .sec02_image_list .item .item_text {
    font-size: clamp(10px, 1.56vw, 14px);
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1;
    margin-top: 0.8em; }
    .sec02_wrap .sec02_image_list .item .item_text .text_min {
      font-size: 0.71em; }
.sec02_wrap .cap_r {
  margin-top: 30px; }

.sec02_wrap_top {
  margin-bottom: clamp(60px, 7.82%, 100px); }
  .sec02_wrap_top .sec02_wrap_inner .text_box .access_head {
    color: #1d2087; }
  .sec02_wrap_top .sec02_wrap_inner .text_box .time_list {
    gap: clamp(5px, 1.76vw, 15px) 6%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap_top .sec02_wrap_inner .text_box .time_list {
        gap: 10px 2%; } }
  .sec02_wrap_top .sec02_image_list {
    margin-top: -2.34%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap_top .sec02_image_list {
        margin-top: 30px; } }

.sec02_wrap_bottom .sec02_wrap_inner {
  flex-direction: row-reverse; }
  @media screen and (max-width: 480px) {
    .sec02_wrap_bottom .sec02_wrap_inner {
      flex-direction: column; } }
  .sec02_wrap_bottom .sec02_wrap_inner .text_box {
    margin-top: 5.86%; }
    .sec02_wrap_bottom .sec02_wrap_inner .text_box .access_head {
      color: #e95513; }
    .sec02_wrap_bottom .sec02_wrap_inner .text_box .time_list {
      gap: clamp(5px, 1.76vw, 15px) 1.6%; }
      @media screen and (max-width: 480px) {
        .sec02_wrap_bottom .sec02_wrap_inner .text_box .time_list {
          gap: 10px 2%; } }

.sec03 {
  position: relative; }
  .sec03 .sec03_lead_wrap {
    max-width: 391px;
    width: 30.55%;
    position: absolute;
    left: 11.96%;
    top: 0;
    margin-top: 3.91%; }
    @media screen and (max-width: 1200px) {
      .sec03 .sec03_lead_wrap {
        left: 20px; } }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_lead_wrap {
        position: relative;
        left: 0;
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 77.06%;
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px; } }
  .sec03 .access_head {
    margin-top: 1.5em;
    color: #52b1b6;
    white-space: nowrap; }

.sec03_wrap {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin-inline: auto; }
  .sec03_wrap .sec03_image_wrap {
    line-height: 0; }
    .sec03_wrap .sec03_image_wrap + .sec03_image_wrap {
      margin-top: clamp(25px, 3.13%, 40px); }
    .sec03_wrap .sec03_image_wrap .image_box {
      position: relative; }
      .sec03_wrap .sec03_image_wrap .image_box > img {
        border-radius: 10px; }
      .sec03_wrap .sec03_image_wrap .image_box .image_sub {
        position: absolute;
        z-index: 2; }
  .sec03_wrap .sec03_image_wrap_01 {
    max-width: 562px;
    width: 49.3%;
    margin-left: auto; }
    @media screen and (max-width: 480px) {
      .sec03_wrap .sec03_image_wrap_01 {
        width: 100%; } }
    .sec03_wrap .sec03_image_wrap_01 .image_sub {
      max-width: 125px;
      width: 22.25%;
      right: 2.5%;
      bottom: -30.99%; }
      @media screen and (max-width: 480px) {
        .sec03_wrap .sec03_image_wrap_01 .image_sub {
          bottom: auto;
          top: 0;
          left: 0; } }
  .sec03_wrap .sec03_image_wrap_02,
  .sec03_wrap .sec03_image_wrap_03 {
    width: 49.48%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .sec03_wrap .sec03_image_wrap_02,
      .sec03_wrap .sec03_image_wrap_03 {
        width: 100%; } }
    .sec03_wrap .sec03_image_wrap_02 .image_box,
    .sec03_wrap .sec03_image_wrap_03 .image_box {
      max-width: 274px;
      width: 48.59%; }
  .sec03_wrap .sec03_image_wrap_02 {
    margin-left: auto;
    margin-right: 12.81%; }
    @media screen and (max-width: 480px) {
      .sec03_wrap .sec03_image_wrap_02 {
        margin-right: auto; } }
    .sec03_wrap .sec03_image_wrap_02 .image_sub {
      max-width: 125px;
      width: 45.63%; }
    .sec03_wrap .sec03_image_wrap_02 .image_box_left .image_sub {
      top: -24.79%;
      left: 5.48%; }
      @media screen and (max-width: 480px) {
        .sec03_wrap .sec03_image_wrap_02 .image_box_left .image_sub {
          top: 0;
          left: 0; } }
    .sec03_wrap .sec03_image_wrap_02 .image_box_right .image_sub {
      bottom: -26.44%;
      right: 6.57%; }
      @media screen and (max-width: 480px) {
        .sec03_wrap .sec03_image_wrap_02 .image_box_right .image_sub {
          bottom: 0;
          right: 0; } }
  .sec03_wrap .sec03_image_wrap_03 {
    margin-inline: auto; }
    .sec03_wrap .sec03_image_wrap_03 .image_sub {
      max-width: 122px;
      width: 44.53%; }
    .sec03_wrap .sec03_image_wrap_03 .image_box_left .image_sub {
      top: 8.27%;
      left: -32.84%; }
      @media screen and (max-width: 480px) {
        .sec03_wrap .sec03_image_wrap_03 .image_box_left .image_sub {
          top: 0;
          left: 0; } }
    .sec03_wrap .sec03_image_wrap_03 .image_box_right .image_sub {
      bottom: 7.44%;
      right: -30.65%; }
      @media screen and (max-width: 480px) {
        .sec03_wrap .sec03_image_wrap_03 .image_box_right .image_sub {
          right: 0;
          bottom: auto;
          top: 0; } }

.sec03_line_image {
  margin-top: clamp(25px, 3.13%, 40px);
  max-width: 1061px;
  margin-inline: auto; }

.caption_area {
  padding-top: 40px; }

/*# sourceMappingURL=style.css.map */
