/* ===============================================================================
Header
=============================================================================== */
.headerArea {
  padding: 16px 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.headerArea__inr {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerArea .blks-1 .grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.headerArea .blks-1 .grp__logo {
  width: 243px;
  margin-right: 24px;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-1 .grp__logo a:hover {
    opacity: 0.8;
  }
}
.headerArea .blks-1 .grp__logo img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.headerArea .blks-1 .grp__txt {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.56;
  padding: 0 8px;
  font-weight: 700;
  margin-bottom: -3px;
  letter-spacing: 0.02em;
  background: #e9e9e9;
}
.headerArea .blks-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.headerArea .blks-2__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerArea .blks-2 .llist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 16px;
}
.headerArea .blks-2 .llist__item {
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 4px 16px;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-2 .llist__item a:hover {
    color: #12609f;
  }
}
.headerArea .blks-2 .insta__ico {
  display: block;
  width: 48px;
  height: 48px;
  -webkit-mask: url("../img/cmn/cmn_sns01.svg") no-repeat center center/contain;
          mask: url("../img/cmn/cmn_sns01.svg") no-repeat center center/contain;
  background: #12609f;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-2 .insta a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1040px) {
  .headerArea {
    padding: 0;
    height: 88px;
  }
  .headerArea__inr {
    padding: 0;
  }
  .headerArea .blks-1 .grp {
    position: absolute;
    left: 24px;
    top: 16px;
  }
  .headerArea .blks-1 .menuBtn {
    width: 48px;
    height: 48px;
    background: #12609f;
    border-radius: 100%;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
  }
  .headerArea .blks-1 .menuBtn__bar {
    width: 28px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .headerArea .blks-1 .menuBtn__bar::before, .headerArea .blks-1 .menuBtn__bar::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition-property: left, top, bottom, -webkit-transform;
    transition-property: left, top, bottom, -webkit-transform;
    transition-property: left, top, bottom, transform;
    transition-property: left, top, bottom, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .headerArea .blks-1 .menuBtn__bar::before {
    top: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  .headerArea .blks-1 .menuBtn__bar::after {
    bottom: 0;
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .headerArea .blks-1 .menuBtn__bar span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .headerArea .blks-1 .menuBtn.is-active .menuBtn__bar::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -2px;
    left: 5px;
  }
  .headerArea .blks-1 .menuBtn.is-active .menuBtn__bar::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: -2px;
    left: 5px;
  }
  .headerArea .blks-1 .menuBtn.is-active span {
    opacity: 0;
  }
  .headerArea .blks-2 {
    position: fixed;
    top: 88px;
    left: -110%;
    width: 100%;
    bottom: 0;
    background: rgba(18, 96, 159, 0.9);
    overflow: hidden;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
    pointer-events: none;
  }
  .headerArea .blks-2__inr {
    display: block;
    padding: 80px 40px;
  }
  .headerArea .blks-2 .llist {
    display: block;
    margin: 0 0 56px;
  }
  .headerArea .blks-2 .llist__item {
    margin: 0;
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
  }
  .headerArea .blks-2 .llist__item:not(:last-child) {
    margin-bottom: 56px;
  }
  .headerArea .blks-2 .insta__ico {
    margin: 0 auto;
    background: #fff;
  }
  .headerArea.is-active .blks-2 {
    left: 0;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .headerArea {
    height: 72px;
  }
  .headerArea .blks-1 .grp {
    left: 16px;
    top: 6px;
    display: block;
  }
  .headerArea .blks-1 .grp__logo {
    width: 170px;
    margin: 0 auto 4px;
  }
  .headerArea .blks-1 .grp__txt {
    display: block;
    font-size: 0.625rem;
    padding: 0 4px;
    margin-bottom: 0;
  }
  .headerArea .blks-1 .menuBtn {
    right: 16px;
  }
  .headerArea .blks-2 {
    top: 72px;
  }
  .headerArea .blks-2__inr {
    padding: 80px 40px;
  }
  .headerArea .blks-2 .llist {
    margin: 0 0 56px;
  }
  .headerArea .blks-2 .llist__item {
    font-size: 0.9375rem;
  }
  .headerArea .blks-2 .llist__item:not(:last-child) {
    margin-bottom: 56px;
  }
}

/* ===============================================================================
Footer
=============================================================================== */
.footerArea {
  background: #134161;
  padding: 64px 0 56px;
}
.footerArea__inr {
  max-width: 1360px;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.footerArea .blks-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 112px;
}
.footerArea .blks-1 .logo {
  width: 244px;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .footerArea .blks-1 .logo a:hover {
    opacity: 0.8;
  }
}
.footerArea .blks-1 .logo img {
  width: 100%;
  display: block;
}
.footerArea .blks-1 .llist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px -16px;
}
.footerArea .blks-1 .llist__item {
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  margin: 4px 16px;
}
@media screen and (min-width: 769px) {
  .footerArea .blks-1 .llist__item a:hover {
    opacity: 0.8;
  }
}
.footerArea .blks-1 .llist__item a._insta {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
}
.footerArea .blks-1 .llist__item a._insta::before, .footerArea .blks-1 .llist__item a._insta::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 100%;
}
.footerArea .blks-1 .llist__item a._insta::before {
  background: #fff;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.footerArea .blks-1 .llist__item a._insta::after {
  -webkit-mask: url("../img/cmn/cmn_sns01.svg") no-repeat center center/contain;
          mask: url("../img/cmn/cmn_sns01.svg") no-repeat center center/contain;
  background: #12609f;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.footerArea .blks-1 .logo-2 {
  width: 356px;
  margin-bottom: 16px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .footerArea .blks-1 .logo-2 a:hover {
    opacity: 0.8;
  }
}
.footerArea .blks-1 .logo-2 img {
  width: 100%;
  display: block;
}
.footerArea .blks-1 .llist-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -4px -12px;
}
.footerArea .blks-1 .llist-2__item {
  font-size: 0.9375rem;
  color: #fff;
  margin: 4px 12px;
}
.footerArea .blks-1 .llist-2__item a {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footerArea .blks-1 .llist-2__item a:hover {
    opacity: 0.8;
  }
}
.footerArea .blks-1 .llist-2__item a::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 21px;
  height: 9px;
  -webkit-mask: url("../img/cmn/cmn_arr01.svg") no-repeat center center/contain;
          mask: url("../img/cmn/cmn_arr01.svg") no-repeat center center/contain;
  background: #fff;
}
.footerArea .copyright {
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footerArea {
    padding: 56px 0 32px;
  }
  .footerArea__inr {
    padding: 0 24px;
    width: 100%;
  }
  .footerArea .blks-1 {
    display: block;
    margin-bottom: 56px;
  }
  .footerArea .blks-1 .grp {
    padding-bottom: 40px;
    border-bottom: dotted 1px #fff;
    margin-bottom: 40px;
  }
  .footerArea .blks-1 .logo {
    width: 170px;
    margin: 0 auto 32px;
  }
  .footerArea .blks-1 .llist {
    display: block;
    margin: 0;
  }
  .footerArea .blks-1 .llist__item {
    margin: 0;
    text-align: center;
  }
  .footerArea .blks-1 .llist__item:not(:last-child) {
    margin-bottom: 24px;
  }
  .footerArea .blks-1 .llist__item a._insta {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .footerArea .blks-1 .logo-2 {
    width: auto;
    margin: 0 16px 24px;
  }
  .footerArea .blks-1 .llist-2 {
    display: block;
    margin: 0;
  }
  .footerArea .blks-1 .llist-2__item {
    margin: 0 8px 0 0;
    text-align: center;
  }
  .footerArea .blks-1 .llist-2__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

/* ===============================================================================
Contents
=============================================================================== */
.contentsArea {
  padding-top: 88px;
}
.contentsArea .anchor {
  padding-top: 88px;
  margin-top: -88px;
}
#top .contentsArea {
  padding-top: 0 !important;
}