.header {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  min-height: 8.6vw;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
@media screen and (min-width: 1400px) {
  .header {
    min-height: 86px;
  }
}
@media screen and (max-width: 700px) {
  .header {
    min-height: 13.28125vw;
  }
}
.headerTtl {
  height: 100%;
  padding-top: 3vw;
  margin-left: 2vw;
  flex: 0 1 20vw;
}
@media screen and (min-width: 1400px) {
  .headerTtl {
    padding-top: 20px;
    margin-left: 50px;
    flex: 0 1 293px;
  }
}
@media screen and (max-width: 700px) {
  .headerTtl {
    padding-top: 3%;
    margin-left: 5.5%;
    flex: 0 1 55.625vw;
  }
}
.headerLinkPc__list {
  display: flex;
  margin-right: 2vw;
}
@media screen and (min-width: 1400px) {
  .headerLinkPc__list {
    margin-right: 50px;
  }
}
@media screen and (max-width: 700px) {
  .headerLinkPc__list {
    display: none;
  }
}
.headerLinkPc__item {
  display: flex;
  align-items: center;
  margin: 0 0.5vw;
}
@media screen and (min-width: 1400px) {
  .headerLinkPc__item {
    margin: 0 15px;
  }
}
.headerLinkPc__item--01:hover {
  position: relative;
}
.headerLinkPc__item--01:hover .headerMenuPc {
  display: block;
  opacity: 1;
}
.headerLinkPc__item--09 {
  align-items: baseline;
  margin: 0 0 0 1.5vw;
}
@media screen and (min-width: 1400px) {
  .headerLinkPc__item--09 {
    margin: 0 0 0 33px;
  }
}
.headerLinkPc__txt {
  letter-spacing: 0.01230769vw;
  font-size: 1.1428514vw;
  line-height: 1;
  color: #454545;
  cursor: pointer;
  transition: 0.3s all;
}
@media screen and (min-width: 1400px) {
  .headerLinkPc__txt {
    letter-spacing: 0.01rem;
    font-size: 1rem;
  }
}
.headerLinkPc__txt:hover {
  color: #0597A3;
  opacity: 1;
}
.headerLinkPc__txt--09 {
  background: #FF8B5F;
  color: #fff;
  display: block;
  padding: 1.5vw 1.5vw 1.6vw;
  border-radius: 0 0 0.5vw 0.5vw;
}
.headerLinkPc__txt--09:hover {
  background: #fff;
  color: #FF8B5F;
  opacity: 1;
  border-left: solid 1px #FF8B5F;
  border-right: solid 1px #FF8B5F;
  border-bottom: solid 1px #FF8B5F;
}
.headerLinkPc__txt--09:hover .headerLinkPc__imgColor--09 {
  fill: #FF8B5F;
}
@media screen and (min-width: 1400px) {
  .headerLinkPc__txt--09 {
    padding: 5px 25px 16px;
    border-radius: 0 0 5px 5px;
  }
}
.headerLinkPc__imgColor--09 {
  fill: #fff;
}
.headerLinkPc__img--09 {
  width: 2.1vw;
  height: 1.4vw;
  margin: 0 auto 1vw;
}
@media screen and (min-width: 1400px) {
  .headerLinkPc__img--09 {
    width: 21px;
    height: 14px;
    margin: 0 auto 19px;
  }
}
.headerLinkSp__list {
  display: none;
}
@media screen and (max-width: 700px) {
  .headerLinkSp__list {
    display: flex;
  }
}
.headerLinkSp__item--01 {
  background: #FF8B5F;
}
.headerLinkSp__item--02 {
  background: #1697A3;
}
.headerLinkSp__link {
  display: inline-block;
  width: 16.40625vw;
  height: 13.4375vw;
}
.headerLinkSp__link--02 {
  transition: 0.5s all;
}
.headerLinkSp__link--02.js-menuBtnActive {
  transform: rotate(720deg);
}
.headerLinkSp__txt {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .headerLinkSp__txt {
    font-size: 2.65625vw;
    letter-spacing: 0.0265625vw;
    line-height: 1;
  }
}
.js-menuBtnActive .headerLinkSp__txt--02 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.headerLinkSp__img {
  margin: 0 auto;
}
.headerLinkSp__img--01 {
  width: 5.46875vw;
  height: 7.8125vw;
  padding: 0.78125vw 0 0;
}
.headerLinkSp__img--01 svg {
  width: 5.46875vw;
  height: 4.6875vw;
}
.headerLinkSp__img--02 {
  padding-top: 2.34375vw;
  width: 5.78125vw;
}
.headerLinkSp__imgColor--01 {
  fill: #fff;
}
.headerLinkSp__border {
  padding-top: 1.25vw;
  width: 100%;
  display: block;
  border-top: solid 0.78125vw #fff;
  transition: 0.5s all;
}
.js-menuBtnActive .headerLinkSp__border--01 {
  border: none;
}
.js-menuBtnActive .headerLinkSp__border--02 {
  width: 9.53125vw;
  transform: rotate(45deg);
  margin-top: 46%;
  margin-left: -46%;
}
.js-menuBtnActive .headerLinkSp__border--03 {
  width: 9.53125vw;
  transform: rotate(-45deg);
  margin-top: -37%;
  margin-left: -30%;
}
.headerMenuPc {
  position: absolute;
  padding: 1.7vw 4vw 2.5vw;
  top: 8.6vw;
  left: -4.5vw;
  width: 45vw;
  border-radius: 0 0 1.5vw 1.5vw;
  background: #E5F4F6;
  z-index: 10;
  transition: 0.5s all;
  display: none;
  opacity: 0;
}
@media screen and (min-width: 1400px) {
  .headerMenuPc {
    padding: 17px 40px 25px;
    top: 86px;
    left: -45px;
    width: 484px;
    border-radius: 0 0 15px 15px;
  }
}
.headerMenuPc::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 1.4vw solid transparent;
  border-right: 1.4vw solid transparent;
  border-bottom: 1.6vw solid #E5F4F6;
  top: -1.5vw;
  left: 7.3vw;
}
@media screen and (min-width: 1400px) {
  .headerMenuPc::before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 16px solid #E5F4F6;
    top: -15px;
    left: 73px;
  }
}
@media screen and (max-width: 700px) {
  .headerMenuPc {
    display: none;
  }
}
.headerMenuPc__ttl {
  letter-spacing: 0.01714286vw;
  font-size: 1.28571429vw;
  line-height: 2;
  color: #454545;
}
@media screen and (min-width: 1400px) {
  .headerMenuPc__ttl {
    letter-spacing: 0.015rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}
.headerMenuPc__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 0.4vw;
}
@media screen and (min-width: 1400px) {
  .headerMenuPc__list {
    margin-top: 4px;
  }
}
.headerMenuPc__link {
  letter-spacing: 0.01142857vw;
  font-size: 1.14285714vw;
  line-height: 2.125;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  color: #454545;
  height: 3.8vw;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  transition: 0.3s all;
  overflow: visible !important;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerMenuPc__link {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
.headerMenuPc__link:hover {
  color: #0597A3;
  opacity: 1;
}
@media screen and (min-width: 1400px) {
  .headerMenuPc__link {
    height: 38px;
    letter-spacing: 0.01rem;
    font-size: 1rem;
    line-height: 2.125;
  }
}
.headerMenuPc__link::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.8vw solid transparent;
  border-bottom: 0.8vw solid transparent;
  border-left: 1vw solid #0597A3;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1400px) {
  .headerMenuPc__link::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #0597A3;
  }
}
.headerMenuPc__link--01, .headerMenuPc__link--02, .headerMenuPc__link--03, .headerMenuPc__link--04 {
  padding-left: 1.7vw;
}
@media screen and (min-width: 1400px) {
  .headerMenuPc__link--01, .headerMenuPc__link--02, .headerMenuPc__link--03, .headerMenuPc__link--04 {
    padding-left: 17px;
  }
}
.headerMenuPc__link--01::before, .headerMenuPc__link--02::before, .headerMenuPc__link--03::before, .headerMenuPc__link--04::before {
  left: 0;
}
.headerMenuPc__link--05, .headerMenuPc__link--06, .headerMenuPc__link--07, .headerMenuPc__link--08 {
  padding-left: 1vw;
}
@media screen and (min-width: 1400px) {
  .headerMenuPc__link--05, .headerMenuPc__link--06, .headerMenuPc__link--07, .headerMenuPc__link--08 {
    padding-left: 10px;
  }
}
.headerMenuPc__link--05::before, .headerMenuPc__link--06::before, .headerMenuPc__link--07::before, .headerMenuPc__link--08::before {
  left: -0.6vw;
}
@media screen and (min-width: 1400px) {
  .headerMenuPc__link--05::before, .headerMenuPc__link--06::before, .headerMenuPc__link--07::before, .headerMenuPc__link--08::before {
    left: -6px;
  }
}
.headerMenuSp {
  display: none;
}
@media screen and (max-width: 700px) {
  .headerMenuSp {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 5.46875vw;
    background: rgba(229, 244, 246, 0.95);
    position: fixed;
    width: 100vw;
    height: calc(100vh - 13.28125vw);
    z-index: 100;
    transition: 0.2s all;
    left: 100%;
    top: 13.28125vw;
  }
}
.headerMenuSp.js-menuOpen {
  left: 0;
}
.headerMenuSp__list {
  flex: 0 1 42.1875vw;
}
.headerMenuSp__list--01 {
  flex: 0 1 44.53125vw;
  position: relative;
}
.headerMenuSp__list--01::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  height: calc(100% - 7.03125vw);
  border-right: solid 0.15625vw #0597A3;
}
.headerMenuSp__list--02 {
  margin-left: 2.7%;
  flex: 0 1 42.1875vw;
}
.headerMenuSp__item {
  position: relative;
  transition: 0.5s all 0.5s;
  left: 100%;
  opacity: 0;
}
.js-menuOpen .headerMenuSp__item {
  left: 0;
  opacity: 1;
}
.headerMenuSp__item::before {
  position: absolute;
  display: block;
  content: "";
  width: 42.1875vw;
  bottom: 0;
  left: 0;
  border-bottom: solid 0.15625vw rgba(5, 151, 163, 0.2);
}
.headerMenuSp__item:last-child::before {
  border: none;
}
.headerMenuSp__link {
  color: #454545;
  height: 18.75vw;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .headerMenuSp__link {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.3571428571;
  }
}
.headerMenuSp__link::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 1.875vw solid transparent;
  border-bottom: 1.875vw solid transparent;
  border-left: 2.34375vw solid #0597A3;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5%;
}
.headerMenuSp__link--01 {
  height: 10.9375vw;
  padding-left: 17%;
}
.headerMenuSp__link--01::before {
  top: 27%;
  border-left: 1.875vw solid transparent;
  border-right: 1.875vw solid transparent;
  border-top: 2.34375vw solid #0597A3;
}
.headerMenuSp__link--02, .headerMenuSp__link--03, .headerMenuSp__link--04, .headerMenuSp__link--05, .headerMenuSp__link--06, .headerMenuSp__link--07, .headerMenuSp__link--08, .headerMenuSp__link--09, .headerMenuSp__link--10, .headerMenuSp__link--11 {
  padding-left: 16%;
}
.headerMenuSp__aboutItem {
  transition: 0.5s all 0.5s;
  left: 100%;
  opacity: 0;
}
.js-menuOpen .headerMenuSp__aboutItem {
  left: 0;
  opacity: 1;
}
.headerMenuSp__aboutLink {
  color: #454545;
  height: 12.03125vw;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 22%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .headerMenuSp__aboutLink {
    font-size: 3.125vw;
    letter-spacing: 0.03125vw;
    line-height: 1.25;
  }
}
.headerMenuSp__aboutLink::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 1.25vw solid transparent;
  border-bottom: 1.25vw solid transparent;
  border-left: 1.5625vw solid #0597A3;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16%;
}
.headerMenuSp__aboutLink--06, .headerMenuSp__aboutLink--07 {
  height: 13.4375vw;
}
.headerMenuSp__aboutLink--08 {
  padding-bottom: 7%;
}
.headerMenuSp__aboutLink--08::before {
  top: -20%;
}/*# sourceMappingURL=header.css.map */