@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

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

hr {
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(25, 150, 229, 0.2);
}

a img {
  border: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

address {
  font-style: normal;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide .slick-slide__img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slick-current .slick-slide__img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "Sawarabi Mincho";
  font-display: swap;
  src: url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
}
body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.0625vw;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab-disable {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .pc-tab-disable {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .pc-tab-disable {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-disable {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .pc-disable {
    display: block  !important;
  }
}
@media (min-width: 960px) {
  .pc-disable {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tab-sp-disable {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .tab-sp-disable {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .tab-sp-disable {
    display: block !important;
  }
}

.site-main {
  margin-top: 68px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .site-main {
    margin-top: 82.5px;
  }
}
@media (min-width: 960px) {
  .site-main {
    margin-top: 0;
  }
}

.txt-white {
  color: #fff;
}

.txt-thema-navy {
  color: #2c373f;
}

.txt-black {
  color: #000;
}

.txt-leaving-rate-navy {
  color: #2c373f;
  text-decoration: underline;
  font-weight: bold;
}

.top-move {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
}
.top-move a {
  display: block;
  background: url(../img/icn_top_move.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .top-move a {
    width: 63.98px;
    height: 48.16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .top-move a {
    width: 91.4px;
    height: 68.8px;
  }
}
@media (min-width: 960px) {
  .top-move a {
    width: 91.4px;
    height: 68.8px;
  }
}

.header {
  z-index: 70;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0 7px;
  height: 68px;
}
.header__txt {
  color: #fff;
}
.header__ttl {
  display: inline-block;
  margin-left: 15px;
  height: 37px;
}
.header__ttl__img {
  display: none !important;
}
.header__ttl__img--sptab {
  height: 37px;
}
.header__ttl--interview {
  display: inline-block;
  margin-left: 15px;
  height: 37px;
  font-size: 16px;
}
@media screen and (max-width: 359px) {
  .header__ttl--interview {
    margin-top: 2px;
    height: 30px;
  }
}
.header__ttl__img--interview {
  display: none !important;
}
.header__ttl__img--interview-sptab {
  height: 37px;
}
@media screen and (max-width: 359px) {
  .header__ttl__img--interview-sptab {
    height: 30px;
  }
}
.header__menu {
  float: right;
  display: inline-block;
  height: 35px;
  margin-right: 19px;
}
@media screen and (max-width: 359px) {
  .header__menu {
    height: 33px;
  }
}
.header__menu--open {
  height: 35px;
  /*max-height: 37.5px;
  height: 10vw;*/
}
@media screen and (max-width: 359px) {
  .header__menu--open {
    height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    border-bottom: 1px solid #2c373f;
  }
  .header__ttl {
    font-size: 16px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .header {
    padding: 18px 0 5px;
    height: 80px;
  }
  .header__ttl {
    height: 45px;
  }
  .header__ttl__img--sptab {
    height: 45px;
  }
  .header__ttl__img--interview-sptab {
    height: 45px;
  }
  .header__menu {
    height: 40px;
  }
  .header__menu--open {
    height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header {
    position: fixed;
    padding: 14px 0 7.5px;
    height: 82.5px;
  }
  .header__ttl {
    margin-left: 21px;
    height: 53px;
    font-size: 18px;
  }
  .header__ttl__img {
    display: none !important;
  }
  .header__ttl__img--sptab {
    height: 53px;
  }
  .header__ttl--interview {
    margin-left: 21px;
    height: 53px;
  }
  .header__ttl__img--interview {
    display: none !important;
  }
  .header__ttl__img--interview-sptab {
    height: 53px;
  }
  .header__menu {
    margin-right: 21px;
    height: 48px;
  }
  .header__menu--open {
    height: 48px;
  }
}
@media (min-width: 960px) {
  .header {
    position: static;
    top: auto;
    left: auto;
    height: auto;
    padding: 20px 2.08vw 10px;
  }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__logo {
    margin-top: 10px;
  }
  .header__txt {
    margin: 0 0 -10px 94px;
    font-size: 14px;
    color: #f2f2f2;
  }
  .header__ttl {
    margin-left: 0;
    height: 86px;
  }
  .header__ttl__img {
    display: block !important;
    height: 86px;
  }
  .header__ttl__img--sptab {
    display: none !important;
  }
  .header__txt--interview {
    margin: 0 0 -10px 94px;
    font-size: 14px;
    color: #f2f2f2;
  }
  .header__ttl--interview {
    margin-left: 0;
    height: 86px;
  }
  .header__ttl__img--interview {
    display: block !important;
    height: 86px;
  }
  .header__ttl__img--interview-sptab {
    display: none !important;
  }
  .header__menu {
    display: none;
  }
  .header__right {
    margin-right: 0;
  }
  .header__right__address {
    text-align: right;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
  }
  .header__right-go-recruit {
    display: block;
    position: relative;
    text-align: right;
    margin-top: 17px;
  }
  .header__right__recruit-btn {
    display: block;
    position: relative;
    text-align: right;
    margin: 5px 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .header__inner {
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1370px) {
  .header {
    padding: 15px 2.08vw 8px;
  }
}

.header-rct-btn {
  position: relative;
  padding: 6px;
  color: white;
  text-decoration: none;
  -webkit-transition: padding .3s ease;
  transition: padding .3s ease;
}
@media screen and (max-width: 767px) {
  .header-rct-btn {
    display: block;
    width: 90%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header-rct-btn {
    display: block;
    max-width: 90%;
    margin: 20px auto 0;
  }
}
@media (min-width: 960px) {
  .header-rct-btn {
    display: inline-block;
    width: 100%;
    max-width: 285px;
  }
}
.header-rct-btn:before, .header-rct-btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 100%;
  top: 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  z-index: 0;
}
.header-rct-btn:before {
  left: 0;
  border-left: 1px solid #dedede;
}
.header-rct-btn:after {
  right: 0;
  border-right: 1px solid #dedede;
}
.header-rct-btn:hover, .header-rct-btn:active {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header-rct-btn:hover .header-rct-btn__inner, .header-rct-btn:active .header-rct-btn__inner {
    padding: 18px 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header-rct-btn:hover .header-rct-btn__inner, .header-rct-btn:active .header-rct-btn__inner {
    padding: 18px 46px;
  }
}
@media (min-width: 960px) {
  .header-rct-btn:hover .header-rct-btn__inner, .header-rct-btn:active .header-rct-btn__inner {
    padding: 18px 46px;
  }
}
.header-rct-btn:hover .header-rct-btn__inner:after, .header-rct-btn:active .header-rct-btn__inner:after {
  right: 21px;
}
.header-rct-btn__inner {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: padding .3s ease;
  transition: padding .3s ease;
  z-index: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header-rct-btn__inner {
    padding: 12px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header-rct-btn__inner {
    font-size: calc(18 / 768 * 100vw);
    padding: 12px 40px;
  }
}
@media (min-width: 960px) {
  .header-rct-btn__inner {
    padding: 12px 40px;
    font-size: 18px;
  }
}
.header-rct-btn__inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: calc(50% - 3px);
  right: 15px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

.header-btn {
  position: relative;
  padding: 6px;
  color: white;
  text-decoration: none;
  -webkit-transition: padding .3s ease;
  transition: padding .3s ease;
}
@media screen and (max-width: 767px) {
  .header-btn {
    display: block;
    width: 90%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header-btn {
    display: block;
    max-width: 90%;
    margin: 20px auto 0;
  }
}
@media (min-width: 960px) {
  .header-btn {
    display: inline-block;
    width: 100%;
    max-width: 285px;
  }
}
.header-btn:before, .header-btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 100%;
  top: 0;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  z-index: 0;
}
.header-btn:before {
  left: 0;
  border-left: 1px solid #888;
}
.header-btn:after {
  right: 0;
  border-right: 1px solid #888;
}
.header-btn:hover, .header-btn:active {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header-btn:hover .header-btn__inner, .header-btn:active .header-btn__inner {
    padding: 12px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header-btn:hover .header-btn__inner, .header-btn:active .header-btn__inner {
    padding: 12px 50px;
  }
}
@media (min-width: 960px) {
  .header-btn:hover .header-btn__inner, .header-btn:active .header-btn__inner {
    padding: 12px 50px;
  }
}
.header-btn:hover .header-btn__inner:after, .header-btn:active .header-btn__inner:after {
  right: 21px;
}
.header-btn__inner {
  position: relative;
  display: block;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0A98BC), to(#5594A3));
  background: linear-gradient(to bottom, #0A98BC, #5594A3);
  -webkit-transition: padding .3s ease;
  transition: padding .3s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header-btn__inner {
    padding: 6px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header-btn__inner {
    padding: 6px 40px;
  }
}
@media (min-width: 960px) {
  .header-btn__inner {
    padding: 6px 40px;
  }
}
.header-btn__inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: calc(50% - 3px);
  right: 15px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}
.header-btn__txt-1 {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .header-btn__txt-1 {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header-btn__txt-1 {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .header-btn__txt-1 {
    font-size: 20px;
  }
}
.header-btn__txt-2 {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .header-btn__txt-2 {
    font-size: calc(11 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header-btn__txt-2 {
    font-size: 12px;
  }
}
@media (min-width: 960px) {
  .header-btn__txt-2 {
    font-size: 14px;
  }
}

.header-fixed {
  display: none;
  width: 100%;
  padding: 23px 0;
}
.header-fixed__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-fixed__ttl {
  margin: 0 5px 0 25px;
  height: 65px;
}
.header-fixed__ttl__link {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header-fixed__ttl__link:hover {
  opacity: .8;
}
.header-fixed__ttl__img {
  height: 65px;
}
.header-fixed__gnav {
  margin: 20px 45px 0 0;
}
.header-fixed__gnav__item {
  display: inline-block;
  margin-right: 30px;
}
.header-fixed__gnav__item:last-child {
  margin-right: 0px;
}
.header-fixed__gnav__item__link {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.header-fixed__gnav__item__link:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  bottom: -2px;
  right: 50%;
  background: #fff;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header-fixed__gnav__item__link:hover:after {
  width: 2em;
}
@media screen and (max-width: 959px) {
  .header-fixed {
    display: none;
  }
}
@media (min-width: 960px) {
  .header-fixed {
    display: none;
  }
}
@media screen and (max-width: 1299px) {
  .header-fixed {
    padding: 1.77vw 0;
  }
  .header-fixed__gnav {
    margin: 1.53vw 1.92vw 0 0;
  }
  .header-fixed__ttl {
    margin: 0 0.38vw 0 1.92vw;
    height: 5vw;
  }
  .header-fixed__ttl__img {
    height: 5vw;
  }
  .header-fixed__gnav__item {
    display: inline-block;
    margin-right: 2.3vw;
  }
  .header-fixed__gnav__item__link {
    font-size: 1.3vw;
    font-weight: bold;
    color: #fff;
  }
}

.fixed {
  z-index: 70;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .fixed {
    display: none;
  }
}

.bg-thema-color {
  background-color: #2c373f !important;
}

.bg-recruit-color {
  background-color: #034E5F !important;
}

.bg-transparency-black {
  background-color: #00000030 !important;
}

.gnav-wrap {
  position: fixed;
  z-index: 300;
  top: 0;
  margin-top: 68px;
  width: 100%;
  height: 100%;
  border-top: solid 1px #676767;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .gnav-wrap {
    margin-top: 82.5px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .gnav-wrap {
    margin-top: 80px;
  }
}
@media (min-width: 960px) {
  .gnav-wrap {
    display: block !important;
    position: relative;
    margin-top: 0;
    padding-top: 0;
    height: auto;
    background-color: #eceff0;
    border: none;
    overflow-y: visible;
  }
}

.gnav {
  width: 100%;
  text-align: center;
}
.gnav__item {
  border-bottom: solid 1px #676767;
  font-weight: bold;
}
.gnav__item__link {
  display: block;
  padding: 4.68vw 0;
  color: #fff;
}
.gnav__item__link::after {
  content: "";
  position: absolute;
  right: 5.56vw;
  width: 2.96vw;
  height: 2.96vw;
  margin: 1.56vw 3.12vw 0 0;
  border-top: 0.62vw solid #fff;
  border-right: 0.62vw solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .gnav {
    font-size: 2.34vw;
  }
  .gnav__item__link {
    padding: 3.11vw 0;
  }
  .gnav__item__link::after {
    right: 1.69vw;
    width: 1.82vw;
    height: 1.82vw;
    margin: 1.04vw 3.12vw 0 0;
    border-top: 0.39vw solid #fff;
    border-right: 0.39vw solid #fff;
  }
}
@media (min-width: 960px) {
  .gnav {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 18px;
    border: none;
  }
  .gnav__item {
    display: inline-block;
    padding-left: 6.9vw;
    border: none;
  }
  .gnav__item:first-child {
    padding-left: 0;
  }
  .gnav__item__link {
    position: relative;
    padding: 20px 0;
    color: #2c373f;
  }
  .gnav__item__link:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    margin: 0;
    border: 0;
    bottom: 17px;
    right: 50%;
    -webkit-transform: none;
            transform: none;
    background: #B92D00;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .gnav__item__link:hover:after {
    width: 2em;
  }
}
@media (min-width: 1200px) {
  .gnav__item {
    padding-left: 105px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1370px) {
  .gnav__item__link {
    padding: 13px 0;
  }
}

.sp-menu__address {
  display: block;
  margin-top: 6.25vw;
  text-align: center;
  color: #fff;
}
.sp-menu__gmap__link {
  display: block;
  width: 56.25vw;
  margin: 20px auto 0;
  padding: 9px 20px;
  background-color: #f2f2f2;
  text-align: center;
  color: #333;
  font-size: 3.75vw;
  font-weight: bold;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.sp-menu__gmap__link:hover {
  opacity: .8;
}
.sp-menu__gmap__link__txt {
  display: inline-block;
}
.sp-menu__gmap__link__ico {
  position: absolute;
  display: inline-block;
  width: 4.6875vw;
  height: 4.6875vw;
  margin-top: 0.625vw;
  margin-left: 4.0625vw;
}
.sp-menu__contact {
  display: block;
  margin: 4.68vw 0 0 28.125vw;
  height: 50vw;
}
.sp-menu__contact-mail {
  margin-top: 1.56vw;
}
.sp-menu__contact-ico {
  width: 9.375vw;
  height: 9.375vw;
}
.sp-menu__contact-txt {
  margin-left: 1.56vw;
  color: #fff;
  vertical-align: 55%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sp-menu__btn {
    margin-top: 5.208vw;
    width: 91.796vw;
  }
  .sp-menu__btn__link {
    width: 91.796vw;
    padding: 1.302vw;
  }
  .sp-menu__btn__link::before {
    /*width: */
  }
  .sp-menu__btn__link__txt-top {
    font-size: 3.12vw;
  }
  .sp-menu__btn__link__txt-btm {
    font-size: 2.08vw;
  }
  .sp-menu__address {
    margin-top: 3.906vw;
    font-size: 2.08vw;
  }
  .sp-menu__gmap__link {
    width: 32.552vw;
    padding: 12px 20px;
    font-size: 2.2135vw;
  }
  .sp-menu__gmap__link__ico {
    width: 2.6041vw;
    height: 2.6041vw;
    margin-top: 0.1302vw;
    margin-left: 3.125vw;
  }
  .sp-menu__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5.2vw 0 0 22.04vw;
    height: 26.04vw;
    font-size: 2.6vw;
  }
  .sp-menu__contact-mail {
    margin: 0 0 0 3.9vw;
  }
  .sp-menu__contact-ico {
    width: 5.42vw;
    height: 5.42vw;
  }
  .sp-menu__contact-txt {
    margin-left: 0.91vw;
    vertical-align: 40%;
  }
}
@media (min-width: 960px) {
  .sp-menu {
    display: none !important;
  }
}

.btn-green {
  background-color: #0a98bc;
}

.btn-recruit-black {
  background-color: #022730;
}

@media screen and (max-width: 767px) {
  .bg-corporate-black {
    background-color: rgba(64, 74, 81, 0.98);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .bg-corporate-black {
    background-color: rgba(64, 74, 81, 0.98);
  }
}
@media (min-width: 960px) {
  .bg-corporate-black {
    background-color: #eceff0;
  }
}

.bg-recruit-green {
  background-color: rgba(3, 78, 95, 0.96);
}

@media screen and (max-width: 767px) {
  .recruit-gnav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .recruit-gnav {
    display: none;
  }
}
@media (min-width: 960px) {
  .recruit-gnav {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: -25px auto 0;
  }
}
.recruit-gnav__item {
  display: -ms-flex;
  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;
}
.recruit-gnav__item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 2em;
  margin: 0 20px;
  background: rgba(255, 255, 255, 0.7);
}
.recruit-gnav__link {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.recruit-gnav__link:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  bottom: -2px;
  right: 50%;
  background: white;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.recruit-gnav__link:hover:after {
  width: 2em;
}

.contents-inner {
  padding: 0 4.96vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .contents-inner {
    padding: 0 2.6vw;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .contents-inner {
    padding: 0 2.08vw;
  }
}
@media (min-width: 1200px) {
  .contents-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

.container {
  padding-top: 7.8125vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    padding-top: 3.90625vw;
  }
}
@media (min-width: 960px) {
  .container {
    padding-top: 30px;
  }
}

.breadcrumbs {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1.953vw;
  }
}
@media (min-width: 960px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
  }
}
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .breadcrumbs__item {
    font-size: 1.692vw;
  }
}
@media (min-width: 960px) {
  .breadcrumbs__item {
    font-size: 15px;
  }
}
.breadcrumbs__item:not(:last-child):after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .breadcrumbs__item:not(:last-child):after {
    margin: 5px 10px 0;
  }
}
@media (min-width: 960px) {
  .breadcrumbs__item:not(:last-child):after {
    margin: 8px 10px 0;
  }
}
.breadcrumbs__link {
  color: #333;
}
.breadcrumbs__link:hover, .breadcrumbs__link:active {
  text-decoration: underline;
}

.page-title {
  text-align: center;
  font-size: 6.25vw;
  color: #333;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .page-title {
    font-size: 3.125vw;
  }
}
@media (min-width: 960px) {
  .page-title {
    font-size: 30px;
  }
}

.page-title::after {
  margin: 15px auto 0;
}

.page-title::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #b92d00;
}

.page-note {
  margin-top: 15px;
  font-size: 3.733333vw;
  text-align: center;
  color: #5d5d5d;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .page-note {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .page-note {
    margin-top: 20px;
    font-size: 18px;
  }
}

.page-link {
  color: #04c;
  font-weight: bold;
  text-decoration: underline;
}

.page-link:hover {
  text-decoration: none;
}

.has-side {
  margin-top: 7.8125vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .has-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 3.90625vw;
  }
}
@media (min-width: 960px) {
  .has-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .has-side__main {
    /*width: calc(100% - 200px - 50px);*/
    width: 65.104vw;
  }
}
@media (min-width: 960px) {
  .has-side__main {
    width: calc(100% - 220px - 50px);
  }
}
@media screen and (max-width: 767px) {
  .has-side__side {
    margin-top: 7.812vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .has-side__side {
    width: 26.041vw;
  }
}
@media (min-width: 960px) {
  .has-side__side {
    width: 220px;
  }
}

.news-list {
  border-top: 1px solid #dedede;
}
.news-list__item {
  border-bottom: 1px solid #dedede;
}
.news-list__link {
  display: block;
  padding: 3.125vw;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-list__link {
    padding: 1.953vw 2.604vw;
  }
}
@media (min-width: 960px) {
  .news-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
}
.news-list__link:hover, .news-list__link:active {
  background-color: #f2f2f2;
}
.news-list__link:focus {
  outline: 0;
}
.news-list__date {
  font-size: 3.75vw;
  color: #333;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-list__date {
    font-size: 1.822vw;
  }
}
@media (min-width: 960px) {
  .news-list__date {
    width: 150px;
    margin-top: 1px;
    font-size: 18px;
  }
}
.news-list__txt {
  color: #1e7bbf;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-list__txt {
    font-size: 2.083vw;
  }
}
@media (min-width: 960px) {
  .news-list__txt {
    width: calc(100% - 150px);
    font-size: 18px;
  }
}

.side-title {
  padding: 3.125vw;
  text-align: center;
  color: #fff;
  background-color: #2c373f;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .side-title {
    padding: 1.302vw;
    font-size: 2.083vw;
  }
}
@media (min-width: 960px) {
  .side-title {
    padding: 10px;
    font-size: 18px;
  }
}

.archive-list__item {
  border: 1px solid #dedede;
  border-top: 0;
}
.archive-list__link {
  display: block;
  padding: 3.125vw;
  color: #1e7bbf;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .archive-list__link {
    padding: 1.302vw 1.953vw;
    font-size: 2.083vw;
  }
}
@media (min-width: 960px) {
  .archive-list__link {
    padding: 10px 15px;
    font-size: 18px;
  }
}
.archive-list__link:hover, .archive-list__link:active {
  background-color: #f2f2f2;
}
.archive-list__link:focus {
  outline: 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7.812vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .pagination {
    margin-top: 3.906vw;
    font-size: 2.083vw;
  }
}
@media (min-width: 960px) {
  .pagination {
    margin-top: 30px;
    font-size: 16px;
  }
}
.pagination .page-numbers {
  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;
  width: 10.66vw;
  height: 10.66vw;
  font-size: 4.0625vw;
  border: 1px solid #dedede;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .pagination .page-numbers {
    width: 5.208vw;
    height: 5.208vw;
    font-size: 2.083vw;
  }
}
@media (min-width: 960px) {
  .pagination .page-numbers {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.pagination .page-numbers.dots {
  border: 0;
}
.pagination .page-numbers.current {
  color: #fff;
  border: 1px solid #aaa;
  background-color: #aaa;
}
.pagination .page-numbers:not(:last-child) {
  margin-right: 5px;
}
.pagination a.page-numbers {
  color: #333;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.pagination a.page-numbers:hover, .pagination a.page-numbers:active {
  color: #fff;
  border: 1px solid #aaa;
  background-color: #2c373f;
}
.pagination a.page-numbers:focus {
  outline: 0;
}

.single-pagination {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 24vw 1fr 24vw;
  grid-gap: 10px 0;
  margin-top: 7.8125vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.557vw;
  }
}
@media (min-width: 960px) {
  .single-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
  }
}
.single-pagination__link {
  display: -ms-flex;
  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;
  padding: 1.5625vw;
  font-size: 4.0625vw;
  color: #333;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-pagination__link {
    padding: 1.302vw;
    font-size: 2.083vw;
  }
}
@media (min-width: 960px) {
  .single-pagination__link {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-pagination__link:not(:first-child) {
    margin-left: 3.255vw;
  }
}
@media (min-width: 960px) {
  .single-pagination__link:not(:first-child) {
    margin-left: 50px;
  }
}
.single-pagination__link:hover, .single-pagination__link:active {
  color: #fff;
  border: 1px solid #aaa;
  background-color: #2c373f;
}
.single-pagination__link:focus {
  outline: 0;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-pagination__link.is-prev, .single-pagination__link.is-next {
    width: 100%;
    max-width: 80px;
  }
}
@media (min-width: 960px) {
  .single-pagination__link.is-prev, .single-pagination__link.is-next {
    width: 100%;
    max-width: 80px;
  }
}
.single-pagination__link.is-prev {
  border: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .single-pagination__link.is-prev {
    grid-row: 1;
    grid-column: 3;
  }
}
.single-pagination__link.is-prev:before {
  margin-right: 5px;
}
.single-pagination__link.is-next {
  border: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .single-pagination__link.is-next {
    grid-row: 1;
    grid-column: 1;
  }
}
.single-pagination__link.is-back {
  border: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .single-pagination__link.is-back {
    grid-row: 2;
    grid-column: 1 / 4;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-pagination__link.is-back {
    width: 100%;
    max-width: 250px;
  }
}
@media (min-width: 960px) {
  .single-pagination__link.is-back {
    width: 100%;
    max-width: 250px;
  }
}
.single-pagination__link.is-back:before {
  margin-right: 15px;
}

.single-post {
  border-bottom: 1px solid #dedede;
  padding-bottom: 2.1875vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post {
    padding-bottom: 2.604vw;
  }
}
@media (min-width: 960px) {
  .single-post {
    padding-bottom: 25px;
  }
}
.single-post__ttl {
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .single-post__ttl {
    font-size: 5vw;
    padding-bottom: 3.75vw;
    line-height: 7.187vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post__ttl {
    padding-bottom: 2.604vw;
    font-size: 2.604vw;
    line-height: 3.906vw;
  }
}
@media (min-width: 960px) {
  .single-post__ttl {
    padding-bottom: 12px;
    font-size: 22px;
    line-height: 35px;
  }
}
.single-post__img {
  width: 100%;
  margin-top: 3.125vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post__img {
    margin-top: 1.302vw;
  }
}
@media (min-width: 960px) {
  .single-post__img {
    margin-top: 20px;
  }
}
.single-post__date {
  display: block;
  margin-top: 4.6875vw;
  text-align: right;
  font-size: 4.0625vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post__date {
    margin-top: 2.604vw;
    font-size: 1.822vw;
  }
}
@media (min-width: 960px) {
  .single-post__date {
    margin-top: 12px;
    font-size: 18px;
  }
}
.single-post__content {
  margin-top: 2.1875vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post__content {
    /*margin-top: 2.604vw;*/
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .single-post__content {
    max-width: 750px;
    /*margin-top: 25px;*/
    margin-top: 0;
  }
}

.single-post__content p {
  margin: 2.1875vw 0;
  font-size: 4.0625vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post__content p {
    font-size: 2.083vw;
  }
}
@media (min-width: 960px) {
  .single-post__content p {
    margin: 25px 0;
    font-size: 18px;
  }
}
.single-post__content ul {
  margin: 1em 0;
  list-style-type: disc;
  padding-left: 5vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post__content ul {
    padding-left: 2.604vw;
  }
}
@media (min-width: 960px) {
  .single-post__content ul {
    padding-left: 20px;
  }
}
.single-post__content ol {
  margin: 1em 0;
  list-style-type: decimal;
  padding-left: 5vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post__content ol {
    padding-left: 2.604vw;
  }
}
@media (min-width: 960px) {
  .single-post__content ol {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-post__content img {
    width: 100%;
    height: auto;
  }
}
.single-post__content img:not(:first-child) {
  margin-top: 4.687vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post__content img:not(:first-child) {
    margin-top: 2.604vw;
  }
}
@media (min-width: 960px) {
  .single-post__content img:not(:first-child) {
    margin-top: 20px;
  }
}
.single-post__content h1 {
  margin: 1em 0;
  font-size: 2em;
}
.single-post__content h2 {
  margin: 0.83em 0;
  font-size: 1.5em;
}
.single-post__content h3 {
  margin: 1em 0;
  font-size: 1.17em;
}
.single-post__content h4 {
  margin: 1.33em 0;
}
.single-post__content h5 {
  margin: 1.67em 0;
  font-size: 0.83em;
}
.single-post__content h6 {
  margin: 2.33em 0;
  font-size: 0.67em;
}
.single-post__content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-post__content .alignleft {
  display: block;
  margin-right: auto;
}
.single-post__content .alignright {
  display: block;
  margin-left: auto;
}

.single-post--works {
  border-bottom: 1px solid #dedede;
  padding-bottom: 4.6875vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post--works {
    padding-bottom: 3.906vw;
  }
}
@media (min-width: 960px) {
  .single-post--works {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-post--works__ttl {
    font-size: 5vw;
    padding-bottom: 3.75vw;
    line-height: 7.187vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post--works__ttl {
    padding-bottom: 2.604vw;
    font-size: 2.604vw;
    line-height: 3.906vw;
  }
}
@media (min-width: 960px) {
  .single-post--works__ttl {
    padding-bottom: 12px;
    font-size: 22px;
    line-height: 35px;
  }
}
.single-post--works__img {
  width: 100%;
}
.single-post--works__date {
  display: block;
  margin-top: 4.6875vw;
  text-align: right;
  font-size: 4.0625vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post--works__date {
    margin-top: 2.604vw;
    font-size: 1.822vw;
  }
}
@media (min-width: 960px) {
  .single-post--works__date {
    margin-top: 12px;
    font-size: 18px;
  }
}
.single-post--works__content {
  margin-top: 4.6875vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post--works__content {
    margin-top: 3.255vw;
  }
}
@media (min-width: 960px) {
  .single-post--works__content {
    max-width: 750px;
    margin-top: 25px;
  }
}

.single-post--works__content p {
  margin: 2.1875vw 0;
  font-size: 4.0625vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post--works__content p {
    font-size: 2.083vw;
  }
}
@media (min-width: 960px) {
  .single-post--works__content p {
    margin: 25px 0;
    font-size: 18px;
  }
}
.single-post--works__content ul {
  margin: 1em 0;
  list-style-type: disc;
  padding-left: 5vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post--works__content ul {
    padding-left: 2.604vw;
  }
}
@media (min-width: 960px) {
  .single-post--works__content ul {
    padding-left: 20px;
  }
}
.single-post--works__content ol {
  margin: 1em 0;
  list-style-type: decimal;
  padding-left: 5vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post--works__content ol {
    padding-left: 2.604vw;
  }
}
@media (min-width: 960px) {
  .single-post--works__content ol {
    padding-left: 20px;
  }
}
.single-post--works__content img {
  /*@include tab {
    width: 450px;
    height: auto;
  }
  @include pc {
    width: 450px;
    height: auto;
  }*/
}
@media screen and (max-width: 767px) {
  .single-post--works__content img {
    width: 100%;
    height: auto;
  }
}
.single-post--works__content img:not(:first-child) {
  margin-top: 4.687vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .single-post--works__content img:not(:first-child) {
    margin-top: 2.604vw;
  }
}
@media (min-width: 960px) {
  .single-post--works__content img:not(:first-child) {
    margin-top: 20px;
  }
}
.single-post--works__content h1 {
  margin: 1em 0;
  font-size: 2em;
}
.single-post--works__content h2 {
  margin: 0.83em 0;
  font-size: 1.5em;
}
.single-post--works__content h3 {
  margin: 1em 0;
  font-size: 1.17em;
}
.single-post--works__content h4 {
  margin: 1.33em 0;
}
.single-post--works__content h5 {
  margin: 1.67em 0;
  font-size: 0.83em;
}
.single-post--works__content h6 {
  margin: 2.33em 0;
  font-size: 0.67em;
}
.single-post--works__content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-post--works__content .alignleft {
  display: block;
  margin-right: auto;
}
.single-post--works__content .alignright {
  display: block;
  margin-left: auto;
}

.one-col {
  margin-top: 7.8125vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .one-col {
    margin-top: 3.90625vw;
  }
}
@media (min-width: 960px) {
  .one-col {
    margin-top: 40px;
  }
}
.one-col__main {
  padding-top: 7.8125vw;
  border-top: 1px solid #dedede;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .one-col__main {
    padding-top: 3.906vw;
  }
}
@media (min-width: 960px) {
  .one-col__main {
    padding-top: 40px;
  }
}

.post-adjustment {
  margin: 0 auto;
  max-width: 700px;
}

.construction-list {
  /*padding-top: 9.375vw;*/
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .construction-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*padding-top: 4.557vw;*/
  }
}
@media (min-width: 960px) {
  .construction-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*padding-top: 60px;*/
  }
}
@media screen and (max-width: 767px) {
  .construction-list__item:not(:first-child) {
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .construction-list__item {
    width: calc((100% - 40px) / 2);
  }
  .construction-list__item:nth-child(even) {
    margin-left: 40px;
  }
  .construction-list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media (min-width: 960px) {
  .construction-list__item {
    width: calc((99.9999% - 80px) / 3);
  }
  .construction-list__item:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
  .construction-list__item:nth-child(n+4) {
    margin-top: 40px;
  }
}

.card-box {
  display: block;
  color: #333;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.card-box:hover, .card-box:active {
  opacity: .8;
}
.card-box__img {
  display: block;
  width: 100%;
}
.card-box__desc {
  position: relative;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .card-box__desc {
    padding: 3.125vw 14.0625vw 3.125vw 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .card-box__desc {
    padding: 1.953vw 5.8593vw 1.953vw 2.694vw;
  }
}
@media (min-width: 960px) {
  .card-box__desc {
    padding: 15px 45px 15px 20px;
  }
}
.card-box__desc:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 30px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.card-box__name, .card-box__date {
  font-size: 4.0625vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .card-box__name, .card-box__date {
    font-size: 2.083vw;
  }
}
@media (min-width: 960px) {
  .card-box__name, .card-box__date {
    font-size: 18px;
  }
}
.card-box__name {
  font-weight: bold;
}
.card-box__date {
  display: block;
  margin-top: 3px;
}

.recruit-footer-adjustment {
  padding-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .recruit-footer-adjustment {
    padding-top: 6.51vw;
  }
}
@media (min-width: 960px) {
  .recruit-footer-adjustment {
    padding-top: 70px;
  }
}

.interview img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 9.375vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .interview img {
    position: relative;
    margin-top: 12px;
  }
}
@media (min-width: 960px) {
  .interview img {
    position: relative;
    margin-top: 14px;
  }
}

.interview dl {
  margin-top: 9.375vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .interview dl {
    margin-top: 5.208vw;
  }
}
@media (min-width: 960px) {
  .interview dl {
    margin-top: 60px;
  }
}

.interview dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #2c373f;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .interview dt {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .interview dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .interview dt span {
    width: 97vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .interview dt span {
    width: calc(100% - 15px);
  }
}
@media (min-width: 960px) {
  .interview dt span {
    width: calc(100% - 15px);
  }
}
.interview dt:before {
  content: "";
  display: block;
  height: 3px;
  background-color: #2c373f;
}
@media screen and (max-width: 767px) {
  .interview dt:before {
    width: 3vw;
    margin: 3vw 10px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .interview dt:before {
    width: 15px;
    margin: 12px 10px 0 0;
  }
}
@media (min-width: 960px) {
  .interview dt:before {
    width: 15px;
    margin: 14px 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .interview dt:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .interview dt:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media (min-width: 960px) {
  .interview dt:not(:first-of-type) {
    margin-top: 40px;
  }
}

.interview dd {
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .interview dd {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .interview dd {
    margin-top: 12px;
    font-size: 18px;
  }
}

.interview b {
  display: inline-block;
  margin-right: 1em;
  padding: 1px 3px;
  font-weight: bold;
  color: #2c373f;
}

.interview-header {
  display: none;
  width: 100%;
  padding: 23px 0;
}
.interview-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview-header__ttl {
  margin: 0 5px 0 25px;
  height: 65px;
}
.interview-header__ttl__img {
  height: 65px;
}
.interview-header__gnav {
  margin: 20px 45px 0 0;
}
.interview-header__gnav__item {
  display: inline-block;
  margin-right: 30px;
}
.interview-header__gnav__item:last-child {
  margin-right: 0px;
}
.interview-header__gnav__item__link {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .interview-header {
    display: none;
  }
}
@media (min-width: 960px) {
  .interview-header {
    display: block;
  }
}
@media screen and (max-width: 1299px) {
  .interview-header {
    padding: 1.77vw 0;
  }
  .interview-header__gnav {
    margin: 1.53vw 1.92vw 0 0;
  }
  .interview-header__ttl {
    margin: 0 0.38vw 0 1.92vw;
    height: 5vw;
  }
  .interview-header__ttl__img {
    height: 5vw;
  }
  .interview-header__gnav__item {
    display: inline-block;
    margin-right: 2.3vw;
  }
  .interview-header__gnav__item__link {
    font-size: 1.3vw;
    font-weight: bold;
    color: #fff;
  }
}

.motto {
  margin-top: 7.8125vw;
  padding: 0 4.96vw;
}
.motto__inner {
  margin-top: 20px;
}
.motto__txt {
  text-align: center;
  font-size: 4.8vw;
  font-family: "Sawarabi Mincho", serif;
}
.motto__thumb {
  margin-top: 20px;
}
.motto__img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .motto {
    margin-top: 50px;
    padding: 0 2.6vw;
  }
  .motto__txt {
    margin-top: 50px;
    font-size: 30px;
  }
  .motto__thumb {
    margin-top: 50px;
  }
  .motto__img {
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .motto__inner {
    padding: 0 2.08vw;
  }
}
@media (min-width: 960px) {
  .motto {
    max-width: 1200px;
    margin: 80px auto 0;
    padding: 0;
  }
  .motto__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .motto__txt-area {
    display: block;
    margin-top: 170px;
    width: 45%;
  }
  .motto__txt {
    padding: 20px;
    font-size: 30px;
    border: solid 1px #2c373f;
  }
  .motto__thumb {
    width: 50%;
    margin-top: 20px;
  }
  .motto__img {
    width: 100%;
  }
}

.footer {
  width: 100%;
  margin-top: 9.375vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .footer {
    margin-top: 7.812vw;
  }
}
@media (min-width: 960px) {
  .footer {
    margin-top: 110px;
  }
}

.footer-top {
  height: 62.5vw;
  background-image: url(../img/footer_bk.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-top__inner {
  position: relative;
}
.footer-top__inner__logo {
  display: block;
  width: 82.62vw;
  margin: 0 auto;
  padding-top: 5.81vw;
}
.footer-top__inner__txt {
  margin-top: 6.25vw;
  text-align: center;
  font-size: 5.375vw;
  font-weight: bold;
  letter-spacing: 0.93vw;
  color: #fff;
}
.footer-top__inner__round-btn {
  margin-top: 3.75vw;
}
.footer-top__inner__round-btn__link {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90.62vw;
  padding: 3.68vw 2.5vw 3.68vw 7.81vw;
  font-size: 3.43vw;
  font-weight: bold;
  color: #333;
  border-radius: 15.62vw;
  background-color: #f2f2f2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.footer-top__inner__round-btn__link:hover {
  opacity: .8;
}
.footer-top__inner__round-btn__link::after {
  content: "";
  position: absolute;
  margin: 1.25vw 0 0 6.87vw;
  width: 2.96vw;
  height: 2.96vw;
  border-top: 0.62vw solid #333;
  border-right: 0.62vw solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer-top__inner__photo {
  position: absolute;
  right: 0;
  left: 0;
  margin: 11.7924vw auto 0;
  width: 90.62vw;
  -webkit-box-shadow: 0px 1.12vw 2.12vw rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1.12vw 2.12vw rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .footer-top {
    height: 48.177vw;
  }
  .footer-top__inner__logo {
    width: 69.01vw;
    padding-top: 5.859vw;
  }
  .footer-top__inner__txt {
    margin-top: 3.906vw;
    font-size: 3.906vw;
    letter-spacing: 0.93vw;
  }
  .footer-top__inner__round-btn {
    margin-top: 1.302vw;
  }
  .footer-top__inner__round-btn__link {
    width: 56.901vw;
    padding: 1.953vw 0 1.953vw 3.906vw;
    font-size: 2.343vw;
    border-radius: 15.62vw;
  }
  .footer-top__inner__round-btn__link::after {
    margin: 0.781vw 0 0 2.213vw;
    width: 2.21vw;
    height: 2.21vw;
    border-top: 0.52vw solid #333;
    border-right: 0.52vw solid #333;
  }
  .footer-top__inner__photo {
    margin-top: 5.208vw;
    width: 93.75vw;
    -webkit-box-shadow: 0px 1.12vw 2.12vw rgba(0, 0, 0, 0.4);
            box-shadow: 0px 1.12vw 2.12vw rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 960px) {
  .footer-top {
    height: 500px;
  }
  .footer-top__inner__logo {
    width: 720px;
    padding-top: 60px;
  }
  .footer-top__inner__txt {
    margin-top: 50px;
    font-size: 33px;
    letter-spacing: 14px;
  }
  .footer-top__inner__round-btn {
    margin-top: 15px;
  }
  .footer-top__inner__round-btn__link {
    width: 437px;
    padding: 15px 0 15px 42px;
    font-size: 18px;
    border-radius: 15.62vw;
  }
  .footer-top__inner__round-btn__link::after {
    margin: 8px 0 0 15px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
  }
  .footer-top__inner__photo {
    right: 0;
    left: 0;
    margin-top: 85px;
    max-width: 1000px;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
}

.footer-center {
  background-color: #f2f2f2;
}
.footer-center__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.footer-center__nav__item {
  display: block;
  width: 50%;
  text-align: center;
  border-top: 1px solid #dedede;
}
.footer-center__nav__item--recruit {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.footer-center__nav__item:nth-last-child(-n+2) {
  border-bottom: 1px solid #dedede;
}
.footer-center__nav__item:nth-child(2n+1) {
  border-right: 1px solid #dedede;
}
.footer-center__nav__item__link {
  display: block;
  padding: 3.125vw 0;
  color: #2c373f;
  font-size: 4.0625vw;
  font-weight: bold;
}
.footer-center__logo {
  display: block;
  width: 81.25vw;
  margin: 4.6875vw auto 0;
}
.footer-center__address {
  margin-top: 4.6875vw;
  padding-bottom: 4.6875vw;
  text-align: center;
  font-size: 3.75vw;
  color: #2c373f;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .footer-center__nav {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .footer-center__nav__item {
    display: inline-block;
    width: auto;
    border: none;
  }
  .footer-center__nav__item--recruit {
    display: inline-block;
    width: auto;
    border: none;
  }
  .footer-center__nav__item::after {
    content: "";
    position: relative;
    margin: 0 1.5625vw;
    border-left: thin solid #2c373f;
  }
  .footer-center__nav__item:last-child::after {
    border: none;
    margin: 0;
  }
  .footer-center__nav__item__link {
    display: inline;
    padding: 1.302vw 0;
    font-size: medium;
    color: #2c373f;
  }
  .footer-center__nav__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .footer-center__nav__item:nth-child(2n+1) {
    border-right: none;
  }
  .footer-center__logo {
    width: 48.43vw;
    margin-top: 6.51vw;
  }
  .footer-center__address {
    margin-top: 2.604vw;
    padding-bottom: 3.515vw;
    font-size: 1.822vw;
  }
}
@media (min-width: 960px) {
  .footer-center__nav {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .footer-center__nav__item {
    display: inline-block;
    width: auto;
    border: none;
  }
  .footer-center__nav__item--recruit {
    display: inline-block;
    width: auto;
    border: none;
  }
  .footer-center__nav__item::after {
    content: "";
    position: relative;
    margin: 0 22px;
    border-left: thin solid #2c373f;
  }
  .footer-center__nav__item:last-child::after {
    border: none;
    margin: 0;
  }
  .footer-center__nav__item__link {
    position: relative;
    display: inline;
    padding: 10px 0;
    color: #2c373f;
    font-size: 16px;
  }
  .footer-center__nav__item__link:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    bottom: 5px;
    right: 50%;
    background: #B92D00;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .footer-center__nav__item__link:hover:after {
    width: 2em;
  }
  .footer-center__nav__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .footer-center__nav__item:nth-child(2n+1) {
    border-right: none;
  }
  .footer-center__logo {
    width: 372px;
    margin-top: 65px;
  }
  .footer-center__address {
    margin-top: 38px;
    padding-bottom: 34px;
    font-size: 16px;
  }
}

.corporate-footer-adjustment {
  padding-top: 12.5vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .corporate-footer-adjustment {
    padding-top: 9.114vw;
  }
}
@media (min-width: 960px) {
  .corporate-footer-adjustment {
    padding-top: 100px;
  }
}

.footer-bottom {
  padding: 3.75vw 0;
  text-align: center;
  font-size: 3.75vw;
  color: #fff;
  background-color: #2c373f;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .footer-bottom {
    padding: 1.432vw 0;
    font-size: 1.822vw;
  }
}
@media (min-width: 960px) {
  .footer-bottom {
    padding: 17px 0;
    font-size: 14px;
  }
}

.sp-menu__kb-btn {
  position: relative;
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
  -webkit-transition: padding .3s ease;
  transition: padding .3s ease;
}
@media screen and (max-width: 767px) {
  .sp-menu__kb-btn {
    width: 90%;
    margin: 9.375vw auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sp-menu__kb-btn {
    max-width: 420px;
    margin: 40px auto 0;
  }
}
@media (min-width: 960px) {
  .sp-menu__kb-btn {
    max-width: 420px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .sp-menu__kb-btn {
    margin: 20px 0 0 auto;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
  .sp-menu__kb-btn {
    margin: 20px -40px 0 auto;
  }
}
@media screen and (min-width: 1360px) {
  .sp-menu__kb-btn {
    margin: 20px -80px 0 auto;
  }
}
.sp-menu__kb-btn:before, .sp-menu__kb-btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 100%;
  top: 0;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  z-index: 0;
}
.sp-menu__kb-btn:before {
  left: 0;
  border-left: 1px solid #888;
}
.sp-menu__kb-btn:after {
  right: 0;
  border-right: 1px solid #888;
}
.sp-menu__kb-btn:hover, .sp-menu__kb-btn:active {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sp-menu__kb-btn:hover .kb-btn__inner, .sp-menu__kb-btn:active .kb-btn__inner {
    padding: 22px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sp-menu__kb-btn:hover .kb-btn__inner, .sp-menu__kb-btn:active .kb-btn__inner {
    padding: 22px 50px;
  }
}
@media (min-width: 960px) {
  .sp-menu__kb-btn:hover .kb-btn__inner, .sp-menu__kb-btn:active .kb-btn__inner {
    padding: 22px 50px;
  }
}
.sp-menu__kb-btn:hover .kb-btn__inner:after, .sp-menu__kb-btn:active .kb-btn__inner:after {
  right: 25px;
}
.sp-menu__kb-btn__inner {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: padding .3s ease;
  transition: padding .3s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sp-menu__kb-btn__inner {
    padding: 12px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sp-menu__kb-btn__inner {
    padding: 12px 40px;
  }
}
@media (min-width: 960px) {
  .sp-menu__kb-btn__inner {
    padding: 12px 40px;
  }
}
.sp-menu__kb-btn__inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 2.96vw;
  height: 2.96vw;
  top: calc(50% - 0.9375vw);
  right: 15px;
  border-top: 0.62vw solid #fff;
  border-right: 0.62vw solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sp-menu__kb-btn__inner:after {
    right: 1.69vw;
    width: 1.82vw;
    height: 1.82vw;
    top: calc(50% - 2.083vw);
    margin: 1.04vw 3.12vw 0 0;
    border-top: 0.39vw solid #fff;
    border-right: 0.39vw solid #fff;
  }
}
.sp-menu__kb-btn__txt-1 {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sp-menu__kb-btn__txt-1 {
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sp-menu__kb-btn__txt-1 {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .sp-menu__kb-btn__txt-1 {
    font-size: 22px;
  }
}
.sp-menu__kb-btn__txt-2 {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sp-menu__kb-btn__txt-2 {
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sp-menu__kb-btn__txt-2 {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .sp-menu__kb-btn__txt-2 {
    font-size: 18px;
  }
}

.info {
  padding: 7.8125vw 4.96vw 0;
  z-index: 20;
}
.info__sp {
  width: 100%;
}
.info__tab {
  display: none;
  width: 100%;
}
.info__pc {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .info {
    padding: 9.11vw 5.2vw 0;
  }
  .info__sp {
    display: none;
  }
  .info__tab {
    display: block;
  }
  .info__pc {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .info {
    padding: 0 2.08vw;
  }
}
@media (min-width: 960px) {
  .info {
    padding-top: 80px;
  }
  .info__sp {
    display: none;
  }
  .info__tab {
    display: none;
  }
  .info__pc {
    display: block;
  }
}

.business {
  margin-top: 7.8125vw;
  /*padding: 0 4.96vw;*/
}
.business__sp {
  width: 100%;
}
.business__tab {
  display: none;
  width: 100%;
}
.business__pc {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .business {
    margin-top: 9.11vw;
    padding: 0 5.2vw;
    background-color: #edc98f;
  }
  .business__sp {
    display: none;
  }
  .business__tab {
    display: block;
  }
  .business__pc {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .business {
    padding: 0 2.08vw;
    background-color: #edc98f;
  }
}
@media (min-width: 960px) {
  .business {
    margin-top: 80px;
    background-color: #edc98f;
  }
  .business__sp {
    display: none;
  }
  .business__tab {
    display: none;
  }
  .business__pc {
    display: block;
  }
}
@media (min-width: 1200px) {
  .business {
    padding: 0;
  }
}

.history {
  padding: 7.8125vw 4.96vw 0;
}
.history__sp {
  width: 100%;
}
.history__tab {
  display: none;
  width: 100%;
}
.history__pc {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .history {
    margin-top: 9.11vw;
    padding: 0 5.2vw;
  }
  .history__sp {
    display: none;
  }
  .history__tab {
    display: block;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .history {
    padding: 0 2.08vw;
  }
}
@media (min-width: 960px) {
  .history {
    padding-top: 80px;
  }
  .history__sp {
    display: none;
  }
  .history__tab {
    display: none;
  }
  .history__pc {
    display: block;
  }
}

.works {
  margin-top: 7.8125vw;
  padding: 0 4.96vw;
  background-color: #f2f5f8;
}
.works__sp {
  width: 100%;
}
.works__tab {
  display: none;
  width: 100%;
}
.works__pc {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .works {
    margin-top: 9.11vw;
    padding: 0 5.2vw;
  }
  .works__sp {
    display: none;
  }
  .works__tab {
    display: block;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .works {
    padding: 0 2.08vw;
  }
}
@media (min-width: 960px) {
  .works {
    margin-top: 80px;
  }
  .works__sp {
    display: none;
  }
  .works__tab {
    display: none;
  }
  .works__pc {
    display: block;
  }
}

.company {
  padding: 7.8125vw 4.96vw 0;
}
.company__sp {
  width: 100%;
}
.company__tab {
  display: none;
  width: 100%;
}
.company__pc {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .company {
    padding: 9.11vw 5.2vw 0;
  }
  .company__sp {
    display: none;
  }
  .company__tab {
    display: block;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .company {
    padding: 0 2.08vw;
  }
}
@media (min-width: 960px) {
  .company {
    padding-top: 80px;
  }
  .company__sp {
    display: none;
  }
  .company__tab {
    display: none;
  }
  .company__pc {
    display: block;
  }
}

.access {
  padding: 0 4.96vw;
}
.access__sp {
  width: 100%;
}
.access__tab {
  display: none;
  width: 100%;
}
.access__pc {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .access {
    padding-top: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .access {
    padding: 9.11vw 5.2vw 0;
  }
  .access__sp {
    display: none;
  }
  .access__tab {
    display: block;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .access {
    padding: 0 2.08vw;
  }
}
@media (min-width: 960px) {
  .access {
    padding-top: 80px;
  }
  .access__sp {
    display: none;
  }
  .access__tab {
    display: none;
  }
  .access__pc {
    display: block;
  }
}
