@charset "utf-8";
/*------------------------------------------------------------------

  ヘッダーメニュー

------------------------------------------------------------------*/

/* PCサイズのヘッダーメニュー------------------------------- */
@media screen and (min-width: 1350px) {
  /*---------------------------------

  共通

  ---------------------------------*/
  .menu_sp {
    display: none !important;
  }
  main {
    position: relative;
    min-height: calc(100% - 600px);
    box-sizing: border-box;
    padding-top: 70px;
  }
  .tel {
    pointer-events: none;
  }

  /*
  ヘッダー
  --------------------------*/
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-right: 15px;
    border-bottom: solid 1px var(--c-lightgray);
  }
  .header_in nav {
    display: flex;
    align-items: center;
    gap: 10px 0;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .logo {
    padding: 15px 30px;
    display: inline-block;
  }
  .logo img {
    height: 40px;
    display: inline-block;
  }
  .menu {
    display: flex;
    align-items: center;
    gap: 0 25px;
    color: var(--c-black);
    font-size: 14px;
    width: 100%;
    justify-content: flex-end;
    font-weight: var(--fw-mid);
  }
  .header_in > div {
    display: flex;
    align-items: center;
    gap: 0 40px;
  }
  .header .menu a:hover,
  .header .menu a.now {
    color: var(--c-txtblue);
  }
  .header .cv_area {
    display: flex;
    gap: 0 10px;
  }
  .header .cv_area a {
    font-size: 14px;
    height: 45px;
    width: auto;
    padding: 0 15px 0 20px;
    gap: 0 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .logo:hover {
    opacity: 0.7;
  }
}

/* ハンバーガーメニューサイズ------------------------------- */
@media screen and (max-width: 1349px) {
  /*---------------------------------

  共通

  ---------------------------------*/
  .menu_pc {
    display: none !important;
  }
  main {
    position: relative;
    min-height: calc(100% - 600px);
    box-sizing: border-box;
    padding-top: 56px;
  }

  /*
  ナビ用
  --------------------------*/
  html > * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  /*
  ヘッダー
  --------------------------*/
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 4;
  }
  .header_menu {
    height: 56px;
    line-height: 1;
    z-index: 5;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: solid 1px var(--c-lightgray);
  }
  .header .logo {
    position: absolute;
    left: 20px;
    top: 13px;
    z-index: 10;
  }
  .header .logo img {
    height: 30px;
  }
  .btn.menu_sp {
    height: 40px;
    font-size: 13px;
    width: 130px;
    gap: 0 5px;
    margin-right: 48px;
  }
  .menu_trigger,
  .menu_trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .menu_trigger {
    position: fixed;
    top: 8px;
    right: 20px;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: solid 2px var(--c-gray);
  }
  .menu_trigger span {
    position: absolute;
    background: var(--c-blue);
    width: 18px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
  }
  .menu_trigger span:nth-of-type(1) {
    top: 13px;
  }
  .menu_trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu_trigger.active {
    background: none;
  }
  .menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    top: 8px;
    background: var(--c-blue);
  }
  .menu_trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    top: 25px;
    background: var(--c-blue);
  }
  .header .header_in {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    text-align: left;
    background: #fff;
    z-index: 8;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .header_in > div {
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    padding: 70px 10% 30px;
  }
  .header_in nav {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .menu {
    width: 100%;
  }
  .menu li {
    border-bottom: solid 1px var(--c-gray);
  }
  .menu a,
  .menu li span {
    position: relative;
    line-height: 1.3;
    font-size: 16px;
    padding: 20px 8px;
    font-weight: var(--fw-bold);
    font-family: var(--ff-maru);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu a:after,
  .menu li span:after {
    font-family: var(--ff-icon);
    content: "\f061";
    color: #fff;
    background: var(--c-blue);
    border-radius: 50%;
    width: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
  }
  .menu li ul {
    display: none;
  }
  .menu li li {
    border-bottom: none;
    border-top: solid 1px #ddd;
  }
  .menu li li a {
    background: #f2f2f2;
  }
  .cv_area {
    padding: 50px 0;
    gap: 15px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cv_area .btn {
    max-width: 260px;
  }
  .overlay {
    content: "";
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 7;
  }
  .side_open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
  }
  .side_open .overlay,
  .side_open .header_in {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
}

/* タブレット（iPad）サイズ------------------------------- */
@media screen and (max-width: 1023px) {
}

/* スマホ以上------------------------------- */
@media screen and (min-width: 768px) {
}

/* スマホサイズ------------------------------- */
@media screen and (max-width: 767px) {
  .header .header_in {
    right: -100%;
    width: 100%;
  }
  .side_open .overlay,
  .side_open .header_in {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
