@media screen and (max-width:1366px) {
    .intro__item-pix {
        width: 22vw;
        height: 22vw;
        padding: 3vw;
    }
}


@media screen and (max-width:1024px) {
	.prd-intro__cont a {
		margin: 0 20px;
		font-size: 25px;
	}
	
	.bnr__pix video {
		width: 100%;
		height: auto;
	}
	
	.side-title .af-title {
		width: 33%;
	}
	
	.hdr-text1 {
		font-size: 40px;
		margin: 0 0 20px;
	}

	.hdr-text2 {
		font-size: 22px;
	}

	.entire-house-rental__cont {
		margin: 0 10px;
	}

	.create-lasting-memories__cont {
		margin: 0 10px;
	}

	.stay-learn-stories__cont {
		margin: 0 10px;
	}

	.discover-iwate-things-cont {
		margin: 0 10px;
	}

	.rss-feed-cont {
		margin: 0 10px;
		justify-content: center;
	}

	.faq-subcontainer {
		margin: 0 10px;
	}
	
	.information-cont {
		margin: 0 10px;
	}
	
	.hdr__layout.vert-center {
		display: block;
	}

	.hdr__logo {
		margin: 0 auto;
	}

	header {
		height: 170px;
	}

	.hdr__navi {
		justify-content: center;
		display: block;
	}

	.hdr__navi-menu {
		justify-content: center;
		width: 100%;
	}
	
	.concept-vision__container {
		margin: 0 10px;
	}

	.news-development__container {
		margin: 0 10px;
	}

	.our-works__container {
		margin: 0 10px;
	}

	.corporate-philosophy__container {
		margin: 0 10px;
	}

	.company-profile__container {
		margin: 0 10px;
	}

	.information-container {
		margin: 0 10px;
	}

	.recruitment-container {
		margin: 0 10px;
	}
	
	#sect-banner {
		margin: 150px 0 0;
	}
	
	.hdr__navi-lang {
		width: 150px;
		margin: 5px auto;
		padding: 10px 0;
	}
	
	#contact .title-bg {
		left: 30%;
	}
	
	.column-subcontainer {
		margin: 0 10px;
	}
	
	column__subcont {
		margin: 0 30px 0 0;
	}
	
	.column__subcont {
		margin: 0 20px 0 0;
	}
	
	.column-subcontainer.single-pg {
		margin: 0;
	}
}

@media screen and (max-width:991px) {
    .intro__cont {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .intro__cont > div {
        width: 50%;
    }
    
    .intro__item-pix {
        width: 30vw;
        height: 30vw;
        padding: 5vw;
    }
	
	.about__cont a {
		font-size: 30px;
		margin: 0 0 20px;
		display: block;
	}
	
	.ftr.type2 .ftr__socmed-link {
		width: 150px;
	}
	
	.prd-intro__cont a {
		margin: 0 10px;
		font-size: 20px;
	}
	
	.bnr__ov {
		top: 50%;
		width: calc(100% - 30px);
        margin: 0 auto;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.main_imgBox.pc-slider {
		height: 680px;
	}

	.main_img {
		height: 680px;
	}
	
	.create-lasting-memories__image1.height-adj img {
		height: 250px;
	}

	.stay-learn-stories__image img {
		object-fit: cover;
		min-height: 410px;
	}

	.entire-house-rental__video img {
		min-height: 400px;
	}
	
	.news-feed-date {
		display: flex;
		width: 100%;
	}

	.news-feed-title {
		width: calc(100% / 12 * 10);
	}

	.hdr__navi-menu li a {
		padding: 5px 10px;
	}
	
	.book-now-subcont {
		margin: 50px 10px;
	}
	
	.voice-header {
		left: 50%;
        transform: translateX(-50%);
	}
	
	.hdr__navi-menu {
        width: 450px;
		margin: 0 auto;
    }
	
	header {
        height: 180px;
    }
	
	.company-profile__table tr td:first-child {
		width: 100px;
	}

	.disclosure-table table tr td:first-child {
		width: 200px;
	}
	
	.blog-cont {
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {	
	.inquiry-form__contact-col:first-child {
		width: 35%;
	}
	
	.inquiry-form__contact-col {
		width: calc(65% - 20px);
	}
}

@media screen and (max-width: 767px) {
	.af-topgap {
		height: 110px;
	}
	
	.hdr__menu-btn {
		display: block;
	}
	
	header {
		position: fixed;
		z-index: 5;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid #e2d8c6;
	}
	
	header .am-container {
		width: 100%;
	}

	.hdr__logo > a {
		display: block;
		position: absolute;
		top: 46px;
		text-align: left;
		transform: translateY(-50%);
		padding: 0 0 0 10px;
	}

	.hdr__logo img {
		width: 110px;
		height: 50px;
	}

	.hdr__layout {
		display: block;
		height: auto;
		width: 100%;
		position: relative;
	}

	.hdr__logo {
		text-align: center;
		height: 100px;
		margin: unset;
	}
	
	#sect-banner .bnr__pix > img {
		height: 400px;
		margin: 100px 0 0;
	}
	
	.hdr__navi {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s linear;
		flex-wrap: wrap;
	}

	.hdr__navi-cont {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		min-height: max(710px, calc(100vh - 125px));
	}

	.hdr__navi-menu {
		position: relative;
		margin: 0;
		width: calc(100% - 1px);
	}

	.hdr__navi-menu-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.hdr__navi-menu {
		display: block;
		position: relative;
		z-index: 2;
		background-color: #fff;
		height: calc(100vh - 100px);
	}

	.hdr__navi-menu li,
	.hdr__navi-menu li:last-child {
		border: solid #000;
		border-width: 1px 0 0;
	}
	
	.hdr__menu--show .hdr__navi-menu {
		background-color: #fff;
		/* height: calc(100vh - 100px); */
	}
	
	.hdr__navi-menu li:last-child {
		border: solid #000;
		border-width: 1px 0;
	}

	.hdr__navi-menu li a,
	.hdr__navi-menu li:last-child a {
		padding: 30px 0;
		color: #000;
		font-weight: 200;
		width: 100%;
		text-align: center;
		font-size: 20px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child,
	.hdr__navi-btn-cont .hdr__navi-btn:first-child {
		border-radius: 25px;
		display: block;
		margin: 50px auto 10px;
		font-size: 16px;
	}
	
	.hdr__navi-lang {
		position: absolute;
		top: 40px;
		transform: translateY(-50%);
		right: 80px;
		margin: 0 auto;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child {
		margin: 0 auto;
	}

	.hdr__navi-btn-cont {
		text-align: center;
	}
	
	.hdr__menu--show .hdr__menu-btn-icon>span {
		opacity: 0;
	}

	.hdr__menu--show .hdr__menu-btn-icon::before {
		transform: translateY(10px) rotate(225deg);
	}

	.hdr__menu--show .hdr__menu-btn-icon::after {
		transform: translateY(-10px) rotate(-225deg);
	}

	.hdr__menu--show .hdr__navi {
		max-height: 1000px;
	}
	
	header .ftr__cont {
		display: block;
	}
	
	.hdr__ftr.ftr__cont {
		padding: 30px 0 0;
		min-height: calc(100vh - 461px);
		display: flex;
		flex-direction: column;
		display: none;
	}

	.hdr__ftr .ftr__socmed {
		padding: 0 10px;
	}

	.hdr__ftr .ftr__addr {
		margin: auto 20px 30px;
		text-align: center;
	}
	
	.hdr__ftr .ftr__socmed-link {
		text-align: center;
		width: calc(50% - 25px);
		margin: 0 10px 20px;
		padding: 5px 0;
	}
	
	.hdr__ftr .ftr__cpright {
		margin: auto 0 0;
	}
	
	#sect-banner {
		margin:0;
	}
	
	header {
        height: 80px;
    }
	
	.concept-vision__subcont {
		display: block;
	}

	.concept-vision__image {
		width: 100%;
	}

	.concept-vision__content {
		width: 100%;
		margin: 0;
	}

	.title-en {
		font-size: 36px;
	}

	.title-jp {
		font-size: 20px;
	}

	.title-bg {
		width: 130px;
		object-fit: contain;
		left: 0%;
		top: -78%;
	}

	.mip-title {
		line-height: 30px;
	}

	.news-development__item,
	.news-development__item:nth-child(3n) {
		width: calc(50% - 5px);
		margin: 0 10px 10px 0;
	}

	.news-development__subcont {
		justify-content: start;
	}

	.news-development__item img {
		width: 100%;
		display: block;
	}

	.news-development__item:nth-child(2n),
	.news-development__item:last-child {
		margin: 0 0 10px 0;
	}
	
	.our-works__subcont {
		display: block;
	}

	.our-works__item {
		width: calc(100% - 50px);
		margin: 0 auto 30px;
		min-height: unset;
	}

	.our-works__item:nth-child(3n) {
		margin: 0 auto 30px;
	}

	.our-works__list-item {width: 100%;}

	.our-works__list {
		display: block;
		margin: 0 10px;
	}

	.corporate-philosophy__image {
		width: 100%;
	}

	.corporate-philosophy__subcont {
		display: block;
	}

	.corporate-philosophy__content {
		width: 100%;
		margin: 10px 0 0;
	}

	.company-profile__table tr td:first-child {
		width: 90px;
	}

	.company-profile__table tr td {
		padding: 10px;
	}

	.information-date {
		margin: 0 20px 0 0;
	}

	.information-subcont {
		padding: 15px;
	}

	.recruitment-table table tr td:first-child {
		width: 90px;
	}

	.recruitment-table table tr td {
		padding: 10px;
	}
	
	.disclosure-table table tr td:first-child {
		width: 120px;
	}

	.disclosure-table table tr td {
		padding: 10px;
	}
	
	.inquiry-form__row {
		display: block;
	}

	.inquiry-form__contact-col:first-child {
		width: 100%;
		margin: 0;
	}

	.inquiry-form__contact-col {
		width: 100%;
		margin: 10px 0 0;
	}

	.required {
		margin: 0 20px;
	}

	.notrequired {
		margin: 0 20px;
	}
	
	.thanks__subcont {
		margin: 0 10px;
	}
	
	#thanks .title-bg {
		left: 0%;
		top: -90%;
	}
	
	 .bnr__pix video {
        height: 350px;
        margin: 80px 0 0;
        object-fit: cover;
		 display: block;
    }
	
	.ftr__cont {
		display: block;
	}

	.ftr__logo img {
		max-width: 200px;
		margin: 0 auto;
		display: block;
	}

	.ftr-btn {
		margin: 20px 0 0;
		text-align: left;
	}
	
	.contact__container {
		margin: 50px 0 0;
	}
	
	.title-bg.right {
		top: -70%;
		left: unset;
		right: 0;
	}
	
	.column__container {
		display: block;
	}

	.blog-cont {
		display: block;
	}

	.column__subcont {
		width: 100%;
	}

	.blog-item {
		width: 100%;
		margin: 0 0 30px;
	}

	#column {
		padding: 80px 0;
	}

	.column__sidebar {
		width: calc(100% - 40px);
		margin: 40px 0 0;
	}
	
	.br-sp {
		display: block;
	}
	
	.br-pc {
		display: none;
	}
	
	.news-development__item:nth-child(n+7) {
		display: none;
	}
	
	.news-development__desc ul {
		padding: 0 0 0 20px;
	}
	
}