@charset "utf-8";

/*  Base  */

html {
  overflow: auto;
}

body {
  color: #333;
  font: 400 14px/1.75 "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
  min-width: 1020px;
}

img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

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

a:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}

h1 {
  color: #8d1d5f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  color: #8d1d5f;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  text-align: center;
}

h3 {
  background: #8d1d5f;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5em;
  padding: 8px 20px;
}

table {
  width: 100%;
}

th,
td {
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
  padding: 15px 10px;
  text-align: left;
  vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  border: 1px solid #ccc;
  color: #333;
  font: 400 16px/1.5 "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
  padding: 14px 15px;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  border: 2px solid #333;
}

textarea {
  min-height: 300px;
  width: 100% !important;
}

button {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
  cursor: pointer;
}

button:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.flex {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col2 {
  margin-bottom: 20px;
  width: 500px;
}

.col3 {
  margin-bottom: 20px;
  width: 320px;
}

.btn-area {
  padding: 1em 0;
  text-align: center;
}

.btn-rd {
  background: url(../images/ico_box-arrow_r.png) no-repeat right 15px center / 14px, #cc2b89;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  max-width: 100%;
  padding: 20px 35px;
  text-align: center;
  width: 340px;
}

.btn-rd2 {
  background: url(../images/ico_box-arrow_r.png) no-repeat right 15px center / 14px, #cc2b89;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  max-width: 100%;
  padding: 20px 35px;
  text-align: center;
  width: 340px;
}

.btn-rd3 {
  background: url(../images/ico_external-link.png) no-repeat right 15px center / 14px, #cc2b89;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  max-width: 100%;
  padding: 20px 35px;
  text-align: center;
  width: 340px;
}

.btn-rd,
.btn-rd2,
.btn-rd3 {
  overflow: hidden;
  position: relative;
}

.btn-rd::before,
.btn-rd2::before,
.btn-rd3::before {
  content: "";
  background-image: -webkit-linear-gradient(
    130deg,
    rgba(255,255,255,0) 20%, 
    rgba(255,255,255,0.5) 50%,
    rgba(255,255,255,0) 80%
  );
  background-image: linear-gradient(
    130deg,
    rgba(255,255,255,0) 20%,
    rgba(255,255,255,0.5) 50%,
    rgba(255,255,255,0) 80%
  );
  width: 200%;
  height: 200%;
  position: absolute;
  top: -100%; 
  left: -200%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-rd:hover:before,
.btn-rd2:hover:before,
.btn-rd3:hover:before {
  top: 0%;
  left: 100%;
}

.enc {
  background: #fff;
  color: #cc2b89;
  font-size: 16px;
  line-height: 1;
  margin-right: 0.8em;
  padding: 0 5px 2px;
  vertical-align: 2px;
}

.marker {
  background:linear-gradient(transparent 60%, #ffe96b 60%);
}

.black {
  color: #333;
}

.gray {
  color: #999;
}

.fs50 {
  font-size: 50% !important;
}

.fs80 {
  font-size: 80% !important;
}

.fs120 {
  font-size: 120% !important;
}

.normal {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

#wrapper {
  position: relative;
  width: 100%;
}

.ie8 {
  background: #c1272d;
  color: #fff;
  padding: 20px;
  text-align: center;
}


/*  HEADER  */

#h-wrapper {
  background: rgba(255,255,255,0.9);
  border-bottom: 1px solid #f2f2f2;
  height: 80px;
  overflow: hidden;
  position: fixed;
    top: 0;
    left: 0;
  width: 100%;
  z-index: 9999;
}

#h-logo {
  float: left;
  padding: 13px 20px;
}

#h-logo .fs50 {
  display: block;
}

#h-logo a {
  color: inherit;
  display: block;
}

#h-nav {
  float: right;
}

.h-nav-list {
  display: table;
}

.h-nav-list li {
  display: table-cell;
  padding-left: 2em;
  vertical-align: middle;
}

.h-nav-list li a {
  color: inherit;
}

.h-nav-list li a:hover {
  text-decoration: underline;
}

#main-visual {
  background: url(../images/main-visual.jpg) no-repeat center center / cover;
  clear: both;
  height: 600px;
  margin-top: 80px;
}

#mv-filter {
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
}

#mv-wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 1020px;
}

.mv-copy {
  position: absolute;
    top: 160px;
    left: 0;
}

.mv-copy-txt {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(0,0,0,0.75);
}

.mv-assess {
  max-height: 560px;
  position: absolute;
    top: 50%;
    right: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 430px;
}

.mv-assess-ttl {
  background: rgba(141,29,95,0.9);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0 15px 6px;
  position: relative;
  text-align: center;
}

.assess-enc {
  background: #fff;
  color: #8d1d5f;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-right: 0.5em;
  padding: 2px 10px 4px;
}

.assess-sub {
  color: #FCEE21;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
}

.mv-assess-form {
  background: rgba(255,255,255,0.9);
  padding: 30px 50px;
}

.mv-assess-form p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.mv-assess-form select {
  border: 3px solid #333;
}


/*  CONTENTS  */

main {
  clear: both;
}

.section {
  clear: both;
  overflow: hidden;
  padding: 80px 0;
}

.sec-inner {
  margin: 0 auto;
  width: 1020px;
}

#reason h2 {
  margin-bottom: 80px;
}

.rs-box-fig {
  margin-bottom: 20px;
  text-align: center;
}

.rs-box-fig img {
  height: 220px;
  width: auto;
}

.rs-box-ttl {
  color: #8d1d5f;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: center;
}

.rs-box-txt {
  margin-bottom: 1em;
}

.rs-box-txt a {
  text-decoration: underline;
}

.rs-handle {
  border: 4px solid #8d1d5f;
  color: #8d1d5f;
  font-size: 16px;
  font-weight: 700;
  margin: 1.5em 0 2.5em;
  padding: 15px;
}

.rs-enc {
  background-color: #8d1d5f;
  color: #fff;
  margin-right: 1em;
  padding: 2px 6px 4px;
}

.rs-postscript {
  color: #8d1d5f;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
}

#worry {
  background-color: #fef9fb;
}

#worry h2 {
  background-color: #8d1d5f;
  color: #fff;
  padding: 5px;
  margin-bottom: 0;
}

#worry h2 img {
  vertical-align: -8px;
}

.wr-list {
  background: #fff;
  padding: 50px;
}

.wr-list li {
  border-bottom: 1px dotted #ccc;
  font-size: 24px;
  padding: 10px 0;
}

.wr-list li::before {
  content: url(../images/ico_check.svg);
  display: inline-block;
  margin-right: .8em;
}

.wr-entrust {
  background: #fff9f5;
  border: 4px solid #8d1d5f;
  padding: 50px 400px 50px 50px;
  position: relative;
}

.wr-entrust-ttl {
  color: #8d1d5f;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.wr-entrust-txt {
  font-size: 18px;
}

.wr-entrust-fig {
  position: absolute;
    right: 50px;
    bottom: 0;
  z-index: 9998;
}

#flow h2 {
  position: relative;
}

#flow h2::before {
  content: "";
  background-color: #8d1d5f;
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
    left: 0;
  width: 100%;
  z-index: 9997;
}

#flow h2 span {
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 9998;
}

.fl-box-fig {
  margin-bottom: 20px;
  text-align: center;
}

.fl-box-ttl {
  color: #8d1d5f;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.fl-box-enc {
  background: #8d1d5f;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 0.8em;
  padding: 4px 10px;
}

.fl-postscript {
  border: 4px solid #8d1d5f;
  color: #8d1d5f;
  font-size: 21px;
  font-weight: 700;
  margin-top: 1.5em;
  padding: 30px;
  text-align: center;
}

.fl-box-txt a {
  text-decoration: underline;
}

#assess {
  background: #fef9fb;
  padding: 0 0 80px;
}

#assess h2 {
  background: #8d1d5f;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  padding: 15px;
  position: relative;
  text-align: center;
}

#assess h2::after {
  content: "";
  background: url(../images/ico_triangle.svg) no-repeat center / 20px 17px;
  display: block;
  height: 17px;
  margin: 0 auto;
  position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
  width: 20px;
}

#assess .assess-sub {
  display: block;
}

.as-item {
  width: 49%;
}

.as-form p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.as-form select {
  border: 3px solid #333;
}

#assess .btn-area {
  padding: 2em 0 0;
}

#assess .btn-rd {
  margin: 10px;
  vertical-align: middle;
  width: 500px;
}


/*  SIDE  */

#side {
  position: fixed;
    bottom: 0;
    right: 0;
  z-index: 9999;
}


/*  FOOTER  */

footer {
  background-color: #8d1d5f;
  clear: both;
}

#f-wrapper {
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0;
  width: 1020px;
}

#f-information {
  color: #fff;
  float: left;
  width: 450px;
}

#f-information a {
  color: inherit;
}

.f-logo {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

#f-qualification {
  background: #fef9fb;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  margin: 1.5em 0;
  padding: 15px;
}

#f-information .btn-rd2,
#f-information .btn-rd3 {
  width: 100%;
}

#f-facebook {
  float: right;
  width: 500px;
}

#copyright {
  background-color: #801b56;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 15px;
}

#copyright small {
  display: block;
  margin: 0 auto;
  width: 1020px;
}



/* FORM */

.formpage #h-wrapper {
  position: static;
}

.formpage main {
  background: #F8FBF8;
  padding: 80px 0;
}

.formpage article {
  background: #fff;
  margin: 0 auto;
  padding: 80px 50px;
  width: 1020px;
}

#form-property {
  margin-bottom: 80px;
}

.form-tbl th {
  position: relative;
  padding: 15px 50px 15px 10px;
  width: 28%;
}

.form-tbl td {
  width: 72%;
}

.required {
  background: #C1272D;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  padding: 0 4px 1px;
  position: absolute;
    top: 50%;
    right: 15px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  vertical-align: middle;
}

.tips {
  color: #999;
  margin-left: 2em;
}

.item-note th,
.item-caution th,
.item-privacy th {
  vertical-align: top;
}

.item-note .required,
.item-caution .required,
.item-privacy .required {
  top: 21px;
  transform: none;
  -webkit- transform: none;
}

.w20 {
  width: 20% !important;
}

.w50 {
  width: 50% !important;
}

.form-caution {
  background: #F8FBF8;
  font-size: 14px;
  margin-top: 1em;
  padding: 20px;
}

.form-caution p {
  margin-left: 1em;
  text-indent: -1em;
}

.form-policy {
  background: #F8FBF8;
  font-size: 14px;
  height: 350px;
  margin-top: 1em;
  overflow-y: scroll;
}

.form-policy-inner {
  padding: 30px;
}

.form-policy dt {
  font-weight: 700;
  margin-bottom: .5em !important;
}

.form-policy dd {
  margin-bottom: 1.5em !important;
}

.form-btn-area {
  margin-top: 50px;
  text-align: center;
}


/* THANKS */

.thanks #h-wrapper {
  position: static;
}

.thanks article p {
  margin-bottom: 1.5em;
}



/*============================================================================
  SmartPhone  * Responsive Design *
============================================================================*/

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

/*  Base  */

html {
  overflow-x: hidden;
}

body {
  min-width: inherit;
}

a:hover {
  opacity: 1;
  transition: none;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

h3 {
  font-size: 16px;
  margin-bottom: 1em;
  padding: 8px 10px;
}

th,
td {
  padding: 10px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  margin-bottom: 5px;
  padding: 10px;
}

label {
  display: block;
}

button:hover {
  opacity: 1;
  transition: none;
}

.flex {
  display: block;
}

.col2 {
  margin-bottom: 10px;
  width: 100%;
}

.col3 {
  margin-bottom: 30px;
  width: 100%;
}

.btn-area {
  padding: 1em 0;
}

.btn-rd,
.btn-rd2,
.btn-rd3 {
  font-size: 16px;
  padding: 18px 35px;
  width: 100%;
}

.enc {
  font-size: 12px;
  margin-right: 0.8em;
  padding: 1px 5px;
  vertical-align: 2px;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}


/*  HEADER  */

#h-wrapper {
  height: auto;
  position: static;
}

#h-logo {
  padding: 10px;
}

#h-yamaichi {
  float: right;
  padding: 30px 10px 0;
}

#main-visual {
  background: url(../images/sp/main-visual.jpg) no-repeat center center / cover;
  height: auto;
  margin-top: 0;
}

#mv-filter {
  position: relative;
}

#mv-wrapper {
  height: auto;
  padding: 30px 20px;
  width: 100%;
}

.mv-copy {
  margin-bottom: 20px;
  position: static;
  text-align: center;
  transform: none;
  -webkit- transform: none;
}

.mv-copy-txt {
  font-size: 21px;
}

.mv-assess {
  max-height: inherit;
  position: static;
  transform: none;
  -webkit- transform: none;
  width: 100%;
}

.mv-assess-ttl {
  font-size: 24px;
}

.assess-enc {
  font-size: 14px;
  padding: 2px 6px 4px;
}

.assess-sub {
  font-size: 16px;
}

.mv-assess-form {
  padding: 15px 20px;
}

.mv-assess-form p {
  font-size: 14px;
  margin-bottom: 5px;
}

.mv-assess-form select {
  border: 3px solid #333;
}

.mv-assess .btn-area {
  padding: .5em 0 0;
}

#assess .btn-rd {
  margin: 10px auto;
}

#assess .btn-rd img {
  height: auto;
  vertical-align: -2px;
  width: 16px;
}



/*  CONTENTS  */

.section {
  padding: 50px 20px;
}

.sec-inner {
  width: 100%;
}

#reason {
  padding-top: 10px;
}

#reason h2 {
  margin-bottom: 20px;
}

.rs-box {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}

.rs-box-fig {
  text-align: center;
  width: 100%;
}

.rs-box-ttl {
  font-size: 18px;
  margin-bottom: 1em;
}

.rs-handle {
  margin: 0 0 1em;
  padding: 15px 10px;
  text-align: center;
}

.rs-enc {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 0 6px 2px;
}

.rs-postscript {
  font-size: 16px;
}

#worry h2 {
  font-size: 20px;
}

#worry h2 img {
  height: 22px;
  width: 22px;
  vertical-align: -4px;
}

.wr-list {
  background: #fff;
  padding: 20px;
}

.wr-list li {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
}

.wr-list li::before {
  content: "";
  background: url(../images/ico_check.svg) no-repeat left top 5px / auto 16px;
  display: block;
  width: 22px;
  margin-right: .6em;
}

.wr-entrust {
  padding: 20px 18px;
}

.wr-entrust-ttl {
  font-size: 24px;
  text-align: center;
}

.wr-entrust-txt {
  font-size: 14px;
  line-height: 1.5;
  padding-right: 118px;
}

.wr-entrust-fig {
    right: 3px;
  width: 130px;
}

.fl-box-fig {
  margin-bottom: 15px;
}

.fl-box-ttl {
  font-size: 15px;
  margin-bottom: 0.5em;
}

.fl-box-enc {
  font-size: 14px;
}

.fl-postscript {
  font-size: 16px;
  padding: 20px 15px;
}

#assess {
  padding: 0 0 50px;
}

#assess h2 {
  font-size: 24px;
  letter-spacing: 0;
  padding: 10px;
}

#assess .sec-inner {
  padding: 0 20px;
}

.as-item {
  width: 100%;
}

.as-form p {
  font-size: 14px;
}

#assess .btn-area {
  padding: 1em 0 0;
}


/*  FOOTER  */

#f-wrapper {
  padding: 50px 20px;
  width: 100%;
}

#f-information {
  float: none;
  margin-bottom: 20px;
  width: 100%;
}

#f-information address {
  text-align: center;
}

#f-qualification {
  margin: 1.5em 0 1em;
  padding: 15px;
}

#f-facebook {
  float: none;
  width: 100%;
}

#copyright {
  padding: 10px 10px 55px;
  text-align: center;
}

#copyright small {
  width: 100%;
}

#f-navigation {
  background: rgba(128,27,86,0.9);
  box-shadow: 0 -5px 5px rgba(0,0,0,.3);
  position: fixed;
    bottom: 0;
    left: 0;
  z-index: 9999;
}

#f-btnlist {
  display: flex;
}

#f-btnlist li {
  border-right: 1px solid #fff;
  width: calc(100% / 3);
}

#f-btnlist li:last-child {
  border-right: 0;
}

#f-nav {
  border-top: 2px solid #fff;
  display: none;
}

.f-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.f-nav-list li {
  border-bottom: 1px dotted #fff;
  width: 50%;
}

.f-nav-list li:nth-of-type(odd) {
  border-right: 1px dotted #fff;
}

.f-nav-list li a {
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}


/* FORM */

.formpage main {
  padding: 50px 15px;
}

.formpage article {
  padding: 30px 20px;
  width: 100%;
}

#form-property {
  margin-bottom: 30px;
}

.form-tbl th {
  border-bottom: 0;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}

.form-tbl td {
  display: block;
  margin-bottom: 1em;
  padding: 0 0 1em;
  width: 100%;
}

.required {
  margin-left: 1em;
  position: static;
  transform: none;
  -webkit- transform: none;
  vertical-align: 2px;
}

.tips {
  display: block;
  margin: 5px 0 0;
}

.space {
  display: none;
}

.w20 {
  width: 100% !important;
}

.w50 {
  width: 100% !important;
}

.form-caution {
  font-size: 11px;
  padding: 15px;
  word-break: break-all;
}

.form-policy {
  font-size: 11px;
  height: 250px;
}

.form-policy-inner {
  padding: 20px;
}

.form-policy dt {
  padding: 0 !important;
}

.form-policy dd {
  padding: 0 !important;
}

.form-btn-area {
  margin-top: 30px;
}

.formpage #copyright {
  padding: 10px;
}


/* THANKS */

.thanks .btn-area a {
  margin-bottom:1em;
}

.thanks #copyright {
  padding: 10px;
}


}
