@charset "UTF-8";
/*---------------------------
/setting/size参照
---------------------------*/
/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
/*黒：font*/
/*鮮やかな青：ベース*/
/*濃紺：リンク他*/
/*エメラルド：装飾他*/
/*白*/
/*赤*/
/*青*/
/*グレー*/
/*bg：背景*/
/*グラデーション*/
/*文字グラデーション*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");

.c_grad_font {
  background: -webkit-linear-gradient(0deg, #0768d4, #4fc8dc);
  color: #4ac2db;
}

em.c_grad_font {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p.c_grad_font {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ja
-------------------------------------------------------------------------- */
/* en
-------------------------------------------------------------------------- */
/*     フェードイン    */
.fadeIn {
  transform: translateY(50px);
  opacity: 0;
  transition: all 1s;
}

.fadeIn.active {
  transform: translateY(0);
  opacity: 1;
}

.is-fadein-active {
  visibility: visible !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a:hover,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
}

em {
  font-style: initial;
}

/*各html要素*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h2 {
  margin-bottom: 3.125vw;
  font-size: clamp(28px, 2.083vw, 40px);
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: clamp(20px, 1.875vw, 36px);
  }
}


h2::after {
  display: block;
  width: 4.5rem;
  height: 1.1rem;
  margin: 0 auto;
  background: url("/-/Media/Ricoh/Sites/co_jp/special/rc-eventhub/img/h2_icon.png") no-repeat center;
  content: "";
  margin-top: 10px;
}

h3 {
  font-size: clamp(18px, 1.25vw, 24px);
}

main {
  margin-top: 6rem;
  font-size: 16px;
  line-height: 1.8;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

header {
  font-size: 16px;
  line-height: 1.8;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.p-header__inner,
.l-container--p0,
.l-container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.l-container {
  padding: 6.25vw 0;
}

.l-container--p0 {
  padding: 0 0 2.0833333333vw;
}

.l-container.l-container-servicelist {
  padding-top: 0 !important;
}

.l-footer {
  background: #ddd;
}

.l-footer .l-container {
  padding: 6.5rem 0;
}

.l-footer p {
  font-weight: bold;
  font-size: 1.8rem;
  font-size: clamp(16px, 0.9375vw, 18px);
  text-align: center;
}

.l-footer__btn {
  width: 45rem;
  margin: 3rem auto 0;
}

.l-footer__btn a {
  display: block;
  position: relative;
  width: 100%;
  padding: 2rem 0;
  border: 5px solid #cf142b;
  border-radius: 9999px;
  background: #cf142b;
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 1.25vw, 23px);
  text-align: center;
}

.l-footer__btn a span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.l-footer__btn a span::after {
  display: inline-block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-left: 2rem;
  transform: rotate(45deg);
  border-top: 3px solid;
  border-right: 3px solid;
  border-radius: 1px;
  content: "";
  transition: all 0.4s;
}

.l-footer__btn a:hover {
  background: #fff;
  color: #cf142b;
  opacity: 1;
}

.l-header {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  max-height: 70px;
  padding: 0 5%;
  background: #fff;
  transition: 0.5s;
}

.under .l-header {
  border-bottom: 1px solid #ccc;
}

.c-arrow--center-bottom {
  width: 0;
  height: 0;
  margin: 4rem auto 0;
  border-width: 7rem 10rem 0 10rem;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
}

.c-bg--gr {
  background: #f5f8fc;
}

.c-bg--triangle {
  background: #deecf6;
  background-image: url("/assets/img/service_bg.png");
  background-repeat: repeat;
  background-attachment: fixed;
}

.c-bg--inbound {
  background: rgba(52, 165, 182, 0.1);
}

.c-bg--inbound .p-service-archive__text h3,
.c-bg--inbound .p-service-archive__text h2 {
  color: #34a5b6;
}

.c-bg--inbound .p-service-archive__text:after {
  color: #34a5b6;
}

.c-bg--inbound .p-service-archive__text:before {
  border-color: #34a5b6;
}

.c-bg--outbound {
  background: rgba(5, 102, 212, 0.1);
}

.c-bg--outbound .p-service-archive__text h3,
.c-bg--outbound .p-service-archive__text h2 {
  color: #0566d4;
}

.c-bg--construction {
  background: rgba(225, 176, 4, 0.1);
}

.c-bg--construction .p-service-archive__text h3,
.c-bg--construction .p-service-archive__text h2 {
  color: #e1b004;
}

.c-bg--construction .p-service-archive__text:after {
  color: #e1b004;
}

.c-bg--construction .p-service-archive__text:before {
  border-color: #e1b004;
}

.c-text-link--arrow-right a::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-color: #ccc;
  content: "";
  vertical-align: middle;
}

*[class^=c-btn] {
  display: inline-block;
  position: relative;
}

.c-btn--white {
  padding: 0.5208333333vw 2.6041666667vw;
  border: 2px solid #0566d4;
  border-radius: 10rem;
  color: #0566d4;
  font-weight: 500;
  font-size: clamp(14px, 0.8333vw, 16px);
}

.c-btn--grad {
  /* グラデーションよりも上に配置 */
  display: inline-block;
  /* static以外を指定 */
  z-index: 0;
  position: relative;
  padding: 0.5208333333vw 2.6041666667vw;
  /* 背景を透明にする */
  overflow: hidden;
  border-radius: 10rem;
  /* inline以外にする */
  background: transparent;
  color: #fff;
  font-size: clamp(13px, 0.78vw, 15px);
  /* はみ出した部分を非表示(角丸を付ける場合は必須) */
  cursor: pointer;
  /* カーソルをポインターにする */
  /* ::before, ::afterで2種類のグラデーションを用意 */
  /* グラデーション1 */
  /* グラデーション2 */
  /* ホバー時にグラデーション1を透明にする */
}

.c-btn--grad::before,
.c-btn--grad::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.c-btn--grad::before {
  /* アニメーション実行時間 */
  z-index: -1;
  background: linear-gradient(135deg, #50cadc 0%, #0566d4 100%);
  transition: all 0.6s;
}

.c-btn--grad::after {
  z-index: -2;
  background: linear-gradient(135deg, #0566d4 0%, #50cadc 100%);
}

.c-btn--grad:hover::before {
  opacity: 0;
}

.c-btn--grad2 {
  padding: 0.5208333333vw 2.6041666667vw;
  border-radius: 10rem;
  background: linear-gradient(to right, #d1edf8 0%, #f9e4e7 100%);
  color: #fff;
  font-size: clamp(13px, 0.78vw, 15px);
}

.c-btn--line {
  min-width: 16.6666666667vw;
  padding: 1.0416666667vw 2.6041666667vw;
  border: 2px solid #1e2380;
  border-radius: 10rem;
  background: transparent;
  color: #1e2380;
  font-weight: 500;
  font-size: clamp(14px, 0.8333vw, 16px);
  letter-spacing: 0.1rem;
  text-align: center;
  transition: 0.5s;
}

.c-btn--line:focus:focus {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

a {
  transition: 0.5s;
}

a:hover {
  opacity: 0.8;
}

.c-cate--line {
  display: inline-block;
  padding: 0.2rem 5rem;
  border: 1px solid #0566d4;
  color: #0566d4;
  font-size: clamp(10px, 0.625vw, 12px);
}

.c-cv {
  padding: 0 5%;
  background-image: url("/-/Media/Ricoh/Sites/co_jp/special/rc-eventhub/img/cv_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #111;
}

.c-cv .l-container {
  padding: 0;
}

.c-cv--list {
  position: relative;
  height: 20rem;
}

.c-cv--list ul {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.c-cv--list ul li {
  width: 50%;
}

.c-cv--list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  border: 5px solid #05b2fa;
  border-radius: 10px 0 0 10px;
  background: #05b2fa;
  color: #fff;
  font-weight: 600;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1;
  text-align: center;
}

.c-cv--list ul li a:hover {
  background: #fff;
  color: #05b2fa;
  opacity: 1;
}

.c-cv--list ul li a:hover ::after {
  transform: translateX(5px) rotate(45deg);
  opacity: 1;
}

.c-cv--list ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-cv--list ul li a span::after {
  display: inline-block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-left: 2rem;
  transform: rotate(45deg);
  border-top: 3px solid;
  border-right: 3px solid;
  border-radius: 1px;
  content: "";
}

.c-cv--list ul li:nth-child(2) a {
  border: 5px solid #cf142b;
  border-radius: 0 10px 10px 0;
  background: #cf142b;
}

.c-cv--list ul li:nth-child(2) a:hover {
  background: #fff;
  color: #cf142b;
  opacity: 1;
  transition: 0.5s;
}

.c-cv--list ul li:nth-child(2) a:hover ::after {
  transform: translateX(5px) rotate(45deg);
  opacity: 1;
}

.c-figure {
  margin: 6rem 0 0;
  text-align: center;
}

*[class^=c-img-box] {
  margin-bottom: 4rem;
  overflow: hidden;
}

*[class^=c-img-box] img {
  max-width: 44%;
}

*[class^=c-img-box]+* {
  overflow: hidden;
}

.c-img-box--l__item,
.c-img-box--l img {
  max-width: 44%;
  margin-right: 4rem;
  float: left;
}

.c-img-box--r__item,
.c-img-box--r img {
  max-width: 44%;
  margin-left: 4rem;
  float: right;
}

.c-img-box--half {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
  gap: 8%;
}

.c-img-box--half__item {
  width: 46%;
  max-width: 46%;
  text-align: center;
}

.c-img-box--half__item img {
  display: block;
  max-width: 100%;
  margin: 0 auto 0.5rem;
}

.c-list--disc li {
  padding-left: 1em;
  line-height: 1.6;
  text-indent: -1em;
}

.c-list--disc li::before {
  padding-right: 1rem;
  content: "・";
}

.c-list--disc li+li {
  margin-top: 0.5em;
}

.c-list--indent li {
  padding-left: 2em;
  font-size: clamp(13px, 0.78vw, 15px);
  text-indent: -2em;
}

.c-list--indent li+li {
  margin-top: 0.5em;
}

/*========= モーダル表示のためのCSS ===============*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-wrapper .modaal-close {
  position: absolute;
  border-radius: 50%;
  background: #1e2380;
}

.modaal-close:after,
.modaal-close:before {
  background: #fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.modaal-container {
  border: 15px solid #d5effa;
  border-radius: 2rem;
  text-align: center;
}

.modaal-content-container {
  padding: 10rem 8rem 8rem;
}

.modaal-content-container h2 {
  margin-bottom: 5rem;
  color: #333333;
  font-size: clamp(24px, 1.562vw, 30px);
}

.modaal-content-container h2 span {
  color: #05b2fa;
  font-size: clamp(32px, 2.5vw, 50px);
}

.modaal-content-container h2::after {
  content: none;
}

.modaal-content-container .popup--list__img {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
}

.modaal-content-container .popup--list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  gap: 2rem;
}

.modaal-content-container .popup--list ul li {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: calc((100% - 6rem) / 4);
  gap: 1rem;
}

.modaal-content-container .popup--list ul li p {
  margin: auto;
}

.popup--equipment-list {
  margin-top: 4rem;
  padding: 2rem;
  background: #f1f1f1;
  text-align: left;
}

.popup--equipment-list h3 {
  display: inline-block;
  padding: 0 1rem;
  background: #1e2380;
  color: #fff;
}

.popup--equipment-list li {
  margin-left: 3rem;
  list-style: disc;
}

.c-page-top {
  position: fixed;
  right: 1.0416666667vw;
  bottom: 5.2083333333vw;
}

.c-page-top a {
  position: relative;
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
  background: #fff;
  box-shadow: 1rem 0 2rem rgba(1, 120, 228, 0.2);
  transition: 0.3s all;
}

.c-page-top a::before {
  display: block;
  position: absolute;
  content: "";
}

.c-page-top a:focus:focus {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

.c-text-link--arrow-right a,
.c-text-link a {
  color: #cf142b;
}

@includer hover {

  .c-text-link--arrow-right a,
  .c-text-link a {
    color: #cf142b;
    text-decoration: none;
  }
}

.c-text-link a {
  transition: 0.3s all;
}

.c-text-link--arrow-right a {
  display: block;
  position: relative;
  padding-left: 2rem;
  font-weight: 500;
}

.c-text-link--arrow-right a::before {
  border-color: #cf142b;
}

.c-text-link--underline {
  text-decoration: underline;
}

.c-text-link--underline:focus {
  text-decoration: none;
}

.c-title--copy {
  margin-bottom: 2.6041666667vw;
  color: #1e2380;
  font-size: clamp(20px, 1.875vw, 36px);
  line-height: 1.6;
}

.c-title--en {
  margin-bottom: 1.5625vw;
  color: #111;
  font-size: clamp(16px, 1.046vw, 20px);
  line-height: 1.6;
}

.c-title--en span {
  display: block;
  color: #54bccf;
  font-style: italic;
  font-weight: normal;
  font-size: clamp(32px, 3.125vw, 60px);
  letter-spacing: 1px;
}

.c-title--service-feature {
  text-align: center;
}

.c-title--service-feature h2 {
  margin-bottom: 1.0416666667vw;
  font-size: clamp(24px, 1.562vw, 30px);
}

.c-title--service-feature h2 span {
  display: block;
  font-size: clamp(16px, 1.046vw, 20px);
}

.c-title--service-feature .en {
  color: #54bccf;
  font-style: italic;
  font-size: clamp(14px, 0.8333vw, 16px);
  letter-spacing: 2px;
}

.c-title--service-archive {
  padding-top: 4.1666666667vw;
  border-top: 1px solid #ccc;
  font-weight: bold;
  font-size: clamp(16px, 1.046vw, 20px);
  text-align: center;
}

.c-title--service {
  font-style: italic;
  font-weight: 100;
  font-size: clamp(16px, 0.9375vw, 18px);
  letter-spacing: 2px;
}

.c-title--service img {
  display: block;
  margin: 0 auto 10px;
}

.c-title--service h2 {
  margin-bottom: 1.0416666667vw;
  font-style: normal;
  font-size: clamp(28px, 2.083vw, 40px);
}

.p-download {
  padding: 0 5%;
}

.p-download .l-container {
  padding: 6rem 0;
}

.p-download--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5rem;
  border: 5px solid #f1f1f1;
  border-radius: 20px;
}

.p-download--flex__txtblock {
  width: 61%;
}

.p-download--flex__img {
  width: 39%;
  text-align: center;
}

.p-download--flex__title {
  margin-bottom: 3rem;
  color: #cf142b;
  font-weight: 600;
  font-size: clamp(18px, 1.354vw, 26px);
  line-height: 1.4;
}

.p-download--flex__txt {
  margin-bottom: 3rem;
  font-weight: 600;
}

.p-download--flex__btn {
  width: 33rem;
}

.p-download--flex__btn a {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.4rem 0;
  border: 3px solid #cf142b;
  border-radius: 9999px;
  color: #cf142b;
  font-weight: 700;
  font-size: clamp(16px, 1.046vw, 20px);
  text-align: center;
}

.p-download--flex__btn a span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.p-download--flex__btn a span::after {
  display: inline-block;
  width: 0.6770833333vw;
  height: 0.6770833333vw;
  margin-left: 1.2rem;
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
  transition: all 0.4s;
}

.p-download--flex__btn a:hover {
  background: #cf142b;
  color: #fff;
  opacity: 1;
}

.p-faq {
  padding: 0 5%;
  background: linear-gradient(to right, #d1edf8 0%, #f9e4e7 100%);
}

.p-faq .l-container {
  padding: 11rem 0 11.5rem;
}

.p-faq--list__item {
  border-radius: 20px;
  background: #fff;
}

.p-faq--list__item+.p-faq--list__item {
  margin-top: 1.5rem;
}

.p-faq--list__question {
  display: flex;
  position: relative;
  padding: 3.5rem 6rem 3.5rem 3.5rem;
}

.p-faq--list__question p {
  font-weight: 700;
  font-size: clamp(16px, 1.046vw, 20px);
}

.p-faq--list__question span {
  margin-right: 2.5rem;
  color: #cf142b;
  font-weight: 700;
  font-size: clamp(24px, 1.77vw, 35px);
  line-height: 1;
}

.p-faq--list__question:before {
  position: absolute;
  top: 48%;
  right: 20px;
  width: 30px;
  height: 2px;
  background: #656766;
  content: "";
  transition: 0.3s;
}

.p-faq--list__question:after {
  position: absolute;
  top: 48%;
  right: 20px;
  width: 30px;
  height: 2px;
  transform: rotate(-90deg);
  background: #656766;
  content: "";
  transition: 0.3s;
}

.p-faq--list__answer {
  display: flex;
  margin: 0 3.5rem;
  padding: 3.5rem 0;
  border-top: 1px solid #f1f1f1;
}

.p-faq--list__answer p {
  font-weight: 500;
  font-size: clamp(14px, 0.8333vw, 16px);
}

.p-faq--list__answer span {
  margin-right: 2.5rem;
  color: #05b2fa;
  font-weight: 700;
  font-size: clamp(24px, 1.77vw, 35px);
  line-height: 1;
}

.p-faq--list__item.is-open .p-faq--list__question:after {
  transform: rotate(0deg);
}

.p-feature-reason-cnt {
  background: url(/assets/img/feature-reason_bg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-feature-reason-cnt__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
  gap: 1rem;
}

.p-feature-reason-cnt__text {
  padding: 4rem 3rem;
}

.p-feature-reason-cnt__text h3 {
  margin-bottom: 1.5625vw;
  text-align: center;
}

.p-feature-reason-cnt__list {
  visibility: hidden;
  width: 32%;
  transform: translateY(3rem);
  box-shadow: 0rem 0.5rem 2rem rgba(1, 120, 228, 0.2);
  opacity: 0;
  transition: 1s;
}

.p-flow {
  padding: 0 5%;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/rc-eventhub/img/flow_bg.png);
}

.p-flow .l-container {
  padding: 11.5rem 0 10.5rem;
}

.p-flow--list li {
  padding: 2rem;
  border: 5px solid #f1f1f1;
  border-radius: 20px;
  background: #fff;
}

.p-flow--list li+li {
  margin-top: 1rem;
}

.p-flow--list__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-flow--list__img {
  position: relative;
  width: 13.2%;
  max-height: 90px;
  padding-top: 90px;
  overflow: hidden;
  border-radius: 10px;
}

.p-flow--list__img img {
  -o-object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.p-flow--list__txtblock {
  width: calc(86.8% - 2.5rem);
}

.p-flow--list__title {
  font-weight: 500;
  font-size: clamp(18px, 1.354vw, 27px);
}

.p-flow--list__title span {
  color: #cf142b;
  font-weight: 700;
  font-size: clamp(24px, 1.77vw, 35px);
}

.p-flow--list__title strong {
  font-weight: 700;
}

.p-footer-cta {
  visibility: hidden;
  transform: translateY(3rem);
  background: #eee;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: 1s;
}

.p-footer-cta .c-title--en {
  text-align: center;
}

.p-footer-cta .l-container {
  padding: 4.1666666667vw 0;
}

.p-footer-cta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}

.p-footer-cta ul li {
  width: 26.0416666667vw;
}

.p-footer-cta ul li .c-btn--grad {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0;
  font-weight: bold;
  font-size: clamp(16px, 1.046vw, 20px);
}

.p-footer-cta ul li i {
  margin: -5px 2rem 0 0px;
}

.p-footer-cta__tel {
  padding: 2rem;
  font-size: clamp(14px, 0.8333vw, 16px);
  letter-spacing: 2px;
  text-align: center;
}

.p-footer-cta__tel a {
  display: block;
  font-weight: 500;
  font-size: clamp(26px, 1.978vw, 38px);
  line-height: 1;
}

.p-footer-nav {
  visibility: hidden;
  transform: translateY(3rem);
  border-left: 1px solid #ccc;
  opacity: 0;
  transition: 1s;
}

.p-footer-nav__logo {
  width: 20%;
  margin-bottom: 2.6041666667vw;
}

.p-footer-nav a {
  color: #1e2380;
  font-weight: bold;
  font-size: clamp(13px, 0.78vw, 15px);
}

.p-footer-nav .l-container {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  padding: 3.125vw 0;
  gap: 0;
}

.p-footer-nav__copyright {
  padding: 3rem 0;
  background: #0566d4;
  color: #fff;
  font-size: clamp(10px, 0.625vw, 12px);
  text-align: center;
}

.p-footer-nav nav {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  justify-content: center;
  width: 60%;
  gap: 0;
  gap: 5rem;
}

.p-footer-nav__list {
  width: calc(25% - 1.5625vw);
}

.p-footer-nav__list:nth-of-type(2) {
  width: calc(50% - 1.5625vw);
}

.p-footer-nav__list+.p-footer-nav__list {
  margin-left: 30px;
  padding-left: 30px;
}

.p-footer-nav__list li ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
  gap: 0;
}

.p-footer-nav__list li ul li {
  width: 48%;
}

.p-footer-nav__list li ul li a {
  color: #1e2380;
  font-weight: normal;
  font-size: 14px;
}

.p-footer-nav__list li ul li a:before {
  content: "- ";
  color: #0566d4;
}

.p-footer-nav__list+.p-footer-nav__list {
  margin-left: 1.5625vw;
  padding-left: 1.5625vw;
  border-left: 1px solid #0e11551a;
}

.p-footer-nav__list+.p-footer-nav__list>ul>li:nth-of-type(1) {
  margin-top: 0;
}

.p-footer-nav__list>ul>li>a:before {
  display: inline-block;
  width: 1.8rem;
  height: 1.1rem;
  margin-right: 0.8rem;
  background: url(/assets/img/footer-nav_icon.png);
  content: "";
}

.p-footer-nav__list>ul>li>a:before>ul>li {
  margin-top: 0.78125vw;
}

.p-footer-nav__list>ul>li>a:before li {
  display: flex;
}

.p-footer-nav__list>ul>li>a:before dl {
  margin-left: 2rem;
}

.p-footer-nav dt {
  margin-bottom: 1rem;
  color: #1e2380;
}

.p-footer-nav dt:before {
  content: "－ ";
  color: #0566d4;
}

.p-footer-nav dd {
  margin-left: 2rem;
}

.p-footer-nav dd a {
  font-weight: normal;
  font-size: clamp(12px, 0.729vw, 14px);
}

.p-footer-nav li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.p-footer-nav:nth-of-type(1) {
  border-left: none;
}

.p-header {
  visibility: hidden;
  transform: translateY(3rem);
  background: #fff;
  opacity: 0;
  transition: 1s;
}

.p-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  justify-content: space-between;
  height: 100%;
  gap: 0;
}

.p-header__logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  min-height: 70px;
  gap: 0;
}

.p-header__logo a:focus {
  opacity: 0.7;
  transition: 0.3s;
}

.p-header__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.p-header__nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 0;
}

.p-header__nav ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  gap: 0;
}

.p-header__nav ul li+li {
  margin-left: 1rem;
}

.p-header__nav ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  min-width: 20rem;
  padding: 1.2rem 2rem;
  border: 2px solid #cf142b;
  border-radius: 9999px;
  background: #cf142b;
  color: #fff;
  font-weight: 500;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1;
  text-align: center;
}

.p-header__nav ul li a:hover {
  background: #fff;
  color: #cf142b;
  opacity: 1;
}

.p-header__nav ul li a.blue {
  border: 2px solid #05b2fa;
  background: #05b2fa;
}

.p-header__nav ul li a.blue:hover {
  background: #fff;
  color: #05b2fa;
  opacity: 1;
}

.p-header__nav ul li a span {
  line-height: 1;
}

.p-header__nav ul li a span::after {
  display: inline-block;
  width: 0.625vw;
  height: 0.625vw;
  margin-left: 1rem;
  transform: rotate(45deg);
  border-top: 3px solid;
  border-right: 3px solid;
  border-radius: 1px;
  content: "";
  transition: all 0.4s;
}

.p-practical .l-container {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0 0;
}

.p-practical--list {
  background: #000;
}

.p-practical--list ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}

.p-practical--list ul li {
  position: relative;
  width: 25%;
}

.p-practical--list__title {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 1.25vw, 23px);
  text-align: center;
}

.p-practical--list__img {
  position: relative;
  width: 100%;
  min-height: 30rem;
  overflow: hidden;
  background: #000;
}

.p-practical--list__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: none;
  min-height: 3rem;
  max-height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.p-service {
  padding: 0 5%;
  overflow: hidden;
}

.p-service .l-container {
  padding: 11.5rem 0 10rem;
}

.p-service--copy {
  margin-bottom: 4rem;
  text-align: center;
}

.p-service--copy p {
  font-weight: 700;
  font-size: clamp(16px, 0.9375vw, 18px);
}

.p-service--list {
  position: relative;
}

.p-service--list::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: -7rem;
  width: 100vw;
  min-height: 26rem;
  transform: translate(0, -50%) rotate(180deg);
  border-radius: 0 20px 20px 0;
  background: linear-gradient(to right, #d1edf8 0%, #f9e4e7 100%);
  content: "";
}

.p-service--list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.p-service--list ul li {
  width: calc((100% - 4rem) / 3);
}

.p-service--list__item {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  border: 5px solid #f1f1f1;
  border-radius: 20px;
  background: #fff;
}

.p-service--list__img {
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
}

.p-service--list__img img {
  display: inline-block;
  border-radius: 20px;
}


.p-service--list__title {
  margin-bottom: 2rem;
  color: #cf142b;
  font-weight: 700;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.6;
  text-align: center;
}

.p-service--list__txt p {
  font-weight: 500;
}

.p-service--list__txt p+p {
  margin-top: 2rem;
}

.p-support {
  position: relative;
  padding: 0 5%;
  text-align: center;
}

.p-support::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 50rem;
  transform: translate(-50%, 0);
  background-image: url("/-/Media/Ricoh/Sites/co_jp/special/webinar-equipment/img/support_bg.png");
  background-color: #000;
  content: "";
}

.p-support .l-container {
  width: 1000px;
  padding: 12rem 0 11rem;
}

.p-support h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 4.5rem;
  padding-top: 3rem;
  color: #fff;
  font-size: clamp(20px, 1.875vw, 36px);
  line-height: 1.6;
}

.p-support h2::after {
  position: absolute;
  top: 0;
  left: 0;
}

.p-support--list {
  text-align: left;
}

.p-support--list ul li+li {
  margin-top: 3rem;
}

.p-support--list__item {
  position: relative;
  padding: 3rem 0 3rem 6.2rem;
  border: 5px solid #f1f1f1;
  border-radius: 20px;
  background: #fff;
}

.p-support--list__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-support--list__flex {
    flex-wrap: wrap;
  }
}

.p-support--list__img {
  display: flex;
  position: relative;
  align-items: center;
  width: 30.5%;
  position: sticky;
  top: 90px;
}

.p-support--list img {
  max-width: 100%;
  border-radius: 20px;
  margin: 0 auto;
}

.p-support--list__tag {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -12px;
  padding: 0.9rem 0.7rem 0.8rem 2.5rem;
  transform: translate(0, -50%);
  background: #1e2380;
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 1.354vw, 27px);
  line-height: 1;
}

.p-support--list__txtblock {
  display: flex;
  position: relative;
  flex-flow: column;
  width: 66.5%;
}

.p-support--list__subtitle {
  margin-bottom: 2.5rem;
  padding-right: 5rem;
  color: #cf142b;
  font-weight: 700;
  font-size: clamp(18px, 1.354vw, 25px);
}

.p-support--info {
  text-align: center;
}

.p-support--info__txt div {
  margin: 6rem auto;
  font-weight: 500 !important;
  font-size: clamp(16px, 1.046vw, 20px);
  line-height: 1.6;
}

.p-thought {
  z-index: -2;
  position: relative;
  padding: 0 5%;
  overflow: hidden;
  background: linear-gradient(to right, #d1edf8 0%, #f9e4e7 100%);
}

.p-thought .l-container {
  padding: 10.5rem 0 11.5rem;
}

.p-thought--copy {
  margin-bottom: 4rem;
  text-align: center;
}

.p-thought--copy h3 {
  display: inline-block;
  padding: 0 1.5rem;
  background: #cf142b;
  color: #fff;
  font-weight: 700;
  font-size: clamp(30px, 2.083vw, 45px);
  line-height: 1.6;
}

.p-thought--cont {
  z-index: 1;
  padding: 6.5rem 0;
}

.p-thought--txt {
  width: 55%;
  margin: 0 auto;
  padding: 6rem 8rem;
  border-radius: 20px;
  background: #fff;
}

.p-thought--img {
  z-index: -1;
  position: absolute;
  top: 53%;
  left: 50%;
  width: 1750px;
  transform: translate(-50%, -50%);
}

.u-mt--10 {
  margin-top: 1rem;
}

.u-mb--10 {
  margin-bottom: 1rem;
}

.u-mr--10 {
  margin-right: 1rem;
}

.u-ml--10 {
  margin-left: 1rem;
}

.u-mt--20 {
  margin-top: 2rem;
}

.u-mb--20 {
  margin-bottom: 2rem;
}

.u-mr--20 {
  margin-right: 2rem;
}

.u-ml--20 {
  margin-left: 2rem;
}

.u-mt--30 {
  margin-top: 3rem;
}

.u-mb--30 {
  margin-bottom: 3rem;
}

.u-mr--30 {
  margin-right: 3rem;
}

.u-ml--30 {
  margin-left: 3rem;
}

.u-mt--40 {
  margin-top: 4rem;
}

.u-mb--40 {
  margin-bottom: 4rem;
}

.u-mr--40 {
  margin-right: 4rem;
}

.u-ml--40 {
  margin-left: 4rem;
}

.u-mt--50 {
  margin-top: 5rem;
}

.u-mb--50 {
  margin-bottom: 5rem;
}

.u-mr--50 {
  margin-right: 5rem;
}

.u-ml--50 {
  margin-left: 5rem;
}

.u-mt--60 {
  margin-top: 6rem;
}

.u-mb--60 {
  margin-bottom: 6rem;
}

.u-mr--60 {
  margin-right: 6rem;
}

.u-ml--60 {
  margin-left: 6rem;
}

.u-mt--70 {
  margin-top: 7rem;
}

.u-mb--70 {
  margin-bottom: 7rem;
}

.u-mr--70 {
  margin-right: 7rem;
}

.u-ml--70 {
  margin-left: 7rem;
}

.u-mt--80 {
  margin-top: 8rem;
}

.u-mb--80 {
  margin-bottom: 8rem;
}

.u-mr--80 {
  margin-right: 8rem;
}

.u-ml--80 {
  margin-left: 8rem;
}

.u-mt--90 {
  margin-top: 9rem;
}

.u-mb--90 {
  margin-bottom: 9rem;
}

.u-mr--90 {
  margin-right: 9rem;
}

.u-ml--90 {
  margin-left: 9rem;
}

.u-mt--100 {
  margin-top: 10rem;
}

.u-mb--100 {
  margin-bottom: 10rem;
}

.u-mr--100 {
  margin-right: 10rem;
}

.u-ml--100 {
  margin-left: 10rem;
}

.u-mt--110 {
  margin-top: 11rem;
}

.u-mb--110 {
  margin-bottom: 11rem;
}

.u-mr--110 {
  margin-right: 11rem;
}

.u-ml--110 {
  margin-left: 11rem;
}

.u-mt--120 {
  margin-top: 12rem;
}

.u-mb--120 {
  margin-bottom: 12rem;
}

.u-mr--120 {
  margin-right: 12rem;
}

.u-ml--120 {
  margin-left: 12rem;
}

.u-mt--10 {
  margin-top: 1rem;
}

.u-mb--10 {
  margin-bottom: 1rem;
}

.u-mr--10 {
  margin-right: 1rem;
}

.u-ml--10 {
  margin-left: 1rem;
}

.u-mt--20 {
  margin-top: 2rem;
}

.u-mb--20 {
  margin-bottom: 2rem;
}

.u-mr--20 {
  margin-right: 2rem;
}

.u-ml--20 {
  margin-left: 2rem;
}

.u-mt--30 {
  margin-top: 3rem;
}

.u-mb--30 {
  margin-bottom: 3rem;
}

.u-mr--30 {
  margin-right: 3rem;
}

.u-ml--30 {
  margin-left: 3rem;
}

.u-mt--40 {
  margin-top: 4rem;
}

.u-mb--40 {
  margin-bottom: 4rem;
}

.u-mr--40 {
  margin-right: 4rem;
}

.u-ml--40 {
  margin-left: 4rem;
}

.u-mt--50 {
  margin-top: 5rem;
}

.u-mb--50 {
  margin-bottom: 5rem;
}

.u-mr--50 {
  margin-right: 5rem;
}

.u-ml--50 {
  margin-left: 5rem;
}

.u-mt--60 {
  margin-top: 6rem;
}

.u-mb--60 {
  margin-bottom: 6rem;
}

.u-mr--60 {
  margin-right: 6rem;
}

.u-ml--60 {
  margin-left: 6rem;
}

.u-mt--70 {
  margin-top: 7rem;
}

.u-mb--70 {
  margin-bottom: 7rem;
}

.u-mr--70 {
  margin-right: 7rem;
}

.u-ml--70 {
  margin-left: 7rem;
}

.u-mt--80 {
  margin-top: 8rem;
}

.u-mb--80 {
  margin-bottom: 8rem;
}

.u-mr--80 {
  margin-right: 8rem;
}

.u-ml--80 {
  margin-left: 8rem;
}

.u-mt--90 {
  margin-top: 9rem;
}

.u-mb--90 {
  margin-bottom: 9rem;
}

.u-mr--90 {
  margin-right: 9rem;
}

.u-ml--90 {
  margin-left: 9rem;
}

.u-mt--100 {
  margin-top: 10rem;
}

.u-mb--100 {
  margin-bottom: 10rem;
}

.u-mr--100 {
  margin-right: 10rem;
}

.u-ml--100 {
  margin-left: 10rem;
}

.u-mt--110 {
  margin-top: 11rem;
}

.u-mb--110 {
  margin-bottom: 11rem;
}

.u-mr--110 {
  margin-right: 11rem;
}

.u-ml--110 {
  margin-left: 11rem;
}

.u-mt--120 {
  margin-top: 12rem;
}

.u-mb--120 {
  margin-bottom: 12rem;
}

.u-mr--120 {
  margin-right: 12rem;
}

.u-ml--120 {
  margin-left: 12rem;
}

.u-margin--auto {
  margin-right: auto;
  margin-left: auto;
}

.u-text--center {
  text-align: center;
}

.u-text--left {
  text-align: left;
}

.u-text--right {
  text-align: right;
}

.u-sp {
  display: none;
}

.u-sp {
  display: none;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none !important;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none !important;
  text-align: center;
}

.lity-wrap:before {
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  content: "";
  vertical-align: middle;
}

.lity-loader {
  z-index: 9991;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.8em;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  display: inline-block;
  z-index: 9992;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
}

.lity-close {
  -webkit-appearance: none;
  z-index: 9994;
  position: fixed;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-family: Arial, Baskerville, monospace;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.lity-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-family: Arial, Baskerville, monospace;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  display: block;
  max-width: 100%;
  border: 0;
  line-height: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  transform: translateZ(0);
  pointer-events: auto;
}

.lity-iframe-container iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-hide {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../../img/slick.woff") format("woff"), url("./fonts/../../img/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-family: "slick";
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-family: "slick";
  opacity: 1;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[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;
}

.js-slide {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.js-slide.slick-initialized {
  opacity: 1;
}

@media screen and (min-width: 769px) {

  a:hover,
  a:active {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 7rem;
  }

  .l-container.l-container-servicelist {
    padding-top: 3vw !important;
  }

  .l-footer .l-container {
    padding: 6.5rem 5%;
  }

  .l-footer__btn {
    width: 100%;
  }

  .l-footer__btn a span::after {
    width: 3.125vw;
    height: 3.125vw;
  }

  .l-header {
    padding: 0;
  }

  .c-btn--line {
    min-width: 80%;
  }

  .c-cv--list {
    height: 4rem;
  }

  .c-cv--list ul li a {
    padding: 2rem 1rem;
    line-height: 1.4;
  }

  .c-cv--list ul li a span::after {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin-left: 1rem;
  }

  *[class^=c-img-box] img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2rem;
    float: none;
  }

  .c-img-box--l__item,
  .c-img-box--l img {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }

  .c-img-box--r__item,
  .c-img-box--r img {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }

  .c-img-box--half__item {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }

  .modaal-wrapper .modaal-close {
    top: 10px;
    right: 10px;
  }

  .modaal-content-container {
    padding: 6rem 1rem 1rem;
  }

  .modaal-content-container h2 {
    margin-bottom: 1rem;
  }

  .modaal-content-container .popup--list ul {
    margin-top: 2rem;
  }

  .modaal-content-container .popup--list ul li {
    width: calc((100% - 2rem) / 2);
  }

  .c-page-top {
    right: 5%;
    bottom: 1.0416666667vw;
  }

  .c-page-top a {
    width: 3rem;
    height: 3rem;
  }

  .c-text-link--arrow-right a {
    margin-left: 0;
  }

  .p-case--list ul {
    margin-top: 4rem;
  }

  .p-case--list ul li {
    width: 100%;
  }

  .p-case--list__txtblock {
    width: 100%;
  }

  .p-case--list__title {
    padding: 0 5%;
  }

  .p-case--list__txt {
    position: initial;
    width: 100%;
    padding: 0 5%;
  }

  .p-case--list__txt ul li {
    width: auto;
  }

  .p-download--flex {
    padding: 2rem;
  }

  .p-download--flex__txtblock {
    order: 2;
    width: 100%;
    margin-top: 2rem;
  }

  .p-download--flex__img {
    order: 1;
    width: 100%;
  }

  .p-download--flex__btn {
    width: 100%;
  }

  .p-download--flex__btn a span::after {
    width: 3.125vw;
    height: 3.125vw;
  }

  .p-faq--list__question {
    padding: 2rem 5rem 2rem 2rem;
  }

  .p-faq--list__question span {
    margin-right: 1rem;
  }

  .p-faq--list__question:before {
    right: 15px;
    width: 20px;
  }

  .p-faq--list__question:after {
    right: 15px;
    width: 20px;
  }

  .p-faq--list__answer {
    margin: 0 2rem 0;
    padding: 2rem 0;
  }

  .p-faq--list__answer span {
    margin-right: 1rem;
  }

  .p-feature-reason-cnt__list {
    width: 100%;
  }

  .p-flow--list__flex {
    text-align: center;
  }

  .p-flow--list__img {
    width: 100%;
    max-height: 100%;
    padding-top: 240px;
  }

  .p-flow--list__txtblock {
    width: 100%;
  }

  .p-footer-cta ul li .c-btn--grad {
    padding: 2.5rem 0;
  }

  .p-footer-cta ul li i {
    margin: 0 1rem 0 0px;
    vertical-align: text-bottom;
  }

  .p-footer-cta ul li {
    width: 90% !important;
  }

  .p-footer-nav__list:nth-of-type(2) {
    width: 100% !important;
  }

  .p-footer-nav__list {
    width: 100% !important;
    margin-top: 20px !important;
    border: none !important;
  }

  .p-header__inner {
    padding: 0 0 0 5%;
  }

  .p-header__logo {
    width: inherit;
    max-width: 30%;
  }

  .p-header__nav {
    max-width: 60%;
  }

  .p-header__nav nav {
    height: 100%;
  }

  .p-header__nav ul {
    height: 100%;
  }

  .p-header__nav ul li {
    width: 50%;
  }

  .p-header__nav ul li+li {
    margin-left: 0rem;
  }

  .p-header__nav ul li a {
    display: flex;
    align-items: center;
    min-width: auto;
    height: 100%;
    padding: 0 0.8rem;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .p-header__nav ul li a span::after {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    margin-left: 0.5rem;
  }

  .p-home-mv--conts {
    width: 90%;
  }

  .p-home-mv--conts__sub {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 0;
    font-size: clamp(16px, 0.9375vw, 18px);
  }

  .p-home-mv--conts h1 {
    margin-bottom: 9rem;
    padding-left: 0;
    font-size: clamp(28px, 2.083vw, 40px);
  }

  .p-home-mv--conts h1 span {
    font-size: clamp(28px, 2.083vw, 40px);
  }

  .p-home-mv--conts__img {
    max-height: 70%;
  }

  .p-practical--list ul li {
    width: 50%;
  }

  .p-practical--list__img {
    min-height: 10rem;
  }

  .p-practical--list__img img {
    min-width: 100%;
    max-width: none;
    min-height: none;
    max-height: none;
  }

  .p-reason-panel {
    position: relative;
  }

  .p-reason-panel:after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
  }

  .p-reason-panel__text {
    z-index: 2;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }

  .p-service--list::before {
    left: 30%;
    width: 70vw;
    min-height: 85%;
  }

  .p-service--list ul li {
    width: 100%;
  }

  .p-support--list ul li {
    padding: 0;
  }

  .p-support--list ul li:nth-of-type(2n) {
    padding: 0;
  }

  .p-support--list__item {
    padding: 3rem 0;
    line-height: 1.3;
    text-align: left;
  }

  .p-support--list__img {
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
    position: static;
  }

  .p-support--list__img img {
    margin: 0 !important;
    padding: 0 !important;
  }

  .p-support--list img {
    max-width: 100%;
    margin: 2rem auto;
    padding: 0 3rem;
    border-radius: 10px;
  }

  .p-support--list__tag {
    display: none;
  }

  .p-support--list__txtblock {
    width: 100%;
    padding-top: 1rem;
  }

  .p-support--list__title {
    position: initial;
    width: 90%;
    max-width: 380px;
    padding: 1rem 2rem 1rem 4rem;
    text-align: left;
    text-indent: -2rem;
  }

  .p-thought .l-container {
    padding: 10.5rem 0 20rem;
  }

  .p-thought--cont {
    padding: 0;
  }

  .p-thought--txt {
    width: 100%;
    padding: 2rem;
  }

  .p-thought--img {
    top: auto;
    bottom: 0;
    width: 100%;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  br.u-sp {
    display: inline;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  br.u-sp {
    display: inline;
  }
}

@media screen and (max-width: 1280px) {

  .p-header__inner,
  .l-container--p0,
  .l-container {
    width: 100%;
  }

  .l-container {
    box-sizing: border-box;
    padding: 7rem 5vw;
    padding-right: 5%;
    padding-left: 5%;
  }

  .l-container--p0 {
    box-sizing: border-box;
    padding: 3rem 5vw;
    padding-right: 5%;
    padding-left: 5%;
  }

  .p-footer-cta ul li {
    width: 45%;
  }

  .p-footer-nav .l-container {
    padding: 3.125vw 5%;
  }

  .p-footer-nav__list+.p-footer-nav__list {
    margin-left: 0;
  }

  .p-footer-nav__list {
    width: 25%;
    margin: 0;
    padding: 0 2%;
  }

  .p-footer-nav__list:nth-of-type(2) {
    width: 50%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-btn--line:focus:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }

  .c-btn--line:hover:focus {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }

  .c-page-top a:focus:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }

  .c-page-top a:hover:focus {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }

  .c-text-link--underline:hover {
    text-decoration: none;
  }

  .p-header__logo a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .c-btn--line:hover:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }

  .c-page-top a:hover:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
}

@media (max-width: 1020px) and (min-width: 768px) {

  .p-case--list__txtblock {
    width: 45%;
  }

  .p-case--list__txt {
    position: initial;
    width: 100%;
  }

  .p-home-mv--conts__img {
    max-height: 80%;
  }
}

.p-strength {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-strength__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.p-strength__item {
  width: calc((100% - 4rem) / 3);
  border: 5px solid #f1f1f1;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .p-strength__list {
    margin-top: 4rem;
  }

  .p-strength__item {
    width: 100%;
  }
}

.p-strength__item h3 {
  background: #cf142b;
  color: #fff;
  text-align: center;
  padding: 2rem 0 1.5rem;
  border-radius: 20px 20px 0 0;
}

.p-strength__list--wrap {
  padding: 2rem 0 0;
}

.p-strength__list--wrap h4 {
  text-align: center;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 700;
  color: #cf142b;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-strength__list--wrap {
    padding: 1rem 0 0;
  }

  .p-strength__list--wrap h4 {
    padding: 1rem 2rem 0;
    margin-bottom: 0;
  }

  .p-strength__list--wrap img {
    width: 100%;
  }
}

.p-strength__list--textArea {
  padding: 2rem 2rem 0;
}

@media screen and (max-width: 768px) {
  .p-strength__list--textArea {
    padding: 1rem 2rem;
  }
}

.p-strength__list--textArea p {
  text-align: center;
  font-weight: 700;
}

.p-strength__list--textArea ul {
  margin: 2rem 0;
}

@media screen and (max-width: 768px) {
  .p-strength__list--textArea ul {
    margin: 1rem 0;
  }
}

.p-strength__item .c-text-link--arrow-right {
  padding: 0 2rem 2rem;
}

.p-strength-popup__img {
  margin-bottom: 3rem;
}

.p-strength-popup__title {
  color: #05b2fa;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 3rem;
}

.p-strength-popup__title span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.p-strength-popup__h2 {
  margin-bottom: 3rem !important;
}

.p-strength-popup__link {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-strength-popup__link {
    flex-wrap: wrap;
  }
}

.p-strength-popup__link li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  gap: 0;
  width: 62%;
}

@media screen and (max-width: 768px) {
  .p-strength-popup__link li {
    width: 100%;
  }

  .p-strength-popup__link li p {
    font-size: 12px;
  }
}

.p-strength-popup__link li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  min-width: 20rem;
  padding: 2rem 1rem;
  border: 2px solid #cf142b;
  border-radius: 8px;
  background: #cf142b;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}

.p-strength-popup__link li a span::after {
  display: inline-block;
  width: 0.625vw;
  height: 0.625vw;
  margin-left: 1rem;
  transform: rotate(45deg);
  border-top: 3px solid;
  border-right: 3px solid;
  border-radius: 1px;
  content: "";
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .p-strength-popup__link li a span::after {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    margin-left: 0.5rem;
  }
}

.p-strength-popup__list {
  display: flex;
  justify-content: center;
  gap: 0 8rem;
  margin-top: 3rem;
}

.p-strength-popup__list li {
  width: 16rem;
}

.p-strength-popup__list li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}


@media screen and (max-width: 768px) {
  .p-strength-popup__list {
    width: 100%;
    gap: 1rem;
  }

  .p-strength-popup__list li {
    width: 30%;
  }

  .p-strength-popup__list li figure {
    height: 100px;
  }

  .p-strength-popup__list li figure img {
    width: 80%;
  }
}

.p-strength-popup__list li p {
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.p-strength-popup__listTitle {
  font-size: clamp(18px, 1.354vw, 26px);
  font-weight: 700;
  text-align: center;
  margin: 3rem 0 1rem;
}

.modaal-container {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif !important;
}


/* 230228 */
.p-home-mv {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/webinar-equipment/img/mv-bg);
}

@media screen and (max-width: 1466px) {
  .p-home-mv .l-container {
    box-sizing: border-box;
    padding: 7rem 5vw;
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 768px) {
  .p-home-mv .l-container {
    padding: 5rem 5vw;
  }
}

.p-home-mv__container {
  padding: 3rem 0;
  width: 1350px;
}

.p-home-mv__wrap {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .p-home-mv__wrap {
    flex-wrap: wrap;
    gap: 3rem;
  }

  .p-service .l-container {
    padding: 7rem 0;
  }
}

.p-home-mv__textArea {
  padding-top: 7vw;
}

@media screen and (max-width: 768px) {
  .p-home-mv__textArea {
    padding-top: 0
  }
}

.p-home-mv__textArea p {
  font-size: clamp(20px, 1.562vw, 30px);
  font-weight: bold;
  color: #fff;
  background: #cf142b;
  padding: 0 1rem;
  display: inline-block;
  margin-bottom: 2rem;
}

.p-home-mv__textArea h1 {
  font-size: clamp(26px, 2.5vw, 48px);
  font-weight: bold;
  line-height: 1.6;
}

.p-home-mv__textArea h1 .big {
  font-size: clamp(48px, 3.125vw, 60px);
  display: inline-block;
  line-height: 1.3;
}

.p-home-mv__textArea h1 .border {
  background: linear-gradient(transparent 60%, #f7e5e8 60%);
}

.p-onayami {
  background: #f1f1f1;
  position: relative;
}

.p-onayami h3 {
  text-align: center;
  font-size: clamp(18px, 1.354vw, 26px);
  color: #cf142b;
  font-weight: bold;
  margin-bottom: 3rem;
}

.p-onayami--list__word {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
  margin-right: 4rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-onayami--list__word {
    margin-right: 0;
    margin: 0 2rem;
  }
}

.p-onayami--list__word:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f1f1f1;
}

@media screen and (max-width: 768px) {
  .p-onayami--list__word:before {
    top: -30px;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f1f1f1;
  }
}

.p-onayami--list__word+div {
  margin-top: 15px;
}

.p-onayami--list__word h4 {
  font-size: clamp(18px, 1.046vw, 20px);
  line-height: 1.6;
  margin-bottom: 10px;
}

.p-onayami--list__word p {
  line-height: 1.6;
}

.p-onayami::after {
  z-index: 1px;
  position: absolute;
  bottom: -93px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, 0);
  border-width: 94px 157px 0 157px;
  border-style: solid;
  border-color: #f1f1f1 transparent transparent transparent;
  content: "";
}

.p-support__btn {
  margin: 0 auto 8rem;
}

.p-support--list__txt {
  padding-right: 5rem;
  padding-left: 4rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-support--list__txt {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.p-support--list__txt .c-text-link--arrow-right {
  margin-top: 2rem;
}

.p-variation {
  background: #F1F1F1;
}

.p-variation--list ul {
  display: flex;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .p-variation--list ul {
    flex-wrap: wrap;
    gap: 3rem;
  }
}

.p-variation--list li {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-variation--list li {
    width: 100%;
  }
}

.p-variation--list__item {
  padding: 4rem;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .p-variation--list__item {
    padding: 2rem;
  }
}

.p-variation--list li h3 {
  text-align: center;
  font-size: clamp(18px, 1.354vw, 26px);
  color: #cf142b;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.p-variation--list__inner {
  margin-bottom: 3rem;
}

.p-circle__btn span {
  display: inline-block;
}

.p-circle__btn {
  margin-top: auto;
}

.p-circle__btn a {
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  font-size: clamp(13px, 0.8333vw, 14px);
  padding: 10px;
  display: block;
  width: 100%;
  position: relative;
  border-radius: 50vh;
}

.p-circle__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  right: 4%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
  transition: 0.3s;
}

.p-circle__btn.case,
.p-circle__btn.white {
  margin-top: 4rem;
}

.p-circle__btn.rc a {
  background: #cf142b;
  padding: 10px 30px;
}

@media screen and (max-width: 768px) {
  .p-circle__btn.rc a {
    line-height: 1.4;
    padding: 10px;
  }

  .p-circle__btn.rc a span {
    display: block;
  }
}

.p-circle__btn.eh a {
  background: #05B2FA;
}

.p-circle__btn.case a {
  background: #fff;
  border: 2px solid #cf142b;
  display: inline-block;
  width: auto;
  color: #cf142b !important;
  padding: 6px 40px 6px 25px;
}

@media screen and (max-width: 768px) {
  .p-circle__btn.case a {
    width: 100%;
    padding: 10px 40px 10px 25px;
  }
}

.p-circle__btn.case a::after {
  border-top: 2px solid #cf142b;
  border-right: 2px solid #cf142b;
  right: 10%;
}

.p-circle__btn.white {
  display: inline-block;
  margin-right: 5rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-circle__btn.white {
    display: inline-block;
    margin-right: 3rem;
    margin-left: 3rem;
    text-align: center;
  }
}

.p-circle__btn.white a {
  background: #fff;
  color: #d7083b !important;
  width: fit-content;
  padding: 6px 40px 6px 25px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-circle__btn.white a {
    width: 100%;
    padding: 2rem 0;
    font-size: clamp(18px, 1.25vw, 23px);
  }
}

.p-circle__btn.white a::after {
  border-top: 2px solid #cf142b;
  border-right: 2px solid #cf142b;
  right: 10%;
}


.p-circle__btn a:hover::after {
  right: 3%;
}

.p-circle__btn.case a:hover::after,
.p-circle__btn.white a:hover::after {
  right: 8%;
}

.p-case {
  padding: 0 5%;
  background: linear-gradient(to right, #d1edf8 0%, #f9e4e7 100%);
}

.p-case .l-container {
  padding: 10rem 0 12rem;
}

.p-case--list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.p-case--list ul li {
  /*width: calc((100% - 2rem) / 2);*/
  width: 100%;
}

.p-case--list__item {
  padding: 14rem 5rem 5rem 5rem;
  border-radius: 20px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-case--list__item {
    padding: 14rem 3rem 3rem 3rem;
    border-radius: 10px;
  }

  .p-support--list__subtitle {
    padding: 0 2rem;
  }
}

.p-case--list__flex {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-case--list__flex {
    flex-direction: column-reverse;
  }
}

.p-case--list__img {
  width: 40%;
  flex-shrink: 1;
  overflow: hidden;
  text-align: right;
  border-radius: 20px;
}

.p-case--list__txtblock {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .p-case--list__img {
    width: 100%;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
  }

  .p-case--list__txtblock {
    width: 100%;
  }
}

.p-case--list__title {
  margin-bottom: 3rem;
  color: #cf142b;
  font-weight: 700;
  font-size: clamp(18px, 1.354vw, 26px);
  line-height: 1.6;
}

@media screen and (max-width: 768px) {

  .p-case--list__title,
  .p-case--list__txt {
    margin-bottom: 1rem;
    padding: 0;
  }
}

.p-case--list__txt ul {
  display: block;
  margin: 1rem 0;
  padding-left: 1rem;
  gap: 0;
}

.p-case--list__txt ul li {
  margin-left: 1.5rem;
  text-indent: -1.5rem;
}

.p-case--list__tag {
  position: absolute;
  left: 0;
  top: 5rem;
  background: #cf142b;
  color: #fff;
  font-weight: bold;
  padding: 15px 2rem 13px 2rem;
  border-radius: 0 50vh 50vh 0;
}

@media screen and (max-width: 768px) {
  .p-case--list__tag {
    top: 3rem;
    line-height: 1.4;
  }
}

.p-support h2 {
  font-size: clamp(20px, 1.875vw, 34px);
}

@media screen and (max-width: 768px) {
  .p-support h2 {
    font-size: clamp(20px, 1.875vw, 36px);
  }
}

/* 230529 */
.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-arrow {
  width: 60px;
  height: 60px;
  background: #f1f1f1;
  border-radius: 50%;
  z-index: 1;
}

.slick-arrow:hover {
  background: #f1f1f1;
}

.slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  right: 36%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1E2380;
  border-right: 2px solid #1E2380;
  transform: translateX(-50%) rotate(45deg);
}

.slick-prev::after {
  transform: translateX(-50%) rotate(-135deg);
  right: 33%;
}

.dl-bnr {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, #d1edf8 0%, #f9e4e7 100%);
  padding: 3rem;
  color: #000 !important;
  align-items: center;
}

.dl-bnr .dl-bnr__img {
  width: 40%;
}

.dl-bnr div {
  width: 57%;
}

.dl-bnr div h3 {
  font-size: clamp(18px, 1.354vw, 25px);
  font-weight: 700;
  margin-bottom: 1rem;
}

.dl-bnr__btn {
  color: #fff;
  background: #cf142b;
  padding: 10px 50px;
  border-radius: 50vh;
  text-align: center;
  font-weight: bold;
  font-size: clamp(13px, 0.8333vw, 14px);
  display: inline-block;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .dl-bnr {
    display: block;
  }

  .dl-bnr .dl-bnr__img,
  .dl-bnr div {
    width: 100%;
  }

  .dl-bnr div h3 {
    text-align: center;
  }

  .dl-bnr__btn {
    display: block;
  }
}
