@charset "UTF-8";
/* =============================================================================


    frp


============================================================================= */
.inner-headbox {
  margin-top: 80px;
}

/* =============================================================================


     about


============================================================================= */
.about {
  overflow: hidden;
  padding-top: 64px;
}

.about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}

.about-img {
  width: 50%;
}

.about-content {
  font-size: 1.8rem;
  line-height: 180%;
  text-align: justify;
  width: calc(50% - 60px);
}

.about-content span {
  color: #005692;
  font-weight: bold;
}

.about-ex {
  margin-top: 80px;
  position: relative;
}

.about-ex:before {
  background: #f5f9ff;
  content: "";
  height: calc(50% + 2px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.about-ex-head {
  background: #0072c2;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 12px;
  text-align: center;
}

.about-ex-contents {
  background: #fff;
  border: 2px solid #0072c2;
  padding: 32px 48px;
}

.about-ex-list {
  gap: 24px 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
  max-width: 600px;
}

.about-ex-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #005692;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  width: calc(33.33333% - ((96px * 2) / 3));
}

.about-ex-icon {
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}

/* =============================================================================


     .feature


============================================================================= */
.feature {
  background: #f5f9ff;
}

.feature-list,
.reason-list {
  margin-top: 48px;
}

.feature-item + li,
.reason-item + li {
  margin-top: 48px;
}

.feature-headbox,
.reason-headbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #0072c2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 12px 32px;
  position: relative;
}

.feature-headbox span,
.reason-headbox span {
  margin-right: 24px;
  word-break: keep-all;
}

.feature-head,
.reason-head {
  padding-left: 12px;
}

.feature-txt,
.reason-txt {
  margin-top: 24px;
}

.feature-txt span,
.reason-txt span {
  color: #005692;
  font-weight: bold;
  line-height: 180%;
}

.feature-item-img,
.reason-item-img {
  margin-top: 24px;
  max-width: 540px;
}

.feature-item-img figcaption,
.reason-item-img figcaption {
  margin-top: 24px;
}

.reason-item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reason-item-contents .reason-txt {
  width: calc(50% - 60px);
}

.employee {
  background: #e6f1f9;
  margin-top: 24px;
  padding: 24px;
  width: 50%;
}

.employee-ttl {
  color: #0072c2;
  font-size: 15px;
  font-weight: bold;
  line-height: 180%;
}

.employee-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 8px;
}

.employee-list {
  min-width: 50%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.employee-list + ul {
  margin-left: 8px;
}

.employee-item {
  padding-left: 1em;
  text-indent: -1em;
}

.employee-item:before {
  content: "・";
}

/* =============================================================================


    repair

============================================================================= */
.repair-list {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}

.repair-item {
  position: relative;
  width: calc(25% - ((24px * 3) / 4));
}

.repair-link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.repair-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.repair-link:hover .repair-img span {
  background: #005692;
  background-image: url(../asset/images/common/arrow05.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19.2px;
}

.repair-img {
  overflow: hidden;
  position: relative;
}

.repair-img:after {
  background: #005692;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.repair-img span {
  background: #fff;
  background-image: url(../asset/images/common/arrow03.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19.2px;
  border: 1px solid #005692;
  bottom: 0;
  height: 32px;
  position: absolute;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 32px;
  z-index: 2;
}

.repair-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.repair-txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  line-height: 180%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

/* =============================================================================


    const

============================================================================= */
.const-list {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}

.const-item {
  background: #fff;
  border: 1px solid #eaebec;
  width: calc(33.333333333% - (48px / 3));
}

.const-img {
  width: 100%;
}

.const-img img {
  width: 100%;
}

.const-item-txtbox {
  padding: 20px;
}

.const-item-head {
  color: #005692;
  font-size: 1.8rem;
  font-weight: bold;
}

.const-item-type {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 180%;
  margin-top: 12px;
}

.const-item-txt {
  font-size: 1.5rem;
  line-height: 180%;
  margin-top: 12px;
}

/* =============================================================================


     flow


============================================================================= */
.flow {
  background: #f5f9ff;
}

.flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 48px;
}

.flow-numberbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
  position: relative;
  width: 100px;
}

.flow-numberbox:before {
  background: #0072c2;
  content: "";
  height: calc((100% - 86px) / 2);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
}

.flow-numberbox._one:before {
  bottom: 0;
}

.flow-numberbox._two:before {
  height: calc(100% + (48px * 2));
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.flow-numberbox._three:before {
  top: 0;
}

.flow-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0072c2;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.6rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.flow-number:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の75%に固定 */
}

.flow-content {
  background: #fff;
  border: 2px solid #0072c2;
  padding: 24px 48px;
  width: calc(100% - 100px);
}

.flow-item-ttl {
  color: #005692;
  font-size: 2.4rem;
  font-weight: bold;
}

.flow-item-txt {
  font-size: 1.5rem;
  line-height: 180%;
  margin-top: 8px;
}

/* =============================================================================


     .faq-list


============================================================================= */
.faq {
  background: #f5f9ff;
}

.faq-list {
  margin-top: 48px;
}

.faq-item + .faq-item {
  margin-top: 24px;
}

.faq-item-txtbox {
  background: #fff;
  font-weight: bold;
  line-height: 180%;
  padding: 20px;
  position: relative;
}

.faq-item-txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.faq-icon {
  margin-right: 12px;
  min-width: 32px;
  width: 32px;
}

.faq-q {
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  /* そのうち1本を縦にする */
  /* プラスアイコンクリック後、マイナスにする */
}

.faq-q:before, .faq-q:after {
  background: #0072c2;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 20px;
}

.faq-q:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq-q.on:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.faq-a {
  background: #0072c2;
  color: #fff;
  display: none;
  font-weight: normal;
}

@media (max-width: 1128px){
  .feature-headbox,
  .reason-headbox {
    font-size: 2.4rem;
  }
  .employee-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .employee-list + ul {
    margin-left: 0;
  }
  .repair-list {
    gap: 12px;
  }
  .repair-item {
    width: calc(25% - ((12px * 3) / 4));
  }
  .repair-txt {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px){
  .inner-headbox {
    margin-top: 48px;
  }
  .about-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
  .about-img {
    margin: auto;
    max-width: 540px;
    width: 100%;
  }
  .about-content {
    font-size: 1.5rem;
    margin-top: 16px;
    width: 100%;
  }
  .about-ex {
    margin-top: 48px;
  }
  .about-ex-head {
    font-size: 2rem;
  }
  .about-ex-contents {
    padding: 20px 42px;
  }
  .about-ex-list {
    gap: 24px 32px;
  }
  .about-ex-item {
    font-size: 1.6rem;
    width: 100%;
    width: calc(50% - (32px / 2));
  }
  .about-ex-icon {
    margin-right: 12px;
    min-width: unset;
    width: 24px;
  }
  .feature-list,
  .reason-list {
    margin-top: 24px;
  }
  .feature-item + li,
  .reason-item + li {
    margin-top: 24px;
  }
  .feature-headbox,
  .reason-headbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 8px 16px;
  }
  .feature-headbox span,
  .reason-headbox span {
    margin-right: 12px;
  }
  .feature-head,
  .reason-head {
    border-left: 1px solid #fff;
  }
  .feature-txt,
  .reason-txt {
    font-size: 1.5rem;
    line-height: 180%;
  }
  .feature-item-img,
  .reason-item-img {
    margin-top: 16px;
  }
  .feature-item-img figcaption,
  .reason-item-img figcaption {
    margin-top: 16px;
  }
  .reason-item-contents .reason-txt {
    width: 100%;
  }
  .reason-item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .employee {
    width: 100%;
  }
  .employee-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .repair-list {
    gap: 16px;
    margin-top: 24px;
  }
  .repair-item {
    width: calc(50% - 8px);
  }
  .repair-img span {
    background-size: 14.2px;
    height: 24px;
    width: 24px;
  }
  .repair-txt {
    font-size: 1.2rem;
  }
  .const-list {
    gap: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .const-item {
    margin: auto;
    max-width: 540px;
    width: 100%;
  }
  .const-item-txtbox {
    padding: 16px;
  }
  .const-item-head {
    font-size: 1.5rem;
  }
  .const-item-type {
    margin-top: 8px;
  }
  .const-item-txt {
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .flow-numberbox {
    margin-right: 12px;
    width: 56px;
  }
  .flow-numberbox:before {
    height: calc((100% - 56px) / 2);
    width: 3px;
  }
  .flow-number {
    font-size: 2.4rem;
  }
  .flow-content {
    padding: 16px 20px;
    width: calc(100% - 68px);
  }
  .flow-item-ttl {
    font-size: 2rem;
  }
  .faq-item + .faq-item {
    margin-top: 16px;
  }
  .faq-item-txtbox {
    padding: 12px 16px;
  }
  .faq-item-txt {
    font-size: 1.5rem;
  }
  .faq-q:before, .faq-q:after {
    right: 10px;
    width: 15px;
  }
  .faq-q {
    font-size: 1.5rem;
    padding-right: 44px;
  }
}


/*# sourceMappingURL=frp.css.map*/