@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

html {
  min-height: 100%;
}

body {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

address, caption, cite, code, em, th {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

hr {
  overflow: visible;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, svg {
  vertical-align: top;
  border: 0;
}

li {
  list-style-type: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

button, input, select, textarea {
  font-family: inherit;
}

input[type=search] {
  border-radius: 0;
  -webkit-appearance: none;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button, [type=reset], [type=submit] {
  -webkit-appearance: button;
}

object {
  pointer-events: none;
}

html {
  font-size: 6.25%;
}

body {
  font-size: 16px;
  font-size: 16rem;
  background: #fff;
  color: #000;
  font-family: "Barlow", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  line-height: 0;
  line-height: 1.4;
}

input, textarea {
  color: #000;
}

a {
  color: #0083BA;
  transition: all 0.1s linear;
  text-decoration: none;
}
a:visited {
  color: #0083BA;
}
a:focus {
  color: #0083BA;
}
a:hover {
  color: #0083BA;
}
a:active {
  color: #0083BA;
}
a:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: initial;
  }
}
footer {
  font-size: 16px;
  font-size: 16rem;
  background: #000;
  color: #FFF;
  text-align: left;
  padding: 30px;
  position: relative;
  margin: 0 auto;
}

footer a {
  color: #FFF;
}

.footer-info__dt {
  font-size: 18px;
  font-size: 18rem;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 30px;
  line-height: 1;
}

.footer-box__li {
  margin: 0 0 6px 0;
  padding: 0 5px;
  border-right: 1px solid #FFF;
}

.footer-box__li:last-child {
  border: 0;
}

.footer-box__li a {
  font-size: 16px;
  font-size: 16rem;
  text-decoration: none;
  color: #FFF;
}

.footer-social {
  position: absolute;
  top: 20px;
  right: 30px;
}

.copyright {
  font-size: 12px;
  font-size: 12rem;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #337AB7;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.oracle {
  font-size: 14px;
  font-size: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.oracle p {
  line-height: 51px;
}
.oracle img {
  margin-left: 20px;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .oracle {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .oracle img:nth-of-type(1) {
    margin-top: 0;
  }
  .oracle img:nth-of-type(2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.form-wrapper {
  margin: 0 40px;
}
.form-wrapper.-summary {
  width: 1074px;
}
.form-wrapper.-request {
  width: 914px;
}
.form-wrapper.-confirmation {
  width: 1080px;
}

.header-nav:after {
  content: "";
  clear: both;
  display: table;
}

#navToggle {
  display: none;
}

.nav-top {
  position: absolute;
  top: 40px;
  right: 30px;
}

.nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.nav-box__li {
  margin-left: 22px;
  position: relative;
}
.nav-box__li a {
  color: #000;
  display: block;
  font-weight: 400;
  padding: 10px;
  text-decoration: none;
}
.nav-box__li.-logout a {
  color: #337AB7;
}
.nav-box__li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.nav-box__li ul li {
  overflow: hidden;
  height: 0;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.nav-box__li ul li a {
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  padding: 13px 15px;
  text-align: left;
}
.nav-box__li:hover > a {
  background: rgba(255, 255, 255, 0.9);
}
.nav-box__li:hover ul li {
  overflow: visible;
  height: 46px;
  margin-bottom: 1px;
}
.nav__logout {
  background: currentColor;
  border-radius: 0.1em;
  display: inline-block;
  line-height: 1;
  height: 0.1em;
  margin-right: 2px;
  position: relative;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 0.8em;
}
.nav__logout:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

@media only screen and (max-width: 1100px) {
  #navToggle {
    display: block;
    position: fixed;
    right: 0;
    top: 25px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    z-index: 100;
    background-color: #000;
    padding: 10px 0 0 11px;
    transition: All ease 0.4s;
    -webkit-transition: All ease 0.4s;
    -moz-transition: All ease 0.4s;
    -o-transition: All ease 0.4s;
    -ms-transition: All ease 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .openNav #navToggle {
    right: 200px;
  }

  #navToggle .navtoggle-icon {
    position: relative;
  }

  #navToggle i {
    display: block;
    position: absolute;
    width: 100%;
    transition: All ease-in-out 0.4s;
    -webkit-transition: All ease-in-out 0.4s;
    -moz-transition: All ease-in-out 0.4s;
    -o-transition: All ease-in-out 0.4s;
    -ms-transition: All ease-in-out 0.4s;
    color: #FFF;
  }

  #navToggle i.fa-times {
    display: none;
  }

  .openNav #navToggle i.fa-bars {
    display: none;
  }

  .openNav #navToggle i.fa-times {
    display: block;
    font-size: 16px;
    top: -1px;
  }

  .nav-top {
    display: block;
    margin-left: -2%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 0;
    transition: All ease-in-out 0.4s;
    -webkit-transition: All ease-in-out 0.4s;
    -moz-transition: All ease-in-out 0.4s;
    -o-transition: All ease-in-out 0.4s;
    -ms-transition: All ease-in-out 0.4s;
  }

  .openNav .nav-top {
    z-index: 99;
    width: 100%;
    height: 100%;
  }

  .nav-top .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: All ease-in-out 0.4s;
    -webkit-transition: All ease-in-out 0.4s;
    -moz-transition: All ease-in-out 0.4s;
    -o-transition: All ease-in-out 0.4s;
    -ms-transition: All ease-in-out 0.4s;
  }

  .openNav .nav-top .overlay {
    background: rgba(0, 0, 0, 0.2);
  }

  .nav-top .nav-inner {
    width: 200px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: -200px;
    transition: All ease-in-out 0.4s;
    -webkit-transition: All ease-in-out 0.4s;
    -moz-transition: All ease-in-out 0.4s;
    -o-transition: All ease-in-out 0.4s;
    -ms-transition: All ease-in-out 0.4s;
  }

  .openNav .nav-top .nav-inner {
    right: 0;
  }

  .nav-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #efefef;
  }

  .nav-box__li {
    float: none;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .nav-box__li:nth-child(3) > a {
    font-size: 12px;
    font-size: 12rem;
    background: #EFEFEF;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    pointer-events: none;
  }
  .nav-box__li ul {
    background: none;
    position: relative;
  }
  .nav-box__li ul:hover li {
    height: 40px;
  }
  .nav-box__li ul li {
    border-bottom: 1px solid #ccc;
    height: 40px;
    overflow: visible;
  }
  .nav-box__li ul li:last-child {
    border-bottom: 0;
  }
  .nav-box__li ul li a {
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
  }
  .nav-box__li ul li a:hover, .nav-box__li ul li a:active {
    background: #F2C94C;
    opacity: 1;
  }

  .nav-box__li a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }

  .nav-box__li a:active,
.nav-box__li a:hover {
    background: #F2C94C;
    opacity: 1;
  }
}
header {
  position: static;
  height: 50px;
}

.header-logo {
  margin: 30px 0 0 30px;
}
.header-logo img {
  max-width: 182px;
}

.login {
  background: #fff url(../../img/propre-japan/bg-img.jpg) no-repeat;
  background-size: cover;
}

.rakuchin-hero {
  background: url(../../img/propre-japan/img-rakuchindata.png) no-repeat right 100%;
  background-size: contain;
  background-color: #E7F26A;
  height: 300px;
  pointer-events: none;
  width: 100%;
}
.rakuchin-hero .hero-box {
  margin: 50px 0 0 10%;
}

.rakuchin-section {
  margin: 200px auto 50px;
  text-align: center;
}

.rakuchin__ttl {
  font-weight: 300;
  margin-bottom: 30px;
}

.rakuchin__lead {
  font-size: 36px;
  font-size: 36rem;
  color: #F5A623;
  font-weight: 300;
  margin: 0 auto 40px;
}
.rakuchin__lead img {
  max-width: 542px;
  width: 100%;
}

.rakuchin-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 5% 50px;
}
.rakuchin-item li {
  margin: 0 10px 50px;
  width: 340px;
}
.rakuchin-item li h4 {
  font-size: 24px;
  font-size: 24rem;
  font-weight: 300;
  margin: 30px 0;
}
.rakuchin-item li h5 {
  font-size: 16px;
  font-size: 16rem;
  font-weight: 700;
}
.rakuchin-item li h6 {
  font-size: 20px;
  font-size: 20rem;
  color: #337AB7;
  font-weight: 700;
  margin-bottom: 10px;
}
.rakuchin-item li p {
  text-align: left;
  line-height: 1.6;
}

.rakuchin-items__img {
  height: 220px;
}

.rakuchin-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #ECF9FF;
  margin: 0 auto 50px;
  padding: 20px;
  width: 50%;
}

.rakuchin-feature__item {
  border-left: 1px solid #337AB7;
  padding: 20px;
  width: 100%;
}
.rakuchin-feature__item:first-of-type {
  border-left: none;
}

.rakuchin-feature__ttl {
  font-size: 24px;
  font-size: 24rem;
  color: #337AB7;
  font-weight: 400;
  margin-bottom: 10px;
}

.rakuchin-feature__txt {
  text-align: left;
}

.rakuchin-promo__ttl {
  font-size: 24px;
  font-size: 24rem;
  color: #E13535;
  font-weight: 300;
  margin-bottom: 20px;
}

.rakuchin-promo__subttl {
  font-size: 18px;
  font-size: 18rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.rakuchin-price__wrapper {
  font-size: 18px;
  font-size: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #337AB7;
  margin-bottom: 50px;
  text-align: center;
}

.rakuchin-price__free {
  border: 1px solid #337AB7;
  margin-right: 20px;
  min-height: 230px;
  padding: 40px;
}
.rakuchin-price__free .rakuchin-price__subttl {
  margin-top: 50px;
}

.rakuchin-price__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #337AB7;
  padding: 20px;
}
.rakuchin-price__plan .rakuchin-price__subttl {
  margin-top: 40px;
}

.rakuchin-price__itemwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.rakuchin-price__item {
  padding: 20px;
}
.rakuchin-price__item:first-of-type {
  border-right: 1px dashed #337AB7;
}

.rakuchin-price__num {
  font-size: 72px;
  font-size: 72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.rakuchin-price__num:after {
  font-size: 18px;
  font-size: 18rem;
  content: "円";
  font-weight: 400;
}

.rakuchin-price__ttl {
  font-size: 18px;
  font-size: 18rem;
  font-weight: 700;
}
.rakuchin-price__ttl span {
  font-size: 36px;
  font-size: 36rem;
}

.rakuchin-price__note {
  font-size: 16px;
  font-size: 16rem;
  color: #000;
  margin: 10px 0;
}

.rakuchin-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 auto 50px;
}

.rakuchin-process__item {
  font-size: 18px;
  font-size: 18rem;
  border-radius: 50%;
  background: #E2F1FE;
  color: #337AB7;
  display: inline-block;
  height: 120px;
  margin: 10px;
  text-align: center;
  width: 120px;
}

.rakuchin-process__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.rakuchin-process__arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.rakuchin-process__arrow:before, .rakuchin-process__arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.rakuchin-process__arrow:before {
  left: 3px;
  width: 7px;
  height: 1px;
  background: #337AB7;
}
.rakuchin-process__arrow:after {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #337AB7;
  border-right: 1px solid #337AB7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1085px) {
  .rakuchin-hero {
    background-position: right 100%;
    background-size: cover;
  }
}
@media only screen and (max-width: 860px) {
  .rakuchin-price__itemwrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .rakuchin-price__item:first-of-type {
    border-right: none;
    border-bottom: 1px dashed #337AB7;
  }
}
@media only screen and (max-width: 768px) {
  .rakuchin-hero .hero-box {
    margin: 150px auto 0;
    width: 90%;
  }
  .rakuchin-hero .hero__txt br {
    display: none;
  }
  .rakuchin-hero .hero__ttl {
    font-size: 48px;
    font-size: 48rem;
  }

  .rakuchin-section {
    margin-top: 350px;
  }

  .rakuchin__ttl {
    margin: 0 auto 50px;
    width: 90%;
  }
  .rakuchin__ttl br {
    display: none;
  }

  .rakuchin-price__wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 5% 50px;
  }

  .rakuchin-price__free {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .rakuchin-price__free .rakuchin-price__subttl {
    margin-top: 0;
  }

  .rakuchin__lead {
    margin: 0 2%;
  }

  .rakuchin-feature {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    width: 80%;
  }

  .rakuchin-feature__item {
    border-left: none;
    border-top: 1px solid #337AB7;
  }
  .rakuchin-feature__item:first-of-type {
    border-top: none;
  }
}
@media only screen and (max-width: 600px) {
  .rakuchin-process {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .rakuchin-process__arrow:before {
    left: 6px;
    width: 1px;
    height: 7px;
    background: #337AB7;
  }
  .rakuchin-process__arrow:after {
    top: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #337AB7;
    border-right: 1px solid #337AB7;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media only screen and (max-width: 480px) {
  .rakuchin-hero {
    background-position: 82% 100%;
  }

  .rakuchin-section {
    margin-top: 400px;
  }
}
.propassist-hero {
  background: url(../../img/propre-japan/img-propassist.png) no-repeat right 100%;
  background-size: contain;
  background-color: #C1F4FF;
  height: 300px;
  pointer-events: none;
  width: 100%;
}
.propassist-hero .hero-box {
  margin: 50px 0 0 10%;
}
.propassist-hero .hero__txt br {
  display: none;
}

.propassist-section {
  margin: 200px auto 50px;
  text-align: center;
}

.propassist__ttl {
  font-weight: 300;
  margin-bottom: 30px;
}
.propassist__ttl br {
  display: none;
}

.propassist__subttl {
  font-size: 16px;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 10% 50px;
}

.propassist__body {
  font-size: 16px;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 30px 10%;
}

.propassist-img__wrapper {
  margin: 50px 5% 80px;
  text-align: center;
}
.propassist-img__wrapper img {
  max-width: 900px;
  width: 100%;
}

.propassist-bbl__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: -60px;
}

.propassist-bbl {
  font-size: 16px;
  font-size: 16rem;
  background: #0083BA;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: inline-block;
  font-weight: 400;
  height: 200px;
  letter-spacing: 0;
  line-height: 24px;
  opacity: 0.8;
  position: relative;
  width: 200px;
}
.propassist-bbl span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
}

.propassist-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #ECF9FF;
  margin: 0 auto 50px;
  padding: 20px;
  width: 60%;
}

.propassist-feature__item {
  border-left: 1px solid #337AB7;
  padding: 20px;
  width: 100%;
}
.propassist-feature__item:first-of-type {
  border-left: none;
}

.propassist-feature__ttl {
  font-size: 24px;
  font-size: 24rem;
  color: #337AB7;
  font-weight: 400;
  margin-bottom: 10px;
}

.propassist-feature__txt {
  text-align: left;
}

.propassist-price__wrapper {
  font-size: 18px;
  font-size: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #337AB7;
  margin: 50px 0;
  text-align: center;
}

.propassist-price__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #337AB7;
  padding: 40px;
}
.propassist-price__plan .propassist-price__subttl {
  margin-top: 40px;
}

.propassist-price__itemwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}

.propassist-price__item {
  padding: 20px;
  position: relative;
}
.propassist-price__item:nth-of-type(2) {
  border-right: 1px dashed #337AB7;
  border-left: 1px dashed #337AB7;
  margin: 0 20px;
  padding: 20px 40px;
}
.propassist-price__item .ico__deal {
  font-size: 18px;
  font-size: 18rem;
  background: #A7C570;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: inline-block;
  height: 140px;
  left: 50%;
  letter-spacing: 0;
  line-height: 24px;
  padding: 26px 22px;
  position: absolute;
  text-transform: uppercase;
  top: -80px;
  width: 140px;
}
.propassist-price__item .ico__deal .free {
  font-size: 38px;
  font-size: 38rem;
  margin-bottom: 4px;
}
.propassist-price__item .ico__deal .value {
  font-size: 42px;
  font-size: 42rem;
  color: #000;
}
.propassist-price__item .ico__deal .value:after {
  font-size: 16px;
  font-size: 16rem;
  content: "枚付き";
  font-weight: 400;
}

.propassist-price__ticket {
  font-size: 72px;
  font-size: 72rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.propassist-price__ticket:after {
  font-size: 28px;
  font-size: 28rem;
  content: "回券";
  font-weight: 400;
}

.propassist-price__num {
  font-size: 72px;
  font-size: 72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.propassist-price__num:after {
  font-size: 18px;
  font-size: 18rem;
  content: "円";
  font-weight: 400;
}

.propassist-price__ttl {
  font-size: 18px;
  font-size: 18rem;
  font-weight: 700;
}
.propassist-price__ttl span {
  font-size: 36px;
  font-size: 36rem;
}

.propassist-price__note {
  font-size: 16px;
  font-size: 16rem;
  color: #000;
  margin: 10px 0;
}

.propassist-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 auto 50px;
}

.propassist-process__item {
  font-size: 18px;
  font-size: 18rem;
  border-radius: 50%;
  background: #E2F1FE;
  color: #337AB7;
  display: inline-block;
  height: 120px;
  margin: 10px;
  text-align: center;
  width: 120px;
}

.propassist-process__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.propassist-process__arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.propassist-process__arrow:before, .propassist-process__arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.propassist-process__arrow:before {
  left: 3px;
  width: 7px;
  height: 1px;
  background: #337AB7;
}
.propassist-process__arrow:after {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #337AB7;
  border-right: 1px solid #337AB7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1085px) {
  .propassist-hero {
    background-position: right 100%;
    background-size: cover;
  }
}
@media only screen and (max-width: 860px) {
  .propassist__ttl br {
    display: block;
  }

  .propassist-price__itemwrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .propassist-price__item:nth-of-type(2) {
    border-bottom: 1px dashed #337AB7;
    border-left: none;
    border-right: none;
    border-top: 1px dashed #337AB7;
  }
  .propassist-price__item .ico__deal {
    left: 70%;
    top: -30px;
  }

  .propassist-feature {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .propassist-hero .hero-box {
    margin: 150px auto 0;
    width: 90%;
  }
  .propassist-hero .hero__txt br {
    display: none;
  }
  .propassist-hero .hero__ttl {
    font-size: 48px;
    font-size: 48rem;
  }

  .propassist-section {
    margin-top: 350px;
  }

  .propassist__ttl {
    margin: 0 auto 50px;
    width: 90%;
  }
  .propassist__ttl br {
    display: none;
  }

  .propassist-price__wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 5% 50px;
  }

  .propassist-price__free {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .propassist-price__free .propassist-price__subttl {
    margin-top: 0;
  }

  .propassist-feature {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    width: 80%;
  }

  .propassist-feature__item {
    border-left: none;
    border-top: 1px solid #337AB7;
  }
  .propassist-feature__item:first-of-type {
    border-top: none;
  }
}
@media only screen and (max-width: 600px) {
  .propassist-process {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .propassist-process__arrow:before {
    left: 6px;
    width: 1px;
    height: 7px;
    background: #337AB7;
  }
  .propassist-process__arrow:after {
    top: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #337AB7;
    border-right: 1px solid #337AB7;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media only screen and (max-width: 480px) {
  main {
    overflow: hidden;
  }

  .propassist-hero {
    background-position: 94% 100%;
  }
  .propassist-hero .hero__txt br {
    display: block;
  }

  .propassist-section {
    margin-top: 400px;
  }

  .propassist__ttl br {
    display: none;
  }

  .propassist-feature {
    width: 90%;
  }

  .propassist-price__plan {
    padding: 30px;
  }

  .propassist-price__item {
    padding: 20px 0;
  }
  .propassist-price__item:nth-of-type(2) {
    margin: 0;
    padding: 20px 0;
  }

  .propassist-price__num {
    letter-spacing: 0;
  }
}
.psap-hero {
  background: url(../../img/propre-japan/img-psap.png) no-repeat right 60%;
  background-size: cover;
  height: 300px;
  pointer-events: none;
  width: 100%;
}
.psap-hero .hero-box {
  margin: 50px 0 0 10%;
}
.psap-hero .hero-text span {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #C3F3F3 70%);
}

.psap-item {
  margin: 100px auto;
  text-align: center;
}
.psap-item.-top {
  margin-top: 200px;
}

.psap-header__visual {
  background: no-repeat url("../../img/propre-japan/psap-header.jpg");
  background-size: cover;
  height: 310px;
  margin: 20px 0;
}

.psap-header__visual .psap-ttl {
  font-size: 36px;
  font-size: 36rem;
  background-color: #FFF;
  line-height: 2em;
  padding: 30px 0 10px;
  position: relative;
  text-align: center;
  top: 100px;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -2.5em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.4em;
}

.psap-ttl rt {
  display: none;
}

.psap-header__lead {
  font-size: 28px;
  font-size: 28rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.psap-header__lead span {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #C3F3F3 70%);
}

.psap-content {
  margin: 30px auto;
  max-width: 892px;
  text-align: center;
}

.psap-content__ttl {
  font-size: 36px;
  font-size: 36rem;
  font-weight: 300;
  margin: 0 auto 20px;
}
.psap-content__ttl br {
  display: none;
}

.psap-content__subttl {
  font-size: 18px;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto 20px;
}

.psap-content__lead {
  font-size: 28px;
  font-size: 28rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.psap-content__body {
  font-size: 1em;
  margin-bottom: 30px;
  text-align: center;
}

.twitter-feed {
  border: 1px solid #EBEEF1;
  margin: 0 auto;
  padding: 10px;
  width: 350px;
}

.twitter__ttl {
  font-weight: 300;
  margin: 10px 0;
}

.psap-content__arrow {
  text-align: center;
}

.arrow-down {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: block;
  height: 30px;
  margin: 10px auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 30px;
}

.psap-content__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  width: 80%;
}

.psap-content__pointitem, .psap-detail__item {
  width: 450px;
  margin: 0 20px;
}

.psap-content__pointitem img, .psap-detail__item img {
  width: 100%;
}

.psap-content__pointwrapper, .psap-detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}

.psap-content__pointitem .point-ttl {
  font-size: 24px;
  font-size: 24rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
}

.psap-content__pointitem .ico-point {
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  background: #384A74;
  text-align: center;
  line-height: 80px;
  margin-right: 10px;
  padding: 10px 20px;
  white-space: nowrap;
}

.psap-content__pointitem p, .psap-detail__item p {
  text-align: left;
}

.psap-content__pointitem p small {
  font-size: 12px;
  font-size: 12rem;
}

.psap-detail {
  margin: 30px auto;
  max-width: 892px;
  text-align: center;
}

.psap-detail__wrapper {
  margin-bottom: 80px;
}

.psap-detail__item .detail-ttl {
  font-size: 24px;
  font-size: 24rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  margin: 10px 0;
  text-align: left;
}

.psap-additional {
  margin: 30px auto 50px;
  max-width: 892px;
  text-align: center;
  width: 80%;
}

.psap-additional__ttl {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2em;
  margin-bottom: 20px;
}

.psap-additional p {
  margin: 0 5%;
}

.psap-additional small {
  font-size: 0.8em;
}

.request-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 20px -100px 30px;
}

.request-item {
  background-color: #384A74;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 30px;
  padding: 20px;
  position: relative;
  width: 240px;
}

.request-item:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 20px solid transparent;
  border-top: 20px solid #384A74;
  border-left: 40px;
}

.psap-contact__note {
  font-size: 16px;
  font-size: 16rem;
  color: #E13535;
  font-weight: 400;
  text-align: center;
}

.psap-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  margin: 0 5% 30px;
  padding: 10px 0;
}

.psap-partner img {
  align-self: center;
  display: block;
  width: 200px;
}

.psap-partner__txt {
  align-self: center;
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: left;
  width: calc(100% - 220px);
}

.psap-content__release {
  font-size: 36px;
  font-size: 36rem;
  background-color: #337AB7;
  color: #FFF;
  border-top: 1px solid #337AB7;
  border-bottom: 1px solid #337AB7;
  font-weight: 300;
  margin: 0 auto 50px;
  padding: 30px;
  text-align: center;
  transition: all 0.1s linear;
}
.psap-content__release span {
  font-size: 16px;
  font-size: 16rem;
  display: block;
  font-weight: 400;
  margin: 10px 0;
}
.psap-content__release br {
  display: none;
}

.psap-content__btn {
  font-size: 20px;
  font-size: 20rem;
  color: #337AB7;
  border: 1px solid #337AB7;
  display: inline-block;
  font-weight: 300;
  margin: 20px auto 50px;
  padding: 30px;
  text-align: center;
  transition: all 0.1s linear;
}
.psap-content__btn:hover {
  background-color: #337AB7;
  color: #FFF;
}

iframe.psap-frame {
  border: none;
  width: 100%;
  height: 1250px;
}

.psap-privacy__section {
  border: 1px solid #337AB7;
  height: 200px;
  margin: 20px auto;
  overflow-y: scroll;
  padding: 10px;
  width: 60%;
}

@media only screen and (max-width: 1040px) {
  iframe.psap-frame {
    height: 2000px;
  }
}
@media only screen and (max-width: 820px) {
  iframe.psap-frame {
    height: 2450px;
  }
}
@media only screen and (max-width: 768px) {
  .psap-hero {
    background-position: right 50%;
  }
  .psap-hero .hero-box {
    margin: 150px auto 0;
    width: 90%;
  }

  .psap-item.-top {
    margin-top: 300px;
  }

  .psap-content__ttl {
    font-size: 1.5em;
    margin: 10px 5% 30px;
  }

  .psap-content__subttl {
    width: 90%;
  }
  .psap-content__subttl br {
    display: none;
  }

  .psap-content__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    width: 90%;
  }

  .psap-content__pointwrapper {
    align-items: center;
  }

  .psap-content__pointitem {
    margin-bottom: 20px;
    width: 90%;
  }

  .psap-detail__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .psap-detail__item {
    margin-bottom: 20px;
    width: 90%;
  }

  .psap-detail__item img {
    width: 100%;
  }

  .detail-ttl br {
    display: none;
  }

  .request-wrapper {
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .psap-partner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .psap-partner__txt {
    font-size: 1.5em;
    width: 100%;
  }

  .twitter-feed {
    width: 100%;
  }
  .twitter-feed iframe[data-width] {
    width: attr(data-width, 90%);
  }

  .psap-content__release,
.psap-privacy__section {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .psap-content__ttl br,
.psap-content__release br {
    display: block;
  }
}
.psap-criteria__wrapper {
  margin: 50px auto;
  width: 50%;
}

.criteria-head,
.criteria-foot {
  text-align: center;
}

.criteria-foot {
  margin-top: 20px;
}

.criteria-head__ttl {
  font-size: 50px;
  font-size: 50rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.criteria-head__ttl br {
  display: none;
}

.thanks-head__ttl {
  font-size: 30px;
  font-size: 30rem;
  font-weight: 300;
  margin: 30px 0;
}

.criteria-head__subttl {
  font-size: 16px;
  font-size: 16rem;
  font-weight: 400;
  margin-top: 40px;
}

.criteria-form {
  border: 1px solid #337AB7;
  padding: 30px;
}

.criteria-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 20px 0;
}
.criteria-form__item label {
  width: 30%;
}
.criteria-form__item label.-required:after {
  content: "必須";
  background-color: #f0ad4e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px 4px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}
.criteria-form__item .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 70%;
}

.psap-form__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #0083BA;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.psap-form__section:last-of-type {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.psap-form__section.-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.psap-form__checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.psap-form__checklist li {
  margin-bottom: 14px;
}

.criteria-note {
  color: #555;
}

.criteria-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.criteria-check li {
  margin: 20px 0 10px 20px;
}

.thanks-end {
  font-size: 20px;
  font-size: 20rem;
  font-weight: 300;
  margin: 30px 0;
}

@media only screen and (max-width: 1200px) {
  .psap-criteria__wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 798px) {
  .psap-criteria__wrapper {
    width: 90%;
  }

  .psap-form__checklist li {
    width: auto;
  }
}
@media only screen and (max-width: 530px) {
  .criteria-form {
    padding: 10px;
  }

  .criteria-head__ttl br {
    display: block;
  }

  .criteria-form__item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .criteria-form__item label {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
  }
  .criteria-form__item label:first-child {
    margin-top: 0;
  }
  .criteria-form__item .form-item {
    width: 100%;
  }
  .criteria-form__item .form-item .pj-input {
    width: 100%;
  }
  .criteria-form__item .pj-select {
    width: 100%;
  }

  .psap-form__section {
    width: 100%;
  }
  .psap-form__section .pj-input {
    width: 100%;
  }
}
.propreport-hero {
  background: url(../../img/propre-japan/img-propreport.png) no-repeat right 30%;
  background-size: cover;
  height: 300px;
  pointer-events: none;
  width: 100%;
}
.propreport-hero .hero-box {
  margin: 50px 0 0 10%;
}

.propreport-section {
  margin: 0 auto 50px;
  text-align: center;
  width: 90%;
}

.propreport-item {
  margin: 300px auto 50px;
  text-align: center;
}

.propreport__ttl {
  font-size: 36px;
  font-size: 36rem;
  color: #F5A623;
  font-weight: 300;
  margin: 0 auto 20px;
}

.propreport__subttl {
  font-size: 24px;
  font-size: 24rem;
  font-weight: 300;
  margin: 20px 0;
  text-align: center;
}

.propreport-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.propreport-list li {
  position: relative;
  width: 220px;
  margin: 0 10px 10px;
}

.propreport-list__ttl {
  font-size: 20px;
  font-size: 20rem;
  font-weight: 300;
  margin: 10px 0;
}

.icon {
  font-size: 16px;
  font-size: 16rem;
  background: #00BAF2;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  height: 94px;
  line-height: 1.4;
  padding: 14px;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 94px;
}

.propreport-client {
  margin: 0 auto 50px;
  text-align: center;
  width: 90%;
}

.propreport-client__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 50px auto;
}

.propreport-client__item.-owners {
  margin-right: 50px;
  width: 60%;
}
.propreport-client__item.-finance {
  width: 40%;
}

.client-txt__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.client-txt__wrapper li {
  margin-right: 20px;
  text-align: left;
  width: 100%;
}

.client-txt {
  text-align: left;
}

.propreport-price {
  text-align: center;
  margin: 0 auto 50px;
}

.propreport-price__tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 30px auto 10px;
}

.propreport-price__col {
  margin-right: 1px;
  width: 200px;
}
.propreport-price__col dt {
  font-size: 18px;
  font-size: 18rem;
  background-color: #00BAF2;
  color: #FFF;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1px;
  padding: 10px 0;
  text-align: center;
}
.propreport-price__col dd {
  background-color: #E4F1FC;
  line-height: 1.58;
  padding: 10px 0;
  text-align: center;
}

.propreport-price__note {
  font-size: 14px;
  font-size: 14rem;
  margin: 0 auto;
  text-align: left;
  width: 600px;
}

.propreport-btn {
  font-size: 18px;
  font-size: 18rem;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  line-height: 1.6;
  margin: 50px 0;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 16px 27px;
  white-space: nowrap;
}
.propreport-btn:hover, .propreport-btn:active {
  background: #F2C94C;
  color: #000;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.propreport-btn:visited {
  color: #000;
}

.underline {
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #FFD7D7 60%);
  font-size: 1.3em;
}

.pricebold {
  font-size: 20px;
  font-size: 20rem;
  color: #E13535;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .propreport-hero {
    background-position: right 50%;
  }
  .propreport-hero .hero-box {
    margin: 150px auto 0;
    width: 90%;
  }

  .propreport-item {
    margin-top: 400px;
  }

  .propreport-client__wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .propreport-price__col {
    width: 100%;
  }

  .propreport-price__tbl,
.propreport-price__note {
    width: 96%;
  }

  .propreport-client__item.-owners, .propreport-client__item.-finance {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .propreport-item {
    margin-top: 500px;
  }

  .propreport-price__col:first-child dd {
    font-size: 14px;
    font-size: 14rem;
    line-height: 1.8;
  }

  .propreport__body {
    margin: 0 auto;
    width: 96%;
  }
  .propreport__body br {
    display: none;
  }
}
.propscope {
  text-align: center;
}

.propscope-hero {
  background: url(../../img/propre-japan/img-propscope-hero__bg.png) no-repeat center top;
  background-size: cover;
  margin: 50px 0 20px;
  position: relative;
  width: auto;
}

.propscope__bbl {
  background: #000;
  border-radius: 50%;
  color: #FFF;
  font-weight: 700;
  height: 80px;
  position: absolute;
  left: calc(50% - 300px);
  top: 0;
  width: 80px;
}
.propscope__bbl:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 30px solid #000;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.propscope__bbl span {
  font-size: 28px;
  font-size: 28rem;
  display: block;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
}

.propscope-hero__name {
  font-size: 24px;
  font-size: 24rem;
  font-weight: 300;
  letter-spacing: 0.3em;
  margin-bottom: 50px;
}

.propscope-hero__ttl {
  font-size: 64px;
  font-size: 64rem;
  font-weight: 300;
  margin-bottom: 30px;
}

.propscope-hero__subttl {
  font-size: 24px;
  font-size: 24rem;
  color: #0083BA;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.propscope-feature {
  margin: 0 auto 50px;
  text-align: left;
  width: 50%;
}

.propscope-feature__item {
  font-weight: 700;
  margin: 10px 0;
}
.propscope-feature__item:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #0083BA;
  margin-right: 10px;
  margin-left: -28px;
}

.propscope-feature__action {
  display: block;
  letter-spacing: 0.3em;
  margin: 20px 0;
  width: 30%;
}

.propscope-detail__wrapper {
  margin: 100px 2%;
  text-align: center;
}

.propscope-detail__ttl,
.propscope__ttl {
  font-size: 24px;
  font-size: 24rem;
  color: #0083BA;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 50px 0;
}

.propscope-detail__subttl {
  font-size: 18px;
  font-size: 18rem;
  margin: 80px 0 10px;
}

.propscope-detail__body {
  line-height: 1.6;
  margin-bottom: 30px;
}

.propscope-detail__factors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  font-size: 18rem;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 40px;
  margin: 0 5%;
}
.propscope-detail__factors h3 {
  color: #0083BA;
  margin-bottom: 10px;
}
.propscope-detail__factors p {
  text-align: left;
}

.propscope-detail__purpose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5%;
}
.propscope-detail__purpose li {
  width: 45%;
  text-align: left;
  margin-top: 10px;
}
.propscope-detail__purpose li:nth-of-type(odd) {
  margin-right: 50px;
}
.propscope-detail__purpose li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #0083BA;
  margin-left: -26px;
  margin-right: 10px;
}

.propscope-img img {
  max-width: 100%;
}

.propscope-linktodetail {
  display: block;
  text-decoration: underline;
  margin: 50px 0;
}

.propscope-disclaimer {
  margin: 20px 2%;
}

.br560,
.br1000,
.-mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }

  .propscope-detail__body {
    margin: 0 20% 30px;
    text-align: left;
  }
}
@media only screen and (max-width: 780px) {
  .propscope-detail__factors {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .propscope-hero {
    background-size: contain;
  }

  .propscope-feature {
    width: 80%;
  }
}
@media only screen and (max-width: 680px) {
  .propscope__bbl {
    left: 80%;
    top: -100px;
  }
  .propscope__bbl:before {
    right: 50px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .propscope-feature__action {
    width: 80%;
  }

  .propscope-detail__ttl,
.propscope-hero__subttl,
.propscope__ttl {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 560px) {
  .br560 {
    display: block;
  }

  .br1000 {
    display: none;
  }

  .propscope-detail__purpose {
    margin: 0 10%;
  }
  .propscope-detail__purpose li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .-mobile {
    display: block;
  }

  .propscope__bbl {
    left: 0;
    top: 80px;
  }
  .propscope__bbl:before {
    left: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 320px) {
  .propscope-hero__ttl {
    font-size: 48px;
    font-size: 48rem;
  }
}
.account {
  margin: 60px 80px;
  width: 600px;
}
.account .setform {
  margin-bottom: 40px;
}

.account__ttl {
  font-size: 18px;
  font-size: 18rem;
  font-weight: 500;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .account {
    margin: 60px 2%;
    width: auto;
  }
}
main section:first-child {
  padding-top: 45px;
}

.heading-bc26 {
  font-size: 26px;
  font-size: 26rem;
  margin: 0 auto;
  text-align: center;
  display: block;
  line-height: 1.4;
}

.heading-bc18 {
  font-size: 18px;
  font-size: 18rem;
  margin: 0 auto;
  text-align: center;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.heading-c14 {
  font-size: 14px;
  font-size: 14rem;
  margin: 0 auto 10px auto;
  padding: 5px 0 0 0;
  text-align: center;
}

.btn-w18 {
  font-size: 18px;
  font-size: 18rem;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  padding: 16px 44px;
  border: 1px solid #000;
  background: #FFF;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-w18:visited {
  color: #000;
}
.btn-w18:hover {
  background: #F2C94C;
  color: #000;
  opacity: 1;
}

.fadein {
  opacity: 0.1;
  transform: translate(0px, 100px);
  transition: all 300ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0px, 0px);
}

.fadebox .fadein:nth-of-type(2) {
  transition-delay: 100ms;
}

.fadebox .fadein:nth-of-type(3) {
  transition-delay: 200ms;
}

.fadebox .fadein:nth-of-type(4) {
  transition-delay: 300ms;
}

.fadebox .fadein:nth-of-type(5) {
  transition-delay: 400ms;
}

.fadebox .fadein:nth-of-type(6) {
  transition-delay: 500ms;
}

.fadebox .fadein:nth-of-type(7) {
  transition-delay: 600ms;
}

.fadebox.-bouncein {
  overflow: hidden;
}

.bouncein {
  opacity: 0.1;
  transition: all 300ms;
}
.bouncein.-left {
  transform: translate(-400px, 0);
}
.bouncein.-right {
  transform: translate(400px, 0);
}

.bouncein.scrollin {
  opacity: 1;
  transform: translate(0px, 0px);
}

.fadebox .bouncein:nth-of-type(2) {
  transition-delay: 100ms;
}

.fadebox .bouncein:nth-of-type(3) {
  transition-delay: 200ms;
}

.fadebox .bouncein:nth-of-type(4) {
  transition-delay: 300ms;
}

.fadebox .bouncein:nth-of-type(5) {
  transition-delay: 400ms;
}

.fadebox .bouncein:nth-of-type(6) {
  transition-delay: 500ms;
}

.fadebox .bouncein:nth-of-type(7) {
  transition-delay: 600ms;
}

.home-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: url(../../img/propre_japan/home_header.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  height: 240px;
  padding-top: 35px !important;
  margin: 0 auto 10px auto !important;
}

@media only screen and (max-width: 768px) {
  .home-visual {
    height: 200px;
    padding-top: 30px !important;
  }
}
.home-visual__title {
  font-size: 42px;
  font-size: 42rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
  width: 96%;
}

@media only screen and (max-width: 768px) {
  .home-visual__title {
    font-size: 38px;
    font-size: 38rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-visual__title {
    font-size: 32px;
    font-size: 32rem;
  }
}
.contact-area {
  margin: 0 auto 80px auto;
  max-width: 842px;
  width: 90%;
}

.contact-box {
  position: relative;
  width: 450px;
  margin: 35px auto 38px auto;
}

.contact-box__dt {
  font-size: 16px;
  font-size: 16rem;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.contact-box__dd {
  margin: 0 0 24px 0;
}

.contact-box__last {
  width: 49% !important;
}

.contact-box__name {
  width: 49% !important;
  margin: 0 0 0 2%;
}

.contact-box__message {
  margin: 0 auto 0 auto;
}

.contact-box__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contact-box__error {
  width: calc(100% - 120px);
  color: #EB5757;
  padding: 15px 0 0 0;
}

.contact-box__btn {
  width: 120px;
  margin: 0 0 0 auto;
}

.contact-box2 {
  position: relative;
  margin: 0px auto 20px auto;
  padding: 20px 7px 7px 7px;
}

.contact-box2__dt {
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 8px 0;
}

.contact-box2__dd {
  margin: 0 0 21px 0;
}

.contact-box2__name {
  margin: 10px 0 0 0;
}

.contact-box2__message {
  margin: 0 auto 0 auto;
}

.contact-box2__btm {
  margin-top: -20px;
}

.contact-box2__error {
  color: #EB5757;
  padding: 0 0 0 0;
}

.contact-box2__btn {
  width: 86px;
  text-align: right;
  margin: 0 0 0 auto;
}

.contact-box2__btn button {
  padding: 16px 8px;
}

.contact-note {
  font-size: 14px;
  font-size: 14rem;
  font-weight: 300;
}

input, select {
  vertical-align: middle;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  font-size: 14px;
  font-size: 14rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #CFCFCF;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  width: 100%;
}

input[type=text].-invalid,
input[type=email].-invalid,
input[type=number].invalid,
input[type=checkbox].-invalid,
input[type=password].invalid,
textarea.invalid {
  color: #EB5757;
  border: 1px solid #EB5757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-send,
.btn-contact {
  font-size: 18px;
  font-size: 18rem;
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px 27px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}
.btn-send:hover, .btn-send:active,
.btn-contact:hover,
.btn-contact:active {
  background: #F2C94C;
  color: #000;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-send:visited,
.btn-contact:visited {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .contact-box {
    width: 90%;
  }

  input[type=text],
input[type=email],
input[type=number],
input[type=password],
textarea {
    font-size: 14px;
    font-size: 14rem;
  }
}
.dashboard-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 5%;
}

.dashboard-service {
  background: #FFF;
  border: 1px solid #337AB7;
  margin: 20px;
  min-height: 300px;
  padding: 20px 20px 80px;
  position: relative;
  width: 400px;
}
.dashboard-service .service__sttl {
  font-size: 14px;
  font-size: 14rem;
  font-weight: 300;
  color: #0083BA;
}
.dashboard-service .service__ttl {
  font-size: 30px;
  font-size: 30rem;
  border-bottom: 1px solid #0083BA;
  color: #0083BA;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
.dashboard-service .service__body {
  font-size: 18px;
  font-size: 18rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 10px 0;
}
.dashboard-service .service__txt {
  font-size: 15px;
  font-size: 15rem;
}
.dashboard-service .service__img {
  margin: 10px -20px;
}
.dashboard-service .service__img img {
  width: 100%;
}
.dashboard-service .service-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  bottom: 20px;
  gap: 10px;
  position: absolute;
  width: calc(100% - 40px);
}
.dashboard-service .service-btn__wrapper .service__btn {
  font-size: 16px;
  font-size: 16rem;
  background: #0083BA;
  border: 0;
  color: #FFF;
  letter-spacing: 0.3em;
  padding: 10px;
  margin-top: 50px;
  width: 100%;
}
.dashboard-service .service-btn__wrapper .service__btn:hover {
  background: #F2C94C;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dashboard-service.-maintenance {
  border-color: #CFCFCF;
}
.dashboard-service.-maintenance .service__ttl {
  color: #CFCFCF;
  border-color: #CFCFCF;
}
.dashboard-service.-maintenance .service__sttl {
  color: #CFCFCF;
}
.dashboard-service.-maintenance .service__btn {
  background: #CFCFCF;
}
.dashboard-service.-maintenance .service__btn:hover {
  background: #CFCFCF;
  opacity: 1;
}
.dashboard-service.-maintenance:before {
  font-size: 14px;
  font-size: 14rem;
  background: #FCD44B;
  box-sizing: border-box;
  content: "メンテナンス中です";
  font-weight: 400;
  height: 40px;
  margin: 0 20px 0 0;
  padding: 10px;
  position: absolute;
  right: -40px;
  text-align: center;
  width: 148px;
}
.dashboard-service.-maintenance:after {
  position: absolute;
  content: "";
  top: 60px;
  right: -20px;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #AC9851;
}
.dashboard-service.-free {
  border-color: #ED9A11;
}
.dashboard-service.-free .service__ttl {
  color: #ED9A11;
  border-color: #ED9A11;
}
.dashboard-service.-free .service__sttl {
  color: #ED9A11;
}
.dashboard-service.-free .service__btn {
  background: #ED9A11;
}
.dashboard-service.-free .service__btn:hover {
  background: #FFD600;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dashboard-service.-free:before {
  font-size: 14px;
  font-size: 14rem;
  background: #FCD44B;
  box-sizing: border-box;
  content: "無料です";
  font-weight: 400;
  height: 40px;
  margin: 0 20px 0 0;
  padding: 10px;
  position: absolute;
  right: -40px;
  text-align: center;
  width: 80px;
}
.dashboard-service.-free:after {
  position: absolute;
  content: "";
  top: 60px;
  right: -20px;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #AC9851;
}

.dashboard-admin {
  border: 1px solid #81C73A;
  margin: 20px;
  min-height: 300px;
  padding: 20px 20px 80px;
  position: relative;
  width: 400px;
}
.dashboard-admin .admin__sttl {
  font-size: 14px;
  font-size: 14rem;
  font-weight: 300;
  color: #81C73A;
}
.dashboard-admin .admin__ttl {
  font-size: 30px;
  font-size: 30rem;
  border-bottom: 1px solid #81C73A;
  color: #81C73A;
  letter-spacing: 0.2em;
  padding-bottom: 20px;
}
.dashboard-admin .admin__body {
  font-size: 18px;
  font-size: 18rem;
  font-weight: 400;
  letter-spacing: 0.5em;
  line-height: 48px;
}
.dashboard-admin .admin__btn {
  font-size: 18px;
  font-size: 18rem;
  background: #81C73A;
  border: 0;
  bottom: 20px;
  color: #FFF;
  letter-spacing: 0.3em;
  margin-top: 50px;
  padding: 10px;
  position: absolute;
  width: 90%;
}
.dashboard-admin .admin__btn:hover {
  background: #F2C94C;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dashboard-admin.-maintenance {
  border-color: #CFCFCF;
}
.dashboard-admin.-maintenance .admin__ttl {
  color: #CFCFCF;
  border-color: #CFCFCF;
}
.dashboard-admin.-maintenance .admin__sttl {
  color: #CFCFCF;
}
.dashboard-admin.-maintenance .admin__btn {
  background: #CFCFCF;
}
.dashboard-admin.-maintenance .admin__btn:hover {
  background: #CFCFCF;
  opacity: 1;
}
.dashboard-admin.-maintenance:before {
  font-size: 14px;
  font-size: 14rem;
  background: #FCD44B;
  box-sizing: border-box;
  content: "メンテナンス中です";
  font-weight: 400;
  height: 40px;
  margin: 0 20px 0 0;
  padding: 10px;
  position: absolute;
  right: -40px;
  text-align: center;
  width: 148px;
}
.dashboard-admin.-maintenance:after {
  position: absolute;
  content: "";
  top: 60px;
  right: -20px;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #AC9851;
}

.dashboard__note {
  font-size: 14px;
  font-size: 14rem;
  color: #979797;
  margin-bottom: 50px;
  text-align: center;
}

.dashboard-update__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 155px;
  margin-bottom: 20px;
  overflow-y: auto;
}

.dashboard-update__date {
  margin-bottom: 20px;
  width: 30%;
}

.dashboard-update__body {
  margin-bottom: 20px;
  width: 70%;
}

@media only screen and (max-width: 1440px) {
  .dashboard-rakuchin__wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dashboard-rakuchin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 50px;
  }
  .dashboard-rakuchin div:nth-child(2) {
    text-align: left;
  }

  .dashboard-rakuchin__link {
    display: inline-block;
    margin-left: 20px;
  }

  .dashboard-rakuchinitem__wrapper {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media only screen and (max-width: 993px) {
  .dashboard-wrapper {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media only screen and (max-width: 768px) {
  .dashboard-wrapper {
    margin: 15% 5%;
  }

  .dashboard-rakuchin {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dashboard-rakuchin div:nth-child(2) {
    text-align: center;
  }

  .dashboard-rakuchin__link {
    display: block;
  }

  .dashboard-service.-maintenance:before {
    top: -20px;
  }
  .dashboard-service.-maintenance:after {
    top: 20px;
  }
}
.terms__ttl,
.privacy__ttl {
  font-size: 26px;
  font-size: 26rem;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  display: block;
  line-height: 1.4;
}

.terms__subttl,
.privacy__subttl {
  font-size: 16px;
  font-size: 16rem;
  text-align: left;
  font-weight: normal;
}

.privacy-policy,
.terms-conditions {
  font-size: 14px;
  font-size: 14rem;
  margin: 0 auto 120px auto;
  max-width: 680px;
  width: 90%;
}

.privacy-policy .privacy__ttl,
.terms-conditions .terms__ttl {
  margin: 100px auto 30px auto;
  min-width: 300px;
}

.privacy-policy .privacy__ttl:first-child,
.terms-conditions .terms__ttl:first-child {
  margin-top: 0;
}

.privacy-policy .privacy__ttl br,
.terms-conditions .terms__ttl br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .privacy-policy .privacy__ttl br,
.terms-conditions .terms__ttl br {
    display: block;
  }
}
.privacy-policy .privacy__subttl,
.terms-conditions .terms__subttl {
  margin-bottom: 25px;
}

.privacy-text,
.terms-text {
  margin: 0 auto 50px auto;
  text-align: left;
}
.privacy-text.-mid,
.terms-text.-mid {
  margin-bottom: 10px;
}
.privacy-text.-midwide,
.terms-text.-midwide {
  margin-bottom: 25px;
}

.privacy-policy .privacy-policy__margin,
.terms-conditions .terms-conditions__margin {
  margin: 0 auto 30px auto;
}

.privacy-list {
  margin: 0 auto 50px 30px;
}
.privacy-list.-mid {
  margin-bottom: 25px;
}

.terms-list {
  margin: 0 auto 50px 10px;
}
.terms-list.-text {
  margin: 0 auto 50px 0;
}

.privacy-sublist {
  margin: 0 0 25px 40px;
}
.privacy-sublist li {
  list-style-type: disc;
  list-style-position: outside;
}

.privacy-list__li {
  list-style-type: lower-latin;
  list-style-position: outside;
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}

.terms-list__li {
  font-size: 14px;
  font-size: 14rem;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 10px;
  padding-left: 1em;
  text-align: left;
}
.terms-list__li ul {
  margin-left: 20px;
}
.terms-list__li ul li {
  padding-left: 2em;
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -2.5em;
}
.terms-list__li ul li:before {
  content: "(" counter(cnt) ") ";
  margin-right: 1.3em;
}

.terms-list__txt {
  font-size: 14px;
  font-size: 14rem;
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 10px;
}
.terms-list__txt ul {
  margin-left: 20px;
}
.terms-list__txt ul li {
  padding-left: 2em;
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -2.5em;
}
.terms-list__txt ul li:before {
  content: "(" counter(cnt) ") ";
  margin-right: 1.3em;
}

.error {
  margin: 80px 3%;
  text-align: center;
}

.error-msg {
  margin: 30px auto;
}

.error-item {
  margin: 0 auto 20px;
  text-align: left;
  width: 300px;
}
.error-item li {
  margin-bottom: 10px;
}

.error-telenquiry {
  margin: 30px auto;
}

.error-telenquiry__ttl {
  font-size: 18px;
  font-size: 18rem;
  font-weight: 400;
  margin: 20px 0;
}
.error-telenquiry__ttl span {
  font-size: 24px;
  font-size: 24rem;
}

.hero {
  background: url(../../img/propre-japan/img-hero.png) no-repeat right 50%;
  background-size: cover;
  height: 500px;
  pointer-events: none;
  width: 100%;
}

.hero-box {
  color: #fff;
  margin: 110px 0 0 10%;
  padding: 80px 20px 40px;
  position: relative;
  width: 500px;
}
.hero-box:after {
  background: #0083BA;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero__stxt {
  font-size: 14px;
  font-size: 14rem;
  position: relative;
  z-index: 1;
}

.hero__ttl {
  font-size: 48px;
  font-size: 48rem;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.hero__line {
  margin: 10px 0;
  position: relative;
  z-index: 1;
}

.hero__txt {
  font-size: 18px;
  font-size: 18rem;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.hero__body {
  line-height: 1.8;
  margin: 20px 0 0 10%;
  width: 500px;
}

.trans {
  width: 0%;
  height: 2px;
  background: #FFF;
  transition: all 0.8s ease 0s;
  z-index: 1;
}

.trans.scrollin {
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .hero {
    background-position: 60% 50%;
  }

  .hero-box {
    margin: 150px auto 0;
    width: 90%;
  }

  .hero__ttl {
    font-size: 28px;
    font-size: 28rem;
  }

  .hero__body {
    margin: 20px auto 0;
    width: 90%;
  }
}
.home-propscope__wrapper {
  background: url(../../img/propre-japan/img-home-propscope-bg.png) no-repeat center top;
  background-size: cover;
  border: 1px solid #337AB7;
  color: #000;
  display: block;
  margin: 140px 5% 50px;
  padding: 40px 10%;
  text-align: center;
}
.home-propscope__wrapper h4 {
  font-size: 18px;
  font-size: 18rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.home-propscope__wrapper h2 {
  font-size: 34px;
  font-size: 34rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.home-propscope__wrapper p {
  font-weight: 400;
  line-height: 1.8;
  margin-top: 30px;
}

@media only screen and (max-width: 890px) {
  .home-propscope__wrapper {
    padding: 40px 2%;
  }
}
@media only screen and (max-width: 720px) {
  .br720 {
    display: none;
  }
}
.home-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: row-reverse;
  margin: 50px 0;
  width: 100%;
}
.home-section.-last {
  background: url(../../img/propre-japan/img-prefooter.png) no-repeat right bottom;
  flex-direction: row;
  margin-bottom: 0;
}

.home-section__left {
  margin-left: 5%;
  width: 60%;
}

.home-section__right {
  margin: 0 5%;
  width: 40%;
}

.home-section__ttl {
  font-size: 36px;
  font-size: 36rem;
  color: #FFA318;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 20px;
}

.home-section__subttl {
  font-size: 24px;
  font-size: 24rem;
}

.home-section__body {
  margin: 10px 0;
}

.home-section__btn {
  margin: 20px 0;
}
.home-section__btn a:visited {
  color: #000;
}
.home-section__btn.-center {
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .home-section.-intro {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-section__left,
.home-section__right {
    text-align: center;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .home-section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-section.-last {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-section.-last .home-section__right {
    margin-bottom: 100px;
    margin-top: 50px;
  }

  .home-section__left,
.home-section__right {
    margin: 0 auto;
    width: 90%;
  }
}
.newsbox {
  background-color: #FFF;
  border: 1px solid #000;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.5);
  margin: 0 auto 30px;
  min-height: 400px;
  padding: 20px 5%;
  width: 80%;
}

.news-list__wrapper {
  height: 450px;
  overflow-y: auto;
  padding-right: 20px;
}
.news-list__wrapper::-webkit-scrollbar {
  width: 12px;
}
.news-list__wrapper::-webkit-scrollbar-track {
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
.news-list__wrapper::-webkit-scrollbar-thumb {
  background: #E5E5E5;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.6;
  text-align: left;
}
.news-list dt {
  box-sizing: border-box;
  font-weight: 500;
  margin: 10px 0;
  width: 20%;
  white-space: nowrap;
}
.news-list dd {
  box-sizing: border-box;
  margin: 10px 0;
  width: 80%;
}

@media only screen and (max-width: 1200px) {
  .news-list {
    flex-direction: column;
  }
  .news-list dt {
    margin: 10px 0 5px;
    width: 100%;
  }
  .news-list dd {
    margin: 0 0 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .newsbox {
    width: 98%;
  }
}
@media only screen and (max-width: 480px) {
  .newsbox {
    padding: 20px;
  }
}
.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px;
  text-align: center;
}
.service-list li {
  width: 48%;
}

.service-list__ttl {
  font-size: 28px;
  font-size: 28rem;
  font-weight: 300;
  margin-bottom: 10px;
}

.service-list__txt {
  text-align: left;
}

.service-list__btn {
  font-size: 14px;
  font-size: 14rem;
  background: #337AB7;
  border: 0;
  color: #fff;
  line-height: 1.5;
  margin: 20px 0 0;
  padding: 6px 30px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .service-list li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .service-list li {
    width: 100%;
  }
}
.aboutus-header .heading-bc26 {
  margin: 0 auto 73px auto;
}

.aboutus-header .heading-bc26 br {
  display: none;
}

.aboutus-header__visual img {
  width: 100%;
}

.aboutus-company {
  margin-top: 50px;
}

.aboutus-company__text {
  width: 90%;
  max-width: 842px;
  margin: 30px auto 55px auto;
}

.aboutus-company__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 auto 50px auto;
}

.aboutus-company__img {
  width: 30%;
}

.aboutus-company__img img {
  width: 100%;
}

.aboutus-company__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 300;
  width: 65%;
  line-height: 2;
}

.aboutus-company__info dt {
  width: 100px;
  font-weight: 500;
}

.aboutus-company__info dd {
  width: calc(100% - 100px);
}

.aboutus-company__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
  margin: 0 auto 50px auto;
}

.aboutus-company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aboutus-company .heading-c14 {
  margin: 20px auto 0 auto;
}

.aboutus-company__text2 {
  width: 90%;
  max-width: 842px;
  margin: 30px auto 0 auto;
}

.aboutus-sg {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .aboutus-header .heading-bc26 br {
    display: block;
  }

  .aboutus-company__map {
    padding-top: 50%;
  }

  .aboutus-company__info {
    margin: 0 auto;
    width: 80%;
  }
  .aboutus-company__info dd span {
    display: block;
  }

  .aboutus-company__box {
    flex-direction: column;
  }

  .aboutus-company__img {
    margin: 0 auto 30px;
    width: 50%;
  }
}
.crew-main {
  margin: 0 auto 60px;
  width: 1044px;
}

.crew-main__ttl {
  font-size: 28px;
  font-size: 28rem;
  color: #4A4A4A;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.crew-main__crewttl {
  font-size: 18px;
  font-size: 18rem;
  color: #4A4A4A;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.crew-main__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.crew-main__member li {
  margin: 0 24px 50px;
  position: relative;
  text-align: center;
  width: 300px;
}

.crew-main__imgbox {
  display: inline-block;
  border-radius: 90px;
  margin-bottom: 20px;
  overflow: hidden;
}

.crew-main__img {
  height: 180px;
  width: 180px;
}

.crew-main__name,
.crew-main__job {
  font-size: 18px;
  font-size: 18rem;
}

.crew-main__name {
  font-weight: 700;
  margin-bottom: 10px;
}

.crew-main__job {
  margin-bottom: 20px;
}

.crew-main__fullbio {
  font-size: 14px;
  font-size: 14rem;
  color: #4A4A4A;
  line-height: 1.6;
  text-align: left;
}

.crew-main__bio {
  font-size: 14px;
  font-size: 14rem;
  color: #4A4A4A;
  line-height: 1.6;
  overflow: hidden;
  text-align: left;
  transition: height 500ms;
}

.crew-main__toggle {
  font-size: 28px;
  font-size: 28rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 70%);
  cursor: pointer;
  margin-top: -50px;
  padding-top: 50px;
  position: relative;
}
.crew-main__toggle.-opend {
  margin-top: 0;
  padding-top: 0;
}

@media only screen and (max-width: 1044px) {
  .crew-main {
    width: 696px;
  }
}
@media only screen and (max-width: 768px) {
  .crew-main {
    width: calc(100% - 40px);
  }

  .crew-main__member {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.crew-section {
  margin: 50px auto 70px;
  width: 1044px;
}

.crew-section__ttl {
  font-size: 28px;
  font-size: 28rem;
  color: #4A4A4A;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.crew-section__ttl img {
  height: 46px;
  margin-top: -4px;
  width: auto;
  vertical-align: top;
}

.crew-section__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.crew-section__column.-two .crew-section__item {
  -webkit-flex-basis: 478px;
  -ms-flex-basis: 478px;
  flex-basis: 478px;
}
.crew-section__column.-three .crew-section__item {
  -webkit-flex-basis: 268px;
  -ms-flex-basis: 268px;
  flex-basis: 268px;
}

.crew-section__txt {
  color: #4A4A4A;
  line-height: 1.6;
  margin-bottom: 1em;
}
.crew-section__company h3 {
  letter-spacing: 0.3em;
  line-height: 2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.crew-section__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  margin-bottom: 50px;
  border-top: 4px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.crew-section__address dt {
  font-size: 14px;
  font-size: 14rem;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
  font-weight: 700;
  padding: 10px;
  width: 20%;
}
.crew-section__address dt:last-of-type {
  border-bottom: none;
}
.crew-section__address dd {
  font-size: 14px;
  font-size: 14rem;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  width: 80%;
}
.crew-section__address dd:last-child {
  border-bottom: none;
}
.crew-section__address dd:after {
  display: block;
  content: "";
  clear: both;
}

@media only screen and (max-width: 1044px) {
  .crew-section {
    width: 696px;
  }

  .crew-section__column.-two .crew-section__item {
    -webkit-flex-basis: 45%;
    -ms-flex-basis: 45%;
    flex-basis: 45%;
  }
  .crew-section__column.-three .crew-section__item {
    -webkit-flex-basis: 28%;
    -ms-flex-basis: 28%;
    flex-basis: 28%;
  }
}
@media only screen and (max-width: 768px) {
  .crew-section {
    width: calc(100% - 40px);
  }

  .crew-section__column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .crew-section__column.-two .crew-section__item, .crew-section__column.-three .crew-section__item {
    -webkit-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 20px;
  }

  .crew-section__address {
    flex-flow: column nowrap;
  }
  .crew-section__address dt, .crew-section__address dd {
    width: 100%;
  }
  .crew-section__address dt {
    border-bottom: 1px dashed #e3e3e3;
  }
  .crew-section__address dt:last-of-type {
    border-bottom: 1px dashed #e3e3e3;
  }
  .crew-section__address dd {
    border-color: #ccc;
    border-left: none;
  }
}
.recruit-section {
  margin: 50px auto 70px;
}

.aboutus-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-content: space-between;
  margin: 0 auto 150px;
  width: 80%;
}

.aboutus-recruit__item {
  margin: 0 10px 20px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.aboutus-recruit__item:hover .aboutus-recruit__link, .aboutus-recruit__item.hover .aboutus-recruit__link {
  transform: rotateY(180deg);
}

.aboutus-recruit__item,
.aboutus-recruit__link,
.aboutus-recruit__body {
  height: 264px;
  width: 264px;
}

a.aboutus-recruit__link {
  display: block;
  position: relative;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
  text-transform: uppercase;
}
a.aboutus-recruit__link:hover {
  opacity: 1;
}

.aboutus-recruit__body {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.aboutus-recruit__body.-front {
  background: #F4F5F5;
  color: #000;
  z-index: 2;
}
.aboutus-recruit__body.-back {
  background: #337AB7 url(../../img/propre-japan/propre-recruit-arrow.png) no-repeat;
  background-position: bottom 30px center;
  color: #fff;
  font-weight: 700;
  transform: rotateY(180deg);
}

.aboutus-recruit__job,
.aboutus-recruit__txt {
  font-size: 20px;
  font-size: 20rem;
  margin: 30px 16px;
}

.aboutus-recruit__job {
  font-weight: normal;
}

@media only screen and (max-width: 1135px) {
  .aboutus-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .aboutus-recruit {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .aboutus-recruit__item {
    -webkit-perspective: none;
    -moz-perspective: none;
    perspective: none;
  }
  .aboutus-recruit__item:hover .aboutus-recruit__link, .aboutus-recruit__item.hover .aboutus-recruit__link {
    transform: none;
  }

  a.aboutus-recruit__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    background: #F4F5F5;
    color: #000;
    overflow: hidden;
    transform-style: flat;
  }

  .aboutus-recruit__body {
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
  }
  .aboutus-recruit__body.-front {
    background: #F4F5F5;
    color: #000;
    z-index: 2;
  }
  .aboutus-recruit__body.-back {
    font-size: 14px;
    font-size: 14rem;
    background-color: #F4F5F5;
    background-image: none;
    color: #000;
    font-weight: normal;
    transform: none;
  }

  .aboutus-recruit__txt {
    font-size: 16px;
    font-size: 16rem;
    margin-right: 60px;
    position: relative;
  }
  .aboutus-recruit__txt:after {
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    bottom: 7px;
    border: 1px solid #000;
    border-width: 1px 1px 0px 0px;
    height: 25px;
    transform: rotate(45deg);
    width: 25px;
  }
}
.recruit-contact {
  margin-bottom: 100px;
  text-align: center;
  width: 100%;
}

.recruit-contact__ttl {
  font-size: 28px;
  font-size: 28rem;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}

a.recruit-contact__mail {
  font-size: 20px;
  font-size: 20rem;
  color: #337AB7;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .recruit-contact {
    padding: 0 5%;
  }
}
.recruit-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: url(../../img/propre-japan/propre-recruit-hero.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 400px;
  margin-bottom: 60px;
  width: 100%;
}

.recruit-head__ttl {
  font-size: 28px;
  font-size: 28rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: space-between;
  flex-flow: row wrap;
  margin: 0 50px 100px;
}

.recruit-list__item {
  margin: 0 40px 40px;
  width: 300px;
}

.recruit-list__ttl {
  font-size: 28px;
  font-size: 28rem;
  font-weight: 300;
  margin-bottom: 14px;
}
.recruit-list__ttl:before {
  border-top: 5px solid #337AB7;
  content: "";
  display: block;
  margin-bottom: 8px;
  width: 60px;
}

.recruit-list__lead {
  font-size: 18px;
  font-size: 18rem;
  color: #337AB7;
  font-weight: 700;
  margin-bottom: 10px;
}

.recruit-list__txt {
  margin-bottom: 30px;
}

.recruit-list__skill {
  margin: 10px 0;
}

.recruit-list__point {
  margin-bottom: 20px;
}
.recruit-list__point li {
  margin-bottom: 8px;
}
.recruit-list__point li:before {
  background: #337AB7;
  content: "";
  display: inline-block;
  margin-right: 12px;
  height: 12px;
  width: 12px;
}

@media only screen and (max-width: 768px) {
  .recruit-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .recruit-list__item {
    margin: 0 20px 60px;
    width: calc(100% - 40px);
  }
  .recruit-list__item:nth-of-type(2) {
    margin: 0 20px 60px;
  }
}
.owner-feature {
  margin: 0 auto;
  width: fit-content;
}

.owner-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #ECF9FF;
  margin: 0 20px;
  padding: 20px 0;
  text-align: left;
}

.owner-feature__item {
  border-left: 1px solid #337AB7;
  flex: 1;
  padding: 20px;
  max-width: 310px;
}
.owner-feature__item:first-of-type {
  border: none;
}
.owner-feature__item dt {
  font-size: 24px;
  font-size: 24rem;
  color: #337AB7;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .owner-feature {
    width: auto;
  }

  .owner-feature__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 20px;
  }

  .owner-feature__item {
    border-left: none;
    border-top: 1px solid #337AB7;
    max-width: none;
    width: 100%;
  }
}
.owner-hero {
  background: url(../../img/propre-japan/owner-search/img-ownersearch.png) no-repeat right 100%;
  background-size: contain;
  background-color: #FFDE79;
  height: 300px;
  pointer-events: none;
  width: 100%;
}
.owner-hero .hero-box {
  margin: 50px 0 0 10%;
}

@media only screen and (max-width: 1085px) {
  .owner-hero {
    background-position: right 100%;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .owner-hero .hero-box {
    margin: 150px auto 0;
    width: 90%;
  }
  .owner-hero .hero__txt br {
    display: none;
  }
  .owner-hero .hero__ttl {
    font-size: 48px;
    font-size: 48rem;
  }
}
@media only screen and (max-width: 480px) {
  .owner-hero {
    background-position: 82% 100%;
  }
}
.owner-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 6vw;
  margin: 0 20px 90px;
  margin-bottom: 90px;
}

.owner-point__item {
  width: 380px;
}
.owner-point__item.-right {
  margin-top: 70px;
}
.owner-point__item dt {
  font-size: 36px;
  font-size: 36rem;
  border-bottom: 2px solid #0083BA;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.owner-point__item dd {
  line-height: 27px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .owner-point {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 50px;
  }

  .owner-point__item {
    margin: 0 20px;
    width: auto;
  }
  .owner-point__item.-right {
    margin-top: 0;
  }
  .owner-point__item dt {
    font-size: 20px;
    font-size: 20rem;
    border: none;
    font-weight: 700;
    line-height: 26px;
  }
}
.owner-recommend {
  margin-bottom: 70px;
}

.owner-recommend__ttl {
  font-size: 24px;
  font-size: 24rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.owner-recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 10vw;
}

.owner-recommend__img {
  height: 179px;
  margin-bottom: 20px;
  width: 307px;
}

.owner-recommend__point {
  font-size: 20px;
  font-size: 20rem;
  color: #0083BA;
  display: block;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .owner-recommend__ttl {
    margin: 0 auto 20px;
    width: 90%;
  }

  .owner-recommend__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.owner-request {
  background: url(../../img/propre-japan/owner-search/bg-request.svg) repeat-x center bottom;
  margin-bottom: 64px;
  min-height: 310px;
  position: relative;
  width: 100%;
}

.owner-request__item {
  font-size: 18px;
  font-size: 18rem;
  background-color: #fff;
  border: 1px solid #0083BA;
  border-radius: 10px;
  color: #0083BA;
  font-weight: 700;
  padding: 15px 20px;
  position: absolute;
  text-align: left;
}
.owner-request__item::before, .owner-request__item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.owner-request__item::before {
  border-color: transparent #0083BA transparent transparent;
  border-width: 0 26px 27px 0;
  bottom: -27px;
  left: 40%;
}
.owner-request__item::after {
  border-color: transparent #fff transparent transparent;
  border-width: 0 24px 25px 0;
  bottom: -25px;
  left: calc(40% + 1px);
}
.owner-request__item:nth-of-type(1) {
  left: 8%;
  top: 0;
  width: 226px;
}
.owner-request__item:nth-of-type(2) {
  left: 22%;
  top: 152px;
  width: 242px;
}
.owner-request__item:nth-of-type(3) {
  right: 28%;
  top: 86px;
  width: 372px;
}
.owner-request__item:nth-of-type(4) {
  right: 7%;
  top: 20px;
  width: 268px;
}
.owner-request__item:nth-of-type(4)::before {
  border-color: #0083BA transparent transparent transparent;
  border-width: 26px 27px 0 0;
  bottom: -26px;
  left: 56%;
}
.owner-request__item:nth-of-type(4)::after {
  border-color: #fff transparent transparent transparent;
  border-width: 24px 25px 0 0;
  bottom: -24px;
  left: calc(56% + 1px);
}

@media only screen and (max-width: 768px) {
  .owner-request {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .owner-request__item {
    height: fit-content;
    left: 0;
    position: static;
    top: 0;
  }
  .owner-request__item:nth-of-type(n) {
    left: auto;
    right: auto;
    top: auto;
  }
  .owner-request__item:nth-of-type(1) {
    margin-left: 10px;
  }
  .owner-request__item:nth-of-type(2) {
    margin: 12px 10px 0 auto;
  }
  .owner-request__item:nth-of-type(3) {
    margin-left: auto;
    margin-right: 0;
    width: 280px;
  }
  .owner-request__item:nth-of-type(4) {
    margin: 18px 0 0 12px;
  }
}
@media only screen and (max-width: 580px) {
  .owner-request {
    grid-template-columns: 100%;
  }

  .owner-request__item:nth-of-type(n) {
    margin: 0 auto 50px;
  }
}
.owner-section {
  margin: 200px auto 50px;
  text-align: center;
}

.owner-section__ttl {
  font-weight: 300;
  margin-bottom: 30px;
}
.owner-section__ttl br {
  display: none;
}

.owner-section__body {
  font-size: 16px;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 30px 10%;
}

@media only screen and (max-width: 860px) {
  .owner-section__ttl br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .owner-section {
    margin-top: 350px;
  }

  .owner-section__ttl {
    margin: 0 auto 50px;
    width: 90%;
  }
  .owner-section__ttl br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .owner-section {
    margin-top: 400px;
  }

  .owner-section__ttl br {
    display: none;
  }
}
.setbox {
  border: 1px solid #0083BA;
  display: inline-block;
  margin-bottom: 40px;
  padding: 20px;
  width: 100%;
}
.setbox.-off {
  display: none;
}

.setbox__header {
  position: relative;
}

.setbox__ttl {
  font-size: 16px;
  font-size: 16rem;
  border-bottom: 1px solid #0083BA;
  color: #0083BA;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 10px;
}

.setbox__cmd {
  position: absolute;
  right: 0;
  top: -9px;
}

.setbox__cmd-clear {
  background: transparent;
  color: #0083BA;
  padding: 8px 14px;
}
.setbox__cmd-clear:hover, .setbox__cmd-clear:visited {
  color: #0083BA;
}

.setbox__form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.setbox__form-column .setform {
  display: block;
}
.setbox__form-column .setform:first-of-type {
  border-right: 1px solid #afafaf;
  margin-right: 20px;
}

.setform {
  overflow: hidden;
  width: 100%;
}
.setform dt {
  font-size: 14px;
  font-size: 14rem;
  float: left;
  padding: 10px;
  width: 160px;
}
.setform dd {
  margin-bottom: 20px;
  margin-left: 160px;
}
.setform dd:last-of-type {
  margin-bottom: 0;
}
.setform dd:after {
  clear: both;
  content: "";
  display: block;
}
.setform input.-active::placeholder {
  color: #000;
}
.setform.-password dl {
  margin-bottom: 20px;
}

.setform__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.setform__list li {
  margin: 4px 20px 4px 0;
}
.setform__list.-req-type li {
  width: 33.3333333333%;
  margin-right: 0;
}

.setform__item:nth-of-type(even) {
  margin: 10px 0;
}
.setform__item:last-of-type {
  margin-bottom: 0;
}

.setform__txt {
  padding: 10px 0;
}

.setform__note {
  font-size: 14px;
  font-size: 14rem;
  padding: 12px 0;
}
.setform__note.-disabled {
  color: #afafaf;
}

.setform__addtxt {
  display: inline-block;
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  .setform.-password dt {
    width: auto;
  }
  .setform.-password dd {
    margin-left: auto;
    width: auto;
  }
}
.set-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 25px;
}

.set-request__method,
.set-request__closed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #0083BA;
}

.set-request__method {
  width: 630px;
}

.set-request__closed {
  width: 260px;
}

.set-request__ttl {
  font-size: 16px;
  font-size: 16rem;
  border-right: 1px solid #0083BA;
  color: #0083BA;
  font-weight: 500;
  margin: 10px 20px 10px 0;
  padding: 14px 20px;
}

.pj-result {
  display: inline-block;
  margin: 0 40px 40px;
}

.result-nav,
.result-nav__cmd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.result-nav {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 10px;
}

.result-nav__cmd li {
  margin-left: 10px;
}

.result-box {
  border: 1px solid #0083BA;
  margin-bottom: 40px;
}

.result-box__tbl {
  width: 100%;
}
.result-box__tbl thead {
  background: #E5E5E5;
}
.result-box__tbl th, .result-box__tbl td {
  font-size: 14px;
  font-size: 14rem;
  border-right: 1px solid #afafaf;
  white-space: nowrap;
}
.result-box__tbl th:last-of-type, .result-box__tbl td:last-of-type {
  border-right: 0;
}
.result-box__tbl th {
  padding: 4px 8px;
  text-align: center;
}
.result-box__tbl tbody tr {
  border-top: 1px solid #fff;
}
.result-box__tbl tbody tr:hover {
  background: #ECF3F5;
}
.result-box__tbl tbody td {
  padding: 6px 8px;
}

.result-box__td.-condo, .result-box__td.-type, .result-box__td.-email, .result-box__td.-add1 {
  white-space: normal;
}
.result-box__td.-check, .result-box__td.-joint, .result-box__td.-catalogues, .result-box__td.-action, .result-box__td.-housenum {
  text-align: center;
}
.result-box__td.-check {
  width: 50px;
}
.result-box__td.-processing {
  color: #0083BA;
}

.result-box__btn {
  font-size: 13px;
  font-size: 13rem;
  background: #FF655B;
  font-weight: 700;
  padding: 4px 10px;
  white-space: nowrap;
}
.result-box__btn .fas {
  font-size: 20px;
  font-size: 20rem;
  font-weight: 900;
  margin-right: 12px;
  vertical-align: middle;
}
.result-box__btn.-overview {
  background: #FF655B;
  border: none;
  color: #fff;
  padding: 4px 10px;
}

.s-detail {
  margin: 0 30px 40px 60px;
  width: 800px;
}
.s-detail.-condo-detail {
  width: 600px;
}

.s-detail__back {
  font-weight: 500;
  margin-left: -30px;
}
.s-detail__back .fas {
  font-weight: 900;
  margin-right: 16px;
}

.s-detail__ttl {
  font-size: 16px;
  font-size: 16rem;
  border-bottom: 1px solid #0083BA;
  color: #0083BA;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 24px 2px;
  position: relative;
}

.s-detail__subttl {
  color: #0083BA;
  font-weight: 500;
  margin-bottom: 20px;
}

.s-detail__msg {
  color: #FF655B;
  position: absolute;
  right: 0;
  top: 24px;
}

.s-detail__addr {
  color: #525252;
  font-weight: bold;
  margin-bottom: 20px;
}

.s-detail__search {
  margin: 30px 0;
}

.s-detail__search-label,
.s-detail__search-txt {
  margin-right: 20px;
}

.s-detail__search-label {
  font-size: 14px;
  font-size: 14rem;
}

.reg-input.s-detail__search-lot {
  margin: 0 20px;
  width: 160px;
}
.reg-input.s-detail__search-lot:first-of-type {
  margin-left: 0;
}

.s-detail__data {
  font-size: 14px;
  font-size: 14rem;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.s-detail__data dt {
  float: left;
  width: 120px;
}
.s-detail__data dd {
  margin-bottom: 10px;
  margin-left: 120px;
}
.s-detail__data dd:last-of-type {
  margin-bottom: 0;
}
.s-detail__data dd:after {
  clear: both;
  content: "";
  display: block;
}

.s-detail__selectnum {
  border: 1px solid #0083BA;
  color: #525252;
  height: 80px;
  margin-bottom: 20px;
  padding: 10px;
}

.reg-btn {
  font-size: 16px;
  font-size: 16rem;
  background: linear-gradient(180deg, #0083BA 0%, #006B98 100%);
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: normal;
  padding: 8px 14px;
  text-align: center;
  transition: all 0.1s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}
.reg-btn:hover, .reg-btn:visited {
  color: #fff;
}
.reg-btn:hover {
  opacity: 0.75;
}
.reg-btn.-large {
  font-size: 20px;
  font-size: 20rem;
  padding: 14px;
  width: 100%;
}
.reg-btn.-request {
  background: #FF655B;
}
.reg-btn.-unlist {
  background: #3B5987;
}
.reg-btn.-cancel-txt {
  background: transparent;
  color: #0083BA;
}
.reg-btn:disabled, .reg-btn.-disabled {
  background: #afafaf;
}
.reg-btn:disabled:hover, .reg-btn.-disabled:hover {
  opacity: 1;
}

.reg-section {
  margin-bottom: 40px;
}

.reg-section__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 40px;
}
.reg-section__action li {
  margin: 0 14px;
}

.reg-section__note {
  color: #0083BA;
  margin-bottom: 14px;
}

.inputbox {
  border: 1px solid #0083BA;
  display: inline-block;
  margin: 20px 0;
  padding: 20px;
}

.inputbox-ttl {
  font-size: 18px;
  font-size: 18rem;
  color: #0083BA;
  margin-bottom: 20px;
  text-align: center;
}

.inputbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

.inputbox-item {
  text-align: left;
  width: 300px;
}
.inputbox-item:nth-child(2) {
  margin: 0 20px;
}
.inputbox-item .map {
  height: 300px;
  width: 100%;
}
.inputbox-item .target2 {
  opacity: 0;
  transition: all 0.2s ease-out;
  visibility: hidden;
  height: 0;
}

.inputbox-item__ttl {
  font-size: 15px;
  font-size: 15rem;
  border-bottom: 1px solid #0083BA;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.inputbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inputbox-list li {
  margin: 4px 20px 4px 0;
}
.inputbox-list.-target {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #AFAFAF;
  padding: 5px 0;
}
.inputbox-list.-target li {
  width: 40%;
}

.inputbox-item__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 20px 0;
}
.inputbox-item__entry.-col {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.inputbox-item__entry.-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.inputbox-item__entry.-target {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.inputbox-item__entry.-target dt {
  margin-bottom: 5px;
}

.inputbox-target__btn {
  color: #000;
  border: 1px solid #AFAFAF;
  display: block;
  padding: 16px;
  position: relative;
  text-align: center;
  width: 100%;
}
.inputbox-target__btn span:before {
  position: absolute;
  top: 28px;
  left: 20px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #AFAFAF;
  transform: translateX(-50%);
}
.inputbox-target__btn.-add span:after {
  position: absolute;
  top: 18px;
  left: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #AFAFAF;
  transform: rotate(90deg);
}

@media only screen and (max-width: 1000px) {
  .inputbox {
    margin: 20px 2%;
  }

  .inputbox-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 2%;
  }

  .inputbox-item {
    width: 100%;
  }
  .inputbox-item:nth-child(2) {
    margin: 30px 0;
  }
  .inputbox-item .target2 {
    border-top: 1px solid #AFAFAF;
  }

  .inputbox-item__entry.-target {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .inputbox-item__entry.-target dt {
    width: 20%;
  }
  .inputbox-item__entry.-target dd {
    width: 80%;
  }

  .inputbox-list.-target {
    border-top: 0;
  }
  .inputbox-list.-target li {
    width: 20%;
  }

  .inputbox-target__btn.-add span:before {
    top: 30px;
    left: 30px;
  }
  .inputbox-target__btn.-add span:after {
    top: 20px;
    left: 10px;
  }
}
@media only screen and (max-width: 560px) {
  .inputbox-list.-target li {
    width: 40%;
  }
}
.Loader {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000000;
}
.Loader.-active {
  display: block;
}

.Loader__bg {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.Loader__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-login {
  background: rgba(255, 255, 255, 0.8);
  height: auto;
  left: calc(50% - 310px);
  overflow: hidden;
  padding: 55px 60px;
  position: fixed;
  text-align: center;
  top: calc(50% - 296px);
  transition: all 0.2s ease-out;
  width: 620px;
}

.modal-login__ttl {
  font-size: 18px;
  font-size: 18rem;
  color: #0083BA;
  font-weight: 500;
  letter-spacing: 0.5em;
  line-height: 1;
  margin-bottom: 34px;
}

.modal-login__logo {
  margin-right: 20px;
  height: 40px;
  width: 128px;
  vertical-align: middle;
}

.modal-login__msg {
  font-size: 18px;
  font-size: 18rem;
  color: #0083BA;
  font-weight: 700;
  margin-bottom: 34px;
}
.modal-login__msg.-password {
  font-size: 16px;
  font-size: 16rem;
  font-weight: 500;
}

.modal-login__input {
  font-size: 14px;
  font-size: 14rem;
  margin: 0 auto 34px;
  width: 300px;
}
.modal-login__input li {
  margin-bottom: 18px;
  text-align: left;
}
.modal-login__input li a:hover {
  cursor: pointer;
}
.modal-login__input .registry__input {
  width: 300px;
}

.modal-login__iperror {
  margin-bottom: 10px;
}

.bk-login {
  font-size: 14px;
  font-size: 14rem;
  margin-right: 20px;
}
.bk-login:hover {
  cursor: pointer;
}

.pj-btn {
  font-size: 16px;
  font-size: 16rem;
  background: linear-gradient(180deg, #337AB7 0%, #006B98 100%);
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: normal;
  padding: 8px 14px;
  text-align: center;
  transition: all 0.1s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pj-btn:hover, .pj-btn:visited {
  color: #fff;
}
.pj-btn:hover {
  opacity: 0.75;
}
.pj-btn.-large {
  font-size: 20px;
  font-size: 20rem;
  padding: 14px;
  width: 100%;
}
.pj-btn.-request {
  background: #FF655B;
}
.pj-btn.-cancel-txt {
  background: transparent;
  color: #0083BA;
}
.pj-btn:disabled, .pj-btn.-disabled {
  background: #afafaf;
}
.pj-btn:disabled:hover, .pj-btn.-disabled:hover {
  opacity: 1;
}
.pj-btn.-psap {
  margin: 20px 0;
  width: 100%;
}
.pj-btn.-rcorner {
  border-radius: 100vh;
  height: 40px;
  line-height: 1.2;
  padding: 10px 30px;
}

.pjblk-btn {
  font-size: 18px;
  font-size: 18rem;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  line-height: 1.6;
  margin: 50px 0;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 16px 27px;
  white-space: nowrap;
}
.pjblk-btn:hover, .pjblk-btn:active {
  background: #F2C94C;
  color: #000;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pjblk-btn:visited {
  color: #000;
}

.pj-checkbox {
  display: inline-block;
  margin-right: 10px;
}
.pj-checkbox.-box-only {
  margin-right: 0;
  width: 30px;
}

.pj-checkbox__txt {
  font-size: 14px;
  font-size: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 30px;
  padding-left: 42px;
  position: relative;
  white-space: nowrap;
}
.pj-checkbox__txt:before, .pj-checkbox__txt:after {
  content: "";
  position: absolute;
}
.pj-checkbox__txt:before {
  background: #fff;
  border: 1px solid #afafaf;
  display: block;
  height: 30px;
  left: 0;
  top: 0;
  width: 30px;
}
.pj-checkbox__txt:after {
  display: none;
}

.pj-checkbox__input {
  display: none;
}
.pj-checkbox__input:checked + .pj-checkbox__txt:after {
  font-size: 18px;
  font-size: 18rem;
  color: #0083BA;
  content: "\f00c";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 6px;
  line-height: 1;
  top: 5px;
}
.pj-checkbox__input:disabled + .pj-checkbox__txt {
  color: #afafaf;
}
.pj-checkbox__input:disabled + .pj-checkbox__txt:before {
  border: 1px solid #e5e5e5;
}

.pj-input {
  background: #fff;
  border: 1px solid #afafaf;
  padding: 0 10px;
  height: 40px;
  vertical-align: top;
  width: 340px;
}
.pj-input::placeholder {
  color: #afafaf;
}
.pj-input:focus {
  border: 1px solid #0083BA;
  box-shadow: 0px 0px 10px rgba(0, 131, 186, 0.3);
}
.pj-input.-date, .pj-input.-psap {
  vertical-align: middle;
  width: 140px;
}
.pj-input.-psap-long {
  margin: 5px 0;
  vertical-align: middle;
  width: 300px;
}

@media only screen and (max-width: 480px) {
  .pj-input {
    width: 100%;
  }
  .pj-input.-psap-long {
    width: 100%;
  }
}
.pj-radio {
  position: relative;
}

.pj-radio__txt {
  font-size: 14px;
  font-size: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 30px;
  padding-left: 42px;
  position: relative;
  white-space: nowrap;
}
.pj-radio__txt:before, .pj-radio__txt:after {
  border-radius: 50%;
  content: "";
  position: absolute;
}
.pj-radio__txt:before {
  border: 1px solid #afafaf;
  display: block;
  height: 30px;
  left: 0;
  top: 0;
  width: 30px;
}
.pj-radio__txt:after {
  display: none;
}

.pj-radio__input {
  display: none;
}
.pj-radio__input:checked + .pj-radio__txt:after {
  background: #0083BA;
  display: block;
  height: 20px;
  left: 5px;
  top: 5px;
  width: 20px;
}
.pj-radio__input:disabled + .pj-radio__txt {
  color: #afafaf;
}
.pj-radio__input:disabled + .pj-radio__txt:before {
  border: 1px solid #e5e5e5;
}

.pj-section {
  margin-bottom: 40px;
}

.pj-section__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 40px;
}
.pj-section__action li {
  margin: 0 14px;
}

.pj-section__note {
  color: #0083BA;
  margin-bottom: 14px;
}

.pj-select {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 140px;
}
.pj-select:after {
  content: "";
  border: 0px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 50%;
  width: 7px;
  transform: rotate(45deg);
}

.pj-select__opt {
  background: #fff;
  border: 1px solid #afafaf;
  border-radius: 0;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pj-textarea {
  background: #fff;
  border: 1px solid #afafaf;
  border-radius: 0;
  box-sizing: border-box;
  height: 120px;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}