@charset "UTF-8";
/* 外部ライブラリ
-------------------------------------------------------------------------- */
/* ==========================================================================
slick.js
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

.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");
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../font/BebasNeue/BebasNeue-Regular.ttf") format("truetype");
}

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;
}
.button-content.pb100 {
  padding-bottom: 100px;
}

.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 !important;
    max-width: 100%;
  }
}

.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: 300px;
  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--w {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .button-content--w {
    width: 90vw !important;
    margin: 0 auto;
  }
}

.button-content__button {
  color: #fff;
  background: #1a7d99;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.25rem;
  line-height: 1.5;
  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;
  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;
}

@media screen and (max-width: 768px) {
  .list-box {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@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%;
  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.2rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.03em;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .list-box__name {
    font-size: 1.8rem;
    height: 17.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.1rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  padding: 20px 10px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
  .list-box__detail {
    font-size: 1.2rem;
    padding: 3vw;
  }
}

.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: 50px;
}

@media screen and (max-width: 768px) {
  .list-box__text--l {
    font-size: 2.75rem;
    margin-top: 6.25vw;
  }
}

.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: 2rem;
  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.is-open {
    opacity: 1;
    pointer-events: all;
  }
}

.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--wall03 {
  background-color: #e8eff5;
  background-image: url(../img/common/bg_wall03.jpg);
}

@media screen and (max-width: 768px) {
  /* .section-content--wall02 {
    background-image: url(../img/common/bg_wall03@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: 3rem;
  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: 1rem;
    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: 2rem;
  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: 18.927083vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
    padding-top: 8.1614583333vw;
  }
}

.section-visual__topics .topics-text {
  height: 100%;
  margin-left: 160px;
}

@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;*/
    white-space: break-spaces;
    line-height: 1.6;
  }
}

.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;
}

.section-visual__topics-title a:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.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: 1rem;
  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--red {
  color: #d50e3c;
}

.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--right {
  text-align: right;
}

.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;
  position: relative;
}

@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: 1rem;
    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: 1.4rem;
    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;
  flex-shrink: 0;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #document .document-content__summary {
    width: 100%;
    margin-right: 0;
  }
}

#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: 98vw;
    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: 20px;
  }
}

@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;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #price .price-table__text--l {
    font-size: 2.45rem;
    padding-bottom: 9.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: 1rem;
    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: 1rem;
  }
}

#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: #1a7d99;
  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: 0.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: 0.7;
}

#home.toppage .section-visual__head,
.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: 0.7;
  transition: 0.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: 0.7;
  transition: 0.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: 0.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: 0.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: 0.7;
  transition: 0.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: 0.7;
  transition: 0.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: 0.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: 0.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;
  color: #000;
  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: 0.7;
  transition: 0.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: 0.3s;
  cursor: pointer;
}

.modal-open:hover {
  opacity: 0.7;
  transition: 0.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: 0.7;
  transition: 0.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 a:hover,
.column_page .relation_clmn:hover,
.column_page ul.column_list_wide li:hover {
  opacity: 0.7;
  transition: 0.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;
  margin-top: 50px;
}

.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: 0.7;
  transition: 0.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% !important;
  }

  .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: 0.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: 0.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 .section-content .sum_02 .g__zone {
    padding: 10px 0;
  }

  #document .document-content__title.document-content__title_detail02 {
    text-align: center;
  }
}

/*200428-------------------------------------------------------*/
.bnrBox_zaitaku a {
  display: block;
}

.bnrBox_zaitaku a:hover {
  opacity: 0.7;
  transition: 0.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: 0.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: 0.9rem;
  margin-bottom: 0.8em;
}

.document__zaitaku .document-content__box .flow .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

h2.document-content__title .red {
  display: block;
  font-size: 0.7em;
  color: #d50e3c;
  /* padding: 10px; */
  /* border: 1px solid #ccc; */
  margin-top: 0.3em;
}

h2.document-content__title small {
  font-size: 0.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 !important;
  }

  #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: 0.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: #1a7d99;
  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: 0.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: 0.9rem;
}

#department ul.department__answer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#department .department__answer li {
  width: 48.5%;
  margin-bottom: 40px;
  background: #fff;
  padding: 40px;
  margin: 20px 0 0;
  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: 0.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 0.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: 0.7;
  }

  .js-menu .drop_menu .box ul li:hover {
    opacity: 0.7;
    transition: 0.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: "";
  }

  .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: #1a7d99;
  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: 0.5em;
  }

  .topics_detail .news_neo td {
    text-align: left;
    vertical-align: middle;
    padding: 0.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: 0.2rem 1rem;
  margin: 1.4rem 1.2rem -0.6rem 0;
  display: inline-block;
  color: #000;
  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: #1a7d99;
  line-height: 1.2;
}

strong.btn__0 {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: 0.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: 0.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: -0.8rem;
  padding-left: 0.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: 0.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: -0.8rem;
  padding-left: 0.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: 47%;
  }
}

#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: 0.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: -1.3em;
  padding-left: 1.3em;
}

#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: 0.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;
  flex-wrap: wrap;
}

.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);
    margin-top: 35px;
  }

  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-top: 20px;
    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: 0.7;
  transition: 0.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 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.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 li figure {
  text-align: center;
}

#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: #1a7d99;
  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%;
    margin-bottom: 20px;
  }

  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.bottom_contact_column li:nth-child(1) {
  position: relative;
}

#bottom_contact.not_lp.bottom_contact_column li:nth-child(1)::before {
  content: "NEW";
  position: absolute;
  background: #fff;
  color: #f00;
  width: 35px;
  height: 4px;
  top: 11px;
  left: 8px;
  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.bottom_contact_column li:nth-child(1)::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: #1a7d99;
    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: #1a7d99;
  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: 0.8em;
}

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: #1a7d99;
  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: #1a7d99;
  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 #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: #1a7d99;
  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: #1a7d99;
  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: 0.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 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .main__cv_link_wrap > div:nth-child(1):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(1):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;
    left: 0;
    width: 100% !important;
    padding: 0 10px;
  }
  #case .section-visual_a .section-visual__image {
    display: block;
    position: relative;
    top: 0;
    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(1):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(1):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.toppage #page_green_banner__blue .service-dl.area-link,
#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(1):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(1):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: #000000;
  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(1):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(1):after {
    border-width: 14px 19px 0 11px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 4px;
    left: 270px;
  }
}

/*
部署別シーン
*/
.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;
}

.section-content__inner:nth-of-type(n + 2) {
  margin-top: 45px;
}

.temp {
  position: absolute;
  background: #1a7d99;
  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 !important;
}

.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 rgba(0, 0, 51, 0.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;
}

@media screen and (max-width: 768px) {
  .issue_wrap .issue__heading {
    margin-bottom: 10px;
  }
}

.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: 0.7;
}

.main__cv_link_wrap > div:nth-child(1):after {
  top: 10px;
  left: 410px;
  transform: rotate(182deg);
}

.main__cv_link_wrap > div:nth-child(1):before {
  top: -57px;
}

@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(1):after {
    top: -81px;
    left: 276px;
    transform: rotate(140deg);
  }

  .main__cv_link_wrap > div:nth-child(1):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 rgba(0, 0, 0, 0.5);
  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;
}

/*--------------210430----------------*/
.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 100px;
}

/************* 共通スタイルここまで **************/
/************* タブ *************/
.tab-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #d50e3c;
}

.tab {
  position: relative;
  padding: 1em;
  background-color: #ddd;
  transition: all 0.2s;
  cursor: pointer;
  width: 33.3333%;
  text-align: center;
  border-right: 1px solid #fff;
  border-top-right-radius: 13px;
  border-top-left-radius: 13px;
}

.tab:hover {
  color: #eaeaea;
  background-color: #d50e3c;
}

.tab:last-child {
  border-right: none;
}

/* タブ現在値 */
.current {
  color: #eaeaea;
  background-color: #d50e3c;
}

.current::before {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #28295e;
}

/************* メニュー *************/
.menu-box {
  width: 100%;
}

.menu {
  padding: 2em 1em;
  background-color: #eee;
  transition: all 0.2s;
  cursor: pointer;
}

/* メニュー */
.menu-container {
  /* fadein・outのために指定 */
  position: relative;
}

.menu-box {
  width: 100%;
  /* fadein・outのために指定 */
  /*position:absolute;*/
  top: 0;
}

.menu-box li.list-case__item:nth-child(1) {
  margin-top: 60px;
}

.corporate_logo_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.corporate_logo_wrap::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.corporate_logo_wrap::after {
  content: "";
  display: block;
  width: 23%;
}

.corporate_logo_wrap div {
  width: 23%;
  display: flex;
  align-items: center;
  height: 145px;
  text-align: center;
  margin: 8px 0;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 51, 0.15);
  padding: 0px 6px;
  background: #fff;
}

.corporate_logo_wrap div img {
  display: block;
  margin: 0 auto;
  height: 100%;
}

.corporate_logo_wrap div a {
  height: 100%;
  margin: 0 auto;
}

.corporate_logo_wrap div a:hover {
  opacity: 0.8;
}

.corporate_logo_wrap div.layout-3 a {
  width: 33%;
  display: flex;
  align-items: center;
}

.corporate_logo_wrap div.layout-3 img {
  width: 100%;
  height: auto;
  padding: 0 9%;
}

.text-content.tx-r {
  text-align: right;
}

.text-content.tx-l {
  text-align: left;
}

.menu-box span.new_only_first {
  background-color: #d50e3c;
  color: #fff;
  font-size: 1.1rem;
  padding: 6px 6px;
  margin-left: 14px;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 17px);
}

@media screen and (max-width: 768px) {
  .tab {
    width: 100%;
  }

  .wrap {
    padding: 15px 0 40px;
  }

  .corporate_logo_wrap div {
    width: 30%;
    height: auto;
    text-align: center;
    margin: 8px 0;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 51, 0.15);
    padding: 0px 10px;
  }

  .corporate_logo_wrap::after {
    width: 30%;
  }

  .corporate_logo_wrap div img {
    max-height: 143px;
    max-width: 114px;
  }
}

/*-----------------210521*/
.main__cv_link_wrap.btn__right {
  padding-left: 0px;
  margin-top: 25px;
}

/*---------210608----------*/
.video-wrap {
  text-align: center;
  margin: 68px auto 0;
}

.video-wrap video {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .video-wrap {
    margin-top: 8.8541666667vw;
  }
}

/*20210623 ブログ内バナー設置----------------------------------------------*/
div#bnr__dwnincolumn {
  /* border: 1px solid; */
  border: 2px solid #21849f;
  background: #e8f2f5;
  margin-top: 50px;
}

div#bnr__dwnincolumn a.bnr__dwnincolumn_wrap {
  display: flex;
  padding: 30px;
}

div#bnr__dwnincolumn a.bnr__dwnincolumn_wrap:hover {
  opacity: 0.8;
}

div#bnr__dwnincolumn a img {
  width: 30%;
  margin-top: 0;
  image-rendering: -webkit-optimize-contrast;
}

div#bnr__dwnincolumn.bnr__dwnincolumn02 a img {
  width: 22%;
  margin-left: 40px;
}

div#bnr__dwnincolumn div {
  margin-left: 30px;
}

div#bnr__dwnincolumn.bnr__dwnincolumn02 div {
  margin-left: 50px;
}

div#bnr__dwnincolumn .ty {
  font-size: 2em;
  color: #21849f;
}

div#bnr__dwnincolumn p {
  font-size: 1.2em;
  font-weight: bold;
}

div#bnr__dwnincolumn .button-content--s,
div#bnr__dwnincolumn.bnr__dwnincolumn02 div.button-content--s {
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
}

div#bnr__dwnincolumn .button-content--s .button-content__button {
  height: auto;
  padding: 20px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  div#bnr__dwnincolumn {
    margin-top: 30px;
  }

  div#bnr__dwnincolumn a img,
  div#bnr__dwnincolumn.bnr__dwnincolumn02 a img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }

  div#bnr__dwnincolumn a.bnr__dwnincolumn_wrap {
    display: block;
  }

  div#bnr__dwnincolumn div,
  div#bnr__dwnincolumn.bnr__dwnincolumn02 div {
    margin-left: 0;
  }

  div#bnr__dwnincolumn .ty {
    font-size: 1.5em;
  }

  .column_page .clmn_area img {
    /* width: 50%; */
  }

  div#bnr__dwnincolumn .button-content--s {
    width: 100%;
  }
}

#bnr__dwnincolumn a.bnr__dwnincolumn_wrap {
  display: block;
}

#bnr__dwnincolumn a:hover {
  opacity: 0.7;
}

/*side*/
.side .clmn_link_rlt {
  margin-top: 1em;
}

.side .clmn_link_rlt a {
  font-size: 14px;
}

.side .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: "";
}

div#follow_bnr {
  margin-top: 2em;
}

div#follow_bnr a img {
  margin-bottom: 10px;
  display: block;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

div#follow_bnr a img:hover {
  opacity: 0.7;
}

.side .clmn_link_rlt a:hover {
  opacity: 0.7;
}

/*followbnr---*/
@media screen and (min-width: 769px) {
  #follow_bnr {
    width: 240px;
  }

  .fixed {
    position: fixed;
    top: 0;
  }
}

/*210708 LP Q&A-----------------------------------------------------------*/
.section-visual__inner02 .section-visual__baloon {
  padding: 10px 30px;
}

.section-visual__inner02 .lpPage .section-visual__title {
  margin-top: 0;
  line-height: 1.2;
}

.cnt__contactSolution
  .flex
  .section-content__inner:nth-child(2)
  .sub__title-content.sub__title-content_green {
  background: #486868;
}

.yajirusi {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 400px 0 400px;
  border-color: #d50e3c transparent transparent transparent;
  margin: 80px auto;
  color: #000;
  position: relative;
}

.yajirusi p {
  position: absolute;
  top: -137px;
  width: 327px;
  text-align: center;
  left: -162px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

div#support_3features {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

div#support_3features div {
  width: 30%;
  padding: 30px;
}

div#support_3features p {
  text-align: center;
  font-weight: bold;
}

div#support-flow02 ul {
  display: flex;
  margin: 10px -10px;
}

div#support-flow02 ul li {
  width: 16%;
  /* padding: 15px; */
  border: 2px solid #162e58;
  border-radius: 5px;
  margin: 20px 10px;
}

div#support-flow02 ul li p b {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  display: block;
  /* margin-bottom: 10px; */
  background: #162e58;
  color: #fff;
  padding: 7px;
}

div#support-flow02 ul li div {
  padding: 15px;
  background: #fff;
}

div#support-flow02 ul li div p {
  font-size: 0.9em;
  text-align: center;
}

div#support-flow02 ul li div p {
  font-size: 0.9em;
}

.voice_cnt_wrap {
  /* display: flex; */
}

.voice_cnt {
  /* display: flex; */
  margin-bottom: 30px;
  position: relative;
}

.voice_cnt img {
  vertical-align: middle;
  width: 130px;
  display: inline-block;
}

.voice_cnt p {
  /* align-items: center; */
  /* justify-content: space-between; */
  vertical-align: middle;
  line-height: 1.8;
  /* padding: 36px; */
  display: inline-block;
  width: 80%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  z-index: 1;
  margin-left: 1%;
  border: 2px solid #00407f;
}

.voice_cnt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 5px 0px 2px;
  border-color: #00407f transparent transparent transparent;
  position: absolute;
  bottom: 50px;
  left: 137px;
  transform: rotate(67deg);
  z-index: 0;
}

.voice_cnt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 5px 0px 2px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 51px;
  left: 141px;
  transform: rotate(67deg);
}

.faq__solution.flex div {
  width: 48%;
  /* background: #333; */
  border-radius: 5px;
  padding: 30px;
  /* color: #fff; */
  /* border: #6073a9; */
}

.faq__solution.flex {
  justify-content: space-between;
}

.faq__solution.flex div dt {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}

.faq__solution.flex div:first-child {
  border: 2px solid #6073a9;
  background: #6073a9;
  color: #32416c;
}

.faq__solution.flex div:nth-child(2) {
  background: #486868;
  color: #3a5656;
}

.faq__solution.flex div dd {
  background: #fff;
  /* color: #000; */
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  text-indent: -0.6em;
  padding-left: 1.5em;
}

.faq__solution a.tx__link.tx_bow {
  text-align: center;
  color: #fff;
}

.faq__solution a.tx__link.tx_bow:before {
  border-color: #fff;
}

.faq__solution.flex div:first-child dl {
  margin-bottom: 36px;
}

.faq__solution.flex div {
  position: relative;
}

.faq__solution.flex div:first-child:before {
  content: "";
  background: url(/chatbot/assets/img/lp/lp_faq_support_img04.png);
  width: 200px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: -80px;
  /* box-shadow: 0 0 8px gray; */
}

.faq__solution.flex div:nth-child(2):before {
  content: "";
  background: url(/chatbot/assets/img/lp/lp_faq_support_img03.png);
  width: 100px;
  height: 257px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -43px;
  right: -80px;
  /* box-shadow: 0 0 8px grey; */
}

div#support-flow02 ul {
  /* position: relative; */
  counter-reset: num;
}

div#support-flow02 ul li {
  position: relative;
  /* counter-reset: num; */
}

div#support-flow02 ul li:before {
  content: counter(num);
  counter-increment: num;
  counter-increment: num;
  padding: 0 0.2em;
  height: 48px;
  width: 39px;
  background: #162e58;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  color: #ffff;
  position: absolute;
  top: -28px;
  left: 37%;
}

div#support-flow02 {
  margin-top: 60px;
}

.mb30 {
  margin-bottom: 30px;
}

div#support-flow02 img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .faq__solution.flex div:first-child dl {
    margin-bottom: 0px;
  }

  .faq__solution.flex div:first-child:before {
    content: "";
    background: url(/chatbot/assets/img/lp/lp_faq_support_img04.png);
    width: 110px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 229px;
    left: 10px;
    /* box-shadow: 0 0 8px grey; */
  }

  .faq__solution.flex div:nth-child(2):before {
    content: "";
    background: url(/chatbot/assets/img/lp/lp_faq_support_img03.png);
    width: 100px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 237px;
    right: -40px;
    /* box-shadow: 0 0 8px grey; */
  }

  .yajirusi {
    /* border-style: solid; */
    border-width: 90px 130px 0 130px;
  }

  .yajirusi p {
    top: -75px;
    color: #000;
  }

  .faq__solution.flex {
    display: block;
  }

  .faq__solution.flex div {
    width: 100%;
    margin-bottom: 80px;
  }

  div#support_3features div {
    width: 100%;
  }

  div#support_3features {
    display: block;
  }

  div#support-flow02 ul {
    display: block;
  }

  div#support-flow02 ul li {
    width: 100%;
  }

  .voice_cnt img {
    position: absolute;
    bottom: -84px;
    right: -10px;
  }

  .voice_cnt {
    position: relative;
    margin-bottom: 120px;
  }

  .voice_cnt:before,
  .voice_cnt:after {
    content: none;
  }

  div#support-flow02 ul {
    margin: 20px;
  }

  div#support-flow02 img {
    width: 20%;
    display: block;
    margin: 0 auto;
  }

  div#support-flow02 p {
    text-align: center;
  }

  div#support-flow02 ul li:before {
    left: 128px;
  }

  div#support-flow02 ul li {
    position: relative;
    /* counter-reset: num; */
    margin: 0 0 40px;
  }
}

#home.lpPage #bnr_qatemp .service-dl {
  padding: 30px;
}

#home.lpPage #bnr_qatemp .service-dl figure {
  width: 30%;
}

#home.lpPage #bnr_qatemp .service-dl__text {
  width: 61%;
}

#bnr_qatemp .button-content--s.mt {
  margin-top: 30px;
}

div#bnr_qatemp {
  margin-top: 60px;
}

/*導線*/
.tx_center {
  text-align: center;
}

#feature .button-content--s.mt.left90 {
  left: 90px;
}

@media screen and (max-width: 768px) {
  #home.lpPage #bnr_qatemp .service-dl figure {
    width: 100%;
  }

  #home.lpPage #bnr_qatemp .service-dl figure img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  #home.lpPage #bnr_qatemp .service-dl__text {
    width: 100%;
  }
}

/*FB*/
@media screen and (min-width: 769px) {
  #home.lpPage .cnt__contactSolution .flex img {
    margin: 30px auto 0;
    display: block;
  }
}

#support-flow02 p {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 769px) {
  #home.lpPage .cnt__contactSolution .sub__title-content {
    width: 90%;
    font-size: 1.8rem;
  }

  #home.lpPage .cnt__contactSolution .flex img {
    width: 84%;
  }
}

@media screen and (min-width: 1400px) {
  #home.lpPage .cnt__contactSolution .sub__title-content {
    width: 80%;
    font-size: 2rem;
  }

  #home.lpPage .cnt__contactSolution .flex img {
    width: 78%;
  }
}

#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;
  }
}

.download_banner {
  padding: 20px;
  margin: 20px 0;
  background-color: #e8f2f5;
  border: 2px solid #21849f;
  cursor: pointer;
}

.download_banner:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.download_banner .flex {
  display: flex;
  justify-content: left;
  align-items: center;
}

.download_banner .text_wrap {
  margin-left: 30px;
}

.download_banner p.ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}

.download_banner span {
  background-color: #1a7d99;
  color: #fff;
  margin-top: 1em;
  padding: 12px 30px;
  border-radius: 24px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: bold;
}

.column_page .download_banner img {
  margin-top: 0;
  width: 260px;
}

@media screen and (max-width: 768px) {
  .download_banner .flex {
    display: block;
  }

  .column_page .download_banner img {
    width: 100%;
  }

  .download_banner .text_wrap {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}

.list-seminar__subtitle {
  font-weight: bold;
  color: #d50e3c;
}

/*20210728-------------------------------------------------------------------------*/
#department .section-head.department__mv h1 span.h1_small {
  font-size: 1.5rem;
  display: inline-block;
  /* background: #333; */
  background: #1a7d99;
  padding: 10px 30px;
  color: #fff;
}

#department .section-head.department__mv h1.eichi {
  font-size: 2.5rem;
}

.yajirusi.eichi {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 210px 500px 0 500px;
  border-color: #d50e3c transparent transparent transparent;
  margin: 80px auto;
  color: #000;
  position: relative;
}

.yajirusi.eichi p {
  position: absolute;
  top: -190px;
  width: 335px;
  text-align: center;
  left: -162px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

.tx_img___box {
  display: flex;
  border: 4px solid #2a6496;
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 10px;
  border-radius: 10px;
}

.tx_img___box div {
  width: 50%;
}

.tx_img___box div img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.tx_img___box:last-child {
  margin-bottom: 0;
}

.tx_img___box p {
  font-size: 1.3em;
}

.tx_img___box:before {
  color: #fff;
  content: counter(num);
  background: #1a7d99;
  width: 80px;
  height: 80px;
  position: absolute;
  text-align: center;
  line-height: 80px;
  border-radius: 5px;
  top: -40px;
  left: -40px;
  font-size: 30px;
  box-shadow: 3px 3px 0px 1px #2a6496;
}

.tx_img___box {
  counter-increment: num;
  position: relative;
}

.marker_y {
  background: linear-gradient(transparent 60%, rgba(248, 200, 52, 0.56) 60%);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .tx_img___box {
    display: block;
  }

  .tx_img___box div {
    width: 100%;
  }

  .yajirusi.eichi {
    border-width: 150px 140px 0 150px;
  }

  .yajirusi.eichi p {
    position: absolute;
    top: -130px;
    width: 317px;
    text-align: center;
    left: -162px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
  }

  .tx_img___box:before {
    color: #fff;
    content: counter(num);
    background: #1a7d99;
    width: 50px;
    height: 50px;
    position: absolute;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    top: -30px;
    left: 139px;
    font-size: 26px;
    box-shadow: 3px 3px 0px 1px #2a6496;
  }
}

/*20210805------------------------------------------------------------------------------------------------------------------*/
.cnt__strength_wrap {
  padding: 60px;
  /* border: 3px solid; */
  background: #ebecee;
  margin: 190px 0;
  position: relative;
  width: 90%;
}

.cnt__strength_imgbox {
  position: absolute;
  top: -120px;
  right: -10%;
  width: 400px;
}

.cnt__strength_imgbox img {
  width: 100%;
}

.cnt__strength_txt h3 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.8;
}

.cnt__strength_wrap:last-child {
  margin-bottom: 0;
}

h3.sub____title {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background: #6073a9;
  display: block;
  padding: 13px 80px;
  border-radius: 55px;
  width: 60%;
  margin: 0px auto 60px;
}

.cnt____scene_flex {
  display: flex;
  justify-content: space-between;
}

.cnt____scene_flex .flex_col div {
  border: 3px solid #6073a9;
  padding: 20px;
}

.cnt____scene_flex .flex_col div:first-child {
  margin-bottom: 30px;
}

.cnt____scene_flex .flex_col {
  width: 46%;
  /* margin-left: 3%; */
}

.cnt____scene_flex .flex_col div h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.cnt____scene_flex > div:first-child {
  width: 52.5%;
  position: relative;
}

.cnt____scene_flex > div:first-child img {
  width: 100%;
}

.cnt____scene_flex > div:first-child:after {
  content: "";
  background: url("/chatbot/assets/img/businesspartner/yajirushi_01.png");
  position: absolute;
  top: 50%;
  right: -10px;
  width: 100px;
  height: 100px;
}

.cnt______reason_flex {
  display: flex;
  margin-bottom: 60px;
}

.cnt______reason_flex h3 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.cnt______reason_flex .txbox {
  margin-left: 40px;
  padding-top: 20px;
}

.cnt__strength_wrap:before {
  /* content: ""; */
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  font-size: 80px;
  top: -70px;
  left: 0;
  /* font-weight: bold; */
}

body {
  counter-reset: number 0;
}

.cnt____scene_flex .flex_col div {
  position: relative;
}

/*
.cnt____scene_flex .flex_col div:after {
    content: "";
    background: url(/chatbot/assets/img/businesspartner/externa01.png);
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    background-repeat: no-repeat;
    right: 4px;
    background-size: contain;
}*/
.cnt____scene_flex .flex_col div:before {
  content: "";
  background: url(/chatbot/assets/img/businesspartner/after01.png);
  position: absolute;
  width: 122px;
  height: 30px;
  bottom: 5px;
  background-repeat: no-repeat;
  right: 4px;
  background-size: contain;
}

.cnt____scene_flex .flex_col div {
  background: #fff;
}

.yajirusi.eichi.buspar {
  border-width: 140px 500px 0 500px;
}

.yajirusi.eichi.buspar p {
  top: -120px;
}

.cnt____scene_flex > div:first-child:after {
  background-repeat: no-repeat;
  width: 53px;
  height: 60px;
  background-size: contain;
  right: -46px;
  z-index: 10;
  top: 45%;
}

.cnt____scene.cnt____scene02 {
  margin-top: 120px;
}

.cnt____scene02 h3.sub____title {
  background: #ff916e;
}

.cnt____scene02 .cnt____scene_flex > div:first-child:after {
  background: url(/chatbot/assets/img/businesspartner/yajirushi_02.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cnt____scene02 .cnt____scene_flex .flex_col div {
  border: 3px solid #ff916e;
}

.cnt____scene02 .cnt____scene_flex .flex_col div:before {
  background: url(/chatbot/assets/img/businesspartner/after02.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/*
.cnt____scene02 .cnt____scene_flex .flex_col div:after {
    background: url(/chatbot/assets/img/businesspartner/external02.png);
	    background-repeat: no-repeat;
    background-size: contain;
	}*/
.cnt____scene02 .cnt____scene_flex > div:first-child:after {
  top: 42%;
}

#department .section-head.department__mv h1.eichi.buspar {
  font-size: 1.5rem;
}

#department .section-head.department__mv h1.buspar span {
  line-height: 1.2;
  font-size: 3rem;
  margin-bottom: 20px;
  display: inline-block;
}

a.button-content__button.icon_seminar:before {
  content: "";
  background: url(/chatbot/assets/img/businesspartner/btn_icon01.png);
  position: absolute;
  width: 28px;
  height: 28px;
  bottom: 23px;
  background-repeat: no-repeat;
  right: 73px;
  background-size: contain;
}

a.button-content__button.icon_seminar,
a.button-content__button.icon_mail {
  position: relative;
}

a.button-content__button.icon_mail:before {
  content: "";
  background: url(/chatbot/assets/img/businesspartner/btn_icon02.png);
  position: absolute;
  width: 28px;
  height: 28px;
  bottom: 22px;
  background-repeat: no-repeat;
  right: 86px;
  background-size: contain;
}

a.button-content__button.icon_ex:before {
  content: "";
  background: url(/chatbot/assets/img/businesspartner/external.png);
  position: absolute;
  width: 26px;
  height: 26px;
  top: 26px;
  background-repeat: no-repeat;
  right: 44px;
  background-size: contain;
}

a.button-content__button.icon_ex {
  position: relative;
}

@media screen and (max-width: 768px) {
  a.button-content__button.icon_ex:before {
    top: 16px;
  }

  a.button-content__button.icon_seminar:before {
    content: "";
    background: url(/chatbot/assets/img/businesspartner/btn_icon01.png);
    position: absolute;
    width: 28px;
    height: 28px;
    bottom: 16px;
    background-repeat: no-repeat;
    right: 43px;
    background-size: contain;
  }

  a.button-content__button.icon_mail:before {
    content: "";
    background: url(/chatbot/assets/img/businesspartner/btn_icon02.png);
    position: absolute;
    width: 28px;
    height: 28px;
    bottom: 12px;
    background-repeat: no-repeat;
    right: 43px;
    background-size: contain;
  }

  .cnt____scene02 .cnt____scene_flex > div:first-child:after {
    top: 33%;
  }

  #department .section-head.department__mv h1.eichi {
    font-size: 1.5rem;
  }

  #department .section-head.department__mv h1 span {
    line-height: 1.2;
    font-size: 3rem;
    margin-bottom: 20px;
    display: inline-block;
  }

  .cnt______reason_flex .imgbox {
    width: 14%;
  }

  .cnt______reason_flex .imgbox img {
    width: 100%;
  }

  .cnt__strength_wrap {
    width: 100%;
    margin: 40px 0;
    padding: 30px;
  }

  .cnt__strength_imgbox {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 1em;
  }

  .cnt__strength_wrap:before {
    font-size: 42px;
    top: -30px;
  }

  h3.sub____title {
    width: 100%;
  }

  .cnt____scene_flex {
    display: block;
  }

  .cnt____scene_flex > div:first-child {
    width: 100%;
  }

  .cnt____scene_flex > div:first-child:after {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-size: contain;
    right: 0;
    z-index: 10;
    top: 99%;
    left: 0;
    /* bottom: -10px; */
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .cnt____scene02 .cnt____scene_flex > div:first-child:after {
    top: 99%;
  }

  .cnt____scene_flex .flex_col {
    width: 100%;
    margin-top: 30px;
  }

  .cnt____scene_flex .flex_col div:before {
    width: 87px;
    height: 21px;
  }

  .yajirusi.eichi.buspar {
    border-width: 110px 140px 0 150px;
    margin: 30px auto;
  }

  .yajirusi.eichi.buspar p {
    top: -80px;
  }

  .cnt____scene.cnt____scene02 {
    margin-top: 60px;
  }

  .cnt______reason_flex {
    display: block;
  }

  .cnt______reason_flex .imgbox {
    width: 40%;
    margin: 0 auto;
  }

  .cnt______reason_flex .txbox {
    margin: 0;
    text-align: center;
  }
}

#bottom_contact.not_lp li:nth-child(1)::before {
  content: none;
}

.mt--mod {
  margin-top: -23px;
}

@media screen and (min-width: 769px) {
  .cnt____scene_flex > div:first-child {
    width: 48%;
    position: relative;
    border: 3px solid #6073a9;
    background: #fff;
  }

  .cnt____scene_flex > div:first-child:after {
    background-repeat: no-repeat;
    width: 53px;
    height: 60px;
    background-size: contain;
    right: -67px;
    z-index: 10;
    top: 47%;
  }

  .cnt____scene02 .cnt____scene_flex > div:first-child {
    border: 3px solid #ff916e;
  }
}

#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.toppage .service-dl,
#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.toppage .service-dl,
  #home.lpPage .service-dl {
    width: 100%;
    padding: 10px;
    flex-wrap: wrap-reverse;
  }
}

#home.toppage .service-dl__text,
#home.lpPage .service-dl__text {
  width: 558px;
}
#home.toppage .service-dl__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #home.toppage .service-dl__text,
  #home.lpPage .service-dl__text {
    width: 100%;
  }
}

#home.lpPage .service-dl__text .copy,
#home.lpPage .service-dl__text .copy {
  font-size: 1.5rem;
  font-weight: bold;
}

#home.toppage .service-dl__text h2,
#home.lpPage .service-dl__text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #21849f;
  line-height: 1.2;
}
#home.toppage .service-dl__text h2 {
  font-size: 2.3rem;
}

#home.toppage .service-dl__text p #home.lpPage .service-dl__text p {
  margin-top: 15px;
  font-weight: bold;
}

#home.toppage .service-dl figure,
#home.lpPage .service-dl figure {
  padding-left: 30px;
  width: 398px;
}

@media screen and (max-width: 768px) {
  #home.toppage .service-dl figure,
  #home.lpPage .service-dl figure {
    width: 100%;
    padding: 0 0 15px;
  }
}

/*--------20210824*/
.title-content.bg-arrow {
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 50px;
  position: relative;
}

.feature_down_arrow {
  text-align: center;
  margin: 2rem 0;
}

.feature_down_arrow img {
  width: 88px;
}

.new_flex_0823 {
  display: flex;
  justify-content: space-between;
}

.new_flex_0823 .banner_item {
  width: 49%;
  background-color: #e8f2f5;
  border: 2px solid #21849f;
  padding: 20px;
}

.new_flex_0823 .banner_item.item2 {
  background-color: #e2f0ff;
  border: 2px solid #005fc5;
}

.new_flex_0823 .banner_item .flex {
  display: flex;
  justify-content: space-between;
}

.new_flex_0823 .banner_item .flex .txt-box {
  width: 54%;
}

.new_flex_0823 .banner_item .flex .img-box {
  width: 43%;
}

.new_flex_0823 .banner_item .flex .txt-box .copy {
  font-weight: bold;
  font-size: 1.2rem;
}

.new_flex_0823 .banner_item.item2 .flex .txt-box .copy {
  display: inline-block;
  font-weight: normal;
  color: #fff;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #005fc5;
}

.new_flex_0823 .banner_item .flex .txt-box h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #21849f;
  line-height: 1.2;
}

.new_flex_0823 .banner_item.item2 .flex .txt-box h2 {
  color: #005fc5;
}

.new_flex_0823 .banner_item .flex .txt-box p {
  margin-top: 10px;
  font-weight: bold;
}

.new_flex_0823 .banner_item .button-content--s {
  width: 90%;
}

.new_flex_0823 .banner_item.item2 .button-content--s .button-content__button {
  background: #005fc5;
}

@media screen and (max-width: 768px) {
  .new_flex_0823 {
    display: block;
  }

  .new_flex_0823 .banner_item {
    width: 100%;
    margin-top: 3rem;
  }

  .new_flex_0823 .banner_item .flex {
    display: block;
  }

  .new_flex_0823 .banner_item .flex {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .new_flex_0823 .banner_item .flex .txt-box {
    width: 100%;
    margin: 20px 0;
  }

  .new_flex_0823 .banner_item .flex .img-box {
    width: 100%;
  }

  .new_flex_0823 .banner_item .flex .txt-box p {
    font-size: 1.2rem;
  }
}

.bg-qa {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 400px 0 400px;
  border-color: #d50e3c transparent transparent transparent;
  position: absolute;
  opacity: 0.15;
  top: 50px;
  left: calc(50% - 400px);
}

@media screen and (max-width: 767px) {
  .bg-qa {
    border-width: 100px 200px 0 200px;
    top: 41px;
    left: calc(50% - 200px);
  }
}

/*---------------210921*/

.logo__text__content {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 20px;
  text-align: right;
  margin-bottom: 10px;
}

img.logo-link-icon {
  width: 20px;
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
}

.corporate_logo_wrap div a {
  position: relative;
}

.corporate_logo_wrap div a::after {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: 1000;
  top: 16%;
  right: -5%;
  width: 14%;
  height: 14%;
  background-image: url(../img/corporate_logo/logo-link-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*---------------211018*/
.service-page::after,
.section-visual__topics.topics02 .topics-text__item a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/corporate_logo/white-link-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.section-visual__topics.topics02 {
  bottom: 61px;
}

@media screen and (max-width: 768px) {
  .section-visual__topics.topics02 {
    bottom: auto;
    margin-bottom: 1px;
  }
}

/* 2110 コラム改修
--------------------------------------------------------------------*/
.category__btn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.category__btn li {
  width: calc((100% - 20px) / 5);
  margin: 0 5px 5px 0;
  color: #666666;
  border: 1px solid #666666;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  letter-spacing: 0;
  cursor: pointer;
}

.category__btn li:hover,
.category__btn li.is-active {
  background: #d50e3c;
  border: 1px solid #d50e3c;
  color: #fff;
  transition: 0.5s;
}

.category__btn li:nth-child(5n) {
  margin-right: 0;
}

.column_page ul.column_list_search li {
  width: calc((100% - 10%) / 3);
  margin-right: 1.66%;
  margin-left: 1.66%;
}

@media screen and (min-width: 768px) {
  ul.column_list_search li:nth-child(3n) {
    margin-right: 1.66%;
    margin-left: 1.66%;
  }
}

.column_page .relation_clmn_atl {
  margin-top: 40px;
  justify-content: space-between;
}

.relation_clm__item {
  display: flex;
  width: calc((100% - 50px) / 2);
}

.relation_clm__item:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.relation_clm__item:nth-child(n + 3) {
  margin-top: 20px;
}

.relation_clm__item figure {
  width: 100px;
  height: 65px;
  margin: 0 10px 0 0;
}

.relation_clm__item .text {
  width: calc(100% - 110px);
}

.relation_clm__item .date {
  color: #666666;
  font-size: 0.631rem;
  line-height: 1;
  margin: 3px 0 8px 0;
}

.relation_clm__item .title {
  font-size: 0.875rem;
  line-height: 1.4;
}

/*--------------------------------------------------------------------------------------------------------

211224footer レイアウト修正

--------------------------------------------------------------------------------------------------------*/

.footer-content .footer-content__inner:first-of-type {
  margin-bottom: 100px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer-content .footer-content__inner:first-of-type {
    display: block;
    margin-bottom: 30px;
  }
}

.footer-content a {
  color: #fff;
}

.footer-content p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .footer-content p.footer-content__copyright {
    margin-bottom: 0;
  }

  .footer-content p {
    font-size: 1.3rem;
  }
}

.footer-content p.last {
  margin-bottom: 0;
}

.footer-content p.last a {
  display: block;
}

.footer-content .footer-content__inner_title {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 50px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer-content .footer-content__inner_title {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

.footer-content .footer-content__inner_titleS {
  font-size: 0.9rem;
}

.footer-content .footer-content__inner_subtitle {
  color: #fff;
  font-weight: bold;
}

.footer-content .footer-content__inner_subtitle a {
  text-decoration: underline;
}

.footer-content .footer-content__inner_subtitle a:hover {
  text-decoration: none;
}

.footer-content .footer-content__inner_nav {
  width: 25%;
  box-sizing: border-box;
  padding: 20px 0;
}

.footer-content .footer-content__inner_nav .nav-footer_titleS {
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  .footer-content .footer-content__inner_nav {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .footer-content .footer-content__inner_nav .nav-footer_titleS {
    font-size: 1.5rem;
  }
}

.footer-content
  .footer-content__inner_nav:first-of-type
  ul
  li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-content
  .footer-content__inner_nav:first-of-type
  ul
  li:not(:last-child)
  a {
  display: block;
  background: #ebe703;
  padding: 10px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.footer-content
  .footer-content__inner_nav:first-of-type
  ul
  li:not(:last-child)
  a:hover {
  opacity: 0.8;
}

.footer-content .footer-content__inner_nav:last-of-type ul {
  margin-bottom: 20px;
}

.footer-content .footer-content__inner_nav:last-of-type p {
  margin-top: 30px;
}

.footer-content .footer-content__inner_nav:not(:last-of-type) {
  padding-right: 20px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .footer-content .footer-content__inner_nav:not(:last-of-type) {
    padding-right: 0;
    border-right: none;
  }
}

.footer-content .footer-content__inner_nav:not(:first-of-type) {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .footer-content .footer-content__inner_nav:not(:first-of-type) {
    padding-left: 0;
  }
}

.footer-content ul li a {
  text-decoration: underline;
  display: block;
  padding-bottom: 10px;
}

.footer-content ul li a:hover {
  text-decoration: none;
}

.footer-content ul li a span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  display: inline-block;
  margin-right: 10px;
}

.footer-content .nav-subfooter {
  margin-bottom: 30px;
  list-style: disc;
  margin-left: 20px;
}

.footer-content .nav-subfooter li {
  color: #fff;
}

.footer-content .nav-subfooter li a {
  text-decoration: none;
}

.footer-content .nav-subfooter li a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------------

2112 コラム改修

--------------------------------------------------------------------------------------------------------*/

.chatbot_column {
  margin-top: 30px;
  padding: 0 30px;
}

.chatbot_column li {
  margin-bottom: 20px;
}

.chatbot_column li:last-child {
  margin-bottom: 0;
}

.chatbot_column li .chatbot_column_title {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
}

.chatbot_column li .chatbot_column_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbot_column li .chatbot_column_contents div:first-child {
  width: 20%;
}

.chatbot_column li .chatbot_column_contents div:last-child {
  width: 75%;
}

.chatbot_use {
  margin-top: 30px;
}

.chatbot_use dt {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.2rem;
}

.chatbot_use dd p {
  margin-bottom: 20px;
}

.chatbot_use dd {
  margin-bottom: 30px;
}

.chatbot_use dd:last-child {
  margin-bottom: 0;
}

.chatbot_use dd a {
  line-height: 1.8;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: underline;
}

.chatbot_use dd a:hover {
  text-decoration: none;
}

.chatbot_use dd a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0px 0px;
  border-bottom-style: initial;
  border-left-style: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: rgb(33, 132, 159);
  border-right-style: solid;
  border-right-color: rgb(33, 132, 159);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .chatbot_column {
    margin-top: 20px;
  }

  .chatbot_column li .chatbot_column_contents {
    flex-wrap: wrap;
  }

  .chatbot_column li .chatbot_column_contents div:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .chatbot_column li .chatbot_column_contents div:last-child {
    width: 100%;
  }

  .chatbot_column li .chatbot_column_contents div:first-child img {
    width: 60%;
  }

  .chatbot_column li .chatbot_column_title {
    font-size: 1.6rem;
  }

  .chatbot_use dt {
    font-size: 1.6rem;
  }
}

.underline {
  background: linear-gradient(transparent 40%, rgba(255, 255, 102, 0.8) 60%);
}

.chatbot_merit {
  margin-top: 30px;
}

.chatbot_merit li div {
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.chatbot_merit li {
  margin-bottom: 20px;
}

.chatbot_merit li:last-child {
  margin-bottom: 0;
}

.chatbot_point {
  text-decoration: underline;
  margin: 30px 0 20px;
  font-size: 1.3rem;
  font-weight: bold;
}

.chatbot_point_list dt {
  font-weight: bold;
  padding: 3px 5px;
  border: 2px solid #000;
  margin-bottom: 20px;
  width: 300px;
}

.chatbot_point_list dd p:last-of-type {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .chatbot_merit li div {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .chatbot_point_list dt {
    width: auto;
  }
}

.button-content.hospital {
  width: 70%;
}

.button-content.hospital a {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .button-content.hospital {
    width: 100%;
  }

  .button-content.hospital a {
    line-height: 1.4;
  }
}

.bn-area .service-dl {
  margin-top: 15px;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 30px 60px;
  border: 4px solid #21849f;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.bn-area .service-dl__text {
  width: 70%;
}

.bn-area figure {
  width: 28%;
}

.bn-area .service-dl__text .copy {
  font-size: 1rem;
  background: #1a7d99;
  display: inline-block;
  font-weight: normal;
  color: #fff;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.bn-area .service-dl__text h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #21849f;
  line-height: 1.4;
  margin-bottom: 20px;
}

.bn-area .service-dl__text p {
  font-size: 1rem;
}

.bn-area .service-dl__text p strong {
  font-weight: bold;
}

.bn-area .button-content--s .button-content__button {
  font-size: 1rem;
  height: 44px;
  border-radius: 32px;
  box-shadow: 0 7px 10px rgb(0 0 51 / 15%);
}

.bn-area .button-content--s {
  width: 300px;
}

.hospital .button-content__button br {
  display: none;
}

@media screen and (max-width: 767px) {
  .bn-area .service-dl {
    padding: 10px 20px;
    flex-wrap: wrap;
  }

  .bn-area .service-dl__text {
    width: 100%;
  }

  .bn-area figure {
    width: 50%;
    margin: 20px auto 0;
  }

  .bn-area .service-dl__text h2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }

  .bn-area .button-content--s .button-content__button {
    font-size: 1.2rem;
  }

  .bn-area .service-dl__text p {
    font-size: 1.4rem;
  }

  .hospital .button-content__button br {
    display: block;
  }
}

/* 220126_無料トライアルへのリンク修正
------------------------------------------------------------*/
.slash--center {
  text-align: center;
  font-size: 1.2em;
  color: #000;
  margin-top: 60px;
  font-weight: bold;
  position: relative;
}

.slash--center:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 34px;
  height: 3px;
  left: 360px;
  background-color: #000;
  transform: rotate(235deg);
}

.slash--center:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 34px;
  height: 3px;
  right: 360px;
  background-color: #000;
  transform: rotate(299deg);
}

.slash--center + .button-content__prtrial {
  margin-top: 20px;
  width: 500px;
}

@media screen and (max-width: 767px) {
  .slash--center:before {
    content: none;
  }

  .slash--center:after {
    content: none;
  }

  .slash--center + .button-content__prtrial {
    width: 100%;
  }
}

/* 220224_sample_top　修正
------------------------------------------------------------*/
#function .list-sample_top .list-function__item {
  width: 279px;
}

#function .list-sample_top .list-function__item:nth-of-type(4) {
  margin-top: 0;
}

#function .list-sample_top .list-function__item:nth-of-type(n + 5) {
  margin-top: 30px;
}

#function .list-sample_top .list-function__item {
  width: 279px;
}

#function .list-sample_top .list-function__img {
  position: relative;
}

#function .list-sample_top .list-function__img span {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 10px;
  font-size: 12px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
}

#function .list-sample_top .list-function__img span.outside {
  background: #000033;
}

#function .list-sample_top .list-function__img span.inside {
  background: #000033;
}

#function .list-sample_top .list-function__name {
  font-size: 1rem;
}

#function .list-sample_top .list-function__name .star {
  display: inline-block;
  margin-left: 8px;
  color: #d50e3c;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .layout-container {
    width: 100%;
    min-width: auto;
  }

  .layout-content {
    width: 100%;
    min-width: auto;
  }

  .section-visual__inner {
    width: 90%;
    max-width: none;
  }

  .section-visual__box {
    width: 54%;
  }

  .section-visual__image.top {
    width: 45%;
  }

  .section-visual__image.qaitem {
    width: 45%;
  }

  #home .section-visual_a .section-visual__text {
    width: 100%;
  }

  .main__cv_link_wrap {
    width: 100%;
  }

  .main__cv_link_wrap > div:nth-child(1):before {
    font-size: 0.8rem;
    left: auto;
    right: 0;
  }

  .main__cv_link_wrap > div:nth-child(1):after {
    transform: rotate(114deg);
  }
}

@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .main__cv_link_wrap > div:nth-child(1):before {
    font-size: 0.8rem;
    left: auto;
    right: 0;
  }

  .main__cv_link_wrap > div:nth-child(1):after {
    transform: rotate(114deg);
  }
}

/* 220323_qatemp　修正
------------------------------------------------------------*/
.flex-content {
  display: flex;
  justify-content: space-between;
  margin-top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .flex-content {
    flex-direction: column-reverse;
  }

  .flex-content figure {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
  }
}

.qatemp-about__txtbox {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .qatemp-about__txtbox {
    width: 100%;
  }
}

.qatemp-about__text {
  line-height: 1.75;
}

.qatemp-about__link {
  margin-top: 4em !important;
}

@media screen and (max-width: 768px) {
  .qatemp-about__link {
    margin-top: 2em !important;
  }
}

.qatemp-merit__list {
  margin-top: 4.5rem;
}

.qatemp-merit__list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  width: 100%;
  background: #fff;
  padding: 2rem 3rem;
  box-sizing: border-box;
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 51, 0.1);
}

@media screen and (max-width: 768px) {
  .qatemp-merit__list li {
    flex-direction: column-reverse;
  }
}

.qatemp-merit__list li:last-of-type {
  margin-bottom: 0;
}

.qatemp-merit__list li figure {
  background: #05a4c9;
  border-radius: 50%;
}

.qatemp-merit__textbox {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .qatemp-merit__list li figure {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
  }

  .qatemp-merit__textbox {
    width: 100%;
  }
}

.qatemp-merit__textbox h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.qatemp-merit__textbox h3 span {
  color: #05a4c9;
  font-family: "Bebas", "YakuHanJP", sans-serif;
  font-size: 2.9rem;
  line-height: 1;
  font-weight: 400;
  vertical-align: text-bottom;
  margin-right: 1rem;
}

.qatemp-merit__textbox p {
  line-height: 1.75;
}

.qatemp-temp__list {
  margin-top: 2rem;
}

.qatemp-temp__list li {
  margin-bottom: 4rem;
}

.qatemp-temp__list li:last-of-type {
  margin-bottom: 0;
}

.qatemp-temp__list li h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.qatemp-temp__list li figure {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 51, 0.1);
}

.qatemp-lowbtn.mt {
  margin-top: 28px;
}

/* 220518_MV改修
------------------------------------------------------------*/
.section-visual__wrap img {
  width: 52%;
  margin-left: 84px;
}

@media screen and (max-width: 768px) {
  .section-visual__wrap img {
    margin-left: 0;
  }
}

.section-visual--2205ma .section-visual__text {
  margin-top: 20px;
  line-height: 1.5;
}

.section-visual--2205ma .section-visual__image {
  width: 85%;
}

.main__form_wrap {
  padding: 20px;
  border: 2px solid #fff;
  background: #d50e3c;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: relative;
}

.main__form_wrap .satori__custom_form {
  padding: 10px;
  background: #fff !important;
  border-radius: 10px;
}

.main__form_wrap .satori__input_group {
  display: flex;
  flex-wrap: wrap;
}

.main__form_wrap .satori__error_messages {
  font-size: 0.4rem;
  text-align: right;
}

.main__form_wrap .satori__input_group input {
  padding: 0 10px !important;
}

.main__form_wrap label {
  font-size: 16px;
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main__form_wrap .satori__input_group .satori__require {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.main__form_wrap .satori__input_group {
  padding: 5px !important;
}

.main__form_wrap .satori__custom_form_169426eb8ded14f1_css label:first-child,
.main__form_wrap .satori__custom_form_abdd4b00f5ed313a_css label:first-child,
.main__form_wrap .satori__custom_form_25e4f3e511f8339e_css label:first-child,
.main__form_wrap .satori__custom_form_578fdb8203137dde_css label:first-child {
  padding-bottom: 0;
  width: 34%;
}

@media screen and (max-width: 768px) {
  .satori__custom_field_5c9aec6b045da2b87 + label {
    display: contents !important;
  }
}

.main__form_wrap
  .satori__custom_form_169426eb8ded14f1_css
  input[type="checkbox"]
  + label {
  padding: 0;
}

.main__form_wrap .satori__custom_form_169426eb8ded14f1_css .satori__message,
.main__form_wrap .satori__custom_form_abdd4b00f5ed313a_css .satori__message,
.main__form_wrap .satori__custom_form_25e4f3e511f8339e_css .satori__message,
.main__form_wrap .satori__custom_form_578fdb8203137dde_css .satori__message {
  margin: 0;
}

.main__form_wrap .satori__custom_form_abdd4b00f5ed313a_css .satori__message a {
  display: inline;
}

.main__form_wrap .satori__horiz_group {
  display: block !important;
}

.main__form_wrap .satori__message {
  font-size: 14px;
}

.main__form_wrap .satori__submit_group {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .main__form_wrap .satori__input_group {
    display: block;
  }

  .main__form_wrap .satori__custom_form_169426eb8ded14f1_css label:first-child,
  .main__form_wrap .satori__custom_form_abdd4b00f5ed313a_css label:first-child,
  .main__form_wrap .satori__custom_form_25e4f3e511f8339e_css label:first-child,
  .main__form_wrap .satori__custom_form_578fdb8203137dde_css label:first-child {
    display: flex;
    width: 100%;
  }

  .main__form_wrap .satori__input_group input {
    padding: 10px !important;
    font-size: 1.2rem;
  }

  .main__form_wrap
    .satori__custom_form_169426eb8ded14f1_css
    input[type="checkbox"]
    + label,
  .main__form_wrap
    .satori__custom_form_abdd4b00f5ed313a_css
    input[type="checkbox"]
    + label,
  .main__form_wrap
    .satori__custom_form_25e4f3e511f8339e_css
    input[type="checkbox"]
    + label {
    font-size: 1.2rem;
  }

  .main__form_wrap
    .satori__custom_form_169426eb8ded14f1_css
    .satori__submit_group
    .satori__btn,
  .main__form_wrap
    .satori__custom_form_abdd4b00f5ed313a_css
    .satori__submit_group
    .satori__btn,
  .main__form_wrap
    .satori__custom_form_25e4f3e511f8339e_css
    .satori__submit_group
    .satori__btn {
    font-size: 2rem;
  }

  .section-visual--2205ma .section-visual__wrap {
    display: grid;
  }

  .section-visual--2205ma .section-visual__wrap img {
    width: 100%;
    margin-top: 20px;
  }
}

.main__form_ttlarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.main__form_ttlarea p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 5rem;
}

.main__form_ttlarea p::before {
  content: "無料";
  display: block;
  color: #d71945;
  background: #fff;
  position: absolute;
  padding: 3px 15px 2px;
  font-size: 1.4rem;
  left: 0;
  border-radius: 4px;
}

.section-visual__inner--form {
  max-width: 1400px;
}

@media screen and (max-width: 768px) {
  .section-visual__inner {
    display: block;
    height: calc(100% - 130vw / 768 * 100);
  }
}

#home .section-visual_a .section-visual__title {
  margin-top: 0;
  margin-bottom: 24px;
}

@media screen and (max-width: 1300px) {
  .main__form_wrap {
    min-width: 450px;
  }

  #home .section-visual_a .section-visual__title {
    font-size: 2.4rem;
  }

  #home .section-visual_a .section-visual__text {
    line-height: 1.4;
    margin-top: 20px;
    font-size: 1.3rem;
  }

  .section-visual__image.top .main__form_wrap img {
    display: none;
  }

  .main__form_ttlarea p {
    font-size: 1.4rem;
    padding-left: 5rem;
  }
}

@media screen and (max-width: 768px) {
  #home .section-visual_a .section-visual__title {
    font-size: 3.4rem;
  }

  .main__form_wrap {
    min-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .main__form_ttlarea p {
    font-size: 1.6rem;
    padding-left: 7rem;
  }

  #home .section-visual_a .section-visual__text {
    margin-bottom: 40px;
  }
}

.section-visual__btnarea {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.section-visual__btnwrap {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .section-visual__btnarea {
    flex-direction: column;
  }

  .section-visual__btnwrap {
    width: 100%;
    margin-bottom: 20px;
  }
}

.section-visual__btnwrap .border {
  border-radius: 40px;
  background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
}

.section-visual__btntext {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1rem;
  position: relative;
}

.section-visual__btntext::before,
.section-visual__btntext::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: "";
}

@media screen and (max-width: 768px) {
  .section-visual__btntext::before,
  .section-visual__btntext::after {
    top: 1.8rem;
    height: 3.8rem;
  }
}

.section-visual__btntext::before {
  border-left: solid 3px;
  left: 10%;
  transform: rotate(-30deg);
}

.section-visual__btntext::after {
  border-right: solid 3px;
  right: 10%;
  transform: rotate(30deg);
}

.section-visual__btnwrap .border a {
  display: block;
  position: relative;
  padding: 19px 13px 20px 86px;
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
}

.section-visual__btnwrap .border 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: #000000;
  content: "";
}

.section-visual__btnwrap .border a img {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .section-visual__btnwrap .border a img {
    width: 30px;
  }

  .section-visual__btntext {
    font-size: 1.8rem;
  }

  .section-visual__btnwrap .border a {
    font-size: 1.6rem;
  }
}

.section-visual__text--2205b {
  margin-top: 20px;
  line-height: 1.6;
}

.section-visual__image--abs {
  width: 50%;
  position: absolute;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.section-visual__btninner {
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .section-visual__btninner {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .section-visual__btninner .section-visual__box {
    width: 68%;
  }
}

@media screen and (max-width: 768px) {
  .section-visual__btninner .section-visual__box {
    width: 100%;
  }

  .section-visual__image--abs {
    position: static;
    top: 50%;
    right: -20%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

/* 220518_LPMV改修
------------------------------------------------------------*/

.section-visual--2205 .section-visual__inner {
  max-width: 1400px;
}

@media screen and (max-width: 1500px) {
  .section-visual--2205 .section-visual__inner {
    max-width: 100%;
  }
}

.section-visual--2205 .section-visual__head {
  font-size: 1.25rem;
}

.section-visual--2205 .section-visual__box .section-visual__baloon {
  margin-bottom: 8px;
}

.section-visual--2205 .section-visual__title {
  margin-top: 3px;
}

@media screen and (max-width: 1350px) {
  .section-visual--2205 .section-visual__title {
    font-size: 2.6rem;
  }

  .section-visual--2205 .section-visual__head {
    font-size: 1.25rem;
  }

  .section-visual--2205 .section-visual__text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1500px) {
  .section-visual--2205 .section-visual__box {
    width: auto;
  }
}

.section-visual--2205 .p-link-box_cnt p,
.section-visual--2205b .p-link-box_cnt p {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.section-visual--2205 .p-link-box_cnt p {
  font-size: 0.6rem;
}

@media screen and (max-width: 768px) {
  .section-visual--2205 .p-link-box_cnt p,
  .section-visual--2205b .p-link-box_cnt p {
    font-size: 1.8rem;
  }
}

.section-visual--2205 .p-link-box_cnt .num,
.section-visual--2205b .p-link-box_cnt .num {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .section-visual--2205 .p-link-box_cnt .num,
  .section-visual--2205b .p-link-box_cnt .num {
    font-size: 1.8rem;
  }
}

.section-visual--2205 .p-link-box_cnt,
.section-visual--2205b .p-link-box_cnt {
  padding: 16px 16px 31px 16px;
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .section-visual--2205 .p-link-box_cnt,
  .section-visual--2205b .p-link-box_cnt {
    padding: 30px 16px 50px 16px;
    margin: 40px 0 0;
  }
}

.section-visual--2205 .p-link-box_cnt::before,
.section-visual--2205b .p-link-box_cnt::before {
  height: 0.8rem;
}

.section-visual--2205 .p-link-box_cnt::after,
.section-visual--2205b .p-link-box_cnt::after {
  font-size: 0.8rem;
  margin: -6px auto;
  width: 100%;
}

.section-visual--2205 .p-link-box_cnt::after {
  font-size: 0.6rem;
}

@media screen and (max-width: 768px) {
  .section-visual--2205 .p-link-box_cnt::after,
  .section-visual--2205b .p-link-box_cnt::after {
    font-size: 1.6rem;
  }
}

.section-visual--2205 .p-link-box_cnt img,
.section-visual--2205b .p-link-box_cnt img {
  width: 50%;
}

.section-visual--2205 .section-visual__image {
  width: 85%;
}

@media screen and (max-width: 768px) {
  .section-visual--2205 .section-visual__image {
    width: 100%;
    padding: 30px 3.90625vw 20px;
  }
}

.section-visual--2205 .main__form_wrap label {
  padding-bottom: 0;
  width: 34%;
}

.section-visual--2205
  .satori__privacy_policy_agreement_wrapper_abdd4b00f5ed313a
  .satori__input_group {
  display: flex;
}

.section-visual--2205
  .satori__privacy_policy_agreement_wrapper_abdd4b00f5ed313a
  .satori__input_group
  label,
.section-visual--2205ma
  .satori__privacy_policy_agreement_wrapper_169426eb8ded14f1
  .satori__input_group
  label,
.satori__privacy_policy_agreement_wrapper_25e4f3e511f8339e
  .satori__input_group
  label {
  width: auto;
  justify-content: center;
  flex-wrap: nowrap;
}

/* .section-visual--2205 #satori__privacy_policy_agreement_wrapper .satori__input_group {
  display: block;
}
 */
.main__form_wrap
  #satori__privacy_policy_agreement_wrapper
  .satori__input_group
  .satori__error_messages {
  text-align: center;
}

.main__form_wrap .satori__notes {
  display: none !important;
}

.section-visual--2205 .p-link-box_wrap .mt1em,
.section-visual--2205b .p-link-box_wrap .mt1em {
  font-size: 0.6rem;
  margin-top: 5px;
}

.section-visual--2205 .section-visual__box:first-of-type {
  min-width: 750px;
  padding-bottom: 0;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .section-visual--2205 .section-visual__box:first-of-type {
    min-width: 100%;
    padding-right: 3.90625vw;
  }
}

.section-visual--2205b .section-visual__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .section-visual--2205b .section-visual__flex {
    display: block;
  }

  .main__form_wrap .satori__btn {
    font-size: 1.6rem !important;
  }
}

.section-visual--2205b .section-visual__inner {
  display: block !important;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .section-visual--2205b .section-visual__inner {
    padding-top: 8.3333333333vw;
  }
}

.section-visual--2205b .section-visual__box:first-of-type {
  width: 27%;
}

.section-visual--2205b .section-visual__box:last-of-type {
  width: 72%;
}

@media screen and (max-width: 768px) {
  .section-visual--2205b .section-visual__box:first-of-type {
    width: 100%;
  }

  .section-visual--2205b .section-visual__box:last-of-type {
    width: 100%;
  }
}

.section-visual--2205b .section-visual__title {
  margin-top: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .section-visual--2205b .section-visual__title {
    font-size: 2.3rem;
  }
}

.section-visual--2205b .section-visual__text:first-of-type {
  margin-top: 20px;
}

.section-visual--2205b .section-visual__image {
  display: block;
}

.section-visual--2205b .section-visual__btnarea {
  margin-top: 10px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .section-visual--2205b .section-visual__btnarea {
    margin-top: 30px;
  }
}

.section-visual--2205b .section-visual__btnwrap .border {
  width: 74%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .section-visual--2205b .section-visual__btnwrap .border {
    width: 90%;
    margin: 0 auto;
  }
}

.section-visual--2205b .section-visual__head {
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .section-visual--2205b .section-visual__head {
    font-size: 1.6rem;
  }
}

.section-visual--2205 .section-visual__text,
.section-visual--2205b .section-visual__text {
  background: url(/chatbot/assets/img/common/lp_mv_icon2205.png) no-repeat left
    top 9px/17px;
  padding-left: 21px;
  line-height: 1.6;
  margin-top: 20px;
}

.section-visual--2205 .section-visual__text:last-of-type,
.section-visual--2205b .section-visual__text:last-of-type {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1350px) {
  .section-visual--2205 .section-visual__text,
  .section-visual--2205b .section-visual__text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 760px) {
  .section-visual--2205 .section-visual__title,
  .section-visual--2205b .section-visual__title {
    font-size: 3.4rem;
  }

  .section-visual--2205 .section-visual__head,
  .section-visual--2205b .section-visual__head {
    font-size: 2.25rem;
  }

  .section-visual--2205 .section-visual__text,
  .section-visual--2205b .section-visual__text {
    font-size: 1.8rem;
    line-height: 1.4;
    display: inline-block;
    background: url(/chatbot/assets/img/common/lp_mv_icon2205.png) no-repeat
      left top 5px/16px;
  }

  .section-visual--2205 .section-visual__text:last-of-type,
  .section-visual--2205b .section-visual__text:last-of-type {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .section-visual--2205b .section-visual__text {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .section-visual--2205b .section-visual__box01 {
    text-align: center;
  }
}

/* 220606_特徴ページ改修
------------------------------------------------------------*/
#feature .excel {
  display: flex;
  justify-content: space-between;
}

#feature .excel .text-content {
  text-align: left;
  width: 45%;
}

#feature .excel img {
  display: block;
}

@media screen and (max-width: 1250px) {
  #feature .excel {
    display: block;
  }

  #feature .excel .text-content {
    text-align: center;
    width: 100%;
  }

  #feature .excel img {
    margin: 0 auto;
  }
}

#feature .section-content--wall02 {
  color: #fff;
}

#feature .btn_wrap_center_two {
  justify-content: space-around;
}

#feature .btn-wrapper p {
  font-size: 1.25rem;
  line-height: 1.57;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
  padding: 1rem;
}

@media screen and (max-width: 1250px) {
  .btn_wrap_center_two {
    width: 100%;
  }
}

.section-feature ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#feature .button-content--s.mt {
  position: static;
}

#feature .section-feature .list-feature__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

#feature .section-feature .list-feature__box,
#feature
  .section-feature
  .list-feature__item:nth-of-type(2n)
  .list-feature__box {
  padding-left: 0;
}

#feature .section-feature .list-feature__item {
  margin-bottom: 5rem;
}

#feature .section-feature .list-feature__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1245px) {
  #feature .section-feature .list-feature__box,
  #feature
    .section-feature
    .list-feature__item:nth-of-type(2n)
    .list-feature__box {
    padding: 0 3.90625vw;
  }

  #feature .section-feature .list-feature__title .text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  #feature .section-feature .list-feature__title .text {
    font-size: 1.75rem;
  }

  #feature .section-feature .list-feature__item,
  #feature .section-feature .list-feature__item#feature2,
  #feature .section-feature .list-feature__item#feature4 {
    height: auto;
  }

  #feature .section-feature #feature2 .list-feature__box,
  #feature .section-feature #feature4 .list-feature__box {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  #feature .section-feature .list-feature__item#feature4,
  #feature .section-feature .list-feature__item#feature2 {
    height: auto;
  }
}

@media screen and (min-width: 1246px) {
  #feature .section-feature .list-feature__box,
  #feature
    .section-feature
    .list-feature__item:nth-of-type(2n)
    .list-feature__box {
    padding-left: 1rem;
  }
}

/* 220531_事例ページ改善*/
.case__section-head {
  height: auto;
}

.case__section-head .section-head__inner {
  padding: 40px 0;
}

.case-head__rightarea {
  margin-top: 20px;
}

.case-head__text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.case-head__btn .button-content {
  width: 330px !important;
}

.case-head__btntext {
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d50e3c;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 40px;
  box-shadow: 0 20px 20px rgb(0 0 51 / 15%);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.case-head__btnsubtext {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.dl_bnrBox__text {
  font-size: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .case__section-head .section-head__inner {
    padding: 0;
  }

  .case-head__wrap {
    display: block;
    margin: 40px 20px;
  }

  .case-head__rightarea {
    margin-left: 0;
  }

  .case-head__text {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: center;
  }

  .case-head__btntext {
    font-size: 1.4rem;
  }

  .dl_bnrBox__text {
    font-size: 1.4rem;
  }
}

/* 220531_価格ページ改善*/
.price__lead_text {
  font-size: 1.5rem;
  line-height: 2;
}

.price__lead_text strong {
  font-size: 2.6rem !important;
}

.pricetop__inner {
  margin-top: 2rem;
}

#price .pricetop__table .price-table__inner::before {
  content: none !important;
}

.pricetop__table .price-table__row {
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 4px 12px 6px rgba(0, 0, 0, 0.04);
  z-index: -9;
}

#price .pricetop__table .price-table__plan {
  width: 100%;
}

#price .pricetop__table .price-table__plan:nth-of-type(n + 2) {
  border-left: 2px solid #ebecee;
}

#price .pricelow__table .price-table__title {
  margin-bottom: 30px;
}

#price .pricelow__table .number {
  font-family: "Bebas", "YakuHanJP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #00407f;
}

.price_blue_banner .service-dl {
  background-color: #e2f0ff;
  border: 2px solid #005fc5;
}

.price_blue_banner .service-dl__text h2 {
  color: #005fc5;
}

.price_blue_banner .button-content__button {
  background: #005fc5;
}

/* 220614_ショート動画関連　修正
------------------------------------------------------------*/
#section_short-movie iframe {
  width: 358px;
  height: 675px;
  margin-top: 41px;
}

#section_short-movie .short-movie {
  padding: 4rem 2rem 4rem 1.9rem;
  background-image: url("../img/common/short-movie_smartphone.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 900px;
  width: 100%;
  max-width: 428px;
  margin: 2rem auto 0;
}

#section_short-movie p {
  text-align: center;
}

#section_short-movie br.under_1250 {
  display: none;
}

@media screen and (max-width: 1250px) {
  #section_short-movie br.under_1250 {
    display: inline;
  }
}

@media screen and (max-width: 565px) {
  #section_short-movie iframe {
    margin-top: 45px;
    width: 93%;
    height: 643px;
  }

  #section_short-movie .short-movie {
    padding: 4rem 1rem 4rem 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  #section_short-movie {
    display: none;
  }
}

/* 220625_大学でのチャットボットの活用シーンページ改善*/
#scene #issue ul li {
  font-size: 1rem;
}

#scene #issue .img_university {
  text-align: center;
  margin-top: 15rem;
}

@media screen and (max-width: 768px) {
  #scene #issue .img_university {
    margin-top: 5rem;
    padding-top: 10rem;
  }
}

#scene .scene-content__baloon-item.baloon_01::before,
#scene .scene-content__baloon-item.baloon_02::before,
#scene .scene-content__baloon-item.baloon_03::before,
#scene .scene-content__baloon-item.baloon_04::before,
#scene .scene-content__baloon-item.baloon_05::before {
  display: none;
}

#scene .speech-bubble .scene-content__baloon-item {
  flex-direction: column;
}

#scene .speech-bubble .scene-content__baloon-item span {
  font-weight: bold;
}

#scene .scene-content__baloon-item.baloon_01 {
  background: url(../img/scene/bg_speech-bubble01.png);
  top: 10rem;
  left: 0;
  position: absolute;
  margin-top: 0;
  padding-bottom: 10px;
}

#scene .scene-content__baloon-item.baloon_02,
#scene .scene-content__baloon-item.baloon_03,
#scene .scene-content__baloon-item.baloon_04 {
  background: url(../img/scene/bg_speech-bubble02.png);
  position: absolute;
  margin-top: 0;
  padding-bottom: 10px;
}

#scene .scene-content__baloon-item.baloon_02 {
  left: 15%;
}

#scene .scene-content__baloon-item.baloon_03 {
  left: 43%;
}

#scene .scene-content__baloon-item.baloon_04 {
  right: 15%;
}

#scene .scene-content__baloon-item.baloon_05 {
  background: url(../img/scene/bg_speech-bubble03.png);
  top: 10rem;
  right: 0;
  position: absolute;
  margin-top: 0;
  padding-bottom: 10px;
}

#scene .speech-bubble {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1040px) {
  #scene .scene-content__baloon-item.baloon_01,
  #scene .scene-content__baloon-item.baloon_02,
  #scene .scene-content__baloon-item.baloon_03,
  #scene .scene-content__baloon-item.baloon_04,
  #scene .scene-content__baloon-item.baloon_05 {
    width: 200px;
    height: 90px;
    background-color: #fff;
    background-image: none;
    padding: 2px;
    border-radius: 30px;
    box-sizing: content-box;
  }

  #scene .scene-content__baloon-item.baloon_01 {
    left: 5%;
  }

  #scene .scene-content__baloon-item.baloon_02 {
    left: 10%;
  }

  #scene .scene-content__baloon-item.baloon_03 {
    left: 45%;
  }

  #scene .scene-content__baloon-item.baloon_04 {
    right: 10%;
  }

  #scene .scene-content__baloon-item.baloon_05 {
    right: 5%;
  }
}

@media screen and (max-width: 825px) {
  #scene .scene-content__baloon-item.baloon_01,
  #scene .scene-content__baloon-item.baloon_02,
  #scene .scene-content__baloon-item.baloon_03,
  #scene .scene-content__baloon-item.baloon_04,
  #scene .scene-content__baloon-item.baloon_05 {
    width: 220px;
    height: 130px;
  }

  #scene .scene-content__baloon-item.baloon_02 {
    left: 2%;
  }

  #scene .scene-content__baloon-item.baloon_03 {
    left: 43.5%;
  }

  #scene .scene-content__baloon-item.baloon_04 {
    right: 2%;
  }
}

@media screen and (max-width: 745px) {
  #scene .scene-content__baloon-item.baloon_01,
  #scene .scene-content__baloon-item.baloon_02,
  #scene .scene-content__baloon-item.baloon_03,
  #scene .scene-content__baloon-item.baloon_04,
  #scene .scene-content__baloon-item.baloon_05 {
    width: 180px;
    height: 80px;
    padding: 3px;
  }
}

@media screen and (max-width: 610px) {
  #scene #issue.issue_university {
    padding-bottom: 100px;
  }

  #scene5 #use_university {
    padding-top: 88px;
  }
}

@media screen and (max-width: 610px) {
  #scene #issue.issue_university {
    padding-bottom: 50px;
  }

  #scene5 #use_university {
    padding-top: 44px;
  }
}

@media screen and (max-width: 768px) {
  #scene #issue {
    padding-bottom: 60px;
  }

  #scene5 .lpPage_internalinquiry + .section-content__inner {
    padding-top: 20px;
  }
}

#scene .scene-content__baloon-item.baloon_09 {
  margin-left: -56px;
}

@media screen and (max-width: 850px) {
  #scene .scene-content__baloon-item.baloon_06::before,
  #scene .scene-content__baloon-item.baloon_07::before,
  #scene .scene-content__baloon-item.baloon_08::before,
  #scene .scene-content__baloon-item.baloon_09::before {
    display: none;
  }

  #scene .scene-content__baloon-item.baloon_06::after,
  #scene .scene-content__baloon-item.baloon_07::after,
  #scene .scene-content__baloon-item.baloon_08::after,
  #scene .scene-content__baloon-item.baloon_09::after {
    content: "▼";
    color: #fff;
    position: absolute;
    bottom: -8px;
    left: 43%;
  }

  #scene .scene-content__baloon-item.baloon_06,
  #scene .scene-content__baloon-item.baloon_07,
  #scene .scene-content__baloon-item.baloon_08,
  #scene .scene-content__baloon-item.baloon_09 {
    width: 150px;
    height: 90px;
    background-color: #fff;
    padding: 2px;
    border-radius: 30px;
    box-sizing: content-box;
    font-size: 1rem;
  }

  #scene .scene-content__baloon.ul_baloon {
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 655px) {
  #scene .scene-content__baloon-item.baloon_06,
  #scene .scene-content__baloon-item.baloon_07,
  #scene .scene-content__baloon-item.baloon_08,
  #scene .scene-content__baloon-item.baloon_09 {
    width: 75px;
  }

  #scene .scene-content__baloon-item.baloon_09 {
    margin-left: -35px;
  }

  #scene .scene-content__baloon {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }

  #scene #issue ul li {
    font-size: 1rem;
    position: static;
    width: 46%;
    margin: 5px auto;
  }

  #scene #issue .img_university {
    padding-top: 0;
  }
}

#department_second .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 rgb(0 0 51 / 10%);
}

#department_second ul.department__answer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #department_second .department__answer li {
    width: 100%;
    padding: 30px;
  }
}

#department_second ul.department__answer .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

#department_second ul.department__answer .ttl span {
  background-color: #d50e3c;
  color: #fff;
  padding: 5px 30px;
}

#department_second ul.department__answer h3 {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  border-bottom: 3px solid #21849f;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

#department_second ul.department__answer .button-content.js-hover span {
  line-height: 1.5;
}

#department_second ul.department__answer .cnt {
  height: 150px;
}

@media screen and (max-width: 935px) {
  #department_second ul.department__answer .cnt {
    height: 210px;
  }
}

@media screen and (max-width: 768px) {
  #department_second ul.department__answer .cnt {
    height: auto;
  }
}

.section-content--g#case {
  background-color: transparent;
}

.section-content--g#case .menu-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.section-content--g#case .menu-container img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section-content--g#case .menu-container {
    padding: 0 3.90625vw;
  }
}

#scene #sec__scene_giga {
  text-align: center;
  background-color: #ebecee;
}

#scene #sec__scene_giga .section-content__inner:nth-of-type(2) {
  margin-bottom: 45px;
}

@media screen and (max-width: 918px) {
  #scene #department_second h3 {
    height: 75px;
  }
}

@media screen and (max-width: 768px) {
  #scene #department_second h3 {
    height: auto;
  }
}

#scene #various-qa {
  background-color: #ebecee;
}

@media screen and (max-width: 768px) {
  #scene .ul_baloon .scene-content__baloon-item:nth-of-type(3) {
    margin-left: -9.8vw;
  }
}

/* 220727_7月改善*/
.bn-area .service-dl__text .case-detail-trial__copy {
  background: #fff;
  border: 3px solid #d50e3c;
  border-radius: 99px;
  margin-bottom: 25px;
  padding: 10px;
  color: #d50e3c;
  position: relative;
  font-weight: bold;
}

.bn-area .service-dl__text .case-detail-trial__copy:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.bn-area .service-dl__text .case-detail-trial__copy:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #d50e3c;
  z-index: 1;
}

.bn-area .case-detail-trial__bnr {
  align-items: center;
  background: #ddf2f7;
  display: block;
  padding: 0;
}

.bn-area .case-detail-trial__bnrlink {
  padding: 30px 60px;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
}

.bn-area .case-detail-trial__bnrlink:hover {
  opacity: 0.7;
}

.button-content--s {
  transition: 0.3s;
}

.bn-area .case-detail-trial__bnr .case-detail-trial__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 55%;
}

.bn-area .case-detail-trial__bnr .case-detail-trial__list li {
  background: #1a7d99;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  width: 200px;
  height: 200px;
  margin: 0 -10px;
  border: 14px double #ddf2f7;
}

@media screen and (max-width: 1138px) {
  .case-detail-trial__bnr .service-dl__text h2 {
    font-size: 1.6rem;
  }
}

.bn-area .case-detail-trial__bnr .service-dl__text {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .bn-area .case-detail-trial__bnrlink {
    display: block;
    padding: 30px;
  }

  .bn-area .button-content--s {
    width: 100%;
  }

  .bn-area .case-detail-trial__bnr {
    flex-direction: column-reverse !important;
  }

  .bn-area .case-detail-trial__bnr .case-detail-trial__list {
    width: 100%;
    display: block;
    margin-top: 2rem;
  }

  .bn-area .case-detail-trial__bnr .case-detail-trial__list li {
    font-size: 1rem;
    border-radius: 0;
    width: 100%;
    height: auto;
    background: none;
    text-align: left;
    border: 0;
    padding: 1.2rem;
    display: block;
    background: #fff;
    border-bottom: 2px solid;
    color: #1a7d99;
    font-size: 16px;
    text-align: center;
    margin: 0;
  }

  .bn-area .case-detail-trial__bnr .case-detail-trial__list li:last-of-type {
    border-bottom: none;
  }

  .bn-area .case-detail-trial__bnr .service-dl__text {
    width: 100%;
    text-align: center;
  }

  .bn-area .service-dl__text .case-detail-trial__copy {
    margin: 0 auto 2rem;
    text-align: center;
    display: grid;
    font-size: 1.4rem;
  }
}

/* 220810　改善 */
#case .section-head__textarea {
  padding-top: 2rem;
}

#case .section-head__logoarea {
  padding: 1rem 2rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #case .section-head__logoarea {
    margin-bottom: 20px;
  }
}

#case .section-head__bigtitle {
  color: #42e8e0;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem 0 0.2rem 0;
  position: relative;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  #case .section-head__bigtitle {
    font-size: 1.8rem;
  }
}

#case .section-head__bigtitle::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #42e8e0;
  content: "";
}

#case .section-head__text {
  color: #fff;
  font-size: 1.1rem;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  #case .section-head__text {
    font-size: 1.6rem;
  }
}

#case .case__subtext {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  #case .section-visual {
    height: auto;
  }

  #case .section-visual__box {
    padding-bottom: 8.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  #case .section-head__logoarea img {
    width: 60%;
  }

  #case .section-visual_a .section-visual__image {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  #case .section-visual__box {
    width: auto;
  }
}

.department__mv--btn + .department__mv--btn {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .department__mv--btn + .department__mv--btn {
    margin-top: 3rem;
  }

  .department__mv--btnarea {
    margin-top: 3rem;
  }
}

.department__mv--btn .case-head__btntext {
  font-size: 1rem;
  padding: 20px 30px;
}

.department__mv--btn .button-content {
  width: 24rem !important;
}

.department__mv .section-head__inner {
  flex-wrap: nowrap !important;
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
  #department .section-head.department__mv h1 {
    font-size: 2rem;
  }
}

.dl_bnrBox__leadtext {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .dl_bnrBox__leadtext {
    font-size: 1.3rem;
  }
}

.top-sceneArea {
  margin-bottom: 100px;
}

.top-sceneArea .section-content__inner {
  border: 20px solid #ecf1f5;
  padding: 2rem 3rem;
}

@media screen and (max-width: 768px) {
  .top-sceneArea .section-content__inner {
    padding: 3rem 2rem;
  }
}

.top-sceneArea__title {
  font-size: 1.7rem;
  line-height: 1.55;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .top-sceneArea__title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.top-sceneArea__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .top-sceneArea__container {
    display: block;
  }
}

.top-sceneArea__container li {
  width: calc(100% / 4 - 1rem);
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 51, 0.15);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .top-sceneArea__container li {
    width: 100%;
  }

  .top-sceneArea__container li:not(:first-of-type) {
    margin-top: 10px;
  }
}

.top-sceneArea__container li a {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.top-sceneArea__container li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 6%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #21849f;
  border-right: 2px solid #21849f;
  transform: translateX(-50%) rotate(45deg);
}

.top-sceneArea__container li:hover {
  opacity: 0.6;
  box-shadow: 0 0 20px rgba(0, 0, 51, 0.4);
}

.top-sceneArea__container li a p {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
}

@media screen and (min-width: 769px) and (max-width: 1030px) {
  .top-sceneArea__container li a p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .top-sceneArea__container li a p {
    font-size: 1.7rem;
  }
}

.top-sceneArea__container li a img {
  width: 30%;
  margin-right: 1rem;
}

@media screen and (min-width: 769px) and (max-width: 1030px) {
  .top-sceneArea__container li a img {
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .top-sceneArea__container li a img {
    width: 22%;
    margin-right: 1.7rem;
  }
}

.top-sceneArea .button-content {
  width: 350px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top-sceneArea .button-content {
    width: 100%;
    margin-top: 30px;
  }
}

.column-docArea {
  margin: 30px 0 50px;
}

.column-docArea h3 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.column-docArea h3 span {
  color: #d50e3c;
  font-size: 28px;
  margin: 0.5rem;
}

@media screen and (min-width: 769px) and (max-width: 1212px) {
  .column-docArea h3 {
    font-size: 17px;
    line-height: 1.4;
  }

  .column-docArea h3 span {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .column-docArea h3 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .column-docArea h3 span {
    font-size: 2rem;
  }
}

.column-docArea__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .column-docArea__list {
    display: block;
    margin: 2rem auto 0;
  }
}

.column-docArea__list li {
  width: calc(100% / 3 - 0.5rem);
  box-shadow: 3px 10px 10px rgba(0, 0, 51, 0.15);
  position: relative;
  border: 1px solid #dadae2;
  padding: 1.3rem 1rem 0.8rem;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .column-docArea__list li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .column-docArea__list li:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}

.column-docArea__list li:hover {
  opacity: 0.6;
  box-shadow: 3px 10px 15px rgba(0, 0, 51, 0.4);
}

@media screen and (max-width: 768px) {
  .column-docArea__list li:hover {
    opacity: 1;
    box-shadow: 3px 10px 10px rgba(0, 0, 51, 0.15);
  }
}

.column-docArea__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 769px) and (max-width: 1212px) {
  .column-docArea__list li a {
    display: block;
  }
}

.column-docArea__listTitle {
  background: #e8f2f5;
  padding: 4px 10px 2px;
  position: absolute;
  top: -5%;
  left: -2%;
  font-weight: 600;
  margin-top: 0 !important;
}

@media screen and (min-width: 769px) and (max-width: 1212px) {
  .column-docArea__listTitle {
    font-size: 14px;
  }
}

.column-docArea__list li a img {
  width: 28% !important;
  margin-right: 1rem;
  display: block;
}

@media screen and (min-width: 769px) and (max-width: 1212px) {
  .column-docArea__list li a img {
    margin: 10px auto;
  }
}

.column-docArea__listCont p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .column-docArea__listCont {
    width: 68%;
  }

  .column-docArea__listCont p {
    font-size: 1.4rem;
  }
}

.column-docArea__listCont span {
  background-color: #1a7d99;
  color: #fff;
  margin-top: 1em;
  padding: 12px 30px;
  border-radius: 24px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 17px;
  font-size: 13px;
}

@media screen and (min-width: 769px) and (max-width: 1212px) {
  .column-docArea__listCont span {
    display: block;
    text-align: center;
  }
}

/* 220831_8月改善 */

.column-pricebnr {
  margin: 20px 0 40px;
}

.column-pricebnr a {
  transition: 0.3s;
}

.column-pricebnr a img {
  margin-top: 0 !important;
}

.column-pricebnr a:hover {
  opacity: 0.7;
}

.case-bnrArea {
  border: 2px solid #2a6496;
  padding-left: 30px;
}

.case-bnrArea a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.case-bnrArea a:hover {
  opacity: 0.7;
}

.case-bnrArea .service-dl__text {
  width: 60%;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .case-bnrArea {
    padding-left: 0;
    padding: 20px;
    width: 90%;
  }

  .case-bnrArea a {
    flex-direction: column;
  }

  .bn-area .service-dl__text {
    text-align: center;
    width: 100%;
  }
}

.bn-area.case-bnrArea .service-dl__text h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #2a6496;
}

.service-dl {
  transition: 0.3s;
}

.service-dl:hover {
  opacity: 0.7;
}

.case-bnrArea .service-dl__text .copy,
.case-bnrArea .button-content--s .button-content__button {
  background: #2a6496;
}

/* 220926_featurevideo */
div.vid_contents {
  width: 100%;
  text-align: center;
  margin: auto;
}

video.vid_main {
  width: 100%;
}

/* 221003_function add */
.function-addsection {
  margin: 100px 0;
}

.function-addsection #link__related_column {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .function-addsection {
    margin: 70px 0;
  }

  .function-addsection .section-content__box .text-content,
  .function-addsection #link__related_column {
    text-align: left;
  }
}

/* 221027_column_detail13改善 */
.toc_area .small-dt {
  padding-left: 1rem;
}

.link_clm_sec {
  margin-top: 50px;
}

.link_clm_sec .link_clm_sec_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 18px;
}

.link_clm_sec .link_clm_sec_inner div {
  width: calc(100% / 3 - 12px);
  background-color: #e8f2f5;
  margin: 8px 0;
  border: 2px solid #21849f;
  border-radius: 4px;
}

.link_clm_sec .link_clm_sec_inner div a {
  display: block;
  height: 100%;
  padding: 15px;
  transition-duration: 0.3s;
}

.link_clm_sec .link_clm_sec_inner div a:hover {
  opacity: 0.8;
}

.link_clm_sec .link_clm_sec_inner div .link_clm_sec_summary {
  margin-top: 0;
  font-weight: bold;
}

.link_clm_sec .link_clm_sec_inner div .link_clm_sec_read::before {
  content: "こちらの記事を読む";
}

.link_clm_sec .link_clm_sec_inner div .link_clm_sec_read {
  background-color: #1a7d99;
  width: 170px;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  padding: 5px;
  color: #fff;
  font-weight: bold;
}

.link_clm_sec .link_clm_sec_header {
  font-size: 22px;
  padding: 20px 0 30px;
  font-weight: bold;
}

.link_clm_sec .link_clm_sec_header span {
  border-bottom: 3px solid #d50e3c;
}

@media screen and (max-width: 768px) {
  .link_clm_sec .link_clm_sec_inner div {
    width: 47%;
  }

  .link_clm_sec .link_clm_sec_inner div .link_clm_sec_read {
    width: 130px;
    font-size: 1.3rem;
  }
}

/* 221027_trial改善 */
#department .department__answer.big_circle {
  margin-top: 60px;
}

#department .department__answer.big_circle li {
  width: 30%;
  margin: 10px;
}

#department .department__answer.big_circle li .ttl {
  font-size: 1.4rem;
  text-align: center;
}

#department .department__answer.big_circle li .img {
  width: 80%;
  margin: 0 auto;
}

#department .department__answer.big_circle li .txt {
  width: auto;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  #department .department__answer.big_circle {
    margin-top: 30px;
  }

  #department .department__answer.big_circle li {
    width: 100%;
  }

  #department .department__answer.big_circle li .ttl {
    font-size: 1.8rem;
  }

  .slash--center.mt0 {
    margin-top: 0;
  }
}

.lineworks .flex__2col {
  justify-content: center;
}

.lineworks.lineworkscnt_02 .flex__2col div.wrap {
  padding: 0;
}

.lineworks .flex.f4 {
  flex-wrap: wrap;
}

.lineworks.lineworkscnt_02 .flex__2col div.wrap ul.flex.f4 li {
  width: 38%;
}

.lineworks.lineworkscnt_02 .flex__2col div.wrap.wrap4,
.lineworks.lineworkscnt_02 .flex__2col div.wrap.wrap5 {
  margin: 45px 25px;
}

@media screen and (max-width: 768px) {
  .lineworks.lineworkscnt_02 .flex__2col div.wrap.wrap4,
  .lineworks.lineworkscnt_02 .flex__2col div.wrap.wrap5 {
    margin: 45px 0;
  }
}

.lineworks-image__wrap {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .lineworks-image__wrap {
    padding: 0 3.90625vw;
  }
}

.lineworks-image__wrap img {
  margin: 0 auto;
  display: block;
}

.lineworks-section {
  padding: 88px 0 0;
}

/* 221125_api-lp */
.lp-api-visual .section-visual__btnwrap {
  margin-top: 30px;
}

.lp-api-visual .section-visual__btnwrap a {
  padding: 19px 30px 20px;
  text-align: center;
}

.lp-api-visual .section-visual__btnwrap a::before {
  content: none;
}

.api-lp-sec01 .department__answer {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .api-lp-sec01 .department__answer {
    display: block;
  }
}

.api-lp-sec01 .department__answer li {
  width: 30%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 10px 10px rgb(0 0 51 / 15%);
  padding: 40px 30px;
  font-weight: bold;
}

.api-lp-sec01 .department__answer li .img {
  margin-bottom: 30px;
}

.api-lp-sec01 .department__answer li a {
  text-decoration: underline;
}

.api-lp-sec01 .department__answer li a:hover {
  text-decoration: none;
}

.api-lp-sec01 .department__answer li .img,
.api-lp-sec01 .department__answer li img {
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 768px) {
  .api-lp-sec01 .department__answer li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }

  .api-lp-sec01 .department__answer li + li {
    margin-top: 20px;
  }

  .api-lp-sec01 .department__answer li .img {
    width: 27%;
    flex-shrink: 0;
  }

  .api-lp-sec01 .department__answer li .txt {
    width: 70%;
  }
}

.api-lp-sec01 .department__answer li .cnt span {
  font-size: 0.8rem;
  font-weight: normal;
}

.api-lp-sec02 .api-lp-infoimg p {
  font-size: 1.8rem;
  background: #1a7d99;
  color: #fff;
  padding: 10px 30px;
  margin-top: 45px;
  text-align: center;
}

.api-lp-sec03 img {
  border-radius: 15px;
  box-shadow: 3px 10px 10px rgb(0 0 51 / 15%);
}

.api-lp-sec04 {
  padding-bottom: 60px;
}

.api-lp-sec05 .trial_flex__2cnt {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .api-lp-sec05 .trial_flex__2cnt {
    flex-direction: column-reverse;
  }
}

.api-lp-sec05 .trial_flex__2cnt div:first-of-type {
  width: 55%;
  background: #fff;
  box-shadow: 3px 10px 10px rgb(0 0 51 / 15%);
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .api-lp-sec05 .trial_flex__2cnt div:first-of-type {
    width: 100%;
  }
}

.api-lp-sec05 .trial_flex__2cnt div:last-of-type {
  flex-shrink: 0;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .api-lp-sec05 .trial_flex__2cnt div:last-of-type {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.api-lp-sec07 .text-content {
  color: #fff;
}

.api-lp-sec07 #cnt--free-trial {
  display: flex;
  margin: 0 -15px;
}

.api-lp-sec07 #cnt--free-trial p.ty {
  font-weight: bold;
  margin: 20px 0;
  border-bottom: none;
  text-align: center;
}

.api-lp-sec07 #cnt--free-trial 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 rgb(0 0 51 / 15%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .api-lp-sec07 ul#cnt--free-trial {
    display: block;
    margin: 0;
  }

  .api-lp-sec07 #cnt--free-trial li {
    width: 100%;
    margin: 0 0 30px;
  }
}

/* 221125_ondemand */

#seminar .ondemand-content {
  padding: 30px 0 100px;
}

#seminar .list-ondemand {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

#seminar .list-ondemand li {
  width: 48%;
  background: #fafafb;
  border-radius: 10px;
  padding: 40px;
  border: 2px solid #ebecee;
}

#seminar .list-ondemand li:first-of-type,
#seminar .list-ondemand li:last-of-type {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #seminar .list-ondemand li {
    width: 100%;
    padding: 20px;
  }

  #seminar .list-ondemand li:first-of-type {
    margin-top: 0;
  }

  #seminar .list-ondemand li:first-of-type,
  #seminar .list-ondemand li:last-of-type {
    padding-bottom: 20px;
  }
}

/* 221128_lp-qa-improvement */
.qa-im-sec01__wrap,
.list-feature {
  margin-top: 45px !important;
}

.qa-im-sec01__wrap {
  background: url(/chatbot/assets/img/lp/qa_improvement/qa_im01_bg.png)
    no-repeat center/contain;
}

.qa-im-sec01__wrap p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .qa-im-sec01__wrap {
    background: none;
  }

  .qa-im-sec01__wrap p {
    font-size: 1.4rem;
    text-align: left;
    font-weight: normal;
  }

  .api-lp-sec02 {
    margin-top: 0 !important;
  }
}

.qa-im-sec01__wrap p span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.qa-im-sec01__wrap p + p {
  margin-top: 20px;
}

#feature .section-feature .qa-im-sec02__list .list-feature__box,
#feature
  .section-feature
  .qa-im-sec02__list
  .list-feature__item:nth-of-type(2n)
  .list-feature__box {
  padding-left: 3rem;
}

@media screen and (max-width: 768px) {
  #feature .section-feature .qa-im-sec02__list .list-feature__box,
  #feature
    .section-feature
    .qa-im-sec02__list
    .list-feature__item:nth-of-type(2n)
    .list-feature__box {
    padding-left: 0;
    padding: 1.90625vw 4vw 6vw;
  }

  #feature
    .section-feature
    .qa-im-sec02__list
    .list-feature__item:nth-of-type(2n)
    .list-feature__box {
    background: #ebecee;
  }
}

.qa-im-sec02__list .button-content--s.mt {
  width: 330px;
}

.api-lp-sec05 .qa-im-sec03__flex div:first-of-type {
  flex-direction: column;
}

.api-lp-sec05 .qa-im-sec03__flex div:first-of-type .button-content--s {
  margin-top: 2rem;
}

.list-faq__item #link__related_column {
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  .list-faq__item #link__related_column {
    padding-left: 13.0208333333vw;
  }
}

/* 221206_trial */
@media screen and (max-width: 768px) {
  .trial-mv .section-visual__baloon {
    transform: rotate(5deg);
    top: 33px;
  }

  .trial-mv .button-content__button.btn_red {
    margin-bottom: 30px;
  }
}

.trial-onayami .img {
  text-align: center;
  margin-top: 4rem;
}

.trial-onayami__list {
  display: flex;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .trial-onayami__list {
    display: block;
  }
}

.trial-onayami__list li {
  width: 26%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 50vh;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 51 / 15%);
  position: relative;
  font-size: 1rem;
  position: relative;
  font-weight: bold;
}

.trial-btn__inner {
  margin-top: 100px !important;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .trial-onayami__list li {
    width: 100%;
    position: static;
    font-size: 1.4rem;
  }

  .trial-onayami__list li + li {
    margin-top: 10px;
  }

  .trial-btn__inner {
    margin-top: 60px !important;
    margin-bottom: 60px;
  }

  .trial-bnr {
    padding: 0 3.90625vw;
  }
}

.trial-onayami__list li:nth-of-type(1) {
  top: 6rem;
}

.trial-onayami__list li:nth-of-type(2) {
  left: -1rem;
}

.trial-onayami__list li:nth-of-type(3) {
  top: 3rem;
}

.trial-onayami__list li:nth-of-type(4) {
  right: -1rem;
}

.trial-onayami__list li:nth-of-type(5) {
  top: 6rem;
}

/* 221228 */
.lpPage .section-visual.visual-big {
  height: auto;
  padding: 40px 0;
}

.lpPage .visual-big .section-visual__image a {
  display: inline-block;
}

.lpPage .visual-big .section-visual__image {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .lpPage .visual-big .section-visual__image {
    width: 93%;
  }
}

.lpPage .visual-big .main__form_ttlarea {
  display: block;
}

.lpPage .visual-big .main__form_ttlarea span {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .lpPage .visual-big .main__form_ttlarea span {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .lpPage .visual-big .main__form_wrap {
    margin-top: 20px;
  }
}

.lpPage .visual-big .main__form_ttlarea p {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .lpPage .visual-big .main__form_ttlarea p {
    font-size: 1.8rem;
  }

  .lpPage .page_green_banner {
    width: 92%;
    margin: 60px auto 0;
  }
}

.lpPage .visual-big .main__form_ttlarea p::before {
  font-size: 1.2rem;
}

.lpPage .visual-big .main__cv_link_wrap > div:nth-child(1):before,
.lpPage .visual-big .main__cv_link_wrap > div:nth-child(1):after {
  content: none;
}

.lpPage .visual-big .top .main__cv_link_wrap > div {
  margin-bottom: 0;
  transition: 0.2s;
}

.lpPage .visual-big .main__cv_link_wrap {
  margin: 1rem auto 0;
  width: 610px;
}

@media screen and (max-width: 768px) {
  .lpPage .visual-big .main__cv_link_wrap {
    width: 100%;
  }
}

.lpfaq-mvtextlink {
  font-size: 1.8rem;
  font-weight: bold;
  transition: 0.2s;
}

.lpfaq-mvtextlink a {
  color: #fff;
  transition: 0.2s !important;
}

.main__cv_link_wrap .lpfaq-mvtextlink a:before {
  border-color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 230105 popupbnr */

.top-popup-bnr {
  position: fixed;
  z-index: 999;
  top: 10px;
  right: 0;
  width: 300px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .top-popup-bnr {
    top: auto;
    bottom: 0;
    right: 0;
    width: 40% !important;
  }
}

.top-popup-bnr.is-close a,
.top-popup-bnr.is-close span {
  display: none;
}

.top-popup-bnr a {
  transition: 0.3s;
}

.top-popup-bnr a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .top-popup-bnr a:hover {
    opacity: 1;
  }
}

.top-popup-bnr__close {
  position: absolute;
  top: 0;
  left: -30px;
}

.top-popup-bnr__close span {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #333;
}

.top-popup-bnr__close span::before,
.top-popup-bnr__close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 25px;
  background: #fff;
}

.top-popup-bnr__close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.top-popup-bnr__close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 230105 document */
.min-header {
  height: 80px;
}

@media only screen and (max-width: 768px) {
  .min-header {
    height: 50px;
  }
}

#document .document-content__title {
  text-align: center;
}

#document .document-content__form {
  width: 100%;
}

.seminar-linkArea {
  text-align: center;
  margin-top: 20px;
}

.seminar-linkArea__textlink {
  padding-left: 1em;
  text-indent: -1em;
  text-decoration: underline;
  display: block;
}

.seminar-linkArea__textlink:hover {
  text-decoration: none;
}

.seminar-linkArea__textlink::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: "";
}

/* 230122 support-flow */

.flowstep__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}

@media screen and (max-width: 768px) {
  .flowstep__list {
    flex-direction: column;
    gap: 6rem 0;
  }
}

.flowstep__item {
  width: 33%;
}

@media screen and (max-width: 768px) {
  .flowstep__item {
    width: 100%;
  }
}

.flowstep__item--inner {
  padding: 20px;
  flex-direction: column;
  display: flex;
  align-items: center;
  height: 90%;
}

.flowstep__item--inner .button-content {
  margin-top: auto;
}

.flowstep__item:nth-of-type(odd) .flowstep__arrow {
  background: #0160a2;
}

.flowstep__item:nth-of-type(odd) .flowstep__arrow::after {
  border-color: transparent transparent transparent #0160a2;
}

.flowstep__arrow {
  background: #00bdd0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.flowstep__arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 60px;
  border-color: transparent transparent transparent #00bdd0;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .flowstep__arrow::after {
    position: absolute;
    top: auto;
    right: auto;
    left: 45%;
    border-width: 40px 0 40px 40px;
    transform: rotate(90deg);
    z-index: 1;
    bottom: 100%;
  }

  .flowstep__item:first-of-type .flowstep__arrow::after {
    content: none !important;
  }
}

.flowstep__item h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.flowstep__innerWrap {
  display: flex;
  align-items: flex-start;
}

.flowstep__innerWrap img {
  width: 25%;
  margin-right: 20px;
}

.flowstep__innerList li {
  padding-left: 1em;
  text-indent: -1em;
}

.flowstep__innerList li + li {
  margin-top: 10px;
}

.flowstep__innerList li span {
  color: #d50e3c;
  font-weight: bold;
  margin-right: 3px;
}

.flowstep__centerimg img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flowstep__centerimg {
  width: 220px;
  height: 220px;
  box-shadow: 0 0 15px rgb(0 0 51 / 15%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  background: #fff;
}

.top-flow__title {
  font-size: 1.4rem !important;
}

.top-flow__title span {
  font-weight: 100;
  font-size: 1rem;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .top-flow__title {
    font-size: 1.8rem !important;
  }

  .top-flow__title span {
    font-weight: 100;
    font-size: 1.6rem;
    margin-left: 10px;
    display: block;
  }
}

#scene .speech-bubble {
  padding-bottom: 3rem;
}

#use_university {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  #scene .speech-bubble {
    padding-bottom: 1rem;
  }

  #use_university {
    margin-top: 3rem;
  }
}

/* 230307 */
.link-btnArea {
  margin-top: 10px;
}

.link-btnArea a {
  background: #000b49;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 15px;
  position: relative;
  transition: 0.3s;
}

.link-btnArea a:hover {
  background: #0069a0;
}

.link-btnArea a + a {
  margin-top: 10px;
}

.link-btnArea a::before {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 5%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}

.column_searchBox {
  width: 100%;
  display: flex;
}

#column_searchBar {
  width: 100%;
  border: 1px solid #666666;
  color: #666666;
  padding: 12px 15px 12px 47px;
}

#column_searchButton {
  width: 100px;
  background: #000b49;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  cursor: pointer;
  transition: 0.3s;
  border: none;
}

@media screen and (max-width: 768px) {
  #column_searchButton {
    width: 21%;
  }
}

#column_searchButton:hover {
  background: #0069a0;
}

.column_searchBox input[type="text"]:focus {
  outline: none;
}

.column_searchBarArea {
  width: 100%;
  position: relative;
}

.column_searchBarArea::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(/chatbot/assets/img/common/search_icon.svg) no-repeat center
    center / auto 100%;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 16px;
}

.column_searchResult {
  margin: 20px 0 0;
}

.form_caption {
  font-size: 14px;
  text-align: center;
  margin: 40px 0 0;
}

.document-content__box {
  margin-top: 30px;
}

.document-content__box + .document-content__box {
  padding-top: 30px;
  border-top: 2px dotted #d50e3c;
}

.list__naiyou li {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.list__naiyou li::before {
  content: "－";
  font-weight: bold;
  color: #00407f;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  #document .document-content__box h3 {
    font-size: 1.8rem;
    margin-top: 0;
  }

  ul.list__riten li,
  .list__naiyou li {
    font-size: 1.6rem;
  }
}

/* 2023.05.11 ピラーページ追加 */
.chatbot_case_list .ttl span {
  font-size: 14px;
  background: initial;
  color: initial;
  padding: initial;
  margin: initial;
}

.toc_area-sttl {
  text-indent: -1.5em;
  padding-left: 2.5em;
}

/* 230512_price */
.price-table__block + div {
  padding-top: 40px;
  border-top: 2px solid #ebecee;
}

.price-table__block:nth-of-type(2) {
  padding-bottom: 40px;
}

.price-table__plan {
  padding: 30px;
  padding-bottom: 30px !important;
}

.price-table__subTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.price-table__list {
  margin-top: 15px;
  margin-left: 20px;
}

.price-table__list li {
  position: relative;
  margin-top: 5px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.price-table__list li::before {
  position: relative;
  content: url(/chatbot/assets/img/price/check_icon.png);
  padding-right: 5px;
}

.list-box__text--l {
  margin-top: 15px;
}

.pricetop__table .price-table__plan,
.list-box__item {
  display: flex;
  flex-direction: column;
}

.price-table__block:last-of-type {
  margin-top: auto;
}

.price-option {
  margin: 130px 0 100px;
}

.price-option .img {
  text-align: center !important;
}

.price-option .txt span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.price-option .txt a {
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #price .price-table {
    width: 274.25vw;
    padding: 3.90625vw;
    margin: 0 -3.90625vw;
  }

  .pricetop__inner .only-sp.mt10 {
    margin-top: 20px;
  }

  .price-option .img img {
    width: fit-content;
    margin: 0 auto;
    max-width: 100%;
  }

  .price-option {
    margin: 60px 0;
  }
}

.tax-comment {
  margin-bottom: 20px;
}

.list-box--price .list-box__item {
  box-shadow: 0px 4px 12px 6px rgba(0, 0, 0, 0.04);
}

.price-table__text--l .sub,
.list-box__text--l .sub {
  display: block;
  margin-bottom: 10px;
  color: #666666;
  font-size: 1.25rem;
  margin-left: 0.3em;
}

#price .price-table__text--l.top {
  margin-top: 20px;
  padding-bottom: 82px;
}

@media screen and (max-width: 768px) {
  .list-box__text--l {
    padding-bottom: 7px;
  }

  #price .price-table__text--l.top {
    padding-bottom: 61px;
  }
}

/* 230607_トップ改修 */
.section-content__inner.umt {
  padding-top: 88px;
}

.top_scene_wrapper {
  padding: 2rem 3rem;
}

.top_scene-flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2.2rem;
}

.top_scene-flex:last-of-type .top_scene-flex--box {
  padding: 1.7rem;
}

.top_scene-flex:last-of-type p {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.top_scene-flex:last-of-type strong {
  color: #d50e3c;
  font-size: 1.6rem;
}

.top_scene-flex--box {
  flex: 1;
  box-shadow: 0px 0px 27.2px 4.8px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background: #fff;
}

.top_scene-flex--box h3,
.top_scene_wrapper > p,
.top_reason_list h3 {
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 18px 0;
}

.top_scene_wrapper > p {
  font-size: 1.8rem;
  border-radius: 10px;
  background: #d50e3c;
}

.top_reason_list h3,
.top_scene-flex--box h3,
.top_reason_list h3 {
  font-size: 1.2rem;
  border-radius: 10px 10px 0 0;
}

.top_scene-flex--box h3 {
  background: #05a4c9;
}

.top-sceneArea.mb0 {
  margin-bottom: 0;
}

.top_reason_list h3 {
  background: #00114f;
}

.top_scene-flex--box figure {
  padding: 1.7rem;
  text-align: center;
}

.top_scene-txt {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #d50e3c;
  border-radius: 10px;
  padding: 1rem;
}

.top_arrow-flex {
  display: flex;
  justify-content: space-around;
  gap: 2.2rem;
  min-height: 3.8rem;
  padding: 10px;
}

.arrow-down.icon {
  display: block;
  position: relative;
  width: 3.5rem;
  height: 1.3rem;
  color: #ddd;
  background-color: currentColor;
}

.arrow-down.icon:before {
  position: absolute;
  top: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 1.4rem 2.5rem 0 2.5rem;
  border-color: #ddd transparent transparent transparent;
  content: "";
}

.section-content--blue {
  background: #05a4c9;
}

.section-content--blue.top_reason h2 {
  color: #fff;
}

.top_reason_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}

.top_reason_list-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_reason_list li {
  display: flex;
  border-radius: 10px;
  background: #fff;
}

.top_reason_list-cont p {
  padding: 1.7rem 1.7rem 1rem;
}

.top_reason_list-cont figure {
  margin-top: auto;
  margin-bottom: 1.7rem;
}

.case-head__btntext-recolor {
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d50e3c;
  background: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  border: 3px solid #d50e3c;
  border-radius: 40px;
  box-shadow: 0 20px 20px rgb(0 0 51 / 15%);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn_wrap_center_2col {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width: 769px) {
  .btn_wrap_center_2col {
    flex-direction: column;
    gap: 2rem;
  }
}

.top_pagelink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 769px) {
  .top_pagelink {
    flex-direction: column;
  }

  .top_pagelink li {
    width: 100%;
  }
}

.top_pagelink::after {
  position: absolute;
  width: 2px;
  height: 3rem;
  background: #bcbcbc;
  bottom: -112px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

@media screen and (max-width: 769px) {
  .top_pagelink::after {
    height: 2.5rem;
  }
}

.top_pagelink li {
  position: relative;
  flex: 1;
  border-radius: 10px;
  background: #05a4c9;
}

.top_pagelink li::after {
  display: block;
  position: absolute;
  bottom: 12%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(135deg);
  content: "";
  transition: all 0.2s;
}

.top_pagelink li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.top_pagelink li:hover::after {
  bottom: 8%;
}

.title-content-head {
  display: block;
  text-align: center;
  color: #d50e3c;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  .title-content-head {
    font-size: inherit;
  }
}

.top_func_wrapper > .section-content__inner {
  box-shadow: 0px 0px 27.2px 4.8px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 3rem;
}

@media screen and (max-width: 769px) {
  .top_func_wrapper > .section-content__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.top_func_inner.radious-top {
  border-radius: 10px 10px 0 0;
}

.top_func_inner.radious-bottom {
  border-radius: 0 0 10px 10px;
}

.section-content.top_func_wrapper.pd0 {
  padding-top: 0;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.section-content__inner.after::after {
  position: absolute;
  width: 2px;
  height: 3.5rem;
  background: #bcbcbc;
  bottom: -110px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.top_func_inner {
  background: #ebecee;
  border-bottom: 1px solid #ddd;
  padding: 3rem;
}

@media screen and (max-width: 769px) {
  .top_func_inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.top_func_inner:first-of-type {
  position: relative;
}

.top_func-ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (max-width: 769px) {
  .top_func-ttl {
    font-size: 2rem;
    letter-spacing: -0.01em;
  }
}

.top_func_flex {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8rem;
}

.top_func_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(25%, 13rem);
}

.top_func_arrow p {
  font-size: 0.9rem;
  width: 90%;
  padding: 0.5rem 0;
  margin: 0 auto;
}

.top_func_flexbox {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 1.7rem;
  margin-top: 1.7rem;
}

.top_func_flexbox figure {
  margin-top: auto;
}

.top_func_flexbox p,
.top_func_flexbox_tool p {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.top_func_flexbox_tool p:nth-of-type(2) {
  color: #a9a9a9;
}

.top_func_inner .button-content {
  width: 350px;
  margin-top: 40px;
}

.top_func_flex_tool {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 1.7rem;
}

@media screen and (max-width: 769px) {
  .top_func_flex_tool {
    flex-direction: column;
  }
}

.top_func_flexbox_tool {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
}

.top_func_flexbox_tool li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.top_func_flexbox_tool .flex_5col,
.top_func_flexbox_tool .flex_4col {
  display: flex;
  margin: 30px 0;
  gap: 1rem;
  justify-content: center;
}

.top_func_flexbox_tool .flex_5col,
.top_func_flexbox_tool .flex_4col {
  flex-wrap: wrap;
}

.top_func_flexbox_tool .flex_5col li {
  width: 29%;
}

.top_func_flexbox_tool .flex_4col li {
  width: 31%;
}

@media screen and (max-width: 769px) {
  .top_func_flexbox_tool .flex_4col li {
    width: 38%;
  }
}

.top_func_flexbox_tool li img {
  width: 80px;
}

.top_func_qa {
  position: relative;
}

.top_func_qa::before {
  position: absolute;
  width: 2px;
  height: 3rem;
  background: #bcbcbc;
  top: -35px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

@media screen and (max-width: 769px) {
  .top_func_qa::before {
    height: 2.5rem;
  }
}

.top_func_qa .top_func_inner {
  border-radius: 10px;
}

.top_func_qa .section-content__inner {
  border-radius: 10px;
}

.top_func_qa figure img {
  margin: 0 auto;
}

.top_func_qa_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_func_qa_inner .top_func_flex {
  width: 100%;
  margin-top: 1rem;
}

.top_func_qa_inner .top_func_flex p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1rem;
}

.top_func_scenario {
  position: relative;
  margin-top: 40px;
}

.top_func_scenario::before {
  position: absolute;
  width: 2px;
  height: 3rem;
  background: #bcbcbc;
  top: 43px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

@media screen and (max-width: 769px) {
  .top_func_scenario::before {
    height: 2.5rem;
  }
}

.top_func_scenario_wrapper {
  display: flex;
  gap: 24px;
  margin-top: 1.7rem;
}

@media screen and (max-width: 769px) {
  .top_func_scenario_wrapper {
    flex-direction: column;
  }
}

.top_func_scenario_wrapper_box {
  display: flex;
  border-radius: 10px;
  background: #ebecee;
}

.top_func_scenario_wrapper_box:first-of-type {
  flex: 1.5;
}

.top_func_scenario_wrapper_box:last-of-type {
  flex: 2;
}

.top_func_scenario_wrapper_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_func_scenario_wrapper_box h3 {
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background: #1a7d99;
  border-radius: 10px 10px 0 0;
  padding: 18px 0;
}

.top_func_scenario_wrapper_box p {
  padding: 1.7rem 2.7rem 1rem;
}

.top_func_scenario_wrapper_img {
  width: 100%;
  padding: 2.7rem;
}

.top_func_scenario_wrapper_img p {
  text-align: center;
  font-weight: bold;
}

.top_func_scenario_wrapper_img figure {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
}

.top_func_scenario_wrapper_img figure img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 769px) {
  #top .case-head__btnsubtext {
    font-size: 3.5vw;
  }
}

/* 23.05.31 バナー設置 */
.banner_wrapper,
.banner_wrapper_type2 {
  padding: 20px;
  margin-top: 80px;
  text-align: center;
  transition: all 0.2s;
}

.banner_wrapper_nol {
  transition: all 0.2s;
}

.banner_wrapper_nol:hover,
.banner_wrapper:hover,
.banner_wrapper_type2:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .banner_wrapper {
    margin-top: 40px;
    padding: 0;
  }

  .banner_wrapper_type2 {
    margin: 40px 0;
    padding: 0;
  }
}

/* 20230628_6月改善 */
.department__bnr {
  width: 97%;
  margin: 40px auto;
  background: #fff;
}

.department__bnr a {
  display: block;
}

.department__bnr a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.scene .section-head__title .ja {
  line-height: 1.3;
}

.list-case-icon-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  gap: 30px;
}

.list-case-icon-box__item.box-item {
  border: 1px solid #ccc;
  padding: 20px 33px;
  position: relative;
}

.list-case-icon-box__item a,
.list-case-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-case-icon-box__item a,
  .list-case-icon-box__item .box {
    display: block;
  }
}

.list-case-icon-box__item.is-on a,
.list-case-icon-box__item.is-on .box {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .list-case-icon-box__img {
    display: block;
    width: 18.359375vw;
    margin: 0 auto;
  }
}

.list-case-icon-box__inner {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .list-case-icon-box__inner {
    width: 100%;
    margin-left: 0;
  }
}

.list-case-icon-box__name {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .list-case-icon-box__name {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 2.6041666667vw;
  }
}

.list-case-icon-box__text {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .list-case-icon-box__text {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .list-case-icon-box__text {
    font-size: 1.2rem;
    margin-top: 3.6458333333vw;
  }
}

li.list-case-icon-box__item.arrow {
  position: relative;
}

li.list-case-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-case-icon-box__item.box-item {
    width: 100%;
  }
}

.button-content.large-btn {
  width: 400px;
}

.column_detail_bnr a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* 230807_/case/index.html　修正
------------------------------------------------------------*/

.asearch_item_list-link {
  display: block;
}

.search_tab-container {
  display: flex;
  border-bottom: 2px solid #d50e3c;
}

.tab_all {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 0;
}

.search_item {
  display: inline-block;
}

.search_item.is-active {
  color: white;
  background-color: #d50e3c;
}

.is-hide {
  display: none;
}

.search_item_paragraph {
  text-align: center;
  color: #d50e3c;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 2rem;
}

.search_item_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px;
}

.search_item_list-box {
  width: 48%;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
}

.search_item_list__image {
  width: 100%;
}

.search_item_list__image img {
  width: 100%;
  object-fit: cover;
  max-height: 295px;
}

.search_item_list-case__box {
  width: 100%;
}

.search_item_list-case__top {
  width: 100%;
  padding: 10px;
  min-height: 300px;
}

.search_item_list-case__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
}

.search_item_list-case__subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 10px;
}

.search_item_list-case__text {
  line-height: 1.75;
  margin-top: 10px;
  margin-bottom: 10px;
}

.search_item_list-case__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  width: 100%;
}

.search_item_list-case__data {
  display: flex;
  margin-bottom: 20px;
}

.search_item_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;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .search_tab-container {
    flex-direction: column;
  }

  .tab_all {
    padding: 20px 0;
  }

  .search_tab-container .tab {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }

  .search_item_list-box {
    width: 100%;
  }

  .search_item_list-case__top {
    min-height: auto;
  }

  .search_item_list {
    gap: 32px;
  }

  .search_item_list-case__data {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }

  .search_item_list-case__data-item {
    width: fit-content;
  }

  .search_item_list-case__title {
    font-size: 2.5rem;
  }
}

/* 230908_chatgptlp */

.chatgpt_mvterm {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.section-visual__box__chatgpt01 .section-visual__chatgpt01__head {
  color: #fff;
  font-size: 3.75rem;
  line-height: 0.8;
  font-weight: 600;
  text-align: left;
  padding: 16px 8px;
}

@media screen and (max-width: 768px) {
  .section-visual__chatgpt01__inner {
    padding-bottom: 20px;
  }

  .section-visual__box__chatgpt01 .section-visual__chatgpt01__head {
    color: #fff;
    font-size: 3.5rem;
    line-height: 0.8;
    font-weight: 600;
    text-align: center;
    padding: 8px 8px;
  }

  .section-visual__box__chatgpt01 .section-visual__chatgpt01__head {
    line-height: 1.2;
  }
}

.section-visual__chatgpt01__head span {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .section-visual__chatgpt01__head span {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #home .section-visual__chatgpt01 .section-visual__text {
    font-size: 1rem;
  }
}

.section-visual__chatgpt01 {
  margin-top: 30px;
}

.section-visual__chatgpt01 p {
  background: url(/chatbot/assets/img/common/lp_mv_icon2205.png) no-repeat left
    top 6px/17px;
  padding-left: 21px;
  line-height: 1.6;
  font-size: 18px;
  margin-top: 15px;
}

.section-visual__chatgpt01 p span {
  text-decoration: none;
  border-bottom: solid 3px #ff8c5f;
}

@media screen and (max-width: 768px) {
  .section-visual__chatgpt01 p {
    text-align: left !important;
    margin-left: 2rem;
  }

  .text-content {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .cnt__price .height-auto {
    height: 600px;
  }
}

.chatgpt_case__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .chatgpt_case__list {
    flex-direction: column;
  }
}

.chatgpt_merit__title-content {
  font-size: 2rem;
  line-height: 1.55;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.chatgpt_merit__title-content span {
  font-size: 3.75rem;
}

@media screen and (max-width: 768px) {
  .chatgpt_merit__title-content {
    font-size: 1.75rem;
  }

  .chatgpt_merit__title-content span {
    font-size: 2.5rem;
  }
}

.chatgpt_case__item {
  border: solid 2px #05a4c9;
  border-radius: 5px;
  text-align: center;
  padding: 30px;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .chatgpt_case__item {
    width: 100%;
    padding: 20px;
    min-height: 162px;
  }
}

.chatgpt_case__childList span {
  font-size: 24px;
  font-weight: bold;
  color: #05a4c9;
  margin-bottom: 30px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .chatgpt_case__childList span {
    margin-bottom: 20px;
  }
}

.chatgpt_case__childList p {
  text-align: left;
}

.chatgpt_price__list-box {
  justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .chatgpt_price__list-box {
    gap: 20px;
  }
}

.chatgpt_price__list-box__item__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.chatgpt_price__list-box .list-box__item {
  margin-right: 0;
  padding: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .chatgpt_price__list-box .list-box__item {
    padding: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .chatgpt_price__list-box .list-box__item:nth-of-type(n + 2) {
    margin-top: 0;
  }
}

.chatgpt_price__list-box .list-box__item h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.chatgpt_price__list-box .list-box__item p {
  font-size: 36px;
  color: #00407f;
}

@media screen and (max-width: 768px) {
  .chatgpt_price__list-box .list-box__item p {
    font-size: 24px;
    color: #00407f;
  }
}

.section_chatgpt__contactDl {
  background-color: #001350;
  color: #fff;
  padding: 40px;
}

.chatgpt__contactDl__list {
  display: flex;
  justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .chatgpt__contactDl__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
  }
}

.chatgpt__contactDl__list__item {
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .chatgpt__contactDl__list__item {
    width: 100%;
  }
}

.chatgpt__contactDl__list__item h3 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 20px;
  min-width: 210px;
}

.chatgpt__contactDl__list__item h3::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.chatgpt__contactDl__list__item h3::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}

.chatgpt__contactDl__list__item a {
  text-align: center;
  width: 100%;
  display: block;
  background-color: #d50e3c;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
}

.chatgpt__contactDl__list__item a:hover {
  filter: brightness(1.2);
}

.figure_scroll__text {
  display: none;
}

.figure_scroll img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .figure_scroll__text {
    font-size: small;
    display: block;
    margin-top: 40px;
  }

  .figure_scroll {
    overflow-x: scroll;
  }

  .figure_scroll img {
    width: 1000px;
    max-width: 1000%;
  }
}

.chatgpt__contact__item {
  display: flex;
  justify-content: center;
}

.chatgpt__contact__item__btn {
  text-align: center;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .chatgpt__contact__item__btn {
    width: 100%;
  }
}

.chatgpt__contact__item__btn a {
  text-align: center;
  width: 100%;
  display: block;
  background-color: #d50e3c;
  color: #fff;
  text-align: center;
  padding: 24px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
}

.chatgpt__contact__item__btn a:hover {
  filter: brightness(1.2);
}

@media screen and (max-width: 768px) {
  .chatgpt__contact__text-content {
    line-height: 1.7;
  }
}

.lp-chatgpt__footer-content {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 0px;
}

.lp-chatgpt__footer-content .footer-content__inner:first-of-type {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
}

.lp-chatgpt__footer-content p.footer-content__copyright {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: -0.01em;
  opacity: 0.5;
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .lpPage .layout-lp-chatgpt__footer {
    height: 100%;
  }

  .lp-chatgpt__footer-content p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 0.8rem;
  }

  .lp-chatgpt__footer-content p.footer-content__copyright {
    margin-bottom: 40px;
    text-align: left;
  }
}

/* 230912_seo */
.p-function__mainlist {
  display: flex;
  justify-content: space-between;
}

.p-function__mainlist--item {
  width: calc(100% / 5 - 20px);
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 51, 0.15);
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-function__mainlist {
    flex-direction: column;
  }

  .p-function__mainlist--item {
    width: 100%;
  }

  .p-function__mainlist--item + li {
    margin-top: 20px;
  }
}

.p-function__mainlist--item:hover {
  opacity: 0.7;
}

.p-function__mainlist--item:hover .p-function__mainlist--title::after {
  top: 45%;
}

.p-function__mainlist--title {
  background: #1a7d99;
  color: #fff;
  text-align: center;
  padding: 15px 0 12px;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.p-function__mainlist--title::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(135deg);
  transition: 0.3s;
}

.p-function__mainlist--wrap {
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .p-function__mainlist--wrap {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}

.p-function__mainlist--wrap img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-function__mainlist--wrap img {
    width: 30%;
  }
}

.p-function__mainlist--txtlist {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

.p-function__cont:nth-of-type(odd) {
  background: #ebecee;
}

.p-function__cont {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .p-function__cont {
    padding: 60px 0;
  }
}

.p-function__cont--titleArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.p-function__cont--titleWrap h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-function__cont--titleArea {
    gap: 20px;
  }

  .p-function__cont--titleArea {
    flex-direction: column;
  }

  .p-function__cont--titleWrap h2 {
    font-size: 24px;
  }
}

.p-function__cont--cardList {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.p-function__cont--cardList li {
  width: calc(100% / 2 - 20px);
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 51, 0.15);
  background: #fff;
  padding: 20px 20px 20px 10px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-function__cont--cardList {
    gap: 20px;
    margin-top: 20px;
    flex-direction: column;
  }

  .p-function__cont--cardList li {
    width: 100%;
  }

  .p-function__cont--cardList li img {
    width: 20%;
  }
}

.p-function__cont--cardList li p a {
  color: #05a4c9;
  display: inline-block;
}

.p-function__cont--cardList li p a:first-of-type {
  margin-top: 8px;
}

.p-function__cont--cardList li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-function__cta ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-function__cta ul {
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
  }

  .p-function__cont .button-content {
    width: 90% !important;
  }
}

.p-function__cta ul li p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.p-function__cta ul li a {
  width: 330px;
  display: inline-block;
  border: 3px solid #d50e3c;
  border-radius: 50vh;
  text-align: center;
  padding: 15px 0;
  background: #d50e3c;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0 20px 20px rgba(0, 0, 51, 0.15);
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-function__cta ul li {
    width: 100%;
    text-align: center;
  }

  .p-function__cta ul li a {
    width: 90%;
    height: 15.625vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}

.p-function__cta ul li a.trial {
  background: #fff;
  color: #d50e3c;
}

.p-function__cta ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 50vh;
}

.p-function__cta ul li a:hover {
  color: #d50e3c;
}

.p-function__cta ul li a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.p-function__cta ul li a.trial::before {
  background: #d50e3c;
}

.p-function__cta ul li a.trial:hover {
  color: #fff;
}

/* kintone_lp */

.kintone_case__list,
.kintone_case__childList li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: bold;
}

.kintone_case__list {
  gap: 0 50px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .kintone_case__list,
  .kintone_case__childList li {
    flex-direction: column;
  }

  .kintone_case__list {
    gap: 4rem;
    margin-top: 6rem;
  }
}

.kintone_case__item {
  border: 2px solid #05a4c9;
  padding: 45px 25px 30px;
  position: relative;
  border-radius: 5px;
  width: 100%;
}

.kintone_case__item:last-of-type {
  border: 2px solid #79bec9;
}

.kintone_case__item:last-of-type .kintone_case__cate {
  background: #79bec9;
}

.kintone_case__childList li {
  justify-content: flex-start;
}

.kintone_case__childList li span {
  background: #ebecee;
  padding: 5px 10px;
  border-radius: 50vh;
  font-size: 14px;
  flex-shrink: 0;
  margin-right: 10px;
}

.kintone_case__childList li + li {
  margin-top: 30px;
}

.kintone_case__cate {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #1a7d99;
  color: #fff;
  font-size: 24px;
  padding: 5px 70px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .kintone_case__cate {
    padding: 5px 4rem;
  }

  .kintone_case__childList li span {
    margin-bottom: 1rem;
  }
}

.kintone_price__lead {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kintone_price__lead {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.list-box.list-box--price.option {
  justify-content: center;
  position: relative;
}

.list-box.list-box--price.option::before,
.list-box.list-box--price.option::after {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 45px;
  height: 5.5px;
  border-radius: 50vh;
  background: #666;
  content: "";
  transition: all 0.3s ease-in-out;
}

.list-box.list-box--price.option::before {
  transform: rotate(90deg);
}

.list-box.list-box--price.option::before {
  left: 48.25%;
  top: -102px;
}

.list-box.list-box--price.option li {
  width: 615px;
  margin-right: 0;
}

.kintone__option_title {
  margin-top: 100px;
}

.kintone__img_text {
  margin-top: 20px;
  text-align: center;
}

.kintone-lp-sec02 h2 {
  font-weight: bold;
}

.kintone-lp-imgBlock + .kintone-lp-imgBlock {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .kintone__option_title {
    margin-top: 12rem;
  }

  .list-box.list-box--price.option::before {
    left: 44.25%;
    top: -102px;
  }

  .list-box.list-box--price.option li {
    width: 100%;
    padding: 0 4rem;
  }
}

.kintone-use {
  padding-top: 80px;
  background: linear-gradient(
    180deg,
    #05a4c9 0%,
    #05a4c9 50%,
    transparent 50%,
    transparent 100%
  );
}

.kintone-use__list {
  display: flex;
  gap: 50px;
  margin-top: 60px;
}

.kintone-use__item {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  box-shadow: 3px 10px 10px rgb(0 0 51 / 15%);
}

.kintone-use__item a {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.3s;
}

.kintone-use__item a:hover {
  opacity: 0.7;
}

.kintone-use__item a:hover::before {
  bottom: 1%;
}

.kintone-use__item a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2%;
  left: 48%;
  width: 14px;
  height: 14px;
  transform: rotate(135deg) translateX(-50%);
  -webkit-transform: rotate(135deg) translateX(-50%);
  -ms-transform: rotate(135deg) translateX(-50%);
  transform-origin: center;
  border-top: 4px solid #05a4c9;
  border-right: 4px solid #05a4c9;
  transition: 0.3s;
}

.kintone-use__item a h3 {
  background: #00114f;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}

.kintone-use__item a div {
  padding: 25px 50px 60px;
}

.kintone-use__item a h4 {
  color: #05a4c9;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}

.kintone-use__iconList {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.kintone-use__iconList li img {
  width: 100%;
  max-width: 100%;
  margin: 25px 0;
}

.kintone_price__cate {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.list-box_btn_text {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.chatgpt_price__list-box__item__img {
  flex-shrink: 0;
}

.kintone-list-box {
  gap: 10px;
}

.kintone-list-box li:not(:nth-of-type(2)) {
  width: 50%;
}

.kintone-list-btn {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .kintone-use__list {
    flex-direction: column;
    gap: 20px;
  }

  .kintone-use__item {
    width: 100%;
  }

  .kintone-use__item a div {
    padding: 20px 20px 40px;
  }

  .kintone-use__item a::before {
    left: 46%;
  }

  .kintone-use__item a h3 {
    font-size: 18px;
  }

  .kintone-use__item a h4 {
    font-size: 18px;
  }

  .kintone-list-box li:not(:nth-of-type(2)) {
    width: 90%;
  }
}

/* 230927_flowpage */

.flowpage__list li {
  background: #fff;
  display: flex;
  position: relative;
}

.flowpage__list li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.flowpage__list li:last-of-type::after {
  content: none;
}

.flowpage__list li + li {
  margin-top: 45px;
}

.flowpage__titleArea {
  width: 70px;
  background: #00bdd0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .flowpage__list li {
    flex-direction: column;
  }

  .flowpage__titleArea {
    width: 100%;
    padding-bottom: 10px;
  }
}

.flowpage__list li:nth-of-type(even) .flowpage__titleArea {
  background: #0160a2;
}

.flowpage__titleArea span {
  font-size: 15px;
}

.flowpage__textArea {
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .flowpage__textArea {
    flex-direction: column;
  }
}

.flowpage__textArea--img {
  width: 129px;
  flex-shrink: 0;
}

.flowpage__textArea--txt h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flowpage__textArea--txt {
    width: 100%;
  }

  .flowpage__textArea--txt h3 {
    text-align: center;
  }
}

.flowpage__textArea--txt p {
  line-height: 1.8;
}

.flowpage__textArea--btn {
  width: 400px;
  background: #d50e3c;
  border: 2px solid #d50e3c;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 50vh;
  display: block;
  margin-top: 20px;
  transition: 0.3s;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flowpage__textArea--btn {
    width: 100%;
  }
}

.flowpage__textArea--btn:hover {
  background: #fff;
  color: #d50e3c;
}

.flowpage__textArea--btn.white {
  background: #fff;
  color: #d50e3c;
}

.flowpage__textArea--btn.white:hover {
  background: #d50e3c;
  color: #fff;
}

.flowpage__cta {
  gap: 40px;
  display: flex;
  margin: 60px 0 120px;
}

.flowpage__cta .button-content {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .flowpage__cta {
    flex-direction: column;
    margin: 60px 0;
  }

  .flowpage__cta .button-content {
    width: 100%;
  }
}

.suport-voice__list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.suport-voice__list li {
  width: 380px;
  border: 3px solid #0160a2;
  background: #fff;
  padding: 30px 18px;
  border-radius: 10px;
}

.suport-voice__list li img {
  margin: 20px 0;
}

.suport-voice__case {
  color: #81a7c2;
}

.suport-voice__head {
  text-align: center;
}

.suport-voice__head h3 {
  font-size: 23px;
  font-weight: bold;
  color: #0160a2;
  margin-bottom: 10px;
}

.suport-voice__case span {
  font-size: 20px;
}

.suport-voice__com {
  text-align: right;
  margin-bottom: 30px;
}

.suport-voice__list li:nth-of-type(even) {
  border: 3px solid #00bdd0;
}

.suport-voice__list li:nth-of-type(even) .suport-voice__head h3 {
  color: #00bdd0;
}

div#support_3features div img {
  max-width: 66%;
}

div#support_3features {
  justify-content: center;
  margin-top: 50px;
}

div#support_3features div {
  text-align: center;
  width: 25%;
  padding: 0;
}

.support-voicebox {
  background: #fff;
  padding: 30px 65px;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .suport-voice__list {
    flex-direction: column;
  }

  .suport-voice__list li {
    width: 100%;
  }

  .suport-voice__list li img {
    width: 73px;
  }

  div#support_3features div {
    width: 100%;
  }

  div#support_3features {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .support-voicebox {
    padding: 30px;
  }

  .support-voicebox {
    margin-bottom: 55px;
  }
}

/* 231024 */
@media screen and (max-width: 768px) {
  .thanks-cta .button-content {
    width: 100% !important;
  }
}

.thanks-cta {
  border: 2px solid #2a6496;
  padding: 40px;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanks-cta {
    padding: 40px 20px;
  }
}

.thanks-cta__title {
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.thanks-cta__text {
  margin: 20px 0 40px;
  line-height: 2.25;
}

.thanks-cta ul {
  display: inline-block;
}

.thanks-cta ul li {
  position: relative;
  text-align: left;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

.thanks-cta ul li + li {
  margin-top: 10px;
}

.thanks-cta ul li::before {
  content: "✓";
  color: #2a6496;
  margin-right: 5px;
}

/* 240304  部署別ページの改修 */

.list-icon-box__item.box-item img {
  height: 100px;
  max-width: max-content;
}

@media screen and (max-width: 768px) {
  .list-icon-box__img {
    display: block;
    width: max-content;
    margin: 0 auto;
  }
  .list-icon-box__item.box-item .list-icon-box__inner p {
    font-size: 14px;
    padding-top: 15px;
    text-align: center;
  }
}

#department
  .lpPage_internalinquiry
  .onayami_list.onayami_list_general
  li:nth-of-type(3):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;
}
/*SP---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #department .lpPage_internalinquiry .onayami_list.onayami_list_general_sp li {
    min-height: 80px;
  }
  #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
  .lpPage_internalinquiry
  .onayami_list_information-system
  li:nth-of-type(1):after {
  content: "";
  background: url(../img/department/information-system/img01.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_information-system
  li:nth-of-type(2):after {
  content: "";
  background: url(../img/department/information-system/img01.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_information-system
  li:nth-of-type(3):after {
  content: "";
  background: url(../img/department/information-system/img01.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;
}
/*SP---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #department
    .lpPage_internalinquiry
    .onayami_list.onayami_list_information-system
    li {
    min-height: 80px;
    padding: 15px 80px 15px 32px;
  }
  #department
    .lpPage_internalinquiry
    .onayami_list_information-system
    li:nth-of-type(1):after,
  #department
    .lpPage_internalinquiry
    .onayami_list_information-system
    li:nth-of-type(2):after,
  #department
    .lpPage_internalinquiry
    .onayami_list_information-system
    li:nth-of-type(3):after {
    width: 50px;
    bottom: 3px;
    right: -5px;
    left: auto;
    height: 80px;
  }
}

#department
  .lpPage_internalinquiry
  .onayami_list_judicial-affairs
  li:nth-of-type(1):after {
  content: "";
  background: url(../img/department/judicial-affairs/img01.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_judicial-affairs
  li:nth-of-type(2):after {
  content: "";
  background: url(../img/department/judicial-affairs/img01.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_judicial-affairs
  li:nth-of-type(3):after {
  content: "";
  background: url(../img/department/judicial-affairs/img01.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;
}
/*SP---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #department
    .lpPage_internalinquiry
    .onayami_list.onayami_list_judicial-affairsli {
    min-height: 80px;
  }
  #department
    .lpPage_internalinquiry
    .onayami_list_judicial-affairs
    li:nth-of-type(1):after,
  #department
    .lpPage_internalinquiry
    .onayami_list_judicial-affairs
    li:nth-of-type(2):after,
  #department
    .lpPage_internalinquiry
    .onayami_list_judicial-affairs
    li:nth-of-type(3):after {
    width: 50px;
    bottom: -5px;
    right: -10px;
    left: auto;
    height: 80px;
  }
}

#department
  .lpPage_internalinquiry
  .onayami_list_accounting
  li:nth-of-type(1):after {
  content: "";
  background: url(../img/department/accounting/img01.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_accounting
  li:nth-of-type(2):after {
  content: "";
  background: url(../img/department/accounting/img01.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_accounting
  li:nth-of-type(3):after {
  content: "";
  background: url(../img/department/accounting/img01.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;
}
/*SP---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #department .lpPage_internalinquiry .onayami_list.onayami_list_accounting li {
    min-height: 80px;
    padding: 15px 80px 15px 32px;
  }
  #department
    .lpPage_internalinquiry
    .onayami_list_accounting
    li:nth-of-type(1):after,
  #department
    .lpPage_internalinquiry
    .onayami_list_accounting
    li:nth-of-type(2):after,
  #department
    .lpPage_internalinquiry
    .onayami_list_accounting
    li:nth-of-type(3):after {
    width: 50px;
    bottom: -5px;
    right: -10px;
    left: auto;
    height: 80px;
  }
}

.list-box {
  display: flex;
  gap: 30px;
}

.list-box__item {
  position: relative;
  background: #fff;
  width: 380px;
  border-radius: 10px;
  margin-right: 0px;
}

/* 240329 アクセシビリティ改善 */

:focus {
  outline: 3px double #00ffff;
}

/* 240408 AIサービス導線追加 */

ul#cnt--relService {
  display: flex;
  margin: 0 -15px;
}

@media screen and (max-width: 768px) {
  ul#cnt--relService {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
}

#cnt--relService li {
  width: calc(100% - 60px / 3);
  margin: 0 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 10px 10px rgba(0, 0, 51, 0.15);
  transition: 0.3s;
}

#cnt--relService li a {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  #cnt--relService li {
    width: 100%;
  }
}

#cnt--relService li:hover {
  opacity: 0.7;
}

#cnt--relService li .cnt--relService__detail {
  padding: 32px;
  order: 2;
}

#cnt--relService li figure {
  order: 1;
}

#cnt--relService li .cnt--relService__detail h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP";
  color: rgb(213, 14, 60);
  line-height: 1.2;
  text-align: center;
  padding-bottom: 20px;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#cnt--relService li .cnt--relService__detail p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP";
  color: rgb(0, 0, 0);
  line-height: 1.75;
  padding-bottom: 40px;
  min-height: 84px;
}

#cnt--relService .button-content__button {
  color: #fff;
  background: #1a7d99;
  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);
  position: relative;
}

@media screen and (max-width: 768px) {
  #cnt--relService .button-content__button {
    font-size: 1.4rem;
  }
}

#cnt--relService .button-content__button::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("../img/home/icon-external.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.button-content.cnt--relService__button {
  width: 494px;
  margin-top: 50px;
  position: relative;
}

.button-content.cnt--relService__button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/home/icon-external.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .button-content.cnt--relService__button::after {
    top: 50%;
    right: 25px;
  }
}

@media screen and (max-width: 768px) {
  #cnt--seminar .button-content__button {
    font-size: 1.4rem;
  }
}

/* LP ChatGPT 240411 */

.lp-chatgpt-240411 .lp-api-visual .section-visual__btnwrap {
  margin-top: 30px;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .lp-api-visual .section-visual__btnwrap {
    flex-direction: column;
    gap: 3rem;
  }
}

.lp-chatgpt-240411
  .section-visual__box__chatgpt01
  .section-visual__chatgpt01__head {
  color: #fff;
  font-size: 4rem;
  line-height: 0.8;
  font-weight: 600;
  text-align: left;
  padding: 16px 8px;
  font-weight: bold;
  line-height: 0.913;
}

.lp-chatgpt-240411 .section-visual__chatgpt01__head span {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .section-visual__chatgpt01__head span {
    font-size: 2.2rem;
  }
}

.lp-chatgpt-240411 .section-visual__btnwrap {
  width: 100%;
}

.lp-chatgpt-240411 .section-visual__btnwrap .border {
  border-radius: 40px;
  background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  width: 21.75rem;
}

.lp-chatgpt-240411 .section-visual__btnwrap .border02 {
  border-radius: 40px;
  background-image: linear-gradient(45deg, #fff 0%, #fff 100%) !important;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  border: 2px solid #ff8b5f !important;
  width: 21.75rem;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .section-visual__btnwrap .border {
    width: 100%;
  }
  .lp-chatgpt-240411 .section-visual__btnwrap .border02 {
    width: 100%;
  }
}

.lp-chatgpt-240411 .chatgpt_merit__title-content span {
  font-size: 2.25rem;
}

.lp-chatgpt-240411 .api-lp-sec01 .department__answer {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  flex-wrap: wrap;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .api-lp-sec01 .department__answer {
    flex-direction: column;
    gap: 1rem;
  }
}

.lp-chatgpt-240411 .api-lp-sec01 .department__answer li {
  width: 30%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 10px 10px rgb(0 0 51 / 15%);
  padding: 40px 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .api-lp-sec01 .department__answer li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 15px;
  }
}

.lp-chatgpt-240411 .scene-content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .scene-content {
    gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .api-lp-sec01 .department__answer li .img {
    margin-bottom: 15px;
  }
}

.lp-chatgpt-240411 .scene-content .scene-content-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .scene-content .scene-content-item {
    flex-direction: column;
  }
}

.lp-chatgpt-240411 .scene-content .scene-content-item:nth-of-type(2n) {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .scene-content .scene-content-item:nth-of-type(2n) {
    flex-direction: column;
  }
}

.lp-chatgpt-240411
  .scene-content
  .scene-content-item
  .scene-content-item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.6rem;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411
    .scene-content
    .scene-content-item
    .scene-content-item__text {
    gap: 2rem;
  }
}

.lp-chatgpt-240411
  .scene-content
  .scene-content-item
  .scene-content-item__text
  h3 {
  font-size: 2.25rem;
  font-family: "Noto Sans JP";
  color: rgb(26, 125, 153);
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411
    .scene-content
    .scene-content-item
    .scene-content-item__text
    h3 {
    font-size: 2rem;
  }
}

.lp-chatgpt-240411
  .scene-content
  .scene-content-item
  .scene-content-item__text
  p {
  font-size: 1rem;
  font-family: "Noto Sans JP";
  color: rgb(0, 0, 0);
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411
    .scene-content
    .scene-content-item
    .scene-content-item__text
    p {
    font-size: 1.4rem;
  }
}

.lp-chatgpt-240411 .case-content {
  display: flex;
  gap: 3rem;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .case-content {
    flex-direction: column;
    margin-top: 3rem;
  }
}

.lp-chatgpt-240411 .case-content .case-content__text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.lp-chatgpt-240411 .case-content .case-content__text h3 {
  font-size: 2rem;
  font-family: "Noto Sans JP";
  color: rgb(26, 125, 153);
  font-weight: bold;
  line-height: 1.688;
  padding: 0rem 1rem;
  background-color: #fff;
  display: inline-block;
  width: 78%;
}

.lp-chatgpt-240411 .case-content .case-content__text h3 span {
  font-size: 1.5rem;
}

.lp-chatgpt-240411 .case-content .case-content__text p {
  font-size: 1rem;
  font-family: "Noto Sans JP";
  color: rgb(0, 0, 0);
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .case-content .case-content__text p {
    font-size: 1.4rem;
  }
}

.lp-chatgpt-240411 .case-content .case-content__text p span {
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.4;
}

.lp-chatgpt-240411 .case-content .case-content__text .case-button-content {
  background-color: rgb(26, 125, 153);
  position: relative;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  width: 40%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .case-content .case-content__text .case-button-content {
    border-radius: 50px;
    padding: 1rem 2rem;
    width: 64%;
    margin: 0 auto;
  }
}

.lp-chatgpt-240411 .case-content .case-content__text .case-button-content a {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .case-content .case-content__text .case-button-content a {
    font-size: 1.6rem;
  }
}

.lp-chatgpt-240411
  .case-content
  .case-content__text
  .case-button-content
  a::before {
  content: "";
  position: absolute;
  top: 51%;
  right: 10%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.lp-chatgpt-240411
  .case-content
  .case-content__text
  .case-button-content:hover {
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate3d(0, 5px, 0);
}

.lp-chatgpt-240411 .chatgpt_price__list-box .list-box__item {
  margin-right: 0;
  padding: 60px;
  text-align: center;
  background: #cce4f1;
}

.lp-chatgpt-240411 .chatgpt_price__list-box .list-box__item p {
  font-size: 2.25rem;
  color: #00407f;
  font-weight: bold;
}

.lp-chatgpt-240411 .cnt__part-scene ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .cnt__part-scene ul {
    flex-direction: column;
    gap: 4rem;
    margin-top: 5rem;
  }
}

.lp-chatgpt-240411 .cnt__part-scene ul li {
  width: 30%;
  border-radius: 10px;
  background-color: rgb(204, 228, 241);
  position: relative;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .cnt__part-scene ul li {
    width: 100%;
    padding: 2rem;
  }
}

.lp-chatgpt-240411 .cnt__part-scene ul li h3 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
}

.lp-chatgpt-240411 .cnt__part-scene ul li p {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
}

.lp-chatgpt-240411 .cnt__part-scene ul li figure {
  position: absolute;
  top: -20%;
  right: 10%;
}

.lp-chatgpt-240411 .cnt__part-scene ul li figure img {
  width: 100%;
}

.lp-chatgpt-240411 .chatgpt-cta {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .chatgpt-cta {
    flex-direction: column;
    gap: 5rem;
  }
}

.lp-chatgpt-240411 .chatgpt-cta .chatgpt-cta-block {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .lp-chatgpt-240411 .chatgpt-cta .chatgpt-cta-block {
    width: 100%;
  }
}

.lp-chatgpt-240411
  .chatgpt-cta
  .chatgpt-cta-block
  .chatgpt__contact__item__btn {
  text-align: center;
  width: 80%;
  margin-top: 2rem;
}

.lp-chatgpt-240411 .chatgpt__contact__text-content {
  margin-top: 0;
}

/* 240515 */

.under_bnr_document p.ttl.ttl-ai {
  font-size: 2rem;
}

.p-home-service-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .p-home-service-list {
    flex-direction: column;
  }
}
.p-home-service-list li {
  width: 30%;
  border: 1px solid #999999;
  border-radius: 8px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-home-service-list li {
    width: 100%;
  }
}

.p-home-service-list li a {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-direction: column;
  height: 100%;
  padding-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-home-service-list li a {
    padding-bottom: 4rem;
  }
}

.p-home-service-list li a figure {
  overflow: hidden;
}
.p-home-service-list li a figure img {
  transition: 0.3s all;
}
/* .p-home-service-list li a:focus img {
  position: relative;
  transform: scale(1.1, 1.1);
  opacity: 0.7;
} */
.p-home-service-list li a::after {
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 29px;
  height: 29px;
  border-radius: 15px;
  background: url(/chatbot/assets/img/common/ico_arrow_01.png) no-repeat center
    center;
  background-size: 16px;
  background-color: #cf122e;
  content: "";
  transition: all 0.6s;
}
.p-home-service-list li figure {
  order: 1;
  width: 100%;
}
.p-home-service-list__wrap {
  order: 2;
  width: 100%;
  padding: 2rem 2rem 0 2rem;
}
.p-home-service-list__ttl {
  margin-bottom: 1rem;
  color: #cf122e;
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 18px);
  line-height: 1.4;
  text-align: center;
}

.clmn_area_hed_svc {
  text-align: center;
  padding: 40px 0;
}

/* 240527 */
.lpPage .section-visual.lp-chatgpt-visual {
  height: 640px !important;
}

@media screen and (max-width: 768px) {
  .lpPage .section-visual.lp-chatgpt-visual {
    height: auto !important;
  }
}

.lpPage
  .section-visual.lp-chatgpt-visual
  .section-visual__chatgpt01__head
  small {
  font-size: 1rem;
  margin-top: 1rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .lpPage
    .section-visual.lp-chatgpt-visual
    .section-visual__chatgpt01__head
    small {
    font-size: 1.4rem;
    margin-top: 1rem;
    display: block;
  }
}

/* 240627 */

#cnt--relService li {
  width: 22.5%;
  max-width: 277px;
  margin: 0 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 10px 10px rgba(0, 0, 51, 0.15);
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #cnt--relService li {
    width: 100%;
    max-width: 100%;
  }
}

#cnt--relService .button-content.cnt--relService__detail__button {
  width: 100%;
}

#cnt--relService
  .button-content.cnt--relService__detail__button
  .button-content__button {
  font-size: 1rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #cnt--relService
    .button-content.cnt--relService__detail__button
    .button-content__button {
    font-size: 1.4rem;
  }
}

#cnt--relService li .cnt--relService__detail {
  padding: 24px;
  order: 2;
}

#cnt--relService li .cnt--relService__detail p {
  min-height: 152px;
}

@media screen and (max-width: 768px) {
  #cnt--relService li .cnt--relService__detail p {
    min-height: auto;
  }
}

.p-home-service-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
}

.p-home-service-list__wrap {
  order: 2;
  width: 100%;
  padding: 2rem 1.5rem 0 1.5rem;
}

.lp--cnt--relService ul#cnt--relService {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0rem;
}

@media screen and (max-width: 768px) {
  .lp--cnt--relService ul#cnt--relService {
    margin: 0;
  }
}

.lp--cnt--relService #cnt--relService li {
  width: 100%;
  max-width: 380px;
  margin: 0 15px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 10px 10px rgba(0, 0, 51, 0.15);
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .lp--cnt--relService #cnt--relService li {
    margin: 0 0px 30px;
    max-width: 100%;
  }
}

.lp--cnt--relService #cnt--relService li img {
  border-radius: 10px 10px 0 0;
}

.lp--cnt--relService #cnt--relService li .cnt--relService__detail p {
  min-height: 124px;
}

@media screen and (max-width: 768px) {
  .lp--cnt--relService #cnt--relService li .cnt--relService__detail p {
    min-height: auto;
  }
}

#home.toppage .section-visual,
.lpPage.lpPage.lpPage_chatbot .section-visual {
  height: 700px;
}

#home.toppage .section-visual__image,
.lpPage.lpPage_chatbot .section-visual__image {
  width: 43%;
}

#home.toppage .section-visual__box,
.lpPage.lpPage_chatbot .section-visual__box {
  width: calc(100% - 43% - 100px);
  text-align: center;
}

.main__form_wrap a {
  display: inline !important;
}

.section-visual__chatbot--balloon {
  background: #d50e3c;
  text-align: center;
  color: #fff;
  padding: 9px 38px;
  border-radius: 9999px;
  font-size: 1.5rem;
  font-weight: bold;
  word-break: keep-all;
  margin: 0 auto 20px;
  display: inline-block;
}

#home.toppage .section-visual__head,
.lpPage.lpPage_chatbot .section-visual__head {
  text-align: center;
  font-size: 3.125rem;
}
#home.toppage .section-visual__title,
.lpPage.lpPage_chatbot .section-visual__title {
  font-size: 5.5rem !important;
  font-family: "Bebas Neue", "YakuHanJP", sans-serif;
  font-weight: 500;
  text-align: center;
}

.section-visual__chatbot--service {
  width: 100%;
}

.section-visual__chatbot--service--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.section-visual__chatbot--service--list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.section-visual__chatbot--service--item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.section-visual__chatbot--service--item--head {
  background: #1a7d99;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 13px;
  font-feature-settings: "palt";
}

.section-visual__chatbot--service--item--title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

ul.section-visual__chatbot--service--list
  li:nth-child(2)
  .section-visual__chatbot--service--item--title {
  font-size: 1.25rem;
}
.section-visual__chatbot--service--item--title span {
  font-size: 2.25rem;
  font-weight: 800;
}

.section-visual__chatbot--service--item--bottom {
  background: #d1e5eb;
  border-radius: 0 0 10px 10px;
  padding: 12px 20px 20px;
  text-align: center;
  font-feature-settings: "palt";
  display: flex;
  flex-flow: column;
}
.section-visual__chatbot--service--item--img {
  margin-bottom: 12px;
  order: 1;
}
.section-visual__chatbot--service--item--bottom p {
  font-weight: 600;
  order: 2;
}

.section-visual__chatbot--service--item--balloon {
  position: absolute;
  background: #d50e3c;
  width: 120px;
  height: 120px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -40px;
  border-radius: 100%;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1rem;
  font-feature-settings: "palt";
  z-index: 1;
}
.section-visual__chatbot--service--item--balloon:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 34px solid #d50e3c;
  border-top: 0;
  bottom: 10px;
  z-index: -1;
}
ul.section-visual__chatbot--service--list
  li:nth-child(1)
  .section-visual__chatbot--service--item--balloon {
  left: -60px;
}
ul.section-visual__chatbot--service--list
  li:nth-child(1)
  .section-visual__chatbot--service--item--balloon:after {
  transform: rotate(125deg);
  right: 0;
}

ul.section-visual__chatbot--service--list
  li:nth-child(2)
  .section-visual__chatbot--service--item--balloon {
  right: -60px;
}
ul.section-visual__chatbot--service--list
  li:nth-child(2)
  .section-visual__chatbot--service--item--balloon:after {
  transform: rotate(-125deg);
  left: 0;
}
.section-visual__chatbot--service--item--balloon small {
  font-size: 0.5rem;
  display: contents;
}

.p-worries__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--r) * 2px);
  height: calc(var(--r) * 1px * 0.5); /* 半径に対して何倍 */
  border-radius: 50% 50% 0 0; /* 半円の形にする */
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.p-worries__list > li {
  --a2: calc(var(--a) * 1deg);
  --x: calc(cos(var(--a2)) * var(--r) * 1px);
  --y: calc(sin(var(--a2)) * var(--r) * -1px * 0.5); /* Y軸は上方向に */
  position: absolute;
  transform: translate(var(--x), var(--y));
}

.p-worries {
  margin: 260px auto 0;
  text-align: center;
  position: relative;
  padding-bottom: 80px;
}

.p-worries__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-worries__list-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-worries__list-item p {
  font-size: 1.07rem;
  color: rgb(17, 17, 17);
  font-weight: bold;
  line-height: 1.444;
}

.p-worries__list-item p span {
  color: #d50e3c;
}
.p-choose {
  margin-top: 40px;
}
.p-choose__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.p-choose__list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  background: #fff;
  border-radius: 20px;
}

.p-choose__item {
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.p-choose__item--head {
  background: #1a7d99;
  border-radius: 20px 20px 0 0;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.p-choose__item--title {
  font-size: 2.125rem;
  line-height: 1.4;
  font-weight: 500;
}

.p-choose__item--title span {
  font-size: 3rem;
  font-weight: 800;
}

.p-choose__item--bottom {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 25px 35px 20px;
}

.p-choose__item--cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-choose__item--cont--text p {
  color: rgb(17, 17, 17);
  line-height: 1.625;
  font-weight: 500;
  font-feature-settings: "palt";
}
.p-choose__item--cont--title {
  color: rgb(17, 17, 17);
  font-weight: bold;
  line-height: 1.417;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.p-choose__item--arow {
  text-align: center;
  color: rgb(85, 85, 85);
  font-size: 0.9rem;
  position: relative;
  padding: 0 0 24px;
}

.p-choose__item--arow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #d50e3c;
  border-right: 3px solid #d50e3c;
  transform: rotate(135deg) translateX(-50%);
  transition: 0.3s;
  position: absolute;
  left: calc((100% - 21px) / 2);
  bottom: 0;
}

a.p-choose__item:hover {
  opacity: 0.8;
}
a.p-choose__item:hover .p-choose__item--arow::after {
  bottom: -3px;
}

.section-content--headarrow {
  position: relative;
  padding-top: 120px;
}

.section-content--headarrow::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 246px solid transparent;
  border-left: 246px solid transparent;
  border-top: 116px solid #ffffff;
  border-bottom: 0;
}

.lpPage.lpPage_chatbot .p-link-box_wrap .p-link-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.lpPage.lpPage_chatbot .p-link-box_wrap .p-link-box .p-link-box_cnt {
  width: auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  padding: 30px 10px 50px 10px;
}

.lpPage.lpPage_chatbot .p-link-box_cnt_text {
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
}

.lpPage.lpPage_chatbot .p-link-box_cnt_text p {
  color: rgb(0, 60, 122);
  font-weight: bold;
  line-height: 1.588;
  font-size: 1.06rem;
  margin-bottom: 0;
}
.lpPage.lpPage_chatbot .p-link-box_cnt_text.lt0 p {
  letter-spacing: 0;
  font-size: 1.05em;
}
.lpPage.lpPage_chatbot .p-link-box_cnt img {
  margin: 0 auto 10px;
}

.p-digitalbuddy-plan__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.p-digitalbuddy-plan__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.p-digitalbuddy-plan__list__item__dtl {
  display: grid;
  gap: 0;
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 5px;
}

.p-digitalbuddy-plan__list__item__ttl {
  background: #c50929;
  color: #fff;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 20px;
  font-size: 1.25rem;
}

.p-digitalbuddy-plan__list__item__ttl span {
  font-size: 2.5rem;
  font-family: "Bebas Neue", "YakuHanJP", sans-serif;
}

.p-digitalbuddy-plan__list__item__dtl dl {
  text-align: center;
  padding: 15px;
}
.p-digitalbuddy-plan__list__item__dtl dl + dl {
  border-top: 1px solid #f3f3f3;
}

.p-digitalbuddy-plan__list__item__dtl dl:last-child {
  padding-bottom: 40px;
}

.p-digitalbuddy-plan__list__item__dtl dl dt {
  color: rgb(85, 85, 85);
  font-size: 0.85rem;
}
.p-digitalbuddy-plan__list__item__dtl dl dd {
  color: rgb(51, 51, 51);
  font-weight: bold;
  font-size: 1.5rem;
}

.p-digitalbuddy-plan__list__item__dtl dl dd span {
  font-weight: nomal;
  font-size: 0.875rem;
}

.p-digitalbuddy-plan__list__item__dtl dl dd ul {
  padding: 0 10px;
}
.p-digitalbuddy-plan__list__item__dtl dl dd ul li {
  text-align: left;
  font-size: 1rem;
  line-height: 1.438;
}
.p-digitalbuddy-plan__list__item__dtl dl dd ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #c50929;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin: 0 10px;
}

.p-ai-support-item {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 60px;
  text-align: center;
  margin-top: 40px;
}
.p-ai-flexitem {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.p-ai-flexitem-text {
  width: calc(100% - 50% - 40px);
  color: rgb(17, 17, 17);
  font-weight: bold;
  line-height: 1.6;
}
.p-ai-flexitem-img {
  width: 50%;
}

.p-ai-flexitem-img-order1 {
  order: 1;
}
.p-ai-flexitem-text:has(+ .p-ai-flexitem-img-order1) {
  order: 2;
}

.p-ai-use {
  text-align: center;
}

.p-ai-use h3 {
  color: rgb(17, 17, 17);
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.p-ai-use p {
  color: rgb(17, 17, 17);
  font-weight: bold;
  font-size: 1.125rem;
}

.p-ai-use img {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #home.toppage .section-visual__inner,
  .lpPage.lpPage_chatbot .section-visual__inner {
    padding-bottom: 8.3333333333vw;
  }

  #home.toppage .section-visual__box,
  .lpPage.lpPage_chatbot .section-visual__box {
    width: 100%;
    margin-bottom: 30px;
  }

  #home.toppage .section-visual__head,
  .lpPage.lpPage_chatbot .section-visual__head {
    text-align: left;
  }

  #home.toppage .section-visual__title,
  #home.lpPage.lpPage_chatbot .section-visual__title {
    font-size: 4.4rem !important;
    text-align: left;
  }

  ul.section-visual__chatbot--service--list {
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
    margin: 0 auto;
  }

  .section-visual__chatbot--service--item--balloon {
    width: 80px;
    height: 80px;
    top: -10px;
  }

  ul.section-visual__chatbot--service--list
    li:nth-child(1)
    .section-visual__chatbot--service--item--balloon {
    left: -30px;
  }

  .section-visual__chatbot--service--item--img img {
    width: auto;
  }

  ul.section-visual__chatbot--service--list
    li:nth-child(2)
    .section-visual__chatbot--service--item--balloon {
    right: -30px;
  }

  ul.p-worries__list {
    width: 100%;
    height: auto;
    border-radius: 0;
    flex-wrap: wrap;
    gap: 10px;
  }

  .p-worries__list > li {
    position: initial;
    transform: none;
    width: 100%;
  }

  .p-worries__list-item {
    position: initial;
    transform: none;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 15px;
  }

  .p-worries {
    margin: 20px auto 0;
    padding: 0;
  }

  .p-worries__img {
    position: initial;
    transform: none;
    width: 50%;
    margin: 30px auto 0;
  }

  .p-worries__img img {
    width: auto;
  }

  .section-content--headarrow {
    padding-top: 11.4583333333vw;
  }

  .section-content--headarrow::before {
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 70px solid #ffffff;
  }

  .p-choose__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-choose__item--cont--img {
    width: 40%;
  }

  .p-choose__item--title {
    font-size: 2rem;
  }

  .lpPage.lpPage_chatbot .p-link-box_wrap .p-link-box {
    display: block;
  }

  .lpPage.lpPage_chatbot .p-link-box_wrap .p-link-box .p-link-box_cnt {
  }

  .p-digitalbuddy-plan__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-ai-support-item {
    padding: 15px;
  }

  .p-ai-flexitem-text {
    width: 100%;
    order: 1;
  }

  .p-ai-flexitem-img-order1 {
    order: 2;
  }

  .p-ai-flexitem-img {
    width: 100%;
  }
}

/*
-------------------------------------------------------------------*/
.p-choose__item {
  opacity: 0.8;
}
.p-choose__item.active {
  opacity: 1;
}
.rcs_content > div {
  display: none;
}
.rcs_content > div.active {
  display: block !important;
}

.ai_chosen_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.ai_chosen_inner dl {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(33% - 20px);
}
.ai_chosen_inner dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  padding: 25px 15px;
  background: #00114f;
  min-height: 103px;
}
.ai_chosen_inner dl dd {
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.ai_chosen_inner dl dd span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.ai_chosen_inner dl dd .ai_chosen_img {
  margin-top: auto;
  padding-top: 1rem;
}
.ai_chosen_inner dl dd .ai_chosen_img img {
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .ai_chosen_inner {
    flex-direction: column;
    gap: 20px;
  }
  .ai_chosen_inner dl {
    width: 100%;
    max-width: inherit;
  }
  .ai_chosen_inner dl dt {
    font-size: 1.4rem;
    padding: 15px;
    min-height: inherit;
  }
  .ai_chosen_inner dl dd .ai_chosen_img img {
    width: auto;
    max-width: 100%;
  }
}

#rcs_content01 .button-content.button-content--w,
#rcs_content02 .button-content.button-content--w {
  width: 494px;
}
@media all and (max-width: 768px) {
  #rcs_content01 .button-content.button-content--w,
  #rcs_content02 .button-content.button-content--w {
    width: 78.125vw !important;
  }
  .button-content--w .button-content__button {
    font-size: 1.4rem !important;
  }
}
.badytitle {
  color: #fff;
}
.badytitle span {
  display: block;
}
@media all and (max-width: 768px) {
  .badytitle span {
    display: inline;
  }
}

ul.top_pagelink.home-use-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.top_pagelink.home-use-list li a span {
  text-align: left;
}

.home-use-list_img {
  max-width: 100%;
  display: block;
  margin: 30px auto 0 auto;
}

/*
-------------------------------------------------------------------*/
.p-digitalbuddy-solution__wrap {
  display: flex;
  justify-content: space-between;
  gap: 2vw;
}
.p-digitalbuddy-solution__item {
  position: relative;
  width: 33.333%;
  padding-bottom: 3vw;
  border-radius: 30px 30px 0px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 27.2px 4.8px rgba(0, 0, 0, 0.07);
}
.p-digitalbuddy-solution__item__ttl {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  top: -1vw;
  left: 50%;
  width: 80%;
  padding: 0 1vw;
  transform: translateX(-50%);
  border: 2px solid #00114f;
  border-radius: 30px;
  background-color: #fff;
  color: #00114f;
  font-weight: bold;
  font-size: clamp(24px, 1.562vw, 30px);
  text-align: center;
}
.p-digitalbuddy-solution__item__ttl span {
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-digitalbuddy-solution__item figure {
  position: relative;
  padding-top: 4vw;
  padding-bottom: 4vw;
  text-align: center;
}
.p-digitalbuddy-solution__item figure::after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  bottom: 1.2vw;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 25px solid #666666;
  border-right: 15px solid transparent;
  border-bottom: 0;
  border-left: 15px solid transparent;
  border-style: solid;
  content: "";
}
.p-digitalbuddy-solution__item__dtl01 {
  color: #333;
  font-weight: bold;
  font-size: clamp(13px, 0.78vw, 15px);
  line-height: 1.6;
  font-family: "Noto Sans CJK JP";
  text-align: center;
}
.p-digitalbuddy-solution__item__dtl02 {
  color: #333;
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
  line-height: 1.6;
  font-family: "Noto Sans CJK JP";
  text-align: center;
}
@media all and (max-width: 768px) {
  .p-digitalbuddy-solution__wrap {
    flex-direction: column;
    gap: 10vw;
  }
  .p-digitalbuddy-solution__item {
    width: 100%;
  }
  .p-digitalbuddy-solution__item__ttl {
    top: -5vw;
  }
  .p-digitalbuddy-solution__item figure {
    padding-top: 10vw;
    padding-bottom: 14vw;
  }
}

.p-digitalbuddy-solution__item__dtl02__span {
  background: linear-gradient(transparent 80%, #5ea8e6 80%);
  font-size: clamp(24px, 1.562vw, 30px);
}
.p-digitalbuddy-solution__item__dtl02__span.span02 {
  background: linear-gradient(transparent 80%, #ffc13d 80%);
}
.p-digitalbuddy-solution__item__dtl02__span.span03 {
  background: linear-gradient(transparent 80%, #00a9c5 80%);
}

.p-digitalbuddy-use__item01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2vw;
  border-radius: 60px 60px 0px 60px;
  background-color: #f3f3f3;
}
.p-digitalbuddy-use__item01 p {
  padding-bottom: 1vw;
  font-weight: bold;
  font-size: clamp(24px, 1.562vw, 30px);
}
.p-digitalbuddy-use__item01 p span {
  color: #036b82;
}
.p-digitalbuddy-use__item02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 2vw auto 0;
  padding: 2vw;
  border-radius: 60px 60px 60px 0px;
  background-color: #f3f3f3;
}
.p-digitalbuddy-use__item02 p {
  padding-bottom: 1vw;
  font-weight: bold;
  font-size: clamp(24px, 1.562vw, 30px);
}
.p-digitalbuddy-use__item02 p span {
  color: #036b82;
}
.p-digitalbuddy-use__item02__dtl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
}
.p-digitalbuddy-use__item02__dtl p {
  width: 36%;
  font-weight: normal;
  font-size: clamp(14px, 0.8333vw, 16px);
}

@media all and (max-width: 768px) {
  .p-digitalbuddy-use__item01 {
    margin-left: 0;
    padding: 7vw;
  }
  .p-digitalbuddy-use__item02 {
    margin-top: 6vw;
    padding: 7vw;
  }
  .p-digitalbuddy-use__item02__dtl {
    flex-direction: column;
  }
  .p-digitalbuddy-use__item02__dtl p {
    flex-direction: column;
    width: 98%;
  }
}

.chatgpt-useCase .title-content {
  color: #fff;
}

.chatgpt-useCase .p-digitalbuddy-solution__item__ttl {
  color: #036b82;
  border: 2px solid #036b82;
}

.chatgpt-digitalbuddy-lineup .p-digitalbuddy-plan__list__item__ttl {
  background: #036b82;
}

.rcs_content01_btn-chatgpt {
  position: relative;
  min-height: 176px;
  font-size: 2.25rem;
  border-radius: 20px;
  line-height: 1.2;
  padding: 0 160px;
}
@media all and (max-width: 768px) {
  .rcs_content01_btn-chatgpt {
    position: relative;
    min-height: 90px;
    font-size: 2.25rem;
    border-radius: 20px;
    line-height: 1.4;
    padding: 0 88px;
  }
}
.rcs_content01_btn-chatgpt::before {
  position: absolute;
  content: "";
  width: 144px;
  height: 144px;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../img/lp/chatgpt/rcs_content01_btn-chatgpt.png) no-repeat
    center/contain;
}
@media all and (max-width: 768px) {
  .rcs_content01_btn-chatgpt::before {
    position: absolute;
    content: "";
    width: 72px;
    height: 72px;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../img/lp/chatgpt/rcs_content01_btn-chatgpt.png) no-repeat
      center/contain;
  }
}
.rcs_content01_btn-chatgpt::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 48px;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../img/lp/chatgpt/rcs_content_btn-chatgpt-arrow.png) no-repeat
    center/contain;
}
@media all and (max-width: 768px) {
  .rcs_content01_btn-chatgpt::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 32px;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../img/lp/chatgpt/rcs_content_btn-chatgpt-arrow.png)
      no-repeat center/contain;
  }
}
.rcs_content01_btn-chatgpt small {
  font-size: 1.5rem;
}

.rcs_content02_btn-chatgpt {
  position: relative;
  min-height: 176px;
  font-size: 2.25rem;
  border-radius: 20px;
  line-height: 1.2;
  padding: 0 160px;
}
@media all and (max-width: 768px) {
  .rcs_content02_btn-chatgpt {
    position: relative;
    min-height: 90px;
    font-size: 2.25rem;
    border-radius: 20px;
    line-height: 1.4;
    padding: 0 88px;
  }
}
.rcs_content02_btn-chatgpt::before {
  position: absolute;
  content: "";
  width: 144px;
  height: 144px;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../img/lp/chatgpt/rcs_content02_btn-chatgpt.png) no-repeat
    center/contain;
}
@media all and (max-width: 768px) {
  .rcs_content02_btn-chatgpt::before {
    position: absolute;
    content: "";
    width: 72px;
    height: 72px;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../img/lp/chatgpt/rcs_content02_btn-chatgpt.png) no-repeat
      center/contain;
  }
}
.rcs_content02_btn-chatgpt::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 48px;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../img/lp/chatgpt/rcs_content_btn-chatgpt-arrow.png) no-repeat
    center/contain;
}
@media all and (max-width: 768px) {
  .rcs_content02_btn-chatgpt::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 32px;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../img/lp/chatgpt/rcs_content_btn-chatgpt-arrow.png)
      no-repeat center/contain;
  }
}
.rcs_content02_btn-chatgpt small {
  font-size: 1.5rem;
  font-weight: normal;
}

#rcs_content01
  .button-content.button-content--w.rcs_content_btn-chatgpt-content,
#rcs_content02
  .button-content.button-content--w.rcs_content_btn-chatgpt-content {
  width: auto !important;
  max-width: 800px;
}

.chatgpt_mvterm.chatgpt_mvterm__digital {
  margin-bottom: 100px;
}

.chatgpt_mvterm__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .chatgpt_mvterm__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0 auto;
    flex-direction: column;
  }
}
.chatgpt_mvterm__flex__sub {
  text-align: left;
}

.section-visual__chatgpt01__head__wrap {
  position: relative;
}

.section-visual__chatgpt01__head__wrap
  .section-visual__chatbot--service--item--balloon {
  top: -78px;
  left: -28px;
}
@media all and (max-width: 768px) {
  .section-visual__chatgpt01__head__wrap
    .section-visual__chatbot--service--item--balloon {
    top: -78px;
    left: 0px;
  }
}
.section-visual__chatgpt01__head__wrap
  .section-visual__chatbot--service--item--balloon::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 34px solid #d50e3c;
  border-top: 0;
  bottom: 10px;
  z-index: -1;
  transform: rotate(125deg);
  right: 0;
}

.section-visual__box__chatgpt01-digital {
  text-align: center;
}

.section-visual__box__chatgpt01-digital h2 {
  text-align: center !important;
}

.lp-chatgpt__choose .p-choose__item--title {
  font-size: 1.5rem;
}
.lp-chatgpt__choose .p-choose__item--cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.lp-chatgpt__choose .p-choose__item--cont--title {
  font-size: 2.25rem;
  text-align: center;
}
.lp-chatgpt__choose .p-choose__item--cont--img {
  margin-bottom: 3rem;
}

.lp-chatgpt__choose .p-choose__item--head {
  position: relative;
}

.lp-chatgpt__choose .p-choose__item--head::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #1a7d99 transparent transparent transparent;
}

.lp-chatgpt__choose .p-choose__item--bottom {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 35px 35px 20px;
}

.lp-chatgpt__choose .title-content span {
  font-size: 1.5rem;
}

.chatgpt_merit__title-content {
  font-size: 1.5rem;
}

.lp-chatgpt-digital-merit ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lp-chatgpt-digital-merit ul li p small {
  font-size: 0.9rem;
}

.scene-content-item__text p small {
  font-size: 0.9rem;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .lpPage.lpPage_chatbot .p-link-box_cnt_text p {
    color: rgb(0, 60, 122);
    font-weight: bold;
    line-height: 1.588;
    font-size: 2rem;
    margin-bottom: 0;
  }
  .lpPage.lpPage_chatbot .p-link-box_cnt_text.lt0 p {
    font-size: 2rem;
  }
  .lpPage.lpPage_chatbot .p-link-box_wrap .p-link-box .p-link-box_cnt {
    width: auto;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    padding: 40px 10px 50px 10px;
  }
}

@media all and (max-width: 768px) {
  .p-digitalbuddy-plan__list__item__ttl span {
    font-size: 3rem;
    font-family: "Bebas Neue", "YakuHanJP", sans-serif;
  }

  .p-digitalbuddy-plan__list__item__ttl {
    background: #c50929;
    color: #fff;
    border-radius: 20px 20px 0 0;
    text-align: center;
    padding: 20px;
    font-size: 1.6rem;
  }

  .p-digitalbuddy-plan__list__item__dtl dl dt {
    color: rgb(85, 85, 85);
    font-size: 1.6rem;
  }
  .p-digitalbuddy-plan__list__item__dtl dl dd ul li {
    text-align: left;
    font-size: 1.4rem;
  }
  .p-digitalbuddy-plan__list__item__dtl dl dd span {
    font-weight: nomal;
    font-size: 1.4rem;
  }
  .p-digitalbuddy-solution__item figure {
    padding-top: 10vw;
    padding-bottom: 14vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

#home.lpPage .lp-chatbot-service-dl .service-dl__text h2 {
  font-size: 2.3rem;
}
#home.lpPage .lp-chatbot-service-dl .service-dl__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#home.lpPage .lp-chatbot-service-dl .service-dl__text,
#home.lpPage .service-dl__text {
  width: 558px;
}

/* 241119 */
.p-link-box.p-link-box-lc {
  display: flex !important;
  max-width: 720px;
  margin: 0 auto;
}
.p-link-box.p-link-box-lc .p-link-box_cnt {
  width: calc((100% - 24px) / 3) !important;
  max-width: 230px;
}
@media all and (max-width: 768px) {
  .p-link-box.p-link-box-lc {
    display: block !important;
  }
  .p-link-box.p-link-box-lc .p-link-box_cnt {
    width: auto !important;
    max-width: none;
  }
}
/*250116_ラインナップ紹介改修*/
.p-digitalbuddy-plan__list_3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-digitalbuddy-plan__list_3 .p-digitalbuddy-plan__list__item__dtl dl dd ul li {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.438;
}
.p-digitalbuddy-plan__list_attention {
  text-align: right;
  font-size: 12px;
  margin-top: 1rem;
}
@media all and (max-width: 768px) {
  .p-digitalbuddy-plan__list_3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-digitalbuddy-plan__list_attention {
    text-align: left;
  }
}

/* 250206デジタルバディ名称変更 */
.p-digitalbuddy-plan__list__item__ttl small {
  font-size: 0.8rem;
}

.p-digitalbuddy-plan__list_1 {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .p-digitalbuddy-plan__list_1 {
    width: 100%;
  }
}

.p-digitalbuddy-plan__list__item__dtl.p-digitalbuddy-plan__list__item__dtl_1
  dl
  dd
  ul {
  padding: 0 9rem;
}
@media all and (max-width: 1080px) {
  .p-digitalbuddy-plan__list__item__dtl.p-digitalbuddy-plan__list__item__dtl_1
    dl
    dd
    ul {
    padding: 0 5rem;
  }
}
@media all and (max-width: 768px) {
  .p-digitalbuddy-plan__list__item__dtl.p-digitalbuddy-plan__list__item__dtl_1
    dl
    dd
    ul {
    padding: 0 3rem;
  }
}

span.section-visual__chatbot--service--item--title__small {
  font-size: 14px;
}
span.p-choose__item--title__small,
span.p-choose__item--cont--title_small {
  font-size: 18px;
}

@media all and (max-width: 768px) {
  span.section-visual__chatbot--service--item--title__small {
    font-size: 10px;
  }
}
.rcs_content02_btn-chatgpt.btn-chatgpt_ai {
  font-size: 1.5rem;
}

.rcs_content01_btn-chatgpt.btn-chatgpt_ai {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .rcs_content02_btn-chatgpt.btn-chatgpt_ai {
    min-height: 130px;
  }
  .rcs_content01_btn-chatgpt.btn-chatgpt_ai {
    min-height: 130px;
  }
}
ul.section-visual__chatbot--service--list
  li:nth-child(2)
  .section-visual__chatbot--service--item--title.ver-long-ttl {
  font-size: 1.2rem;
}
span.small-ttl-sub {
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  span.small-ttl-sub {
    font-size: 1.5rem;
  }
}
span.small-ttl-sub18 {
  font-size: 18px;
}
span.small-ttl-sub20 {
  font-size: 1.3rem;
}
span.small-ttl-sub13 {
  font-size: 13px;
}
@media (max-width: 768px) {
  span.small-ttl-sub13 {
    font-size: 1.2rem;
  }
}
.lp-chatgpt-240411 .case-content .case-content__text p span.small-ttl-sub13 {
  font-size: 13px;
  font-weight: unset;
}
@media (max-width: 768px) {
  .lp-chatgpt-240411 .case-content .case-content__text p span.small-ttl-sub13 {
    font-size: 1.2rem;
  }
}
.lp-chatgpt-240411 .case-content .case-content__text p span.small-ttl-sub18 {
  font-size: 18px;
}

/* 250325追記 GIGAスクール */

@media screen and (min-width: 768px) {
  #section-content__inner-width {
    max-width: 1190px;
  }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__01 {
    width: 259px;
    font-size: 1.2rem;
    position: absolute;
    top: 19px;
    left: 320px;
    line-height: 1.4;
  }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__02 {
    width: 200px;
    font-size: 1.2rem;
    position: absolute;
    top: 168px;
    left: 549px;
    line-height: 1.4;
  }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__03 {
    width: 223px;
    font-size: 1.2rem;
    position: absolute;
    top: 30px;
    left: 650px;
    line-height: 1.4;
  }

  #page__enterpeise #newlp2021 .main_img--wrap p.tx__04 {
    width: 213px;
    font-size: 1.2rem;
    position: absolute;
    top: 157px;
    left: 157px;
    word-break: break-all;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  #newlp2021 .main_img--wrap p.tx__01 {
    width: 129px;
    font-size: 1.2rem;
    position: absolute;
    top: 8px !important;
    left: 20px;
    line-height: 1.4;
  }

  #newlp2021 .main_img--wrap p.tx__02 {
    width: 120px;
    font-size: 1.2rem;
    position: absolute;
    top: 72px !important;
    left: 204px;
    line-height: 1.4;
  }

  #newlp2021 .main_img--wrap p.tx__03 {
    width: 120px;
    font-size: 1.2rem;
    position: absolute;
    top: 157px !important;
    left: 197px;
    line-height: 1.4;
  }

  #newlp2021 .main_img--wrap p.tx__04 {
    width: 135px;
    font-size: 1.2rem;
    position: absolute;
    top: 106px !important;
    left: 21px;
    line-height: 1.4;
  }

  #newlp2021 .main_img--wrap p.tx__06 {
    width: 122px;
    font-size: 1.2rem;
    position: absolute;
    top: 203px !important;
    left: 25px;
    line-height: 1.4;
  }
}

.annotation1 {
  font-size: 0.8rem;
  color: #ffffff;
  padding-left: 1em;
}

.annotation2 {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .annotation1 {
    font-size: 1.4rem;
    color: #ffffff;
    padding-left: 1em;
  }

  .annotation2 {
    font-size: 1.4rem;
  }
}
.annotation3 {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .annotation3 {
    font-size: 1.4rem;
  }
}
/* ―――――――――――――――――――――――――――
20250324 デザイン改修　追加
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
:root {
  --mainColor: #d50e3c;
  --font-robot: "Roboto Condensed";
}
.p-red {
  color: var(--mainColor);
}
/* header */
.nav-global__item--service .ttl_s {
  text-align: left;
}
/* case_head_btn */
.button-content:has([class*="fukidashi"]) {
  position: relative;
}
.case-head__btn--fukidashi {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 0.4em 1.25em 0.6em;
  margin: auto;
  margin-bottom: -1em;
  background-color: var(--mainColor);
  border-radius: 1em;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  pointer-events: none;
  position: relative;
}
@media (max-width: 768px) {
  .case-head__btn--fukidashi {
    margin-bottom: -0.75em;
  }
}
.case-head__btn--fukidashi::before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 8px;
  height: 8px;
  background-color: var(--mainColor);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.case-head__btn:nth-of-type(2) .case-head__btn--fukidashi,
.case-head__btn:nth-of-type(2) .case-head__btn--fukidashi::before {
  background-color: #fff;
  color: #d50e3c;
}
/* mv */
.section-visual__icon--robots {
  margin-bottom: 1.75rem;
  padding-top: 0.1em;
  padding-left: 102px;
  background-image: url(../img/home/section-visual__icon--robots.png);
  background-repeat: no-repeat;
  background-size: 82px;
  background-position: top left;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  vertical-align: bottom;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .section-visual__icon--robots {
    padding-left: 5.25rem;
    background-size: 4.725rem;
  }
}
.section-visual__icon--robots:has(> div) {
  min-height: 78px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .section-visual__icon--robots:has(> div) {
    min-height: 4.5rem;
  }
}
.section-visual__title--tag {
  width: fit-content;
  padding: 0.5em 1em 0.5em;
  background-color: #42e8e0;
  border-radius: 5px;
  font-size: 1.125em;
  line-height: 1;
}
@media (max-width: 768px) {
  .section-visual__title--tag {
    padding: 0.5em 1em;
    font-size: 1em;
  }
}
.section-visual__title--en {
  margin-bottom: 0.125em;
  color: #42e8e0;
  font-family: "Bebas", "YakuHanJP", sans-serif;
  font-size: 1.65rem;
  line-height: 1;
}
@media (max-width: 768px) {
}
.section-visual__title--jp {
  font-size: 3.25rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
}
.section-visual__title--jp:has(span) {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
}
.section-visual__title--jp.fmin {
  font-size: 2.8125rem;
}
@media (max-width: 768px) {
}
.section-visual__title--jp span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
@media (max-width: 768px) {
}
.section-visual__icon--robots--price {
  padding: 0 0.1em;
  font-size: 2rem;
}
@media (max-width: 768px) {
}
.section-visual__copy--detail {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.section-visual__copy--detail.fmin {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
}
.section-visual__copy--detail:has(+ .btn_wrap_center_2col) {
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
}
.section-visual__copy--detail.fmin:has(+ .btn_wrap_center_2col) {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
}
[class*="--tag"] ~ .section-visual__copy--detail {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
}
.section-visual.is_btn .btn_wrap_center_2col {
  gap: 1.5rem;
}
@media (max-width: 768px) {
}
.section-visual.is_btn [class*="case-head__btntext"] {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  border-radius: 60px;
}
@media (max-width: 768px) {
  .section-visual.is_btn [class*="case-head__btntext"] {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/* section title */
.section-title--en {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  color: var(--mainColor);
  font-family: var(--font-robot);
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
}
.section-title--sub {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .section-title--sub {
    line-height: 1.4;
  }
}
.section-title {
  margin-top: -0.25em;
  margin-bottom: calc(3.125rem - 0.25rem);
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.section-title + p {
  max-width: 92%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
}

.section-content--wall02 .section-title--en {
  color: #42e8e0;
}
@media (max-width: 768px) {
}
.section-content--wall02 .section-title {
  color: #fff;
}
@media (max-width: 768px) {
}
/*  */
.lists-top_featrue,
.lists-featrue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .lists-top_featrue {
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.lists-top_featrue--item,
.lists-featrue--item {
  flex: 1;
  box-shadow: 0px 0px 27.2px 4.8px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: min(3.667vw, 2.75rem) min(2.4vw, 2rem);
}
@media (max-width: 768px) {
  .lists-top_featrue--item,
  .lists-featrue--item {
    flex: unset;
    width: 100%;
    padding: 2.75rem 2rem;
  }
}
.title-top_featrue {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .title-top_featrue {
    line-height: 1.25;
  }
}
.title-top_featrue span {
  vertical-align: middle;
  font-size: 3rem;
  font-family: "Bebas Neue", "YakuHanJP", sans-serif;
  font-weight: 500;
  color: var(--mainColor);
  letter-spacing: 0.05em;
}
.p-top_featrue {
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.top-featureArea .button-content {
  width: 350px;
  margin-top: 40px;
}

.lists-top_featrue--num {
  display: block;
  width: fit-content;
  height: fit-content;
  margin: auto;
  padding: 0.25em 2em 0.5em;
  background-color: var(--mainColor);
  border-radius: 2rem;
  font-size: min(1.667vw, 1.25rem);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: -0.75em;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .lists-top_featrue--num {
    font-size: 1.25rem;
    padding: 0.375em 2em 0.5em;
  }
}
.lists-top_featrue--num span {
  font-size: min(2vw, 1.5rem);
}
@media (max-width: 768px) {
  .lists-top_featrue--num span {
    font-size: 1.5rem;
  }
}
.p-lists-top_featrue {
  text-align: center;
  font-size: min(2vw, 1.5rem);
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-lists-top_featrue {
    font-size: 1.5rem;
  }
}
.img-lists-top_featrue {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .img-lists-top_featrue img {
    max-width: 270px;
  }
}
.p-lists-top_featrue span {
  color: var(--mainColor);
}
.p-lists-top_featrue b {
  font-size: min(2.5vw, 1.875rem);
  font-family: var(--font-robot);
}
@media (max-width: 768px) {
  .p-lists-top_featrue b {
    font-size: 1.875rem;
  }
}

@media (max-width: 768px) {
  .lists-featrue {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}

.lists-featrue--item {
  padding: min(3vw, 2.25rem) min(2.33vw, 1.8rem);
}
@media (max-width: 768px) {
  .lists-featrue--item {
    width: calc(50% - 1.5rem);
    padding: 2.25rem 1.2rem;
  }
}
.lists-featrue--item .lists-top_featrue--num {
  padding: 0.4em 1em 0.6em;
  font-size: min(1.33vw, 1rem);
}
@media (max-width: 768px) {
  .lists-featrue--item .lists-top_featrue--num {
    padding: 0.5em 1em;
    font-size: 1rem;
  }
}

.img-lists-featrue {
  text-align: center;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .img-lists-featrue img {
    max-width: 135px;
  }
}
.p-lists-featrue {
  margin-bottom: 1em;
  text-align: center;
  font-size: min(1.33vw, 1rem);
  font-weight: bold;
  line-height: 1.6rem;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .p-lists-featrue {
    font-size: 1rem;
  }
}

.p-lists-featrue span {
  font-size: min(1.667vw, 1.25rem);
  color: var(--mainColor);
}
@media (max-width: 768px) {
  .p-lists-featrue span {
    font-size: 1.25rem;
  }
}

.lists-featrue--item p {
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .lists-featrue--item p {
    font-size: 1.25rem;
  }
}
.lists-featrue--item p span {
  display: block;
  margin-top: 0.5em;
  font-size: min(1vw, 0.75rem);
}
@media (max-width: 768px) {
  .lists-featrue--item p span {
    font-size: 0.75rem;
  }
}
/* .p-lists-service */
.p-lists-service--item {
  box-shadow: 0px 0px 27.2px 4.8px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 4.5rem 5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-lists-service--item {
    padding: 4.5rem 2rem;
  }
}
.p-lists-service--item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.p-lists-service--item--cont {
  display: flex;
  gap: 3rem;
}

@media (max-width: 768px) {
  .p-lists-service--item--cont {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.p-lists-service--item--text {
  flex: 1;
}
@media (max-width: 768px) {
  .p-lists-service--item--text {
    width: 100%;
    flex: unset;
  }
}
.p-lists-service--item--text b {
  font-weight: bold;
}
.p-lists-service--tit--en {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-family: var(--font-robot);
  font-weight: bold;
  color: var(--mainColor);
  line-height: 1;
}
.p-lists-service--tit--wrap {
  display: inline-block;
  margin-bottom: 2rem;
  line-height: 1;
}
.p-lists-service--tit--wrap p {
  margin-top: 0.75rem;
  text-align: right;
  color: #666666;
}
@media (max-width: 768px) {
  .p-lists-service--tit--wrap p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-lists-service--tit {
  font-size: 2rem;
  color: var(--mainColor);
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-lists-service--tit {
    line-height: 1.25;
  }
}
.p-lists-service--item--img {
  width: 430px;
}
@media (max-width: 768px) {
  .p-lists-service--item--img {
    width: 100%;
  }
}
.p-lists-service .button-content {
  min-width: 280px;
  margin-top: 2rem;
  margin-left: unset;
}
.p-lists-service .button-content__button {
  height: 50px;
  background-color: #fff;
  border: 2px solid #1a7d99;
  box-shadow: none;
  color: #1a7d99;
}
.p-lists-service--item--tag {
  padding: 0.6rem 2rem 0.7rem;
  background-color: #1a7d99;
  border-bottom-left-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.p-lists-feature--tit--wrap {
  margin-bottom: 2rem;
}
.lists-featrue--num {
  display: block;
  width: fit-content;
  height: fit-content;
  margin-bottom: 1.5rem;
  margin-left: unset;
  padding: 0.45em 1em 0.55em;
  background-color: var(--mainColor);
  border-radius: 2rem;
  font-size: min(1.333vw, 1rem);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .lists-featrue--num {
    font-size: 1.25rem;
  }
}
.lists-featrue--num.pd0 {
  padding: 0.25em 1em;
}
.lists-featrue--num span {
  font-size: inherit;
}
.p-lists-feature--tit--wrap p {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-lists-feature--tit {
  font-size: 2rem;
  font-weight: bold;
  color: var(--mainColor);
}
@media (max-width: 768px) {
  .p-lists-feature--tit {
    line-height: 1.3;
  }
}
/* .p-lists-merit */
.p-lists-merit {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 600px) {
  .p-lists-merit {
    flex-wrap: wrap;
  }
}
.p-lists-merit--item {
  width: min(40vw, 480px);
  text-align: center;
}
@media (max-width: 600px) {
  .p-lists-merit--item {
    width: 84%;
  }
}
.p-lists-merit--circle {
  aspect-ratio: 1 / 1;
  padding: min(4.8vw, 3.6rem) 0;
  border-radius: 50rem;
  background: linear-gradient(to bottom, #1a7d99 23%, #d1e5eb 23%);
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  .p-lists-merit--circle {
    padding: 3.6rem 0;
  }
}
.p-lists-merit--item:first-of-type .p-lists-merit--circle::before {
  content: "";
  width: min(10.41vw, 125px);
  height: min(19vw, 228px);
  margin: auto;
  background-image: url(../img/home/p-lists-merit--robots.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(100% - min(2vw, 42px));
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 600px) {
  .p-lists-merit--item .p-lists-merit--circle::before {
    content: "";
    width: 4.875rem;
    height: 9rem;
    margin: auto;
    background-image: url(../img/home/p-lists-merit--robots.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 55vw;
    top: 68vw;
    bottom: unset;
    z-index: 1;
  }
  .p-lists-merit--item:first-of-type .p-lists-merit--circle::before {
    width: 4.875rem;
    height: 9rem;
    left: 55vw;
    top: 68vw;
    bottom: unset;
  }
}

.p-lists-merit--title {
  margin-bottom: min(2.667vw, 2rem);
  font-size: min(2vw, 1.5rem);
  font-weight: bold;
  color: #fff;
}
@media (max-width: 600px) {
  .p-lists-merit--title {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}

.p-lists-merit--text ul {
  display: inline-block;
  margin-top: min(1.33vw, 1rem);
  text-align: left;
}
@media (max-width: 600px) {
  .p-lists-merit--text ul {
    margin-top: 1rem;
  }
}

.p-lists-merit--text p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: min(1.5vw, 18px);
  font-weight: bold;
}
@media (max-width: 600px) {
  .p-lists-merit--text p {
    font-size: 1rem;
  }
}

.p-lists-merit--text p::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 3rem;
  background-color: var(--mainColor);
}
@media (max-width: 600px) {
}

.p-lists-merit--img img {
  width: auto;
  height: min(10.83vw, 130px);
}
@media (max-width: 600px) {
  .p-lists-merit--img img {
    height: 25.83vw;
  }
}

.p-lists-merit--end {
  display: inline-block;
  min-width: min(30vw, 360px);
  margin-top: min(4vw, 3rem);
  padding: min(3.33vw, 2.5rem) min(2vw, 1.5rem) min(2vw, 1.5rem);
  border-radius: 15px;
  background-color: var(--mainColor);
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  .p-lists-merit--end {
    min-width: 22.5rem;
    margin-top: 3rem;
    padding: 2.5rem 1.5rem 1.5rem;
  }
}

.p-lists-merit--end::after {
  content: "";
  display: block;
  width: min(5.667vw, 68px);
  margin: auto;
  aspect-ratio: 1;
  background-image: url(../img/home/p-lists-merit--end--arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
}
@media (max-width: 600px) {
  .p-lists-merit--end::after {
    width: 4.25rem;
    top: -3rem;
  }
}

.p-lists-merit--end p {
  vertical-align: text-bottom;
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.125em;
}
@media (max-width: 600px) {
  .p-lists-merit--end p {
    font-size: 1.125rem;
  }
}

.p-lists-merit--end strong {
  font-size: min(2.667vw, 2rem);
  letter-spacing: 0;
  padding: 0 0.1em;
}
@media (max-width: 600px) {
  .p-lists-merit--end strong {
    font-size: 2rem;
  }
}

.p-lists-merit--end span {
  display: block;
  margin-top: 0.5em;
  font-size: min(1.1667vw, 14px);
  font-weight: normal;
}
@media (max-width: 600px) {
  .p-lists-merit--end span {
    font-size: 0.875rem;
  }
}

/* home */
@media (min-width: 769px) {
  #home.toppage .section-visual__box {
    min-width: 730px;
  }
}
#home.toppage .section-visual__title {
  margin-bottom: 16px;
  text-align: left;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  #home.toppage .section-visual {
    height: auto;
    padding: 30px 10px;
    width: 100%;
  }
  #home.toppage .section-visual__inner {
    flex-wrap: wrap;
    height: auto;
  }
  #home.toppage .section-visual__image {
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  #home.toppage .section-visual__image {
    margin-top: 6rem;
  }
}

/* feature */
.feature-featureArea {
  margin-top: 68px;
}

.feature-what {
  max-width: 1100px;
  margin-top: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.075rem 4rem 10rem;
  background-color: #d1e5eb;
  background-image: url(../../assets/img/feature/feature-what--bk.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 36.9375rem auto;
}
@media (max-width: 768px) {
  .feature-what {
    margin-top: 3rem;
    background-position: right 1rem bottom;
    background-size: 32rem auto;
  }
}

.feature-what--title {
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.feature-what p {
  line-height: 1.65;
}

.feature-what p + p {
  margin-top: 2rem;
}

.feature-what .p-red {
  font-weight: bold;
}

/* service */
#service .section-visual {
  display: flex;
  align-items: center;
  height: 495px;
}
@media (max-width: 768px) {
  #service .section-visual {
    height: auto;
    padding-bottom: 2rem;
  }
}
#service .section-visual__inner.mwid {
  max-width: calc(var(--width) * 1px);
}

#service .section-visual:has([class*="-tag"]) {
  height: 580px;
}
@media (max-width: 768px) {
  #service .section-visual:has([class*="-tag"]) {
    height: auto;
    padding-bottom: 2rem;
  }
  #service .section-visual__image {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 2rem auto 0;
  }
}

.p-lists-serviceSeries {
  display: flex;
  justify-content: center;
  gap: 2.5em;
}
@media (max-width: 768px) {
  .p-lists-serviceSeries {
    flex-wrap: wrap;
  }
}

.p-lists-serviceSeries > li {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-lists-serviceSeries > li {
    flex: unset;
    width: 100%;
  }
}

.p-lists-serviceSeries--fukidashi {
  padding: 1.5rem;
  margin-bottom: 2rem;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  background-color: #1a7d99;
  border-radius: 3rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: relative;
}

.p-lists-serviceSeries--fukidashi::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 14px;
  height: 14px;
  background-color: inherit;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.p-lists-serviceSeries--fukidashi span {
  font-size: 1.5rem;
}

.p-lists-serviceSeries--cont {
  flex: 1;
  width: 100%;
  padding: 2.5em;
  box-shadow: 0px 0px 27.2px 4.8px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 768px) {
  .p-lists-serviceSeries--cont {
    padding: 2.5rem 2rem;
  }
}

.p-lists-serviceSeries--title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: var(--mainColor);
  line-height: 1;
}

.p-lists-serviceSeries--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
  padding: 1.25rem 1.5rem 1.25rem 6rem;
  background-color: #f2f3f5;
  background-position: center left 1.5rem;
  background-repeat: no-repeat;
  background-size: 3.875rem auto;
  border-radius: 10px;
}

.p-lists-serviceSeries--text:not(:last-of-type) {
  margin-bottom: 1.25rem;
}

.p-lists-serviceSeries--text.icon01 {
  background-image: url(../../assets/img/service/p-lists-serviceSeries--text--tit--wrap01.png);
}
.p-lists-serviceSeries--text.icon02 {
  background-image: url(../../assets/img/service/p-lists-serviceSeries--text--tit--wrap02.png);
}
.p-lists-serviceSeries--text.icon03 {
  background-image: url(../../assets/img/service/p-lists-serviceSeries--text--tit--wrap03.png);
}
.p-lists-serviceSeries--text--tit--en {
  font-family: "Bebas", "YakuHanJP", sans-serif;
  font-weight: bold;
}
.p-lists-serviceSeries--text--tit--wrap {
  display: inline-block;
}
.p-lists-serviceSeries--text--tit {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
}

.p-lists-serviceSeries--text--tit--wrap p {
  text-align: right;
  font-size: 0.875rem;
}

#service .p-worries {
  margin: 225px auto 0;
}
@media (max-width: 768px) {
  #service .p-worries {
    margin: 20px auto 0;
  }
}

#service .p-worries__list {
  gap: 2.5rem;
}

#service .p-worries__list > li {
  position: relative;
  transform: translateY(-7.5rem);
}
@media (max-width: 768px) {
  #service .p-worries__list > li {
    transform: translateY(0);
  }
}

#service .p-worries__list-item {
  height: 185px;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 769px) {
  #service .p-worries__list:not(:has(li:nth-of-type(5))) .p-worries__list-item {
    width: 270px;
  }
  #service .p-worries__list:not(:has(li:nth-of-type(4))) .p-worries__list-item {
    width: 308px;
  }
}
@media (max-width: 768px) {
  #service .p-worries__list-item {
    height: auto;
    left: 0;
  }
}

#service .service02 .p-worries__list-item {
  width: 310px;
}
@media (max-width: 768px) {
  #service .service02 .p-worries__list-item {
    width: 100%;
  }
}

#service .p-worries__list.service02 > li:nth-of-type(1),
#service .p-worries__list.service02 > li:nth-of-type(3) {
  transform: translateY(-4.5rem);
}
@media (max-width: 768px) {
  #service .p-worries__list.service02 > li:nth-of-type(1),
  #service .p-worries__list.service02 > li:nth-of-type(3) {
    transform: translateY(0);
  }
}

/*  */
.solution--cont {
  padding: 3.75rem 5rem;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .solution--cont {
    padding: 2.5rem;
  }
}

.solution--cont:has(+ .p-link-box_wrap) {
  margin-bottom: 5.5rem;
}
@media (max-width: 768px) {
  .solution--cont:has(+ .p-link-box_wrap) {
    order: 1;
  }
  .solution--cont + .p-link-box_wrap {
    width: 100%;
  }
}

.solution--title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: var(--mainColor);
}

.solution--text {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
@media (max-width: 768px) {
  .solution--text {
    flex-wrap: wrap;
    gap: 2rem;
  }
}

.solution--text p {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.667;
}
@media (max-width: 768px) {
  .solution--text p {
    flex: unset;
    width: 100%;
    font-size: 1.4rem;
  }
}

.solution--img {
  width: 49.25%;
}
@media (max-width: 768px) {
  .solution--img {
    width: 100%;
  }
}

#service .section-content__inner.offcolor {
  margin-top: 4rem;
}

/*  */

.offcolor .p-digitalbuddy-solution__item__ttl {
  border: 2px solid #1a7d99;
  background-color: #1a7d99;
  color: #fff;
}
.offcolor .p-digitalbuddy-solution__item__dtl02__span {
  background: linear-gradient(transparent 80%, #d50e3c 80%);
}
.offcolor.ai_chosen_inner dl,
.offcolor.ai_chosen_inner li {
  box-shadow: 0px 0px 27.2px 4.8px rgba(0, 0, 0, 0.07);
}
.offcolor.ai_chosen_inner dl dt,
.offcolor.ai_chosen_inner h3 {
  background: #1a7d99;
}

/* js-open-overlay */
.js-open-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 11111;
}
.js-open-overlay .in_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 0;
}
.js-open-overlay .close.in_content {
  width: 30px;
  height: 30px;
  margin: 0 15px 1.5rem auto;
  background-color: #000;
  border-radius: 10rem;
  position: sticky;
  top: 10px;
  z-index: 11;
  cursor: pointer;
}

.js-open-overlay .close.in_content::before,
.js-open-overlay .close.in_content::after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.js-open-overlay .close.in_content::after {
  transform: rotate(-45deg);
}

.close.end_content {
  margin-top: 5rem;
  text-align: center;
}
.close.end_content span {
  position: relative;
  background-color: #000;
  border-radius: 3rem;
  color: #fff;
  padding: 0.25em 1em;
  cursor: pointer;
}
.close.end_content span::before {
  content: "×";
}

.js-open-overlay--view {
  width: 1300px;
  max-height: 80vh;
  margin: auto;
  padding-bottom: 3.5rem;
  background-color: #fff;
  border-radius: 30px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .js-open-overlay--view {
    width: 100%;
    max-height: 90lvh;
  }
}

/*スクロールバー非表示（Chrome・Safari）*/
.js-open-overlay--view::-webkit-scrollbar {
  display: none;
}

/* p-scene-lists */
.p-scene-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-scene-lists {
    flex-direction: column;
    gap: 4rem;
    margin-top: 5rem;
  }
}
.p-scene-lists li {
  width: 30%;
  border-radius: 10px;
  background-color: rgb(204, 228, 241);
  position: relative;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-scene-lists li {
    width: 100%;
    padding: 2rem;
  }
}
.p-scene-lists-img {
  position: absolute;
  top: -20%;
  right: 10%;
}

.p-scene-lists-img img {
  width: 100%;
}

.p-scene-lists--title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
}

.p-scene-lists p {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
}

/*  */
@media (max-width: 768px) {
  #service .chatgpt_case__item {
    min-height: auto;
  }
  #service .chatgpt_case__childList span {
    font-size: 1.5rem;
  }
}
#service .price-table__list {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/*  */
.service-reason-lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.service-reason-lists li {
  width: calc(33.33% - 1.5rem);
  padding: 5rem 0 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 0px 27.2px 4.8px rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .service-reason-lists li {
    width: 100%;
    padding: 3.5rem 0 3rem;
  }
}

.service-reason-lists--img {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .service-reason-lists--img {
    width: 100%;
    max-width: 27%;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-reason-lists--title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
}

.service-reason-lists--title span {
  color: var(--mainColor);
}

.service-reason-lists p {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.service-price .list-box__item {
  background-color: #cce4f1;
}

.c_round a {
  border-radius: 3rem;
}

@media (min-width: 769px) {
  .convenience_function.column-02 {
    flex-direction: row;
    gap: 2rem;
  }
  .column-02 .convenience_function_item {
    width: calc(50% - 1em);
    margin-top: 0 !important;
    border-radius: 10px;
    overflow: hidden;
  }
  .column-02 .convenience_function_img {
    width: 32.535%;
  }
  .column-02 .convenience_function_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .column-02 .convenience_function_cont {
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .column-02 .convenience_function_cont h3 {
    font-size: 1.5rem;
  }
}
/* price */
.price-choose-lists {
  display: flex;
  flex-wrap: wrap;
  gap: min(2vw, 1.5rem);
}
@media (max-width: 768px) {
  .price-choose-lists {
    gap: 1.5rem;
  }
}

.price-choose-lists li {
  max-width: 385px;
  width: calc(33.333% - min(1vw, 0.75rem));
  flex: 1;
  border-radius: 20px;
  box-shadow: 0px 0px 27.2px 4.8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  opacity: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .price-choose-lists li {
    max-width: 100%;
    width: 100%;
    flex: unset;
  }
}

.price-choose-lists a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 1rem;
  overflow: hidden;
  opacity: 1;
}

.price-choose-lists--head {
  flex: 1;
  padding: min(2vw, 1.5rem) 0 min(1.667vw, 1.25rem);
  background-color: #1a7d99;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .price-choose-lists--head {
    padding: 1.5rem 0;
  }
}

.price-choose-lists--title {
  margin-bottom: 1em;
  font-size: min(2vw, 1.5rem);
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .price-choose-lists--title {
    font-size: 2rem;
  }
}

.price-choose-lists--tit--en {
  margin-bottom: 0.8rem;
  font-size: min(1.667vw, 1.25rem);
  font-family: var(--font-robot);
  line-height: 1;
}
@media (max-width: 768px) {
  .price-choose-lists--tit--en {
    font-size: 1.5rem;
  }
}

.price-choose-lists--head p:not([class*="--en"]) {
  font-size: min(1.667vw, 1.25rem);
  font-weight: bold;
}
@media (max-width: 768px) {
  .price-choose-lists--head p:not([class*="--en"]) {
    font-size: 1.5rem;
  }
}

.price-choose-lists--head p:not([class*="--en"]) span {
  font-size: min(1.33vw, 1rem);
}
@media (max-width: 768px) {
  .price-choose-lists--head p:not([class*="--en"]) span {
    font-size: 1rem;
  }
}

.price-choose-lists--body {
  padding: min(1.33vw, 1rem) min(1.667vw, 1.25rem) 0 min(3vw, 2.25rem);
}
@media (max-width: 768px) {
  .price-choose-lists--body {
    padding: 1.6rem 1.25rem 0 1.25rem;
    text-align: center;
  }
}

.price-choose-lists--body p {
  font-size: min(1.33vw, 1rem);
}
@media (max-width: 768px) {
  .price-choose-lists--body p {
    font-size: 1.4rem;
  }
}

.price-choose-lists--bots {
  display: flex;
  align-items: center;
  min-height: min(9.1667vw, 110px);
  margin-bottom: min(1.667vw, 1.25rem);
  padding-left: min(10.66vw, 128px);
  background-image: url();
  background-repeat: no-repeat;
  background-position: left;
  background-size: min(9.1667vw, 110px);
  font-size: min(1.5vw, 18px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .price-choose-lists--bots {
    display: inline-flex;
    text-align: left;
    min-height: 6.875rem;
    margin-bottom: 1.25rem;
    padding-left: 8rem;
    background-size: 6.875rem;
    font-size: 1.6rem;
  }
}
.price-choose-lists--bots.robot01 {
  background-image: url(../../assets/img/price/robots01.png);
}
.price-choose-lists--bots.robot02 {
  background-image: url(../../assets/img/price/robots02.png);
}
.price-choose-lists--bots.robot03 {
  background-image: url(../../assets/img/price/robots03.png);
}
.price-choose-lists .p-choose__item--arow {
  margin-top: 2.5rem;
}

.chatgpt-cta.circle .chatgpt__contact__item__btn a {
  border: 2px solid #d50e3c;
  border-radius: 3rem;
  padding: 20px 24px;
}

.chatgpt-cta.circle
  .chatgpt-cta-block:first-of-type
  .chatgpt__contact__item__btn
  a {
  background-color: #fff;
  color: #d50e3c;
}

.button-content:has(.rcs_content_btn-others) {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 768px) {
  .button-content:has(.rcs_content_btn-others) {
    width: 100% !important;
  }
}

.rcs_content_btn-others {
  height: 100px;
  border-radius: 3rem;
  position: relative;
  padding-left: 46px;
}
@media (max-width: 768px) {
  .rcs_content_btn-others {
    border-radius: 7rem;
  }
}

.rcs_content_btn-others::after {
  content: "";
  width: 26px;
  height: 30px;
  margin-left: 20px;
  background: url(../img/price/rcs_content_btn-others.png) no-repeat center /
    contain;
  position: relative;
}
@media (max-width: 768px) {
  .rcs_content_btn-others::after {
    width: 1.625rem;
    height: 1.75rem;
    margin-left: 1.25rem;
  }
}

#home.lpPage .lp-chatbot-service-dl .service-dl__text h2.lt0 {
  font-size: 2.2rem;
  letter-spacing: 0;
}

/*  */
#price .p-digitalbuddy-mv-btn {
  width: 100%;
}
.lpPage .layout-header.new-lp-header {
  height: 140px;
}

.section-title-top {
  color: #42e8e0;
  font-size: 24px;
}
.section-visual__title--jp span.section-title-subttl {
  font-size: 24px;
  display: unset;
  vertical-align: bottom;
  line-height: 1.2;
}
.section-visual__icon--robots.section-visual__icon--robots--small {
  padding-bottom: 1.2rem;
  background-size: 70px;
  margin-bottom: -2rem;
  background-position: 0px 0px, 10% 10%;
  padding-top: 1.5rem;
  margin-top: 0.75rem;
  padding-left: 80px;
}
.section-visual__title--jp.fmin.from-general-knowledge_ttl_mgn {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .section-visual__icon--robots.section-visual__icon--robots--small {
    padding-left: 5.25rem;
    background-size: 4.725rem;
    margin-bottom: -1rem;
  }
  .section-title-top {
    font-size: 2rem;
  }
  .section-visual__title--jp span.section-title-subttl {
    font-size: 2rem;
  }
}

/* 250521 トライアル申込ページ一部変更 */
span.bold_red span.bold_red {
  font-size: 18px;
  border-bottom: 2px solid #d50e3c;
}
@media screen and (max-width: 768px) {
  span.bold_red span.bold_red {
    font-size: 1.6rem;
  }
}
/* 250616 2カラムフォーム作成 */
.section-content__doc__col2__inner {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.section-content__doc__col2 .document-content__doc__title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
}
.section-content__doc__col2 .document-content__doc__title span {
  font-size: 1.2rem;
  font-weight: bold;
}
.section-content__doc__col2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.document-content__img {
  text-align: center;
  background-color: #f3f3f3;
  padding: 20px;
}
.document-content__bottom h3 {
  background-image: url(../../assets/img/document/section-visual__doc_icon--robots.png);
  background-repeat: no-repeat;
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 3rem;
  margin-bottom: 20px;
}
.document-content__bottom__list ul li {
  font-size: 18px;
  padding-left: 2em;
  text-indent: -1em;
  position: relative;
  margin-bottom: 1rem;
}
.document-content__bottom__list ul li::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.6rem;
  left: 0;
  border-radius: 3rem;
  background-color: #1a7d99;
  position: absolute;
}
.document-content__bottom {
  padding-top: 30px;
}
.document-content__doc__form-up {
  text-align: right;
  margin-top: 5rem;
  padding-right: 1.4rem;
}
.document-content__doc__form-up a {
  color: #1a7d99;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.document-content__doc__form-up a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.document-content__doc__form-up a::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 30px;
  background-color: #1a7d99;
  position: absolute;
  right: -25px;
  cursor: pointer;
}
.document-content__doc__form-up a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  right: -19px;
  top: 9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
}
.document-content__doc__form-up a:hover::after {
  top: 7px;
}
@media screen and (max-width: 768px) {
  .section-content__doc__col2 .document-content__doc__title {
    font-size: 2.3rem;
  }
  .section-content__doc__col2 .document-content__doc__title span {
    font-size: 16px;
  }
  .section-content__doc__col2__inner {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .document-content__bottom__list ul li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: 0;
  }
  .document-content__bottom h3 {
    padding-left: 6rem;
    padding-bottom: 2rem;
    margin-bottom: 5px;
    font-size: 1.7rem;
  }
  section#form-up {
    padding-top: 0;
  }
  .document-content__bottom__list ul li::before {
    top: 0.7rem;
  }
  .document-content__doc__form-up.only-sp {
    text-align: left;
  }
  .document-content__doc__form-up.only-sp a::before {
    width: 3rem;
    height: 3rem;
    right: -35px;
  }
  .document-content__doc__form-up.only-sp a::after {
    width: 9px;
    height: 9px;
    right: -26px;
    top: 7px;
    transform: rotate(135deg);
  }
  .document-content__doc__form-up.only-sp a:hover::after:hover {
    top: 9px;
  }
  .section-content.section__doc__col2 {
    padding-bottom: 0;
  }
  .document-content__doc__form-up a {
    font-size: 1.7rem;
  }
}

/* 20250609 既存コラムのSEO・AIO対策 */
.bn-area .service-dl__text p.column_case_bn_box_subttl {
  border-left: 4px solid#1d748c;
  font-size: 18px;
  color: #000;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-content__inner.bn-area.column_case_bn_area .service-dl {
  background-color: #e8f2f5;
  border: 2px solid #21849f;
  display: block;
}
.section-content__inner.bn-area.column_case_bn_area
  .service-dl
  .column_case_bn_box_top {
  display: flex;
  justify-content: space-between;
}
.service-dl__text.column_case_bn_box h2 {
  color: #1d748c;
}
.column_page .clmn_area .column_case_bn_box_bottom p {
  font-weight: bold;
  margin-top: 0;
}
.column_case_bn_box_bottom p strong {
  color: #d50e3c;
}

@media screen and (max-width: 767px) {
  .column_case_bn_box_top figure {
    margin: 10px auto 20px;
  }
  .column_page .clmn_area .column_case_bn_box_top figure img {
    margin: 0;
  }
  .bn-area .service-dl__text p.column_case_bn_box_subttl {
    font-size: 14px;
  }
  .section-content__inner.bn-area.column_case_bn_area {
    padding: 0;
  }
  .section-content__inner.bn-area.column_case_bn_area
    .service-dl
    .column_case_bn_box_top {
    flex-wrap: wrap;
  }
}

/* 250623 活用シーンへの社内ナレッジ追加 */
#department_second .department__answer.department__answer_col3 li {
  width: 32%;
}
#department_second
  .department__answer.department__answer_col3
  a.department__answer__btn {
  margin-top: 20px;
  display: block;
  position: relative;
  padding-left: 15px;
}
#department_second
  .department__answer.department__answer_col3
  a.department__answer__btn:hover {
  text-decoration: underline;
}
#department_second
  .department__answer.department__answer_col3
  a.department__answer__btn::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_second
  .department__answer.department__answer_col3
  li
  .button-content {
  margin-top: 70px;
}
.department__answer.scene__department__answer__wrap span.lists-featrue--num {
  display: block;
  width: fit-content;
  height: fit-content;
  margin-bottom: 1.5rem;
  margin-left: unset;
  padding: 0.45em 1em 0.55em;
  background-color: var(--mainColor);
  border-radius: 2rem;
  font-size: min(1.333vw, 1rem);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
}
.department__answer.scene__department__answer__wrap
  span.lists-featrue--num
  span {
  font-size: inherit;
}
.department__answer.scene__department__answer__wrap .ttl p {
  font-size: 1.2rem;
  font-weight: bold;
}
h4.department__answer--tit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #d50e3c;
}
#scene .scene-content__baloon-item.baloon_02.baloon_02__right {
  left: 24%;
}
#scene .scene-content__baloon-item.baloon_03.baloon_03__right {
  left: 58%;
}
#scene .scene-content__baloon-item.scene-content__baloon-item__long {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  #department_second
    .department__answer.department__answer_col3
    li
    .button-content {
    margin-top: 30px;
  }
  #department_second .department__answer.department__answer_col3 li {
    width: 100%;
  }
  #department_second ul.department__answer.department__answer_col3 h3 {
    font-size: 1.4rem;
  }
  .department__answer.scene__department__answer__wrap span.lists-featrue--num {
    font-size: 1.25rem;
  }
  h4.department__answer--tit {
    line-height: 1.3;
    font-size: 2rem;
  }
  .department__answer .ttl.ttl_feature {
    text-align: left;
    margin-bottom: 2rem;
  }
  #department
    .department__answer.scene__department__answer__wrap
    li
    .ttl.ttl_feature {
    text-align: left;
  }
  .department__answer.scene__department__answer__wrap li {
    padding: 4.5rem 2rem;
  }
  .department__answer.scene__department__answer__wrap .ttl p {
    font-size: 1.5rem;
  }
  #department
    .department__answer.scene__department__answer__wrap
    li
    .img.department__answer--img {
    max-width: 430px;
  }
  #department .department__answer.scene__department__answer__wrap li .flex {
    flex-direction: column;
    gap: 3rem;
  }
  #scene
    .scene-content__baloon-item.scene-content__baloon-item__long:nth-child(2) {
    padding-bottom: 67px;
    font-size: 1.1rem;
  }
  #scene
    .scene-content__baloon-item.scene-content__baloon-item__long:nth-of-type(
      2
    ):before {
    top: -28px;
  }
}
/* 20250630 活用シーンへの社内ナレッジ追加 */
.section-content.section-content--g.section-content_bottom_0 {
  padding-bottom: 0;
}
#department ul.department__answer {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .list-icon-box__item.box-item {
    padding: 43px 33px 30px;
  }
}
@media screen and (max-width: 768px) {
  #scene .scene-content__img img {
    width: 19.7916666667vw;
    height: auto;
  }
  .button-content.hospital a{
  padding: 0 20px;
}
}
