@charset "UTF-8";
html {
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}
html body {
  font-family: "Noto Sans JP";
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
html body p {
  color: #333;
  font-size: 16px;
}
html body a {
  transition: all 0.5s;
}
html body a:hover {
  opacity: 0.8;
  cursor: pointer !important;
}
html body header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
html body header a {
  display: block;
  width: 200px;
  height: 65px;
}
@media screen and (max-width: 575px) {
  html body header a {
    height: 56px;
  }
}
html body header a img {
  width: 200px;
  height: auto;
  max-height: 100%;
  display: block;
  padding: 10px;
}
@media screen and (max-width: 575px) {
  html body header a img {
    width: 160px;
  }
}
html body section.fv {
  background: #192542;
  display: block;
  width: 100%;
  margin-top: 65px;
}
@media screen and (max-width: 575px) {
  html body section.fv {
    padding-bottom: 20px;
    margin-top: 56px;
  }
}
html body section.fv .fv-inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  height: 547px;
  background: url(../images/shinchiku-6/fv_img_bg2.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 1199px) {
  html body section.fv .fv-inner {
    padding: 20px;
    height: 380px;
  }
}
@media screen and (max-width: 991px) {
  html body section.fv .fv-inner {
    padding: 20px;
    height: 320px;
  }
}
@media screen and (max-width: 749px) {
  html body section.fv .fv-inner {
    background: url(../images/shinchiku-6/fv_bg_sp.jpg) no-repeat top center;
    background-size: 100% auto;
    height: auto;
    min-height: 700px;
  }
}
@media screen and (max-width: 575px) {
  html body section.fv .fv-inner {
    min-height: 600px;
  }
}
html body section.fv .fv-inner .fv-bg .row {
  display: flex;
  justify-content: flex-start;
  align-items: self-end;
}
@media screen and (max-width: 749px) {
  html body section.fv .fv-inner .fv-bg .row {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
html body section.fv .fv-inner .fv-bg .row .fv-txt {
  width: 54.07%;
  color: #fff;
}
@media screen and (max-width: 749px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt {
    width: 100%;
  }
}
html body section.fv .fv-inner .fv-bg .row .fv-txt h1 {
  font-size: 36px;
  height: 235px;
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt h1 {
    font-size: calc(1.3vw + 16px);
    padding-top: 30px;
    height: 160px;
  }
}
@media screen and (max-width: 991px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt h1 {
    font-size: calc(1.5vw + 13px);
    padding-top: 0px;
    padding-left: 20px;
    height: 120px;
  }
}
@media screen and (max-width: 749px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt h1 {
    font-size: calc(2vw + 18px);
    padding-left: 0px;
    padding-top: 40px;
    min-height: 240px;
  }
}
@media screen and (max-width: 575px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt h1 {
    padding-top: 10px;
    min-height: 210px;
  }
}
html body section.fv .fv-inner .fv-bg .row .fv-txt h1 span {
  color: #d4b969;
  position: relative;
}
html body section.fv .fv-inner .fv-bg .row .fv-txt h1 span:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  right: -100px;
  top: -55px;
  background: url(../images/shinchiku-6/wakaba.svg) no-repeat top center;
  background-size: contain;
}
@media screen and (max-width: 1199px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt h1 span:after {
    width: 75px;
    height: 75px;
    top: -40px;
    right: -80px;
  }
}
@media screen and (max-width: 991px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt h1 span:after {
    top: -10px;
  }
}
@media screen and (max-width: 575px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt h1 span:after {
    width: 65px;
    height: 65px;
    top: -25px;
    right: -50px;
  }
}
html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt {
  width: 75%;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt {
    margin-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt {
    width: 90%;
    position: relative;
    left: -20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 749px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt {
    width: 100%;
    left: 0px;
  }
}
html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt h2 {
  padding: 0px 0px 10px 0px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 1199px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt h2 {
    padding-top: 0px;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt h2 {
    padding-top: 0px;
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt h2 {
    font-size: 17px;
  }
}
html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt p {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt p {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 749px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt p {
    font-size: 16px;
    margin: 10px 0px 20px 0px;
  }
}
@media screen and (max-width: 575px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt .gold {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt .gold {
    width: 65%;
  }
}
@media screen and (max-width: 1199px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt .gold {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt .gold {
    width: 100%;
  }
}
html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt a {
  display: none;
}
@media screen and (max-width: 749px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt a {
    display: block;
    margin-bottom: 30px;
  }
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt a img {
    width: 320px;
  }
}
@media screen and (max-width: 575px) {
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt a {
    text-align: center;
    margin-bottom: 0px;
  }
  html body section.fv .fv-inner .fv-bg .row .fv-txt .subtxt a img {
    width: 100%;
  }
}
html body section.fv .fv-inner .fv-bg .row .right-banner {
  width: 45.93%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 749px) {
  html body section.fv .fv-inner .fv-bg .row .right-banner {
    display: none;
  }
}
html body section.fv .fv-inner .fv-bg .row .right-banner a {
  position: absolute;
  bottom: -60px;
  right: -20px;
  cursor: pointer;
}
html body section.fv .fv-inner .fv-bg .row .right-banner a:hover {
  cursor: pointer !important;
}
@media screen and (max-width: 1199px) {
  html body section.fv .fv-inner .fv-bg .row .right-banner a {
    bottom: -40px;
  }
}
html body section.fv .fv-inner .fv-bg .row .right-banner a img {
  width: 460px;
}
@media screen and (max-width: 1199px) {
  html body section.fv .fv-inner .fv-bg .row .right-banner a img {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  html body section.fv .fv-inner .fv-bg .row .right-banner a img {
    width: 320px;
  }
}
html body section.contact-form {
  background: #e3e3d9;
}
html body section.contact-form .inner {
  padding: 70px 0px;
  width: 710px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  html body section.contact-form .inner {
    padding: 40px 10px;
  }
}
html body section.contact-form .inner .contact-block {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 10px 10px 30px 0px rgba(30, 30, 30, 0.2);
}
@media screen and (max-width: 575px) {
  html body section.contact-form .inner .contact-block {
    padding: 20px;
  }
}
html body section.contact-form .inner .contact-block .contact-title {
  border-bottom: 5px solid #d2ab67;
  margin-bottom: 40px;
}
html body section.contact-form .inner .contact-block .contact-title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  position: relative;
}
html body section.contact-form .inner .contact-block .contact-title h2 img {
  width: 110px;
  height: auto;
}
@media screen and (max-width: 575px) {
  html body section.contact-form .inner .contact-block .contact-title h2 img {
    position: absolute;
    top: -50px;
    left: -10px;
  }
}
html body section.contact-form .inner .contact-block .contact-title h2 div {
  font-size: 2.6em;
  font-weight: 600;
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  html body section.contact-form .inner .contact-block .contact-title h2 div {
    font-size: 2.2em;
    margin-left: 0px;
    margin-top: 15px;
  }
}
html body section.contact-form .inner .contact-block .contact-title p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Sans JP";
  padding-bottom: 10px;
}
html body section.contact-form .inner .contact-block .contact-title p span {
  color: #9c8847;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  html body section.contact-form .inner .contact-block .contact-title p {
    font-size: 16px;
  }
}
html body section.contact-form .inner .contact-block .contact-title p a {
  color: #0089ff;
  text-decoration: underline;
  font-size: 0.9em;
  font-weight: bold;
}
html body section.contact-form .inner .contact-block .contact-title p.mini {
  font-size: 14px;
}
html body section.contact-form .inner .contact-block .contact-title p.mini a {
  font-weight: normal;
}
html body section.contact-form .inner .contact-block .form-value {
  padding-bottom: 10px;
}
html body section.contact-form .inner .contact-block .form-value dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
html body section.contact-form .inner .contact-block .form-value dl dt {
  font-weight: bold;
  font-size: 16px;
  width: 30%;
  position: relative;
  text-align: right;
  padding-right: 10px;
}
@media screen and (max-width: 749px) {
  html body section.contact-form .inner .contact-block .form-value dl dt {
    width: 35%;
  }
}
@media screen and (max-width: 575px) {
  html body section.contact-form .inner .contact-block .form-value dl dt {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
html body section.contact-form .inner .contact-block .form-value dl dt.required {
  font-weight: bold;
  font-size: 16px;
  width: 28%;
  position: relative;
  text-align: right;
  padding-right: 0px;
}
@media screen and (max-width: 749px) {
  html body section.contact-form .inner .contact-block .form-value dl dt.required {
    width: 35%;
  }
}
@media screen and (max-width: 575px) {
  html body section.contact-form .inner .contact-block .form-value dl dt.required {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
html body section.contact-form .inner .contact-block .form-value dl dt.required p {
  display: inline;
}
html body section.contact-form .inner .contact-block .form-value dl dt.required:after {
  content: "必須";
  background: #e84c4c;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px;
  margin: 0px 10px;
  top: -1px;
  position: relative;
}
html body section.contact-form .inner .contact-block .form-value dl dd {
  width: 70%;
}
@media screen and (max-width: 749px) {
  html body section.contact-form .inner .contact-block .form-value dl dd {
    width: 65%;
  }
}
@media screen and (max-width: 575px) {
  html body section.contact-form .inner .contact-block .form-value dl dd {
    width: 100%;
  }
}
html body section.contact-form .inner .contact-block .form-value dl dd input {
  border: 1px solid #b5b5b5;
  background: #f8f8f8;
  color: #333;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  transition: all 0.5s;
  font-weight: 400;
}
html body section.contact-form .inner .contact-block .form-value dl dd input::-moz-placeholder {
  color: #b7b7b7;
  font-weight: 300;
}
html body section.contact-form .inner .contact-block .form-value dl dd input::placeholder {
  color: #b7b7b7;
  font-weight: 300;
}
html body section.contact-form .inner .contact-block .form-value dl dd input:focus {
  background: #ffffff;
}
html body section.contact-form .inner .contact-block .form-value dl dd span.error {
  font-size: 1.1em;
  font-weight: 400;
}
html body section.contact-form .inner .contact-block .form-value dl dd.yubin input {
  width: 130px;
}
html body section.contact-form .inner .contact-block .form-value dl dd.nendai select {
  border: 1px solid #b5b5b5;
  background: #f8f8f8;
  color: #333;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
}
html body section.contact-form .inner .contact-block .form-value dl dd.nensu input {
  width: 100px;
}
html body section.contact-form .inner .contact-block .form-value dl dd.kinzoku input {
  width: 100px;
}
html body section.contact-form .inner .contact-block .form-value dl dd.keiken {
  display: flex;
}
html body section.contact-form .inner .contact-block .form-value dl dd.keiken span.mwform-radio-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
}
html body section.contact-form .inner .contact-block .form-value dl dd.keiken span.mwform-radio-field input {
  width: 20px;
}
html body section.contact-form .inner .contact-block .form-value dl dd.keiken span.mwform-radio-field label {
  font-size: 16px;
}
html body section.contact-form .inner .contact-block .form-value dl dd.keiken2 {
  display: flex;
}
@media screen and (max-width: 575px) {
  html body section.contact-form .inner .contact-block .form-value dl dd.keiken2 {
    flex-wrap: wrap;
  }
}
html body section.contact-form .inner .contact-block .form-value dl dd.keiken2 span.mwform-checkbox-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 575px) {
  html body section.contact-form .inner .contact-block .form-value dl dd.keiken2 span.mwform-checkbox-field {
    width: 50%;
  }
}
html body section.contact-form .inner .contact-block .form-value dl dd.keiken2 span.mwform-checkbox-field input {
  width: 20px;
  margin-right: 0px;
}
html body section.contact-form .inner .contact-block .form-value dl dd.keiken2 span.mwform-checkbox-field label {
  font-size: 16px;
  margin-right: 10px;
}
html body section.contact-form .inner .contact-block .form-value.lastcheck dl {
  justify-content: center;
}
html body section.contact-form .inner .contact-block .form-value.lastcheck dl dt {
  width: auto;
}
@media screen and (max-width: 749px) {
  html body section.contact-form .inner .contact-block .form-value.lastcheck dl dt {
    width: 100%;
  }
}
html body section.contact-form .inner .contact-block .form-value.lastcheck dl dd {
  width: auto;
}
@media screen and (max-width: 749px) {
  html body section.contact-form .inner .contact-block .form-value.lastcheck dl dd {
    width: 100%;
  }
}
html body section.contact-form .inner .contact-block .form-value.lastcheck dl dd.doui {
  display: flex;
}
html body section.contact-form .inner .contact-block .form-value.lastcheck dl dd.doui span.mwform-checkbox-field,
html body section.contact-form .inner .contact-block .form-value.lastcheck dl dd.doui .wpcf7-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html body section.contact-form .inner .contact-block .form-value.lastcheck dl dd.doui span.mwform-checkbox-field input,
html body section.contact-form .inner .contact-block .form-value.lastcheck dl dd.doui .wpcf7-list-item input {
  width: 20px;
}
html body section.contact-form .inner .contact-block .form-value.lastcheck dl dd.doui span.mwform-checkbox-field label,
html body section.contact-form .inner .contact-block .form-value.lastcheck dl dd.doui .wpcf7-list-item label {
  font-size: 16px;
}
html body section.contact-form .inner .contact-block .privacy p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin: 10px 0px 20px 0px;
  line-height: 1.3em;
}
html body section.contact-form .inner .contact-block .privacy p label {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
html body section.contact-form .inner .contact-block .privacy p label:after {
  content: "必須";
  background: #e84c4c;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px;
  margin: 0px 10px;
  top: -1px;
  position: relative;
}
html body section.contact-form .inner .contact-block .privacy p a {
  color: #0089ff;
  text-decoration: underline;
}
html body section.contact-form .inner .contact-block .privacy span.error {
  font-size: 1em;
  font-weight: 400;
}
html body section.contact-form .inner .contact-block .box-link {
  text-align: center;
}
html body section.contact-form .inner .contact-block .box-link input[type=submit] {
  background: #2e447c;
  padding: 20px 60px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 500;
  border-radius: 60px;
  transition: all 0.5s;
}
html body section.contact-form .inner .contact-block .box-link input[type=submit]:hover {
  opacity: 0.8;
}
html body section.contact-form .inner .contact-block .thanks p {
  line-height: 1.7em;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 16px;
}
html body section.contact-form .inner .contact-block .thanks .box-link a {
  background: #2e447c;
  padding: 20px 60px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 500;
  border-radius: 60px;
  transition: all 0.5s;
  text-decoration: none;
}
html body section.contact-form .inner .contact-block .thanks .box-link a:hover {
  opacity: 0.8;
}
html body section.contact-form .inner .contact-block .thanks .gentei {
  text-align: center;
}
html body section.contact-form .inner .contact-block .thanks .gentei img {
  width: 400px;
  max-width: 90%;
}
html body section.contact-form .inner .contact-block .box-link a {
  font-size: 16px;
  text-decoration: underline;
  color: #0089ff;
  display: block;
  margin: 30px auto;
}
html body section.contact-form .inner .contact-block .benefit img {
  width: 100%;
  height: auto;
}
html body section.contact-form .inner .contact-block .balloon {
  text-align: center;
}
html body section.contact-form .inner .contact-block .balloon img {
  width: 620px;
  max-width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 749px) {
  html body section.contact-form .inner .contact-block .balloon img {
    width: 300px;
    max-width: 90%;
  }
}
html body article.main-block {
  font-family: "Noto Sans JP";
  max-width: 100%;
  padding: 0px 10px;
}
@media screen and (max-width: 749px) {
  html body article.main-block {
    padding: 0 20px;
  }
}
html body article.main-block .contents {
  width: 710px;
  max-width: 100%;
  margin: 70px auto;
}
html body article.main-block .contents h2.top {
  font-size: 2.6em;
  font-weight: 800;
  margin-bottom: 30px;
  color: #333;
  background: #fff;
  padding: 0px;
  margin-top: 0px;
}
html body article.main-block .contents h2 {
  font-family: "Noto Sans JP";
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: 30px;
  background: #2e447c;
  color: #fff;
  padding: 8px 20px 10px 20px;
  margin-top: 60px;
}
@media screen and (max-width: 575px) {
  html body article.main-block .contents h2 {
    font-size: 2em;
  }
}
html body article.main-block .contents h3 {
  font-family: "Noto Sans JP";
  border-bottom: solid 3px #d2ab67;
  position: relative;
  font-size: 1.8em;
  color: #333;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
}
html body article.main-block .contents h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #2e447c;
  bottom: -3px;
  width: 20%;
}
html body article.main-block .contents p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  margin-bottom: 20px;
  font-family: "Noto Sans JP";
  color: #000;
}
html body article.main-block .contents .toc {
  font-family: "Noto Sans JP";
  background: #f0f0f0;
  padding: 30px;
}
html body article.main-block .contents .toc .toc-title {
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 1px solid #c9c9c9;
}
html body article.main-block .contents .toc .toc-contents ul li a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
html body article.main-block .contents .toc .toc-contents ul li a:hover {
  opacity: 0.5;
}
html body article.main-block .contents .toc .toc-contents ul li ul {
  margin-left: 20px;
}
html body article.main-block .contents .toc .toc-contents ul li ul li a {
  font-weight: 300;
}
html body article.main-block .contents .blog-image {
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 16/9; /* コンテナのアスペクト比を16:9に設定 */
  overflow: hidden; /* 画像がコンテナからはみ出る部分を隠す */
}
html body article.main-block .contents .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像をコンテナに合わせて拡大・縮小し、アスペクト比を維持 */
  -o-object-position: center center;
     object-position: center center; /* 画像の位置を中央寄せ（横）と上部寄せ（縦）に設定 */
}
html body article.main-block .contents .cta-btn {
  display: block;
  text-align: center;
  margin-top: 40px;
}
html body article.main-block .contents .cta-btn a img {
  width: 480px;
  max-width: 100%;
}
html body article.main-block .contents .add-cta {
  background: #fff9e4;
  padding: 30px;
  margin: 30px 0px;
}
html body article.main-block .contents .add-cta p {
  line-height: 2em;
}
html body article.main-block .contents .add-cta p span {
  font-feature-settings: "palt";
}
html body article.main-block .contents .add-cta .link-area a {
  display: block;
  text-align: center;
  padding: 10px;
  color: #0089ff;
  text-decoration: underline;
  font-size: 1.5em;
  margin-top: -15px;
}
html body article.main-block .contents .add-cta .amazon-pre-text {
  margin-top: 30px;
}
html body article.main-block .contents .add-cta .amazon-pre-text p {
  color: #dd1616;
  text-align: center;
  font-weight: bold;
}
html body footer {
  background-color: #1b2333;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}
html body footer a {
  color: #fff;
}
html body footer .box-logo {
  margin: 20px auto;
  width: 200px;
}
html body footer .box-tel {
  display: inline-block;
}
html body footer .box-tel a {
  color: #fff;
}
html body footer .box-tel a span:first-of-type {
  margin-bottom: 5px;
  font-size: 2em;
  letter-spacing: 0.15625vw;
}
html body footer .box-tel a span:last-of-type {
  margin-bottom: 1.82292vw;
  padding-left: 0.5em;
  display: block;
}
html body footer .box-tel a svg:not(:host).svg-inline--fa,
html body footer .box-tel a svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}
html body footer .box-tel a .svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
html body footer .box-link {
  margin-bottom: 30px;
}
html body footer .box-link a {
  text-decoration: underline;
}
html body footer p.copyright {
  background: #d2aa68;
  padding: 10px 10px 115px 10px;
}
@media screen and (max-width: 575px) {
  html body footer p.copyright {
    padding: 10px 10px 65px 10px;
  }
}
html body .serif {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
html body .sp-only {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .sp-only {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  html body .sp-only {
    display: block;
  }
}
html body .xs-only {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .xs-only {
    display: block;
  }
}
html body .sm-only {
  display: none;
}
@media screen and (max-width: 749px) {
  html body .sm-only {
    display: block;
  }
}
html body .pc-only {
  display: block;
}
@media screen and (max-width: 991px) {
  html body .pc-only {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  html body .pc-only {
    display: none;
  }
}
html body .tb-only {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .tb-only {
    display: block;
  }
}
html body .pc-tb-only {
  display: block;
}
@media screen and (max-width: 991px) {
  html body .pc-tb-only {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  html body .pc-tb-only {
    display: none;
  }
}
html body .mb-only {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .mb-only {
    display: block;
  }
}
html body .nonmb-only {
  display: block;
}
@media screen and (max-width: 575px) {
  html body .nonmb-only {
    display: none;
  }
}
html body .menu-bottom {
  position: fixed;
  right: 0;
  bottom: -200px;
  left: 0;
  width: 100vw;
  transition: 1s;
}
html body .menu-bottom > .pc > .flc {
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  display: flex;
}
html body .menu-bottom > .pc > .flc > .fli > a {
  height: 3.64583vw;
}
html body .menu-bottom > .pc > .flc > .fli:first-of-type > a {
  padding-left: 1em;
  color: #fff;
  font-weight: 500;
  font-size: 1em;
  pointer-events: none;
  letter-spacing: 0.15625vw;
  display: flex;
}
html body .menu-bottom > .sp > .flc > .fli:first-of-type > a {
  padding-left: 1em;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  pointer-events: none;
  letter-spacing: 0.15625vw;
}
html body .menu-bottom > .pc > .flc > .fli:first-of-type > a.flc,
html body .menu-bottom > .sp > .flc > .fli:first-of-type > a.flc {
  flex-direction: column;
  justify-content: center;
}
html body .menu-bottom > .pc > .flc > .fli:first-of-type > a strong {
  display: block;
  margin-bottom: 0.1em;
  padding-left: 0;
  font-size: 1.7em;
}
html body .menu-bottom > .sp > .flc > .fli:first-of-type > a strong {
  display: block;
  margin-bottom: 0.2em;
  padding-left: 0;
  font-size: 18px;
  margin-left: -8px;
}
html body .menu-bottom > .pc > .flc > .fli:nth-of-type(2) > a {
  margin: 0 2.08333vw;
  font-weight: 500;
}
html body .menu-bottom > .pc > .flc > .fli:nth-of-type(2) > a.flc {
  justify-content: space-between;
  background-color: #fff;
}
html body .menu-bottom > .pc > .flc > .fli:nth-of-type(2) > a > .fli.flc {
  flex-direction: column;
  justify-content: center;
}
html body .menu-bottom > .pc > .flc > .fli:nth-of-type(2) > a > .fli:first-of-type {
  position: relative;
  margin-right: 2.60417vw;
  padding: 0 1.04167vw;
  color: #fff;
  font-size: 1.35417vw;
}
html body .menu-bottom > .pc > .flc > .fli:nth-of-type(2) > a > .fli:first-of-type > span {
  margin-bottom: 0.2em;
  font-size: 1.04167vw;
}
html body .menu-bottom > .pc > .flc > .fli:nth-of-type(2) > a > .fli:first-of-type::after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 50%;
  border-style: solid;
  border-top: 1.82292vw solid transparent;
  border-bottom: 1.82292vw solid transparent;
  content: "";
}
html body .menu-bottom > .pc > .flc > .fli:nth-of-type(2) > a > .fli:last-of-type {
  padding-right: 1.04167vw;
  font-size: 0.9375vw;
}
html body .menu-bottom > .pc > .flc > .fli:last-of-type > a {
  padding: 1em 2em;
  height: 3.64583vw;
  color: #fff;
  font-size: 0.9375vw;
}
html body .menu-bottom > .pc > .flc > .fli:last-of-type > a.flc {
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 750px) {
  html body .menu-bottom.chuko {
    background-color: #003280;
  }
}
html body .menu-bottom.chuko > .pc > .flc > .fli:nth-of-type(2) > a > .fli:first-of-type {
  background-color: #007c68;
}
html body .menu-bottom.chuko > .pc > .flc > .fli:nth-of-type(2) > a > .fli:first-of-type::after {
  border-left: 1.82292vw solid #007c68;
}
html body .menu-bottom.chuko > .pc > .flc > .fli:nth-of-type(2) > a > .fli:last-of-type {
  color: #007c68;
}
@media (min-width: 750px) {
  html body .menu-bottom.shinchiku {
    background-color: #6e6823;
  }
}
html body .menu-bottom.shinchiku > .pc > .flc > .fli:nth-of-type(2) > a > .fli:first-of-type {
  background-color: #1b2333;
}
html body .menu-bottom.shinchiku > .pc > .flc > .fli:nth-of-type(2) > a > .fli:first-of-type::after {
  border-left: 1.82292vw solid #1b2333;
}
html body .menu-bottom.shinchiku > .pc > .flc > .fli:nth-of-type(2) > a > .fli:last-of-type {
  color: #1b2333;
}
html body .menu-bottom > .sp > .flc {
  justify-content: space-between;
  height: 16vw;
  display: flex;
}
html body .menu-bottom > .sp > .flc > .fli {
  padding: 2.66667vw 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .menu-bottom > .sp > .flc > .fli:nth-of-type(2) {
  border-right: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
}
html body .menu-bottom > .sp > .flc > .fli > a {
  color: #ffffff;
  font-size: 3.2vw;
}
html body .menu-bottom > .sp > .flc > .fli > a.flc {
  align-items: center;
  -ms-flex-align: center;
  flex-direction: column;
  justify-content: center;
}
html body .menu-bottom > .sp > .flc > .fli > a > span {
  font-size: 2em;
}
html body .menu-bottom > .sp > .flc > .fli > a.contact-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
html body .menu-bottom > .sp > .flc > .fli > a.contact-flex > span {
  font-size: 1.5em;
  margin-top: 5px;
  color: #fff;
}
html body .menu-bottom > .sp > .flc > .fli > a.contact-flex p {
  font-size: 13px;
  color: #fff;
}
@media (min-width: 750px) {
  html body .sp {
    display: none;
  }
}
@media (max-width: 749px) {
  html body .pc {
    display: none;
  }
  html body .menu-bottom > .sp > .flc > .fli > a.flc {
    color: #fff;
  }
}
html body .menu-bottom.shinchiku, html body .menu-bottom.chuko {
  background-color: #9c8847;
}
html body .menu-bottom .pc ul .present a {
  color: #1b2333;
  display: block;
  height: auto !important;
}
html body .menu-bottom .pc ul .present a .navybg {
  background-color: #1b2333;
  color: #fff;
  padding: 0.3rem;
  letter-spacing: 0.1rem;
  font-size: 14px;
}
html body .menu-bottom .pc ul .present a .flex {
  align-items: center;
}
html body .menu-bottom .pc ul .present a .flex .orangecircle {
  background-color: #E47911;
  text-align: center;
  border-radius: 0 30px 30px 0;
  display: inline-block;
  padding: 0.8rem 0.7rem 0.8rem 0.3rem;
  font-size: 14px;
}
html body .menu-bottom .pc ul .present a .flex .orangecircle .big {
  font-size: 18px;
}
html body .menu-bottom .pc ul .present a .flex .navytxt {
  color: #1b2333;
  font-size: 18px;
  padding-left: 0.7rem;
}
html body .menu-bottom .pc ul .present a .flex .navytxt .big {
  font-size: 23px;
}
html body.shinchiku_thanks_6 p.copyright {
  background: #d2aa68;
  padding: 10px;
}
@media screen and (max-width: 575px) {
  html body.shinchiku_thanks_6 p.copyright {
    padding: 10px;
  }
}
html body.tokuten #toc_container {
  display: none;
}
html body.tokuten main.tokuten .tokuten-block {
  margin: 100px 0px;
}
html body.tokuten main.tokuten .tokuten-block .inner {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}
html body.tokuten main.tokuten .tokuten-block .inner h1 {
  font-family: "Noto Sans JP";
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: 30px;
}
html body.tokuten main.tokuten .tokuten-block .inner h2 {
  font-size: 1.8em;
  margin: 30px 0px 20px 0px;
  font-weight: 600;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
html body.tokuten main.tokuten .tokuten-block .inner h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}
html body.tokuten main.tokuten .tokuten-block .inner p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.8em;
}
html body.tokuten main.tokuten .tokuten-block .inner ul {
  margin-left: 30px;
}
html body.tokuten main.tokuten .tokuten-block .inner ul li {
  font-size: 16px;
  list-style-type: disc;
  line-height: 1.8em;
}
html body.tokuten .copyright,
html body.tokuten .box-tel,
html body.tokuten .box-link {
  display: none;
}
html body.tokuten footer.tokuten {
  padding: 50px 0px;
}
html .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
html .xs-only {
  display: none;
}
@media screen and (max-width: 575px) {
  html .xs-only {
    display: block;
  }
}
html .shinchiku-add {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列を均等に */
  gap: 30px; /* 要素間のスペース */
}
@media screen and (max-width: 749px) {
  html .shinchiku-add {
    grid-template-columns: 1fr;
  }
}
html .shinchiku-add .item {
  display: grid;
  grid-template-columns: 1fr; /* 1列でレイアウト */
  grid-template-rows: auto; /* 自動で高さを調整 */
  gap: 10px; /* 要素間のスペース */
}
html .shinchiku-add .item .item-inner {
  display: grid;
  grid-template-areas: "title" "image" "access" "comment";
  grid-template-rows: auto auto 1fr; /* 高さを揃える */
  gap: 10px;
}
@media screen and (max-width: 749px) {
  html .shinchiku-add .item .item-inner {
    grid-template-rows: auto auto auto; /* 高さを揃える */
  }
}
html .shinchiku-add .item .item-inner h4 {
  grid-area: title;
  font-weight: bold;
  font-size: 1.5em;
}
html .shinchiku-add .item .item-inner .estate-img {
  grid-area: image;
}
html .shinchiku-add .item .item-inner .access {
  grid-area: access;
}
html .shinchiku-add .item .item-inner .access p {
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  html .shinchiku-add .item .item-inner .access p {
    line-height: 1.6em;
  }
}
html .shinchiku-add .item .item-inner .comment {
  grid-area: comment;
}
html .shinchiku-add .item .item-inner .comment p {
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  html .shinchiku-add .item .item-inner .comment p {
    line-height: 1.6em;
  }
}

/*# sourceMappingURL=shinchiku-6.css.map */