@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* _style.scss -------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%; /*10px*/
}

body {
  width: auto;
  text-decoration: none;
  background-color: #ecf1f5;
  font-size: 1.6rem;
  line-height: 1.5;
  font-style: normal;
  color: #333;
  /*font-family: "Helvetica Neue",Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-print-color-adjust: exact;
}

*, *::before, *::after {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

i {
  margin-right: 0.5em;
}
i.inT {
  margin-left: 0.2em;
  margin-right: 0.2em;
}
i.fa-file-pdf {
  color: #de3a55;
}

strong {
  font-weight: bold;
}

.em {
  color: #de3a55;
}

.emNumber {
  color: #cc1111;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.floatL {
  float: left;
  margin: 0 10px 10px 0;
}

.floatR {
  float: right;
  margin: 0 0 10px 10px;
}

.flexbox {
  display: flex;
}

.dummy {
  margin-top: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aaa;
  color: #fff;
  text-align: center;
}

.mB0 {
  margin-bottom: 0 !important;
}

.pointColor {
  color: #014da1 !important;
}

.mainColor {
  color: #7ab951 !important;
}

.pdfIcon {
  fill: #b30b00;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.imgSwitch {
  visibility: hidden;
}

.imgFit {
  background: #fff;
  overflow: hidden;
  position: relative;
  display: block;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgFit svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgFit.circle {
  background: #fff;
  border-radius: 50%;
}

.imgCont {
  display: block;
  background: #ccc;
  position: relative;
}
.imgCont img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgCont svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
  position: relative;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
a:visited, a:active {
  color: #000;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}
a.linkLine, .linkLine a, a .linkLine {
  text-decoration: underline;
}
a.basecolor, a.basecolorBl {
  color: #333;
}
a.basecolor .linkLine, a.basecolorBl .linkLine {
  color: #000;
}
a.basecolorBl {
  width: 100%;
  display: block;
}
a.cr {
  pointer-events: none;
}

*:focus {
  outline: none;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.caption {
  font-size: 1.2rem;
}

.fS {
  font-size: 0.8em;
}

.fB {
  font-weight: bold;
}

.annotation {
  text-indent: -1em;
  padding-left: 1em;
}

ol.annotation {
  text-indent: -2em;
  padding-left: 2em;
}

.disc {
  list-style-type: disc;
  margin-left: 21px;
}

.hideT {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: 0;
}

.acdTrg {
  cursor: pointer;
}

.flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* _slick.scss -------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* _remodal.scss -------------------------------------------------- */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

[data-remodal-target] {
  cursor: pointer;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  transform: translate3d(0, 0, 0);
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #333;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 1000px;
    padding: 40px 0 0;
  }
  .remodal.modalMsgWin {
    max-width: 570px;
    padding: 35px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* 共通--------------------------------------------------------------- */
/* _slider.scss -------------------------------------------------- */
.-estateList {
  display: none;
}

.-estateList.slick-initialized {
  display: block;
}

.circleArrow, .squareArrow {
  display: none;
}

.circleArrow.slick-initialized,
.squareArrow.slick-initialized {
  display: block;
}

.slick-slide {
  display: block;
}
.bgMainC .slick-slide {
  color: #fff;
}
.slick-slide p {
  line-height: 1.5;
}
.slick-slide.block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.slick-slide a {
  width: 100%;
  display: block;
  color: #333;
}
.bgMainC .slick-slide a {
  color: #ccc;
}

.slick-prev,
.slick-next {
  z-index: 10;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  padding: 0;
  margin-top: -12px;
  width: 44px;
  height: 48px;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -8px;
}

.slick-next {
  right: 0;
}

.slick-next::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -5px;
  margin-top: -8px;
}

button[aria-disabled=true] {
  display: none !important;
}

.circleArrow .slick-prev,
.circleArrow .slick-next {
  margin-top: -28px;
  width: 56px;
  height: 56px;
  background: #deebe2;
  border-radius: 50%;
}
.circleArrow .slick-prev {
  left: -24px;
}
.circleArrow .slick-prev::before {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  margin-left: -4px;
  margin-top: -8px;
}
.circleArrow .slick-next {
  right: -24px;
}
.circleArrow .slick-next::before {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  margin-right: -4px;
  margin-top: -8px;
}

.squareArrow .slick-prev,
.squareArrow .slick-next {
  margin-top: -44px;
  width: 56px;
  height: 88px;
  background: rgba(255, 255, 255, 0.48);
}
.squareArrow .slick-prev {
  left: 0;
}
.squareArrow .slick-prev::before {
  width: 32px;
  height: 32px;
  border-top: 8px solid #333;
  border-right: 8px solid #333;
  margin-left: -8px;
  margin-top: -16px;
}
.squareArrow .slick-next {
  right: 0;
}
.squareArrow .slick-next::before {
  width: 32px;
  height: 32px;
  border-top: 8px solid #333;
  border-right: 8px solid #333;
  margin-right: -8px;
  margin-top: -16px;
}

.slick-dots {
  width: 100%;
  height: 3px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display: flex;
}
.slick-dots li {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  background: #ccc;
  color: black;
}
.slick-dots li.slick-active button::before {
  background: #014da1;
}
.slick-dots li:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.thumbnail-current {
  background: #000;
}
.thumbnail-current .imgFit,
.thumbnail-current .imgCont {
  opacity: 0.5;
}

/* _remodalstyle.scss -------------------------------------------------- */
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.8;
}
.remodal .mainBlock {
  text-align: left;
}
.remodal .remodal-close {
  text-indent: -9999px;
}
.remodal .remodal-close::before, .remodal .remodal-close::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #ccc;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -1px;
}
.remodal .remodal-close::after {
  transform: rotate(135deg);
}
.remodal .closeBtn {
  width: 160px;
  margin: 8px auto 0 auto;
  font-weight: normal;
  display: block;
  font-size: 1.4rem;
}
.remodal .closeBtn i {
  color: #333;
}

/* _common.scss -------------------------------------------------- */
.footerBlock .text {
  color: #000;
}

.tabFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.bg02 {
  background: #deebe2;
}

.container {
  z-index: 1;
  position: relative;
}
.container > section {
  position: relative;
}

.columnBase, .frameBlock {
  background: #fff;
}

.sateiBottom {
  background-color: #e0f2ff;
  background-image: url("../img/bg_town.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.simpleHead {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.simpleHead .noIcon {
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  background: #7ab951;
  color: #fff;
}

.subCopy {
  font-weight: bold;
  color: #000;
}
.subCopy strong {
  color: #7ab951;
}
.subCopy .taC {
  display: block;
}

.head01 {
  display: flex;
  border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  font-weight: bold;
}
.head01 .point {
  border-radius: 4px;
  background: #7ab951;
  color: #fff;
  text-align: center;
}
.head01 .headText {
  color: #000;
}

.baseBtn, .normalBtn,
a.normalBtn, .submitBtn01,
a.submitBtn01,
a.baseBtn {
  padding: 11px 4px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 8px;
  display: block;
  line-height: 1.25;
  text-align: center;
}

.arrow {
  position: relative;
}

.arrow::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  right: 10px;
}

.miniCloseBtn {
  width: 96px;
  height: 32px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 30px;
  border: solid #ccc 1px;
  text-align: center;
  background: #fff;
}
.miniCloseBtn span {
  padding: 0 0 0 24px;
  display: inline-block;
  position: relative;
}
.miniCloseBtn span::before, .miniCloseBtn span::after {
  width: 12px;
  height: 1px;
  margin: auto;
  content: "";
  background: #333;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
}
.miniCloseBtn span::after {
  transform: rotate(135deg);
}

.submitBtn01,
a.submitBtn01 {
  color: #fff;
  background: #de3a55;
  border: none;
}

.normalBtn,
a.normalBtn {
  color: #333;
  background: #fff;
  border: solid #ccc 1px;
}
.normalBtn.arrow::after,
a.normalBtn.arrow::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: solid 2px #014da1;
  border-right: solid 2px #014da1;
  transform: rotate(45deg);
}

.disable,
a.disable {
  pointer-events: none;
  color: #aaa !important;
}

.arrowLink {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.slick-slide .arrowLink {
  padding-right: 0;
}
.arrowLink::before {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: solid 1px #014da1;
  border-right: solid 1px #014da1;
  transform: rotate(45deg);
  top: 9px;
  bottom: auto;
  left: 0;
}

.acTriger {
  cursor: pointer;
  position: relative;
}
.acTriger::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(135deg);
}
.acTriger.active::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(-45deg);
}

/* _form.scss -------------------------------------------------- */
form {
  margin: 0;
  padding: 0;
  display: inline;
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
button,
textarea,
label,
select {
  font-family: inherit;
  font-size: 100%;
  color: #000;
  vertical-align: middle;
  box-sizing: border-box;
}

:-moz-placeholder-shown {
  color: #999;
}

:placeholder-shown {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

input {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
input[type=text], input[type=password], input[type=tel], input[type=email], input[type=search] {
  height: 48px;
  padding: 0 12px;
  line-height: 46px;
  border: none;
  border-bottom: 2px dotted #ccc;
  background: #f2f2f2;
  -webkit-appearance: none;
  box-sizing: border-box;
}
input[type=text]:focus, input[type=text]:hover, input[type=password]:focus, input[type=password]:hover, input[type=tel]:focus, input[type=tel]:hover, input[type=email]:focus, input[type=email]:hover, input[type=search]:focus, input[type=search]:hover {
  background: #ecf7e7;
}
input[type=text][disabled], input[type=text][readonly] {
  background: #f7f7f7;
  color: #aaa;
}
input[type=submit], input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover {
  opacity: 0.8;
}

select {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 34px 0 14px;
  line-height: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  z-index: 1;
  border: 2px solid #ccc;
  border-radius: 4px;
}
select::-ms-expand {
  display: none;
}
select:focus, select:hover {
  background: #ecf7e7;
  border: 2px solid #86cf5a;
}

.selectLabelArea {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
}
.selectLabelArea::before {
  width: 24px;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.selectLabelArea::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg);
  top: -2px;
  right: 10px;
  z-index: 10;
}

optgroup option {
  text-indent: 0;
}

/* _sell.scss -------------------------------------------------- */
.sateiBlock {
  display: block;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.sateiBlock .title {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.sateiBlock .title strong {
  color: #7ab951;
}
.sateiBlock .status {
  width: 45px;
  height: 24px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #ccc;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
.sateiBlock .status.cr {
  background: #7ab951;
}
.sateiBlock .sateiStepList > li {
  position: relative;
}
.sateiBlock .sateiStepList > li .selectLabelArea {
  width: 100%;
}
.sateiBlock .sateiStepList > li .inputlabel input[type=text] {
  width: 100%;
  height: 3em;
  margin: 0;
  padding: 0 2em 0 0.75em;
  line-height: 2.375em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  cursor: text;
}
.sateiBlock .sateiStepList > li .inputlabel input[type=text]::-webkit-search-cancel-button {
  display: none;
}
.sateiBlock .sateiSelect > dt {
  height: 24px;
  margin: 0 0 10px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}
.sateiBlock .sateiSelect > dt span {
  color: #7ab951;
  font-size: 2.4rem;
}
.sateiBlock .sateiBtn {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #45a4dd, #004ea2);
  text-align: center;
  font-weight: bold;
}
.sateiBlock .sateiBtn span {
  display: inline-block;
  background-image: url("../img/arrow_satei.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 28px 16px;
}
.sateiBlock .sateiBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 10%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewX(-30deg);
  animation: shine 5s infinite;
}
@keyframes shine {
  0% {
    left: 0%;
  }
  25% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.sateiBlock .sorry {
  font-size: 1.4rem;
  color: #f56d58;
  background: rgba(245, 109, 88, 0.1);
}
.sateiBlock .annotation {
  color: #000;
}

/* _static.scss -------------------------------------------------- */
header {
  position: relative;
}

.headerInner {
  position: relative;
  z-index: 5;
}
.headerInner .chukaiLogoBlock {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.headerInner .odakyuLogo {
  position: absolute;
}

.headerBlock {
  position: relative;
}
.headerBlock .headerBox {
  background: url("../../img/common/img_buy-kv.jpg") no-repeat center center;
  position: relative;
  line-height: 1;
}
.headerBlock .headerBox .headerCopy {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-weight: bold;
  color: #000;
}
.headerBlock .headerBox .headerCatch {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.headerBlock .headerBox .headerCatch img {
  width: 100%;
}
.headerBlock .headerBox .headerComment {
  position: absolute;
}
.headerBlock .headerBox .headerComment img {
  position: absolute;
}
.headerBlock .headerBox .headerComment .headerComment01 {
  left: 0;
}
.headerBlock .headerBox .headerComment .headerComment02,
.headerBlock .headerBox .headerComment .headerComment03 {
  bottom: 0;
}
.headerBlock .headerBox .headerComment .headerComment04 {
  right: 0;
}
.headerBlock .sateiBlock {
  display: block;
  position: relative;
  z-index: 10;
}

.sectionHead {
  text-align: center;
  color: #000;
}
.sectionHead span {
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
.sectionHead span::before, .sectionHead span::after {
  display: block;
  content: "";
  position: absolute;
}
.sectionHead span::before {
  left: 0;
}
.sectionHead span::after {
  right: 0;
  transform: scale(-1, 1);
}
.sectionHead span strong {
  display: block;
  font-weight: bold;
}

.sateiCatchBlock {
  position: relative;
}
.sateiCatchBlock .sateiCatchcopy {
  font-weight: bold;
  color: #000;
  text-align: center;
}
.sateiCatchBlock .sateiCatchcopy strong {
  color: #7ab951;
}
.sateiCatchBlock .sateiBlock {
  display: block;
  position: relative;
  z-index: 10;
}
.sateiCatchBlock::after {
  width: 100%;
  content: "";
  background: #ecf1f5;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.sateiTag {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sateiTag span {
  line-height: 1.3;
  border-radius: 4px;
  background: #D8A600;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.estateListBlock .title {
  text-align: center;
  color: #014da1;
  font-weight: bold;
}
.estateListBlock .title span {
  position: relative;
}
.estateListBlock .estateList .estate {
  position: relative;
}
.estateListBlock .estateList .estate .name {
  font-weight: bold;
  text-align: center;
}
.estateListBlock .estateList .estate .area {
  width: 100px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 1.4rem;
  background: rgba(1, 77, 161, 0.8);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.rankingList > li {
  padding: 25px 25px 25px 55px;
  background: #deebe2;
  position: relative;
  color: #000;
}
.rankingList > li .noIcon {
  width: 30px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #45a4de;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 5px;
}
.rankingList > li .noIcon::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 8px 15px;
  border-color: transparent transparent #deebe2 transparent;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.checkList > li {
  background-image: url("../img/icon_check.svg");
  background-position: left top;
  background-repeat: no-repeat;
  color: #000;
  font-weight: bold;
}

.cts01 .cts01_naviBlock .cts01_navi > li {
  background: #deebe2;
}
.cts01 .cts01_naviBlock .cts01_navi > li dt {
  color: #000;
  text-align: center;
  font-weight: bold;
}
.cts01 .cts01_naviBlock .cts01_navi > li dd {
  margin: 0 auto;
}
.cts01 .cts01_naviBlock .cts01_navi > li dd img {
  width: 100%;
}
.cts01 .tabContents {
  background: #deebe2;
  position: relative;
}
.cts01 .cts01_head {
  color: #7ab951;
  font-weight: bold;
}
.cts01 .cts01_text strong {
  font-weight: normal;
  border-bottom: solid #7ab951 2px;
}
.cts01 .cts01_subItem {
  background: #fff;
}
.cts01 .cts01_subItem .pcColList .text {
  color: #000;
  font-weight: bold;
}
.cts01 .cts01_subItem .pcColList.-col3 {
  justify-content: space-between;
}
.cts01 .cts01_subItem .pcColList.-col5 > li .label {
  background: #7ab951;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.cts01 .cts01_moreBlock li {
  background: #ecf1f5;
  border-radius: 4px;
}
.cts01 .cts01_moreBlock li dt {
  color: #000;
}

.cts02 .cts02_customerList {
  position: relative;
}
.cts02 .cts02_customerList::after {
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: #ecf1f5 transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cts03 .cts03_imgTextList dt {
  font-weight: bold;
  color: #000;
  text-align: center;
}
.cts03 .cts03_caseBlock > dt {
  font-weight: bold;
  text-align: center;
  color: #7ab951;
}
.cts03 .cts03_caseBlock > dd {
  background: #deebe2;
}
.cts03 .cts03_caseBlock > dd .cts03_caseList > li {
  background-image: url("../img/icon_check.svg");
  background-position: left top;
  background-repeat: no-repeat;
  color: #000;
  font-weight: bold;
}
.cts03 .sonaearebaBlock .sonaeareabaHead .logo {
  text-align: center;
}
.cts03 .sonaearebaBlock .sonaeareabaHead .logo dt {
  color: #000;
  font-weight: bold;
}
.cts03 .sonaearebaBlock .sonaeareabaHead .text {
  color: #000;
  font-weight: bold;
}
.cts03 .sonaearebaBlock .sonaeareabaHead .text strong, .cts03 .sonaearebaBlock .sonaeareabaHead .text span {
  color: #7ab951;
}
.cts03 .sonaearebaBlock .sonaeareabaHead .text dt strong {
  font-size: 1.5em;
}
.cts03 .sonaearebaBlock .sonaeareabaList > li {
  border-radius: 4px;
  border: solid #ddd 1px;
}
.cts03 .sonaearebaBlock .sonaeareabaList dt {
  font-weight: bold;
  color: #014da1;
}

.faqList > li {
  background: #fff;
}
.faqList dl {
  display: flex;
}
.faqList dl > dt {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.faqList dl.question dt {
  background: #7ab951;
}
.faqList dl.answer dt {
  background: #014da1;
}

.kansenBlock .title {
  text-align: center;
  color: #000;
}
.kansenBlock .kansenList > li {
  background: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
}
.kansenBlock .kansenList > li .img {
  text-align: center;
}
.kansenBlock .kansenList > li .img svg {
  fill: #014da1;
}
.kansenBlock .kansenList > li .text {
  color: #7ab951;
  font-weight: bold;
}
.kansenBlock .kansenList > li .detailText > dt {
  color: #7ab951;
  font-weight: bold;
}

.campaignBnr {
  position: fixed;
  bottom: -6px;
  width: 298px;
  z-index: 10;
}
.campaignBnr .campaignBnrImage {
  margin-bottom: 10px;
}
.campaignBnr .campaignBnrImage img {
  width: 100%;
}
.campaignBnr .campaignBnrBtn {
  text-align: center;
}
.campaignBnr .campaignBnrBtn a {
  display: inline-block;
  background: #7ab951;
  border-radius: 50px;
  width: 160px;
  color: #fff;
  line-height: 1;
  padding: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}

.modal .modalCloseIcon {
  position: absolute;
  padding: 0;
  background: none;
  outline: none;
  border: none;
  z-index: 10;
}
.modal .modalInner {
  position: relative;
  background: #fff;
  text-align: left;
}
.modal .modalCampaignHead {
  position: relative;
}
.modal .modalCampaignHead img {
  width: 100%;
}
.modal .modalCampaignHead .modalHeadText {
  position: absolute;
  left: 0%;
  width: 100%;
  text-align: center;
}
.modal .modalCampaignHead .modalHeadText h3 {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  background: #000;
  color: #fff;
}
.modal .modalCampaignHead .modalHeadText p {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.modal .modalCampaignBody {
  background: #F2F2ED;
}
.modal .modalCampaignLead p {
  font-weight: bold;
  text-align: justify;
}
.modal .modalCampaignLead .modalCampaignImage img {
  width: 100%;
}
.modal .modalCampaignFlow {
  background: #fff;
}
.modal .modalCampaignFlow h3 {
  text-align: center;
  position: relative;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}
.modal .modalCampaignFlow h3::after {
  display: block;
  content: "";
  background: #79B851;
  width: 100px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.modal .modalCampaignFlow ul li h4 {
  background: #79B851;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1;
}
.modal .modalCampaignFlow ul li > div {
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.modal .modalCampaignFlow ul li > div .withimage {
  position: relative;
}
.modal .modalCampaignFlow ul li > div .withimage .withimage-icon {
  position: absolute;
  right: 0;
}
.modal .modalCampaignFlow ul li > div .modalCampaignFlowPhoto {
  display: block;
}
.modal .modalSateiBlock {
  padding: 20px 20px 5px;
}
.modal .modalSateiBlock .sateiBtn {
  display: block;
  color: #fff;
  background: #014da1;
  text-align: center;
}
.modal .modalSateiBlock .sateiBtn span {
  display: inline-block;
  background-image: url(../img/arrow_satei.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 28px 16px;
}
.modal .modalCampaignNotice h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 10px;
}
.modal .modalCampaignNotice ul li {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 5px;
  color: #341F1F;
}
.modal .modalCampaignFooter ul li {
  line-height: 1.5;
  margin-bottm: 5px;
}
.modal .modalCampaignFooter .modalCampaignFooterBtn {
  text-align: center;
}
.modal .modalCloseBtn {
  background: #F1F1F1;
  border: 1px solid #CCCCCC;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  order-radius: 4px;
  margin: 0 auto;
  border-radius: 4px;
}

/* PC---------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  /* _slider.scss -------------------------------------------------- */
  .liquidBlock .slick-next {
    left: 950px;
  }
  .slick-dots {
    margin-top: 65px;
    max-width: 1000px;
    justify-content: center;
  }
  .slick-dots li {
    width: 70px;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover::before, .slick-dots li button:focus::before {
    background: #014da1;
  }
  /* _remodalstyle.scss -------------------------------------------------- */
  .remodal-wrapper {
    padding: 40px 0;
  }
  .remodal {
    padding: 0;
    background: none;
  }
  .remodal .headTitle {
    padding: 15px 40px;
    background: #7ab951;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #fff;
  }
  .remodal .mainBlock {
    height: calc(100vh - 180px);
    overflow-y: auto;
    padding: 40px;
    background: #fff;
  }
  .remodal.fb .mainBlock {
    height: calc(100vh - 260px);
    margin-bottom: 80px;
  }
  .remodal .remodal-close {
    top: 10px;
    right: 10px;
  }
  .remodal.normalBlock {
    padding: 40px;
    background: #fff;
    text-align: center;
  }
  .remodal.normalBlock .topText {
    padding: 20px 0;
  }
  .remodal.normalBlock button {
    width: 100%;
  }
  /* _common.scss -------------------------------------------------- */
  .pcDisNon {
    display: none !important;
  }
  .pcTaL {
    text-align: left;
  }
  .pcTaC {
    text-align: center;
  }
  .pcTaR {
    text-align: right;
  }
  .footerBlock {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footerBlock .text {
    font-size: 1.4rem;
    line-height: 2;
  }
  .footerBlock .logo {
    width: 190px;
  }
  .container {
    display: block;
    flex: 1;
  }
  .baseColumn {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .sateiBottom {
    padding: 40px 0;
  }
  .cts01 {
    padding: 40px 30px 60px;
  }
  .cts02,
  .cts03 {
    padding: 40px 50px;
  }
  .simpleHead {
    margin: 0 0 30px;
    font-size: 4rem;
  }
  .simpleHead .noIcon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    line-height: 62px;
    font-size: 2.8rem;
  }
  .subCopy {
    margin: 0 0 40px;
    text-align: center;
    font-size: 3rem;
  }
  .head01 {
    width: 800px;
    margin: 0 auto 40px;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
  }
  .head01 .point {
    height: 24px;
    margin: 0 20px 0 0;
    padding: 0 15px;
    line-height: 24px;
  }
  .head01 .headText {
    font-size: 2.6rem;
  }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
  .baseBtn.fL, .fL.submitBtn01, .fL.normalBtn,
  a.baseBtn.fL {
    font-size: 2rem;
  }
  /* _form.scss -------------------------------------------------- */
  /* _sell.scss -------------------------------------------------- */
  .sateiBlock {
    width: 1100px;
    padding: 50px 30px 25px;
    margin-right: auto;
    margin-left: auto;
  }
  .sateiBlock .title {
    margin: 0 0 40px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
  .sateiBlock .title strong {
    font-size: 5rem;
  }
  .sateiBlock .title strong small {
    font-size: 2.8rem;
  }
  .sateiBlock .sateiStepList {
    display: flex;
    justify-content: center;
  }
  .sateiBlock .sateiStepList > li.post {
    width: calc(19% - 1.5px);
  }
  .sateiBlock .sateiStepList > li.pref {
    width: calc(19% - 1.5px);
  }
  .sateiBlock .sateiStepList > li.city {
    width: calc(19% - 1.5px);
  }
  .sateiBlock .sateiStepList > li.town {
    width: calc(19% - 1.5px);
  }
  .sateiBlock .sateiStepList > li.Chome {
    width: calc(19% - 1.5px);
  }
  .sateiBlock .sateiStepList > li .sateiSelect {
    padding: 0 0.15em;
  }
  .sateiBlock .sateiBtn {
    width: 520px;
    height: 72px;
    margin: 20px auto 0 auto;
    line-height: 72px;
    border-radius: 36px;
  }
  .sateiBlock .sateiBtn span {
    padding: 0 48px 0 0;
    font-size: 2.8rem;
  }
  .sateiBlock .sorry {
    width: 520px;
    height: 72px;
    margin: 20px auto 0 auto;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .sateiBlock .annotation {
    margin: 25px 0 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .assess-form-or {
    font-size: 0.8em;
    margin: auto 0.5em;
    padding-top: 2.5em;
  }
  /* _static.scss -------------------------------------------------- */
  header {
    min-width: 1200px;
  }
  header::after {
    display: block;
    content: "";
    background: #fff;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
  .headerInner {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
  }
  .headerInner .chukaiLogoBlock {
    width: 450px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .headerInner .chukaiLogoBlock .chukaiLogoIll {
    width: 66px;
    margin: 7px 15px 0 0;
  }
  .headerInner .chukaiLogoBlock .chukaiLogoIll svg {
    width: 66px;
    height: 62px;
  }
  .headerInner .chukaiLogoBlock .chukaiLogoText {
    width: 177px;
  }
  .headerInner .chukaiLogoBlock .chukaiLogoText svg {
    width: 177px;
    height: 26px;
  }
  .headerInner .chukaiLogoBlock .chukaiLogoEn {
    width: 177px;
    margin-left: 12px;
  }
  .headerInner .chukaiLogoBlock .chukaiLogoEn svg {
    width: 177px;
    height: 24px;
  }
  .headerInner .odakyuLogo {
    width: 220px;
    top: 13px;
    right: 0;
  }
  .headerInner .odakyuLogo svg {
    width: 220px;
    height: 56px;
  }
  .headerBlock {
    padding: 0 0 55px;
    z-index: 5;
  }
  .headerBlock .headerBox {
    background-size: cover;
    width: 1200px;
    height: 510px;
    margin: 0 auto;
    position: relative;
  }
  .headerBlock .headerBox .headerCopy {
    top: 240px;
    width: 80%;
    font-size: 3.8rem;
    line-height: 1.8;
    transform: translate(-50%, -50%);
  }
  .headerBlock .headerBox .headerCatch {
    top: 20px;
    width: 836px;
  }
  .headerBlock .headerBox .headerComment {
    left: 80px;
    bottom: 40px;
    width: calc(100% - 160px);
  }
  .headerBlock .headerBox .headerComment img {
    width: 97px;
  }
  .headerBlock .headerBox .headerComment .headerComment01 {
    bottom: 50px;
  }
  .headerBlock .headerBox .headerComment .headerComment02 {
    left: 150px;
  }
  .headerBlock .headerBox .headerComment .headerComment03 {
    right: 150px;
  }
  .headerBlock .headerBox .headerComment .headerComment04 {
    bottom: 50px;
  }
  .headerBlock.-short {
    padding-bottom: 0;
  }
  .headerBlock.-short .headerBox .headerCopy {
    top: 220px;
  }
  .headerBlock.-short .headerBox .headerComment {
    bottom: 120px;
  }
  .headerBlock.-short .headerBox .headerComment .headerComment01 {
    bottom: 30px;
  }
  .headerBlock.-short .headerBox .headerComment .headerComment04 {
    bottom: 30px;
  }
  .sectionHead {
    margin: 0px 0 60px;
  }
  .sectionHead span {
    padding: 0 75px;
    font-size: 2.4rem;
  }
  .sectionHead span::before, .sectionHead span::after {
    background: url("../img/mp/title_line.svg") no-repeat left top;
    background-size: 100%;
    width: 50px;
    height: 91px;
    top: 10px;
  }
  .sectionHead span strong {
    font-size: 3.2rem;
  }
  .sateiCatchBlock {
    padding: 60px 50px 110px;
    background-position: center bottom 200px;
  }
  .sateiCatchBlock .sateiCatchcopy {
    margin: 0 0 60px;
    font-size: 3.4rem;
  }
  .sateiCatchBlock .sateiBlock {
    padding: 40px 33px 25px;
  }
  .sateiCatchBlock.-top {
    padding: 0px 50px 0px;
    position: relative;
    top: -110px;
  }
  .sateiCatchBlock.-top .sateiBlock .title {
    margin-bottom: 20px;
  }
  .sateiTag span {
    font-size: 1.8rem;
    padding: 6px 5px;
    margin: 0 6px;
    width: 190px;
  }
  .estateListBlock {
    min-width: 1200px;
  }
  .estateListBlock .title {
    margin: 0 0 35px;
    width: 100%;
    font-size: 2rem;
    line-height: 1.8;
  }
  .estateListBlock .title span {
    display: block;
  }
  .estateListBlock .title span::before, .estateListBlock .title span::after {
    height: 1px;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    display: block;
    background: #45a4de;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .estateListBlock .title span::before, .estateListBlock .title span::after {
    width: 180px;
  }
  .estateListBlock .title span::before {
    left: 0;
  }
  .estateListBlock .title span::after {
    right: 0;
  }
  .estateListBlock .estateList {
    margin: 0 0 0;
  }
  .estateListBlock .estateList .estate {
    width: 280px;
    margin: 0 10px;
    padding: 5px 5px 0;
  }
  .estateListBlock .estateList .estate .name {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
  .checkList > li {
    padding: 0 0 0 32px;
    background-size: 24px 24px;
    font-size: 1.8rem;
  }
  .rankingList > li:not(:last-of-type) {
    margin: 0 0 20px;
  }
  .cts01 .cts01_naviBlock .cts01_navi {
    width: 1100px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
  }
  .cts01 .cts01_naviBlock .cts01_navi > li {
    width: 250px;
    padding: 15px 0 45px;
    position: relative;
  }
  .cts01 .cts01_naviBlock .cts01_navi > li dt {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
  .cts01 .cts01_naviBlock .cts01_navi > li dd {
    width: 200px;
  }
  .cts01 .cts01_naviBlock .cts01_navi > li .spText {
    display: none;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: solid #fff 2px;
    color: #014da1;
    font-weight: bold;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab.cr, .cts01 .cts01_naviBlock .cts01_navi .linkTab:hover {
    border: solid #014da1 2px;
    background: #ecf1f5;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab.up .text::after {
    transform: rotate(-135deg);
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab .text {
    height: 16px;
    padding: 0 0 0 26px;
    line-height: 16px;
    position: relative;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab .text::before {
    width: 2px;
    height: 16px;
    display: block;
    content: "";
    background: #014da1;
    position: absolute;
    left: 5px;
    top: 0;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab .text::after {
    width: 12px;
    height: 12px;
    display: block;
    content: "";
    border-bottom: 2px solid #014da1;
    border-right: 2px solid #014da1;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    bottom: 2px;
  }
  .cts01 .tabContents {
    margin: 0 0 40px;
    padding: 40px 30px;
  }
  .cts01 .tabContents::before {
    margin-left: -35px;
    border-width: 0 35px 35px 35px;
    top: -35px;
  }
  .cts01 .tabContents.cts01_04 {
    margin: 0;
  }
  .cts01 .cts01_head {
    margin: 0 0 25px;
    text-align: center;
    font-size: 3rem;
  }
  .cts01 .cts01_text {
    margin: 0 0 25px;
    text-align: center;
  }
  .cts01 .cts01_subItem {
    padding: 30px 15px;
  }
  .cts01 .cts01_subItem .pcColList {
    display: flex;
  }
  .cts01 .cts01_subItem .pcColList .text {
    margin: 10px 0 0;
    text-align: center;
    font-size: 1.4rem;
  }
  .cts01 .cts01_subItem .pcColList.-col3 {
    margin: 0 35px;
    justify-content: space-between;
  }
  .cts01 .cts01_subItem .pcColList.-col3 > li {
    width: 310px;
  }
  .cts01 .cts01_subItem .pcColList.-col5 {
    justify-content: space-between;
  }
  .cts01 .cts01_subItem .pcColList.-col5 > li {
    width: 200px;
    position: relative;
    padding: 30px 0 0;
  }
  .cts01 .cts01_subItem .pcColList.-col5 > li .label {
    width: 200px;
    font-size: 1.4rem;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cts01 .cts01_subItem .imgCheckListBox {
    margin: 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cts01 .cts01_subItem .imgCheckListBox .img {
    width: 430px;
  }
  .cts01 .cts01_subItem .imgCheckListBox .checkList {
    width: 480px;
  }
  .cts01 .cts01_subItem .imgCheckListBox .checkList > li {
    margin: 10px 0;
  }
  .cts01 .cts01_moreBlock ul {
    display: flex;
    justify-content: center;
  }
  .cts01 .cts01_moreBlock li {
    width: 250px;
    margin: 0 20px;
    padding: 20px;
  }
  .cts01 .cts01_moreBlock li dt {
    margin: 0 0 20px;
    font-weight: bold;
    text-align: center;
  }
  .cts01 .cts01_moreBlock li dd {
    width: 200px;
    margin: 0 auto;
  }
  .cts02 .checkList {
    font-size: 1.8rem;
  }
  .cts02 .cts02_dataBlock {
    margin: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cts02 .cts02_dataBlock .img {
    margin: 0 35px 0 0;
  }
  .cts02 .cts02_dataBlock .rankingList {
    width: 380px;
  }
  .cts02 .cts02_dataBlock .annotation {
    width: 100%;
    margin: 15px 0 0;
    text-align: right;
  }
  .cts02 .cts02_dataBlock .cts02_odakyuList {
    margin: 0 0 0 35px;
  }
  .cts02 .cts02_dataBlock .cts02_odakyuList > li {
    margin: 20px 0;
  }
  .cts02 .annotation {
    font-size: 1.4rem;
    text-align: right;
  }
  .cts02 .cts02_customerList {
    margin: 0 20px 40px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cts02 .cts02_customerList > li {
    width: 340px;
    margin: 0 0 25px;
  }
  .cts02 .cts02_customerList::after {
    border-width: 70px 245px 0 245px;
  }
  .cts03 .cts03_imgTextList {
    margin: 0 0 60px;
    display: flex;
    justify-content: space-between;
  }
  .cts03 .cts03_imgTextList .img {
    margin: 0 0 15px;
  }
  .cts03 .cts03_imgTextList dt {
    margin: 0 0 15px;
    font-size: 2.2rem;
  }
  .cts03 .cts03_imgTextList.-col3 > li {
    width: 350px;
  }
  .cts03 .cts03_imgTextList.-col4 {
    margin: 0 0 50px;
  }
  .cts03 .cts03_imgTextList.-col4 > li {
    width: 260px;
  }
  .cts03 .cts03_caseBlock {
    margin: 0 0 80px;
  }
  .cts03 .cts03_caseBlock > dt {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }
  .cts03 .cts03_caseBlock > dd {
    padding: 30px;
  }
  .cts03 .cts03_caseBlock > dd .cts03_caseList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cts03 .cts03_caseBlock > dd .cts03_caseList > li {
    width: 510px;
    margin: 5px 0;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead {
    margin: 0 0 60px;
    display: flex;
    align-items: center;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead .logo {
    margin: 0 30px 0 0;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead .logo dt {
    margin: 0 0 10px;
    font-size: 2rem;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead .logo dd {
    width: 410px;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead .text dt {
    margin: 0 0 10px;
    font-size: 3.2rem;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead .text dd {
    font-size: 2rem;
  }
  .cts03 .sonaearebaBlock .sonaeareabaList {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
  }
  .cts03 .sonaearebaBlock .sonaeareabaList > li {
    width: 208px;
    margin: 0 0 15px;
    padding: 16px;
  }
  .cts03 .sonaearebaBlock .sonaeareabaList .img {
    margin: 0 0 15px;
  }
  .cts03 .sonaearebaBlock .sonaeareabaList dt {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
  .cts03 .sonaearebaBlock .sonaeareabaList dd {
    font-size: 1.2rem;
  }
  .cts03 .sonaearebaBlock .sonaeareabaList dd p.caption {
    margin: 0.75em 0 0;
  }
  .cts03 .annotation {
    margin: 25px 0 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .faqBlock {
    padding: 0 0 0;
  }
  .faqList > li {
    margin: 0 0 30px;
    padding: 35px;
  }
  .faqList > li:last-of-type {
    margin: 0;
  }
  .faqList dl {
    justify-content: space-between;
  }
  .faqList dl > dt {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 3rem;
  }
  .faqList dl > dd {
    width: 1050px;
    padding: 15px 0 0;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .faqList dl.question {
    margin-bottom: 20px;
  }
  .kansenBlock {
    padding: 60px 0;
  }
  .kansenBlock .title {
    margin: 0 0 45px;
    font-size: 2.8rem;
  }
  .kansenBlock .kansenList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .kansenBlock .kansenList > li {
    width: 154px;
    padding: 20px 0;
  }
  .kansenBlock .kansenList > li .img svg {
    width: 80px;
    height: 80px;
  }
  .kansenBlock .kansenList > li .text {
    margin: 20px 0 0;
    text-align: center;
  }
  .kansenBlock .kansenList > li.online {
    width: 1200px;
    margin: 20px 0 0;
    padding: 30px 38px;
    display: flex;
  }
  .kansenBlock .kansenList > li .detailText {
    margin: 0 0 0 40px;
  }
  .kansenBlock .kansenList > li .detailText > dt {
    margin: 0 0 10px;
    font-size: 2rem;
  }
  .campaignBnr {
    right: 20px;
  }
  .modal .modalCloseIcon {
    right: 20px;
    top: 20px;
    width: 34px;
    height: 34px;
  }
  .modal .modalCampaignHead .modalHeadText {
    bottom: 7%;
  }
  .modal .modalCampaignHead .modalHeadText h3 {
    font-size: 1.4rem;
    padding: 6px 15px;
    margin-bottom: 10px;
  }
  .modal .modalCampaignHead .modalHeadText p {
    font-size: 2rem;
    margin-top: 5px;
  }
  .modal .modalCampaignBody {
    padding: 30px 60px 50px;
  }
  .modal .modalCampaignLead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .modal .modalCampaignLead p {
    width: 50%;
    font-size: 2.4rem;
    line-height: 1.6;
    padding-right: 30px;
  }
  .modal .modalCampaignLead .modalCampaignImage {
    width: 50%;
  }
  .modal .modalCampaignFlow {
    padding: 43px 30px;
    margin-bottom: 30px;
  }
  .modal .modalCampaignFlow h3 {
    font-size: 2.4rem;
  }
  .modal .modalCampaignFlow ul li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .modal .modalCampaignFlow ul li h4 {
    width: 144px;
    height: 64px;
    font-size: 2rem;
  }
  .modal .modalCampaignFlow ul li > div {
    width: calc(100% - 170px);
    margin-left: 25px;
    font-size: 2rem;
    padding-top: 14px;
  }
  .modal .modalCampaignFlow ul li > div .withimage {
    max-width: 520px;
    padding-right: 140px;
    padding-bottom: 15px;
  }
  .modal .modalCampaignFlow ul li > div .withimage .withimage-icon {
    top: 0px;
  }
  .modal .modalCampaignFlow ul li > div .modalCampaignFlowPhoto {
    margin-top: 15px;
  }
  .modal .modalCampaignFlow ul li > div .modalCampaignFlowPhoto.-center {
    padding-left: 30px;
  }
  .modal .modalSateiBlock .sateiBtn {
    width: 520px;
    height: 72px;
    margin: 20px auto 0 auto;
    line-height: 72px;
    border-radius: 36px;
  }
  .modal .modalSateiBlock .sateiBtn span {
    padding: 0 48px 0 0;
    font-size: 2.8rem;
  }
  .modal .modalCampaignFooter {
    padding: 50px 60px 25px;
  }
  .modal .modalCampaignFooter ul li {
    font-size: 12px;
  }
  .modal .modalCampaignFooter .modalCampaignFooterBtn {
    padding: 60px 0 40px;
  }
  /* _table.scss -------------------------------------------------- */
  /* _ie.scss -------------------------------------------------------------------------------- */
  _:-ms-lang(x)::-ms-backdrop,
  html {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .container {
    flex: 1 0 auto;
  }
  _:-ms-lang(x)::-ms-backdrop,
  img[src$=".gif"],
  img[src$=".png"] {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .clamp {
    height: 4.5em;
    display: block;
    overflow: hidden;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .slick-slider a,
  .slick-slider a:hover {
    -ms-transition: unset;
    transition: unset;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .slick-prev,
  .slick-next {
    width: 32px;
    height: 48px;
  }
}
/* IE--------------------------------------------------------------- */
/* SP---------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* _slider.scss -------------------------------------------------- */
  .-spSlick {
    display: none;
  }
  .-spSlick.slick-initialized {
    display: block;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .circleArrow .slick-prev,
  .circleArrow .slick-next {
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .circleArrow .slick-prev {
    left: -12px;
  }
  .circleArrow .slick-next {
    right: -12px;
  }
  .squareArrow .slick-prev,
  .squareArrow .slick-next {
    margin-top: -22px;
    width: 28px;
    height: 44px;
  }
  .squareArrow .slick-prev {
    left: 0px;
  }
  .squareArrow .slick-next {
    right: 0px;
  }
  .squareArrow .slick-prev::before {
    width: 16px;
    height: 16px;
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    margin-left: -4px;
    margin-top: -8px;
  }
  .squareArrow .slick-next::before {
    width: 16px;
    height: 16px;
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    margin-right: -4px;
    margin-top: -8px;
  }
  .slick-dots {
    margin-top: 30px;
    width: calc(100vw - 40px);
  }
  .slick-dots li {
    width: 100%;
  }
  /* _remodalstyle.scss -------------------------------------------------- */
  .remodal-close {
    top: 0;
  }
  .remodal {
    position: relative;
    height: 100%;
  }
  .remodal .headTitle {
    width: 100%;
    min-height: 55px;
    padding: 16px 72px;
    background: #7ab951;
    font-size: 1.4rem;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    color: #fff;
  }
  .remodal .mainBlock {
    height: calc(100% - 55px);
    margin-bottom: 61px;
    padding: 20px;
    overflow-y: auto;
  }
  .remodal.fb .mainBlock {
    padding: 0;
    height: calc(100% - 116px);
  }
  .remodal.spWide .mainBlock {
    padding: 0 0 32px;
  }
  .remodal .remodal-close {
    width: auto;
    height: auto;
    margin: auto;
    padding: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: inherit;
    text-indent: inherit;
    color: #014da1;
    line-height: 1.8;
  }
  .remodal .remodal-close::before {
    margin: auto;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-top: solid 1px #014da1;
    border-right: solid 1px #014da1;
    transform: rotate(-135deg);
    background: none;
    margin: 0 5px;
    position: relative;
    left: auto;
  }
  .remodal .remodal-close::after {
    display: none;
  }
  .remodal.normalBlock {
    height: inherit;
    padding: 20px;
    background: none;
    text-align: center;
  }
  .remodal.normalBlock .normalBlockInn {
    padding: 20px;
    background: #fff;
  }
  .remodal.normalBlock .topText {
    padding: 20px 0;
  }
  .remodal.normalBlock button {
    width: 100%;
  }
  /* _common.scss -------------------------------------------------- */
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  .spDisNon {
    display: none !important;
  }
  .spTaL {
    text-align: left;
  }
  .spTaC {
    text-align: center;
  }
  .spTaR {
    text-align: right;
  }
  .spFs {
    font-size: 1.4rem;
  }
  a:hover,
  a:hover img {
    opacity: 1;
  }
  .footerBlock {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
  }
  .footerBlock .text {
    font-size: 1.2rem;
    line-height: 2;
  }
  .footerBlock .text small {
    font-size: 1rem;
  }
  .footerBlock .logo {
    width: 120px;
    margin: 20px auto 0 auto;
  }
  .container {
    flex: 1;
  }
  .baseColumn {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cts01,
  .cts02,
  .cts03 {
    padding: 20px 20px;
  }
  .sateiBottom {
    padding: 20px 0;
  }
  .simpleHead {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }
  .simpleHead .noIcon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    line-height: 32px;
    font-size: 1.4rem;
  }
  .subCopy {
    margin: 0 0 20px;
    font-size: 1.8rem;
    text-align: center;
  }
  .head01 {
    margin: 0 0 20px;
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
  }
  .head01 .point {
    height: 18px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    line-height: 18px;
    font-size: 1.4rem;
  }
  .head01 .headText {
    font-size: 1.6rem;
  }
  .acSpTrg {
    position: relative;
  }
  .acSpTrg::before, .acSpTrg::after {
    width: 10px;
    height: 2px;
    content: "";
    display: block;
    background: #7ab951;
    position: absolute;
    margin-top: -1px;
    top: 50%;
    right: 15px;
    transform: rotate(0);
    z-index: 1;
  }
  .acSpTrg::after {
    transform: rotate(90deg);
  }
  .acSpTrg.active::before {
    /*transform: rotate(45deg);*/
  }
  .acSpTrg.active::after {
    display: none;
    /*transform: rotate(-45deg);*/
  }
  .baseBtn, .submitBtn01,
  a.submitBtn01, .normalBtn,
  a.normalBtn,
  a.baseBtn {
    padding: 9px 0;
  }
  /* _form.scss -------------------------------------------------- */
  input,
  select,
  .selectLabelArea,
  textarea {
    width: 100%;
    font-size: 1.6rem;
  }
  .inputArea > input,
  .inputArea > select,
  .inputArea > .selectLabelArea,
  .inputArea > textarea {
    width: 100%;
  }
  /* _sell.scss -------------------------------------------------- */
  .sateiBlock {
    padding: 30px 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .sateiBlock .title {
    margin: 0 0 20px;
  }
  .sateiBlock .title strong {
    font-size: 1.8rem;
  }
  .sateiBlock .title strong small {
    font-size: 1.8rem;
  }
  .sateiBlock .sateiStepList {
    margin: 0 0 30px;
  }
  .sateiBlock .sateiStepList > li:not(:last-of-type) {
    margin: 0 0 20px;
  }
  .sateiBlock .status {
    height: 18px;
    line-height: 18px;
    font-size: 1.2rem;
  }
  .sateiBlock .sateiSelect > dt {
    height: 18px;
    margin: 0 0 10px;
    line-height: 18px;
    font-size: 1.4rem;
  }
  .sateiBlock .sateiSelect > dt span {
    font-size: 1.8rem;
  }
  .sateiBlock .sateiBtn {
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
  }
  .sateiBlock .sateiBtn span {
    padding: 0 24px 0 0;
    font-size: 1.8rem;
    background-size: 14px 8px;
  }
  .sateiBlock .sorry {
    padding: 10px;
  }
  .sateiBlock .annotation {
    margin: 20px 0 0;
    font-size: 1.2rem;
  }
  .assess-form-or {
    text-align: center;
  }
  /* _static.scss -------------------------------------------------- */
  header {
    background: #fff;
  }
  .headerInner {
    width: 100%;
    height: 50px;
  }
  .headerInner .chukaiLogoBlock {
    width: 140px;
    height: 100%;
  }
  .headerInner .chukaiLogoBlock .chukaiLogoIll {
    width: 40px;
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .headerInner .chukaiLogoBlock .chukaiLogoIll svg {
    width: 40px;
    height: 37px;
  }
  .headerInner .chukaiLogoBlock .chukaiLogoText {
    width: 88px;
    position: absolute;
    left: 55px;
    top: 5px;
  }
  .headerInner .chukaiLogoBlock .chukaiLogoText svg {
    width: 88px;
    height: 13px;
  }
  .headerInner .chukaiLogoBlock .chukaiLogoEn {
    width: 85px;
    position: absolute;
    left: 55px;
    top: 20px;
  }
  .headerInner .chukaiLogoBlock .chukaiLogoEn svg {
    width: 85px;
    height: 12px;
  }
  .headerInner .odakyuLogo {
    width: 150px;
    top: 7px;
    right: 7px;
  }
  .headerInner .odakyuLogo svg {
    width: 150px;
    height: 37px;
  }
  .headerBlock .headerBox {
    background-size: auto 100%;
    height: 102vw;
    max-height: 400px;
  }
  .headerBlock .headerBox .headerCopy {
    top: 170px;
    width: 94%;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .headerBlock .headerBox .headerCatch {
    top: 15px;
    width: 330px;
  }
  .headerBlock .headerBox .headerComment {
    display: none;
    left: 10px;
    bottom: 20px;
    width: calc(100% - 20px);
  }
  .headerBlock .headerBox .headerComment img {
    width: 67px;
  }
  .headerBlock .headerBox .headerComment .headerComment01 {
    bottom: 40px;
  }
  .headerBlock .headerBox .headerComment .headerComment02 {
    left: 80px;
  }
  .headerBlock .headerBox .headerComment .headerComment03 {
    right: 80px;
  }
  .headerBlock .headerBox .headerComment .headerComment04 {
    bottom: 40px;
  }
  .headerBlock.-short .headerBox {
    height: 100vw;
  }
  .sectionHead {
    margin: 0px 0 30px;
  }
  .sectionHead span {
    display: block;
    padding: 0 25px;
    font-size: 1.5rem;
  }
  .sectionHead span::before, .sectionHead span::after {
    background: url("../img/mp/title_line_sp.svg") no-repeat left top;
    background-size: 100%;
    width: 19px;
    height: 59px;
    bottom: 0;
  }
  .sectionHead span strong {
    margin-top: 10px;
    font-size: 1.9rem;
  }
  .sateiCatchBlock {
    padding: 20px 0 50px;
  }
  .sateiCatchBlock .sateiBlock {
    padding: 20px;
  }
  .sateiCatchBlock .sateiCatchcopy {
    margin: 0 20px 30px;
    font-size: 1.8rem;
  }
  .sateiCatchBlock::before {
    border-width: 30px 100px 0 100px;
  }
  .sateiCatchBlock::after {
    height: 200px;
  }
  .sateiCatchBlock.-top {
    padding: 0;
    position: relative;
    top: -80px;
  }
  .sateiTag {
    margin-bottom: 10px;
  }
  .sateiTag span {
    font-size: 1.3rem;
    padding: 4px 4px;
    margin: 0 5px;
    width: 140px;
  }
  .estateListBlock {
    padding: 20px 0px 0;
  }
  .estateListBlock .title {
    margin: 0 0 20px;
  }
  .estateListBlock .estateList .estate {
    width: 50vw;
    margin: 0 10px;
    padding: 5px 5px 0;
  }
  .estateListBlock .estateList .estate .name {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
  .estateListBlock .estateList .estate img {
    width: 100%;
  }
  .cts01 .cts01_naviBlock .cts01_navi {
    width: calc(100vw - 60px);
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
  }
  .cts01 .cts01_naviBlock .cts01_navi > li {
    width: calc(25vw - 16.5px);
    position: relative;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .cts01 .cts01_naviBlock .cts01_navi > li dl {
    display: none;
  }
  .cts01 .cts01_naviBlock .cts01_navi > li .spText {
    font-size: 1.2rem;
    color: #000;
    text-align: center;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab {
    padding: 8px 4px;
    border: solid #fff 2px;
    font-size: 1.2rem;
    display: block;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab.cr {
    border: solid #014da1 2px;
    background: #ecf1f5;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab .text {
    display: none;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab.up .spText::after {
    transform: rotate(-135deg);
    bottom: 4px;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab .spText {
    padding: 0 0 16px;
    position: relative;
    font-weight: bold;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab .spText::before, .cts01 .cts01_naviBlock .cts01_navi .linkTab .spText::after {
    margin: 0 auto;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab .spText::before {
    width: 2px;
    height: 10px;
    background: #014da1;
  }
  .cts01 .cts01_naviBlock .cts01_navi .linkTab .spText::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #014da1;
    border-right: 2px solid #014da1;
    transform: rotate(45deg);
  }
  .cts01 .tabContents {
    margin: 0 0 20px;
    padding: 10px;
  }
  .cts01 .tabContents::before {
    margin-left: -15px;
    border-width: 0 15px 20px 15px;
    top: -20px;
  }
  .cts01 .tabContents.cts01_04 {
    margin: 0;
  }
  .cts01 .cts01_head {
    margin: 0 0 15px;
    text-align: center;
  }
  .cts01 .cts01_text {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
  .cts01 .cts01_subItem {
    padding: 10px;
  }
  .cts01 .cts01_subItem .pcColList > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cts01 .cts01_subItem .pcColList > li:not(:last-of-type) {
    margin: 0 0 5px;
    padding-bottom: 5px;
    border-bottom: dotted #ccc 1px;
  }
  .cts01 .cts01_subItem .pcColList .img {
    width: 100px;
  }
  .cts01 .cts01_subItem .pcColList .textBox,
  .cts01 .cts01_subItem .pcColList .text {
    width: calc(100vw - 220px);
    font-weight: normal;
    font-size: 1.2rem;
  }
  .cts01 .cts01_subItem .pcColList.-col5 > li .label {
    margin: 0 0 5px;
  }
  .cts01 .cts01_subItem .pcColList.-col5 > li .text {
    text-align: center;
  }
  .cts01 .cts01_subItem .imgCheckListBox .img {
    margin: 0 0 10px;
  }
  .cts01 .cts01_moreBlock li {
    padding: 20px;
  }
  .cts01 .cts01_moreBlock li:not(:last-of-type) {
    margin: 0 0 10px;
  }
  .cts01 .cts01_moreBlock li dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cts01 .cts01_moreBlock li dt {
    width: calc(100vw - 260px);
    font-weight: bold;
    font-size: 1.4rem;
  }
  .cts01 .cts01_moreBlock li dd {
    width: 150px;
  }
  .cts02 .cts02_dataBlock:not(:last-of-type) {
    margin: 0 0 40px;
  }
  .cts02 .cts02_dataBlock .img {
    margin: 0 0 20px;
  }
  .cts02 .cts02_dataBlock .cts02_odakyuList {
    margin: 0 10px 40px;
  }
  .cts02 .cts02_dataBlock .cts02_odakyuList > li {
    margin: 0 0 10px;
  }
  .cts02 .annotation {
    font-size: 1.2rem;
  }
  .cts02 .cts02_customerList {
    margin: 0 10px 40px;
    padding-bottom: 55px;
  }
  .cts02 .cts02_customerList > li {
    margin: 0 0 10px;
  }
  .cts02 .cts02_customerList::after {
    border-width: 35px 30vw 0 30vw;
  }
  .rankingList > li {
    margin: 0 0 10px;
    padding: 15px 10px 15px 55px;
    font-size: 1.4rem;
  }
  .checkList > li {
    padding: 0 0 2px 24px;
    background-size: 16px 16px;
    background-position: left 2px;
    font-size: 1.4rem;
  }
  .cts03 .cts03_imgTextList {
    margin: 0 0 30px;
  }
  .cts03 .cts03_imgTextList .img {
    margin: 0 0 10px;
  }
  .cts03 .cts03_imgTextList .img img {
    width: 100%;
  }
  .cts03 .cts03_imgTextList dt {
    margin: 0 0 5px;
  }
  .cts03 .cts03_imgTextList dd {
    font-size: 1.4rem;
  }
  .cts03 .cts03_imgTextList > li:not(:last-of-type) {
    margin: 0 0 20px;
  }
  .cts03 .cts03_imgTextList.-col4 {
    margin: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cts03 .cts03_imgTextList.-col4 > li {
    width: calc(50vw - 35px);
  }
  .cts03 .cts03_caseBlock {
    margin: 0 0 40px;
  }
  .cts03 .cts03_caseBlock > dt {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
  .cts03 .cts03_caseBlock > dd {
    margin: 5px 10px;
    padding: 10px;
  }
  .cts03 .cts03_caseBlock > dd .cts03_caseList > li {
    margin: 8px 0;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead {
    margin: 0 0 20px;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead .logo {
    margin: 0 0 10px 0;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead .logo dt {
    margin: 0 0 5px;
    font-size: 1.4rem;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead .logo dd {
    width: 65vw;
    margin: 0 auto;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead .text {
    text-align: center;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead .text dt {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
  .cts03 .sonaearebaBlock .sonaeareabaHead .text dd {
    font-size: 1.4rem;
  }
  .cts03 .sonaearebaBlock .sonaeareabaList > li {
    margin: 0 0 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .cts03 .sonaearebaBlock .sonaeareabaList .img {
    width: 100%;
  }
  .cts03 .sonaearebaBlock .sonaeareabaList dl {
    width: 100%;
  }
  .cts03 .sonaearebaBlock .sonaeareabaList dt {
    margin: 0 0 5px;
    font-size: 1.4rem;
  }
  .cts03 .sonaearebaBlock .sonaeareabaList dd {
    font-size: 1.2rem;
  }
  .cts03 .sonaearebaBlock .sonaeareabaList dd p.caption {
    font-size: 1rem;
    margin: 0.75em 0 0;
  }
  .cts03 .annotation {
    margin: 20px 0 0;
    font-size: 1.2rem;
  }
  .faqBlock {
    padding: 0 0 30px 0;
  }
  .faqList > li {
    margin: 0 0 5px;
    padding: 10px;
    font-size: 1.4rem;
  }
  .faqList .acSpTrg::before, .faqList .acSpTrg::after {
    right: 5px;
  }
  .faqList dl > dt {
    width: 24px;
    height: 24px;
    margin: 5px 0 0;
    line-height: 24px;
  }
  .faqList dl > dd {
    width: calc(100vw - 64px);
    padding: 5px 0 5px 10px;
  }
  .faqList dl.question dd {
    padding: 5px 20px 5px 10px;
  }
  .kansenBlock {
    padding: 30px 0;
  }
  .kansenBlock .title {
    margin: 0 0 20px;
    font-weight: bold;
  }
  .kansenBlock .kansenList {
    padding: 0 10px;
  }
  .kansenBlock .kansenList > li {
    margin: 0 0 5px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }
  .kansenBlock .kansenList > li .img {
    width: 60px;
  }
  .kansenBlock .kansenList > li .img svg {
    width: 60px;
    height: 60px;
  }
  .kansenBlock .kansenList > li .text {
    width: calc(100vw - 140px);
    margin: 0 0 0 20px;
  }
  .kansenBlock .kansenList > li .detailText {
    width: calc(100vw - 140px);
    margin: 0 0 0 20px;
  }
  .kansenBlock .kansenList > li .detailText > dt {
    margin: 0 0 5px;
  }
  .kansenBlock .kansenList > li .detailText > dd {
    font-size: 1.2rem;
  }
  .campaignBnr {
    left: 5px;
  }
  .modal .modalCloseIcon {
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
  }
  .modal .modalCampaignHead .modalHeadText {
    bottom: 16%;
  }
  .modal .modalCampaignHead .modalHeadText h3 {
    font-size: 4vw;
    padding: 1.5vw 3vw;
    margin-bottom: 0;
  }
  .modal .modalCampaignHead .modalHeadText p {
    font-size: 4vw;
    margin-top: 0.8em;
  }
  .modal .modalCampaignBody {
    padding: 25px 15px 30px;
  }
  .modal .modalCampaignLead {
    display: block;
    margin-bottom: 23px;
    text-align: center;
  }
  .modal .modalCampaignLead p {
    width: auto;
    font-size: 2rem;
    line-height: 1.4;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .modal .modalCampaignLead .modalCampaignImage {
    width: auto;
  }
  .modal .modalCampaignFlow {
    padding: 25px 10px 30px;
    margin-bottom: 25px;
  }
  .modal .modalCampaignFlow h3 {
    font-size: 1.8rem;
  }
  .modal .modalCampaignFlow ul li {
    display: block;
    margin-top: 12px;
  }
  .modal .modalCampaignFlow ul li h4 {
    width: 144px;
    height: 26px;
    font-size: 1.4rem;
    margin: 0 auto 8px;
  }
  .modal .modalCampaignFlow ul li > div {
    width: auto;
    margin-left: 0;
    font-size: 1.6rem;
    padding-top: 0;
  }
  .modal .modalCampaignFlow ul li > div p {
    font-weight: bold;
  }
  .modal .modalCampaignFlow ul li > div .withimage {
    max-width: 100%;
    padding-right: 80px;
    padding-bottom: 15px;
  }
  .modal .modalCampaignFlow ul li > div .withimage .withimage-icon {
    top: 10px;
    width: 65px;
  }
  .modal .modalCampaignFlow ul li > div .modalCampaignFlowPhoto {
    margin-top: 30px;
    text-align: center;
  }
  .modal .modalSateiBlock .sateiBtn {
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
  }
  .modal .modalSateiBlock .sateiBtn span {
    padding: 0 24px 0 0;
    font-size: 1.8rem;
    background-size: 14px 8px;
  }
  .modal .modalCampaignFooter {
    padding: 33px 15px 0;
  }
  .modal .modalCampaignFooter ul li {
    font-size: 14px;
  }
  .modal .modalCampaignFooter .modalCampaignFooterBtn {
    padding: 20px 0 30px;
  }
}