@charset "UTF-8";
/* ==============================
   COMMON */
/* ============================== */
.shadow-z1 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: all .2s; }

.shadow-z2 {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06), 0 3px 5px rgba(0, 0, 0, 0.13);
  transition: all .2s; }

body {
  background: url("../images/loading.gif") no-repeat calc((100vw - 50px )/ 2) calc((100vh - 50px )/ 2);
  font-size: 14px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  color: #333;
  animation: fadeIn 2s forwards; }

.fixhidden {
  position: fixed;
  top: -9999px;
  left: -9999px; }

.sp {
  display: none; }

.hidden-text {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

#loader {
  transition: opacity 1.5s;
  opacity: 1;
  height: 100vh;
  width: 100vw;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0; }
  #loader.hide {
    opacity: 0;
    pointer-events: none; }

.yellow-bg {
  padding: 20px 0;
  background: #fff repeat left top/120px; }

button, input, textarea {
  outline: none; }

/* ==============================
   テキスト編集モード */
/* ============================== */
.textEditMode .textEdit {
  background: rgba(255, 255, 255, 0.01);
  border: 3px dashed #f00;
  border-radius: 3px; }

.close-textEdit {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #ff6060;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 12px; }

.textEdit[title] {
  cursor: pointer; }

.editArea {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  display: none; }
  .editArea .overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 0; }
  .editArea .wrap {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin: 0 auto;
    border-radius: 6px;
    width: calc(100vw - 80px);
    height: calc(100vh - 80px);
    position: absolute;
    z-index: 1;
    padding: 20px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .editArea .wrap .item {
      border-radius: 3px;
      width: 100%;
      height: calc(100% - 30px);
      text-align: left;
      padding: 10px;
      font-size: 14px;
      margin-bottom: 6px; }
    .editArea .wrap .preserve, .editArea .wrap .cancel {
      margin: 0 10px;
      width: 100px;
      height: 32px;
      line-height: 20px;
      font-size: 16px;
      padding: 6px 10px;
      border: 0;
      text-align: center;
      display: inline-block;
      border-radius: 6px;
      background: #00E676;
      cursor: pointer;
      color: #000;
      font-weight: bold; }
    .editArea .wrap .cancel {
      text-decoration: none;
      background: #ff6557;
      color: #fff; }

/* ==============================
   JSライブラリ関連 */
/* ============================== */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/* 前／次の矢印の設定 */
.slick-slider {
  position: relative; }

.slick-slider .prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -96px;
  margin: auto;
  width: 32px;
  height: 50px;
  background-image: url("../images/arrow-left.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  text-indent: -32px;
  overflow: hidden; }

.slick-slider .next {
  position: absolute;
  top: 0;
  right: -36px;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 50px;
  background-image: url("../images/arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  text-indent: -32px;
  overflow: hidden; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -67px;
  left: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      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 {
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        content: '　';
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      opacity: .25;
      color: #fff; }

/* ==============================
   Extend */
/* ============================== */
.bg-img, .selection .inner .selection-title .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit; }

/* checkbox */
/* Radio ON, Off */
/* radio custom */
@keyframes rcheck {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(0.5); }
  80% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
/* ==============================
   ANIMATIONS */
/* ============================== */
.anim-In {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible !important; }

.textFadeIn {
  position: relative;
  animation: fadeIn 1.4s forwards;
  opacity: 0; }
  .textFadeIn::after {
    position: absolute;
    top: 0px;
    left: 0;
    content: attr(data-text);
    font-weight: 900;
    color: #f00;
    opacity: 0;
    transform: scale(1.5);
    animation: fadeInZoom 3s forwards;
    animation-delay: 1s; }
  .textFadeIn:nth-child(1) {
    animation-delay: 0s; }
  .textFadeIn:nth-child(2) {
    animation-delay: 0.1s; }
  .textFadeIn:nth-child(3) {
    animation-delay: 0.2s; }
  .textFadeIn:nth-child(4) {
    animation-delay: 0.3s; }
  .textFadeIn:nth-child(5) {
    animation-delay: 0.4s; }
  .textFadeIn:nth-child(6) {
    animation-delay: 0.5s; }
  .textFadeIn:nth-child(7) {
    animation-delay: 0.6s; }
  .textFadeIn:nth-child(8) {
    animation-delay: 0.7s; }
  .textFadeIn:nth-child(9) {
    animation-delay: 0.8s; }
  .textFadeIn:nth-child(10) {
    animation-delay: 0.9s; }
  .textFadeIn:nth-child(11) {
    animation-delay: 1s; }
  .textFadeIn:nth-child(12) {
    animation-delay: 1.1s; }
  .textFadeIn:nth-child(13) {
    animation-delay: 1.2s; }
  .textFadeIn:nth-child(14) {
    animation-delay: 1.3s; }
  .textFadeIn:nth-child(15) {
    animation-delay: 1.4s; }
  .textFadeIn:nth-child(16) {
    animation-delay: 1.5s; }
  .textFadeIn:nth-child(17) {
    animation-delay: 1.6s; }
  .textFadeIn:nth-child(18) {
    animation-delay: 1.7s; }
  .textFadeIn:nth-child(19) {
    animation-delay: 1.8s; }
  .textFadeIn:nth-child(20) {
    animation-delay: 1.9s; }
  .textFadeIn:nth-child(21) {
    animation-delay: 2s; }
  .textFadeIn:nth-child(22) {
    animation-delay: 2.1s; }
  .textFadeIn:nth-child(23) {
    animation-delay: 2.2s; }
  .textFadeIn:nth-child(24) {
    animation-delay: 2.3s; }
  .textFadeIn:nth-child(25) {
    animation-delay: 2.4s; }
  .textFadeIn:nth-child(26) {
    animation-delay: 2.5s; }
  .textFadeIn:nth-child(27) {
    animation-delay: 2.6s; }
  .textFadeIn:nth-child(28) {
    animation-delay: 2.7s; }
  .textFadeIn:nth-child(29) {
    animation-delay: 2.8s; }
  .textFadeIn:nth-child(30) {
    animation-delay: 2.9s; }
  .textFadeIn:nth-child(31) {
    animation-delay: 3s; }
  .textFadeIn:nth-child(32) {
    animation-delay: 3.1s; }
  .textFadeIn:nth-child(33) {
    animation-delay: 3.2s; }
  .textFadeIn:nth-child(34) {
    animation-delay: 3.3s; }
  .textFadeIn:nth-child(35) {
    animation-delay: 3.4s; }
  .textFadeIn:nth-child(36) {
    animation-delay: 3.5s; }
  .textFadeIn:nth-child(37) {
    animation-delay: 3.6s; }
  .textFadeIn:nth-child(38) {
    animation-delay: 3.7s; }
  .textFadeIn:nth-child(39) {
    animation-delay: 3.8s; }
  .textFadeIn:nth-child(40) {
    animation-delay: 3.9s; }
  .textFadeIn:nth-child(41) {
    animation-delay: 4s; }
  .textFadeIn:nth-child(42) {
    animation-delay: 4.1s; }
  .textFadeIn:nth-child(43) {
    animation-delay: 4.2s; }
  .textFadeIn:nth-child(44) {
    animation-delay: 4.3s; }
  .textFadeIn:nth-child(45) {
    animation-delay: 4.4s; }
  .textFadeIn:nth-child(46) {
    animation-delay: 4.5s; }
  .textFadeIn:nth-child(47) {
    animation-delay: 4.6s; }
  .textFadeIn:nth-child(48) {
    animation-delay: 4.7s; }
  .textFadeIn:nth-child(49) {
    animation-delay: 4.8s; }
  .textFadeIn:nth-child(50) {
    animation-delay: 4.9s; }
  .textFadeIn:nth-child(51) {
    animation-delay: 5s; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes stroke {
  0% {
    stroke-dashoffset: 1800; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes stroke-bg {
  0% {
    stroke-dashoffset: 1800;
    stroke: rgba(0, 0, 0, 0.2); }
  80% {
    stroke-dashoffset: 0;
    stroke: rgba(0, 0, 0, 0.2);
    fill: rgba(248, 248, 239, 0); }
  100% {
    stroke-dashoffset: 0;
    stroke: rgba(0, 0, 0, 0);
    fill: #f8f8ef; } }
@keyframes fadeInZoomOut {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    transform: scale(1);
    opacity: 1; } }
/* ==============================
   プリント用 */
/* ============================== */
/* ==============================
   コンテンツ */
/* ============================== */
.docslider {
  min-width: 1110px;
  overflow-x: hidden; }

.follow-contact {
  position: fixed;
  width: 181px;
  height: 220px;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  border-radius: 10px;
  opacity: 0;
  transition: all 1s ease-in-out;
  pointer-events: none;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.4);
  background: url("../images/follow-banner.png") no-repeat center center/100% 100%; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .follow-contact {
      background-image: url("../images/follow-banner@2x.png"); } }
  .follow-contact.show {
    opacity: 1;
    pointer-events: all; }
  .follow-contact.hide {
    opacity: 0 !important;
    pointer-events: none !important; }
  .follow-contact .close-btn {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: -18px;
    top: -18px;
    background: #fff url("../images/contact-close.svg") no-repeat center center;
    border-radius: 50%;
    cursor: pointer; }
  .follow-contact .fcontact-title {
    position: absolute;
    width: 154px;
    height: 43px;
    left: 17px;
    top: 22px;
    background: url("../images/contact-sitetitle.svg") no-repeat center center; }
  .follow-contact .fcontact-text {
    position: absolute;
    width: 100%;
    height: 41px;
    left: 0px;
    top: 70px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px; }
  .follow-contact .fcontact-btn {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    opacity: 0;
    transition: .2s all ease;
    background-color: rgba(255, 255, 255, 0.5); }
    .follow-contact .fcontact-btn:hover {
      opacity: 1; }

section.mainvisual {
  position: relative;
  height: 810px;
  width: 100%;
  background: #D9E8FC url("../images/top_mv.jpg") no-repeat center center/1440px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    section.mainvisual {
      background-image: url("../images/top_mv@2x.jpg"); } }
  section.mainvisual .img-callcenter-text {
    width: 100%;
    height: 130px;
    background: url("../images/mv-img-callcenter-text.svg") no-repeat center center/1435px;
    position: absolute;
    bottom: 20px; }
  section.mainvisual .inner {
    width: 1110px;
    height: 100%;
    margin: 0 auto;
    position: relative; }
  section.mainvisual .site-title {
    position: absolute;
    left: -113px;
    top: 37px;
    width: 420px;
    height: 23.5px;
    background: url("../images/site-title.svg") no-repeat left top/100% 100%; }
  section.mainvisual .img-search {
    position: absolute;
    top: 193px;
    left: 0px;
    height: 120px;
    width: 460px;
    background: url("../images/mv-img-search.svg") no-repeat left top/100% 100%; }
  section.mainvisual .img-search-text {
    position: absolute;
    top: 247px;
    left: 33px;
    height: 19px;
    width: 288px;
    background: url("../images/mv-img-search-text.svg") no-repeat left top/100% 100%; }
  section.mainvisual .img-catchcopy {
    position: absolute;
    top: 324px;
    left: 13px;
    height: 126px;
    width: 400px;
    background: url("../images/mv-img-catchcopy.svg") no-repeat left top/100% 100%; }
  section.mainvisual .img-subcatchcopy {
    position: absolute;
    top: 471px;
    left: 12px;
    height: 76px;
    width: 406px; }
    section.mainvisual .img-subcatchcopy .text {
      line-height: 36px;
      font-size: 24px;
      letter-spacing: -0.5px;
      color: #0050AA;
      font-weight: 700; }
  section.mainvisual .scroll {
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: -36px;
    z-index: 2;
    padding: 0px 0px 10px;
    color: #333;
    font-size: 13px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-decoration: none;
    writing-mode: vertical-lr; }
    section.mainvisual .scroll::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: -15px;
      width: 2px;
      height: 69px;
      background: #333;
      animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite; }
    section.mainvisual .scroll::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: -15px;
      width: 2px;
      height: 69px;
      background: rgba(0, 0, 0, 0.4); }
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  25% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  75% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  75.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.wrap-callcenterlab {
  height: 3150px;
  width: 100%;
  position: relative;
  background: #00448F url("../images/problem_bg.jpg") no-repeat top center/1440px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .wrap-callcenterlab {
      background-image: url("../images/problem_bg@2x.jpg"); } }
  .wrap-callcenterlab .deco-gradient {
    width: 100%;
    top: 760px;
    height: 2390px;
    z-index: 0;
    position: absolute; }
  .wrap-callcenterlab .deco-diagonal {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1494px;
    bottom: 0;
    background: #fff; }
    .wrap-callcenterlab .deco-diagonal::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      transform: skewY(25deg);
      transform-origin: top right;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: #fff; }
  .wrap-callcenterlab section.onayami .inner {
    width: 1110px;
    height: 1290px;
    margin: 0 auto;
    position: relative; }
  .wrap-callcenterlab section.onayami .phrase-target {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 126px;
    width: 350px;
    height: 55px;
    line-height: 55px;
    border-radius: 55px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #0050AA; }
  .wrap-callcenterlab section.onayami .phrase-question {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 212px;
    width: 576px;
    height: 48px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 48px;
    font-weight: 700; }
  .wrap-callcenterlab section.onayami .phrase-onayami {
    position: absolute;
    left: 95px;
    top: 324px;
    width: 920px;
    height: 310px; }
    .wrap-callcenterlab section.onayami .phrase-onayami li {
      width: 920px;
      height: 90px;
      margin-bottom: 20px;
      position: relative;
      list-style: none;
      box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.4);
      background-color: #fff; }
      .wrap-callcenterlab section.onayami .phrase-onayami li:last-of-type {
        margin-bottom: 0; }
      .wrap-callcenterlab section.onayami .phrase-onayami li .wrap {
        position: absolute;
        width: 0px;
        height: 26px;
        overflow: hidden;
        transition: all 1s ease-in;
        left: 244px;
        top: 33px;
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 1px; }
        .wrap-callcenterlab section.onayami .phrase-onayami li .wrap .text {
          white-space: nowrap; }
          .wrap-callcenterlab section.onayami .phrase-onayami li .wrap .text .hilight {
            color: #0050AA;
            position: relative;
            z-index: 1; }
            .wrap-callcenterlab section.onayami .phrase-onayami li .wrap .text .hilight span {
              display: inline;
              background-image: linear-gradient(to bottom, transparent 70%, #B2DDFB 70%);
              -webkit-box-decoration-break: clone;
              -o-box-decoration-break: clone;
              box-decoration-break: clone; }
        .wrap-callcenterlab section.onayami .phrase-onayami li .wrap.show {
          width: 600px; }
  .wrap-callcenterlab section.onayami .solution {
    position: absolute;
    left: 95px;
    top: 684px;
    z-index: 1; }
    .wrap-callcenterlab section.onayami .solution .gold-bar {
      position: absolute;
      left: 0;
      top: 0;
      width: 920px;
      height: 5px; }
    .wrap-callcenterlab section.onayami .solution .wrap {
      position: absolute;
      top: 5px;
      left: -10px;
      width: 950px;
      height: 384px;
      overflow: hidden; }
      .wrap-callcenterlab section.onayami .solution .wrap .img {
        position: absolute;
        top: -100%;
        width: 100%;
        height: 100%;
        transition: all 1s ease-in-out;
        background: url("../images/solution.png") no-repeat top center/100%; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          .wrap-callcenterlab section.onayami .solution .wrap .img {
            background-image: url("../images/solution@2x.png"); } }
        .wrap-callcenterlab section.onayami .solution .wrap .img.show {
          top: 0; }
  .wrap-callcenterlab .about-callcenterlab {
    position: relative;
    z-index: 2; }
    .wrap-callcenterlab .about-callcenterlab .inner {
      width: 1110px;
      height: 730px;
      margin: 0 auto;
      position: relative; }
    .wrap-callcenterlab .about-callcenterlab .deco-01 {
      position: absolute;
      top: -180px;
      left: 50%;
      z-index: 1;
      transform: translate(-50%, 0);
      width: 442px;
      height: 250px;
      background: url("../images/deco-01.png") no-repeat top center/100%; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .wrap-callcenterlab .about-callcenterlab .deco-01 {
          background-image: url("../images/deco-01@2x.png"); } }
    .wrap-callcenterlab .about-callcenterlab .deco-02 {
      position: absolute;
      top: -180px;
      left: 50px;
      z-index: 1;
      transform: translate(calc(-50% - 90px), 0);
      width: 493.5px;
      height: 450.5px;
      background: url("../images/deco-02.png") no-repeat top center/100%; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .wrap-callcenterlab .about-callcenterlab .deco-02 {
          background-image: url("../images/deco-02@2x.png"); } }
    .wrap-callcenterlab .about-callcenterlab .deco-03 {
      height: 420.5px;
      width: 100%;
      overflow: hidden;
      position: absolute;
      top: 770px;
      z-index: 1; }
      .wrap-callcenterlab .about-callcenterlab .deco-03::after {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        transform: translate(calc(-50% + 580px), 0);
        width: 433px;
        height: 420.5px;
        background: url("../images/deco-03.png") no-repeat top center/100%; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          .wrap-callcenterlab .about-callcenterlab .deco-03::after {
            background-image: url("../images/deco-03@2x.png"); } }
    .wrap-callcenterlab .about-callcenterlab .title {
      z-index: 3;
      position: absolute;
      top: 28px;
      left: 50%;
      transform: translate(-50%, 0);
      width: 730px;
      height: 140px;
      background: url("../images/about-callcenterlab.png") no-repeat top center/100%;
      box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.4); }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .wrap-callcenterlab .about-callcenterlab .title {
          background-image: url("../images/about-callcenterlab@2x.png"); } }
    .wrap-callcenterlab .about-callcenterlab .about-card {
      position: absolute;
      left: 0;
      top: 229px;
      width: 1110px;
      height: 320px;
      z-index: 2; }
      .wrap-callcenterlab .about-callcenterlab .about-card .closs {
        position: absolute;
        left: 504px;
        top: 109px;
        width: 102px;
        height: 102px;
        z-index: 1; }
        .wrap-callcenterlab .about-callcenterlab .about-card .closs .line1 {
          position: absolute;
          left: 0;
          top: 0;
          width: 0;
          height: 102px;
          background: url("../images/line1.svg") top left/102px 102px no-repeat;
          transition: all 0.5s ease; }
          .wrap-callcenterlab .about-callcenterlab .about-card .closs .line1.show {
            width: 102px; }
        .wrap-callcenterlab .about-callcenterlab .about-card .closs .line2 {
          position: absolute;
          left: 0;
          top: 0;
          width: 0;
          height: 102px;
          background: url("../images/line2.svg") top left/102px 102px no-repeat;
          transition: all 0.5s ease; }
          .wrap-callcenterlab .about-callcenterlab .about-card .closs .line2.show {
            width: 102px; }
      .wrap-callcenterlab .about-callcenterlab .about-card .card {
        position: absolute;
        width: 540px;
        height: 320px;
        box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.4); }
        .wrap-callcenterlab .about-callcenterlab .about-card .card.card-1 {
          left: 0;
          top: 0; }
        .wrap-callcenterlab .about-callcenterlab .about-card .card.card-2 {
          left: 570px;
          top: 0; }
        .wrap-callcenterlab .about-callcenterlab .about-card .card .light {
          position: absolute;
          left: 11px;
          top: -48px;
          width: 70px;
          height: 90px;
          transform-origin: right bottom;
          transform: scale(0);
          transition: all 0.5s cubic-bezier(0.67, 0, 0.18, 2.09);
          background: url("../images/icon-light.svg") center center/100% 100% no-repeat;
          z-index: 2; }
          .wrap-callcenterlab .about-callcenterlab .about-card .card .light.show {
            transform: scale(1); }
        .wrap-callcenterlab .about-callcenterlab .about-card .card .main-text {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 167px;
          overflow: hidden;
          background: #004FAB; }
          .wrap-callcenterlab .about-callcenterlab .about-card .card .main-text .text {
            display: inline-block;
            width: 80%;
            font-size: 25px;
            line-height: 36px;
            text-align: center;
            color: #fff;
            letter-spacing: 1px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
            font-weight: 700; }
        .wrap-callcenterlab .about-callcenterlab .about-card .card .detail-text {
          position: absolute;
          top: 167px;
          left: 0;
          width: 100%;
          height: 155px;
          overflow: hidden;
          background: #fff; }
          .wrap-callcenterlab .about-callcenterlab .about-card .card .detail-text .text {
            display: inline-block;
            width: 80%;
            font-size: 17px;
            font-weight: 400;
            line-height: 30px;
            text-align: center;
            color: #333;
            letter-spacing: 1px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            position: absolute; }
    .wrap-callcenterlab .about-callcenterlab .motto {
      position: absolute;
      width: 1050px;
      height: 44px;
      top: 660px;
      left: 50%;
      transform: translate(-50%, 0);
      text-align: center;
      font-size: 32px;
      font-weight: 700; }
      .wrap-callcenterlab .about-callcenterlab .motto .text {
        position: relative;
        z-index: 3; }
      .wrap-callcenterlab .about-callcenterlab .motto .text-line1 {
        background-color: #FFF000;
        display: block;
        position: absolute;
        top: 27px;
        left: 14px;
        width: 0;
        height: 16px;
        transition: all 1s ease;
        z-index: 2; }
        .wrap-callcenterlab .about-callcenterlab .motto .text-line1.show {
          width: 404px; }
      .wrap-callcenterlab .about-callcenterlab .motto .text-line2 {
        background-color: #FFF000;
        display: block;
        position: absolute;
        top: 27px;
        left: 457px;
        width: 0;
        height: 16px;
        transition: all 1s ease;
        z-index: 2; }
        .wrap-callcenterlab .about-callcenterlab .motto .text-line2.show {
          width: 340px; }
    .wrap-callcenterlab .about-callcenterlab .point {
      position: absolute;
      width: 730px;
      height: 139px;
      top: 820px;
      left: 50%;
      transform: translate(-50%, 0);
      box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.4);
      background: url("../images/point-text.png") no-repeat top center/100%; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .wrap-callcenterlab .about-callcenterlab .point {
          background-image: url("../images/point-text@2x.png"); } }
      .wrap-callcenterlab .about-callcenterlab .point .fukidashi {
        position: absolute;
        width: 140px;
        height: 79px;
        left: -87px;
        top: 20px;
        opacity: 0;
        background: url("../images/point-fukidashi.svg") center center/100% 100% no-repeat; }
        .wrap-callcenterlab .about-callcenterlab .point .fukidashi.show {
          left: -87px;
          top: -21px;
          opacity: 1;
          transition: all 0.5s ease; }
    .wrap-callcenterlab .about-callcenterlab .point-katsuyaku {
      font-size: 25px;
      text-align: center;
      top: 1025px;
      left: 50%;
      transform: translate(-50%, 0);
      position: absolute;
      font-weight: 700; }
    .wrap-callcenterlab .about-callcenterlab .point-text {
      position: absolute;
      width: 650px;
      height: 93px;
      top: 1070px;
      left: 50%;
      transform: translate(-50%, 0);
      font-weight: 400;
      font-size: 17px;
      line-height: 31px;
      letter-spacing: 0;
      text-align: center; }
    .wrap-callcenterlab .about-callcenterlab .performance-data {
      position: absolute;
      width: 380px;
      height: 475px;
      top: 1370px;
      opacity: 0;
      transition: all 0.5s ease; }
      .wrap-callcenterlab .about-callcenterlab .performance-data.data1 {
        left: -15px;
        background: url("../images/point-data01.png") no-repeat top center/365px 475px; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          .wrap-callcenterlab .about-callcenterlab .performance-data.data1 {
            background-image: url("../images/point-data01@2x.png"); } }
      .wrap-callcenterlab .about-callcenterlab .performance-data.data2 {
        left: 366px;
        background: url("../images/point-data02.png") no-repeat top center/365px 475px; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          .wrap-callcenterlab .about-callcenterlab .performance-data.data2 {
            background-image: url("../images/point-data02@2x.png"); } }
      .wrap-callcenterlab .about-callcenterlab .performance-data.data3 {
        left: 747px;
        background: url("../images/point-data03.png") no-repeat top center/365px 475px; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          .wrap-callcenterlab .about-callcenterlab .performance-data.data3 {
            background-image: url("../images/point-data03@2x.png"); } }
      .wrap-callcenterlab .about-callcenterlab .performance-data.show {
        top: 1270px;
        opacity: 1; }

.casestudy {
  position: relative;
  background: #0050AA; }
  .casestudy .inner {
    width: 1110px;
    height: 834px;
    margin: 0 auto;
    position: relative; }
    .casestudy .inner .title {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      top: 99px;
      height: 105px;
      width: 570px; }
      .casestudy .inner .title .line {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        background: #3FA9F5;
        width: 100px;
        height: 3px; }
      .casestudy .inner .title .eng {
        font-family: 'Questrial', sans-serif;
        width: 100%;
        height: 30px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        font-size: 28px;
        letter-spacing: 2px;
        color: #3FA9F5;
        font-weight: normal; }
      .casestudy .inner .title .jpn {
        position: absolute;
        width: 100%;
        height: 38px;
        bottom: 15px;
        letter-spacing: 1px;
        font-size: 30px;
        color: #fff;
        text-align: center; }
    .casestudy .inner .slick {
      position: absolute;
      top: 261px;
      left: 0;
      width: calc(100% - 1px);
      height: 450px;
      margin: 0 0 0 30px; }
      .casestudy .inner .slick .slick-list {
        margin: 0 0 0 -30px; }
      .casestudy .inner .slick .list > div {
        width: 255px;
        height: 450px;
        margin-right: 30px;
        background-color: #fff; }
        .casestudy .inner .slick .list > div span {
          display: block; }
        .casestudy .inner .slick .list > div .image {
          width: 100%;
          height: 150px; }
          .casestudy .inner .slick .list > div .image img {
            height: 100%;
            width: 100%; }
        .casestudy .inner .slick .list > div .case {
          padding: 22px 25px 0;
          line-height: 18px;
          font-size: 16px;
          font-weight: 400;
          letter-spacing: 2px; }
        .casestudy .inner .slick .list > div .case-title {
          font-weight: 700;
          line-height: 24px;
          font-size: 18px;
          text-align: justify;
          padding: 20px 25px 0;
          letter-spacing: 0; }
          .casestudy .inner .slick .list > div .case-title span {
            display: inline;
            background-image: linear-gradient(to bottom, transparent 70%, #FFFF00 70%);
            -webkit-box-decoration-break: clone;
            -o-box-decoration-break: clone;
            box-decoration-break: clone; }
        .casestudy .inner .slick .list > div .case-detail {
          padding: 12px 25px 0;
          line-height: 22px;
          font-size: 14px;
          text-align: justify;
          font-weight: 400;
          letter-spacing: 1px; }

.selection {
  background: #D9E8FC url("../images/standard_bg.jpg") no-repeat center center/cover; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .selection {
      background-image: url("../images/standard_bg@2x.jpg"); } }
  .selection .inner {
    width: 1110px;
    height: 880px;
    margin: 0 auto;
    position: relative; }
    .selection .inner .selection-title {
      position: absolute;
      top: 100px;
      left: 50%;
      transform: translate(-50%, 0);
      height: 156px;
      width: 1110px; }
      .selection .inner .selection-title .bg {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
        .selection .inner .selection-title .bg img {
          filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.2)); }
      .selection .inner .selection-title .icon-glass {
        display: block;
        position: absolute;
        width: 180px;
        height: 200px;
        right: -27px;
        top: -52px;
        background: url("../images/icon-glass.png") top center/100% 100% no-repeat; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          .selection .inner .selection-title .icon-glass {
            background-image: url("../images/icon-glass@2x.png"); } }
      .selection .inner .selection-title .deco-person01 {
        display: block;
        position: absolute;
        width: 85px;
        height: 200px;
        background: url("../images/deco-person01.svg") center center/100% 100% no-repeat;
        left: 30px;
        top: -52px; }
      .selection .inner .selection-title .title-text {
        display: block;
        position: absolute;
        width: 100%;
        height: 40px;
        left: 50%;
        transform: translate(-50%, 0);
        top: 50px;
        font-size: 32px;
        color: #fff;
        text-align: center; }
    .selection .inner .selection-card {
      width: 100%;
      height: 450px;
      position: absolute;
      top: 282px;
      left: 0; }
      .selection .inner .selection-card .card {
        position: relative;
        float: left;
        margin-right: 30px;
        width: 350px;
        height: 480px;
        background: #fff;
        box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.4); }
        .selection .inner .selection-card .card .img {
          display: block;
          width: 350px;
          height: 200px; }
        .selection .inner .selection-card .card .text-title {
          position: relative;
          height: 144px;
          width: 100%;
          color: #fff;
          background: #FF501E; }
          .selection .inner .selection-card .card .text-title .num {
            position: absolute;
            top: 50%;
            left: 20px;
            transform: translate(0, -50%);
            height: 72px;
            width: 50px; }
            .selection .inner .selection-card .card .text-title .num.num1 {
              background: url("../images/num1.svg") left center/auto 100% no-repeat; }
            .selection .inner .selection-card .card .text-title .num.num2 {
              background: url("../images/num2.svg") left center/auto 100% no-repeat; }
            .selection .inner .selection-card .card .text-title .num.num3 {
              background: url("../images/num3.svg") left center/auto 100% no-repeat; }
          .selection .inner .selection-card .card .text-title .text {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            text-align: center;
            font-size: 24px;
            line-height: 30px; }
        .selection .inner .selection-card .card .text-detail {
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          padding: 26px 26px 0;
          text-align: justify;
          letter-spacing: 1px; }
          .selection .inner .selection-card .card .text-detail .hilight {
            color: #FF501E; }
        .selection .inner .selection-card .card .badge {
          width: 80px;
          height: 80px;
          opacity: 0;
          position: absolute;
          top: 160px;
          left: 50%;
          box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.4);
          border-radius: 50%;
          transform: translate(-50%, 0);
          transition: all 1s ease-in-out;
          background: url("../images/icon-badge-gold.png") top center/100% 100% no-repeat; }
          @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
            .selection .inner .selection-card .card .badge {
              background-image: url("../images/icon-badge-gold@2x.png"); } }
          .selection .inner .selection-card .card .badge.show {
            opacity: 1;
            top: 146px; }
          .selection .inner .selection-card .card .badge img {
            filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.2)); }
        .selection .inner .selection-card .card:last-of-type {
          margin-right: 0; }

.callcenterpoint5 {
  background: #368AC8 url("../images/feature_bg.jpg") no-repeat center center/cover; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .callcenterpoint5 {
      background-image: url("../images/feature_bg@2x.jpg"); } }
  .callcenterpoint5 .inner {
    width: 1110px;
    height: 419px;
    margin: 0 auto;
    position: relative; }
    .callcenterpoint5 .inner .comment {
      position: absolute;
      left: 120px;
      top: 111px;
      width: 230px;
      height: 230px; }
      .callcenterpoint5 .inner .comment .fukidashi {
        position: absolute;
        left: -120px;
        top: 0;
        width: 190px;
        height: 118px;
        background: url("../images/fukidashi-ok.svg") no-repeat center center/cover;
        transition: all 0.5s cubic-bezier(0.67, 0, 0.18, 2.09);
        opacity: 0; }
        .callcenterpoint5 .inner .comment .fukidashi.show {
          top: -35px;
          opacity: 1; }
      .callcenterpoint5 .inner .comment .photo {
        width: 230px;
        height: 230px;
        background: url("../images/feature_img_1.png") no-repeat center center/cover; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          .callcenterpoint5 .inner .comment .photo {
            background-image: url("../images/feature_img_1@2x.png"); } }
    .callcenterpoint5 .inner .title {
      position: absolute;
      left: 445px;
      top: 157px;
      width: 606px;
      height: 88px; }
      .callcenterpoint5 .inner .title .img {
        z-index: 2;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../images/callcenterpoint5.svg") no-repeat center center/100%; }
      .callcenterpoint5 .inner .title .line {
        z-index: 1;
        display: block;
        position: absolute;
        width: 0;
        height: 15px;
        left: 0;
        bottom: 0;
        transition: width 1s ease-in-out;
        background: #79C942; }
        .callcenterpoint5 .inner .title .line.show {
          width: 100%; }

.callcenterpoint5content {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden; }
  .callcenterpoint5content.number1 {
    background: url("../images/speed_bg.jpg") no-repeat left -320px center/cover; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      .callcenterpoint5content.number1 {
        background-image: url("../images/speed_bg@2x.jpg"); } }
  .callcenterpoint5content.number2 {
    background: url("../images/flexible_bg.jpg") no-repeat left -200px center/cover; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      .callcenterpoint5content.number2 {
        background-image: url("../images/flexible_bg@2x.jpg"); } }
  .callcenterpoint5content.number3 {
    background: url("../images/cost_bg.jpg") no-repeat left -180px center/cover; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      .callcenterpoint5content.number3 {
        background-image: url("../images/cost_bg@2x.jpg"); } }
  .callcenterpoint5content.number4 {
    background: url("../images/proposal_bg.jpg") no-repeat left -320px center/cover; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      .callcenterpoint5content.number4 {
        background-image: url("../images/proposal_bg@2x.jpg"); } }
  .callcenterpoint5content.number5 {
    background: url("../images/area_bg.jpg") no-repeat left -320px center/cover; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      .callcenterpoint5content.number5 {
        background-image: url("../images/area_bg@2x.jpg"); } }
  .callcenterpoint5content .half-bg {
    position: absolute;
    left: -125px;
    top: 0;
    width: calc(100% + 125px);
    height: 100%;
    background: url(../images/halfwhite-bg.svg) repeat center top/100% 100%; }
  .callcenterpoint5content .line {
    background-color: #E6E6E6;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(50% + 62px); }
  .callcenterpoint5content .inner {
    width: 1110px;
    height: 350px;
    margin: 0 auto;
    position: relative; }
    .callcenterpoint5content .inner .headline {
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .callcenterpoint5content .inner .headline .num {
        position: absolute;
        left: 0;
        top: 0;
        width: 134px;
        height: 93px; }
      .callcenterpoint5content .inner .headline .text {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%); }
    .callcenterpoint5content .inner .check {
      position: absolute;
      left: 475px;
      top: 66px;
      width: 720px;
      height: 315px; }
      .callcenterpoint5content .inner .check .icon-check {
        position: absolute;
        left: -42px;
        top: 0px;
        width: 100px;
        height: 105px;
        transition: all 0.5s cubic-bezier(0.67, 0, 0.18, 2.09);
        opacity: 0; }
        .callcenterpoint5content .inner .check .icon-check.show {
          opacity: 1;
          top: -29px; }
      .callcenterpoint5content .inner .check .title {
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 550px;
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 1px;
        font-weight: 700; }
      .callcenterpoint5content .inner .check .text {
        position: absolute;
        top: 105px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 550px;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 1px; }
        .callcenterpoint5content .inner .check .text i {
          color: #fa5a14;
          font-weight: 700;
          font-style: normal; }

.recommend-before {
  background: #FA5A14;
  width: 100%; }
  .recommend-before .inner {
    width: 1110px;
    height: 300px;
    margin: 0 auto;
    position: relative; }
    .recommend-before .inner .triangle {
      position: absolute;
      background: url(../images/icon-triangle-orange.svg) no-repeat center center/100% 100%;
      left: 50%;
      transform: translate(-50%, 0);
      bottom: -20px;
      height: 20px;
      width: 24px;
      z-index: 1; }
    .recommend-before .inner .headline {
      width: 713px;
      height: 165px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      top: 54px; }
      .recommend-before .inner .headline .bulb {
        width: 123px;
        height: 165px;
        position: absolute;
        left: 0;
        top: 0; }
        .recommend-before .inner .headline .bulb img {
          width: 100%; }
      .recommend-before .inner .headline .sub {
        position: absolute;
        right: 0;
        top: 60px;
        width: 541px;
        height: 21px;
        background: url(../images/recommend-before-text-sub.svg) no-repeat center top/100%; }
      .recommend-before .inner .headline .main {
        position: absolute;
        right: 0;
        bottom: 30px;
        width: 546px;
        height: 31px;
        background: url(../images/recommend-before-text-main.svg) no-repeat center top/100%; }

.about-bonz {
  background: url(../images/bonz_bg.jpg) no-repeat center top/1920px;
  width: 100%; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .about-bonz {
      background-image: url("../images/bonz_bg@2x.jpg"); } }
  .about-bonz .wrap-bg {
    width: 100%;
    height: 600px;
    background: url("../images/halfwhite-bg.svg") repeat center top/100% 100%; }
  .about-bonz .inner {
    width: 1110px;
    height: 600px;
    margin: 0 auto;
    position: relative; }
    .about-bonz .inner .monitor {
      position: absolute;
      top: 135px;
      left: 0;
      width: 527px;
      height: 431px;
      z-index: 5;
      background: url(../images/bonz_img_2.png) no-repeat center top/100%; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .about-bonz .inner .monitor {
          background-image: url("../images/bonz_img_2@2x.png"); } }
    .about-bonz .inner .badge {
      position: absolute;
      top: 90px;
      left: 440px;
      width: 132px;
      height: 132px;
      z-index: 6;
      background: url(../images/bonz_img_1.png) no-repeat center top/100%; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .about-bonz .inner .badge {
          background-image: url("../images/bonz_img_1@2x.png"); } }
    .about-bonz .inner .bg-white {
      background-color: #fff;
      width: 824px;
      position: absolute;
      right: 0;
      top: 0;
      height: 600px; }
      .about-bonz .inner .bg-white .message {
        position: absolute;
        left: 330px;
        top: 160px;
        width: 233px;
        height: 52px;
        overflow: hidden; }
        .about-bonz .inner .bg-white .message .text {
          width: 233px;
          height: 52px;
          background: url(../images/about-bonz-text1.svg) no-repeat center top/100%; }
      .about-bonz .inner .bg-white .copy {
        font-size: 30px;
        line-height: 40px;
        position: absolute;
        left: 330px;
        top: 248px;
        font-weight: 700; }
      .about-bonz .inner .bg-white .bonz {
        font-family: 'Questrial', sans-serif;
        position: absolute;
        left: 330px;
        top: 350px;
        font-size: 45px;
        line-height: 45px;
        color: #FA5A14;
        font-weight: normal;
        letter-spacing: 0; }
      .about-bonz .inner .bg-white .bonz-jp {
        position: absolute;
        left: 330px;
        top: 400px;
        font-size: 16px;
        line-height: 16px;
        color: #FA5A14;
        font-weight: 400; }
      .about-bonz .inner .bg-white .url {
        position: absolute;
        top: 440px;
        left: 330px;
        font-size: 20px;
        line-height: 20px; }
        .about-bonz .inner .bg-white .url a {
          font-family: 'Questrial', sans-serif;
          color: #000;
          font-weight: normal; }

.reason-bonz {
  background: #fff url(../images/bonz_reasons_bg.jpg) repeat-x center top/1920px;
  width: 100%; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .reason-bonz {
      background-image: url("../images/bonz_reasons_bg@2x.jpg"); } }
  .reason-bonz .inner {
    width: 1110px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
    padding-top: 325px; }
    .reason-bonz .inner .megaphone {
      position: absolute;
      left: 91px;
      top: 139px;
      width: 55px;
      height: 41px; }
    .reason-bonz .inner .megaphone-text {
      position: absolute;
      left: 158px;
      top: 100px;
      width: 136px;
      height: 96px;
      overflow: hidden; }
      .reason-bonz .inner .megaphone-text .text {
        width: 136px;
        height: 96px;
        background: url(../images/megaphone-text.svg) no-repeat center top/100%; }
    .reason-bonz .inner .headline {
      position: absolute;
      left: 327px;
      top: 116px;
      width: 500px;
      height: 64px; }
      .reason-bonz .inner .headline .reason-eng-title {
        font-family: 'Questrial', sans-serif;
        position: absolute;
        left: 3px;
        top: 8px;
        font-size: 16px;
        line-height: 16px;
        font-weight: normal;
        color: #FA5A14;
        letter-spacing: 0px; }
      .reason-bonz .inner .headline .reason-jp-title {
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 34px;
        line-height: 34px;
        color: #000; }
    .reason-bonz .inner .point-wrap {
      position: relative;
      width: 100%;
      height: auto; }
      .reason-bonz .inner .point-wrap::after {
        content: "";
        display: block;
        clear: both; }
      .reason-bonz .inner .point-wrap .point {
        background: #fff;
        position: relative;
        width: 540px;
        height: 290px;
        float: left;
        margin-right: 30px;
        margin-bottom: 105px;
        box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.4); }
        .reason-bonz .inner .point-wrap .point:nth-of-type(2), .reason-bonz .inner .point-wrap .point:nth-of-type(5), .reason-bonz .inner .point-wrap .point:nth-of-type(7) {
          margin-right: 0; }
        .reason-bonz .inner .point-wrap .point:nth-of-type(3), .reason-bonz .inner .point-wrap .point:nth-of-type(4), .reason-bonz .inner .point-wrap .point:nth-of-type(5) {
          height: 340px;
          width: 350px; }
        .reason-bonz .inner .point-wrap .point .badge {
          position: absolute;
          top: -58px;
          left: 50%;
          transform: translate(-50%, 0);
          width: 150px;
          height: 108px;
          z-index: 5; }
          .reason-bonz .inner .point-wrap .point .badge img {
            width: 100%;
            height: 100%; }
        .reason-bonz .inner .point-wrap .point .point-title {
          position: relative;
          width: 100%;
          height: 160px;
          background-color: #FA5A14; }
          .reason-bonz .inner .point-wrap .point .point-title span {
            position: absolute;
            left: 50%;
            top: 55%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-weight: bold;
            width: calc(100% - 10px);
            display: block;
            text-align: center;
            font-size: 22px;
            line-height: 30px; }
          .reason-bonz .inner .point-wrap .point .point-title::after {
            content: "";
            background: url(../images/gold-bg.svg) center center/100% 100%;
            width: 100%;
            height: 5px;
            bottom: 0;
            left: 0;
            position: absolute;
            z-index: 3; }
        .reason-bonz .inner .point-wrap .point .point-detail {
          width: calc(100% - 50px * 2);
          margin: 0 auto;
          padding-top: 35px;
          font-size: 15px;
          line-height: 26px;
          color: #000;
          font-weight: 400;
          letter-spacing: 1px; }
          .reason-bonz .inner .point-wrap .point .point-detail em {
            color: #FA5A14;
            font-style: normal; }
    .reason-bonz .inner .official-bonz-headline {
      position: relative;
      margin-bottom: 30px;
      font-size: 18px;
      display: inline-block;
      letter-spacing: 0px; }
      .reason-bonz .inner .official-bonz-headline::after {
        position: absolute;
        right: -30px;
        top: 2px;
        content: "";
        display: block;
        width: 17px;
        height: 11px;
        background: url(../images/triangle-01.svg) center center/100% 100%; }
    .reason-bonz .inner .official-bonz-wrap {
      background: #F4F4F4;
      height: 250px;
      width: 100%;
      border-radius: 10px;
      position: relative; }
      .reason-bonz .inner .official-bonz-wrap .image {
        position: absolute;
        left: 0;
        top: 0;
        height: 250px;
        width: 255px;
        background: url(../images/official-bonz-image.png) center center/100% 100%; }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
          .reason-bonz .inner .official-bonz-wrap .image {
            background-image: url("../images/official-bonz-image@2x.jpg"); } }
      .reason-bonz .inner .official-bonz-wrap .text-wrap {
        width: calc(100% - 305px);
        position: absolute;
        left: 300px; }
        .reason-bonz .inner .official-bonz-wrap .text-wrap .copy {
          margin-top: 42px;
          font-size: 18px;
          border-bottom: 1px solid #000;
          width: 700px;
          padding-bottom: 14px;
          font-weight: 700; }
        .reason-bonz .inner .official-bonz-wrap .text-wrap .officialsite {
          width: 710px;
          margin-top: 42px;
          position: relative; }
          .reason-bonz .inner .official-bonz-wrap .text-wrap .officialsite .name {
            font-size: 16px;
            line-height: 16px;
            font-weight: bold;
            display: block;
            margin-bottom: 12px;
            font-weight: 900;
            letter-spacing: 0px; }
          .reason-bonz .inner .official-bonz-wrap .text-wrap .officialsite .small {
            font-size: 12px;
            line-height: 12px;
            font-weight: bold;
            display: block;
            letter-spacing: 0px; }
          .reason-bonz .inner .official-bonz-wrap .text-wrap .officialsite .url {
            display: block;
            margin-top: 18px;
            color: #FA5A14;
            font-weight: bold; }
          .reason-bonz .inner .official-bonz-wrap .text-wrap .officialsite .link {
            position: absolute;
            left: 260px;
            top: 10px;
            background: #FA5A14;
            display: block;
            width: 188px;
            height: 60px;
            font-weight: 400;
            color: #fff;
            text-decoration: none;
            transition: all .2s ease;
            border-radius: 10px; }
            .reason-bonz .inner .official-bonz-wrap .text-wrap .officialsite .link .icon-svg {
              transition: all .2s ease; }
            .reason-bonz .inner .official-bonz-wrap .text-wrap .officialsite .link .text {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
            .reason-bonz .inner .official-bonz-wrap .text-wrap .officialsite .link .arrow {
              position: absolute;
              right: 24px;
              top: 50%;
              transform: translate(0, -50%); }
            .reason-bonz .inner .official-bonz-wrap .text-wrap .officialsite .link:hover {
              background: #fff;
              color: #FA5A14; }
              .reason-bonz .inner .official-bonz-wrap .text-wrap .officialsite .link:hover .icon-svg {
                stroke: #FA5A14; }
          .reason-bonz .inner .official-bonz-wrap .text-wrap .officialsite .qr {
            display: inline-block;
            position: absolute;
            right: 0;
            top: 5px; }

.mainpage-originalguid {
  background: #fff url(../images/footer_contact_bg.png) repeat-x center top/1920px;
  width: 100%; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .mainpage-originalguid {
      background-image: url("../images/footer_contact_bg@2x.png"); } }
  .mainpage-originalguid .inner {
    width: 1110px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
    height: 270px; }
    .mainpage-originalguid .inner .site-name {
      position: absolute;
      left: 160px;
      top: 90px; }
    .mainpage-originalguid .inner .message {
      position: absolute;
      font-size: 29px;
      color: #fff;
      top: 145px;
      left: 160px;
      font-weight: 700; }
    .mainpage-originalguid .inner .link {
      background: url(../images/download.svg) center center/100% 100%;
      width: 392px;
      height: 77.67px;
      display: block;
      position: absolute;
      top: 143px;
      right: 0;
      cursor: pointer;
      box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.4); }
      .mainpage-originalguid .inner .link .wrap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0;
        pointer-events: none;
        transition: .2s opacity ease;
        border-radius: 10px; }
      .mainpage-originalguid .inner .link:hover .wrap {
        opacity: .4; }

.footer {
  width: 100%;
  position: relative; }
  .footer .inner {
    width: 1110px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
    height: 200px;
    padding-top: 86px; }
    .footer .inner .copyright {
      font-size: 12px;
      margin-top: 20px;
      letter-spacing: 1px; }
    .footer .inner .links {
      position: absolute;
      right: 0;
      bottom: 60px; }
      .footer .inner .links a {
        color: #000; }
  .footer .to-top {
    position: absolute;
    bottom: 0px;
    border-radius: 10px;
    cursor: pointer;
    background: #000;
    opacity: 1;
    transition: all 1s ease;
    z-index: 50;
    right: 20px;
    width: 120px;
    height: 42px; }

.page-header {
  height: 450px;
  width: 100%;
  position: relative;
  background: #fff url(../images/terms_header.jpg) repeat-x center top/1920px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .page-header {
      background-image: url("../images/terms_header@2x.jpg"); } }
  .page-header.privacypolicy {
    background: #fff url(../images/pp_header.jpg) repeat-x center top/1920px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      .page-header.privacypolicy {
        background-image: url("../images/pp_header@2x.jpg"); } }
  .page-header.docrequest {
    height: 100px; }
  .page-header .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #0050AA; }
    .page-header .header > .inner {
      max-width: 1440px;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0; }
      .page-header .header > .inner .logo {
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translate(0, -50%);
        width: 420.7px;
        height: 23.5px;
        background: url(../images/header-logo.svg) no-repeat center center/100% 100%; }
  .page-header > .inner {
    width: 1110px;
    height: 350px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0); }
    .page-header > .inner .page-title {
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .page-header > .inner .page-title .jp-text {
        display: block;
        color: #fff;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 18px; }
      .page-header > .inner .page-title .eng-text {
        font-family: 'Questrial', sans-serif;
        display: block;
        color: #0050AA;
        font-size: 18px;
        font-weight: normal; }

.page-content {
  width: 1110px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 150px;
  letter-spacing: 0.7px; }
  .page-content .docrequest-content-wrap {
    width: 720px;
    margin: 0 auto; }
  .page-content .satori-wrap {
    width: 720px;
    background: #F8F8F8;
    padding: 40px;
    margin: 0 auto; }
    .page-content .satori-wrap .satori__custom_form_507efbb9c496acf0_css {
      background: transparent !important; }
    .page-content .satori-wrap .satori__custom_form_507efbb9c496acf0_css .satori__notes {
      background: transparent !important;
      border: 0 !important;
      padding: 6px 0; }
    .page-content .satori-wrap .agreement-link-wrap {
      margin-bottom: 20px; }
      .page-content .satori-wrap .agreement-link-wrap .link {
        list-style-type: disc;
        position: relative;
        text-decoration: underline;
        font-size: 14px;
        margin-bottom: 0;
        padding-left: 0px;
        color: #000;
        display: list-item;
        margin-left: 30px; }
        .page-content .satori-wrap .agreement-link-wrap .link:hover {
          color: #666; }
        .page-content .satori-wrap .agreement-link-wrap .link + br {
          display: none; }
    .page-content .satori-wrap #timerex {
      opacity: 0;
      max-height: 0px;
      overflow: hidden;
      transition: 1s all ease; }
      .page-content .satori-wrap #timerex.show {
        max-height: 2000px;
        opacity: 1; }
  .page-content.privacypolicy h1 {
    color: #0050AA;
    border-left: 0;
    padding-left: 0; }
  .page-content.privacypolicy ol > li {
    list-style-type: none;
    counter-increment: cnt2;
    padding-left: 20px;
    position: relative; }
    .page-content.privacypolicy ol > li::before {
      content: "(" counter(cnt2) ") ";
      position: absolute;
      left: -28px; }
  .page-content.privacypolicy ol.katakana {
    list-style-type: none;
    margin-bottom: 50px;
    padding-left: 26px; }
    .page-content.privacypolicy ol.katakana li {
      counter-increment: cnt3;
      position: relative;
      margin-bottom: 5px;
      padding-left: 20px;
      line-height: 26px;
      font-size: 14px; }
      .page-content.privacypolicy ol.katakana li::marker {
        font-weight: bold; }
      .page-content.privacypolicy ol.katakana li::before {
        content: "）";
        font-weight: bold;
        position: absolute;
        left: -28px;
        top: 1px;
        padding-left: 4px; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(1)::before {
        content: "(ア) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(2)::before {
        content: "(イ) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(3)::before {
        content: "(ウ) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(4)::before {
        content: "(エ) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(5)::before {
        content: "(オ) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(6)::before {
        content: "(カ) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(7)::before {
        content: "(キ) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(8)::before {
        content: "(ク) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(9)::before {
        content: "(ケ) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(10)::before {
        content: "(コ) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(11)::before {
        content: "(サ) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(12)::before {
        content: "(シ) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(13)::before {
        content: "(ス) "; }
      .page-content.privacypolicy ol.katakana li:nth-of-type(14)::before {
        content: "(セ) "; }
  .page-content .mb-5 {
    margin-bottom: 20px !important; }
  .page-content a {
    color: #000; }
  .page-content h1 {
    border-left: 5px #0050AA solid;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    padding-left: 32px;
    margin-bottom: 30px;
    letter-spacing: 0.1rem; }
  .page-content h2 {
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 50px; }
  .page-content h3 {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 8px; }
  .page-content p {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 50px; }
    .page-content p.text-align-right {
      text-align: right; }
  .page-content ol {
    margin-bottom: 30px;
    padding-left: 26px; }
    .page-content ol li {
      position: relative;
      margin-bottom: 5px;
      padding-left: 10px;
      line-height: 26px;
      font-size: 14px; }
    .page-content ol ol li {
      list-style-type: none;
      counter-increment: cnt;
      position: relative;
      padding-left: 15px;
      line-height: 26px;
      font-size: 14px; }
      .page-content ol ol li::before {
        content: "(" counter(cnt) ") ";
        font-weight: bold;
        position: absolute;
        left: -28px;
        top: 0;
        padding-left: 4px; }
  .page-content ol.eng {
    list-style-type: none;
    margin-bottom: 50px;
    padding-left: 26px; }
    .page-content ol.eng li {
      position: relative;
      margin-bottom: 35px;
      padding-left: 20px;
      line-height: 26px;
      font-size: 16px; }
      .page-content ol.eng li::marker {
        font-weight: bold; }
      .page-content ol.eng li::before {
        content: "）";
        font-weight: bold;
        position: absolute;
        left: -28px;
        top: 1px;
        padding-left: 4px; }
      .page-content ol.eng li:nth-of-type(1)::before {
        content: "a）"; }
      .page-content ol.eng li:nth-of-type(2)::before {
        content: "b）"; }
      .page-content ol.eng li:nth-of-type(3)::before {
        content: "c）"; }
      .page-content ol.eng li:nth-of-type(4)::before {
        content: "d）"; }
      .page-content ol.eng li:nth-of-type(5)::before {
        content: "e）"; }
      .page-content ol.eng li:nth-of-type(6)::before {
        content: "f）"; }
      .page-content ol.eng li:nth-of-type(7)::before {
        content: "g）"; }
      .page-content ol.eng li:nth-of-type(8)::before {
        content: "h）"; }
      .page-content ol.eng li:nth-of-type(9)::before {
        content: "i）"; }
      .page-content ol.eng li:nth-of-type(10)::before {
        content: "j）"; }
      .page-content ol.eng li:nth-of-type(11)::before {
        content: "k）"; }
  .page-content table {
    table-layout: fixed;
    width: 100%;
    position: relative;
    border-collapse: collapse;
    margin-bottom: 1.2rem;
    background-color: #EFF9FB;
    border: 1px solid #9FB2B9; }
    .page-content table thead th:first-child {
      width: 30%;
      background-color: #BEE6F2; }
    .page-content table th {
      background-color: #DCF1F6;
      font-weight: 400;
      text-align: left; }
    .page-content table th, .page-content table td {
      padding: 15px 40px;
      vertical-align: top;
      border: 1px solid #9FB2B9;
      font-size: 16px;
      line-height: 26px; }

.docrequest-visual {
  background: #fff url(../images/docrequest-visual.png) repeat-x center top/1920px;
  width: 100%;
  height: 270px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .docrequest-visual {
      background-image: url("../images/docrequest-visual@2x.png"); } }
