@charset "UTF-8";
/* ==========================================================================
   Variable
   ========================================================================== */
/* ==========================================================================
   Foundation
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #333333;
  text-decoration: none;
}

input:focus::placeholder {
  color: transparent;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.l-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-container {
    padding-right: 2.5316455696vw;
    padding-left: 2.5316455696vw;
  }
}

@media screen and (min-width: 1264px) {
  .l-container {
    padding-right: 32px;
    padding-left: 32px;
    max-width: 1264px;
  }
}

.l-container-flex {
  margin-right: -16px;
  margin-left: -16px;
}

@media screen and (min-width: 768px) {
  .l-container-flex {
    margin-right: -2.5316455696vw;
    margin-left: -2.5316455696vw;
  }
}

.l-body {
  display: flex;
  flex-flow: column;
  margin: 0;
  min-height: 100vh;
}

.l-main {
  display: flex;
  flex: 1;
  flex-direction: column;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-bg-1 {
  background-color: #FFF2F2;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 9999px;
  font-weight: bold;
}

.c-button.c-button--secondary {
  background-color: #FFD800;
}

.c-button.c-button--secondary:hover {
  background-color: #E91818;
  color: #FFF;
}

.c-button.c-button--login {
  background-color: #BBBBBB;
  color: #FFF;
  width: 100%;
  height: 70px;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .c-button.c-button--login {
    width: 39.5569620253vw;
    height: 5.5379746835vw;
    font-size: 1.7405063291vw;
  }
}

@media screen and (min-width: 1264px) {
  .c-button.c-button--login {
    width: 500px;
    height: 70px;
    font-size: 22px;
  }
}

.c-button.c-button--login:hover {
  background-color: #E91818;
  color: #FFF;
}

.c-button.c-button--masthead {
  width: 150px;
  height: 60px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .c-button.c-button--masthead {
    margin-left: 10px;
  }
}

.c-button.c-button--lg {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 70px;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .c-button.c-button--lg {
    width: 39.5569620253vw;
    height: 5.5379746835vw;
    font-size: 1.7405063291vw;
  }
}

@media screen and (min-width: 1264px) {
  .c-button.c-button--lg {
    width: 500px;
    height: 70px;
    font-size: 22px;
  }
}

.c-button.c-button--primary {
  background-color: #E91818;
  color: #FFF;
  width: 100%;
  height: 40px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .c-button.c-button--primary {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1264px) {
  .c-button.c-button--primary {
    width: 202px;
    height: 40px;
    font-size: 16px;
  }
}

.c-button.c-button--primary:hover {
  border: 1px solid #E91818;
  background-color: #FFF;
  color: #E91818;
}

.c-button.c-button--previous {
  background-color: #BBBBBB;
  color: #FFF;
  width: 100%;
  height: 40px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .c-button.c-button--previous {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1264px) {
  .c-button.c-button--previous {
    width: 202px;
    height: 40px;
    font-size: 16px;
  }
}

.c-button.c-button--previous:hover {
  border: 1px solid #BBBBBB;
  background-color: #FFF;
  color: #BBBBBB;
}

.c-button-catch {
  display: table;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  padding-right: 29.1px;
  padding-left: 29.1px;
  background-image: url(../images/c-slash-l.png), url(../images/c-slash-r.png);
  background-position: left center, right center;
  background-size: 22.8px;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 375px) {
  .c-button-catch {
    padding-right: 23.1px;
    padding-left: 23.1px;
    font-size: 16px;
    line-height: 35px;
  }
}

@media screen and (min-width: 768px) {
  .c-button-catch {
    padding-right: 40.5px;
    padding-left: 40.5px;
    background-size: 28.5px;
    font-size: 1.582278481vw;
  }
}

@media screen and (min-width: 1264px) {
  .c-button-catch {
    padding-right: 40.5px;
    padding-left: 40.5px;
    background-size: 28.5px;
    font-size: 20px;
  }
}

.c-pill {
  margin-top: 0;
  margin-bottom: 0;
  width: fit-content;
  height: 28px;
  color: white;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 9999px;
  font-weight: bold;
}

@media screen and (min-width: 375px) {
  .c-pill {
    font-size: 16px;
  }
}

.c-pill.c-pill--ocr {
  padding-right: 1em;
  padding-left: 1em;
  background-color: #E91818;
}

@media screen and (min-width: 768px) {
  .c-pill.c-pill--ocr {
    width: 310px;
  }
}

.c-pill.c-pill--pdf-download {
  width: 130px;
  background-color: #E91818;
}

.c-pill.c-pill--contact-required {
  width: 44px;
  height: 20px;
  background-color: #E91818;
  font-weight: normal;
  font-size: 14px;
}

.c-pill.c-pill--gradation {
  width: 110px;
  background: rgb(255, 129, 129);
  background: linear-gradient(120deg, rgb(255, 129, 129) 0%, rgb(233, 24, 24) 100%);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.c-title {
  margin-top: 20px;
  color: #D80000;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6363636364;
}

@media screen and (min-width: 375px) {
  .c-title {
    font-size: clamp(22px, 3.90625vw, 30px);
  }
}

.c-lead {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: clamp(16px, 2.6041666667vw, 20px);
  line-height: 1.875;
}

@media screen and (min-width: 768px) {
  .c-lead {
    margin-top: 3.164556962vw;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1264px) {
  .c-lead {
    margin-top: 40px;
  }
}

.c-services-logo-container {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  height: 2.6898734177vw;
  justify-items: center;
}

@media screen and (min-width: 1264px) {
  .c-services-logo-container {
    height: 34px;
  }
}

.c-services-logo-container.c-services-logo-container--builme {
  width: 90px;
}

@media screen and (min-width: 768px) {
  .c-services-logo-container.c-services-logo-container--builme {
    width: 7.1202531646vw;
  }
}

@media screen and (min-width: 1264px) {
  .c-services-logo-container.c-services-logo-container--builme {
    width: 90px;
  }
}

.c-services-logo-container.c-services-logo-container--invoice {
  width: 160px;
}

@media screen and (min-width: 768px) {
  .c-services-logo-container.c-services-logo-container--invoice {
    width: 12.6582278481vw;
  }
}

@media screen and (min-width: 1264px) {
  .c-services-logo-container.c-services-logo-container--invoice {
    width: 160px;
  }
}

.c-services-logo-container.c-services-logo-container--expert {
  width: 190px;
}

@media screen and (min-width: 768px) {
  .c-services-logo-container.c-services-logo-container--expert {
    width: 15.0316455696vw;
  }
}

@media screen and (min-width: 1264px) {
  .c-services-logo-container.c-services-logo-container--expert {
    width: 190px;
  }
}

.c-services-logo-container.c-services-logo-container--fireproof-ai {
  width: 170px;
}

@media screen and (min-width: 768px) {
  .c-services-logo-container.c-services-logo-container--fireproof-ai {
    width: 13.4493670886vw;
  }
}

@media screen and (min-width: 1264px) {
  .c-services-logo-container.c-services-logo-container--fireproof-ai {
    width: 170px;
  }
}

/* Project
   ----------------------------------------------------------------- */
.p-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 81px;
  border-bottom: 1px solid #FF5858;
  background-color: #fff;
}

@media screen and (min-width: 601px) {
  .p-header.p-header--login {
    top: 46px;
  }
}

@media screen and (min-width: 783px) {
  .p-header.p-header--login {
    top: 32px;
  }
}

.p-header .p-header__logo-container {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 146px;
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .p-header .p-header__logo-container {
    max-width: 150px;
  }
}

@media screen and (min-width: 1024px) {
  .p-header .p-header__logo-container {
    max-width: 200px;
  }
}

.p-header .p-header__logo {
  font-size: 0;
}

.p-header .p-header__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 9px;
  margin-left: 9px;
}

@media screen and (min-width: 768px) {
  .p-header .p-header__nav {
    margin-right: 0;
    margin-left: 0;
  }
}

.p-header .p-header__nav .p-header__nav__burger {
  position: absolute;
  right: 0;
  width: 22px;
  height: 18px;
}

@media screen and (min-width: 768px) {
  .p-header .p-header__nav .p-header__nav__burger {
    display: none;
  }
}

.p-header .p-header__nav .p-header__nav__burger .p-header__nav__burger__top,
.p-header .p-header__nav .p-header__nav__burger .p-header__nav__burger__middle,
.p-header .p-header__nav .p-header__nav__burger .p-header__nav__burger__bottom {
  position: absolute;
  width: 22px;
  /* 棒の幅（太さ） */
  height: 3px;
  border-radius: 9999px;
  /* 棒の高さ */
  background: #221714;
  /* 共通設定 */
  content: "";
}

.p-header .p-header__nav .p-header__nav__burger .p-header__nav__burger__top {
  top: 0;
}

.p-header .p-header__nav .p-header__nav__burger .p-header__nav__burger__middle {
  top: 50%;
  margin-top: -1.5px;
}

.p-header .p-header__nav .p-header__nav__burger .p-header__nav__burger__bottom {
  bottom: 0;
}

.p-header .p-header__nav .p-header__menu {
  position: absolute;
  top: 60px;
  display: none;
  margin-right: -25px;
  margin-left: -25px;
  padding-top: 60px;
  padding-bottom: 30px;
  width: 100vw;
  border-top: 1px solid #E91819;
  background-color: white;
}

@media screen and (min-width: 768px) {
  .p-header .p-header__nav .p-header__menu {
    position: static;
    display: block;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    border: none;
  }
}

.p-header .p-header__nav .p-header__menu .p-header__menu__close {
  position: absolute;
  top: 28px;
  right: 28px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
}

@media screen and (min-width: 768px) {
  .p-header .p-header__nav .p-header__menu .p-header__menu__close {
    display: none;
  }
}

.p-header .p-header__nav .p-header__menu .p-header__menu__close::before,
.p-header .p-header__nav .p-header__menu .p-header__menu__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  /* 棒の幅（太さ） */
  height: 20px;
  border-radius: 9999px;
  /* 棒の高さ */
  background: #221714;
  /* 共通設定 */
  content: "";
}

.p-header .p-header__nav .p-header__menu .p-header__menu__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-header .p-header__nav .p-header__menu .p-header__menu__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .p-header .p-header__nav {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-header .p-header__text-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .p-header .p-header__text-menu {
    flex-direction: row;
  }
}

.p-header .p-header__text-menu .p-header__text-menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 80px;
  font-weight: bold;
  font-size: 16px;
}

.p-header .p-header__text-menu .p-header__text-menu__item:hover {
  background-color: #FF5858;
  color: #FFF;
}

.p-header .p-header__drop-down-menu-trigger .p-header__drop-down-menu-container {
  position: absolute;
  top: 81px;
  left: 0;
  display: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-header .p-header__drop-down-menu-trigger:hover .p-header__drop-down-menu-container {
    display: block;
  }
}

.p-header .p-header__drop-down-menu {
  padding-right: 7.1202531646vw;
  padding-left: 7.1202531646vw;
  border-radius: 0 0 8px 8px;
  background: white;
}

@media screen and (min-width: 1264px) {
  .p-header .p-header__drop-down-menu {
    padding-right: 90px;
    padding-left: 90px;
  }
}

.p-header .p-header__drop-down-menu__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1.9778481013vw;
  margin-left: -1.9778481013vw;
  padding-left: 0;
  height: 127px;
  list-style: none;
}

@media screen and (min-width: 1264px) {
  .p-header .p-header__drop-down-menu__lists {
    margin-right: -25px;
    margin-left: -25px;
  }
}

.p-header .p-header__drop-down-menu__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1.9778481013vw;
  padding-left: 1.9778481013vw;
  width: 25%;
}

@media screen and (min-width: 1264px) {
  .p-header .p-header__drop-down-menu__list {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-header .p-header__drop-down-menu__card {
  align-items: center;
  text-align: center;
}

.p-header .p-header__drop-down-menu__card__text {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}

.p-kv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 181px;
  background-color: #f84746;
  background-image: url(../images/kv-bg.png);
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat;
}

.p-kv.p-kv--members {
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 280px;
  background: rgb(255, 129, 129);
  background: linear-gradient(90deg, rgb(255, 129, 129) 0%, rgb(233, 24, 24) 100%);
}

.p-kv .p-kv__hgroup {
  margin: 0;
  text-align: center;
}

.p-kv .p-kv__hgroup::before {
  padding: 0 2em;
  width: max-content;
  height: 28px;
  background-color: #FFF;
  color: #E91818;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 9999px;
  font-weight: bold;
}

.p-kv .p-kv__hgroup.p-kv__hgroup--single::before {
  content: "Case";
}

.p-kv .p-kv__hgroup.p-kv__hgroup--about::before {
  content: "Company";
}

.p-kv .p-kv__hgroup.p-kv__hgroup--privacy-policy::before {
  content: "Privacy Policy";
}

.p-kv .p-kv__hgroup.p-kv__hgroup--terms-of-service::before {
  content: "Terms of Use";
}

.p-kv .p-kv__hgroup.p-kv__hgroup--contact::before {
  content: "Contact";
}

.p-kv .p-kv__hgroup.p-kv__hgroup--members::before {
  content: "点検エキスパートオプションサービス";
}

.p-kv .p-kv__heading {
  margin-top: 0;
  margin-top: 20px;
  margin-bottom: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
}

.p-kv.p-kv-top {
  height: auto;
  background-color: #ff6b6a;
  background-image: url(../images/kv-top-bg.png);
}

.p-kv.p-kv-top .p-kv__contents {
  position: relative;
  display: block;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 100%;
  font-size: 0;
}

@media screen and (min-width: 426px) {
  .p-kv.p-kv-top .p-kv__contents {
    width: 94.9367088608vw;
    height: 44.9367088608vw;
    background-image: url(../images/kv-pc.png);
    background-position: center center;
    background-size: 94.9367088608vw;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1264px) {
  .p-kv.p-kv-top .p-kv__contents {
    width: 1200px;
    height: 568px;
    background-size: 1200px;
  }
}

.p-kv.p-kv-top .p-kv__contents .c-button {
  position: absolute;
  right: 4vw;
  bottom: 5.3333333333vw;
  width: 91.4666666667vw;
  height: 16vw;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  font-size: 4.8vw;
}

@media screen and (min-width: 426px) {
  .p-kv.p-kv-top .p-kv__contents .c-button {
    right: 10.6803797468vw;
    bottom: 7.9113924051vw;
    width: 32.832278481vw;
    height: 5.5379746835vw;
    font-size: 1.7405063291vw;
  }
}

@media screen and (min-width: 1264px) {
  .p-kv.p-kv-top .p-kv__contents .c-button {
    right: 135px;
    bottom: 100px;
    width: 415px;
    height: 70px;
    font-size: 22px;
  }
}

.p-kv.p-kv-top .p-kv__contents .c-button--secondary:hover {
  border: 2px solid #FFF;
}

@media screen and (min-width: 426px) {
  .p-kv.p-kv-top .p-kv__contents .p-kv__image {
    display: none;
  }
}

.p-features,
.p-services,
.p-ocr,
.p-cases,
.p-pdf-download {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {

  .p-features,
  .p-services,
  .p-ocr,
  .p-cases,
  .p-pdf-download {
    padding-top: 7.9113924051vw;
    padding-bottom: 7.9113924051vw;
  }
}

@media screen and (min-width: 1264px) {

  .p-features,
  .p-services,
  .p-ocr,
  .p-cases,
  .p-pdf-download {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-features {
  text-align: center;
  font-weight: bold;
}

.p-features .p-features__cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 0;
  padding-left: 8px;
  list-style: none;
}

.p-features .p-features__card {
  margin-top: 30px;
  padding-right: 8px;
  padding-left: 8px;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .p-features .p-features__card {
    margin-top: 4.746835443vw;
    padding-right: 2.5316455696vw;
    padding-left: 2.5316455696vw;
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .p-features .p-features__card {
    margin-top: 60px;
    padding-right: 32px;
    padding-left: 32px;
    width: 25%;
  }
}

.p-features .p-features__card.p-features__card--1 .p-features__img {
  max-width: 122.5px;
}

@media screen and (min-width: 768px) {
  .p-features .p-features__card.p-features__card--1 .p-features__img {
    max-width: 175px;
  }
}

.p-features .p-features__card.p-features__card--1 .p-features__img-box {
  height: 128.8px;
}

@media screen and (min-width: 768px) {
  .p-features .p-features__card.p-features__card--1 .p-features__img-box {
    height: 20.4153645833vw;
  }
}

@media screen and (min-width: 1024px) {
  .p-features .p-features__card.p-features__card--1 .p-features__img-box {
    height: 14.5569620253vw;
  }
}

.p-features .p-features__card.p-features__card--2 .p-features__img {
  max-width: 133px;
}

@media screen and (min-width: 768px) {
  .p-features .p-features__card.p-features__card--2 .p-features__img {
    max-width: 190px;
  }
}

.p-features .p-features__card.p-features__card--2 .p-features__img-box {
  height: 128.8px;
}

@media screen and (min-width: 768px) {
  .p-features .p-features__card.p-features__card--2 .p-features__img-box {
    height: 20.4153645833vw;
  }
}

@media screen and (min-width: 1024px) {
  .p-features .p-features__card.p-features__card--2 .p-features__img-box {
    height: 14.5569620253vw;
  }
}

.p-features .p-features__card.p-features__card--3 .p-features__img {
  max-width: 168px;
}

@media screen and (min-width: 768px) {
  .p-features .p-features__card.p-features__card--3 .p-features__img {
    max-width: 240px;
  }
}

.p-features .p-features__card.p-features__card--3 .p-features__img-box {
  height: 103.41px;
}

@media screen and (min-width: 768px) {
  .p-features .p-features__card.p-features__card--3 .p-features__img-box {
    height: 20.4153645833vw;
  }
}

@media screen and (min-width: 1024px) {
  .p-features .p-features__card.p-features__card--3 .p-features__img-box {
    height: 14.5569620253vw;
  }
}

.p-features .p-features__card.p-features__card--4 .p-features__img {
  max-width: 168px;
}

@media screen and (min-width: 768px) {
  .p-features .p-features__card.p-features__card--4 .p-features__img {
    max-width: 240px;
  }
}

.p-features .p-features__card.p-features__card--4 .p-features__img-box {
  height: 103.41px;
}

@media screen and (min-width: 768px) {
  .p-features .p-features__card.p-features__card--4 .p-features__img-box {
    height: 20.4153645833vw;
  }
}

@media screen and (min-width: 1024px) {
  .p-features .p-features__card.p-features__card--4 .p-features__img-box {
    height: 14.5569620253vw;
  }
}

.p-features .p-features__card .p-features__img-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-features .p-features__card .p-features__img-box {
    min-height: 14.8734177215vw;
  }
}

.p-features .p-features__card .p-features__text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  height: 84px;
}

@media screen and (min-width: 375px) {
  .p-features .p-features__card .p-features__text-container {
    height: 56px;
  }
}

.p-features .p-features__card .p-features__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.75;
}

@media screen and (min-width: 375px) {
  .p-features .p-features__card .p-features__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-features .p-features__card .p-features__text {
    margin-top: 2.8481012658vw;
    font-size: 1.4240506329vw;
    font-size: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .p-features .p-features__card .p-features__text {
    margin-top: 36px;
    font-size: 17px;
  }
}

@media screen and (min-width: 1440px) {
  .p-features .p-features__card .p-features__text {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .p-services .p-services__cards-container {
    padding-right: 1.9778481013vw;
    padding-left: 1.9778481013vw;
  }
}

@media screen and (min-width: 1264px) {
  .p-services .p-services__cards-container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-services .p-services__cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .p-services .p-services__cards {
    margin-right: -25px;
    margin-left: -25px;
  }
}

.p-services .p-services__card-wrap {
  margin-top: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-services .p-services__card-wrap {
    margin-top: 4.746835443vw;
    padding-right: 1.9778481013vw;
    padding-left: 1.9778481013vw;
    width: 25%;
  }
}

@media screen and (min-width: 1264px) {
  .p-services .p-services__card-wrap {
    margin-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-services .p-services__card {
  padding: 30px 30px 20px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-services .p-services__card {
    padding: 3.9556962025vw 2.3734177215vw;
  }
}

@media screen and (min-width: 1264px) {
  .p-services .p-services__card {
    padding: 50px 30px;
  }
}

.p-services .p-services__card__title {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-services .p-services__card__title {
    font-size: 1.582278481vw;
  }
}

@media screen and (min-width: 1264px) {
  .p-services .p-services__card__title {
    font-size: 20px;
  }
}

.p-services .p-services__card__para {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (min-width: 768px) {
  .p-services .p-services__card__para {
    margin-bottom: 30px;
  }
}

.p-ocr {
  text-align: center;
}

.p-ocr .p-ocr__figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
  padding-left: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .p-ocr .p-ocr__figure {
    flex-direction: row;
  }
}

.p-ocr .p-ocr__figure__col {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .p-ocr .p-ocr__figure__col {
    align-items: flex-start;
    flex-direction: row;
  }
}

.p-ocr .p-ocr__figure__col::after {
  margin-top: 20px;
  width: 21.5px;
  height: 39.5px;
  background-image: url(../images/ocr-arrow-m.png);
  background-size: 21.5px;
  content: "";
}

@media screen and (min-width: 768px) {
  .p-ocr .p-ocr__figure__col::after {
    margin-top: 63.05px;
    margin-left: 20px;
    width: 38.4px;
    height: 12.9px;
    background-image: url(../images/ocr-arrow.png);
    background-size: 38.4px;
  }
}

@media screen and (min-width: 1024px) {
  .p-ocr .p-ocr__figure__col::after {
    margin-top: 58.75px;
    margin-left: 20px;
    width: 64px;
    height: 21.5px;
    background-image: url(../images/ocr-arrow.png);
    background-size: 64px;
  }
}

.p-ocr .p-ocr__figure__col:last-child::after {
  display: none;
}

.p-ocr .p-ocr__figure__card {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

.p-ocr .p-ocr__figure__card.p-ocr__figure__card--1 {
  margin-top: 8px;
  max-width: 202.5px;
}

@media screen and (min-width: 768px) {
  .p-ocr .p-ocr__figure__card.p-ocr__figure__card--1 {
    max-width: 141.75px;
  }
}

@media screen and (min-width: 1024px) {
  .p-ocr .p-ocr__figure__card.p-ocr__figure__card--1 {
    max-width: 202.5px;
  }
}

.p-ocr .p-ocr__figure__card.p-ocr__figure__card--2 {
  margin-top: 20px;
  max-width: 240px;
}

@media screen and (min-width: 768px) {
  .p-ocr .p-ocr__figure__card.p-ocr__figure__card--2 {
    margin-top: 49.5px;
    max-width: 192px;
  }
}

@media screen and (min-width: 1024px) {
  .p-ocr .p-ocr__figure__card.p-ocr__figure__card--2 {
    max-width: 240px;
  }
}

.p-ocr .p-ocr__figure__card.p-ocr__figure__card--3 {
  margin-top: 20px;
  max-width: 230px;
}

@media screen and (min-width: 768px) {
  .p-ocr .p-ocr__figure__card.p-ocr__figure__card--3 {
    margin-top: 0;
    max-width: 161px;
  }
}

@media screen and (min-width: 1024px) {
  .p-ocr .p-ocr__figure__card.p-ocr__figure__card--3 {
    max-width: 230px;
  }
}

.p-ocr .p-ocr__figure__card__text {
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-ocr .p-ocr__figure__card__text {
    margin-top: 30px;
  }
}

.p-ocr .p-ocr__catch-login-button {
  margin-top: 40px;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (min-width: 375px) {
  .p-ocr .p-ocr__catch-login-button {
    font-size: 16px;
  }
}

.p-problems .p-problems__catch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 277px;
  background-image: url(../images/problems-bg-m.png);
  background-position: 62% center;
  background-size: 1920px;
  background-repeat: no-repeat;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .p-problems .p-problems__catch {
    background-image: url(../images/problems-bg.png);
    background-position: center center;
    background-size: cover;
  }
}

.p-problems .p-problems__catch::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 22px;
  height: 72px;
  background-image: url(../images/problems-arrow.png);
  background-position: center center;
  background-size: 22px;
  background-repeat: no-repeat;
  content: "";
}

.p-problems .p-problems__catch__text {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 34px;
}

@media screen and (min-width: 768px) {
  .p-problems .p-problems__catch__text {
    font-size: 2.3734177215vw;
    line-height: 3.4810126582vw;
  }
}

@media screen and (min-width: 1264px) {
  .p-problems .p-problems__catch__text {
    font-size: 30px;
    line-height: 44px;
  }
}

.p-problems .p-problems__lists-container {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-problems .p-problems__lists-container {
    padding-right: 2.3734177215vw;
    padding-bottom: 4.746835443vw;
    padding-left: 2.3734177215vw;
  }
}

@media screen and (min-width: 1264px) {
  .p-problems .p-problems__lists-container {
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
  }
}

.p-problems .p-problems__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .p-problems .p-problems__row {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.p-problems .p-problems__row .p-problems__col {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-problems .p-problems__row .p-problems__col {
    padding-right: 2.3734177215vw;
    padding-left: 2.3734177215vw;
    width: 50%;
  }
}

@media screen and (min-width: 1264px) {
  .p-problems .p-problems__row .p-problems__col {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.p-problems .p-problems__card {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-problems .p-problems__card {
    display: flex;
    align-items: center;
    margin-top: 60px;
  }
}

.p-problems .p-problems__figure {
  margin-right: auto;
  margin-left: auto;
  width: 180px;
}

@media screen and (min-width: 768px) {
  .p-problems .p-problems__figure {
    margin-right: 2.3734177215vw;
  }
}

@media screen and (min-width: 1264px) {
  .p-problems .p-problems__figure {
    margin-right: 30px;
  }
}

.p-problems .p-problems__text {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .p-problems .p-problems__text {
    margin-top: 0;
    text-align: left;
    font-size: 1.4240506329vw;
    line-height: 2.5316455696vw;
  }
}

@media screen and (min-width: 1264px) {
  .p-problems .p-problems__text {
    font-size: 18px;
    line-height: 32px;
  }
}

.p-pdf-download {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-pdf-download {
    width: 700px;
  }
}

.p-pdf-download .c-title {
  margin-top: 0;
  margin-bottom: 0;
}

.p-pdf-download .c-lead {
  margin-top: 20px;
  margin-bottom: 0;
}

.p-pdf-download .p-pdf-download__card {
  padding: 30px;
  border-radius: 8px;
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  .p-pdf-download .p-pdf-download__card {
    margin-top: 3.164556962vw;
    padding: 1.582278481vw 3.9556962025vw;
  }
}

@media screen and (min-width: 1264px) {
  .p-pdf-download .p-pdf-download__card {
    margin-top: 40px;
    padding: 20px 50px;
  }
}

.p-pdf-download .p-pdf-download__card__row {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-pdf-download .p-pdf-download__card__row {
    align-items: center;
    flex-direction: row;
    margin-right: -25px;
    margin-left: -25px;
  }
}

@media screen and (min-width: 768px) {
  .p-pdf-download .p-pdf-download__card__col {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .p-pdf-download .p-pdf-download__card__col.p-pdf-download__card__col--figure {
    width: 280px;
  }
}

@media screen and (min-width: 768px) {
  .p-pdf-download .p-pdf-download__card__col.p-pdf-download__card__col--text {
    flex: 1;
  }
}

.p-pdf-download .c-button {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-pdf-download .c-button {
    margin-top: 70px;
  }
}

.p-pdf-download .c-pill--pdf-download {
  margin-left: 0;
}

.p-pdf-download .c-pdf-download-lists {
  padding-left: 0;
  list-style: none;
}

.p-pdf-download .c-pdf-download-list {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 16px;
}

.p-pdf-download .c-pdf-download-list::before {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background-image: url(../images/problems-ico.png);
  background-size: 16px;
  background-repeat: no-repeat;
  content: "";
}

.p-cases {
  background-image: url(../images/cases-bg.png);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 424px) {
  .p-cases .l-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-cases .swiper-wrapper {
  padding: 0;
  list-style: none;
}

.p-cases .swiper-button-prev,
.p-cases .swiper-button-next {
  top: 47%;
  width: 46px;
  height: 46px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 375px) {

  .p-cases .swiper-button-prev,
  .p-cases .swiper-button-next {
    top: 57%;
  }
}

@media screen and (min-width: 425px) {

  .p-cases .swiper-button-prev,
  .p-cases .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    width: 5.5379746835vw;
    height: 5.5379746835vw;
  }
}

@media screen and (min-width: 1264px) {

  .p-cases .swiper-button-prev,
  .p-cases .swiper-button-next {
    width: 70px;
    height: 70px;
  }
}

.p-cases .swiper-button-prev::after,
.p-cases .swiper-button-next::after {
  color: #FFF;
  font-size: 24px;
}

@media screen and (min-width: 425px) {

  .p-cases .swiper-button-prev::after,
  .p-cases .swiper-button-next::after {
    font-size: 2.8481012658vw;
  }
}

@media screen and (min-width: 1264px) {

  .p-cases .swiper-button-prev::after,
  .p-cases .swiper-button-next::after {
    font-size: 36px;
  }
}

.p-cases .swiper-button-prev {
  left: 26px;
}

@media screen and (min-width: 425px) {
  .p-cases .swiper-button-prev {
    left: 0;
  }
}

.p-cases .swiper-button-next {
  right: 26px;
}

@media screen and (min-width: 425px) {
  .p-cases .swiper-button-next {
    right: 0;
  }
}

.p-cases .p-cases__card {
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px 16px;
  background-color: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 425px) {
  .p-cases .p-cases__card {
    margin-right: 7.1202531646vw;
    margin-left: 7.1202531646vw;
    padding: 3.164556962vw 6.3291139241vw;
    border-radius: 8px;
  }
}

@media screen and (min-width: 1264px) {
  .p-cases .p-cases__card {
    margin-right: 90px;
    margin-left: 90px;
    padding: 40px 80px;
    border-radius: 8px;
  }
}

.p-cases .p-cases__card .c-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-cases .p-cases__card__body {
  display: flex;
  flex-direction: column;
  margin-right: -40px;
  margin-left: -40px;
}

@media screen and (min-width: 768px) {
  .p-cases .p-cases__card__body {
    flex-direction: row;
    margin-right: -3.164556962vw;
    margin-left: -3.164556962vw;
  }
}

.p-cases .p-cases__card__col-figure,
.p-cases .p-cases__card__col-text {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (min-width: 768px) {

  .p-cases .p-cases__card__col-figure,
  .p-cases .p-cases__card__col-text {
    padding-right: 3.164556962vw;
    padding-left: 3.164556962vw;
  }
}

@media screen and (min-width: 1268px) {

  .p-cases .p-cases__card__col-figure,
  .p-cases .p-cases__card__col-text {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-cases .p-cases__card__col-figure {
    width: 36.3924050633vw;
  }
}

@media screen and (min-width: 1268px) {
  .p-cases .p-cases__card__col-figure {
    width: 460px;
  }
}

.p-cases .p-cases__card__col-text {
  flex: 1;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .p-cases .p-cases__card__col-text {
    margin-top: 0;
  }
}

.p-cases .p-cases__card__col-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 34px;
}

.p-cases .p-cases__card__col-para {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (min-width: 425px) {
  .p-cases .p-cases__card__col-para {
    margin-top: 30px;
  }
}

.p-contact .p-contact-container {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .p-contact .p-contact-container {
    padding-right: 3.9556962025vw;
    padding-bottom: 0px;
    padding-left: 3.9556962025vw;
  }
}

@media screen and (min-width: 1264px) {
  .p-contact .p-contact-container {
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
  }
}

.p-contact .p-contact-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-contact .p-contact-row {
    margin-right: -3.9556962025vw;
    margin-left: -3.9556962025vw;
  }
}

@media screen and (min-width: 1264px) {
  .p-contact .p-contact-row {
    margin-right: -50px;
    margin-left: -50px;
  }
}

.p-contact .p-contact-col {
  margin-top: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-contact .p-contact-col {
    padding-right: 3.9556962025vw;
    padding-left: 3.9556962025vw;
    width: 50%;
  }
}

@media screen and (min-width: 1264px) {
  .p-contact .p-contact-col {
    padding-right: 50px;
    padding-left: 50px;
    width: 50%;
  }
}

.p-contact .p-contact-col.p-contact-col--figure {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .p-contact .p-contact-col.p-contact-col--figure {
    max-width: unset;
  }
}

.p-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #555555;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 40px;
  }
}

.p-footer .p-footer__nav-container {
  padding-right: 20px;
  padding-left: 20px;
}

.p-footer .p-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  margin-right: -20px;
  margin-bottom: 0;
  margin-left: -20px;
  padding-left: 0;
  list-style: none;
}

.p-footer .p-footer__nav-item {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .p-footer .p-footer__nav-item {
    margin-top: 0;
  }
}

.p-footer .p-footer__anchor {
  color: #FFF;
  font-size: 14px;
}

.p-footer .p-footer__copy-right {
  margin-top: 0;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 10px;
}

.p-privacy-and-terms {
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .p-privacy-and-terms {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.p-privacy-and-terms .p-privacy-and-terms__body {
  padding-left: 0;
  list-style: none;
}

.p-privacy-and-terms .p-privacy-and-terms__body__heading {
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 16px;
}

.p-privacy-and-terms .p-privacy-and-terms__body__lists {
  padding-left: 0;
  list-style: none;
}

.p-privacy-and-terms .privacy-policy__body {
  line-height: normal;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding: 2.865vw 0;
}

@media only screen and (max-width: 910px) {
  .p-privacy-and-terms .privacy-policy__body {
    max-width: 100%;
    padding: 32px 16px;
    margin-bottom: -3rem;
  }
}

.p-privacy-and-terms .privacy-policy__body .privacy-policy__body__heading-2 {
  font-size: 1.667vw;
  line-height: 1.5;
  color: #555;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.042vw;
}

@media only screen and (max-width: 910px) {
  .p-privacy-and-terms .privacy-policy__body .privacy-policy__body__heading-2 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 14px;
  }
}

.p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text {
  padding-top: 1.667vw;
}

@media only screen and (max-width: 910px) {
  .p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text {
    padding-top: 24px;
  }
}

.p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text p+p {
  margin-top: 1em;
}

.p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text h3+p {
  margin-top: 1em;
}

.p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text a {
  color: #F74240;
  padding-left: 1em;
}

.p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text p,
.p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text .privacy-policy__body__text__last {
  line-height: 1.5;
}

@media only screen and (max-width: 910px) {

  .p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text p,
  .p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text .privacy-policy__body__text__last {
    font-size: 13px;
    line-height: 18px;
  }
}

.p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text .privacy-policy__body__text__last {
  text-align: right;
}

.p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text .privacy-policy__body__heading-3 {
  font-weight: bold;
}

.p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text li {
  line-height: 1.5;
}

@media only screen and (max-width: 910px) {
  .p-privacy-and-terms .privacy-policy__body .privacy-policy__body__text li {
    font-size: 13px;
    line-height: 18px;
  }
}

.p-note-top-header-container {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-note-top-header-container .p-note-top-header {
  text-align: right;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  color: #999;
}

.p-other-cases {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #FFF2F2;
}

@media screen and (min-width: 768px) {
  .p-other-cases {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.p-other-cases .c-pill {
  margin-bottom: 10px;
}

.p-other-cases .c-pill.c-pill--other-cases {
  padding-right: 1em;
  padding-left: 1em;
  width: 300px;
  height: 60px;
  background-color: #FFF;
  color: #D80000;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .p-other-cases .c-pill {
    margin-bottom: 0;
  }
}

.p-other-cases .p-other-cases__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

@media screen and (min-width: 375px) {
  .p-other-cases .p-other-cases__row {
    justify-content: space-between;
  }
}

@media screen and (min-width: 425px) {
  .p-other-cases .p-other-cases__row {
    justify-content: space-evenly;
  }
}

.p-other-cases .p-other-cases__card {
  margin-top: 20px;
  width: 140px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 375px) {
  .p-other-cases .p-other-cases__card {
    width: 44.8vw;
  }
}

@media screen and (min-width: 768px) {
  .p-other-cases .p-other-cases__card {
    margin-top: 50px;
    width: 20.6349206349vw;
  }
}

@media screen and (min-width: 1260px) {
  .p-other-cases .p-other-cases__card {
    width: 260px;
  }
}

.p-other-cases .p-other-cases__card figure {
  margin-bottom: 20px;
  font-size: 0;
}

.p-other-cases .p-other-cases__card .crp_thumb {
  border-radius: 8px;
}

.p-other-cases .p-other-cases__card .crp_title {
  font-size: 16px;
  line-height: 1.5;
}

.p-other-cases .p-other-cases__card__figure {
  margin-bottom: 0;
  font-size: 0;
}

.p-other-cases .p-other-cases__card__image {
  border-radius: 8px;
}

.p-company-info {
  margin-top: 60px;
  margin-right: -16px;
  margin-left: -16px;
  padding: 20px 16px;
  background-color: #F8F8F8;
}

@media screen and (min-width: 768px) {
  .p-company-info {
    margin-right: 0;
    margin-left: 0;
    padding: 30px 40px;
  }
}

.p-company-info .c-pill {
  margin: 0 auto 0 0;
  width: 110px;
  height: 28px;
  background-color: #FFF;
  color: #333;
  font-size: 16px;
}

.p-company-info .p-company-info__company-name {
  padding-bottom: unset;
  border-bottom: unset;
  font-size: 18px;
  line-height: 1.8888888889;
}

.p-company-info .p-company-info__company-address,
.p-company-info .p-company-info__company-web-site {
  display: flex;
}

.p-company-info .p-company-info__company-address .p-company-info__company-address__description,
.p-company-info .p-company-info__company-address .p-company-info__company-web-site__description,
.p-company-info .p-company-info__company-web-site .p-company-info__company-address__description,
.p-company-info .p-company-info__company-web-site .p-company-info__company-web-site__description {
  margin-left: 0.5em;
}

.p-article .p-article__eyecatch-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}

.p-article .l-container {
  max-width: 924px;
}

.p-article h1 {
  font-size: 34px;
  line-height: 1.4705882353;
}

.p-article h2 {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  line-height: 1.5833333333;
}

.p-article h2::before {
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 9999px;
  background: rgb(255, 129, 129);
  background: linear-gradient(180deg, rgb(255, 129, 129) 0%, rgb(233, 24, 24) 100%);
  content: "";
}

.p-article h3 {
  padding-bottom: 8px;
  border-bottom: 2px solid #E91818;
  font-size: 20px;
  line-height: 1.7;
}

.p-article h4 {
  color: #D80000;
  font-size: 18px;
  line-height: 1.7777777778;
}

.p-article p {
  font-size: 16px;
  line-height: 1.75;
}

.p-about {
  padding-top: 20px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.p-about__row {
  display: flex;
  flex-wrap: wrap;
}

.p-about__term,
.p-about__description {
  border-style: solid;
  border-color: #BBBBBB;
  font-size: 16px;
  line-height: 1.75;
}

.p-about__term {
  padding-top: 25px;
  width: 100%;
  border-width: 0 0 0px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-about__term {
    padding-top: 30px;
    padding-right: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 30px;
    width: 30%;
    border-width: 0 0 1px;
  }
}

.p-about__description {
  margin-top: 16px;
  margin-left: 0;
  padding-bottom: 25px;
  width: 100%;
  border-width: 0 0 1px;
}

@media screen and (min-width: 768px) {
  .p-about__description {
    margin-top: 0;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    width: 70%;
  }
}

.p-about__description .p-about__description__lists {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.p-about__description .p-about__description__list {
  position: relative;
  margin-top: 8px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.p-about__description .p-about__description__list .p-about__description__list__ico {
  position: absolute;
  top: 7px;
  left: 0;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
}

.p-about__description .p-about__description__list .p-about__description__list__ico::before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background-color: #BBBBBB;
  content: "";
}

.p-about__description .p-about__description__list .p-about__description__list__ico::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  background-color: #FFF;
  content: "";
}

.p-contact {
  flex: 1;
  background-color: #FFF2F2;
}

.p-contact .p-contact__container {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p-contact .p-contact__container {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.p-contact .p-contact__note {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}

.p-contact .wpcf7-form .p-contact__label {
  display: block;
  margin-top: 25px;
}

.p-contact .wpcf7-form .p-contact__label:first-of-type {
  margin-top: 0;
}

.p-contact .wpcf7-spinner {
  display: none;
}

.p-contact .wpcf7 {
  margin-top: 30px;
}

.p-contact .wpcf7,
.p-contact .p-thanks__card {
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  max-width: 760px;
  border-radius: 8px;
  background-color: #FFF;
}

@media screen and (min-width: 768px) {

  .p-contact .wpcf7,
  .p-contact .p-thanks__card {
    padding-top: 50px;
    padding-right: 80px;
    padding-bottom: 50px;
    padding-left: 80px;
  }
}

.p-contact .wpcf7-text,
.p-contact .wpcf7-textarea {
  margin-top: 6px;
  padding: 10px;
  width: 100%;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
}

.p-contact .wpcf7-textarea {
  line-height: 1.75;
}

.p-contact .p-contact__label p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.p-contact .p-contact__label .p-contact__label__title,
.p-contact .p-contact__label .c-pill--contact-required {
  float: left;
  margin-bottom: 10px;
}

.p-contact .p-contact__label .p-contact__label__title {
  line-height: 22px;
}

.p-contact .p-contact__label .c-pill--contact-required {
  margin-left: 0.5em;
}

.p-contact .p-contact__label br {
  clear: both;
}

.p-contact .c-button--primary,
.p-contact .c-button--previous {
  max-width: 400px;
  height: 48px;
  border: none;
}

.p-contact .wpcf7-submit {
  margin-top: 40px;
}

.p-contact .p-contact-title,
.p-contact .p-contact-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.p-contact .p-contact-title {
  font-size: 18px;
}

.p-contact .p-contact-paragraph {
  margin-top: 20px;
}

.p-contact.p-confirm .confirm-value {
  display: block;
  clear: both;
}

.p-contact.p-confirm .wpcf7 {
  margin-top: 0;
}

.p-contact.p-confirm .p-confirm-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-contact.p-confirm .p-confirm-buttons {
    margin-top: 50px;
  }
}

.p-contact.p-confirm .p-confirm-buttons p {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}

.p-contact.p-confirm .p-confirm-buttons .wpcf7-previous,
.p-contact.p-confirm .p-confirm-buttons .wpcf7-submit {
  margin-top: 0;
  margin-right: 5px;
  margin-left: 5px;
  width: 124px;
}

@media screen and (min-width: 768px) {

  .p-contact.p-confirm .p-confirm-buttons .wpcf7-previous,
  .p-contact.p-confirm .p-confirm-buttons .wpcf7-submit {
    margin-right: 15px;
    margin-left: 15px;
    width: 200px;
  }
}

.p-contact.p-confirm .p-confirm-border {
  border-bottom: 1px solid #BBBBBB;
}

.p-contact.p-thanks .c-button {
  margin-top: 40px;
  width: 250px;
}

@media screen and (min-width: 768px) {
  .p-contact.p-thanks .c-button {
    width: 300px;
  }
}

.p-members {
  flex: 1;
  padding-bottom: 60px;
  background-color: #FAFAFA;
}

@media screen and (min-width: 768px) {
  .p-members {
    padding-bottom: 100px;
  }
}

.p-members .p-members__card {
  margin-top: -160px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  max-width: 760px;
  border-radius: 8px;
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  .p-members .p-members__card {
    padding-top: 50px;
    padding-right: 80px;
    padding-bottom: 50px;
    padding-left: 80px;
  }
}

.p-members .p-members__card.p-members__card--uproad-image {
  max-width: 920px;
}

.p-members #wpmem_login,
.p-members #wpmem_msg,
.p-members #wpmem_reg,
.p-members .wpmem_msg {
  width: 100%;
}

.p-members #wpmem_login legend,
.p-members #wpmem_reg legend {
  margin-bottom: 25px;
  text-align: center;
}

.p-members #wpmem_login .div_text,
.p-members #wpmem_reg .div_text {
  margin-bottom: 25px;
}

.p-members #wpmem_login .div_text a,
.p-members #wpmem_reg .div_text a {
  text-decoration: underline;
}

.p-members #wpmem_login .div_text a:hover,
.p-members #wpmem_reg .div_text a:hover {
  text-decoration: none;
}

.p-members #wpmem_login .button_div,
.p-members #wpmem_login .link-text,
.p-members #wpmem_login .div_text,
.p-members #wpmem_reg .button_div,
.p-members #wpmem_reg .link-text,
.p-members #wpmem_reg .div_text {
  text-align: center;
}

.p-members #wpmem_login input[type=text],
.p-members #wpmem_login input[type=password],
.p-members #wpmem_login input[type=email],
.p-members #wpmem_reg input[type=text],
.p-members #wpmem_reg input[type=password],
.p-members #wpmem_reg input[type=email] {
  margin-top: 6px;
  padding: 10px;
  width: 100%;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
}

.p-members #wpmem_login .link-text-forgot a,
.p-members #wpmem_login .link-text-register a,
.p-members #wpmem_reg .link-text-forgot a,
.p-members #wpmem_reg .link-text-register a {
  display: block;
}

@media screen and (min-width: 768px) {

  .p-members #wpmem_login .link-text-forgot a,
  .p-members #wpmem_login .link-text-register a,
  .p-members #wpmem_reg .link-text-forgot a,
  .p-members #wpmem_reg .link-text-register a {
    display: inline;
  }
}

.p-members #wpmem_login .link-text-forgot a,
.p-members #wpmem_reg .link-text-forgot a {
  text-decoration: underline;
}

.p-members #wpmem_login .link-text-forgot a:hover,
.p-members #wpmem_reg .link-text-forgot a:hover {
  text-decoration: none;
}

.p-members #wpmem_login .link-text-register a,
.p-members #wpmem_reg .link-text-register a {
  color: #E91818;
  text-decoration: underline;
}

.p-members #wpmem_login .link-text-register a:hover,
.p-members #wpmem_reg .link-text-register a:hover {
  text-decoration: none;
}

.p-members #wpmem_login .buttons,
.p-members #wpmem_reg .buttons {
  max-width: 400px;
  height: 48px;
  border: none;
  background-color: #E91818;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 9999px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {

  .p-members #wpmem_login .buttons,
  .p-members #wpmem_reg .buttons {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1264px) {

  .p-members #wpmem_login .buttons,
  .p-members #wpmem_reg .buttons {
    width: 202px;
    height: 40px;
    font-size: 16px;
  }
}

.p-members #wpmem_login .buttons:hover,
.p-members #wpmem_reg .buttons:hover {
  border: 1px solid #E91818;
  background-color: #FFF;
  color: #E91818;
}

.p-members .p-uproad-image .p-uproad-image__lead {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6666666667;
}

.p-members .p-uproad-image .p-uproad-image__note {
  margin-top: 60px;
  margin-left: 1em;
  padding-left: 0;
  list-style: none;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.75;
}

.p-members .p-uproad-image .p-uproad-image__note li {
  margin-top: 1em;
}

.p-members .p-uproad-image .p-uproad-image__note p {
  margin-top: 0;
  margin-bottom: 0;
}

.p-members .wpcf7-form-control-wrap h3 {
  font-size: 20px;
  line-height: 1.5;
}

.p-members .wpcf7-form-control-wrap .codedropz-upload-handler {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  height: 200px;
  background-color: #EEEEEE;
}

.p-members input[type=checkbox] {
  accent-color: #E91818;
}

.p-members .wpcf7-list-item {
  margin-left: 0;
}

.p-members .wpcf7-submit {
  border: none;
  background-color: #FFD800;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 9999px;
  font-weight: bold;
  width: 100%;
  height: 70px;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .p-members .wpcf7-submit {
    width: 39.5569620253vw;
    height: 5.5379746835vw;
    font-size: 1.7405063291vw;
  }
}

@media screen and (min-width: 1264px) {
  .p-members .wpcf7-submit {
    width: 500px;
    height: 70px;
    font-size: 22px;
  }
}

.p-members .p-members__acceptance {
  margin-top: 25px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.75;
}

.p-members .p-members__acceptance .wpcf7-form-control-wrap {
  display: block;
}

.p-members a {
  text-decoration: underline;
}

.p-members a:hover {
  text-decoration: none;
}

.p-members .wpcf7-form .req {
  color: #bd3500;
  font-size: 22px;
  line-height: 50%;
}

.p-members .wpcf7-form-control-wrap {
  display: block;
}

.p-members .wpcf7-text {
  margin-top: 6px;
  padding: 10px;
  width: 100%;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
}

.p-members .wpcf7-text:focus {
  outline-style: none;
}

/* Utility
   ----------------------------------------------------------------- */
.u-bg-1 {
  background-color: #FFF2F2;
}

.u-bg-2 {
  background-color: #F84646;
}

.u-text-center {
  text-align: center;
}

.u-hidden {
  display: none;
}

@media screen and (min-width: 375px) {
  .mobile-m\:u-hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .tablet\:u-hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .tablet\:u-block {
    display: block;
  }
}
