@charset "UTF-8";
/**
 * @file
 * Olivero specific CSS overrides.
 */
.form-managed-file,
.form-managed-file.no-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.image-preview__img-wrapper img {
  width: 50px;
}

body.p-kupu-usecase,
body.p-kupu-usecase h1 {
  letter-spacing: 0;
}

.p-commerce .tp-breadcrumb {
  margin-top: 120px;
}

.p-commerce td p {
  margin-bottom: 0;
}

.p-privacy .tp-breadcrumb {
  margin-top: 120px;
}

.p-commerce .hero-header,
.p-privacy .hero-header {
  position: fixed !important;
}

.p-commerce footer a,
.p-privacy footer a {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-commerce .region a,
.p-privacy .region a {
  font-family: 'Noto Sans JP', sans-serif;
}

.p-nolift .tp-breadcrumb {
  margin-top: 21px;
}

@media (min-width: 1200px) {
  .p-nolift .container {
    width: 1170px;
  }
}
/* Login form */
body.p-login {
  background-color: #fff;
  background-image: none;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.p-login .l-contents {
  padding: 0;
}
body.p-login #main-wrapper {
  max-width: 350px;
  margin: 0 auto;
  padding: 0 20px;
}
body.p-login .c-header {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
body.p-login .c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.p-login .c-header__logo span {
  display: none;
}
body.p-login .c-header__logo img {
  width: 260px;
}
body.p-login .c-header img {
  width: 260px;
}
body.p-login .login-form__title {
  margin-bottom: 30px;
  text-align: center;
}
body.p-login .login-form__title span {
  display: inline-block;
  background: #fff;
  padding: 0 38px;
  position: relative;
  font-size: 16px;
}
body.p-login .login-form__title span:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
body.p-login .login-form__title span:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
}
body.p-login .login-form form {
  margin-top: 40px;
}
body.p-login .login-form input[type=text], body.p-login .login-form input[type=password] {
  max-width: 100%;
  height: 40px;
  min-height: 40px;
  border: 1px solid #000;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.p-login .login-form input:focus {
  outline-width: 0px;
  border-color: #0090FA;
}
body.p-login .login-form label {
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  line-height: 1;
}
body.p-login .login-form label:after {
  display: none;
}
body.p-login .login-form .form-item {
  margin: 0;
}
body.p-login .login-form__username {
  margin: 0 auto;
}
body.p-login .login-form__password {
  margin: 17px auto 10px;
  position: relative;
}
body.p-login .login-form__password #show_password {
  position: absolute;
  z-index: 3;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 28px;
  margin: 0;
}
body.p-login .login-form__password #show_password.ic-eye {
  background: url("images/icons/ic_eye.svg") no-repeat center;
  background-size: 100% auto;
}
body.p-login .login-form__password #show_password.ic-hide {
  background: url("images/icons/ic_hidden.svg") no-repeat center;
  background-size: 100% auto;
}
body.p-login .login-form__password input {
  position: relative;
  z-index: 1;
}
body.p-login .login-form__help_actions {
  text-align: left;
  max-width: 100%;
  font-size: 16px;
  margin: 0 auto;
}
body.p-login .login-form__help_actions a {
  color: #000;
  font-size: 14px;
}
body.p-login .login-form__help_actions a:hover {
  color: #0865a0;
  text-decoration: underline;
}
body.p-login .login-form__submit {
  margin: 57px auto 0;
}
body.p-login .login-form__submit .button {
  background: #ccc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  border-width: 0;
}
body.p-login .login-form__submit .button.is-done {
  background-color: #0865a0;
}

.p-login .error-message {
  background: rgba(255, 0, 0, 0.1);
  color: #f00;
  padding: 10px;
}

.p-login .error-message a {
  display: none;
}

/* forgot pw form */
body.p-login-password {
  background-color: #fff;
  background-image: none;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.p-login-password .l-contents {
  padding: 0;
}
body.p-login-password #main-wrapper {
  max-width: 350px;
  margin: 0 auto;
  padding: 0 20px;
}
body.p-login-password .c-header {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
body.p-login-password .c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.p-login-password .c-header__logo span {
  display: none;
}
body.p-login-password .c-header__logo img {
  width: 260px;
}
body.p-login-password .c-header img {
  width: 260px;
}
body.p-login-password .login-form__title {
  margin-bottom: 30px;
  text-align: center;
}
body.p-login-password .login-form__title span {
  display: inline-block;
  background: #fff;
  padding: 0 38px;
  position: relative;
  font-size: 16px;
}
body.p-login-password .login-form__title span:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
body.p-login-password .login-form__title span:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
}
body.p-login-password .login-form form {
  margin-top: 40px;
}
body.p-login-password .login-form input[type=text], body.p-login-password .login-form input[type=password] {
  max-width: 100%;
  height: 40px;
  min-height: 40px;
  border: 1px solid #000;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.p-login-password .login-form input:focus {
  outline-width: 0px;
  border-color: #0090FA;
}
body.p-login-password .login-form label {
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  line-height: 1;
}
body.p-login-password .login-form label:after {
  display: none;
}
body.p-login-password .login-form .form-item {
  margin: 0;
}
body.p-login-password .login-form__username {
  margin: 0 auto;
}
body.p-login-password .login-form__password {
  margin: 17px auto 10px;
  position: relative;
}
body.p-login-password .login-form__password #show_password {
  position: absolute;
  z-index: 3;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 28px;
  margin: 0;
}
body.p-login-password .login-form__password #show_password.ic-eye {
  background: url("images/icons/ic_eye.svg") no-repeat center;
  background-size: 100% auto;
}
body.p-login-password .login-form__password #show_password.ic-hide {
  background: url("images/icons/ic_hidden.svg") no-repeat center;
  background-size: 100% auto;
}
body.p-login-password .login-form__password input {
  position: relative;
  z-index: 1;
}
body.p-login-password .login-form__help_actions {
  text-align: left;
  max-width: 100%;
  font-size: 16px;
  margin: 0 auto;
}
body.p-login-password .login-form__help_actions a {
  color: #212121;
  font-size: 14px;
}
body.p-login-password .login-form__help_actions a:hover {
  color: #0865a0;
  text-decoration: underline;
}
body.p-login-password .login-form__help_actions p {
  font-size: 14px;
  color: #212121;
}
body.p-login-password .login-form__submit {
  margin: 57px auto 0;
}
body.p-login-password .login-form__submit .button {
  background-color: #0865a0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  border-width: 0;
}
body.p-login-password .login-form__submit .button.is-done {
  background-color: #0865a0;
}

.messages-list .messages-list__item {
  padding: 0;
  margin-top: 37px;
  background-color: #fff;
}

.messages-list .messages__container {
  padding: 10px;
  background: #7c7c7c;
}

.messages-list .messages__header {
  display: none;
}

.messages-list .messages__content {
  font-size: 14px;
  font-weight: 400;
}

.messages-list .messages__content a {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.p-login .messages-list .messages__content a {
  display: none;
}

.p-login .messages-list .messages__content a:hover {
  color: #0365a5;
}

.messages-list .messages__button {
  display: none;
}

.messages-list .messages--error .messages__container {
  background-color: rgba(255, 0, 0, 0.1);
  color: #dc2323;
}

.messages {
  min-height: initial;
  padding: 10px;
}

.messages--error, .messages--warning {
  background: rgba(255, 0, 0, 0.1);
  color: #f00;
}

.messages__icon {
  display: none;
}

.image-preview__img-wrapper {
  width: 50px;
}

.node-preview-form-select {
  padding: 20px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.node-preview-form-select a {
  padding: 5px 10px;
  font-size: 13px;
  border: 1px solid #0090FA;
  color: #fff;
  border-radius: 5px;
  color: #0090FA;
  text-decoration: none;
  text-transform: uppercase;
}

body.p-blog, body.p-column {
  width: 100%;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  body.p-blog, body.p-column {
    font-size: 1.3rem;
    -webkit-text-size-adjust: 100%;
  }
}
body.p-blog .l-contents, body.p-column .l-contents {
  -webkit-font-smoothing: auto;
}
body.p-blog h1, body.p-blog h2, body.p-blog h3, body.p-blog h4, body.p-blog h5, body.p-blog h6, body.p-blog p, body.p-blog span, body.p-blog strong, body.p-column h1, body.p-column h2, body.p-column h3, body.p-column h4, body.p-column h5, body.p-column h6, body.p-column p, body.p-column span, body.p-column strong {
  font-family: inherit;
}
body.p-blog .special-char, body.p-column .special-char {
  font-size: inherit;
  font-weight: inherit;
  font-family: "Noto Sans JP", sans-serif;
}

.p-blog .region a,
.p-column .region a {
  font-weight: 400;
  line-height: 20.48px;
  margin-right: 12px;
}
.p-blog .hero-header,
.p-column .hero-header {
  line-height: 20.48px;
}
.p-blog .hero-header .navbar .logo span,
.p-column .hero-header .navbar .logo span {
  display: inline-block;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  padding-left: 12px;
  padding-bottom: 3px;
  vertical-align: bottom;
  line-height: 20.48px;
}

.p-work-008 .section_achievements ul {
  gap: 16px 32px;
  max-width: 800px;
}
@media only screen and (max-width: 600px) {
  .p-work-008 .section_achievements ul {
    gap: 24px;
  }
}

.p-illustration-design main {
  margin-top: 95px;
  padding-top: 13px;
}
.p-illustration-design .modal {
  text-align: left;
}

.p-seekence li {
  display: inline-block;
}

.p-column {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.p-column h1, .p-column h2, .p-column h3, .p-column h4, .p-column h5, .p-column h6, .p-column p, .p-column div, .p-column span, .p-column small, .p-column table {
  letter-spacing: 0;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.p-column h1, .p-column h2, .p-column h3, .p-column h4, .p-column h5, .p-column h6 {
  font-weight: bold;
}
.p-column main {
  -webkit-font-smoothing: auto;
}

.p-blog main {
  -webkit-font-smoothing: auto;
}

.p-ai-health-tech .l-main {
  margin-top: 21px;
}

.p-care .md-ttl01 p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.p-care .md-txt-inner01 {
  max-width: 860px;
  margin: 0 auto;
}
.p-care .md-btn-contact-inner {
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .p-care .md-btn-contact-inner {
    margin-top: 40px;
  }
}
.p-care section + section {
  margin-bottom: 260px;
}
@media screen and (max-width: 768px) {
  .p-care section + section {
    margin-bottom: 100px;
  }
}

.p-blog .content strong {
  font-weight: bolder;
}

.p-blog .content h2, .p-blog .content h3, .p-blog .content h4, .p-blog .content h5, .p-blog .content h6 {
  font-weight: bold;
  text-transform: unset;
}

.p-blog .content h3 {
  padding: 20px;
  color: #333333;
  border: 1px solid #E5E5E5;
  border-left: 5px solid #388cc1;
}
.p-blog .content h4 {
  color: #333333;
}
.p-blog .content h4:first-letter {
  font-size: 2.4rem;
  padding-bottom: 5px;
  border-bottom: 3px solid;
  color: #388cc1;
}
.p-blog .eyecatch-single img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .p-blog .hero-header .navbar .logo span,
  .p-column .hero-header .navbar .logo span {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-blog footer,
  .p-column footer {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.p-blog footer p,
.p-column footer p {
  clear: both;
  line-height: 24px;
  margin-top: 8.5px;
}

.p-usecase .container {
  clear: both;
}

.special-char {
  font-size: inherit;
  font-weight: inherit;
  font-family: "Noto Sans JP", sans-serif;
}

.p-seekence .l-main {
  margin-top: 95px;
  padding-top: 13px;
}

.p-care .tp-breadcrumb {
  margin-top: 95px;
  padding-top: 13px;
}
.p-care section a {
  color: inherit;
  text-decoration: none;
}
.p-care section .md-btn-top-inner a {
  color: #fff;
}
.p-care .md-improvement-alpha {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .p-care .md-improvement-alpha {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 751px) {
  .sp-breakline br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-marketing-communication .sub_grey-area.h_49_2 {
    height: auto;
  }
}

.p-service-xr-solution-spec-faq .flex_txt_a {
  min-height: 84px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .p-seekence .grid {
    text-align: center;
  }
  .p-seekence li {
    float: none !important;
  }
  .p-seekence .bright-bg {
    padding: 20px 20px !important;
  }
}

.p-recruit-career-profession .heading {
  font-weight: bold;
}
