html {
    scroll-behavior: smooth;
  }

 /*------------------------------------------------------------
	改行指定
------------------------------------------------------------*/

.pc_show {
  display: block;
}
@media screen and (max-width: 599px) {
  .pc_show {
    display: none;
  }
}

.sp_show {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp_show {
    display: block;
  }
}

.mt0 {
  margin-top: 0;
}
.mlr0 {
  margin-right: 0;
  margin-left: 0;
}

.l-cv_sec {
  position: relative;
  background: url("../img/cv_bg_img.jpg") center;
  background-size: cover;
  padding: 66px 0 56px;
  margin: 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  max-width: 100%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .l-cv_sec {
    background: url("../img/cv_bg_img_sp.jpg") center;
    background-size: cover;
  }
}
.l-cv_sec::before, .l-cv_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.l-cv_sec::before {
  background-color: #384780;
  opacity: 0.3;
}
.l-cv_sec::after {
  background-color: #384780;
  opacity: 0.35;
  mix-blend-mode: multiply;
}
.l-cv_sec .inner {
  position: relative;
  z-index: 100;
}
.l-cv_sec .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 599px) {
  .l-cv_sec .ttl {
    font-size: 20px;
  }
}
.l-cv_sec .txt {
  font-size: 16px;
  margin-top: 20px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 599px) {
  .l-cv_sec .txt {
    font-size: 15px;
    line-height: 2;
  }
}
.l-cv_sec .caption {
  margin-top: 14px;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 599px) {
  .l-cv_sec .caption {
    font-size: 12px;
    margin-top: 18px;
  }
}
.l-cv_sec .caption::before {
  content: "※";
}
.l-cv_sec .tel {
  font-size: 30px;
  font-family: "roboto";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 36px auto 0;
  color: #fff;
  text-decoration: none;
}
.l-cv_sec .tel .ico {
  position: relative;
  top: -1.5px;
  margin-right: 3px;
}
@media screen and (max-width: 599px) {
  .l-cv_sec .tel .ico {
    width: 26px;
  }
}
.l-cv_sec .link_btn {
  margin-top: 24px;
  font-size: 16px;
  color: #fff;
  background-color: #0E2594;
  padding: 24px 40px;
  display: inline-block;
  text-decoration:none;
}


@media screen and (max-width: 781px) {
  /* カラムブロック 追加css スマホ版時に一番上に表示 */
  .sp_flex_reverse{
    flex-direction:column-reverse;
  }

  .l-cv_sec .link_btn {
    padding: 16px 32px;
  }
}

h3  {
  font-size: 24px;
  color: #0E2594;
  border-left: solid 4px #0E2594;
  padding-left: 6px;
  padding-left: 8px;
  line-height: 1.4;
  margin-bottom: 4px;
}

@media screen and (max-width: 781px) {
  h3  {font-size: 22px;}
}


.header-nav {
background-color: #fff;
[data-unitone-layout~="gutters"] {
  padding: 10px 0;
}
[data-unitone-layout~="container"] {
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  box-sizing: border-box;
}
  .wp-block-navigation__container {
    a span {
      color: #333;
    }
  }
}

@media screen and (max-width: 599px) {
  .header-nav {
    .wp-block-navigation__responsive-container-close {
      padding-top: 32px;
      padding-right: 32px;
    }
      .wp-block-navigation__container {
        width: 100%;
        padding: 14px 6.4%;
        box-sizing: border-box;
        color: #333;
      }
        .wp-block-navigation-item.wp-block-navigation-link {
          width: 100%;
          padding-bottom: 8px;
          margin-bottom: 8px;
          border-bottom: dotted 1px #ccc;
          box-sizing: border-box;
        }
        /* サブメニューの場合 */
        .wp-block-navigation-item.wp-block-navigation-link.sub_link {
          padding-bottom: 0;
          margin-bottom: 24px;
          border-bottom: none;
          font-size: 13px;
          &.first {
            margin-top: 14px;
            margin-bottom: 0;
          }
        }
        .wp-block-navigation__container {
          a {
            width: 100%;
          }
          a span {
            color: #333;
          }
        }
     .wp-block-site-logo img {
      width: 200px;
     }
    }
}

/* .wp-block-navigation__responsive-container-open {
  color: #fff;
} */

.access_btm {
  position: relative;
  z-index: 1;
  &::before {
    content: "";
    background-color: #0E2594;
    position: absolute;
    height: 80.17px;
    padding: 0 65px;
    overflow: hidden;
    z-index: -1;
  }
  a span {
    display: block;
     margin-left: 27px;
  }
}


.header-nav .wp-block-navigation__container .access_btm a span {
  color: #fff;
}

@media screen and (max-width: 1120px)  {
  .access_btm {
    &::before {
      content: none;
    }
    a span {
      display: inline;
       margin-left: 0;
    }
  }
  .header-nav .wp-block-navigation__container .access_btm a span {
    color: #333;
  }
}

.footer_list {
  background-color: #f1f1f1;
  padding: 24px 12px;
  position: relative;
  top: -10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
}

@media screen and (max-width: 599px)  {
  .footer_list {
    gap: 6px 12px;
    a {
      font-size: 13px;
    }
  }
}

.footer_cv {
  padding: 24px 16px;
  text-align: center;
  .link_btn {
    font-size: 16px;
    color: #fff;
    background-color: #0E2594;
    padding: 24px 40px;
    display: inline-block;
    text-decoration:none;
  }
}

@media screen and (max-width: 599px) {
  .footer_cv .link_btn {
    padding: 16px 32px;
  }
}


@media screen and (max-width: 599px) {
  .sp_table_size table th,
  .sp_table_size table td {
    font-size: 0.8em;
  }
}


.c-map {
  filter: saturate(0) opacity(1);
    transition: filter 1s;
    &:hover {
      filter: unset;
    }
}

@media screen and (max-width: 599px) {
  .c-map {
    filter: unset;
  }
  
}