@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ------------------------------
Common Style
------------------------------ */
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica, Arial,Tahoma, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.topTitle {
  font-size: 3vw;
  font-weight: normal;
  margin: 0 0 14vw;
  text-align: center;
}

.topTitle span {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 9.5vw;
  padding: 0 0 5px;
}

.brPC {
  display: none;
}

.brSP {
  display: inline;
}

@media screen and (min-width: 769px) {
  .topTitle {
    font-size: 1.6rem;
    margin: 0 0 40px;
  }
  .topTitle span {
    font-size: 6rem;
  }
  .brPC {
    display: inline;
  }
  .brSP {
    display: none;
  }
}

/* ------------------------------
Header Style
------------------------------ */
.header {
  background: #fff;
  width: 100%;
  height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: .9;
  z-index: 900;
}

.header__inner {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.header__logo {
  width: auto;
  height: 23px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 2vw;
  top: 11px;
}

.header__logo img {
  width: auto;
  height: 100%;
}

.header__icon {
  position: absolute;
  right: 2vw;
  top: 11px;
  width: auto;
  height: 23px;
}

.header__icon img {
  width: auto;
  height: 100%;
}

.header--home {
  position: relative;
}

.header--home .header__logo {
  display: none;
}

.headerNavi {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: fixed;
  left: 0;
  top: -100vh;
  opacity: .9;
  z-index: 1000;
  transition: top .3s linear 0s;
}

.headerNavi.active {
  top: 0;
  transition: top .3s linear 0s;
}

.headerNavi__close {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  padding: 13px;
}

.headerNavi__close img {
  width: 20px;
  height: auto;
}

.headerNavi__list {
  font-size: 8vw;
  margin: 0;
  padding: 18vw 0 0;
  text-align: center;
}

.headerNavi__item {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 10vw;
}

.headerNavi__link {
  color: #fff;
  text-decoration: none;
}

.fixedHeader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 100;
}

.fixedHeader__inner {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.fixedHeader__logo {
  width: auto;
  height: 23px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 2vw;
  top: 11px;
}

.fixedHeader__logo img {
  width: auto;
  height: 100%;
}

.fixedHeader__icon {
  position: absolute;
  right: 2vw;
  top: 11px;
  width: auto;
  height: 23px;
}

.fixedHeader__icon img {
  width: auto;
  height: 100%;
}

.fixedHeaderNavi {
  display: none;
}

@media screen and (min-width: 769px) {
  .header {
    width: 100%;
    height: 60px;
  }
  .header__inner {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    max-width: 1212px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
  }
  .header__logo {
    width: auto;
    height: 24px;
    margin: 18px 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
  }
  .header__icon {
    display: none;
  }
  .headerNavi {
    background-color: #fff;
    height: auto;
    width: auto;
    margin: 0 0 0 auto;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
  }
  .headerNavi__close {
    display: none;
  }
  .headerNavi__list {
    display: flex;
    list-style-type: none;
    font-size: 1.6rem;
    height: 24px;
    margin: 18px 0 18px auto;
    padding: 0;
    text-align: left;
  }
  .headerNavi__item {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 24px;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
    position: relative;
  }
  .headerNavi__item::after {
    content: "";
    border-right: 1px solid #454545;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .headerNavi__item:last-of-type {
    margin: 0;
    padding: 0;
  }
  .headerNavi__item:last-of-type::after {
    content: none;
  }
  .headerNavi__link {
    color: #454545;
    font-size: 1.4rem;
    height: 24px;
    line-height: 24px;
    position: relative;
    text-decoration: none;
  }
  .headerNavi__link:hover {
    opacity: .7;
  }
  .headerNavi__link:hover::after {
    content: "";
    border-bottom: 1px solid #454545;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
  }
  .fixedHeader {
    width: 100%;
    height: 60px;
  }
  .fixedHeader__inner {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    max-width: 1212px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
  }
  .fixedHeader__logo {
    width: auto;
    height: 24px;
    margin: 18px 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
  }
  .fixedHeader__icon {
    display: none;
  }
  .fixedHeaderNavi {
    background-color: none;
    display: block;
    height: auto;
    width: auto;
    margin: 0 0 0 auto;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
  }
  .fixedHeaderNavi__close {
    display: none;
  }
  .fixedHeaderNavi__list {
    display: flex;
    list-style-type: none;
    font-size: 1.6rem;
    height: 24px;
    margin: 18px 0 18px auto;
    padding: 0;
    text-align: left;
  }
  .fixedHeaderNavi__item {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 24px;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
    position: relative;
  }
  .fixedHeaderNavi__item::after {
    content: "";
    border-right: 1px solid #454545;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .fixedHeaderNavi__item:last-of-type {
    margin: 0;
    padding: 0;
  }
  .fixedHeaderNavi__item:last-of-type::after {
    content: none;
  }
  .fixedHeaderNavi__link {
    color: #454545;
    font-size: 1.4rem;
    height: 24px;
    line-height: 24px;
    position: relative;
    text-decoration: none;
  }
  .fixedHeaderNavi__link:hover {
    opacity: .7;
  }
  .fixedHeaderNavi__link:hover::after {
    content: "";
    border-bottom: 1px solid #454545;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1441px) {
  .header__logo {
    width: auto;
    height: 40px;
    margin: 10px 0;
  }
  .headerNavi__link {
    color: #454545;
    font-size: 2rem;
    height: 24px;
    line-height: 24px;
    position: relative;
    text-decoration: none;
  }
  .fixedHeader__logo {
    width: auto;
    height: 40px;
    margin: 10px 0;
  }
  .fixedHeaderNavi__link {
    color: #454545;
    font-size: 2rem;
    height: 24px;
    line-height: 24px;
    position: relative;
    text-decoration: none;
  }
}

/* ------------------------------
Footer Style
------------------------------ */
.footer {
  background: #000;
  padding: 0 0 3vw;
  width: 100%;
}

.footer__inner {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 9vw 0;
}

.footer__copyright {
  color: #fff;
  font-size: 2.8vw;
  text-align: center;
}

.footerNavi {
  width: 26vw;
  padding: 0 12vw;
  border-right: 1px solid #fff;
}

.footerNavi__title {
  width: 26vw;
}

.footerNavi__title img {
  width: 100%;
  height: auto;
}

.footerNavi__list {
  margin: 8vw 0 0;
  padding: 0 0 0 8vw;
}

.footerNavi__item {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
  margin: 0 0 4vw;
}

.footerNavi__item a {
  color: #fff;
  text-decoration: none;
}

.footerBeergirl {
  width: 24vw;
  padding: 0 13vw;
}

.footerBeergirl__title {
  width: 24vw;
}

.footerBeergirl__title img {
  width: 100%;
  height: auto;
}

.footerBeergirl__list {
  margin: 8vw 0 0;
  padding: 0 0 0 1vw;
}

.footerBeergirl__item {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
  margin: 0 0 4vw;
}

.footerBeergirl__item a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.footerBeergirl__item img {
  width: 3.6vw;
  height: 3.6vw;
  margin: .5vw 2vw 0 0;
}

.footerBeergirl__item span {
  display: inline-block;
  height: 3.5vw;
  vertical-align: baseline;
}

.toTop {
  position: relative;
}

.toTop__link {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  display: block;
  font-size: 3vw;
  padding: 0 0 20px;
  text-align: center;
  text-decoration: none;
}

.toTop__link img {
  margin: 0 0 10px;
  width: auto;
  height: 7vw;
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 0 0 20px;
  }
  .footer__inner {
    display: flex;
    justify-content: center;
    width: 96vw;
    margin: 0 auto;
    padding: 30px 2vw;
  }
  .footer__copyright {
    font-size: 1.4rem;
  }
  .footerNavi {
    display: flex;
    align-items: center;
    width: 48vw;
    padding: 0 5vw;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }
  .footerNavi__title {
    width: 200px;
  }
  .footerNavi__list {
    margin: 40px 0;
    padding: 0 0 0 6vw;
  }
  .footerNavi__item {
    font-size: 1.6rem;
    margin: 0 0 25px;
  }
  .footerNavi__item:last-of-type {
    margin: 0;
  }
  .footerNavi__item a:hover {
    opacity: .7;
  }
  .footerBeergirl {
    display: flex;
    align-items: center;
    width: 48vw;
    padding: 0 5vw;
    box-sizing: border-box;
  }
  .footerBeergirl__title {
    width: 160px;
  }
  .footerBeergirl__list {
    margin: 40px 0;
    padding: 0 0 0 6vw;
  }
  .footerBeergirl__item {
    font-size: 1.6rem;
    margin: 0 0 25px;
  }
  .footerBeergirl__item:last-of-type {
    margin: 0;
  }
  .footerBeergirl__item a:hover {
    opacity: .7;
  }
  .footerBeergirl__item img {
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
  }
  .footerBeergirl__item span {
    height: 24px;
    line-height: 24px;
  }
  .toTop {
    position: relative;
  }
  .toTop__link {
    font-size: 1.4rem;
    margin-left: -15px;
    padding: 0 0 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
  }
  .toTop__link img {
    margin: 0 0 10px;
    width: auto;
    height: 30px;
  }
  .toTop__link:hover img {
    margin: 0 0 20px;
    transition: all .5s linear 0s;
  }
}

@media screen and (min-width: 940px) {
  .footer__inner {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .footerNavi {
    display: flex;
    align-items: center;
    width: 470px;
    padding: 0 60px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }
  .footerNavi__title {
    width: 200px;
  }
  .footerNavi__list {
    margin: 40px 0;
    padding: 0 0 0 80px;
  }
  .footerBeergirl {
    display: flex;
    align-items: center;
    width: 470px;
    padding: 0 60px;
    box-sizing: border-box;
  }
  .footerBeergirl__list {
    margin: 40px 0;
    padding: 0 0 0 80px;
  }
}

@media screen and (min-width: 1441px) {
  .footer__copyright {
    font-size: 2rem;
  }
  .footerNavi__item {
    font-size: 2.3rem;
    margin: 0 0 25px;
  }
  .footerBeergirl__item {
    font-size: 2.3rem;
    margin: 0 0 25px;
  }
  .toTop__link {
    font-size: 2rem;
  }
}

/* ------------------------------
Main Visual Style
------------------------------ */
.mainVisual {
  width: 100%;
  height: auto;
  margin: 0 0 30vw;
}

.mainVisual__inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: calc(100vh - 45px);
  margin: 0 auto;
  overflow: hidden;
}

.mainVisual video {
  width: 220%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 8vh;
  left: -60%;
}

.mainVisual__scroll {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  display: block;
  font-size: 3vw;
  position: absolute;
  left: 50%;
  bottom: 130px;
  margin-left: -25px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
}

.mainVisual__scroll img {
  margin: 10px 0 0;
  width: auto;
  height: 7vw;
}

@media screen and (min-width: 769px) {
  .mainVisual {
    margin: 0 0 30vw;
  }
  .mainVisual__inner {
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    margin: 0 auto;
    padding: 0 10vw;
    overflow: hidden;
  }
  .mainVisual video {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mainVisual__scroll {
    font-size: 1.4rem;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -25px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    height: 60px;
  }
  .mainVisual__scroll img {
    margin: 10px 0 0;
    width: auto;
    height: 30px;
  }
  .mainVisual__scroll:hover img {
    margin: 20px 0 0;
    transition: all .5s linear 0s;
  }
}

@media screen and (min-width: 1441px) {
  .mainVisual__scroll {
    font-size: 2rem;
    width: 65px;
  }
}

/* ------------------------------
Topics Style
------------------------------ */
.topics {
  margin: 0 auto;
  padding: 13vw 0 30vw;
  width: 100%;
}

.topics__inner {
  width: 100%;
  margin: 0 auto;
}

.topicsListWrap {
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 0 5vw;
  padding: 0 0 2.7vw;
  width: 90vw;
}

.topicsListWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.7vw;
  background: url(../images/bg-slider.png) repeat left top;
}

.topicsList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.topicsList.notCurrent {
  margin-left: -90vw;
}

.topicsItem {
  width: 100%;
  margin: 0 0 3vw;
}

.topicsItem__link {
  color: #454545;
  display: flex;
  text-decoration: none;
}

.topicsItem__image {
  width: 36vw;
  max-width: 300px;
  min-width: 120px;
  margin: 0 2vw 0 0;
}

.topicsItem__image img {
  width: 100%;
  height: auto;
}

.topicsItem__text {
  width: 52vw;
}

.topicsItem__meta {
  display: flex;
  font-size: 3.3vw;
  margin: 0 0 2vw;
}

.topicsItem__date {
  display: block;
  margin: 0 5px 0 0;
}

.topicsItem__date::after {
  content: "|";
  padding: 0 0 0 5px;
}

.topicsItem__category {
  margin: 0;
}

.topicsItem__title {
  font-size: 3.8vw;
  line-height: 1.7;
  margin: 0;
}

.topicsPager {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 2vw 0;
}

.topicsPager__prev, .topicsPager__next {
  width: 7.2vw;
  height: 7.2vw;
  margin: 0 4vw;
  opacity: .3;
}

.topicsPager__prev img, .topicsPager__next img {
  width: 100%;
  height: auto;
}

.topicsPager__prev.active, .topicsPager__next.active {
  opacity: 1;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .topics {
    margin: 0 auto;
    padding: 80px 0 300px;
  }
  .topics__inner {
    width: 100%;
    margin: 0 auto;
  }
  .topicsListWrap {
    margin: 0 2vw;
    padding: 1vw 0;
    width: auto;
  }
  .topicsListWrap::before, .topicsListWrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    width: 2vw;
    height: 100%;
    background: url(../images/bg-slider.png) repeat left top;
  }
  .topicsListWrap::before {
    left: 0;
  }
  .topicsListWrap::after {
    right: 0;
  }
  .topicsList {
    display: flex;
    justify-content: center;
    width: auto;
  }
  .topicsList:first-of-type {
    margin-left: 12vw;
  }
  .topicsList.notCurrent {
    margin-left: -60vw;
  }
  .topicsItem {
    width: 21vw;
    margin: 0 1.5vw;
  }
  .topicsItem__link {
    display: block;
  }
  .topicsItem__link:hover .topicsItem__image {
    opacity: .7;
  }
  .topicsItem__link:hover .topicsItem__title {
    text-decoration: underline;
  }
  .topicsItem__image {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 20px;
  }
  .topicsItem__text {
    width: 100%;
  }
  .topicsItem__meta {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
  .topicsItem__title {
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 0;
  }
  .topicsPager {
    padding: 2vw 0;
  }
  .topicsPager__prev, .topicsPager__next {
    width: 50px;
    height: 50px;
    margin: 0 4vw;
    opacity: .3;
  }
  .topicsPager__prev.active, .topicsPager__next.active {
    opacity: 1;
    cursor: pointer;
    transition: all .3s linear 0s;
  }
  .topicsPager__prev.active:hover, .topicsPager__next.active:hover {
    opacity: .7;
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1441px) {
  .topics {
    margin: 0 auto;
    padding: 5vw 0 20vw;
  }
  .topics__inner {
    width: 100%;
    margin: 0 auto;
  }
  .topicsItem__meta {
    font-size: 1.8rem;
    margin: 0 0 1vw;
  }
  .topicsItem__title {
    font-size: 2rem;
    line-height: 1.7;
    margin: 0;
  }
}

/* ------------------------------
About Style
------------------------------ */
.about {
  background: url(../images/bg-about-base-sp.jpg) no-repeat 50% top;
  background-size: cover;
  padding: 14vw 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.about .topTitle {
  margin: 0 0 8vw;
}

.about__inner {
  background: url(../images/bg-about-sp.png) no-repeat 50% 66vw;
  background-size: 80vw;
  box-sizing: border-box;
  width: 100%;
  height: 145.2vw;
  margin: 0 auto;
  padding: 0 20vw;
}

.about__image {
  margin: 0 auto;
  width: 43vw;
}

.about__image img {
  width: 100%;
  height: auto;
}

.about__textBlock {
  font-size: 3.3vw;
  line-height: 1.7;
  margin: 0 0 8vw;
  padding: 8vw 0 0;
  text-align: center;
}

.about__title {
  font-size: 3.8vw;
  font-weight: bold;
  margin: 0 0 10px;
}

.about__more {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  color: #000;
  font-size: 5vw;
  line-height: 6.2vw;
  margin: 0 auto;
  width: 29vw;
  height: 7vw;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.about__more::before, .about__more::after {
  position: absolute;
  content: "";
  display: block;
  width: 2.27vw;
  height: 2.13vw;
  right: 3vw;
  top: 50%;
  margin-top: -1.06vw;
}

.about__more::before {
  background: url(../images/icon-btn-plus-black.png) no-repeat left top;
  background-size: 2.27vw;
}

.about__more::after {
  background: url(../images/icon-btn-plus-white.png) no-repeat left top;
  background-size: 2.27vw;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .about {
    background: url(../images/bg-about-base-pc.jpg) repeat-x 50% 50%;
    background-size: auto 67vw;
    margin: 0 0 20vw;
    padding: 0;
    width: 100%;
    height: 79vw;
  }
  .about__inner {
    background: url(../images/bg-about-pc.png) no-repeat right 6vw top 22vw;
    background-size: 58vw;
    width: 100%;
    height: 79vw;
    margin: 0 auto;
    padding: 10vw 0 17vw;
  }
  .about__image {
    margin: -7vw auto 0 6vw;
    width: 33.5vw;
  }
  .about__textBlock {
    font-size: 1.8rem;
    line-height: 1.7;
    margin: -34vw 0 0;
    padding: 1vw 10.5vw 0 42.5vw;
    padding-top: calc(1vw * 2);
    text-align: center;
  }
  .about__title {
    font-size: 2rem;
    margin: 0 0 4vw;
    margin-bottom: calc(2vw * 2);
  }
  .about__more {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    color: #000;
    font-size: 2rem;
    line-height: 33px;
    margin: 3vw auto 0;
    margin-top: calc(1.5vw * 2);
    width: 121px;
    height: 38px;
    transition: all .3s linear 0s;
  }
  .about__more::before, .about__more::after {
    position: absolute;
    content: "";
    display: block;
    width: 8.5px;
    height: 8px;
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
  .about__more::before {
    background: url(../images/icon-btn-plus-black.png) no-repeat left top;
    background-size: 8.5px;
  }
  .about__more::after {
    background: url(../images/icon-btn-plus-white.png) no-repeat left top;
    background-size: 8.5px;
    opacity: 0;
  }
  .about__more:hover {
    background-color: #000;
    color: #fff;
  }
  .about__more:hover::after {
    opacity: 1;
  }
  .about .topTitle {
    font-size: 1.6rem;
    margin: 0 0 10vw;
  }
  .about .topTitle span {
    display: inline;
    font-size: 6rem;
    margin: 0 20px 0 0;
  }
}

@media screen and (min-width: 1130px) {
  .about {
    background: url(../images/bg-about-base-pc.jpg) repeat-x 50% 50%;
    background-size: auto 743px;
    margin: 0 0 300px;
    padding: 0;
    width: 100%;
    height: 863px;
  }
  .about__inner {
    background: url(../images/bg-about-pc.png) no-repeat right 100px top 280px;
    background-size: 595px;
    border: 3px solid #000;
    width: 1136px;
    height: 863px;
    margin: 0 auto;
    padding: 190px 0;
  }
  .about__image {
    margin: -120px auto 0 100px;
    width: 390px;
  }
  .about__textBlock {
    font-size: 1.8rem;
    line-height: 1.7;
    margin: -350px 0 0;
    padding: 60px 160px 0 510px;
  }
  .about__title {
    font-size: 2rem;
    margin: 0 0 50px;
  }
  .about__more {
    margin: 50px auto 0;
  }
  .about .topTitle {
    font-size: 1.6rem;
    margin: 0 0 40px 150px;
  }
}

@media screen and (min-width: 1441px) {
  .about__textBlock {
    font-size: 2rem;
  }
  .about__title {
    font-size: 2.3rem;
  }
  .about__more {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    color: #000;
    font-size: 2.5rem;
    line-height: 48px;
    margin: 50px auto 0;
    width: 200px;
    height: 50px;
    transition: all .3s linear 0s;
  }
  .about__more::before, .about__more::after {
    position: absolute;
    content: "";
    display: block;
    width: 17px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
  }
  .about__more::before {
    background: url(../images/icon-btn-plus-black.png) no-repeat left top;
    background-size: 17px;
  }
  .about__more::after {
    background: url(../images/icon-btn-plus-white.png) no-repeat left top;
    background-size: 17px;
    opacity: 0;
  }
}

/* ------------------------------
Recruit Style
------------------------------ */
.recruit {
  border-bottom: 1px solid #000;
  margin: 0 auto;
  padding: 30vw 0;
  text-align: center;
  width: 88vw;
}

.recruit__inner {
  width: 100%;
  margin: 0 auto;
}

.recruit__image {
  display: flex;
  flex-wrap: wrap;
  width: 80vw;
  margin: 0 auto;
}

.recruit__image figure {
  margin: 0 1% 2%;
  width: 48%;
}

.recruit__image img {
  width: 100%;
  height: auto;
}

.recruit__text {
  font-size: 3.3vw;
  line-height: 1.7;
  margin: 7vw auto;
  padding: 0 8vw;
}

.recruit__more {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  color: #000;
  font-size: 5vw;
  line-height: 6.2vw;
  margin: 0 auto;
  width: 29vw;
  height: 7vw;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.recruit__more::before, .recruit__more::after {
  position: absolute;
  content: "";
  display: block;
  width: 2.27vw;
  height: 2.13vw;
  right: 3vw;
  top: 50%;
  margin-top: -1.06vw;
}

.recruit__more::before {
  background: url(../images/icon-btn-plus-black.png) no-repeat left top;
  background-size: 2.27vw;
}

.recruit__more::after {
  background: url(../images/icon-btn-plus-white.png) no-repeat left top;
  background-size: 2.27vw;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .recruit {
    margin: 0 2vw;
    padding: 0 0 300px;
    width: auto;
  }
  .recruit__inner {
    width: 100%;
    margin: 0 auto;
  }
  .recruit__image {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
  }
  .recruit__image figure {
    margin: 0 6px;
    max-width: 270px;
    width: auto;
  }
  .recruit__text {
    font-size: 1.8rem;
    margin: 45px auto;
    padding: 0;
  }
  .recruit__more {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    color: #000;
    font-size: 2rem;
    line-height: 33px;
    margin: 0 auto;
    width: 121px;
    height: 38px;
    transition: all .3s linear 0s;
  }
  .recruit__more::before, .recruit__more::after {
    position: absolute;
    content: "";
    display: block;
    width: 8.5px;
    height: 8px;
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
  .recruit__more::before {
    background: url(../images/icon-btn-plus-black.png) no-repeat left top;
    background-size: 8.5px;
  }
  .recruit__more::after {
    background: url(../images/icon-btn-plus-white.png) no-repeat left top;
    background-size: 8.5px;
    opacity: 0;
  }
  .recruit__more:hover {
    background-color: #000;
    color: #fff;
  }
  .recruit__more:hover::after {
    opacity: 1;
  }
}

@media screen and (min-width: 1441px) {
  .recruit {
    margin: 0 2vw;
    padding: 0 0 20vw;
    width: auto;
  }
  .recruit__image figure {
    margin: 0 10px;
    max-width: 350px;
    width: auto;
  }
  .recruit__text {
    font-size: 2.3rem;
    margin: 5vw auto;
    padding: 0;
  }
  .recruit__more {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    color: #000;
    font-size: 2.5rem;
    line-height: 48px;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    transition: all .3s linear 0s;
  }
  .recruit__more::before, .recruit__more::after {
    position: absolute;
    content: "";
    display: block;
    width: 17px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
  }
  .recruit__more::before {
    background: url(../images/icon-btn-plus-black.png) no-repeat left top;
    background-size: 17px;
  }
  .recruit__more::after {
    background: url(../images/icon-btn-plus-white.png) no-repeat left top;
    background-size: 17px;
    opacity: 0;
  }
}

/* ------------------------------
Service Style
------------------------------ */
.service {
  border-bottom: 1px solid #000;
  margin: 0 auto;
  padding: 30vw 0;
  text-align: center;
  width: 88vw;
}

.service__inner {
  width: 100%;
  margin: 0 auto;
}

.service__image {
  width: 70vw;
  margin: 0 auto;
}

.service__image img {
  width: 100%;
  height: auto;
}

.service__textBlock {
  width: 80vw;
  margin: 0 auto;
}

.service__logo {
  width: 30vw;
  margin: 8vw auto 6vw;
}

.service__logo img {
  width: 100%;
  height: auto;
}

.service__text {
  font-size: 3.3vw;
  line-height: 1.7;
}

.service__more {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  color: #000;
  font-size: 5vw;
  line-height: 6.2vw;
  margin: 6vw auto 0;
  width: 29vw;
  height: 7vw;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.service__more::before, .service__more::after {
  position: absolute;
  content: "";
  display: block;
  width: 2.27vw;
  height: 2.13vw;
  right: 3vw;
  top: 50%;
  margin-top: -1.06vw;
}

.service__more::before {
  background: url(../images/icon-btn-plus-black.png) no-repeat left top;
  background-size: 2.27vw;
}

.service__more::after {
  background: url(../images/icon-btn-plus-white.png) no-repeat left top;
  background-size: 2.27vw;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .topTitle.topTitle--service {
    margin: 0 0 40px 55%;
    padding: 9.5vw 0 0;
  }
  .service {
    margin: 0 2vw;
    padding: 300px 0;
    width: auto;
  }
  .service__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .service__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    margin: 0 auto;
  }
  .service__textBlock {
    width: 45%;
    margin: 0 auto 0 55%;
  }
  .service__logo {
    max-width: 220px;
    width: 20vw;
    margin: 80px auto 40px;
  }
  .service__text {
    font-size: 1.8rem;
    padding: 0 14%;
  }
  .service__more {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    color: #000;
    font-size: 2rem;
    line-height: 33px;
    margin: 40px auto;
    width: 121px;
    height: 38px;
    transition: all .3s linear 0s;
  }
  .service__more::before, .service__more::after {
    position: absolute;
    content: "";
    display: block;
    width: 8.5px;
    height: 8px;
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
  .service__more::before {
    background: url(../images/icon-btn-plus-black.png) no-repeat left top;
    background-size: 8.5px;
  }
  .service__more::after {
    background: url(../images/icon-btn-plus-white.png) no-repeat left top;
    background-size: 8.5px;
    opacity: 0;
  }
  .service__more:hover {
    background-color: #000;
    color: #fff;
  }
  .service__more:hover::after {
    opacity: 1;
  }
}

@media screen and (min-width: 1441px) {
  .topTitle.topTitle--service {
    margin: 0 0 40px 50%;
    padding: 130px 0 0;
  }
  .service {
    margin: 0 2vw;
    padding: 20vw 0;
    width: auto;
  }
  .service__inner {
    max-width: 1300px;
  }
  .service__image {
    width: 50%;
  }
  .service__textBlock {
    width: 50%;
    margin: 0 auto 0 50%;
  }
  .service__text {
    font-size: 2.3rem;
    padding: 0 10%;
  }
  .service__more {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    color: #000;
    font-size: 2.5rem;
    line-height: 48px;
    margin: 80px auto;
    width: 200px;
    height: 50px;
    transition: all .3s linear 0s;
  }
  .service__more::before, .service__more::after {
    position: absolute;
    content: "";
    display: block;
    width: 17px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
  }
  .service__more::before {
    background: url(../images/icon-btn-plus-black.png) no-repeat left top;
    background-size: 17px;
  }
  .service__more::after {
    background: url(../images/icon-btn-plus-white.png) no-repeat left top;
    background-size: 17px;
    opacity: 0;
  }
}

/* ------------------------------
Contact Style
------------------------------ */
.contact {
  margin: 0 auto;
  padding: 30vw 0;
  text-align: center;
  width: 88vw;
}

.contact__inner {
  width: 100%;
  margin: 0 auto;
}

.contact__text {
  font-size: 3.3vw;
  line-height: 1.7;
  margin: 10vw auto;
  width: 80vw;
}

.contact__more {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  color: #000;
  font-size: 5vw;
  line-height: 6.2vw;
  margin: 0 auto;
  width: 29vw;
  height: 7vw;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.contact__more::before, .contact__more::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.33vw;
  height: 2.13vw;
  right: 3vw;
  top: 50%;
  margin-top: -1.06vw;
}

.contact__more::before {
  background: url(../images/icon-btn-arrow-black.png) no-repeat left top;
  background-size: 1.33vw;
}

.contact__more::after {
  background: url(../images/icon-btn-arrow-white.png) no-repeat left top;
  background-size: 1.33vw;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .contact {
    margin: 0 2vw;
    padding: 300px 0;
    width: auto;
  }
  .contact__inner {
    width: 100%;
    margin: 0 auto;
  }
  .contact__text {
    font-size: 1.8rem;
    margin: 60px auto;
    width: auto;
  }
  .contact__more {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    color: #000;
    font-size: 2rem;
    line-height: 33px;
    margin: 50px auto 0;
    width: 141px;
    height: 38px;
    transition: all .3s linear 0s;
  }
  .contact__more::before, .contact__more::after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
  .contact__more::before {
    background: url(../images/icon-btn-arrow-black.png) no-repeat left top;
    background-size: 5px;
  }
  .contact__more::after {
    background: url(../images/icon-btn-arrow-white.png) no-repeat left top;
    background-size: 5px;
    opacity: 0;
  }
  .contact__more:hover {
    background-color: #000;
    color: #fff;
  }
  .contact__more:hover::after {
    opacity: 1;
  }
}

@media screen and (min-width: 1441px) {
  .contact {
    margin: 0 2vw;
    padding: 20vw 0;
    width: auto;
  }
  .contact__text {
    font-size: 2.3rem;
    margin: 60px auto;
    width: auto;
  }
  .contact__more {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    color: #000;
    font-size: 2.5rem;
    line-height: 48px;
    margin: 50px auto 0;
    width: 200px;
    height: 50px;
    transition: all .3s linear 0s;
  }
  .contact__more::before, .contact__more::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
  }
  .contact__more::before {
    background: url(../images/icon-btn-arrow-black.png) no-repeat left top;
    background-size: 10px;
  }
  .contact__more::after {
    background: url(../images/icon-btn-arrow-white.png) no-repeat left top;
    background-size: 10px;
    opacity: 0;
  }
}

/* ------------------------------
Page About Style
------------------------------ */
.pageAbout {
  padding: 45px 0 23vw;
}

.aboutMain {
  background: #f6f6f9;
  padding: 12vw 0 15vw;
}

.aboutMind {
  background: #fff url(../images/about/img-bg-vision.png) no-repeat right top;
  background-size: 40px;
  margin: 0 auto;
  padding: 6vw;
  text-align: center;
  width: 72vw;
}

.aboutMind__caption {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5vw;
}

.aboutMind__title {
  font-size: 4vw;
  font-weight: bold;
  margin: 6vw 0;
}

.aboutMind__text {
  font-size: 3.5vw;
  line-height: 2;
}

.aboutMember {
  border-bottom: 1px solid #000;
  margin: 0 auto;
  padding: 30vw 0;
  width: 88vw;
}

.aboutMember__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.aboutMember__item {
  margin: 0 4vw 20vw;
  width: 36vw;
}

.aboutMember__item:nth-of-type(3), .aboutMember__item:nth-of-type(4) {
  margin: 0 4vw;
}

.aboutMember__item img {
  width: 100%;
  height: auto;
}

.aboutCompany {
  /* border-bottom: 1px solid #000; */
  margin: 0 auto;
  padding: 30vw 0;
  width: 88vw;
}

.aboutCompany__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.5vw;
  line-height: 1.7;
  margin: 0 13vw;
  padding: 0;
}

.aboutCompany__list dt {
  color: #7f7f7f;
  margin: 0 0 8vw;
  width: 20vw;
}

.aboutCompany__list dd {
  margin: 0 0 8vw;
  width: 42vw;
}

.aboutAccess {
  margin: 0 auto;
  padding: 30vw 0;
  width: 100vw;
}

.aboutAccess__map iframe {
  width: 100vw;
  height: 250px;
  filter: grayscale(100%);
}

.aboutAccess__text {
  color: #7f7f7f;
  font-size: 3.3vw;
  margin: 3vw auto 10vw;
  text-align: center;
}

.aboutAccess__btn {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  color: #000;
  font-size: 3.8vw;
  line-height: 8vw;
  margin: 0 auto 5vw;
  width: 36vw;
  height: 8vw;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.aboutAccess__btn::before, .aboutAccess__btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.33vw;
  height: 2.13vw;
  right: 3vw;
  top: 50%;
  margin-top: -1.06vw;
}

.aboutAccess__btn::before {
  background: url(../images/icon-btn-arrow-black.png) no-repeat left top;
  background-size: 1.33vw;
}

.aboutAccess__btn::after {
  background: url(../images/icon-btn-arrow-white.png) no-repeat left top;
  background-size: 1.33vw;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .pageAbout {
    padding: 60px 0;
  }
  .aboutMain {
    background: #fff;
    padding: 80px 0;
  }
  .aboutMindBlock {
    background: #f6f6f9;
    margin: 180px 0 0;
    width: 100%;
    height: auto;
  }
  .aboutMindBlock__inner {
    margin: 0 auto;
    width: 1136px;
    height: 470px;
    padding: 120px 0;
    position: relative;
  }
  .aboutMindBlock__inner::before {
    content: "";
    border: 3px solid #000;
    position: absolute;
    top: -100px;
    left: 0;
    width: 1130px;
    height: 910px;
  }
  .aboutMind {
    background: #fff url(../images/about/img-bg-vision-pc.png) no-repeat right top;
    background-size: 100px;
    margin: 0 auto;
    padding: 100px;
    width: 630px;
  }
  .aboutMind__caption {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.9rem;
    margin: 0;
  }
  .aboutMind__title {
    font-size: 2.5rem;
    margin: 60px 0 35px;
  }
  .aboutMind__text {
    font-size: 1.8rem;
    line-height: 2;
  }
  .aboutMember {
    border-bottom: 1px solid #000;
    margin: 0 auto;
    padding: 300px 0;
    width: 1136px;
  }
  .aboutMember__list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .aboutMember__item {
    margin: 0 50px 0 0;
    width: 290px;
  }
  .aboutMember__item:nth-of-type(3) {
    margin: 0 50px 0 0;
  }
  .aboutMember__item:nth-of-type(4) {
    margin: 0;
  }
  .aboutMember .topTitle {
    margin-bottom: 100px;
  }
  .aboutCompany {
    /* border-bottom: 1px solid #000; */
    margin: 0 auto;
    padding: 300px 0;
    width: 1136px;
  }
  .aboutCompany__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.8rem;
    line-height: 1.7;
    margin: 0 auto;
    padding: 0;
    width: 500px;
  }
  .aboutCompany__list dt {
    margin: 0 100px 40px 0;
    width: 100px;
  }
  .aboutCompany__list dd {
    margin: 0 0 40px;
    width: 300px;
  }
  .aboutCompany .topTitle {
    margin-bottom: 100px;
  }
  .aboutAccess {
    margin: 0 auto;
    padding: 300px 0;
    width: 100%;
  }
  .aboutAccess__map iframe {
    width: 100%;
    height: 400px;
    filter: grayscale(100%);
  }
  .aboutAccess__map iframe:hover {
    filter: grayscale(0%);
  }
  .aboutAccess__text {
    font-size: 1.8rem;
    margin: 30px auto 45px;
  }
  .aboutAccess__btn {
    border-radius: 30px;
    color: #000;
    font-size: 2rem;
    line-height: 40px;
    margin: 0 auto 30px;
    width: 200px;
    height: 40px;
    position: relative;
    transition: all .3s linear 0s;
  }
  .aboutAccess__btn::before, .aboutAccess__btn::after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
  .aboutAccess__btn::before {
    background: url(../images/icon-btn-arrow-black.png) no-repeat left top;
    background-size: 5px;
  }
  .aboutAccess__btn::after {
    background: url(../images/icon-btn-arrow-white.png) no-repeat left top;
    background-size: 5px;
    opacity: 0;
  }
  .aboutAccess__btn:hover {
    background-color: #000;
    color: #fff;
  }
  .aboutAccess__btn:hover::after {
    opacity: 1;
  }
}

/* ------------------------------
Page Contact Style
------------------------------ */
.pageContact {
  padding: 45px 0 23vw;
}

.contactMain {
  border-bottom: 1px solid #000;
  margin: 0 auto;
  padding: 14vw 0 30vw;
  width: 88vw;
}

.contactMain__text {
  font-size: 3.5vw;
  line-height: 1.7;
  padding: 0 6vw;
  text-align: center;
}

.contactMainItem {
  margin: 13vw auto 0;
  width: 52vw;
}

.contactMainItem__btn {
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  color: #000;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 10vw;
  margin: 0 0 5vw;
  width: 100%;
  height: 10vw;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.contactMainItem__btn::before, .contactMainItem__btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.33vw;
  height: 2.13vw;
  right: 3vw;
  top: 50%;
  margin-top: -1.06vw;
}

.contactMainItem__btn::before {
  background: url(../images/icon-btn-arrow-black.png) no-repeat left top;
  background-size: 1.33vw;
}

.contactMainItem__btn::after {
  background: url(../images/icon-btn-arrow-white.png) no-repeat left top;
  background-size: 1.33vw;
  opacity: 0;
}

.contactMainItem__text {
  color: #747474;
  font-size: 3.5vw;
  line-height: 1.7;
}

.contactRelease {
  margin: 0 auto;
  padding: 30vw 0;
  text-align: center;
  width: 88vw;
}

.contactRelease__title {
  font-size: 5vw;
  font-weight: bold;
  margin: 0 0 10vw;
}

.contactRelease__text {
  font-size: 3.5vw;
  line-height: 1.7;
  margin: 0 0 6vw;
  padding: 0 4vw;
}

.contactRelease__address {
  color: #747474;
  font-size: 3.3vw;
  line-height: 1.7;
  margin: 0 0 13vw;
  padding: 0 4vw;
}

.contactRelease__note {
  color: #747474;
  font-size: 3.3vw;
  line-height: 1.7;
  padding: 0 4vw;
}

.contactRelease__btn {
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  color: #000;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 5vw;
  padding: 3vw 0 2vw;
  width: 65vw;
  height: 11vw;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.contactRelease__btn::before, .contactRelease__btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.33vw;
  height: 2.13vw;
  right: 3vw;
  top: 50%;
  margin-top: -1.06vw;
}

.contactRelease__btn::before {
  background: url(../images/icon-btn-arrow-black.png) no-repeat left top;
  background-size: 1.33vw;
}

.contactRelease__btn::after {
  background: url(../images/icon-btn-arrow-white.png) no-repeat left top;
  background-size: 1.33vw;
  opacity: 0;
}

.contactRelease__btn span {
  display: block;
  font-size: 3.3vw;
}

@media screen and (min-width: 769px) {
  .pageContact {
    padding: 60px 0;
  }
  .contactMain {
    margin: 0 auto;
    padding: 80px 0 300px;
    width: 1136px;
  }
  .contactMain__text {
    font-size: 2.5rem;
    padding: 100px 0 120px;
  }
  .contactMain__list {
    display: flex;
    justify-content: center;
  }
  .contactMainItem {
    margin: 0 0 0 100px;
    width: 300px;
  }
  .contactMainItem:first-of-type {
    margin: 0;
  }
  .contactMainItem__btn {
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 45px;
    margin: 0 0 30px;
    width: 100%;
    height: 45px;
    position: relative;
    transition: all .3s linear 0s;
  }
  .contactMainItem__btn::before, .contactMainItem__btn::after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
  .contactMainItem__btn::before {
    background: url(../images/icon-btn-arrow-black.png) no-repeat left top;
    background-size: 5px;
  }
  .contactMainItem__btn::after {
    background: url(../images/icon-btn-arrow-white.png) no-repeat left top;
    background-size: 5px;
    opacity: 0;
  }
  .contactMainItem__btn:hover {
    background-color: #000;
    color: #fff;
  }
  .contactMainItem__btn:hover::after {
    opacity: 1;
  }
  .contactMainItem__text {
    font-size: 1.8rem;
  }
  .contactRelease {
    margin: 0 auto;
    padding: 300px 0;
    width: 1136px;
  }
  .contactRelease__title {
    font-size: 3.5rem;
    margin: 0 0 130px;
  }
  .contactRelease__text {
    font-size: 2.5rem;
    margin: 0 0 30px;
    padding: 0;
  }
  .contactRelease__address {
    font-size: 2.5rem;
    margin: 0 0 130px;
    padding: 0;
  }
  .contactRelease__note {
    font-size: 1.8rem;
    padding: 0;
  }
  .contactRelease__btn {
    border: 1px solid #000;
    border-radius: 40px;
    display: block;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 40px;
    padding: 10px 0;
    width: 345px;
    height: 45px;
    position: relative;
    transition: all .3s linear 0s;
  }
  .contactRelease__btn::before, .contactRelease__btn::after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
  .contactRelease__btn::before {
    background: url(../images/icon-btn-arrow-black.png) no-repeat left top;
    background-size: 5px;
  }
  .contactRelease__btn::after {
    background: url(../images/icon-btn-arrow-white.png) no-repeat left top;
    background-size: 5px;
    opacity: 0;
  }
  .contactRelease__btn:hover {
    background-color: #000;
    color: #fff;
  }
  .contactRelease__btn:hover::after {
    opacity: 1;
  }
  .contactRelease__btn span {
    font-size: 1.4rem;
  }
}
