@charset "UTF-8";
/********************************************
* Component
********************************************/
.c-block {
  background-color: #eee;
  padding: 25px;
}
.c-block:not(:last-of-type) {
  margin-bottom: 25px;
}
.c-block--white {
  background-color: #fff;
}

.c-btn {
  background: #e95f0f;
  color: #fff;
  border-radius: 5px;
}
.c-btn--white {
  border-radius: 999px;
  background-color: #fff;
  color: #005eac;
  display: inline-block;
  padding: 10px 20px;
}

.c-document {
  width: 310px;
  margin: 80px auto;
  text-align: center;
}
@media (width <= 767px) {
  .c-document {
    margin: 20px auto;
  }
}
.c-document__p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.c-document .c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  gap: 10px;
  padding: 10px 20px 10px 8px;
}
.c-document .c-btn__left {
  color: #ff0;
  font-size: 12px;
  font-weight: 500;
  width: 55%;
}
.c-document .c-btn__right {
  letter-spacing: 0.2em;
  position: relative;
  width: 45%;
  font-size: 22px;
}
.c-document .c-btn__right:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: calc(50% - 6px);
}

.c-faq-list__item {
  border: 1px solid #c7c7c7;
}
.c-faq-list__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.c-faq-list__item.is-active .c-faq-list__question:after {
  transform: rotate(0deg);
}
.c-faq-list__question {
  font-size: 18px;
  color: #005eac;
  padding: 15px 20px;
  background: #eee;
  position: relative;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media (width <= 767px) {
  .c-faq-list__question {
    padding: 15px 40px 15px 20px;
  }
}
.c-faq-list__question:before {
  content: "";
  background: #005eac;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 2px;
}
.c-faq-list__question:after {
  content: "";
  background: #005eac;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 2px;
  transform: rotate(90deg);
  transition: 0.3s;
}
.c-faq-list__answer {
  padding: 15px 20px;
  display: none;
}

.c-flow-list {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
.c-flow-list__item {
  border: 4px solid #2baca0;
  border-radius: 5px;
  width: 100%;
  position: relative;
}
.c-flow-list__item:not(:last-of-type):after {
  content: "";
  display: block;
  background: #2baca0;
  width: 40px;
  height: 36px;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, calc(100% - 10px) 24px, 100% 24px, 50% 100%, 0 24px, 10px 24px);
  bottom: -40px;
  left: 45px;
  position: absolute;
}
@media (width <= 767px) {
  .c-flow-list__item:not(:last-of-type):after {
    left: calc(50% - 20px);
  }
}
.c-flow-list__item-title {
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  background: #2baca0;
}

.c-has-triangle:after {
  display: block;
  content: "";
  width: 564px;
  height: 40px;
  background: #2baca0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 40px auto 0;
}
@media (width <= 767px) {
  .c-has-triangle:after {
    width: 240px;
    height: 20px;
  }
}

.c-inner {
  width: 880px;
  margin: 0 auto;
  padding: 30px 20px;
}
@media (width <= 767px) {
  .c-inner {
    width: 100%;
  }
}

.c-list--default {
  list-style-type: disc;
  margin-left: 1.5em;
}

.c-table {
  border-collapse: collapse;
}
.c-table tr:nth-of-type(even) {
  background-color: #eee;
}
.c-table th {
  padding: 15px 25px;
  border-bottom: 1px solid #666;
}
.c-table td {
  padding: 15px 25px;
  border-bottom: 1px solid #666;
}
.c-table__tr-head {
  background-color: #005eac;
  color: #fff;
}
.c-table__tr-head th {
  padding: 15px 25px;
}

.c-title {
  font-weight: 700;
}
.c-title__h1 {
  letter-spacing: 0.05em;
  font-size: 30px;
  color: #666;
  padding-left: 20px;
  border-left: 6px solid #005eac;
  margin-bottom: 25px;
}
@media (width <= 767px) {
  .c-title__h1 {
    font-size: 22px;
    padding-left: 10px;
  }
}
.c-title__h2 {
  font-size: 24px;
  color: #005eac;
}
@media (width <= 767px) {
  .c-title__h2 {
    font-size: 20px;
  }
}
.c-title__h2--green {
  color: #2baca0;
}

/********************************************
* Project case_a
********************************************/
img {
  max-width: 100%;
}

.p-crm42#page main {
  font-size: 15px;
}
.p-crm42 section:nth-of-type(1) {
  padding-top: 0 !important;
}
.p-crm42 .c-inner {
  padding: 25px 0;
  max-width: 840px;
}
@media (width <= 767px) {
  .p-crm42 .c-inner {
    padding: 20px;
  }
}
.p-crm42 .c-title__h2 {
  margin-bottom: 25px;
}
.p-crm42 .c-title__h2:not(:first-child) {
  margin-top: 40px;
}
.p-crm42 .c-document {
  margin: 40px auto 0;
  text-align: center;
}
.p-crm42 .c-document .c-btn {
  width: 310px;
  margin: 0 auto;
}
.p-crm42__p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.p-crm42__mv {
  padding-top: 20px;
}
@media (width <= 767px) {
  .p-crm42__mv {
    padding-top: 44px;
  }
}
.p-crm42__mv-title {
  font-size: 30px;
  text-align: center;
  line-height: 1.43;
  margin-bottom: 30px;
}
@media (width <= 767px) {
  .p-crm42__mv-title {
    font-size: 22px;
  }
}
.p-crm42__about-introduction {
  background: linear-gradient(to right, #609aca, #2981ca);
  color: #fff;
  padding: 40px 50px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 40px;
}
@media (width <= 767px) {
  .p-crm42__about-introduction {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.p-crm42__about-introduction .c-btn {
  font-size: 20px;
}
.p-crm42__about-introduction-thumb {
  width: 309px;
}
@media (width <= 767px) {
  .p-crm42__about-introduction-thumb {
    width: 100%;
  }
}
.p-crm42__about-introduction-text {
  width: 366px;
  text-align: center;
}
@media (width <= 767px) {
  .p-crm42__about-introduction-text {
    width: 100%;
    margin-top: 20px;
  }
}
.p-crm42__about-introduction-p {
  font-size: 16px;
  margin-bottom: 20px;
}
.p-crm42__about-introduction-title {
  font-size: 25px;
  margin-bottom: 20px;
}
@media (width <= 767px) {
  .p-crm42__about-introduction-title {
    font-size: 20px;
  }
}
.p-crm42__cando .c-inner {
  padding-top: 50px;
}
.p-crm42__cando .scroll-hint-icon {
  top: 120px;
}
.p-crm42__cando .js-scroll-hint {
  position: relative;
}
.p-crm42__cando .c-table {
  font-weight: 500;
  margin-bottom: 10px;
}
@media (width <= 767px) {
  .p-crm42__cando .c-table {
    width: 840px;
  }
}
.p-crm42__cando .c-table th,
.p-crm42__cando .c-table td {
  width: 340px;
}
.p-crm42__cando .c-table td:first-of-type,
.p-crm42__cando .c-table th:first-of-type {
  width: 240px;
}
.p-crm42__point .c-inner {
  padding-top: 60px;
}
.p-crm42__point .c-list {
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #005eac 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left top;
}
.p-crm42__point .c-list__item {
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #005eac 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 40px 0;
}
.p-crm42__point-lightbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}
.p-crm42__point-lightbox-item {
  width: 260px;
}
@media (width <= 767px) {
  .p-crm42__point-lightbox-item {
    width: calc(50% - 13px);
  }
}
@media (width <= 600px) {
  .p-crm42__point-lightbox-item {
    width: 100%;
  }
}
.p-crm42__point-lightbox-title {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.p-crm42__hint {
  border: 11px solid #c7c7c7;
  background-color: #e7eff7;
  padding: 35px 90px;
}
@media (width <= 767px) {
  .p-crm42__hint {
    padding: 20px;
  }
}
.p-crm42__hint .c-title__h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 0;
}
@media (width <= 767px) {
  .p-crm42__hint .c-title__h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-crm42__hint .p-crm42__p {
  font-size: 20px;
}
.p-crm42__hint-list {
  display: flex;
  justify-content: space-between;
}
@media (width <= 767px) {
  .p-crm42__hint-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.p-crm42__hint-list-item {
  width: 313px;
  text-align: center;
  font-weight: 700;
}
@media (width <= 767px) {
  .p-crm42__hint-list-item {
    width: calc(50% - 10px);
  }
}
@media (width <= 600px) {
  .p-crm42__hint-list-item {
    width: 100%;
  }
}
.p-crm42__hint-img {
  width: 252px;
}
@media (width <= 767px) {
  .p-crm42__hint-img {
    width: 200px;
  }
}
.p-crm42__choice .c-has-triangle {
  margin-bottom: 30px;
}
.p-crm42__choice .c-has-triangle:after {
  margin-top: 50px;
}
.p-crm42__step .c-inner {
  padding-top: 70px;
}
.p-crm42__reason .c-inner {
  padding-top: 40px;
}
.p-crm42__reason .c-title__h2 {
  margin-top: 5px !important;
  letter-spacing: 0.05em;
}
.p-crm42__reason-item {
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #005eac 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 20px 0;
}
.p-crm42__reason-item .p-crm42__p {
  margin-bottom: 0;
}
.p-crm42__reason-num {
  background-color: #005eac;
  color: #fcfd02;
  font-size: 15px;
  font-weight: 700;
  padding: 3px 11px;
  line-height: 1;
  display: inline-block;
}
.p-crm42__case .c-inner {
  padding-top: 80px;
}
.p-crm42__case .c-title__h2 {
  letter-spacing: 0.05em;
}
.p-crm42__case .c-block:not(.c-block--white) {
  margin-bottom: 68px;
}
.p-crm42__case .c-block--white {
  margin-bottom: 30px;
}
.p-crm42__case-title {
  color: #2baca0;
}
.p-crm42__case-p {
  font-size: 16px;
  margin-bottom: 30px;
}
.p-crm42__case-img {
  margin-bottom: 30px;
}
.p-crm42__case-link {
  text-align: center;
  font-weight: 700;
  color: #005eac;
  display: block;
}
.p-crm42 .c-flow-list .p-crm42__p {
  padding: 20px 30px;
  margin-bottom: 0;
}

/* Utilities */
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-pc {
  display: block;
}
@media (width <= 767px) {
  .u-pc {
    display: none;
  }
}
.u-pc--inline {
  display: inline;
}
@media (width <= 767px) {
  .u-pc--inline {
    display: none;
  }
}
.u-pc--iblock {
  display: inline-block;
}
@media (width <= 767px) {
  .u-pc--iblock {
    display: none;
  }
}
.u-pc--table {
  display: table;
}
@media (width <= 767px) {
  .u-pc--table {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (width <= 767px) {
  .u-sp {
    display: block;
  }
}
.u-sp--inline {
  display: none;
}
@media (width <= 767px) {
  .u-sp--inline {
    display: inline;
  }
}
.u-sp--iblock {
  display: none;
}
@media (width <= 767px) {
  .u-sp--iblock {
    display: inline-block;
  }
}
.u-sp--table {
  display: none;
}
@media (width <= 767px) {
  .u-sp--table {
    display: table;
  }
}

.u-ofit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-pos--absolute {
  position: absolute;
}
.u-pos--fixed {
  position: fixed;
}
.u-pos--relative {
  position: relative;
}

.u-text--default {
  font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.u-text--mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--thin {
  font-weight: 100;
}
.u-text--extra-light {
  font-weight: 200;
}
.u-text--light {
  font-weight: 300;
}
.u-text--regular {
  font-weight: 400;
}
.u-text--medium {
  font-weight: 500;
}
.u-text--semi-bold {
  font-weight: 600;
}
.u-text--bold {
  font-weight: 700;
}
.u-text--extra-bold {
  font-weight: 800;
}
.u-text--black {
  font-weight: 900;
}
.u-text--big {
  font-size: 1.4em;
}
.u-text--regular {
  font-size: 1em;
}
.u-text--small {
  font-size: 0.8em;
}

.u-ellipsis {
  position: relative;
  overflow: hidden;
  height: 13.8em;
}
.u-ellipsis:before, .u-ellipsis:after {
  position: absolute;
  background: #fff;
}
.u-ellipsis:before {
  width: 2em;
  content: "･･･";
  bottom: 0;
  right: 0;
}
.u-ellipsis:after {
  content: "";
  width: 100%;
  height: 100%;
}

.u-color--blue {
  color: #005eac;
}