
@charset "UTF-8";
/* 外部ライブラリ
-------------------------------------------------------------------------- */
/* ==========================================================================
slick.js
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* 変数
-------------------------------------------------------------------------- */
/* ==========================================================================
breakpoints
========================================================================== */
/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
/* default
-------------------------------------------------------------------------- */
/* in
-------------------------------------------------------------------------- */
/* out
-------------------------------------------------------------------------- */
/* in out
-------------------------------------------------------------------------- */
/* ja
-------------------------------------------------------------------------- */
/* en
-------------------------------------------------------------------------- */
/* 関数
-------------------------------------------------------------------------- */
/* ==========================================================================
viewport size
========================================================================== */
/* ミックスイン
-------------------------------------------------------------------------- */
/*==========================================================================
absolute
==========================================================================*/
/*==========================================================================
size
==========================================================================*/
/*==========================================================================
aspect-ratio
==========================================================================*/
/*==========================================================================
centering
==========================================================================*/
/*==========================================================================
dot-line
==========================================================================*/
/*==========================================================================
fixed
==========================================================================*/
/*==========================================================================
gradient
==========================================================================*/
/*==========================================================================
justify
==========================================================================*/
/* ==========================================================================
mq-up
========================================================================== */
/* ==========================================================================
mq-down
========================================================================== */
/* ==========================================================================
size
========================================================================== */
/* ==========================================================================
square
========================================================================== */
/* ==========================================================================
circle
========================================================================== */
/* 初期化
-------------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: top; }

@font-face {
  font-family: 'YakuHanJP';
  src: url("../font/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("../font/YakuHanJP/YakuHanJP-Regular.woff") format("woff"); }
@font-face {
  font-family: 'YakuHanJP';
  font-weight: bold;
  src: url("../font/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("../font/YakuHanJP/YakuHanJP-Bold.woff") format("woff"); }
@font-face {
  font-family: 'Bebas';
  src: url("../font/Bebas/Bebas.woff2") format("woff2"), url("../font/Bebas/Bebas.woff") format("woff"); }
html {
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 2.6041666667vw; } }

body {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  height: 100vh;
  color: #000;
  background: #fff;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  word-break: normal; }
  @media screen and (max-width: 768px) {
    body.is-show-modal, body.is-show-nav {
      overflow: hidden;
      height: 100vh; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 3.6458333333vw; } }

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media screen and (min-width: 769px) {
    a:hover, a:active {
      text-decoration: none; } }

img {
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    img {
      width: 100%; } }

::selection {
  background: #000;
  color: #fff; }

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important; } }

.js-fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.js-disabled {
  pointer-events: none; }

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/* IE7,MacIE5 */
.clearfix {
  display: inline-block; }

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/**/
.tax-comment {
  text-align: right; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.oh {
  overflow: hidden; }

/* レイアウト
-------------------------------------------------------------------------- */
.layout-container {
  position: relative;
  overflow: hidden;
  min-width: 1280px; }
  @media screen and (max-width: 768px) {
    .layout-container {
      min-width: 320px; } }

.layout-content {
  min-width: 1280px;
  /*padding-top: 140px;*/ }
  @media screen and (max-width: 768px) {
    .layout-content {
      min-width: 320px;
      /*padding-top: vs(100vw);*/ } }

.layout-footer {
  background: #000033;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 768px) {
    .layout-footer {
      height: auto;
      padding: 0 3.90625vw; } }

.layout-header {
  /*@include fixed($top: 0, $left: 0);*/
  width: 100%;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 999;
  min-width: 1280px;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media screen and (max-width: 768px) {
    .layout-header {
      /*@include fixed($top: 0, $left: 0);*/
      transform: none;
      align-items: flex-start;
      height: 13.0208333333vw;
      min-width: 320px;
      padding: 0;
      box-shadow: none;
      opacity: 1;
      pointer-events: auto; } }
  .layout-header.is-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    pointer-events: auto; }
    @media screen and (max-width: 768px) {
      .layout-header.is-scrolled {
        background: #fff; } }

.layout-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }

.is-loaded .layout-loading {
  opacity: 0;
  visibility: hidden; }

/* モジュール
-------------------------------------------------------------------------- */
.section-visual__logo {
  position: absolute;
  top: calc(50% - 136px / 2);
  left: calc(50% - 136px / 2);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s; }
  @media screen and (max-width: 768px) {
    .section-visual__logo {
      top: calc(50% - 270vw / 768 * 100 / 2);
      left: calc(50% - 270vw / 768 * 100 / 2); } }
.section-visual__copy span {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 1.2s; }

.is-loaded .section-visual__logo {
  transform: translate(-182px, 0); }
  @media screen and (max-width: 768px) {
    .is-loaded .section-visual__logo {
      transform: translate(0, calc(-145vw / 768 * 100)); } }
.is-loaded .section-visual__copy span {
  opacity: 1; }

.js-inview {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s; }
  .js-inview.is-inview {
    opacity: 1; }

/* barba
----------------------------*/
.breadcramb-content {
  height: 44px;
  margin-bottom: -44px;
  padding: 10px 10px; }
  @media screen and (max-width: 768px) {
    .breadcramb-content {
      display: none; } }
  .breadcramb-content__inner {
    display: flex; }
  .breadcramb-content__item {
    position: relative;
    padding: 0 9px; }
    .breadcramb-content__item:nth-of-type(n + 2) {
      padding-left: 14px; }
      .breadcramb-content__item:nth-of-type(n + 2):before {
        display: block;
        position: absolute;
        content: '';
        background: url(../img/common/icn_arw-g.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        top: 9px;
        left: 0;
        width: 5px;
        height: 7px; }
    .breadcramb-content__item a,
    .breadcramb-content__item span {
      display: flex;
      align-items: center;
      font-size: 0.6875rem;
      height: 24px; }
    .breadcramb-content__item a {
      position: relative;
      z-index: 9; }
      .breadcramb-content__item a:before {
        display: block;
        position: absolute;
        content: '';
        background: #bcbcbc;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px; }
    .breadcramb-content__item.is-on a:before {
      opacity: 0; }

.btn-hamburger {
  display: none; }
  @media screen and (max-width: 768px) {
    .btn-hamburger {
      position: absolute;
      top: 0;
      right: 0;
      width: 13.0208333333vw;
      height: 13.0208333333vw;
      background: #000;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0;
      outline: none;
      border: none;
      z-index: 9999; } }
  @media screen and (max-width: 768px) {
    .btn-hamburger__line {
      position: relative;
      width: 5.2083333333vw;
      height: 0.2604166667vw;
      display: block;
      background: #fff;
      z-index: 9; } }
  @media screen and (max-width: 768px) {
    .btn-hamburger__line:nth-of-type(n + 2) {
      margin-top: 1.0416666667vw; } }

.btn-hamburger__line {
  transition: margin 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 0.2s cubic-bezier(0.77, 0, 0.175, 1); }

.is-show-nav .btn-hamburger__line {
  transition: margin 0.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s; }
  @media screen and (max-width: 768px) {
    .is-show-nav .btn-hamburger__line {
      width: 5.2083333333vw;
      height: 0.2604166667vw; } }
  .is-show-nav .btn-hamburger__line:nth-of-type(1) {
    transform: rotate(45deg); }
  .is-show-nav .btn-hamburger__line:nth-of-type(2) {
    margin-top: 0;
    opacity: 0; }
  .is-show-nav .btn-hamburger__line:nth-of-type(3) {
    transform: rotate(-45deg);
    margin-top: calc(-4.5vw / 768 * 100); }

.btn-pagetop {
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 72px;
  height: 188px;
  padding: 30px;
  padding-top: 60px;
  cursor: pointer;
  z-index: 99;
  outline: none;
  border: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  @media screen and (max-width: 768px) {
    .btn-pagetop {
      display: none; } }
  .btn-pagetop span {
    display: block;
    color: #000;
    font-size: 1rem;
    line-height: 0.8;
    writing-mode: vertical-rl;
    white-space: nowrap;
    padding-top: 21px;
    border-top: 1px solid #c8c8c8;
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .btn-pagetop:before {
    display: block;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 30px;
    left: calc(50% - 4.5px);
    width: 9px;
    height: 13px;
    transform: rotate(-90deg);
    opacity: 0.7; }
  .btn-pagetop.is-visible {
    opacity: 1;
    pointer-events: auto; }
  .btn-pagetop.is-bottom {
    transform: translate(0, -50px);
    transition: transform 0s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .btn-pagetop.is-on span {
    opacity: 0.5; }

.button-content {
  width: 300px;
  margin: 0 auto;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
  @media screen and (max-width: 768px) {
    .button-content {
      width: 78.125vw; } }
  .button-content--b .button-content__button {
    background: #2a6496; }
  .button-content--r .button-content__button {
    background: #d50e3c; }
  .button-content--left {
    float: left;
    margin: 0;
    margin-right: calc(60% - 300px);
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .button-content--left {
        float: none;
        margin: 0 auto;
        margin-top: 8.8541666667vw; } }
  @media screen and (max-width: 768px) {
    .button-content--top {
      width: 44.7916666667vw; } }
  .button-content--top .button-content__button {
    color: #000;
    background: #fff;
    height: 100px;
    border-radius: 50px; }
    @media screen and (max-width: 768px) {
      .button-content--top .button-content__button {
        height: 15.625vw;
        border-radius: 7.8125vw; } }
  .button-content--s {
    width: 240px;
    margin: 0; }
    .button-content--s.mt {
      margin-top: 15px; }
    .button-content--s.is-on {
      padding-top: 5px;
      margin-bottom: -5px; }
      @media screen and (max-width: 768px) {
        .button-content--s.is-on {
          padding-top: 1.3020833333vw;
          margin-bottom: -1.3020833333vw; } }
      .button-content--s.is-on .button-content__button {
        box-shadow: 0 10px 20px rgba(0, 0, 51, 0.3); }
        @media screen and (max-width: 768px) {
          .button-content--s.is-on .button-content__button {
            box-shadow: 0 2.6041666667vw 5.2083333333vw rgba(0, 0, 51, 0.3); } }
    @media screen and (max-width: 768px) {
      .button-content--s {
        width: 78.125vw;
        margin: 0 auto; } }
    .button-content--s .button-content__button {
      font-size: 1rem;
      height: 64px;
      border-radius: 32px; }
      @media screen and (max-width: 768px) {
        .button-content--s .button-content__button {
          font-size: 1.25rem;
          height: 15.625vw;
          border-radius: 7.8125vw; } }
  .button-content__button {
    color: #fff;
    background: #21849f;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.03em;
    width: 100%;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0 20px 20px rgba(0, 0, 51, 0.15);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
    @media screen and (max-width: 768px) {
      .button-content__button {
        font-size: 1.6rem;
        letter-spacing: -0.01em;
        height: 15.625vw;
        border-radius: 7.8125vw;
        box-shadow: 0 5.2083333333vw 5.2083333333vw rgba(0, 0, 51, 0.15); } }
    .button-content__button.target_window {
      background-image: url(../img/lp/target_window.svg);
      background-position: right 20px center;
      background-size: 16px;
      background-repeat: no-repeat; }
  .button-content.is-on {
    padding-top: 5px;
    margin-bottom: -5px; }
    @media screen and (max-width: 768px) {
      .button-content.is-on {
        padding-top: 1.3020833333vw;
        margin-bottom: -1.3020833333vw; } }
    .button-content.is-on .button-content__button {
      box-shadow: 0 10px 20px rgba(0, 0, 51, 0.3); }
      @media screen and (max-width: 768px) {
        .button-content.is-on .button-content__button {
          box-shadow: 0 2.6041666667vw 5.2083333333vw rgba(0, 0, 51, 0.3); } }

.footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .footer-content {
      display: block;
      padding-top: 7.8125vw;
      padding-bottom: 80px; } }
  .footer-content__inner:nth-of-type(2) {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .footer-content__inner:nth-of-type(2) {
        display: block; } }
  .footer-content__title .ja {
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.02em; }
    @media screen and (max-width: 768px) {
      .footer-content__title .ja {
        font-size: 1.1rem; } }
  .footer-content__title .en {
    display: block;
    color: #42e8e0;
    font-family: "Bebas", "YakuHanJP", sans-serif;
    font-size: 2.4rem;
    letter-spacing: -0.02em; }
    @media screen and (max-width: 768px) {
      .footer-content__title .en {
        font-size: 2.5rem; } }
    .footer-content__title .en span:nth-of-type(n + 2) {
      margin-left: 0.2em; }
  .footer-content__copyright {
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: -0.01em;
    opacity: 0.5;
    margin-top: 24px; }
    @media screen and (max-width: 768px) {
      .footer-content__copyright {
        font-size: 1.1rem;
        text-align: right;
        margin-top: 1.8229166667vw; } }
  .footer-content .nav-footer {
    flex-wrap: wrap;
    align-content: flex-start; }
    .footer-content .nav-footer:first-of-type {
      width: 340px; }
      @media screen and (max-width: 768px) {
        .footer-content .nav-footer:first-of-type {
          margin-top: 8.8541666667vw; } }
    .footer-content .nav-footer:nth-of-type(n + 2) {
      width: 200px; }
      @media screen and (max-width: 768px) {
        .footer-content .nav-footer:nth-of-type(n + 2) {
          width: 100%; } }
      .footer-content .nav-footer:nth-of-type(n + 2) li {
        width: 100%; }
    @media screen and (max-width: 768px) {
      .footer-content .nav-footer:last-of-type {
        width: 100%; }
        .footer-content .nav-footer:last-of-type .nav-footer__item {
          width: 100%; } }
    .footer-content .nav-footer__item {
      width: 310px;
      height: 40px;
      transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      margin-right: 50px; }
      @media screen and (max-width: 768px) {
        .footer-content .nav-footer__item {
          width: 30.7291666667vw;
          height: 9.375vw; } }
      .footer-content .nav-footer__item a {
        display: block;
        color: #fff;
        font-size: 0.875rem;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .footer-content .nav-footer__item a {
            font-size: 1.2rem; } }
        .footer-content .nav-footer__item a span {
          display: block; }
      .footer-content .nav-footer__item.is-on {
        opacity: 0.7; }
    .footer-content .nav-footer__item.child {
      height: 25px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .footer-content .nav-footer__item.child {
          height: 38px; } }
      .footer-content .nav-footer__item.child span {
        font-size: 12px;
        margin-left: 1em;
        line-height: 1.4;
        padding-left: 1em;
        text-indent: -1.3em; }
        .footer-content .nav-footer__item.child span:before {
          content: "";
          width: 5px;
          height: 5px;
          border-top: 1px solid #fff;
          border-left: 1px solid #fff;
          transform: rotate(135deg);
          display: inline-block;
          margin-right: 10px; }
    .footer-content .nav-footer .parent {
      height: 1.5em; }
  @media screen and (max-width: 768px) {
    .footer-content {
      font-size: 1.2rem; } }
  .footer-content .sp_flex {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    flex-pack: justify;
    margin-top: 30px; }
    .footer-content .sp_flex .nav-footer {
      margin-top: 0; }
      .footer-content .sp_flex .nav-footer:first-of-type {
        width: 60%; }
      .footer-content .sp_flex .nav-footer:nth-of-type(2) {
        width: 40%; }
      .footer-content .sp_flex .nav-footer li {
        width: 100%; }
  @media screen and (min-width: 769px) {
    .footer-content .nav-footer:nth-of-type(2) {
      width: 340px; }
    .footer-content .nav-footer:nth-of-type(3) {
      width: 160px; }
    .footer-content .nav-footer:first-of-type {
      width: 240px; }
    .footer-content .non_hover {
      cursor: default; }
    .footer-content .non_hover:hover {
      opacity: 1 !important; } }
  @media screen and (max-width: 768px) {
    .footer-content .sp_flex .nav-footer li {
      height: auto; }
    .footer-content .nav-footer__item a {
      line-height: 1.6; }
    .footer-content .sp_flex .nav-footer li.child {
      margin-top: 1rem; }
    .footer-content .sp_flex .nav-footer li {
      margin-top: 2rem; }
    .footer-content .sp_flex .nav-footer:first-of-type {
      width: 40%; }
    .footer-content .sp_flex .nav-footer:nth-of-type(2) {
      width: 54%; } }

.image-content--right {
  padding-top: 76px; }
  @media screen and (max-width: 768px) {
    .image-content--right {
      width: 54.1666666667vw;
      padding-top: 1.3020833333vw;
      margin: 0 auto; } }

.list-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  margin: 0 auto; }
  .list-banner:nth-of-type(n + 2) {
    margin-top: 10px; }
  .list-banner__item {
    width: 240px; }
    .list-banner__item:nth-of-type(n + 2) {
      margin-left: 10px; }

.list-box {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .list-box {
      position: relative;
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    .list-box--price {
      margin-bottom: 13.0208333333vw; } }
  .list-box--shadow .list-box__item {
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      .list-box--shadow .list-box__item {
        margin: 3.125vw 0;
        box-shadow: 0 0.5208333333vw 2.0833333333vw rgba(0, 0, 0, 0.15); } }
  .list-box__item {
    position: relative;
    background: #fff;
    width: 380px;
    border-radius: 10px;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      .list-box__item {
        width: 76.8229166667vw;
        border-radius: 2.0833333333vw;
        margin-right: 0; } }
    .list-box__item:nth-of-type(n + 4) {
      margin-top: 18px; }
      @media screen and (max-width: 768px) {
        .list-box__item:nth-of-type(n + 4) {
          margin-top: 0; } }
    @media screen and (max-width: 768px) {
      .list-box__item:nth-of-type(n + 2) {
        margin-top: 6.5104166667vw; } }
    .list-box__item:nth-child(3n) {
      margin-right: 0; }
    .list-box__item a,
    .list-box__item .box {
      display: block;
      width: 100%;
      padding-bottom: 20px;
      transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
      @media screen and (max-width: 768px) {
        .list-box__item a,
        .list-box__item .box {
          padding-bottom: 4.9479166667vw; } }
    .list-box__item.is-on a,
    .list-box__item.is-on .box {
      opacity: 0.7; }
  .list-box__img {
    display: block; }
  .list-box__head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    font-family: "Bebas", "YakuHanJP", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    height: 100px;
    padding-top: 10px; }
    @media screen and (max-width: 768px) {
      .list-box__head {
        font-size: 2.9rem;
        line-height: 1;
        height: 19.53125vw;
        padding-top: 3.125vw; } }
    .list-box__head:before {
      display: block;
      position: absolute;
      content: '';
      background: #05a4c9;
      bottom: 0;
      left: calc(50% - (60px / 2));
      width: 60px;
      height: 3px; }
      @media screen and (max-width: 768px) {
        .list-box__head:before {
          left: calc(50% - (94vw / 768 * 100 / 2));
          width: 12.2395833333vw;
          height: 0.5208333333vw; } }
  .list-box__name {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.03em;
    height: 60px; }
    @media screen and (max-width: 768px) {
      .list-box__name {
        font-size: 1.8rem;
        height: 12.109375vw; } }
    .list-box__name .small {
      font-size: 1.125rem;
      line-height: 1;
      font-weight: 400;
      margin-left: 0.3em;
      margin-bottom: -0.2em; }
      @media screen and (max-width: 768px) {
        .list-box__name .small {
          font-size: 1.4rem;
          margin-left: 0.2em; } }
    .list-box__name--shorten {
      letter-spacing: -0.03em; }
      @media screen and (max-width: 768px) {
        .list-box__name--shorten {
          letter-spacing: -0.04em; } }
  .list-box__detail {
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    margin-top: 25px;
    letter-spacing: 0.01em; }
    @media screen and (max-width: 768px) {
      .list-box__detail {
        font-size: 1.5rem;
        margin-top: 4.6875vw; } }
  .list-box__text {
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
    margin-top: 12px;
    letter-spacing: 0.01em; }
    @media screen and (max-width: 768px) {
      .list-box__text {
        font-size: 1.2rem;
        margin-top: 3.6458333333vw; } }
    .list-box__text--l {
      color: #00407f;
      font-size: 2.25rem;
      line-height: 1;
      font-weight: 600;
      margin-top: 30px;
      padding-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .list-box__text--l {
          font-size: 2.75rem;
          margin-top: 6.25vw;
          padding-bottom: 4.9479166667vw; } }
      .list-box__text--l .number {
        font-family: "Bebas", "YakuHanJP", sans-serif;
        font-weight: 400; }
      .list-box__text--l .small {
        color: #666666;
        font-size: 1.25rem;
        margin-left: 0.3em; }
        @media screen and (max-width: 768px) {
          .list-box__text--l .small {
            font-size: 1.75rem; } }
  @media screen and (max-width: 768px) {
    .list-box .slick-slide {
      padding: 0 1.953125vw; } }
  @media screen and (max-width: 768px) {
    .list-box .slick-dots {
      position: absolute;
      bottom: -13.0208333333vw;
      display: flex;
      align-items: center;
      height: 13.0208333333vw; }
      .list-box .slick-dots li {
        background: #fff;
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        border-radius: 50%; }
        .list-box .slick-dots li button {
          opacity: 0; }
        .list-box .slick-dots li.slick-active {
          background: #42e8e0; }
        .list-box .slick-dots li:nth-of-type(n + 2) {
          margin-left: 3.90625vw; } }

.list-button {
  display: flex;
  justify-content: center;
  margin-top: 90px; }
  @media screen and (max-width: 768px) {
    .list-button {
      display: block;
      margin-top: 13.0208333333vw; } }
  .list-button--case {
    margin-top: 110px;
    margin-bottom: -80px; }
    @media screen and (max-width: 768px) {
      .list-button--case {
        margin-top: 14.3229166667vw;
        margin-bottom: -2.6041666667vw; } }
  .list-button__item:nth-of-type(n + 2) {
    margin-left: 40px; }
    @media screen and (max-width: 768px) {
      .list-button__item:nth-of-type(n + 2) {
        margin-top: 5.2083333333vw;
        margin-left: 0; } }

.list-faq {
  margin-top: -10px;
  margin-bottom: -16px; }
  @media screen and (max-width: 768px) {
    .list-faq {
      margin-top: -1.8229166667vw;
      margin-bottom: -2.6041666667vw; } }
  .list-faq--g .list-faq__question {
    background: #fff; }
  .list-faq--g .list-faq__answer {
    background: #ebecee; }
  .list-faq__item:nth-of-type(n + 2) {
    margin-top: 32px; }
    @media screen and (max-width: 768px) {
      .list-faq__item:nth-of-type(n + 2) {
        margin-top: 3.6458333333vw; } }
  .list-faq__question {
    background: #ebecee;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.666;
    width: 100%;
    min-height: 80px;
    padding: 22px 0;
    padding-left: 80px;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      .list-faq__question {
        font-size: 1.6rem;
        line-height: 1.75;
        letter-spacing: -0.01em;
        min-height: 19.53125vw;
        padding: 2.0833333333vw 0;
        padding-left: 13.0208333333vw;
        padding-right: 3.90625vw;
        border-radius: 2.0833333333vw; } }
    .list-faq__question:before {
      display: block;
      position: absolute;
      content: 'Q';
      color: #05a4c9;
      font-family: "Bebas", "YakuHanJP", sans-serif;
      font-size: 2.4rem;
      line-height: 1;
      top: 20px;
      left: 32px; }
      @media screen and (max-width: 768px) {
        .list-faq__question:before {
          font-size: 2.8rem;
          left: 4.6875vw; } }
  .list-faq__answer {
    position: relative;
    background: #fff;
    /*display: flex;*/
    align-items: center;
    font-size: 1rem;
    line-height: 1.666;
    width: 100%;
    min-height: 74px;
    padding: 16px 0;
    padding-left: 80px;
    padding-right: 120px;
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), margin-top 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.2s; }
    @media screen and (max-width: 768px) {
      .list-faq__answer {
        font-size: 1.2rem;
        line-height: 2.25;
        min-height: 19.53125vw;
        padding: 1.8229166667vw 0;
        padding-left: 13.0208333333vw;
        padding-right: 3.90625vw; } }
    .list-faq__answer:before {
      display: block;
      position: absolute;
      content: 'A';
      font-size: 2.0rem;
      line-height: 1;
      font-weight: bold;
      top: 10px;
      left: 32px;
      color: #00407f; }
      @media screen and (max-width: 768px) {
        .list-faq__answer:before {
          font-size: 2.4rem;
          top: 2.34375vw;
          left: 3.6458333333vw; } }
    .list-faq__answer span.bold {
      font-weight: bold; }
    .list-faq__answer a {
      text-decoration: underline; }
      .list-faq__answer a:hover {
        text-decoration: none; }

.list-icon-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -20px;
  margin-bottom: -10px; }
  @media screen and (max-width: 768px) {
    .list-icon-box {
      display: block;
      margin-top: -1.3020833333vw;
      margin-bottom: -1.3020833333vw; } }
  .list-icon-box__item {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .list-icon-box__item {
        width: 100%; } }
    .list-icon-box__item:nth-of-type(n + 3) {
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .list-icon-box__item:nth-of-type(n + 3) {
          margin-top: 0; } }
    @media screen and (max-width: 768px) {
      .list-icon-box__item:nth-of-type(n + 2) {
        margin-top: 6.5104166667vw; } }
    .list-icon-box__item a,
    .list-icon-box__item .box {
      display: flex;
      align-items: center;
      transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
      @media screen and (max-width: 768px) {
        .list-icon-box__item a,
        .list-icon-box__item .box {
          display: block; } }
    .list-icon-box__item.is-on a,
    .list-icon-box__item.is-on .box {
      opacity: 0.7; }
  @media screen and (max-width: 768px) {
    .list-icon-box__img {
      display: block;
      width: 18.359375vw;
      margin: 0 auto; } }
  .list-icon-box__inner {
    margin-left: 25px; }
    @media screen and (max-width: 768px) {
      .list-icon-box__inner {
        width: 100%;
        margin-left: 0; } }
  .list-icon-box__name {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .list-icon-box__name {
        font-size: 1.6rem;
        text-align: center;
        margin-top: 2.6041666667vw; } }
  .list-icon-box__text {
    font-size: 0.875rem;
    line-height: 1;
    margin-top: 15px; }
    @media screen and (max-width: 768px) {
      .list-icon-box__text {
        font-size: 1.2rem;
        text-align: center;
        margin-top: 3.6458333333vw; } }
    .list-icon-box__text--list {
      display: flex; }
      @media screen and (max-width: 768px) {
        .list-icon-box__text--list {
          justify-content: center; } }
    .list-icon-box__text .text-item:nth-of-type(n + 2) {
      margin-left: 1em; }
      @media screen and (max-width: 768px) {
        .list-icon-box__text .text-item:nth-of-type(n + 2) {
          margin-left: 0.6em; } }

.logo-site {
  height: 80px;
  padding-left: 20px; }
  @media screen and (max-width: 768px) {
    .logo-site {
      height: 100%;
      padding-left: 2.6041666667vw; } }
  .logo-site__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
  .logo-site__img {
    display: flex;
    align-items: center;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .logo-site__img {
        width: 67.7083333333vw;
        font-size: 11px; } }
    .logo-site__img img {
      padding-right: 20px; }
      @media screen and (max-width: 768px) {
        .logo-site__img img {
          padding-right: 10px;
          height: 9.1145833333vw;
          width: auto; } }
  .logo-site a {
    /*width: 100%;*/
    height: 100%; }

.nav-content {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .nav-content {
      position: fixed;
      top: 13.0208333333vw;
      left: 0;
      background: #000;
      pointer-events: none;
      z-index: 999;
      opacity: 0;
      transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95); } }
  .nav-content__inner {
    height: 100%; }
    @media screen and (max-width: 768px) {
      .nav-content__inner {
        overflow: scroll;
        height: 100vh; } }

@media screen and (max-width: 768px) {
  .is-show-nav .nav-content {
    pointer-events: auto;
    opacity: 1; } }

.nav-global {
  display: flex; }
  @media screen and (max-width: 768px) {
    .nav-global {
      flex-wrap: wrap;
      align-content: flex-start; } }
  .nav-global__item {
    background: #000;
    display: flex;
    align-items: center;
    width: calc(100% / 7);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
    @media screen and (max-width: 768px) {
      .nav-global__item {
        width: 100%;
        justify-content: center;
        border-bottom: 0.2604166667vw solid #333333; } }
    .nav-global__item:nth-of-type(n + 2) {
      border-left: 1px solid #333333; }
      @media screen and (max-width: 768px) {
        .nav-global__item:nth-of-type(n + 2) {
          border-left: none; } }
    .nav-global__item.is-on {
      opacity: 0.7; }
    .nav-global__item a {
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      width: 100%;
      height: 60px; }
      @media screen and (max-width: 768px) {
        .nav-global__item a {
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.4rem;
          line-height: 1;
          font-weight: 600;
          width: 100%;
          height: 14.0625vw; } }

@media screen and (max-width: 768px) {
  .nav-sub {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95); } }
.nav-sub__list {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .nav-sub__list {
      background: #fff;
      width: 100%;
      flex-wrap: wrap; } }
.nav-sub__item {
  background: #d50e3c;
  transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
  @media screen and (max-width: 768px) {
    .nav-sub__item {
      width: 50%; } }
  .nav-sub__item:nth-of-type(n + 2) {
    border-left: 1px solid #fff; }
    @media screen and (max-width: 768px) {
      .nav-sub__item:nth-of-type(n + 2) {
        border-left: none; } }
  @media screen and (max-width: 768px) {
    .nav-sub__item:nth-of-type(2n) {
      border-left: 0.2604166667vw solid #fff; } }
  @media screen and (max-width: 768px) {
    .nav-sub__item:nth-of-type(n + 3) {
      border-top: 0.2604166667vw solid #fff; } }
  .nav-sub__item.is-on {
    opacity: 0.7; }
.nav-sub__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.05em;
  font-weight: 500;
  width: 160px;
  height: 80px; }
  @media screen and (max-width: 768px) {
    .nav-sub__button {
      font-size: 1.6rem;
      width: 100%;
      height: 15.625vw; } }

@media screen and (max-width: 768px) {
  .is-show-nav .nav-sub {
    opacity: 1;
    pointer-events: auto; } }

.section-content {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 88px 0 100px; }
  @media screen and (max-width: 768px) {
    .section-content {
      padding: 11.4583333333vw 0 13.0208333333vw; } }
  .section-content--g {
    background-color: #ebecee; }
  .section-content--wall01 {
    background-image: url(../img/common/bg_wall01.jpg); }
    @media screen and (max-width: 768px) {
      .section-content--wall01 {
        background-image: url(../img/common/bg_wall01@sp.jpg); } }
  .section-content--wall02 {
    background-color: #000033;
    background-image: url(../img/common/bg_wall02.jpg); }
    @media screen and (max-width: 768px) {
      .section-content--wall02 {
        background-image: url(../img/common/bg_wall02@sp.jpg); } }
  .section-content__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .section-content__inner {
        padding: 0 3.90625vw; } }
    .section-content__inner:nth-of-type(n + 2) {
      margin-top: 68px; }
      @media screen and (max-width: 768px) {
        .section-content__inner:nth-of-type(n + 2) {
          margin-top: 8.8541666667vw; } }
    @media screen and (max-width: 768px) {
      .section-content__inner--image {
        display: flex;
        flex-wrap: wrap-reverse; } }
    @media screen and (max-width: 768px) {
      .section-content__inner--carousel {
        margin-top: 6.25vw;
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .section-content__inner--carousel:nth-of-type(n + 2) {
        margin-top: 6.25vw; } }
  .section-content__box {
    width: 100%; }

.section-head {
  background: #000b47;
  background-image: url(../img/common/bg_common.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 276px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .section-head {
      background-image: url(../img/common/bg_common@sp.jpg);
      height: 26.0416666667vw; } }
  .section-head__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  .section-head__title span {
    display: block; }
  .section-head__title .ja {
    color: #fff;
    font-size: 3.0rem;
    line-height: 1;
    text-align: center;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .section-head__title .ja {
        font-size: 2.4rem; } }
  .section-head__title .en {
    color: #42e8e0;
    font-family: "Bebas", "YakuHanJP", sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 14px; }
    @media screen and (max-width: 768px) {
      .section-head__title .en {
        font-size: 1.0rem;
        margin-top: 2.6041666667vw; } }

.section-visual {
  background: #000b47;
  background-image: url(../img/home/bg_visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 676px;
  margin: 0 auto;
  /* __topics
  ----------------------------*/ }
  @media screen and (max-width: 768px) {
    .section-visual {
      background-image: url(../img/home/bg_visual@sp.jpg);
      height: 144.53125vw; } }
  .section-visual__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .section-visual__inner {
        display: block;
        height: calc(100% - 130vw / 768 * 100); } }
  .section-visual__image {
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .section-visual__image {
        position: absolute;
        top: 45.1822916667vw;
        left: calc(50% - (491vw / 768 * 100 / 2));
        width: 63.9322916667vw; } }
  .section-visual__box {
    padding-right: 10px;
    padding-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .section-visual__box {
        padding: 0 3.90625vw;
        padding-top: 8.3333333333vw; } }
  .section-visual__head {
    color: #fff;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    padding: 0 8px; }
    @media screen and (max-width: 768px) {
      .section-visual__head {
        font-size: 2rem;
        line-height: 1;
        font-weight: 600;
        padding: 0; } }
  .section-visual__title {
    color: #42e8e0;
    font-family: "Bebas", "YakuHanJP", sans-serif;
    font-size: 3.6rem;
    text-align: center;
    line-height: 1;
    margin-top: 24px; }
    @media screen and (max-width: 768px) {
      .section-visual__title {
        font-size: 3.2rem;
        margin-top: 3.515625vw; } }
    .section-visual__title span:nth-of-type(n + 2) {
      margin-left: 0.15em; }
  .section-visual__text {
    color: #fff;
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .section-visual__text {
        font-size: 1.2rem;
        line-height: 2.2;
        margin-top: 4.6875vw; } }
  .section-visual__baloon {
    background-color: #d50e3c;
    padding: 3px 30px 8px;
    border-radius: 1000px;
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: 24px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .section-visual__baloon {
        text-align: center;
        padding: 5px 10px;
        border-radius: 5px;
        position: absolute;
        top: 320px;
        right: 10px;
        z-index: 2;
        transform: rotate(15deg); } }
    .section-visual__baloon span {
      font-size: 2.0rem;
      letter-spacing: -1px; }
      @media screen and (max-width: 768px) {
        .section-visual__baloon span {
          font-size: 1.8rem; } }
  .section-visual .list-button-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .section-visual .list-button-head {
        margin-top: 63.0208333333vw; } }
  .section-visual__topics {
    position: absolute;
    background: #000033;
    bottom: 0;
    left: calc(50% - 370px);
    width: calc(50% + 370px);
    height: 60px; }
    @media screen and (max-width: 768px) {
      .section-visual__topics {
        left: 0;
        width: 100%;
        height: 16.9270833333vw;
        padding-left: 3.90625vw;
        padding-top: 7.1614583333vw; } }
    .section-visual__topics .topics-text {
      height: 100%;
      margin-left: 130px; }
      @media screen and (max-width: 768px) {
        .section-visual__topics .topics-text {
          margin-left: 0; } }
      .section-visual__topics .topics-text__item {
        line-height: 0;
        height: 60px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .section-visual__topics .topics-text__item {
            height: 8.0729166667vw; } }
        .section-visual__topics .topics-text__item p {
          position: relative;
          display: flex;
          align-items: center;
          height: 100%;
          white-space: nowrap;
          transition: 0s linear 2s; }
          .section-visual__topics .topics-text__item p a {
            display: block;
            color: #fff;
            font-size: 0.875rem;
            line-height: 1;
            white-space: nowrap; }
            @media screen and (max-width: 768px) {
              .section-visual__topics .topics-text__item p a {
                font-size: 1.2rem;
                white-space: nowrap; } }
      .section-visual__topics .topics-text .is-current p {
        transform: translateX(-830px);
        transition: 8s linear 2s; }
        @media screen and (max-width: 768px) {
          .section-visual__topics .topics-text .is-current p {
            transform: translateX(-150vw); } }
  .section-visual__topics-title {
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 1rem;
    height: 100%;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .section-visual__topics-title {
        top: 0;
        left: 3.90625vw;
        font-size: 1.3rem;
        height: auto;
        padding: 0;
        padding-top: 2.8645833333vw; } }
    .section-visual__topics-title a {
      font-family: "Bebas", "YakuHanJP", sans-serif;
      color: #42e8e0; }

.step-content {
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .step-content {
      padding: 3.90625vw; } }
  .step-content__inner {
    box-shadow: 0 0 15px rgba(0, 0, 51, 0.15); }
    @media screen and (max-width: 768px) {
      .step-content__inner {
        box-shadow: 0 0 3.90625vw rgba(0, 0, 51, 0.15); } }
  .step-content__list {
    display: flex;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .step-content__list {
        display: block; } }
  .step-content__item {
    background: #fff;
    position: relative;
    height: 110px; }
    @media screen and (max-width: 768px) {
      .step-content__item {
        height: 19.6614583333vw; } }
    .step-content__item:first-of-type {
      background: #000;
      width: calc((100% - 10px) / 5 + 10px);
      padding-left: 40px; }
      @media screen and (max-width: 768px) {
        .step-content__item:first-of-type {
          width: 100%;
          height: 19.53125vw;
          padding-left: 0;
          padding-bottom: 1.3020833333vw; } }
      .step-content__item:first-of-type:before {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        right: -20px;
        border-style: solid;
        border-color: transparent transparent #000 transparent;
        border-width: 0 20px 110px 0;
        z-index: 9; }
        @media screen and (max-width: 768px) {
          .step-content__item:first-of-type:before {
            top: auto;
            bottom: 0;
            right: 0;
            left: 0;
            border-color: transparent #fff #fff #fff;
            border-width: 5.2083333333vw 46.3541666667vw 0 46.3541666667vw; } }
    .step-content__item:nth-of-type(n + 2) {
      width: calc((100% - 10px) / 5); }
      @media screen and (max-width: 768px) {
        .step-content__item:nth-of-type(n + 2) {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .step-content__item:nth-of-type(n + 3) {
        border-top: 0.2604166667vw solid #dcdcdc; } }
    .step-content__item:nth-of-type(n + 3):before {
      display: block;
      position: absolute;
      content: '';
      background: #dcdcdc;
      top: -10%;
      left: -5px;
      width: 1px;
      height: 120%;
      transform: rotate(-10deg);
      z-index: 9; }
      @media screen and (max-width: 768px) {
        .step-content__item:nth-of-type(n + 3):before {
          display: none; } }
    .step-content__item.is-on .step-content__button {
      opacity: 0.5; }
  .step-content__button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .step-content__text {
    display: block;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.01em;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .step-content__text {
        font-size: 1.2rem; } }
    .step-content__text--next {
      color: #d50e3c;
      font-family: "Bebas", "YakuHanJP", sans-serif;
      font-size: 1.0rem;
      font-weight: 400;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .step-content__text--next {
          text-align: center; } }
  .step-content__title {
    color: #d50e3c;
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.01em;
    width: 100%;
    margin-top: 12px; }
    @media screen and (max-width: 768px) {
      .step-content__title {
        font-size: 1.6rem;
        margin-top: 1.8229166667vw; } }
    .step-content__title--w {
      color: #fff;
      text-align: left;
      letter-spacing: -0.01em; }
      @media screen and (max-width: 768px) {
        .step-content__title--w {
          text-align: center;
          margin-top: 1.5625vw; } }

.subtitle-content {
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 36px; }
  @media screen and (max-width: 768px) {
    .subtitle-content {
      font-size: 1.75rem;
      letter-spacing: -0.01em;
      margin-top: 5.46875vw; } }

.text-content {
  font-size: 1rem;
  line-height: 2.25;
  text-align: center;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .text-content {
      font-size: 1.2rem;
      letter-spacing: -0.01em;
      margin-top: 3.90625vw; } }
  .text-content--l-float {
    width: 60%;
    text-align: left;
    float: left; }
    @media screen and (max-width: 768px) {
      .text-content--l-float {
        width: 100%;
        text-align: center;
        float: none; } }
  .text-content--left {
    text-align: left; }
  .text-content--w {
    color: #fff; }
  .text-content--top {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .text-content--top {
        margin-top: 6.25vw; } }

.title-content {
  font-size: 2.25rem;
  line-height: 1.55;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 768px) {
    .title-content {
      font-size: 2rem;
      letter-spacing: -0.01em; } }
  .title-content--l-float {
    width: 60%;
    text-align: left;
    float: left; }
    @media screen and (max-width: 768px) {
      .title-content--l-float {
        width: 100%;
        text-align: center;
        float: none;
        margin-top: 4.5572916667vw; } }
  .title-content--w {
    color: #fff; }
  .title-content--left {
    text-align: left; }

/* ページ
-------------------------------------------------------------------------- */
#case .list-case {
  padding: 10px 0; }
  @media screen and (max-width: 768px) {
    #case .list-case {
      padding: 1.3020833333vw 0; } }
  #case .list-case__item {
    display: flex; }
    @media screen and (max-width: 768px) {
      #case .list-case__item {
        display: block; } }
    #case .list-case__item:nth-of-type(n + 2) {
      margin-top: 60px;
      padding-top: 60px;
      border-top: 2px solid #ebecee; }
      @media screen and (max-width: 768px) {
        #case .list-case__item:nth-of-type(n + 2) {
          margin-top: 15.625vw;
          padding-top: 15.625vw;
          border-top: 0.5208333333vw solid #ebecee; } }
  #case .list-case__image {
    width: 380px; }
    @media screen and (max-width: 768px) {
      #case .list-case__image {
        width: 100%; } }
  #case .list-case__box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 820px;
    padding-left: 38px; }
    @media screen and (max-width: 768px) {
      #case .list-case__box {
        width: 100%;
        padding-left: 0; } }
  #case .list-case__top {
    width: 100%; }
    @media screen and (max-width: 768px) {
      #case .list-case__top {
        padding-top: 3.6458333333vw; } }
  #case .list-case__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 10px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #case .list-case__bottom {
        display: block;
        padding: 0;
        padding-top: 3.90625vw; } }
  #case .list-case__title {
    font-size: 2.25rem;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      #case .list-case__title--narrow {
        letter-spacing: -0.03em; } }
    #case .list-case__title .small {
      font-size: 1.5rem;
      margin-left: 0.45em; }
      @media screen and (max-width: 768px) {
        #case .list-case__title .small {
          margin-left: 0.2em; } }
  #case .list-case__subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      #case .list-case__subtitle {
        margin-top: 1.5625vw; } }
  #case .list-case__text {
    line-height: 1.75;
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      #case .list-case__text {
        margin-top: 2.34375vw;
        font-size: 1.2rem; } }
  #case .list-case__data {
    display: flex;
    margin-bottom: -10px; }
    @media screen and (max-width: 768px) {
      #case .list-case__data {
        margin-bottom: 0;
        padding-bottom: 7.8125vw; } }
  #case .list-case__data-item {
    color: #2a6496;
    background: #e9eaec;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: bold;
    height: 30px;
    padding: 0 20px;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      #case .list-case__data-item {
        font-size: 1.0rem;
        height: 5.2083333333vw;
        padding: 0 2.6041666667vw;
        border-radius: 2.6041666667vw; } }
    #case .list-case__data-item:nth-of-type(n + 2) {
      margin-left: 10px; }
      @media screen and (max-width: 768px) {
        #case .list-case__data-item:nth-of-type(n + 2) {
          margin-left: 2.6041666667vw; } }
#case .case-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #case .case-content {
      padding: 0 3.90625vw; } }
  #case .case-content:nth-of-type(n + 2) {
    margin-top: 70px; }
    @media screen and (max-width: 768px) {
      #case .case-content:nth-of-type(n + 2) {
        margin-top: 10.15625vw; } }
  #case .case-content__title {
    font-size: 1.75rem;
    line-height: 1.571;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 32px; }
    @media screen and (max-width: 768px) {
      #case .case-content__title {
        font-size: 1.8rem;
        letter-spacing: -0.01em;
        margin-top: 4.6875vw; } }
  #case .case-content__head {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 46px;
    padding-left: 40px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #case .case-content__head {
        font-size: 1.6rem;
        margin-top: 6.25vw;
        padding-left: 5.2083333333vw; } }
    #case .case-content__head:before {
      display: block;
      position: absolute;
      content: '';
      background: #000;
      top: 0.75em;
      left: 0;
      width: 30px;
      height: 1px; }
      @media screen and (max-width: 768px) {
        #case .case-content__head:before {
          width: 3.90625vw;
          height: 0.2604166667vw; } }
  #case .case-content__text {
    font-size: 1rem;
    line-height: 2.25;
    letter-spacing: -0.02em;
    margin-top: 20px;
    padding-left: 40px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #case .case-content__text {
        font-size: 1.2rem;
        margin-top: 2.6041666667vw;
        padding-left: 5.2083333333vw; } }
    #case .case-content__text--w {
      margin-top: 38px;
      padding: 0; }
      @media screen and (max-width: 768px) {
        #case .case-content__text--w {
          margin-top: 2.6041666667vw; } }
  #case .case-content__list {
    display: flex;
    margin-top: 52px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      #case .case-content__list {
        display: block;
        margin-top: 7.03125vw;
        margin-bottom: 1.3020833333vw; } }
  #case .case-content__item {
    width: 380px; }
    @media screen and (max-width: 768px) {
      #case .case-content__item {
        width: 100%;
        margin: 0 auto; } }
    #case .case-content__item:nth-of-type(n + 2) {
      margin-left: 30px; }
      @media screen and (max-width: 768px) {
        #case .case-content__item:nth-of-type(n + 2) {
          margin: 0 auto;
          margin-top: 5.2083333333vw; } }
  #case .case-content__caption {
    font-size: 1rem;
    text-align: center;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      #case .case-content__caption {
        font-size: 0.875rem;
        margin-top: 1.5625vw; } }
  #case .case-content__image {
    display: block; }
    @media screen and (max-width: 768px) {
      #case .case-content__image {
        margin: 0 auto; } }
    #case .case-content__image--r {
      float: right;
      padding-left: 40px;
      padding-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #case .case-content__image--r {
          float: none;
          padding-top: 7.5520833333vw;
          padding-left: 0;
          padding-bottom: 0; } }
    #case .case-content__image--l {
      float: left;
      padding-right: 40px;
      padding-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #case .case-content__image--l {
          float: none;
          padding-top: 4.1666666667vw;
          padding-right: 0;
          padding-bottom: 0; } }
#case .list-box--case .slick-dots li {
  background: #ebecee; }
  #case .list-box--case .slick-dots li.slick-active {
    background: #42e8e0; }

#document .list-document {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0; }
  @media screen and (max-width: 768px) {
    #document .list-document {
      padding: 1.3020833333vw 0; } }
  #document .list-document__item {
    display: flex;
    width: 580px; }
    @media screen and (max-width: 768px) {
      #document .list-document__item {
        display: block; } }
    #document .list-document__item:nth-of-type(n + 3) {
      margin-top: 90px; }
      @media screen and (max-width: 768px) {
        #document .list-document__item:nth-of-type(n + 3) {
          margin-top: 11.71875vw;
          padding-top: 11.71875vw;
          border-top: 0.5208333333vw solid #ebecee; } }
    @media screen and (max-width: 768px) {
      #document .list-document__item:nth-of-type(n + 2) {
        margin-top: 11.71875vw;
        padding-top: 11.71875vw;
        border-top: 0.5208333333vw solid #ebecee; } }
  #document .list-document__image {
    display: block;
    width: 200px; }
    @media screen and (max-width: 768px) {
      #document .list-document__image {
        width: 31.25vw;
        margin: 0 auto; } }
  #document .list-document__box {
    width: 342px;
    padding-left: 38px; }
    @media screen and (max-width: 768px) {
      #document .list-document__box {
        width: 100%;
        padding: 0; } }
  #document .list-document__title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left; }
    @media screen and (max-width: 768px) {
      #document .list-document__title {
        letter-spacing: -0.03em;
        margin-top: 5.2083333333vw; } }
  #document .list-document__text {
    line-height: 1.75;
    margin-top: 12px; }
    @media screen and (max-width: 768px) {
      #document .list-document__text {
        font-size: 1.2rem;
        margin-top: 2.34375vw; } }
  #document .list-document__button {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 34px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #document .list-document__button {
        display: block;
        padding: 0;
        padding-top: 7.8125vw; } }
#document .document-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -18px; }
  @media screen and (max-width: 768px) {
    #document .document-content {
      padding: 0 3.90625vw;
      margin-top: 0; } }
  #document .document-content:nth-of-type(n + 2) {
    margin-top: 0; }
  #document .document-content__title {
    font-size: 2.25rem;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #document .document-content__title {
        margin-top: 0;
        margin-bottom: 3.90625vw; } }
  #document .document-content__inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #document .document-content__inner {
        display: block; } }
  #document .document-content__summary {
    width: 580px; }
    @media screen and (max-width: 768px) {
      #document .document-content__summary {
        width: 100%; } }
  #document .document-content__box h3 {
    font-size: 1.5rem;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #document .document-content__box h3 {
        margin-top: 4.9479166667vw;
        margin-bottom: 3.90625vw; } }
  #document .document-content__box p {
    line-height: 2.25;
    letter-spacing: -0.01em; }
    @media screen and (max-width: 768px) {
      #document .document-content__box p {
        font-size: 1.2rem; } }
    #document .document-content__box p + p {
      margin-top: 18px; }
      @media screen and (max-width: 768px) {
        #document .document-content__box p + p {
          margin-top: 2.34375vw; } }
  #document .document-content__image {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      #document .document-content__image {
        width: 100%;
        max-width: 52.0833333333vw;
        margin-left: auto;
        margin-right: auto;
        margin-top: 6.25vw; } }
    #document .document-content__image img {
      width: 100%; }
  #document .document-content__form {
    width: 580px; }
    @media screen and (max-width: 768px) {
      #document .document-content__form {
        width: 100%;
        margin-top: 13.0208333333vw; } }

#faq .faq-box {
  margin-top: -18px;
  margin-bottom: -28px; }
  @media screen and (max-width: 768px) {
    #faq .faq-box {
      margin-top: -2.34375vw;
      margin-bottom: -3.6458333333vw; } }
  #faq .faq-box--last {
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      #faq .faq-box--last {
        margin-bottom: 0; } }

#feature .list-box-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -20px; }
  @media screen and (max-width: 768px) {
    #feature .list-box-feature {
      margin-top: -1.3020833333vw; } }
  #feature .list-box-feature__item {
    width: 380px;
    height: 140px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 51, 0.15); }
    @media screen and (max-width: 768px) {
      #feature .list-box-feature__item {
        width: 44.7916666667vw;
        height: 34.2447916667vw;
        border-radius: 1.3020833333vw;
        box-shadow: 0 0 2.6041666667vw rgba(0, 0, 51, 0.15); } }
    #feature .list-box-feature__item:nth-of-type(n + 4) {
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        #feature .list-box-feature__item:nth-of-type(n + 4) {
          margin-top: 0; } }
    @media screen and (max-width: 768px) {
      #feature .list-box-feature__item:nth-of-type(n + 3) {
        margin-top: 2.6041666667vw; } }
    #feature .list-box-feature__item a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      padding-left: 30px;
      transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
      @media screen and (max-width: 768px) {
        #feature .list-box-feature__item a {
          display: block;
          padding-left: 0;
          padding-top: 5.7291666667vw; } }
    #feature .list-box-feature__item.is-on a {
      opacity: 0.7; }
  #feature .list-box-feature__icon {
    width: 81px; }
    @media screen and (max-width: 768px) {
      #feature .list-box-feature__icon {
        width: 15.7552083333vw;
        margin: 0 auto; } }
  #feature .list-box-feature__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-left: 30px; }
    @media screen and (max-width: 768px) {
      #feature .list-box-feature__title {
        font-size: 1.4rem;
        text-align: center;
        margin-left: 0;
        margin-top: 2.8645833333vw; } }
#feature .section-feature {
  margin-top: 50px;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #feature .section-feature {
      margin-top: 0;
      padding-bottom: 13.0208333333vw; } }
  #feature .section-feature__inner {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      #feature .section-feature__inner {
        margin-top: 5.46875vw; } }
  #feature .section-feature .list-feature__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    background: #ebecee;
    width: 100%;
    height: 400px; }
    @media screen and (max-width: 768px) {
      #feature .section-feature .list-feature__item {
        display: block;
        height: auto; } }
    #feature .section-feature .list-feature__item:nth-of-type(2n) {
      flex-direction: row;
      background: #fff; }
      @media screen and (max-width: 768px) {
        #feature .section-feature .list-feature__item:nth-of-type(2n) {
          display: block; } }
      #feature .section-feature .list-feature__item:nth-of-type(2n) .list-feature__box {
        padding-left: 50px;
        padding-right: 110px; }
        @media screen and (max-width: 768px) {
          #feature .section-feature .list-feature__item:nth-of-type(2n) .list-feature__box {
            padding: 0 3.90625vw;
            padding-bottom: 8.3333333333vw; } }
  #feature .section-feature .list-feature__box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 62.5%;
    padding-left: 100px;
    padding-right: 60px; }
    @media screen and (max-width: 768px) {
      #feature .section-feature .list-feature__box {
        width: 100%;
        padding: 0 3.90625vw;
        padding-bottom: 8.3333333333vw; } }
  #feature .section-feature .list-feature__title {
    display: flex;
    align-items: center;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #feature .section-feature .list-feature__title {
        display: block;
        margin-top: -6.5104166667vw; } }
    #feature .section-feature .list-feature__title .number {
      color: #05a4c9;
      font-family: "Bebas", "YakuHanJP", sans-serif;
      font-size: 4.9rem;
      line-height: 1;
      letter-spacing: 0.03em;
      width: 85px;
      vertical-align: text-bottom;
      margin-top: -10px; }
      @media screen and (max-width: 768px) {
        #feature .section-feature .list-feature__title .number {
          font-size: 4.75rem;
          width: 100%;
          margin-top: 0; } }
      #feature .section-feature .list-feature__title .number--01 {
        letter-spacing: 0.09em;
        width: 78px; }
        @media screen and (max-width: 768px) {
          #feature .section-feature .list-feature__title .number--01 {
            width: 100%; } }
    #feature .section-feature .list-feature__title .text {
      display: block;
      font-size: 1.75rem;
      line-height: 1.57;
      font-weight: 600;
      letter-spacing: -0.03em;
      margin-left: 24px; }
      @media screen and (max-width: 768px) {
        #feature .section-feature .list-feature__title .text {
          font-size: 1.8rem;
          line-height: 1.5;
          margin-left: 0;
          margin-top: 3.6458333333vw; } }
  #feature .section-feature .list-feature__text {
    font-size: 1rem;
    line-height: 2.25rem;
    margin-top: 18px; }
    @media screen and (max-width: 768px) {
      #feature .section-feature .list-feature__text {
        font-size: 1.2rem;
        line-height: 2.7rem;
        margin-top: 1.8229166667vw; } }
  #feature .section-feature .list-feature__img {
    width: 37.5%; }
    @media screen and (max-width: 768px) {
      #feature .section-feature .list-feature__img {
        width: 100%; } }

#function .list-function {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    #function .list-function {
      position: relative;
      display: block; } }
  #function .list-function__item {
    position: relative;
    background: #fff;
    width: 380px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 51, 0.15); }
    @media screen and (max-width: 768px) {
      #function .list-function__item {
        width: 100%;
        border-radius: 2.0833333333vw;
        box-shadow: 0 0 2.6041666667vw rgba(0, 0, 51, 0.15); } }
    #function .list-function__item:nth-of-type(n + 4) {
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        #function .list-function__item:nth-of-type(n + 4) {
          margin-top: 0; } }
    @media screen and (max-width: 768px) {
      #function .list-function__item:nth-of-type(n + 2) {
        margin-top: 6.5104166667vw; } }
  #function .list-function__img {
    display: block; }
  #function .list-function__name {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.03em;
    height: 60px; }
    @media screen and (max-width: 768px) {
      #function .list-function__name {
        font-size: 1.8rem;
        height: 12.109375vw; } }
    #function .list-function__name .number {
      color: #05a4c9;
      font-family: "Bebas", "YakuHanJP", sans-serif;
      position: absolute;
      font-size: 2.9rem;
      line-height: 1;
      font-weight: 400;
      vertical-align: text-bottom;
      top: 24px;
      left: 19px; }
      @media screen and (max-width: 768px) {
        #function .list-function__name .number {
          font-size: 4.2rem;
          top: 3.90625vw;
          left: 2.4739583333vw; } }
      #function .list-function__name .number--01, #function .list-function__name .number--10, #function .list-function__name .number--12 {
        letter-spacing: 0.1em; }
      #function .list-function__name .number--11 {
        letter-spacing: 0.15em; }
  #function .list-function__text {
    font-size: 1rem;
    line-height: 1.75;
    padding: 24px 30px;
    letter-spacing: 0.01em; }
    @media screen and (max-width: 768px) {
      #function .list-function__text {
        font-size: 1.2rem;
        padding: 3.6458333333vw 3.90625vw; } }

@media screen and (max-width: 768px) {
  #price .container-scroll {
    overflow-x: auto;
    margin-top: 4.9479166667vw;
    margin-bottom: -3.90625vw;
    padding-right: 7.8125vw; } }
@media screen and (max-width: 768px) {
  #price .price-table {
    width: 206.25vw;
    padding: 3.90625vw;
    margin: 0 -3.90625vw; } }
#price .price-table__inner {
  position: relative;
  width: 100%; }
  #price .price-table__inner:before {
    display: block;
    position: absolute;
    content: '';
    background: #fff;
    top: 0;
    right: 0;
    width: calc(340px * 3);
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 12px 6px rgba(0, 0, 0, 0.04);
    z-index: -9; }
    @media screen and (max-width: 768px) {
      #price .price-table__inner:before {
        width: 167.1875vw; } }
#price .price-table__row {
  border-bottom: 2px solid #ebecee; }
  #price .price-table__row:nth-of-type(2n) .price-table__data {
    background: #fafafb; }
  #price .price-table__row:last-of-type {
    border: none; }
#price .price-table__plan {
  position: relative;
  padding-bottom: 4px;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    #price .price-table__plan {
      padding-bottom: 0.78125vw; } }
  #price .price-table__plan:nth-of-type(n + 3) {
    border-left: 2px solid #ebecee; }
#price .price-table__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  font-family: "Bebas", "YakuHanJP", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  height: 100px;
  padding-top: 10px; }
  @media screen and (max-width: 768px) {
    #price .price-table__title {
      font-size: 2.9rem;
      line-height: 1;
      height: 19.53125vw;
      padding-top: 3.125vw; } }
  #price .price-table__title:before {
    display: block;
    position: absolute;
    content: '';
    background: #05a4c9;
    bottom: 0;
    left: calc(50% - (60px / 2));
    width: 60px;
    height: 3px; }
    @media screen and (max-width: 768px) {
      #price .price-table__title:before {
        left: calc(50% - (94vw / 768 * 100 / 2));
        width: 12.2395833333vw;
        height: 0.5208333333vw; } }
#price .price-table__detail {
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  margin-top: 25px;
  letter-spacing: 0.01em; }
  @media screen and (max-width: 768px) {
    #price .price-table__detail {
      font-size: 1.5rem;
      margin-top: 4.6875vw; } }
#price .price-table__text {
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  margin-top: 12px;
  letter-spacing: 0.01em; }
  @media screen and (max-width: 768px) {
    #price .price-table__text {
      font-size: 1.2rem;
      margin-top: 3.6458333333vw; } }
  #price .price-table__text--l {
    color: #00407f;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 600;
    margin-top: 30px;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #price .price-table__text--l {
        font-size: 2.45rem;
        margin-top: 6.25vw;
        padding-bottom: 4.9479166667vw; } }
    #price .price-table__text--l .number {
      font-family: "Bebas", "YakuHanJP", sans-serif;
      font-weight: 400; }
    #price .price-table__text--l .small {
      color: #666666;
      font-size: 1.25rem;
      margin-left: 0.3em; }
      @media screen and (max-width: 768px) {
        #price .price-table__text--l .small {
          font-size: 1.75rem; } }
#price .price-table__head {
  vertical-align: middle;
  width: 180px; }
  @media screen and (max-width: 768px) {
    #price .price-table__head {
      width: 31.25vw;
      font-size: 1.2rem; } }
#price .price-table__data {
  vertical-align: middle;
  text-align: center;
  width: 340px;
  padding: 32px; }
  @media screen and (max-width: 768px) {
    #price .price-table__data {
      width: 55.7291666667vw;
      padding: 3.90625vw;
      font-size: 1.2rem; } }
  #price .price-table__data:nth-of-type(n + 2) {
    border-left: 2px solid #ebecee; }
  #price .price-table__data .symbol {
    color: #05a4c9;
    font-size: 1.875rem; }
    #price .price-table__data .symbol--x {
      color: #666; }
  #price .price-table__data .note {
    color: #666;
    font-size: 0.875rem; }
#price .price-table__bottom {
  height: 60px; }
  #price .price-table__bottom:nth-of-type(n + 3) {
    border-left: 2px solid #ebecee; }

#scene .scene-content {
  margin-top: -18px; }
  @media screen and (max-width: 768px) {
    #scene .scene-content {
      margin-top: -2.6041666667vw; } }
  #scene .scene-content__head {
    color: #fff;
    background: #2a6496;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1;
    width: 100%;
    height: 60px;
    border-radius: 30px; }
    @media screen and (max-width: 768px) {
      #scene .scene-content__head {
        display: block;
        font-size: 1.24rem;
        text-align: center;
        letter-spacing: -0.01em;
        width: 100%;
        height: 17.578125vw;
        border-radius: 7.8125vw;
        padding: 2.0833333333vw 0;
        line-height: 1.4; } }
    #scene .scene-content__head span {
      background: #05a4c9;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1rem;
      width: 80px;
      height: 30px;
      margin-right: 30px;
      border-radius: 15px; }
      @media screen and (max-width: 768px) {
        #scene .scene-content__head span {
          font-size: 1.05rem;
          width: 11.4583333333vw;
          height: 4.1666666667vw;
          margin: 0 auto;
          margin-bottom: 1.8229166667vw;
          border-radius: 2.0833333333vw; } }
  #scene .scene-content__inner {
    margin-top: 28px; }
    @media screen and (max-width: 768px) {
      #scene .scene-content__inner {
        margin-top: 3.6458333333vw; } }
  #scene .scene-content__baloon {
    display: flex;
    justify-content: center;
    margin-bottom: -20px; }
    @media screen and (max-width: 768px) {
      #scene .scene-content__baloon {
        margin-bottom: -1.3020833333vw; } }
  #scene .scene-content__baloon-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: center;
    width: 272px;
    height: 168px;
    padding-bottom: 26px;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      #scene .scene-content__baloon-item {
        font-size: 1.16rem;
        width: 35.4166666667vw;
        height: 21.875vw;
        padding-bottom: 3.3854166667vw; } }
    #scene .scene-content__baloon-item:before {
      display: block;
      position: absolute;
      content: '';
      background: url(../img/scene/bg_baloon.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      top: 0;
      left: 0;
      width: 272px;
      height: 168px;
      z-index: -9; }
      @media screen and (max-width: 768px) {
        #scene .scene-content__baloon-item:before {
          width: 35.4166666667vw;
          height: 21.875vw; } }
    #scene .scene-content__baloon-item:nth-of-type(1), #scene .scene-content__baloon-item:nth-of-type(3) {
      margin-top: 30px;
      padding-bottom: 24px;
      z-index: 0; }
      @media screen and (max-width: 768px) {
        #scene .scene-content__baloon-item:nth-of-type(1), #scene .scene-content__baloon-item:nth-of-type(3) {
          margin-top: 3.90625vw;
          padding-bottom: 3.125vw; } }
    #scene .scene-content__baloon-item:nth-of-type(1) {
      margin-right: -56px; }
      @media screen and (max-width: 768px) {
        #scene .scene-content__baloon-item:nth-of-type(1) {
          margin-right: -7.2916666667vw; } }
      #scene .scene-content__baloon-item:nth-of-type(1):before {
        transform: rotate(-4deg); }
    #scene .scene-content__baloon-item:nth-of-type(3) {
      margin-left: -56px; }
      @media screen and (max-width: 768px) {
        #scene .scene-content__baloon-item:nth-of-type(3) {
          margin-left: -7.2916666667vw; } }
      #scene .scene-content__baloon-item:nth-of-type(3):before {
        transform: rotate(4deg); }
  #scene .scene-content__bot {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #scene .scene-content__bot {
        display: block; } }
  #scene .scene-content__bot-item {
    background: #fff;
    display: flex;
    width: 585px;
    min-height: 240px;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      #scene .scene-content__bot-item {
        width: 100%;
        min-height: 31.25vw;
        border-radius: 2.0833333333vw; } }
    @media screen and (max-width: 768px) {
      #scene .scene-content__bot-item:nth-of-type(n + 2) {
        margin-top: 3.90625vw; } }
  #scene .scene-content__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    padding-left: 10px; }
    @media screen and (max-width: 768px) {
      #scene .scene-content__img {
        width: 31.25vw;
        padding-left: 1.5625vw; } }
    @media screen and (max-width: 768px) {
      #scene .scene-content__img img {
        width: 19.7916666667vw; } }
  #scene .scene-content__box {
    width: 395px;
    padding: 24px 0;
    padding-right: 30px; }
    @media screen and (max-width: 768px) {
      #scene .scene-content__box {
        width: 60.9375vw;
        padding: 3.90625vw 0;
        padding-right: 3.90625vw; } }
  #scene .scene-content__title {
    font-size: 1.5rem;
    font-weight: 600; }
  #scene .scene-content__text {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: -0.03em;
    margin-top: 16px; }
    @media screen and (max-width: 768px) {
      #scene .scene-content__text {
        font-size: 1.25rem;
        margin-top: 2.0833333333vw; } }

#seminar .list-seminar {
  margin-top: -22px; }
  @media screen and (max-width: 768px) {
    #seminar .list-seminar {
      margin-top: -2.0833333333vw; } }
  #seminar .list-seminar__item {
    margin-top: 30px;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #seminar .list-seminar__item {
        margin-top: 10.4166666667vw;
        padding-bottom: 10.4166666667vw; } }
    #seminar .list-seminar__item:last-of-type {
      padding-bottom: 0; }
  #seminar .list-seminar__title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 22px; }
    @media screen and (max-width: 768px) {
      #seminar .list-seminar__title {
        margin-top: 2.8645833333vw; } }
  #seminar .list-seminar__detail {
    margin-top: 7px; }
    @media screen and (max-width: 768px) {
      #seminar .list-seminar__detail {
        margin-top: 1.5625vw;
        font-size: 1.2rem; } }
#seminar .seminar-button {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    #seminar .seminar-button {
      margin-top: 5.9895833333vw; } }
#seminar .line-seminar {
  background: #ebecee;
  width: 100%;
  height: 2px; }
  @media screen and (max-width: 768px) {
    #seminar .line-seminar {
      height: 0.5208333333vw; } }
#seminar .seminar-icon {
  display: flex; }
  #seminar .seminar-icon__status, #seminar .seminar-icon__area, #seminar .seminar-icon__date {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: bold;
    height: 30px;
    padding: 0 20px;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      #seminar .seminar-icon__status, #seminar .seminar-icon__area, #seminar .seminar-icon__date {
        font-size: 1.0rem;
        height: 5.2083333333vw;
        padding: 0 2.6041666667vw;
        border-radius: 2.6041666667vw;
        min-width: 8rem;
        justify-content: center; } }
  @media screen and (max-width: 768px) {
    #seminar .seminar-icon__date {
      justify-content: flex-start; } }
  #seminar .seminar-icon__status {
    color: #fff;
    background: #d50e3c; }
    #seminar .seminar-icon__status--end {
      background: #999; }
  #seminar .seminar-icon__area {
    color: #2a6496;
    background: #ebecee;
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      #seminar .seminar-icon__area {
        margin-left: 2.0833333333vw; } }
  #seminar .seminar-icon__date {
    color: #666; }
#seminar .seminar-table {
  width: 100%;
  margin-top: 26px;
  border-top: 2px solid #ebecee; }
  @media screen and (max-width: 768px) {
    #seminar .seminar-table {
      margin-top: 4.1666666667vw;
      border-top: 0.5208333333vw solid #ebecee;
      font-size: 1.2rem; } }
  #seminar .seminar-table__row {
    border-bottom: 2px solid #ebecee; }
    @media screen and (max-width: 768px) {
      #seminar .seminar-table__row {
        border-bottom: 0.5208333333vw solid #ebecee; } }
  #seminar .seminar-table__head, #seminar .seminar-table__data {
    padding: 16px 20px; }
    @media screen and (max-width: 768px) {
      #seminar .seminar-table__head, #seminar .seminar-table__data {
        padding: 2.0833333333vw 2.8645833333vw; } }
  #seminar .seminar-table__head {
    background: #fafafb;
    vertical-align: middle;
    font-weight: bold;
    width: 170px; }
    @media screen and (max-width: 768px) {
      #seminar .seminar-table__head {
        width: 19.53125vw; } }
  #seminar .seminar-table__data {
    vertical-align: middle;
    border-left: 2px solid #ebecee; }
    @media screen and (max-width: 768px) {
      #seminar .seminar-table__data {
        border-left: 0.5208333333vw solid #ebecee;
        letter-spacing: -0.01em; } }
#seminar .seminar-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 7px; }
  @media screen and (max-width: 768px) {
    #seminar .seminar-content {
      padding: 0 3.90625vw;
      margin-top: 0; } }
  #seminar .seminar-content:nth-of-type(n + 2) {
    margin-top: 68px; }
    @media screen and (max-width: 768px) {
      #seminar .seminar-content:nth-of-type(n + 2) {
        margin-top: 8.8541666667vw; } }
  #seminar .seminar-content h2 {
    font-size: 2.25rem;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #seminar .seminar-content h2 {
        margin-top: 2.6041666667vw;
        margin-bottom: 3.90625vw; } }
  #seminar .seminar-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 64px;
    margin-bottom: 28px; }
    @media screen and (max-width: 768px) {
      #seminar .seminar-content h3 {
        margin-top: 10.4166666667vw;
        margin-bottom: 3.90625vw; } }
  #seminar .seminar-content h4 {
    font-weight: bold;
    margin-bottom: 24px; }
    @media screen and (max-width: 768px) {
      #seminar .seminar-content h4 {
        margin-bottom: 3.90625vw;
        font-size: 1.2rem; } }
  #seminar .seminar-content p {
    line-height: 2.25; }
    @media screen and (max-width: 768px) {
      #seminar .seminar-content p {
        font-size: 1.2rem; } }
    #seminar .seminar-content p + p {
      margin-top: 16px; }
      @media screen and (max-width: 768px) {
        #seminar .seminar-content p + p {
          margin-top: 2.34375vw; } }
  #seminar .seminar-content table {
    width: 100%;
    margin-top: 26px;
    border-top: 2px solid #ebecee; }
    @media screen and (max-width: 768px) {
      #seminar .seminar-content table {
        margin-top: 4.1666666667vw;
        border-top: 0.5208333333vw solid #ebecee;
        font-size: 1.2rem; } }
    #seminar .seminar-content table tr {
      border-bottom: 2px solid #ebecee; }
      @media screen and (max-width: 768px) {
        #seminar .seminar-content table tr {
          border-bottom: 0.5208333333vw solid #ebecee; } }
    #seminar .seminar-content table th,
    #seminar .seminar-content table td {
      padding: 14px 20px; }
      @media screen and (max-width: 768px) {
        #seminar .seminar-content table th,
        #seminar .seminar-content table td {
          padding: 2.0833333333vw 2.8645833333vw; } }
    #seminar .seminar-content table th {
      background: #fafafb;
      vertical-align: middle;
      font-weight: bold;
      width: 170px; }
      @media screen and (max-width: 768px) {
        #seminar .seminar-content table th {
          width: 19.53125vw; } }
    #seminar .seminar-content table td {
      line-height: 1.75;
      vertical-align: middle;
      border-left: 2px solid #ebecee; }
      @media screen and (max-width: 768px) {
        #seminar .seminar-content table td {
          border-left: 0.5208333333vw solid #ebecee;
          letter-spacing: -0.01em; } }
      #seminar .seminar-content table td h4 {
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          #seminar .seminar-content table td h4 {
            margin-bottom: 2.0833333333vw; } }
      #seminar .seminar-content table td p {
        line-height: 1.75; }
        #seminar .seminar-content table td p + p {
          margin-top: 16px; }
          @media screen and (max-width: 768px) {
            #seminar .seminar-content table td p + p {
              margin-bottom: 2.6041666667vw; } }
      #seminar .seminar-content table td a {
        position: relative;
        display: inline-block;
        color: #21849f; }
        #seminar .seminar-content table td a:before {
          display: block;
          position: absolute;
          content: '';
          background: #21849f;
          width: 100%;
          height: 1px;
          bottom: 0;
          left: 0; }
          @media screen and (max-width: 768px) {
            #seminar .seminar-content table td a:before {
              height: 0.2604166667vw; } }
        #seminar .seminar-content table td a:hover:before {
          opacity: 0; }

#topics .list-topics {
  margin-top: 12px;
  border-top: 2px solid #ebecee; }
  @media screen and (max-width: 768px) {
    #topics .list-topics {
      margin-top: 2.0833333333vw;
      border-top: 0.5208333333vw solid #ebecee;
      font-size: 1.2rem; } }
  #topics .list-topics__item {
    border-bottom: 2px solid #ebecee;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
    @media screen and (max-width: 768px) {
      #topics .list-topics__item {
        border-bottom: 0.5208333333vw solid #ebecee; } }
    #topics .list-topics__item a {
      display: flex; }
      @media screen and (max-width: 768px) {
        #topics .list-topics__item a {
          display: block; } }
    #topics .list-topics__item.is-on {
      background: #fafafb; }
  #topics .list-topics__date, #topics .list-topics__title {
    line-height: 1.75;
    padding: 24px 22px; }
  #topics .list-topics__date {
    display: block;
    min-width: 174px; }
    @media screen and (max-width: 768px) {
      #topics .list-topics__date {
        min-width: 0;
        padding: 3.90625vw 2.6041666667vw 2.6041666667vw; } }
  @media screen and (max-width: 768px) {
    #topics .list-topics__title {
      padding: 0 2.6041666667vw 3.90625vw; } }
#topics .topics-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 7px; }
  @media screen and (max-width: 768px) {
    #topics .topics-content {
      padding: 0 3.90625vw;
      margin-top: 0; } }
  #topics .topics-content__date {
    color: #666;
    font-size: 0.875rem;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      #topics .topics-content__date {
        font-size: 1.0rem; } }
  #topics .topics-content h2 {
    font-size: 2.25rem;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #topics .topics-content h2 {
        letter-spacing: -0.02em;
        margin-top: 2.6041666667vw;
        margin-bottom: 3.90625vw; } }
  #topics .topics-content p {
    line-height: 2.25; }
    @media screen and (max-width: 768px) {
      #topics .topics-content p {
        font-size: 1.2rem;
        letter-spacing: -0.01em; } }
    #topics .topics-content p + p {
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        #topics .topics-content p + p {
          margin-bottom: 3.125vw; } }
  #topics .topics-content__button {
    display: flex;
    justify-content: center;
    margin-top: 70px; }
    @media screen and (max-width: 768px) {
      #topics .topics-content__button {
        margin-top: 10.6770833333vw; } }

#case .case-content .company_logo {
  width: 200px; }

#case .case-content.before_after {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-pack: justify;
  width: 100%;
  align-items: center; }

#case .case-content.before_after div {
  width: 45%;
  border: 3px dotted #21849f;
  border-radius: 10px;
  padding: 25px; }

#case .case-content.before_after div:last-of-type {
  border: 3px solid #21849f;
  background-color: #21849f; }

#case .case-content div.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #ddd;
  padding: 0;
  border-radius: 0; }

#case .case-content.before_after div h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
  color: #21849f; }

#case .case-content.before_after div:last-of-type h4 {
  color: #fff; }

#case .case-content.before_after div ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

#case .case-content.before_after div ul li {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 13px;
  border: 1px solid #21849f; }

#case .case-content.before_after div:last-of-type ul li {
  background-color: #fff; }

#case .case-content.before_after div ul li:last-of-type {
  margin-bottom: 0; }

#case .case-content.before_after div ul li dl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-pack: justify;
  position: relative; }

#case .case-content.before_after div ul li dl dt {
  border-radius: 50%;
  background-color: #21849f;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 50px;
  margin-right: 10px;
  height: 50px;
  color: #fff;
  position: relative; }

#case .case-content.before_after div ul li dl dt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 26px; }

#case .case-content.before_after div ul li dl dd {
  width: 86%;
  font-size: 15px;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }

#case .case-content.before_after div:last-of-type div ul li dl dd {
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #case .case-content.before_after {
    display: block; }

  #case .case-content.before_after div {
    width: 100%;
    padding: 15px; }

  #case .case-content div.triangle {
    width: 0;
    height: 0;
    transform: rotate(90deg);
    margin: 15px auto;
    padding: 0; }

  #case .case-content.before_after div ul li {
    padding: 10px; }

  #case .case-content.before_after div ul li dl dt {
    width: 35px;
    height: 35px; }

  #case .case-content.before_after div ul li dl dt span {
    font-size: 20px; }

  #case .case-content.before_after div ul li dl dd {
    font-size: 11px; } }
/*191009 LPページcss---------------------------------------------------*/
.lpPage .satori__custom_form {
  background: #ebecee !important; }
.lpPage .satori__custom_form_0ea71ceb825dd1cb_css select,
.lpPage .satori__custom_form_0ea71ceb825dd1cb_css .satori__input_group textarea,
.lpPage .satori__custom_form_0ea71ceb825dd1cb_css .satori__input_group input[type=email],
.lpPage .satori__custom_form_0ea71ceb825dd1cb_css .satori__input_group input[type=number],
.lpPage .satori__custom_form_0ea71ceb825dd1cb_css .satori__input_group input[type=password],
.lpPage .satori__custom_form_0ea71ceb825dd1cb_css .satori__input_group input[type=tel],
.lpPage .satori__custom_form_0ea71ceb825dd1cb_css .satori__input_group input[type=text],
.lpPage .satori__custom_form_0ea71ceb825dd1cb_css .satori__input_group input[type=url],
.lpPage .satori__custom_form_0ea71ceb825dd1cb_css .satori__input_group textarea {
  background: #fff !important; }
.lpPage .layout-header {
  height: 80px; }
.lpPage .layout-content {
  padding-top: 80px; }
.lpPage .section-visual {
  height: 556px; }
.lpPage .section-visual__inner {
  height: calc(100% - 0px); }
.lpPage .section-visual__head {
  text-align: left;
  padding: 0; }
.lpPage .section-visual__text {
  text-align: left; }
.lpPage .title-content-b {
  font-size: 2.6rem; }
.lpPage #feature .section-feature {
  margin-top: 50px;
  padding-bottom: 0; }
.lpPage .section-content--line {
  border-top: 1px solid #ebecee; }
.lpPage .title-content-b strong {
  font-size: 3rem; }
.lpPage .section-visual__image a {
  display: block; }
.lpPage #bottom_contact {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  display: none;
  background: rgba(235, 236, 238, 0.9);
  overflow: hidden;
  padding: 30px 0;
  z-index: 10;
  /*li:nth-of-type(3) a {
      background-color: #ef810f;
  }
  li a > span {
      position: absolute;
      background: #05a4c9;
      border-radius: 1000px;
      width: 100px;
      font-size: 12px;
      font-weight: normal;
      height: 100px;
      box-sizing: border-box;
      padding-top: 30px;
      top: -23px;
      left: -20px;
      letter-spacing: 0;
  	strong {
  	    font-weight: bold;
  	    font-size: 14px;
  	    position:relative;
  	}
  }
  li a > span:after {
      content:'';
      position:absolute;
      right: -10px;
      top: 50%;
      transform:translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 20px;
      border-color: transparent transparent transparent #05a4c9;
  }*/ }
  .lpPage #bottom_contact ul {
    width: 1200px;
    margin: 0 auto; }
  .lpPage #bottom_contact li {
    float: left;
    width: 24.1%;
    margin-right: 1.2%; }
  .lpPage #bottom_contact li a:hover {
    opacity: .7; }
  .lpPage #bottom_contact li:nth-of-type(4n) {
    margin-right: 0; }
  .lpPage #bottom_contact p.bottom_contact_ttl {
    display: none; }
  .lpPage #bottom_contact li a {
    display: block;
    background-color: #d50e3c;
    color: #fff;
    text-align: center;
    padding: 14px;
    font-weight: bold;
    border-radius: 5px;
    position: relative; }
.lpPage .target_window a {
  background-image: url(../img/lp/target_window.svg);
  background-position: right 5px top 5px;
  background-size: 11px;
  background-repeat: no-repeat; }
.lpPage .test.target_window a {
  text-align: center; }
.lpPage .section-visual__image {
  pointer-events: auto; }
.lpPage .section-visual__image a:hover {
  transition: opacity;
  opacity: .7; }
.lpPage .section-visual__head {
  line-height: 1.55; }
.lpPage .layout-header {
  position: static; }
.lpPage .layout-content {
  padding-top: 0; }
.lpPage .section-visual__title {
  font-family: 'Oswald', 'YakuHanJP', sans-serif;
  font-weight: bold;
  text-align: left; }
.lpPage .footer-content__title .en {
  font-family: 'Oswald', 'YakuHanJP', sans-serif;
  font-weight: bold; }
@media screen and (max-width: 767px) {
  .lpPage .section-visual__title {
    text-align: center; }
  .lpPage div#bottom_contact {
    padding: 0px 0; }
    .lpPage div#bottom_contact p.bottom_contact_ttl {
      display: block; }
    .lpPage div#bottom_contact p.bottom_contact_ttl {
      background: #2a6496;
      padding: 15px;
      font-size: 16px;
      text-align: center;
      font-weight: bold;
      color: #fff;
      position: relative; }
    .lpPage div#bottom_contact p.bottom_contact_ttl:after {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      vertical-align: middle;
      border-color: #fff;
      content: '';
      right: 20px;
      top: center;
      position: absolute; }
    .lpPage div#bottom_contact #p.bottom_contact_ttl:after {
      transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      -webkit-transform: rotate(315deg);
      margin-top: 5px; }
    .lpPage div#bottom_contact ul {
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      overflow: hidden; }
    .lpPage div#bottom_contact ul li:nth-of-type(1) {
      font-size: 12px;
      margin-right: 20px;
      width: 100%;
      margin-top: 8px; }
    .lpPage div#bottom_contact li.bottom_contact_request a {
      width: 90%;
      display: block;
      box-sizing: border-box;
      margin: 10px auto 10px; }
    .lpPage div#bottom_contact li.bottom_contact_contact a {
      width: 90%;
      box-sizing: border-box;
      margin: 10px auto 0; }
    .lpPage div#bottom_contact ul li {
      width: 100%; }
    .lpPage div#bottom_contact ul {
      display: none; }
    .lpPage div#bottom_contact ul li:nth-of-type(1) {
      text-align: center; }
    .lpPage div#bottom_contact li a {
      padding: 10px 0;
      font-size: 14px; }
    .lpPage div#bottom_contact li {
      float: none; }
    .lpPage div#bottom_contact li + li {
      margin-top: 5px; }
    .lpPage div#bottom_contact li a > span {
      z-index: 1;
      height: auto;
      /*padding: 12px 10px;*/
      width: auto;
      top: -10px;
      left: -10px;
      font-size: 11px; }
    .lpPage div#bottom_contact li a > span strong {
      font-size: 12px; }
  .lpPage .layout-header {
    height: 50px; }
  .lpPage .layout-content {
    padding-top: 0; }
  .lpPage .section-visual {
    height: auto; }
  .lpPage .section-visual__image {
    position: static; }
  .lpPage .section-visual__image {
    position: static;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px 0; }
  .lpPage .section-visual__head {
    text-align: center; }
  .lpPage .section-visual__text {
    text-align: center; }
  .lpPage .section-visual__box {
    text-align: center; }
  .lpPage .section-visual__baloon {
    transform: initial;
    right: auto;
    left: 0;
    top: 0;
    position: relative;
    margin: 0 auto 10px;
    padding: 2px 20px;
    box-sizing: border-box;
    min-width: 60%; }
  .lpPage .section-visual__baloon br {
    display: none; }
  .lpPage .title-content-b {
    font-size: 2.4rem; }
  .lpPage .layout-footer {
    height: 100.9375vw; } }

/*191024 TOP youtube追加*/
.youtubeBox iframe {
  width: 480px;
  height: 270px;
  max-width: 40%; }

@media screen and (max-width: 768px) {
  .image-content--right.youtubeBox {
    width: 100%;
    padding-top: 0;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative; }

  .image-content--right.youtubeBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: initial; } }
.section-visual__left__bnr {
  margin: 10px 0px; }

.section-visual__left__bnr a {
  display: block; }

.section-visual__left__bnr a:hover {
  opacity: 0.7;
  transition: all 0.3s ease 0s; }

ul.section-visual__left__bnr {
  display: flex;
  flex-wrap: wrap; }
  ul.section-visual__left__bnr li {
    width: calc( (100% - 21px) / 2 );
    background: #CF142B;
    font-size: 24px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 15px 0;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      ul.section-visual__left__bnr li {
        width: calc( (100% - 10px) / 2 );
        font-size: 1.8rem; } }
    ul.section-visual__left__bnr li:nth-child(2) {
      margin-left: 20px; }
      @media screen and (max-width: 768px) {
        ul.section-visual__left__bnr li:nth-child(2) {
          margin-left: 10px; } }
    ul.section-visual__left__bnr li a {
      color: #fff; }
    ul.section-visual__left__bnr li span {
      padding-right: 40px;
      background: url("../img/lp/img_ico_dl.png") no-repeat right center; }
      @media screen and (max-width: 768px) {
        ul.section-visual__left__bnr li span {
          padding-right: 35px; } }

.dl_bnrBox {
  max-width: 900px;
  text-align: center;
  margin: 40px auto 0; }

.dl_bnrBox a {
  display: block; }

.dl_bnrBox a:hover {
  opacity: .7;
  transition: .3s; }

.lpPage #bottom_contact.bottom_contact_lpAI_lpCHABO li:nth-of-type(4) a {
  background-color: #ef810f; }

.h1_line3, h1.h1_line3 {
  line-height: 1.2; }

@media screen and (max-width: 768px) {
  .dl_bnrBox {
    padding: 0 2% 0; }

  .logo-site .h1_line3 a {
    font-size: 10px; } }
#about_chatbot {
  background: #ebecee; }
  #about_chatbot h3 {
    font-size: 1.75rem;
    line-height: 1.57;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin: 0 0 18px 0; }
  #about_chatbot .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%;
    /*.img {
    	width: 40%;
    	background:url(../img/feature/img_feature01.jpg);
    	background-repeat:no-repeat;
    	background-size: cover;
    	background-position: center center;
    }*/ }
    #about_chatbot .wrap .txt {
      width: 60%;
      box-sizing: border-box;
      padding: 0 40px 0 0; }
      #about_chatbot .wrap .txt p {
        font-size: 1rem;
        line-height: 1.666rem; }

@media screen and (max-width: 768px) {
  #about_chatbot h3 {
    text-align: center; }
  #about_chatbot .wrap {
    display: block; }
    #about_chatbot .wrap .txt {
      width: 100%;
      box-sizing: border-box;
      padding: 20px 0 0 0; }
      #about_chatbot .wrap .txt p {
        font-size: 1.2rem;
        line-height: 2.25; } }
a.imgHover:hover {
  opacity: .7;
  transition: .3s; }

img.more_txt_btn_reason {
  width: 50%;
  margin: 0 auto;
  display: block; }

img.more_txt_btn_price {
  width: 50%;
  margin: 0 auto;
  display: block; }

/*200127 internalinquiryLP追加用----------------------------------------------------------------------*/
.lpPage_internalinquiry .section-visual__head {
  font-size: 2rem; }
.lpPage_internalinquiry .section-visual__head strong {
  font-size: 2.8rem; }
.lpPage_internalinquiry ul.onayami_list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0; }
.lpPage_internalinquiry ul.onayami_list li {
  width: 32%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  /* border: 2px solid #05a4c9; */
  box-sizing: border-box;
  padding: 30px 30px 50px;
  border-radius: 2000px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 51, 0.15);
  /* min-height: 170px; */
  position: relative; }
.lpPage_internalinquiry ul.onayami_list li + li {
  margin: 0 0 0 2%; }
.lpPage_internalinquiry ul.onayami_list li strong {
  font-weight: bold;
  font-size: 1.4rem;
  color: #05a4c9; }
.lpPage_internalinquiry .onayami_arrow {
  padding: 30px 0;
  background: #2a6496;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1rem;
  position: relative; }
.lpPage_internalinquiry .onayami_arrow strong {
  font-size: 2.4rem; }
.lpPage_internalinquiry .onayami_arrow:after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  bottom: -30px;
  left: 50%;
  margin-left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #2a6496 transparent transparent transparent; }
.lpPage_internalinquiry .onayami_list li:after {
  content: url(../img/lp/icon-nayami.png);
  position: absolute;
  /* width: 30px; */
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  bottom: -80px;
  left: 50%;
  margin-left: -76.5px; }
.lpPage_internalinquiry .case_inhouse {
  margin: 60px 0 0;
  padding: 0 50px 50px 50px;
  background: #ebecee;
  /*background: #fafbfd;*/
  border-top: 3px solid #2a6496; }
.lpPage_internalinquiry h2 + ul.list-case {
  margin-top: 40px; }
.lpPage_internalinquiry .case_inhouse_h2 {
  margin: 0 0 10px -50px; }
.lpPage_internalinquiry .case_inhouse_h2 h2 {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  /* text-align: center; */
  display: inline-block;
  background: #2a6496;
  padding: 5px 50px 8px;
  min-width: 20%;
  box-sizing: border-box;
  border-radius: 0 0 6px 0; }
.lpPage_internalinquiry #case .case_inhouse .list-case__data-item {
  background: #fff; }
.lpPage_internalinquiry #case .case_inhouse .list-case__item:nth-of-type(2) {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dotted #bbb; }
.lpPage_internalinquiry div#feature {
  background: #ebecee;
  /*background: #fafbfd;*/ }
.lpPage_internalinquiry #feature .list-box-feature__item a {
  background: #fff; }
.lpPage_internalinquiry #feature .list-box-feature__item {
  overflow: hidden; }
.lpPage_internalinquiry .youtube {
  margin: 50px auto 0;
  text-align: center;
  width: 40vw;
  max-width: 1200px;
  height: 22.5vw; }
.lpPage_internalinquiry .youtube iframe {
  width: 100%;
  height: 100%; }
.lpPage_internalinquiry #plan p.text-content strong {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1rem; }
.lpPage_internalinquiry .internalinquiry_bnr {
  padding: 30px 30px 30px 30px;
  width: 48%;
  border: 2px solid #21849f;
  background: #e8f2f5;
  font-size: 1.3rem;
  margin: 0 auto;
  box-sizing: border-box;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.lpPage_internalinquiry .internalinquiry_bnr p.copy {
  font-size: 2.2rem;
  color: #21849f;
  line-height: 1.2; }
.lpPage_internalinquiry .flexBox {
  display: flex;
  flex-wrap: wrap; }
.lpPage_internalinquiry .internalinquiry_bnr:hover {
  opacity: .7;
  transition: .3s; }
.lpPage_internalinquiry .internalinquiry_bnr img {
  width: 36%;
  margin-left: 10px; }
.lpPage_internalinquiry .internalinquiry_bnr:nth-of-type(1) img {
  width: 40%; }
.lpPage_internalinquiry .internalinquiry_bnr .button-content--s.mt span {
  font-size: 1rem;
  color: #fff; }
.lpPage_internalinquiry .flexBox_dl {
  text-align: left; }
.lpPage_internalinquiry .flexBox.flexBox_dl .text-content {
  text-align: left;
  margin-right: 50px;
  font-size: 1.2rem; }
.lpPage_internalinquiry .flexBox.flexBox_dl {
  flex-wrap: nowrap;
  margin: 20px 0 0; }
@media screen and (max-width: 768px) {
  .lpPage_internalinquiry ul.onayami_list li {
    width: 100%;
    padding: 15px 80px 15px 40px;
    text-align: left; }
  .lpPage_internalinquiry ul.onayami_list li + li {
    margin: 20px 0 0; }
  .lpPage_internalinquiry .onayami_list li:after {
    left: initial;
    right: -30px;
    bottom: -55px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    /* max-width: 100px; */
    max-width: 160px; }
  .lpPage_internalinquiry .onayami_arrow {
    padding: 20px;
    font-size: 1.8rem; }
  .lpPage_internalinquiry .onayami_arrow strong {
    font-size: 2rem; }
  .lpPage_internalinquiry #case .list-case__data {
    padding: 0; }
  .lpPage_internalinquiry .case_inhouse {
    margin: 20px 0 0;
    padding: 0 20px 20px 20px; }
  .lpPage_internalinquiry .case_inhouse_h2 {
    margin: 0 0 10px -20px; }
  .lpPage_internalinquiry #case .case_inhouse .list-case__item:nth-of-type(2) {
    margin-top: 20px;
    padding-top: 20px; }
  .lpPage_internalinquiry .youtube {
    margin: 20px auto 0;
    width: 92.1875vw;
    height: 51.85vw; }
  .lpPage_internalinquiry .flexBox.flexBox_dl {
    display: block; }
  .lpPage_internalinquiry .flexBox.flexBox_dl .text-content {
    width: 100%;
    margin: 0 0 10px 0; }
  .lpPage_internalinquiry .internalinquiry_bnr {
    padding: 20px;
    width: 100%; }
  .lpPage_internalinquiry .internalinquiry_bnr + .internalinquiry_bnr {
    margin-top: 10px; }
  .lpPage_internalinquiry .internalinquiry_bnr img {
    margin: 0 0 0 0 !important;
    width: 38% !important; }
  .lpPage_internalinquiry .internalinquiry_bnr > div {
    width: 58%;
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-right: 4% !important; }
  .lpPage_internalinquiry .internalinquiry_bnr {
    align-items: end; }
  .lpPage_internalinquiry .button-content--s {
    width: auto; }
  .lpPage_internalinquiry .button-content--s .button-content__button {
    height: auto;
    padding: 10px 0; } }

/*div#feature1_link_cnt, 
div#feature2_link_cnt, 
div#feature3_link_cnt, 
div#feature4_link_cnt, 
div#feature5_link_cnt, 
div#feature6_link_cnt {
    padding-top: 140px;
    margin-top: -140px;
}
@media screen and (max-width: 768px) {
div#feature1_link_cnt, div#feature2_link_cnt, div#feature3_link_cnt, div#feature4_link_cnt, div#feature5_link_cnt, div#feature6_link_cnt {
    padding-top: 50px;
    margin-top: -50px;
}
div#feature1_link_cnt, div#feature3_link_cnt, div#feature5_link_cnt {
    background:#fff;
}
div#feature2_link_cnt, div#feature4_link_cnt, div#feature6_link_cnt {
	background: #ebecee;
}
}*/
.area-link-hover:hover {
  opacity: .7;
  transition: .3s; }

.youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/*200130 全体改善------------------------------------------------*/
.btn_wrap--left {
  width: 60%;
  float: left;
  margin: 30px auto 20px;
  height: 100px; }

.btn_wrap--left .button-content--left {
  float: left;
  width: 40%;
  margin: 0; }

.btn_wrap--left .button-content--left + .button-content--left {
  margin-left: 2%; }

.text-content--top--plan.text-content strong {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1rem; }

.btn_wrap_center_two {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 800px;
  margin: auto; }

@media screen and (max-width: 768px) {
  .btn_wrap--left {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    float: none; }

  .btn_wrap--left .button-content--left {
    float: none;
    width: 100%; }

  .btn_wrap--left .button-content--left + .button-content--left {
    margin: 10px 0 0 0;
    font-size: 15px; } }
div#section__form .flexBox.flexBox_dl .text-content {
  text-align: left;
  margin-right: 50px;
  font-size: 1.2rem; }
div#section__form .flexBox.flexBox_dl {
  flex-wrap: nowrap;
  display: flex;
  margin: 20px 0 0; }
@media screen and (max-width: 768px) {
  div#section__form .flexBox.flexBox_dl {
    display: block; }
  div#section__form .flexBox.flexBox_dl .text-content {
    width: 100%;
    margin: 0 0 10px 0; } }

.page_green_banner .service-dl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border: 2px solid #21849f;
  background: #e8f2f5;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .page_green_banner .service-dl {
      width: 100%;
      padding: 10px;
      flex-wrap: wrap-reverse; } }
  .page_green_banner .service-dl__text {
    width: 558px; }
    @media screen and (max-width: 768px) {
      .page_green_banner .service-dl__text {
        width: 100%; } }
    .page_green_banner .service-dl__text .copy {
      font-size: 1.5rem;
      font-weight: bold; }
    .page_green_banner .service-dl__text h2 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #21849f;
      line-height: 1.2; }
    .page_green_banner .service-dl__text p {
      margin-top: 15px;
      font-weight: bold; }
  .page_green_banner .service-dl figure {
    padding-left: 30px;
    width: 398px; }
    @media screen and (max-width: 768px) {
      .page_green_banner .service-dl figure {
        width: 100%;
        padding: 0 0 15px; } }

div#section__form h2 span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #21849f; }

/*bottom_contact*/
#bottom_contact.not_lp {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  display: none;
  background: rgba(235, 236, 238, 0.9);
  overflow: hidden;
  padding: 30px 0;
  z-index: 10;
  /*li:nth-of-type(3) a {
      background-color: #ef810f;
  }*/ }
  #bottom_contact.not_lp ul {
    width: 1200px;
    margin: 0 auto; }
  #bottom_contact.not_lp li {
    float: left;
    width: 24.1%;
    margin-right: 1.2%; }
  #bottom_contact.not_lp li a:hover {
    opacity: .7; }
  #bottom_contact.not_lp li:nth-of-type(4n) {
    margin-right: 0; }
  #bottom_contact.not_lp p.bottom_contact_ttl {
    display: none; }
  #bottom_contact.not_lp li a {
    display: block;
    background-color: #d50e3c;
    color: #fff;
    text-align: center;
    padding: 14px;
    font-weight: bold;
    border-radius: 5px;
    position: relative; }
  #bottom_contact.not_lp li.pop a > span {
    position: absolute;
    background: #05a4c9;
    border-radius: 1000px;
    width: 100px;
    font-size: 12px;
    font-weight: normal;
    height: 100px;
    box-sizing: border-box;
    padding-top: 30px;
    top: -23px;
    left: -20px;
    letter-spacing: 0; }
    #bottom_contact.not_lp li.pop a > span strong {
      font-weight: bold;
      font-size: 14px;
      position: relative; }
  #bottom_contact.not_lp li.pop a > span:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #05a4c9; }
  #bottom_contact.not_lp span.icon-bottom_contact_dl {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding-right: 10px;
    box-sizing: initial;
    background-image: url(../img/document/bottom_contact_icon_dl.png);
    background-size: 18px;
    background-repeat: no-repeat; }

@media screen and (max-width: 767px) {
  div#bottom_contact.not_lp {
    padding: 0px 0; }
    div#bottom_contact.not_lp p.bottom_contact_ttl {
      display: block; }
    div#bottom_contact.not_lp p.bottom_contact_ttl {
      background: #2a6496;
      padding: 15px;
      font-size: 16px;
      text-align: center;
      font-weight: bold;
      color: #fff;
      position: relative; }
    div#bottom_contact.not_lp p.bottom_contact_ttl:after {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      vertical-align: middle;
      border-color: #fff;
      content: '';
      right: 20px;
      top: center;
      position: absolute; }
    div#bottom_contact.not_lp #p.bottom_contact_ttl:after {
      transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      -webkit-transform: rotate(315deg);
      margin-top: 5px; }
    div#bottom_contact.not_lp ul {
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      overflow: hidden; }
    div#bottom_contact.not_lp ul li:nth-of-type(1) {
      font-size: 12px;
      margin-right: 20px;
      width: 100%;
      margin-top: 8px; }
    div#bottom_contact.not_lp li.bottom_contact_request a {
      width: 90%;
      display: block;
      box-sizing: border-box;
      margin: 10px auto 10px; }
    div#bottom_contact.not_lp li.bottom_contact_contact a {
      width: 90%;
      box-sizing: border-box;
      margin: 10px auto 0; }
    div#bottom_contact.not_lp ul li {
      width: 100%; }
    div#bottom_contact.not_lp ul {
      display: none; }
    div#bottom_contact.not_lp ul li:nth-of-type(1) {
      text-align: center; }
    div#bottom_contact.not_lp li a {
      padding: 10px 0;
      font-size: 14px; }
    div#bottom_contact.not_lp li {
      float: none; }
    div#bottom_contact.not_lp li + li {
      margin-top: 5px; }
    div#bottom_contact.not_lp li.pop a > span {
      z-index: 1;
      height: auto;
      padding: 12px 10px;
      width: auto;
      top: -10px;
      left: -10px;
      font-size: 11px; }
    div#bottom_contact.not_lp li a > span strong {
      font-size: 12px; } }
.page_green_banner .area-link:hover,
.service-dl.area-link:hover {
  opacity: .7;
  transition: .3s; }

.button-content__button.btn_red {
  background: #d50e3c; }

@media screen and (max-width: 767px) {
  .btn_wrap_center_two {
    width: 100%;
    display: block; }

  .btn_wrap_center_two .button-content + .button-content {
    margin-top: 10px; } }
/* モーダルコンテンツ
------------------------------------------------------------------------------*/
.modal-content {
  width: 50%;
  margin: 0;
  background: #fff;
  position: fixed;
  display: block;
  z-index: 2; }

.modal-content .inner {
  padding: 0 40px 40px; }

.modal-content h3 {
  background: #0b2d68;
  padding: 8px;
  text-align: center;
  color: #fff !important;
  margin-bottom: 40px !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.modal-content .inner .img {
  float: right;
  margin-left: 30px; }

.modal-content .inner video {
  margin-top: 40px; }

.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

.modal-open {
  cursor: pointer; }

a.modal-close {
  display: inline-block;
  max-width: 80%;
  text-align: center;
  color: #fff;
  background: #333;
  border-radius: 1000px;
  padding: 15px 80px;
  min-width: 40%;
  font-weight: bold;
  font-size: 18px; }

.modal-content .button {
  text-align: center;
  margin: 20px auto 0; }

a.modal-close:hover {
  background: #2a6496;
  transition: .3s;
  cursor: pointer; }

.modal-open:hover {
  opacity: .7;
  transition: .3s; }

.lpPage .title-content-b small.h2_small_txt {
  font-size: 2rem; }

.movie-sp-only {
  display: none; }

br.sp-only {
  display: none; }

@media screen and (max-width: 767px) {
  .movie-pc-only {
    display: none; }

  .movie-sp-only {
    display: block; }

  br.sp-only {
    display: block; } }
#archive_page .area-link:hover {
  opacity: .7;
  transition: .3s; }

#function #archive_page .list-function__item {
  overflow: hidden; }

span.target_blank_news {
  background-image: url(../img/target_window_gr.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block; }

/*200217コラム追加分*/
.column_page {
  /*ul.column_list_wide li:first-child {
       border-radius: 0 10px 10px 0; 
  }
  ul.column_list_wide li {
       border-radius: 0 0 10px 10px; 
  }*/
  /*
  ul.column_list_wide li:first-child .img img {
      min-height: 100%;
      min-width: 100%;
      overflow: hidden;
  
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }
  */ }
  .column_page .section-content__inner {
    overflow: hidden; }
  .column_page .section-content__inner .main {
    width: 77%;
    float: left;
    overflow: hidden; }
  .column_page ul, .column_page ol {
    list-style: none; }
  .column_page ul.column_list_wide li:first-child {
    width: 100%; }
  .column_page ul.column_list_wide li {
    margin-bottom: 40px;
    width: 30%; }
  .column_page dl.area-link:hover,
  .column_page .bnr:hover, .column_page .relation_clmn:hover,
  .column_page ul.column_list_wide li:hover {
    opacity: .7;
    transition: .3s; }
  .column_page .column_list_wide li, .column_page .column_list_narrow li {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
    /*background-color: #fafafa;*/
    overflow: hidden;
    /*border-radius: 10px;*/
    box-shadow: 0 0 15px rgba(0, 0, 51, 0.15);
    /* box-shadow: 0 0 15px rgba(0, 0, 51, 0.15); */ }
  .column_page ul.column_list_wide li:first-child .img {
    float: left;
    width: 40%;
    overflow: hidden;
    position: relative; }
  .column_page img {
    vertical-align: bottom;
    -webkit-backface-visibility: hidden; }
  .column_page ul.column_list_wide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .column_page ul.column_list_wide li:first-child .text {
    float: left;
    width: 60%;
    padding: 20px;
    box-sizing: border-box; }
  .column_page ul.column_list_wide li h3, .column_page ul.column_list_narrow li h3 {
    font-size: 20px;
    font-weight: bold;
    color: #33353d;
    margin-bottom: 12px; }
  .column_page ul.column_list_wide li .text p, .column_page ul.column_list_narrow li .text p {
    color: #33353d;
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 12px; }
  .column_page ul.column_list_wide li .text .date, .column_page ul.column_list_narrow li .text .date {
    color: #666;
    font-size: 14px;
    font-weight: 200;
    margin-right: 20px; }
  .column_page #function li.list-function__item.column_acv {
    width: 280px; }
  .column_page ul.column_list_wide li a .text {
    float: none;
    width: 100%;
    padding: 20px;
    box-sizing: border-box; }
  .column_page ul.column_list_wide li:nth-child(n+2) a .text p span {
    display: none; }
  .column_page .column_list_wide .img {
    float: left;
    width: 100%; }
  .column_page ul.column_list_wide li a .img {
    float: none;
    width: 100%;
    overflow: hidden;
    position: relative; }
  .column_page ul.column_list_wide li a .img img {
    min-height: 100%;
    min-width: 100%;
    overflow: hidden; }
  .column_page .section-content__inner .side {
    width: 20%;
    float: right; }
  .column_page .section-content__inner .side .bnr img {
    width: 100%; }
  .column_page .column_side_ranking h3 {
    padding: 10px 0;
    border-bottom: 1px dotted #d4d4d4;
    margin-top: 30px;
    border-top: 2px solid #d50e3c; }
  .column_page .column_side_ranking dl {
    padding: 15px 0px;
    overflow: hidden;
    border-bottom: 1px dotted #d4d4d4; }
  .column_page .column_side_ranking dl dt {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    position: relative;
    overflow: hidden; }
  .column_page .column_side_ranking dl dt img {
    min-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .column_page .column_side_ranking dl dd {
    float: left;
    width: calc(100% - 70px);
    font-size: 14px; }
  .column_page .main .clmn_area .clmn_area_hed {
    font-size: 1.75rem;
    line-height: 1.571;
    font-weight: 600;
    letter-spacing: 0.1em;
    /*    margin-top: 32px;*/ }
  .column_page .clmn_area img {
    width: 100%;
    margin-top: 20px; }
  .column_page .clmn_area p, .column_page .relation_clmn {
    margin-top: 20px; }
  .column_page .toc_area {
    border: 1px solid #ccc;
    margin-top: 30px; }
  .column_page .toc_area .toc_ttl {
    background: #d4d4d4;
    padding: 10px 20px;
    font-weight: bold; }
  .column_page .toc_area div {
    padding: 20px 0; }
  .column_page .toc_area div dl {
    padding: 5px 20px; }
  .column_page .toc_area div dl dt a {
    color: #33353d;
    transition-property: background-color,color,opacity,border;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
  .column_page .toc_area div dl dt a:hover {
    text-decoration: none; }
  .column_page .toc_area div dl dt a {
    text-decoration: underline; }
  .column_page .clmn_area_hed02 {
    font-size: 22px;
    border-left: 2px solid #d50e3c;
    background: #f6f6f6;
    padding: 10px 10px 10px 20px;
    margin-top: 50px; }
  .column_page .clmn_area .clmn_link_rlt {
    margin-top: 5px; }
  .column_page .clmn_area .clmn_link_rlt a {
    text-decoration: underline;
    display: block; }
  .column_page .clmn_area .clmn_link_rlt a:hover {
    text-decoration: none; }
  .column_page .clmn_area .clmn_link_rlt a::before {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 5px 3px 0;
    vertical-align: middle;
    border-color: #e40007;
    content: ''; }
  .column_page .relation_clmn_atl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px; }
  .column_page .relation_clmn {
    width: 23%;
    /*border-radius: 0 0 10px 10px;*/
    border: 1px solid #eee;
    /*background-color: #fafafa;*/
    box-shadow: 0 0 15px rgba(0, 0, 51, 0.15); }
  .column_page .relation_clmn_txt {
    padding: 10px; }
  .column_page .relation_clmn_txt span {
    display: block;
    padding-top: 5px;
    color: #666666;
    font-size: 12px; }
  .column_page .relation_clmn_area .button-content--s {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px; }
  .column_page .relation_clmn_area .button-content--s.is-on {
    padding-bottom: 35px;
    margin-bottom: 0 !important; }
  .column_page .clmn_area_hed {
    font-size: 1.75rem;
    line-height: 1.571;
    font-weight: 600;
    letter-spacing: 0.1em; }
  .column_page .relation_clmn_area {
    margin-top: 40px; }
  .column_page .clmn_area p {
    margin-top: 10px; }
  .column_page .clmn_area .bnr_area img {
    width: auto;
    display: block;
    margin: 50px auto 0; }
  .column_page .clmn_area .bnr_area a:hover {
    opacity: .7;
    transition: .3s; }
  .column_page .clmn_area .bnr_area a {
    display: block; }
  @media screen and (max-width: 768px) {
    .column_page .row_service01 .text p {
      line-height: 1.8; }
    .column_page .section-content__inner .main {
      width: 100%;
      float: none;
      overflow: hidden; }
    .column_page .clmn_area_hed02 {
      font-size: 16px;
      padding: 10px 10px 10px 10px;
      margin-bottom: 10px; }
    .column_page .relation_clmn {
      width: 45%;
      border: 1px solid #ccc; }
    .column_page .section-content__inner .side,
    .column_page ul.column_list_wide li:first-child .img,
    .column_page ul.column_list_wide li:first-child .text {
      width: 100%;
      float: none; }
    .column_page .column_side_ranking h3 {
      padding: 10px 0;
      border-bottom: 1px dotted #d4d4d4; }
    .column_page ul.column_list_wide li:first-child .text {
      font-size: 15px; }
    .column_page ul.column_list_wide li .text p,
    .column_page ul.column_list_narrow li .text p {
      font-size: 14px; }
    .column_page ul.column_list_wide li .text .date {
      font-size: 12px; }
    .column_page ul.column_list_wide li {
      width: 100%; }
    .column_page ul.column_list_wide li:nth-child(n+2) a .text p span {
      display: block; }
    .column_page .relation_clmn_area .button-content--s {
      margin-bottom: 50px; } }

/*200221 topics追加*/
.topics_detail .sp {
  display: none; }
.topics_detail h3 {
  font-size: 1.75rem;
  line-height: 1.571;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 30px; }
.topics_detail h4 {
  font-size: 22px;
  border-left: 2px solid #d50e3c;
  background: #f6f6f6;
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px; }
.topics_detail h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px; }
.topics_detail .tpc_lead {
  margin-bottom: 50px; }
.topics_detail .tpc_lead_txt {
  line-height: 1.75; }
.topics_detail .tpc_lead_txt span {
  margin-bottom: 15px;
  display: inline-block; }
.topics_detail .tpc_dtl {
  margin-bottom: 60px; }
.topics_detail .tpc_dtl:first-child {
  margin-top: 0; }
.topics_detail .tpc_dtl p {
  line-height: 1.5 !important;
  margin-bottom: 40px; }
.topics_detail .tpc_dtl p span {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5;
  display: block; }
@media screen and (max-width: 768px) {
  .topics_detail .sp {
    display: block; }
  .topics_detail h2 {
    letter-spacing: 0 !important;
    text-align: center !important; }
  .topics_detail h4 {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px; }
  .topics_detail h5 {
    font-size: 15px; }
  .topics_detail .tpc_dtl p span {
    font-size: 11px; }
  .topics_detail .tpc_lead_txt, .topics_detail .tpc_dtl p {
    font-size: 12px !important; }
  .topics_detail .tpc_dtl p {
    letter-spacing: 0 !important;
    margin-bottom: 30px; }
  .topics_detail .tpc_dtl {
    margin-bottom: 80px; } }

/*200227*/
.column_page b {
  font-weight: bold;
  display: block;
  margin-top: 1em;
  font-size: 18px; }

.column_page h4 {
  font-size: 20px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin: 2em 0 10px;
  position: relative;
  display: block;
  font-weight: bold; }

.column_page h4:after {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  background: #d50e3c;
  bottom: -2px;
  left: 0; }

.column_page body {
  line-height: 1.8em; }

#function .clmn_area .clmn_link_rlt {
  margin-top: 1em; }

.column_page ul.column_list_wide {
  justify-content: flex-start; }

.column_page ul.column_list_wide li:first-child {
  display: none; }

.column_page .section-content p a {
  text-decoration: underline;
  display: block; }

.column_page .clmn_area .clmn_link_rlt a {
  padding-left: 1em;
  text-indent: -1em; }

@media screen and (min-width: 768px) {
  ul.column_list_wide li:nth-child(3n) {
    margin-right: 46px;
    margin-left: 46px; } }
.column_page .relation_clmn:nth-of-type(4n) {
  margin-right: 0; }

.column_page .relation_clmn {
  margin-right: 2.666666%; }

.column_page .relation_clmn_atl {
  justify-content: flex-start; }

@media screen and (max-width: 768px) {
  .column_page h4 {
    font-size: 16px; }

  .column_page b {
    font-size: 16px; }

  .column_page .relation_clmn {
    margin-right: 0;
    width: 49%; }

  .column_page .relation_clmn_atl {
    justify-content: space-between; } }
/*200302 リコー sample_top　ul li css　変更*/
/*@media screen and (min-width:768px) {
	#function .section-content .disp_2col{
		display: block;
		justify-content: unset;
	}
	#function .section-content .li_2col{
		margin-left: 30px;
	}
}*/
/*200406*/
@media screen and (min-width: 769px) {
  #function .fname__size {
    font-size: 1.3rem;
    display: block;
    padding-left: 40px; } }
@media screen and (max-width: 768px) {
  #function .fname__size {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-size: 1.8rem;
    height: 12.109375vw;
    padding-left: 25px; } }
/*200420*/
/*@media screen and (min-width:769px) {
#document .section-content .sum_02{
    width: 500px;
    margin: 0 40px;
}
}*/
#document .sum_02 .document-content__box .doc__tx {
  text-align: center; }

#document .section-content .sum_02 span {
  font-weight: bold; }

#document .section-content .sum_02 span.f__size {
  font-size: 1.125em;
  /*font-weight: normal;*/ }

#document .section-content .sum_02 .imp_tx {
  font-size: 1.125em; }

#document .section-content .sum_02 .g__zone {
  background: #f6f6f6;
  margin-top: 20px;
  padding: 10px 20px; }

#document .section-content .sum_02 .g__zone li {
  line-height: 1.666; }

#document .sum_02 .document-content__box .doc__tx {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: bold; }

#document .section-content .sum_02 .imp_tx {
  font-size: 1.3em;
  color: #d50e3c; }

#document .section-content .sum_02 .improve {
  display: block;
  margin: 20px auto 0;
  font-size: 1.5rem;
  letter-spacing: .05em; }

@media screen and (max-width: 768px) {
  #document .section-content .sum_02 .document-content__image {
    max-width: 100%; }

  #document .section-content .sum_02 .g__zone li, #document .section-content .sum_02 .g__zone p {
    font-size: 1.2rem; }

  #document .document-content__title.document-content__title_detail02 {
    text-align: center; } }
/*200428-------------------------------------------------------*/
.bnrBox_zaitaku a {
  display: block; }

.bnrBox_zaitaku a:hover {
  opacity: .7;
  transition: .3s; }

.document__zaitaku {
  line-height: 2.25; }

.document__zaitaku .intro_list li {
  margin-bottom: 1em; }

.document__zaitaku .document-content__box .flow {
  background: #f6f6f6;
  padding: 30px;
  margin: 30px auto; }

.document__zaitaku .document-content__box .flow .ttl {
  font-size: 16px;
  font-weight: bold; }

.document__zaitaku .document-content__box .flow ol li {
  text-indent: -2em;
  font-weight: bold;
  padding-left: 2em;
  margin-bottom: .8em;
  line-height: 1.8;
  font-size: 1rem; }

.document__zaitaku .document-content__box .flow .atte {
  margin-top: 20px;
  display: block;
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.8; }

.document__zaitaku .document-content__box .flow .atte li {
  color: #666;
  font-size: .9rem;
  margin-bottom: .8em; }

.document__zaitaku .document-content__box .flow .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: .5em; }

h2.document-content__title .red {
  display: block;
  font-size: .7em;
  color: #d50e3c;
  /* padding: 10px; */
  /* border: 1px solid #ccc; */
  margin-top: .3em; }

h2.document-content__title small {
  font-size: .8em; }

ul.list-button-head.list-button-head-index .button-content {
  width: 210px; }

.list-button-head-index .button-content--top .button-content__button {
  height: 90px; }

ul.list-button-head.list-button-head-index .list-button-head__item + .list-button-head__item {
  margin: 0 0 0 1em; }

@media screen and (max-width: 768px) {
  .document__zaitaku .document-content__box .flow {
    padding: 20px; }

  .document__zaitaku .document-content__box .flow .ttl {
    font-size: 1.7rem; }

  .document__zaitaku .intro_list li {
    /* font-size: 100%; */ }

  .document__zaitaku .document-content__box .flow ol li {
    font-size: 100%; }

  .document__zaitaku .document-content__box .flow .atte {
    font-size: 1rem; }

  #home .list-button-head-index .button-content--top .button-content__button {
    height: 12.625vw; }
  #home .list-button-head-index {
    display: block; }
  #home ul.list-button-head.list-button-head-index {
    display: block; }
  #home ul.list-button-head.list-button-head-index .button-content {
    width: 80%; }
  #home ul.list-button-head.list-button-head-index .list-button-head__item + .list-button-head__item {
    margin: 10px 0px 0px 0; }
  #home + .toppage .section-visual__image {
    width: 56vw;
    left: 50%;
    transform: translateX(-50%); }
  #home .section-visual__inner {
    height: auto; }
  #home .section-visual {
    height: auto; }
  #home .section-visual__topics {
    position: relative; }
  #home ul.list-button-head.list-button-head-index {
    margin-top: 56vw;
    margin-bottom: 1em; } }
@media screen and (min-width: 769px) {
  #bottom_contact.not_lp li.pop a {
    padding-left: 3em; } }
.lp_form_trial_cnt p + p {
  margin-top: 1rem; }

.lp_form_trial_cnt p {
  font-size: 1rem; }

.lp_form_trial_cnt p small {
  font-size: 0.8rem; }

@media screen and (max-width: 768px) {
  .lp_form_trial_cnt p, .lp_form_trial_cnt p small {
    font-size: 1.2rem;
    line-height: 2.25; } }
/*200521*/
#document .document__zaitaku .intro_list li span.txt___red {
  color: #d50e3c; }

#home .news dt {
  margin-right: 0.5em;
  float: left; }

#home .news dd {
  float: left;
  margin-left: 1em; }

#home .news dl {
  overflow: hidden; }

#home .news {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  border-top: 2px solid #ddd; }

#home .news .news_tag {
  background: #d50e3c;
  color: #fff;
  padding: 2px 10px;
  width: 90px;
  text-align: center; }

#home .news a {
  border-bottom: 2px solid #ddd;
  display: block;
  padding: 24px 0; }

#home .news a:hover {
  background: #e3e4e4;
  transition: .3s; }

@media screen and (min-width: 769px) {
  #function .button__news {
    width: 400px; }

  /*#home .news dt {
  	    width: 120px ;
  }*/ }
@media screen and (max-width: 768px) {
  #home .news dt {
    width: 120px; }

  #home .news dl dd.news_tx {
    float: none;
    clear: both;
    margin-left: 0;
    margin-top: 2em; }

  #home .news .news_tag {
    margin-left: 0; }

  #home .news dl {
    padding: 0 20px;
    /*margin-bottom: 2em;*/ } }
/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

/*タブのスタイル*/
.tab_item {
  width: 270px;
  height: 60px;
  background-color: #ebecee;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 5px; }

.tab_item:hover {
  opacity: 0.75; }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none; }

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden; }

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#tab_fuction:checked ~ #tab_fuction_content {
  display: block;
  border-top: 2px solid #21849f; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #21849f;
  color: #fff; }

.tab_content_description {
  margin-top: -38px; }

.tabs .tab_content_description2 {
  margin-top: -14px; }

@media screen and (max-width: 768px) {
  .tabs .tab_item {
    margin: 0 3.90625vw;
    width: calc(50% - 3.90625vw*2); }

  .tabs .tab_content_description {
    margin-top: -28px; }

  .section-content .tabs .tab_content_description2 {
    margin-top: -9px; } }
/*footer ul:first-child li:last-child{
	margin-top: 8px;
}*/
.list-faq__answer.list-faq__answer__dosa h4 {
  font-weight: bold;
  margin: 2rem 0 1rem;
  font-size: 1.2rem; }

.list-faq__answer.list-faq__answer__dosa table {
  table-layout: fixed;
  width: 100%; }

.list-faq__answer.list-faq__answer__dosa table th {
  font-weight: bold;
  background: #fafafb;
  border: 2px solid #ebecee;
  padding: 1rem;
  text-align: left; }

.list-faq__answer.list-faq__answer__dosa table td {
  border: 2px solid #ebecee;
  padding: 0.5rem 1rem;
  text-align: left; }

.list-faq__answer.list-faq__answer__dosa .note.itemize_box {
  padding: 1.5rem;
  background: #fafafb;
  margin: 2rem 0;
  border-radius: 6px; }

.list-faq__answer.list-faq__answer__dosa .note.itemize_box h4 {
  margin-top: 0; }

.list-faq__answer.list-faq__answer__dosa .note.itemize_box li {
  margin-top: 1rem;
  font-size: .9rem; }

.list-faq__answer.list-faq__answer__dosa .note.itemize_box li:before {
  content: '・'; }

.list-faq__answer.list-faq__answer__dosa .note.itemize_box p {
  font-size: .9rem; }

#department ul.department__answer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
#department .department__answer li {
  width: 48%;
  margin-bottom: 40px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 51, 0.1); }
#department .department__answer li .flex {
  display: flex;
  justify-content: space-between; }
#department .department__answer li .txt {
  width: 55%;
  text-align: left; }
#department .department__answer li .img {
  width: 42%;
  text-align: right; }
#department .department__answer li .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem; }
#department .section-head.department__mv h1 {
  font-size: 2.8rem;
  color: #fff;
  text-align: left;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
  width: 800px; }
#department .section-head.department__mv h1 span {
  color: #42e8e0;
  display: inline; }
#department .section-head.department__mv {
  height: 500px; }
#department .section-head.department__mv .img {
  width: 570px;
  margin-right: -170px; }
#department .section-head.department__mv .section-head__inner {
  justify-content: space-between;
  flex-wrap: wrap; }
#department .lpPage_internalinquiry .onayami_list.onayami_list_general li:nth-of-type(1):after {
  content: '';
  background: url("../img/department/general/img02.png");
  display: inline-block;
  width: 100px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  left: 50%;
  background-position: bottom center;
  transform: translateX(-50%);
  margin-left: 0;
  bottom: -80px; }
#department .lpPage_internalinquiry .onayami_list.onayami_list_general li:nth-of-type(2):after {
  content: '';
  background: url("../img/department/general/img03.png");
  display: inline-block;
  width: 100px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  left: 50%;
  background-position: bottom center;
  transform: translateX(-50%);
  margin-left: 0;
  bottom: -80px; }
#department .lpPage_internalinquiry .onayami_list.onayami_list_general li:nth-of-type(3):after {
  content: '';
  background: url("../img/department/general/img04.png");
  display: inline-block;
  width: 100px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  left: 50%;
  background-position: bottom center;
  transform: translateX(-50%);
  margin-left: 0;
  bottom: -80px; }
#department .lpPage_internalinquiry .onayami_list.onayami_list_general li:after {
  bottom: -150px; }
#department #department .department__answer li .cnt {
  font-size: .9rem;
  line-height: 1.6; }
#department a.link__txt__disp {
  display: inline-block;
  margin-top: 1rem;
  padding-left: 1rem;
  position: relative; }
#department a.link__txt__disp:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: middle;
  border-color: #4f86c6;
  content: '';
  margin: -2px 0 0px; }
#department a.link__txt__disp:hover {
  text-decoration: underline; }

#department.department__sales .section-head.department__mv .img {
  width: 490px;
  margin-right: 0; }

#department.department__sales .section-head.department__mv h1 {
  width: 700px; }

.nav-global {
  position: relative; }

.drop_menu {
  padding: 30px 5%;
  transition: all .2s ease-in;
  /*max-height: 0;
  opacity: 0;
  overflow: hidden;*/
  display: none;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #000033;
  z-index: 10;
  left: 0;
  width: 100%;
  top: 60px;
  box-sizing: border-box; }

.nav-global__item.drop_menu_parent.is-on {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.7); }

.js-menu .drop_menu .box ul {
  display: flex;
  justify-content: flex-start;
  /*space-between*/
  flex-wrap: wrap; }

.js-menu .drop_menu li a {
  height: auto; }

.js-menu .drop_menu .ttl {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-align: left;
  padding-left: 15px;
  border-left: 4px solid #fff;
  line-height: 1;
  font-weight: bold; }

.js-menu .drop_menu .box ul li {
  width: calc((100% - 150px)/7);
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
  background: #f6f6f6;
  display: flex;
  position: relative; }

.js-menu .drop_menu .box:nth-of-type(1) ul li {
  width: calc((100% - 150px)/4); }

.js-menu .drop_menu .box ul li:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
  vertical-align: middle;
  border-color: #21849f;
  content: ''; }

.js-menu .drop_menu .box ul li .img {
  width: 25%;
  max-width: 160px;
  margin-right: 5%; }

.js-menu .drop_menu .box ul li a {
  display: flex;
  justify-content: flex-start; }

.js-menu .drop_menu .box ul li a {
  color: #003;
  padding: 5px; }

.js-menu .drop_menu .box + .box {
  margin-top: 30px; }

.drop_menu .box ul:nth-of-type(2) li .img img {
  width: 100px;
  height: 100px; }

/*PC---------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .drop_menu_parent:hover {
    opacity: .7; }

  .js-menu .drop_menu .box ul li:hover {
    opacity: .7;
    transition: .3s; }

  .is-on .drop_menu {
    /*max-height: 9999px !important;
    opacity: 1;*/
    display: block; } }
/*SP---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #department .section-head.department__mv {
    height: auto;
    padding: 40px 6%; }

  #department .section-head.department__mv .section-head__inner {
    display: block; }

  #department .section-head.department__mv .img {
    width: 100%; }

  #department .lpPage_internalinquiry .onayami_list.onayami_list_general li:nth-of-type(1):after,
  #department .lpPage_internalinquiry .onayami_list.onayami_list_general li:nth-of-type(2):after,
  #department .lpPage_internalinquiry .onayami_list.onayami_list_general li:nth-of-type(3):after {
    width: 60px;
    bottom: -10px;
    right: -10px;
    left: auto;
    height: 80px; }

  #department .department__answer li {
    width: 100%;
    padding: 30px; }

  #department .department__answer li .ttl {
    font-size: 1.8rem;
    text-align: center; }

  #department .department__answer li .flex {
    flex-flow: column-reverse; }

  #department .department__answer li .txt {
    width: 100%; }

  #department .department__answer li .img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 200px; }

  #department .section-head.department__mv h1 {
    font-size: 2.6rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1rem; }

  #department .section-head.department__mv h1 span {
    font-size: 3rem; }

  .drop_menu {
    position: static; }

  .nav-global__item.drop_menu_parent {
    display: block; }

  .drop_menu {
    padding: 20px 6%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background: #000; }

  .js-menu .drop_menu .box ul {
    display: block; }

  .js-menu .drop_menu .box ul li {
    width: 100%;
    background: no-repeat; }

  .js-menu .drop_menu .box ul li .img {
    display: none; }

  .js-menu .drop_menu .box ul li a {
    color: #fff; }

  .js-menu .drop_menu .ttl {
    /* text-align: center; */
    font-size: 1.5rem; }

  .js-menu .drop_menu .ttl {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    border-left: none;
    padding: 0 0 15px; }

  .js-menu .drop_menu .box ul li:before {
    content: 'ー';
    color: #333; }

  .js-menu .drop_menu .box ul li {
    margin-bottom: 10px; }

  .js-menu .drop_menu .box ul li:after {
    border-color: #999; }

  .nav-global__item.drop_menu_parent a {
    position: relative; }

  .nav-global__item.drop_menu_parent > a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: -4px;
    vertical-align: middle;
    border-color: #fff;
    content: none; }

  .drop_menu {
    transition: none; }

  .nav-global__item.drop_menu_parent.open > a:after {
    transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg); }

  #department.department__sales .section-head.department__mv h1 {
    width: auto; }

  #department.department__sales .section-head.department__mv .img {
    width: auto; } }
#department.department__sales .lpPage_internalinquiry .onayami_list.onayami_list_sales li:nth-of-type(1):after {
  content: '';
  background: url("../img/department/sales/img02.png");
  display: inline-block;
  width: 100px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  left: 50%;
  background-position: bottom center;
  transform: translateX(-50%);
  margin-left: 0;
  bottom: -80px; }

#department.department__sales .lpPage_internalinquiry .onayami_list.onayami_list_sales li:nth-of-type(2):after {
  content: '';
  background: url("../img/department/sales/img02.png");
  display: inline-block;
  width: 100px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  left: 50%;
  background-position: bottom center;
  transform: translateX(-50%);
  margin-left: 0;
  bottom: -80px; }

#department.department__sales .lpPage_internalinquiry .onayami_list.onayami_list_sales li:nth-of-type(3):after {
  content: '';
  background: url("../img/department/sales/img03.png");
  display: inline-block;
  width: 100px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  left: 50%;
  background-position: bottom center;
  transform: translateX(-50%);
  margin-left: 0;
  bottom: -80px; }

#department.department__sales .lpPage_internalinquiry .onayami_list.onayami_list_sales li:after {
  bottom: -150px; }

@media screen and (max-width: 768px) {
  #department .lpPage_internalinquiry .onayami_list.onayami_list_sales li:nth-of-type(1):after,
  #department .lpPage_internalinquiry .onayami_list.onayami_list_sales li:nth-of-type(2):after,
  #department .lpPage_internalinquiry .onayami_list.onayami_list_sales li:nth-of-type(3):after,
  #department.department__sales .lpPage_internalinquiry .onayami_list.onayami_list_sales li:nth-of-type(1):after,
  #department.department__sales .lpPage_internalinquiry .onayami_list.onayami_list_sales li:nth-of-type(2):after,
  #department.department__sales .lpPage_internalinquiry .onayami_list.onayami_list_sales li:nth-of-type(3):after {
    width: 60px;
    bottom: -10px;
    right: -10px;
    left: auto;
    height: 80px; }

  #department .section-head.department__mv h1 {
    width: 100% !important; } }
/*200720 新着　*/
.topics_detail .news_neo #case h4 {
  border-left: none;
  background: none;
  padding: 0px; }

.topics_detail .news_neo .tx__link {
  text-decoration: underline;
  position: relative;
  display: inline-block;
  margin-left: 1em; }

.topics_detail .news_neo .tx__link:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -13px;
  margin-top: -4px; }

.topics_detail .news_neo .tx__link:hover {
  text-decoration: none; }

.topics_detail .news_neo td {
  border: 2px solid #ebecee;
  padding: 0.5rem 1rem; }

.topics_detail .news_neo tr > td:first-child {
  width: 507px; }

.topics_detail .news_neo td:nth-child(2), .topics_detail .news_neo td:nth-child(3) {
  width: 160px;
  text-align: center; }

.topics_detail .news_neo td:nth-child(4) {
  width: 423px; }

.topics_detail .news_neo tr:first-child td {
  background: #e0f2f6;
  font-weight: bold;
  padding: 1em; }

.topics_detail .news_neo table {
  margin-bottom: 30px; }

.topics_detail .news_neo #function .list-function__name {
  background: #05a4c9;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.03em;
  height: 60px;
  color: #fff;
  border-radius: 5px 5px 0 0; }

.topics_detail .news_neo #function {
  margin-bottom: 60px; }

.topics_detail .news_neo .tpc_dtl h5 {
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  .topics_detail .news_neo td {
    font-size: 12px; }

  .topics_detail .news_neo table tr > td:first-child {
    width: 40%; }

  .topics_detail .news_neo table td:nth-child(2), .topics_detail .news_neo table td:nth-child(3) {
    width: 10%; }

  .topics_detail .news_neo table td:nth-child(4) {
    width: 38%; }

  .topics_detail .layout-content .news_neo .tpc_dtl p.attn span {
    font-size: 12px; }

  .topics_detail .news_neo tr:first-child td {
    text-align: center !important;
    vertical-align: middle;
    font-size: 12px;
    padding: .5em; }

  .topics_detail .news_neo td {
    text-align: left;
    vertical-align: middle;
    padding: .5em; }

  .topics_detail .news_neo table tr > td:first-child {
    width: 30%; }

  .topics_detail .news_neo table td:nth-child(2), .topics_detail .news_neo table td:nth-child(3) {
    width: 20%; }

  .js-menu .drop_menu .box:nth-of-type(1) ul li {
    width: 100%; } }
.topics_detail .news_neo .tpc_dtl p.attn span {
  font-size: 14px;
  margin-top: 0;
  line-height: 1.5;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em; }

small.small_txt {
  font-size: 12px;
  display: block;
  margin-top: 1rem; }

/*▽--200804 テキスト導線改善-------------------------------------------------*/
.case__label__purpose {
  padding: .2rem 1rem;
  margin: 1.4rem 1.2rem -0.6rem 0;
  display: inline-block;
  color: #fff;
  font-weight: bold; }

.case__label__purpose.case__label__purpose_y {
  background: #f5b312; }

.case__label__purpose.case__label__purpose_g {
  background: #8BC34A; }

.case__label__purpose.case__label__purpose_b {
  background: #19bfd4; }

.section-visual__box .section-visual__baloon {
  color: #fff;
  padding: 3px 20px 8px;
  border-radius: 0;
  margin-left: 0;
  background: #21849f;
  line-height: 1.2; }

strong.btn__0 {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: .3rem; }

.button-content--top .button-content__button {
  box-sizing: border-box;
  border: 3px solid #d50e3c;
  color: #d50e3c; }

.button-content--top .button-content__button span {
  text-align: center;
  line-height: 1.2; }

.shiny-btn1 {
  position: relative;
  overflow: hidden !important;
  background: #d50e3c !important;
  color: #fff !important; }

.shiny-btn1:hover {
  text-decoration: none;
  color: #fff; }

.shiny-btn1::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite; }

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
ul.section-visual__left__bnr li {
  font-size: 18px; }

li.section-visual__left__bnr__service.section-visual__left__bnr__service__border {
  background: #fff;
  border: 2px solid #CF142B; }

li.section-visual__left__bnr__service.section-visual__left__bnr__service__border a {
  color: #CF142B; }

ul.section-visual__left__bnr li span {
  background: none;
  padding: 0; }

ul.section-visual__left__bnr li {
  font-size: 20px; }

#home.lpPage .form-intro .felx__half {
  width: 50%; }

#home.lpPage .form-intro ul.list__txt li {
  background: none;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  padding: 0; }

#home.lpPage .form-intro ul.list__txt li + li {
  margin-top: .5rem; }

#home.lpPage .form-intro ul.list__txt {
  width: 50;
  margin: 1rem 0 0; }

#home.lpPage .form-intro ul.list__txt li:before {
  content: '・ '; }

#home.lpPage .form-intro ul.list__txt li {
  text-indent: -.8rem;
  padding-left: .8rem; }

ul.list__riten li {
  color: #00407F;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  background: url(/chatbot/assets/img/lp/form-intro_ico.png?d200128) no-repeat left top 8px;
  padding-left: 21px;
  line-height: 1.4; }

ul.list__riten {
  margin-bottom: 20px; }

ul.list__txt li + li {
  margin-top: .5rem; }

ul.list__txt {
  margin: 1rem 0 0; }

ul.list__txt li:before {
  content: '・ ';
  /* text-indent: -1rem; */
  /* padding-left: 1rem; */ }

ul.list__txt li {
  text-indent: -.8rem;
  padding-left: .8rem; }

.text__link {
  text-decoration: underline;
  color: #21849f; }

.text__link:hover {
  text-decoration: none; }

ul.list__riten.list__riten_s li {
  font-size: 20px;
  background-size: 20px; }

@media screen and (max-width: 767px) {
  ul.section-visual__left__bnr li {
    font-size: 18px; }

  #home.lpPage .form-intro .felx__half {
    width: 100%; }

  ul.list__riten li {
    font-size: 2rem; }

  ul.list__riten {
    margin-bottom: 20px; } }
/*△--200804 テキスト導線改善-------------------------------------------------*/
/*▽200804 SUPPORT訴求ページ用 CSS-----------------------------------*/
@media screen and (max-width: 767px) {
  #function.chatbot_support .list-function__img img {
    width: 80%; }

  #function.chatbot_support .support_flow__imgbox .support_pop_btn {
    position: absolute;
    background: #d50e3c;
    color: #fff;
    padding: 6px 12px;
    font-size: 10px;
    border-radius: 40px;
    top: 49.5%;
    left: 25.5%; }

  #function.chatbot_support .support_pop_btn:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    display: inline-block;
    margin-left: 10px; }

  #function.chatbot_support .lightbox {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%); } }
@media screen and (min-width: 768px) {
  #function.chatbot_support .support_pop_btn:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    display: inline-block;
    margin-left: 10px; }

  #function.chatbot_support .list-function__item {
    width: 43%; } }
#function.chatbot_support .list-function__item:first-child ul li:before {
  content: "●";
  color: #00bdd0;
  margin-right: 5px; }

#function.chatbot_support .list-function__item:nth-child(2) ul li:before {
  content: "●";
  color: #0160a2;
  margin-right: 5px; }

#function.chatbot_support .list-function__item ul {
  line-height: 1.75;
  padding: 30px;
  letter-spacing: 0.01em; }

#function.chatbot_support .list-function__item ul li:nth-child(2) {
  margin-top: 1em; }

#function.chatbot_support .list-function__item p.list-function__text {
  padding-top: 0 30px 30px; }

#function.chatbot_support .support_pop_btn {
  position: absolute;
  background: #d50e3c;
  color: #fff;
  padding: 9px 25px;
  font-size: 16px;
  border-radius: 40px;
  top: 31.5%;
  left: 45.5%; }

#function.chatbot_support .support_pop_btn:hover {
  opacity: .7; }

#function.chatbot_support .support_flow__imgbox {
  position: relative; }

#function.chatbot_support .support_flow__imgbox img {
  width: auto;
  margin: 0 auto;
  display: block; }

#function.chatbot_support .list-function {
  margin-top: 68px; }

#function.chatbot_support .list-function__img img {
  margin: 24px auto 0;
  display: block; }

#function.chatbot_support .list-function__item:first-child .list-function__name {
  background: #00bdd0;
  color: #fff;
  border-radius: 5px 5px 0 0; }

#function.chatbot_support .list-function__item:nth-child(2) .list-function__name {
  background: #0160a2;
  color: #fff;
  border-radius: 5px 5px 0 0; }

#function.chatbot_support .list-function__name .number {
  color: #0186b5;
  font-family: "Impact", "YakuHanJP", sans-serif;
  opacity: 0.7;
  font-size: 3rem; }

#function.chatbot_support .list-function__item li {
  text-indent: -1em;
  padding-left: 1em; }

#function.chatbot_support .section-content__inner:nth-child(2) list-function__item ul {
  padding-bottom: 30px; }

/*△200804 SUPPORT訴求ページ用 CSS-----------------------------------*/
.topics200824__point__box {
  display: flex;
  padding: 1re;
  align-items: flex-start;
  margin: 1rem 0; }

.topics200824__point__box img + .txt {
  margin-left: 1rem;
  width: auto; }

.topics200824__point__box .ttl {
  font-weight: bold;
  /* background: #f6f6f6; */
  margin-bottom: 1rem !important; }

.topics200824__point__box .txt {
  padding: 1.5rem 1.5rem 0 1.5rem;
  background: #f6f6f6; }

.topics200824__point__box .txt {
  width: 100%; }

@media screen and (max-width: 767px) {
  .topics200824__point__box {
    display: block; }

  .topics200824__point__box img + .txt {
    margin: 1rem 0 0 0; }

  .topics200824__point__box .txt {
    padding: 1.5rem; } }
@media screen and (min-width: 768px) {
  .footer-content .nav-footer__item.child + .nav-footer__item.child {
    margin-top: .5rem;
    height: auto; } }
/*------------201026----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  #feature .section-feature .list-feature__item {
    height: 430px; } }
.tx__link {
  text-decoration: underline; }

/*----------------201028FB修正--------------------------------------------------------*/
@media screen and (min-width: 768px) {
  #feature .button-content--s.mt {
    position: absolute;
    top: 320px;
    left: 50px; }

  #feature .list-feature__item .list-feature__box {
    position: relative; } }
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #feature .button-content--s.mt.pos-left {
    left: 750px; } }
/*---------------201027 lineworks-------------------------------------------------------------*/
.lineworks .flex__2col {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }

.lineworks .flex__2col div.cntList {
  border: 2px solid #21849f;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  width: 100%; }

.lineworks .flex__2col div.wrap {
  width: 48%; }

.lineworks .flex__2col h4 {
  font-size: 1.8rem;
  font-weight: bold; }

.lineworks .flex__2col h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00407f; }

.lineworks .flex__2col ul {
  margin: 30px 0; }

.lineworks .flex__2col ul img {
  width: 30px;
  margin-left: 10px;
  margin-top: 3px; }

/*.lineworks .flex__2col li::before {
    content: "・";
    color: #21849f;
}*/
.lineworks .flex__2col .button-content--s {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }

.lineworks .flex__2col ul li {
  line-height: 2.25;
  font-size: 1.3rem;
  text-align: left;
  display: block;
  margin: 0 auto;
  width: 220px; }

.lineworks .flex__2col .wrap2 ul li {
  width: 180px; }

.lineworks .cnt-first img {
  width: 80%;
  display: block;
  margin: 68px auto 0; }

.lineworks .tx-img_box {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  width: 1000px;
  margin: 0 auto; }

.lineworks .tx-img_box img {
  margin-right: 90px;
  width: 70%; }

.lineworks p {
  line-height: 2.25; }

@media screen and (max-width: 768px) {
  .lineworks .flex__2col ul li {
    width: 140px; }

  .lineworks .flex__2col .wrap2 ul li {
    width: 120px; }

  .lineworks .tx-img_box {
    display: block;
    justify-content: space-between;
    padding: 30px 0;
    width: 100%;
    margin: 0 auto; }

  .lineworks .tx-img_box img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px; }

  .lineworks .flex__2col div.wrap {
    width: 100%; }

  .lineworks .flex__2col {
    display: block; }

  .lineworks .flex__2col div.wrap + .wrap {
    width: 99%;
    margin-top: 11.4583333333vw; }

  .lineworks .flex__2col ul {
    margin: 10px 0 auto 0; }

  .lineworks .cnt-first img {
    width: 100%;
    display: block;
    margin-top: 8.8541666667vw; } }
@media screen and (min-width: 769px) {
  .h4-1line {
    margin: 27px auto 44px; }

  .othertools .button-content {
    width: 400px; }

  .othertools .btn_wrap_center_two {
    width: 100%; } }
.lineworks .section-head__title .ja {
  line-height: 1.3; }

@media screen and (max-width: 768px) {
  .lineworks .section-head__title .ja {
    font-size: 1.6rem; } }
/*201104----------------------------------------------------------------------------*/
.lineworks .cnt___right-left .tx-img_box img {
  width: auto;
  height: 330px;
  object-fit: contain; }

.cnt___right-left h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em; }

.lineworks .cnt___right-left .cnt__01, .section-content.mt__40 {
  background: linear-gradient(-275deg, #eaeaea, #ffffff); }

.lineworks .cnt___right-left .cnt__02 {
  background: linear-gradient(-575deg, #c6e8f2, #ffffff); }

.lineworks .cnt___right-left .tx-img_box {
  padding: 80px 0; }

.lineworks .cnt___right-left {
  margin-top: 20px; }

.lineworks .cnt___right-left .cnt__02 .tx-img_box img {
  height: auto;
  width: 45%; }

@media all and (-ms-high-contrast: none) {
  .lineworks .cnt___right-left .cnt__02 .tx-img_box img {
    height: auto;
    width: 400px; }

  .lineworks .tx-img_box img {
    width: auto; } }
.lineworks .cnt___right-left p {
  font-size: 1.1em; }

.lineworks .flex {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 20px auto; }

.lineworks .flex dd {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-top: 20px; }

.lineworks .flex__2col ul li {
  line-height: 1.2;
  display: block;
  margin: 0 auto;
  text-align: center; }

.lineworks .flex__2col ul li span {
  width: 110px;
  display: block;
  margin: 0 auto 20px; }

.lineworks .flex__2col ul li span img {
  width: 100%;
  margin: 0 auto;
  display: block; }

.lineworks .othertools .flex {
  width: 100%; }

.lineworks #sec__examples.flex {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 40px auto;
  flex-wrap: wrap; }

.lineworks #sec__examples.flex dl {
  width: 30%;
  text-align: center;
  margin-bottom: 30px; }

@media screen and (min-width: 769px) {
  .lineworks .cnt__01-1 .tx-img_box {
    width: 870px; } }
@media screen and (max-width: 768px) {
  .lineworks .cnt___right-left .tx-img_box img {
    width: 100%; }

  .lineworks .cnt___right-left .cnt__02 .tx-img_box img {
    width: 100%; }

  .lineworks .flex {
    display: block;
    justify-content: space-between;
    width: 40%;
    margin: 30px auto; }

  .lineworks .flex dl, .lineworks .flex__2col ul li {
    margin-bottom: 30px; }

  .lineworks .flex dl:last-child, .lineworks .flex__2col ul li:last-child {
    margin-bottom: 0; }

  .lineworks .cnt___right-left .tx-img_box {
    padding: 30px 0; }

  .lineworks #sec__examples.flex {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 40px auto; }

  .lineworks #sec__examples.flex dl {
    width: 100%; }

  .lineworks #sec__examples.flex dl img {
    width: 60%; } }
.section-content.mt__40 {
  padding: 20px 0 1px; }

.section-content.mt__40 h2 {
  font-size: 1.8rem; }

.section-content.bg-grade_lineworks {
  padding-bottom: 0; }

/*tanakatuika*/
.line_works_box_gr {
  background: #ebecee;
  padding: 2rem 0;
  margin-top: 2rem; }

.line_works_box_wh {
  background: #fff;
  padding: 4rem 0; }

.line_works_box {
  display: flex;
  align-items: center;
  justify-content: center; }

.line_works_box img {
  order: 2; }

.line_works_box .txt {
  margin-right: 2rem; }

.line_works_box .txt h4 {
  font-size: 2rem;
  margin-bottom: 3rem; }

.line_works_box.line_works_box2 img {
  order: 1; }

.line_works_box.line_works_box2 .txt {
  order: 2;
  margin: 0 0 0 2rem; }

section.section-content.mt__40.line_works_box3 h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: normal; }

section.section-content.mt__40.line_works_box3 {
  background: #ebecee;
  padding: 4rem 0 1rem; }

.lineworks .flex__2col div.cntList {
  border: 2px solid #21849f;
  background: #fff; }

.lineworks .flex__2col h4 {
  color: #21849f; }

.lineworks .tx-img_box img {
  border: 1px solid #ccc; }

@media screen and (max-width: 768px) {
  .line_works_box {
    display: block;
    height: 30; }

  .line_works_box img {
    height: 270px;
    width: auto;
    margin: 0 auto;
    display: block; }

  .line_works_box .txt {
    margin: 2rem auto 0; }

  .line_works_box .txt h4 {
    text-align: center;
    margin: 0 auto 2rem; }

  .line_works_box .txt p {
    text-align: center; }

  .line_works_box.line_works_box2 img {
    width: auto;
    height: auto; }

  .line_works_box.line_works_box2 .txt {
    margin: 2rem 0 0; }

  .line_works_box_gr {
    padding: 3rem 0; } }
/*201006*/
#scene .list-icon-box__text.list-icon-box__text--list li {
  text-indent: -0.7em;
  padding: 0.7em; }

/*200923*/
@media screen and (min-width: 769px) {
  body#scene #department .btm_cnt {
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 51, 0.1); }

  body#scene #department .btm_cnt .txt {
    width: 55%;
    text-align: left; }

  body#scene #department .btm_cnt .img {
    width: 42%;
    text-align: right; }

  body#scene #department .btm_cnt .ttl {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem; }

  body#scene #department .btm_cnt .flex {
    display: flex;
    justify-content: space-between; } }
@media screen and (max-width: 769px) {
  body#scene #department .btm_cnt {
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 51, 0.1); }

  body#scene #department .btm_cnt .txt {
    width: 100%;
    text-align: left; }

  body#scene #department .btm_cnt .img {
    width: 100%;
    text-align: center;
    margin: 0 auto; }

  body#scene #department .btm_cnt .img img {
    width: 200px;
    height: 200px;
    object-fit: contain; }

  body#scene #department .btm_cnt .ttl {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem; }

  body#scene #department .btm_cnt .flex {
    display: flex;
    justify-content: space-between;
    flex-flow: column-reverse; } }
.breadcramb-content__item {
  z-index: 2; }

/*201006*/
#scene .list-icon-box__text.list-icon-box__text--list li {
  text-indent: -0.7em;
  padding: 0.7em; }

/*201113------------------------------------------*/
.topics200824__point__box.nonflex {
  display: block;
  width: 90%;
  margin: 0 auto; }

.topics200824__point__box.nonflex img {
  margin: 0 0 30px; }

.topics200824__point__box.nonflex img + .txt {
  margin-left: 0;
  padding: 2rem; }

#topics .tpc_dtl .topics200824__point__box.nonflex p {
  margin-bottom: 0; }

#topics .topics-content__button.mt60 {
  margin-top: 60px; }

@media screen and (max-width: 768px) {
  .topics_detail .tpc_dtl.sp_mb60 {
    margin-bottom: 60px; } }
/*201130*/
.under_bnr_document {
  padding: 40px 50px;
  border: 2px solid #21849f;
  background: #e8f2f5;
  width: 80%;
  margin: 4rem auto 0;
  box-sizing: border-box; }

.under_bnr_document:hover {
  opacity: .7;
  transition: .3s; }

.under_bnr_document p.ttl {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #21849f;
  line-height: 1.2; }

.under_bnr_document p.ttl + p {
  font-weight: bold;
  text-align: center; }

.under_bnr_document img {
  width: auto !important;
  max-width: 100%;
  display: block;
  margin: 0 auto 10px; }

.under_bnr_document .box {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
  width: 80%;
  margin: 1rem auto 2rem; }

.under_bnr_document .box ul {
  margin: 1rem; }

.under_bnr_document .box li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.1rem;
  font-weight: bold; }

.under_bnr_document .box li:before {
  content: '✓ ';
  color: #21849f; }

.under_bnr_document .button-content--s {
  margin: 0 auto;
  width: 50%; }

@media screen and (max-width: 768px) {
  .under_bnr_document {
    width: 100%;
    margin: 2rem auto 0;
    padding: 30px; }

  .under_bnr_document p.ttl {
    font-size: 2rem; }

  .under_bnr_document .box {
    width: 100%;
    padding: 20px; }

  .under_bnr_document .box p {
    font-size: 1rem; }

  .under_bnr_document .button-content--s {
    width: 70vw; } }
/*20210106  新規LP3種--------------------------------------------------------------*/
#newlp2021 {
  /*#solution end*/ }
  #newlp2021 .section-visual {
    background-image: url("../img/lp/solution/mv_bg.jpg");
    /*height: 590px;*/
    height: 660px; }
    @media screen and (max-width: 768px) {
      #newlp2021 .section-visual {
        height: 630px; } }
  #newlp2021 .section-visual__head {
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
    text-shadow: 0 0 3px #ef6351, 0 0 3px #f00, 0 0 3px #ef6351, 0 0 3px #ef6351, 0 0 3px #ef6351, 0 0 3px #ef6351, 0 0 3px #ef6351, 0 0 3px #ef6351, 0 0 3px #ef6351, 0 0 3px #ef6351, 0 0 3px #ef6351, 0 0 3px #ef6351, 0 0 3px #ef6351, 0 0 3px #ef6351, 0 0 3px #ef6351, 0 0 3px #ef6351; }
  #newlp2021 .section-visual__box h2 {
    font-size: 2.8rem;
    color: #fff;
    font-weight: bold; }
  #newlp2021 .section-visual__inner {
    height: auto;
    padding-top: 72px; }
    @media screen and (max-width: 768px) {
      #newlp2021 .section-visual__inner {
        padding-top: 0px; } }
  #newlp2021 .dl_box {
    padding: 60px 0 0; }
    @media screen and (max-width: 768px) {
      #newlp2021 .dl_box {
        padding: 225px 0 0; } }
    #newlp2021 .dl_box a:hover {
      opacity: 0.8;
      transition: 0.3s; }
  #newlp2021 .dl_box a:first-child {
    margin-bottom: 20px;
    display: block; }
  #newlp2021 .section-visual__image {
    width: 48%; }
    @media screen and (max-width: 768px) {
      #newlp2021 .section-visual__image {
        position: absolute;
        top: 167px;
        width: 60%; } }
  #newlp2021 .box__yajirushi {
    position: relative;
    margin: 60px 0 90px; }
    @media screen and (max-width: 768px) {
      #newlp2021 .box__yajirushi {
        margin: 10px 0 50px; } }
    #newlp2021 .box__yajirushi p {
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
      position: relative;
      z-index: 10;
      margin-top: 20px; }
  #newlp2021 .box__yajirushi:after {
    content: "";
    background: url(../img/lp/solution/bg_yajirushi.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 180px;
    height: 149px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      #newlp2021 .box__yajirushi:after {
        width: 100px;
        height: 91px;
        background-size: contain; } }
  #newlp2021 .title-content-b {
    font-size: 2.25rem; }
    @media screen and (max-width: 768px) {
      #newlp2021 .title-content-b {
        font-size: 2rem; } }
  #newlp2021 #solution {
    position: relative;
    background: url(../img/lp/solution/bg_solution.png) no-repeat;
    background-position: 64% 200px;
    /*service-dl end*/ }
    #newlp2021 #solution.bg_position {
      background-position: 64% 2px; }
      @media screen and (max-width: 768px) {
        #newlp2021 #solution.bg_position {
          background-position: -30px 2px; } }
    @media screen and (max-width: 768px) {
      #newlp2021 #solution {
        background-position: -30px 500px; } }
    #newlp2021 #solution .section-content.padtop_0 {
      padding-top: 50px; }
      @media screen and (max-width: 768px) {
        #newlp2021 #solution .section-content.padtop_0 {
          padding-top: 0; } }
    #newlp2021 #solution .icon__pos-ab {
      position: absolute;
      top: 411px;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto; }
    #newlp2021 #solution ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #newlp2021 #solution ul li {
        width: 34%;
        margin-bottom: 60px;
        border: 5px solid #ef6351;
        padding: 25px;
        position: relative; }
        #newlp2021 #solution ul li:before {
          content: "";
          background: #fff;
          position: absolute;
          height: 87px;
          width: 5px;
          top: 211px;
          left: -5px; }
        #newlp2021 #solution ul li:after {
          content: "";
          background: #fff;
          position: absolute;
          height: 87px;
          width: 5px;
          top: 211px;
          right: -5px; }
        #newlp2021 #solution ul li h3 {
          font-size: 1.5rem;
          font-weight: bold;
          text-align: center;
          margin: 25px 0; }
          @media screen and (max-width: 768px) {
            #newlp2021 #solution ul li h3 {
              font-size: 18px; } }
        @media screen and (max-width: 768px) {
          #newlp2021 #solution ul li {
            width: 100%; } }
    #newlp2021 #solution .service-dl {
      display: flex;
      flex-wrap: wrap;
      padding: 50px 60px;
      border: 2px solid #ef6351;
      background: #fef0ef;
      width: 1000px;
      margin: 0 auto;
      box-sizing: border-box;
      justify-content: space-between; }
      #newlp2021 #solution .service-dl.mtb_60 {
        margin: 60px auto; }
      #newlp2021 #solution .service-dl figure {
        width: 293px; }
      #newlp2021 #solution .service-dl h2 {
        color: #ef6351;
        font-size: 1.6rem;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          #newlp2021 #solution .service-dl h2 {
            font-size: 1.75rem;
            line-height: 1.2; } }
      #newlp2021 #solution .service-dl .service-dl__text p {
        margin-top: 14px;
        font-weight: normal; }
      @media screen and (max-width: 768px) {
        #newlp2021 #solution .service-dl {
          width: 100%;
          flex-wrap: wrap-reverse;
          padding: 30px 30px; } }
    #newlp2021 #solution .button-content__button {
      background: #ef6351; }
  #newlp2021 .view-more-hover {
    position: relative;
    transition: all 1s ease-out;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: 20px; }
  #newlp2021 .view-more-hover::before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #fff; }
  #newlp2021 .view-more-hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -1px;
    width: 9px;
    height: 0;
    border: 1.3px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-135deg); }
  #newlp2021 .view-more-hover:hover {
    opacity: 1;
    width: 50px; }
  #newlp2021 .button-content--s {
    width: 300px; }
    @media screen and (max-width: 768px) {
      #newlp2021 .button-content--s {
        width: 100%; } }
  #newlp2021 .list-box {
    justify-content: space-around; }
    #newlp2021 .list-box .list-box__item {
      position: relative;
      background: #fff;
      width: 34%;
      border-radius: 0;
      margin-right: 0;
      margin-bottom: 60px; }
      @media screen and (max-width: 768px) {
        #newlp2021 .list-box .list-box__item {
          height: 430px; } }
      #newlp2021 .list-box .list-box__item .list-box__txt {
        padding: 30px 20px; }
        #newlp2021 .list-box .list-box__item .list-box__txt .list-box__detail {
          font-size: 0.875rem;
          line-height: 1.6;
          text-align: center;
          font-weight: normal;
          margin-top: 1em;
          letter-spacing: 0.01em;
          text-align: left;
          text-indent: -4.7em;
          padding-left: 6em; }
          #newlp2021 .list-box .list-box__item .list-box__txt .list-box__detail span {
            background: #ef6351;
            padding: 2px 13px;
            margin-right: 10px;
            color: #fff; }
      #newlp2021 .list-box .list-box__item .list-box__img img {
        width: 100%;
        height: 237px;
        object-fit: cover; }
  #newlp2021 .list-box__name {
    height: auto;
    margin-bottom: 30px; }
  #newlp2021 .footer-link ul {
    display: flex;
    justify-content: space-around; }
    #newlp2021 .footer-link ul li {
      width: 25%; }
      #newlp2021 .footer-link ul li img {
        margin: 0 auto;
        display: block; }
      #newlp2021 .footer-link ul li h4 {
        font-size: 1.25rem;
        font-weight: bold;
        margin: 30px 0;
        text-align: center; }
      #newlp2021 .footer-link ul li p {
        font-size: 0.875rem;
        word-break: break-all; }
  #newlp2021 .mb60 {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #newlp2021 .mb60 {
        margin-bottom: 30px; } }
  #newlp2021 .pad_b0 {
    padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      #newlp2021 .pad_b0 {
        margin-bottom: 50px; } }
  #newlp2021 .button-content--s.mt {
    margin-top: 30px; }
  #newlp2021 p {
    line-height: 1.8; }
  #newlp2021 .footer-link li:hover {
    opacity: 0.6;
    transition: 0.3s; }
  #newlp2021 .mainty_tag {
    background: #ef6351;
    color: #fff;
    padding: 5px 30px;
    font-size: 1.5rem;
    border-radius: 40px;
    margin-bottom: 1em;
    display: inline-block; }

@media screen and (max-width: 768px) {
  .lpPage .layout-footer.newlp {
    height: auto; } }
@media screen and (min-width: 769px) and (max-width: 1400px) {
  #newlp2021 #solution {
    background-position: 2% 200px; }

  #newlp2021 #solution.bg_position {
    background-position: 2% 2px; } }
@media screen and (min-width: 1401px) and (max-width: 1600px) {
  #newlp2021 #solution {
    background-position: -91% 200px; }

  #newlp2021 #solution.bg_position {
    background-position: -91% 2px; } }
@media screen and (max-width: 768px) {
  #newlp2021.newlp2021-2 .section-visual__image {
    width: 67%;
    left: 60px; }

  #newlp2021.newlp2021-3 .section-visual__image {
    width: 64%;
    top: 201px; }

  #newlp2021.newlp2021-3 .section-visual {
    height: 660px; }

  .footer-link .footer_dl__box {
    padding: 0 3.90625vw; } }
/*lp3FB修正 210115------------*/
@media screen and (min-width: 768px) {
  #newlp2021 .list-box--case .list-box__item:nth-of-type(n + 4) {
    margin-top: 0px; }

  #newlp2021 .section-visual__box {
    width: 52%; }

  #home.lpPage #newlp2021 .service-dl__text {
    width: 551px; }

  #newlp2021 #solution .service-dl figure {
    width: 323px; } }
#newlp2021 #solution ul li h3 {
  font-size: 1.4rem; }

#newlp2021 #solution ul li h3 strong {
  color: #ef6351;
  font-size: 1.8rem; }

#newlp2021 a.link__txt__disp {
  display: inline-block;
  margin-top: 1rem;
  padding-left: 1rem;
  position: relative; }

#newlp2021 a.link__txt__disp:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: middle;
  border-color: #ef6351;
  content: '';
  margin: -2px 0 0px; }

#newlp2021 a.link__txt__disp:hover {
  text-decoration: underline; }

#newlp2021 #solution .service-dl {
  position: relative; }

#newlp2021 span.cover-cate {
  display: inline-block;
  margin: 0 0 0 -5px;
  padding-top: 8px;
  width: 400px;
  height: 56px;
  position: absolute;
  top: -20px;
  left: 0;
  color: white;
  box-sizing: border-box;
  background-color: #ef6351; }

#newlp2021 span.cate {
  margin: 0;
  padding-left: 25px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 1.4rem; }

#newlp2021 span.cate:before {
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-right: solid 5px #d57777;
  border-bottom: solid 5px transparent;
  content: ''; }

#newlp2021 span.cate:after {
  position: absolute;
  width: 0;
  height: 0px;
  top: 0;
  right: -16px;
  z-index: 1;
  border-style: solid;
  border-width: 28px 16px 28px 0;
  border-color: #ef6351 transparent;
  content: ''; }

/*タブ実装*/
.multipletab {
  width: 100%;
  margin: 60px auto 0;
  background: #fff;
  overflow: hidden;
  position: relative; }

.tab-buttons {
  display: inline-block;
  /*width:100%;*/
  border-bottom: 2px solid #ef6351;
  width: 90%;
  margin: 0 5%; }

.tab-buttons > span {
  display: block;
  float: left;
  cursor: pointer;
  color: #ef6351;
  background: #fef0ef;
  padding: 4px 20px;
  line-height: 40px !important;
  border-radius: 5px 5px 0 0; }

.tab-buttons > span.active {
  background: #ef6351;
  color: #fff;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.tab-content {
  position: relative; }

.tab-content > div {
  position: absolute; }

.tab-nav {
  opacity: 0;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear; }

.multipletab:hover .tab-nav {
  opacity: 1; }

.tab-nav > span {
  position: absolute;
  top: 50%;
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px; }

.tab-nav > span.next {
  right: 10px;
  background: #666 url(https://lh4.googleusercontent.com/S2yrb7GoLLN7s1-NmlkE_nS9Svzr5DQNM3dcCCp2Occ=s25-no) no-repeat;
  background-position: 5px; }

.tab-nav > span.prev {
  left: 10px;
  background: #666 url(https://lh5.googleusercontent.com/-zhCZ92aPJSo/UzumzhVUMDI/AAAAAAAAEjA/Op4ySNrW3tk/s25-no/Left+Arrow.png) no-repeat;
  background-position: 5px; }

@media screen and (max-width: 767px) {
  .tab-buttons {
    display: inline-block;
    border-bottom: 2px solid #ef6351;
    width: 100%;
    margin: 0; }

  .tab-buttons > span {
    display: block;
    float: none;
    cursor: pointer;
    color: #ef6351;
    background: #fef0ef;
    padding: 4px 20px;
    line-height: 40px !important;
    width: 90%;
    border-radius: 5px 5px 0 0;
    text-align: center;
    margin: 0 auto; }

  .multipletab {
    margin-top: 40px; }

  #newlp2021 span.cate:after {
    position: absolute;
    width: 0;
    height: 0px;
    top: 0;
    right: -15px;
    z-index: 1;
    border-style: solid;
    border-width: 18px 16px 18px 0;
    border-color: #ef6351 transparent;
    content: ''; }

  #newlp2021 span.cover-cate {
    display: inline-block;
    margin: 0 0 0 -5px;
    padding-top: 8px;
    width: 280px;
    height: 36px;
    position: absolute;
    top: -20px;
    left: 0;
    color: white;
    box-sizing: border-box;
    background-color: #ef6351; } }
/*--------------------------210112 12月改善--------------------------------------------*/
#link__related_column a {
  line-height: 1.8;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: underline; }

#link__related_column a:hover {
  text-decoration: none; }

#link__related_column a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #21849f;
  border-right: solid 2px #21849f;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px; }

sup {
  vertical-align: text-top;
  font-size: 0.6em; }

@media screen and (min-width: 768px) {
  #feature .section-feature #feature4 .list-feature__box, #feature .section-feature #feature2 .list-feature__box {
    align-content: flex-start;
    padding-top: 50px; }

  #feature .section-feature .list-feature__item#feature4, #feature .section-feature .list-feature__item#feature2 {
    height: 460px; }

  #feature #feature4 .button-content--s.mt, #feature #feature2 .button-content--s.mt {
    top: 330px; } }
/*2021.01.14  TOP改修--------------------------------------------------------------------*/
.edit2101 .section-visual__text {
  margin-top: 0;
  margin-bottom: 20px; }

.edit2101 .section-visual__title {
  margin: 0 0 20px; }

.cnt__contactSolution .sub__title-content {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background: #6073a9;
  display: block;
  padding: 5px 80px;
  border-radius: 55px;
  width: 40%;
  margin: 30px auto 0; }

.cnt__contactSolution .flex .section-content__inner:nth-child(2) .sub__title-content {
  background: #4987ca; }

.cnt__contactSolution .yajirushi {
  margin: 30px auto 60px;
  width: 0;
  height: 0;
  border: none;
  border-top: 65px solid #d50e3c;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  z-index: 1;
  opacity: 0.8; }

.cnt__contactSolution .section-content__inner-main p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold; }

.cnt__contactSolution .section-content__inner-main p strong {
  font-size: 1.5em;
  color: #d50e3c; }

.cnt__contactSolution .section-content__inner-main span {
  display: block;
  font-size: 1rem; }

.section-content__inner.mt140 {
  margin-top: 140px; }

ul.flex_item4 {
  display: flex;
  margin: 0 -15px;
  box-sizing: border-box;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%; }

ul.flex_item4 li {
  box-shadow: 0 20px 20px rgba(0, 0, 51, 0.15);
  border-radius: 30px;
  background: #fff;
  width: calc(100% - 90px / 4);
  margin: 0 15px;
  padding: 30px;
  box-sizing: border-box; }

ul.flex_item4 img {
  width: 130px;
  display: block;
  margin: 0 auto; }

ul.flex_item4 h4 {
  color: #000a45;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center; }

.lineworks.lineworkscnt_02 .flex__2col div.cntList {
  padding: 25px; }

.lineworks.lineworkscnt_02 .flex__2col div.wrap {
  width: 30%; }

.lineworks.lineworkscnt_02 .flex__2col div.wrap ul.flex {
  width: 100%; }

.lineworks.lineworkscnt_02 .flex__2col div.wrap ul.flex li {
  width: 30%;
  font-size: 1.1rem; }

.lineworks.lineworkscnt_02 .flex__2col div.wrap ul.flex li span {
  width: 80px; }

ul#cnt--seminar {
  display: flex;
  margin: 0 -15px; }

#cnt--seminar li {
  width: calc(100% - 60px / 3);
  margin: 0 15px;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  border: 0.1px solid #f1f1f1;
  box-shadow: 3px 10px 10px rgba(0, 0, 51, 0.15); }

#cnt--seminar p.tag {
  background: #00407f;
  display: inline-block;
  padding: 2px 10px;
  color: #fff; }

#cnt--seminar p.ty {
  font-weight: bold;
  margin: 20px 0;
  border-bottom: 2px dotted #00407f;
  padding-bottom: 20px; }

#cnt--seminar .button-content {
  width: 240px; }

#cnt--seminar .button-content__button {
  color: #fff;
  background: #21849f;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  width: 100%;
  height: 55px;
  border-radius: 40px;
  box-shadow: 0 4px 5px rgba(0, 0, 51, 0.15);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }

.section-content.pad0 {
  padding-bottom: 0; }

.section-content__inner.mt120 {
  margin-top: 120px; }

#department.helpdesk .lpPage_internalinquiry .onayami_list.onayami_list_general li:nth-of-type(1):after, #department.helpdesk .lpPage_internalinquiry .onayami_list.onayami_list_general li:nth-of-type(2):after {
  content: '';
  background: url(../img/department/helpdesk/nayami_helpdesk.png);
  display: inline-block;
  width: 100px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  left: 50%;
  background-position: bottom center;
  transform: translateX(-50%);
  margin-left: 0;
  bottom: -80px; }

#department.helpdesk .lpPage_internalinquiry .onayami_list.onayami_list_general li:nth-of-type(3):after {
  content: '';
  background: url(../img/department/general/img03.png);
  display: inline-block;
  width: 100px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  left: 50%;
  background-position: bottom center;
  transform: translateX(-50%);
  margin-left: 0;
  bottom: -80px; }

@media screen and (min-width: 769px) {
  .lineworks .flex__2col h4.f__1-3rem {
    font-size: 1.3rem; } }
@media screen and (max-width: 768px) {
  .lineworks.lineworkscnt_02 .flex__2col div.wrap {
    width: 100%; }

  .section-content__inner.mt140 {
    margin-top: 60px; }

  .cnt__contactSolution .sub__title-content {
    width: 100%; }

  ul.flex_item4 li, #cnt--seminar li {
    width: 100%;
    margin: 0 0 30px; }

  ul.flex_item4, ul#cnt--seminar {
    display: block;
    margin: 0; }

  #department.helpdesk .lpPage_internalinquiry .onayami_list.onayami_list_general li:nth-of-type(1):after, #department.helpdesk .lpPage_internalinquiry .onayami_list.onayami_list_general li:nth-of-type(2):after, #department.helpdesk .lpPage_internalinquiry .onayami_list.onayami_list_general li:nth-of-type(3):after {
    width: 60px;
    bottom: 0px;
    right: -10px;
    left: auto;
    height: 80px; } }
/*210118---footerナビにnew追加----------------------------------*/
#bottom_contact.not_lp li:nth-child(4) {
  position: relative; }

#bottom_contact.not_lp li:nth-child(4)::before {
  content: "NEW";
  position: absolute;
  background: #fff;
  color: #f00;
  width: 35px;
  height: 4px;
  top: 11px;
  left: 7px;
  display: block;
  z-index: 100;
  padding: 13px 8px;
  border-radius: 35px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  text-align: center;
  line-height: 6px;
  font-size: 14px; }

@media screen and (max-width: 768px) {
  #bottom_contact.not_lp li:nth-child(4)::before {
    content: "NEW";
    position: absolute;
    background: #fff;
    color: #f00;
    width: 61px;
    height: 4px;
    top: 5px;
    left: 15px;
    display: block;
    z-index: 100;
    padding: 13px 8px;
    border-radius: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    text-align: center;
    line-height: 6px;
    font-size: 14px; } }
/*20210119 FB修正 topテキスト大きさ調整*/
@media screen and (min-width: 768px) {
  #home .section-visual__text {
    font-size: 1.3rem; } }
@media screen and (max-width: 768px) {
  .section-visual__image {
    top: 48.182292vw; } }
/*20210119 Lp修正*/
#newlp2021 .section-visual__head {
  display: inline-block;
  font-weight: 500;
  font-size: 1.7rem;
  color: #fff;
  background: #ffbd2f;
  padding: 2px 42px;
  text-shadow: none; }

#newlp2021 a.link__txt__disp {
  text-decoration: underline;
  display: inline-block;
  color: #ef6351;
  margin-top: 1rem;
  padding-left: 1rem;
  position: relative;
  font-weight: bold; }

#newlp2021 a.link__txt__disp:hover {
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .tab-buttons #content1 {
    margin-left: calc(50% - 322px);
    margin-right: 20px; } }
/*20210120 FB修正*/
@media screen and (min-width: 768px) {
  #home .cnt__contactSolution .flex {
    display: flex; }

  .cnt__contactSolution .sub__title-content {
    width: 70%; }

  ul.flex_item4 h4.f_1-1em {
    font-size: 1.1em; }

  .btn_small .button-content__button {
    color: #fff;
    background: #21849f;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.03em;
    width: 100%;
    height: 60px;
    border-radius: 40px;
    box-shadow: 0 20px 20px rgba(0, 0, 51, 0.15);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }

  .button-content.btn_small {
    width: 240px; }

  .section-visual_b .section-visual__box .flex .section-visual__head {
    text-align: left;
    border-left: 1px solid;
    padding-left: 20px;
    line-height: 1.2em; }

  .section-visual_b .section-visual__box .section-visual__baloon {
    padding: 8px 20px 8px;
    font-size: 1rem; }

  .section-visual_b .section-visual__title, .section-visual_b .section-visual__text {
    text-align: left; }

  .section-visual_b .section-visual__baloon span {
    font-size: 1.5em; } }
#home .section-visual_a .section-visual__title {
  text-align: left; }

#home .section-visual_a .section-visual__text {
  font-size: 1.6rem;
  width: 870px;
  text-align: left; }

#home .section-visual_a .list-button-head {
  justify-content: initial; }

#home .section-visual_a .section-visual__text strong {
  font-size: 1.3em;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  #home .section-visual_a .section-visual__text {
    font-size: 1.6rem;
    width: 100%;
    text-align: left; }

  #home .section-visual_a .section-visual__image {
    top: 64.182292vw; }

  .section-visual_b .section-visual__image {
    top: 41.182292vw; }

  #home .section-visual_a ul.list-button-head.list-button-head-index {
    margin-top: 4vw;
    margin-bottom: 1em; }

  .section-visual_a .section-visual__baloon {
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    transform: none;
    margin: 0; } }
#cnt--seminar p.tag.tag02 {
  background: #999;
  margin-left: 10px; }

.bold_red {
  font-weight: bold;
  color: #d50e3c; }

@media screen and (min-width: 769px) {
  #page_green_banner__2col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
#page_green_banner__2col .service-dl {
  width: 48%;
  margin-bottom: 100px; }

#page_green_banner__2col.page_green_banner .service-dl__text {
  width: 60%; }

#page_green_banner__2col.page_green_banner .service-dl__text .copy {
  font-size: 1rem;
  background: #21849f;
  display: inline-block;
  font-weight: normal;
  color: #fff;
  margin-bottom: 5px;
  padding: 5px 10px; }

#page_green_banner__2col.page_green_banner .service-dl__text h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #21849f;
  line-height: 1.2; }

#page_green_banner__2col .service-dl {
  margin-top: 15px;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 30px; }

#page_green_banner__2col .button-content--s {
  width: 200px;
  margin: 0; }

#page_green_banner__2col .button-content--s .button-content__button {
  font-size: 0.8rem;
  height: 44px;
  border-radius: 32px;
  box-shadow: 0 7px 10px rgba(0, 0, 51, 0.15); }

#page_green_banner__2col.page_green_banner .service-dl figure {
  width: 40%;
  display: flex; }

#page_green_banner__2col.page_green_banner .service-dl figure img {
  object-fit: contain; }

#page_green_banner__2col.page_green_banner .service-dl__text p {
  margin-bottom: 15px;
  font-weight: normal; }

#page_green_banner__2col.page_green_banner .service-dl__text p strong {
  font-weight: bold;
  color: #21849f; }

@media screen and (max-width: 768px) {
  #page_green_banner__2col .service-dl, #page_green_banner__2col.page_green_banner .service-dl__text, #page_green_banner__2col.page_green_banner .service-dl figure {
    width: 100%; }

  #page_green_banner__2col.page_green_banner .service-dl {
    margin-bottom: 30px; }

  #page_green_banner__2col .button-content--s {
    width: 200px;
    display: block;
    margin: 0 auto; }

  #page_green_banner__2col.page_green_banner .service-dl__text {
    margin-bottom: 20px; } }
#page_green_banner__2col.page_green_banner .service-dl___red .service-dl__text .copy, #page_green_banner__2col .service-dl___red .button-content--s .button-content__button {
  background: #d50e3c; }

.page_green_banner .service-dl.service-dl___red {
  border: 2px solid #d50e3c;
  background: #fff2f5; }

#page_green_banner__2col.page_green_banner .service-dl___red .service-dl__text h2 {
  color: #d50e3c; }

@media screen and (min-width: 769px) {
  #document .list-document__item {
    width: 30%; }

  #document .list-document {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 0; }

  #document .list-document {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 0; }

  #document .list-document {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 0; }

  #document .list-document__box {
    width: 231px;
    padding-left: 38px; }

  #document .list-document__image {
    display: block;
    width: 100%; }

  #document .list-document__title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left; }

  #document .list-document__text {
    font-size: 14px; }

  #document .document-content__title.mt88 {
    margin-top: 88px; } }
@media screen and (max-width: 768px) {
  #document .document-content__title.mt88 {
    margin-top: 11.4583333333vw; } }
.strong__ty {
  font-size: 1.3em;
  font-weight: bold;
  display: block; }

ul.list__txt.list__txt--none li:before {
  content: none; }

#page_green_banner__2col.page_green_banner .service-dl___red .service-dl__text p strong {
  color: #000; }

/*20210128*/
.document-content__title .update__date {
  display: block;
  /* text-align: right; */
  font-size: 16px;
  color: #666;
  font-weight: normal; }

/*lp_solution修正20210126-------------------------------------------------*/
#newlp2021 .main_img--wrap {
  position: relative; }

#newlp2021 .main_img--wrap p.tx__01 {
  width: 219px;
  font-size: 1.2rem;
  position: absolute;
  top: 33px;
  left: 172px;
  line-height: 1.4; }

#newlp2021 .main_img--wrap p span {
  font-weight: bold;
  color: #f06554; }

#newlp2021 .main_img--wrap p.tx__02 {
  width: 200px;
  font-size: 1.2rem;
  position: absolute;
  top: 37px;
  left: 519px;
  line-height: 1.4; }

#newlp2021 .main_img--wrap p.tx__02.tx__02_3lines {
  top: 27px; }

#newlp2021 .main_img--wrap p.tx__03 {
  width: 193px;
  font-size: 1.2rem;
  position: absolute;
  top: 32px;
  left: 872px;
  line-height: 1.4; }

#newlp2021 .main_img--wrap p.tx__04 {
  width: 204px;
  font-size: 1.2rem;
  position: absolute;
  top: 200px;
  left: 97px;
  line-height: 1.4; }

#newlp2021 .main_img--wrap p.tx__05 {
  width: 204px;
  font-size: 1.2rem;
  position: absolute;
  top: 195px;
  left: 576px;
  line-height: 1.4; }

#newlp2021 .main_img--wrap p.tx__06 {
  width: 204px;
  font-size: 1.2rem;
  position: absolute;
  top: 220px;
  left: 902px;
  line-height: 1.4; }

@media screen and (max-width: 768px) {
  #newlp2021 .main_img--wrap p.tx__01 {
    width: 129px;
    font-size: 1.2rem;
    position: absolute;
    top: 16px;
    left: 20px;
    line-height: 1.4; }

  #newlp2021 .main_img--wrap p.tx__02 {
    width: 120px;
    font-size: 1.2rem;
    position: absolute;
    top: 22px;
    left: 201px;
    line-height: 1.4; }

  #newlp2021 .main_img--wrap p.tx__03 {
    width: 120px;
    font-size: 1.2rem;
    position: absolute;
    top: 109px;
    left: 191px;
    line-height: 1.4; }

  #newlp2021 .main_img--wrap p.tx__04 {
    width: 118px;
    font-size: 1.2rem;
    position: absolute;
    top: 113px;
    left: 18px;
    line-height: 1.4; }

  #newlp2021 .main_img--wrap p.tx__05 {
    width: 122px;
    font-size: 1.2rem;
    position: absolute;
    top: 200px;
    left: 15px;
    line-height: 1.4; }

  #newlp2021 .main_img--wrap p.tx__06 {
    width: 122px;
    font-size: 1.2rem;
    position: absolute;
    top: 197px;
    left: 190px;
    line-height: 1.4; }

  #newlp2021 .main_img--wrap p.tx__02.tx__02_3lines {
    top: 19px; }

  #newlp2021 .main_img--wrap p.tx__02.tx__02_4lines {
    top: 11px; } }
.column_fsmall {
  margin-top: 0.5em;
  display: block;
  font-size: 0.8em; }

/*20210204----------------------------------------------------------*/
.bg_btn_red .button-content__button {
  background: #d50e3c; }

#download_btn_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

#download_btn_list li {
  width: 30%;
  margin-bottom: 60px; }

#download_btn_list li .ty {
  font-size: 1.5rem;
  font-weight: bold; }

#download_btn_list .button-content--s {
  width: 70%;
  margin: 0 auto; }

#download_btn_list .button-content__button {
  background: #d50e3c; }

@media screen and (max-width: 768px) {
  #download_btn_list li {
    width: 100%; } }
/*20210215-----------------------------------------------------------------------------------------------*/
main .headline_tx {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  background: #005fc5;
  line-height: 1.8; }

@media screen and (min-width: 768px) {
  #page__enterpeise #department .section-head.department__mv h1 span {
    line-height: 1.5;
    display: inline-block;
    margin-top: -50px; }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__01 {
    width: 259px;
    font-size: 1.2rem;
    position: absolute;
    top: 22px;
    left: 204px;
    line-height: 1.4; }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__03 {
    width: 223px;
    font-size: 1.2rem;
    position: absolute;
    top: 32px;
    left: 803px;
    line-height: 1.4; }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__05 {
    width: 243px;
    font-size: 1.2rem;
    position: absolute;
    top: 189px;
    left: 552px;
    line-height: 1.4; }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__06 {
    width: 220px;
    font-size: 1.2rem;
    position: absolute;
    top: 201px;
    left: 848px;
    line-height: 1.4; }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__04 {
    width: 213px;
    font-size: 1.2rem;
    position: absolute;
    top: 160px;
    left: 157px;
    word-break: break-all;
    line-height: 1.4; }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__02 {
    width: 200px;
    font-size: 1.2rem;
    position: absolute;
    top: 36px;
    left: 537px;
    line-height: 1.4; }

  /*#page__enterpeise #feature .section-feature #feature4 .list-feature__box, #page__enterpeise #feature .section-feature #feature2 .list-feature__box{
  	    padding-top: 96px;
  }*/
  /*#page__enterpeise #feature .section-feature .list-feature__item#feature3 {
      height: 810px;
  }
   	#page__enterpeise #feature .section-feature .list-feature__item#feature4 {
      height: 689px;
  }*/
  #page__enterpeise #feature .list-box-feature {
    justify-content: center; }

  #page__enterpeise #feature .list-box-feature__item {
    margin: 10px; }

  #page__enterpeise .youtubeBox iframe {
    width: 670px;
    height: 364px;
    max-width: 100%;
    /* margin-left: 30%; */
    display: table-cell;
    margin: 75px auto 0;
    /* vertical-align: middle; */ }

  #page__enterpeise #feature .list-feature__item .list-feature__box {
    /* height: 100%; */
    padding: 90px 60px; } }
#price_opt td {
  vertical-align: middle;
  text-align: center;
  /* width: 340px; */
  padding: 30px;
  border: 2px solid #ebecee; }

#price_opt th {
  vertical-align: middle;
  width: 140px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding: 30px;
  border: 2px solid #ebecee;
  background: #ebecee;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

#price_opt table {
  width: 100%;
  position: relative; }

#price_opt table:before {
  display: block;
  position: absolute;
  content: '';
  background: #fff;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 12px 6px #0000000a;
  z-index: -9; }

div#price_opt {
  margin-top: 68px; }

#page__enterpeise .main_img--wrap strong {
  font-weight: bold;
  color: #005fc5; }

#price_opt td:nth-child(3) {
  text-align: left; }

#price_opt th:nth-child(3) {
  border-right: 2px solid #ebecee; }

#price_opt .bt_gray {
  border-bottom: 2px solid #ebecee; }

@media screen and (max-width: 767px) {
  div#price_opt {
    overflow-x: auto;
    margin-top: 4.9479166667vw;
    margin-bottom: -3.90625vw;
    padding-right: 7.8125vw; }

  #price_opt table {
    width: 206.25vw;
    padding: 3.90625vw;
    margin: 0 -3.90625vw; }

  #page__enterpeise #feature .section-feature .list-feature__title {
    z-index: 2; }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__01 {
    top: 10px; }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__02 {
    top: 40px; }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__03 {
    top: 125px; }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__04 {
    top: 100px;
    word-break: break-all; }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__05 {
    top: 190px; }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__06 {
    top: 215px; } }
.f_08em {
  font-size: 0.8em; }

.sma_head {
  font-weight: bold;
  font-size: 1.4em; }

.bold {
  font-weight: bold; }

@media screen and (min-width: 768px) {
  #page__enterpeise .image-content.image-content--right.youtubeBox {
    margin-left: 60px; }

  #page__enterpeise #feature .section-feature .list-feature__item {
    height: 100%; }

  #page__enterpeise #feature .section-feature #feature2 .list-feature__box {
    align-content: center; }

  #function .button__news.enterprise {
    width: 520px;
    margin-top: 130px; } }
#function .button__news.enterprise {
  position: relative; }

.button-content.js-hover.button__news.enterprise:after {
  content: "お気軽にお問合せください";
  border: solid 2px #d50e3c;
  background: #fff;
  color: #d50e3c;
  position: absolute;
  top: -110px;
  right: -40px;
  padding: 30px;
  width: 73px;
  border-radius: 110px;
  height: 70px; }

.button-content.js-hover.button__news.enterprise:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 21.5px 0 21.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 43px;
  top: -5px;
  transform: rotate(35deg);
  z-index: 2;
  content: ""; }

@media screen and (max-width: 767px) {
  .button-content.js-hover.button__news.enterprise:before {
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 19px 12.5px 0 12.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 43px;
    top: 15px;
    transform: rotate(35deg);
    z-index: 2; }

  .button-content.js-hover.button__news.enterprise:after {
    content: "お気軽にお問合せください";
    border: solid 2px #d50e3c;
    background: #fff;
    color: #d50e3c;
    position: absolute;
    top: -68px;
    right: -30px;
    padding: 20px;
    width: 63px;
    border-radius: 110px;
    height: 60px; }

  #function .button__news.enterprise {
    margin-top: 60px; } }
a.tx_bow {
  text-decoration: underline;
  display: block;
  margin-top: 1em; }

a.tx_bow:hover {
  text-decoration: none; }

a.tx_bow::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 5px 3px 0;
  vertical-align: middle;
  border-color: #05a4c9;
  content: ''; }

.page_green_banner__2col__w100#page_green_banner__2col .service-dl {
  width: 100%;
  margin-top: 60px; }

.page_green_banner.enterprise .service-dl {
  border: 2px solid #005fc5;
  background: #e2f0ff;
  border-radius: 10px; }

#page_green_banner__2col.page_green_banner.enterprise .service-dl__text .copy {
  background: #005fc5; }

#page_green_banner__2col.page_green_banner.enterprise .service-dl__text h2 {
  color: #005fc5; }

.page_green_banner.enterprise .button-content__button {
  background: #005fc5; }

@media screen and (max-width: 767px) {
  #page_green_banner__2col.page_green_banner.enterprise img {
    width: 60%;
    margin: 0 auto; } }
/*20210224---------------------------------------------*/
@media screen and (min-width: 769px) {
  #document .list-document {
    flex-wrap: wrap;
    margin: -30px -15px;
    justify-content: unset; }

  #document .list-document__item {
    margin: 30px 15px; }

  #document .list-document__item:nth-of-type(n + 3) {
    margin: 30px 15px; } }
/*
@-moz-document url-prefix() {
		.button-content.js-hover.button__news.enterprise:after {
    content: "";
	background: url(""../../img/price/contact_icon.png"")
}
	
}*/
/*20210226-----------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  #home.lpPage #page_green_banner__2col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
#home.lpPage #page_green_banner__2col .service-dl {
  width: 48%;
  margin-bottom: 100px; }

#home.lpPage #page_green_banner__2col.page_green_banner .service-dl__text {
  width: 60%; }

#home.lpPage #page_green_banner__2col.page_green_banner .service-dl__text .copy {
  font-size: 1rem;
  background: #21849f;
  display: inline-block;
  font-weight: normal;
  color: #fff;
  margin-bottom: 5px;
  padding: 5px 10px; }

#home.lpPage #page_green_banner__2col.page_green_banner .service-dl__text h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #21849f;
  line-height: 1.2; }

#home.lpPage #page_green_banner__2col .service-dl {
  margin-top: 15px;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 30px; }

#home.lpPage #page_green_banner__2col .button-content--s {
  width: 200px;
  margin: 0; }

#home.lpPage #page_green_banner__2col .button-content--s .button-content__button {
  font-size: 0.8rem;
  height: 44px;
  border-radius: 32px;
  box-shadow: 0 7px 10px rgba(0, 0, 51, 0.15); }

#home.lpPage #page_green_banner__2col.page_green_banner .service-dl figure {
  width: 40%;
  display: flex; }

#home.lpPage #page_green_banner__2col.page_green_banner .service-dl figure img {
  object-fit: contain; }

#home.lpPage #page_green_banner__2col.page_green_banner .service-dl__text p {
  margin-bottom: 15px;
  font-weight: normal; }

#home.lpPage #page_green_banner__2col.page_green_banner .service-dl__text p strong {
  font-weight: bold;
  color: #21849f; }

@media screen and (max-width: 768px) {
  #home.lpPage #page_green_banner__2col .service-dl, #page_green_banner__2col.page_green_banner .service-dl__text, #page_green_banner__2col.page_green_banner .service-dl figure {
    width: 100%; }

  #home.lpPage #page_green_banner__2col.page_green_banner .service-dl {
    margin-bottom: 30px; }

  #home.lpPage #page_green_banner__2col .button-content--s {
    width: 200px;
    display: block;
    margin: 0 auto; }

  #home.lpPage #page_green_banner__2col.page_green_banner .service-dl__text {
    margin-bottom: 20px; } }
#home.lpPage #page_green_banner__2col.page_green_banner .service-dl___red .service-dl__text .copy, #page_green_banner__2col .service-dl___red .button-content--s .button-content__button {
  background: #d50e3c; }

#home.lpPage .page_green_banner .service-dl.service-dl___red {
  border: 2px solid #d50e3c;
  background: #fff2f5; }

#home.lpPage #page_green_banner__2col.page_green_banner .service-dl___red .service-dl__text h2 {
  color: #d50e3c; }

#home.lpPage #page_green_banner__2col.page_green_banner .service-dl___red .service-dl__text p strong {
  color: #d50e3c; }

span.link__bg {
  font-size: 1.7rem;
  background: #05a4c9;
  display: block;
  padding: 10px;
  border-radius: 150px;
  color: #fff;
  margin-bottom: 0.5em;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }

.box_price_right {
  display: flex;
  justify-content: space-between; }

.box_price_right div {
  width: 48%; }

.box_price_right div #price .price-table__inner:before {
  display: block;
  position: absolute;
  content: '';
  background: #fff;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -9; }

.box_price_right #price .price-table__plan {
  padding: 4px; }

.box_price_right #price .price-table__detail {
  font-size: 1.1rem; }

.box_price_right #price .price-table__text {
  font-size: 0.9rem; }

.box_price_right #price .price-table__text--l {
  font-size: 2rem; }

.box_price_right #price .price-table__text--l .small {
  font-size: 1rem; }

/*20210301-----------------------------------------*/
.main__cv_link_wrap > div {
  width: 100%;
  padding: 10px;
  background: #fff;
  /* width: 48%; */
  border-radius: 140px;
  text-align: center;
  font-size: 24px;
  /* box-shadow: 10px 10px 10px rgb(0 16 94 / 40%); */
  color: #ffffff;
  background-color: #d50e3c;
  transition: box-shadow 0.5s;
  /*box-shadow:
    10px 10px 30px rgb(0 ,41, 103),
    -10px -10px 30px rgb(119, 131, 201),
    inset 10px 10px 30px transparent,
    inset -10px -10px 30px transparent;
background-image: linear-gradient( 135deg, #2AFADF 10%, #4C83FF 100%);*/
  transition: ease;
  margin-bottom: 23px; }

.main__cv_link_wrap img {
  position: absolute;
  top: 16px;
  left: 40px; }

.main__cv_link_wrap {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 30px; }

.main__cv_link_wrap a {
  color: #ffffff; }

.main__cv_link_wrap > div:hover {
  opacity: 0.9;
  /* background-image: linear-gradient(300deg, #2AFADF 10%, #4C83FF 100%);*/
  /* transition: ease; */ }

.p-link-box_wrap .p-link-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.p-link-box_cnt .num {
  font-size: 3rem; }

.p-link-box_cnt p.num {
  font-size: 2rem;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  font-weight: bold;
  background: #05a4c9;
  display: block;
  padding: 5px 8px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  width: 60px;
  margin: 0 auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }

.p-link-box_cnt {
  border-radius: 10px;
  position: relative;
  /*padding: 40px 40px 60px 40px;*/
  padding: 30px 20px 50px 20px;
  width: 19%;
  margin: 30px 0;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }

.p-link-box_cnt p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #003c7a; }

.p-link-box_cnt img {
  margin: 0 auto;
  display: block; }

.p-link-box_cnt:hover {
  opacity: 0.8; }

.btn_wrap_center_two.tx__long .button-content {
  width: 360px; }

.mt80 {
  margin-top: 80px; }

.button-content.w360 {
  width: 360px; }

.tbl_tempList td {
  /* border: 1px solid; */
  padding: 10px 20px; }

.tbl_tempList th {
  font-weight: bold;
  padding: 10px 20px; }

.tbl_tempList th {
  background: #002866;
  color: #fff;
  width: 33%; }

.tbl_tempList {
  width: 100%;
  border: 2px solid #ebecee;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff; }

.tbl_tempList tr > th:first-child {
  border-right: 1px solid #fff; }

.tbl_tempList tr > td:first-child {
  border-right: 1px solid #ebecee; }

.mb60 {
  margin-bottom: 60px; }

#home.lpPage .service-dl__text h2 {
  text-align: left; }

#home.lpPage .service-dl__text .copy.tag {
  background: #21849f;
  display: inline-block;
  font-weight: normal;
  color: #fff;
  margin-bottom: 5px;
  padding: 5px 10px; }

.box_price_right table {
  background: #fff; }

.p-link-box_cnt:after {
  content: "Read More";
  display: block;
  margin: 10px auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 1.5rem;
  text-align: center; }

.p-link-box_cnt:before {
  content: "";
  display: block;
  width: .125rem;
  height: 1.25rem;
  background-color: #d50e3c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

li.cb_item2 {
  width: 48%;
  background: #fff;
  /* border: 3px solid #002866; */
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }

p.cb_pt_ttl {
  font-weight: bold;
  color: #002866;
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: center; }

ul.cb_list2.tileSame {
  display: flex;
  justify-content: space-between; }

.section_bg_circle {
  background-image: url("/chatbot/assets/img/lp/bg_circle.jpg"); }

.section-content #page_green_banner__blue .service-dl__text h2 {
  color: #005fc5; }

.section-content #page_green_banner__blue .button-content__button {
  background: #005fc5; }

main .section-content #page_green_banner__blue .service-dl {
  border: 2px solid #005fc5;
  border-radius: 5px;
  background: #e2f0ff; }

.box_price_right p, .cb_item2_text {
  line-height: 2.25;
  letter-spacing: -0.01em; }

.cb_item2 img {
  margin-top: 30px; }

#home.lpPage #page_green_banner__2col.page_green_banner .service-dl__text h2#f_size_small {
  font-size: 1.3rem; }

.main__cv_link_wrap a {
  font-size: 1.2rem; }

#home.lpPage #page_green_banner__blue .service-dl__text .copy.tag {
  background: #005fc5; }

.main__cv_link_wrap > div:nth-child(2):before {
  content: "事例集、チャットボット比較、トライアルのコツなど";
  position: absolute;
  font-size: 1rem;
  width: 140px;
  background: #fff;
  color: #000033;
  top: -47px;
  left: 432px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }

.main__cv_link_wrap > div {
  position: relative; }

.main__cv_link_wrap > div:nth-child(2):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 40px;
  left: 470px; }

@media screen and (max-width: 768px) {
  .main__cv_link_wrap > div:nth-child(2):before {
    content: "事例集、チャットボット比較、トライアルのコツなど";
    position: absolute;
    font-size: 1rem;
    width: 70px;
    background: #fff;
    color: #000033;
    top: -77px;
    left: 256px;
    padding: 15px 12px;
    border-radius: 49px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }

  .main__cv_link_wrap > div:nth-child(2):after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 9px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 2px;
    left: 283px;
    /* box-shadow: 0px 4px 10px rgb(0 0 0 / 10%); */ }

  .p-link-box_wrap .p-link-box {
    display: block; }

  .p-link-box_cnt.area-link {
    width: 100%;
    margin-bottom: 60px; }

  .p-link-box_cnt p.num {
    padding: 15px; }

  .p-link-box_cnt img {
    width: 50%; }

  span.link__bg {
    border-radius: 5px; }

  .box_price_right {
    display: block; }

  .box_price_right div {
    width: 100%;
    /* box-sizing: border-box; */ }

  .main__cv_link_wrap > div {
    width: 100%;
    padding: 5px;
    font-size: 17px; }

  .main__cv_link_wrap {
    display: block;
    margin-top: 30px;
    width: 100%;
    padding: 0; }

  .box_price_right #price .price-table__plan {
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #f9f9f9; }

  .box_price_right #price .price-table__title {
    flex-wrap: wrap; }

  .box_price_right #price .price-table__inner {
    /* display: inline-table; */ }

  ul.cb_list2.tileSame {
    display: block; }

  li.cb_item2 {
    width: 100%; }

  #home .section-visual_a .section-visual__image {
    display: block;
    position: relative;
    top: 0;
    /* width: 100%; */
    left: 0;
    width: 100%;
    padding: 0 10px; }

  #home .section-visual_a .section-visual__imag img {
    position: absolute;
    top: 16px;
    left: 40px; }

  /*.top .main__cv_link_wrap > div {
      width: 47%;
      padding: 10px;
  }*/
  .top .main__cv_link_wrap {
    display: flex; }

  .top .main__cv_link_wrap > div:nth-child(2):before {
    content: "事例集、チャットボット比較、トライアルのコツなど";
    position: absolute;
    font-size: 1rem;
    width: 140px;
    background: #fff;
    color: #000033;
    top: -30px;
    left: 203px;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }

  .top .main__cv_link_wrap > div:nth-child(2):after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 19px 0 11px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 4px;
    left: 270px;
    /* box-shadow: 0px 4px 10px rgb(0 0 0 / 10%); */ } }
.section-visual__image.top img {
  position: absolute;
  top: 16px;
  left: 40px; }

@media screen and (min-width: 769px) {
  #home .section-visual_a .section-visual__text {
    width: 790px; }

  .top .main__cv_link_wrap > div {
    padding: 10px; } }
.section-visual__image.top {
  pointer-events: visible; }

#page_green_banner__blue a.button-content__button {
  background: #005fc5; }

#home.lpPage #page_green_banner__blue .service-dl.area-link {
  border: 2px solid #005fc5;
  background: #e2f0ff;
  border-radius: 5px; }

.mb80 {
  margin-bottom: 80px; }

.button-content__button {
  text-align: center; }

.button-content.js-hover.button__news.enterprise.short-txt {
  position: relative;
  width: 500px; }

@media screen and (max-width: 768px) {
  .main__cv_link_wrap img {
    position: absolute;
    top: 9px;
    left: 40px;
    width: 30px; }

  .section-visual__image.top img {
    width: 30px; }

  .button-content.js-hover.button__news.enterprise.short-txt {
    width: 85%; } }
.mtb120 {
  margin-bottom: 120px;
  margin-top: 120px; }

.mtb120.button-content.is-on {
  margin-bottom: 120px; }

@media all and (-ms-high-contrast: none) {
  .lpPage#home .page_green_banner#page_green_banner__2col .service-dl figure img {
    height: 190px;
    margin-top: 60px;
    width: 100%; } }
.tx-indent05 {
  text-indent: -0.5em; }

.mt1em {
  margin-top: 1em; }

span.link__bg {
  border-radius: 0px;
  box-shadow: none; }

.p__white_center {
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  margin-top: 60px;
  font-weight: bold; }

.tbl_tempList td span {
  margin-left: 1em; }

p.p__white_center:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 34px;
  height: 3px;
  left: 400px;
  background-color: #ffffff;
  transform: rotate(235deg); }

p.p__white_center {
  position: relative; }

p.p__white_center:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 34px;
  height: 3px;
  right: 400px;
  background-color: #ffffff;
  transform: rotate(299deg); }

.main__cv_link_wrap > div:nth-child(2):before {
  content: "事例集、チャットボット比較、トライアルのコツなど";
  position: absolute;
  font-size: 1rem;
  width: 180px;
  background: #fff;
  color: #000033;
  top: -47px;
  left: 432px;
  padding: 20px;
  border-radius: 10px; }

.main__cv_link_wrap > div:nth-child(2):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 57px;
  left: 470px; }

.main__cv_link_wrap a {
  color: #000;
  font-weight: bold; }

.main__cv_link_wrap > div {
  background-color: #ffa243; }

.main__cv_link_wrap a {
  font-size: 1.4rem; }

.section-visual__image.top img {
  position: absolute;
  top: 22px;
  left: 28px; }

.main__cv_link_wrap a:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 10px 3px 0;
  vertical-align: middle;
  border-color: #000;
  content: '';
  /* position: absolute; */
  /* top: 42px; */
  /* left: 120px; */ }

.main__cv_link_wrap > div {
  border-radius: 0px; }

@media screen and (max-width: 768px) {
  .main__cv_link_wrap > div:nth-child(2):before {
    position: absolute;
    font-size: 1rem;
    width: 140px;
    background: #fff;
    color: #000033;
    top: -30px;
    left: 193px;
    padding: 5px 8px;
    border-radius: 5px; }

  .main__cv_link_wrap > div:nth-child(2):after {
    border-width: 14px 19px 0 11px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 4px;
    left: 270px; } }
#home.lpPage #feature .section-feature {
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #home.lpPage #feature .section-feature {
      padding: 11.4583333333vw 0 13.0208333333vw; } }
  #home.lpPage #feature .section-feature .list-feature + .section-content__inner {
    margin-top: 68px; }
    @media screen and (max-width: 768px) {
      #home.lpPage #feature .section-feature .list-feature + .section-content__inner {
        margin-top: 8.8541666667vw; } }
#home.lpPage .form-intro {
  margin-top: 40px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    #home.lpPage .form-intro {
      margin-top: 5.2083333333vw;
      display: block; } }
  #home.lpPage .form-intro ul {
    margin-bottom: 20px; }
    #home.lpPage .form-intro ul li {
      color: #00407F;
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 10px;
      background: url(../img/lp/form-intro_ico.png) no-repeat left center;
      padding-left: 35px; }
      @media screen and (max-width: 768px) {
        #home.lpPage .form-intro ul li {
          font-size: 2rem; } }
  #home.lpPage .form-intro__copy {
    font-weight: bold;
    font-size: 16px; }
  #home.lpPage .form-intro figure {
    padding: 0 0 0 30px; }
    @media screen and (max-width: 768px) {
      #home.lpPage .form-intro figure {
        padding: 15px 0 0; } }
#home.lpPage .service-dl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border: 2px solid #21849f;
  background: #e8f2f5;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    #home.lpPage .service-dl {
      width: 100%;
      padding: 10px;
      flex-wrap: wrap-reverse; } }
  #home.lpPage .service-dl__text {
    width: 558px; }
    @media screen and (max-width: 768px) {
      #home.lpPage .service-dl__text {
        width: 100%; } }
    #home.lpPage .service-dl__text .copy {
      font-size: 1.5rem;
      font-weight: bold; }
    #home.lpPage .service-dl__text h2 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #21849f;
      line-height: 1.2; }
    #home.lpPage .service-dl__text p {
      margin-top: 15px;
      font-weight: bold; }
  #home.lpPage .service-dl figure {
    padding-left: 30px;
    width: 398px; }
    @media screen and (max-width: 768px) {
      #home.lpPage .service-dl figure {
        width: 100%;
        padding: 0 0 15px; } }


/*
部署別シーン
*/


.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: space-between;
}

.list-icon-box__name.f12 {
    font-size: 1.2rem;
}

.list-icon-box__name.f17 {
	font-size: 1.7rem;
}

.mb50 {
	margin-bottom: 50px;
}

.about__job__txt {
	width: 23%;
    font-size: 1.5rem;
    padding: 18px 18px 50px 18px;
    border: 1px solid #13088c;
    position: relative;
    box-sizing: border-box;
}

.about__job__txt:hover {
	background-color: #F1EAEA;
}

.about__job__txt h2 {
    font-size: 22px;
	  font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about__job__txt img {
  margin-bottom: 10px;
}

.about__job__txt p {
	font-size: 20px;
}



.job__title {
	font-size: 1.2rem;
}

.about__job__wrapper {
	text-align: center;
}

.list-icon-box__item.box-item {
	width: 48%;
    border: 1px solid #ccc;
    padding: 20px 33px;
    margin-right: 10px;
    position: relative;
}

.list-icon-box__item.box-item img {
	height: 100px;
}

.list-icon-box__item.box-item:hover {
	background-color: 
}
.section-content__inner:nth-of-type(n + 2) {
    margin-top: 45px;
}

.temp {
	position: absolute;
    background: #05a4c9;
    color: #fff;
    padding: 6px 12px;
    position: absolute;
    right: 0;
    font-size: 12px;
    z-index: 10;
    top: 0;
}

.section-content__inner .qa {
	text-decoration: underline;
}

li.list-icon-box__item.arrow {
    position: relative;
}
li.list-icon-box__item.arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #21849f;
    border-right: 2px solid #21849f;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
}


@media screen and (max-width: 768px) {
	
	.list-icon-box__item.box-item {
    width: 100%;
}
	
}

/*Q&Aテンプレート-----------------------------------------------------------------------------------------*/

.lpPage_internalinquiry ul.onayami_list.temp__item {
	justify-content: center;
}

.lpPage_internalinquiry ul.onayami_list.temp__item li {
	 padding: 10px 20px;
	margin: 8px;
	width: 32%;
}

#department .lpPage_internalinquiry .onayami_list.onayami_list_general.temp__item li:after {
    content: none;
}

.lpPage_internalinquiry .onayami_list.onayami_list_general.temp__item li:after {
    content: none;
}

@media screen and (max-width: 768px) {
	.lpPage_internalinquiry ul.onayami_list.temp__item li {
		width: 100%;
	}
}


/*manufacturer-----------------------------------------------------------------------------------------*/

.section-content__inner.d-flex.Issue_item_wrapper {
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 51 / 15%);
    padding: 32px 36px;
}

.issue.issue_box {
    position: relative;
}

.issue__container.issue_wrap {
    padding-top: 0px;
}

.issue_wrap .issue__heading {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.46667;
    font-size: 2.25rem;
    font-weight: bold;
}

.issue_wrap .issue__list {
    width: 800px;
    margin: 0 auto 75px;
}

.issue_wrap .issue__list__item {
    padding: 16px 25px 14px 74px;
    position: relative;
}

.issue_wrap .issue__list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
}

.issue_wrap.ebe .issue__list__item {
	background-color: #ebecee;
}

.issue_wrap .issue__list__item::before {
    position: absolute;
    left: 22px;
    display: inline-block;
    margin-right: 15px;
    content: url("../img/scene/checkbox_icon.png");
}

.fe_emgr {
	color: #d50e3c;
}

.section-content.p0 {
    padding: 88px 0 0px;
}

.list-icon-box__text--list.dw-w {
	flex-wrap: wrap;
}


#scene .list-icon-box__text.list-icon-box__text--list.dw-w li {
	padding: 0 0 1.2em 0;
	width: 50%; 
}

.list-icon-box__text--list.dw-w .text-item:nth-of-type(n + 2) {
    margin-left: 0!important;
}

.list-icon-box__item.box-item .list-icon-box__inner p {
	  font-size: 14px;
    padding-top: 15px;
}


.section-content__inner.mbs {
    margin-top: 60px;
}

.section-content__inner.mbt {
    margin-top: 20px;
}


@media screen and (max-width: 768px) {
	.section-content__inner.d-flex.Issue_item_wrapper {
		width: 80%;
	}
	
	.Issue__item.left {
    width: 100%;
}
	
	.Issue__item.right {
    width: 100%;
    font-size: 1.25rem;
}
	
	.Issue__item.left h2 {
    font-weight: bold;
    padding-top: 21px;
    font-size: 1.8rem;
}
	
	.Issue__item.left img {
    height: auto;
    width: 115px;
}
	
.issue_wrap .issue__list {
    width: 90%;
    margin: 0 auto 30px;
}
	
}


/*20210420 ボタン-----------------------------------------------------------------------------------------*/

.main__cv_link_wrap a.dis_b {
	display: block;
	position: relative;
	padding: 14px 0px 14px 86px;
  text-align: left;
	color: #000;
}

.main__cv_link_wrap a.dis_b:before {
	border-color: #000;
}

.main__cv_link_wrap a.dis_b:hover {
    opacity: .7;
}




.main__cv_link_wrap > div:nth-child(2):after {
    top: -90px;
    left: 410px;
	transform: rotate(182deg);
}

.main__cv_link_wrap > div:nth-child(2):before {
    top: -152px;
}

@media screen and (max-width: 768px) {
	
    .main__cv_link_wrap a.dis_b {
    padding: 14px 0px 14px 58px;
}
	
	.lpPage .section-visual__image.qaitem {
    pointer-events: auto;
    display: block;
    position: relative;
    top: 0;
    /* width: 100%; */
    left: 0;
    width: 100%;
    padding: 1px 10px;
}
	.main__cv_link_wrap > div:nth-child(2):after {
    top: -81px;
    left: 276px;
    transform: rotate(140deg);
}
	
	.main__cv_link_wrap > div:nth-child(2):before {
    top: -116px;
}
	
	
	
	
	
	
}


.main__cv_link_wrap > div.border {
   border-radius: 40px;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 3px 3px rgb(0 0 0 / 50%);
    border: 2px solid #fff;
}


.main__cv_link_wrap > div.border:hover {
	opacity: 1;
	background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
}


.main__cv_link_wrap a.dis_b img {
	position: absolute;
    top: 7px;
    left: 16px;
}

.border:hover {
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translate3d(0, 5px, 0);
}

.lineworks .flex.f5 {
    flex-wrap: wrap;
}

.lineworks .flex__2col ul li.mt15 {
    margin-top: 15px;
}










