@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, u, b, mark, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, figure, button {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: inherit;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

button {
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #1a1a1a;
  font-size: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.66667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.4 "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@keyframes kakudai {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes coverIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}

@keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes hayabusachan {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes historyBox {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}

@keyframes bgZoom {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}

@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated2.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated3.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated4.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.l-wrapper {
  padding-top: 80px;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    min-width: 100%;
    padding-top: 16vw;
  }
}

.l-header {
  color: #142c4d;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 16vw;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .l-header .pcCol {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .l-header .pcCol {
    width: 45.6vw;
    margin-left: 4vw;
    height: 3.46667vw;
  }
}

@media screen and (min-width: 768px) {
  .l-header .pcCol.is_L {
    padding-left: 30px;
  }
}

@media screen and (max-width: 880px) {
  .l-header .pcCol.is_L {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .l-header .pcCol.is_R {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header .pcCol.is_R {
    display: none;
  }
  .l-header .pcCol.is_R.show {
    display: block;
    position: absolute;
    top: 16vw;
    width: 100%;
    z-index: 10;
    padding: 0px;
    margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  .l-header .spBtn {
    position: absolute;
    right: 4.8vw;
    top: 5.6vw;
    width: 6.66667vw;
    height: 4.8vw;
  }
  .l-header .spBtn em {
    height: 2px;
    display: block;
    width: 100%;
    background-color: #142c4d;
  }
  .l-header .spBtn em:nth-of-type(1) {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .l-header .spBtn em:nth-of-type(2) {
    position: absolute;
    left: 0px;
    top: 50%;
  }
  .l-header .spBtn em:nth-of-type(3) {
    position: absolute;
    left: 0px;
    top: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-header .logo {
    width: 140px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 1160px) {
  .l-header .logo {
    width: 100px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 37.33333vw;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .l-header .desc {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1160px) {
  .l-header .desc {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header .desc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-header .navs {
    background-color: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .l-header .navs ul {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1160px) {
  .l-header .navs li {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header .navs li {
    border-top: 1px solid #CCC;
  }
  .l-header .navs li:last-of-type {
    border-bottom: 1px solid #CCC;
  }
}

@media screen and (min-width: 768px) {
  .l-header .navs li + li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1160px) {
  .l-header .navs li + li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 880px) {
  .l-header .navs li + li {
    margin-left: 10px;
  }
}

.l-header .navs li a {
  transition: opacity 0.3s;
}

.l-header .navs li a:not([disabled]):hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .l-header .navs li a {
    display: block;
    padding: 5vw;
  }
}

@media screen and (min-width: 768px) {
  .l-header .btns {
    display: flex;
    align-items: center;
    margin-left: 50px;
  }
}

@media screen and (max-width: 1160px) {
  .l-header .btns {
/*    margin-left: 20px;*/
  }
}

@media screen and (max-width: 767px) {
  .l-header .btns {
    background-color: #FFFFFF;
    padding: 5vw;
  }
}

@media screen and (min-width: 768px) {
  .l-header .btns li + li {
    margin-left: 1px;
  }
}

@media screen and (max-width: 767px) {
  .l-header .btns li + li {
    margin-top: 3vw;
  }
}

.l-header .btns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #142c4d;
  color: #fff;
  transition: opacity 0.3s;
}

.l-header .btns li a:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .l-header .btns li a {
    width: 100px;
    height: 80px;
  }
}

@media screen and (max-width: 1160px) {
  .l-header .btns li a {
    width: auto;
    padding: 0 .5em;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header .btns li a {
    padding: 5vw;
  }
}

.l-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #092037;
  height: 71px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    font-size: 1.4rem;
    height: 18.93333vw;
  }
}

.l-mdl {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  font: 400;
  top: 0;
  left: 0;
  z-index: 100;
}

.l-mdl.show {
  display: block;
}

.l-mdl .mdlIn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.l-mdl .mdlBox {
  width: 90%;
  max-width: 980px;
  position: relative;
}

.l-mdl .btnMdlCls {
  position: absolute;
  transition: opacity 0.3s;
  z-index: 200;
}

.l-mdl .btnMdlCls:not([disabled]):hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .l-mdl .btnMdlCls {
    width: 36px;
    height: 36px;
    top: -4px;
    right: -49px;
  }
}

@media screen and (max-width: 767px) {
  .l-mdl .btnMdlCls {
    width: 6.93333vw;
    height: 6.93333vw;
    top: 2.66667vw;
    right: 2.66667vw;
  }
}

.l-mdl .btnMdlCls:before, .l-mdl .btnMdlCls:after {
  content: "";
  display: block;
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .l-mdl .btnMdlCls:before, .l-mdl .btnMdlCls:after {
    background-color: #142c4d;
  }
}

.l-mdl .btnMdlCls:before {
  width: 100%;
  height: 2px;
}

.l-mdl .btnMdlCls:after {
  width: 2px;
  height: 100%;
}

.l-mdl .scrlBox {
  max-height: 90vh;
  overflow-y: auto;
}

.l-mdl .mdlCont {
  display: none;
}

.l-mdl .mdlCont.show {
  display: block;
}

/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-ms-clear {
  visibility: hidden;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/*スクロールバー全体*/
/*--------------------------------------
 パーツ
---------------------------------------*/
.u- {
  /* パディング */
  /* インナー */
  /* タイトル */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* ラベル */
  /* アイコン */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* リンク集 */
  /* 箱 */
  /* ページャー */
  /* 状態 */
  /* ブロック */
}

.u-scrlPos {
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.u-inner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .u-inner:not([class*=pcSz]) {
    max-width: 980px;
  }
}

@media screen and (min-width: 768px) {
  .u-inner.pcSz2 {
    max-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .u-inner:not(.spPd0) {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

.u-ttl1 {
  color: #142c4d;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .u-ttl1 {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-ttl1 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

.u-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ca0a13;
  color: #fff;
  border: 1px solid #ca0a13;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .u-btn1 {
    height: 50px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .u-btn1 {
    height: 13.33333vw;
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 5.33333vw;
  }
}

.u-btn1:after {
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -1px) rotate(-45deg);
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .u-btn1:after {
    width: 10px;
    height: 10px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .u-btn1:after {
    width: 2.66667vw;
    height: 2.66667vw;
    margin-left: 1.66667vw;
    margin-right: 20px;
  }
}

.u-btn1:hover {
  background-color: #fff;
  color: #ca0a13;
}

.u-btn1:hover:after {
  border-bottom-color: #ca0a13;
  border-right-color: #ca0a13;
}

.u-pager1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-dis_flex_block {
    display: block;
  }
}

.u-btnZone {
  background-color: #142c4d;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .u-btnZone {
    padding: 45px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-btnZone {
    padding: 9.33333vw 0 10.66667vw;
  }
}

.u-btnZone ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .u-btnZone ul {
    flex-direction: column;
    padding: 0 8.53333vw;
  }
}

@media screen and (min-width: 768px) {
  .u-btnZone ul li {
    width: 330px;
    margin: 0 50px;
  }
}

.u-btnZone ul li:first-of-type span:before {
  display: inline-block;
  content: "";
  width: 62px;
  height: 60px;
  background: url(../img/btn/img_material.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .u-btnZone ul li:first-of-type span:before {
    width: 13.33333vw;
    height: 13.33333vw;
  }
}

.u-btnZone ul li:last-of-type span:before {
  display: inline-block;
  content: "";
  width: 62px;
  height: 60px;
  background: url(../img/btn/img_consultation.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .u-btnZone ul li:last-of-type span:before {
    width: 13.33333vw;
    height: 13.33333vw;
  }
}

.u-btnZone ul li p {
  text-align: center;
  margin-bottom: 20px;
}

.u-btnZone ul li p span {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .u-btnZone ul li p span {
    font-size: 1.6rem;
  }
}

.u-btnZone ul li p span:before {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .u-btnZone ul li p span:before {
    margin-right: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .u-btnZone ul li + li {
    margin-top: 9.33333vw;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 28px;
  height: 49px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: opacity 0.3s;
}

.slick-arrow:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 6.66667vw;
    height: 10.66667vw;
  }
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.svg);
  left: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 1.33333vw;
  }
}



.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.mainZone {
  background-color: #e8eaef;
  font-weight: bold;
  position: relative;
}

.mainZone:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .mainZone:before {
    width: 566px;
    height: 366px;
    margin-left: -88px;
    left: 50%;
    background: url("../img/main/img20221130.svg?202211301") 0 0 no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .mainZone .u-inner {
    padding: 45px 0 16px;
  }
}

.mainZone h1 {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .mainZone h1 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mainZone h1 {
    text-align: center;
    padding-top: 6.13333vw;
    padding-bottom: 5vw;
  }
}

.mainZone h1 small {
  display: block;
  margin-bottom: 0.43333em;
}

@media screen and (min-width: 768px) {
  .mainZone h1 small {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .mainZone h1 small {
    font-size: 2rem;
  }
}

.mainZone h1 strong {
  display: block;
  color: #142c4d;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .mainZone h1 strong {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .mainZone h1 strong {
    font-size: 2.5rem;
  }
}

.mainZone h1 strong + strong {
  margin-top: 0.41176em;
}

@media screen and (min-width: 768px) {
  .mainZone h1 strong em {
    font-size: 5rem;
    letter-spacing: 2px;
  }
  .mainZone h1 strong em span{
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .mainZone h1 strong em {
    font-size: 3.6rem;
    letter-spacing: 2px;
  }
  .mainZone h1 strong em span{
    font-size: 2.9rem;
  }
}

.mainZone h1 strong em mark {
  background-image: linear-gradient(to bottom, #f2c233 0, #f2c233 100%);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.40909em;
}

@media screen and (min-width: 768px) {
  .mainZone .btns {
    width: 270px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .mainZone .btns {
    padding-top: 4vw;
    width: 72vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .mainZone .btns li + li {
    margin-top: 11px;
  }
}

@media screen and (max-width: 767px) {
  .mainZone .btns li + li {
    margin-top: 7px;
  }
}

.mainZone .btns li a:after {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.mainZone .note {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .mainZone .note {
    width: 72vw;
    padding-bottom: 5vw;
    margin: 2vw auto 0 auto;
  }
}

/*--------------------------------------
 パソナのBPOで解決いたします
---------------------------------------*/
.introZone {
  color: #142c4d;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .introZone {
    padding: 28px 30px 80px;
  }
}

@media screen and (max-width: 767px) {
  .introZone {
    padding: 8vw 0 8vw 0;
  }
}

@media screen and (min-width: 768px) {
  .introZone ul {
    display: flex;
    justify-content: space-between;
  }
}

.introZone li {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .introZone .secQ {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secQ header {
    margin-bottom: 49px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secQ header {
    margin-bottom: 10.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secQ header p {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secQ header p {
    font-size: 2.5rem;
  }
}

.introZone .secQ header p:before {
  content: "";
  display: block;
  background: url("../img/intro/q_ttl_icn.svg") 0 0 no-repeat;
  width: 160px;
  height: 82px;
  margin: 0 auto 16px;
}

.introZone .secQ li {
  background-color: #e8eaef;
}

@media screen and (min-width: 768px) {
  .introZone .secQ li {
    width: 49%;
    padding: 27px 15px 27px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secQ li {
    padding: 8vw 0;
  }
  .introZone .secQ li + li {
    margin-top: 8vw;
  }
}

.introZone .secQ li strong {
  display: block;
  font-size: 2.6rem;
}

@media screen and (min-width: 768px) {
  .introZone .secQ li strong {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secQ li strong {
    margin-bottom: 8vw;
  }
}

.introZone .secQ li strong span {
  display: inline-block;
  position: relative;
}

.introZone .secQ li strong span:before {
  content: "";
  display: block;
  background: url("../img/intro/q_box_icn.svg") 0 0 no-repeat;
  position: absolute;
  width: 40px;
  height: 48px;
  top: -47px;
  left: -45px;
}

@media screen and (max-width: 767px) {
  .introZone .secQ li strong span:before {
    top: -12vw;
    left: -12vw;
    width: 10.66667vw;
    height: 12.8vw;
  }
}

.introZone .secQ li figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .introZone .secQ li figure {
    margin-bottom: 26px;
    height: 120px;
  }
}

.introZone .secQ li p {
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .introZone .secQ li p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secQ li p {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secQ li:nth-child(1) figure img {
    width: 330px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secQ li:nth-child(1) figure img {
    margin: 0 7.2vw 0 9.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secQ li:nth-child(2) figure img {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secQ li:nth-child(2) figure img {
    width: 60.26667vw;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA {
    padding-top: 8vw;
  }
}

.introZone .secA header h2 {
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 768px) {
  .introZone .secA header h2 {
    margin-bottom: 8px;
  }
}

.introZone .secA header h2:before {
  content: "";
  display: block;
  background: url("../img/intro/a_ttl_icn.svg") 0 0 no-repeat;
  margin: 0 auto 19px;
  width: 44px;
  height: 74px;
}

.introZone .secA header p {
  font-size: 2.0rem;
  line-height: 1.45;
}

.introZone .secA h3 {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .introZone .secA h3 {
    margin-bottom: 4vw;
  }
}

.introZone .secA section {
  position: relative;
}

.introZone .secA section:before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.introZone .secA section li {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .introZone .secA section li {
    padding: 5.33333vw 2.66667vw 5.33333vw 4vw;
    margin-bottom: 5.86667vw;
  }
}

.introZone .secA .box1 {
  background-color: #e8eaef;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box1 {
    margin-top: 90px;
    padding: 36px 22px 22px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box1 {
    margin-top: 24vw;
    padding: 9.6vw 5.86667vw 5.86667vw;
  }
}

.introZone .secA .box1:before {
  background: url("../img/intro/a_icn_arw_b.svg") 0 0 no-repeat;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box1:before {
    width: 37px;
    height: 49px;
    top: -71px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box1:before {
    width: 9.86667vw;
    height: 13.06667vw;
    top: -18.93333vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secA .box1 h3 {
    margin-bottom: 9px;
  }
}

.introZone .secA .box1 .boxLead {
  font-size: 2.0rem;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box1 .boxLead {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box1 .boxLead {
    margin-bottom: 3.5vw;
  }
}

.introZone .secA .box1 .boxLead strong {
  background-image: linear-gradient(to bottom, #ff6f4d 0, #ff6f4d 100%);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.5em;
}

.introZone .secA .box1 .boxLead em {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4.2rem;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box1 ul {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secA .box1 li {
    padding: 28px 15px 18px;
  }
}

.introZone .secA .box1 li h4 {
  font-size: 2.0rem;
  line-height: 1.45;
}

.introZone .secA .box1 li h4 small {
  display: block;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box1 li h4 small {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box1 li h4 small {
    font-size: 1.6rem;
  }
}

.introZone .secA .box1 li figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box1 li figure {
    margin-top: 33px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box1 li figure {
    margin-top: 5.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secA .box1 li:not(:nth-child(3)) {
    width: 49.03846%;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secA .box1 li:nth-child(1) figure img {
    width: 88.11189%;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secA .box1 li:nth-child(2) figure img {
    width: 90.67599%;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secA .box1 li:nth-child(3) {
    width: 100%;
    margin-top: 17px;
    padding-bottom: 32px;
  }
}

.introZone .secA .box2 {
  background-color: #e8eaef;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box2 {
    margin-top: 105px;
    padding: 34px 22px 22px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box2 {
    margin-top: 28vw;
    padding: 9.06667vw 5.86667vw 5.86667vw;
  }
}

.introZone .secA .box2:before {
  background: url("../img/intro/a_icn_plus.svg") 0 0 no-repeat;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box2:before {
    width: 60px;
    height: 60px;
    top: -83px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box2:before {
    width: 16vw;
    height: 16vw;
    top: -22.13333vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secA .box2 h3 {
    margin-bottom: 27px;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secA .box2 li {
    width: 49.03846%;
    padding: 27px 15px 27px;
  }
}

.introZone .secA .box2 li h4 {
  font-size: 2.0rem;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box2 li h4 {
    margin-bottom: 28px;
  }
}

.introZone .secA .box2 li figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box2 li figure {
    margin: 0 -10px 31px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box2 li figure {
    margin: 5vw 0;
  }
}

.introZone .secA .box2 li figure img {
  max-width: none;
}

.introZone .secA .box2 li p {
  color: #1a1a1a;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box2 li:nth-child(1) figure img {
    width: 91.31403%;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secA .box2 li:nth-child(2) figure img {
    width: 95.76837%;
  }
}

.introZone .secA .box3 {
  background-color: #c1e1f3;
  position: relative;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box3 {
    margin-top: 138px;
    padding: 77px 33px 34px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box3 {
    margin-top: 36.8vw;
    padding: 20.53333vw 5.86667vw 0.26667vw;
  }
}

.introZone .secA .box3:before {
  background: url("../img/intro/a_icn_equal.svg") 0 0 no-repeat;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box3:before {
    width: 42px;
    height: 60px;
    top: -116px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box3:before {
    width: 11.2vw;
    height: 16vw;
    top: -30.93333vw;
  }
}

.introZone .secA .box3 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8764;
  margin: auto;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 2.8rem;
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box3 h3 {
    width: 174px;
    height: 60px;
    top: -32px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box3 h3 {
    width: 46.4vw;
    height: 16vw;
    border-radius: 6px;
    top: -8.53333vw;
  }
}

.introZone .secA .box3 h3:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #ff8764 transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box3 h3:before {
    border-width: 36px 10px 0;
    bottom: -34px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box3 h3:before {
    border-width: 9.6vw 2.66667vw 0;
    bottom: -9.06667vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secA .box3 li {
    width: 31.50985%;
    padding: 27px 22px 25px;
  }
}

.introZone .secA .box3 li h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #142c4d;
  color: #fff;
  border-radius: 100px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box3 li h4 {
    min-height: 50px;
    margin-bottom: 17px;
    padding: 10px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box3 li h4 {
    font-size: 2.2rem;
    padding: .5em;
    margin-bottom: 5.33333vw;
  }
}

.introZone .secA .box3 li figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box3 li figure {
    margin-bottom: 15px;
    height: 131px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secA .box3 li figure {
    margin: 0 auto 5.33333vw;
    width: 53.33333vw;
  }
}

.introZone .secA .box3 li figure img {
  max-width: none;
}

.introZone .secA .box3 li p {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .introZone .secA .box3 li:nth-child(1) figure img {
    width: 84.74576%;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secA .box3 li:nth-child(2) figure img {
    width: 82.62712%;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secA .box3 li:nth-child(3) figure img {
    width: 93.64407%;
  }
}

/*--------------------------------------
 パソナのBPOが選ばれる４つの理由
---------------------------------------*/
.reasonZone {
  background-color: #e8eaef;
}

@media screen and (max-width: 767px) {
  .reasonZone {
    padding: 9.06667vw 0 9.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .reasonZone h2 {
    padding: 75px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .reasonZone h2 {
    margin-bottom: 2.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .reasonZone .rs-list ul {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .reasonZone .rs-list ul {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .reasonZone .rs-list ul li {
    display: flex;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .reasonZone .rs-list ul li + li {
    margin-top: 6.13333vw;
  }
}

@media screen and (min-width: 768px) {
  .reasonZone .rs-list ul li dt {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .reasonZone .rs-list ul li dt {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .reasonZone .rs-list ul li dd {
    width: 473px;
    margin-left: 60px;
    margin-top: 30px;
  }
  .reasonZone .rs-list ul li dd.full {
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
  }
}

.reasonZone .rs-list ul li dd .nb {
  color: #142C4D;
  font-size: 6.0rem;
  font-weight: bold;
  border-bottom: 3px solid #142C4D;
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (min-width: 768px) {
  .reasonZone .rs-list ul li dd .nb {
    width: 61px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .reasonZone .rs-list ul li dd .nb {
    width: 16vw;
    margin-bottom: 3.73333vw;
    letter-spacing: -0.02em;
    border-bottom-width: 0.56vw;
  }
}

.reasonZone .rs-list ul li dd .ttl {
  color: #142C4D;
  font-weight: bold;
}
.reasonZone .rs-list ul li dd .ttl.list_icon {
  background: url(../img/list_icon01.png) left center no-repeat;
  background-size: 42px;
  padding: 0 0 0 58px;
  line-height: 45px;
}


@media screen and (min-width: 768px) {
  .reasonZone .rs-list ul li dd .ttl {
    font-size: 3.0rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .reasonZone .rs-list ul li dd .ttl {
    margin-bottom: 2.93333vw;
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .reasonZone .rs-list ul li dd .ttl.list_icon {
    background: url(../img/list_icon01.png) left 3px no-repeat;
    background-size: 26px;
    padding: 0 0 0 35px;
    line-height: 30px;
  }
  
}

@media screen and (min-width: 768px) {
  .reasonZone .rs-list ul li dd .spImg {
    display: none;
  }
}

.reasonZone .rs-list ul li dd p {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .reasonZone .rs-list ul li dd p {
    margin-top: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .reasonZone .rs-list ul li dd p {
    margin-top: 3.73333vw;
    line-height: 1.5;
  }
}

/*--------------------------------------
 BPO提案例
---------------------------------------*/
@media screen and (min-width: 768px) {
  .exampleZone {
    padding-bottom: 77px;
  }
}

@media screen and (max-width: 767px) {
  .exampleZone {
    padding-bottom: 8vw;
  }
}

.exampleZone h2 {
  padding: 57px 0 60px 0;
}

@media screen and (max-width: 767px) {
  .exampleZone h2 {
    padding: 10.66667vw 0 5.33333vw;
  }
}

.exampleZone .suggestion-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.exampleZone .suggestion-list ul li {
  width: 470px;
  background-color: #e8eaef;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .exampleZone .suggestion-list ul li {
    width: 100%;
    margin: 0px;
  }
  .exampleZone .suggestion-list ul li + li {
    margin-top: 5.33333vw;
  }
}

.exampleZone .suggestion-list ul li .in {
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .exampleZone .suggestion-list ul li .in {
    padding: 5.33333vw;
  }
}

.exampleZone .suggestion-list ul li .in .ttl {
  width: 384px;
  font-size: 2rem;
  color: #142c4d;
  font-weight: bold;
  padding-left: 15px;
  border-left: 2px solid #142C4D;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .exampleZone .suggestion-list ul li .in .ttl {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .exampleZone .suggestion-list ul li .in .img {
    position: relative;
    overflow: hidden;
  }
}

.exampleZone .suggestion-list ul li .in .img .txt {
  width: 130px;
  height: 160px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #142c4d;
  position: absolute;
  background-color: #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .exampleZone .suggestion-list ul li .in .img .txt {
    width: 28vw;
    height: 100%;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 2.66667vw;
    flex-direction: column;
    justify-content: center;
  }
}

.exampleZone .suggestion-list ul li .in .img .txt p {
  margin: 40px 0 10px 20px;
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (max-width: 767px) {
  .exampleZone .suggestion-list ul li .in .img .txt p {
    margin: 0px;
    font-size: 1.4rem;
  }
}

.exampleZone .suggestion-list ul li .in .img .txt span {
  margin-left: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (max-width: 767px) {
  .exampleZone .suggestion-list ul li .in .img .txt span {
    margin: 0px;
    font-size: 1.6rem;
  }
}

.exampleZone .suggestion-list ul li .in .img img {
  position: relative;
  z-index: 1;
  left: 78px;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .exampleZone .suggestion-list ul li .in .img img {
    left: 0px;
    width: 100%;
    transform: scale(1.1);
    top: 2vw;
  }
}

.exampleZone .suggestion-list ul li .in .btn {
  margin-top: 30px;
}

.exampleZone .suggestion-list ul li .in .btn a {
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #142c4d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  position: relative;
}

.exampleZone .suggestion-list ul li .in .btn a:after {
  content: "";
  background-image: url(../img/example/plus-mark.png);
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}

@media screen and (max-width: 767px) {
  .exampleZone .suggestion-list ul li .in .btn {
    width: 100%;
  }
}

/*--------------------------------------
 パソナのBPOサービスご利用の流れ
---------------------------------------*/
.flowZone {
  background-color: #e8eaef;
}

.flowZone .u-inner {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .flowZone .u-inner {
    padding: 10.66667vw 8vw;
  }
}

.flowZone .u-inner .lead {
  text-align: center;
  margin-top: 50px;
  line-height: 2;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .flowZone .u-inner .lead {
    text-align: left;
    margin-top: 8vw;
  }
}

.flowZone .u-inner .lead:before {
  display: block;
  content: "";
  width: 150px;
  height: 112px;
  margin: 0 auto 25px;
  background: url(../img/flow/ph01.svg) no-repeat;
  background-size: contain;
}

.flowZone .u-inner ul {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 40px;
}

@media screen and (max-width: 767px) {
  .flowZone .u-inner ul {
    display: block;
    margin: 8vw 0;
  }
}

.flowZone .u-inner ul li {
  width: 24.5%;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 1.5em 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .flowZone .u-inner ul li {
    width: 100%;
    margin-bottom: 4.8vw;
  }
}

.flowZone .u-inner ul li + li {
  position: relative;
}

.flowZone .u-inner ul li + li:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 38px;
  top: 0;
  left: -20px;
  bottom: 0;
  margin: auto 0;
  background: url(../img/flow/arrow.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .flowZone .u-inner ul li + li:before {
    left: 50%;
    transform: rotate(90deg);
    margin-left: -25px;
    margin-top: -7vw;
  }
}

.flowZone .pointCont {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .flowZone .pointCont {
    display: block;
  }
}

.flowZone .pointCont .img {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .flowZone .pointCont .img {
    width: 100%;
  }
}

.flowZone .pointCont .txt {
  width: 48%;
  font-weight: bold;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .flowZone .pointCont .txt {
    width: 100%;
    padding-top: 5.33333vw;
  }
}

.flowZone .pointCont .txt dt {
  font-size: 2rem;
  color: #142C4D;
}

.flowZone .pointCont .txt dt span {
  display: inline-block;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  margin-right: 16px;
  margin-bottom: 20px;
  padding: 0.33333em 1em;
  border-radius: 30px;
  background: #142C4D;
}

@media screen and (max-width: 767px) {
  .flowZone .pointCont .txt dt {
    margin-bottom: 2vw;
  }
  .flowZone .pointCont .txt dt em {
    display: block;
    font-size: 2.2rem;
  }
}

.flowZone .pointCont .txt dd {
  font-size: 1.4rem;
  line-height: 1.85714;
}

@media screen and (max-width: 767px) {
  .flowZone .pointCont .txt dd {
    font-size: 1.6rem;
  }
  .flowZone .pointCont .txt dd .img {
    margin-bottom: 4vw;
  }
}

.flowZone .pointCont + .pointCont {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .flowZone .pointCont + .pointCont {
    margin-top: 5.33333vw;
  }
}

/*--------------------------------------
 パソナのBPOサービス紹介
---------------------------------------*/
.serviceZone h2 {
  padding: 80px 0 35px 0;
}

.serviceZone p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .serviceZone p {
    text-align: left;
  }
  .serviceZone p br {
    display: none;
    line-height: 1.6;
  }
}

.serviceZone ul.clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.serviceZone ul.clearfix li {
  width: 225px;
}

@media screen and (max-width: 767px) {
  .serviceZone ul.clearfix li {
    width: 48%;
  }
}

.serviceZone ul.clearfix li dl dt {
  width: 130px;
  margin: 0 auto;
}

.serviceZone ul.clearfix li dl dd {
  text-align: center;
  margin: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #142C4D;
}

.serviceZone ul.clearfix li dl dd a::after {
  content: url("../img/service/mark.png");
  display: inline-block;
  width: 12px;
  margin-left: 7px;
}

.serviceZone ul.clearfix li dl .ygm {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 45px;
  color: #000;
}

.serviceZone ul.bot {
  display: flex;
  width: 480px;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 25px;
}

/*--------------------------------------
 BPOサービス参考価格
---------------------------------------*/
.priceZone {
  background-color: #e8eaef;
  font-weight: bold;
  padding: 72px 0 78px;
}

@media screen and (max-width: 767px) {
  .priceZone {
    padding: 10.66667vw 0;
  }
}

.priceZone h2 {
  margin-bottom: 51px;
}

@media screen and (max-width: 767px) {
  .priceZone h2 {
    margin-bottom: 8vw;
  }
}

.priceZone .spImg {
  margin: 4vw auto 0 auto;
  width: 72vw;
}

.priceZone .sldBox {
  margin-bottom: 118px;
}

@media screen and (max-width: 767px) {
  .priceZone .sldBox {
    margin-bottom: 20vw;
  }
}

.priceZone .sldBox .slick-dots {
  bottom: -74px;
}

.priceZone .sldBox .slick-dots li {
  width: 40px;
  height: 2px;
  margin: 0 5px;
  background-color: #CCC;
  border: none;
  border-radius: 0;
}

.priceZone .sldBox .slick-dots li.slick-active {
  background-color: #142c4d;
}

.priceZone .sldBox .item {
  padding-left: 0;
    margin: 0 auto;
    width: 470px;
}

@media screen and (max-width: 767px) {
  .priceZone .sldBox .item {
    padding: 0 5.33333vw;
  }
}

.priceZone .sldBox .item section {
  background-color: #142c4d;
  box-sizing: border-box;
  width: 470px;
  padding: 14px 11px 11px;
}

@media screen and (max-width: 767px) {
  .priceZone .sldBox .item section {
    width: 89vw;
  }
}

.priceZone .sldBox .item section h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 18px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .priceZone .sldBox .item section h3 {
    font-size: 2rem;
  }
}

.priceZone .sldBox .item .box {
  background-color: #fff;
}

.priceZone .sldBox .item .box h4 {
  background-color: #e8eaef;
  color: #142c4d;
  text-align: center;
  padding: 16px 15px 11px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .priceZone .sldBox .item .box h4 {
    font-size: 1.8rem;
  }
}

.priceZone .sldBox .item .box .cont {
  padding: 20px 22px 30px;
}

.priceZone .sldBox .item .box .imgTxt {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .priceZone .sldBox .item .box .imgTxt {
    display: block;
  }
}

.priceZone .sldBox .item .box .imgTxt figure {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 120px;
  height: 120px;
  margin-right: 27px;
}

@media screen and (max-width: 767px) {
  .priceZone .sldBox .item .box .imgTxt figure {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}

.priceZone .sldBox .item .box .imgTxt figure img {
  width: 100px;
}

.priceZone .sldBox .item .box .imgTxt p {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
}

.priceZone .sldBox .item .box .info dl {
  display: flex;
}

.priceZone .sldBox .item .box .info dl dt,
.priceZone .sldBox .item .box .info dl dd {
  display: flex;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
}

.priceZone .sldBox .item .box .info dl dt {
  flex-shrink: 0;
  border-top: 2px solid #142c4d;
  width: 88px;
  margin-right: 22px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .priceZone .sldBox .item .box .info dl dt {
    width: 16.53333vw;
    font-size: 1.5rem;
  }
}

.priceZone .sldBox .item .box .info dl dd {
  border-top: 2px solid #e8eaef;
  box-sizing: border-box;
  width: 100%;
  padding-left: 12px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .priceZone .sldBox .item .box .info dl dd {
    padding-left: 0px;
  }
}

.priceZone .sldBox .item .box .info dl dd em {
  color: #142c4d;
  font-family: 'Roboto Condensed', sans-serif;
  margin-right: 0.1em;
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .priceZone .sldBox .item .box .info dl dd em {
    font-size: 3rem;
    margin-right: 0px;
  }
}

.priceZone .sldBox .item .box .info dl:last-child dt {
  border-bottom: 2px solid #142c4d;
}

.priceZone .sldBox .item .box .info dl:last-child dd {
  border-bottom: 2px solid #e8eaef;
}

.priceZone .sldBox .note {
  display: block;
  margin: 19px 0 0 40px;
  margin-left: 40px;
  font-size: 1.2rem;
  text-align: center;
}

.priceZone .msgBox {
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.41176;
}

@media screen and (max-width: 767px) {
  .priceZone .msgBox {
    font-size: 2.4rem;
  }
  .priceZone .sldBox .note {
    display: block;
    margin: 19px 0 0 0;
    margin-left: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  
}

.priceZone .msgBox h3 {
  display: inline-block;
  color: #142c4d;
  position: relative;
}

.priceZone .msgBox h3:before, .priceZone .msgBox h3:after {
  content: "";
  position: absolute;
}

.priceZone .msgBox h3:before {
  background: url("../img/price/msg_deco01.svg") 0 0 no-repeat;
  width: 91px;
  height: 136px;
  top: -61px;
  left: -114px;
}

@media screen and (max-width: 767px) {
  .priceZone .msgBox h3:before {
    display: none;
  }
}

.priceZone .msgBox h3:after {
  background: url("../img/price/msg_deco02.svg") 0 0 no-repeat;
  width: 121px;
  height: 132px;
  top: -34px;
  right: -153px;
}

@media screen and (max-width: 767px) {
  .priceZone .msgBox h3:after {
    display: none;
  }
}

/*--------------------------------------
 BPOのサービスとは
---------------------------------------*/
@media screen and (min-width: 768px) {
  .aboutZone {
    padding-bottom: 70px;
  }
}

.aboutZone .btnClose2 {
  width: 26.66667vw;
  margin: 5vw auto 0 auto;
}

@media screen and (max-width: 767px) {
  .aboutZone {
    padding-bottom: 8vw;
  }
}

.aboutZone h2 {
  padding: 80px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .aboutZone h2 {
    font-size: 2.6rem;
    padding: 10.66667vw 0 8vw;
  }
}

.aboutZone .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 70px;
  color: #142C4D;
}

@media screen and (max-width: 767px) {
  .aboutZone .ttl {
    margin-bottom: 10.66667vw;
  }
}

.aboutZone .js_acrdBox {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox {
    margin-bottom: 2.66667vw;
  }
}

.aboutZone .js_acrdBox .txt {
  padding: 30px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .txt {
    font-size: 1.4rem;
    line-height: 1.78571;
    padding: 5.33333vw 2.66667vw 5.33333vw;
  }
}

.aboutZone .js_acrdBox .txt table {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .txt table {
    font-size: 1.2rem;
    margin-top: 5.33333vw;
  }
}

.aboutZone .js_acrdBox .txt table th {
  text-align: center;
  background-color: #E8EAEF;
  border: 2px solid #000;
}

.aboutZone .js_acrdBox .txt table td {
  border: 2px solid #000;
}

.aboutZone .js_acrdBox .txt table td.Subcontracting {
  text-align: center;
}

.aboutZone .js_acrdBox .txt table td.Overview {
  padding-left: 25px;
}

.aboutZone .js_acrdBox .txt table td.Concrete {
  padding-left: 16px;
}

.aboutZone .js_acrdBox .next-img {
  padding: 0 30px 30px 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .next-img {
    flex-direction: column;
    padding: 0 0 2.66667vw;
  }
}

.aboutZone .js_acrdBox .next-img .R-img {
  width: 440px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .next-img .R-img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2.66667vw;
  }
}

.aboutZone .js_acrdBox .next-img .R-img .ttl-img {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.375em;
  background: #142C4D;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .next-img .R-img + .R-img {
    margin-top: 2.66667vw;
  }
}

.aboutZone .js_acrdBox .next-img .contents.imgTrim {
  overflow: hidden;
}

.aboutZone .js_acrdBox .next-img .contents.imgTrim .naka {
  position: relative;
  width: 106%;
  top: 0;
  left: -3%;
}

.aboutZone .js_acrdBox .in-main-reup-not {
  padding: 0 30px 30px 30px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .in-main-reup-not {
    padding: 0 2.66667vw 5.33333vw;
  }
}

.aboutZone .js_acrdBox .in-main-reup-not .ttl-this {
  font-size: 2rem;
  color: #142C4D;
  font-weight: bold;
  letter-spacing: -2.5px;
  padding-left: 10px;
  border-left: 2px solid #142C4D;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .in-main-reup-not .ttl-this {
    font-size: 1.8rem;
    margin-bottom: 4vw;
    letter-spacing: -0.26667vw;
    padding-left: 2.66667vw;
    border-left: 0.8vw solid #142C4D;
  }
}

.aboutZone .js_acrdBox .in-main-reup-not p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .in-main-reup-not p {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

.aboutZone .js_acrdBox .in-main-reup-not .last {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -1px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .in-main-reup-not .last {
    font-size: 1.4rem;
    line-height: 1.78571;
    margin-top: 8vw;
  }
}

.aboutZone .js_acrdBox .in-main-reup {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .in-main-reup {
    padding: 5.33333vw 2.66667vw 2.66667vw;
  }
}

.aboutZone .js_acrdBox .in-main-reup .ttl-this {
  font-size: 2rem;
  color: #142C4D;
  font-weight: bold;
  letter-spacing: -2.5px;
  padding-left: 10px;
  border-left: 2px solid #142C4D;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .in-main-reup .ttl-this {
    font-size: 1.8rem;
    padding-left: 2.66667vw;
    border-left: 0.8vw solid #142C4D;
    margin-bottom: 4vw;
  }
}

.aboutZone .js_acrdBox .in-main-reup p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .in-main-reup p {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

.aboutZone .js_acrdBox .in-main-reup .last {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -1px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .in-main-reup + .in-main-reup-not {
    margin-top: 5.33333vw;
  }
}

.aboutZone .js_acrdBox .acrdBtn {
  padding: 33px 0 25px 33px;
  background-color: #E8EAEF;
  font-size: 2rem;
  font-weight: bold;
  color: #142C4D;
  position: relative;
  cursor: pointer;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .acrdBtn {
    padding: 5.33333vw 0 5.33333vw 5.33333vw;
  }
}

.aboutZone .js_acrdBox .acrdBtn::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 37px;
  margin: auto 0;
  background-color: #142C4D;
  transition: height .2s;
}

.aboutZone .js_acrdBox .acrdBtn::after {
  content: "";
  width: 18px;
  height: 4px;
  display: block;
  background-color: #142C4D;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.aboutZone .js_acrdBox .acrdBtn.show::before {
  height: 0px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .acrdBtn.txtBr {
    padding: 5.33333vw 13.33333vw 5.33333vw 5.33333vw;
  }
}

.aboutZone .js_acrdBox .acrdCont {
  padding: 0 10px 10px 10px;
  background-color: #E8EAEF;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .acrdCont {
    padding: 0 5.33333vw 5.33333vw 5.33333vw;
  }
}

.aboutZone .js_acrdBox .acrdCont .wrapInner {
  background: #fff;
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .in-main {
  position: relative;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .acrdCont .wrapInner .in-main {
    padding: 5.33333vw 2.66667vw;
  }
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .text {
  width: 440px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .text {
    width: 100%;
  }
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .text .ttl-this {
  font-size: 2rem;
  color: #142C4D;
  font-weight: bold;
  letter-spacing: -2.5px;
  padding-left: 10px;
  border-left: 2px solid #142C4D;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .text .ttl-this {
    font-size: 1.8rem;
    border-left: 0.8vw solid #142C4D;
    margin-bottom: 4vw;
  }
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .text p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .text p {
    font-size: 1.4rem;
    line-height: 1.78571;
    margin-top: 4vw;
  }
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .R-img {
  position: absolute;
  width: 420px;
  box-sizing: border-box;
  top: 30px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .R-img {
    position: static;
    width: 100%;
  }
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .R-img .ttl-img {
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  background-color: #142C4D;
  padding: 10px 0;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .R-img .ttl-img {
    font-size: 1.2rem;
    padding: 0.375em 0;
  }
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .R-img .ttl-img .lsTxt {
  letter-spacing: -.15em;
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .R-img .contents {
  background-color: #E8EAEF;
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .R-img .contents .naka {
  padding: 30px 20px 25px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .R-img .contents .naka {
    padding: 2.66667vw;
  }
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .in-main .R-img .contents .naka .bot-txt {
  margin-top: 25px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .in-main.wrapCont02 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .acrdCont .wrapInner .in-main.wrapCont02 {
    margin-top: 0;
    padding-top: 0;
  }
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .in-main.wrapCont02 .text {
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  .aboutZone .js_acrdBox .acrdCont .wrapInner .in-main.wrapCont02 .text {
    margin-top: 0;
  }
}

.aboutZone .js_acrdBox .acrdCont .wrapInner .spFlx {
  display: flex;
  flex-direction: column-reverse;
}

.aboutZone .js_acrdBox .acrdCont .sp {
  padding-bottom: 2.66667vw;
}

.aboutZone .js_acrdBox .acrdCont .sp table {
  width: 100%;
}

.aboutZone .js_acrdBox .acrdCont .sp table td {
  width: calc(100% / 3);
  padding: 3.2vw 1.33333vw;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}

.aboutZone .js_acrdBox .acrdCont .sp table td p {
  text-align: left;
}

.aboutZone .js_acrdBox .acrdCont .sp table td p + p {
  margin-top: 6.66667vw;
}

.aboutZone .js_acrdBox .acrdCont .sp table td ul {
  text-align: left;
}

.aboutZone .js_acrdBox .acrdCont .sp table td ul li:before {
  content: "・";
}

.aboutZone .js_acrdBox .acrdCont .sp table td.listBl {
  vertical-align: baseline;
}

/*--------------------------------------
 よくある質問
---------------------------------------*/
.faqZone {
  background-color: #e8eaef;
}

.faqZone .btnClose2 {
  width: 26.66667vw;
  margin: 1vw auto 7vw auto;
}

@media screen and (min-width: 768px) {
  .faqZone {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .faqZone {
    padding: 10.66667vw 0;
  }
}

.faqZone .js_acrdBox {
  font-weight: bold;
}

.faqZone .js_acrdBox .acrdBtn {
  position: relative;
  color: #142C4D;
  padding: 30px;
  cursor: pointer;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
}

@media screen and (max-width: 767px) {
  .faqZone .js_acrdBox .acrdBtn {
    font-size: 1.4rem;
    padding: 8vw 8vw 8vw 0;
  }
}

.faqZone .js_acrdBox .acrdBtn:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 4px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  background: #142C4D;
}

@media screen and (max-width: 767px) {
  .faqZone .js_acrdBox .acrdBtn:before {
    width: 3.73333vw;
    height: 0.53333vw;
    right: 0;
  }
}

.faqZone .js_acrdBox .acrdBtn:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 37px;
  margin: auto 0;
  transition: height .2s;
  background: #142C4D;
}

@media screen and (max-width: 767px) {
  .faqZone .js_acrdBox .acrdBtn:after {
    width: 0.53333vw;
    height: 3.73333vw;
    right: 1.6vw;
  }
}

.faqZone .js_acrdBox .acrdBtn p {
  position: relative;
  padding-left: 45px;
  padding-right: 2.5%;
}

@media screen and (max-width: 767px) {
  .faqZone .js_acrdBox .acrdBtn p {
    padding-left: 7.2vw;
  }
}

.faqZone .js_acrdBox .acrdBtn p:before {
  position: absolute;
  content: "Q";
  top: -.1em;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (max-width: 767px) {
  .faqZone .js_acrdBox .acrdBtn p:before {
    font-size: 2rem;
  }
}

.faqZone .js_acrdBox .acrdBtn.show:after {
  height: 0;
}

.faqZone .js_acrdBox .acrdCont {
  display: none;
  border-bottom: 1px solid #1A1A1A;
}

@media screen and (max-width: 767px) {
  .faqZone .js_acrdBox .acrdCont {
    font-size: 1.4rem;
  }
}

.faqZone .js_acrdBox .acrdCont .inner {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .faqZone .js_acrdBox .acrdCont .inner {
    padding: 8vw 0;
  }
}

.faqZone .js_acrdBox .acrdCont .inner p {
  position: relative;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .faqZone .js_acrdBox .acrdCont .inner p {
    padding-left: 7.2vw;
  }
}

.faqZone .js_acrdBox .acrdCont .inner p:before {
  position: absolute;
  content: "A";
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  font-size: 2.4rem;
  font-weight: bold;
  color: #CA0A13;
  line-height: 1;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (max-width: 767px) {
  .faqZone .js_acrdBox .acrdCont .inner p:before {
    font-size: 2rem;
  }
}

.faqZone .js_acrdBox:first-of-type {
  margin-top: 50px;
}

.faqZone .js_acrdBox + .js_acrdBox .acrdBtn {
  border-top: none;
}

/*--------------------------------------
 BPO提案例
---------------------------------------*/
.mdlCont[data-mdl_name=example] {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .mdlCont[data-mdl_name=example] {
    padding: 51px 54px 83px;
  }
}

@media screen and (max-width: 767px) {
  .mdlCont[data-mdl_name=example] {
    padding: 12vw 5vw;
  }
}

.mdlCont[data-mdl_name=example] .btnClose {
  width: 26.66667vw;
  margin: 6vw auto 0 auto;
}

.mdlCont[data-mdl_name=example] section {
  display: none;
}

.mdlCont[data-mdl_name=example] section.show {
  display: block;
}

.mdlCont[data-mdl_name=example] h2 {
  color: #142c4d;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .mdlCont[data-mdl_name=example] h2 {
    margin-bottom: 16px;
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 767px) {
  .mdlCont[data-mdl_name=example] h2 {
    font-size: 3.6rem;
  }
}

.mdlCont[data-mdl_name=example] h3 {
  color: #142c4d;
  font-weight: bold;
  line-height: 1.33333;
}

@media screen and (min-width: 768px) {
  .mdlCont[data-mdl_name=example] h3 {
    margin-bottom: 34px;
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 767px) {
  .mdlCont[data-mdl_name=example] h3 {
    font-size: 2.2rem;
    margin-bottom: 5vw;
  }
}

.mdlCont[data-mdl_name=example] .jinko {
  display: block;
  color: #142c4d;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .mdlCont[data-mdl_name=example] .jinko {
    margin-bottom: 45px;
    font-size: 1.8rem;
  }
}

.mdlCont[data-mdl_name=example] .cont {
  border-top: 1px solid #e8eaef;
}

.mdlCont[data-mdl_name=example] .cont dl {
  border-bottom: 1px solid #e8eaef;
}

@media screen and (min-width: 768px) {
  .mdlCont[data-mdl_name=example] .cont dl {
    display: flex;
    align-items: center;
    padding: 30px 0 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .mdlCont[data-mdl_name=example] .cont dl {
    padding: 5.33333vw 0;
  }
}

.mdlCont[data-mdl_name=example] .cont dt {
  flex-shrink: 0;
  align-self: flex-start;
}

@media screen and (min-width: 768px) {
  .mdlCont[data-mdl_name=example] .cont dt {
    margin-right: 59px;
  }
}

@media screen and (max-width: 767px) {
  .mdlCont[data-mdl_name=example] .cont dt {
    display: inline-block;
    margin-bottom: 6.66667vw;
  }
}

.mdlCont[data-mdl_name=example] .cont dt em {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #142c4d;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  font-size: 2.0rem;
}

@media screen and (min-width: 768px) {
  .mdlCont[data-mdl_name=example] .cont dt em {
    width: 94px;
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .mdlCont[data-mdl_name=example] .cont dt em {
    width: 25.06667vw;
    height: 9.6vw;
  }
}

.mdlCont[data-mdl_name=example] .cont dd {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.73333;
}

.mdlCont[data-mdl_name=example] .cont dd li {
  padding-left: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mdlCont[data-mdl_name=example] .cont dd li {
    font-size: 1.4rem;
  }
}

.mdlCont[data-mdl_name=example] .cont dd li.noC {
  padding-left: 0px;
}

.mdlCont[data-mdl_name=example] .cont dd li.noC + .noC {
  margin-top: 10px;
}

.mdlCont[data-mdl_name=example] .cont dd li.noC em {
  font-weight: bold;
}

.mdlCont[data-mdl_name=example] .cont dd li.noC strong {
  display: block;
  position: relative;
  padding-left: 15px;
}

.mdlCont[data-mdl_name=example] .cont dd li.noC strong:before {
  content: "";
  display: block;
  background-color: #1a1a1a;
  width: 0.53333em;
  height: 0.53333em;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.mdlCont[data-mdl_name=example] .cont dd li.noC::before {
  display: none;
}

.mdlCont[data-mdl_name=example] .cont dd li:before {
  content: "";
  display: block;
  background-color: #1a1a1a;
  width: 0.53333em;
  height: 0.53333em;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*-- Width --*/
.WAuto {
  width: auto !important;
}

/*-- Margin --*/
.M0 {
  margin: 0 !important;
}

.MA {
  margin: auto !important;
}

.MTA {
  margin-top: auto !important;
}

.MRA {
  margin-right: auto !important;
}

.MBA {
  margin-bottom: auto !important;
}

.MLA {
  margin-left: auto !important;
}

/*-- Padding --*/
.P0 {
  padding: 0 !important;
}

.PA {
  padding: auto !important;
}

.PTA {
  padding-top: auto !important;
}

.PRA {
  padding-right: auto !important;
}

.PBA {
  padding-bottom: auto !important;
}

.PLA {
  padding-left: auto !important;
}

/*-- Font --*/
.ffNS {
  font-family: "Noto Sans Japanese";
}

.fz6 {
  font-size: 6px;
}

.fz6R {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 7px;
}

.fz7R {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 8px;
}

.fz8R {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 9px;
}

.fz9R {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 10px;
}

.fz10R {
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
}

.fz11R {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
}

.fz12R {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
}

.fz13R {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
}

.fz14R {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
}

.fz15R {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
}

.fz16R {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 17px;
}

.fz17R {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 18px;
}

.fz18R {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 19px;
}

.fz19R {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 20px;
}

.fz20R {
  font-size: 2rem;
}

.fz21 {
  font-size: 21px;
}

.fz21R {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 22px;
}

.fz22R {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 23px;
}

.fz23R {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 24px;
}

.fz24R {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 25px;
}

.fz25R {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 26px;
}

.fz26R {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 27px;
}

.fz27R {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 28px;
}

.fz28R {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 29px;
}

.fz29R {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 30px;
}

.fz30R {
  font-size: 3rem;
}

.fz31 {
  font-size: 31px;
}

.fz31R {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 32px;
}

.fz32R {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 33px;
}

.fz33R {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 34px;
}

.fz34R {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 35px;
}

.fz35R {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 36px;
}

.fz36R {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 37px;
}

.fz37R {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 38px;
}

.fz38R {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 39px;
}

.fz39R {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 40px;
}

.fz40R {
  font-size: 4rem;
}

.fz41 {
  font-size: 41px;
}

.fz41R {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 42px;
}

.fz42R {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 43px;
}

.fz43R {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 44px;
}

.fz44R {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 45px;
}

.fz45R {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 46px;
}

.fz46R {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 47px;
}

.fz47R {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 48px;
}

.fz48R {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 49px;
}

.fz49R {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 50px;
}

.fz50R {
  font-size: 5rem;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.lh8 {
  line-height: 0.8 !important;
}

.lh9 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh26 {
  line-height: 2.6 !important;
}

.lh27 {
  line-height: 2.7 !important;
}

.lh28 {
  line-height: 2.8 !important;
}

.lh29 {
  line-height: 2.9 !important;
}

.lh30 {
  line-height: 3 !important;
}

/*-- Etc --*/
.disI {
  display: inline !important;
}

.disB {
  display: block !important;
}

.disIB {
  display: inline-block !important;
}

.disT {
  display: table !important;
}

.disTC {
  display: table-cell !important;
}

.disN {
  display: none !important;
}

.disF {
  display: flex !important;
}

.jcFS {
  justify-content: flex-start !important;
}

.jcFE {
  justify-content: flex-end !important;
}

.jcC {
  justify-content: center !important;
}

.jcSB {
  justify-content: space-between !important;
}

.jcSA {
  justify-content: space-around !important;
}

.aiFS {
  align-items: flex-start !important;
}

.aiFE {
  align-items: flex-end !important;
}

.aiC {
  align-items: center !important;
}

.aiS {
  align-items: stretch !important;
}

.aiB {
  align-items: baseline !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.vaTB {
  vertical-align: text-bottom !important;
}

.fltL {
  float: left !important;
}

.fltR {
  float: right !important;
}

.fltN {
  float: none !important;
}

.posS {
  position: static !important;
}

.posR {
  position: relative !important;
}

.posA {
  position: absolute !important;
}

.posF {
  position: fixed !important;
}

.brWord {
  word-wrap: break-word;
}

.waNw {
  white-space: nowrap;
}

.printDown {
  display: none;
}

.printBreak {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /*-- Width --*/
  .spWAuto {
    width: auto !important;
  }
  /*-- Margin --*/
  .spM0 {
    margin: 0 !important;
  }
  .spMA {
    margin: auto !important;
  }
  .spMTA {
    margin-top: auto !important;
  }
  .spMRA {
    margin-right: auto !important;
  }
  .spMBA {
    margin-bottom: auto !important;
  }
  .spMLA {
    margin-left: auto !important;
  }
  /*-- Padding --*/
  .spP0 {
    padding: 0 !important;
  }
  .spPA {
    padding: auto !important;
  }
  .spPTA {
    padding-top: auto !important;
  }
  .spPRA {
    padding-right: auto !important;
  }
  .spPBA {
    padding-bottom: auto !important;
  }
  .spPLA {
    padding-left: auto !important;
  }
  /*-- Font --*/
  .spFz6 {
    font-size: 6px;
  }
  .spFz6R {
    font-size: 0.6rem;
  }
  .spFz7 {
    font-size: 7px;
  }
  .spFz7R {
    font-size: 0.7rem;
  }
  .spFz8 {
    font-size: 8px;
  }
  .spFz8R {
    font-size: 0.8rem;
  }
  .spFz9 {
    font-size: 9px;
  }
  .spFz9R {
    font-size: 0.9rem;
  }
  .spFz10 {
    font-size: 10px;
  }
  .spFz10R {
    font-size: 1rem;
  }
  .spFz11 {
    font-size: 11px;
  }
  .spFz11R {
    font-size: 1.1rem;
  }
  .spFz12 {
    font-size: 12px;
  }
  .spFz12R {
    font-size: 1.2rem;
  }
  .spFz13 {
    font-size: 13px;
  }
  .spFz13R {
    font-size: 1.3rem;
  }
  .spFz14 {
    font-size: 14px;
  }
  .spFz14R {
    font-size: 1.4rem;
  }
  .spFz15 {
    font-size: 15px;
  }
  .spFz15R {
    font-size: 1.5rem;
  }
  .spFz16 {
    font-size: 16px;
  }
  .spFz16R {
    font-size: 1.6rem;
  }
  .spFz17 {
    font-size: 17px;
  }
  .spFz17R {
    font-size: 1.7rem;
  }
  .spFz18 {
    font-size: 18px;
  }
  .spFz18R {
    font-size: 1.8rem;
  }
  .spFz19 {
    font-size: 19px;
  }
  .spFz19R {
    font-size: 1.9rem;
  }
  .spFz20 {
    font-size: 20px;
  }
  .spFz20R {
    font-size: 2rem;
  }
  .spFz21 {
    font-size: 21px;
  }
  .spFz21R {
    font-size: 2.1rem;
  }
  .spFz22 {
    font-size: 22px;
  }
  .spFz22R {
    font-size: 2.2rem;
  }
  .spFz23 {
    font-size: 23px;
  }
  .spFz23R {
    font-size: 2.3rem;
  }
  .spFz24 {
    font-size: 24px;
  }
  .spFz24R {
    font-size: 2.4rem;
  }
  .spFz25 {
    font-size: 25px;
  }
  .spFz25R {
    font-size: 2.5rem;
  }
  .spFz26 {
    font-size: 26px;
  }
  .spFz26R {
    font-size: 2.6rem;
  }
  .spFz27 {
    font-size: 27px;
  }
  .spFz27R {
    font-size: 2.7rem;
  }
  .spFz28 {
    font-size: 28px;
  }
  .spFz28R {
    font-size: 2.8rem;
  }
  .spFz29 {
    font-size: 29px;
  }
  .spFz29R {
    font-size: 2.9rem;
  }
  .spFz30 {
    font-size: 30px;
  }
  .spFz30R {
    font-size: 3rem;
  }
  .spFz31 {
    font-size: 31px;
  }
  .spFz31R {
    font-size: 3.1rem;
  }
  .spFz32 {
    font-size: 32px;
  }
  .spFz32R {
    font-size: 3.2rem;
  }
  .spFz33 {
    font-size: 33px;
  }
  .spFz33R {
    font-size: 3.3rem;
  }
  .spFz34 {
    font-size: 34px;
  }
  .spFz34R {
    font-size: 3.4rem;
  }
  .spFz35 {
    font-size: 35px;
  }
  .spFz35R {
    font-size: 3.5rem;
  }
  .spFz36 {
    font-size: 36px;
  }
  .spFz36R {
    font-size: 3.6rem;
  }
  .spFz37 {
    font-size: 37px;
  }
  .spFz37R {
    font-size: 3.7rem;
  }
  .spFz38 {
    font-size: 38px;
  }
  .spFz38R {
    font-size: 3.8rem;
  }
  .spFz39 {
    font-size: 39px;
  }
  .spFz39R {
    font-size: 3.9rem;
  }
  .spFz40 {
    font-size: 40px;
  }
  .spFz40R {
    font-size: 4rem;
  }
  .spFz41 {
    font-size: 41px;
  }
  .spFz41R {
    font-size: 4.1rem;
  }
  .spFz42 {
    font-size: 42px;
  }
  .spFz42R {
    font-size: 4.2rem;
  }
  .spFz43 {
    font-size: 43px;
  }
  .spFz43R {
    font-size: 4.3rem;
  }
  .spFz44 {
    font-size: 44px;
  }
  .spFz44R {
    font-size: 4.4rem;
  }
  .spFz45 {
    font-size: 45px;
  }
  .spFz45R {
    font-size: 4.5rem;
  }
  .spFz46 {
    font-size: 46px;
  }
  .spFz46R {
    font-size: 4.6rem;
  }
  .spFz47 {
    font-size: 47px;
  }
  .spFz47R {
    font-size: 4.7rem;
  }
  .spFz48 {
    font-size: 48px;
  }
  .spFz48R {
    font-size: 4.8rem;
  }
  .spFz49 {
    font-size: 49px;
  }
  .spFz49R {
    font-size: 4.9rem;
  }
  .spFz50 {
    font-size: 50px;
  }
  .spFz50R {
    font-size: 5rem;
  }
  .spFwB {
    font-weight: bold !important;
  }
  .spFwN {
    font-weight: normal !important;
  }
  .spLh8 {
    line-height: 0.8 !important;
  }
  .spLh9 {
    line-height: 0.9 !important;
  }
  .spLh10 {
    line-height: 1 !important;
  }
  .spLh11 {
    line-height: 1.1 !important;
  }
  .spLh12 {
    line-height: 1.2 !important;
  }
  .spLh13 {
    line-height: 1.3 !important;
  }
  .spLh14 {
    line-height: 1.4 !important;
  }
  .spLh15 {
    line-height: 1.5 !important;
  }
  .spLh16 {
    line-height: 1.6 !important;
  }
  .spLh17 {
    line-height: 1.7 !important;
  }
  .spLh18 {
    line-height: 1.8 !important;
  }
  .spLh19 {
    line-height: 1.9 !important;
  }
  .spLh20 {
    line-height: 2 !important;
  }
  .spLh21 {
    line-height: 2.1 !important;
  }
  .spLh22 {
    line-height: 2.2 !important;
  }
  .spLh23 {
    line-height: 2.3 !important;
  }
  .spLh24 {
    line-height: 2.4 !important;
  }
  .spLh25 {
    line-height: 2.5 !important;
  }
  .spLh26 {
    line-height: 2.6 !important;
  }
  .spLh27 {
    line-height: 2.7 !important;
  }
  .spLh28 {
    line-height: 2.8 !important;
  }
  .spLh29 {
    line-height: 2.9 !important;
  }
  .spLh30 {
    line-height: 3 !important;
  }
  /*-- Etc --*/
  .spDisI {
    display: inline !important;
  }
  .spDisB {
    display: block !important;
  }
  .spDisIB {
    display: inline-block !important;
  }
  .spDisT {
    display: table !important;
  }
  .spDisTC {
    display: table-cell !important;
  }
  .spDisN {
    display: none !important;
  }
  .spDisF {
    display: flex !important;
  }
  .spJcFS {
    justify-content: flex-start !important;
  }
  .spJcFE {
    justify-content: flex-end !important;
  }
  .spJcC {
    justify-content: center !important;
  }
  .spJcSB {
    justify-content: space-between !important;
  }
  .spJcSA {
    justify-content: space-around !important;
  }
  .spAiFS {
    align-items: flex-start;
  }
  .spAiFE {
    align-items: flex-end !important;
  }
  .spAiC {
    align-items: center !important;
  }
  .spAiS {
    align-items: stretch !important;
  }
  .spAiB {
    align-items: baseline !important;
  }
  .spTaL {
    text-align: left !important;
  }
  .spTaR {
    text-align: right !important;
  }
  .spTaC {
    text-align: center !important;
  }
  .spVaT {
    vertical-align: top !important;
  }
  .spVaM {
    vertical-align: middle !important;
  }
  .spVaB {
    vertical-align: bottom !important;
  }
  .spVaTB {
    vertical-align: text-bottom !important;
  }
  .spFltL {
    float: left !important;
  }
  .spFltR {
    float: right !important;
  }
  .spFltN {
    float: none !important;
  }
  .spPosS {
    position: static !important;
  }
  .spPosR {
    position: relative !important;
  }
  .spPosA {
    position: absolute !important;
  }
  .spPosF {
    position: fixed !important;
  }
}

.acrdBtn:hover {
  opacity: .7;
}

.exampleZone .suggestion-list ul li .in .btn a:hover {
  opacity: .7;
}





/* 202211追加 */
.newtable01{
  display: block;
  margin: 0 0 0 0;
}
.newtable01.mgn20{
  display: block;
  margin: 0 0 30px 0;
}
.newtable01 table{
  width: 100%;
  margin: 0 0 0 0;
  border-collapse:separate;
}

.newtable01 table .bder_t{
  border-top: 1px solid #1A1A1A;
}
.newtable01 table .bder_l{
  border-left: 1px solid #1A1A1A;
}

.newtable01 table th{
  background: #c1e1f3;
  border: 0;
  border-right: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  height: 56px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  box-sizing: border-box;
  text-align: center;
}
.newtable01 table th.null{
  background: #e8eaef;
  border: 1px solid #e8eaef;
  border-right: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
}
.newtable01 table td{
  background: #FFF;
  border: 0;
  border-right: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.6rem;
  line-height: 28px;
  font-weight: bold;
}
.newtable01 table td ul{
  font-size: 1.6rem;
  list-style-type: disc;
  margin: 0 0 0 20px;
  line-height: 28px;
}

@media screen and (max-width:767px) {

  .newtable01{
    display: block;
    margin: 0 0 30px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .newtable01.mgn20{
    margin: 0 0 20px 0;
  }
  .newtable01::-webkit-scrollbar{
    height: 5px;
  }
  .newtable01::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  .newtable01::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  
  .newtable01 table{
    width: 100%;
  }
  .newtable01 table.w720{ width: 100%; }
  .newtable01 table.w860{ width: 100%; }
  .newtable01 table.w900{ width: 100%; }
  .newtable01 table th{
    height: 56px;
    font-size: 1.4rem;
    padding:0 15px;
  }
  .newtable01 table td{
    box-sizing: border-box;
    padding: 15px;
    font-size: 1.4rem;
    line-height: 28px;
  }
  .newtable01 table td ul{
    font-size: 1.4rem;
    margin: 0 0 0 20px;
    line-height: 28px;
  }

}

/* LEAD */
#service #lead{
  margin: 0 auto 0;
  max-width: 980px;
}
#service #lead .wrap01{
  padding:70px 0 0 0;
}
#service #lead .wrap01 h2{
  margin: 0 0 35px 0;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 52px;
  color: #142c4d;
  text-align: center;
}
#service #lead .wrap01 p.txt01{
  margin: 0 0 40px 0;
  font-size: 16px;
  line-height: 32px;
  color: #1a1a1a;
  font-feature-settings: "palt";
}
p.txt02{
  margin: 0 0 100px 0;
  font-size: 16px;
  line-height: 32px;
  color: #1a1a1a;
  font-feature-settings: "palt";
}
#service #lead .wrap01 p.img_r{
  margin: 5px 0 45px 0;
  width: 440px;
  float: right;
}
#service #lead .wrap01 p.img_r img{
  width: 100%;
}

#service #lead .wrap01 p.img_full_pc{
  display: block;
  margin: 0 0 80px 0;
  width: 100%;
}
#service #lead .wrap01 p.img_full_pc.mgb50{
  margin: 0 0 50px 0;
}

#service #lead .wrap01 p.img_full_pc img{
  width: 100%;
}
#service #lead .wrap01 p.img_full_pc{
  margin: 0 0 80px 0;
  width: 100%;
}
#service #lead .wrap01 p.img_full_sp{
  display: none;
}


#service #lead .wrap01 .leadbox{
  display: table;
  width: 100%;
}
#service #lead .wrap01 .leadbox  .leadbox01{
  display: table-cell;
  padding: 0 50px 0 0;
  vertical-align: top;
}
#service #lead .wrap01 .leadbox  .leadbox02{
  display: table-cell;
  width: 440px;
  vertical-align: top;
}

#service #lead .wrap01 h3{
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 52px;
}
#service #lead .wrap01 h4{
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 52px;
  font-feature-settings: "palt";
}
#service #lead .wrap01 h4 a{
  color: #3876C1;
}
#service #lead .wrap01 h5{
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  font-feature-settings: "palt";
}
#service #lead .wrap01 ul.serviceicon{
  display: block;
  margin: 0 0 40px 0;
}
#service #lead .wrap01 ul.serviceicon li{
  display: inline-block;
  margin: 0 10px 10px 0;
  color: #1a1a1a;
  background: #e8eaef;
  font-weight: bold;
  font-size: 16px;
  line-height:46px;
  padding: 0 20px 0;
  border-radius:23px;
  font-feature-settings: "palt";
}
@media screen and (min-width:768px) and ( max-width:1139px) {
  #service #lead{
      margin: 0 8% 0;
  }
  #service #lead .wrap01{
      padding:60px 0 60px 0;
  }
  #service #lead .wrap01 h2{
      margin: 0 0 25px 0;
  }
  #service #lead .wrap01 p.img_r{
      margin: 0 0 25px 25px;
      width: 45%;
      float: right;
  }
  #service #lead .wrap01 .leadbox  .leadbox01{
      padding: 0 25px 0 0;
  }
  #service #lead .wrap01 .leadbox  .leadbox02{
      width: 45%;
  }
  #service #lead .wrap01 .leadbox  .leadbox02 p.img_r{
      margin: 0 0 25px 0;
      width: 100%;
  }
}
@media screen and ( max-width:767px) {
  #service #lead{
      margin: 0 6% 0;
  }
  #service #lead .wrap01{
      padding:60px 0 20px 0;
  }
  #service #lead .wrap01 h2{
      margin: 0 0 20px 0;
      font-size: 21px;
      font-weight: 600;
      line-height: 1.3;
  }
  #service #lead .wrap01 h3{
      margin: 0 0 10px 0;
      font-size: 18px;
      font-weight: 600;
      line-height: 32px;
  }
  #service #lead .wrap01 h4{
      margin: 0 0 10px 0;
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
  }
  #service #lead .wrap01 h5{
      margin: 0 0 10px 0;
      font-size: 14px;
      font-weight: 600;
      line-height: 22px;
  }
  #service #lead .wrap01 p.txt01{
      margin: 0 0 25px 0;
      font-size: 14px;
      line-height: 28px;
  }
  #service #lead .wrap01 ul.serviceicon:nth-last-of-type(1){
      margin: 0 0 30px 0;
  }
  #service #lead .wrap01 ul.serviceicon li{
      display: inline-block;
      margin: 0 10px 10px 0;
      color: #1a1a1a;
      background: #e8eaef;
      font-weight: 600;
      font-size: 14px;
      line-height:30px;
      padding: 0 15px 0;
      border-radius:23px;
  }
  #service #lead .wrap01 p.img_r{
      margin: 0 0 25px 0;
      width: 100%;
      float: none;
  }
  #service #lead .wrap01 .leadbox{
      display: block;
  }
  #service #lead .wrap01 .leadbox  .leadbox01{
      display: block;
      padding: 0 0 0 0;
  }
  #service #lead .wrap01 .leadbox  .leadbox02{
      display: block;
      padding: 0 0 0 0;
      width: 100%;
  }
  #service #lead .wrap01 .leadbox  .leadbox02.pcview{
      display: none;
  }

  #service #lead .wrap01 p.img_full_pc{
      display: none;
      margin: 0 0 80px 0;
      width: 100%;
  }
  #service #lead .wrap01 p.img_full_sp{
      display: block;
  }
  #service #lead .wrap01 p.img_full_sp img{
      width: 100%;
  }
  #service #lead .wrap01 p.img_full_sp span{
      display: block;
      margin: 0 0 30px 0;
  }

}




/* CASE */
#service #case{
  margin: 0 0 0 0;
  padding:70px 0 80px 0;
  background: #e8eaef;
}
#case #case_head{
  margin: 0 0 0 0;
}
#case #case_head h2{
  margin: 0 0 75px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
  color: #142c4d;
  text-align: center;
}
#case #case_body{
  margin: 0 auto 0;
}
#case #case_body .variable{
  margin: 0 auto 0;
  position: relative;
  width: 980px;
}
#case #case_body .variable::after {
  content: "";
  display: block;
  clear: both;
}

#case #case_body .casebox{
  width: 49%;
  background: #FFF;
  box-sizing: border-box;
  padding: 65px 30px 35px;
  margin: 0 2% 0 0;
  outline: none;
  float: left;
}
#case #case_body .casebox:nth-of-type(2){
  margin: 0 0 0 0;
}
#case #case_body .casebox.onecol{
  width: 980px;
}
#case #case_body .casebox .casebox_inner{
  width: 100%;
  position: relative;
}
#case #case_body .casebox .casebox_inner .caseimg{
  position: absolute;
  right: -20px;
  top: -47px;
  width: 158px;
}
#case #case_body .casebox .casebox_inner .caseimg img{
  width: 100%;
}

#case #case_body .casebox h3{
display: block;
margin: 0 0px 30px 0;
color: #142c4d;
font-feature-settings: "palt";
}
#case #case_body .casebox h3 strong{
display: block;
margin: 0 0 45px 0;
font-size: 44px;
line-height: 45px;
}
#case #case_body .casebox h3 .read{
display: block;
margin: 0 0 0 0;
font-size: 20px;
line-height: 36px;
font-weight: bold;
}
#case #case_body .casebox .casebox_inner .cb02{
  display: block;
}

#case #case_body .casebox dl{
  display: table;
  width: 100%;
  color: #1a1a1a;
  font-feature-settings: "palt";
}
#case #case_body .casebox dl dt{
  display: table-cell;
  width: 110px;
  border-bottom: 1px solid #1a1a1a;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  padding:15px 0 15px 0;
}
#case #case_body .casebox dl dd:nth-of-type(1){
  display: table-cell;
  width: 20px;
}
#case #case_body .casebox dl dd:nth-of-type(2){
  display: table-cell;
  width: auto;
  border-bottom: 1px solid #b3b3b3;
  font-size: 14px;
  line-height: 26px;
  padding:15px 0 15px 0;
}
#case #case_body .casebox dl dd:nth-of-type(2) ul{
  list-style: disc;
  margin: 0 0 0 21px;
}
#case #case_body .casebox dl.line01 dt{
  border-top: 1px solid #1a1a1a;
}
#case #case_body .casebox dl.line01 dd:nth-of-type(2){
  border-top: 1px solid #b3b3b3;
}
#case #case_body .casebox .casebox_foot{
  clear: both;
  padding:30px 0 0 0;
}
#case #case_body .casebox .casebox_foot h4{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
#case #case_body .casebox .casebox_foot p{
  font-size: 14px;
  line-height: 26px;
  color: #1a1a1a;
}

.slick-dots{
  position: absolute;
  left: 0;
  top: -50px;
  display: block;
  width:100%;
  text-align: center;
}
.slick-dots li{
  display: inline-block;
  margin: 0 0 0 10px;
}
.slick-dots li button{
  display:block;
  width: 40px;
  height: 2px;
  font-size: 0;
  line-height: 0;
  border: 0;
  background: #FFF;
}
.slick-dots li.slick-active button{
  background: #142C4D;
}

.case_bnr_box{
  width: 800px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.case_bnr_box p{
  display: block;
}
.case_bnr_box p a{
  display: block;
  transition: all 0.3s ease 0s;
}
.case_bnr_box p a:hover{
  opacity: 0.7;
}
.case_bnr_box p img{
  width: 100%;
}
.case_bnr_box p span.bnrpc{
  display: block;
}
.case_bnr_box p span.bnrsp{
  display: none;
}

@media screen and (min-width:768px) and ( max-width:1140px) {
  #service #case{
      padding:60px 8% 60px;
  }
  #case #case_head h2{
      margin: 0 0 35px 0;
      font-size: 30px;
  }
  #case #case_body .casebox{
      width: 100%;
      background: #e8eaef;
      box-sizing: border-box;
      padding: 0 0 0;
      margin: 0 0 0;
  }
  #case #case_body .casebox.onecol{
      width: 100%;
  }
  #case #case_body .casebox:first-of-type{
      border-top:1px solid #1a1a1a;
  }
  #case #case_body .casebox .casebox_inner .caseimg{
      display: none;
  }
  #case #case_body .casebox .casebox_inner .cb01{
      border-bottom:1px solid #1a1a1a;
      padding:30px 50px 30px 0;
      position: relative;
  }
  #case #case_body .casebox .casebox_inner .cb01:after,
  #case #case_body .casebox .casebox_inner .cb01:before {
      display: block;
      content: '';
      background-color: #142C4D;
      position: absolute;
      width: 18px;
      height: 4px;
      top: 50%;
      right: 0px;
      transform: translate(-50%, -50%);
  }
  #case #case_body .casebox .casebox_inner .cb01:before {
      width: 4px;
      height: 18px;
      right: 14px;
  }
  #case #case_body .casebox .casebox_inner .cb01.active:before {
      display: none;
  }

  #case #case_body .casebox h3{
    display: block;
    margin: 0 0 0px 0;
  }
  #case #case_body .casebox h3 strong{
    margin: 0 0 0px 0;
    font-size: 30px;
    line-height: 35px;
    cursor: pointer;
}
  #case #case_body .casebox h3 .read{
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 50px 0 0;
}

  #case #case_body .casebox .casebox_inner .cb02{
      padding:35px 0 45px 0;
      display: none;
      border-bottom:2px solid #1a1a1a;
  }
  #case #case_body .casebox dl{
      display: block;
  }
  #case #case_body .casebox dl dt{
      display: inline-block;
      margin: 0 10px 15px 0;
      color: #1a1a1a;
      background: #FFF;
      font-weight: bold;
      font-size: 16px;
      line-height:46px;
      padding: 0 20px 0;
      border-radius:23px;
      width: auto;
      border:0px;
  }

  #case #case_body .casebox dl dd:nth-of-type(1){
      display:none;
  }
  #case #case_body .casebox dl dd:nth-of-type(2){
      display: block;
      width: auto;
      border-bottom: 0;
      font-size: 14px;
      line-height: 26px;
      padding:0 0 25px 0;
  }
  #case #case_body .casebox dl.line01 dt{
      border-top: 0;
  }
  #case #case_body .casebox dl.line01 dd:nth-of-type(2){
      border-top: 0;
  }
  #case #case_body .casebox .casebox_foot{
      clear: both;
      padding:0 0 0 0;
  }
  #case #case_body .casebox .casebox_foot h4{
      display: inline-block;
      margin: 0 10px 15px 0;
      color: #1a1a1a;
      background: #FFF;
      font-weight: bold;
      font-size: 16px;
      line-height:46px;
      padding: 0 20px 0;
      border-radius:23px;
      width: auto;
      border:0px;
  }
  #case #case_body .casebox .casebox_foot p{
      font-size: 14px;
      line-height: 26px;
      color: #1a1a1a;
  }
  .slick-dots{
      display: none;
  }
  .case_bnr_box{
      width: 100%;
      margin: 0 auto;
      padding: 60px 0 0 0;
  }

}
@media screen and ( max-width:767px) {
  #service #case{
      padding:60px 6% 60px;
  }
  #case #case_head h2{
      margin: 0 0 25px 0;
      font-size: 21px;
      font-weight: 600;
      text-align: left;
  }
  #case #case_body{
    margin: 0 4% 0;
  }
  #case #case_body .variable{
    width: 100%;
  }
  
  #case #case_body .casebox{
      width: 100%;
      background: #e8eaef;
      box-sizing: border-box;
      padding: 0 0 0;
      margin: 0 0 0;
  }
  #case #case_body .casebox.onecol{
      width: 100%;
  }
  #case #case_body .casebox:first-of-type{
      border-top:1px solid #1a1a1a;
  }
  #case #case_body .casebox .casebox_inner .caseimg{
      display: none;
  }
  #case #case_body .casebox .casebox_inner .cb01{
      border-bottom:1px solid #1a1a1a;
      padding:30px 0 30px 0;
      position: relative;
  }
  #case #case_body .casebox .casebox_inner .cb01:after,
  #case #case_body .casebox .casebox_inner .cb01:before {
      display: block;
      content: '';
      background-color: #142C4D;
      position: absolute;
      width: 18px;
      height: 4px;
      top: 50%;
      right: 0px;
      transform: translate(-50%, -50%);
  }
  #case #case_body .casebox .casebox_inner .cb01:before {
      width: 4px;
      height: 18px;
      right: 14px;
  }
  #case #case_body .casebox .casebox_inner .cb01.active:before {
      display: none;
  }

  #case #case_body .casebox h3{
    display: block;
    margin: 0 0 0px 0;
  }
  #case #case_body .casebox h3 strong{
    margin: 0 0 0px 0;
    font-size: 30px;
    line-height: 35px;
    cursor: pointer;
}
  #case #case_body .casebox h3 .read{
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 50px 0 0;
}


  #case #case_body .casebox .casebox_inner .cb02{
      padding:35px 0 45px 0;
      display: none;
      border-bottom:2px solid #1a1a1a;
  }
  #case #case_body .casebox dl{
      display: block;
  }
  #case #case_body .casebox dl dt{
      margin: 0 0 10px 0;
      background: #FFF;
      font-size: 14px;
      font-weight: 600;
      line-height:30px;
      padding: 0 20px 0;
      border-radius:15px;
      width: auto;
      border:0px;
      display: inline-block;
  }

  #case #case_body .casebox dl dd:nth-of-type(1){
      display:none;
  }
  #case #case_body .casebox dl dd:nth-of-type(2){
      display: block;
      width: auto;
      border-bottom: 0;
      font-size: 14px;
      line-height: 26px;
      padding:0 0 25px 0;
  }
  #case #case_body .casebox dl.line01 dt{
      border-top: 0;
  }
  #case #case_body .casebox dl.line01 dd:nth-of-type(2){
      border-top: 0;
  }
  #case #case_body .casebox dl.line01 dd:nth-of-type(2) strong{
      font-weight: 600;
  }
  #case #case_body .casebox .casebox_foot{
      clear: both;
      padding:0 0 0 0;
  }
  #case #case_body .casebox .casebox_foot h4{
      margin: 0 0 10px 0;
      background: #FFF;
      font-size: 14px;
      font-weight: 600;
      line-height:30px;
      padding: 0 20px 0;
      border-radius:15px;
      width: auto;
      border:0px;
      display: inline-block;
      color: #1a1a1a;
  }
  #case #case_body .casebox .casebox_foot p{
      font-size: 14px;
      line-height: 26px;
      color: #1a1a1a;
  }
  .slick-dots{
      display: none;
  }
  .case_bnr_box{
      width: 100%;
      margin: 0 auto;
      padding: 50px 0 0 0;
  }
  .case_bnr_box p span.bnrpc{
      display: none;
  }
  .case_bnr_box p span.bnrsp{
      display: block;
  }

}
