@charset "UTF-8";
@font-face {
  font-family: 'Manrope';
  src: url(../fonts/Manrope-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url(../fonts/ZenKakuGothicNew-Black.ttf) format("truetype");
}

/* --------------------------------------
*  基本情報
* --------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  text-align: left;
  color: #000;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

@media screen and (max-width: 767px) {
  .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.alignleft {
  float: left;
}

@media screen and (max-width: 767px) {
  .alignleft {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.mw_wp_form .error {
  margin-top: 10px;
}

.font-zen {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* --------------------------------------
*  ヘッダー
* --------------------------------------*/
.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  padding-left: 76px;
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .header_wrap {
    padding-left: 4%;
  }
}

.header_wrap .logo {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .header_wrap .logo {
    width: 64px;
  }
}

/* --------------------------------------
*  メイン
* --------------------------------------*/
.wrap {
  max-width: 1770px;
  margin: 0 auto;
  width: 93%;
}

@media screen and (max-width: 767px) {
  .wrap {
    width: 92%;
  }
}

.head02 {
  color: #000099;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 7rem;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .head02 {
    font-size: 4.4rem;
  }
}

.btn a, .btn button {
  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;
  background-color: #000099;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 auto;
  -webkit-transform: skew(-8deg);
          transform: skew(-8deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 385px;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .btn a, .btn button {
    font-size: 1.6rem;
    max-width: 315px;
    width: 100%;
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .btn a:hover, .btn button:hover {
    background-color: #FFF;
    border: 1px solid #000099;
    color: #000099;
  }
  .btn a:hover span::before, .btn button:hover span::before {
    border-top: 2px solid #000099;
    border-right: 2px solid #000099;
  }
}

.btn a span, .btn button span {
  position: relative;
  display: block;
  -webkit-transform: skew(8deg);
          transform: skew(8deg);
  text-align: center;
  width: 100%;
}

.btn a span::before, .btn button span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 12px;
  height: 12px;
}

.bnr_area {
  background-color: #F5F5F7;
  padding: 60px 0 80px;
}

@media screen and (max-width: 767px) {
  .bnr_area {
    padding: 27px 0 52px;
  }
}

.bnr_area .bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bnr_area .bnr_list li {
  margin: 20px 1% 0 0;
  width: 18.9%;
}

@media screen and (max-width: 767px) {
  .bnr_area .bnr_list li {
    margin: 25px 0 0 0;
    width: 100%;
  }
}

.bnr_area .bnr_list li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.bnr_area .bnr_list li a:hover {
  opacity: 0.7;
}

/* --------------------------------------
*  フッター(公式サイトよりコピー)
* --------------------------------------*/
.l-frm {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-frm {
    width: 92.09370424597365%;
    max-width: 1473.4992679355785px;
  }
}

@media print {
  .l-frm {
    width: 92.09370424597365%;
    max-width: 1473.4992679355785px;
  }
}

@media screen and (max-width: 767px) {
  .l-frm {
    width: 89.33333333333333%;
  }
}

@media screen and (min-width: 768px) {
  .l-frm--pc {
    width: 92.09370424597365%;
    max-width: 1473.4992679355785px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print {
  .l-frm--pc {
    width: 92.09370424597365%;
    max-width: 1473.4992679355785px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-frm--sp {
    width: 89.33333333333333%;
    margin-right: auto;
    margin-left: auto;
  }
}

.b-ftr {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.b-ftr * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-ftr *::before, .b-ftr *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-ftr img, .b-ftr svg {
  display: block;
}

.b-ftr img {
  width: 100%;
  height: auto;
}

.b-ftr a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.b-ftr a:hover {
  color: inherit;
  text-decoration: none !important;
}

.b-ftr a:hover img {
  opacity: 1;
}

.b-ftr a:focus {
  outline: transparent !important;
}

.b-ftr {
  color: #fff;
  background-color: #1a2792;
}

@media screen and (min-width: 768px) {
  .b-ftr {
    min-width: 1200px;
  }
}

@media print {
  .b-ftr {
    min-width: 1200px;
  }
}

.b-ftr .b-ftr--inr {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr--inr {
    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;
  }
}

@media print {
  .b-ftr .b-ftr--inr {
    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;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr--inr {
    padding-top: 33.718887262079065px;
    padding-bottom: 26.544655929721813px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr--inr {
    padding-top: 3.440702781844803vw;
    padding-bottom: 2.708638360175696vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr--inr {
    padding-top: 55.05124450951684px;
    padding-bottom: 43.33821376281113px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr--inr {
    padding-top: 75px;
    padding-bottom: 44.5px;
  }
}

@media print {
  .b-ftr .b-ftr--inr {
    padding-top: 47px;
    padding-bottom: 37px;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.b-ftr .b-ftr__cnt__sns__ttl {
  font-family: 'Manrope',sans-serif;
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr__cnt__sns__ttl {
    font-size: 21.52269399707174px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr__cnt__sns__ttl {
    font-size: 2.196193265007321vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr__cnt__sns__ttl {
    font-size: 35.13909224011713px;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__ttl {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__sns__ttl {
    line-height: 1.333333333333333;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__ttl {
    line-height: 1.333333333333333;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__sns__ttl {
    letter-spacing: .015em;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__ttl {
    letter-spacing: .015em;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__sns__ttl {
    font-weight: 800;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__ttl {
    font-weight: 800;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__sns__ttl {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__sns__ttl {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__sns__ttl {
    letter-spacing: .015em;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__sns__ttl {
    font-weight: 800;
  }
}

.b-ftr .b-ftr__cnt__sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr__cnt__sns__list {
    padding-left: 33.718887262079065px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr__cnt__sns__list {
    padding-left: 3.440702781844803vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr__cnt__sns__list {
    padding-left: 55.05124450951684px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__sns__list {
    margin-top: 25px;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__list {
    padding-left: 47px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr [class*='b-ftr__cnt__sns__list__itm--'] + [class*='b-ftr__cnt__sns__list__itm--'] {
    margin-left: 18.65300146412884px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr [class*='b-ftr__cnt__sns__list__itm--'] + [class*='b-ftr__cnt__sns__list__itm--'] {
    margin-left: 1.903367496339678vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr [class*='b-ftr__cnt__sns__list__itm--'] + [class*='b-ftr__cnt__sns__list__itm--'] {
    margin-left: 30.45387994143485px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr [class*='b-ftr__cnt__sns__list__itm--'] + [class*='b-ftr__cnt__sns__list__itm--'] {
    margin-left: 62px;
  }
}

@media print {
  .b-ftr [class*='b-ftr__cnt__sns__list__itm--'] + [class*='b-ftr__cnt__sns__list__itm--'] {
    margin-left: 26px;
  }
}

.b-ftr .b-ftr__cnt__sns__list__itm__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link {
    -webkit-transition: border-bottom .45s ease;
    transition: border-bottom .45s ease;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__list__itm__link {
    -webkit-transition: border-bottom .45s ease;
    transition: border-bottom .45s ease;
  }
}

.b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    font-size: 10.043923865300146px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    font-size: 1.02489019033675vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    font-size: 16.398243045387993px;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    line-height: 2.857142857142857;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    line-height: 2.857142857142857;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    letter-spacing: .015em;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    letter-spacing: .015em;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    font-weight: 600;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    line-height: 1.176470588235294;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    letter-spacing: .015em;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    font-weight: 600;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    -webkit-transition: border-bottom-color .45s ease;
    transition: border-bottom-color .45s ease;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    -webkit-transition: border-bottom-color .45s ease;
    transition: border-bottom-color .45s ease;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    margin-left: 7.891654465592972px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    margin-left: .8052708638360175vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    margin-left: 12.88433382137628px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    margin-left: 13px;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__list__itm__link__txt {
    margin-left: 11px;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__sns__list__itm__link:hover .b-ftr__cnt__sns__list__itm__link__txt {
    border-bottom-color: #fff;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__list__itm__link:hover .b-ftr__cnt__sns__list__itm__link__txt {
    border-bottom-color: #fff;
  }
}

.b-ftr .b-ftr__cnt__sns__list__itm__link__ico {
  display: block;
}

.b-ftr .b-ftr__cnt__sns__list__itm__link__ico svg {
  width: 100%;
  height: 100%;
}

.b-ftr .b-ftr__cnt__sns__list__itm__link__ico svg path {
  fill: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr__cnt__sns__list__itm--facebook .b-ftr__cnt__sns__list__itm__link__ico {
    width: 20.08784773060029px;
    height: 20.08784773060029px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr__cnt__sns__list__itm--facebook .b-ftr__cnt__sns__list__itm__link__ico {
    width: 2.049780380673499vw;
    height: 2.049780380673499vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr__cnt__sns__list__itm--facebook .b-ftr__cnt__sns__list__itm__link__ico {
    width: 32.796486090775986px;
    height: 32.796486090775986px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__sns__list__itm--facebook .b-ftr__cnt__sns__list__itm__link__ico {
    width: 30.5px;
    height: 30.5px;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__list__itm--facebook .b-ftr__cnt__sns__list__itm__link__ico {
    width: 28px;
    height: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr__cnt__sns__list__itm--youtube .b-ftr__cnt__sns__list__itm__link__ico {
    width: 22.95754026354319px;
    height: 16.50073206442167px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr__cnt__sns__list__itm--youtube .b-ftr__cnt__sns__list__itm__link__ico {
    width: 2.342606149341142vw;
    height: 1.683748169838946vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr__cnt__sns__list__itm--youtube .b-ftr__cnt__sns__list__itm__link__ico {
    width: 37.48169838945827px;
    height: 26.939970717423133px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__sns__list__itm--youtube .b-ftr__cnt__sns__list__itm__link__ico {
    width: 30.5px;
    height: 22px;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__sns__list__itm--youtube .b-ftr__cnt__sns__list__itm__link__ico {
    width: 32px;
    height: 23px;
  }
}

.b-ftr .b-ftr__cnt__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr__cnt__list {
    font-size: 7.891654465592972px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr__cnt__list {
    font-size: .8052708638360175vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr__cnt__list {
    font-size: 12.88433382137628px;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__list {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__list {
    line-height: 2;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__list {
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__list {
    letter-spacing: .05em;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__list {
    letter-spacing: .05em;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__list {
    font-weight: 400;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__list {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__list {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__list {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__list {
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__list {
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr__cnt__list {
    margin-top: 15.06588579795022px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr__cnt__list {
    margin-top: 1.537335285505125vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr__cnt__list {
    margin-top: 24.597364568081993px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__list {
    margin-top: 70px;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__list {
    margin-top: 21px;
  }
}

.b-ftr .b-ftr__cnt__list__itm {
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__list__itm {
    line-height: 1;
    width: 48.059701492537314%;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__list__itm:nth-child(2n) {
    margin-left: 13px;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__list__itm + .b-ftr__cnt__list__itm {
    position: relative;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__list__itm + .b-ftr__cnt__list__itm {
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr__cnt__list__itm + .b-ftr__cnt__list__itm {
    margin-left: 15.783308931185944px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr__cnt__list__itm + .b-ftr__cnt__list__itm {
    margin-left: 1.610541727672035vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr__cnt__list__itm + .b-ftr__cnt__list__itm {
    margin-left: 25.76866764275256px;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__list__itm + .b-ftr__cnt__list__itm {
    margin-left: 22px;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__list__itm + .b-ftr__cnt__list__itm::before {
    content: '';
    position: absolute;
    top: 50%;
    left: remPc(-10);
    z-index: 1;
    width: 1px;
    height: remPc(13);
    opacity: .3;
    background-color: #fff;
    -webkit-transform: translateY(-50%) skew(-10deg);
    transform: translateY(-50%) skew(-10deg);
  }
}

@media print {
  .b-ftr .b-ftr__cnt__list__itm + .b-ftr__cnt__list__itm::before {
    content: '';
    position: absolute;
    top: 50%;
    left: remPc(-10);
    z-index: 1;
    width: 1px;
    height: remPc(13);
    opacity: .3;
    background-color: #fff;
    -webkit-transform: translateY(-50%) skew(-10deg);
    transform: translateY(-50%) skew(-10deg);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr__cnt__list__itm + .b-ftr__cnt__list__itm::before {
    left: -7.174231332357247px;
    height: 9.32650073206442px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr__cnt__list__itm + .b-ftr__cnt__list__itm::before {
    left: -.7320644216691069vw;
    height: .951683748169839vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr__cnt__list__itm + .b-ftr__cnt__list__itm::before {
    left: -11.71303074670571px;
    height: 15.226939970717424px;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__list__itm + .b-ftr__cnt__list__itm::before {
    left: -10px;
    height: 13px;
  }
}

.b-ftr .b-ftr__cnt__list__itm__link {
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__list__itm__link {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    -webkit-transition: border-bottom-color .45s ease;
    transition: border-bottom-color .45s ease;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__list__itm__link {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    -webkit-transition: border-bottom-color .45s ease;
    transition: border-bottom-color .45s ease;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__list__itm__link:hover {
    border-bottom-color: #fff;
  }
}

.b-ftr .b-ftr__cnt__copy {
  opacity: .5;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr__cnt__copy {
    font-size: 7.174231332357247px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr__cnt__copy {
    font-size: .7320644216691069vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr__cnt__copy {
    font-size: 11.71303074670571px;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__copy {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__copy {
    line-height: 2.2;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__copy {
    line-height: 2.2;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__copy {
    letter-spacing: .03em;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__copy {
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__cnt__copy {
    font-weight: 400;
  }
}

@media print {
  .b-ftr .b-ftr__cnt__copy {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__copy {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__copy {
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__copy {
    letter-spacing: .03em;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__copy {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__cnt__copy {
    position: absolute;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__logo {
    margin-top: 35px;
  }
}

.b-ftr .b-ftr__logo__img--wrpr {
  display: inline-block;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .b-ftr .b-ftr__logo__img--wrpr {
    width: remPc(264);
    -webkit-transition: opacity .45s ease;
    transition: opacity .45s ease;
  }
  .b-ftr .b-ftr__logo__img--wrpr:hover {
    opacity: .7;
  }
}

@media print {
  .b-ftr .b-ftr__logo__img--wrpr {
    width: remPc(264);
    -webkit-transition: opacity .45s ease;
    transition: opacity .45s ease;
  }
  .b-ftr .b-ftr__logo__img--wrpr:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-ftr .b-ftr__logo__img--wrpr {
    width: 189.3997071742313px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .b-ftr .b-ftr__logo__img--wrpr {
    width: 19.32650073206442vw;
  }
}

@media screen and (min-width: 1601px) {
  .b-ftr .b-ftr__logo__img--wrpr {
    width: 309.22401171303073px;
  }
}

@media screen and (max-width: 767px) {
  .b-ftr .b-ftr__logo__img--wrpr {
    width: 162.5px;
  }
}

@media print {
  .b-ftr .b-ftr__logo__img--wrpr {
    width: 264px;
  }
}

.b-ftr html, .b-ftr body, .b-ftr div, .b-ftr span, .b-ftr object, .b-ftr iframe, .b-ftr h1, .b-ftr h2, .b-ftr h3, .b-ftr h4, .b-ftr h5, .b-ftr h6, .b-ftr p, .b-ftr blockquote, .b-ftr pre, .b-ftr abbr, .b-ftr address, .b-ftr cite, .b-ftr code, .b-ftr del, .b-ftr dfn, .b-ftr em, .b-ftr img, .b-ftr ins, .b-ftr kbd, .b-ftr q, .b-ftr samp, .b-ftr small, .b-ftr strong, .b-ftr sub, .b-ftr sup, .b-ftr var, .b-ftr b, .b-ftr i, .b-ftr dl, .b-ftr dt, .b-ftr dd, .b-ftr ol, .b-ftr ul, .b-ftr li, .b-ftr fieldset, .b-ftr form, .b-ftr label, .b-ftr legend, .b-ftr table, .b-ftr caption, .b-ftr tbody, .b-ftr tfoot, .b-ftr thead, .b-ftr tr, .b-ftr th, .b-ftr td, .b-ftr article, .b-ftr aside, .b-ftr canvas, .b-ftr details, .b-ftr figcaption, .b-ftr figure, .b-ftr footer, .b-ftr header, .b-ftr hgroup, .b-ftr menu, .b-ftr nav, .b-ftr section, .b-ftr summary, .b-ftr time, .b-ftr mark, .b-ftr audio, .b-ftr video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

.b-ftr body {
  line-height: 1;
}

.b-ftr article, .b-ftr aside, .b-ftr details, .b-ftr figcaption, .b-ftr figure, .b-ftr footer, .b-ftr header, .b-ftr hgroup, .b-ftr menu, .b-ftr nav, .b-ftr section {
  display: block;
}

.b-ftr nav ul {
  list-style: none;
}

.b-ftr blockquote, .b-ftr q {
  quotes: none;
}

.b-ftr blockquote:before, .b-ftr blockquote:after, .b-ftr q:before, .b-ftr q:after {
  content: '';
  content: none;
}

.b-ftr a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

.b-ftr ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.b-ftr mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.b-ftr del {
  text-decoration: line-through;
}

.b-ftr abbr[title], .b-ftr dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

.b-ftr table {
  border-collapse: collapse;
  border-spacing: 0;
}

.b-ftr hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.b-ftr input, .b-ftr select {
  vertical-align: middle;
}

.b-ftr img, .b-ftr video {
  font-size: 0;
  line-height: 0;
}

.footer_txt {
  margin-top: 5px;
  color: #FFF;
  font-size: 1.0rem;
  line-height: 1.45;
}
/*# sourceMappingURL=common.css.map */