@charset "UTF-8";

.origin-modal {
  border-radius: 1rem;
  width: 100%;
  max-width: 68rem;
  border: 4px solid #0e4ea1;
  overflow: visible !important;
  padding: 6rem 4rem
}
.origin-modal .fancybox-button {
  top: -4rem;
  right: -1rem
}
.origin-modal .fancybox-button svg path {
  fill: #fff
}
.origin-modal h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.5rem;
  font-size: 2.2rem;
  color: #0e4ea1
}
.origin-modal h2::before {
  content: '';
  display: block;
  width: 2.1rem;
  height: 2.2rem;
  background-image: url(../images/icon-pow.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 2rem
}
.origin-modal figure {
  padding: 0 2rem;
  margin-bottom: 4rem
}
.origin-modal .origin-more {
  text-align: center;
  position: relative;
  z-index: 1
}
.origin-modal .origin-more .more {
  display: inline-block;
  width: 100%;
  max-width: 48rem;
  line-height: 5rem;
  border-radius: 2.5rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #ff8a00;
  font-size: 1.8rem;
  position: relative
}
.origin-modal .origin-more .more::after {
  content: '〉';
  line-height: 1;
  font-weight: 400;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.origin-modal .origin-more .more::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #9b6628;
  border-radius: 2.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px)
}
.origin-modal .origin-more .more:hover {
  color: #fff
}
.origin-modal .table {
  background-color: #ddd;
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 1px;
  width: 100%;
  margin-bottom: 6rem
}
.origin-modal .table thead tr {
  background: #ddd
}
.origin-modal .table thead tr th {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  line-height: 3rem
}
.origin-modal .table tbody tr {
  background: #fff
}
.origin-modal .table tbody tr td {
  text-align: right;
  font-size: 1.2rem;
  line-height: 3rem;
  color: #333;
  padding: 0 1rem
}
.origin-modal .table tbody tr td.center {
  vertical-align: middle
}
.origin-modal .table tbody tr td:first-child {
  text-align: center
}
@media (max-width: 768px) {
  .origin-modal {
    border-radius: 2rem
  }
  .origin-modal .fancybox-button {
    top: -7rem;
    right: -2rem
  }
  .origin-modal h2 {
    margin-bottom: 5.5rem;
    font-size: 3.3rem
  }
  .origin-modal h2::before {
    width: 3.2rem;
    height: 3.3rem;
    margin-right: 3rem
  }
  .origin-modal .origin-more .more {
    max-width: 68rem;
    line-height: 8rem;
    border-radius: 4rem;
    font-size: 2.8rem
  }
  .origin-modal .origin-more .more::after {
    right: 2.5rem
  }
  .origin-modal .origin-more .more::before {
    border-radius: 4rem;
    -webkit-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px)
  }
  .origin-modal .table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ddd
  }
  .origin-modal .table thead {
    width: 14rem
  }
  .origin-modal .table thead tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .origin-modal .table thead tr th {
    line-height: 1.2;
    font-size: 2rem;
    height: 7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .origin-modal .table tbody {
    width: calc(100% - 14rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .origin-modal .table tbody tr {
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .origin-modal .table tbody tr td {
    font-size: 2rem;
    line-height: 7rem;
    height: 7rem;
    padding: 0 1rem;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd
  }
  .origin-modal .table tbody tr td.center {
    vertical-align: middle;
    text-align: center;
    width: 200%;
    position: relative;
    z-index: 99
  }
  .origin-modal .table tbody tr td:first-child {
    text-align: center
  }
  .origin-modal .table tbody tr td:last-child {
    border-bottom: none
  }
  .origin-modal .table tbody tr:first-child td {
    border-left: none
  }
  .origin-modal .table tbody tr:last-child {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .origin-modal .table tbody tr:last-child td:nth-child(2) {
    margin-top: 7rem
  }
}




.banner.--page .banner__main--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 0
}
.banner.--page .banner__main--btn a {
  width: 35%;
  margin: 0 1.5rem;
  text-align: center
}
.origin-cat {
  padding: 6rem 0
}
.origin-cat__main {
  overflow: hidden
}
.origin-cat__main .d-flex {
  margin: 0 -1.7rem
}
.origin-cat__main--items {
  width: calc(100% / 5);
  text-align: center;
  padding: 0 1.7rem
}
.origin-cat__main--items .thumbnail {
  margin-bottom: 1.5rem
}
#content .origin-cat__main--items h3 {
  font-size: 2rem;
  line-height: 1.4
}
.origin-cta {
  background: url(../images/cta-bg.webp) no-repeat scroll center / cover
}
.origin-cta__main {
  overflow: hidden
}
.origin-cta__main .d-flex {
  margin: 0 -1.5rem;
  min-height: 20rem;
  align-items: center
}
.origin-cta__main--items {
  width: 50%;
  padding: 0 1.5rem
}
.origin-cta__main--items a {
  display: block
}
.origin-problems {
  padding: 6rem 0 4.5rem;
  background-image: url(../images/bg-2.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0)
}
.origin-problems .head-box {
  text-align: center;
  margin-bottom: 5rem
}
#content .origin-problems .head-box h2 {
  line-height: 1.4;
  color: #fff
}
.origin-problems__main {
  overflow: hidden
}
.origin-problems__main .d-flex {
  margin: 0 -.75rem
}
.origin-problems__main--items {
  width: calc(100% / 3);
  padding: 0 .75rem;
  margin-bottom: 4rem
}
.origin-problems__main--items main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 15rem;
  border-radius: 2rem;
  background: #fff;
  position: relative
}
.origin-problems__main--items main::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 2rem solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%)
}
#content .origin-problems__main--items p {
  margin-bottom: 0;
  line-height: 1.5
}
.origin-service.--page {
  margin-top: -3%;
  padding-top: calc(3% + 6rem)
}
.origin-service__main--des {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center
}
#content .origin-service__main--des p {
  margin-bottom: 0;
  font-size: 2rem
}
.origin-service.--page .origin-service__main--items {
  margin-bottom: 1.5rem
}
.origin-voice {
  padding: 6rem 0;
  background: #e8f7ff
}
.origin-voice .container-origin {
  max-width: 100%
}
.origin-voice__main--items {
  margin-bottom: 6rem;
  padding-right: calc((100% - 96rem) / 2)
}
.origin-voice__main--items .thumbnail {
  width: calc(100% - 50.4rem);
  text-align: right
}
#content .origin-voice__main--items .thumbnail img {
  width: auto;
  height: 32.5rem;
  display: inline-block
}
.origin-voice__main--items .text {
  width: 50.4rem;
  background: #fff;
  padding: 3rem 4.2rem
}
#content .origin-voice__main--items .text h3 {
  position: relative;
  padding-left: 10.5rem;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1.2;
  min-height: 7.2rem;
  display: flex;
  align-items: center
}
#content .origin-voice__main--items .text h3 img {
  width: 9.1rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}
#content .origin-voice__main--items:nth-child(2) .text h3 img {
  width: 6.2rem;
  left: 1rem
}
#content .origin-voice__main--items:nth-child(3) .text h3 img {
  width: 9.7rem
}
#content .origin-voice__main--items:nth-child(4) .text h3 img {
  width: 6.2rem;
  left: 1rem
}
#content .origin-voice__main--items:nth-child(5) .text h3 img {
  width: 3.9rem;
  left: 2.5rem
}
#content .origin-voice__main--items:nth-child(6) .text h3 img {
  width: 5.8rem;
  left: 1rem
}
.origin-voice__main--items .text .area-btn {
  text-align: center
}
.origin-voice__main--items .text .area-btn .more {
  display: inline-block;
  width: 100%;
  max-width: 30rem;
  background: #fff;
  border-radius: 2.5rem;
  text-align: center;
  border: 3px solid #0e4ea1;
  line-height: 5rem;
  font-size: 1.8rem;
  color: #0e4ea1;
  font-weight: 700;
  position: relative
}
.origin-voice__main--items .text .area-btn .more::after {
  content: '〉';
  line-height: 1;
  font-weight: 400;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.origin-voice__main--items .text .area-btn .more:hover {
  opacity: .7
}
.origin-voice__main--items:nth-child(odd) {
  flex-direction: row-reverse;
  padding-left: calc((100% - 96rem) / 2);
  padding-right: 0
}
.origin-voice__main--items:nth-child(odd) .thumbnail {
  text-align: left
}
.origin-voice__main--items:last-child {
  margin-bottom: 0
}
.origin-price.--page .origin-price__main--des {
  display: flex;
  flex-wrap: wrap
}
#content .origin-price.--page .origin-price__main--des p {
  font-size: 2rem
}
.origin-price.--page .origin-price__main--des .labels {
  text-align: center;
  margin-bottom: 5.5rem
}
.origin-price.--page .origin-price__main--des .labels {
  width: 100%;
  max-width: 92.5rem
}
.origin-price__main--tabel {
  padding: 0 4rem;
  margin-bottom: 5rem
}
.origin-price__main--tabel:last-child {
  margin-bottom: 0
}
.origin-price__main--tabel .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0d4da0;
  padding: 1rem 5rem 1rem 2rem
}
#content .origin-price__main--tabel .head h3 {
  font-size: 2rem;
  line-height: 1.2;
  color: #fff
}
.origin-price__main--tabel .head span {
  font-weight: 700;
  color: #fff
}
.origin-price__main--tabel .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .95rem 5rem .95rem 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4
}
.origin-price__main--tabel .items:nth-child(even) {
  background: #e8f7ff
}
.origin-price__main--tabel .items span {
  font-size: 2.4rem;
  font-weight: 500
}
.origin-price__main--labels {
  text-align: center;
  margin-bottom: 4rem
}
#content .origin-price__main--labels img {
  max-width: 61.8rem
}
.origin-price__main--tabel .txt {
  padding: 3rem 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center
}
.origin-price__main--tabel .txt:nth-child(even) {
  background: #ffd6b4
}
.origin-price__main--tabel .txt__price {
  font-size: 2.4rem;
  font-weight: 500;
  width: calc(100% - 65.5rem);
  text-align: right
}
.origin-price__main--tabel .txt__text {
  width: 65.5rem
}
#content .origin-price__main--tabel .txt__text h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem
}
.origin-price__main--tabel .txt__price p {
  margin-bottom: 0
}
.origin-flow.--page .origin-flow__tabs {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto
}
#content .origin-flow__tabs--main .flow-step-origin__items p a {
  color: #174cf8;
  border-bottom: 1px solid #174cf8
}
#content .origin-flow.--page .origin-flow__tabs--main .flow-step-origin__items img {
  opacity: 1;
  width: 100%;
  max-width: 56.1rem
}
.origin-flow.--page .origin-flow__tabs--main .flow-step-origin__items {
  margin-bottom: 4.5rem
}
.origin-flow.--page .origin-flow__tabs--main .flow-step-origin__items:nth-child(1) {
  margin-bottom: 3.5rem
}
.origin-flow.--page .origin-flow__tabs--main .flow-step-origin__items:nth-child(3) {
  margin-bottom: 5.5rem
}
.origin-flow.--page .origin-flow__tabs--main .flow-step-origin__items:last-child {
  margin-bottom: 0
}
.origin-flow.--page .origin-flow__tabs--main .flow-step-origin {
  margin-bottom: 0
}
.origin-flow__area {
  padding: 10rem 4rem 0
}
.origin-flow__area h2 {
  text-align: center;
  margin-bottom: 6rem
}
.origin-flow__area--main {
  position: relative
}
.origin-flow__area--main .des {
  width: 100%;
  max-width: 59.5rem;
  background: #d6f0ff;
  border: 1px solid #000;
  border-radius: 1rem;
  padding: 2.5rem
}
.origin-flow__area--main .des p {
  margin-bottom: 0
}
.origin-flow__area--main .area {
  margin-top: -20rem
}
.origin-flow__area--main .area svg .area-items {
  cursor: pointer;
  transition: all 400ms ease-in-out
}
.origin-flow__area--main .area svg .area-items:hover {
  opacity: .6
}
.origin-fqa__main--items .a-origin img {
  margin-top: 2rem
}
.origin-modal-area {
  width: 100%;
  /*max-width: 71rem;*/
  border: 2px solid #0e4ea1;
  border-radius: 1rem;
  /*padding: 4rem 4rem 1.5rem*/
}
.origin-modal-area__main {
  overflow: hidden
}
.origin-modal-area__main .d-flex {
  margin: 0 -1.4rem
}
.origin-modal-area__main--items {
  width: 50%;
  padding: 0 1.4rem;
  margin-bottom: 2.5rem
}
.origin-modal-area__main--items h3 {
  font-size: 2.2rem;
	font-weight: 700;
  line-height: 1.2;
  color: #0e4ea1;
  margin-bottom: 1.5rem
}
.origin-modal-area__main--items h3 a {
  color: #0e4ea1
}
.origin-modal-area__main--items main {
  display: block;
  border: 1px solid #ddd
}
.origin-modal-area__main--items main .items {
  border-bottom: 1px solid #ddd;
  padding: 1rem .4rem 1rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8rem
}
.origin-modal-area__main--items main .items:last-child {
  border-bottom: none
}
.origin-modal-area__main--items main .flex {
  display: flex
}
.origin-modal-area__main--items main .flex span {
  white-space: nowrap
}
.origin-modal-area__main--items main .items img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.origin-modal-area__main--items main .items p {
  margin-bottom: 0
}
.origin-modal-area__main--items main .items b {
  font-weight: 300;
  font-size: 1rem
}
.origin-modal-area__main--items main .items.d-flex {
  margin: 0;
  padding: 1rem
}
.origin-modal-area__main--items main .items picture {
  display: block;
  width: calc(100% / 3);
  padding: 0 .5rem;
  margin: .2rem 0
}
.origin-modal-area__main--items main .items.red {
  color: red
}
.origin-service__main--des p {
  font-size: 2.6rem
}
.origin-data {
  padding-top: 6rem;
  background: transparent linear-gradient(180deg, #E8F7FF 0%, #FFF 100%)
}
.origin-data .head-box {
  text-align: center;
  margin-bottom: 5.5rem
}
.origin-data .head-box h2 {
  color: #0D4DA0
}
.origin-data__main {
  overflow: hidden;
  margin-bottom: 6rem
}
.origin-data__main .d-flex {
  margin: 0 -.75rem
}
.origin-data__main--items {
  width: calc(100% / 3);
  padding: 0 .75rem
}
.origin-data__list {
  padding: 0 7.5rem;
  overflow: hidden
}
.origin-data__list .d-flex {
  margin: 0 -2.5rem
}
.origin-data__list--items {
  width: calc(100% / 4);
  padding: 0 2.5rem
}
.origin-cta.--fukkyu .origin-cta__main .d-flex {
  justify-content: center
}
.origin-service.--fukkyu .origin-service__main--items {
  width: calc(100% / 4);
  margin-bottom: 2rem
}
.origin-service__des {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-top: 2rem
}
.origin-price__costs {
  margin-bottom: 4.5rem;
  padding: 0 4rem
}
.origin-price__costs--head {
  background: #0d4da0;
  padding: 1rem 5rem 1rem 2rem;
  margin-bottom: 1.5rem
}
.origin-price__costs--head h3 {
  font-size: 2rem;
  line-height: 1.2;
  color: #fff
}
.origin-price__costs--txt {
  padding: 0 3rem;
  margin-bottom: 3rem
}
.origin-price__costs--txt p {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 3.2rem
}
.origin-price__costs--img {
  text-align: center;
  margin-bottom: 4.5rem
}
.origin-price__costs--img img {
  width: 100%;
  max-width: 69rem
}
.origin-price__costs--list {
  margin-bottom: 4.5rem
}
.origin-price__costs--list ul li {
  border-bottom: 1px solid #0e4ea1;
  padding: 1rem 0;
  font-size: 2rem;
  line-height: 3.2rem;
  color: #333;
  display: flex;
  align-items: center
}
.origin-price__costs--list ul li:last-child {
  border: none
}
.origin-price__costs--list ul li span {
  display: block;
  width: 22.5rem;
  padding: 0 .5rem;
  color: #0E4EA1;
  font-weight: 700;
  text-align: center
}
.origin-flow.--fukkyu .origin-flow__tabs--nav ul li {
  width: calc(100% / 2)
}
.origin-flow.--fukkyu .origin-flow__tabs--main .flow-step-origin__items h3 {
  font-size: 2rem
}
.origin-flow__tabs--main .flow-step-origin__btn .more-fukkyu {
  display: inline-block;
  width: 100%;
  max-width: 40.2rem
}
.origin-flow.--fukkyu .origin-flow__tabs--main .flow-step-origin {
  margin-bottom: 0
}
.origin-flow.--fukkyu .origin-flow__tabs {
  max-width: 100%
}
.origin-postthumbnail__main--items .text .head h3 span {
  font-weight: 400;
  font-size: 1.5rem;
  vertical-align: super
}
.origin-flow.--fukkyu .origin-flow__tabs--main .flow-step-origin__items.fukkyu {
  margin-bottom: 7.5rem
}
.sp {
  display: none
}

@media (max-width: 768px) {
  .pc {
    display: none
  }
  .sp {
    display: block
  }
  .container-origin {
    padding: 0 2rem
  }

  .banner__main--btn {
    width: 100%;
    max-width: 68rem;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
	
	
  .banner.--page .banner__main--btn {
    transform: none;
    bottom: 1rem;
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
    flex-wrap: wrap
  }
  .banner.--page .banner__main--btn a {
    width: 100%;
    margin: 0 0 2rem
  }
  .origin-cat__main .d-flex {
    margin: 0 -2.5rem;
    justify-content: center
  }
  .origin-cat__main--items {
    width: calc(100% / 2);
    padding: 0 2.5rem;
    margin-bottom: 3rem
  }
  #content .origin-cat__main--items h3 {
    font-size: 3rem
  }
  .origin-cta {
    padding: 6rem 0
  }
  .origin-cta__main .d-flex {
    margin: 0;
    min-height: auto
  }
  .origin-cta__main--items {
    width: 100%;
    padding: 0;
    margin: 1.5rem 0
  }
  .origin-cta__main--items a {
    display: block
  }
  .origin-problems {
    background-image: url(../images/bg-2_sp.webp);
    background-position: center bottom;
    -webkit-clip-path: none;
    clip-path: none;
    padding: 6rem 0 14rem;
    position: relative;
    z-index: 1
  }
  .origin-problems__main .d-flex {
    margin: 0
  }
  .origin-problems__main--items {
    width: calc(100%);
    padding: 0;
    margin-bottom: 4rem
  }
  .origin-service.--page {
    margin-top: -7rem;
    padding-top: calc(7rem + 6rem)
  }
  .origin-voice__main--items {
    margin-bottom: 6rem;
    padding-right: 0
  }
	.origin-voice__main--items .text .area-btn .more {
		font-size: 2.6rem;
	}
  .origin-voice__main--items .thumbnail {
    width: 100%
  }
  #content .origin-voice__main--items .thumbnail img {
    width: 100%;
    height: auto
  }
  .origin-voice__main--items .text {
    width: 100%;
    background: #fff;
    padding: 4rem 2rem
  }
  .origin-voice__main--items:nth-child(odd) {
    padding-left: 0
  }
  .origin-price.--page .origin-price__main--des .labels {
    max-width: 100%
  }
  .origin-price__main--tabel {
    padding: 0
  }
  .origin-price__main--tabel .head h3 {
    padding-right: 2rem
  }
  .origin-price__main--tabel .head span {
    white-space: nowrap
  }
  .origin-price__main--tabel .txt:nth-child(even) {
    background: #ffd6b4
  }
  .origin-price__main--tabel .txt__price {
    width: 100%;
    margin-bottom: 2rem
  }
  .origin-price__main--tabel .txt__text {
    width: 100%
  }
  #content .origin-price__main--tabel .txt__text h3 {
    font-size: 3rem
  }
  .origin-flow.--page .origin-flow__tabs {
    max-width: 100%
  }
  .origin-flow__area {
    padding: 6rem 0 0
  }
  .origin-flow__area--main .des {
    max-width: 100%
  }
  .origin-flow__area--main .area {
    margin-top: 8rem
  }
  .origin-flow__area--main .area__sp .items {
    margin-bottom: 4rem
  }
  #content .origin-flow__area--main .area__sp .items a {
    display: block;
    text-align: center;
    line-height: 12rem;
    position: relative;
    border-radius: 5px;
    font-size: 3.6rem;
    color: #fff;
    font-weight: 700
  }
  .origin-flow__area--main .area__sp .items a::after {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(../images/icon-push.webp) no-repeat scroll center / 100% 100%;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%)
  }
  .origin-flow__area--main .area__sp .items a {
    background: #0e4ea1;
  }
  .origin-flow__area--main .area__sp .items .area-items-2 {
    background: #52c6f5
  }
  .origin-flow__area--main .area__sp .items .area-items-3 {
    background: #11bca1
  }
  .origin-flow__area--main .area__sp .items .area-items-4 {
    background: #afcc13
  }
  .origin-flow__area--main .area__sp .items .area-items-5 {
    background: #fe9f23
  }
  .origin-flow__area--main .area__sp .items .area-items-6 {
    background: #ee58a0
  }
  .origin-modal-area {
    width: 100%;
    max-width: 100%
  }
  .origin-modal-area__main .d-flex {
    margin: 0
  }
  .origin-modal-area__main--items {
    width: 100%;
    padding: 0;
    margin-bottom: 6rem
  }
  .origin-modal-area__main--items h3 {
    font-size: 4.4rem
  }
  .origin-modal-area__main--items main .items {
    padding: 2rem 2rem 2rem 3rem;
    font-size: 2.4rem;
    line-height: 3.6rem
  }
  .origin-modal-area__main--items main .items b {
    font-size: 2rem
  }
  .origin-modal-area__main--items main .items.d-flex {
    padding: 2rem 3rem
  }
  .origin-modal-area__main--items main .items picture {
    margin: .4rem 0;
    padding: 0 1rem
  }
  .origin-data .head-box h2 {
    line-height: 1.4
  }
  .origin-data__list {
    padding: 0
  }
  .origin-data__list .d-flex {
    margin: 0 -1.5rem;
    justify-content: center
  }
  .origin-data__list--items {
    width: calc(100% / 3);
    padding: 0 1.5rem;
    margin-bottom: 3rem
  }
  .origin-service.--fukkyu .origin-service__main--items {
    width: calc(100% / 3)
  }
  .origin-service__des {
    font-size: 2.4rem;
    line-height: 3.2rem
  }
  .origin-price__costs {
    padding: 0
  }
  .origin-price__costs--head h3 {
    line-height: 2.5
  }
  .origin-price__costs--txt {
    padding: 0
  }
  .origin-price__costs--txt p {
    font-size: 2.4rem;
    line-height: 1.4
  }
  .origin-price__costs--list ul li {
    font-size: 2.4rem;
    flex-wrap: wrap;
    padding: 2rem 0
  }
  .origin-price__costs--list ul li span {
    width: 100%;
    margin-bottom: 2rem
  }
  .origin-flow.--fukkyu .origin-flow__tabs--main .flow-step-origin__items h3 {
    font-size: 2.4rem
  }
  .origin-flow__tabs--main .flow-step-origin__btn .more-fukkyu {
    max-width: 100%;
    padding: 0 3rem
  }
  .origin-flow.--fukkyu .origin-flow__tabs {
    max-width: 100%
  }
  .origin-price__main--tabel .items {
    font-size: 2.4rem;
    line-height: 2
  }
  #content .origin-price__main--tabel .head h3 {
    font-size: 2.4rem
  }
  #content .origin-price.--page .origin-price__main--des p {
    font-size: 2.4rem
  }
  #content .origin-service__main--des p {
    font-size: 2.4rem
  }
  .origin-postthumbnail__main--items .text .head h3 span {
    font-size: 2rem
  }
  .origin-flow.--fukkyu .origin-flow__tabs--main .flow-step-origin__items.fukkyu {
    margin-bottom: 8.5rem
  }
  .origin-data.--fukkyu .origin-data__main .d-flex {
    margin: 0 -1rem;
    justify-content: center
  }
  .origin-data.--fukkyu .origin-data__main--items {
    width: 50%;
    margin-bottom: 2rem;
    padding: 0 1rem
  }
}
@media screen and (max-width:768px) {
  .origin-postthumbnail__main--items .text p {
    font-size: 2.6rem;
    line-height: 1.5
  }
  .origin-fqa__main--items .a-origin {
    font-size: 2.6rem
  }
  .origin-fqa__main--items .q-origin {
    font-size: 2.6rem
  }
  .origin-plan__main--main .flow-hurry-origin__labels {
    line-height: 5rem;
    border-radius: 4rem;
    padding: 0 2.5rem;
    font-size: 3rem
  }
  .origin-flow__tabs--main .flow-hurry-origin__labels {
    line-height: 5rem;
    border-radius: 4rem;
    padding: 0 2.5rem;
    font-size: 3rem;
    left: 45%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%)
  }
  .origin-flow__tabs--main .flow-step-origin__items h3 {
    line-height: 4rem
  }
  .origin-flow__tabs--main .flow-note-origin__labels {
    line-height: 5rem;
    border-radius: 4rem;
    padding: 0 2.5rem;
    font-size: 3rem;
    left: 45%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%)
  }
}