@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Material+Icons&family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto+Condensed:wght@300;700;900&display=swap');

/* 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;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*!
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: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-btn1:after {
    width: 2.66667vw;
    height: 2.66667vw;
    margin-left: 2.66667vw;
  }
}

.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;
  }
}

.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.svg);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 1.33333vw;
  }
}

.slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #3B3561;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.53333vw;
  }
}

.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/img.svg") 0 0 no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .mainZone .u-inner {
    padding: 37px 0 16px;
  }
}

.mainZone h1 {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .mainZone h1 {
    margin-bottom: 43px;
  }
}

@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.83333em;
}

@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;
}

@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: 4.4rem;
  }
}

@media screen and (max-width: 767px) {
  .mainZone h1 strong em {
    font-size: 3.5rem;
  }
}

.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: 24px;
}

.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: 31.63265%;
    padding: 27px 15px 20px;
  }
}

@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.0rem;
}

@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: 103px;
  }
}

.introZone .secQ li p {
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .introZone .secQ li p {
    font-size: 1.6rem;
    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: 247px;
  }
}

@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: 204px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secQ li:nth-child(2) figure img {
    width: 54.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secQ li:nth-child(3) figure img {
    width: 226px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secQ li:nth-child(3) 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: 39px 26px 22px;
  }
}

.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: 57px 0;
  }
}

@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 (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 .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;
}

@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.2rem;
    line-height: 1.5;
  }
}

@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 17px 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: 60px;
}

@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: 17px 11px 11px;
}

@media screen and (max-width: 767px) {
  .priceZone .sldBox .item section {
    width: 80vw;
  }
}

.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;
}

.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 .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;}
}

.WAuto {width: auto !important;}

.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}

.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}

.ffNS{font-family:"Noto Sans Japanese"}

.fz6{font-size:6px}
.fz6R{font-size:.6rem}
.fz7{font-size:7px}
.fz7R{font-size:.7rem}
.fz8{font-size:8px}
.fz8R{font-size:.8rem}
.fz9{font-size:9px}
.fz9R{font-size:.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:700!important}
.fwN{font-weight:400!important}

.lh8{line-height:.8!important}
.lh9{line-height:.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}
.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}
  .spWAuto{width:auto!important}
  
  .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}
  
  .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}
  
  .spFz6{font-size:6px}
  .spFz6R{font-size:.6rem}
  .spFz7{font-size:7px}
  .spFz7R{font-size:.7rem}
  .spFz8{font-size:8px}
  .spFz8R{font-size:.8rem}
  .spFz9{font-size:9px}
  .spFz9R{font-size:.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:700!important}
  .spFwN{font-weight:400!important}
  
  .spLh8{line-height:.8!important}
  .spLh9{line-height:.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}
  
  .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;}


/*--------------------------------------
add 202402
---------------------------------------*/
main {font-family: "Noto Sans JP", sans-serif;}
.l-wrapper {min-width: 0;}

.l-header .btns li:last-of-type a{
  background-color: #ca0a13;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
  .l-header .spBtn {
    right: 20px;
    top: 20px;
    width: 25px;
    height: 20px;
  }
  .l-header .pcCol {
    width: auto;
    height: auto;
    margin-left: 20px;
  }
  .l-header .logo {
    width: 180px;
    height: 14px;
    margin-right: 0;
  }
  .l-header .pcCol.is_L {
    padding-left: 0;
  }
  .l-header .pcCol.is_R.show {
    top: 60px;
  }
  .l-header .navs li + li {
    margin-left: 0;
  }
  .l-header .navs li a {
    padding: 20px;
  }
  .l-header .btns {
    padding: 20px;
  }
  .l-header .btns li a {
    padding: 20px;
  }
  .l-wrapper {
    padding-top: 60px;
  }
}

.l-section {padding: 80px 0;}
.l-section * {box-sizing: border-box;}
.l-section .u-inner {padding: 0 20px;}
.l-section .u-inner > *:last-child:not(.u-ttl1) {margin-bottom: 0;}
.l-section .u-inner > *:first-child {margin-top: 0; padding-top: 0;}
@media screen and (max-width: 767px) {
  .l-section {padding: 40px 0;}
}

.u-h2 {color: #142c4d; font-size: 3.4rem; font-weight: bold; font-feature-settings: "palt";}
.u-h3 {color: #142c4d; font-size: 2.8rem; font-weight: bold; font-feature-settings: "palt";}
.u-h4 {font-size: 2.4rem; font-weight: bold; font-feature-settings: "palt";}
.u-h5 {font-size: 1.8rem; font-weight: bold; font-feature-settings: "palt";}
.u-h2 + * {margin-top: 48px !important;}
.u-h3 + *  {margin-top: 48px;}
@media screen and (max-width: 767px) {
  .u-h2 {font-size: 2.6rem;}
  .u-h3 {font-size: 2rem;}
  .u-h4 {font-size: 1.8rem;}
  .u-h5 {font-size: 1.6rem;}
  .u-h2 + * {margin-top: 32px !important;}
  .u-h3 + *  {margin-top: 32px;}
}

.colorRed {color: #ca0a13;}
.colorDB {color: #142c4d;}

.mt0 {margin-top: 0 !important;}
.mt-row1 {margin-top: 1em;}

.u-list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}
.u-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(1em - 6px);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1a1a1a;
}

/* price
---------------------------------------------------- */
.priceZone {background-color: #fff;}
.priceZone .msgBox {font-size: 2.8rem;}
@media screen and (max-width: 767px) {
.priceZone .msgBox {font-size: 2rem;}
}

/* CTA
---------------------------------------------------- */
.c-cta {
  position: relative;
}
.c-cta .c-cta-head {
  padding: 40px 0 20px;
  /*padding: 40px 0;
  background-color: #F6F3E6;*/
}
.c-cta .c-cta-head .hd {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  gap: 10px;
  margin: 0 auto;
  padding: 0;
  color: #142c4d;
  font-size: 3rem;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
}
.c-cta .c-cta-head .hd:before,
.c-cta .c-cta-head .hd:after {
  content: "";
  width: 3px;
  height: inherit;
  background-color: #142c4d;
  flex-shrink: 0;
}
.c-cta .c-cta-head .hd:before {
  left: 0;
  margin-right: 40px;
  transform: rotate(-40deg);
}
.c-cta .c-cta-head .hd:after {
  right: 0;
  margin-left: 40px;
  transform: rotate(40deg);
}
.c-cta .c-cta-head .hd  > span {
  padding: 0 0 0.5em;
}
.c-cta .c-cta-body {
  padding: 60px 0;
  font-weight: 700;
  background-color: #93d3f6;
}
.c-cta .c-cta-body .u-inner {
  position: relative;
}
.c-cta .c-cta-body .u-inner:before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: -60px;
  width: 150px;
  aspect-ratio: 0.6;
  background: url("../img/cta/img_01.png") no-repeat right bottom;
  background-size: contain;
}
.c-cta .c-cta-body ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 40px;
  margin: 30px auto 0;
}
.c-cta .c-cta-body .u-btn1 {
  width: 480px;
  max-width: 100%;
  height: 80px;
  padding: 5px 10px;
  font-size: 2.4rem;
  border: none;
}
.c-cta .c-cta-body .u-btn1:after {
  content: none;
}
.c-cta .c-cta-body .u-textlink {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s;
}
.c-cta .c-cta-body .u-textlink:after {
  content: "\e5e1";
  padding-top: 0.1em;
  font-family: 'Material Icons';
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
}
.c-cta .c-cta-body li .u-textlink:hover {
  color: #ca0a13;
}

@media screen and (max-width: 767px) {
  .c-cta .c-cta-head {
  padding: 20px 0;
  }
  .c-cta .c-cta-head .hd {
    font-size: min(4vw, 2.2rem);
  }
  .c-cta .c-cta-head .hd:before,
  .c-cta .c-cta-head .hd:after {
    width: 2px;
  }
  .c-cta .c-cta-head .hd:before {
    margin-right: min(4vw, 30px);
  }
  .c-cta .c-cta-head .hd:after {
    margin-left: min(4vw, 30px);
  }
  .c-cta .c-cta-body {
    padding: 30px 0 40px;
  }
  .c-cta .c-cta-body .u-inner:before {
    bottom: -40px;
    width: 120px;
  }
  .c-cta .c-cta-body p {
    font-size: 1.5rem;
  }
  .c-cta .c-cta-body .u-btn1 {
    height: 60px;
    font-size: 2.2rem;
  }
  .c-cta .c-cta-body .u-btn1 {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .c-cta .c-cta-body .u-btn1 {
    width: 240px;
    margin-right: 40px;
  }
}

.c-fv {
  font-feature-settings: "palt";
  /*background: url("../img/fv/bg.png") no-repeat center;
  background-size: auto 100%;*/
  background-color: #b8e4f2;
  background: url("../img/fv/mv_bg01.jpg") no-repeat center;
  background-size: cover;
}
.c-fv * {
  box-sizing: border-box;
}
.c-fv-unit {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  color: #fff;
}
.c-fv-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 75vh;
  min-height: 600px;
  padding: 20px 6%;
}
.c-fv-lead {
  position: relative;
  width: fit-content;
  margin: 0 0 30px;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}
.c-fv-lead:before,
.c-fv-lead:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 60px;
  height: calc(100% - 10px);
  background-color: #e6b830;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 24px 50%);
  z-index: -2;
}
.c-fv-lead:before {
  left: -30px;
}
.c-fv-lead:after {
  right: -30px;
  transform: scaleX(-1);
}
.c-fv-lead span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2;
  background: #f2c233;
}
.c-fv-lead strong {
  display: inline-block;
  margin-top: -0.25em;
  color: #ca0a13;
  font-size: 2em;
  vertical-align: middle;
}
.c-fv-lead span:before,
.c-fv-lead span:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 30px;
  height: 15px;
  background-color: #d9ae2e;
}
.c-fv-lead span:before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.c-fv-lead span:after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.c-fv h1 {
  margin: 0 0 10px;
  font-size: min(6vw,4.8rem);
  font-weight: 700;
  text-align: center;
}
.c-fv h1 .sub {
  display: block;
  font-size: min(2vw,3rem);
}
.c-fv-feature {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 840px;
  margin: 20px 0 0;
  padding: 0;
}
.c-fv-feature li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  margin: 0;
  padding: 40px 20px 20px;
  color: #142c4d;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  /*border-top: 4px solid #142c4d;*/
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.c-fv-feature li:before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 2.5;
  left: 50%;
  top: -24px;
  width: 120px;
  background: url("../img/fv/star.png") no-repeat center;
  background-size: contain;
  transform: translateX(-50%);  
}
.c-fv-feature .row {
  display: flex;
  align-items: baseline;
}
.c-fv-feature .row2 {
  background: linear-gradient(transparent 60%, #ffff99 0%);
}
.c-fv-feature strong {
  margin-right: 4px;
  color: #ca0a13;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: min(7vw,8rem);
  font-weight: 900;
  line-height: 1.1;
}
.c-fv-btn-lead {
  margin: 12px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.c-fv-btn-lead > span {
  display: inline-block;
}
.c-fv-btn {
  margin: 32px 0 0;
}
.c-fv-btn a {
  height: 80px;
  padding: 0 40px;
  font-size: 2.4rem;
  border: none;
}
.c-fv-btn a:after {
  content: "\e5cc";
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.05em 0 0;
  font-family: 'Material Icons';
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  border: none;
  transform: none;
}

@media screen and (max-width: 767px) {
  .c-fv-unit {
    flex-direction: column;
    align-items: stretch;
  }
  .c-fv-body {
    height: auto;
    min-height: 500px;
    padding: 30px 20px;
  }
  .c-fv-lead:before,
  .c-fv-lead:after {
    bottom: -15px;
    width: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 15px 50%);
  }
  .c-fv-lead:before {
    left: -20px;
  }
  .c-fv-lead:after {
    right: -20px;
  }
  .c-fv-lead span {
    font-size: 1.4rem;
    line-height: 40px;
  }
  .c-fv-lead span:before,
  .c-fv-lead span:after {
    width: 20px;
  }
  .c-fv h1 {
    font-size: min(6.2vw,4rem);
  }
  .c-fv h1 .sub {
    font-size: min(4vw,2.4rem);
  }
  .c-fv-feature {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  .c-fv-feature li {
    padding-top: 30px;
    font-size: 1.5rem;
  }
  .c-fv-feature li:before {
    top: -19px;
    width: 94px;
  }
  .c-fv-btn-lead {
    font-size: 1.6rem;
  }
  .c-fv-feature strong {
    font-size: 5rem;
  }
  .c-fv-btn {
    margin-top: 20px;
    width: 100%;
  }
  .c-fv-btn a {
    min-width: 0;
    max-width: 360px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 1.5rem;
  }
}

/* concern
---------------------------------------------------- */
.c-concern {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 36px;
}
.c-concern > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.333% - 24px);
  margin: 0;
  padding: 20px;
  font-weight: 500;
  border: 2px solid #ddd;
}
.c-concern h3 {
  margin: 0 0 1em;
  color: #142c4d;
}
.c-concern .icon {
  margin: 0 0 10px;
  text-align: center;
}
.c-concern .acrdBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 32px;
  margin: 15px 0 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #142c4d;
  border-radius: 9999px;
  cursor: pointer;
}
.c-concern .acrdBtn:before {
  content: "詳しく見る";
}
.c-concern .acrdBtn span {
  position: relative;
  display: block;
  width: 14px;
  height: 0;
  margin-top: -3px;
}
.c-concern .acrdBtn span:before,
.c-concern .acrdBtn span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.c-concern .acrdBtn span:after {
  transform: rotate(90deg);
}
.c-concern .acrdCont {
  display: none;
  padding: 15px;
  background-color: #eff9f9;
}
.c-concern .acrdBtn.show span:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .c-concern {
    gap: 20px;
  }
  .c-concern > li {
    width: calc(50% - 10px);
  }
  .c-concern .acrdCont {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .c-concern > li {
    width: 100%;
  }
}

/* reason
---------------------------------------------------- */
.c-reason {
  display: flex;
  gap: 60px;
  flex-direction: column;
  font-weight: 600;
  counter-reset: num;
  margin: 80px 0 0;
}
.c-reason > * {
  counter-increment: num;
  position: relative;
  display: flex;
  gap: 40px;
  width: 100%;
  padding: 0 40px;
  border-radius: 1em;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24);
}
.c-reason h3 {
  margin: 0 0 1em;
  font-size: min(2.7vw,2.6rem);
  line-height: 1.5;
}
.c-reason h3 span {
  background: linear-gradient(transparent 60%, #ffff99 0%);
}
.c-reason-img {
  width: 40%;
  align-self: center;
  padding: 20px 0;
}
.c-reason-body {
  flex: 1;
  padding: 40px 0;
  line-height: 1.8;
}
.c-reason-body:before {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: -0.5em;
  right: 0.5em;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 5em;
  font-weight: 900;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-reason > * {
    flex-direction: column;
    gap: 0;
    padding: 20px;
  }
  .c-reason-img {
    width: 100%;
  }
  .c-reason h3 {
    font-size: 2.2rem;
  }
  .c-reason-body {
    padding: 0;
  }
  .c-reason-body:before {
    font-size: 4em;
  }
}

/* example
---------------------------------------------------- */
.c-example {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.c-example > li {
  margin: 0 ;
  padding: 20px;
  background-color: #eff9f9;
}
.c-example-head {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  font-weight: 600;
}
.c-example-head > * {
  flex: 1;
}
.c-example-img {
  aspect-ratio: 1.77;
  overflow: clip;
}
.c-example-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-example-head h3 {
  margin-top: 20px;
}
.c-example-head .type {
  width: fit-content;
  margin: 1em 0 0;
  padding: 0.5em 1em;
  border: 1px solid #142c4d;
  background-color: #fff;
}
.c-example-detail {
  padding: 30px 0 15px;
}
.c-example-detail dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.c-example-detail dt,
.c-example-detail dd {
  margin: 0;
  padding: 1.5em 0;
  border-bottom: 1px solid #e8eaef;
}
.c-example-detail dt:last-of-type,
.c-example-detail dd:last-of-type {
  border-bottom: none;
}
.c-example-detail dt {
  width: 7em;
  padding-right: 2em;
}
.c-example-detail dd {
  width: calc(100% - 7em);
}
.c-example-detail dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  background-color: #142c4d;
  border-radius: 100px;
}
.c-example-elem .acrdBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 40px;
  margin: 15px 0 0;
  color: #142c4d;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}
.c-example-elem .acrdBtn:before {
  content: "詳しく見る";
}
.c-example-elem .acrdBtn span {
  position: relative;
  display: block;
  width: 16px;
  height: 0;
  margin-top: -3px;
}
.c-example-elem .acrdBtn span:before,
.c-example-elem .acrdBtn span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #142c4d;
}
.c-example-elem .acrdBtn span:after {
  transform: rotate(90deg);
}
.c-example-elem .acrdCont {
  display: none;
}
.c-example-elem .acrdBtn.show {
  color: #fff;
  background-color: #142c4d;
}
.c-example-elem .acrdBtn.show span:before,
.c-example-elem .acrdBtn.show span:after {
  background-color: #fff;
}
.c-example-elem .acrdBtn.show span:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .c-example-head {
    flex-direction: column-reverse;
    gap: 0;
  }
  .c-example-img {
    aspect-ratio: 2;
  }
  .c-example-detail dl {
    flex-direction: column;
    font-size: 1.5rem;
  }
  .c-example-detail dt,
  .c-example-detail dd {
    margin: 0;
    padding: 1.5em 0;
  }
  .c-example-detail dt {
    width: 5em;
    padding-bottom: 0;
    border: none;
  }
  .c-example-detail dt span {
    font-size: 1.6rem;
  }
  .c-example-detail dd {
    width: 100%;
  }
  .c-example-elem .acrdBtn {
    font-size: 1.6rem;
  }
}

/* company
---------------------------------------------------- */
dl.c-company {
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0 0;
  padding: 0;
}
dl.c-company dt,
dl.c-company dd {
  margin: 0;
  padding: 1em 0;
  color: #142c4d;
  font-weight: 500;
}
dl.c-company dt:first-of-type,
dl.c-company dd:first-of-type {
  padding-top: 0;
}
dl.c-company dt:last-of-type,
dl.c-company dd:last-of-type {
  padding-bottom: 0;
}
dl.c-company dt {
  width: 6em;
}
dl.c-company dd {
  width: calc(100% - 6em);
  padding-left: 2em;
  border-left: 2px solid #142c4d;
}

@media screen and (max-width: 767px) {
  dl.c-company {
    margin-top: 32px;
    font-size: 1.5rem;
  }
  dl.c-company dt {
    width: 5em;
  }
  dl.c-company dd {
    width: calc(100% - 5em);
    padding-left: 1em;
  }
}


/* MV 202509
---------------------------------------------------- */
.c-fv202509{
  height: 685px;
  font-feature-settings: "palt";
  background-color: #567285;
  background: url("../img/fv/mv_bg01.jpg") no-repeat center center;
  background-size: auto 100%;
  background-size: cover;
}
@media screen and (max-width: 1240px) {
  .c-fv202509{
    background: url("../img/fv/mv_bg01.jpg") no-repeat 65% center;
  }
}
.c-fv202509 .c-fv-wrap01{
  width: 940px;
  margin: 0 auto;
  padding:35px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
  .c-fv202509 .c-fv-wrap01{
    width: 94%;
    margin: 0 auto;
    padding:35px 0 0 0;
  }

}
.c-fv202509 .c-fv-wrap01 .c-fv-txt01{
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  color: #FFF;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.c-fv202509 .c-fv-wrap01 .c-fv-txt02{
  display: block;
  text-align: center;
  font-size: 48px;
  line-height:62px;
  color: #FFF;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.c-fv202509 .c-fv-wrap01 .c-fv-txt03{
  display: block;
  text-align: center;
  font-size: 18px;
  line-height:30px;
  color: #FFF;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekkibox{
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekkibox .c-fv-jissekki_item{
  display: inline-block;
  margin: 0 0 0 0;
  position: relative;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekkibox .c-fv-jissekki_item .item01{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #21647d;
  font-weight: bold;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekkibox .c-fv-jissekki_item .item01 .item01txt01{
  display: block;
  margin: 0 0 0 0;
  font-size: 32px;
  letter-spacing: 2px;
  text-align: center;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekkibox .c-fv-jissekki_item .item01 .item01txt02{
  display: block;
  margin: 0 0 0 0;
  font-size: 32px;
  letter-spacing: 2px;
  text-align: center;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekkibox .c-fv-jissekki_item .item01 .item01txt03{
  display: block;
  margin: 0 0 0 0;
  font-size: 32px;
  letter-spacing: 2px;
  text-align: center;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekkibox .c-fv-jissekki_img{
  display: block;
  text-align: center;
  margin: 0 0 0 0;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta{
  display: block;
  text-align: center;
  margin: 0 auto 25px;
  background: rgba(255, 255, 255, 0.75);
  padding:10px 0 15px 0;
  width: 700px;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt01{
  display: block;
  color: #142c4d;
  font-size: 16px;
  font-weight:600;
  margin: 0 0 3px 0;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt02 { display: block; margin: 0 0 10px 0; letter-spacing: -.4em; text-align: center; color: #142c4d; font-size: 16px; font-weight:600; }
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt02 span{ position: relative; display: inline-block; padding: 0 20px; letter-spacing: 0; }
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt02 span:before,
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt02 span:after {
  position: absolute;
  content: "";
  top: 3px;
  width: 2px;
  height: 90%;
  background: #142c4d;
  border-radius: 3px;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt02 span:before {
  left: 0;
  transform: rotate(-25deg);
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt02 span:after {
  right: 0;
  transform: rotate(25deg);
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_btn{ display: block; margin: 0 0 0 0; letter-spacing: -.4em; text-align: center; }
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_btn a{ position: relative; display: inline-block; font-size: 30px; font-weight: 700; color: #FFF; background: #ca0a13; padding:10px 0 12px; width: 600px; letter-spacing: 0; }
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_btn a:hover{ text-decoration: none; opacity: 0.7; }
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt03{
  display: block;
  font-size: 16px;
  font-weight:500;
  margin:8px 0 0 0;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt03 a{
  color: #000;
  text-decoration: underline;
}
.c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt03 a:hover{
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-fv202509{
    height: auto;
    background: url("../img/fv/mv_bg01_sp.jpg") no-repeat center bottom #567285;
    background-size: 100% auto !important;
  }
  .c-fv202509 .c-fv-wrap01{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding:25px 4% 15px;
  }
  .c-fv202509 .c-fv-wrap01 .c-fv-txt01{
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 5px 0;
  }
  .c-fv202509 .c-fv-wrap01 .c-fv-txt02{
    text-align: left;
    font-size:29px;
    line-height:40px;
    margin: 0 0 10px 0;
  }
  .c-fv202509 .c-fv-wrap01 .c-fv-txt02 br{
    display: none;
  }
  .c-fv202509 .c-fv-wrap01 .c-fv-txt03{
    text-align: left;
    font-size: 16px;
    line-height:24px;
    margin: 0 0 15px 0;
  }
  .c-fv202509 .c-fv-wrap01 .c-fv-jissekkibox{
    margin: 0 0 30% 0;
  }
  .c-fv202509 .c-fv-wrap01 .c-fv-jissekkibox .c-fv-jissekki_img{
    margin: 0 0 0 0;
  }
  .c-fv202509 .c-fv-wrap01 .c-fv-jissekkibox .c-fv-jissekki_img img{
    width:94%;
  }
  .c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta{
    margin: 0 auto 0;
    background: rgba(255, 255, 255, 0.75);
    padding:10px 0 15px 0;
    width: 100%;
  }
  .c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt01{
    font-size: 17px;
    margin: 0 0  0;
  }
  .c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt02 { margin: 0 0 10px 0; font-size: 17px; }
  .c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt02 span{ padding: 0 14px; letter-spacing: 0; }
  .c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_btn a{ font-size: 20px; padding:10px 0 12px; width: 90%; letter-spacing: 0; }
  .c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_btn a:hover{ text-decoration: none; opacity: 0.7; }
  .c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_btn a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .c-fv202509 .c-fv-wrap01 .c-fv-jissekki_cta .jissekki_cta_txt03{
    font-size: 16px;
    margin:8px 0 0 0;
  }

}

.cta_bnr01{
  margin:60px 0 0 0;
}
.cta_bnr01 a{
  display: block;
}
.cta_bnr01 a:hover{
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  .cta_bnr01{
    margin:40px 0 0 0;
  }
  .cta_bnr01 img{
    width: 100%;
  }
}




