/* General element styling --------------------------------------------- */

@font-face {
	font-family: 'HGSGothicM';
	src: url('fonts/HGSGothicM.woff') format('woff'),
		url('fonts/HGSGothicM.woff2') format('woff2');
	font-weight: 400;
}

@media screen and (min-width: 767px) {

	a[href*="tel:"] {
		pointer-events: none;
	}
}


html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	letter-spacing: 1pt;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

.am-center {
	text-align: center;
}

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

/* Theme re-usable styling ------------------------------------------- */

.sect-cont {
	padding: 60px 0;
	background: #eef6fe;
	position: relative;
}

.lp-btn {
	color: #FFF;
	background: #4c7bba;
	min-width: 270px;
	border-radius: 5px;
	padding: 16px 0;
	font-weight: 500;
	position: relative;
	border: unset;
	font-size: 16px;
	cursor: pointer;
	font-family: 'Noto Sans JP';
}

.lp-btn::after {
	content: "\f061";
	font-family: FontAwesome;
	font-weight: 300;
	position: absolute;
	right: 10px;
	top: 32%;
	font-size: 20px;
}

.lp-title.style2 {
	display: block;
	text-align: center;
	margin: 0 0 40px;
}

.lp-title>span {
	color: #1d62af;
	background: #FFF;
	display: inline-block;
	border: 3px solid #d0e5fb;
	border-radius: 40px;
	padding: 14px 45px;
	font-size: 26px;
	line-height: 32px;
}

.lp-3col-mg1 .lp-col-item {
	margin: 0 calc(30px * (1 / 3));
}

.lp-3col-mg1>div:nth-child(3n - 2)>.lp-col-item {
	margin: 0 calc(30px * (2 / 3)) 0 0;
}

.lp-3col-mg1>div:nth-child(3n)>.lp-col-item {
	margin: 0 0 0 calc(30px * (2 / 3));
}

.lp-3col-mg2 .lp-col-item {
	margin: 0 calc(15px * (1 / 3));
}

.lp-3col-mg2>div:nth-child(3n - 2)>.lp-col-item {
	margin: 0 calc(15px * (2 / 3)) 0 0;
}

.lp-3col-mg2>div:nth-child(3n)>.lp-col-item {
	margin: 0 0 0 calc(15px * (2 / 3));
}


.lp-title-2 {
	position: relative;
	text-align: center;
	max-width: 1050px;
	margin: 0 auto 20px;
}

.lp-title-2>span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 10px 2px;
	background: #FFF;
}

.lp-title-2>span>span {
	display: block;
}


.lp-title-2::before {
	content: "";
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #6fa6e4;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.lp-title-2 .buysell-title__jp {
	font-size: 32px;
	color: #1d62af;
	display: block;
	width: fit-content;
	margin: 0 auto;
}

.lp-title-2 .buysell-title__en {
	font-size: 17px;
	color: #6fa6e4;
	font-family: Century Gothic;
	font-weight: 400;
}

.lp-bgpix {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
	z-index: 0;
}

.lp-bgpix.btm {
	bottom: 0;
}

.lp-bgpix.top {
	top: 0;
}

.lp-bgpix>img {
	display: block;
	width: 100%;
	height: auto;
}

.lp-content {
	position: relative;
	z-index: 1;
}

.lp-banner {
	margin: 0 0 70px;
}

/* Header -----------------------------------------------*/

header {
	position: fixed;
	z-index: 5;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	background: #6fa6e4;
}

.hdr__cont {
	margin: 10px 0;
}

.hdr__layout {
	height: 70px;
}

.hdr__logo {
	align-self: flex-end;
}

.hdr__bg {
	display: none;
}

.hdr__navi-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.hdr__navi-menu li a {
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}

.hdr__navi-menu .active a {
	text-decoration: underline;
	text-underline-offset: 6px;
}

.hdr__navi-menu li:last-child a {
	border-right: unset;
	padding: 0 0 0 20px;
}

.hdr__navi-menu li.new a {
	position: relative;
	padding: 0 15px 0 10px;
}

.hdr-side {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
}

.hdr-side__btn {
	background: #2b6aafCC;
	color: #FFF;
	padding: 20px;
	border: unset;
	display: block;
	writing-mode: tb;
	text-orientation: upright;
	margin: 0 0 2px;
	font-size: 20px;
	min-height: 340px;
}

.hdr__navi-ftr {
	display: none;
}

#sect-slider.slider__main {
	padding: 70px 0 0;
	background: #6fa6e4;
	position: relative;
}

.slider__item>img {
	display: block;
}

.slider__ov {
	position: absolute;
	bottom: 2vw;
	left: 26%;
}

.slider__ov-btn img {
	width: 14vw;
	max-width: 254px;
}

.sect-prob {
	margin: 0 0 60px;
}

.prob-cont {
	max-width: 1024px;
	margin: 0 auto;
}

.prob-item {
	position: relative;
	text-align: center;
}

.prob-item__icon>img {
	height: 164px;
	width: auto;
}

.prob-item__text {
	font-size: 18px;
	line-height: 28px;
}

#sect-intro {
	padding: 100px 0 80px;
	background: #FFFFFF;
}

.intro-txt {
	line-height: 2;
	padding: 0 20px;
}

.intro-txt__seemore {
	display: none;
}

.intro-cont {
	position: relative;
}

.intro-btn {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.prob-item__bg {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
}

.prob-item__content {
	position: relative;
	z-index: 1;
	padding: 28px;
}

.prob-item__bg>img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.reason-item__pix>img {
	border-radius: 10px;
}

.reason-item__title {
	text-align: center;
	color: #1d62af;
}

#sect-buy-sell {
	background: #deeefd;
}

.buysell-subtitle {
	text-align: center;
	font-size: 16px;
	margin: 0 0 20px;
}

.mgt-50 {
	margin-top: 50px;
}

.mgt-60 {
	margin-top: 60px;
}

.buysell-mainbox {
	background: #FFF;
	position: relative;
	padding: 60px 0;
	border-radius: 30px;
	overflow: hidden;
	margin: 0 0 60px;
}

.buysell-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 0;
}

.buysell-content {
	position: relative;
	z-index: 1;
}

.buysell-bubble {
	max-width: 1200px;
	margin: 0 auto 60px;
}

.buysell-bubble__item {
	position: relative;
}

.buysell-bubble__item-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.buysell-bubble__item-bg>img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

.buysell-bubble__item-content {
	position: relative;
	z-index: 1;
	padding: 38px 0 0;
}

.buysell-bubble__item-pix>img {
	height: 15vw;
	width: auto;
	max-height: 190px;
}

.buysell-bubble__item-text {
	background-color: #6fa6e4;
	width: 85%;
	color: #fff;
	min-height: 76px;
	border-radius: 40px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.buysell-bubble__item-text>span {
	flex: 1 1;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	font-family: 'Noto Sans JP';
}

.buysell-bubble__item-text>.num {
	flex: 0;
	width: auto;
	text-align: center;
	font-size: 30px;
	line-height: 1;
	font-family: 'Century Gothic';
	font-weight: 500;
}

.buysell-bubble__item-text.sell>span {
	font-size: 16px;
	flex: unset;
}

.buysell-bubble__item-text.sell {
	font-size: 24px;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

#sect-reform {
	background: #FFFFFF;
}

#sect-reform .lp-title-2 {
	margin: 0 auto 40px;
}

.prop-item__btn {
	text-align: center;
}

.lp-btn.style2 {
	background: #fff;
	border: 1px solid #fff;
	background: #fff;
	color: #c3daf4;
	font-weight: 700;
	text-align: center;
	font-size: 15px;
}

.lp-btn.style2 {
	background-color: #fff;
	color: #6fa6e4;
	border: 2px solid #6fa6e4;
	min-width: 220px;
}

.prop-cont {
	margin: 0 0 50px;
}

.prop-item {
	border: 1px solid #6fa6e4;
	border-radius: 10px;
}

.prop-item__content {
	padding: 15px;
}

.prop-item__pix img {
	border-radius: 10px 10px 0 0;
}

.prop-item__title {
	margin: 0;
	font-weight: 400;
	font-size: 17px;
}

.prop-item__text {
	margin: 0 0 30px;
	font-size: 13px;
}

.prop-item__text .red {
	color: #cc0000;
	font-weight: 700;
	font-size: 20px;
}

#sect-cvoice {
	background: linear-gradient(180deg, #f0f7fe 40%, #ddeefd 60%, #ddeefd 100%);
	padding: 60px 0 160px;
}

#sect-cvoice .lp-title-2>span {
	background-color: #eef6fe;
}

.cvoice-slide {
	margin: 0 0 30px;
}

.cvoice-cont {
	display: flex;
}

.cvoice-item {
	border: 2px solid transparent;
	height: 350px;
}

.cvoice-item__msg {
	background: #FFF;
	padding: 0 60px;
	height: 50%;
	display: flex;
	align-items: center;
}

.cvoice-item__desc {
	background: #1d62af;
	height: 50%;
	display: flex;
	align-items: center;
	padding: 0 20px;
	text-align: center;
	color: #FFF;
}

.cvoice-item__desc>span {
	display: block;
	flex: 1 1;
}

.cvoice-item__desc>img {
	margin: 0 15px 0 0;
}

slider-navi__cont {
	position: relative;
	height: 84px;
}

.slider-navi {
	width: 100%;
	text-align: center;
}

.slider-navi>button {
	font-size: 12px;
	background: #6fa6e4;
	border: 2px solid #6fa6e4;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	margin: 0 3px;
	padding: 0px;
	color: #eef6fe;
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
	position: relative;
}

.slider-navi>button>i {
	position: absolute;
	left: 7px;
	top: 5px;
}

.slider-navi>.slider-navi__pause {
	font-size: 36px;
	border: unset;
	border-radius: unset;
	line-height: 20px;
	background: unset;
}

.slider-navi__pause::before,
.slider-navi__pause::after {
	content: "";
	width: 5px;
	height: 24px;
	background: #6fa6e4;
	;
	display: inline-block;
	margin: 0 2.5px;
}

.scrollslide .splide__arrows {
	visibility: hidden;
	max-width: 100%;
}

.splide__pagination {
	display: none;
}

#sect-faq {
	background: #FFF;
}

.faq-tab-btn__cont {
	text-align: center;
	margin: 0 0 26px;
}

.faq-tab-btn {
	color: #6fa6e4;
	border: 1px solid;
	border-radius: 30px;
	padding: 5px 15px;
	width: 230px;
	position: relative;
	background: #FFF;
	cursor: pointer;
}

.faq-tab-btn>span {
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
	font-weight: 700;
}

.faq-tab-btn>img {
	vertical-align: middle;
	margin: 0 10px 0 0;
	height: 46px;
}

.faq-tab-btn.active {
	color: #FFF;
	background: #6fa6e4;
}

.faq-tab-btn.active>img {
	filter: saturate(0) brightness(2);
}

.faq-tab-btn.active::before {
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 14px solid #6fa6e4;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translate(-50%);
}

.faq-tab-main {
	position: relative;
}

.faq-tab-cont {
	border: unset;
	background: #FFF;
	border-radius: 10px;
	box-shadow: unset;
	padding: 0 30px;
	max-height: 0;
	transition: max-height 0.5s ease, padding 0.5s ease;
	overflow: hidden
}

.faq-tab-cont.active {
	padding: 30px;
	max-height: 2300px;
	border: 1px solid #F0F0F0;
	box-shadow: 0 0 5px #F0F0F0;
}

.faq-item {
	border: 1px solid #6fa6e4;
	border-radius: 10px;
	margin: 0 0 20px;
}

.faq-item__row {
	display: flex;
	padding: 10px 15px;
	align-items: center;
}

.faq-item__row.question {
	background: #eff7fe;
	border-radius: 10px 10px 0 0;
}

.faq-item__icon {
	margin: 0 10px 0 0;
	display: block;
}

.faq-item__text {
	flex: 1 1;
}

.faq-tab-cont .faq-item:last-child {
	margin: 0;
}

.hdr-side__btn img {
	margin: 0 0 10px;
}

hdr__navi-menu li:last-child a {
	padding: 0 0 0 20px;
}

.page-cont {
	background: #FFF;
	border-radius: 30px;
	display: block;
	max-width: 1420px;
}

#page_bg {
	background: #eef5fd;
	padding: 1px 0;
}

.sect-cont.style2 {
	background: unset;
}

.sect-pad2 {
	padding: 70px 0 0;
}

.sect-pad2>.sect-cont {
	padding: 0 0 90px;
}

.sect-pad3 {
	padding: 80px 0 1px;
}

.sect-pad3>.sect-cont {
	padding: 30px 0 30px;
	margin: 0 0 55px;
}

.sect-pad3>.sect-cont:first-child {
	padding: 0 0 40px;
}

.style3 .lp-title__en {
	color: #2B6AB1;
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	font-family: 'HGSGothicM';
}

.lp-title.style3>span {
	border: unset;
	background-color: unset;
	text-align: center;
	display: block;
	padding: 0;
}

.style3 .lp-title__jp {
	color: #333;
	font-size: 30px;
	font-weight: 700;
}

.philo__content {
	font-weight: 700;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	margin: 50px 0 0;
	color: #333;
}

.message__content {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 50px 0 0;
}

.profile__content {
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	margin: 50px 0 0;
}

.info__content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 20px;
	line-height: 48px;
	table-layout: fixed;
}

.info__content table tr td {
	border: 1px solid #B5B2B2;
	padding: 10px;
}

.info__content table tr td:first-child {
	background-color: #EEF5FD;
	width: 28%;
}

.info__content table tr td:last-child {
	width: 72%;
}

.access__content {
	margin: 50px 0 0;
	display: block;
}

.access__content p {
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
	line-height: 1.6;
}

.inq-form {
	max-width: 991px;
	margin: 0 auto;
	font-size: 18px;
}

.inq-item__input,
.inq-item__textarea {
	display: block;
	width: calc(100% - 44px);
	padding: 17px 20px;
	font-size: 20px;
	border-radius: 8px;
}

.inq-item__textarea {
	line-height: 1.5;
}

.inq-item {
	margin: 0 0 20px;
}

.inq-item__label {
	margin: 0 0 10px;
	display: block;
}

.inq-req,
.inq-nreq {
	color: #FFF;
	background: #ce052c;
	display: inline-block;
	padding: 5px 8px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	font-size: 14px;
	line-height: 17px;
}

.inq-nreq {
	background: #333333;
}

.inq-item__radio>span {
	margin: 0 20px 0 0;
}

.inq-item__radio input[type="radio"] {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: sub;
}

.inq-item__radio-label {
	margin: 0 20px 0 0;
}

.inq-form__priv {
	text-align: center;
}

.inq-form__submit {
	text-align: center;
}

.inq-form__submit .km-btn::after {
	content: unset;
}

.inq-form__submit .wpcf7-spinner {
	display: block;
	margin: 0 auto;
}

.inq-form__submit>p {
	margin: 0;
}

.inq-form__submit>.web-access-link {
	margin: 0 0 20px;
}

.priv-pol__item {
	margin: 0 0 20px;
}

.lp-btn {
	color: #FFF;
	background: #4c7bba;
	min-width: 270px;
	border-radius: 30px;
	padding: 16px 0;
	font-weight: 500;
	position: relative;
	border: unset;
	font-size: 16px;
	cursor: pointer;
	font-family: 'Noto Sans JP';
}

.bnr__layout {
	display: flex;
	width: calc(100% - 72px);
}

.bnr__text-cont {
	width: 50%;
}

.bnr__text-box {
	position: relative;
	width: 100%;
	height: 90%;
	background: #FFF;
}

.bnr__pix {
	width: 50%;
}

#sect-banner {
	margin: 68px 0;
}

.bnr__text-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* white-space: nowrap; */
	color: #1b599f;
	width: calc(100% - 120px);
}

.bnr__text-title {
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	line-height: 3rem;
	margin: 0 0 40px;
}

.bnr__text-title.left {
	text-align: left;
}

.bnr__text-title.pad-left {
	padding: 0 0 0 20%;
	text-align: left;
}

.bnr__text-sub {
	font-size: 22px;
	line-height: 1.9;
}

.style4 {
	font-size: 30px;
	line-height: 33px;
	border-left: 10px #3572B7 solid;
	margin: 0 0 20px 0px;
	padding: 0 0 0 5px;
	font-weight: 700;
}

.style4 .lp-title__txt {
	border: unset;
	padding: 5px;
	color: #333333;
}

.profile__pix>img {
	width: 100%;
	height: auto;
}

.profile__text {
	margin: 0 0 0 60px;
	line-height: 25px;
}

.lp-title.style3 {
	margin: 0 0 40px;
}

.info__content a {
	text-decoration: unset;
	color: #000;
}

.privacy-policy__item {
	margin: 0 0 30px;
}

.web-access__item {
	margin: 0 0 30px;
}

.lp-title.style3>.lp-title__sub {
	color: #333;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
}

.lp-title.style3>.lp-title__main {
	color: #1B599F;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
}

.lp-title.style3>.lp-title__num {
	color: #1B599F;
	font-size: 45px;
	line-height: 42px;
	margin: 15px 0 40px;
	font-weight: 700;
}

.costdown__layout {
	margin: 100px auto 0;
}

costdown__pix {
	text-align: center;
}

.lp-foot-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
	text-align: center;
	color: #1B599F;
	margin: 80px 0 0;
}

#sect-hire-answer .lp-title.style3>.lp-title__main {
	color: #1B599F;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
}

#sect-hire-answer .lp-title.style3>.lp-title__num {
	color: #1B599F;
	font-size: 45px;
	line-height: 42px;
	margin: 30px 0 50px;
}

#sect-hire-respond .lp-title.style3>.lp-title__main {
	color: #1B599F;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
}

#sect-hire-respond .lp-title.style3>.lp-title__num {
	color: #1B599F;
	font-size: 45px;
	line-height: 42px;
	margin: 40px 0 50px;
}

.answer__content {
	max-width: 1229px;
	margin: 10px auto;
	width: 100%;
}

.answer__text {
	font-size: 20px;
	line-height: 44px;
	font-weight: 400;
	width: 100%;
}

.answer__pix {
	width: 100%;
}

.answer__pix img {
	height: 405px;
	object-fit: cover;
}

.answer__text {
	margin: 0 0 0 22px;
}

.respond__content {
	margin: 10px auto;
}

.respond__text {
	font-weight: 400;
	font-size: 22px;
	line-height: 42px;
	margin: 0 30px 0 0;
}

.respond__pix {
	width: 100%;
}

.respond__pix img {
	height: 405px;
	object-fit: cover;
}

.bnr__text-title.style2 {
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	color: #1B599F;
}

.byreason-item__title-num {
	background-color: #4B7BB9;
	display: inline-block;
	width: 279px;
	height: 100px;
	font-size: 32px;
	text-align: center;
	line-height: 90px;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
}

.byreason-item__title-text {
	display: inline-block;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 0 15px;
	width: calc(100% - 325px);
	vertical-align: middle;
}

.byreason-item {
	margin: 0 0 70px;
}

.lp-blue {
	color: #4B7BB9;
	font-weight: 700;
}

.byreason-item__text {
	font-size: 22px;
	line-height: 44px;
	margin: 0 0 0 20px;
}

.byreason-item__footpix {
	margin: 70px 0;
}

.byreason-item__footpix .am-modal {
	display: none;
}

.byreason__btn-cont {
	margin: 0 auto;
	max-width: 654px;
	padding: 0 0 60px;
	text-align: center;
}

.byreason__btn {
	border-radius: 5px;
}

.byreason__btn:first-child {
	margin: 0px 10px 0 0;
}

section#sect-sellhouse {
	margin: 130px 0;
}

#sect-sellhouse-buyplan .lp-title.style4>span {
	border: unset;
	margin: 0;
	padding: 0 0 0 5px;
	color: #333;
	text-align: center;
}

#sect-sellhouse .lp-title.style4 {
	width: fit-content;
	margin: 0 auto 40px;
}

#sect-sellhouse .lp-title.style4>span {
	font-size: 36px;
	line-height: 32px;
}

#sect-sellhouse-brokerplan .lp-title.style4>span {
	border: unset;
	margin: 0;
	padding: 0 0 0 5px;
	color: #333;
	text-align: center;
}

.brkchoice__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
}

.arrow:after {
	content: '▼';
	color: #EEF5FD;
	font-size: 50px;
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%) scaleX(5.5);
}

#sect-sellhouse-brokerplan .byplan-fttext {
	position: relative;
	margin: 50px 0 130px;
}

.brkchoice__item {
	position: relative;
	width: calc(100% - 40px);
}

.brkchoice__item-text {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 39px;
}

.brkchoice__midtext {
	font-size: 28px;
	line-height: 39px;
	text-align: center;
	margin: 30px 0;
}

.brkchoice__ex-title {
	background-color: #3572B7;
	color: #fff;
	padding: 8px;
	border-radius: 50px;
	text-align: center;
	font-size: 26px;
	line-height: 39px;
}

.brkchoice__ex-cont {
	border: 2px solid #3572B7;
	padding: 30px;
	border-radius: 10px;
}

.brkchoice__ex-item-footer-text {
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	line-height: 39px;
}

.brkchoice__ex-item-text {
	font-size: 26px;
	line-height: 39px;
	color: #333;
}

.brkchoice__ex-item-pix {
	position: relative;
}

.brkchoice__ex-layout>div:first-child .brkchoice__ex-item-pix::after {
	content: "▶";
	position: absolute;
	right: 1%;
	top: 50%;
	transform: translateY(-50%) scaleX(0.5);
	font-size: 80px;
	color: #eef5fd;
}

.brkchoice__ex-layout>div:first-child .brkchoice__ex-item-pix {
	position: relative;
}

.brkchoice__ex-item-pix img:first-child {
	max-height: 385px;
	max-width: 465px;
	height: 28vw;
	width: 82%;
	object-fit: cover;
}

.brkchoice__ex-item.second img {
	max-height: 530px;
	max-width: 570px;
	height: 40vw;
	width: 100%;
	object-fit: cover;
	object-position: right;
}

.brkchoice__ex-layout {
	align-items: flex-end;
	justify-content: space-evenly;
}

.brkchoice__pix>div:nth-child(2) .brkchoice__item .brkchoice__item-pix>img {
	filter: brightness(0.8);
}

.byreason-item__layout {
	margin: 40px 0 0;
}

.ftr-phonenum img {
	margin: 0 10px 0 0;
}

.ftr-top {
	background: #eff7fe;
	text-align: center;
	position: relative;
	padding: 40px 0 160px;
}

#sect-sellhouse-sellflow .lp-title.style4>span {
	border: unset;
	margin: 0;
	padding: 0 0 0 5px;
	color: #333;
	text-align: center;
}

#sect-sellhouse-sellflow .lp-title.style4 {
	width: fit-content;
	margin: 0 auto;
}

.slflow-cont {
	margin: 0 auto;
	max-width: 1360px;
	width: calc(100% - 80px);
	margin: 0 40px;
}

.slflow-item {
	margin: 70px 0;
	position: relative;
}

.slflow-item__title-num {
	background-color: #3572B7;
	width: fit-content;
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
}

.slflow-item__title-num {
	font-size: 18px;
}

.slflow-item__title-num span {
	font-size: 32px;
}

.slflow-item__title-text {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin: 0 0 0 10px;
}

.slflow-item__content {
	margin: 30px 0 0;
	font-size: 22px;
	line-height: 32px;
}

.slflow-item:after {
	content: '▼';
	color: #EEF5FD;
	font-size: 30px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%) scaleX(3.5);
}

.sect-problem__cont {
	max-width: 1156px;
	margin: 0 auto;
}

.sect-problem__pix {
	margin: 0 30px 0 0;
}

.sect-problem__list {
	border: 1px solid #3572b7;
	padding: 40px;
	box-shadow: 0 5px 5px #CCC
}

.sect-problem__item>img {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.sect-problem__item {
	width: calc(100% - 20px);
	margin: 0 20px 20px 0;
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	color: #333;
}

.sect-problem__item>span {
	display: inline-block;
	width: calc(100% - 52px);
	vertical-align: middle;
}

.sect-problem__list>div:nth-child(n + 3)>.sect-problem__item {
	margin: 0 20px 0 0;
}

.sect-problem__cont .am-col4 {
	text-align: right;
}

.sect-problem__cont ul li {
	list-style: none;
}

.sect-problem__text {
	text-align: center;
	font-size: 24px;
	line-height: 48px;
	margin: 40px 0;
}

.ftr-title {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 26px;
	line-height: 50px;
}

.ftr-title>span {
	font-size: 35px;
}

.ftr-phonenum {
	font-size: 35px;
	font-family: 'Century Gothic', sans-serif;
	color: #2b6aaf;
	margin: 0 0 18px;
	font-weight: bold;
}

.ftr-time {
	margin: 0 0 24px;
	font-weight: 700;
}

.ftr-btn>.lp-btn {
	margin: 0 10px;
}

.ftr-btm {
	background: #6fa6e4;
	color: #FFF;
	text-align: center;
	padding: 60px 0 0;
}

.ftr-socmed__btn {
	cursor: pointer;
	background: transparent;
	color: aliceblue;
	border: 1px solid;
	width: 200px;
	height: 40px;
	border-radius: 30px;
}

.ftr-socmed {
	margin: 0 0 40px;
}

.ftr-btm__text1 {
	margin: 0 0 30px;
}

.ftr-btm__logo {
	margin: 0 0 30px;
}

.ftr-btm__text2 {
	margin: 0 0 30px;
}

.ftr-btm__cpright {
	padding: 0 0 40px;
}

#sect-cvoice .lp-bgpix>img.am-sp {
	display: none;
}

#sect-cvoice .lp-bgpix>img.am-pc {
	display: block;
}

.costdown__pix {
	text-align: center;
}

.byplan-item__title {
	font-weight: 700;
	text-align: center;
	line-height: 39px;
	margin: 0 0 20px;
	color: #333;
	font-size: min(24px, 1.8vw);
	white-space: nowrap;
}

.byplan-item__pix img {
	width: 100%;
	height: 247px;
	object-fit: cover;
	display: block;
	margin: 0 0 20px;
}

.byplan-item__text {
	font-size: 22px;
	line-height: 39px;
}

.byplan-fttext {
	font-size: 30px;
	color: #1B599F;
	font-weight: 700;
	text-align: center;
	margin: 50px 0 0;
	line-height: 50px;
	border-bottom: 1px solid #cbdaeb;
	padding: 0 0 30px;
}

.reno-category__list li {
	list-style: none;
	width: 155px;
	margin: 0 35px 26px 0;
	white-space: nowrap;
}

.reno-category__list li:last-child {
	width: 200px;
	margin: 0 0 26px;
}

.reno-category__list ul li {
	display: flex;
	padding: 0;
}

.reno-category__list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	max-width: calc((190px * 5) + 200px);
	margin: 0 auto;
	width: 100%;
}

.reno-category__list li a {
	text-decoration: unset;
	border-bottom: 1px solid #333;
	padding: 0 0 4px;
	text-align: center;
	width: 100%;
	display: block;
	color: #333;
	font-weight: 700;
	font-size: 22px;
}

.reno-item__title {
	font-size: 22px;
	line-height: 1.2;
	margin: 10px 0;
	text-decoration: unset;
}

.reno-item__button button {
	background-color: #4B7BB9;
	width: fit-content;
	border: 1px solid #4B7BB9;
	color: #fff;
	font-size: 22px;
	padding: 10px 30px;
	margin: 10px 0;
}

.reno-items__cont a {
	text-decoration: unset;
}

.reno-item {
	width: calc(100% / 2 - 20px);
	margin: 0 40px 50px 0;
	display: block;
}

.reno-item:nth-child(2n) {
	margin: 0 0 50px;
}

.reno-item__pix img {
	width: 100%;
	height: 35vw;
	max-height: 500px
}

.reno-items__cont {
	flex-wrap: wrap;
}

.kn-pgnavi__btn.kn-pgnavi__current {
	background: #70A6E4;
	color: #fff;
	cursor: revert;
}

.kn-pgnavi__btn {
	font-weight: 400;
	width: 52px;
	height: 56px;
	font-size: 18px;
	cursor: pointer;
}

.ss1-c-pagenavi button {
	border: unset;
	background-color: #fff;
}

.ss1-c-pagenavi {
	text-align: center;
	margin: 40px auto 0;
}

#sect-reno-category {
	padding: 60px 0 0;
}

#sect-reno-single {
	margin: 30px 0 0;
}

.lp-title.style5 {
	background: #4b7bb9;
	color: #FFF;
	text-align: center;
	padding: 40px 0;
	font-size: 30px;
	line-height: 32px;
}

.reno-single__main-pix {
	width: 100%;
	height: auto;
	margin: 0 0 40px;
}

.reno-single__main-pix>img {
	width: 70%;
	height: auto;
	display: block;
	margin: 0 auto;

}

.reno-single__bef-aft-item {
	margin: 0 0 40px;
}

.reno-single__bef-aft-col {
	width: calc(100% - 20px);
	margin: 0 20px 0 0;
}

.reno-single__bef-aft-item>div:nth-child(2n)>.reno-single__bef-aft-col {
	margin: 0 0 0 20px;
}

.reno-single__bef-aft-pix {
	width: 100%;
	height: auto;
}

.reno-single__bef-aft-pix>img {
	width: 100%;
	height: auto;
}

.reno-single__detail-title {
	border: 2px solid;
	border-width: 2px 0;
	padding: 20px 0;
}

.reno-single__detail-table table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.reno-single__detail-table table tbody tr td:first-child {
	width: 25%;
	text-align: center;
	background: #eeeeee;
}

.reno-single__detail-table table tbody tr td:last-child {
	width: 75%;
}

.reno-single__detail-table table tbody tr td {
	border: solid #cecece;
	border-width: 0 0 1px;
	padding: 20px;
}

.reno-single__bef-aft-col {
	width: calc(100% - 10px);
	margin: 0px 5px 0 0;
}

.reno-single__bef-aft-item>div:nth-child(2n)>.reno-single__bef-aft-col {
	margin: 0 0 0 5px;
}

/* .reno-single__detail-table table tbody tr:last-child td {
    border-width: 0;
} */

#sect-reno-single .lp-title.style5 {
	width: 70%;
	margin-inline: auto;
	padding: 20px 0;
	font-size: 18px;
}

footer .lp-bgpix>img.am-pc {
	display: block;
}

.contact__content {
	font-size: 18px;
}

.inq-item__radio {
	font-size: 16px;
}

.inq-form__submit .lp-btn {
	font-size: 22px;
}

.costdown__text {
	font-size: 22px;
	line-height: 44px;
}

.web-access__content {
	font-size: 18px;
}

.byreason__cont .byreason-item:nth-child(2n) .byreason-item__layout>div:first-child {
	order: 2;
}

.byreason__cont .byreason-item:nth-child(2n) .byreason-item__layout>div:last-child {
	order: 1;
}

.byreason-item__pix {
	width: auto;
}

.byreason-item__pix>img {
	height: 28vw;
	max-height: 343px;
	width: 100%;
	object-fit: cover;
}

.byreason-item__pix.contain>img {
	object-fit: contain;
}

.byreason-item__pix.left>img {
	object-position: left;
}

#sect-hire-costdown.sect-cont.style2::after,
#sect-hire-answer.sect-cont.style2::after,
#sect-hire-respond.sect-cont.style2::after {
	content: "";
	width: 90%;
	height: 1px;
	background: #CCDAEB;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#sect-cmprof-philosophy .style3 .lp-title__jp {
	color: #333;
}

# sect-cmprof-message .style3 .lp-title__jp {
	color: #333;
}

#sect-cmprof-profile .style3 .lp-title__jp {
	color: #333;
}

#sect-cmprof-information .style3 .lp-title__jp {
	color: #333;
}

#sect-cmprof-information .style3 .lp-title__jp {
	color: #333;
}

#sect-cmprof-contact .style3 .lp-title__jp {
	color: #333;
}

#sect-reform .lp-btn.style2 {
	border-radius: 5px;
}

.bnr__text-title.pad-left.pd-0 {
	padding: 0;
}

.top-btn {
	border-radius: 5px;
}

.ftr-phonenum a {
	color: #2b6aaf;
	text-decoration: none;
}


.ftr-btm__text2 a {
	color: #fff;
}

footer .lp-bgpix>img.am-sp {
	display: none;
}

.ftr-btm__text2 {
	text-decoration: underline;
	line-height: 2.5;
	text-underline-offset: 8px;
}

.thanks_content {
	text-align: center;
}

@media screen and (max-width: 1440px) {
	.hdr-side__btn {
		text-orientation: sideways;
		writing-mode: horizontal-tb;
		min-height: unset;
		padding: 10px;
		display: block;
		width: 270px;
		margin: 0 5px;
	}

	.hdr-side {
		top: calc(100vh - 60px);
		right: unset;
		white-space: nowrap;
		width: 100%;
	}

	.hdr-side__layout {
		display: flex;
		width: auto;
		justify-content: center;
	}

	.hdr-side__btn>img {
		margin: 0 10px 0 0;
	}

	.bnr__layout {
		width: 100%;
	}

}

@media screen and (min-width: 1366px) {
	header .am-container {
		width: auto;
		max-width: 1440px;
		margin: 0 max(72px, calc(50vw - 720px)) 0 max(20px, calc(50vw - 720px));
	}

	@media screen and (max-width: 1440px) {
		header .am-container {
			width: calc(100% - 40px);
			margin: 0 auto;
		}
	}
}


@media screen and (max-width: 1366px) and (min-width: 767px) {
	.hdr__layout {
		display: block;
		height: auto;
		padding: 10px 0;
	}

	.hdr__logo {
		text-align: center;
	}

	.hdr__navi-menu {
		flex-wrap: wrap;
		justify-content: center;
	}

	/*     .hdr-side {
        top: 100%;
    } */

	#sect-slider.slider__main {
		padding: 120px 0 0;
	}

	#sect-banner {
		margin: 116px 0 70px;
	}

	#sect-reno-single {
		margin: 116px 0 0;
		padding: 1px 0 0;
	}

	.bnr__text-title {
		font-size: 3.8vw;
	}

	.bnr__text-sub {
		/* padding: 0 20px; */
		font-size: 1.5vw;
		display: block;
		margin: 0 auto;
		width: fit-content;
	}

	.buysell-mainbox {
		border: 3px solid #d0e5fb;
		padding: 60px 0 min(60px, 3vw);
	}

	.cvoice-item__msg {
		padding: 0 10px;
	}

	.cvoice-item {
		height: 500px;
	}

	.reno-category__list {
		max-width: calc((175px * 5) + 200px);
	}

	.reno-category__list li {
		margin: 0 20px 26px 0;
	}

	@media screen and (max-width: 1200px) {

		.reno-category__list li,
		.reno-category__list li:last-child {
			width: calc(100% / 4 - 20px);
		}
	}

	@media screen and (max-width: 1100px) {
		.hdr__navi-menu {
			max-width: 700px;
			margin: 0 auto;
		}

		#sect-slider.slider__main {
			padding: 150px 0 0;
		}

		#sect-banner,
		#sect-reno-single {
			margin: 148px 0 70px;
		}

		.intro-btn {
			bottom: unset;
			top: calc(100% + 20px);
		}

		.buysell-bubble {
			flex-wrap: wrap;
			justify-content: center;
		}

		.buysell-bubble>div {
			width: 50%;
			margin: 0 0 20px;
		}

	}
}

@media screen and (max-width: 1024px) {
	.bnr__layout {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}

	.bnr__text-cont {
		position: relative;
		z-index: 1;
		width: 100%;
		height: auto;
		background: unset;
		padding: 1px 0;
	}

	.bnr__text-box {
		height: auto;
		margin: 80px 0;
		padding: 20px;
		width: auto;
		background: rgba(255, 255, 255, 0.8);
	}

	.bnr__text-content {
		position: relative;
		width: 100%;
		height: auto;
		transform: unset;
		top: unset;
		left: unset;
	}

	.bnr__text-title.style2 {
		line-height: 1;
		margin: 6px 0 10px;
		font-size: 30px;
	}

	.bnr__text-title.pad-left,
	.bnr__text-title.left {
		text-align: center;
	}

	.bnr__pix {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.bnr__pix>img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.bnr__text-title.pad-left {
		padding: 0;
	}

	#sect-banner,
	#sect-reno-single {
		margin: 147px 0 70px;
	}
}

@media screen and (max-width:767px) {
	.am-sp {
		display: block;
	}

	.thanks_content {
		text-align: left;
	}

	.am-pc {
		display: none;
	}

	header>.am-container {
		width: 100%;
	}

	.hdr-side {
		display: none;
	}

	.hdr__layout {
		flex-wrap: wrap;
	}

	.hdr__logo {
		width: calc(100% - 28px - 62px);
		text-align: center;
		padding: 0 0 0 28px;
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
	}


	.hdr__menu-btn {
		background: transparent;
		padding: 0;
		border: 1px solid #FFF;
		cursor: pointer;
		margin: 0 20px 0 0;
	}

	.hdr__menu-btn-icon {
		width: 20px;
		height: auto;
		background: transparent;
		padding: 5px 10px;
	}

	.hdr__menu-btn-icon>span,
	.hdr__menu-btn-icon::before,
	.hdr__menu-btn-icon::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		width: 18px;
		background: #FFF;
		margin: 5px auto;
		transition: 0.5s ease;
	}

	.hdr__logo img {
		height: 40px;
		width: auto;
	}

	.hdr__navi-menu {
		display: block;
		background: #eef6fe;
		width: 100%;
	}

	.hdr__navi-menu>li {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.hdr__navi {
		display: block;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s ease;
		height: 100vh;
	}

	.hdr__navi-menu li a,
	.hdr__navi-menu li:last-child a {
		color: #1d62af;
		font-weight: 700;
		border: 1px solid #a8caf0;
		width: 100%;
		padding: 24px 0;
		text-align: center;
		margin: 0 0 10px;
		font-size: 18px;
		border-radius: 10px;
	}

	.hdr__navi-menu li:first-child a {
		margin: 30px 0 10px;
	}

	.hdr__navi-menu .active a {
		text-decoration: unset;
		background: #b9d4f3;
	}

	.hdr__navi-ftr {
		display: block;
	}

	.hdr__navi-ftr .ftr-top {
		background: #FFF;
	}

	.hdr__menu--show .hdr__menu-btn-icon>span {
		opacity: 0;
	}

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

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

	.hdr__menu--show .hdr__navi {
		max-height: 1000px;
		overflow: auto;
	}

	.hdr__bg>img {
		display: block;
	}

	.hdr__bg {
		position: absolute;
		top: 69px;
		z-index: 1;
		display: block;
	}

	#sect-cvoice .lp-bgpix>img.am-pc {
		display: none;
	}

	#sect-cvoice .lp-bgpix>img.am-sp {
		display: block;
	}

	#sect-slider.slider__main {
		background: linear-gradient(180deg, #6fa6e4, #FFF 49%, #FFF 50%);
	}

	#sect-intro {
		padding: 30px 0 80px;
	}

	#sect-banner,
	#sect-reno-single {
		margin: 70px 0;
	}

	.slider__ov {
		position: relative;
		bottom: unset;
		left: unset;
		width: 100%;
		text-align: center;
		margin: 30px 0 0;
	}

	.slider__ov-btn {
		display: inline-block;
		width: calc(50% - 30px);
	}


	.slider__ov-btn img {
		width: 100%;
		max-width: unset;
	}

	.intro-pix {
		text-align: center;
		margin: 0 0 20px;
	}

	.intro-main {
		display: block;
	}

	.intro-main.am-col3 {
		width: 100%;
	}

	.intro-main .am-col3 {
		width: 100%;
	}

	.intro-main .am-col9 {
		width: 100%;
	}

	.intro-btn {
		position: relative;
		margin: 30px 0 0;
	}

	.intro-txt__seemore {
		display: inline-block;
	}

	.intro-txt__parted {
		display: none;
	}

	.intro-txt.showmore .intro-txt__seemore {
		display: none;
	}

	.intro-txt.showmore .intro-txt__parted {
		display: inline;
	}

	.prob-cont {
		display: block;
	}

	.prob-cont .am-col-4 {
		width: 100%;
	}

	.prob-cont .am-col4 {
		width: 100%;
		margin: 20px 0 0;
	}

	.lp-title>span {
		border-radius: 50px;
		font-size: 24px !important;
	}

	.reason-cont .am-col4 {
		width: 100%;
		margin: 30px 0 0;
	}

	.reason-cont {
		display: block;
	}

	.reason-item__title {
		margin: 5px 0 20px;
	}

	.lp-3col-mg1>div:nth-child(3n - 2)>.lp-col-item {
		margin: unset;
	}

	.lp-3col-mg1 .lp-col-item {
		margin: unset;
	}

	.lp-3col-mg1 .lp-col-item {
		margin: 30px 0;
	}

	.lp-3col-mg1>div:nth-child(3n)>.lp-col-item {
		margin: unset;
	}

	.buysell-bubble {
		display: block;
	}

	.buysell-bubble .am-col4 {
		width: 100%;
	}

	.buysell-bubble__item-pix img {
		height: 30vw;
	}

	.buysell-bubble__item {
		margin: 30px 0 0;
	}

	.buysell-bubble__item-text {
		min-height: 65px;
	}

	.buysell-bg.am-sp {
		position: relative;
	}

	.buysell-btn {
		background: linear-gradient(180deg, #FFF, #badcfc 10px, #badcfc);
		margin: 40px 0 0;
	}

	.buysell-btn .lp-btn {
		margin: 20px auto;
		width: calc(100% - 40px);
	}

	.buysell-mainbox {
		padding: 60px 0 0;
		border-radius: 10px;
		margin: 0 0 30px;
	}

	#sect-reform .am-col4 {
		width: 100%;
	}

	.prop-cont {
		display: block;
	}

	.lp-3col-mg2>div:nth-child(3n - 2)>.lp-col-item {
		margin: unset;
	}

	.lp-3col-mg2 .lp-col-item {
		margin: unset;
	}

	.lp-3col-mg2>div:nth-child(3n)>.lp-col-item {
		margin: unset;
	}

	.lp-3col-mg2 .lp-col-item {
		margin: 20px 0;
	}

	.lp-title-2::before {
		top: 30%;
	}

	.cvoice-item {
		width: 100% !important;
	}

	#sect-cvoice {
		padding: 40px 0 80px;
	}

	.faq-tab-btn__cont {
		display: flex;
	}

	.faq-tab-btn {
		width: 130px;
		font-size: 9px;
		height: 45px;
		margin: 0 5px 0 0;
	}

	.faq-tab-btn>span {
		font-size: 11px;
	}

	.faq-tab-btn>img {
		display: none;
	}

	.faq-tab-cont.active {
		padding: 0px;
		border: unset;
		box-shadow: unset;
	}

	.faq-item__row {
		align-items: flex-start;
	}

	.profile__content {
		display: block;
	}

	.profile__content .am-col6 {
		width: 100%;
	}

	.profile__text {
		margin: 20px 0 0;
		font-size: 18px;
		line-height: 28px;
	}

	.info__content table tr td {
		width: 30%;
	}

	.info__content table tr td {
		display: block;
		width: calc(100% - 20px);
	}

	.bnr__text-title {
		font-size: 19px;
	}

	.bnr__text-sub {
		font-size: 14px;
	}

	.profile__pix {
		margin: 0;
	}

	.answer__pix {
		width: 100%;
	}

	.answer__layout {
		display: block;
	}

	.answer__layout .am-col4 {
		width: 100%;
		margin: 0;
	}

	.answer__layout .am-col8 {
		width: 100%;
		margin: 0;
	}

	.answer__text {
		margin: 0;
		font-size: 18px;
		line-height: 28px;
	}

	#sect-hire-respond .am-col4 {
		width: 100%;
		order: 1;
	}

	.respond__layout {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	#sect-hire-respond .am-col8 {
		width: 100%;
		order: 2;
	}

	.respond__pix {
		width: 100%;
	}

	.respond__pix img {
		object-fit: unset;
		height: auto;
	}

	.answer__pix img {
		object-fit: unset;
		height: auto;
	}

	#sect-hire-costdown .am-col8 {
		width: 100%;
	}

	.costdown__layout {
		display: flex;
		margin: 30px 0 0;
		flex-wrap: wrap;
	}

	#sect-hire-costdown .am-col6 {
		width: 100%;
	}

	.am-col6 .costdown__pix img {
		margin: 20px 0 0 0;
	}

	#sect-buyhouse .bnr__text-title {
		font-size: 30px;
	}

	.byreason-item__title {
		margin: 0 0 20px;
	}

	.byreason-item__title-text {
		width: 100%;
		font-size: 19px;
		margin: 10px 0 0;
	}

	.byreason-item__layout {
		display: block;
	}

	.byreason-item__title-num {
		font-size: 20px;
		width: 150px;
		height: 50px;
		line-height: 45px;
	}

	.byreason-item__pix img {
		width: 100%;
		height: auto;
	}

	.byreason-item__layout .am-col3 {
		width: 100%;
	}

	#sect-buyhouse .am-col9 {
		width: 100%;
	}

	.byreason-item__text {
		font-size: 18px;
		line-height: 28px;
		margin: 0;
	}

	.byreason-item__footpix>img {
		max-width: 100%;
	}

	.byreason-item__footpix .am-modal {
		display: block;
	}

	.byreason__btn:first-child {
		margin: 0 0 20px 0;
	}

	#sect-sellhouse .bnr__text-title {
		font-size: 30px;
	}

	.byplan-cont {
		display: block;
	}

	#sect-sellhouse-buyplan .am-col4 {
		width: 100%;
	}

	#sect-sellhouse-brokerplan .am-col4 {
		width: 100%;
	}

	#sect-sellhouse-brokerplan .am-col6 {
		width: 100%;
	}

	.brkchoice__pix {
		display: block;
	}

	.brkchoice__item-text {
		font-size: 14px;
	}

	.brkchoice__midtext {
		line-height: 20px;
		font-size: 16px;
	}

	.brkchoice__ex-layout {
		display: block;
	}

	#sect-problem .bnr__text-title {
		font-size: 30px;
	}

	.sect-problem__cont {
		display: block;
	}

	.sect-problem__list {
		width: 100%;
		display: block;
		padding: 15px;
	}

	.sect-problem__list>div {
		width: 100%;
	}

	.sect-problem__list>div:nth-child(n + 3)>.sect-problem__item {
		margin: 10px 0 0;
	}

	.slflow-cont {
		margin: 0;
		width: 100%;
	}

	.slflow-item::after {
		left: 50%;
	}

	.slflow-item__title-text {
		display: block;
		margin: 20px 0;
		text-align: center;
	}

	.slflow-item__title {
		text-align: center;
	}

	.byreason__btn-cont {
		text-align: center;
	}

	#sect-problem .am-col2 {
		width: 100%;
		margin: 0 auto;
	}

	.sect-problem__item {
		font-size: 11px;
		margin: 10px 0;
	}

	.sect-problem__pix {
		margin: 0 auto;
		width: 150px;
	}

	.brkchoice__ex-cont {
		padding: 15px;
	}

	#sect-sellhouse-buyplan {
		margin: unset;
	}

	#sect-sellhouse-brokerplan.sect-cont {
		padding: 0;
	}

	.brkchoice__item {
		width: 100%;
		margin: 20px 0 0;
	}

	.reno-category__list li,
	.reno-category__list li:last-child {
		width: calc(50% - 20px);
		margin: 0 10px;
	}

	.reno-category__list {
		padding: 0;
		justify-content: center;
		display: flex;
	}

	.reno-items__cont {
		display: block;
		text-align: center;
	}

	.reno-item {
		width: 100%;
	}

	.reno-category__list li a {
		font-size: 12px;
	}

	.bnr__layout {
		width: 100%;
	}

	.lp-title.style5 {
		font-size: 20px;
	}

	.bnr__text-title.pad-left {
		padding: 0;
	}

	.bnr__text-content {
		white-space: unset;
		width: fit-content;
		margin: auto;
	}

	#sect-buyhouse .lp-banner {
		margin: 70px 0;
	}

	.byplan-item__text {
		font-size: 16px;
		line-height: 28px;
	}

	#sect-sellhouse .lp-title.style4>span {
		font-size: 26px;
	}

	.slflow-item__content {
		font-size: 18px;
		line-height: 28px;
	}

	.sect-problem__text {
		font-size: 18px;
		line-height: 28px;
	}

	.respond__text {
		font-size: 18px;
		line-height: 28px;
		margin: 0;
	}

	.costdown__text {
		font-size: 18px;
		line-height: 28px;
		order: 2;
	}

	.message__content {
		font-size: 18px;
		line-height: 28px;
	}

	.message__content {
		font-size: 18px;
		line-height: 28px;
	}

	.info__content table {
		font-size: 18px;
		line-height: 28px;
	}

	.info__content table tr td:first-child {
		width: calc(100% - 20px);
	}

	.info__content table tr td:last-child {
		width: calc(100% - 20px);
	}

	.privacy-policy__content {
		font-size: 18px;
		line-height: 28px;
	}

	.web-access__content {
		line-height: 28px;
	}

	.reno-item__pix img {
		height: 50vw;
	}

	.reno-item__title {
		font-size: 18px;
	}

	.byplan-item__title {
		font-size: 16px;
	}

	.byreason-item {
		margin: 0 0 60px;
	}

	#sect-sellhouse-buyplan .byplan-item__title {
		font-size: 22px;
	}

	.byplan-fttext {
		font-size: 25px;
	}

	.brkchoice__ex-item.second img {
		width: auto;
		height: auto;
	}

	.brkchoice__ex-item-pix img:first-child {
		width: 100%;
		height: 196px;
		object-fit: cover;
	}

	.brkchoice__ex-item-footer-text {
		font-size: 18px;
	}

	#sect-problem .am-col10 {
		width: calc(100% - 30px);
		margin: 0;
	}

	.sect-problem__item>img {
		width: 20px;
	}

	.lp-title.style3>.lp-title__main {
		font-size: 23px;
	}

	.lp-title.style3>lp-title__sub {
		font-size: 20px;
	}

	.lp-title.style3>.lp-title__sub {
		font-size: 18px;
	}

	.lp-foot-title {
		font-size: 18px;
		line-height: 30px;
		margin: 40px 0 0;
	}

	/* .sect-pad3 > .sect-cont {
		padding: 0 0 35px;
	} */

	.lp-title.style3>lp-title__num {
		font-size: 20px;
	}

	.lp-title.style3>.lp-title__num {
		margin: 10px 0;
	}

	#sect-hire-answer .lp-title.style3>.lp-title__main {
		font-size: 23px;
	}

	#sect-hire-answer .lp-title.style3>.lp-title__num {
		margin: 10px 0;
	}

	#sect-hire-respond .lp-title.style3>.lp-title__main {
		font-size: 23px;
	}

	#sect-hire-respond .lp-title.style3>.lp-title__num {
		margin: 10px 0;
	}

	#sect-hire-costdown .am-col6:first-child {
		order: 1;
		margin: 10px 0;
	}

	.lp-title.style3 {
		margin-bottom: 20px;
	}

	.byplan-item__pix img {
		object-fit: unset;
		height: auto;
	}

	.philo__content {
		font-size: 26px;
	}

	.info__content {
		margin: 50px 0 0;
	}

	.ftr-title {
		font-size: 22px;
		line-height: 44px;
	}

	.ftr-phonenum {
		font-weight: 700;
	}

	.ftr-time {
		font-weight: 700;
	}

	.ftr-btn .lp-btn {
		margin: 20px 0 0;
	}

	.ftr-socmed {
		display: flex;
	}

	.ftr-socmed__btn {
		width: calc(100% - 30px);
		margin: 0 5px 0 5px;
	}

	footer .lp-bgpix>img.am-pc {
		display: none;
	}

	footer .lp-bgpix>img.am-sp {
		display: block;
	}

	.ftr-top {
		padding: 40px 0 80px;
	}

	.am-modal__max-pix {
		padding: 10px;
		width: calc(100% - 20px);
		height: calc(100% - 90px);
	}

	.am-modal__max-pix img {
		height: 100%;
		width: 100%;
	}

	.am-modal__max-pix.zoom>img {
		width: auto;
		height: auto;
		max-width: 1000px;
		max-height: 1000px;
		cursor: zoom-out;
	}

	.brkchoice__ex-layout>div:first-child .brkchoice__ex-item-pix::after {
		top: unset;
		right: unset;
		content: "▼";
		transform: scaleY(0.5);
		position: relative;
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.info__content {
		margin: 50px 0 0;
	}

	.reno-single__main-pix>img {
		width: 100%;
	}

}

@media screen and (max-width:767px) {
	.br-sp {
		display: none;
	}

	#sect-reno-single .lp-title.style5 {
		width: 100%;
	}
}