/*! Writen  by SCSS */
.sec01 {
  padding-bottom: 6%; }
  @media screen and (max-width: 810px) {
    .sec01 {
      padding-bottom: 12%; } }
  .sec01 .img_wrap {
    padding-top: clamp(20px, 8vw, 80px);
    margin-bottom: clamp(30px, 5vw, 60px); }
    .sec01 .img_wrap .image {
      position: relative;
      width: fit-content;
      margin-inline: auto; }
      .sec01 .img_wrap .image::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        pointer-events: none;
        border: 1px solid #cccccc;
        pointer-events: none; }
  .sec01 .map02_full {
    max-width: 800px;
    margin-bottom: clamp(15px, 4.584vw, 55px);
    padding: clamp(10px, 3.125vw, 25px);
    width: 100%;
    margin-inline: auto;
    text-align: center;
    background: #101d5c;
    font-weight: 700;
    color: #fff; }
    .sec01 .map02_full .tel02 {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 5px; }
      @media screen and (max-width: 480px) {
        .sec01 .map02_full .tel02 {
          margin-bottom: 0; } }
      .sec01 .map02_full .tel02 a {
        font-size: clamp(32px, 6.25vw, 50px);
        line-height: 1;
        display: block;
        letter-spacing: 0.05em;
        font-weight: 500;
        text-decoration: none; }
        @media screen and (max-width: 768px) {
          .sec01 .map02_full .tel02 a {
            pointer-events: all; } }
        @media screen and (max-width: 480px) {
          .sec01 .map02_full .tel02 a {
            font-size: 36px; } }
        .sec01 .map02_full .tel02 a img {
          margin-bottom: 5px;
          margin-right: 10px; }
    .sec01 .map02_full .read01 {
      font-size: clamp(14px, 2vw, 16px); }
      @media screen and (max-width: 480px) {
        .sec01 .map02_full .read01 {
          margin-bottom: 5px;
          font-size: 14px;
          line-height: 1.25; } }
    .sec01 .map02_full .read02 {
      font-size: clamp(10px, 1.5vw, 12px);
      display: flex;
      justify-content: center;
      column-gap: 10px; }
      @media screen and (max-width: 480px) {
        .sec01 .map02_full .read02 {
          flex-wrap: wrap; } }
  .sec01 .btn_wrap {
    max-width: 640px;
    margin-inline: auto;
    column-gap: 6.25%; }
    @media screen and (max-width: 480px) {
      .sec01 .btn_wrap {
        flex-wrap: wrap;
        row-gap: 15px; } }
    .sec01 .btn_wrap a {
      width: 46.88%;
      display: flex;
      border: 1px solid #ffffff;
      text-align: center;
      align-items: center;
      padding: 10px 0;
      transition: all 0.3s ease-in-out;
      column-gap: clamp(5px, 3.334vw, 10px);
      justify-content: center;
      color: #fff;
      background-color: #fff;
      position: relative;
      color: #093155;
      text-decoration: none; }
      .sec01 .btn_wrap a::after {
        content: '';
        position: absolute;
        inset: 0;
        border: 1px solid #093155;
        pointer-events: none; }
      @media (hover: hover) {
        .sec01 .btn_wrap a:hover {
          opacity: .7; } }
      @media screen and (max-width: 480px) {
        .sec01 .btn_wrap a {
          width: 100%; } }
      .sec01 .btn_wrap a .text {
        font-size: clamp(12px, 5.334vw, 16px);
        font-weight: 600; }
        @media screen and (max-width: 480px) {
          .sec01 .btn_wrap a .text {
            font-size: 13px; } }

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