@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: #FFF;
}

@media screen and (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

html.popup {
  background: transparent;
  height: 100%;
}

html.popup body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

html.popup main {
  background: #ECECEC;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

body.fixed {
  position: fixed;
}

body a {
  color: #1587cf;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body img, body picture {
  max-width: 100%;
  height: auto;
}

body .wrap {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(21, 135, 207, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(21, 135, 207, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header.truckleaseloan {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  background: #141414;
  color: #FFF;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

header.truckleaseloan + * {
  margin-top: 128px;
}

header.truckleaseloan .inside {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

header.truckleaseloan .head-logo {
  padding-bottom: 5px;
  width: 310px;
}

header.truckleaseloan .head-logo a {
  display: block;
  line-height: 0;
  color: #FFF;
}

header.truckleaseloan .head-logo a > * {
  display: block;
}

header.truckleaseloan .head-logo a span {
  color: #FFF;
  font-size: 12.5px;
  font-size: 0.78125rem;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1280px) {
  header.truckleaseloan .head-logo {
    width: 300px;
  }
}

header.truckleaseloan .head-right {
  margin-left: auto;
}

header.truckleaseloan .head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}

header.truckleaseloan .head-top .left {
  margin-right: 20px;
}

header.truckleaseloan .head-top .left .tel {
  line-height: 1.1;
}

header.truckleaseloan .head-top .left .tel > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  font-size: 2.125rem;
  color: #FFF;
}

header.truckleaseloan .head-top .left .tel > *:before {
  content: "";
  width: 46px;
  height: 26px;
  background: no-repeat center/auto;
  background-image: url(../img/common/icon-tel.svg);
  margin-right: 5px;
}

header.truckleaseloan .head-top .left .tel a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

header.truckleaseloan .head-top .left .tel a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

header.truckleaseloan .head-top .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 5px;
}

header.truckleaseloan .head-top .left ul li {
  margin-left: 20px;
  width: 30px;
  line-height: 0;
}

header.truckleaseloan .head-top .right .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

header.truckleaseloan .head-top .right .btns a {
  width: 174px;
  height: 50px;
  font-size: 16.5px;
  font-size: 1.03125rem;
}

header.truckleaseloan .head-top .right > p {
  margin-top: 3px;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #AF8E00;
  background: -webkit-linear-gradient(top, #CEB600 0%, #CEB600 40%, #FFF 50%, #AF8E00 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header.truckleaseloan .head-text {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  color: #AF8E00;
  background: -webkit-linear-gradient(top, #CEB600 0%, #CEB600 40%, #FFF 50%, #AF8E00 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}

header.truckleaseloan .head-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

header.truckleaseloan .head-nav ul li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 10px;
  letter-spacing: -0.01em;
}

header.truckleaseloan .head-nav ul li a {
  color: #FFF;
}

header.truckleaseloan .head-sns {
  display: none;
}

header.truckleaseloan .head-menu, header.truckleaseloan .head-hidden {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  header.truckleaseloan {
    padding-left: 20px;
    padding-right: 20px;
  }
  header.truckleaseloan .head-logo a span {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: -0.2px;
  }
  header.truckleaseloan .head-logo a span br {
    display: none;
  }
  header.truckleaseloan .head-logo a img {
    width: 300px;
  }
  header.truckleaseloan .head-top .tel > * {
    font-size: 30px;
    font-size: 1.875rem;
  }
  header.truckleaseloan .head-top .btns a {
    width: 180px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  header.truckleaseloan .head-nav ul li {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    margin-left: 8px;
    letter-spacing: -0.2px;
  }
}

@media screen and (max-width: 1000px) {
  header.truckleaseloan {
    padding: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 80px;
  }
  header.truckleaseloan + * {
    margin-top: 80px;
  }
  header.truckleaseloan .inside {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  header.truckleaseloan .head-right {
    display: none;
  }
  header.truckleaseloan .head-sns {
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  header.truckleaseloan .head-sns a {
    width: 40px;
    display: block;
    line-height: 0;
  }
  header.truckleaseloan .head-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    height: 80px;
    width: 80px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
  }
  header.truckleaseloan .head-menu span {
    display: block;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
  }
  header.truckleaseloan .head-menu span:last-child {
    margin-bottom: 0;
  }
  header.truckleaseloan .head-menu span.top {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  header.truckleaseloan .head-menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header.truckleaseloan .head-menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  header.truckleaseloan .head-hidden {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #191919;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
    pointer-events: none;
  }
  header.truckleaseloan .head-hidden .head-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  header.truckleaseloan.active .head-menu .middle {
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.truckleaseloan.active .head-menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.truckleaseloan.active .head-menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    top: 1px;
  }
  header.truckleaseloan.active .head-hidden {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 700px) {
  header.truckleaseloan {
    height: 60px;
    padding-left: 12px;
  }
  header.truckleaseloan + * {
    margin-top: 60px;
  }
  header.truckleaseloan .head-logo > a span {
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    margin-right: -70px;
  }
  header.truckleaseloan .head-logo > a span br {
    display: none;
  }
  header.truckleaseloan .head-logo > a img {
    width: 200px;
  }
  header.truckleaseloan .head-menu {
    height: 60px;
    width: 60px;
  }
  header.truckleaseloan .head-hidden {
    top: 60px;
    padding-bottom: 0;
  }
  header.truckleaseloan .head-top {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    width: 100%;
  }
  header.truckleaseloan .head-top .left {
    margin-right: 0px;
  }
  header.truckleaseloan .head-top .left .tel {
    width: 100%;
    margin-bottom: 15px;
  }
  header.truckleaseloan .head-top .left .tel > * {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 28px;
    font-size: 1.75rem;
  }
  header.truckleaseloan .head-top .left .tel a {
    pointer-events: auto;
  }
  header.truckleaseloan .head-top .left ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: -10px;
    display: none;
  }
  header.truckleaseloan .head-top .left ul li {
    margin-left: 10px;
  }
  header.truckleaseloan .head-top .right {
    width: 100%;
    margin-top: 15px;
  }
  header.truckleaseloan .head-top .right .btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header.truckleaseloan .head-top .right .btns a {
    height: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  header.truckleaseloan .head-top .right > p {
    display: none;
  }
  header.truckleaseloan .head-text {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    display: none;
  }
  header.truckleaseloan .head-nav {
    width: 100%;
  }
  header.truckleaseloan .head-nav ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  header.truckleaseloan .head-nav ul li {
    width: 50%;
    margin-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.truckleaseloan .head-nav ul li:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  header.truckleaseloan .head-nav ul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
  }
}

header.jobby_header {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 170px;
  color: #000000;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 700px) {
  header.jobby_header {
    font-size: 15px;
  }
}

header.jobby_header + * {
  margin-top: 170px;
}

header.jobby_header.down {
  height: 130px;
}

header.jobby_header .head-inside {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header.jobby_header .head-logo {
  margin-right: auto;
}

header.jobby_header .head-logo a {
  color: #000000;
}

header.jobby_header .head-logo a span {
  color: #000000;
  display: block;
}

header.jobby_header .head-logo a span:nth-child(1) {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
}

header.jobby_header .head-right {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header.jobby_header .head-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 20px;
}

header.jobby_header .head-tel a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #4d9814;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.1;
}

@media screen and (min-width: 701px) {
  header.jobby_header .head-tel a {
    pointer-events: none;
  }
}

header.jobby_header .head-tel a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #4d9814 url(../img/jobby/common/icon-tel_white.svg) no-repeat center/15px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

header.jobby_header .head-nav {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

header.jobby_header .head-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header.jobby_header .head-nav ul li {
  margin-left: 25px;
  line-height: 1.3;
}

header.jobby_header .head-nav ul li a {
  color: #002617;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}

header.jobby_header .head-nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  bottom: -13px;
  background: #4d9814;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 700px) {
  header.jobby_header .head-nav ul li a:after {
    display: none;
  }
}

header.jobby_header .head-nav ul li a:hover {
  text-decoration: none;
  color: #4d9814;
}

header.jobby_header .head-nav ul li a:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header.jobby_header .head-nav ul li.current a {
  color: #4d9814;
}

header.jobby_header .head-nav ul li.current a:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header.jobby_header .head-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header.jobby_header .head-sns li:not(:last-child) {
  margin-right: 10px;
}

header.jobby_header .head-sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #005b36;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

header.jobby_header .head-btns {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header.jobby_header .head-btns li:not(:last-child) {
  margin-right: 10px;
}

header.jobby_header .head-btns li .btn {
  height: 48px;
  font-size: 17px;
  font-size: 1.0625rem;
}

header.jobby_header .head-menu, header.jobby_header .head-hidden {
  display: none;
}

header.jobby_header > .head-sns, header.jobby_header > .head-btns {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  header.jobby_header {
    padding-left: 30px;
    padding-right: 30px;
  }
  header.jobby_header .head-logo a span:nth-child(1) {
    font-size: 12px;
    font-size: 0.75rem;
  }
  header.jobby_header .head-nav {
    margin-top: 20px;
  }
  header.jobby_header .head-nav ul li {
    margin-left: 12px;
  }
  header.jobby_header .head-nav ul li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 1000px) {
  header.jobby_header {
    height: 100px;
    padding-left: 20px;
    padding-right: 10px;
  }
  header.jobby_header.down {
    height: 100px;
  }
  header.jobby_header + * {
    margin-top: 100px;
  }
  header.jobby_header .head-inside {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  header.jobby_header .head-nav {
    display: none;
  }
  header.jobby_header .head-logo a span:nth-child(1) {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  header.jobby_header .head-logo a span:nth-child(2) {
    width: 180px;
  }
  header.jobby_header .head-btns {
    margin-left: 10px;
  }
  header.jobby_header .head-btns li .btn {
    font-size: 16px;
    font-size: 1rem;
    width: 150px;
  }
  header.jobby_header .head-menu {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    height: 42px;
    width: 42px;
    text-align: center;
    background: #cf440a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header.jobby_header .head-menu > span:nth-child(1) {
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  header.jobby_header .head-menu > span:nth-child(1) span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  header.jobby_header .head-menu > span:nth-child(1) span:last-child {
    margin-bottom: 0;
  }
  header.jobby_header .head-menu > span:nth-child(1) span.top {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  header.jobby_header .head-menu > span:nth-child(1) span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header.jobby_header .head-menu > span:nth-child(1) span.bottom {
    margin-top: -2px;
    width: 15px;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  header.jobby_header .head-menu > span:nth-child(2) {
    color: #FFF;
    line-height: 1;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
  }
  header.jobby_header .head-hidden {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    z-index: 2;
    pointer-events: none;
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.jobby_header .head-hidden .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  header.jobby_header .head-hidden .inside {
    width: 100%;
    background: #00331f;
    position: relative;
    z-index: 2;
    overflow-y: scroll;
  }
  header.jobby_header .head-hidden .inside .head-tel {
    padding: 20px;
    margin-right: 0;
    display: none;
  }
  header.jobby_header .head-hidden .inside .head-tel a {
    font-size: 32px;
    font-size: 2rem;
    color: #FFF;
    text-decoration: underline;
  }
  header.jobby_header .head-hidden .inside .head-tel a:hover {
    text-decoration: none;
  }
  header.jobby_header .head-hidden .inside .head-tel a:before {
    width: 30px;
    height: 31px;
    margin-right: 20px;
  }
  header.jobby_header .head-hidden .inside .head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header.jobby_header .head-hidden .inside .head-nav {
    display: block;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  header.jobby_header .head-hidden .inside .head-nav ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #005B36;
  }
  header.jobby_header .head-hidden .inside .head-nav ul li {
    margin-left: 0;
    width: 50%;
    border-bottom: 1px solid #005B36;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: -1px;
  }
  header.jobby_header .head-hidden .inside .head-nav ul li:nth-child(odd) {
    border-right: 1px solid #005B36;
  }
  header.jobby_header .head-hidden .inside .head-nav ul li a {
    display: block;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-size: 1rem;
  }
  header.jobby_header .head-hidden .inside .head-btns {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.jobby_header .head-hidden .inside .head-btns li {
    width: 100%;
  }
  header.jobby_header .head-hidden .inside .head-btns li:not(:last-child) {
    margin-right: 0;
  }
  header.jobby_header .head-hidden .inside .head-btns li .btn {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  header.jobby_header .head-hidden .inside .head-btns li .btn:after {
    display: none;
  }
  header.jobby_header .head-hidden .inside .head-btns li .btn.orange:before {
    content: "";
    width: 24px;
    height: 24px;
    background: no-repeat center/auto;
    background-image: url(../img/common/icon-btn_apply.svg);
  }
  header.jobby_header .head-hidden .inside .head-btns li .btn.green:before {
    content: "";
    width: 24px;
    height: 19px;
    background: no-repeat center/auto;
    background-image: url(../img/common/icon-btn_mail.svg);
  }
  header.jobby_header .head-hidden .inside .head-btns li .btn:before {
    margin-right: 10px;
  }
  header.jobby_header .head-hidden .inside .head-sns {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 20px;
    display: none;
  }
  header.jobby_header.active .head-menu > span:nth-child(1) .middle {
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.jobby_header.active .head-menu > span:nth-child(1) .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.jobby_header.active .head-menu > span:nth-child(1) .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    width: 22px;
  }
  header.jobby_header.active .head-menu > span:nth-child(2) {
    font-size: 0;
  }
  header.jobby_header.active .head-menu > span:nth-child(2):after {
    content: "CLOSE";
    font-size: 10px;
    font-size: 0.625rem;
  }
  header.jobby_header.active .head-hidden {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 750px) {
  header.jobby_header {
    height: 110px;
    background: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: relative;
  }
  header.jobby_header + * {
    margin-top: 0;
  }
  header.jobby_header .head-inside {
    height: 53px;
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF;
    z-index: 3;
  }
  header.jobby_header .head-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header.jobby_header .head-logo a span:nth-child(1) {
    font-size: 10px;
    font-size: 0.625rem;
  }
  header.jobby_header .head-logo a span:nth-child(2) {
    width: 115px;
  }
  header.jobby_header .head-right .head-sns {
    display: none;
  }
  header.jobby_header .head-right .head-tel {
    margin-right: 0;
    margin-top: 12px;
    margin-left: -50px;
  }
  header.jobby_header .head-right .head-tel a {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    white-space: nowrap;
  }
  header.jobby_header .head-right .head-tel a:before {
    width: 25px;
    height: 25px;
    background-size: 12px auto;
    margin-right: 5px;
  }
  header.jobby_header .head-right .head-btns {
    display: none;
  }
  header.jobby_header .head-hidden {
    height: calc(100% - 53px);
    top: 53px;
  }
  header.jobby_header .head-hidden .head-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header.jobby_header > .head-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  header.jobby_header > .head-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    bottom: 0;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.jobby_header > .head-btns li {
    width: 100%;
  }
  header.jobby_header > .head-btns li:not(:last-child) {
    margin-right: 0;
  }
  header.jobby_header > .head-btns li .btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  header.jobby_header > .head-btns li .btn:after {
    display: none;
  }
  header.jobby_header > .head-btns li .btn.orange:before {
    content: "";
    width: 24px;
    height: 24px;
    background: no-repeat center/auto;
    background-image: url(../img/common/icon-btn_apply.svg);
  }
  header.jobby_header > .head-btns li .btn.green:before {
    content: "";
    width: 24px;
    height: 19px;
    background: no-repeat center/auto;
    background-image: url(../img/common/icon-btn_mail.svg);
  }
  header.jobby_header > .head-btns li .btn:before {
    margin-right: 10px;
  }
}

header.jobby_header .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 54px;
  padding-left: 15px;
  padding-right: 15px;
  background: #a6a61b;
  border: none;
  color: #002617;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  line-height: 1.2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header.jobby_header .btn:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

@media screen and (max-width: 700px) {
  header.jobby_header .btn {
    height: 45px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

header.jobby_header .btn:disabled {
  pointer-events: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

header.jobby_header .btn.sml {
  height: 35px;
  font-size: 14px;
  font-size: 0.875rem;
}

header.jobby_header .btn.lg {
  height: 64px;
}

@media screen and (max-width: 700px) {
  header.jobby_header .btn.lg {
    height: 52px;
  }
}

header.jobby_header .btn.orange {
  background-color: #f46036;
  color: #FFF;
}

header.jobby_header .btn.gray {
  background-color: #aaaaaa;
  color: #FFF;
}

header.jobby_header .btn.green {
  background-color: #4D9815;
  color: #FFF;
}

header.jobby_header .btn.arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  right: 0;
  background: url(../img/jobby/common/arrow-btn.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 700px) {
  header.jobby_header .btn.arrow:after {
    width: 30px;
    background-size: 8px auto;
  }
}

header.jobby_header .btn.arrow:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

header.jobby_header .btn.arrow.back {
  padding-left: 25px;
}

header.jobby_header .btn.arrow.back:after {
  right: inherit;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

header.jobby_header .btn.arrow.back:hover:after {
  left: -5px;
}

header.jobby_header .btn.arrow.arrow-sml:after {
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 10px;
  background-image: url(../img/jobby/common/arrow-btn_sml.svg);
}

header.jobby_header .btn.arrow-02:after, header.jobby_header .btn.arrow.orange:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  right: 0;
  background: url(../img/jobby/common/arrow-white.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.jobby_header .btn.arrow-02:hover:after, header.jobby_header .btn.arrow.orange:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

header.jobby_header .btn.search:before {
  content: "";
  width: 19px;
  height: 19px;
  background: no-repeat center/auto;
  background-image: url(../img/jobby/common/icon-btn_search.svg);
  margin-right: 10px;
}

header.jobby_header .btn.contact:before {
  content: "";
  width: 36px;
  height: 36px;
  background: no-repeat center/auto;
  background-image: url(../img/jobby/common/icon-btn_contact.svg);
  margin-right: 10px;
}

@media screen and (max-width: 700px) {
  header.jobby_header .btn.contact:before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}

header.jobby_header .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

header.jobby_header .btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

header.jobby_header .btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

header.jobby_header .btn-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

header.jobby_header .btn-block > * {
  margin: 0 10px 15px;
}

header.jobby_header .btn-block > *.w5p {
  width: calc(5% - 20px);
}

header.jobby_header .btn-block > *.w10p {
  width: calc(10% - 20px);
}

header.jobby_header .btn-block > *.w15p {
  width: calc(15% - 20px);
}

header.jobby_header .btn-block > *.w20p {
  width: calc(20% - 20px);
}

header.jobby_header .btn-block > *.w25p {
  width: calc(25% - 20px);
}

header.jobby_header .btn-block > *.w30p {
  width: calc(30% - 20px);
}

header.jobby_header .btn-block > *.w35p {
  width: calc(35% - 20px);
}

header.jobby_header .btn-block > *.w40p {
  width: calc(40% - 20px);
}

header.jobby_header .btn-block > *.w45p {
  width: calc(45% - 20px);
}

header.jobby_header .btn-block > *.w50p {
  width: calc(50% - 20px);
}

header.jobby_header .btn-block > *.w55p {
  width: calc(55% - 20px);
}

header.jobby_header .btn-block > *.w60p {
  width: calc(60% - 20px);
}

header.jobby_header .btn-block > *.w65p {
  width: calc(65% - 20px);
}

header.jobby_header .btn-block > *.w70p {
  width: calc(70% - 20px);
}

header.jobby_header .btn-block > *.w75p {
  width: calc(75% - 20px);
}

header.jobby_header .btn-block > *.w80p {
  width: calc(80% - 20px);
}

header.jobby_header .btn-block > *.w85p {
  width: calc(85% - 20px);
}

header.jobby_header .btn-block > *.w90p {
  width: calc(90% - 20px);
}

header.jobby_header .btn-block > *.w95p {
  width: calc(95% - 20px);
}

header.jobby_header .btn-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  header.jobby_header .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  header.jobby_header .btn-block > * {
    margin: 0 5px 10px;
  }
  header.jobby_header .btn-block > *.w5p {
    width: calc(5% - 10px);
  }
  header.jobby_header .btn-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  header.jobby_header .btn-block > *.w10p {
    width: calc(10% - 10px);
  }
  header.jobby_header .btn-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  header.jobby_header .btn-block > *.w15p {
    width: calc(15% - 10px);
  }
  header.jobby_header .btn-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  header.jobby_header .btn-block > *.w20p {
    width: calc(20% - 10px);
  }
  header.jobby_header .btn-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  header.jobby_header .btn-block > *.w25p {
    width: calc(25% - 10px);
  }
  header.jobby_header .btn-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  header.jobby_header .btn-block > *.w30p {
    width: calc(30% - 10px);
  }
  header.jobby_header .btn-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  header.jobby_header .btn-block > *.w35p {
    width: calc(35% - 10px);
  }
  header.jobby_header .btn-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  header.jobby_header .btn-block > *.w40p {
    width: calc(40% - 10px);
  }
  header.jobby_header .btn-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  header.jobby_header .btn-block > *.w45p {
    width: calc(45% - 10px);
  }
  header.jobby_header .btn-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  header.jobby_header .btn-block > *.w50p {
    width: calc(50% - 10px);
  }
  header.jobby_header .btn-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  header.jobby_header .btn-block > *.w55p {
    width: calc(55% - 10px);
  }
  header.jobby_header .btn-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  header.jobby_header .btn-block > *.w60p {
    width: calc(60% - 10px);
  }
  header.jobby_header .btn-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  header.jobby_header .btn-block > *.w65p {
    width: calc(65% - 10px);
  }
  header.jobby_header .btn-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  header.jobby_header .btn-block > *.w70p {
    width: calc(70% - 10px);
  }
  header.jobby_header .btn-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  header.jobby_header .btn-block > *.w75p {
    width: calc(75% - 10px);
  }
  header.jobby_header .btn-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  header.jobby_header .btn-block > *.w80p {
    width: calc(80% - 10px);
  }
  header.jobby_header .btn-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  header.jobby_header .btn-block > *.w85p {
    width: calc(85% - 10px);
  }
  header.jobby_header .btn-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  header.jobby_header .btn-block > *.w90p {
    width: calc(90% - 10px);
  }
  header.jobby_header .btn-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  header.jobby_header .btn-block > *.w95p {
    width: calc(95% - 10px);
  }
  header.jobby_header .btn-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  header.jobby_header .btn-block > *.w100p {
    width: calc(100% - 10px);
  }
  header.jobby_header .btn-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* footer
------------------------------------------------------------*/
footer.truckleaseloan {
  background: #191919;
  color: #BABABA;
  padding: 40px 30px;
}

footer.truckleaseloan .inside {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer.truckleaseloan .foot-logo {
  display: none;
}

footer.truckleaseloan .foot-nav {
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  /* ul{
          @include fb;
          border-left: 1px solid $border2;
          li{
            @include basis(10px);
            @include grow(1);
            border-right: 1px solid $border2;
            text-align: center;
            padding-left: 10px;
            padding-right: 10px;
            @include rem(14);
            @include fb;
            @include align(center);
            @include justify(center);
            a{
              color: $t-gray2;
            }
          }
        } */
}

footer.truckleaseloan .foot-nav > div {
  margin: 0 15px 20px;
  width: calc(25% - 30px);
}

footer.truckleaseloan .foot-nav dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #FFF;
}

footer.truckleaseloan .foot-nav dl a {
  color: #FFF;
}

footer.truckleaseloan .foot-nav dl dt {
  width: 100%;
  border-bottom: solid 1px #FFF;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 10px;
}

footer.truckleaseloan .foot-nav dl dd {
  margin-right: 15px;
  font-size: 12.5px;
  font-size: 0.78125rem;
}

footer.truckleaseloan .foot-bottom {
  padding-top: 20px;
  border-top: solid 1px rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer.truckleaseloan .foot-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer.truckleaseloan .foot-bottom ul li {
  margin-right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}

footer.truckleaseloan .foot-bottom ul li a {
  color: #BABABA;
}

footer.truckleaseloan .foot-bottom small {
  margin-left: auto;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 700px) {
  footer.truckleaseloan {
    padding: 30px 20px;
  }
  footer.truckleaseloan:not(.contact) {
    margin-bottom: 60px;
  }
  footer.truckleaseloan .foot-logo {
    display: block;
    text-align: center;
    line-height: 0;
    margin-bottom: 20px;
  }
  footer.truckleaseloan .foot-nav {
    margin: 0;
    padding-bottom: 0;
  }
  footer.truckleaseloan .foot-nav > div {
    margin: 0;
    width: 100%;
  }
  footer.truckleaseloan .foot-nav dl {
    margin-bottom: 13px;
  }
  footer.truckleaseloan .foot-nav dl a {
    color: #FFF;
  }
  footer.truckleaseloan .foot-nav dl dt {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  footer.truckleaseloan .foot-nav dl dd {
    margin-right: 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  footer.truckleaseloan .foot-bottom {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  footer.truckleaseloan .foot-bottom ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  footer.truckleaseloan .foot-bottom ul li {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  footer.truckleaseloan .foot-bottom small {
    margin-left: 0;
    text-align: center;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

footer.jobby_footer {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  padding-top: 100px;
  z-index: 8;
}

footer.jobby_footer > * {
  position: relative;
}

footer.jobby_footer > * > * {
  position: relative;
  z-index: 2;
}

footer.jobby_footer > *:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: #00331f;
}

footer.jobby_footer .foot-pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 55px;
  z-index: 8;
}

footer.jobby_footer .foot-pagetop:before {
  display: none;
}

footer.jobby_footer .foot-contact {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

footer.jobby_footer .foot-contact:before {
  height: calc(100% - 115px);
}

footer.jobby_footer .foot-contact .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 40px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  background: #005b36;
}

footer.jobby_footer .foot-contact .item-text h2 {
  color: #FFF;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

footer.jobby_footer .foot-contact .item-text p {
  color: #FFF;
}

footer.jobby_footer .foot-contact .item-text p:not(:last-child) {
  margin-bottom: auto;
}

footer.jobby_footer .foot-contact .item-text .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;
  pointer-events: none;
  text-decoration: none;
}

footer.jobby_footer .foot-contact .item-text .tel:hover {
  text-decoration: none;
}

footer.jobby_footer .foot-contact .item-text .tel:before {
  content: "";
  width: 30px;
  height: 31px;
  background: no-repeat center/auto;
  background-image: url(../img/jobby/common/icon-tel.svg);
  margin-right: 20px;
}

footer.jobby_footer .foot-contact .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  max-width: 60%;
}

footer.jobby_footer .foot-contact .item-link li a {
  display: block;
  position: relative;
  overflow: hidden;
}

footer.jobby_footer .foot-contact .item-link li a:hover {
  text-decoration: none;
}

footer.jobby_footer .foot-contact .item-link li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

footer.jobby_footer .foot-contact .item-link li a img {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

footer.jobby_footer .foot-contact .item-link li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, #0f0f0f 0%, rgba(15, 15, 15, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #0f0f0f 0%, rgba(15, 15, 15, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #0f0f0f 0%, rgba(15, 15, 15, 0) 100%);
  opacity: 0.702;
  z-index: 2;
}

footer.jobby_footer .foot-contact .item-link li a > div {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  z-index: 3;
}

footer.jobby_footer .foot-contact .item-link li a > div h3 {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

footer.jobby_footer .foot-contact .item-link li a > div h3 span {
  display: block;
  line-height: 1.4;
}

footer.jobby_footer .foot-contact .item-link li a > div h3 span:nth-child(1) {
  color: #a6a61b;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

footer.jobby_footer .foot-contact .item-link li a > div h3 span:nth-child(2) {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #FFF;
}

footer.jobby_footer .foot-contact .item-link li a > div > span {
  display: block;
  width: 44px;
  height: 44px;
  background: #FFF url(../img/common/arrow.svg) no-repeat center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
}

footer.jobby_footer .foot-main {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 40px;
}

footer.jobby_footer .foot-main + .foot-main:before {
  background-color: #004228;
}

footer.jobby_footer .foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -40px;
  margin-bottom: 50px;
}

footer.jobby_footer .foot-nav > * {
  margin-right: 40px;
  width: calc(20% - 40px);
  margin-right: 40px;
}

footer.jobby_footer .foot-nav dt {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  border-bottom: 2px solid #1e6d09;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

footer.jobby_footer .foot-nav dt a {
  color: #FFF;
}

footer.jobby_footer .foot-nav dd ul li:not(:last-child) {
  margin-bottom: 10px;
}

footer.jobby_footer .foot-nav dd ul li a {
  color: #FFF;
}

footer.jobby_footer .foot-nav-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-right: -40px;
  margin-bottom: 60px;
}

footer.jobby_footer .foot-nav-02 > * {
  width: calc(20% - 40px);
  margin-right: 40px;
}

footer.jobby_footer .foot-nav-02 ul:not(.sns) li {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

footer.jobby_footer .foot-nav-02 ul:not(.sns) li:not(:last-child) {
  margin-bottom: 10px;
}

footer.jobby_footer .foot-nav-02 ul:not(.sns) li a {
  color: #FFF;
}

footer.jobby_footer .foot-nav-02 ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

footer.jobby_footer .foot-nav-02 ul.sns li {
  margin-right: 12px;
}

footer.jobby_footer .foot-nav-02 ul.sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #005b36;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

footer.jobby_footer .foot-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

footer.jobby_footer .foot-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer.jobby_footer .foot-bottom ul li {
  margin-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

footer.jobby_footer .foot-bottom ul li a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.6);
}

footer.jobby_footer .foot-bottom ul li a:hover {
  text-decoration: none;
}

footer.jobby_footer .foot-bottom small {
  margin-left: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  footer.jobby_footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer.jobby_footer .foot-contact .item-text {
    padding: 20px 30px;
  }
  footer.jobby_footer .foot-contact .item-text h2 {
    font-size: 4vw;
  }
  footer.jobby_footer .foot-contact .item-text .tel {
    font-size: 3vw;
    line-height: 1.2;
  }
  footer.jobby_footer .foot-contact .item-link li a > div {
    padding: 20px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 900px) {
  footer.jobby_footer .foot-contact {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.jobby_footer .foot-contact .item-text {
    width: 100%;
    padding: 20px 30px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  footer.jobby_footer .foot-contact .item-text h2 {
    font-size: 4vw;
  }
  footer.jobby_footer .foot-contact .item-text .tel {
    font-size: 3vw;
    line-height: 1.2;
    margin-top: 10px;
  }
  footer.jobby_footer .foot-contact .item-link {
    width: 100%;
    max-width: 100%;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
  }
  footer.jobby_footer .foot-contact .item-link li {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  footer.jobby_footer .foot-contact .item-link li a img {
    width: 100%;
  }
  footer.jobby_footer .foot-contact .item-link li a > div {
    padding: 20px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  footer.jobby_footer .foot-nav {
    margin-right: -20px;
  }
  footer.jobby_footer .foot-nav > * {
    margin-right: 20px;
    width: calc(20% - 20px);
  }
  footer.jobby_footer .foot-nav-02 {
    margin-right: -20px;
  }
  footer.jobby_footer .foot-nav-02 > * {
    width: calc(20% - 20px);
    margin-right: 20px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 950px) {
  footer.jobby_footer .foot-nav {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
  footer.jobby_footer .foot-nav:not(:last-child) {
    margin-bottom: 0;
  }
  footer.jobby_footer .foot-nav > * {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 30px;
  }
  footer.jobby_footer .foot-nav-02 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  footer.jobby_footer .foot-nav-02:not(:last-child) {
    margin-bottom: 10px;
  }
  footer.jobby_footer .foot-nav-02 > * {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  footer.jobby_footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 48px;
    padding-top: 50px;
  }
  footer.jobby_footer .foot-pagetop {
    display: block;
  }
  footer.jobby_footer .foot-contact {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -55px;
  }
  footer.jobby_footer .foot-contact:before {
    height: calc(100% - 55px);
  }
  footer.jobby_footer .foot-contact .item-text {
    padding: 20px;
    width: 100%;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  footer.jobby_footer .foot-contact .item-text h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
  }
  footer.jobby_footer .foot-contact .item-text .tel {
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 10px;
    pointer-events: auto;
  }
  footer.jobby_footer .foot-contact .item-text .tel:before {
    width: 28px;
    height: 28px;
    background-size: contain;
    margin-right: 10px;
  }
  footer.jobby_footer .foot-contact .item-link {
    width: 100%;
    max-width: 100%;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.jobby_footer .foot-contact .item-link li {
    width: 100%;
  }
  footer.jobby_footer .foot-contact .item-link li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer.jobby_footer .foot-contact .item-link li:first-child a {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  footer.jobby_footer .foot-contact .item-link li a {
    aspect-ratio: 2.4666666667;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  footer.jobby_footer .foot-contact .item-link li a img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
  }
  footer.jobby_footer .foot-contact .item-link li a > div {
    padding: 20px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.jobby_footer .foot-contact .item-link li a > div h3 span:nth-child(1) {
    font-size: 14px;
    font-size: 0.875rem;
  }
  footer.jobby_footer .foot-contact .item-link li a > div h3 span:nth-child(2) {
    font-size: 26px;
    font-size: 1.625rem;
  }
  footer.jobby_footer .foot-contact .item-link li a > div > span {
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-top: 10px;
  }
  footer.jobby_footer .foot-main {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  footer.jobby_footer .foot-nav {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: -25px;
  }
  footer.jobby_footer .foot-nav:not(:last-child) {
    margin-bottom: 10px;
  }
  footer.jobby_footer .foot-nav > * {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 25px;
  }
  footer.jobby_footer .foot-nav dt {
    font-size: 16px;
    font-size: 1rem;
  }
  footer.jobby_footer .foot-nav dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-bottom: -5px;
  }
  footer.jobby_footer .foot-nav dd ul li {
    margin-right: 16px;
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  footer.jobby_footer .foot-nav dd ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer.jobby_footer .foot-nav-02 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -20px;
  }
  footer.jobby_footer .foot-nav-02:not(:last-child) {
    margin-bottom: 10px;
  }
  footer.jobby_footer .foot-nav-02 > * {
    width: calc(33.3333333333% - 15px);
    margin-right: 15px;
    margin-bottom: 20px;
  }
  footer.jobby_footer .foot-nav-02 ul:not(.sns) li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  footer.jobby_footer .foot-nav-02 ul:not(.sns) li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer.jobby_footer .foot-nav-02 ul.sns {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  footer.jobby_footer .foot-nav-02 ul.sns li {
    margin-right: 10px;
  }
  footer.jobby_footer .foot-nav-02 ul.sns li a {
    width: 34px;
    height: 34px;
  }
  footer.jobby_footer .foot-bottom {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
  }
  footer.jobby_footer .foot-bottom ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: -15px;
    margin-bottom: -10px;
  }
  footer.jobby_footer .foot-bottom ul li {
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  footer.jobby_footer .foot-bottom small {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 15px;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg {
  position: relative;
}

#mainimg .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#mainimg .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: no-repeat center / cover;
}

#mainimg.top {
  padding-left: 50px;
  padding-right: 50px;
}

#mainimg.top .inside {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #FFF;
}

#mainimg.top .item-bg {
  height: calc(100% - 60px);
}

#mainimg.top .item-bg span {
  background-image: url(../img/top/bg-kv.jpg);
}

#mainimg.top .item-hd {
  padding: 100px 0 75px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

#mainimg.top .item-hd span {
  font-size: 44px;
  font-size: 2.75rem;
  color: #CEB600;
}

@media screen and (max-height: 780px) and (min-width: 701px) {
  #mainimg.top .item-hd {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

#mainimg.top .item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}

#mainimg.top .item-price > span:nth-child(1) {
  line-height: 0;
  margin-right: 15px;
}

#mainimg.top .item-price > span:nth-child(2) {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.2;
}

#mainimg.top .item-price > span:nth-child(2) small {
  font-size: 20px;
  font-size: 1.25rem;
}

#mainimg.top .item-price > span:nth-child(2) .price {
  line-height: 1;
  font-size: 73px;
  font-size: 4.5625rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

#mainimg.top .item-price > span:nth-child(2) .price small {
  font-size: 20px;
  font-size: 1.25rem;
}

#mainimg.top .item-price > span:nth-child(2) .tax-text {
  display: inline;
  margin-top: -5px;
  font-size: 24px;
  font-size: 1.5rem;
  /* .price{
                @include rem(42);
                small{
                  @include rem(50);
                }
              } */
}

#mainimg.top .item-price > span:nth-child(2) .tax-text .text-yellow {
  font-size: 23px;
  font-size: 1.4375rem;
}

#mainimg.top .item-price > span:nth-child(2) .tax-text .text-yellow .price {
  font-size: 38px;
  font-size: 2.375rem;
}

#mainimg.top .item-price > span:nth-child(2) .tax-text .text-yellow .price small {
  font-size: 35px;
  font-size: 2.1875rem;
  padding-left: 10px;
}

#mainimg.top .item-search {
  background: #fff;
  padding: 30px 40px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#mainimg.top .item-search dl {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 10px;
}

#mainimg.top .item-search dl dt {
  color: #780000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 5px;
}

#mainimg.top .item-search dl dd select {
  height: 60px;
}

#mainimg.top .item-search .btn {
  height: 60px;
  line-height: 60px;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  #mainimg.top .item-search {
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.top {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mainimg.top .item-bg {
    height: calc(100% - 310px);
  }
  #mainimg.top .item-bg span {
    background-image: url(../img/top/bg-kv_sp.jpg);
  }
  #mainimg.top .item-hd {
    padding: 180px 0 18px;
    text-align: center;
    font-size: 2.8vw;
  }
  #mainimg.top .item-hd span {
    font-size: 4vw;
  }
  #mainimg.top .item-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  #mainimg.top .item-price > span:nth-child(1) {
    line-height: 0;
    width: 70px;
  }
  #mainimg.top .item-price > span:nth-child(2) {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #mainimg.top .item-price > span:nth-child(2) .price {
    font-size: 33px;
    font-size: 2.0625rem;
  }
  #mainimg.top .item-price > span:nth-child(2) .tax-text {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    margin-top: -2px;
  }
  #mainimg.top .item-price > span:nth-child(2) .tax-text small {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainimg.top .item-price > span:nth-child(2) .tax-text .text-yellow {
    font-size: 16px;
    font-size: 1rem;
  }
  #mainimg.top .item-price > span:nth-child(2) .tax-text .text-yellow .price {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #mainimg.top .item-price > span:nth-child(2) .tax-text .text-yellow .price small {
    font-size: 22px;
    font-size: 1.375rem;
    padding-left: 3px;
  }
  #mainimg.top .item-search {
    padding: 20px 0 0;
    display: block;
  }
  #mainimg.top .item-search dl {
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainimg.top .item-search dl dt {
    color: #780000;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  #mainimg.top .item-search dl dd select {
    height: 50px;
  }
  #mainimg.top .item-search .btn {
    height: 55px;
    line-height: 55px;
    width: 100%;
  }
}

#mainimg.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  height: 280px;
}

#mainimg.next .item-bg span {
  height: 120%;
}

#mainimg.next .item-bg.contact {
  overflow: visible;
  z-index: 2;
}

#mainimg.next .item-bg.contact span {
  height: 600px;
}

#mainimg.next .item-bg.contact:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#mainimg.next .item-bg.contact.contact_fin span {
  height: 1000px;
}

#mainimg.next .item-hd {
  position: relative;
  text-align: center;
  line-height: 1.5;
  z-index: 3;
}

#mainimg.next .item-hd span {
  display: block;
}

#mainimg.next .item-hd span:nth-child(1) {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #CEB600;
  letter-spacing: 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
}

#mainimg.next .item-hd span:nth-child(2) {
  letter-spacing: 0.2em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: normal;
  color: #FFF;
}

#mainimg.next .item-hd span:nth-child(3) {
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: normal;
  margin-top: 30px;
  color: #FFF;
}

#mainimg.next .item-hd span:nth-child(3) br {
  display: none;
}

#mainimg.next.menkyo {
  height: auto;
  padding-top: 125px;
  padding-bottom: 140px;
  background: url(../img/next/menkyo/mainimage@2x.jpg) no-repeat center center;
  background-size: cover;
}

#mainimg.next.menkyo .item-hd {
  padding-bottom: 40px;
}

#mainimg.next.menkyo .item-hd span {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: bold;
  color: #FFF;
  padding-bottom: 25px;
}

#mainimg.next.menkyo .item-hd span:nth-child(2) {
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  #mainimg.next {
    padding-left: 20px;
    padding-right: 20px;
    height: 140px;
  }
  #mainimg.next .item-hd span:nth-child(1) {
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  #mainimg.next .item-hd span:nth-child(2) {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: normal;
  }
  #mainimg.next .item-hd span:nth-child(3) {
    margin-top: 13px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
  #mainimg.next .item-hd span:nth-child(3) br {
    display: inline;
  }
  #mainimg.next .item-bg.contact span {
    height: 430px;
  }
  #mainimg.next .item-bg.contact.contact_fin span {
    height: 600px;
  }
}

@media screen and (max-width: 700px) and (max-width: 580px) {
  #mainimg.next .item-bg.contact.contact_fin span {
    height: 760px;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.next.menkyo {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #mainimg.next.menkyo .item-hd {
    padding-bottom: 20px;
  }
  #mainimg.next.menkyo .item-hd span {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 15px;
    width: 100%;
    letter-spacing: normal;
  }
  #mainimg.next.menkyo .item-hd span:nth-child(2) {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #mainimg.next.menkyo .btn-block > * {
    width: 100%;
  }
}

@media screen and (max-width: 700px) and (max-width: 700px) {
  #mainimg.next.menkyo .btn-block .arrow-inside:after {
    right: 20px;
  }
}

#mainimg.warannty {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  color: #FFF;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#mainimg.warannty .inside {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mainimg.warannty .item-bg span {
  background-position: 80% center;
}

#mainimg.warannty .item-hd {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 50px;
}

#mainimg.warannty .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#mainimg.warannty .item-text p {
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 20px;
}

#mainimg.warannty .item-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#mainimg.warannty .item-text ul li {
  margin-right: 10px;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  #mainimg.warannty {
    padding-left: 30px;
    padding-right: 30px;
    height: 550px;
  }
  #mainimg.warannty .item-text p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.warannty {
    padding-left: 20px;
    padding-right: 20px;
    height: 400px;
  }
  #mainimg.warannty .item-hd {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 25px;
  }
  #mainimg.warannty .item-text {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainimg.warannty .item-text p {
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #mainimg.warannty .item-text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: -10px;
  }
  #mainimg.warannty .item-text ul li {
    margin-right: 10px;
    width: 120px;
  }
}

#mainimg.maintenance-lease {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  color: #AF8E00;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#mainimg.maintenance-lease .inside {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mainimg.maintenance-lease .item-hd {
  position: relative;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  #mainimg.maintenance-lease {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.maintenance-lease {
    padding-left: 20px;
    padding-right: 20px;
    height: 120px;
  }
  #mainimg.maintenance-lease .item-hd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.thanks #mainimg.next .item-bg.contact span {
  height: 100vh;
}

/* main
------------------------------------------------------------*/
main {
  display: block;
}

main .content {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main > section, main > article {
  padding: 70px 30px;
  position: relative;
}

main > section.bg, main > article.bg {
  background: #ECECEC repeat center;
}

main > section.bg-02, main > article.bg-02 {
  background: rgba(236, 236, 236, 0.5);
}

main > section.pt0, main > article.pt0 {
  padding-top: 0;
}

main #news {
  padding-bottom: 0px;
}

main #news .content {
  position: relative;
}

main #news ul {
  background: #f2f2f2;
  padding: 25px 40px;
  height: 170px;
  overflow: scroll;
  border-right: 2px solid #780000;
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear, left 80%, left bottom, from(#f2f2f2), to(rgba(242, 242, 242, 0.3)));
}

main #news ul li:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

main #news ul li a .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main #news ul li a .item-date {
  font-size: 16px;
  font-size: 1rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #780000;
}

main #news ul li a .item-date:after {
  content: "";
  margin-left: 35px;
  height: 14px;
  width: 1px;
  background: #780000;
  display: inline-block;
  margin-bottom: -2px;
}

main #news ul li a .item-content {
  margin-left: 35px;
  color: #000000;
  width: 1px;
  margin-top: -2px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main #news ul li a .item-content .news-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #000000;
}

main #news ul li a .item-content .news-detail {
  font-size: 14px;
  font-size: 0.875rem;
}

main #news ul li a:hover {
  text-decoration: none;
}

main .shape-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -27px -27px 0;
}

main .shape-list:not(:last-child) {
  margin-bottom: 50px;
}

main .shape-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main .shape-list li {
  width: calc(20% - 27px);
  margin: 0 27px 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .shape-list li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  height: 170px;
  color: #780000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

main .shape-list li a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

main .shape-list li a span:nth-child(1) {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 95px;
}

main .shape-list li a span:nth-child(2) {
  font-size: 16px;
  font-size: 1rem;
}

main .shape-tab li a {
  position: relative;
}

main .shape-tab li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: 0;
  background: #780000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

main .shape-tab li.current a:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

main .shape-tab-content .tab {
  display: none;
}

main .shape-tab-content .tab.current {
  display: block;
}

main .magazine-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px -40px 0;
}

main .magazine-list:not(:last-child) {
  margin-bottom: 20px;
}

main .magazine-list li {
  margin: 0 40px 40px 0;
  width: calc(25% - 40px);
}

main .magazine-list .item-img {
  line-height: 0;
  margin-bottom: 20px;
}

main .magazine-list .item-text time {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 5px;
}

main .magazine-list .item-text .title {
  font-size: 14px;
  font-size: 0.875rem;
}

main .magazine-list .item-text .title a {
  color: #000000;
}

main .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -5px;
}

main .tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 5px;
  padding-bottom: 5px;
}

main .tabs li.current {
  background-color: #fff;
}

main .tabs li a {
  width: 100%;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

main .tab-content {
  background: #fff;
  padding: 50px;
}

main .tab-content .tab {
  display: none;
}

main .tab-content .tab.current {
  display: block;
}

main .tab-content .trigger, main .tab-content .close {
  display: none;
}

main .truck-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -42px -42px 0;
}

main .truck-list li {
  width: calc(33.3333333333% - 42px);
  margin: 0 42px 42px 0;
}

main .truck-list .item-img {
  line-height: 0;
  text-align: center;
  margin-bottom: 20px;
}

main .truck-list .item-img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .truck-list .item-img.border a {
  width: 340px;
  max-width: 100%;
  height: 0;
  padding-top: 36.5%;
  padding-bottom: 36.5%;
  border: 1px solid #E4E4E4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main .truck-list .item-img.border a img {
  max-width: 75%;
}

main .truck-list .item-text {
  text-align: center;
}

main .truck-list .item-text .type {
  color: #AF8E00;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

main .truck-list .item-text .title {
  font-size: 18px;
  font-size: 1.125rem;
}

main .truck-list .item-text .link-block {
  padding-top: 15px;
}

main #voice .content {
  position: relative;
}

main #voice .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main #voice .bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: url(../img/common/bg-voice.jpg) no-repeat center/cover;
}

main #voice .voice-list {
  padding-left: 70px;
  padding-right: 70px;
}

main #voice .voice-list:not(:last-child) {
  margin-bottom: 75px;
}

main #voice .voice-list .slick-list {
  padding-bottom: 10px;
}

main #voice .voice-list .slick-slide {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

main #voice .voice-list .slick-arrow {
  width: 25px;
  height: 40px;
  z-index: 4;
}

main #voice .voice-list .slick-arrow:before {
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/arrow-slide.svg) no-repeat;
}

main #voice .voice-list .slick-next {
  right: 0;
}

main #voice .voice-list .slick-prev {
  left: 0;
}

main #voice .voice-list .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main #voice .voice-list li {
  position: relative;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 0 20px 20px;
}

main #voice .voice-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  bottom: 0;
  background: #fff;
}

main #voice .voice-list li > * {
  position: relative;
}

main #voice .voice-list li a {
  color: #000000;
}

main #voice .voice-list li a:hover {
  text-decoration: none;
}

main #voice .voice-list .item-img {
  line-height: 0;
  margin-bottom: 20px;
  text-align: center;
}

main #voice .voice-list .item-img img {
  display: inline;
}

main #voice .voice-list .item-iframe {
  position: relative;
  width: 100%;
  padding-top: 72%;
  background: #000000;
  line-height: 0;
  margin-bottom: 20px;
}

main #voice .voice-list .item-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

main #voice .voice-list .item-text .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #780000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 15px;
}

main #voice .voice-list .item-text .text {
  font-size: 14px;
  font-size: 0.875rem;
}

main #voice .voice-list .item-text .text:not(:last-child) {
  margin-bottom: 15px;
}

main #voice .voice-list .item-text .link:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

main #contact {
  padding-top: 110px;
  padding-bottom: 100px;
}

main #contact .content {
  position: relative;
}

main #contact .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main #contact .bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: url(../img/common/bg-contact.jpg) no-repeat center/cover;
}

main #contact .item-hd {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
}

main #contact .item-hd span {
  display: block;
}

main #contact .item-hd span:nth-child(1) {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: normal;
  color: #CEB600;
  letter-spacing: 0.5em;
}

main #contact .item-hd span:nth-child(2) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #FFF;
}

main #contact .item-text {
  text-align: center;
  color: #FFF;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}

main #contact .item-text:not(:last-child) {
  margin-bottom: 25px;
}

main #contact .item-contact {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
}

main #contact .item-contact:not(:last-child) {
  margin-bottom: 45px;
}

main #contact .item-contact > div {
  width: 50%;
}

main #contact .item-contact > div:not(:last-child) {
  border-right: 1px solid #C3C3C3;
}

main #contact .item-contact > div h3 {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.3;
}

main #contact .item-contact > div .tel {
  margin-bottom: 5px;
  line-height: 1.1;
}

main #contact .item-contact > div .tel > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  font-size: 3.125rem;
  color: #780000;
}

main #contact .item-contact > div .tel > *:before {
  content: "";
  width: 66px;
  height: 38px;
  background: no-repeat center/auto;
  background-image: url(../img/common/icon-tel_red.svg);
  margin-right: 5px;
}

main #contact .item-contact > div .tel a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

main #contact .item-contact > div .tel a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main #contact .item-contact > div .text {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main #contact .item-contact > div .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -13px;
  margin-right: -13px;
}

main #contact .item-contact > div .app li {
  margin-left: 13px;
  margin-right: 13px;
  text-align: center;
  line-height: 0;
}

main #contact .item-contact > div .app li.facetime {
  display: none;
}

main #contact .item-contact > div .app li a {
  color: #000000;
}

main #contact .item-contact > div .app li span {
  display: block;
  line-height: 1.1;
  padding-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main #contact .item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main #contact .item-links > a {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #780000 url(../img/common/arrow-btn_02.svg) no-repeat right 20px center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFF;
  height: 120px;
  letter-spacing: 0.3em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main #contact .item-links > a:not(:last-child) {
  margin-right: 40px;
}

main #contact .item-links > a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  background-position: right 15px center;
  text-decoration: none;
}

main #contact .item-links > a span:nth-child(1) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 26px;
  font-size: 1.625rem;
}

main #contact .item-links > a span:nth-child(2) {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
}

main #contact .item-links > a:nth-child(2) {
  background-color: #AF8E00;
}

main #contact .item-bnr {
  margin-top: 70px;
  text-align: center;
}

main #contact .item-bnr img {
  max-width: 800px;
}

main .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .faq-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main .faq-list:not(:last-child) {
  margin-bottom: 60px;
}

main .faq-list li {
  width: 50%;
  background: #F8F8F8;
  padding: 40px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main .faq-list li > * {
  position: relative;
  padding-left: 30px;
}

main .faq-list li > *:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 701px) {
  main .faq-list li:nth-child(8n-7), main .faq-list li:nth-child(8n-4), main .faq-list li:nth-child(8n-3), main .faq-list li:nth-child(8n) {
    background: #EEEEEE;
  }
}

main .faq-list .item-q {
  color: #780000;
  font-weight: normal;
  margin-bottom: 15px;
}

main .faq-list .item-q:before {
  content: "Q.";
}

main .faq-list .item-a {
  position: relative;
}

main .faq-list .item-a:before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
}

main .faq-list .item-a > * {
  margin-left: 20px;
}

main .faq-list .item-a > *:not(:last-child) {
  margin-bottom: 10px;
}

main #service {
  color: #FFF;
}

main #service .content {
  position: relative;
}

main #service .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main #service .bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: url(../img/common/bg-service.jpg) no-repeat center/cover;
}

main #service .img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 75px;
}

main #service .img-text .item-img {
  line-height: 0;
  margin-right: 40px;
}

@media screen and (min-width: 701px) {
  main #service .img-text .item-img {
    max-width: 50%;
  }
}

main #service .img-text .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 2.2;
}

main #service .img-text .item-text h2 {
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

main #service .img-text .item-text p {
  padding-bottom: 20px;
}

main #affillated_company {
  background-color: #ECECEC;
  padding-top: 50px;
  padding-bottom: 50px;
}

main #affillated_company .company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -30px -25px 0;
}

main #affillated_company .company-list > li {
  margin: 0 30px 25px 0;
  width: calc(25% - 30px);
}

main #affillated_company .company-list .item-img {
  text-align: center;
  line-height: 0;
  margin-bottom: 10px;
}

main #affillated_company .company-list .item-title a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main #affillated_company .company-list .item-title a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  /* main
------------------------------------------------------------*/
  main .shape-list {
    margin: 0 -20px -20px 0;
  }
  main .shape-list li {
    width: calc(20% - 20px);
    margin: 0 20px 20px 0;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 900px) {
  main .shape-list li {
    width: calc(25% - 20px);
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  main .magazine-list {
    margin: 0 -30px -30px 0;
  }
  main .magazine-list li {
    margin: 0 30px 30px 0;
    width: calc(25% - 30px);
  }
  main .tab-content {
    padding: 40px;
  }
  main .truck-list {
    margin: 0 -30px -30px 0;
  }
  main .truck-list li {
    width: calc(33.3333333333% - 30px);
    margin: 0 30px 30px 0;
  }
  main #voice .voice-list {
    padding-left: 40px;
    padding-right: 40px;
  }
  main #contact .item-contact > div .tel > * {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 800px) {
  main #contact .item-contact > div .tel > * {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  main #contact .item-contact > div .tel > *:before {
    width: 50px;
    height: 30px;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main
------------------------------------------------------------*/
  main > section, main > article {
    padding: 45px 15px;
  }
  main > section.bg, main > article.bg {
    background-image: url(../img/common/bg.jpg);
    background-size: 140px auto;
  }
  main #news ul {
    height: 220px;
    padding: 20px 30px;
  }
  main #news ul li a .item {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #news ul li a .item-date {
    margin-bottom: 10px;
    border-bottom: 1px solid #780000;
    padding-bottom: 0px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
  main #news ul li a .item-date:after {
    display: none;
  }
  main #news ul li a .item-content {
    -ms-flex: 0 0 auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: 100%;
    margin-left: 0px;
  }
  main #news ul li a .item-content .news-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
  main #news ul li a .item-content .news-detail {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main .shape-list {
    margin: 0 -15px -15px 0;
  }
  main .shape-list li {
    width: calc(33.3333333333% - 15px);
    margin: 0 15px 15px 0;
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  main .shape-list li {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 700px) {
  main .shape-list li a {
    height: 130px;
  }
  main .shape-list li a span:nth-child(1) {
    height: 75px;
    line-height: 1.5;
    font-size: 14px;
    font-size: 0.875rem;
    word-break: keep-all;
  }
  main .shape-list li a span:nth-child(1) img {
    max-height: 75px;
    width: auto;
  }
  main .shape-list li a span:nth-child(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main .magazine-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -25px 0;
  }
  main .magazine-list:not(:last-child) {
    margin-bottom: 10px;
  }
  main .magazine-list li {
    margin: 0 15px 25px 0;
    width: calc(50% - 15px);
  }
  main .magazine-list .item-img {
    text-align: center;
    margin-bottom: 10px;
  }
  main .magazine-list .item-text time {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  main .magazine-list .item-text .title {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main .tabs {
    display: none;
  }
  main .tab-content {
    padding: 0;
    background: none;
  }
  main .tab-content .tab {
    display: block;
    background: #FFF;
  }
  main .tab-content .tab:not(:last-child) {
    margin-bottom: 20px;
  }
  main .tab-content .tab.current {
    display: block;
  }
  main .tab-content .tab .trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 55px;
    position: relative;
    cursor: pointer;
  }
  main .tab-content .tab .trigger:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #780000 transparent transparent transparent;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -4px;
  }
  main .tab-content .tab .trigger img {
    max-height: 25px;
    width: auto;
  }
  main .tab-content .tab .inside {
    display: none;
    padding: 30px 25px;
  }
  main .tab-content .tab .close {
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 30px;
    background: #000000;
    color: #FFF;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
  }
  main .tab-content .tab.active .inside {
    display: block;
  }
  main .tab-content .tab.active .trigger:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  main .tab-content .tab.active .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  main .truck-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -15px -20px 0;
  }
  main .truck-list li {
    width: calc(50% - 15px);
    margin: 0 15px 20px 0;
  }
  main .truck-list .item-img {
    margin-bottom: 5px;
  }
  main .truck-list .item-text {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
  }
  main .truck-list .item-text .type {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  main .truck-list .item-text .title {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main .truck-list .item-text .link-block {
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  main .truck-list .item-text .link-block a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .truck-list .item-text .link-block a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  main .truck-list .item-text .link-block a:after {
    margin-left: auto;
  }
  main #voice .bg span {
    background-image: url(../img/common/bg-voice_sp.jpg);
  }
  main #voice .voice-list {
    padding-left: 0;
    padding-right: 0;
  }
  main #voice .voice-list:not(:last-child) {
    margin-bottom: 15px;
  }
  main #voice .voice-list li {
    padding: 25px;
  }
  main #voice .voice-list li:before {
    height: 100%;
  }
  main #voice .voice-list .item-img {
    margin-bottom: 15px;
  }
  main #voice .voice-list .item-text .title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 10px;
  }
  main #voice .voice-list .item-text .text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main #contact {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  main #contact .item-hd {
    margin-bottom: 20px;
  }
  main #contact .item-hd span:nth-child(1) {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: normal;
  }
  main #contact .item-hd span:nth-child(2) {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
  }
  main #contact .item-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  main #contact .item-text:not(:last-child) {
    margin-bottom: 18px;
  }
  main #contact .item-contact {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main #contact .item-contact:not(:last-child) {
    margin-bottom: 0;
  }
  main #contact .item-contact > div {
    width: 100%;
    padding: 20px 0;
  }
  main #contact .item-contact > div:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #C3C3C3;
  }
  main #contact .item-contact > div h3 {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
  }
  main #contact .item-contact > div .tel > * {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  main #contact .item-contact > div .tel > *:before {
    width: 45px;
    height: 27px;
    background-size: contain;
  }
  main #contact .item-contact > div .tel a {
    pointer-events: auto;
  }
  main #contact .item-contact > div .text {
    font-size: 10px;
    font-size: 0.625rem;
  }
  main #contact .item-contact > div .app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: -13px;
    margin-right: -13px;
  }
  main #contact .item-contact > div .app li {
    margin-left: 10px;
    margin-right: 10px;
  }
  main #contact .item-contact > div .app li.facetime {
    display: block;
  }
  main #contact .item-contact > div .app li span {
    font-size: 10px;
    font-size: 0.625rem;
  }
  main #contact .item-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9;
  }
  main #contact .item-links > a {
    background-image: none;
    height: 60px;
    letter-spacing: 0.3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  main #contact .item-links > a:not(:last-child) {
    margin-right: 0;
  }
  main #contact .item-links > a span:nth-child(1) {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main #contact .item-links > a span:nth-child(2) {
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
  main #contact .item-bnr {
    margin-top: 40px;
  }
  main #contact .item-bnr img {
    max-width: 100%;
  }
  main .faq-list:not(:last-child) {
    margin-bottom: 30px;
  }
  main .faq-list li {
    width: 100%;
    background: #EEEEEE;
    padding: 20px 15px;
  }
  main .faq-list li:nth-child(even) {
    background: #F8F8F8;
  }
  main .faq-list li > * {
    padding-left: 20px;
  }
  main .faq-list li > *:before {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main .faq-list li.active .item-q:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  main .faq-list li.active .item-a {
    display: block;
  }
  main .faq-list .item-q {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
  }
  main .faq-list .item-q:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #780000 transparent transparent transparent;
    margin-left: auto;
  }
  main .faq-list .item-a {
    display: none;
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
  }
  main .faq-list.opened li:nth-child(even) {
    background-color: #ECECEC !important;
  }
  main .faq-list.opened .item-q:after {
    display: none;
  }
  main .faq-list.opened .item-a {
    display: block;
  }
  main #service .content .heading-lv01 {
    padding-bottom: 0px;
  }
  main #service .img-text {
    margin-bottom: 28px;
  }
  main #service .img-text:not(:last-child) {
    margin-bottom: 45px;
  }
  main #service .img-text .item-img {
    display: none;
  }
  main #service .img-text .item-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
  }
  main #service .img-text .item-text h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  main #service .img-text .item-text p {
    padding-bottom: 30px;
  }
  main #service .img-text .item-text a {
    margin: 0 auto;
  }
  main #affillated_company {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main #affillated_company .company-list {
    margin: 0 -20px -25px 0;
  }
  main #affillated_company .company-list > div {
    margin: 0 20px 25px 0;
    width: calc(50% - 20px);
  }
  main #affillated_company .company-list > div .item-title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 700px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 70px;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFF;
  border: 1px solid #780000;
  color: #780000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  line-height: 1.2;
}

.btn:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #780000;
}

.btn:disabled {
  pointer-events: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btn.sml {
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
}

.btn.xs {
  height: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 700px) {
  .btn.xs {
    height: 40px;
  }
}

.btn.lg {
  height: 75px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 700px) {
  .btn.lg {
    height: 55px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.btn.lg2 {
  height: 90px;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (max-width: 700px) {
  .btn.lg2 {
    height: 55px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.btn.back {
  background-color: #B4B4B4;
  color: #FFF;
  border: none;
}

.btn.back:hover {
  background-color: rgba(180, 180, 180, 0.7);
}

.btn.red {
  background-color: #780000;
  color: #FFF;
}

.btn.red:hover {
  background-color: #FFF;
  color: #780000;
}

.btn.red.arrow:after {
  right: 0;
  background-image: url(../img/common/arrow-white.svg);
}

.btn.red.arrow:hover:after {
  background-image: url(../img/common/arrow.svg);
}

.btn.gold {
  background-color: #AF8E00;
  border-color: #AF8E00;
  color: #FFF;
}

.btn.gold:hover {
  background-color: #FFF;
  color: #AF8E00;
}

.btn.arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 41px;
  height: 100%;
  right: -20px;
  background: url(../img/common/arrow-btn.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.arrow:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.btn.arrow.white-a:after {
  background-image: url(../img/common/arrow-btn-white.svg);
}

.btn.arrow.white-a:hover:after {
  background-image: url(../img/common/arrow-btn.svg);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.btn.arrow.white-a.gold:after {
  background-image: url(../img/common/arrow-btn-white.svg);
}

.btn.arrow.white-a.gold:hover:after {
  background-image: url(../img/common/arrow-btn-gold.svg);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.btn.arrow.arrow-inside:after {
  right: 20px;
}

@media screen and (max-width: 700px) {
  .btn.arrow.arrow-inside:after {
    right: 5px;
    width: 25px;
    background-position: right center;
  }
}

.btn.search {
  background-image: url(../img/common/icon-search.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.btn.search:hover {
  background-image: url(../img/common/icon-search_red.svg);
}

@media screen and (max-width: 700px) {
  .btn {
    height: 55px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.btn-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-block > * {
  margin: 0 10px 15px;
}

.btn-block > *.w5p {
  width: calc(5% - 20px);
}

.btn-block > *.w10p {
  width: calc(10% - 20px);
}

.btn-block > *.w15p {
  width: calc(15% - 20px);
}

.btn-block > *.w20p {
  width: calc(20% - 20px);
}

.btn-block > *.w25p {
  width: calc(25% - 20px);
}

.btn-block > *.w30p {
  width: calc(30% - 20px);
}

.btn-block > *.w35p {
  width: calc(35% - 20px);
}

.btn-block > *.w40p {
  width: calc(40% - 20px);
}

.btn-block > *.w45p {
  width: calc(45% - 20px);
}

.btn-block > *.w50p {
  width: calc(50% - 20px);
}

.btn-block > *.w55p {
  width: calc(55% - 20px);
}

.btn-block > *.w60p {
  width: calc(60% - 20px);
}

.btn-block > *.w65p {
  width: calc(65% - 20px);
}

.btn-block > *.w70p {
  width: calc(70% - 20px);
}

.btn-block > *.w75p {
  width: calc(75% - 20px);
}

.btn-block > *.w80p {
  width: calc(80% - 20px);
}

.btn-block > *.w85p {
  width: calc(85% - 20px);
}

.btn-block > *.w90p {
  width: calc(90% - 20px);
}

.btn-block > *.w95p {
  width: calc(95% - 20px);
}

.btn-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 10px);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .btn-block > *.w10p {
    width: calc(10% - 10px);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .btn-block > *.w15p {
    width: calc(15% - 10px);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .btn-block > *.w20p {
    width: calc(20% - 10px);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .btn-block > *.w25p {
    width: calc(25% - 10px);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .btn-block > *.w30p {
    width: calc(30% - 10px);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .btn-block > *.w35p {
    width: calc(35% - 10px);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .btn-block > *.w40p {
    width: calc(40% - 10px);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .btn-block > *.w45p {
    width: calc(45% - 10px);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .btn-block > *.w50p {
    width: calc(50% - 10px);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .btn-block > *.w55p {
    width: calc(55% - 10px);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .btn-block > *.w60p {
    width: calc(60% - 10px);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .btn-block > *.w65p {
    width: calc(65% - 10px);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .btn-block > *.w70p {
    width: calc(70% - 10px);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .btn-block > *.w75p {
    width: calc(75% - 10px);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .btn-block > *.w80p {
    width: calc(80% - 10px);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .btn-block > *.w85p {
    width: calc(85% - 10px);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .btn-block > *.w90p {
    width: calc(90% - 10px);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .btn-block > *.w95p {
    width: calc(95% - 10px);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .btn-block > *.w100p {
    width: calc(100% - 10px);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

input.btn {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* btn */
/* link */
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #780000;
  font-size: 14px;
  font-size: 0.875rem;
}

.link:after {
  content: "";
  width: 11px;
  height: 3px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow.svg);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.link-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.link-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.link-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block > * {
  margin: 0 10px 15px;
}

.link-block > *.w5p {
  width: calc(5% - 20px);
}

.link-block > *.w10p {
  width: calc(10% - 20px);
}

.link-block > *.w15p {
  width: calc(15% - 20px);
}

.link-block > *.w20p {
  width: calc(20% - 20px);
}

.link-block > *.w25p {
  width: calc(25% - 20px);
}

.link-block > *.w30p {
  width: calc(30% - 20px);
}

.link-block > *.w35p {
  width: calc(35% - 20px);
}

.link-block > *.w40p {
  width: calc(40% - 20px);
}

.link-block > *.w45p {
  width: calc(45% - 20px);
}

.link-block > *.w50p {
  width: calc(50% - 20px);
}

.link-block > *.w55p {
  width: calc(55% - 20px);
}

.link-block > *.w60p {
  width: calc(60% - 20px);
}

.link-block > *.w65p {
  width: calc(65% - 20px);
}

.link-block > *.w70p {
  width: calc(70% - 20px);
}

.link-block > *.w75p {
  width: calc(75% - 20px);
}

.link-block > *.w80p {
  width: calc(80% - 20px);
}

.link-block > *.w85p {
  width: calc(85% - 20px);
}

.link-block > *.w90p {
  width: calc(90% - 20px);
}

.link-block > *.w95p {
  width: calc(95% - 20px);
}

.link-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .link-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .link-block > * {
    margin: 0 5px 10px;
  }
  .link-block > *.w5p {
    width: calc(5% - 10px);
  }
  .link-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .link-block > *.w10p {
    width: calc(10% - 10px);
  }
  .link-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .link-block > *.w15p {
    width: calc(15% - 10px);
  }
  .link-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .link-block > *.w20p {
    width: calc(20% - 10px);
  }
  .link-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .link-block > *.w25p {
    width: calc(25% - 10px);
  }
  .link-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .link-block > *.w30p {
    width: calc(30% - 10px);
  }
  .link-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .link-block > *.w35p {
    width: calc(35% - 10px);
  }
  .link-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .link-block > *.w40p {
    width: calc(40% - 10px);
  }
  .link-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .link-block > *.w45p {
    width: calc(45% - 10px);
  }
  .link-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .link-block > *.w50p {
    width: calc(50% - 10px);
  }
  .link-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .link-block > *.w55p {
    width: calc(55% - 10px);
  }
  .link-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .link-block > *.w60p {
    width: calc(60% - 10px);
  }
  .link-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .link-block > *.w65p {
    width: calc(65% - 10px);
  }
  .link-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .link-block > *.w70p {
    width: calc(70% - 10px);
  }
  .link-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .link-block > *.w75p {
    width: calc(75% - 10px);
  }
  .link-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .link-block > *.w80p {
    width: calc(80% - 10px);
  }
  .link-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .link-block > *.w85p {
    width: calc(85% - 10px);
  }
  .link-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .link-block > *.w90p {
    width: calc(90% - 10px);
  }
  .link-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .link-block > *.w95p {
    width: calc(95% - 10px);
  }
  .link-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .link-block > *.w100p {
    width: calc(100% - 10px);
  }
  .link-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* link */
/* cat */
.cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #AF8E00;
  color: #FFF;
  background: #AF8E00;
  padding: 5px 10px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  font-size: 0.8125rem;
}

.cat:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #AF8E00;
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -5px -10px 0;
}

.cat-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cat-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cat-list.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat-list > * {
  margin: 0 5px 10px 0;
}

.cat-list > *.w5p {
  width: calc(5% - 20px);
}

.cat-list > *.w10p {
  width: calc(10% - 20px);
}

.cat-list > *.w15p {
  width: calc(15% - 20px);
}

.cat-list > *.w20p {
  width: calc(20% - 20px);
}

.cat-list > *.w25p {
  width: calc(25% - 20px);
}

.cat-list > *.w30p {
  width: calc(30% - 20px);
}

.cat-list > *.w35p {
  width: calc(35% - 20px);
}

.cat-list > *.w40p {
  width: calc(40% - 20px);
}

.cat-list > *.w45p {
  width: calc(45% - 20px);
}

.cat-list > *.w50p {
  width: calc(50% - 20px);
}

.cat-list > *.w55p {
  width: calc(55% - 20px);
}

.cat-list > *.w60p {
  width: calc(60% - 20px);
}

.cat-list > *.w65p {
  width: calc(65% - 20px);
}

.cat-list > *.w70p {
  width: calc(70% - 20px);
}

.cat-list > *.w75p {
  width: calc(75% - 20px);
}

.cat-list > *.w80p {
  width: calc(80% - 20px);
}

.cat-list > *.w85p {
  width: calc(85% - 20px);
}

.cat-list > *.w90p {
  width: calc(90% - 20px);
}

.cat-list > *.w95p {
  width: calc(95% - 20px);
}

.cat-list > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .cat-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .cat-list > * {
    margin: 0 5px 10px;
  }
  .cat-list > *.w5p {
    width: calc(5% - 10px);
  }
  .cat-list > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .cat-list > *.w10p {
    width: calc(10% - 10px);
  }
  .cat-list > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .cat-list > *.w15p {
    width: calc(15% - 10px);
  }
  .cat-list > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .cat-list > *.w20p {
    width: calc(20% - 10px);
  }
  .cat-list > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .cat-list > *.w25p {
    width: calc(25% - 10px);
  }
  .cat-list > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .cat-list > *.w30p {
    width: calc(30% - 10px);
  }
  .cat-list > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .cat-list > *.w35p {
    width: calc(35% - 10px);
  }
  .cat-list > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .cat-list > *.w40p {
    width: calc(40% - 10px);
  }
  .cat-list > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .cat-list > *.w45p {
    width: calc(45% - 10px);
  }
  .cat-list > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .cat-list > *.w50p {
    width: calc(50% - 10px);
  }
  .cat-list > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .cat-list > *.w55p {
    width: calc(55% - 10px);
  }
  .cat-list > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .cat-list > *.w60p {
    width: calc(60% - 10px);
  }
  .cat-list > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .cat-list > *.w65p {
    width: calc(65% - 10px);
  }
  .cat-list > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .cat-list > *.w70p {
    width: calc(70% - 10px);
  }
  .cat-list > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .cat-list > *.w75p {
    width: calc(75% - 10px);
  }
  .cat-list > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .cat-list > *.w80p {
    width: calc(80% - 10px);
  }
  .cat-list > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .cat-list > *.w85p {
    width: calc(85% - 10px);
  }
  .cat-list > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .cat-list > *.w90p {
    width: calc(90% - 10px);
  }
  .cat-list > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .cat-list > *.w95p {
    width: calc(95% - 10px);
  }
  .cat-list > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .cat-list > *.w100p {
    width: calc(100% - 10px);
  }
  .cat-list > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* cat */
/* form */
textarea {
  -webkit-appearance: none;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: none;
  background: #ECECEC;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 20px;
  font-family: '';
}

@media screen and (max-width: 700px) {
  textarea {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px;
  }
}

textarea.h100 {
  height: 100px;
}

textarea::placeholder {
  color: #646464;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"], input[type="date"] {
  -webkit-appearance: none;
  height: 60px;
  line-height: 60px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  padding-left: 20px;
  background: #ECECEC;
}

@media screen and (max-width: 700px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"], input[type="date"] {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 10px;
  }
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="number"].lg, input[type="search"].lg, input[type="date"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder, input[type="date"]::placeholder {
  color: #646464;
}

input[type="text"]:disabled, input[type="text"].disabled, input[type="email"]:disabled, input[type="email"].disabled, input[type="tel"]:disabled, input[type="tel"].disabled, input[type="password"]:disabled, input[type="password"].disabled, input[type="number"]:disabled, input[type="number"].disabled, input[type="search"]:disabled, input[type="search"].disabled, input[type="date"]:disabled, input[type="date"].disabled {
  background-color: #FFF;
  color: #000000;
  border: 1px solid #ECECEC;
}

input[type="text"].disabled, input[type="email"].disabled, input[type="tel"].disabled, input[type="password"].disabled, input[type="number"].disabled, input[type="search"].disabled, input[type="date"].disabled {
  pointer-events: none;
}

input[type="date"] {
  padding-right: 10px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + .checkbox:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #FFF;
  border: 1px solid #C3C3C3;
  margin-top: 5px;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 8px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  margin-top: 5px;
}

label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #C3C3C3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-top: 5px;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #000000;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 5px;
}

label.select {
  position: relative;
  display: block;
  max-width: 100%;
}

label.select:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  right: 0;
  background: url(../img/common/arrow-select.svg) no-repeat center;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  max-width: 100%;
  padding: 0 40px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #ECECEC;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 700px) {
  select {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 10px;
  }
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

select::-ms-expand {
  display: none;
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
}

.check-radios > * {
  margin: 0 15px 5px 0;
}

.radio-list {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radio-list .mwform-radio-field {
  width: 100%;
  margin-left: 0 !important;
  display: block;
}

/* form */
/* table */
table {
  width: 100%;
  background-color: #FFF;
}

table th, table td {
  padding: 15px;
  border: 1px solid #C3C3C3;
  vertical-align: middle;
}

table thead th {
  background-color: #ECECEC;
  text-align: center;
}

@media screen and (max-width: 700px) {
  table.sp-column {
    display: block;
    border: 1px solid #C3C3C3;
  }
  table.sp-column thead, table.sp-column tbody, table.sp-column tr, table.sp-column th, table.sp-column td {
    display: block;
  }
  table.sp-column th, table.sp-column td {
    padding: 10px;
    border: none;
  }
}

table.tbl2 {
  margin-bottom: 30px;
}

table.tbl2 th {
  background-color: #AF8E00;
  text-align: left;
  color: #FFF;
}

table.tbl2 th, table.tbl2 td {
  padding: 20px;
}

table.tbl2 thead th, table.tbl2 thead td {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  background-color: #780000;
}

table.tbl2 thead th {
  background-color: #AF8E00;
  text-align: left;
}

table.tbl2 thead td {
  text-align: center;
  background: #780000;
  color: #FFF;
  border-bottom: solid 1px #AF8E00;
}

table.tbl2 tbody {
  text-align: center;
}

table.tbl2 tbody th {
  font-weight: bold;
}

table.tbl2 tbody td {
  font-weight: bold;
  color: #AF8E00;
  text-align: center;
}

table.tbl2.tbodh_th-black tbody td {
  color: #000000;
}

@media screen and (max-width: 700px) {
  table.tbl2 th, table.tbl2 td {
    padding: 10px;
  }
  table.tbl2 thead th, table.tbl2 thead td {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  table.tbl2 tbody th, table.tbl2 tbody td {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}

/* table */
/* text */
.heading, .heading-lv04, .heading-lv03, .heading-lv02, .heading-lv01 {
  line-height: 1.4;
}

.heading:not(:last-child), .heading-lv04:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .heading:not(:last-child), .heading-lv04:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
    margin-bottom: 25px;
  }
}

.heading-lv01 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  /* &:after{
        @include coverBG(true,20px,1px,50%,false);
        bottom: 0;
        margin-left: -10px;
        background: $black;
      } */
}

.heading-lv01.smb {
  margin-bottom: 10px !important;
}

.heading-lv01 span {
  display: block;
}

.heading-lv01 span:nth-child(1) {
  color: #AF8E00;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.4em;
  margin-bottom: 5px;
}

.heading-lv01 span:nth-child(2) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  letter-spacing: 0.5em;
}

.heading-lv01 span:nth-child(3) {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  padding-top: 5px;
}

@media screen and (max-width: 700px) {
  .heading-lv01 span:nth-child(1) {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .heading-lv01 span:nth-child(2) {
    font-size: 16px;
    font-size: 1rem;
  }
  .heading-lv01 span:nth-child(3) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.heading-lv01.white span {
  color: #FFF;
}

.heading-lv01.white:after {
  background-color: #FFF;
}

.heading-lv01.small span {
  display: block;
}

.heading-lv01.small span:nth-child(1) {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.heading-lv01.small span:nth-child(2) {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.heading-lv02 {
  line-height: 1.6;
  letter-spacing: 0.4em;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.heading-lv02:not(:last-child) {
  margin-bottom: 60px;
}

.heading-lv02.mb0 {
  margin-bottom: 0;
}

.heading-lv02.red {
  color: #780000;
}

@media screen and (min-width: 701px) {
  .heading-lv02.no-border:not(:last-child) {
    margin-bottom: 30px;
  }
  .heading-lv02:not(.no-border) {
    padding-bottom: 25px;
    position: relative;
    /* &:after{
            @include coverBG(true,20px,1px,50%,false);
            bottom: 0;
            margin-left: -10px;
            background: $black;
          } */
  }
}

@media screen and (max-width: 700px) {
  .heading-lv02 {
    font-size: 15px;
    font-size: 0.9375rem;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .heading-lv02:not(:last-child) {
    margin-bottom: 30px;
  }
  .heading-lv02 span:nth-child(1) {
    margin-right: 0;
    margin-top: 10px;
  }
  .heading-lv02 span:nth-child(1) img {
    height: 17px;
  }
}

.heading-lv02.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.heading-lv02.img span:nth-child(1) {
  line-height: 0;
  margin-right: 20px;
}

.heading-lv03 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #AF8E00;
}

.heading-lv03 span:nth-child(2) {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 700px) {
  .heading-lv03 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .heading-lv03 span:nth-child(2) {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.heading-lv04 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #780000;
}

@media screen and (max-width: 700px) {
  .heading-lv04 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .heading-lv04 span:nth-child(2) {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.heading-lv05 {
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .heading-lv05 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.heading-lv06 {
  margin-bottom: 20px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.heading-lv06 span {
  font-size: 42px;
  font-size: 2.625rem;
  color: #780000;
}

@media screen and (max-width: 700px) {
  .heading-lv06 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .heading-lv06 span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.fs28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.fs29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.fs30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.text-red {
  color: #780000;
}

.text-blue {
  color: #1587cf;
}

.text-yellow {
  color: #CEB600;
}

.text-gold {
  color: #AF8E00;
}

.text-bold {
  font-weight: bold;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 700px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 700px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 700px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 700px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 700px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 700px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 700px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 700px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 700px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 700px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 700px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 700px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 700px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 700px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 700px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 700px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 700px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 700px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 700px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 700px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 700px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 700px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w310-sp {
    width: 310px;
  }
}

@media screen and (max-width: 700px) {
  .w320-sp {
    width: 320px;
  }
}

@media screen and (max-width: 700px) {
  .w330-sp {
    width: 330px;
  }
}

@media screen and (max-width: 700px) {
  .w340-sp {
    width: 340px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w360-sp {
    width: 360px;
  }
}

@media screen and (max-width: 700px) {
  .w370-sp {
    width: 370px;
  }
}

@media screen and (max-width: 700px) {
  .w380-sp {
    width: 380px;
  }
}

@media screen and (max-width: 700px) {
  .w390-sp {
    width: 390px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w410-sp {
    width: 410px;
  }
}

@media screen and (max-width: 700px) {
  .w420-sp {
    width: 420px;
  }
}

@media screen and (max-width: 700px) {
  .w430-sp {
    width: 430px;
  }
}

@media screen and (max-width: 700px) {
  .w440-sp {
    width: 440px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w460-sp {
    width: 460px;
  }
}

@media screen and (max-width: 700px) {
  .w470-sp {
    width: 470px;
  }
}

@media screen and (max-width: 700px) {
  .w480-sp {
    width: 480px;
  }
}

@media screen and (max-width: 700px) {
  .w490-sp {
    width: 490px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 700px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 700px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 700px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 700px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 700px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 700px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 700px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 700px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 700px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 700px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 700px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 700px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 700px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 700px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 700px) {
  img.pc {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
/* column */
.column-style, .column-04, .column-03, .column-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
}

.column-style:last-child, .column-04:last-child, .column-03:last-child, .column-02:last-child {
  margin-bottom: -30px;
}

.column-style > *, .column-04 > *, .column-03 > *, .column-02 > * {
  width: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 501px) {
  .column-style > *.w5p, .column-04 > *.w5p, .column-03 > *.w5p, .column-02 > *.w5p {
    width: calc(5% - 30px);
  }
  .column-style > *.w10p, .column-04 > *.w10p, .column-03 > *.w10p, .column-02 > *.w10p {
    width: calc(10% - 30px);
  }
  .column-style > *.w15p, .column-04 > *.w15p, .column-03 > *.w15p, .column-02 > *.w15p {
    width: calc(15% - 30px);
  }
  .column-style > *.w20p, .column-04 > *.w20p, .column-03 > *.w20p, .column-02 > *.w20p {
    width: calc(20% - 30px);
  }
  .column-style > *.w25p, .column-04 > *.w25p, .column-03 > *.w25p, .column-02 > *.w25p {
    width: calc(25% - 30px);
  }
  .column-style > *.w30p, .column-04 > *.w30p, .column-03 > *.w30p, .column-02 > *.w30p {
    width: calc(30% - 30px);
  }
  .column-style > *.w35p, .column-04 > *.w35p, .column-03 > *.w35p, .column-02 > *.w35p {
    width: calc(35% - 30px);
  }
  .column-style > *.w40p, .column-04 > *.w40p, .column-03 > *.w40p, .column-02 > *.w40p {
    width: calc(40% - 30px);
  }
  .column-style > *.w45p, .column-04 > *.w45p, .column-03 > *.w45p, .column-02 > *.w45p {
    width: calc(45% - 30px);
  }
  .column-style > *.w50p, .column-04 > *.w50p, .column-03 > *.w50p, .column-02 > *.w50p {
    width: calc(50% - 30px);
  }
  .column-style > *.w55p, .column-04 > *.w55p, .column-03 > *.w55p, .column-02 > *.w55p {
    width: calc(55% - 30px);
  }
  .column-style > *.w60p, .column-04 > *.w60p, .column-03 > *.w60p, .column-02 > *.w60p {
    width: calc(60% - 30px);
  }
  .column-style > *.w65p, .column-04 > *.w65p, .column-03 > *.w65p, .column-02 > *.w65p {
    width: calc(65% - 30px);
  }
  .column-style > *.w70p, .column-04 > *.w70p, .column-03 > *.w70p, .column-02 > *.w70p {
    width: calc(70% - 30px);
  }
  .column-style > *.w75p, .column-04 > *.w75p, .column-03 > *.w75p, .column-02 > *.w75p {
    width: calc(75% - 30px);
  }
  .column-style > *.w80p, .column-04 > *.w80p, .column-03 > *.w80p, .column-02 > *.w80p {
    width: calc(80% - 30px);
  }
  .column-style > *.w85p, .column-04 > *.w85p, .column-03 > *.w85p, .column-02 > *.w85p {
    width: calc(85% - 30px);
  }
  .column-style > *.w90p, .column-04 > *.w90p, .column-03 > *.w90p, .column-02 > *.w90p {
    width: calc(90% - 30px);
  }
  .column-style > *.w95p, .column-04 > *.w95p, .column-03 > *.w95p, .column-02 > *.w95p {
    width: calc(95% - 30px);
  }
  .column-style > *.w100p, .column-04 > *.w100p, .column-03 > *.w100p, .column-02 > *.w100p {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 700px) {
  .column-style, .column-04, .column-03, .column-02 {
    margin-right: -20px;
  }
  .column-style:last-child, .column-04:last-child, .column-03:last-child, .column-02:last-child {
    margin-bottom: -20px;
  }
  .column-style > *, .column-04 > *, .column-03 > *, .column-02 > * {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.column-02 > * {
  width: calc(50% - 30px);
}

.column-03 > * {
  width: calc(33.3333% - 30px);
}

.column-04 > * {
  width: calc(25% - 30px);
}

@media screen and (max-width: 700px) {
  .column-02 > * {
    width: calc(50% - 20px);
  }
  .column-03 > * {
    width: calc(50% - 20px);
  }
  .column-04 > * {
    width: calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  .column-02 > * {
    width: calc(100% - 20px);
  }
  .column-03 > * {
    width: calc(100% - 20px);
  }
  .column-04 > * {
    width: calc(50% - 20px);
  }
}

/* column */
.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
}

.post ol li:not(:last-child) {
  margin-bottom: 10px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #646464;
}

.post blockquote {
  display: block;
  padding: 35px;
  border: 2px solid #E4E4E4;
  clear: both;
}

.post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .post blockquote {
    padding: 12px;
  }
}

.post .h, .post h5, .post h4, .post h3, .post h2, .post h1 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
  margin-top: 60px;
}

@media screen and (max-width: 700px) {
  .post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
    margin-top: 45px;
  }
}

.post .h:not(:last-child), .post h5:not(:last-child), .post h4:not(:last-child), .post h3:not(:last-child), .post h2:not(:last-child), .post h1:not(:last-child) {
  margin-bottom: 10px;
}

.post h1 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
}

.post h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.post h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #780000;
}

@media screen and (max-width: 700px) {
  .post h3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.post h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .post h4 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.post h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 30px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 30px 10px 0;
}

.post figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
}

.post .wp-caption {
  max-width: 100%;
}

.post .wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .post p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.post table:not(:last-child) {
  margin-bottom: 30px;
}

.post table td p:not(:last-child) {
  margin-bottom: 10px;
}

.post cite {
  border: 1px solid #C3C3C3;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.75rem;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 700px) {
  .post .alignright, .post .alignleft {
    max-width: 100%;
    display: block;
    flex: inherit;
    height: auto;
    margin: 0;
  }
  .post .alignright figcaption, .post .alignleft figcaption {
    text-align: right;
  }
  .post .alignright:not(:last-child), .post .alignleft:not(:last-child) {
    margin-bottom: 20px;
  }
}

.post:after {
  clear: both;
  display: block;
  content: '';
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

*[data-emergence], *.eg {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm="skew"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    -webkit-transition: 1s all ease-out;
    -moz-transition: 1s all ease-out;
    -ms-transition: 1s all ease-out;
    -o-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  *[data-anm="skew"][data-emergence=visible] {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
