@charset "utf-8";
/*------------------------------------------------------------------

  ヘッダーメニュー

------------------------------------------------------------------*/

/*
  メニューから自サービスを非表示
--------------------------*/
.menu_dropdown .menu4,
.logo_banner .menu4 {
  display: none !important;
}

/* PCサイズ------------------------------- */
@media screen and (min-width: 1101px) {
  .menu_sp {
    display: none !important;
  }
  main {
    position: relative;
    min-height: calc(100% - 600px);
    box-sizing: border-box;
    background: var(--c-bg);
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 80px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-bottom: solid 1px var(--c-lightgray);
  }
  .header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .header_in nav {
    display: flex;
    align-items: center;
    gap: 10px 0;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .logo {
    display: inline-block;
  }
  .logo:hover {
    opacity: 0.7;
  }
  .logo img {
    height: 45px;
    display: inline-block;
  }
  .header .btn_area {
    gap: 0 8px;
    padding: 0;
    width: auto;
  }
  .header .btn {
    width: 150px;
    height: 60px;
    position: static;
    font-size: var(--fz-normal);
    font-weight: var(--fw-bold);
    box-shadow: none;
    text-align: left;
    font-size: 15px;
    line-height: 1.3;
    border: solid 1px var(--c-pink);
    padding: 0;
  }
  .header .btn.--orange {
    border-color: var(--c-orange);
  }
  .header .btn:hover {
    background: #fff;
    color: var(--c-pink);
  }
  .header .btn.--orange:hover {
    color: var(--c-orange);
  }
  .menu {
    display: flex;
    align-items: center;
    gap: 0 20px;
    color: var(--c-black);
    font-size: 14px;
    width: 100%;
    justify-content: flex-end;
    font-weight: var(--fw-normal);
  }
  .header_in .header_in_cont {
    display: flex;
    align-items: center;
    gap: 0 35px;
  }
  .header .menu .menu_txt {
    line-height: 80px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
  }
  .header .menu .menu_txt .en_font {
    display: none;
  }
  .head_solution_link .drop_open span {
    padding: 3px 0 3px 20px;
    border-left: solid 1px #bbb;
  }
  .header .menu .drop_open:hover,
  .header .menu a:hover,
  .header .menu a.now,
  .header .menu a:hover span {
    color: var(--c-orange);
  }
  .menu_dropdown {
    width: 100%;
    padding: 50px 5%;
    position: absolute;
    display: flex;
    gap: 100px;
    justify-content: center;
    background: #fff;
    left: 0;
    transform: translate(0, -100%);
    z-index: -999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    text-align: left;
    box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
  }
  .drop_open:hover + .menu_dropdown,
  .menu_dropdown:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
  .menu_dropdown dt {
    font-weight: var(--fw-bold);
    padding-bottom: 20px;
    border-bottom: solid 1px var(--c-gray);
    color: var(--c-black);
  }
  .genre_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    max-width: 400px;
  }
  .inner_menu li {
    margin-top: 20px;
  }
  .inner_menu a {
    font-weight: var(--fw-normal);
    color: var(--c-gray);
    font-size: 12px;
    display: inline-block;
  }
  .inner_menu a .ttl {
    color: var(--c-black);
    display: inline-block;
    text-decoration: underline;
    font-size: var(--fz-normal);
    line-height: 2;
    transition: 0.3s;
  }
  .inner_menu a .ttl:after {
    font-family: var(--ff-icon);
    content: "\f138";
    margin-left: 5px;
    font-weight: bold;
    color: var(--c-orange);
    background: #fff;
    display: inline-block;
  }
  .inner_menu a span:not(.ttl) {
    display: block;
  }
  .sp_btn_area {
    display: none !important;
  }
  .header.absolute {
    position: absolute;
    background: none;
    border: none;
  }
  .header.absolute:before {
    background: none;
  }
}

/* タブレット以下サイズ------------------------------- */
@media screen and (max-width: 1100px) {
  .menu_pc {
    display: none !important;
  }
  .popup_banner {
    display: none !important;
  }
  /*
  ナビ用
  --------------------------*/
  html > * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  main {
    position: relative;
    min-height: calc(100% - 600px);
    box-sizing: border-box;
    background: var(--c-bg);
  }

  /*
  ヘッダー
  --------------------------*/
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 4;
  }
  .sp_btn_area {
    display: flex;
    position: fixed;
    justify-content: center;
    bottom: 0;
    left: 0;
    width: 100vw;
    gap: 0 2%;
    padding: 0 8px 10px;
    z-index: 3;
  }
  .sp_btn_area .btn {
    border-radius: 10px;
    font-size: 14px;
    height: 60px;
    max-width: 100%;
    line-height: 1.5;
    padding: 0 8px;
  }
  .sp_btn_area .btn img {
    width: 32px;
  }
  .header_menu {
    position: relative;
    height: 60px;
    line-height: 1;
    /* z-index: 10; */
    background: #fff;
    border-bottom: solid 1px var(--c-lightgray);
  }
  .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px 0;
    width: 130px;
    height: 60px;
    margin-left: 15px;
  }
  .logo img {
    height: auto;
    width: 130px;
    display: inline-block;
  }
  .menu_trigger,
  .menu_trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
  }
  .menu_trigger {
    position: fixed;
    top: 7px;
    right: 15px;
    z-index: 10;
    width: 90px;
    height: 45px;
    padding: 8px 30px 8px 8px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-bg02);
    color: var(--c-orange);
    border-radius: 8px;
  }
  .menu_trigger p {
    letter-spacing: 0;
  }
  .menu_trigger .close_txt,
  .menu_trigger.active .open_txt {
    display: none;
  }
  .menu_trigger.active .close_txt {
    display: inline-block;
  }
  .menu_trigger span {
    position: absolute;
    background: var(--c-orange);
    width: 20px;
    height: 3px;
    right: 8px;
    margin: auto;
    border-radius: 5px;
  }
  .menu_trigger span:nth-of-type(1) {
    top: 17px;
  }
  .menu_trigger span:nth-of-type(2) {
    top: 24px;
  }
  .menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    top: 13px;
  }
  .menu_trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    top: 30px;
  }
  .header .header_in {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    text-align: left;
    z-index: 8;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
  }
  .overlay {
    content: "";
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.5s ease;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
  }
  .side_open .overlay,
  .side_open .header_in {
    opacity: 1;
    visibility: visible;
  }
  .header .scroll_area {
    overflow: auto;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  .header .header_in_cont {
    padding: 0 0 56px;
    border-radius: 0 0 32px 32px;
    background: #fff;
  }
  .header .btn_area {
    width: 100%;
    margin-top: 30px;
    padding: 0 7%;
    gap: 8px 10px;
    flex-direction: column;
  }
  .header .btn_area .btn {
    width: 100%;
    font-size: 16px;
    padding: 0 20px;
    height: 64px;
    max-width: 100%;
  }
  .header .btn_area .btn span {
    flex: 1;
    text-align: center;
  }
  .header_in nav {
    display: flex;
    width: 100%;
  }
  .menu {
    width: 100%;
    padding: 0 9%;
  }
  .menu .menu_txt {
    position: relative;
    display: block;
    line-height: 1.7;
    padding: 18px 0;
    border-bottom: solid 1px var(--c-lightgray);
    font-size: 16px;
  }
  .menu .menu_txt:before {
    position: absolute;
    font-family: var(--ff-icon);
    content: "\f138";
    right: 0;
    color: var(--c-orange);
    font-size: 20px;
    line-height: 1;
    top: 50%;
    margin-top: -10px;
    font-weight: bold;
  }
  .menu .accordion_open {
    position: relative;
  }
  .menu .accordion_open:before {
    content: "\f055";
  }
  .menu .accordion_close:before {
    content: "\f056";
  }
  .menu .menu_dropdown {
    margin-top: 20px;
    display: none;
    background: var(--c-bg);
    border-radius: 20px;
    padding: 10px 20px 0;
  }
  .menu .menu_dropdown dt {
    font-weight: var(--fw-bold);
    line-height: 2;
  }
  .menu .menu_dropdown dl {
    padding: 20px 0 30px;
  }
  .menu .menu_dropdown dl + dl {
    border-top: solid 1px var(--c-gray);
  }
  .inner_menu li {
    margin-top: 10px;
  }
  .inner_menu a {
    font-weight: var(--fw-normal);
    color: var(--c-gray);
    font-size: 11px;
  }
  .inner_menu a .ttl {
    color: var(--c-black);
    display: inline-block;
    text-decoration: underline;
    font-size: var(--fz-normal);
    line-height: 2;
  }
  .inner_menu a .ttl:after {
    font-family: var(--ff-icon);
    content: "\f138";
    margin-left: 5px;
    font-weight: bold;
    color: var(--c-orange);
    display: inline-block;
  }
  .inner_menu a span:not(.ttl) {
    display: block;
  }
  .header.absolute {
    position: absolute;
  }
  .header.absolute .header_menu {
    background: none;
    border: none;
  }
}

/* タブレット（iPad）サイズ------------------------------- */
@media screen and (max-width: 1023px) {
}

/* スマホサイズ------------------------------- */
@media screen and (max-width: 767px) {
  .sp_btn_area .btn {
    gap: 0;
  }
}
