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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

/* =========================================================
fonts
========================================================= */
/* =========================================================
base
========================================================= */
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

body {
  font-family: "メイリオ", Meiryo, Osaka, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09em;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 599px) {
  body {
    font-size: 4vw;
  }
}

body.is-hide {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

body.fixed {
  position: fixed;
  width: 100%;
}

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

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.link-disabled {
  pointer-events: none;
}

@media screen and (min-width: 990px) {
  a:hover {
    opacity: 0.7;
  }
}

figure {
  line-height: 0;
}

@media screen and (max-width: 599px) {
  .content-wrap {
    padding-top: 0;
  }
}

@media screen and (max-width: 599px) {
  .top .content-wrap {
    padding-top: 14.6666vw;
  }
}

.copy-en {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.copy-en-b {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.pc-ui {
  display: block;
}

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

.tab-ui {
  display: none;
}

@media screen and (max-width: 989px) {
  .tab-ui {
    display: block;
  }
}

.sp-ui {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp-ui {
    display: block;
  }
}

.page-loading {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 999;
}

.loader,
.loader:before,
.loader:after {
  background: #ff931f;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ff931f;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
column
========================================================= */
.large-inner {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .large-inner {
    padding: 0 4vw;
  }
}

.mid-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .mid-inner {
    padding: 0 4vw;
  }
}

.short-inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .short-inner {
    padding: 0 4vw;
  }
}

.l-col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 599px) {
  .l-col-wrap {
    display: block;
  }
}

.l-white-plate {
  background: #fff;
  padding: 80px 60px;
}

@media screen and (max-width: 599px) {
  .l-white-plate {
    padding: 12vw 8vw 16vw;
  }
}

.l-harf {
  width: 50%;
}

@media screen and (max-width: 599px) {
  .l-harf {
    width: 100%;
  }
}

.l-col3 {
  width: 33.333333%;
}

@media screen and (max-width: 599px) {
  .l-col3 {
    width: 100%;
  }
}

.l-col3-gap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .l-col3-gap-wrap {
    display: block;
  }
}

.l-col3-gap {
  width: 30%;
}

@media screen and (max-width: 599px) {
  .l-col3-gap {
    width: 100%;
    margin-bottom: 8vw;
  }
  .l-col3-gap:last-child {
    margin-bottom: 0;
  }
}

.l-col4-gap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .l-col4-gap-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-col4-gap {
  width: 23%;
  letter-spacing: .09em;
}

@media screen and (max-width: 599px) {
  .l-col4-gap {
    width: 48%;
    margin-bottom: 6vw;
  }
  .l-col4-gap:last-child {
    margin-bottom: 0;
  }
}

.content-inner {
  width: 100%;
  padding: 40px 0 80px;
}

@media screen and (max-width: 989px) {
  .content-inner {
    padding: 10vw 0;
  }
}

.page-co2-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 989px) {
  .page-co2-wrap {
    display: block;
  }
}

.left-content-wrap {
  width: 74%;
}

@media screen and (max-width: 989px) {
  .left-content-wrap {
    width: 100%;
    margin-bottom: 12vw;
    padding: 0 4vw;
  }
}

.right-content-wrap {
  width: 20.33333%;
}

@media screen and (max-width: 989px) {
  .right-content-wrap {
    width: 100%;
  }
}

/* =========================================================
header
========================================================= */
.header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  background: #fff;
  padding-top: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1354px) {
  .header {
    padding-top: 15px;
  }
}

@media screen and (max-width: 989px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0;
    margin-bottom: 0;
    height: 60px;
    border-bottom: solid 1px #ededed;
    z-index: 100;
  }
}

@media screen and (max-width: 599px) {
  .header {
    height: 14.6666vw;
  }
}

.header-inner {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 4vw;
  }
}

@media screen and (max-width: 989px) {
  .header-inner {
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  .header-inner {
    height: 14.6666vw;
  }
}

/*header-left-wrap
--------------------------------------------------*/
.header-left-wrap {
  width: 30%;
}

@media screen and (max-width: 1354px) {
  .header-left-wrap {
    width: 43%;
  }
}

@media screen and (max-width: 989px) {
  .header-left-wrap {
    width: auto;
  }
}

@media screen and (max-width: 599px) {
  .header-left-wrap {
    width: auto;
  }
}

.header-ttl a img {
  display: inline-block;
  width: 68px;
  vertical-align: middle;
  margin-right: 0.2em;
}

@media screen and (min-width: 990px) {
  .header-ttl a:hover {
    opacity: 1;
  }
}

.header-ttl span {
  font-size: 10px;
  letter-spacing: normal;
  font-weight: normal;
  color: #777777;
}

@media screen and (max-width: 1354px) {
  .header-ttl {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 989px) {
  .header-ttl {
    display: none;
  }
}

.header-logo {
  width: 282px;
  line-height: 0;
}

@media screen and (max-width: 989px) {
  .header-logo {
    width: 200px;
  }
}

@media screen and (max-width: 599px) {
  .header-logo {
    width: 44vw;
  }
}

/*header-right-wrap
--------------------------------------------------*/
.header-right-wrap {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1354px) {
  .header-right-wrap {
    display: block;
    width: 56%;
  }
}

@media screen and (max-width: 989px) {
  .header-right-wrap {
    width: 0;
  }
}

@media screen and (max-width: 599px) {
  .header-right-wrap {
    width: 0;
  }
}

.header-gnav-wrap {
  margin-right: 6px;
}

@media screen and (max-width: 1354px) {
  .header-gnav-wrap {
    margin-right: 0;
  }
}

@media screen and (max-width: 599px) {
  .header-gnav-wrap {
    margin-right: 0;
  }
}

@media screen and (max-width: 989px) {
  .glb-navi-wrap {
    display: block;
    background: #f3f3f3;
    width: 100%;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    -webkit-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    transition: top .2s ease-out;
  }
  .glb-navi-wrap:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: height .4s ease-out;
    -o-transition: height .4s ease-out;
    transition: height .4s ease-out;
  }
  .glb-navi-wrap .other-link-list-wrap {
    padding: 0 8vw;
    -webkit-transition: padding .3s ease-out;
    -o-transition: padding .3s ease-out;
    transition: padding .3s ease-out;
  }
  .glb-navi-wrap .other-link-list-wrap .other-link-list {
    -webkit-transition: margin .3s ease-out;
    -o-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
  }
  .glb-navi-wrap .other-link-list-wrap .other-link-list:not(:last-child) {
    margin-bottom: 0;
  }
  .glb-navi-wrap .other-link-list-wrap .other-link {
    font-size: 15px;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .glb-navi-wrap.is-open:before {
    height: calc(100vh - 60px);
    height: calc(var(--vh, 1vh) * 100 - 60px);
  }
  .glb-navi-wrap.is-open .glb-navi-list-wrap {
    padding: 0 20px 30px;
  }
  .glb-navi-wrap.is-open .glb-navi-list-wrap .glb-navi-list {
    border-bottom: solid 1px #e2e2e2;
  }
  .glb-navi-wrap.is-open .glb-navi-link {
    padding: 1.5em;
    opacity: 1;
    visibility: visible;
  }
  .glb-navi-wrap.is-open .glb-navi-link:after {
    height: 15px;
  }
  .glb-navi-wrap.is-open .other-link-list-wrap {
    padding: 0 40px 30px;
  }
  .glb-navi-wrap.is-open .other-link-list-wrap .other-link-list:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .glb-navi-wrap.is-open .other-link-list-wrap .other-link {
    line-height: 1.8;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 599px) {
  .glb-navi-wrap {
    top: 14.6666vw;
  }
  .glb-navi-wrap .other-link-list-wrap {
    padding: 0 8vw;
  }
  .glb-navi-wrap .other-link-list-wrap .other-link {
    font-size: 3.2vw;
  }
  .glb-navi-wrap.is-open:before {
    height: calc(100vh - 14.6666vw);
    height: calc(var(--vh, 1vh) * 100 - 14.6666vw);
  }
  .glb-navi-wrap.is-open .glb-navi-list-wrap {
    padding: 0 4vw 6vw;
  }
  .glb-navi-wrap.is-open .glb-navi-list-wrap .glb-navi-list {
    border-bottom: solid 1px #e2e2e2;
  }
  .glb-navi-wrap.is-open .glb-navi-link {
    padding: 1.5em;
    opacity: 1;
    visibility: visible;
  }
  .glb-navi-wrap.is-open .glb-navi-link:after {
    height: 3.6vw;
  }
  .glb-navi-wrap.is-open .other-link-list-wrap {
    padding: 0 8vw 8vw;
  }
  .glb-navi-wrap.is-open .other-link-list-wrap .other-link-list:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .glb-navi-wrap.is-open .other-link-list-wrap .other-link {
    line-height: 1.8;
    font-size: 3.2vw;
    opacity: 1;
    visibility: visible;
  }
}

.glb-navi-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.glb-navi-list-wrap .glb-navi-list {
  margin-right: 1.6em;
}

@media screen and (max-width: 1354px) {
  .glb-navi-list-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .glb-navi-list-wrap .glb-navi-list {
    margin-right: 0;
    margin-left: 1.6em;
  }
}

@media screen and (max-width: 989px) {
  .glb-navi-list-wrap {
    display: block;
    padding: 0 20px;
    -webkit-transition: padding .3s ease-out;
    -o-transition: padding .3s ease-out;
    transition: padding .3s ease-out;
  }
  .glb-navi-list-wrap .glb-navi-list {
    margin-right: 0;
    margin-left: 0;
    border-bottom: solid 0 #e2e2e2;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
}

@media screen and (max-width: 599px) {
  .glb-navi-list-wrap {
    padding: 0 4vw;
  }
}

.glb-navi-link {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal;
  padding: 1.0em 0;
  position: relative;
}

.glb-navi-link:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #ff931f;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 990px) {
  .glb-navi-link:hover {
    opacity: 1;
  }
  .glb-navi-link:hover:before {
    width: 100%;
  }
}

@media screen and (max-width: 1354px) {
  .glb-navi-link {
    padding: 0 0 0.3em;
  }
}

@media screen and (max-width: 989px) {
  .glb-navi-link {
    font-size: 15px;
    line-height: 0;
    font-weight: bold;
    padding: 0 1.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .glb-navi-link:after {
    content: "";
    display: block;
    width: 15px;
    height: 0;
    background: url(../img/common/ic_sp_arrow_org.svg) no-repeat 0 0;
    background-size: contain;
  }
  .glb-navi-link:before {
    content: none;
  }
}

@media screen and (max-width: 599px) {
  .glb-navi-link {
    font-size: 3.46667vw;
  }
  .glb-navi-link:after {
    width: 3.6vw;
  }
  .glb-navi-link:before {
    content: none;
  }
}

.header-cv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: solid 1px #eee;
}

@media screen and (max-width: 1354px) {
  .header-cv-wrap {
    border-left: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 8px;
  }
}

.header-cv-tel-wrap {
  margin: 0 26px;
  padding-top: 6px;
}

@media screen and (max-width: 1354px) {
  .header-cv-tel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
  }
}

@media screen and (max-width: 989px) {
  .header-cv-tel-wrap {
    display: none;
  }
}

.header-cv-tel-h {
  font-size: 10.5px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 1354px) {
  .header-cv-tel-h {
    font-size: 12px;
    margin-right: 1em;
  }
}

.header-cv-telnum {
  pointer-events: none;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: normal;
}

.header-cv-telnum span {
  display: inline-block;
  line-height: 0;
  width: 20px;
  margin-right: 3px;
}

@media screen and (max-width: 1354px) {
  .header-cv-telnum {
    font-size: 20px;
  }
}

.header-cv-btn-box {
  width: 152px;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1354px) {
  .header-cv-btn-box {
    width: auto;
  }
}

@media screen and (max-width: 989px) {
  .header-cv-btn-box {
    width: 110px;
    height: 44px;
    position: absolute;
    right: 10px;
    top: 8px;
    border-bottom: solid 1px #ededed;
  }
}

@media screen and (max-width: 599px) {
  .header-cv-btn-box {
    width: 18.6666vw;
    height: 9.6666vw;
    right: 2vw;
    top: 2.5vw;
  }
}

.header-cv-btn {
  display: block;
  font-size: 13px;
  font-weight: bold;
  background: #ff931f;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 1em .2em;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.header-cv-btn span:after {
  content: "・";
}

@media screen and (max-width: 1354px) {
  .header-cv-btn {
    font-size: 12px;
    padding: 0.6em 1em;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 989px) {
  .header-cv-btn {
    font-size: 12px;
    line-height: 1.4;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    padding: 0.4em 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-cv-btn span {
    display: block;
  }
  .header-cv-btn span:after {
    content: none;
  }
}

@media screen and (max-width: 599px) {
  .header-cv-btn {
    font-size: 2.66667vw;
  }
}

/*sp-menu
--------------------------------------------------*/
.h-menu-btn-wrap {
  display: none;
}

@media screen and (max-width: 989px) {
  .h-menu-btn-wrap {
    display: block;
    width: 66px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .h-menu-btn-wrap.is-open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .h-menu-btn-wrap.is-open .menu-trigger span:nth-of-type(2) {
    left: -50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .h-menu-btn-wrap.is-open .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
}

@media screen and (max-width: 599px) {
  .h-menu-btn-wrap {
    width: 16.75vw;
    height: 14.6666vw;
  }
  .h-menu-btn-wrap.is-open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(1.8vw) rotate(-45deg);
    -ms-transform: translateY(1.8vw) rotate(-45deg);
    transform: translateY(1.8vw) rotate(-45deg);
  }
  .h-menu-btn-wrap.is-open .menu-trigger span:nth-of-type(2) {
    left: -50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .h-menu-btn-wrap.is-open .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-1.8vw) rotate(45deg);
    -ms-transform: translateY(-1.8vw) rotate(45deg);
    transform: translateY(-1.8vw) rotate(45deg);
  }
}

@media screen and (max-width: 989px) {
  .h-menu-btn-text {
    font-size: 10px;
    position: absolute;
    text-align: center;
    bottom: 8px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    letter-spacing: normal;
    z-index: 1;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: absolute;
    top: 16px;
    left: 21px;
    width: 22px;
    height: 16px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .h-menu-btn-text {
    font-size: 2.13333vw;
    bottom: 1.5vw;
    width: 12vw;
    margin-left: -6vw;
    z-index: 1;
  }
  .menu-trigger {
    width: 5vw;
    height: 4vw;
    top: 3.5vw;
    left: 5.4vw;
  }
  .menu-trigger span {
    left: 0;
    width: 100%;
    height: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 1.8vw;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(1.8vw) rotate(-45deg);
    -ms-transform: translateY(1.8vw) rotate(-45deg);
    transform: translateY(1.8vw) rotate(-45deg);
  }
  .menu-trigger.is-open span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .menu-trigger.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-1.8vw) rotate(45deg);
    -ms-transform: translateY(-1.8vw) rotate(45deg);
    transform: translateY(-1.8vw) rotate(45deg);
  }
}

/* =========================================================
header
========================================================= */
.short-header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: #fff;
  padding: 6px 0;
  margin-bottom: 20px;
  border-bottom: solid 1px #ededed;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.short-header.is-fixed {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (max-width: 989px) {
  .short-header {
    display: none;
  }
}

.short-header-inner {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .short-header-inner {
    padding: 0 4vw;
  }
}

/*header-left-wrap
--------------------------------------------------*/
.short-header-left {
  width: 51%;
}

.short-header-left .glb-navi-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.short-header-left .glb-navi-list {
  margin-left: 0;
  margin-right: 1.0em;
}

.short-header-left .glb-navi-link {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal;
  padding: 1.0em 0;
  position: relative;
}

.short-header-left .glb-navi-link:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #ff931f;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 990px) {
  .short-header-left .glb-navi-link:hover {
    opacity: 1;
  }
  .short-header-left .glb-navi-link:hover:before {
    width: 100%;
  }
}

@media screen and (max-width: 1180px) {
  .short-header-left {
    width: 60%;
  }
}

/*header-right-wrap
--------------------------------------------------*/
.short-header-right {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.short-header-right .header-cv-wrap {
  border-left: none;
  margin-bottom: 0;
}

.short-header-right .header-cv-telnum {
  pointer-events: none;
}

.short-header-right .header-cv-telnum span {
  display: inline-block;
  width: 20px;
  margin-right: 3px;
}

.short-header-right .header-cv-btn-wrap:not(:last-child) {
  margin-right: 0.5em;
}

.short-header-right .header-cv-btn-box {
  width: auto;
}

.short-header-right .header-cv-tel-h {
  line-height: 1;
}

.short-header-right .header-cv-btn {
  display: block;
  font-size: 13px;
  background: #ff931f;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 0.8em 1.0em;
  border-radius: 3px;
}

.short-header-right .header-cv-btn.blu {
  background: #0d91e9;
}

.short-header-right .header-cv-btn span:after {
  content: "・";
}

.short-header-right .header-cv-tel-wrap {
  margin: 0 26px;
  padding-top: 6px;
  display: block;
}

.short-header-right .header-cv-tel-h {
  font-size: 10.5px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 1180px) {
  .short-header-right {
    width: 40%;
  }
  .short-header-right .header-cv-tel-wrap {
    display: none;
  }
}

/* =========================================================
footer
========================================================= */
.footer {
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 12px;
}

@media screen and (max-width: 599px) {
  .footer {
    font-size: 3.2vw;
  }
}

/*footer-category-link-wrap
-----------------------------------------------------------*/
.footer-category-link-wrap {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 599px) {
  .footer-category-link-wrap {
    width: 100%;
    padding: 7vw 4vw;
    background: #f9f9f9;
  }
}

.footer-category-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}

@media screen and (max-width: 599px) {
  .footer-category-list-wrap {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  .footer-category-logo {
    width: 50vw;
    margin-bottom: 5vw;
  }
}

.footer-category-list {
  padding: 0 2em;
  position: relative;
}

.footer-category-list:not(:last-child):after {
  content: "｜";
  color: #ccc;
  display: inline-block;
  position: absolute;
  right: -0.5em;
  top: 0;
}

@media screen and (max-width: 599px) {
  .footer-category-list {
    padding: 0;
  }
  .footer-category-list:not(:last-child) {
    margin-bottom: 1px;
  }
  .footer-category-list:not(:last-child):after {
    content: none;
  }
}

@media screen and (min-width: 990px) {
  .footer-category-link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 599px) {
  .footer-category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 3vw 4vw;
  }
  .footer-category-link:after {
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    background: url(../img/common/ic_sp_arrow_org.svg) no-repeat 0 0;
    background-size: contain;
  }
}

/*footer-other-link-wrap
-----------------------------------------------------------*/
.footer-other-link-wrap {
  width: 100%;
  background: #f9f8f4;
  padding: 40px 0;
}

@media screen and (max-width: 599px) {
  .footer-other-link-wrap {
    padding: 0;
    background: #f9f9f9;
  }
}

.footer-other-link-inner {
  display: block;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .footer-other-link-inner {
    display: block;
    padding: 6vw 4vw 8vw;
  }
}

.l-footer-col {
  position: relative;
  border-left: solid 1px #e4e4e4;
}

@media screen and (max-width: 599px) {
  .l-footer-col {
    border-left: none;
  }
  .l-footer-col:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.other-link-cont-wrap:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .other-link-cont-wrap:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.other-link-category {
  font-weight: bold;
  letter-spacing: normal;
  padding: 0.5em 0 0.5em 16px;
  margin-bottom: 0.5em;
  position: relative;
}

.other-link-category:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ff931f;
  position: absolute;
  left: -1px;
  top: 0;
}

@media screen and (max-width: 599px) {
  .other-link-category {
    font-size: 3.46667vw;
    padding: 0.5em 0;
    margin-bottom: 1em;
    border-bottom: solid 2px #ff931f;
  }
  .other-link-category:before {
    content: none;
  }
}

.other-link-cont {
  padding-left: 16px;
}

@media screen and (max-width: 599px) {
  .other-link-cont {
    padding-left: 0;
  }
}

.other-link-list-wrap {
  position: relative;
}

@media screen and (max-width: 599px) {
  .other-link-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .other-link-list-wrap.no-flex {
    display: block;
  }
  .other-link-list-wrap.no-flex .other-link-list {
    width: 100%;
  }
}

.other-link-list:not(:last-child) {
  margin-bottom: 0.3em;
}

@media screen and (max-width: 599px) {
  .other-link-list {
    width: 50%;
  }
  .other-link-list:not(:last-child) {
    margin-bottom: 0.5em;
  }
}

.other-link {
  display: block;
  letter-spacing: normal;
  padding-left: 1.1em;
  position: relative;
  color: #454545;
}

.other-link:before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 990px) {
  .other-link:hover {
    text-decoration: underline;
  }
}

/*footer-co-wrap
-----------------------------------------------------------*/
.footer-co-wrap {
  width: 100%;
  position: relative;
  padding: 34px 0;
}

.footer-co-wrap .short-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .footer-co-wrap {
    padding: 9vw 0;
  }
  .footer-co-wrap .short-inner {
    display: block;
  }
}

.footer-co-link-wrap {
  position: relative;
}

@media screen and (max-width: 599px) {
  .footer-co-link-wrap {
    margin-bottom: 10vw;
  }
}

.footer-co-name {
  font-weight: bold;
  margin-bottom: .5em;
}

.footer-co-link-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-co-link-list-wrap .footer-co-link-list:not(:last-child) {
  margin-right: 1em;
}

@media screen and (max-width: 599px) {
  .footer-co-link-list-wrap {
    display: block;
  }
  .footer-co-link-list-wrap .footer-co-link-list:not(:last-child) {
    margin-bottom: 0.5em;
  }
}

.footer-co-logo {
  text-align: right;
}

.footer-co-logo img {
  width: 90px;
}

@media screen and (max-width: 599px) {
  .footer-co-logo {
    text-align: center;
    margin-bottom: 3vw;
  }
  .footer-co-logo img {
    width: 30vw;
  }
}

.footer-copyright {
  letter-spacing: normal;
  color: #454545;
}

@media screen and (max-width: 599px) {
  .footer-copyright {
    font-size: 2.93333vw;
    text-align: center;
  }
}

/*float-pagetop
--------------------------------------------------*/
.fx-pagetop-wrap {
  position: fixed;
  z-index: 50;
  width: 60px;
  height: 60px;
  right: 2%;
  bottom: 5%;
}

.fx-pagetop-wrap .fx-pagetop-btn {
  display: block;
  font-size: 12px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 2.6em;
  color: #fff;
  background: #ff831e;
  position: relative;
  border-radius: 50%;
}

.fx-pagetop-wrap .fx-pagetop-btn:after {
  content: "";
  display: block;
  width: 1.0em;
  height: 1.0em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 32%;
  left: 37%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 599px) {
  .fx-pagetop-wrap {
    bottom: 9%;
  }
}

/* =========================================================
syntax
========================================================= */
.hr-text {
  width: 100%;
  max-width: 790px;
  padding: 0 20px;
  margin: 0 auto;
  line-height: 2.0;
}

@media screen and (max-width: 599px) {
  .hr-text {
    padding: 0;
  }
}

.single-fig-wrap {
  text-align: center;
}

.single-fig-wrap img {
  max-width: 100%;
  height: auto;
}

.body-copy:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 599px) {
  .body-copy:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.body-copy-sml {
  font-size: 14px;
  letter-spacing: normal;
}

.body-copy-min {
  font-size: 12px;
}

.small-copy {
  font-size: 0.8em;
}

.mark {
  font-size: 0.6em;
  vertical-align: top;
}

.caption {
  font-size: 12px;
  font-weight: normal;
  color: #333;
}

@media screen and (max-width: 599px) {
  .caption {
    font-size: 3.2vw;
  }
}

.std-catch {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  color: #ff831e;
  margin-bottom: .5em !important;
}

@media screen and (max-width: 599px) {
  .std-catch {
    font-size: 4.53333vw;
  }
}

.text-link {
  color: #2b9af3;
  display: inline-block;
  position: relative;
}

.text-link.other-window {
  padding-right: .5em;
}

.text-link.other-window:after {
  content: url(../img/common/ic_other_window.svg);
  display: inline-block;
  padding-left: .3em;
}

.text-link:hover {
  text-decoration: underline;
}

.radius-fig img {
  border-radius: 5px;
}

/* =========================================================
breadcrumbList
========================================================= */
.breadcrumb-wrap {
  width: 100%;
  background: #f4f4f4;
  padding: 0.3em 0;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 989px) {
  .breadcrumb-wrap {
    padding-top: 61px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .breadcrumb-wrap {
    padding-top: 14.6666vw;
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .top .breadcrumb-wrap {
    display: none;
  }
}

.breadcrumb-list-wrap {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .breadcrumb-list-wrap {
    padding: 0 4vw;
  }
}

@media screen and (max-width: 599px) {
  .breadcrumb-list-wrap {
    padding: 0.2em 1em;
  }
}

.breadcrumb-list {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}

.breadcrumb-list:after {
  content: " > ";
  color: #aaa;
  vertical-align: middle;
}

.breadcrumb-list.bc-home .breadcrumb-list-item {
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/common/ic_home.svg) no-repeat top left;
  width: 2.5em;
}

.breadcrumb-list:last-child {
  padding-left: 1em;
}

.breadcrumb-list:last-child:after {
  content: none;
}

@media screen and (max-width: 599px) {
  .breadcrumb-list {
    font-size: 2.66667vw;
    letter-spacing: normal;
  }
  .breadcrumb-list:last-child {
    padding-left: .5em;
  }
}

.breadcrumb-list-item {
  vertical-align: middle;
  font-size: 11px;
  color: #666;
  display: inline-block;
  padding: 0 1em;
}

@media screen and (max-width: 599px) {
  .breadcrumb-list-item {
    font-size: 2.66667vw;
    padding: 0 0.5em;
  }
}

/* =========================================================
cookies
========================================================= */
.cookies-container {
  width: 100%;
  background: #111;
  padding: 1em 3em;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}

@media screen and (max-width: 599px) {
  .cookies-container {
    padding: 1em;
  }
}

.cookies-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9em;
}

@media screen and (max-width: 599px) {
  .cookies-block {
    display: block;
    font-size: 0.6em;
  }
}

.cookies-text {
  width: 70%;
  color: #fff;
}

.cookies-text .cookies-heading {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 599px) {
  .cookies-text {
    width: 100%;
    margin-bottom: 1em;
  }
}

.cookies-buttons {
  width: 20%;
}

.cookies-buttons .cookies-close-btn {
  display: block;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 599px) {
  .cookies-buttons {
    width: 100%;
  }
}

.cookies-text-link {
  color: #fff;
  text-decoration: underline;
}

/* =========================================================
btn
========================================================= */
.solid-round-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 0.8em 0;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.solid-round-btn.org {
  background: #ff931f;
}

.solid-round-btn.blu {
  background: #0d91e9;
}

.solid-round-btn.other-tab:after {
  content: url(../img/common/ic_other_window_w.svg);
  display: inline-block;
  position: absolute;
  right: 8%;
}

@media screen and (max-width: 599px) {
  .solid-round-btn {
    font-size: 4vw;
  }
}

.thin-round-btn {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #f2f2f2;
  border-radius: 30px;
  padding: 1.1em 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 990px) {
  .thin-round-btn:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  }
}

.white-round-btn {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  padding: 1.1em 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 990px) {
  .white-round-btn:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  }
}

.border-btn {
  display: block;
  width: 100%;
  text-align: center;
  border: solid 1px #afafaf;
  font-size: 13px;
  padding: 0.5em 1.5em;
  border-radius: 2px;
}

.border-btn:hover {
  opacity: 1;
  color: #fff;
  border: solid 1px #333;
  background: #333;
}

.text-arrow-btn {
  display: inline-block;
}

.text-arrow-btn:before {
  content: url("../img/svg/ic_arrow.svg");
  vertical-align: sub;
  display: inline-block;
  margin-right: 0.4em;
}

.arrow-link-btn {
  font-size: 14px;
  letter-spacing: 0.04em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  position: relative;
}

.arrow-link-btn span {
  display: block;
  width: 92%;
  position: relative;
  padding-left: 1.5em;
}

.arrow-link-btn span:before {
  content: "Q.";
  font-weight: bold;
  color: #ff931f;
  display: inline-block;
  position: absolute;
  left: 0;
}

.arrow-link-btn:after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 990px) {
  .arrow-link-btn:hover {
    background: #f4f4f4;
  }
}

@media screen and (max-width: 599px) {
  .arrow-link-btn {
    padding: 5vw 0;
    line-height: 1.4;
  }
}

.more-btn {
  display: inline-block;
  font-size: 12px;
  color: #7c7c7c;
  position: relative;
  padding-bottom: 0.1em;
}

.more-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #7c7c7c;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media screen and (min-width: 990px) {
  .more-btn:hover:after {
    left: 100%;
    width: 0;
  }
}

/* =========================================================
list
========================================================= */
/*dot-list-wrap
--------------------------------------------------*/
.dot-list-wrap {
  width: 100%;
}

.dot-list-wrap.l-flex-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dot-list-wrap.l-flex-col3 .dot-list {
  width: 33%;
  margin-bottom: .5em;
}

@media screen and (max-width: 599px) {
  .dot-list-wrap.l-flex-col3 {
    display: block;
  }
  .dot-list-wrap.l-flex-col3 .dot-list {
    width: 100%;
  }
}

.dot-list-wrap.l-flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dot-list-wrap.l-flex-col2 .dot-list {
  width: 50%;
  padding-right: 1em;
  margin-bottom: .5em;
}

@media screen and (max-width: 599px) {
  .dot-list-wrap.l-flex-col2 {
    display: block;
  }
  .dot-list-wrap.l-flex-col2 .dot-list {
    padding-right: 0;
    width: 100%;
  }
}

.dot-list {
  padding-left: 1.5em;
  position: relative;
  z-index: 1;
}

.dot-list:not(:last-child) {
  margin-bottom: 0.1em;
}

.dot-list:before {
  content: "●";
  font-size: 0.8em;
  color: #ff831e;
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
}

/*caption-num-list
--------------------------------------------------*/
.caption-num-list-wrap {
  padding-top: 20px;
  counter-reset: number 0;
}

.caption-num-list {
  font-size: 0.83em;
  color: #333;
  padding-left: 2.5em;
  position: relative;
  z-index: 1;
}

.caption-num-list:not(:last-child) {
  margin-bottom: 0.8em;
}

.caption-num-list:before {
  counter-increment: number 1;
  content: "※" counter(number);
  display: block;
  width: 1.8em;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

/*caption-list
--------------------------------------------------*/
.caption-list-wrap {
  padding-top: 20px;
}

.caption-list {
  font-size: 0.83em;
  color: #333;
  padding-left: 1.5em;
  position: relative;
  z-index: 1;
}

.caption-list:not(:last-child) {
  margin-bottom: 0.4em;
}

.caption-list:before {
  content: "※";
  display: block;
  width: 1.2em;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

/*num-cr-list
--------------------------------------------------*/
.num-cr-list-wrap {
  counter-reset: number 0;
}

.num-cr-list {
  padding-left: 2.5em;
  position: relative;
  z-index: 1;
}

.num-cr-list:not(:last-child) {
  margin-bottom: 0.8em;
}

.num-cr-list:before {
  counter-increment: number 1;
  content: counter(number) "";
  display: block;
  color: #fff;
  background: #064785;
  width: 1.8em;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.2em;
}

/*nametag-list-wrap
--------------------------------------------------*/
.nametag-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .nametag-list-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.nametag-list {
  font-size: 14px;
  letter-spacing: normal;
  text-align: center;
  border: solid 1px #e5e5e5;
  padding: 0.2em 0 0.1em;
}

@media screen and (max-width: 599px) {
  .nametag-list {
    font-size: 3.46667vw;
    padding: 0.6em 0 0.5em;
  }
}

.l-col4 .nametag-list {
  width: 24.6%;
  margin-bottom: .5%;
}

.l-col4 .nametag-list:not(:nth-of-type(4n)) {
  margin-right: .5%;
}

@media screen and (max-width: 599px) {
  .l-col4 .nametag-list {
    width: 49.6%;
  }
  .l-col4 .nametag-list:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
}

.l-col3 .nametag-list {
  width: 33%;
  margin-bottom: .5%;
}

.l-col3 .nametag-list:not(:nth-of-type(3n)) {
  margin-right: .5%;
}

@media screen and (max-width: 599px) {
  .l-col3 .nametag-list {
    width: 100%;
  }
  .l-col3 .nametag-list:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

.l-col2 .nametag-list {
  width: 49.7%;
  margin-bottom: .5%;
}

.l-col2 .nametag-list:not(:nth-of-type(2n)) {
  margin-right: .5%;
}

@media screen and (max-width: 599px) {
  .l-col2 .nametag-list {
    width: 100%;
  }
  .l-col2 .nametag-list:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}

/*btn-hr-list-wrap
--------------------------------------------------*/
.btn-hr-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .btn-hr-list-wrap {
    display: block;
  }
}

.btn-hr-list {
  width: 30%;
}

.btn-hr-list:not(:last-child) {
  margin-right: 1.5%;
}

@media screen and (max-width: 599px) {
  .btn-hr-list {
    width: 80%;
    margin: 0 auto;
  }
  .btn-hr-list:not(:last-child) {
    margin-right: auto;
    margin-bottom: 5vw;
  }
}

/*border-list-wrap
--------------------------------------------------*/
.border-list-wrap {
  width: 100%;
}

.border-list-wrap.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.border-list {
  border-bottom: solid 1px #e5e5e5;
}

.border-list:first-child {
  border-top: solid 1px #e5e5e5;
}

.l-col2 .border-list {
  width: 48%;
}

.l-col2 .border-list:nth-of-type(2) {
  border-top: solid 1px #e5e5e5;
}

.l-col2 .border-list:not(:nth-of-type(2n)) {
  margin-right: 3.5%;
}

@media screen and (max-width: 599px) {
  .l-col2 .border-list {
    width: 100%;
  }
  .l-col2 .border-list:nth-of-type(2) {
    border-top: none;
  }
  .l-col2 .border-list:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}

/* =========================================================
table
========================================================= */
/*table-shrink
--------------------------------------------------*/
.table-shrink-wrap {
  width: 100%;
  position: relative;
}

.table-shrink-wrap:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .table-shrink-wrap:not(:last-child) {
    margin-bottom: 6vw;
  }
}

.table-shrink {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 599px) {
  .table-shrink {
    font-size: 3.46667vw;
    letter-spacing: normal;
    line-height: 1.4;
    border-right: solid 1px #e5e5e5;
  }
}

.cell-org-head {
  background: #ff831e;
  color: #fff;
  font-weight: bold;
  border-top: solid 1px #ffa861;
  border-bottom: solid 1px #ffa861;
  width: 150px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}

.cell-org-head.area-b {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #fff;
  background: #cce5f9;
  color: #333;
}

.cell-org-head.area-a {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #fff;
  background: #ddf3cf;
  color: #333;
}

.cell-org-head.area-s {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  background: #f9e0cc;
  color: #333;
}

@media screen and (max-width: 599px) {
  .cell-org-head {
    width: 18vw;
    padding: 3.5vw 0;
  }
}

.head-line {
  font-weight: bold;
  color: #ff831e;
  vertical-align: middle;
}

.call-white-cont {
  border-top: solid 1px #f4f4f4;
  border-bottom: solid 1px #f4f4f4;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
}

.call-white-cont.no-head {
  text-align: left;
  padding-left: 50px;
}

.call-white-cont .stg {
  font-weight: bold;
  color: #ff831e;
}

@media screen and (max-width: 599px) {
  .call-white-cont {
    padding: 3.5vw 2vw;
  }
  .call-white-cont span {
    font-size: 0.7em;
    display: block;
  }
  .call-white-cont.no-head {
    text-align: left;
    padding-left: 3vw;
  }
  .call-white-cont.no-head span {
    display: inline;
  }
}

.call-gray-head {
  font-weight: normal;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 20px 0;
  background: #f4f4f4;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  .call-gray-head {
    padding: 3.5vw 2vw;
  }
  .call-gray-head span {
    font-size: 0.7em;
    display: block;
  }
}

/*table-vertical
--------------------------------------------------*/
.table-vertical {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 599px) {
  .table-vertical {
    font-size: 3.46667vw;
    letter-spacing: normal;
    line-height: 1.4;
    border-right: solid 1px #f4f4f4;
    border-left: solid 1px #f4f4f4;
  }
}

.table-vertical.l-col3 th {
  width: 33.333%;
}

.table-vertical.l-col2 th {
  width: 50%;
}

.table-vertical .cell-org-head {
  padding: 10px 0;
  border-top: none;
  border-bottom: none;
  border-right: solid 1px #ffa861;
}

.table-vertical .cell-org-head.area-b {
  border-right: solid 1px #b1d8f8;
}

.table-vertical .cell-org-head.area-a {
  border-right: solid 1px #cae2ba;
}

.table-vertical .cell-org-head.area-s {
  border-right: solid 1px #f8cca9;
}

.table-vertical .cell-org-head:last-child {
  border-right: none;
}

.table-vertical .call-white-cont {
  border-top: none;
  border-bottom: solid 1px #f4f4f4;
}

.table-vertical .call-gray-head {
  border-top: none;
  border-bottom: solid 1px #f4f4f4;
}

@media screen and (max-width: 599px) {
  .table-vertical.table-relative {
    border: solid 1px #f4f4f4;
  }
  .table-vertical .cell-org-head {
    padding: 2.5vw 0;
  }
}

/* =========================================================
titles
========================================================= */
.icon-ttl {
  font-size: 28px;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 30px;
}

.icon-ttl span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #ff831e;
  margin-bottom: 20px;
}

.icon-ttl span img {
  display: block;
  margin: 0 auto 0.4em;
}

@media screen and (max-width: 599px) {
  .icon-ttl {
    font-size: 5.6vw;
    text-align: center;
    margin-bottom: 6vw;
  }
  .icon-ttl span {
    display: block;
    font-size: 3.73333vw;
    letter-spacing: 0.3em;
    color: #ff831e;
    margin-bottom: 3vw;
  }
  .icon-ttl span img {
    display: block;
    margin: 0 auto 0.4em;
  }
}

.sec-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.sec-ttl span {
  display: block;
  font-size: 0.6em;
  letter-spacing: 0.3em;
  color: #ff831e;
}

.sec-ttl b {
  display: block;
  font-size: 1.3em;
  line-height: 1.2;
}

@media screen and (max-width: 599px) {
  .sec-ttl {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}

.sec-left-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.sec-left-ttl.under-bar {
  padding-bottom: 20px;
  border-bottom: solid 2px #ff831e;
}

.sec-left-ttl span {
  display: block;
  font-size: 0.6em;
  letter-spacing: 0.3em;
  color: #ff831e;
}

@media screen and (max-width: 599px) {
  .sec-left-ttl {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
  .sec-left-ttl.under-bar {
    padding-bottom: 3vw;
  }
}

.page-ttl-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .page-ttl-wrap {
    padding: 0 4vw;
    margin-bottom: 10vw;
  }
}

.page-ttl-catch {
  font-size: 14px;
  font-weight: bold;
  color: #ff931f;
  line-height: 1.4;
  margin-bottom: 0.6em !important;
}

@media screen and (max-width: 599px) {
  .page-ttl-catch {
    font-size: 3.73333vw;
  }
}

.page-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.8em;
  position: relative;
}

.page-ttl:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #ff931f;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  .page-ttl {
    font-size: 4.26667vw;
  }
  .page-ttl:after {
    width: 10vw;
  }
}

.color-mid-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ff831e;
}

@media screen and (max-width: 599px) {
  .color-mid-ttl {
    font-size: 4.26667vw;
    margin-bottom: 3vw;
  }
}

.color-bold-ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #ff831e;
}

.color-bold-ttl.left {
  text-align: left;
}

@media screen and (max-width: 599px) {
  .color-bold-ttl {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}

.icon-bold-color-ttl {
  font-weight: bold;
  color: #ff831e;
  margin-bottom: 0.5em;
}

.icon-bold-color-ttl i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .icon-bold-color-ttl {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}

.bold-ttl {
  font-weight: bold;
  margin-bottom: 0.6em;
}

.mid-bold-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.mid-bold-ttl span {
  font-size: 0.7em;
  letter-spacing: normal;
}

@media screen and (max-width: 599px) {
  .mid-bold-ttl {
    font-size: 4.26667vw;
    margin-bottom: 3vw;
  }
}

.bottom-link-ttl {
  font-size: 16px;
  margin-bottom: 25px;
}

.bottom-link-ttl .ttl-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-link-ttl .ttl-link span {
  display: block;
  line-height: 1;
}

.bottom-link-ttl .ttl-link i {
  display: block;
  margin-left: 0.5em;
  width: 1em;
}

@media screen and (max-width: 599px) {
  .bottom-link-ttl {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 599px) {
  .sp-ac-ttl {
    font-size: 3.73333vw;
    color: #fff;
    background: #ea5404;
    padding: 3vw 4vw;
    position: relative;
    z-index: 1;
  }
  .sp-ac-ttl:before {
    content: "";
    display: block;
    width: 4vw;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 4vw;
  }
  .sp-ac-ttl:after {
    content: "";
    display: block;
    width: 4vw;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 4vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .sp-ac-ttl.is-active:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.page-aside-ttl {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .page-aside-ttl {
    font-size: 5.6vw;
    margin-bottom: 6vw;
  }
}

.page-aside-ttl.small {
  font-size: 15px;
}

@media screen and (max-width: 599px) {
  .page-aside-ttl.small {
    font-size: 3.73333vw;
    text-align: left;
  }
}

.eng-ttl {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  color: #ff831e;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .eng-ttl {
    margin-bottom: 4vw;
  }
}

.border-ttl {
  font-size: 20px;
  border-top: solid 4px #ff931f;
  border-bottom: solid 1px #e5e5e5;
  padding: 35px 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .border-ttl {
    padding: 4vw 0;
    margin-bottom: 5vw;
    font-size: 4.26667vw;
  }
}

.border-link-ttl {
  font-size: 20px;
  border-top: solid 4px #ff931f;
}

@media screen and (max-width: 599px) {
  .border-link-ttl {
    font-size: 4.26667vw;
  }
}

.ttl-block-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
}

.ttl-block-link span {
  display: block;
  margin-right: 0.4em;
}

.ttl-block-link i {
  display: block;
  width: 1em;
  line-height: 0;
}

@media screen and (min-width: 990px) {
  .ttl-block-link:hover {
    background: #f4f4f4;
  }
}

@media screen and (max-width: 599px) {
  .ttl-block-link {
    padding: 4vw 0;
    font-size: 4vw;
  }
}

.border-ac-ttl {
  font-size: 16px;
  border-top: solid 4px #ff931f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
  position: relative;
  cursor: pointer;
}

.border-ac-ttl:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 20px;
}

.border-ac-ttl:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.border-ac-ttl.is-active:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (max-width: 599px) {
  .border-ac-ttl {
    font-size: 4.26667vw;
    padding: 4vw 0;
  }
  .border-ac-ttl:before {
    width: 4vw;
    right: 4vw;
  }
  .border-ac-ttl:after {
    width: 4vw;
    right: 4vw;
  }
}

.step-ttl {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.step-ttl span {
  font-size: 0.6em;
  letter-spacing: 0.3em;
  display: block;
  margin-bottom: 0.4em;
}

@media screen and (max-width: 599px) {
  .step-ttl {
    font-size: 3.73333vw;
  }
}

/* =========================================================
anchor
========================================================= */
.content-anchor-wrap {
  width: 100%;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .content-anchor-wrap {
    padding: 6vw 0;
  }
}

.content-anchor-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .content-anchor-list-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.l-col4 .content-anchor-list {
  width: 23%;
}

.l-col4 .content-anchor-list:not(:nth-of-type(4n)) {
  margin-right: 2.55%;
}

@media screen and (max-width: 599px) {
  .l-col4 .content-anchor-list {
    width: 48%;
  }
  .l-col4 .content-anchor-list:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
}

.l-col3 .content-anchor-list {
  width: 31%;
}

.l-col3 .content-anchor-list:not(:nth-of-type(3n)) {
  margin-right: 2.55%;
}

@media screen and (max-width: 599px) {
  .l-col3 .content-anchor-list {
    width: 100%;
  }
  .l-col3 .content-anchor-list:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

.l-col2 .content-anchor-list {
  width: 49%;
}

.l-col2 .content-anchor-list:not(:nth-of-type(2n)) {
  margin-right: 2%;
}

@media screen and (max-width: 599px) {
  .l-col2 .content-anchor-list {
    width: 100%;
  }
  .l-col2 .content-anchor-list:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}

.content-anchor-link {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 1px #e5e5e5;
}

.content-anchor-link:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -0.4em 1em 0 0;
}

@media screen and (min-width: 990px) {
  .content-anchor-link:hover {
    background: #f4f4f4;
  }
}

@media screen and (max-width: 599px) {
  .content-anchor-link {
    font-size: 3.46667vw;
    height: 15.3333vw;
  }
}

/* =========================================================
common_cv
========================================================= */
.bottom-cv-wrap {
  width: 100%;
  background: #f5ebda;
  height: 420px;
  position: relative;
  z-index: 1;
}

.bottom-cv-wrap .mid-inner {
  height: 100%;
  padding: 0;
  background: url(../img/common/cv_area_bg.jpg) no-repeat 0 -50px;
  background-size: 500px auto;
}

.bottom-cv-wrap .mid-inner .short-inner {
  text-align: right;
}

@media screen and (max-width: 989px) {
  .bottom-cv-wrap .mid-inner {
    background: url(../img/common/cv_area_bg.jpg) no-repeat -150px -50px;
    background-size: 500px auto;
  }
  .bottom-cv-wrap .mid-inner .short-inner {
    text-align: right;
  }
}

@media screen and (max-width: 599px) {
  .bottom-cv-wrap {
    height: auto;
  }
  .bottom-cv-wrap .mid-inner {
    height: 100%;
    padding-bottom: 90vw;
    background: url(../img/common/cv_area_bg.jpg) no-repeat 0 bottom;
    background-size: 88vw auto;
  }
  .bottom-cv-wrap .mid-inner .short-inner {
    text-align: center;
  }
}

.bottom-cv-box {
  display: inline-block;
  width: 64.5%;
  text-align: center;
  padding-top: 60px;
}

.bottom-cv-box .sec-ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .bottom-cv-box {
    padding-top: 10vw;
    width: 100%;
  }
  .bottom-cv-box .sec-ttl {
    margin-bottom: 4vw;
  }
}

.cv-btn-wrap {
  width: 100%;
  border-bottom: dotted 1px #aba498;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .cv-btn-wrap {
    padding-bottom: 8vw;
    margin-bottom: 7vw;
  }
}

.cv-def-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .cv-def-ttl {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}

.cv-btn-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .cv-btn-list-wrap {
    display: block;
  }
}

.cv-btn-list {
  width: 280px;
  margin: 0 2px;
}

@media screen and (max-width: 599px) {
  .cv-btn-list {
    width: 84%;
    margin: 0 auto;
  }
  .cv-btn-list:not(:last-child) {
    margin: 0 auto 4vw;
  }
}

.cv-tel-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cv-tel-cont p {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .cv-tel-cont {
    display: block;
  }
}

.cv-tel-name {
  font-weight: bold;
  margin-right: 1em;
}

@media screen and (max-width: 989px) {
  .cv-tel-name {
    font-size: 13px;
  }
}

@media screen and (max-width: 599px) {
  .cv-tel-name {
    font-size: 3.73333vw;
    font-weight: normal;
    margin-right: 0;
  }
}

.cv-tel-link {
  display: block;
  margin-right: 1em;
  pointer-events: none;
}

@media screen and (max-width: 989px) {
  .cv-tel-link {
    pointer-events: auto;
  }
}

@media screen and (max-width: 599px) {
  .cv-tel-link {
    display: block;
    width: 84%;
    margin: 0 auto 3vw;
    font-size: 4vw;
    line-height: 0;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    padding: 1.0em 0 .8em;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background: #ff931f;
  }
}

.cv-tel-num {
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
}

@media screen and (max-width: 989px) {
  .cv-tel-num {
    font-size: 26px;
  }
}

@media screen and (max-width: 599px) {
  .cv-tel-num {
    font-size: 6.66667vw;
  }
}

@media screen and (max-width: 599px) {
  .cv-tel-icon {
    display: inline-block;
    width: 8vw;
  }
}

.cv-tel-open {
  text-align: left;
  line-height: 1.2;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .cv-tel-open {
    font-size: 3.2vw;
    text-align: center;
  }
}

/* =========================================================
modal
========================================================= */
.cv-modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 999;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.modal-inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 86vw;
  background: #f3f3f3;
  border-radius: 6px;
}

.modal-content {
  width: 100%;
  max-height: 76vh;
  overflow-y: auto;
  padding: 6vw;
}

.modal-content .cv-btn-list {
  width: 96%;
}

.modal-content .cv-tel-link {
  width: 96%;
}

@media screen and (max-width: 989px) {
  .modal-close-btn {
    display: block;
    line-height: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 14px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -20px;
    right: -20px;
  }
}

@media screen and (max-width: 599px) {
  .modal-close-btn {
    width: 8vw;
    height: 8vw;
    padding: 2.8vw;
    top: -4vw;
    right: -4vw;
  }
}

/*modal-content[header-CV]
--------------------------------------------------*/
.modal-content .cv-btn-wrap {
  text-align: center;
}

.modal-content .cv-def-ttl {
  text-align: center;
  margin-bottom: 3vw;
}

.modal-content .cv-tel-name {
  text-align: center;
}

/* =========================================================
fixed_bnr
========================================================= */
.bnr-fixed-wrap {
  position: fixed;
  right: 40px;
  top: 590px;
  z-index: 100;
  background: #e5e5e5;
}

@media screen and (max-width: 599px) {
  .bnr-fixed-wrap {
    display: none;
  }
}

.bnr-fixed {
  line-height: 0;
  border: solid 4px #e5e5e5;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.bnr-fixed-close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #333;
  position: absolute;
  top: -10px;
  right: -10px;
  border: solid 2px #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
}

.sp-bnr-wrap {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp-bnr-wrap {
    display: block;
    padding: 0 4vw;
    margin-bottom: 4vw;
  }
  .sp-bnr-wrap .sp-bnr-link {
    line-height: 0;
    display: block;
    border: solid 2px #e5e5e5;
  }
}

/* =========================================================
right_navi
========================================================= */
.right-navi-wrap {
  width: 100%;
  position: relative;
  border-top: solid 2px #ff931f;
}

.right-navi-ttl {
  font-size: 16px;
  font-weight: bold;
  padding-top: 50px;
  margin-bottom: 40px;
}

.right-navi-list-wrap {
  width: 100%;
}

.right-navi-link {
  display: block;
  color: #ccc;
  font-weight: bold;
  padding: .5em 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.right-navi-link.is-here {
  color: #ff931f;
  pointer-events: none;
}

.right-navi-link:hover {
  opacity: 1;
  color: #ff931f;
  background: #f4f4f4;
}

/*==============================================================================

TOP

==============================================================================*/
/* =========================================================
about
========================================================= */
.about-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.about-wrap .large-inner {
  background: #f4f4f4 url(../img/index/about_bg.png) no-repeat 0 700px;
  padding: 60px 20px;
}

.about-wrap .caption-num-list-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .about-wrap .large-inner {
    background: #f4f4f4 none;
    padding: 0 0 8vw;
    background-size: 40vw;
  }
  .about-wrap .caption-num-list-wrap {
    padding: 4vw 4vw 0;
  }
}

.about-head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-left: 100px;
  margin-bottom: 40px;
}

@media screen and (max-width: 989px) {
  .about-head-box {
    padding: 0 20px;
  }
}

@media screen and (max-width: 599px) {
  .about-head-box {
    display: block;
    padding: 0 4vw;
    margin-bottom: 8vw;
  }
}

.about-head-text-area {
  width: 50%;
}

.about-head-text-area .icon-ttl span img {
  margin: 0 0 .4em;
}

@media screen and (max-width: 989px) {
  .about-head-text-area {
    width: 100%;
  }
  .about-head-text-area .icon-ttl span img {
    margin: 0 auto .4em;
  }
}

.about-head-fig-area {
  width: 48%;
}

@media screen and (max-width: 989px) {
  .about-head-fig-area {
    display: none;
    width: 100%;
  }
}

.index-service-list-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 989px) {
  .index-service-list-wrap {
    margin: 0 auto 10vw;
  }
}

@media screen and (max-width: 599px) {
  .index-service-list-wrap .sp-ac-ttl {
    font-size: 4.13333vw;
    padding: 4vw 4vw 3.5vw;
  }
}

/* =========================================================
category_navi
========================================================= */
.category-links-wrap {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .category-links-wrap {
    padding: 0 4vw;
  }
}

.category-links-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 599px) {
  .category-links-list-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.category-links-list {
  width: 24.8%;
}

@media screen and (max-width: 599px) {
  .category-links-list {
    width: 49.4%;
    margin-bottom: 0.5vw;
  }
}

.category-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 990px) {
  .category-links:hover {
    opacity: 1;
  }
  .category-links:hover .category-fig img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
    transform: translate3d(-50%, -50%, 0) scale(1.1);
  }
}

@media screen and (max-width: 599px) {
  .category-links {
    height: 18.6666vw;
  }
}

.category-fig {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.category-fig img {
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}

.category-copy {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.category-copy span {
  display: block;
  font-weight: normal;
  font-size: 0.7em;
}

@media screen and (max-width: 599px) {
  .category-copy {
    font-size: 3.46667vw;
    position: relative;
    z-index: 1;
  }
}

/* =========================================================
decoration
========================================================= */
/* =========================================================
flow
========================================================= */
.index-flow-wrap {
  width: 100%;
  padding: 70px 0 80px;
}

.index-flow-wrap .flow-fig-circle {
  background: #f4f4f4;
}

@media screen and (max-width: 599px) {
  .index-flow-wrap {
    padding: 12vw 0 12vw;
  }
}

.service-flow-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  padding: 50px 0 50px;
  background: #f4f4f4;
}

.service-flow-wrap .flow-fig-circle {
  background: #fff;
}

@media screen and (max-width: 599px) {
  .service-flow-wrap {
    padding: 12vw 0 12vw;
  }
}

.flow-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1em;
}

@media screen and (max-width: 599px) {
  .flow-list-wrap {
    display: block;
  }
}

.flow-list {
  width: 22%;
  position: relative;
}

.flow-list:not(:last-child):after {
  content: url(../img/common/ic_arrow.svg);
  display: inline-block;
  position: absolute;
  top: 80px;
  right: -30px;
}

@media screen and (max-width: 599px) {
  .flow-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flow-list:not(:last-child) {
    margin-bottom: 8vw;
  }
  .flow-list:not(:last-child):after {
    content: url(../img/common/ic_arrow.svg);
    display: inline-block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -7vw;
    left: 20%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

.flow-fig {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.flow-fig .flow-num {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (max-width: 599px) {
  .flow-fig {
    margin-bottom: 2vw;
    width: 42%;
  }
  .flow-fig .flow-num {
    font-size: 5.33333vw;
  }
}

.flow-fig-circle {
  display: block;
  width: 160px;
  height: 160px;
  padding: 12px;
  margin: 0 auto;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
  .flow-fig-circle {
    width: 38vw;
    height: 38vw;
    padding: 2.5vw;
  }
}

@media screen and (max-width: 599px) {
  .flow-text {
    width: 52%;
  }
  .flow-text .color-bold-ttl {
    text-align: left;
  }
}

/* =========================================================
mv
========================================================= */
.hero-wrap {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .hero-wrap {
    margin-bottom: 4vw;
  }
}

.mv-wrap {
  max-width: 1480px;
  padding: 0;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .mv-wrap {
    margin-bottom: 4vw;
  }
}

.mv-fig {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mv-fig img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.case-slide-wrap {
  width: 100%;
  height: 100%;
}

.mv-copy {
  line-height: 0;
}

@media screen and (max-width: 599px) {
  .mv-copy {
    line-height: 0;
  }
}

.mv-inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 480px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .mv-inner02 {
    height: 90.6666vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.mv-copy02 {
  padding: 70px 0 0;
}

@media screen and (max-width: 599px) {
  .mv-copy02 {
    padding: 13vw 12vw 0;
  }
}

/* =========================================================
news
========================================================= */
.index-news-wrap {
  width: 100%;
  padding: 70px 0 80px;
}

@media screen and (max-width: 599px) {
  .index-news-wrap {
    padding: 12vw 0 16vw;
  }
}

.index-news-list-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .index-news-list-wrap {
    margin-bottom: 8vw;
  }
}

.index-news-list {
  width: 100%;
  border-bottom: solid 1px #f4f4f4;
}

.index-news-list:first-child {
  border-top: solid 1px #f4f4f4;
}

.index-news-list-link {
  display: block;
  line-height: 1;
  width: 100%;
  padding: 24px 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.index-news-list-link.news-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-news-list-link.news-pdf:after {
  content: url(../img/common/ic_pdf.svg);
  display: block;
  width: 5%;
  padding: 0.2em 0;
  text-align: right;
  border-left: solid 1px #eee;
}

.index-news-list-link.news-pdf .index-news-info {
  width: 88%;
}

.index-news-list-link.news-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-news-list-link.news-window:after {
  content: url(../img/common/ic_window.svg);
  display: block;
  width: 5%;
  padding: 0.3em 0;
  text-align: right;
  border-left: solid 1px #eee;
}

.index-news-list-link.news-window .index-news-info {
  width: 88%;
}

@media screen and (min-width: 990px) {
  .index-news-list-link:hover {
    background: #f4f4f4;
  }
}

@media screen and (max-width: 599px) {
  .index-news-list-link {
    display: block;
    padding: 5vw 4vw;
  }
  .index-news-list-link.news-pdf:after {
    border-left: none;
  }
  .index-news-list-link.news-window:after {
    border-left: none;
  }
}

.index-news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .index-news-info {
    display: block;
  }
}

.news-link-category {
  display: block;
  font-size: 12px;
  color: #ccc;
  width: 90px;
  margin-left: 20px;
}

@media screen and (max-width: 599px) {
  .news-link-category {
    font-size: 3.2vw;
    width: auto;
    display: inline-block;
    padding: 0.2em 4vw 0 0;
    margin-bottom: 2vw;
  }
}

.news-link-date {
  display: block;
  font-size: 12px;
  font-weight: bold;
  width: 110px;
  padding: 0.8em 0;
  border-right: solid 1px #f4f4f4;
}

@media screen and (max-width: 599px) {
  .news-link-date {
    font-size: 3.2vw;
    width: auto;
    display: inline-block;
    margin-left: 2vw;
    margin-bottom: 2vw;
  }
}

.news-link-headline {
  display: block;
  width: 56%;
  margin-left: 50px;
  line-height: 1.2;
}

@media screen and (max-width: 599px) {
  .news-link-headline {
    width: 100%;
    margin-left: 0;
  }
}

.news-btn-wrap {
  width: 380px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .news-btn-wrap {
    width: 80%;
  }
}

/* =========================================================
reason
========================================================= */
.index-reason-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.index-reason-wrap .large-inner {
  background: #f4f4f4;
  padding: 80px 0 90px;
}

@media screen and (max-width: 1190px) {
  .index-reason-wrap .large-inner {
    padding: 60px 0 90px;
  }
}

@media screen and (max-width: 599px) {
  .index-reason-wrap .large-inner {
    padding: 12vw 0;
  }
}

.reason-head-fig {
  width: 100%;
  max-width: 1480px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.reason-box {
  width: 100%;
  margin-bottom: 50px;
}

.reason-box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .reason-box {
    margin-bottom: 8vw;
  }
}

.reason-box-head {
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reason-box-head .reason-box-fig {
  width: 64%;
}

.reason-box-head .reason-box-text {
  width: 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reason-box-head .reason-box-text .icon-ttl {
  text-align: center;
}

.reason-box-head.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.reason-box-head.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 989px) {
  .reason-box-head {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .reason-box-head {
    margin-bottom: 0;
    display: block;
  }
  .reason-box-head.mid-inner {
    padding: 0;
  }
  .reason-box-head .reason-box-fig {
    width: 100%;
    text-align: center;
    height: 54.666vw;
    position: relative;
    margin-bottom: 6vw;
  }
  .reason-box-head .reason-box-fig img {
    position: absolute;
    width: auto;
    max-width: none;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .reason-box-head.left .reason-box-text {
    position: relative;
    width: 100%;
    padding: 0;
    background: #f4f4f4;
    right: auto;
    bottom: auto;
  }
  .reason-box-head.right .reason-box-text {
    position: relative;
    width: 100%;
    padding: 0;
    background: #f4f4f4;
    right: auto;
    bottom: auto;
  }
}

.reason-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .reason-box-text {
    display: block;
  }
}

.reason-text {
  width: 46%;
}

@media screen and (max-width: 599px) {
  .reason-text {
    width: 100%;
  }
  .reason-text:not(:last-child) {
    margin-bottom: 6vw;
  }
}

/* =========================================================
service_list
========================================================= */
.index-service-list-box {
  margin-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .index-service-list-box {
    display: block;
    margin-bottom: 0;
  }
}

.service-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .service-list-wrap {
    display: block;
  }
}

.service-list {
  width: 19.5%;
  margin-bottom: 20px;
  position: relative;
}

.service-list .service-list-caption {
  background: #56b468;
}

@media screen and (min-width: 990px) {
  .service-list .service-list-link:hover .service-list-name {
    background: #56b468;
  }
}

.service-list:nth-of-type(-n+4) .service-list-caption {
  background: #0d91e9;
}

@media screen and (min-width: 990px) {
  .service-list:nth-of-type(-n+4) .service-list-link:hover .service-list-name {
    background: #0d91e9;
  }
}

.service-list:nth-of-type(n+8) .service-list-caption {
  background: #f87a88;
}

@media screen and (min-width: 990px) {
  .service-list:nth-of-type(n+8) .service-list-link:hover .service-list-name {
    background: #f87a88;
  }
}

@media screen and (max-width: 599px) {
  .service-list {
    width: 100%;
    margin-bottom: 0;
    border-bottom: solid 1px #e2e2e2;
    background: #fff;
  }
}

.service-list-link {
  display: block;
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 990px) {
  .service-list-link:hover {
    opacity: 1;
  }
  .service-list-link:hover .service-list-caption {
    opacity: 1;
  }
  .service-list-link:hover .service-list-name {
    color: #fff;
    border-radius: 0 0 5px 5px;
  }
  .service-list-link:hover .service-list-arrow img {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}

@media screen and (max-width: 599px) {
  .service-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 4vw;
  }
}

.service-list-fig {
  padding: 10px 20px 0;
}

@media screen and (max-width: 599px) {
  .service-list-fig {
    width: 30%;
    padding: 0 4vw 0 0;
    line-height: 0;
  }
}

@media screen and (max-width: 599px) {
  .service-list-text {
    width: 70%;
  }
}

.service-list-name {
  font-size: 16px;
  padding: 20px 0 20px;
  line-height: 1.2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
  z-index: 2;
  border-radius: 0 0 5px 5px;
  border-top: dotted 1px #fff;
}

@media screen and (max-width: 989px) {
  .service-list-name {
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .service-list-name {
    font-size: 4vw;
    padding: 0;
    border-radius: 0;
    text-align: left;
    margin-bottom: 2vw;
  }
}

.service-list-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: left;
  padding: 0 28px 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

@media screen and (max-width: 599px) {
  .service-list-caption {
    font-size: 3.2vw;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    position: relative;
    opacity: 1;
    color: #333;
    background: #fff !important;
  }
}

.service-list-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -8px;
  right: -4px;
  z-index: 3;
}

.service-list-arrow img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (max-width: 1180px) {
  .service-list-arrow {
    width: 36px;
    height: 36px;
    padding: 11px;
  }
}

@media screen and (max-width: 989px) {
  .service-list-arrow {
    width: 28px;
    height: 28px;
    padding: 8px;
  }
}

@media screen and (max-width: 599px) {
  .service-list-arrow {
    display: none;
  }
}

.service-color01 {
  fill: #0d91e9;
}

.service-color02 {
  fill: #56b468;
}

.service-color03 {
  fill: #f87a88;
}

.service-bg-color01 {
  background: #0d91e9;
}

.service-bg-color02 {
  background: #56b468;
}

.service-bg-color03 {
  background: #f87a88;
}

/* =========================================================
other-intro
========================================================= */
.index-other-intro-wrap {
  width: 100%;
  padding-bottom: 80px;
}

.index-other-intro-wrap .mid-inner {
  padding-top: 60px;
  border-top: solid 1px #e5e5e5;
}

.index-other-intro-wrap .mid-bold-ttl {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .index-other-intro-wrap {
    padding-bottom: 16vw;
  }
  .index-other-intro-wrap .mid-inner {
    padding-top: 10vw;
  }
  .index-other-intro-wrap .mid-bold-ttl {
    margin-bottom: 5vw;
  }
}

.other-intro-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.other-intro-list-wrap .other-intro-list {
  width: 44.333%;
  padding-right: 30px;
}

@media screen and (max-width: 599px) {
  .other-intro-list-wrap {
    display: block;
  }
  .other-intro-list-wrap .other-intro-list {
    width: 100%;
    padding-right: 0;
  }
  .other-intro-list-wrap .other-intro-list:not(:last-child) {
    margin-bottom: 5vw;
  }
}

.other-intro-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding-right: 1em;
}

@media screen and (min-width: 990px) {
  .other-intro-link:hover {
    background: #f4f4f4;
  }
}

.other-intro-link-fig {
  width: 24%;
  line-height: 0;
}

.other-intro-link-text {
  width: 72%;
}

.other-intro-headline {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
  .other-intro-headline {
    font-size: 3.46667vw;
    margin-bottom: 1vw;
  }
}

.other-intro-copy {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .other-intro-copy {
    font-size: 3.46667vw;
  }
}

/*==============================================================================

news

==============================================================================*/
/* =========================================================
news_index
========================================================= */
.news-index-wrap {
  width: 100%;
  padding: 40px 0 80px;
}

@media screen and (max-width: 989px) {
  .news-index-wrap {
    padding: 10vw 0 16vw;
  }
  .news-index-wrap .mid-inner {
    padding: 0;
  }
}

.news-index-wrap .index-news-list-wrap {
  margin-bottom: 0;
}

/* =========================================================
news_detail
========================================================= */
.article-wrap {
  width: 100%;
  border-top: solid 1px #eee;
}

.article-spec-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .article-spec-wrap {
    padding-top: 7vw;
    margin-bottom: 4vw;
  }
}

.article-inner:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .article-inner:not(:last-child) {
    margin-bottom: 8vw;
  }
}

.article-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .article-col2 {
    display: block;
  }
}

.article-col-fig {
  width: 41.66666%;
}

.article-col-fig img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 599px) {
  .article-col-fig {
    width: 100%;
  }
  .article-col-fig:not(:last-child) {
    margin-bottom: 5vw;
  }
}

.article-col-text {
  width: 53.37%;
}

@media screen and (max-width: 599px) {
  .article-col-text {
    width: 100%;
  }
  .article-col-text:not(:last-child) {
    margin-bottom: 5vw;
  }
}

.center-fig {
  width: 100%;
  text-align: center;
}

.center-fig:not(:first-child) {
  padding-top: 30px;
}

@media screen and (max-width: 599px) {
  .center-fig:not(:first-child) {
    padding-top: 5vw;
  }
}

/*==============================================================================

area

==============================================================================*/
/* =========================================================
area_index
========================================================= */
.area-list-wrap {
  max-width: 1000px;
  border-top: solid 1px #ff931f;
}

@media screen and (max-width: 599px) {
  .area-list-wrap {
    width: 100%;
  }
}

.area-list-definition {
  border-bottom: solid 1px #e1e1e1;
}

.area-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 30px;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  .area-list-head {
    padding-left: 2.66vw;
  }
}

@media screen and (max-width: 599px) {
  .area-list-head {
    height: 13.33vw;
    font-size: 3.73333vw;
    font-weight: 700;
  }
}

.area-list-head.ac-ttl:before, .area-list-head.ac-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 1px;
  background-color: #454545;
}

@media screen and (max-width: 599px) {
  .area-list-head.ac-ttl:before, .area-list-head.ac-ttl:after {
    right: 4vw;
  }
}

@media screen and (max-width: 599px) {
  .area-list-head.ac-ttl:before, .area-list-head.ac-ttl:after {
    width: 4vw;
  }
}

.area-list-head.ac-ttl:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.area-list-head + dd {
  display: none;
}

.area-list-head.is-active:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.area-list-inner li {
  border-top: solid 1px #f4f4f4;
}

.area-list-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 40px;
}

@media screen and (max-width: 599px) {
  .area-list-inner a {
    height: 10.66vw;
  }
}

.area-list-inner a:hover {
  background-color: #f4f4f4;
}

.area-list-inner a:after {
  content: '';
  display: block;
  position: absolute;
  right: 26px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .area-list-inner a:after {
    right: 5.4vw;
  }
}

@media screen and (max-width: 599px) {
  .area-list-inner a:after {
    width: 1.7vw;
    height: 1.7vw;
  }
}

.area-list-inner p {
  padding-left: 60px;
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  .area-list-inner p {
    padding-left: 8vw;
    font-size: 3.2vw;
  }
}

/* =========================================================
area_detail
========================================================= */
.area-table-wrap {
  position: relative;
  margin-bottom: 70px;
}

@media screen and (max-width: 599px) {
  .area-table-wrap {
    margin-bottom: 13.3333vw;
  }
}

.area-table-col4 {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .area-table-col4 {
    margin-bottom: 8vw;
  }
}

.area-table-col3 {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .area-table-col3 {
    margin-bottom: 8vw;
  }
}

.area-table-ttl {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: normal;
  font-weight: bold;
  background: #f4f4f4;
  padding: 15px 0;
  border: #e1e1e1 solid 1px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .area-table-ttl {
    font-size: 3.2vw;
    line-height: 1.2;
    padding: 4vw 0;
  }
}

.area-table-ttl.area-table-ttl-area {
  width: 55%;
}

.area-table-ttl.area-table-ttl-price {
  width: 15%;
}

@media screen and (max-width: 599px) {
  .area-table-ttl.area-table-ttl-price {
    padding: 2vw 0.5em;
  }
}

.area-table-ttl.area-table-ttl-store {
  width: 30%;
}

.area-table-content {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: normal;
  vertical-align: middle;
  border: #e1e1e1 solid 1px;
  padding: 10px 20px;
}

@media screen and (max-width: 599px) {
  .area-table-content {
    font-size: 3.2vw;
    line-height: 1.2;
    padding: 2.6vw 0.5em;
  }
}

.area-table-content.area-table-content-area01 {
  width: 15%;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .area-table-content.area-table-content-area01 {
    width: 20%;
  }
}

.area-table-content.area-table-content-area02 {
  width: 40%;
}

@media screen and (max-width: 599px) {
  .area-table-content.area-table-content-area02 {
    width: 35%;
  }
}

.area-table-content.area-table-content-area {
  width: 55%;
}

.area-table-content.area-table-content-price {
  width: 15%;
  text-align: center;
}

.area-table-content.area-table-content-store {
  width: 30%;
}

@media screen and (max-width: 599px) {
  .area-table-content.area-table-content-store {
    font-size: 2.66667vw;
  }
}

.area-table-content.table-column-span2 {
  padding-left: 50px;
  padding-right: 30px;
}

@media screen and (max-width: 599px) {
  .area-table-content.table-column-span2 {
    padding-left: 1.2em;
    padding-right: 0.8em;
  }
}

.area-table-content-store-name {
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .area-table-content-store-name {
    font-size: 3.2vw;
    display: inline-block;
    margin-bottom: 1.3vw;
  }
}

.area-table-wrap .cv-btn-list {
  margin: 0 auto;
}

.area-cv-wrap .short-inner {
  background: #f4f4f4;
  padding: 60px 0;
}

@media screen and (max-width: 599px) {
  .area-cv-wrap .short-inner {
    margin: 0 4vw;
    padding: 10.6666vw 0;
  }
}

.area-cv-wrap .area-cv-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}

@media screen and (max-width: 599px) {
  .area-cv-wrap .area-cv-ttl {
    font-size: 4.26667vw;
    margin-bottom: 4vw;
    line-height: 1.5;
  }
}

.area-def-ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .area-def-ttl {
    font-size: 3.2vw;
    margin-bottom: 4vw;
    line-height: 1.5;
  }
}

.area-btn-wrap {
  width: 280px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .area-btn-wrap {
    width: 80%;
  }
}

/*==============================================================================

voice

==============================================================================*/
/* =========================================================
voice_index
========================================================= */
.voice-index-wrap .voice-link-wrap {
  padding: 0 0 60px;
}

@media screen and (max-width: 599px) {
  .voice-index-wrap .voice-link-wrap {
    padding: 0 0 8vw;
  }
}

.voice-index-wrap .service-index-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 50px 0 50px;
  background: #f4f4f4;
}

.voice-index-wrap .service-index-wrap .flow-fig-circle {
  background: #fff;
}

@media screen and (max-width: 599px) {
  .voice-index-wrap .service-index-wrap {
    padding: 8vw 0 8vw;
  }
}

.voice-index-wrap .service-menu-img-wrap {
  background: #fff;
}

/* =========================================================
voice_detail
========================================================= */
/*voice-head-wrap
----------------------------------------------------------*/
.voice-head-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}

.voice-head-wrap .short-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .voice-head-wrap {
    padding-bottom: 8vw;
  }
  .voice-head-wrap .short-inner {
    display: block;
  }
}

.head-left-wrap {
  width: 47%;
}

@media screen and (max-width: 599px) {
  .head-left-wrap {
    width: 100%;
    margin-bottom: 5vw;
  }
}

.voice-head-fig-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  line-height: 0;
}

.voice-head-fig-box picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.voice-head-fig-box img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  border-radius: 5px;
}

.voice-head-fig-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 5px;
}

@media screen and (max-width: 599px) {
  .voice-head-fig-box {
    height: 50.93333vw;
  }
}

.voice-trouble-wrap {
  max-width: 70%;
  line-height: 1.6;
  color: #fff;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 599px) {
  .voice-trouble-wrap {
    max-width: 90%;
  }
}

.voice-trouble-wrap .voice-trouble-ttl {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.5em;
}

.voice-trouble-wrap .voice-trouble-ttl:after {
  content: "";
  width: 3em;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 47%;
  left: 4em;
}

@media screen and (max-width: 599px) {
  .voice-trouble-wrap .voice-trouble-ttl {
    font-size: 4vw;
  }
}

.voice-trouble-wrap .voice-trouble-cont {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .voice-trouble-wrap .voice-trouble-cont {
    font-size: 5.06667vw;
  }
}

.head-right-wrap {
  width: 48%;
}

@media screen and (max-width: 599px) {
  .head-right-wrap {
    width: 100%;
  }
}

.voice-user-name {
  font-size: 20px;
  font-weight: bold;
  color: #ff831e;
  padding-left: 1.8em;
  margin-bottom: 10px;
  background: url(../img/common/ic_account.svg) no-repeat 0 center;
}

@media screen and (max-width: 599px) {
  .voice-user-name {
    display: block;
    font-size: 4.26667vw;
    text-align: center;
    padding-left: 0;
    padding-top: 2em;
    background: url(../img/common/ic_account.svg) no-repeat center top;
    margin-bottom: 2vw;
  }
}

.voice-user-spec-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.voice-user-spec-wrap .user-spec-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  float: left;
  width: 90px;
}

.voice-user-spec-wrap .user-spec-cont {
  font-size: 15px;
  margin-bottom: 10px;
}

.voice-user-spec-wrap .user-spec-cont:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .voice-user-spec-wrap {
    margin-bottom: 5vw;
  }
  .voice-user-spec-wrap .user-spec-ttl {
    font-size: 3.73333vw;
    width: 22vw;
  }
  .voice-user-spec-wrap .user-spec-cont {
    font-size: 4vw;
  }
}

/*user-voice-wrap
----------------------------------------------------------*/
.user-voice-wrap {
  width: 100%;
  position: relative;
}

.user-voice-wrap.voice-trigger {
  padding: 50px 0;
}

.user-voice-wrap.voice-trigger .user-voice-fig img {
  border: solid 8px #f4f4f4;
}

.user-voice-wrap.voice-imp {
  padding: 52px 0;
  background: #ff831e url(../img/common/bg_mark.png) no-repeat 0 center;
}

.user-voice-wrap.voice-imp .user-voice-fig img {
  border: solid 8px #ffe2ca;
}

.user-voice-wrap.voice-imp .user-voice-text {
  color: #fff;
}

.user-voice-wrap.voice-imp .user-voice-text .icon-bold-color-ttl {
  color: #fff;
}

.user-voice-wrap .short-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .user-voice-wrap.voice-trigger {
    padding: 9vw 0 6vw;
    border-top: solid 1px #eee;
  }
  .user-voice-wrap.voice-trigger .user-voice-fig img {
    border: solid 3px #f4f4f4;
  }
  .user-voice-wrap.voice-imp {
    padding: 7vw 0;
    background: #ff831e url(../img/common/bg_mark.png) no-repeat -20vw 3vw;
    background-size: 50vw auto;
  }
  .user-voice-wrap.voice-imp .user-voice-fig img {
    border: solid 3px #ffe2ca;
  }
  .user-voice-wrap .short-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.user-voice-fig {
  width: 16%;
  line-height: 0;
}

.user-voice-fig img {
  display: block;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
  .user-voice-fig {
    width: 24%;
  }
}

.user-voice-text {
  width: 80%;
}

@media screen and (max-width: 599px) {
  .user-voice-text {
    width: 72%;
  }
}

.user-voice-catch {
  font-size: 20px;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 599px) {
  .user-voice-catch {
    font-size: 4.53333vw;
  }
}

/* =========================================================
voice-service-wrap
========================================================= */
.voice-service-wrap {
  padding: 30px 0 50px;
}

.voice-service-wrap .large-inner {
  background: #f4f4f4;
  padding: 60px 0 0;
  border-left: solid 20px #fff;
  border-right: solid 20px #fff;
}

.voice-service-wrap .short-inner {
  padding: 0 20px 80px;
}

.voice-service-wrap .user-voice-wrap .short-inner {
  padding: 0 20px;
}

@media screen and (max-width: 599px) {
  .voice-service-wrap {
    padding: 3vw 0 8vw;
  }
  .voice-service-wrap .large-inner {
    padding: 10vw 0 0;
    border-left: none;
    border-right: none;
  }
  .voice-service-wrap .short-inner {
    padding: 0 4vw 8vw;
  }
}

/*use-service-wrap
----------------------------------------------------------*/
.use-service-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .use-service-wrap {
    margin-bottom: 6vw;
  }
}

.use-service-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
  .use-service-list-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.use-service-list {
  width: 24.2%;
  margin-right: 0.8%;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}

.use-service-list:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 599px) {
  .use-service-list {
    width: 49%;
    margin-right: 0;
    margin-bottom: 3vw;
  }
}

.use-service-fig {
  margin-bottom: 5px;
}

/*subsc-service-wrap
----------------------------------------------------------*/
.subsc-service-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .subsc-service-wrap {
    margin-bottom: 6vw;
  }
}

.subsc-service-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 599px) {
  .subsc-service-box {
    display: block;
  }
}

.subsc-service-fig {
  width: 47.5%;
}

@media screen and (max-width: 599px) {
  .subsc-service-fig {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.subsc-service-text {
  width: 47.5%;
}

@media screen and (max-width: 599px) {
  .subsc-service-text {
    width: 100%;
  }
}

/*service-detail-wrap
----------------------------------------------------------*/
.service-detail-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .service-detail-wrap {
    margin-bottom: 6vw;
  }
}

.service-detail-copy {
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .service-detail-copy {
    margin-bottom: 4vw;
  }
}

.service-detail-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .service-detail-box {
    display: block;
  }
}

.service-detail-left-wrap {
  width: 47.5%;
  text-align: center;
}

.service-detail-left-wrap .service-detail-graph {
  display: inline-block;
  width: 70%;
}

@media screen and (max-width: 599px) {
  .service-detail-left-wrap {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.service-detail-right-wrap {
  width: 47.5%;
}

@media screen and (max-width: 599px) {
  .service-detail-right-wrap {
    width: 100%;
  }
}

.service-detail-table-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .service-detail-table-wrap {
    margin-bottom: 4vw;
  }
}

.detail-table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-top: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  padding: 18px 25px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .detail-table-cell {
    padding: 3vw 4vw;
    font-size: 3.73333vw;
  }
}

.detail-table-ttl {
  width: 84%;
  padding-left: 2em;
  background: url(../img/common/ic_checkmark.svg) no-repeat 0 center;
}

.detail-table-sum {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 18px 25px;
  background: #ff831e;
  border: solid 1px #e5e5e5;
}

@media screen and (max-width: 599px) {
  .detail-table-sum {
    padding: 3vw 4vw;
    font-size: 3.73333vw;
  }
}

.service-detail-caption-wrap {
  padding-top: 20px;
  border-top: solid 1px #e5e5e5;
}

@media screen and (max-width: 599px) {
  .service-detail-caption-wrap {
    padding-top: 4vw;
  }
}

/*service-price-wrap
----------------------------------------------------------*/
.service-price-wrap {
  width: 100%;
  position: relative;
  background: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .service-price-wrap {
    margin-bottom: 7vw;
  }
}

.service-price-cell {
  width: 100%;
}

.service-price-cell:not(:last-child) {
  border-bottom: solid 1px #e5e5e5;
}

.service-price-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0.8em 1.3em 0.6em;
  border-bottom: solid 1px #e5e5e5;
}

@media screen and (max-width: 599px) {
  .service-price-ttl {
    padding: 0.8em 0.8em 0.6em;
    font-size: 3.46667vw;
    letter-spacing: normal;
  }
}

.service-price-cont {
  padding: 0.8em 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .service-price-cont {
    display: block;
    text-align: center;
    padding: 0.8em;
  }
}

.service-price {
  padding: 0 20px;
  letter-spacing: normal;
}

.service-price span {
  font-size: 20px;
  color: #ff831e;
  font-weight: bold;
}

.service-price span b {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 2em;
}

.service-price small {
  font-size: 18px;
}

@media screen and (max-width: 599px) {
  .service-price {
    padding: 0;
  }
  .service-price span {
    font-size: 4vw;
  }
  .service-price small {
    font-size: 3.2vw;
  }
}

.service-price-items {
  padding: 0 20px;
  border-left: solid 1px #e5e5e5;
}

.service-price-items .price-items-ttl {
  font-size: 14px;
  color: #999;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .service-price-items {
    padding: 0;
    border-left: none;
  }
  .service-price-items .price-items-ttl {
    font-size: 3.46667vw;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 599px) {
  .price-items-cont {
    font-size: 3.73333vw;
    letter-spacing: normal;
  }
}

/* =========================================================
voice-link-wrap
========================================================= */
.voice-link-wrap {
  width: 100%;
  position: relative;
  padding: 40px 0 0;
}

@media screen and (max-width: 599px) {
  .voice-link-wrap {
    padding: 6vw 0 0;
  }
}

.voice-link-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.voice-link-list-wrap .voice-link-list {
  margin-bottom: 40px;
}

.voice-link-list-wrap.l-col3 .voice-link-list {
  width: 33.333%;
  padding-right: 30px;
}

.voice-link-list-wrap.l-col4 .voice-link-list {
  width: 25%;
  padding-right: 20px;
}

@media screen and (max-width: 989px) {
  .voice-link-list-wrap.l-col3 .voice-link-list {
    width: 50%;
    padding-right: 20px;
  }
  .voice-link-list-wrap.l-col4 .voice-link-list {
    width: 50%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 599px) {
  .voice-link-list-wrap {
    display: block;
  }
  .voice-link-list-wrap .voice-link-list:not(:last-child) {
    margin-bottom: 4vw;
  }
  .voice-link-list-wrap.l-col3 .voice-link-list {
    width: 100%;
    padding-right: 0;
  }
  .voice-link-list-wrap.l-col4 .voice-link-list {
    width: 100%;
    padding-right: 0;
  }
}

.voice-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 990px) {
  .voice-link:hover {
    background: #f4f4f4;
  }
}

.voice-link-fig {
  width: 26%;
  line-height: 0;
}

.voice-link-text {
  width: 70%;
}

.voice-link-tag {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: .1em .5em 0;
  border-radius: 3px;
  margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
  .voice-link-tag {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
}

.voice-link-user {
  font-size: 14px;
  margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
  .voice-link-user {
    font-size: 3.46667vw;
    margin-bottom: 1vw;
  }
}

.voice-link-headline {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .voice-link-headline {
    font-size: 3.46667vw;
  }
}

/*==============================================================================

voice

==============================================================================*/
/* =========================================================
housework_index
========================================================= */
.about-index-head-wrap {
  width: 100%;
  padding-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .about-index-head-wrap {
    padding-bottom: 6vw;
  }
}

.about-index-head-fig {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .about-index-head-fig {
    margin-bottom: 8vw;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.about-index-head-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 599px) {
  .about-index-head-box {
    display: block;
  }
}

.about-index-head-left {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .about-index-head-left {
    width: 100%;
    display: block;
    margin-bottom: 4vw;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .about-index-head-ttl {
    width: 60%;
    margin: 0 auto 6vw;
  }
}

.about-index-head-right {
  width: 48%;
}

@media screen and (max-width: 599px) {
  .about-index-head-right {
    width: 100%;
    display: block;
  }
}

/*about-index-sevice-wrap
-----------------------------------------------------------*/
.about-index-sevice-wrap {
  width: 100%;
  padding: 40px 0;
}

.about-index-sevice-wrap .mid-bold-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.about-index-sevice-wrap .large-inner {
  padding: 70px 0;
  background: #f4f4f4 url(../img/common/bg_mark.png) no-repeat 0 0;
}

@media screen and (max-width: 599px) {
  .about-index-sevice-wrap {
    padding: 6vw 0;
  }
  .about-index-sevice-wrap .mid-bold-ttl {
    margin-bottom: 4vw;
  }
  .about-index-sevice-wrap .large-inner {
    padding: 12vw 0 8vw;
  }
}

.about-index-sevice-list-wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .about-index-sevice-list-wrap {
    width: 92%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-index-sevice-list {
  width: 20%;
}

@media screen and (max-width: 599px) {
  .about-index-sevice-list {
    width: 48%;
    margin-bottom: 4vw;
  }
}

.about-index-sevice-fig {
  margin-bottom: 10px;
}

.about-index-sevice-fig img {
  display: block;
  width: 90%;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 8px #fff;
}

@media screen and (max-width: 599px) {
  .about-index-sevice-fig {
    margin-bottom: 3vw;
  }
  .about-index-sevice-fig img {
    border: solid 4px #fff;
  }
}

.about-index-sevice-copy {
  font-size: 16px;
  text-align: center;
}

.about-index-sevice-copy b {
  display: block;
  color: #ff831e;
}

@media screen and (max-width: 599px) {
  .about-index-sevice-copy {
    font-size: 4.26667vw;
  }
}

/*about-index-concept-wrap
-----------------------------------------------------------*/
.about-index-concept-wrap {
  width: 100%;
  padding: 40px 0 100px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .about-index-concept-wrap {
    padding: 6vw 0 12vw;
  }
}

.about-index-concept-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 599px) {
  .about-index-concept-box {
    display: block;
  }
}

.about-index-concept-left {
  width: 48%;
}

@media screen and (max-width: 599px) {
  .about-index-concept-left {
    width: 100%;
    margin-bottom: 5vw;
  }
}

.about-index-concept-right {
  width: 48%;
}

@media screen and (max-width: 599px) {
  .about-index-concept-right {
    width: 100%;
  }
}

/*about-pager-wrap
-----------------------------------------------------------*/
.about-pager-wrap {
  padding: 40px 20px;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .about-pager-wrap {
    padding: 6vw 4vw;
  }
}

.about-pager-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 599px) {
  .about-pager-list-wrap {
    display: block;
  }
}

.about-pager-list {
  width: 30%;
  margin: 0 1.5%;
}

@media screen and (max-width: 599px) {
  .about-pager-list {
    width: 100%;
    margin: 0 0 4vw;
  }
}

.about-pager-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
}

.about-pager-tmb {
  width: 33%;
  line-height: 0;
}

@media screen and (max-width: 599px) {
  .about-pager-tmb {
    width: 28%;
  }
}

.about-pager-text {
  width: 62%;
  padding-right: 1em;
}

@media screen and (max-width: 599px) {
  .about-pager-text {
    width: 67%;
  }
}

.about-pager-headline {
  font-size: 14px;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .about-pager-headline {
    font-size: 3.73333vw;
  }
}

.about-pager-more {
  font-size: 14px;
}

.about-pager-more:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  vertical-align: middle;
  background: url(/kaji/assets/img/common/ic_sp_arrow_org.svg) no-repeat 0 0;
  background-size: contain;
}

@media screen and (max-width: 599px) {
  .about-pager-more {
    font-size: 3.73333vw;
  }
}

/* =========================================================
housework_features
========================================================= */
.feature-cont-wrap {
  width: 100%;
  padding-bottom: 80px;
}

.feature-cont-wrap .reason-box-head {
  overflow: hidden;
  border-radius: 5px;
  background: #ff831e;
}

@media screen and (max-width: 599px) {
  .feature-cont-wrap .reason-box-head {
    border-radius: 0;
  }
}

.feature-cont-wrap .reason-box-fig {
  line-height: 0;
}

.feature-cont-wrap .icon-ttl {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .feature-cont-wrap .icon-ttl {
    font-size: 4vw;
  }
}

@media screen and (max-width: 599px) {
  .feature-cont-wrap {
    padding-bottom: 12vw;
  }
  .feature-cont-wrap .short-inner {
    padding: 0;
  }
  .feature-cont-wrap .under-bar {
    border-bottom: none;
    margin-bottom: 3vw;
  }
  .feature-cont-wrap .reason-box-text {
    padding: 0 4vw;
  }
  .feature-cont-wrap .reason-box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6vw;
  }
  .feature-cont-wrap .reason-box-head .reason-box-fig {
    width: 52%;
    margin-bottom: 0;
    height: 43vw;
  }
  .feature-cont-wrap .reason-box-head .reason-box-text {
    width: 48%;
    background: #ff831e;
  }
}

/* =========================================================
housework_different
========================================================= */
@media screen and (max-width: 599px) {
  .about-dif-wrap .under-bar {
    border-bottom: none;
    margin-bottom: 3vw;
  }
}

.dif-hc-wrap {
  width: 100%;
  padding-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .dif-hc-wrap {
    padding-bottom: 7vw;
  }
}

.dif-hk-wrap {
  width: 100%;
  padding: 40px 0 80px;
}

@media screen and (max-width: 599px) {
  .dif-hk-wrap {
    padding: 7vw 0 12vw;
  }
}

.dif-compare-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.dif-compare-box .mid-bold-ttl {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .dif-compare-box {
    display: block;
    margin-bottom: 8vw;
  }
}

.compare-box-left-wrap {
  width: 50%;
  background: #fdf6f1;
  padding: 30px 40px;
}

@media screen and (max-width: 599px) {
  .compare-box-left-wrap {
    width: 100%;
    padding: 5vw 6vw;
  }
}

.compare-box-right-wrap {
  width: 50%;
  background: #eff8fe;
  padding: 30px 40px;
}

@media screen and (max-width: 599px) {
  .compare-box-right-wrap {
    width: 100%;
    padding: 5vw 6vw;
  }
}

.dif-split-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 599px) {
  .dif-split-box {
    display: block;
  }
}

.dif-split-left {
  width: 48%;
}

@media screen and (max-width: 599px) {
  .dif-split-left {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.dif-split-right {
  width: 48%;
}

.dif-split-right .dot-list {
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  .dif-split-right {
    width: 100%;
  }
  .dif-split-right .dot-list {
    font-size: 3.73333vw;
  }
}

/*==============================================================================

service

==============================================================================*/
/* =========================================================
service_index
========================================================= */
.service-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 989px) {
  .service-menu-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 599px) {
  .service-menu-wrap {
    display: block;
  }
}

.service-menu-list {
  width: 30.8%;
  margin-right: 3.8%;
  margin-bottom: 60px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.service-menu-list:nth-of-type(3n) {
  margin-right: 0;
}

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

@media screen and (max-width: 989px) {
  .service-menu-list {
    margin-right: 0;
    width: 48.5%;
  }
}

@media screen and (max-width: 599px) {
  .service-menu-list {
    width: 100%;
  }
  .service-menu-list:not(:last-child) {
    margin-bottom: 10vw;
  }
}

.service-menu-list-link {
  display: block;
}

@media screen and (min-width: 990px) {
  .service-menu-list-link:hover {
    opacity: .4;
  }
}

.service-menu-img-wrap {
  height: 180px;
  background-color: #f4f4f4;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-menu-img-wrap span {
  display: block;
  line-height: 0;
  width: 160px;
}

@media screen and (max-width: 599px) {
  .service-menu-img-wrap span {
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .service-menu-img-wrap {
    height: 42.666vw;
    border-radius: 1.333vw;
  }
}

.service-menu-cont {
  margin-top: 25px;
}

@media screen and (max-width: 599px) {
  .service-menu-cont {
    margin-top: 4vw;
  }
}

.service-menu-txt {
  margin-bottom: 0.5em;
}

.service-tag-wrap {
  font-size: 12px;
}

@media screen and (max-width: 599px) {
  .service-tag-wrap {
    font-size: 3.2vw;
  }
}

.service-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-tag-b,
.service-tag-g,
.service-tag-p,
.service-tag-txt {
  padding: 0 2px;
  margin: 0 2px 5px;
  border-radius: 3px;
}

.service-tag-b {
  color: #0d91e9;
  border: 1px solid #0d91e9;
}

.service-tag-g {
  color: #56b468;
  border: 1px solid #56b468;
}

.service-tag-p {
  color: #f87a88;
  border: 1px solid #f87a88;
}

/* =========================================================
service_detail
========================================================= */
.service-detail-content-wrap .mid-inner {
  padding: 0 20px;
}

@media screen and (max-width: 989px) {
  .service-detail-content-wrap .mid-inner {
    padding: 0;
  }
  .service-detail-content-wrap .right-content-wrap {
    display: none;
  }
}

/*service-head-wrap
-----------------------------------------------------------*/
.service-head-wrap {
  width: 100%;
  padding-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .service-head-wrap {
    padding-bottom: 6vw;
  }
}

.service-head-fig {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .service-head-fig {
    margin-bottom: 8vw;
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
    transform: scale(1.14);
  }
}

.service-head-copy {
  font-size: 20px;
}

@media screen and (max-width: 599px) {
  .service-head-copy {
    font-size: 4.26667vw;
  }
}

/*service-cont-wrap
-----------------------------------------------------------*/
.service-cont-wrap {
  width: 100%;
  padding: 30px 0;
}

@media screen and (max-width: 599px) {
  .service-cont-wrap {
    padding: 6vw 0;
  }
}

.service-cont-inner {
  padding-bottom: 50px;
  border-bottom: solid 1px #e5e5e5;
}

@media screen and (max-width: 599px) {
  .service-cont-inner {
    padding-bottom: 7vw;
  }
}

.service-cont-fig-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .service-cont-fig-list-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4vw;
  }
}

.service-cont-fig-list {
  width: 24.6%;
}

.service-cont-fig-list img {
  border-radius: 5px;
}

@media screen and (max-width: 599px) {
  .service-cont-fig-list {
    width: 48.5%;
  }
}

.service-recommend-wrap {
  padding-top: 40px;
}

.service-recommend-wrap .dot-list-wrap {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .service-recommend-wrap {
    padding-top: 6vw;
  }
  .service-recommend-wrap .dot-list-wrap {
    margin-bottom: 6vw;
  }
}

.service-recommend-msg {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #ff831e;
  padding: 0.8em;
  border: solid 1px #e5e5e5;
}

@media screen and (max-width: 599px) {
  .service-recommend-msg {
    padding: 0.8em 1.2em;
  }
}

/*service-detail-price-wrap
-----------------------------------------------------------*/
.service-detail-price-wrap {
  width: 100%;
  padding: 40px 0;
}

@media screen and (max-width: 599px) {
  .service-detail-price-wrap {
    padding: 6vw 0;
  }
}

/*service-detail-price-wrap
-----------------------------------------------------------*/
.bnr-wrap {
  width: 100%;
  padding: 40px 0;
}

@media screen and (max-width: 599px) {
  .bnr-wrap {
    padding: 8vw 0;
  }
}

.bnr-inner {
  border-top: solid 1px #e5e5e5;
  padding-top: 60px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .bnr-inner {
    padding-top: 10vw;
  }
}

/*service-detail-case-wrap
-----------------------------------------------------------*/
.service-detail-case-wrap {
  width: 100%;
  padding-top: 40px;
}

.service-detail-case-wrap .subsc-service-box {
  margin-bottom: 40px;
}

.service-detail-case-wrap .service-price-wrap {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .service-detail-case-wrap {
    padding-top: 6vw;
  }
  .service-detail-case-wrap .subsc-service-box {
    margin-bottom: 6vw;
  }
  .service-detail-case-wrap .service-price-wrap {
    margin-bottom: 7vw;
  }
}

.service-detail-link-wrap {
  width: 100%;
}

.service-detail-link-btn {
  width: 54%;
  margin: 0 auto;
}

/*service-corp-recommend-wrap
-----------------------------------------------------------*/
.service-corp-recommend-wrap {
  padding: 10px 0 30px;
}

.service-corp-recommend-wrap .dot-list-wrap {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .service-corp-recommend-wrap {
    padding: 3vw 0 6vw;
  }
  .service-corp-recommend-wrap .dot-list-wrap {
    margin-bottom: 6vw;
  }
}

/*service-corp-merit-wrap
-----------------------------------------------------------*/
.service-corp-merit-wrap {
  width: 100%;
  padding: 30px 0;
}

@media screen and (max-width: 599px) {
  .service-corp-merit-wrap {
    padding: 6vw 0;
  }
}

.table-list-wrap {
  width: 100%;
  position: relative;
}

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

@media screen and (max-width: 599px) {
  .table-list-wrap:not(:last-child) {
    margin-bottom: 6vw;
  }
}

.table-cell-list-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-cell-list-wrap.l-col2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-cell-list-wrap.l-col2 .table-cell-list {
  width: 50%;
  border-left: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}

.table-cell-list-wrap.l-col2 .table-cell-list:nth-of-type(2n) {
  border-right: solid 1px #e5e5e5;
}

@media screen and (max-width: 599px) {
  .table-cell-list-wrap {
    display: block;
  }
  .table-cell-list-wrap.l-col2 .table-cell-list {
    border-right: solid 1px #e5e5e5;
    width: 100%;
  }
}

.table-cell-list {
  padding: 15px;
}

.table-cell-list span {
  display: block;
  font-weight: bold;
  padding-left: 2em;
  background: url(../img/common/ic_checkmark.svg) no-repeat 0 center;
}

@media screen and (max-width: 599px) {
  .table-cell-list {
    padding: 3vw;
  }
}

.table-list-bottom-msg {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #ff831e;
  padding: 0.8em;
  border: solid 1px #e5e5e5;
}

@media screen and (max-width: 599px) {
  .table-list-bottom-msg {
    padding: 0.8em 1.2em;
  }
}

/*service-corp-merit-wrap
-----------------------------------------------------------*/
.service-corp-point-wrap {
  width: 100%;
  padding-top: 30px;
}

@media screen and (max-width: 599px) {
  .service-corp-point-wrap {
    padding-top: 6vw;
  }
}

.corp-point-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 599px) {
  .corp-point-list-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.corp-point-list {
  width: 23%;
}

@media screen and (max-width: 599px) {
  .corp-point-list {
    width: 48%;
    margin-bottom: 4vw;
  }
}

.corp-point-fig {
  line-height: 0;
  margin-bottom: 0.6em;
}

.corp-point-fig img {
  border: solid 8px #f4f4f4;
  display: block;
  width: 84%;
  border-radius: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .corp-point-fig img {
    border: solid 4px #f4f4f4;
  }
}

@media screen and (max-width: 599px) {
  .corp-point-copy {
    font-size: 3.73333vw;
  }
}

.corp-point-ttl {
  font-weight: bold;
  text-align: center;
  color: #ff831e;
  margin-bottom: 0.5em;
}

/*corporate-footer-cv-wrap
-----------------------------------------------------------*/
.corporate-footer-cv-wrap {
  margin-bottom: 120px;
}

.corporate-footer-cv-wrap .cv-btn-list {
  margin: 0 10px;
}

@media screen and (max-width: 599px) {
  .corporate-footer-cv-wrap .cv-btn-list {
    margin: 0 auto 4vw;
  }
}

.corporate-footer-cv-wrap .page-mid-cv-btn {
  padding-right: 40px;
  margin-right: 40px;
}

@media screen and (max-width: 599px) {
  .corporate-footer-cv-wrap .page-mid-cv-btn {
    padding-right: 0;
    margin-right: 0;
  }
}

.corporate-footer-cv-wrap .bold-ttl {
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .corporate-footer-cv-wrap {
    margin-bottom: 16vw;
  }
}

.forcorporation .left-content-wrap {
  margin-bottom: 0;
}

/*aside-box-wrap
-----------------------------------------------------------*/
.aside-box-wrap {
  width: 100%;
  padding-top: 30px;
}

@media screen and (max-width: 599px) {
  .aside-box-wrap {
    padding-top: 6vw;
  }
}

.aside-box {
  display: block;
  border: solid 6px #e5e5e5;
  border-radius: 5px;
}

.aside-box.aside-corp {
  width: 76%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .aside-box.aside-corp {
    width: 100%;
    margin: 0 auto;
  }
}

.aside-corp-copy {
  width: 100%;
  padding: 15px 30px 15px 90px;
  background: url(../img/service/forcorporation/service_corporation_logo.gif) no-repeat 20px center;
  background-size: 52px auto;
}

@media screen and (max-width: 599px) {
  .aside-corp-copy {
    font-size: 3.46667vw;
    letter-spacing: normal;
    padding: 3vw 6vw 3vw 18vw;
    background: url(../img/service/forcorporation/service_corporation_logo.gif) no-repeat 3vw center;
    background-size: 13vw auto;
  }
}

/* =========================================================
_service_relation
========================================================= */
.service-relation-wrap {
  width: 100%;
  border-top: solid 5px #ff831e;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .service-relation-wrap {
    padding: 6vw 0;
  }
}

.service-relation-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .service-relation-list-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.service-relation-list {
  width: 20%;
  margin-bottom: 10px;
}

@media screen and (max-width: 989px) {
  .service-relation-list {
    width: 33%;
  }
}

@media screen and (max-width: 599px) {
  .service-relation-list {
    width: 48%;
    margin-bottom: 5vw;
  }
}

.relation-link {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  letter-spacing: normal;
  padding-left: 1.1em;
  position: relative;
  color: #454545;
}

.relation-link:before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 990px) {
  .relation-link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 599px) {
  .relation-link {
    font-size: 3.46667vw;
  }
}

/*==============================================================================

qa

==============================================================================*/
/* =========================================================
qa_index
========================================================= */
.qa-index-wrap {
  width: 100%;
}

/*pickup-box-wrap
--------------------------------------------------*/
.pickup-box-wrap {
  width: 100%;
  background: #f4f4f4;
  padding: 35px 50px 40px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.pickup-box-wrap .border-list .arrow-link-btn {
  font-size: 18px;
}

@media screen and (max-width: 599px) {
  .pickup-box-wrap {
    padding: 5vw 7vw 7vw;
    margin-bottom: 6vw;
  }
  .pickup-box-wrap .border-list .arrow-link-btn {
    font-size: 4vw;
  }
  .pickup-box-wrap .dot-list {
    font-size: 3.46667vw;
    line-height: 1.5;
  }
  .pickup-box-wrap .dot-list:not(:last-child) {
    margin-bottom: .8em;
  }
}

.qa-sec-wrap {
  width: 100%;
  padding: 40px 0;
}

@media screen and (max-width: 599px) {
  .qa-sec-wrap {
    padding: 6vw 0;
  }
}

/* =========================================================
qa_detail
========================================================= */
.qa-detail-wrap {
  width: 100%;
  border-top: solid 2px #ff931f;
  position: relative;
  z-index: 1;
}

.qa-accordion-wrap {
  width: 100%;
  padding: 0 30px;
  border-bottom: solid 1px #e5e5e5;
}

@media screen and (max-width: 599px) {
  .qa-accordion-wrap {
    padding: 0 4vw;
  }
}

.qa-accordion-ttl {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  position: relative;
  padding: 25px 2em 25px 1.8em;
  cursor: pointer;
}

.qa-accordion-ttl span {
  font-size: 20px;
  color: #ff931f;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qa-accordion-ttl:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 0;
}

.qa-accordion-ttl:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.qa-accordion-ttl.is-active:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (max-width: 599px) {
  .qa-accordion-ttl {
    font-size: 4.26667vw;
    padding: 4vw 2em 4vw 1.8em;
  }
  .qa-accordion-ttl span {
    font-size: 5.6vw;
    top: 7vw;
  }
  .qa-accordion-ttl:before {
    width: 4vw;
  }
  .qa-accordion-ttl:after {
    width: 4vw;
  }
}

.qa-accordion-cont {
  padding-bottom: 30px;
}

.accordion-copy {
  position: relative;
  padding-left: 2em;
}

.accordion-copy span {
  font-size: 20px;
  line-height: 1.3;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

/*==============================================================================

plancharge

==============================================================================*/
/* =========================================================
plancharge
========================================================= */
/*other-page-link-wrap
--------------------------------------------------*/
.other-page-link-wrap {
  width: 100%;
  padding: 20px 0 40px;
}

@media screen and (max-width: 599px) {
  .other-page-link-wrap {
    padding: 3vw 0 6vw;
  }
}

.other-page-link {
  width: 370px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .other-page-link {
    width: 94%;
  }
}

/*plancharge-detail-wrap
--------------------------------------------------*/
.plancharge-detail-wrap {
  width: 100%;
  padding: 50px 0;
}

.plancharge-detail-wrap .border-ttl {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .plancharge-detail-wrap {
    padding: 6vw 0;
  }
  .plancharge-detail-wrap .border-ttl {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 6vw;
  }
}

.plancharge-area-wrap {
  width: 100%;
  padding: 30px 0 60px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .plancharge-area-wrap {
    padding: 5vw 0 8vw;
  }
}

.plancharge-detail-inner {
  width: 100%;
  background: #f4f4f4;
  padding: 40px 40px 60px;
  border-radius: 5px;
}

.plancharge-detail-inner .mid-bold-ttl {
  text-align: center;
  margin-bottom: 25px;
}

.plancharge-detail-inner .call-gray-head {
  background: #fff;
}

.plancharge-detail-inner .call-white-cont {
  background: #fff;
  border-left: solid 1px #f4f4f4;
}

.plancharge-detail-inner:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .plancharge-detail-inner {
    padding: 0;
    background: #fff;
  }
  .plancharge-detail-inner .mid-bold-ttl {
    text-align: left;
    margin-bottom: 3vw;
  }
  .plancharge-detail-inner:not(:last-child) {
    margin-bottom: 10vw;
  }
}

.plancharge-detail-box {
  width: 100%;
}

.plancharge-detail-box.box-top-border {
  border-top: solid 1px #e5e5e5;
  padding-top: 30px;
}

.plancharge-detail-box:not(:last-child) {
  margin-bottom: 40px;
}

.plancharge-detail-box:last-child .caption-list-wrap {
  border-top: solid 1px #e5e5e5;
}

@media screen and (max-width: 599px) {
  .plancharge-detail-box.box-top-border {
    padding-top: 5vw;
  }
  .plancharge-detail-box:not(:last-child) {
    margin-bottom: 6vw;
  }
}

.plancharge-copy-wrap {
  width: 100%;
  margin-bottom: 20px;
}

.plancharge-copy-wrap .color-bold-ttl {
  margin-bottom: .5em;
}

.plancharge-copy-wrap .body-copy {
  font-size: 12px;
}

@media screen and (max-width: 599px) {
  .plancharge-copy-wrap {
    display: block;
    margin-bottom: 4vw;
  }
  .plancharge-copy-wrap .color-bold-ttl:after {
    content: none;
  }
  .plancharge-copy-wrap .body-copy {
    font-size: 3.46667vw;
  }
}

.plancharge-detail-caption {
  margin-bottom: 50px;
}

.plancharge-detail-caption .caption-list-wrap {
  padding-top: 0;
}

/*page-mid-cv-wrap
--------------------------------------------------*/
.page-mid-cv-wrap {
  width: 100%;
  padding: 40px 0;
}

@media screen and (max-width: 599px) {
  .page-mid-cv-wrap .large-inner {
    padding: 0;
  }
}

.page-mid-cv-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 0 55px 24%;
  background-color: #f5ebda;
  background-image: url(../img/common/page_mid_cv_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
}

.page-mid-cv-inner .cv-def-ttl {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .page-mid-cv-inner {
    display: block;
    padding: 6vw 5vw;
    background-image: none;
  }
}

.page-mid-cv-btn {
  padding-right: 20px;
  margin-right: 20px;
  border-right: dotted 1px #ccc;
}

.page-mid-cv-btn .cv-btn-wrap {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 599px) {
  .page-mid-cv-btn {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .page-mid-cv-btn .cv-btn-wrap {
    margin-bottom: 4vw;
  }
}

.page-mid-cv-tel .cv-tel-cont {
  display: block;
}

.page-mid-cv-tel .cv-tel-open {
  text-align: center;
}

/* =========================================================
plancharge notes
========================================================= */
.notes-detail-wrap .qa-accordion-ttl {
  padding-left: 0;
}

.notes-detail-wrap .qa-accordion-cont {
  display: none;
  padding-bottom: 40px;
}

.notes-detail-wrap .dot-list-wrap, .notes-detail-wrap .circle-num-list-wrap {
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .notes-detail-wrap .notes-detail-content-text {
    display: block;
  }
}

.notes-table-wrap {
  margin-bottom: 20px;
}

.notes-tel {
  display: inline-block;
  pointer-events: none;
}

@media screen and (max-width: 989px) {
  .notes-tel {
    pointer-events: auto;
  }
}

.notes-btn-hr-list {
  width: 38%;
}

@media screen and (max-width: 599px) {
  .notes-btn-hr-list {
    width: 100%;
  }
}

/*==============================================================================

flow

==============================================================================*/
/* =========================================================
flow
========================================================= */
/*flow-step-wrap
-----------------------------------------------------------*/
.flow-step1-wrap {
  width: 100%;
  padding-bottom: 40px;
}

.flow-step1-wrap .short-inner {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .flow-step1-wrap {
    padding-bottom: 6vw;
  }
  .flow-step1-wrap .short-inner {
    margin-bottom: 6vw;
    padding: 0;
  }
}

.flow-step2-wrap {
  width: 100%;
  padding: 40px 0;
}

@media screen and (max-width: 599px) {
  .flow-step2-wrap {
    padding: 6vw 0;
  }
  .flow-step2-wrap .short-inner {
    padding: 0;
  }
}

.flow-step3-wrap {
  width: 100%;
  padding: 40px 0;
}

@media screen and (max-width: 599px) {
  .flow-step3-wrap {
    padding: 6vw 0;
  }
  .flow-step3-wrap .short-inner {
    padding: 0;
  }
}

.flow-step4-wrap {
  width: 100%;
  padding: 40px 0 80px;
}

.flow-step4-wrap .flow-copy-wrap {
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .flow-step4-wrap {
    padding: 6vw 0 12px;
  }
  .flow-step4-wrap .short-inner {
    padding: 0;
  }
  .flow-step4-wrap .flow-copy-wrap {
    margin-bottom: 6vw;
  }
}

/*flow-head-box
-----------------------------------------------------------*/
.flow-head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 5px;
  background: #ff831e;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .flow-head-box {
    margin-bottom: 4vw;
    border-radius: 0;
  }
}

.flow-head-left {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .flow-head-left {
    width: 48%;
  }
}

.flow-head-right {
  width: 65%;
  line-height: 0;
}

@media screen and (max-width: 599px) {
  .flow-head-right {
    width: 52%;
    height: 42vw;
  }
}

.flow-cont-box .color-bold-ttl {
  text-align: left;
}

@media screen and (max-width: 599px) {
  .flow-cont-box {
    padding: 0 4vw;
  }
}

/*page-short-cv-wrap
-----------------------------------------------------------*/
.page-short-cv-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 0;
  background-color: #f5ebda;
}

.page-short-cv-inner .cv-def-ttl {
  text-align: center;
}

@media screen and (max-width: 989px) {
  .page-short-cv-inner {
    display: block;
    padding: 40px 0;
  }
  .page-short-cv-inner .page-mid-cv-btn {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
    border-right: none;
  }
  .page-short-cv-inner .cv-tel-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 599px) {
  .page-short-cv-inner {
    display: block;
    padding: 6vw 5vw;
    background-image: none;
  }
  .page-short-cv-inner .page-mid-cv-btn {
    margin-bottom: 5vw;
  }
  .page-short-cv-inner .cv-tel-cont {
    display: block;
  }
}

/*page-aside-wrap
-----------------------------------------------------------*/
.page-aside-wrap {
  padding: 30px 40px;
  background: #f4f4f4;
}

@media screen and (max-width: 599px) {
  .page-aside-wrap {
    padding: 6vw 8vw;
  }
}

/*==============================================================================

useful

==============================================================================*/
/* =========================================================
useful index
========================================================= */
@media screen and (max-width: 599px) {
  .sec-left-ttl {
    text-align: center;
  }
}

ul.life-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
}

@media screen and (max-width: 599px) {
  ul.life-support {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  ul.life-support {
    margin-left: 0;
  }
}

ul.life-support .life-support-card {
  margin-left: 40px;
  width: 480px;
}

@media screen and (max-width: 599px) {
  ul.life-support .life-support-card {
    margin-left: 0;
  }
}

@media screen and (max-width: 599px) {
  ul.life-support .life-support-card {
    width: 100%;
  }
}

ul.life-support .life-support-card figure {
  margin-bottom: 32px;
}

@media screen and (max-width: 599px) {
  ul.life-support .life-support-card figure {
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 599px) {
  ul.life-support .life-support-card h3 {
    text-align: center;
  }
}

ul.life-support .life-support-card h4 {
  margin-bottom: 0.6em;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  ul.life-support .life-support-card h4 {
    font-size: 3.73333vw;
    text-align: center;
  }
}

ul.life-support .support-card-paragraph {
  margin-bottom: 48px;
}

@media screen and (max-width: 599px) {
  ul.life-support .support-card-paragraph {
    margin-bottom: 9.33333vw;
    font-size: 3.73333vw;
  }
}

ul.life-support .support-card-paragraph span {
  font-size: 12px;
  color: #999999;
}

@media screen and (max-width: 599px) {
  ul.life-support .support-card-paragraph span {
    font-size: 3.2vw;
  }
}

ul.life-support .news-btn-wrap {
  margin-bottom: 88px;
}

@media screen and (max-width: 599px) {
  ul.life-support .news-btn-wrap {
    margin-bottom: 16vw;
  }
}

@media screen and (max-width: 599px) {
  ul.life-support .thin-round-btn {
    font-size: 3.46667vw;
  }
}

/*==============================================================================

other

==============================================================================*/
/* =========================================================
privacy term
========================================================= */
.privacy-wrap, .term-wrap {
  width: 88.8%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .privacy-wrap, .term-wrap {
    width: auto;
  }
}

.privacy-text-right, .term-text-right {
  text-align: right;
}

.privacy-inner, .term-inner {
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .privacy-inner, .term-inner {
    margin-bottom: 8vw;
  }
}

.privacy-list-mb {
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .privacy-list-mb {
    margin-bottom: 2.66667vw;
  }
}

.privacy-tel {
  display: inline-block;
  pointer-events: none;
}

@media screen and (max-width: 989px) {
  .privacy-tel {
    pointer-events: auto;
  }
}

.privacy-list {
  padding-left: 1.5em;
}

.privacy-list-item {
  list-style: disc;
}

.indent-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indent-free {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* =========================================================
sitemap
========================================================= */
.sitemap-inner {
  font-size: 12px;
}

@media screen and (max-width: 599px) {
  .sitemap-inner {
    padding-top: 0;
  }
}

.other-link-cont-high-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 599px) {
  .other-link-cont-high-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 599px) {
  .other-link-cont-low-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 45%;
  }
}

.other-link-category .other-link {
  padding-left: 0;
}

.other-link-category .other-link:before {
  content: none;
}

/*==============================================================================

404

==============================================================================*/
/* =========================================================
404
========================================================= */
.not-found-cont-head-wrap {
  width: 88.8%;
  margin: 0 auto 80px;
}

.not-found-cont-head-wrap .mid-bold-ttl {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .not-found-cont-head-wrap {
    width: 100%;
    margin-bottom: 16vw;
  }
}

/* =========================================================
utility
========================================================= */
.pdb-5 {
  padding-bottom: 5px !important;
}

.pdb-10 {
  padding-bottom: 10px !important;
}

.pdb-15 {
  padding-bottom: 15px !important;
}

.pdb-20 {
  padding-bottom: 20px !important;
}

.pdb-25 {
  padding-bottom: 25px !important;
}

.mgb-5 {
  margin-bottom: 5px !important;
}

.mgb-10 {
  margin-bottom: 10px !important;
}

.mgb-15 {
  margin-bottom: 15px !important;
}

.mgb-20 {
  margin-bottom: 20px !important;
}

.mgb-25 {
  margin-bottom: 25px !important;
}

.mgb-30 {
  margin-bottom: 30px !important;
}

.mgb-40 {
  margin-bottom: 40px !important;
}

.mgb-50 {
  margin-bottom: 50px !important;
}

.mgb-60 {
  margin-bottom: 60px !important;
}

.mgb-70 {
  margin-bottom: 70px !important;
}

.mgb-80 {
  margin-bottom: 80px !important;
}

/* =========================================================
swiper
========================================================= */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(/logi/assets/img/common/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  background: #fff url(/logi/assets/img/svg/ic_close.svg) no-repeat 0 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: center;
  right: -10px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/* =========================================================
swiper
========================================================= */
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-button-next {
  background-image: none;
  width: 10px;
  height: 10px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 100px;
  top: 90%;
  margin-top: 0;
  z-index: 11;
}

.swiper-button-prev {
  background-image: none;
  width: 10px;
  height: 10px;
  border-top: solid 2px #999;
  border-left: solid 2px #999;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 100px;
  top: 90%;
  margin-top: 0;
  z-index: 11;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 26px;
}

@media screen and (max-width: 599px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 4.3vw;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.swiper-pagination-bullets {
  width: auto !important;
  position: absolute;
  left: 36px !important;
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  background: #fff;
  border: none;
  width: 40px;
  height: 3px;
  margin: 0 4px !important;
  vertical-align: middle;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #fff;
  border: none;
  width: 40px;
  height: 3px;
  vertical-align: middle;
}
