@charset "UTF-8";
*,
*::before,
*::after {
	box-sizing: border-box;
}
html,
body,
h1, h2, h3, h4, h5, h6,
a, p, span, em, small, strong, sub, sup, mark, del, ins, strike,
abbr, dfn, blockquote, q, cite, code, pre,
ol, ul, li, dl, dt, dd,
div, section, article, main, aside, nav, header, hgroup, footer,
img, figure, figcaption, address, time,
audio, video, canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}
article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
img,
video {
	height: auto;
	max-width: 100%;
}
ul,
ol {
	list-style: none;
}
em,
address {
	font-style: normal;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #3a3c3e;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
a {
  cursor: pointer;
}
img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
}
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}
table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
}
th,
td {
  border: 1px solid #ddd;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}
blockquote,
q {
  quotes: none;
}
blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}
[data-target] {
  cursor: pointer;
}
[aria-busy=true] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
form {
  margin: 0;
  padding: 0;
}
button,
[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #0972cf;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}
button:hover,
[type=submit]:hover,
[type=button]:hover {
  outline: none;
}
button ::-moz-focus-inner,
[type=submit] ::-moz-focus-inner,
[type=button] ::-moz-focus-inner {
  border: none;
  padding: 0;
}
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: none;
  border: solid 1px #d4d3d3;
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  padding: 7px 19px;
  width: 100%;
}
[type=text]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=url]::-moz-placeholder, [type=email]::-moz-placeholder, [type=password]::-moz-placeholder, [type=date]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #d4d3d3;
  font-size: 14px;
}
[type=text]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=url]::placeholder,
[type=email]::placeholder,
[type=password]::placeholder,
[type=date]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #d4d3d3;
  font-size: 14px;
}
[type=text]:hover, [type=text]:focus,
[type=search]:hover,
[type=search]:focus,
[type=tel]:hover,
[type=tel]:focus,
[type=url]:hover,
[type=url]:focus,
[type=email]:hover,
[type=email]:focus,
[type=password]:hover,
[type=password]:focus,
[type=date]:hover,
[type=date]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: none;
}
[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
select:focus,
textarea:focus {
  border-color: #0972cf;
  box-shadow: none;
  outline: none;
}
[type=radio] {
  opacity: 0;
  position: absolute;
}
[type=radio]:focus-visible + span::before {
  border-color: #0972cf;
  box-shadow: 0 0 5px #0972cf;
}
[type=radio] + span {
  color: #3a3c3e;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 32px 0 0;
  padding: 0 0 0 24px;
  position: relative;
}
[type=radio] + span::before {
  background: #fff;
  border: 1px solid #d4d3d3;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
[type=radio] + span::after {
  background: #0972cf;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease 0s;
  width: 10px;
}
[type=radio]:checked + span::after {
  opacity: 1;
}
[type=checkbox] {
  opacity: 0;
  position: absolute;
}
[type=checkbox]:focus-visible + span::before {
  border: 2px solid #0972cf;
}
[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 0 32px 10px 0;
  padding: 0 0 0 24px;
  position: relative;
}
[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #d4d3d3;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
[type=checkbox] + span::after {
  opacity: 0;
}
[type=checkbox]:checked + span::after {
  border-bottom: 3px solid #0972cf;
  border-left: 3px solid #0972cf;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin-top: -0.2em;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 20px;
}
select {
  background-image: url(../../../assets/img/common/triangle.svg);
  background-position: right 22px center;
  background-repeat: no-repeat;
  background-size: 12px;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  padding: 13px 20px;
}
select::-ms-expand {
  display: none;
}
select:focus {
  border-color: #0972cf;
  box-shadow: none;
  outline: none;
}
.l-feature-top {
  background-color: rgba(9, 114, 207, 0.02);
  padding-bottom: 56px;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .l-feature-top {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.l-footer__wrap {
  padding-bottom: 32px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .l-footer__wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 47px;
    padding-top: 47px;
  }
}
.l-footer__meta {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .l-footer__items1 {
    margin-right: 14px;
  }
}
@media (min-width: 1024px) {
  .l-footer__items1 {
    margin-right: 42px;
  }
}
.l-footer__items2 {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-top: 22px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .l-footer__items2 {
    flex: 1;
    flex-wrap: nowrap;
    margin-left: 10px;
    max-width: 620px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .l-footer__items2 {
    margin-left: auto;
    max-width: 780px;
  }
}
.l-footer__address {
  width: 48%;
}
@media (min-width: 768px) {
  .l-footer__address {
    width: auto;
  }
}
.l-footer__address:nth-child(2n+1) {
  margin-left: 0;
}
@media (min-width: 768px) {
  .l-footer__address:nth-child(2n+1) {
    margin-left: 7px;
  }
}
@media (min-width: 1024px) {
  .l-footer__address:nth-child(2n+1) {
    margin-left: 4%;
  }
}
.l-footer__address:nth-child(n+3) {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .l-footer__address:nth-child(n+3) {
    margin-top: 0;
  }
}
.l-footer__copy {
  background: #0972cf;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 16px 0;
  text-align: center;
}
.l-fv {
  background-color: transparent;
  background-image: url(../../img/chintai/bg_fv_sp.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 64px;
  padding: 24px 0 32px;
}
@media (min-width: 576px) {
  .l-fv {
    padding-bottom: 40px;
    padding-top: 35px;
  }
}
@media (min-width: 768px) {
  .l-fv {
    background-image: url(../../img/chintai/bg_fv_pc.jpg);
    margin-top: 80px;
    padding: 72px 0 62px;
  }
}
.l-header {
  background: #fff;
  height: 64px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 768px) {
  .l-header {
    height: 80px;
  }
}
.l-header__inner {
  align-items: center;
  display: flex;
}
.l-header__logo {
  line-height: 1;
}
.l-header__btn {
  margin-left: auto;
}
.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: 1090px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .l-inner--narrow {
    max-width: 818px;
  }
}
@media (min-width: 768px) {
  .l-inner--wide {
    max-width: 1150px;
  }
}
.l-recommend {
  display: none;
}
.l-recommend-top {
  padding-bottom: 56px;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .l-recommend-top {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.l-section {
  padding-bottom: 56px;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .l-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.l-section--narrow-top {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .l-section--narrow-top {
    padding-top: 80px;
  }
}
.l-section--bg-light-blue {
  background-color: rgba(9, 114, 207, 0.02);
}
.l-section--bg-blue {
  background-color: rgba(9, 114, 207, 0.05);
}
.c-btn {
  background: #f7971e;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 0.08em;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}
@media (hover: hover), screen and (min-width: 768px) {
  .c-btn {
    transition: opacity 0.3s;
  }
  .c-btn:hover {
    opacity: 0.7;
  }
}
.c-btn__text {
  color: #fff;
  font-weight: 800;
  line-height: 1;
  position: relative;
}
.c-btn__text::after {
  background-color: transparent;
  background-image: url(../../img/chintai/icon_arrow-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn--header {
  padding: 4px 13px 6px 13px;
}
@media (min-width: 768px) {
  .c-btn--header {
    padding: 10px 30px;
  }
}
.c-btn--header .c-btn__text {
  font-size: 13px;
  padding-right: 39px;
}
@media (min-width: 768px) {
  .c-btn--header .c-btn__text {
    font-size: 16px;
    padding-right: 50px;
  }
}
.c-btn--header .c-btn__text::after {
  height: 14px;
  right: 13px;
  width: 14px;
}
@media (min-width: 768px) {
  .c-btn--header .c-btn__text::after {
    height: 16px;
    width: 16px;
  }
}
.c-btn--header .c-btn__text .is-em {
  font-size: 15px;
}
@media (min-width: 768px) {
  .c-btn--header .c-btn__text .is-em {
    font-size: 20px;
  }
}
.c-btn--header__pop {
  background: #fff;
  border-radius: 50px;
  color: #f7971e;
  display: grid;
  font-size: 10px;
  font-weight: 600;
  height: 17px;
  line-height: 1;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  place-items: center;
}
@media (min-width: 1024px) {
  .c-btn--header__pop {
    border-radius: 50px;
    font-size: 12px;
    height: 20px;
    margin-bottom: 7px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.c-btn--fv {
  padding: 28px 60px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .c-btn--fv {
    padding: 26px 40px 18px 50px;
  }
}
@media (min-width: 1024px) {
  .c-btn--fv {
    padding: 30px 48px 23px 55px;
  }
}
.c-btn--fv__pop {
  left: 50%;
  position: absolute;
  top: -18.5px;
  transform: translateX(-50%);
  width: 268px;
}
@media (min-width: 1024px) {
  .c-btn--fv__pop {
    width: 268px;
  }
}
.c-btn--fv .c-btn__text {
  font-size: 20px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .c-btn--fv .c-btn__text {
    font-size: 28px;
    padding-right: 50px;
  }
}
.c-btn--fv .c-btn__text .is-em {
  font-size: 24px;
}
@media (min-width: 768px) {
  .c-btn--fv .c-btn__text .is-em {
    font-size: 32px;
  }
}
.c-btn--fv .c-btn__text::after {
  height: 18px;
  width: 18px;
}
.c-btn-contact {
  background-color: #f7971e;
  background-image: url(../../img/chintai/icon_arrow-right.png);
  background-position: center right 56px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  max-width: 100%;
  min-width: 251px;
  padding: 16px 102px 16px 62px;
  text-align: center;
}
@media (hover: hover), screen and (min-width: 768px) {
  .c-btn-contact {
    transition: opacity 0.3s;
  }
  .c-btn-contact:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .c-btn-contact {
    background-size: 18px 18px;
    font-size: 20px;
  }
}
.c-btn-contact--white {
  background-color: #a5a5a5;
  background-image: none;
  padding: 16px 62px 16px 62px;
}
.c-btn-line {
  background: #06c755;
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  display: inline-block;
  line-height: 1;
  padding: 16px 44px 16px 30px;
}
@media (hover: hover), screen and (min-width: 768px) {
  .c-btn-line {
    transition: opacity 0.3s;
  }
  .c-btn-line:hover {
    opacity: 0.7;
  }
}
.c-btn-line span {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-left: 30px;
  position: relative;
}
.c-btn-line span::before {
  background-color: transparent;
  background-image: url(../../img/chintai/icon_line.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.c-btn-line.is-case {
  background: #fff;
  border: 1px solid currentColor;
  color: #06c755;
  padding: 12px 44px 12px 30px;
}
.c-btn-line.is-case span {
  color: #06c755;
  font-weight: 500;
  padding-left: 30px;
}
.c-btn-line.is-case span::before {
  height: 20px;
  width: 20px;
}
.c-comments {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .c-comments {
    margin-top: 80px;
  }
}
.c-comments.is-small {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .c-comments.is-small {
    margin-top: 40px;
  }
}
.c-item-crossMark {
  background: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  padding-top: 100%;
  position: relative;
}
.c-item-crossMark span {
  color: #3a3c3e;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  left: 50%;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 768px) {
  .c-item-crossMark span {
    font-size: 20px;
  }
}
.c-item-crossMark::before, .c-item-crossMark::after {
  background: #000;
  content: "";
  height: 8px;
  left: 50%;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  width: 70px;
}
.c-item-crossMark::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-item-crossMark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-item-crossMark--blue {
  border-color: #0972cf;
}
.c-item-crossMark--blue span {
  color: #0972cf;
}
.c-item-crossMark--blue::before, .c-item-crossMark--blue::after {
  background-color: #0972cf;
}
.c-item-crossMark--lightBlue {
  border-color: #1eaddf;
}
.c-item-crossMark--lightBlue span {
  color: #1eaddf;
}
.c-item-crossMark--lightBlue::before, .c-item-crossMark--lightBlue::after {
  background-color: #1eaddf;
}
.c-item-crossMark--orange {
  border-color: #f7971e;
}
.c-item-crossMark--orange span {
  color: #f7971e;
}
.c-item-crossMark--orange::before, .c-item-crossMark--orange::after {
  background-color: #f7971e;
}
.c-logo-footer img {
  display: inline-block;
  width: 200px;
}
.c-logo-header {
  display: inline-block;
}
@media (hover: hover), screen and (min-width: 768px) {
  .c-logo-header {
    transition: opacity 0.3s;
  }
  .c-logo-header:hover {
    opacity: 0.7;
  }
}
.c-logo-header img {
  display: inline-block;
  width: 137px;
}
@media (min-width: 768px) {
  .c-logo-header img {
    width: 200px;
  }
}
.c-read-feature {
  color: #3a3c3e;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .c-read-feature {
    font-size: 20px;
  }
}
.c-sectionTitle {
  color: #3a3c3e;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-sectionTitle {
    font-size: 40px;
  }
}
.c-sectionTitle .is-logo {
  height: auto;
  margin-bottom: -3px;
  vertical-align: baseline;
  width: 180px;
}
@media (min-width: 768px) {
  .c-sectionTitle .is-logo {
    width: 284px;
  }
}
.c-sectionTitle .is-small {
  font-size: 16px;
}
@media (min-width: 768px) {
  .c-sectionTitle .is-small {
    font-size: 28px;
  }
}
.c-tel-link {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
}
.c-tel-link::before {
  background: transparent url(../../img/chintai/icon_tel.svg) no-repeat top center/contain;
  content: "";
  flex-shrink: 0;
  height: 20px;
  margin-right: 8px;
  width: 20px;
}
.c-title-feature {
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .c-title-feature {
    letter-spacing: 0.15em;
  }
}
.c-title-feature__accent {
  color: #f7971e;
  display: inline-block;
  font-size: 48px;
  margin-top: 6px;
  padding-bottom: 10px;
  position: relative;
  text-shadow: -2px -2px 0 #fff, -1px -2px 0 #fff, 0 -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, -2px 0 0 #fff, -1px 0 0 #fff, 0 0 0 #fff, 1px 0 0 #fff, 2px 0 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff;
}
@media (min-width: 768px) {
  .c-title-feature__accent {
    font-size: 56px;
  }
}
.c-title-feature__accent::after {
  background: #f9e27a;
  bottom: 5px;
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.c-title-feature__accent--medium {
  font-size: 56px;
}
.c-title-feature__accent--large {
  font-size: 72px;
}
@media (min-width: 768px) {
  .c-title-feature__accent--large {
    font-size: 80px;
  }
}
.c-title-feature__accent--small {
  font-size: 32px;
}
@media (min-width: 768px) {
  .c-title-feature__accent--small {
    font-size: 40px;
  }
}
.c-title-feature__normal {
  color: #0972cf;
  display: inline-block;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .c-title-feature__normal {
    font-size: 42px;
    padding: 0 0.2em;
  }
}
.c-title-feature__normal--large {
  font-size: 32px;
}
@media (min-width: 768px) {
  .c-title-feature__normal--large {
    font-size: 42px;
  }
}
.c-title-feature-top {
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .c-title-feature-top {
    letter-spacing: 0.15em;
    min-height: 103px;
  }
}
@media (min-width: 1024px) {
  .c-title-feature-top {
    min-height: 123px;
  }
}
.c-title-feature-top__accent {
  color: #f7971e;
  display: inline-block;
  font-size: 40px;
  margin-top: 2px;
  padding-bottom: 11px;
  position: relative;
  text-shadow: -2px -2px 0 #fff, -1px -2px 0 #fff, 0 -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, -2px 0 0 #fff, -1px 0 0 #fff, 0 0 0 #fff, 1px 0 0 #fff, 2px 0 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff;
}
@media (min-width: 768px) {
  .c-title-feature-top__accent {
    font-size: 38px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .c-title-feature-top__accent {
    font-size: 40px;
  }
}
.c-title-feature-top__accent::after {
  background: #f9e27a;
  bottom: 5px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.c-title-feature-top__accent--large {
  font-size: 56px;
}
.c-title-feature-top__accent--small {
  font-size: 32px;
}
.c-title-feature-top__normal {
  color: #0972cf;
  display: inline-block;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .c-title-feature-top__normal {
    font-size: 30px;
    margin-top: 4px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .c-title-feature-top__normal {
    font-size: 32px;
    margin-top: 10px;
  }
}
.c-title-feature-top__normal--small {
  margin-top: 1px;
}
@media (min-width: 768px) {
  .c-title-feature-top__normal--small {
    font-size: 24px;
    margin-top: 1px;
  }
}
@media (min-width: 1024px) {
  .c-title-feature-top__normal--small {
    font-size: 32px;
    margin-top: 0px;
  }
}
.p-contact__title {
  text-align: center;
}
.p-contact__wrap {
  background: #fff;
  border-radius: 30px;
  padding: 35px 13px;
}
@media (min-width: 768px) {
  .p-contact__wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    padding: 55px 13px;
  }
}
.p-contact__wrap > * {
  margin: 0 auto;
  max-width: 500px;
}
.p-contact__nav {
  margin: 0 auto;
}
.p-contact__line-button-lead {
  text-align: center;
}
.p-contact__line-button-image {
  text-align: center;
}
.p-contact__line-button-image img {
  width: 244px;
}
.p-contact__line-button-link {
  margin-top: 10px;
  text-align: center;
}
.p-contact__line-head {
  font-size: 18px;
  font-weight: 700;
  margin-top: 72px;
  position: relative;
  text-align: center;
}
.p-contact__line-head::after {
  background: #06c755;
  border-radius: 3px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  width: 50px;
}
.p-contact__contents {
  margin: 0 auto;
  max-width: 400px;
}
@media (min-width: 768px) {
  .p-contact__contents {
    max-width: 500px;
  }
}
.p-contact__line {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .p-contact__line {
    margin-top: 40px;
  }
}
.p-contact__line-item:not(:first-child) {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .p-contact__line-item:not(:first-child) {
    margin-top: 33px;
  }
}
.p-contact__form {
  margin-top: 31px;
}
.p-contact__tel {
  padding-top: 25px;
  text-align: center;
}
.p-contact__telTel {
  margin-top: 3px;
}
.p-contact-control__top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.p-contact-control__label {
  color: #3a3c3e;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-contact-control__label {
    font-size: 18px;
  }
}
.p-contact-control__option {
  background-color: #0972cf;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-left: 16px;
  padding: 4px 10px;
}
.p-contact-control__option.is-required {
  background-color: #f7971e;
}
.p-contact-control__bottom {
  width: 100%;
}
.p-contact-control__input {
  margin-top: 5px;
}
.p-contact-control__textarea {
  height: 80px;
  margin-top: 5px;
}
.p-entry-chintai-content p {
  color: #3a3c3e;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-bottom: 0.8em;
  margin-top: 1.2em;
}
.p-entry-chintai-content h1 {
  border-bottom: 1px solid #e8e8e8;
  color: #3a3c3e;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 0.8em;
  margin-top: 1.2em;
  padding-bottom: 0.4em;
}
@media (min-width: 768px) {
  .p-entry-chintai-content h1 {
    font-size: 18px;
  }
}
.p-entry-chintai-content h2 {
  background-color: #dcebf2;
  color: #3a3c3e;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.54;
  margin-bottom: 1em;
  margin-top: 1.8em;
  padding: 5px 20px;
}
@media (min-width: 768px) {
  .p-entry-chintai-content h2 {
    font-size: 16px;
    margin-left: -15px;
    padding: 5px 15px;
    width: calc(100% + 30px);
  }
}
.p-entry-chintai-content h3 {
  color: #3a3c3e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.54;
  margin-bottom: 1em;
  margin-top: 1.8em;
  padding-left: 0.5em;
  position: relative;
}
@media (min-width: 768px) {
  .p-entry-chintai-content h3 {
    font-size: 16px;
  }
}
.p-entry-chintai-content h3::after {
  background: #0972cf;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.p-entry-chintai-content h4,
.p-entry-chintai-content h5,
.p-entry-chintai-content h6 {
  color: #3a3c3e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.54;
  margin-bottom: 1em;
  margin-top: 1.8em;
  padding-bottom: 0.2em;
  position: relative;
}
.p-entry-chintai-content h4::after,
.p-entry-chintai-content h5::after,
.p-entry-chintai-content h6::after {
  background: #0972cf;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 32px;
}
.p-entry-chintai-content h1 + p,
.p-entry-chintai-content h2 + p,
.p-entry-chintai-content h3 + p,
.p-entry-chintai-content h4 + p,
.p-entry-chintai-content h5 + p,
.p-entry-chintai-content h6 + p {
  margin-top: 0;
}
.p-entry-chintai-content hr {
  border-bottom: none;
  border-top: 2px dotted #0972cf;
  margin-bottom: 46px;
  margin-top: 46px;
}
@media (min-width: 768px) {
  .p-entry-chintai-content hr {
    margin-bottom: 22px;
    margin-top: 22px;
  }
}
.p-entry-chintai-content ul {
  border: 1px solid #d9e8ee;
  display: inline-block;
  list-style: none;
  margin-bottom: 1em;
  margin-top: 1em;
  min-width: 200px;
  padding: 10px 20px;
}
.p-entry-chintai-content ul ul,
.p-entry-chintai-content ul ol {
  margin-bottom: 0;
}
.p-entry-chintai-content ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
}
.p-entry-chintai-content ol ul,
.p-entry-chintai-content ol ol {
  margin-bottom: 0;
}
.p-entry-chintai-content li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.p-entry-chintai-content ul li {
  padding-left: 1em;
  position: relative;
}
.p-entry-chintai-content ul li::before {
  background-color: transparent;
  background-image: url(../../img/chintai/common/icon-triangle-right-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 7px;
}
.p-entry-chintai-content figure {
  margin-bottom: 2em;
  margin-top: 2em;
}
.p-entry-chintai-content blockquote {
  background: #f1f9fd;
  color: #3a3c3e;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 27px 60px;
  position: relative;
}
@media (min-width: 768px) {
  .p-entry-chintai-content blockquote {
    margin-left: -15px;
    padding: 48px 15px;
    width: calc(100% + 30px);
  }
}
.p-entry-chintai-content blockquote::before, .p-entry-chintai-content blockquote::after {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.p-entry-chintai-content blockquote::before {
  background-image: url(../../img/chintai/common/text_doubleQuote01.webp);
  left: 15px;
  top: 18px;
}
.p-entry-chintai-content blockquote::after {
  background-image: url(../../img/chintai/common/text_doubleQuote02.webp);
  bottom: 18px;
  right: 15px;
  top: auto;
}
.p-entry-chintai-content blockquote > :first-child {
  margin-top: 0;
}
.p-entry-chintai-content blockquote > :last-child {
  margin-bottom: 0;
}
.p-entry-chintai-content q {
  background: #eee;
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  vertical-align: middle;
}
.p-entry-chintai-content strong,
.p-entry-chintai-content em,
.p-entry-chintai-content b {
  font-style: normal;
  font-weight: 700;
}
.p-entry-chintai-content a {
  border-bottom: 1px solid #16a1df;
  color: #16a1df;
}
.p-entry-chintai-content a[href*="tel:"] {
  border: none;
  color: inherit;
  pointer-events: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-entry-chintai-content a[href*="tel:"] {
    pointer-events: initial;
    text-decoration: underline;
  }
}
.p-entry-chintai-content iframe,
.p-entry-chintai-content video,
.p-entry-chintai-content img {
  max-width: 100%;
}
.p-entry-chintai-content iframe {
  width: 100%;
}
.p-entry-chintai-content .wp-block-lazyblock-example-block {
  margin-bottom: 42px;
  margin-top: 42px;
}
@media (min-width: 768px) {
  .p-entry-chintai-content .wp-block-lazyblock-example-block {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.p-entry-chintai-content .wp-block-lazyblock-youtube {
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-entry-chintai-content .wp-block-lazyblock-youtube {
    margin-bottom: 14px;
    margin-top: 14px;
  }
}
.p-entry-chintai-content .wp-block-group {
  background: #e7efef;
  border-radius: 12px;
  margin-top: 40px;
  padding: 32px 34px;
}
@media (min-width: 768px) {
  .p-entry-chintai-content .wp-block-group {
    margin-top: 20px;
    padding: 15px;
  }
}
.p-entry-chintai-content .wp-block-buttons {
  margin-bottom: 1em;
  margin-top: 1em;
}
.p-entry-chintai-content .wp-block-button {
  margin-bottom: 1em;
  margin-top: 1em;
}
.p-entry-chintai-content .wp-element-button,
.p-entry-chintai-content .c-btn-wp-contents {
  background: #fff;
  border: 1px solid #0972cf;
  border-radius: 50px;
  color: #0972cf;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  padding: 14px 38px;
}
.p-entry-chintai-content table {
  background: transparent !important;
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin-bottom: 1em;
  margin-top: 1em;
  table-layout: auto !important;
  width: 100% !important;
}
.p-entry-chintai-content th,
.p-entry-chintai-content td {
  background: transparent !important;
  border: none !important;
  border: 3px solid #fff !important;
  padding: 0.5em 1em !important;
  vertical-align: top !important;
}
.p-entry-chintai-content th:first-child,
.p-entry-chintai-content td:first-child {
  border-left: none !important;
}
.p-entry-chintai-content th:last-child,
.p-entry-chintai-content td:last-child {
  border-right: none !important;
}
.p-entry-chintai-content th.u-hidden-table-block,
.p-entry-chintai-content td.u-hidden-table-block {
  background-color: #fff !important;
}
.p-entry-chintai-content th {
  background-color: #42a0ca !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  line-height: 2 !important;
  text-align: center !important;
}
.p-entry-chintai-content td {
  background-color: #f1f9fd !important;
  color: #3a3c3e !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  line-height: 2 !important;
  text-align: center !important;
}
.p-feature-top__title {
  text-align: center;
}
.p-feature-top__items {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-feature-top__items {
    display: flex;
    justify-content: space-between;
    margin-top: 53px;
  }
}
@media (min-width: 768px) {
  .p-feature-top__item {
    width: 31%;
  }
}
.p-feature-top__item:not(:first-child) {
  margin-top: 59px;
}
@media (min-width: 768px) {
  .p-feature-top__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-feature1 {
  overflow-x: hidden;
}
.p-feature1__bgWrap {
  position: relative;
}
.p-feature1__bgWrap::before, .p-feature1__bgWrap::after {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  position: absolute;
  top: 0;
  width: 70px;
}
@media (min-width: 768px) {
  .p-feature1__bgWrap::before, .p-feature1__bgWrap::after {
    height: 120px;
    top: 70px;
    width: 170px;
  }
}
@media (min-width: 1024px) {
  .p-feature1__bgWrap::before, .p-feature1__bgWrap::after {
    height: 324px;
    top: -50px;
    width: 387px;
  }
}
.p-feature1__bgWrap::before {
  background-image: url(../../img/chintai/deco_feature1_01.png);
  left: calc(50% - 200px);
}
@media (min-width: 768px) {
  .p-feature1__bgWrap::before {
    left: calc(50% - 435px);
  }
}
@media (min-width: 1024px) {
  .p-feature1__bgWrap::before {
    left: calc(50% - 730px);
  }
}
.p-feature1__bgWrap::after {
  background-image: url(../../img/chintai/deco_feature1_02.png);
  right: calc(50% - 200px);
}
@media (min-width: 768px) {
  .p-feature1__bgWrap::after {
    right: calc(50% - 435px);
  }
}
@media (min-width: 1024px) {
  .p-feature1__bgWrap::after {
    right: calc(50% - 730px);
  }
}
.p-feature1__textWrap1 {
  margin-top: 30px;
  text-align: center;
}
.p-feature1__top-items {
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
}
@media (min-width: 768px) {
  .p-feature1__top-items {
    margin-top: 21px;
  }
}
.p-feature1__textWrap2 {
  margin-top: 29px;
  padding: 0 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-feature1__textWrap2 {
    margin-top: 36px;
  }
}
.p-feature1__text {
  color: #3a3c3e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-feature1__text {
    font-size: 16px;
  }
}
.p-feature1__text .is-em {
  font-size: 1.1em;
  font-weight: 700;
  position: relative;
}
.p-feature1__text .is-em::after {
  background: #f9e27a;
  bottom: 0px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.p-feature1__picture {
  border: 3px solid #0972cf;
  border-radius: 40px;
  margin-top: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-feature1__picture {
    border-width: 5px;
    margin-top: 51px;
  }
}
.p-feature1__picture-head {
  background: #0972cf;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 2;
  padding: 10px 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-feature1__picture-head {
    font-size: 24px;
    padding: 13px 5px;
  }
}
.p-feature1__picture-img {
  display: block;
  padding: 33px 0 33px 4px;
}
@media (min-width: 768px) {
  .p-feature1__picture-img {
    padding: 46px 10px;
    text-align: right;
  }
}
.p-feature1__picture-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-feature1__picture-img img {
    margin-left: auto;
    max-width: 850px;
  }
}
.p-feature2__read {
  margin-top: 44px;
}
.p-feature2__media {
  margin-top: 40px;
}
.p-feature2__text {
  color: #3a3c3e;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-feature2__text {
    font-size: 20px;
    margin-top: 75px;
  }
}
.p-feature2__banner {
  background: #0972cf;
  border-radius: 20px;
  margin-top: 40px;
  padding: 26px 10px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-feature2__banner {
    margin-top: 46px;
    padding-bottom: 37px;
    padding-top: 41px;
  }
}
.p-feature2__banner-head {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-feature2__banner-head {
    font-size: 40px;
  }
}
.p-feature2__banner-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-feature2__banner-text {
    font-size: 20px;
  }
}
.p-feature2__items {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .p-feature2__items {
    margin-top: 82px;
  }
}
.p-feature2__item:not(:first-child) {
  margin-top: 57px;
}
@media (min-width: 768px) {
  .p-feature2__item:not(:first-child) {
    margin-left: 3%;
  }
}
@media (min-width: 1024px) {
  .p-feature2__item:not(:first-child) {
    margin-left: 12%;
    margin-top: 73px;
  }
}
@media (min-width: 1024px) {
  .p-feature2__item:first-child {
    margin-left: 3%;
  }
}
.p-feature3__read {
  margin-top: 43px;
}
@media (min-width: 768px) {
  .p-feature3__read {
    margin-top: 25px;
  }
}
.p-feature3__items {
  margin-top: 42px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .p-feature3__items {
    display: flex;
    justify-content: space-between;
    margin-top: 57px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .p-feature3__item {
    width: 32%;
  }
}
@media (min-width: 1024px) {
  .p-feature3__item {
    width: 30%;
  }
}
.p-feature3__item:not(:first-child) {
  margin-top: 51px;
}
@media (min-width: 768px) {
  .p-feature3__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-feature3__read2 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-feature3__read2 {
    margin-top: 53px;
  }
}
.p-footer-address__head {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .p-footer-address__head {
    font-size: 16px;
  }
}
.p-footer-address__number {
  color: #3a3c3e;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .p-footer-address__number {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-footer-address__main {
  color: #3a3c3e;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-footer-address__main {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .p-footer-address__main {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.p-footer-meta__row {
  color: #3a3c3e;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-footer-meta__row {
    font-size: 12px;
    line-height: 1.7142857143;
  }
}
@media (min-width: 1024px) {
  .p-footer-meta__row {
    font-size: 14px;
  }
}
.p-footer-meta__title {
  white-space: nowrap;
}
.p-footer-meta__description {
  padding-left: 0.5em;
}
.p-form__lists {
  margin: 0 auto;
  max-width: 728px;
}
.p-form__list:not(:first-child) {
  margin-top: 24px;
}
.p-form__list [type=date] {
  height: 42px;
}
.p-form__privacy {
  color: #3a3c3e;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}
.p-form__privacy a:hover {
  text-decoration: underline;
}
.p-form__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 728px;
  position: relative;
  /* */
  text-align: center;
}
.p-form__button .wpcf7-spinner {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-form__heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
  margin-top: 30px;
}
.p-form__heading + .p-form__list {
  margin-top: 0;
}
.p-form__lead {
  margin-bottom: 12px;
}
.p-form__lead-confirm {
  display: none;
  margin-bottom: 12px;
}
.p-form__marker {
  background: linear-gradient(transparent 60%, #ffff66 0);
  font-weight: 700;
}
.p-fv {
  overflow-x: hidden;
  position: relative;
}
.p-fv__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-fv__inner {
    display: flex;
    flex-direction: row-reverse;
    margin-left: calc(50vw - 50%);
    max-width: 1280px;
    padding-left: 25px;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .p-fv__inner {
    padding-left: 40px;
    padding-right: 16px;
  }
}
@media (min-width: 1280px) {
  .p-fv__inner {
    margin-left: calc(50vw - 560px);
  }
}
.p-fv__map {
  padding-left: 8px;
  width: 90%;
}
@media (min-width: 768px) {
  .p-fv__map {
    margin-top: -10px;
    padding-left: 0;
    width: 43%;
  }
}
@media (min-width: 1024px) {
  .p-fv__map {
    width: 46%;
  }
}
.p-fv__wrap {
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-fv__wrap {
    flex: 1;
  }
}
.p-fv__limitWrap {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  height: 160px;
  position: absolute;
  right: -52px;
  top: -62px;
  width: 160px;
  z-index: 2;
}
@media (min-width: 576px) {
  .p-fv__limitWrap {
    height: 180px;
    width: 180px;
  }
}
@media (min-width: 768px) {
  .p-fv__limitWrap {
    background: none;
    border-radius: 0;
    height: auto;
    position: static;
    width: auto;
  }
}
.p-fv__limit {
  color: #0972cf;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-left: 20px;
  margin-top: 70px;
  text-align: center;
}
@media (min-width: 576px) {
  .p-fv__limit {
    font-size: 14px;
    margin-left: 20px;
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .p-fv__limit {
    background: #fff;
    border-radius: 50px;
    color: #0972cf;
    font-size: min(3.4615384615vw, 40px);
    margin: 0;
    padding: min(0.7692307692vw, 8px) min(2.6923076923vw, 40px);
  }
}
.p-fv__limit--large {
  font-size: 18px;
}
@media (min-width: 576px) {
  .p-fv__limit--large {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .p-fv__limit--large {
    font-size: min(3.4615384615vw, 40px);
  }
}
.p-fv__limit--medium {
  font-size: 16px;
}
@media (min-width: 576px) {
  .p-fv__limit--medium {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .p-fv__limit--medium {
    font-size: min(3.4615384615vw, 40px);
  }
}
.p-fv__textWrap {
  margin-top: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-fv__textWrap {
    margin-top: min(3.0769230769vw, 32px);
    text-align: left;
  }
}
.p-fv__text {
  display: block;
  max-width: 636px;
  padding: 0 9px;
}
@media (min-width: 768px) {
  .p-fv__text {
    padding-left: 10px;
  }
}
.p-fv__text img {
  width: 100%;
}
.p-fv__price {
  color: #f7971e;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-top: -1px;
  padding-left: 5px;
  text-shadow: -3px -3px 0 #fff, -2px -3px 0 #fff, -1px -3px 0 #fff, 0 -3px 0 #fff, 1px -3px 0 #fff, 2px -3px 0 #fff, 3px -3px 0 #fff, -3px -2px 0 #fff, -2px -2px 0 #fff, -1px -2px 0 #fff, 0 -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, 3px -2px 0 #fff, -3px -1px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, 3px -1px 0 #fff, -3px 0 0 #fff, -2px 0 0 #fff, -1px 0 0 #fff, 0 0 0 #fff, 1px 0 0 #fff, 2px 0 0 #fff, 3px 0 0 #fff, -3px 1px 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, 3px 1px 0 #fff, -3px 2px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff, 3px 2px 0 #fff, -3px 3px 0 #fff, -2px 3px 0 #fff, -1px 3px 0 #fff, 0 3px 0 #fff, 1px 3px 0 #fff, 2px 3px 0 #fff, 3px 3px 0 #fff;
}
@media (min-width: 576px) {
  .p-fv__price {
    font-size: 72px;
  }
}
@media (min-width: 768px) {
  .p-fv__price {
    font-size: min(8.8461538462vw, 92px);
    margin-top: -5px;
    padding-left: 0;
    text-shadow: -5px -5px 0 #fff, -4px -5px 0 #fff, -3px -5px 0 #fff, -2px -5px 0 #fff, -1px -5px 0 #fff, 0 -5px 0 #fff, 1px -5px 0 #fff, 2px -5px 0 #fff, 3px -5px 0 #fff, 4px -5px 0 #fff, 5px -5px 0 #fff, -5px -4px 0 #fff, -4px -4px 0 #fff, -3px -4px 0 #fff, -2px -4px 0 #fff, -1px -4px 0 #fff, 0 -4px 0 #fff, 1px -4px 0 #fff, 2px -4px 0 #fff, 3px -4px 0 #fff, 4px -4px 0 #fff, 5px -4px 0 #fff, -5px -3px 0 #fff, -4px -3px 0 #fff, -3px -3px 0 #fff, -2px -3px 0 #fff, -1px -3px 0 #fff, 0 -3px 0 #fff, 1px -3px 0 #fff, 2px -3px 0 #fff, 3px -3px 0 #fff, 4px -3px 0 #fff, 5px -3px 0 #fff, -5px -2px 0 #fff, -4px -2px 0 #fff, -3px -2px 0 #fff, -2px -2px 0 #fff, -1px -2px 0 #fff, 0 -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, 3px -2px 0 #fff, 4px -2px 0 #fff, 5px -2px 0 #fff, -5px -1px 0 #fff, -4px -1px 0 #fff, -3px -1px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, 3px -1px 0 #fff, 4px -1px 0 #fff, 5px -1px 0 #fff, -5px 0 0 #fff, -4px 0 0 #fff, -3px 0 0 #fff, -2px 0 0 #fff, -1px 0 0 #fff, 0 0 0 #fff, 1px 0 0 #fff, 2px 0 0 #fff, 3px 0 0 #fff, 4px 0 0 #fff, 5px 0 0 #fff, -5px 1px 0 #fff, -4px 1px 0 #fff, -3px 1px 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, 3px 1px 0 #fff, 4px 1px 0 #fff, 5px 1px 0 #fff, -5px 2px 0 #fff, -4px 2px 0 #fff, -3px 2px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff, 3px 2px 0 #fff, 4px 2px 0 #fff, 5px 2px 0 #fff, -5px 3px 0 #fff, -4px 3px 0 #fff, -3px 3px 0 #fff, -2px 3px 0 #fff, -1px 3px 0 #fff, 0 3px 0 #fff, 1px 3px 0 #fff, 2px 3px 0 #fff, 3px 3px 0 #fff, 4px 3px 0 #fff, 5px 3px 0 #fff, -5px 4px 0 #fff, -4px 4px 0 #fff, -3px 4px 0 #fff, -2px 4px 0 #fff, -1px 4px 0 #fff, 0 4px 0 #fff, 1px 4px 0 #fff, 2px 4px 0 #fff, 3px 4px 0 #fff, 4px 4px 0 #fff, 5px 4px 0 #fff, -5px 5px 0 #fff, -4px 5px 0 #fff, -3px 5px 0 #fff, -2px 5px 0 #fff, -1px 5px 0 #fff, 0 5px 0 #fff, 1px 5px 0 #fff, 2px 5px 0 #fff, 3px 5px 0 #fff, 4px 5px 0 #fff, 5px 5px 0 #fff;
  }
}
.p-fv__price--large {
  display: inline-block;
  font-size: 120px;
  padding-left: 10px;
  padding-right: 10px;
  transform: translateY(10px);
}
@media (min-width: 576px) {
  .p-fv__price--large {
    font-size: 140px;
  }
}
@media (min-width: 768px) {
  .p-fv__price--large {
    font-size: min(15.3846153846vw, 160px);
    padding-left: 19px;
    padding-right: 10px;
  }
}
.p-fv__price--small {
  font-size: 48px;
}
@media (min-width: 576px) {
  .p-fv__price--small {
    font-size: 52px;
  }
}
@media (min-width: 768px) {
  .p-fv__price--small {
    font-size: min(7.6923076923vw, 80px);
  }
}
.p-fv__btn {
  margin-top: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-fv__btn {
    margin-top: min(4.5192307692vw, 47px);
    text-align: left;
  }
}
.p-global-nav {
  display: flex;
  justify-content: space-between;
}
.p-global-nav__item:not(:first-child) {
  margin-left: 2rem;
}
.p-global-nav__item a {
  padding: 3px 0;
  transition: opacity 0.3s;
}
@media (hover: hover), screen and (min-width: 768px) {
  .p-global-nav__item a {
    transition: opacity 0.3s;
  }
  .p-global-nav__item a:hover {
    opacity: 0.7;
  }
}
.p-item-feature2 {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .p-item-feature2 {
    align-items: center;
    display: flex;
    padding: 0;
  }
}
.p-item-feature2__img {
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 768px) {
  .p-item-feature2__img {
    margin: 0;
    width: 22.1354166667vw;
  }
}
@media (min-width: 1024px) {
  .p-item-feature2__img {
    width: 242px;
  }
}
.p-item-feature2__img img {
  width: 100%;
}
.p-item-feature2__img--small {
  width: 70%;
}
@media (min-width: 768px) {
  .p-item-feature2__img--small {
    width: 22.1354166667vw;
  }
}
@media (min-width: 1024px) {
  .p-item-feature2__img--small {
    width: 242px;
  }
}
.p-item-feature2__body {
  flex: 1;
}
@media (min-width: 768px) {
  .p-item-feature2__body {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .p-item-feature2__body {
    margin-left: 80px;
  }
}
.p-item-feature2__title {
  color: #0972cf;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 23px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-item-feature2__title {
    font-size: 28px;
    text-align: left;
  }
}
.p-item-feature2__text {
  color: #3a3c3e;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-top: 18px;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .p-item-feature2__text {
    margin-top: 22px;
    padding: 0;
  }
}
.p-item-feature3 {
  display: flex;
  flex-direction: column;
}
.p-item-feature3__img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.p-item-feature3__img img {
  width: 100%;
}
.p-item-feature3__img-head {
  background: #0972cf;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.p-item-feature3__img-attention {
  bottom: 6px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 18px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.32);
}
.p-item-feature3__title {
  color: #0972cf;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-item-feature3__title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .p-item-feature3__title {
    font-size: 18px;
  }
}
.p-item-feature3__text {
  color: #3a3c3e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7857142857;
  margin-top: 16px;
}
.p-item-feature3__linkWrap {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-item-feature3__linkWrap--oneLine::after {
    content: "　";
    display: block;
  }
}
.p-item-feature3__link {
  align-items: center;
  border: 1px solid #f7971e;
  border-radius: 20px;
  color: #f7971e;
  color: #f7971e;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  letter-spacing: 0.08em;
  line-height: 1.5625;
  max-width: 100%;
  padding-left: 30px;
  position: relative;
  width: 240px;
}
@media (hover: hover), screen and (min-width: 768px) {
  .p-item-feature3__link {
    transition: opacity 0.3s;
  }
  .p-item-feature3__link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .p-item-feature3__link {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .p-item-feature3__link {
    font-size: 16px;
  }
}
.p-item-feature3__link::after {
  background: transparent url(../../img/chintai/button-arrow.svg) no-repeat top center/contain;
  content: "";
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
}
.p-item-featureTop__img {
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-item-featureTop__img {
    padding: 0;
  }
}
.p-item-featureTop__title {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-item-featureTop__title {
    margin-top: 40px;
  }
}
.p-item-featureTop__textWrap {
  margin-top: 36px;
  padding: 0 18px 0 23px;
}
@media (min-width: 768px) {
  .p-item-featureTop__textWrap {
    margin-top: 25px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .p-item-featureTop__textWrap {
    padding: 0 10px;
  }
}
.p-item-featureTop__text {
  color: #3a3c3e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-item-line {
    align-items: center;
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-item-line__body {
    width: 65%;
  }
}
.p-item-line__title {
  color: #06c755;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-item-line__title {
    font-size: 20px;
  }
}
.p-item-line__text {
  color: #3a3c3e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7857142857;
  margin-top: 11px;
}
.p-item-line__btn {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-item-line__btn {
    margin-left: auto;
    margin-top: 0;
  }
}
.p-item-line__img {
  margin-top: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-item-line__img {
    margin-left: auto;
    margin-top: 0;
  }
}
.p-item-line__img img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
.p-items-crossMark {
  display: flex;
  gap: 24px;
  justify-content: center;
  max-width: 500px;
}
.p-items-crossMark__item {
  max-width: 152px;
  width: 30%;
}
.loading-screen {
  background-color: #fff;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 1s, transform 1s;
  width: 100%;
  z-index: 9999;
}
.loading-screen.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}
.loading-screen video {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading-screen__skip {
  bottom: 8px;
  font-size: 13px;
  position: absolute;
  right: 8px;
}
@media (min-width: 768px) {
  .p-media-feature {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .p-media-feature {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .p-media-feature__img {
    width: 41.5%;
  }
}
.p-media-feature__img img {
  width: 100%;
}
.p-media-feature__img figcaption {
  font-size: 12px;
  text-align: center;
}
.p-media-feature__body {
  margin-top: 33px;
}
@media (min-width: 768px) {
  .p-media-feature__body {
    flex: 1;
    margin-left: 36px;
    margin-top: 0;
  }
}
.p-media-feature__wrap2 {
  margin-top: 33px;
}
@media (min-width: 768px) {
  .p-media-feature__wrap2 {
    margin-top: 40px;
  }
}
.p-media-feature__body-head {
  color: #0972cf;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-media-feature__body-head {
    font-size: 34px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .p-media-feature__body-head {
    font-size: 48px;
  }
}
.p-media-feature__body-textWrap {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-media-feature__body-textWrap {
    margin-top: 20px;
  }
}
.p-media-feature__body-text {
  color: #3a3c3e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-media-feature__body-text {
    font-size: 16px;
  }
}
.p-media-feature__body-text:nth-of-type(n + 2) {
  margin-top: 1em;
}
.p-media-feature__body-name {
  margin-top: 0.5em;
  text-align: right;
}
.p-nav-contact {
  align-items: center;
  display: flex;
  max-width: 400px;
}
@media (min-width: 768px) {
  .p-nav-contact {
    max-width: 500px;
  }
}
.p-nav-contact__item {
  border-bottom: 3px solid #3a3c3e33;
  padding-bottom: 10px;
  transition: border-color 0.3s;
  width: 33.3333333333%;
}
.p-nav-contact__item:hover {
  border-color: #0972cf;
}
.p-nav-contact__item.is-active {
  border-color: #0972cf;
}
.p-nav-contact__item span {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  padding-left: 23px;
  position: relative;
}
@media (min-width: 768px) {
  .p-nav-contact__item span {
    font-size: 18px;
    padding-left: 37px;
  }
}
.p-nav-contact__item span::before {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
@media (min-width: 768px) {
  .p-nav-contact__item span::before {
    height: 25px;
    width: 25px;
  }
}
.p-nav-contact__item--line {
  text-align: center;
}
.p-nav-contact__item--line span::before {
  background-image: url(../../img/chintai/icon_line.png);
}
.p-nav-contact__item--mail {
  text-align: center;
}
.p-nav-contact__item--mail span::before {
  background-image: url(../../img/chintai/icon_mail.png);
}
.p-nav-contact__item--tel {
  text-align: center;
}
.p-nav-contact__item--tel span::before {
  background-image: url(../../img/chintai/icon_tel.png);
}
.p-recommend-card {
  container-type: inline-size;
}
.p-recommend-card__head {
  align-items: center;
  background-color: #fff;
  color: #333;
  display: flex;
  font-weight: 700;
  gap: 0.6rem;
  padding: 0.8em 1em;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .p-recommend-card__head {
    font-size: 1.2rem;
    padding: 1.2em 1.6em;
  }
}
.p-recommend-card__head .is-check {
  flex-shrink: 0;
  height: auto;
  width: 20px;
}
.p-recommend-card__head .is-icon {
  flex-shrink: 0;
  height: 12px;
  margin-left: auto;
  position: relative;
  width: 12px;
}
.p-recommend-card__head .is-icon::before, .p-recommend-card__head .is-icon::after {
  background-color: #0972cf;
  border-radius: 3px;
  content: "";
  height: 100%;
  position: absolute;
  transition: rotate 0.3s;
  width: 100%;
}
.p-recommend-card__head .is-icon::before {
  height: 2px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.p-recommend-card__head .is-icon::after {
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 2px;
}
.p-recommend-card__head.is-open {
  background-color: #0972cf;
  color: #fff;
}
.p-recommend-card__head.is-open .is-check path {
  stroke: #fff;
}
.p-recommend-card__head.is-open .is-icon::before, .p-recommend-card__head.is-open .is-icon::after {
  background-color: #fff;
}
.p-recommend-card__head.is-open .is-icon::after {
  rotate: 90deg;
}
.p-recommend-card__body {
  border-top: 1px solid #ccc;
  padding: 0.6em 1em;
}
@media (min-width: 768px) {
  .p-recommend-card__body {
    padding: 1.2em 1.6em;
  }
}
.p-recommend-top__title {
  text-align: center;
}
.p-recommend-top__items {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 40px auto 0;
  max-width: 740px;
}
@media (min-width: 768px) {
  .p-recommend-top__items {
    margin-top: 53px;
  }
}
.p-recommend-top__item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.p-title-feature {
  font-weight: 800;
  text-align: center;
}
.p-title-feature__no {
  color: #0972cf;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0 2em;
  position: relative;
}
@media (min-width: 768px) {
  .p-title-feature__no {
    font-size: 20px;
  }
}
.p-title-feature__no::before, .p-title-feature__no::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-title-feature__no::before {
  content: "///";
  left: 0;
}
.p-title-feature__no::after {
  content: "///";
  right: 0;
}
.p-title-feature__main {
  margin-top: 20px;
}
.line-page {
  --chintai-color: #0972cf;
  background: #fbfcfe;
  color: #3a3c3e;
}
.line-header {
  align-items: center;
  background: #fff;
  box-shadow: 0 0 3px rgba(58, 60, 62, 0.3);
  display: flex;
  height: 64px;
  padding: 10px 15px;
}
.line-header__inner {
  margin-inline: auto;
  max-width: 728px;
  width: 100%;
}
.line-header__logo img {
  display: block;
  width: 132px;
}
.line-content {
  padding-bottom: 40px;
  padding-top: 32px;
  /* 40px */
}
.line-content .p-entry__header {
  margin-bottom: 24px;
}
.line-content .p-entry__title,
.line-content .p-entry__body {
  margin: 0 auto;
  max-width: 728px;
}
.line-content .p-entry__title {
  border-left: 4px solid currentColor;
  color: var(--chintai-color, #0972cf);
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  padding-left: 11px;
}
.line-content .p-property-lists {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-inline: auto;
  max-width: 728px;
}
.line-content .p-property-list {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.8;
}
.line-content .p-property-list__table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.line-content .p-property-list__table th,
.line-content .p-property-list__table td {
  vertical-align: middle;
}
.line-content .p-property-list__table th {
  background: #f5f5f5;
  font-weight: 700;
  padding: 8px;
  text-align: left;
}
.line-content .p-property-list__table .is-col1,
.line-content .p-property-list__table .is-col3 {
  width: 80px;
}
.line-content .p-property-list__title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line-content .p-property-list__price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 700;
  gap: 5px;
}
.line-content .p-property-list__price .is-price {
  color: #F7971E;
}
.line-content .p-property-list__price .is-fee {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.line-content .p-property-list__other {
  display: block;
  font-size: 12px;
}
.line-content .p-property-list__address {
  display: block;
}
.line-content .p-property-list__address a {
  text-decoration: underline;
}
.line-content .p-property-list__station {
  display: block;
}
.line-content .p-property-list__floor {
  display: inline-block;
}
.line-content .p-property-list__age {
  display: inline-block;
}
.line-content .p-property-list__layout {
  display: inline-block;
}
.line-content .p-property-list__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
}
.line-content .p-property-list__pdf img,
.line-content .p-property-list__pdf svg {
  height: auto;
  width: 16px;
}
.line-content .p-property-list__pdf a {
  background-color: #f5f5f5;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  justify-content: center;
  margin: 0;
  min-width: 220px;
  padding: 0.6em 2em;
  text-decoration: none;
}
.line-content .p-property-list__form {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.line-content .p-property-list__form img,
.line-content .p-property-list__form svg {
  height: auto;
  width: 16px;
}
.line-content .p-property-list__form .is-button {
  background-color: #f7971e;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  justify-content: center;
  margin: 0;
  min-width: 220px;
  padding: 0.6em 2em;
  text-decoration: none;
}
.line-content .p-property-list__form .is-link {
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.line-content .p-property-list__datetime label {
  align-items: center;
  display: flex;
  gap: 8px;
}
.line-content .p-property-list__datetime label input {
  max-width: 100%;
  padding: 3px 12px;
  width: 160px;
}
.line-content .p-property-list__datetime label .is-inline-block {
  display: inline-block;
}
.line-content .p-property-list__sum {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-top: 3px;
}
.line-content .p-property-list__sum .is-em {
  color: #F7971E;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.line-content .p-property-list__sum .is-nowrap {
  white-space: nowrap;
}
.line-content .p-property-list__sum-details {
  margin-top: 3px;
}
.line-content .p-property-list__sum-details summary {
  font-size: inherit;
}
.line-content .p-property-list__sum-details ul {
  display: flex;
  flex-direction: column;
  list-style: disc;
  margin-left: 20px;
}
.line-content .p-property-list__sum-details ul li {
  font-size: 12px;
}
.line-content__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 728px;
}
.line-form {
  margin-top: 12px;
}
.line-entry-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-block: 24px;
}
.line-entry-body h2 {
  border-left: 4px solid currentColor;
  color: #0972cf;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 24px;
  margin-top: 48px;
  padding-left: 11px;
}
.line-entry-body a {
  text-decoration: underline;
}
.line-entry-body img {
  image-rendering: -webkit-optimize-contrast;
}
.line-entry-body .rtex-font-size-3 {
  line-height: 1.2;
}
.line-box {
  border: 4px solid #0972cf;
  border-radius: 16px;
  overflow: hidden;
  padding: 0 15px 25px 15px;
}
.line-box h2 {
  background: var(--chintai-color);
  border: none;
  color: #fff;
  font-weight: 700;
  margin-block: 0 20px;
  margin-inline: -15px;
  padding: 10px;
  text-align: center;
}
.line-form-thanks__text {
  margin-top: 30px;
}
.line-form-thanks__hearing {
  margin-top: 16px;
}
.line-form-thanks__hearingHead {
  font-size: 20px;
  font-weight: 700;
}
.line-form-thanks__hearingText {
  margin-top: 4px;
}
.line-form-thanks__google-form {
  background: #eee;
  height: 500px;
  margin-top: 16px;
  width: 100%;
}
.wpcf7-response-output {
  border: none !important;
  color: #3a3c3e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
}
.invalid .wpcf7-response-output {
  color: #dc3232;
}
.mw_wp_form_confirm .p-contact-control__bottom {
  color: #dc3232;
  font-size: 16px;
}
@media (min-width: 768px) {
  .mw_wp_form_confirm .p-contact-control__bottom {
    font-size: 18px;
  }
}
.mw_wp_form_confirm .p-contact-control {
  border-bottom: 1px solid #d4d3d3;
}
.mw_wp_form_confirm .p-contact-control__option {
  display: none;
}
.mw_wp_form_confirm .p-form__lead {
  display: none;
}
.mw_wp_form_confirm .p-form__lead-confirm {
  display: block;
}
.mw_wp_form .error {
  color: #dc3232;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 2;
}
@media (min-width: 768px) {
  .mw_wp_form .error {
    font-size: 16px;
  }
}
.ui-datepicker-year,
.ui-datepicker-month {
  background-image: none !important;
  padding: 7px 10px;
}
@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-hidden-tab {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .u-hidden-tab {
    display: block !important;
  }
}
.u-hidden-tab-under {
  display: none !important;
}
@media (min-width: 768px) {
  .u-hidden-tab-under {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .u-hidden-tab-under {
    display: block !important;
  }
}
.u-hidden-sp {
  display: none !important;
}
@media (min-width: 768px) {
  .u-hidden-sp {
    display: block !important;
  }
}
.u-hr-space {
  margin-bottom: 30px;
  margin-top: 30px;
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-marker {
  background: linear-gradient(transparent 60%, #ffff66 0);
  font-weight: 700;
}
.u-scroll-disabled {
  overflow: hidden !important;
}
.u-white-space {
  white-space: nowrap;
}
.u-inline-block {
  display: inline-block;
}
.u-color-red {
  color: #dc3232;
}
