@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes load { 0% { transform: translateY(0); }
  25% { transform: translateY(-10px); }
  50% { transform: translateY(0); }
  100% { transform: translateY(0); } }
@keyframes slide { 0% { transform: translateX(0); }
  100% { transform: translateX(-10%); } }
@keyframes arrow { 0% { transform: scale(0, 1); transform-origin: 0 0; }
  50% { transform: scale(1, 1); transform-origin: 0 0; }
  50.1% { transform: scale(1, 1); transform-origin: 100% 0; }
  100% { transform: scale(0, 1); transform-origin: 100% 0; } }
.itrdctn .itrdctn__box { margin-bottom: 50px; }
.itrdctn .itrdctn__wp { margin-bottom: 30px; }
.itrdctn .itrdctn__wp .itrdctn__mainimg { margin-bottom: 10px; }
.itrdctn .itrdctn__cnts { margin-bottom: 30px; }
.itrdctn .itrdctn__cnts .itrdctn__cnts-num { font-size: 3rem; font-weight: bold; text-align: center; }
@media (min-width: 769px) { .itrdctn .itrdctn__cnts .itrdctn__cnts-num { font-size: calc( 3rem + ( 1vw - 7.69px ) * 3.3259423503 ); } }
@media (min-width: 1220px) { .itrdctn .itrdctn__cnts .itrdctn__cnts-num { font-size: 4.5rem; } }
.itrdctn .itrdctn__cnts .itrdctn__cnts-ttl { margin-bottom: 15px; font-size: 2rem; text-align: center; }
@media (min-width: 769px) { .itrdctn .itrdctn__cnts .itrdctn__cnts-ttl { font-size: calc( 2rem + ( 1vw - 7.69px ) * 0.6651884701 ); } }
@media (min-width: 1220px) { .itrdctn .itrdctn__cnts .itrdctn__cnts-ttl { font-size: 2.3rem; } }
.itrdctn .itrdctn__cnts .itrdctn__cnts-rd { font-size: 1.4rem; text-align: center; }
@media (min-width: 769px) { .itrdctn .itrdctn__cnts .itrdctn__cnts-rd { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.44345898 ); } }
@media (min-width: 1220px) { .itrdctn .itrdctn__cnts .itrdctn__cnts-rd { font-size: 1.6rem; } }

.house { padding: 55px 0; background: #dfe1df; }
.house .house__cnts { margin-bottom: 50px; }
.house .house__txt { margin-bottom: 30px; font-size: 1.4rem; text-align: center; font-weight: bold; }
@media (min-width: 769px) { .house .house__txt { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.44345898 ); } }
@media (min-width: 1220px) { .house .house__txt { font-size: 1.6rem; } }
.house .house__box-main { margin-bottom: 8px; }
.house .house__box-wp { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 8px; }
.house .house__box-wp > .house__img { flex: 0 1 49%; width: 49%; max-width: 49%; }
.house .house__box-wp .house__img-l { flex: 0 1 42.5%; width: 42.5%; max-width: 42.5%; }
.house .house__box-wp .house__img-r { flex: 0 1 55%; width: 55%; max-width: 55%; }
.house .house__cap { font-size: 1.1rem; text-align: right; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .itrdctn .itrdctn__box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 50px; }
  .itrdctn .itrdctn__box .itrdctn__wp { margin-top: 40px; flex: 0 1 55%; width: 55%; max-width: 55%; }
  .itrdctn .itrdctn__box .itrdctn__cnts { flex: 0 1 40%; width: 40%; max-width: 40%; }
  .itrdctn .itrdctn__box .itrdctn__cnts .itrdctn__cnts-rd { margin-bottom: 20px; }
  .house { padding: 55px 0; background: #dfe1df; }
  .house .house__txt { margin-bottom: 50px; }
  .house .house__wp { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .house .house__wp .house__box { flex: 0 1 52%; width: 52%; max-width: 52%; }
  .house .house__wp .house__box:nth-child(2) { flex: 0 1 46.85%; width: 46.85%; max-width: 46.85%; } }
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 1021px) { .house .house__box-main { margin-bottom: 15px; }
  .house .house__box-wp { margin-bottom: 15px; } }
/*------------------------------
		1221px以上
------------------------------*/
/*------------------------------
		1600px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
