@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  line-height: 1.7;
  font-family: YakuHanJP, "Open Sans", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0em;
  font-size: 14px;
  font-weight: 500;
  color: #0c121c;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}

a {
  color: #000;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

* {
  outline: none;
}

header {
  position: relative;
  width: 100%;
  height: 84px;
  background: #000;
}
@media screen and (max-width: 768px) {
  header {
    height: 13.3333333333vw;
  }
}
header h1 {
  position: absolute;
  top: 25px;
  left: 32px;
  width: 140px;
}
@media screen and (max-width: 768px) {
  header h1 {
    top: 4.2666666667vw;
    width: 21.8666666667vw;
    left: 4.8vw;
  }
}
header h1 a {
  display: block;
}
@media screen and (min-width: 769px) {
  header h1 a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header h1 a:hover {
    opacity: 0.5;
  }
}
header h1 a img {
  width: 100%;
  height: auto;
}
header .logo-mitsubishi {
  position: absolute;
  top: 10px;
  right: 32px;
  width: 68px;
}
@media screen and (max-width: 768px) {
  header .logo-mitsubishi {
    top: 1.6vw;
    width: 10.6666666667vw;
    right: 4.8vw;
  }
}
header .logo-mitsubishi a {
  display: block;
}
@media screen and (min-width: 769px) {
  header .logo-mitsubishi a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header .logo-mitsubishi a:hover {
    opacity: 0.5;
  }
}
header .logo-mitsubishi a img {
  width: 100%;
  height: auto;
}

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrap main {
  position: relative;
  display: block;
  background: url("../img/bg.png") top center;
  padding-top: 54px;
  padding-bottom: 165px;
}
@media screen and (max-width: 768px) {
  #wrap main {
    padding-top: 9.6vw;
    padding-bottom: 26.6666666667vw;
  }
}
#wrap main:before {
  position: absolute;
  content: "AD";
  top: 16px;
  right: 24px;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 2px 9px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #wrap main:before {
    top: 2.2666666667vw;
    right: 2.4vw;
    border-radius: 1.3333333333vw;
    font-size: 2.4vw;
    padding: 0.4vw 2.1333333333vw 0.5333333333vw;
  }
}
#wrap main section.sec-main {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main {
    padding: 24vw 0 0;
  }
}
#wrap main section.sec-main .ttl-box {
  position: absolute;
  top: 3.90625vw;
  left: 0;
  width: 38.125vw;
  height: 30.9375vw;
  background: #fff;
  border-radius: 0 2.34375vw 2.34375vw 0;
  z-index: 2;
  padding: 4.21875vw 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .ttl-box {
    top: 0vw;
    width: 87.3333333333vw;
    height: 34.9333333333vw;
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
    padding: 8.6666666667vw 0 0;
  }
}
#wrap main section.sec-main .ttl-box:after {
  position: absolute;
  content: "";
  bottom: -5vw;
  left: 3.125vw;
  background: url("../img/icon_baloon.png") top center no-repeat;
  width: 6.5625vw;
  height: 5vw;
  background-size: 100% 100%;
}
#wrap main section.sec-main .ttl-box h2, #wrap main section.sec-main .ttl-box h1 {
  position: relative;
  width: 30.625vw;
  margin-left: 3.125vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .ttl-box h2, #wrap main section.sec-main .ttl-box h1 {
    width: 61.8666666667vw;
    margin-left: 6.9333333333vw;
  }
}
#wrap main section.sec-main .ttl-box h2 img, #wrap main section.sec-main .ttl-box h1 img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-main .ttl-box h1 {
  position: relative;
  margin-top: 1.171875vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .ttl-box h1 {
    width: 72vw;
    margin-top: 2vw;
  }
  #wrap main section.sec-main .ttl-box h1:before {
    position: absolute;
    content: "";
    bottom: -3.7333333333vw;
    left: 0;
    width: 30px;
    height: 3px;
    background: #74c8fe;
  }
}
#wrap main section.sec-main .ttl-box .lead {
  position: relative;
  margin-top: 1.5625vw;
  padding-top: 1.953125vw;
  margin-left: 3.125vw;
  font-weight: 800;
  font-size: 1.25vw;
}
#wrap main section.sec-main .ttl-box .lead:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 5px;
  background: #74c8fe;
}
#wrap main section.sec-main .main-box {
  position: relative;
  width: 78.125vw;
  margin: 0 0 0 auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .main-box {
    width: 94vw;
  }
}
#wrap main section.sec-main .main-box .article-box {
  position: relative;
  width: 100%;
  border-radius: 1.5625vw 0 0 1.5625vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .main-box .article-box {
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
  }
}
#wrap main section.sec-main .main-box .article-box article {
  position: relative;
  width: 100%;
}
#wrap main section.sec-main .main-box .article-box article:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#wrap main section.sec-main .main-box .article-box a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #wrap main section.sec-main .main-box .article-box a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-main .main-box .article-box a:hover {
    opacity: 0.8;
  }
}
#wrap main section.sec-main .main-box .article-box a .base {
  width: 100%;
}
#wrap main section.sec-main .main-box .article-box a .base img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-main .main-box .article-box a .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
}
#wrap main section.sec-main .main-box .article-box a .text-box h3 {
  position: absolute;
  bottom: 1.953125vw;
  left: 2.734375vw;
  font-size: 1.796875vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .main-box .article-box a .text-box h3 {
    bottom: 2.9333333333vw;
    left: 4.2666666667vw;
    font-size: 3.0666666667vw;
  }
}
#wrap main section.sec-main .main-box .article-box a .text-box .btn-report {
  position: absolute;
  bottom: 1.640625vw;
  right: 1.484375vw;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 10px 32px 10px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .main-box .article-box a .text-box .btn-report {
    bottom: 3.7333333333vw;
    right: 3.7333333333vw;
    font-size: 2.4vw;
    border: 1px solid #fff;
    padding: 1.6vw 5.3333333333vw 1.6vw 3.2vw;
  }
}
#wrap main section.sec-main .main-box .article-box a .text-box .btn-report:before {
  position: absolute;
  content: "";
  top: 16px;
  right: 14px;
  background: url("../img/icon_arrow.png") center center no-repeat;
  width: 10px;
  height: 11px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .main-box .article-box a .text-box .btn-report:before {
    top: 2.8vw;
    right: 2.1333333333vw;
    width: 1.3333333333vw;
    height: 1.4666666667vw;
  }
}
#wrap main section.sec-pager {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pager {
    margin-top: 5.3333333333vw;
  }
}
#wrap main section.sec-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrap main section.sec-pager ul li {
  position: relative;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pager ul li {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    font-size: 2.2666666667vw;
    line-height: 5.0666666667vw;
  }
}
#wrap main section.sec-pager ul li.is-select {
  background: #000;
  color: #fff;
}
#wrap main section.sec-pager ul li:nth-child(n+2) {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pager ul li:nth-child(n+2) {
    margin-left: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-lead {
    width: 94vw;
    margin: 6.9333333333vw 0 0 auto;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.8;
  }
}
#wrap main section.sec-articles {
  position: relative;
  margin-top: 9.375vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles {
    margin-top: 8.5333333333vw;
  }
}
#wrap main section.sec-articles .article-box {
  position: relative;
  width: 84.375vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box {
    display: block;
    width: 82vw;
  }
}
#wrap main section.sec-articles .article-box article {
  position: relative;
  width: 40.625vw;
  padding-top: 7.03125vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article {
    width: 100%;
    padding-top: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article:nth-child(n+2) {
    margin-top: 6.4vw;
  }
}
#wrap main section.sec-articles .article-box article .baloon-box {
  position: absolute;
  top: 0;
  left: -1.71875vw;
  width: 16.40625vw;
  height: 8.59375vw;
  z-index: 10;
  -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .baloon-box {
    width: 28vw;
    height: 17.0666666667vw;
  }
}
#wrap main section.sec-articles .article-box article .baloon-box .inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .baloon-box .inner {
    border-radius: 2.6666666667vw;
    padding: 0 4.2666666667vw;
  }
}
#wrap main section.sec-articles .article-box article .baloon-box:after {
  position: absolute;
  content: "";
  bottom: -2.1875vw;
  left: 2.5vw;
  background: url("../img/icon_baloon.png") top center no-repeat;
  width: 2.8125vw;
  height: 2.1875vw;
  background-size: 100% 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .baloon-box:after {
    width: 4.8vw;
    height: 3.7333333333vw;
    bottom: -3.7333333333vw;
    left: 4.2666666667vw;
  }
}
#wrap main section.sec-articles .article-box article .baloon-box.open {
  width: 100%;
}
#wrap main section.sec-articles .article-box article .baloon-box.open .text {
  opacity: 1;
}
#wrap main section.sec-articles .article-box article .baloon-box.open .icon span:nth-child(1) {
  opacity: 0;
}
#wrap main section.sec-articles .article-box article .baloon-box.open .icon span:nth-child(2) {
  opacity: 1;
}
#wrap main section.sec-articles .article-box article .baloon-box .logo {
  width: 11.5625vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .baloon-box .logo {
    width: 20vw;
  }
}
#wrap main section.sec-articles .article-box article .baloon-box .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .baloon-box .logo img {
    display: block;
  }
}
#wrap main section.sec-articles .article-box article .baloon-box .text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22.65625vw;
  font-size: 0.78125vw;
  margin-left: 1.5625vw;
  letter-spacing: 0em;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .baloon-box .text {
    width: 49.6vw;
    font-size: 1.7333333333vw;
    margin-left: 2.6666666667vw;
    letter-spacing: -0.01em;
  }
}
#wrap main section.sec-articles .article-box article .baloon-box .icon {
  position: absolute;
  bottom: 0.625vw;
  right: 0.625vw;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .baloon-box .icon {
    width: 3.2vw;
    height: 3.2vw;
  }
}
#wrap main section.sec-articles .article-box article .baloon-box .icon span {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .baloon-box .icon span {
    padding-top: 0.5333333333vw;
  }
}
#wrap main section.sec-articles .article-box article .baloon-box .icon span:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#wrap main section.sec-articles .article-box article .baloon-box .icon img {
  width: 13px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .baloon-box .icon img {
    width: 2.1333333333vw;
    height: auto;
  }
}
#wrap main section.sec-articles .article-box article .link-box {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .link-box {
    border-radius: 3.3333333333vw;
  }
}
#wrap main section.sec-articles .article-box article .link-box a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #wrap main section.sec-articles .article-box article .link-box a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-articles .article-box article .link-box a:hover {
    opacity: 0.8;
  }
}
#wrap main section.sec-articles .article-box article .link-box img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-articles .article-box article .link-box .text-box {
  position: relative;
  padding: 1.875vw 2.1875vw 2.1875vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .link-box .text-box {
    padding: 4.2666666667vw 4.2666666667vw 3.7333333333vw;
  }
}
#wrap main section.sec-articles .article-box article .link-box .text-box h3 {
  font-size: 1.796875vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .link-box .text-box h3 {
    font-size: 4vw;
  }
}
#wrap main section.sec-articles .article-box article .link-box .btn-box {
  position: relative;
  width: 17.1875vw;
  height: 4.0625vw;
  margin: 1.40625vw auto 0;
  background: #000;
  text-align: center;
  color: #fff;
  border-radius: 200px;
  padding-top: 1.40625vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25vw;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .link-box .btn-box {
    width: 33.8666666667vw;
    height: 8.2666666667vw;
    margin: 2.6666666667vw auto 0;
    font-size: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}
#wrap main section.sec-articles .article-box article .link-box .btn-box:before {
  position: absolute;
  content: "";
  top: 1.5625vw;
  right: 1.71875vw;
  background: url("../img/icon_arrow.png") center center no-repeat;
  width: 0.78125vw;
  height: 0.859375vw;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-articles .article-box article .link-box .btn-box:before {
    top: 3.0666666667vw;
    right: 2.9333333333vw;
    width: 1.7333333333vw;
    height: 1.8666666667vw;
  }
}
#wrap main section.sec-banner {
  width: 84.375vw;
  margin: 12.5vw auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-banner {
    width: 90vw;
    margin: 21.3333333333vw auto 0;
  }
}
#wrap main section.sec-banner .banner-box {
  position: relative;
  width: 100%;
}
#wrap main section.sec-banner .banner-box a {
  display: block;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25vw 1.25vw 1.25vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  #wrap main section.sec-banner .banner-box a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-banner .banner-box a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-banner .banner-box a {
    display: block;
    width: 90vw;
    padding: 2.1333333333vw 2.1333333333vw 4.8vw;
    border-radius: 3.3333333333vw;
  }
}
#wrap main section.sec-banner .banner-box a .image {
  width: 17.578125vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.78125vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-banner .banner-box a .image {
    width: 100%;
    border-radius: 1.5625vw;
  }
}
#wrap main section.sec-banner .banner-box a .image img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-banner .banner-box a .text {
  width: 35.46875vw;
  margin-left: 3.4375vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-banner .banner-box a .text {
    width: 73.3333333333vw;
    margin: 0 auto 0;
    padding: 12vw 0 0vw;
  }
}
#wrap main section.sec-banner .banner-box a .text img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-banner .banner-box a .btn-box {
  position: absolute;
  bottom: 1.71875vw;
  right: 1.5625vw;
  width: 17.1875vw;
  height: 4.0625vw;
  margin: 1.40625vw auto 0;
  background: #000;
  text-align: center;
  color: #fff;
  border-radius: 200px;
  padding-top: 1.40625vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25vw;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-banner .banner-box a .btn-box {
    position: relative;
    width: 33.8666666667vw;
    height: 8.2666666667vw;
    margin: 5.3333333333vw auto 0;
    font-size: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}
#wrap main section.sec-banner .banner-box a .btn-box:before {
  position: absolute;
  content: "";
  top: 1.5625vw;
  right: 1.71875vw;
  background: url("../img/icon_arrow.png") center center no-repeat;
  width: 0.78125vw;
  height: 0.859375vw;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-banner .banner-box a .btn-box:before {
    top: 3.0666666667vw;
    right: 2.9333333333vw;
    width: 1.7333333333vw;
    height: 1.8666666667vw;
  }
}
#wrap main section.sec-banner .banner-box a .logo-ex {
  position: absolute;
  right: 1.5625vw;
  top: 1.953125vw;
  width: 13.90625vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-banner .banner-box a .logo-ex {
    right: 2.6666666667vw;
    top: 49.6vw;
    width: 34.6666666667vw;
  }
}
#wrap main section.sec-banner .banner-box a .logo-ex img {
  width: 100%;
  height: auto;
}
#wrap footer {
  background: #000;
  width: 100%;
  text-align: center;
  padding: 64px 0 64px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #wrap footer {
    padding: 10.6666666667vw 0 10.6666666667vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0em;
  }
}
#wrap footer span {
  position: relative;
  font-size: 11px;
  border: 1px solid #fff;
  padding: 1px 4px 2px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  #wrap footer span {
    font-size: 2.6666666667vw;
    letter-spacing: 0em;
    padding: 1px 3px 1px;
    margin-right: 1.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */