
.common-header{
    background: #ffffff;
    border-bottom-color: #003e92;
}
.common-header__logo{
    width: 307px;
}
.common-header__menu:before{
    background: #003e92;
}
.common-header__menu li{
    color: #92a3b4;
    /* border-left-color: ; */
}
.common-header__menu li.color{
    color: #003e92;
    border-left-color: #003e92;
}
.common-header__menu a:hover{
    color: #003e92;
}
@media screen and (max-width: 1024px) {
    .home .common-header.is-open{
        background: #ffffff;
        border-bottom-color: #003e92;
    }
    .home .common-header.is-open .common-header__toggle span:first-of-type,.home .common-header.is-open .common-header__toggle span:last-of-type{
        background-color: #92a3b4;
    }
    .home .common-header.is-transparent .common-header__menu li{
        color: #000000;
        border-left-color: #000000;
    }
    .home .common-header.is-transparent .common-header__menu li.color{
        color: #003e92;
        border-left-color: #003e92;
    }
    .home .common-header.is-transparent.is-open .common-header__icn .icn svg path, .home .common-header.is-transparent.is-open .common-header__icn .icn svg rect:not(.icn_frame) {
        fill: #003e92;
    }
}
.common-header__toggle span{
    background-color: #92a3b4;
    color: #92a3b4;
}
.common-header__toggle span:nth-of-type(2){
    background-color: transparent;
}
@media screen and (max-width: 1024px) {
    .common-header__menu{
        background-color: #ffffff;
    }
    .common-header__menu li{
        color: #000000;
    }
    .common-header__menu li a:before{
        background-color: #003e92;
    }
}
@media screen and (max-width: 767px) {
    .common-header__logo{
        width: 57.333333333333vw;
    }
}
.common-header__menuIcn:before{
    background: transparent linear-gradient(156deg, #003e92 20%, #5cd0b5 130%) 0% 0% no-repeat padding-box;
}
.common-header__menuIcn{
    color: #ffffff;
}




/* layout > header
============================================================================== */
.home .common-header.is-transparent {
  background: transparent;
  border-bottom-color: transparent;
}
.home .common-header.is-transparent .common-header__logo img.is-transparent {
  opacity: 1;
}
.home .common-header.is-transparent .common-header__logo img.is-color {
  opacity: 0;
}
.home .common-header.is-transparent .common-header__icn .icn svg path, .home .common-header.is-transparent .common-header__icn .icn svg rect:not(.icn_frame) {
  fill: white;
}
.home .common-header.is-transparent .common-header__menu li {
  color: white;
  border-left-color: white;
}
.home .common-header.is-transparent .common-header__menu li.color {
  color: white;
  border-left-color: white;
}
.home .common-header.is-transparent .common-header__menuIcn-item {
  color: white;
}
.home .common-header.is-transparent .common-header__toggle span {
  background-color: white;
  color: white;
}
.home .common-header.is-transparent .common-header__toggle span:nth-of-type(2) {
  background-color: transparent;
}
.home .common-header.is-open .common-header__logo img.is-transparent {
  opacity: 0;
}
.home .common-header.is-open .common-header__logo img.is-color {
  opacity: 1;
}

.common-header {
  width: 100%;
  height: 81px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767px) {
  .common-header {
    height: 13.3333333333vw;
    border-bottom-width: 0.8vw;
  }
}
.common-header__inner {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  padding: 0 15px 0 30px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .common-header__inner {
    padding: 0 15px 0 30px;
  }
}
@media (max-width: 767px) {
  .common-header__inner {
    padding: 0 3.4666666667vw 0 5.3333333333vw;
  }
}
.common-header__logo {
  position: relative;
  min-width: 100px;
  min-height: 30px;
  font-size: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .common-header__logo {
    min-width: auto;
    min-height: 4vw;
  }
}
.common-header__logo a {
  display: block;
  position: relative;
  width: 100%;
}
.common-header__logo img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.common-header__logo img.is-transparent {
  opacity: 0;
}
.common-header__logo img.is-color {
  opacity: 1;
}
@media (max-width: 1024px) {
  .common-header__icn {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: normal;
    -ms-flex-line-pack: normal;
        align-content: normal;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 83px;
  }
}
@media (max-width: 767px) {
  .common-header__icn {
    margin-right: 11.0666666667vw;
  }
}
@media (max-width: 1024px) {
  .common-header__icnItem {
    width: 60px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .common-header__icnItem {
    width: 10.6666666667vw;
  }
}
.common-header__icnItem a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.common-header__icnItem .icn {
  font-size: 0;
}
@media (max-width: 1024px) {
  .common-header__icnItem .icn {
    width: 100%;
  }
}
.common-header__icnItem .icn svg {
  width: 100%;
  height: auto;
}
.common-header__toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  width: 57px;
  height: 48px;
  right: 26px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .common-header__toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .common-header__toggle {
    display: block;
    width: 7.2vw;
    height: 6vw;
    right: 3.4666666667vw;
  }
}
.common-header__toggle.is-open span:first-of-type {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.common-header__toggle.is-open span:nth-of-type(2) {
  opacity: 0;
}
.common-header__toggle.is-open span:last-of-type {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}
.common-header__toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .common-header__toggle span {
    display: block;
  }
}
@media (max-width: 767px) {
  .common-header__toggle span {
    height: 1.0666666667vw;
  }
}
.common-header__toggle span:first-of-type {
  top: 0;
}
.common-header__toggle span:nth-of-type(2) {
  font-size: 18px;
  font-size: 1.125rem;
  height: auto;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  top: 50%;
  left: calc(50% - 0.05em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .common-header__toggle span:nth-of-type(2) {
    font-size: 10px;
    font-size: 2.6666666667vw;
    left: calc(50% - 0.18em);
    -webkit-transform: translate(-50%, -50%) scale(0.85);
            transform: translate(-50%, -50%) scale(0.85);
  }
}
.common-header__toggle span:last-of-type {
  bottom: 0;
}
.common-header__nav {
  width: auto;
}
@media (max-width: 1024px) {
  .common-header__nav {
    display: none;
    position: absolute;
    top: 81px;
    right: 0;
    z-index: -1;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: calc(100vh - 81px);
  }
}
@media screen and (max-width: 1024px) and (max-height: 1014px) {
  .common-header__nav {
    overflow-y: scroll;
  }
}
@media (max-width: 767px) {
  .common-header__nav {
    top: 13.3333333333vw;
    width: 100%;
    height: calc(100vh - 13.3333333333vw);
  }
}
.common-header__overlay {
  display: none;
}
@media (max-width: 1024px) {
  .common-header__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 1024px) and (max-height: 1014px) {
  .common-header__overlay {
    min-height: 940px;
  }
}
@media (max-width: 767px) {
  .common-header__overlay {
    min-height: 143.3333333333vw;
  }
}
.common-header__menu {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media (max-width: 1024px) {
  .common-header__menu {
    position: relative;
    z-index: 1;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    width: 430px;
    height: 100%;
    padding: 70px 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1014px) {
  .common-header__menu {
    min-height: 940px;
  }
}
@media screen and (max-width: 767px) and (max-height: 1120px) {
  .common-header__menu {
    min-height: 143.3333333333vw;
  }
}
@media (max-width: 767px) {
  .common-header__menu {
    width: 57.3333333333vw;
    padding: 9.3333333333vw 0 20vw;
  }
}
.common-header__menu li:not(.common-header__menuIcn) {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .common-header__menu li:not(.common-header__menuIcn) {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1070px) {
  .common-header__menu li:not(.common-header__menuIcn) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 1024px) {
  .common-header__menu li:not(.common-header__menuIcn) {
    font-size: 32px;
    font-size: 2rem;
    display: block;
    width: 100%;
    padding-left: 50px;
    text-align: left;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .common-header__menu li:not(.common-header__menuIcn) {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding-left: 6.6666666667vw;
  }
}
.common-header__menu li:not(.common-header__menuIcn):first-of-type {
  border-left: none;
}
@media (max-width: 1024px) {
  .common-header__menu li:not(.common-header__menuIcn):nth-of-type(n + 2) {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .common-header__menu li:not(.common-header__menuIcn):nth-of-type(n + 2) {
    margin-top: 6.6666666667vw;
  }
}
.common-header__menu li:not(.common-header__menuIcn):last-of-type a {
  padding-right: 0;
}
.common-header__menu li:not(.common-header__menuIcn) a {
  display: block;
  position: relative;
  line-height: 1.0714285714;
  padding: 0 calc(15px - 0.11em) 0 15px;
}
@media screen and (max-width: 1200px) {
  .common-header__menu li:not(.common-header__menuIcn) a {
    padding: 0 calc(15px - 0.11em) 0 15px;
  }
}
@media (max-width: 1024px) {
  .common-header__menu li:not(.common-header__menuIcn) a {
    line-height: 1.5625;
    padding: 0 0 0 22px;
  }
}
@media (max-width: 767px) {
  .common-header__menu li:not(.common-header__menuIcn) a {
    padding-left: 3vw;
  }
}
@media (max-width: 1024px) {
  .common-header__menu li:not(.common-header__menuIcn) a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    content: "";
    width: 5px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .common-header__menu li:not(.common-header__menuIcn) a:before {
    width: 0.6666666667vw;
    height: 4.2666666667vw;
  }
}
.common-header__menu li:not(.common-header__menuIcn) a:hover {
  opacity: 1;
}
.common-header__menu li:not(.common-header__menuIcn) a:hover:after {
  width: 100%;
}
@media (max-width: 1024px) {
  .common-header__menuIcn {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: normal;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-align-content: normal;
    -ms-flex-line-pack: normal;
        align-content: normal;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 360px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .common-header__menuIcn {
    height: 48vw;
    padding: 0;
    margin: 0 0 21.3333333333vw;
  }
}
.common-header__menuIcn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .common-header__menuIcn:before {
    height: 100%;
  }
}
.common-header__menuIcn-item {
  width: 50%;
}
@media (max-width: 1024px) {
  .common-header__menuIcn-item:first-of-type, .common-header__menuIcn-item:nth-of-type(3) {
    border-right: 2px solid white;
  }
}
@media (max-width: 767px) {
  .common-header__menuIcn-item:first-of-type, .common-header__menuIcn-item:nth-of-type(3) {
    border-right: 0.2666666667vw solid white;
  }
}
@media (max-width: 1024px) {
  .common-header__menuIcn-item:nth-of-type(n + 3) {
    border-top: 2px solid white;
  }
}
@media (max-width: 767px) {
  .common-header__menuIcn-item:nth-of-type(n + 3) {
    border-top: 0.2666666667vw solid white;
  }
}
.common-header__menuIcn-item a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (max-width: 1024px) {
  .common-header__menuIcn-item a {
    height: 180px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .common-header__menuIcn-item a {
    height: 24vw;
    padding: 0;
    margin: 0;
  }
}
.common-header__menuIcn-item .icn {
  position: relative;
}
@media (max-width: 1024px) {
  .common-header__menuIcn-item .icn {
    width: 50px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .common-header__menuIcn-item .icn {
    width: 6.6666666667vw;
    height: 6vw;
  }
}
.common-header__menuIcn-item .icn svg {
  width: 100%;
  height: auto;
}
.common-header__menuIcn-item .icn svg path {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.common-header__menuIcn-item .txt {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-weight: 500;
  color: white;
}
@media (max-width: 1024px) {
  .common-header__menuIcn-item .txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    height: 2.5em;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .common-header__menuIcn-item .txt {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 0.5333333333vw;
  }
}