@charset "UTF-8";
/*共通
---------------------------------------------------------- */
/*header-------------------------------------------------*/
body {
  overflow-x: hidden;
}

.p-header {
  width: 100vw;
  margin: 0 auto;
}

.p-header__fixed {
  width: 100vw;
  background-color: white;
  border-bottom: 0.5px solid #cccccc;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.p-header__fixedInner {
  width: 90%;
  height: 80px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__fixedLogo {
  margin: auto 0;
}

.p-header__fixedLogo img {
  width: 130px;
  margin: auto 0;
  padding: 13px 0 0 0;
}

@media screen and (max-width: 1150px) {
  .p-header__fixedLogo img {
    width: 130px;
  }
}

.p-header__fixedNav {
  margin: auto 0;
}

.p-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__linkText {
  display: inline-block;
  font-size: 13px;
  color: #555555;
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bolder;
  padding: 16px 9px 0 9px;
}

.p-header__navItem a:hover {
  opacity: .8;
}

.p-header__navItem p {
  cursor: pointer;
}

.p-header__navItem p:hover {
  opacity: .8;
}

.p-header__cvBtn a {
  text-align: center;
  line-height: 1.3;
  display: inline-block;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bolder;
  font-size: 12px;
  color: #fff;
  padding: 8px 26px;
  text-decoration: none;
  margin-left: 10px;
  background: #00559A;
  border-radius: 4px;
}

@media screen and (max-width: 1150px) {
  .p-header__cvBtn a {
    width: 80%;
    max-width: 500px;
    font-size: 13px;
  }
}

.p-header__cvBtn--1 a {
  background: #fff;
  border: solid 1px #00a7db;
  color: #00a7db;
}

.p-header__cvBtn--1 a:hover {
  background: #DAF2FF;
}

.p-header__cvBtn--2 a {
  background: #00a7db;
}

.p-header__cvBtn--2 a:hover {
  background: #00baf5;
}

@media screen and (max-width: 1150px) {
  .p-header__cvBtn--2 a {
    padding: 17px 20px;
  }
}

.p-header__cvBtn--3 a {
  background: #00559A;
}

.p-header__cvBtn--3 a:hover {
  background: #0066b9;
}

@media screen and (max-width: 1150px) {
  .p-header__cvBtn--3 a {
    padding: 17px 20px;
  }
}

.dropdown li {
  position: relative;
}

.dropdown_menu {
  z-index: 1000;
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 200px;
  border-radius: 0 0 4px 4px;
  background-color: white;
  padding: 10px 0 0 0;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1150px) {
  .dropdown_menu {
    top: 40px;
    left: 13%;
    width: 75%;
  }
}

.dropdown_menu a {
  text-decoration: none;
  color: #595750;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.dropdown_menu a:hover {
  opacity: .6;
}

.dropdown_item {
  padding: 14px 20px;
  border-bottom: solid 1px #DEDEDE;
}

@media screen and (max-width: 1150px) {
  .dropdown_item {
    display: block;
  }
}

.dropdown_item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 1150px) {
  .pc-br {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .p-header__fixedInner {
    width: 90.4%;
    height: 60px;
  }
  .p-header__fixedNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    height: 100vh;
    background-color: white;
  }
  .p-header__navList {
    display: block;
    text-align: center;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-header__linkText {
    margin-left: 0;
    margin-bottom: 16px;
  }
  .p-header__cvBtn a {
    margin: 6px 0;
  }
  .p-header__button {
    width: 36px;
    height: 27px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .p-header__ham {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    outline: none;
    background-color: #555555;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .p-header__ham::before, .p-header__ham::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: '';
    -webkit-transition: inherit;
    transition: inherit;
  }
  .p-header__ham::before {
    top: -10px;
  }
  .p-header__ham::after {
    top: 10px;
  }
  .is-drawerActive .p-header__ham {
    background-color: transparent;
  }
  .is-drawerActive .p-header__ham::before,
  .is-drawerActive .p-header__ham::after {
    top: 0;
    background-color: #555555;
  }
  .is-drawerActive .p-header__ham::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .is-drawerActive .p-header__ham::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .is-drawerActive .p-header__fixedNav {
    right: 0;
  }
}
/*# sourceMappingURL=dropdown.css.map */