/* Slider */

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: block;
	position: relative;
	touch-action: pan-y;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 45px;
	line-height: 0px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	display: none !important;
}

.slick-prev:hover,
.slick-next:hover {
	color: transparent;
	opacity: 0.6;
	outline: none;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	content: none;
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
}

.slick-prev {
	background: url(../img/slider_prev@2x.png) no-repeat center/contain;
	height: 49px;
	left: -30px;
	width: 49px;
	z-index: 1;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: 25px;
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slider__num {
	font-size: 24px;
}

.slick-next {
	background: url(../img/slider_next@2x.png) no-repeat center/contain;
	height: 49px;
	right: -30px;
	width: 49px;
}

[dir=rtl] .slick-next {
	left: 25px;
	right: auto;
}

[dir=rtl] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 5px;
	width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	content: "•";
	font-family: "slick";
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	display: block;
	max-width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

/* iOSでのデフォルトスタイルをリセット */

input[type=submit],
input[type=button] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
	outline-offset: -2px;
}

html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

body {
	background: #fff;
	color: #1F355E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.4;
	padding-top: 142px;
}

body.is-gnav-open {
	overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video {
	height: auto;
	max-width: 100%;
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	background-color: #2DA0C0;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

a[href^="tel:"] {
	color: inherit;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.l-container {
	margin: 50px auto 80px;
	max-width: 100%;
	width: 1170px;
}

.l-container::after {
	clear: both;
	content: "";
	display: table;
}

#header {
	background: #fff;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
}

.l-header {
	height: 80px;
}

.l-header__wrapper {
	align-items: center;
	display: flex;
    justify-content: space-between;
}

.l-header__logo {
	margin: 0 50px 0;
}

.l-header__logo a {
	transition: all 0.3s ease 0s;
}

.l-header__logo a:hover {
	opacity: 0.6;
}

.l-header__catch {
	flex: 1;
	font-size: 16px;
	font-weight: 500;
}

.l-header__catch > span {
	background: #E4F03D;
	display: inline-block;
	font-size: 14px;
	margin-left: 0px;
	padding: 0 3px;
}

.l-header__btn {
	display: flex;
}

.l-header__btn a {
	color: inherit;
	display: block;
	font-size: 18px;
	font-weight: 500;
	font-weight: 500;
	height: 100%;
	line-height: 80px;
	padding-left: 70px;
	position: relative;
	text-decoration: none;
	width: 245px;
	    margin-left: 1px;
}

.l-header__btn a::after {
	background: url(../img/next.svg) no-repeat center center/contain;
	content: "";
	height: 23px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
}

.l-header__btn a:first-child {
	background: #F0F4F5;
}

.l-header__btn a:first-child::before {
	background: url(../img/tel.svg) no-repeat center center/contain;
	content: "";
	height: 27px;
	left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
}

.l-header__btn a:nth-of-type(2)::before {
	background: url(../img/contact.svg) no-repeat center center/contain;
	content: "";
	height: 34px;
	left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 31px;
}

.l-header__btn a:nth-of-type(2) {
	background: #F0F4F5;
}

.l-header__btn a:nth-of-type(3)::before {
	background: url(../img/assessment.svg) no-repeat center center/contain;
	content: "";
	height: 34px;
	left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 31px;
}

.l-header__btn a:nth-of-type(3) {
	background: #E4F03D;
}

.l-header__btn a:hover{
	background: #E4F03D !important;
	color: #1F355E !important;
}

.header-content {
	align-items: center;
	display: flex;
}

.l-footer {
	background: #1F355E;
	color: #fff;
	padding: 70px 30px;
	position: relative;
}

.l-footer__wrap {
	display: flex;
	justify-content: space-between;
}

.l-footer__company {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

.l-footer__address {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 100px;
}

.l-footer__copy {
	font-size: 14px;
}

.l-footer__nav {
	max-width: 100%;
	width: 450px;
}

.l-footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.l-footer__nav ul li {
	margin-bottom: 20px;
	width: 50%;
}

.l-footer__nav a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
}

.l-footer__nav a:hover {
	opacity: 0.7;
}

.ft_banner{
max-width: 420px;
    width: 100%;
    margin-top: 30px;
}

.l-footer__wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: 1170px;
}

.c-blog-card {
	background: #fff;
	border: 1px solid #1f355e;
	border-radius: 20px 0 0 0;
	color: inherit;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	padding-left: 32px;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
	width: 575px;
}

.c-blog-card:hover {
	opacity: 0.7;
}

.c-blog-card__cat {
	-ms-writing-mode: tb-rl;
	background: #1f355e;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	height: 100%;
	left: 0;
	line-height: 1;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	top: 0;
	writing-mode: vertical-rl;
}

.c-blog-card__head {
	background: #dbe1e6;
	padding: 15px 20px;
	position: relative;
}

.c-blog-card__head::after {
	background: linear-gradient(90deg, #dbe1e6, transparent);
	content: "";
	height: 100%;
	left: 60%;
	position: absolute;
	top: 0;
	width: 30%;
}

.c-blog-card__title {
	align-items: center;
	display: flex;
	position: relative;
	width: 70%;
	z-index: 1;
}

.c-blog-card__title > span {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 10px;
	overflow: hidden;
}

.c-blog-card__title > span > span {
	-webkit-box-decoration-break: clone;
	background: linear-gradient(to right, #e4f03d, #e4f03d) 0% calc(50% + 1px) no-repeat;
	background-size: 100%;
	box-decoration-break: clone;
	padding: 0px 5px;
}

.c-blog-card__img {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 36%;
}

.c-blog-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-blog-card__body {
	background: #f0f4f5;
	padding: 15px 20px;
	position: relative;
}

.c-blog-card__meta {
	gap: 20px;
	border-bottom: 1px dashed #1f355e;
	display: flex;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.c-blog-card__date {
	font-size: 13px;
	font-weight: 500;
}

.c-blog-card__tag {
	gap: 3px;
	display: flex;
}

.c-blog-card__tag > span {
	background: #dbe1e6;
	border-radius: 10px 0 0 0;
	color: #1f355e;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	padding: 3px 6px;
	text-decoration: none;
}

.c-blog-card__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	overflow: hidden;
}

.c-breadcrumbs {
	padding: 10px 20px;
}

.c-breadcrumbs__container {
	font-size: 13px;
	font-weight: bold;
}

.c-breadcrumbs__container a {
	color: #1F355E;
	text-decoration: none;
}

.c-breadcrumbs__container > span:not(:last-child) {
	display: inline-block;
	margin-right: 25px;
	padding-right: 35px;
	position: relative;
}

.c-breadcrumbs__container > span:not(:last-child)::after {
	background: url(../img/arrow5.svg) no-repeat center center/contain;
	content: "";
	height: 11px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

.c-btn {
	-webkit-appearance: none;
	align-items: center;
	background-color: #1F355E;
	background-image: none;
	border: none;
	border-radius: 30px 0 0 0;
	color: #fff;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	height: 106px;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	max-width: 100%;
	padding: 0 60px 0 30px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: 0.3s;
	vertical-align: middle;
	width: 100%;
}

.c-btn > span > span {
	color: #ffffff;
}

.c-btn::after {
	background: url(../img/arrow1.svg) no-repeat center center/contain;
	content: "";
	height: 16px;
	position: absolute;
	right: 36px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 26px;
}

.c-btn:hover {
	/* opacity: 0.7; */
	background: #E4F03D;
    color: #1F355E;
}

.c-btn:not(:disabled) {
	cursor: pointer;
}

.c-btn:hover,
.c-btn:focus {
	outline: none;
}

.c-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.c-btn--white {
	background: #fff;
	color: #1F355E;
}

.c-btn--white > span {
	color: #2DA0C0;
}

.c-btn--white::after {
	background: url(../img/arrow2.svg) no-repeat center center/contain;
}

.c-cat-toc {
	background: #f0f4f5;
	border-bottom: 1px solid #1f355e;
	border-top: 1px solid #1f355e;
	margin: 0px auto 80px;
	width: calc(100% - 40px);
}

.c-cat-toc__wrap {
	margin: 0 auto;
	max-width: 100%;
	width: 1170px;
}

.c-cat-toc__list {
	gap: 1px;
	display: flex;
}

.c-cat-toc__item {
	flex: 1;
	height: 92px;
}

.c-cat-toc__link {
	align-items: center;
	background: #1f355e;
	color: #fff;
	display: inline-block;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	height: 100%;
	padding: 0px 30px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.c-cat-toc__link::after {
	background: url(../img/arrow1.svg) no-repeat center center/contain;
	content: "";
	height: 17px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
}

.c-cat-toc__link:hover {
	opacity: 0.8;
}

.c-cat-toc-bottom {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	padding: 25px 0 30px;
}

.c-cat-toc-bottom__tag-head {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}

.c-cat-toc-bottom__tag-head::before {
	background: url(../img/tag.svg) no-repeat center/contain;
	content: "";
	height: 17px;
	left: 5px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 17px;
}

.c-cat-toc-bottom__tag-list {
	gap: 7px;
	display: flex;
}

.c-cat-toc-bottom__tag-item {
	background: #dbe1e6;
	border-radius: 10px 0 0 0;
	color: inherit;
	color: #1f355e;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 8px 12px;
	text-decoration: none;
	text-decoration: none;
	transition: 0.3s;
}

.c-cat-toc-bottom__tag-item:hover {
	opacity: 0.7;
}

.c-cat-toc-bottom-serach__form form {
	border: 1px solid #1f355e;
	display: flex;
	width: 360px;
}

.c-cat-toc-bottom-serach__form form input[type=text] {
	border: none;
	flex: 1;
	font-size: 14px;
	outline: none;
	padding: 10px;
}

.c-cat-toc-bottom-serach__form form button {
	padding: 0;
	position: relative;
	width: 42px;
}

.c-cat-toc-bottom-serach__form form button::before {
	background: url(../img/search2.svg) no-repeat center center/contain;
	content: "";
	height: 12px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

.c-contact {
	display: flex;
}

.c-contact__content {
	background: #F1F2F2;
	padding: 100px 50px 200px;
	width: 50%;
}


.enkakutext{
	text-align: left;
	padding: 40px 40px 40px 40px;
}

.enkakutext p{
	text-align: left;
	line-height: 200%;
}

.c-contact__logo {
	margin-bottom: 20px;
}

.c-contact__logo img {
	width: 115px;
}

.c-contact__headline {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 35px;
}

.c-contact__headline > span {
	color: #2DA0C0;
	font-size: 38px;
}

.c-contact__text {
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
}

.c-contact__link {
	gap: 30px;
	background: url(../img/footer_contact_bg.png) no-repeat center center/cover;
	display: flex;
	flex-direction: column;
	padding: 30px 30px 80px 30px;
	width: 50%;
}

.c-contact__btn {
	border: 1px solid #E4F03D;
	color: #E4F03D;
	display: grid;
	font-size: 28px;
	font-weight: 500;
	height: 225px;
	padding: 20px;
	place-items: center;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 100%;
}

.c-contact__btn:hover {
	opacity: 0.7;
}

.c-contact__btn > div > span {
	display: block;
	font-size: 18px;
	margin-top: 20px;
}

.c-contact__btn::before {
	background: url(../img/arrow4.svg) no-repeat center center/contain;
	content: "";
	height: 25px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 31px;
}

.c-flow--sales .c-flow__headline {
	width: 250px;
}

.c-flow__item {
	display: flex;
	position: relative;
}

.c-flow__item::before {
	background: #1F355E;
	content: "";
	height: 100%;
	left: 29px;
	position: absolute;
	top: 50px;
	width: 2px;
}

.c-flow__item:not(:last-child) {
	margin-bottom: 30px;
}

.c-flow__item:last-child::before {
	bottom: 15px;
	top: initial;
}

.c-flow__item:last-child::after {
	background: url(../img/flow_arrow2.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 15px;
	left: 19px;
	position: absolute;
	width: 25px;
}

.c-flow__num {
	background: #E4F03D;
	display: grid;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	place-items: center;
	position: relative;
	text-align: center;
	width: 60px;
}

.c-flow__frame {
	align-items: center;
	background: #fff;
	border: 1px solid #1F355E;
	display: flex;
	flex: 1;
	padding: 30px 30px;
}

.c-flow__headline {
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 500;
	width: 200px;
}

.c-flow__text {
	font-size: 15px;
	font-weight: 500;
}

.c-fnav {
	padding: 10px 0;
}

.c-fnav__wrapper li {
	display: inline;
	margin-right: 46px;
}

.c-fnav__wrapper li:last-child {
	margin-right: 0;
}

.c-fnav__wrapper a {
	color: #fff;
	display: inline-block;
	padding: 0.3em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-fnav__wrapper a:hover {
	text-decoration: underline;
}

.c-frame__head {
	background: #E4F03D;
	border-radius: 0 10px 0 0;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 11px 26px;
}

.c-frame__wrap {
	border: 1px solid #1F355E;
	display: flex;
	justify-content: space-between;
}

.c-frame__content {
	background: #F0F4F5;
	display: grid;
	place-items: center;
	width: 50%;
}

.c-frame__content--white {
	background: #fff;
}

.c-frame__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.6;
	text-align: center;
}

.c-frame__img {
	width: 50%;
}

.c-frame__img img {
	width: 100%;
}


.c-gnav {
	background-color: #fff;
}

.c-gnav__list {
	background: #A0AAA7;
}

.c-gnav__link {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	padding: 20px 0px;
}

.c-gnav__link--sub {
	font-size: 17px;
	font-weight: 500;
}

.c-gnav ul {
	gap: 15px;
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-gnav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-gnav ul li a:hover {
	color: #E4F03D;
}


.home .c-gnav ul li:nth-child(1) a {
	color: #e4f03d;
}

.page-id-19 .c-gnav ul li:nth-child(2) a,
.page-id-21 .c-gnav ul li:nth-child(2) a,
.page-id-13 .c-gnav ul li:nth-child(2) a {
	color: #e4f03d;
}

.page-id-25 .c-gnav ul li:nth-child(3) a,
.page-id-27 .c-gnav ul li:nth-child(3) a {
	color: #e4f03d;
}

.page-id-29 .c-gnav ul li:nth-child(4) a{
	color: #e4f03d;
}

.page-id-31 .c-gnav ul li:nth-child(5) a{
	color: #e4f03d;
}

.post-type-archive-column .c-gnav ul li:nth-child(6) a,
.single-column  .c-gnav ul li:nth-child(6) a{
	color: #e4f03d;
}

.post-type-archive-faq .c-gnav ul li:nth-child(7) a{
	color: #e4f03d;
}

.c-gnav__icon {
	display: none;
}

.c-gnav ul li.mainListcontent a{
	font-size: 18px;
}

.c-gnav ul li.mainListcontent.botlow{
	margin-bottom: 40px !important;
}


/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */

* {
	box-sizing: border-box;
}

.container {
	margin: 0 auto;
	max-width: 800px;
}

.clr:after,
.col:after,
.container:after,
.group:after,
.row:after {
	clear: both;
	content: "";
	display: table;
}

.row {
	padding-bottom: 0;
}

.col {
	display: block;
	float: left;
	width: 100%;
}

/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */

.container {
	padding: 0 1%;
}

.container img {
	max-width: 100%;
}

* + .container {
	margin-top: 2em;
}

.row:not(:last-child) {
	margin-bottom: 4%;
}

.col {
	float: none;
}

.col:not(:last-child) {
	margin-bottom: 3%;
}

.c-headline {
	background: #1F355E;
	border-radius: 120px;
	color: #fff;
	display: inline-block;
	font-size: 38px;
	font-weight: bold;
	left: calc(50% - 585px);
	line-height: 1;
	padding: 25px 45px;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
}

.c-headline span {
	color: #E4F03D;
}

.c-headline2 {
	font-feature-settings: "palt";
	font-size: 38px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;
}

.c-headline2 > span {
	position: relative;
}

.c-headline2 > span::before {
	background: url(../img/house1.svg) no-repeat center center/contain;
	content: "";
	height: 93px;
	left: -70px;
	position: absolute;
	top: -40px;
	width: 192px;
}

.c-headline2 > span > span {
	color: #2DA0C0;
}

.c-list1--2columns .c-list1__item {
	width: calc(50% - 10px);
}

.c-list1--small .c-list1__item {
	display: grid;
	min-height: 106px;
}

.c-list1--small .c-list1__text {
	font-size: 20px;
	text-align: left
}

.c-list1--small2 .c-list1__item {
	min-height: 177px;
}

.c-list1__head {
	background: #E4F03D;
	border-radius: 0px 10px 0 0;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px;
}

.c-list1__frame {
	gap: 15px;
	background: #fff;
	border: 1px solid #1F355E;
	display: flex;
	flex-wrap: wrap;
	padding: 65px 30px;
}

.c-list1__item {
	background: #1F355E;
	border-radius: 30px 0 0 0;
	min-height: 200px;
	position: relative;
	width: calc(33.3333333333% - 10px);
	    color: #ffffff;
}

.c-list1__num {
	background: #fff;
	font-size: 18px;
	font-weight: 500;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 34px;
	z-index: 1;
}

.c-list1__num.beblack {
		color: #1F355E !important;
}

.c-list1__headline {
	color: #E4F03D;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}

.c-list1__text {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}

.c-list2__head {
	background: #E4F03D;
	border-radius: 0px 10px 0 0;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px;
}

.c-list2__frame {
	background: #fff;
	border: 1px solid #1F355E;
}

.c-list2__top {
	display: flex;
	justify-content: space-between;
	padding: 50px 65px;
}

.c-list2__item {
	background: #1F355E;
	border-radius: 30px 0 0 0;
	min-height: 200px;
	padding: 50px 40px 30px;
	position: relative;
	width: calc(50% - 10px);
}

.c-list2__num {
	background: #fff;
	font-size: 18px;
	font-weight: 500;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 34px;
}

.c-list2__headline {
	align-items: center;
	color: #E4F03D;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.c-list2__title {
	flex: 1;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.c-list2__title--yellow {
	color: #E4F03D;
}

.c-list2__title--blue {
	color: #51C2FF;
}

.c-list2__text {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}

.c-list2__bottom {
	align-items: center;
	background: #9DC3BB;
	display: flex;
	justify-content: space-between;
	padding: 50px 65px;
}

.c-list2__bottom img:nth-child(1) {
	width: 39%;
}

.c-list2__bottom img:nth-child(2) {
	width: 59%;
}

/* ローディング画面 */

#loading {
	background-color: #fff;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 1s;
	width: 100vw;
	z-index: 100;
}

#loading.is-loaded {
	opacity: 0;
	visibility: hidden;
}

.c-loading__anime {
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	border-radius: 50%;
	color: #808080;
	font-size: 20px;
	height: 1em;
	left: 50%;
	margin: 100px auto;
	position: fixed;
	text-indent: -9999em;
	top: calc(50% - 100px);
	transform: translateZ(0);
	transform: translate(-50%, -50%);
	width: 1em;
}

.c-map {
	margin-top: -120px;
	padding: 0 30px;
	position: relative;
}

.c-map::before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #1F355E;
	bottom: 0;
	content: "";
	height: calc(100% - 140px);
	left: 0;
	position: absolute;
	transform: translateZ(0);
	width: 100%;
	z-index: -1;
}

.c-map__head {
	background: #E4F03D;
	display: block;
	font-size: 28px;
	font-weight: bold;
	margin: auto;
	padding: 16px 36px;
	position: relative;
	transform: translateY(50%);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.c-map__frame {
	background: #fff;
	border: 1px solid #1F355E;
	border-radius: 30px;
	padding: 60px 50px;
}

.c-map__lead {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 50px;
	text-align: center;
}

.c-map__lead2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 60px;
	text-align: center;
}

.c-map__lead2 > span {
	display: inline-block;
	padding: 0 30px;
	position: relative;
}

.c-map__lead2 > span::before,
.c-map__lead2 > span::after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #1F355E;
	content: "";
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateZ(0) translateY(-50%) rotate(30deg);
	width: 2px;
}

.c-map__lead2 > span::before {
	left: 0;
	transform: translateY(-50%) rotate(-30deg);
}

.c-map__lead2 > span::after {
	right: 0;
	transform: translateY(-50%) rotate(30deg);
}

.c-map__lead2 > span > span {
	color: #2DA0C0;
}

.c-map__wrap {
	gap: 25px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.c-map__item {
	border: 2px dashed #aeb6c5;
	padding: 50px 25px 25px;
	position: relative;
	width: calc((100% - 75px) / 4);
}

.c-map__label {
	background: #1F355E;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	left: 20px;
	padding: 12px 16px;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
}

.c-map__area {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}

.c-map__note {
	font-size: 12px;
	margin-bottom: 40px;
	text-align: center;
}

.c-map__map {
	height: 600px;
	width: 100%;
}

.c-map__map iframe {
	height: 100%;
	width: 100%;
}

.c-mv {
	display: flex;
	height: 930px;
}

.c-mv--2 {
	background: #a0aaa7;
	height: auto;
	justify-content: space-between;
	padding: 80px 0 110px;
}

.c-mv__content {
	align-items: center;
	background: #a0aaa7;
	display: flex;
	padding: 0 20px;
	width: 50%;
}

.c-mv__content--2 {
	width: 48%;
}

.c-mv__content2 {
	width: 50%;
}

.c-mv__inner {
	margin-left: auto;
	max-width: 100%;
	width: 590px;
}

.c-mv__title {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}

.c-mv__title > span {
	color: #E4F03D;
	font-size: 66px;
}

.c-mv__text1 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
}

.c-mv__text1 > span {
	background: linear-gradient(transparent 60%, #2DA0C0 60%);
}

.c-mv__text2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.3;
	margin-bottom: 55px;
}

.c-mv__text2 > span {
	position: relative;
}

.c-mv__text2 > span::after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-bottom: 1px dashed #fff;
	bottom: -3px;
	content: "";
	left: 0;
	position: absolute;
	transform: translateZ(0);
	width: 100%;
}

.c-mv__text2 em {
	position: relative;
}

.c-mv__text2 em > span {
	color: #1F355E;
	position: relative;
	z-index: 1;
}

.c-mv__text2 em::after {
	background: #E4F03D;
	border-radius: 10px 0 0 0;
	content: "";
	height: 85%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 0;
}

.c-mv__text2 em {
	display: inline-block;
	font-style: normal;
	margin: 0 5px 0 0;
	padding: 0 3px;
}

.c-mv-toc {
	background: #fff;
	border-radius: 0 15px 0 0;
	max-width: 100%;
	padding: 0 40px;
	position: relative;
	width: 455px;
}

.c-mv-toc__head {
	-ms-writing-mode: tb-rl;
	background: #2DA0C0;
	border-radius: 0 0 10px 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-weight: bold;
	left: 0;
	line-height: 1;
	padding: 11px 6px;
	position: absolute;
	top: 0;
	writing-mode: vertical-rl;
}

.c-mv-toc__list ul {
	list-style: none;
	padding: 0;
}

.c-mv-toc__list ul li {
	padding: 0;
}

.c-mv-toc__list ul li:not(:last-child) {
	border-bottom: 1px dashed #1F355E;
}

.c-mv-toc__list ul li a {
	color: #1F355E;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 0;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-mv-toc__list ul li a:hover {
	opacity: 0.6;
}

.c-mv__img {
	background: url(../img/realestate_mv_bg.jpg) no-repeat center center/cover;
	position: relative;
	width: 50%;
}

.c-mv__img--buyout {
	background: url(../img/buyout_mv_bg.jpg) no-repeat center center/cover;
}

.c-mv__img--sales {
	background: url(../img/sales_mv_bg.jpg) no-repeat center center/cover;
}

.c-mv__img--zero {
	background: url(../img/zero_mv_bg.jpg) no-repeat center center/cover;
}

.c-mv__img--emp {
	background: url(../img/emp_mv_bg.jpg) no-repeat center center/cover;
}

.c-mv__img--works {
	background: url(../img/works_mv_bg.jpg) no-repeat center center/cover;
}

.c-mv__img--remote {
	background: url(../img/remote_mv_bg.jpg) no-repeat center center/cover;
}

.c-mv__img img {
	left: -25px;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 620px;
}

.c-page-head {
	padding-top: 80px;
	position: relative;
	width: 53%;
}

.c-page-head::before {
	background: url(../img/wave2.svg) no-repeat center center/contain;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0;
	width: 95px;
}

.c-page-head__title {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}

.c-page-head__subtitle {
	color: #1F8FAE;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 40px;
}

.c-page-head__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.c-page-head2 {
	padding: 40px 0 70px;
	position: relative;
}

.c-page-head2__wrap {
	display: flex;
	justify-content: space-between;
}

.c-page-head2__title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 35px;
	position: relative;
	width: 35%;
}

.c-page-head2__title::before {
	background: url(../img/wave2.svg) no-repeat center center/contain;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0;
	width: 95px;
}

.c-page-head2__content {
	width: 60%;
}

.c-page-head2__subtitle {
	color: #1F8FAE;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 25px;
}

.c-page-head2__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.c-pagenation {
	margin-top: 1em;
}

.c-pagenation .page-numbers {
	border: 1px solid #d1d1d1;
	color: #1F355E;
	padding: 0.5em;
	text-decoration: none;
}

.c-pagenation .page-numbers.current {
	background: #d1d1d1;
}

.c-pagenation .page-numbers:not(.current) {
	transition: 0.3s ease;
}

.c-pagenation .page-numbers:not(.current):hover {
	background: #d1d1d1;
}

.c-pagenation .page-numbers + .page-numbers {
	margin-left: 0.3em;
}

.c-scroll-top {
	bottom: 5%;
	opacity: 0;
	position: fixed;
	right: 5%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 2;
}

[data-scroll=true] .c-scroll-top {
	opacity: 0.9;
	visibility: visible;
}

.c-scroll-top a {
	background: #2DA0C0;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 70px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 70px;
}

.c-scroll-top a::after {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: block;
	height: 10px;
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -20%) rotate(45deg);
	transition: 0.2s;
	width: 10px;
}

#footer.high .c-scroll-top {
	bottom: auto;
	margin: 0;
	position: absolute;
	right: 5%;
	top: 0;
	transform: translateY(-50%);
}

.c-section {
	padding: 135px 20px;
	position: relative;
}

.c-section::before {
	background: #1F355E;
	content: "";
	height: 30px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	width: 100%;
}

.c-section::after {
	background: #F0F4F5;
	content: "";
	height: 320px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-side-nav {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 100;
}

.c-side-nav__item {
	-ms-writing-mode: tb-rl;
	-webkit-text-orientation: upright;
	background: #A0AAA7;
	border-bottom: 1px solid #1F355E;
	border-left: 1px solid #1F355E;
	border-top: 1px solid #1F355E;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	height: 252px;
	line-height: 1;
	line-height: 73px;
	padding: 15px 0px;
	position: relative;
	text-decoration: none;
	text-orientation: upright;
	transition: all 0.3s ease;
	width: 73px;
	writing-mode: vertical-rl;
}

.c-side-nav__item:hover {
	/* opacity: 0.7; */
	background: #E4F03D !important;
    color: #1F355E !important;
}

.c-side-nav__item:first-child {
	background: #1F355E;
	border-radius: 20px 0 0 0;
	color: #fff;
}

.c-side-nav__item:first-child::after {
	background: url(../img/arrow3.svg) no-repeat center center/contain;
	bottom: 20px;
	content: "";
	height: 17px;
	left: 0px;
	margin: auto;
	position: absolute;
	right: 0;
	width: 32px;
}

.c-side-nav__item:last-child {
	background: #fff;
	border-radius: 0 0px 0px 20px;
	color: #1F355E;
}

.c-side-nav__item:last-child::after {
	background: url(../img/arrow2.svg) no-repeat center center/contain;
	bottom: 20px;
	content: "";
	height: 17px;
	left: 0px;
	margin: auto;
	position: absolute;
	right: 0;
	width: 32px;
}

.c-table {
	margin: 0 auto;
	width: 915px;
}

.c-table__wrap {
	margin: 0 -20px;
	overflow-x: auto;
	padding-top: 25px;
}

.c-table table {
	border: 1px solid #1F355E;
	border-collapse: separate; /* 重要 */
	border-radius: 30px 30px 0 0;
	border-spacing: 0; /* 隙間を消す */
	text-align: center;
}

.c-table th,
.c-table td {
	background: #F0F4F5;
	border: 1px solid #1F355E;
	border-top: 0;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 10px;
	text-align: center;
}

.c-table th:first-child,
.c-table td:first-child {
	border-left: 0;
	border-right: 1px dashed #1F355E;
}

.c-table th:nth-child(2),
.c-table td:nth-child(2) {
	border-left: 1px dashed #1F355E;
	border-right: 1px dashed #1F355E;
	font-size: 12px;
	position: relative;
	width: 195px;
}

.c-table th:nth-child(3),
.c-table td:nth-child(3) {
	border-left: 1px dashed #1F355E;
	border-right: 0;
}

.c-table thead th {
	background: #1F355E;
	color: #E4F03D;
	font-size: 20px;
	font-weight: 500;
	padding: 20px 10px;
}

.c-table thead th.c-table__cell--gray {
	background: #696B6D;
	color: #fff;
}

.c-table thead th:first-child {
	border-left: 0;
	border-radius: 30px 0 0 0;
	border-top: 0;
}

.c-table thead th:nth-child(2) {
	background: #E4F03D;
	color: #1F355E;
	font-size: 16px;
}

.c-table thead th:nth-child(2)::before {
	background: #E4F03D;
	border: 1px solid #1F355E;
	border-bottom: 0;
	border-radius: 50%/100% 100% 0 0;
	bottom: 100%;
	content: "";
	display: inline-block;
	height: 25px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 60px;
}

.c-table thead th:nth-child(2)::after {
	background: url(../img/exclamation.svg) no-repeat center center/contain;
	content: "";
	height: 23px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -15px;
	width: 5px;
}

.c-table thead th:last-child {
	border-radius: 0 30px 0 0;
	border-right: 0;
	border-top: 0;
}

.c-table tbody tr:last-child td {
	border-bottom: 0;
}

.c-toc1 {
	flex-shrink: 0;
	margin-top: 80px;
	padding-left: 25px;
	position: relative;
	width: 43.5%;
}

.c-toc1__menu {
	-ms-writing-mode: tb-rl;
	background: #E4F03D;
	border-radius: 10px 0 0 0;
	color: #1F355E;
	font-size: 13px;
	font-weight: bold;
	left: 0;
	line-height: 1;
	padding: 11px 6px;
	position: absolute;
	top: 0;
	writing-mode: vertical-rl;
}

.c-toc1__list {
	background: #F0F4F5;
	border: 1px solid #1F355E;
	padding: 0px 40px;
}

.c-toc1__list ul {
	list-style: none;
	padding: 0;
}

.c-toc1__list ul li {
	padding: 0;
	padding: 20px 0;
}

.c-toc1__list ul li:not(:last-child) {
	border-bottom: 1px dashed #1F355E;
}

.c-toc1__list ul li a {
	color: #1F355E;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.p-assessment-form {
	padding: 30px 20px 100px;
}

.p-assessment-form__wrap {
	gap: 2%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.p-assessment-form__lead {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 40px;
}

.p-assessment-form__item {
	width: 49%;
}

.p-assessment-form__item--100 {
	width: 100%;
}

.p-assessment-form__item input[type=text],
.p-assessment-form__item input[type=email],
.p-assessment-form__item input[type=tel],
.p-assessment-form__item input[type=address],
.p-assessment-form__item input[type=select],
.p-assessment-form__item textarea,
.p-assessment-form__item select {
	background: #f0f4f5;
	border: 1px solid #1f355e;
	outline: none;
	padding: 15px 15px;
	width: 100%;
}

.p-assessment-form__item .wpcf7-list-item {
	margin: 0;
}

.p-assessment-form__label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.p-assessment-form__label > span {
	color: #ff0000;
}

.p-assessment-form__privacy {
	padding-left: 45px;
	padding-top: 10px;
}

.p-assessment-form__privacy a {
	color: #1F355E;
	font-size: 14px;
	font-weight: 500;
}

.p-assessment-form-file {
	gap: 12px;
	align-items: center;
	display: inline-flex;
	position: relative;
}

.p-assessment-form-file__input {
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.p-assessment-form-file__label {
	align-items: center;
	background: #fff;
	border: 1px solid #1F355E;
	cursor: pointer;
	display: inline-flex;
	height: 58px;
	padding: 0 20px 0 20px;
	position: relative;
	width: 253px;
}

.p-assessment-form-file__label::before {
	align-items: center;
	color: #1F355E;
	content: "ファイルをアップロード";
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	font-weight: 600;
	height: 100%;
	width: 100%;
}

.p-assessment-form-file__label::after {
	background: url(../img/arrow2.svg) no-repeat center center/contain;
	content: "";
	height: 16px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-assessment-form-file__name {
	font-size: 14px;
	font-weight: 500;
}

.p-assessment-form__btn-wrap {
	margin-top: 60px;
}

.p-assessment-form__btn {
	background: #1F355E;
	border-radius: 0 0 0 30px;
	color: #fff;
	height: 83px;
	line-height: 83px;
	position: relative;
	width: 212px;
}

.p-assessment-form__btn::before {
	background: url(../img/arrow1.svg) no-repeat center center/contain;
	content: "";
	height: 17px;
	position: absolute;
	right: 36px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-assessment-form__btn input[type=submit],
.p-assessment-form__btn input[type=button] {
	background: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	height: 100%;
	padding-left: 30px;
	text-align: left;
	width: 100%;
}

.wpcf7-checkbox label {
	-moz-column-gap: 10px;
	align-items: center;
	column-gap: 10px;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	margin-right: 25px;
}

.wpcf7-checkbox input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f0f4f5;
	border: 1px solid #1f355e;
	cursor: pointer;
	height: 30px;
	position: relative;
	width: 30px;
}

.wpcf7-checkbox input[type=checkbox]:checked::after {
	border-bottom: 3px solid #1F8FAE;
	border-left: 3px solid #1F8FAE;
	content: "";
	height: 10px;
	left: 6px;
	position: absolute;
	top: 7px;
	transform: rotate(-45deg);
	width: 18px;
}


.p-assessment-sec1::after {
	height: 470px;
}

.p-assessment-sec1__btn {
	padding: 50px 0;
	text-align: center;
}

.p-assessment-sec1__btn a {
	transition: 0.3s;
}

.p-assessment-sec1__btn a:hover {
	opacity: 0.7;
}

.p-assessment-sec1__btn img {
	margin: auto;
}

.p-assessment-sec1 .c-list1__item {
	padding: 0;
}

.p-assessment-sec1 .c-list1 .c-btn {
	display: grid;
	height: 100%;
	padding: 0;
	place-items: center;
}

.p-assessment-sec1 .c-list1 .c-btn > span {
	color: #fff;
}

.p-assessment-sec1 .c-list1 .c-btn > span > span {
	color: #E4F03D;
}

.p-assessment-sec2::after {
	height: 0px;
}

.p-assessment-sec2__frame {
	background: #F0F4F5;
	border: 1px solid #1F355E;
	margin-bottom: 80px;
	padding: 90px 55px;
	position: relative;
}

.p-assessment-sec2__frame::before {
	background: url(../img/wave3.svg) no-repeat center center/contain;
	content: "";
	height: 6px;
	left: calc(50% - 30px);
	position: absolute;
	top: 110px;
	width: 64px;
	z-index: 1;
}

.p-assessment-sec2__icon {
	background: #fff;
	border: 1px solid #1F355E;
	border-radius: 50%;
	display: grid;
	height: 111px;
	left: 50%;
	place-items: center;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 111px;
	z-index: 1;
}

.p-assessment-sec2__wrap {
	display: flex;
	justify-content: space-between;
}

.p-assessment-sec2__img {
	width: 50%;
}

.p-assessment-sec2__content {
	padding-top: 5px;
	width: 45%;
}

.p-assessment-sec2__text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.9;
}

.p-assessment-sec2__btn {
	text-align: center;
}

.p-assessment-sec2__btn a {
	transition: 0.3s;
}

.p-assessment-sec2__btn a:hover {
	opacity: 0.7;
}

.p-assessment-sec2__btn img {
	margin: auto;
}

.p-buyout-sec1::after {
	height: 550px;
}

.p-buyout-sec1__headline {
	font-feature-settings: initial;
}

.p-buyout-sec1__lead {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}

.p-buyout-sec1__list {
	margin-bottom: 60px;
}

.p-buyout-sec2::after {
	height: 270px;
}

.p-buyout-sec2-list__head {
	background: #E4F03D;
	border-radius: 0px 10px 0 0;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px;
}

.p-buyout-sec2-list__wrap {
	display: flex;
	flex-wrap: wrap;
}

.p-buyout-sec2-list__item {
	background: #fff;
	border-left: 1px solid #1F355E;
	border-top: 1px solid #1F355E;
	display: grid;
	font-size: 20px;
	padding: 20px;
	place-items: center;
	text-align: center;
	width: 50%;
}

.p-buyout-sec2-list__item--blue {
	background: #F0F4F5;
	color: #2DA0C0;
	font-size: 14px;
}

.p-buyout-sec2-list__item:nth-child(2n) {
	border-right: 1px solid #1F355E;
}

.p-buyout-sec2-list__item:nth-child(n+5) {
	border-bottom: 1px solid #1F355E;
}

.p-buyout-sec3::after {
	height: 290px;
}

.p-buyout-sec4::after {
	height: 0px;
}

.p-buyout-sec4__lead {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 90px;
	text-align: center;
}

.p-column-single {
	background: #f0f4f5;
	padding: 50px 20px;
}

.p-column-single__container {
	margin: 0 auto;
	max-width: 100%;
	width: 940px;
}

.p-column-single-head {
	margin-bottom: 50px;
	padding-left: 36px;
}

.p-column-single-head__wrap {
	display: flex;
	justify-content: space-between;
}

.p-column-single-head__content {
	width: 61%;
}

.p-column-single-head__img {
	width: 30%;
}

.p-column-single-head__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
}

.p-column-single-head__title > span {
	-webkit-box-decoration-break: clone;
	background: linear-gradient(to right, #e4f03d, #e4f03d) 0% calc(50% + 1px) no-repeat;
	background-size: 100%;
	box-decoration-break: clone;
	padding: 0px 5px;
}

.p-column-single-head__meta {
	gap: 20px;
	display: flex;
}

.p-column-single-head__date {
	font-size: 13px;
	font-weight: 500;
}

.p-column-single-head__tags {
	gap: 3px;
	display: flex;
}

.p-column-single-head__tags > a {
	background: #dbe1e6;
	border-radius: 10px 0 0 0;
	color: #1f355e;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	padding: 3px 6px;
	text-decoration: none;
	transition: 0.3s;
}

.p-column-single-head__tags > a:hover {
	opacity: 0.7;
}

.p-column-single-toc {
	margin-bottom: 30px;
	padding-left: 36px;
	position: relative;
}

.p-column-single-toc__head {
	-ms-writing-mode: tb-rl;
	background: #2da0c0;
	border-radius: 15px 0 0 0;
	color: #1f355e;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	line-height: 1;
	padding: 21px 10px;
	position: absolute;
	top: 0;
	writing-mode: vertical-rl;
}

.p-column-single-toc__list {
	background: #fff;
	border: 1px solid #1f355e;
	padding: 0px 40px;
}

.p-column-single-toc__list nav > ul {
	list-style: none;
	padding: 0;
}

.p-column-single-toc__list nav > ul > li {
	padding: 0;
	padding: 20px 0;
}

.p-column-single-toc__list nav > ul > li > a {
	background: linear-gradient(transparent 60%, #e4f03d 60%);
}

.p-column-single-toc__list nav > ul > li:not(:last-child) {
	border-bottom: 1px dashed #1f355e;
}

.p-column-single-toc__list nav > ul > li > ul {
	padding: 5px 0 5px 35px;
}

.p-column-single-toc__list nav > ul > li > ul > li {
	border: none;
	display: inline;
	margin-right: 10px;
	padding: 0 10px 0 0;
	position: relative;
}

.p-column-single-toc__list nav > ul > li > ul > li:not(:last-child) {
	background-image: linear-gradient(#1f355e, #1f355e);
	background-position: right 0 top 0.4em;
	background-repeat: no-repeat;
	background-size: 1px 1em;
}

.p-column-single-toc__list nav > ul > li > ul > li > a {
	font-size: 14px;
	font-weight: 500;
}

.p-column-single-toc__list nav > ul > li a {
	color: #1f355e;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.p-column-single-body {
	padding-left: 36px;
	position: relative;
}

.p-column-single-body__cat {
	-ms-writing-mode: tb-rl;
	background: #1f355e;
	border-radius: 15px 0 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	left: 0;
	line-height: 1;
	padding: 50px 10px;
	position: absolute;
	top: 0;
	writing-mode: vertical-rl;
}

.p-column-single-body__content {
	background: #fff;
	padding: 45px 45px;
}

.p-column-single-body h2.wp-block-heading {
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	margin: 50px 0 30px;
	padding-left: 15px;
	position: relative;
}

.p-column-single-body h2.wp-block-heading::before {
	background: #1f355e;
	content: "";
	height: 0.9em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.p-column-single-body h2.wp-block-heading > span {
	background: linear-gradient(transparent 60%, #e4f03d 60%);
}

.p-column-single-body h3 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.p-column-single-body p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}

.p-column-single-body a {
	color: #1F355E;
	transition: 0.3s;
}

.p-column-single-body a:hover {
	opacity: 0.6;
}

.p-column-single-body ul {
	border: 1px solid #1f355e;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 15px;
	padding: 15px 15px;
}

.p-column-single-body ul > li {
	padding-left: 20px;
	position: relative;
}

.p-column-single-body ul > li::before {
	content: "・";
	left: 0;
	position: absolute;
	top: 0;
}

.p-column-single-body ul > li > ul {
	border: 0;
	margin: 0;
	padding: 0;
}

.p-column-single-body ul > li > ul > li::before {
	content: "└";
}

.p-column-single-body table {
	margin-bottom: 30px;
}

.p-column-single-body table th,
.p-column-single-body table td {
	border-bottom: 1px solid #1f355e;
	border-top: 1px solid #1f355e;
	text-align: center;
}

.p-column-single-body table th:not(:last-child),
.p-column-single-body table td:not(:last-child) {
	border-left-color: #1f355e;
	border-right-color: #1f355e;
	border-right-style: dashed;
}

.p-column-single-body table th:last-child,
.p-column-single-body table td:last-child {
	border-right: 1px solid #1f355e;
}

.p-column-single-body table th:not(:first-child),
.p-column-single-body table td:not(:first-child) {
	border-left: 0;
}

.p-column-single-body table thead {
	border: 0;
	font-weight: bold;
	text-align: center;
}

.p-column-single-body table thead th {
	background: #2da0c0;
	color: #fff;
	padding: 20px 10px;
}

.p-column-single-body-conclusion {
	background: #1f355e;
	margin: 60px -45px -45px;
	margin-top: 70px;
	position: relative;
}

.p-column-single-body-conclusion::before {
	color: #dbe1e6;
	content: "“";
	font-size: 82px;
	font-weight: bold;
	left: 45px;
	line-height: 1;
	position: absolute;
	top: -25px;
}

.p-column-single-body-conclusion::after {
	bottom: -53px;
	color: #dbe1e6;
	content: "”";
	font-size: 82px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	right: 45px;
}

.p-column-single-body-conclusion__title {
	background: #fff;
	border: 1px dashed #1f355e;
	border-radius: 120px;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	left: 50%;
	line-height: 1;
	margin: auto;
	padding: 12px 26px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.p-column-single-body-conclusion__container {
	padding: 45px;
}

.p-column-single-body-conclusion__container p {
	color: #fff;
}

.p-column-single-body-related {
	background: #2da0c0;
	margin: 80px -45px;
	padding: 45px 45px;
	position: relative;
}

.p-column-single-body-related__head > span {
	background: #fff;
	border: 1px dashed #1f355e;
	border-radius: 120px;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	left: 50%;
	line-height: 1;
	margin: auto;
	padding: 12px 26px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.p-column-single-related {
	margin-top: 150px;
	padding: 135px 0 50px;
}

.p-column-single-related::after {
	height: 170px;
}

.p-column-single-related__wrap {
	gap: 25px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-column-nav {
	padding: 15px 0 90px;
}

.p-column-nav__wrap {
	gap: 45px;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 940px;
}

.p-column-nav__prev {
	width: 85px;
}

.p-column-nav__prev .p-column-nav__link {
	padding-left: 43px;
	position: relative;
}

.p-column-nav__prev .p-column-nav__link::before {
	background: url(../img/prev.svg) no-repeat center center/contain;
	content: "";
	height: 23px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
}

.p-column-nav__next {
	width: 85px;
}

.p-column-nav__next .p-column-nav__link {
	padding-right: 43px;
	position: relative;
}

.p-column-nav__next .p-column-nav__link::after {
	background: url(../img/next.svg) no-repeat center center/contain;
	content: "";
	height: 23px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
}

.p-column-nav__link {
	color: #1F355E;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
}

.p-column-nav__link:hover {
	opacity: 0.6;
}

.p-column-archive {
	padding: 0 20px 90px;
}

.p-column-archive__wrap {
	gap: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 90px;
}

.p-column-archive__title {
	background: #2da0c0;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 50px;
	padding: 10px 20px;
}

.p-emp-sec1::after {
	height: 400px;
}

.p-emp-sec1__lead {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 70px;
	text-align: center;
}

.p-emp-sec2::after {
	height: 570px;
}

.p-emp-sec2__bg {
	background: #A0AAA7;
	bottom: 0;
	height: 480px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-emp-sec2__lead {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 70px;
	text-align: center;
}

.p-emp-sec2__frame {
	margin-bottom: 120px;
}

.p-estimate-sec1 {
	padding-bottom: 70px;
	position: relative;
}



.p-estimate-sec1::after {
	height: 394px;
}

.p-estimate-sec1-band {
	background: #1F355E;
	height: 53px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: calc(100% - 60px);
}

.p-estimate-sec1-band__title {
	top: 50%;
}

.p-estimate-sec1-band__text {
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	left: 0;
	letter-spacing: 0.1em;
	opacity: 0.05;
	overflow: hidden;
	position: absolute;
	text-overflow: clip;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	width: 100%;
}

.p-estimate-sec1__frame {
	background: #fff;
	border: 1px solid #1F355E;
	border-radius: 20px 20px 0 0;
	display: flex;
	justify-content: flex-end;
	margin-top: 65px;
	padding: 75px 60px 60px;
	position: relative;
}

.p-estimate-sec1__img {
	bottom: 60px;
	left: 75px;
	position: absolute;
	width: 37%;
}

.p-estimate-sec1__img img {
	width: 100%;
}

.p-estimate-sec1__content {
	position: relative;
	width: 53%;
}

.p-estimate-sec1__content::before {
	background: url(../img/wave3.svg) no-repeat center center/contain;
	content: "";
	height: 6px;
	position: absolute;
	right: calc(100% + 10px);
	top: 10px;
	width: 64px;
}

.p-estimate-sec1__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 30px;
}

.p-estimate-sec1__name {
	font-size: 15px;
	font-weight: 500;
}

.p-estimate-sec2 {
	padding-bottom: 70px;
}

.p-estimate-sec2__frame {
	align-items: center;
	background: #F0F4F5;
	border: 1px solid #1F355E;
	display: flex;
	justify-content: space-between;
	padding: 80px 110px 80px 80px;
	position: relative;
}

.p-estimate-sec2__frame-title {
	background: #E4F03D;
	border-radius: 0 10px 0 0;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 11px 26px;
}

.p-estimate-sec2__frame::after {
	aspect-ratio: 647/244;
	background: url(../img/estimate_img02.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	width: 647px;
}

.p-estimate-sec2__content {
	width: 45%;
}

.p-estimate-sec2__text {
	font-size: 22px;
	font-weight: bold;
	line-height: 2.36;
}

.p-estimate-sec2__info {
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	width: 44.5%;
	z-index: 1;
}

.p-estimate-sec2__info dl {
	gap: 15px;
	display: flex;
	justify-content: space-between;
	padding: 22px 20px 22px 40px;
}

.p-estimate-sec2__info dl:not(:last-child) {
	border-bottom: 2px solid #F0F4F5;
}

.p-estimate-sec2__info dt {
	display: inline-block;
	flex-grow: 1;
	position: relative;
}

.p-estimate-sec2__info dt > span {
	background: #fff;
	display: inline-block;
	padding-right: 15px;
	position: relative;
}

.p-estimate-sec2__info dt::before {
	border-top: 2px dotted #2DA0C0;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.p-estimate-sec2__info dd {
	width: 155px;
}

.p-estimate-sec3 {
	padding-bottom: 70px;
}

.p-estimate-sec3__frame {
	align-items: center;
	background: #F0F4F5;
	border: 1px solid #1F355E;
	display: flex;
	justify-content: space-between;
	padding: 70px 70px 70px 70px;
}

.p-estimate-sec3__frame-title {
	background: #E4F03D;
	border-radius: 0 10px 0 0;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 11px 26px;
}

.p-estimate-sec3__content {
	width: 50%;
}

.p-estimate-sec3__content dl {
	display: flex;
	margin-bottom: 20px;
}

.p-estimate-sec3__content dt {
	flex-shrink: 0;
	font-size: 16px;
	font-weight: bold;
	width: 170px;
}

.p-estimate-sec3__content dd {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}

.p-estimate-sec3__img {
	width: 47%;
}

.p-faq__body {
	margin: 0 auto;
	max-width: 100%;
	padding: 0px 20px;
	width: 1210px;
}

.p-faq__sec {
	margin-bottom: 60px;
}

.p-faq__cat {
	background: #E4F03D;
	border-radius: 0 10px 0 0;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 15px;
}

.p-faq__item {
	border: 1px solid #1F355E;
}

.p-faq__item:not(:last-child) {
	border-bottom: none;
}

.p-faq__q {
	align-items: center;
	background: #F0F4F5;
	cursor: pointer;
	display: flex;
	font-weight: bold;
	padding: 20px 20px;
	position: relative;
}

.p-faq__q-icon {
	color: #2DA0C0;
	font-size: 22px;
	font-weight: bold;
	margin-right: 10px;
}

.p-faq__q-text {
	font-size: 16px;
	font-weight: 500;
}

.p-faq__q::before,
.p-faq__q::after {
	background: #1F355E;
	content: "";
	height: 2px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
}

.p-faq__q::after {
	transform: translateY(-50%) rotate(-90deg);
}

.p-faq__q.is-open::after {
	content: none;
}

.p-faq__a {
	background: #2DA0C0;
	border-top: 1px solid #1F355E;
	display: none;
	font-size: 18px;
	margin: 0;
	padding: 40px 20px;
}

.p-faq__a-wrap {
	display: flex;
}

.p-faq__a-icon {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-right: 10px;
}

.p-faq__a-text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.p-privacy {
	padding: 30px 20px 100px;
}

.p-privacy__lead {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 60px;
}

.p-privacy__item {
	margin-bottom: 40px;
}

.p-privacy__head {
	color: #2DA0C0;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 20px;
}

.p-privacy__text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.p-privacy__info {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}

.p-realestate-sec1::after {
	height: 520px;
}

.p-realestate-sec1__lead {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 30px;
	text-align: center;
}

.p-realestate-sec1-feature {
	margin-bottom: 60px;
}

.p-realestate-sec1-feature__head {
	background: #e4f03d;
	border-radius: 0px 10px 0 0;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px;
}

.p-realestate-sec1-feature__content {
	background: #fff;
	border: 1px solid #1f355e;
	padding: 50px 60px;
	position: relative;
}

.p-realestate-sec1-feature__content::before {
	aspect-ratio: 654/244;
	background: url(../img/realestate_feature_bg.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	max-width: 50%;
	position: absolute;
	right: 0;
	width: 654px;
}

.p-realestate-sec1-feature__text {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.3;
	position: relative;
}

.p-realestate-sec1-feature__text > span {
	color: #2da0c0;
}

.p-realestate-sec1-recommend__head {
	background: #e4f03d;
	border-radius: 0px 10px 0 0;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px;
}

.p-realestate-sec1-recommend__content {
	    background: #1f355e;
	border: 1px solid #1f355e;
	display: flex;
	position: relative;
}

.p-realestate-sec1-recommend__item {
	padding: 40px 20px 30px;
	width: 25%;
	    background: #ffffff;
}

.p-realestate-sec1-recommend__item3 {
	width: 33.3%;
}

.p-realestate-sec1-recommend__item:not(:last-child) {
	border-right: 1px dashed #1f355e;
}

.p-realestate-sec1-recommend__img {
	display: grid;
	height: 180px;
	place-items: center;
}

.p-realestate-sec1-recommend__img img {
	margin: auto;
}

.p-realestate-sec1-recommend__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.p-realestate-sec2::after {
	height: 0px;
}

.p-realestate-sec3 {
	background: #a0aaa7;
}

.p-realestate-sec3__wrap {
	gap: 30px;
	display: flex;
	justify-content: space-between;
}

.p-realestate-sec3__wave {
	flex-shrink: 0;
	padding-top: 15px;
	width: 95px;
}

.p-realestate-sec3__content {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
}

.p-realestate-sec3__img {
	flex-shrink: 0;
	width: 39%;
}

.p-remote-sec1::after {
	height: 350px;
}

.p-remote-sec2::after {
	height: 500px;
}

.p-remote-sec2__lead {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 70px;
	text-align: center;
}

.p-remote-sec2__btn {
	text-align: right;
}

.p-remote-sec2__btn--mb {
	margin-bottom: 120px;
}

.p-remote-sec2__btn .c-btn {
	border-radius: 0 0 0 30px;
	margin-left: auto;
	text-align: left;
	width: 425px;
}

.p-remote-sec3:after {
	height: 400px;
}

.p-remote-sec3__item {
	position: relative;
}

.p-remote-sec3__item:not(:last-child) {
	margin-bottom: 60px;
}

.p-remote-sec3__item:nth-of-type(1)::before {
	background: url(../img/remote_sec3_img01.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 135px;
	position: absolute;
	right: 5px;
	width: 222px;
	z-index: 1;
}

.p-remote-sec3__item:nth-of-type(2)::before {
	background: url(../img/remote_sec3_img02.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 87px;
	position: absolute;
	right: 20px;
	width: 161px;
	z-index: 1;
}

.p-remote-sec3__item:nth-of-type(3)::before {
	background: url(../img/remote_sec3_img03.png) no-repeat center center/contain;
	bottom: 1px;
	content: "";
	height: 98px;
	position: absolute;
	right: 20px;
	width: 160px;
	z-index: 1;
}

.p-remote-sec3__head {
	background: #E4F03D;
	border-radius: 0px 10px 0 0;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px;
}

.p-remote-sec3__wrap {
	border: 1px solid #1F355E;
	border-radius: 0 0 0 30px;
	display: flex;
}

.p-remote-sec3__left {
	border-right: 1px solid #1F355E;
	width: 32%;
}

.p-remote-sec3__right {
	background: #fff;
	padding: 70px 50px;
	position: relative;
	width: 68%;
}

.p-remote-sec3__text {
	background: #F0F4F5;
	display: grid;
	font-size: 14px;
	font-weight: 500;
	height: 50%;
	line-height: 1.7;
	padding: 40px 30px;
	place-items: center;
}

.p-remote-sec3__btn {
	height: 50%;
}

.p-remote-sec3__btn .c-btn {
	border-radius: 0 0 0 30px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	line-height: 1.5;
}

.p-remote-sec3__tag {
	-ms-writing-mode: tb-rl;
	background: #2DA0C0;
	border-radius: 0 0 10px 0;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	line-height: 1;
	padding: 15px 10px;
	position: absolute;
	top: 0;
	writing-mode: vertical-rl;
}

.p-remote-sec3__list {
	position: relative;
	z-index: 2;
}

.p-remote-sec3__list ul {
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-remote-sec3__list ul li {
	margin-bottom: 20px;
	padding: 0 0 0 15px;
	position: relative;
	width: 43%;
}

.p-remote-sec3__list ul li > span {
	font-size: 26px;
	font-weight: 500;
	position: relative;
}

.p-remote-sec3__list ul li > span::before {
	background: #E4F03D;
	bottom: -5px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-remote-sec3__list ul li::before {
	background: #2DA0C0;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 7px;
}

.p-remote-sec3__list--inline ul li {
	width: auto;
}

.p-sales-sec1::after {
	height: 580px;
}

.p-sales-sec1__lead {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 70px;
	text-align: center;
}

.p-sales-sec1-feature1 {
	margin-bottom: 60px;
}

.p-sales-sec1-feature1__head {
	background: #E4F03D;
	border-radius: 0px 10px 0 0;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 33px;
}

.p-sales-sec1-feature1__wrap {
	display: flex;
	flex-wrap: wrap;
}

.p-sales-sec1-feature1__item {
	border: 1px solid #1F355E;
	border-radius: 0 30px 0 0;
	display: flex;
	min-height: 220px;
	overflow: hidden;
	width: 49%;
}

.p-sales-sec1-feature1__item:nth-child(2n-1) {
	margin-right: 2%;
}

.p-sales-sec1-feature1__item:nth-child(n+3) {
	margin-top: 2%;
}

.p-sales-sec1-feature1__content {
	background: #1F355E;
	display: grid;
	place-items: center;
	text-align: center;
	width: 50%;
}

.p-sales-sec1-feature1__text {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
}

.p-sales-sec1-feature1__text > span {
	color: #E4F03D;
}

.p-sales-sec1-feature1__img {
	background: #fff;
	display: grid;
	place-items: center;
	width: 50%;
}

.p-sales-sec1-feature2__head {
	background: #E4F03D;
	border-radius: 0px 10px 0 0;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 33px;
}

.p-sales-sec1-feature2__content {
	background: #F0F4F5;
	border: 1px solid #1F355E;
	display: flex;
	justify-content: space-between;
	padding: 100px 100px;
	position: relative;
}

.p-sales-sec1-feature2__content::before {
	aspect-ratio: 426/159;
	background: url(../img/sales_feature2_bg.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	max-width: 40%;
	position: absolute;
	right: 0;
	width: 426px;
}

.p-sales-sec1-feature2__text {
	font-size: 23px;
	font-weight: bold;
}

.p-sales-sec1-feature2__text > span {
	color: #2DA0C0;
}

.p-sales-sec4::after {
	height: 540px;
}

.p-sales-sec4__wrap {
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.p-sales-sec4__item {
	border: 1px solid #1F355E;
}

.p-sales-sec4__img img {
	width: 100%;
}

.p-sales-sec4__content {
	background: #F0F4F5;
	padding: 20px 30px;
}

.p-sales-sec4__cat {
	color: #2DA0C0;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}

.p-sales-sec4__cat::before {
	background: #1F355E;
	border-radius: 20px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
}

.p-sales-sec4__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
}

.p-sales-sec4__title span {
	background: #E4F03D;
	display: inline-block;
	padding: 5px 5px;
}

.p-sales-sec4__text {
	font-size: 16px;
	font-weight: bold;
}

.p-sales-sec4__btn .c-btn {
	border-radius: 0 0 0 30px;
	margin-left: auto;
	width: 425px;
}

.p-sales-sec5 {
	padding-top: 180px;
}

.p-sales-sec5::after {
	height: 450px;
}

.p-sales-sec5__wrap {
	gap: 25px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-sales-sec5__item {
	position: relative;
}

.p-sales-sec5__item:nth-of-type(2) .p-sales-sec5__content {
	background: #2DA0C0;
}

.p-sales-sec5__head {
	aspect-ratio: 1;
	align-items: center;
	background: #fff;
	border: 1px solid #1F355E;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -100px;
	width: 57%;
	z-index: 1;
}

.p-sales-sec5__label {
	font-size: 20px;
	font-weight: 500;
}

.p-sales-sec5__content {
	background: #1F355E;
	border: 1px solid #1F355E;
	height: 100%;
	padding: 250px 80px 40px;
}

.p-sales-sec5__text {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}

.p-top-mv {
	padding: 50px 20px 300px;
	position: relative;
}

.p-top-mv::after {
	background: url(../img/top_mv_bg01.jpg) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 670px;
	left: -300%;
	margin: auto;
	position: absolute;
	right: -300%;
	width: 100%;
	z-index: -1;
}

.p-top-lead {
	margin-top: -40px;
	overflow: hidden;
	padding: 110px 20px 30px;
	position: relative;
}

.lineBtn{
	background: #00C300 url(../img/lineBtn.png) no-repeat 30px center;
	background-size: 40px;
	border-radius:20px;
	padding: 20px 20px 20px 90px;
	color: #ffffff;
	max-width: 350px;
	margin: 30px auto 60px;
	display: block;
	font-size: 24px;
	text-decoration: none !important;
	text-align: center;
}

.fornlinkBtn{
	margin: 20px 0px 10px;
	
}

.lineBtn.bigedition{
		background-size: 70px;
	max-width: 750px;
		font-size: 32px;
		padding: 50px 30px 50px 90px;
		margin: 60px auto 90px;
}

.lineBtnmini{
	background:#00C300 url(../img/lineBtn.png) no-repeat 30px center !important;
		background-size: 55px !important;
	padding: 20px 20px 20px 100px !important;
}

.p-top-lead::before {
	background: url(../img/top_lead01.png) no-repeat center center/contain;
	content: "";
	height: 326px;
	position: absolute;
	right: 20px;
	top: -40px;
	width: 261px;
	z-index: -1;
}

.p-top-lead::after {
	background: url(../img/top_lead02.png) no-repeat center center/contain;
	bottom: 0px;
	content: "";
	height: 208px;
	left: 20px;
	position: absolute;
	width: 315px;
	z-index: -1;
}

.p-top-lead__wave1 {
	background: url(../img/wave4.svg) no-repeat center center/contain;
	height: 7px;
	position: absolute;
	right: 250px;
	top: 100px;
	width: 100px;
}

.p-top-lead__wave2 {
	background: url(../img/wave4.svg) no-repeat center center/contain;
	height: 7px;
	left: 280px;
	position: absolute;
	top: 340px;
	width: 100px;
}

.p-top-lead__head {
	margin-bottom: 40px;
	text-align: center;
}

.p-top-lead__catch {
	background: #e4f03d;
	border-radius: 0 10px 0 0;
	display: inline-block;
	font-feature-settings: "palt";
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	margin: 5px 5px;
	padding: 12px 10px;
	position: relative;
}

.p-top-lead__text {
	font-size: 21px;
	font-weight: 500;
	line-height: 2.1;
	position: relative;
	text-align: center;
}

.p-top-lead__text > span {
	color: #2da0c0;
}

.p-top-feature {
	padding: 80px 0px 80px;
	position: relative;
}

.p-top-feature::before {
	background: url(../img/wave4.svg) no-repeat center center/contain;
	content: "";
	height: 7px;
	position: absolute;
	right: 50px;
	top: 0;
	width: 100px;
}

.p-top-feature::after {
	background: url(../img/top_feature_bg.jpg) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 500px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}

.p-top-feature__headline {
	align-items: flex-end;
	display: flex;
	font-feature-settings: "palt";
	font-size: 32px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	margin-bottom: 90px;
	text-align: center;
}

.p-top-feature__headline > span {
	position: relative;
}

.p-top-feature__headline > span::before {
	background: url(../img/house1.svg) no-repeat center center/contain;
	content: "";
	height: 93px;
	left: -65px;
	position: absolute;
	top: -17px;
	width: 192px;
}

.p-top-feature__headline-num {
	color: #2da0c0;
	font-size: 82px;
	position: relative;
	top: 5px;
}

.p-top-feature__wrap {
	gap: 37px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1210px;
}

.p-top-feature__container {
	flex: 1;
}

.p-top-feature__item {
	background: #fff;
	border: 1px solid #1f355e;
	border-radius: 30px 0 0 0;
	padding: 60px 30px;
	position: relative;
}

.p-top-feature__num {
	background: #e4f03d;
	border-radius: 0 10px 0 0;
	font-family: "Inter", sans-serif;
	font-size: 30px;
	font-weight: 700;
	height: 51px;
	line-height: 51px;
	position: absolute;
	right: -1px;
	text-align: center;
	top: -25px;
	width: 80px;
}

.p-top-feature__title {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
	text-align: center;
}

.p-top-feature__img {
	height: 225px;
	margin-bottom: 20px;
}

.p-top-feature__img img {
	margin: auto;
}

.p-top-feature__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
}

.p-top-realestate {
	padding: 100px 20px;
	position: relative;
}

.p-top-realestate--1::before {
	background: url(../img/wave4.svg) no-repeat center center/contain;
	content: "";
	height: 7px;
	left: calc(50% + 440px);
	position: absolute;
	top: 200px;
	width: 100px;
}

.p-top-realestate--1::after {
	background: url(../img/wave4.svg) no-repeat center center/contain;
	content: "";
	height: 7px;
	left: calc(50% + 240px);
	position: absolute;
	top: 250px;
	width: 100px;
}

.p-top-realestate--1 .l-container {
	position: relative;
}

.p-top-realestate--1 .l-container::before {
	background: url(../img/top_realestate_img01@2x.png) no-repeat center center/contain;
	content: "";
	height: 505px;
	left: 0;
	position: absolute;
	top: 80px;
	width: 100%;
	z-index: -1;
}

.p-top-realestate--2 {
	padding-top: 0;
}

.p-top-realestate--2::before {
	background: url(../img/wave4.svg) no-repeat center center/contain;
	content: "";
	height: 7px;
	left: calc(50% + 240px);
	position: absolute;
	top: 200px;
	width: 100px;
}

.p-top-realestate--2::after {
	background: url(../img/wave4.svg) no-repeat center center/contain;
	content: "";
	height: 7px;
	left: calc(50% + 440px);
	position: absolute;
	top: 250px;
	width: 100px;
}

.p-top-realestate--2 .l-container {
	position: relative;
}

.p-top-realestate--2 .l-container::before {
	background: url(../img/top_realestate_img02@2x.png) no-repeat center center/contain;
	content: "";
	height: 611px;
	left: 0;
	position: absolute;
	top: 80px;
	width: 100%;
	z-index: -1;
}

.p-top-realestate--2 .p-top-realestate__headline {
	margin-bottom: 60px;
}

.p-top-realestate__headline {
	-ms-writing-mode: tb-rl;
	background: #fff;
	border: 1px dashed #1f355e;
	border-radius: 150px;
	display: grid;
	font-size: 50px;
	font-weight: 500;
	height: 480px;
	line-height: 1.2;
	margin-bottom: 0px;
	padding: 60px 38px;
	place-items: center;
	writing-mode: vertical-rl;
}

.p-top-realestate__headline > div > em {
	font-style: normal;
	position: relative;
	z-index: 1;
}

.p-top-realestate__headline > div > em > span {
	position: relative;
	z-index: 1;
}

.p-top-realestate__headline > div > em::before {
	background: #e4f03d;
	border-radius: 0 10px 0 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0;
	width: 33px;
}

.p-top-realestate__headline > div > span {
	color: #1f8fae;
}

.p-top-realestate__wrap {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.p-top-realestate__content {
	width: 46%;
}

.p-top-realestate__text1 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}

.p-top-realestate__text2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 20px;
}

.p-top-realestate__text3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}

.p-top-realestate-link {
	width: 48%;
}

.p-top-realestate-link__item {
	align-items: center;
	background: #1f355e;
	color: #fff;
	display: flex;
	font-size: 20px;
	height: 106px;
	padding: 0px 60px 0 30px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 100%;
}

.p-top-realestate-link__item::after {
	background: url(../img/arrow1.svg) no-repeat center center/contain;
	content: "";
	height: 16px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-top-realestate-link__item:hover {
	/* opacity: 0.7; */
	background: #E4F03D;
    color: #1F355E;
}

.p-top-zero__btn.c-btn:hover {
	/* opacity: 0.7; */
	background: #E4F03D;
    color: #1F355E;
}

.p-top-realestate-link__item:first-child {
	border-radius: 30px 0 0 0;
}

.p-top-realestate-link__item:not(:last-child) {
	margin-bottom: 1px;
}

.p-top-zero {
	background: #a0aaa7;
	padding: 100px 20px;
}

.p-top-zero__headline {
	align-items: flex-end;
	color: #fff;
	display: flex;
	font-feature-settings: "palt";
	font-size: 38px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	margin-bottom: 90px;
	text-align: center;
}

.p-top-zero__headline > span {
	position: relative;
}

.p-top-zero__headline > span::before {
	background: url(../img/house2.svg) no-repeat center center/contain;
	content: "";
	height: 93px;
	left: -100px;
	position: absolute;
	top: -15px;
	width: 192px;
}

.p-top-zero__headline-num {
	color: #e4f03d;
	font-size: 82px;
	position: relative;
	top: 5px;
}

.p-top-zero__wrap {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.p-top-zero__img {
	width: 47%;
}

.p-top-zero__content {
	width: 48%;
}

.p-top-zero__text1 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 20px;
}

.p-top-zero__text1 span {
	color: #e4f03d;
}

.p-top-zero__text1 + .p-top-zero__text1 {
	margin-bottom: 60px;
}

.p-top-zero__text2 {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 60px;
}

.p-top-sales {
	padding: 30px 20px 50px;
	position: relative;
}

.p-top-sales::before {
	background: #a0aaa7;
	content: "";
	height: 300px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-sales__frame {
	background: url(../img/top_sales_bg.png) no-repeat center center/cover;
	border: 1px solid #1f355e;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 130px 100px 100px;
	position: relative;
}

.p-top-sales__content {
	width: 60%;
}

.p-top-sales__img {
	width: 35%;
}

.p-top-sales__headline {
	font-feature-settings: "palt";
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 50px;
}

.p-top-sales__headline > span {
	color: #2da0c0;
}

.p-top-sales__headline em {
	background: linear-gradient(transparent 60%, #e4f03d 60%);
	font-style: normal;
}

.p-top-sales__text1 {
	font-size: 18px;
	font-weight: 900;
	line-height: 2;
	margin-bottom: 20px;
}

.p-top-sales__text2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.5;
}

.p-top-sales__btn {
	bottom: 0;
	max-width: 100%;
	position: absolute;
	right: 0;
	width: 480px;
}

.p-top-works {
	padding: 100px 20px;
}

.p-top-works__head {
	align-items: center;
	display: flex;
	margin: 0 auto 40px;
	max-width: 100%;
	padding: 0 20px;
	width: 1210px;
}

.p-top-works__headline {
	flex-shrink: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	margin-right: 15px;
}

.p-top-works__headline > span {
	color: #2da0c0;
}

.p-top-works__headline-sub {
	font-size: 14px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
}

.p-top-works__headline-sub::before {
	background: #e4f03d;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
}

.p-top-works__container {
	background: #f2f2f2;
	border-bottom: 2px solid #1f355e;
	border-top: 2px solid #1f355e;
}

.p-top-works__wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 1170px;
}

.p-top-works__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 35px 0;
	position: relative;
	width: 38.5%;
}

.p-top-works__content::before {
	background: url(../img/wave4.svg) no-repeat center center/contain;
	content: "";
	height: 7px;
	position: absolute;
	right: -45px;
	top: 50px;
	width: 100px;
	z-index: 1;
}

.p-top-works__content-slider .slick-slide {
	outline: none;
}

.p-top-works__cat {
	color: #2da0c0;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}

.p-top-works__cat::before {
	background: #1f355e;
	border-radius: 20px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
}

.p-top-works__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
}

.p-top-works__title span {
	background: #e4f03d;
	display: inline-block;
	padding: 5px 5px;
}

.p-top-works__text {
	font-size: 16px;
	font-weight: bold;
}

.p-top-works__slider {
	width: 61.5%;
}

.p-top-works__slider-item img {
	display: block;
	height: auto;
	width: 100%;
}

.p-top-works__slider .slick-slide {
	outline: none;
}

.p-top-works__thumb {
	gap: 6px;
	display: flex;
}

.p-top-works__thumb-item {
	border: 2px solid transparent;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s ease;
	width: 75px;
}

.p-top-works__thumb-item:hover,
.p-top-works__thumb-item.is-active {
	border-color: #1f355e;
	opacity: 1;
}

.p-top-works__thumb-item img {
	display: block;
	height: auto;
	width: 100%;
}

.p-top-works__arrow {
	gap: 4px;
	bottom: 0;
	display: flex;
	position: absolute;
	right: 0;
	transform: translateX(50%);
	z-index: 100;
}

.p-top-works__arrow-prev,
.p-top-works__arrow-next {
	align-items: center;
	background: #1f355e;
	border: 2px solid #1f355e;
	cursor: pointer;
	display: flex;
	height: 52px;
	justify-content: center;
	transition: all 0.3s ease;
	width: 38px;
}

.p-top-works__arrow-prev img,
.p-top-works__arrow-next img {
	height: auto;
	width: 16px;
}

.p-top-works__btn {
	margin: 0 auto;
	max-width: 100%;
	text-align: right;
	width: 1170px;
}

.p-top-works__btn .c-btn {
	border-radius: 0 0 0 30px;
	margin-left: auto;
	text-align: left;
	width: 425px;
}

.p-top-voice {
	padding: 50px 20px 100px;
}

.p-top-voice__headline {
	font-feature-settings: "palt";
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 40px;
}

.p-top-voice__headline > span {
	color: #2da0c0;
}

.p-top-voice__wrap {
	display: flex;
}

.p-top-voice__item {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 40px;
	position: relative;
}

.p-top-voice__item:nth-child(1) {
	background: #1f355e;
	color: #fff;
}

.p-top-voice__item:nth-child(2) {
	background: #2da0c0;
	color: #fff;
}

.p-top-voice__item:nth-child(3) {
	background: #e4f03d;
}

.p-top-voice__text {
	font-size: 16px;
	font-weight: 900;
	line-height: 2.1;
	margin-bottom: 70px;
}

.p-top-voice__name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}

.p-top-voice__person {
	bottom: 0;
	position: absolute;
	right: 0;
}

.p-top-voice__person img {
	height: 181px;
}

.p-top-voice__link {
	border-bottom: 2px solid #1f355e;
	border-top: 2px solid #1f355e;
	color: #1F355E;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 86px;
	line-height: 82px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}

.p-top-voice__link span {
	display: inline-block;
	padding: 0 40px;
	position: relative;
}

.p-top-voice__link span::before {
	background: url(../img/arrow2.svg) no-repeat center center/contain;
	content: "";
	height: 16px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 26px;
}

.p-top-voice__link:hover {
	opacity: 0.7;
}

.c-voice {
	gap: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.c-voice__item {
	background: #fff;
	border: 1px solid #1f355e;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.c-voice__item::before {
	background: url(../img/wave1.svg) no-repeat center center/contain;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 40px;
	width: 33px;
}

.c-voice__img {
	align-items: flex-end;
	display: flex;
	flex-shrink: 0;
	width: 93px;
}

.c-voice__img img {
	width: 100%;
}

.c-voice__content {
	padding: 30px 0 20px 60px;
}

.c-voice__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 15px;
}

.c-voice__title {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
}

.c-voice__text2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.c-voice__text3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.p-works-head {
	padding: 60px 0 140px;
	position: relative;
}

.p-works-head::before {
	background: url(../img/works_head.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 526px;
	position: absolute;
	right: 20px;
	width: 370px;
}

.p-works-head__wrap {
	display: flex;
	justify-content: space-between;
}

.p-works-sec1::after {
	height: 320px;
}

.p-works-sec1__wrap {
	gap: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.p-works-sec1__item {
	border: 1px solid #1f355e;
}

.p-works-sec1__img img {
	width: 100%;
}

.p-works-sec1__content {
	background: #f0f4f5;
	padding: 20px 30px;
}

.p-works-sec1__cat {
	color: #2da0c0;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}

.p-works-sec1__cat::before {
	background: #1f355e;
	border-radius: 20px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
}

.p-works-sec1__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
}

.p-works-sec1__title span {
	background: #e4f03d;
	display: inline-block;
	padding: 5px 5px;
}

.p-works-sec1__text {
	font-size: 16px;
	font-weight: bold;
}

.p-works-sec2 {
	margin-top: 100px;
}

.p-works-sec2::after {
	height: 225px;
}

.p-works-sec2 .l-container {
	padding: 0 0px;
}

.p-works-sec3 {
	padding: 0;
}

.p-works-sec3::after {
	height: 0px;
}

.p-works-sec3__wrap {
	padding: 0 30px;
}

.p-works-sec3__map {
	height: 800px;
	width: 100%;
}

.p-works-sec3__map iframe {
	height: 100%;
	width: 100%;
}

.p-zero-sec1::after {
	height: 470px;
}

.p-zero-sec1__lead {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 70px;
	text-align: center;
}

.p-zero-sec1__note {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: -5px;
	margin-top: 15px;
	    text-align: center;
}

.p-zero-sec1__text {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 70px;
	text-align: center;
}

.js-fadein,
.js-fadein-down,
.js-fadein-up {
	opacity: 0;
	transition: 1s 0.5s;
}

.js-fadein.is-fadein,
.is-fadein.js-fadein-down,
.is-fadein.js-fadein-up {
	opacity: 1;
	transform: translate(0);
}

.js-fadein-up {
	transform: translateY(-30px);
}

.js-fadein-down {
	transform: translateY(30px);
}

.u-fit-aspect,
.u-fit-aspect--100,
.u-fit-aspect--50,
.u-fit-aspect--bottom {
	padding: 66.6% 0 0;
	position: relative;
	width: 100%;
}

.u-fit-aspect > img,
.u-fit-aspect--100 > img,
.u-fit-aspect--50 > img,
.u-fit-aspect--bottom > img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.u-fit-aspect--bottom > img {
	-o-object-position: bottom;
	object-position: bottom;
}

.u-fit-aspect--50 {
	padding: 50% 0 0;
}

.u-fit-aspect--100 {
	padding: 100% 0 0;
}

.u-mbl {
	margin-bottom: 5em;
}

.u-mbm {
	margin-bottom: 3em;
}

.u-mbs {
	margin-bottom: 1em;
}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (min-width: 768px) {

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

#sidebar {
	float: right;
	margin-left: 2%;
	width: 23.5%;
}

.gutters .col {
	margin-left: 2%;
}

.span_1 {
	width: 8.3333333333%;
}

.span_2 {
	width: 16.6666666667%;
}

.span_3 {
	width: 25%;
}

.span_4 {
	width: 33.3333333333%;
}

.span_5 {
	width: 41.6666666667%;
}

.span_6 {
	width: 50%;
}

.span_7 {
	width: 58.3333333333%;
}

.span_8 {
	width: 66.6666666667%;
}

.span_9 {
	width: 75%;
}

.span_10 {
	width: 83.3333333333%;
}

.span_11 {
	width: 91.6666666667%;
}

.span_12 {
	width: 100%;
}

.gutters .span_1 {
	width: 6.5%;
}

.gutters .span_2 {
	width: 15%;
}

.gutters .span_3 {
	width: 23.5%;
}

.gutters .span_4 {
	width: 32%;
}

.gutters .span_5 {
	width: 40.5%;
}

.gutters .span_6 {
	width: 49%;
}

.gutters .span_7 {
	width: 57.5%;
}

.gutters .span_8 {
	width: 66%;
}

.gutters .span_9 {
	width: 74.5%;
}

.gutters .span_10 {
	width: 83%;
}

.gutters .span_11 {
	width: 91.5%;
}

.gutters .span_12 {
	width: 100%;
}

.container {
	margin: auto;
	max-width: 1000px;
	padding: 0 10px;
}

* + .container {
	margin-top: 40px;
}

.col {
	float: left;
}

.reverse > .col {
	float: right;
}

.col:not(:last-child) {
	margin-bottom: 0;
}

.reverse > .col:last-child,
:not(.reverse) > .col:first-child {
	margin-left: 0;
}

.col.offset_1 {
	margin-left: 8.3333333333%;
}

.gutters .col.offset_1 {
	margin-left: 10.5%;
}

.gutters .col.offset_1:first-child {
	margin-left: 8.5%;
}

.col.offset_2 {
	margin-left: 16.6666666667%;
}

.gutters .col.offset_2 {
	margin-left: 19%;
}

.gutters .col.offset_2:first-child {
	margin-left: 17%;
}

.col.offset_3 {
	margin-left: 25%;
}

.gutters .col.offset_3 {
	margin-left: 27.5%;
}

.gutters .col.offset_3:first-child {
	margin-left: 25.5%;
}

.col.offset_4 {
	margin-left: 33.3333333333%;
}

.gutters .col.offset_4 {
	margin-left: 36%;
}

.gutters .col.offset_4:first-child {
	margin-left: 34%;
}

.col.offset_5 {
	margin-left: 41.6666666667%;
}

.gutters .col.offset_5 {
	margin-left: 44.5%;
}

.gutters .col.offset_5:first-child {
	margin-left: 42.5%;
}

.col.offset_6 {
	margin-left: 50%;
}

.gutters .col.offset_6 {
	margin-left: 53%;
}

.gutters .col.offset_6:first-child {
	margin-left: 51%;
}

.col.offset_7 {
	margin-left: 58.3333333333%;
}

.gutters .col.offset_7 {
	margin-left: 61.5%;
}

.gutters .col.offset_7:first-child {
	margin-left: 59.5%;
}

.col.offset_8 {
	margin-left: 66.6666666667%;
}

.gutters .col.offset_8 {
	margin-left: 70%;
}

.gutters .col.offset_8:first-child {
	margin-left: 68%;
}

.col.offset_9 {
	margin-left: 75%;
}

.gutters .col.offset_9 {
	margin-left: 78.5%;
}

.gutters .col.offset_9:first-child {
	margin-left: 76.5%;
}

.col.offset_10 {
	margin-left: 83.3333333333%;
}

.gutters .col.offset_10 {
	margin-left: 87%;
}

.gutters .col.offset_10:first-child {
	margin-left: 85%;
}

.col.offset_11 {
	margin-left: 91.6666666667%;
}

.gutters .col.offset_11 {
	margin-left: 95.5%;
}

.gutters .col.offset_11:first-child {
	margin-left: 93.5%;
}

.col.offset_12 {
	margin-left: 100%;
}

:not(.reverse) > .col.break + .col {
	clear: left;
	margin-left: 0;
}

.reverse > .col.break {
	margin-left: 0;
}

.reverse > .col.break + .col {
	clear: right;
	margin-right: 0;
}

.col.break ~ .col {
	margin-top: 2%;
}

.u-sp {
	display: none !important;
}

}

@media (min-width: 1024px) {

.container {
	padding: 0;
}

}

@media (max-width: 1200px) {

.c-headline {
	left: 20px;
}

}

@media (max-width: 1169px) {

.l-container {
	padding-left: 20px;
	padding-right: 20px;
}

.l-footer__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 1100px) {

.l-header__logo {
	margin: 0 15px;
}

.l-header__btn a {
	font-size: 18px;
	padding-left: 60px;
	width: 190px;
}

.l-header__btn a::after {
	height: 19px;
	right: 15px;
	width: 23px;
}

.l-header__btn a:first-child::before {
	height: 23px;
	left: 20px;
	width: 30px;
}

.l-header__btn a:nth-of-type(2)::before {
	height: 23px;
	left: 20px;
	width: 22px;
}

}

@media (max-width: 767px) {

.slick-prev {
	height: 30px;
	left: -15px;
	width: 30px;
}

.slider__num {
	font-size: 14px;
}

.slick-next {
	height: 30px;
	right: -15px;
	width: 30px;
}

body {
	padding-top: 61px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.l-container {
	padding-left: 15px;
	padding-right: 15px;
	        margin: 0px auto;
}

.l-header {
	height: 61px;
}

.l-header__logo {
	margin: 0 5px 0 10px;
}

.l-header__logo a {
	transition: all 0.3s ease 0s;
}

.l-header__logo a:hover {
	opacity: 0.6;
}

.l-header__logo a img {
	width: 75px;
}

.l-header__catch {
	font-size: 8px;
	margin-right: 10px;
	display: none;
}

.l-header__catch > span {
	font-size: 7px;
	margin-left: 0px;
	padding: 0 3px;
}

.l-header__btn {
	display: flex;
	flex-shrink: 0;
	height: 100%;
	padding-right: 74px;
}

.l-header__btn a {
	font-size: 10px;
	height: 61px;
	line-height: initial;
	padding-left: 0px;
	padding-top: 35px;
	text-align: center;
	width: 74px;
}

.l-header__btn a::after {
	content: none;
}

.l-header__btn a:first-child::before {
	height: 15px;
	left: 0px;
	margin: auto;
	right: 0;
	top: 10px;
	transform: initial;
	width: 20px;
}

.l-header__btn a:nth-of-type(2)::before {
	height: 15px;
	left: 0px;
	margin: auto;
	right: 0;
	width: 20px;
	    top: 30%;
    transform: translateY(-50%); 
}

.l-header__btn a:nth-of-type(3)::before {
	height: 19px;
	left: 0px;
	margin: auto;
	right: 0;
	top: 10px;
	transform: initial;
	width: 18px;
}

.l-header__btn a:nth-of-type(4) {
	background: #1F355E;
	color: #fff;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.l-header__btn a:nth-of-type(4) > span {
	display: block;
	height: 11px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 15px;
	width: 17px;
}

.l-header__btn a:nth-of-type(4) > span::before {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.5s;
	width: 100%;
}

.l-header__btn a:nth-of-type(4) > span::after {
	bottom: -23px;
	content: "MENU";
	left: -100%;
	margin: auto;
	position: absolute;
	right: -100%;
}

.l-header__btn a:nth-of-type(4) > span > span:after,
.l-header__btn a:nth-of-type(4) > span > span:before {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.l-header__btn a:nth-of-type(4) > span > span:before {
	top: 0;
}

.l-header__btn a:nth-of-type(4) > span > span:after {
	bottom: 0;
}

.l-header__btn a:nth-of-type(4)::before {
	height: 19px;
	left: 0px;
	margin: auto;
	right: 0;
	top: 10px;
	transform: initial;
	width: 18px;
}

.l-header__btn a:nth-of-type(4).is-open > span::before {
	display: none;
}

.l-header__btn a:nth-of-type(4).is-open > span::after {
	content: "CLOSE";
}

.l-header__btn a:nth-of-type(4).is-open > span > span:before {
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 88%;
}

.l-header__btn a:nth-of-type(4).is-open > span > span:after {
	bottom: 50%;
	transform: translate(0, 50%) rotate(-45deg);
	width: 88%;
}

.l-footer {
	padding: 30px 20px 50px;
}

.l-footer__wrap {
	flex-direction: column-reverse;
}

.l-footer__company {
	margin-bottom: 20px;
}

.l-footer__address {
	margin-bottom: 70px;
}

.l-footer__nav {
	margin-bottom: 50px;
}

.l-footer__nav ul li {
	margin-bottom: 15px;
	width: 50%;
}

.l-footer__nav a {
	font-size: 13px;
}

.l-footer__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.c-blog-card {
	border-radius: 20px 0 0 0;
	padding-left: 32px;
	width: 100%;
}

.c-blog-card__cat {
	font-size: 12px;
	padding: 5px 10px;
}

.c-blog-card__head {
	padding: 15px 10px;
}

.c-blog-card__head::after {
	height: 100%;
	left: 60%;
	position: absolute;
	width: 30%;
}

.c-blog-card__title {
	width: 70%;
}

.c-blog-card__title > span {
	font-size: 16px;
	margin-bottom: 10px;
}

.c-blog-card__title > span > span {
	padding: 0px 5px;
}

.c-blog-card__body {
	padding: 10px 15px;
}

.c-blog-card__meta {
	gap: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.c-blog-card__date {
	font-size: 10px;
}

.c-blog-card__tag {
	gap: 2px;
}

.c-blog-card__tag > span {
	font-size: 10px;
	padding: 2px 4px;
}

.c-blog-card__text {
	font-size: 12px;
}

.c-breadcrumbs__container {
	font-size: 11px;
}

.c-breadcrumbs__container > span:not(:last-child) {
	margin-right: 15px;
	padding-right: 25px;
}

.c-breadcrumbs__container > span:not(:last-child)::after {
	height: 11px;
	width: 14px;
}

.c-btn {

        font-size: 18px;
        height: 94px;
        line-height: 28px;
        padding: 0 70px 0 30px;
}

.c-btn::after {
	height: 16px;
	right: 25px;
	width: 26px;
}

.c-cat-toc {
	margin: 0px auto 60px;
	width: calc(100% - 0px);
}

.c-cat-toc__list {
	gap: 2px;
	display: flex;
	flex-wrap: wrap;
}

.c-cat-toc__item {
	flex: initial;
	height: 70px;
	width: calc(50% - 1px);
}

.c-cat-toc__link {
	font-size: 12px;
	padding: 0px 15px;
}

.c-cat-toc__link::after {
	height: 12px;
	right: 20px;
	width: 26px;
}

.c-cat-toc__link:hover {
	opacity: 0.8;
}

.c-cat-toc-bottom {
	align-items: flex-start;
	flex-direction: column;
	padding: 15px 15px 15px;
}

.c-cat-toc-bottom__tag {
	margin-bottom: 10px;
}

.c-cat-toc-bottom__tag-head {
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 25px;
}

.c-cat-toc-bottom__tag-head::before {
	height: 17px;
	left: 5px;
	width: 17px;
}

.c-cat-toc-bottom__tag-list {
	gap: 5px;
	display: flex;
	flex-wrap: wrap;
}

.c-cat-toc-bottom__tag-item {
	font-size: 12px;
	padding: 6px 10px;
}

.c-cat-toc-bottom-serach {
	max-width: 100%;
}

.c-cat-toc-bottom-serach__form form {
	max-width: 100%;
}

.c-cat-toc-bottom-serach__form form button {
	width: 42px;
}

.c-cat-toc-bottom-serach__form form button::before {
	height: 12px;
	width: 12px;
}

.c-contact {
	flex-direction: column;
}

.c-contact__logo img {
	width: 77px;
}

.c-contact__content {
	padding: 50px 40px 50px;
	width: 100%;
}

.c-contact__headline {
	font-size: 20px;
	margin-bottom: 30px;
}

.c-contact__headline > span {
	font-size: 26px;
}

.c-contact__text {
	font-size: 13px;
	line-height: 1.5;
}

.c-contact__link {
	gap: 20px;
	padding: 40px 20px 70px;
	width: 100%;
}

.c-contact__btn {
	align-items: center;
	display: flex;
	font-size: 24px;
	height: 158px;
	padding: 20px;
	text-align: left;
}

.c-contact__btn > div > span {
	font-size: 15px;
	margin-top: 20px;
}

.c-contact__btn::before {
	height: 22px;
	right: 30px;
	width: 27px;
}

.c-flow--sales .c-flow__headline {
	width: 250px;
}

.c-flow__item::before {
	left: 18px;
	top: 34px;
}

.c-flow__item:not(:last-child) {
	margin-bottom: 30px;
}

.c-flow__item:last-child::after {
	height: 16px;
	left: 7.5px;
	top: initial;
	width: 25px;
}

.c-flow__num {
	flex-shrink: 0;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	width: 35px;
}

.c-flow__frame {
	align-items: flex-start;
	flex: 1;
	flex-direction: column;
	padding: 15px 20px 20px;
}

.c-flow__headline {
	font-size: 18px;
	margin-bottom: 10px;
	width: auto;
}

.c-flow__text {
	font-size: 14px;
}

.c-fnav__wrapper li {
	margin: 0;
}

.c-frame__head {
	font-size: 14px;
	padding: 7px 11px;
}

.c-frame__wrap {
	flex-direction: column;
}

.c-frame__content {
	padding: 20px 20px;
	width: 100%;
}

.c-frame__text {
	font-size: 14px;
	line-height: 2;
}

.c-frame__img {
	width: 100%;
}

.c-frame__img img {
	width: 100%;
}

.c-gnav {
	background: #1F355E;
	bottom: 0;
	color: #fff;
	display: none;
	height: 100vh;
	left: 0;
	padding-bottom: 100px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
}

.c-gnav.is-open {
	display: block;
}

.c-gnav__wrapper {
	display: grid;
	height: 100%;
        place-items: normal;
        padding-top: 50px;
	width: 100%;
}

.c-gnav__logo {
	margin-bottom: 30px;
}

.c-gnav__logo img {
	margin: auto;
	        width: 80px;
}

.c-gnav__catch {
	font-size: 10px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 40px;
	text-align: center;
}

.c-gnav__catch > span {
	background: #E4F03D;
	border-radius: 11px 0 0 0;
	color: #1F355E;
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
	padding: 3px 5px;
}

.c-gnav__link {
	padding: 0px 0px;
}

.c-gnav__link--sub {
	color: #fff;
	font-size: 14px !important;
	
}

.c-gnav__list {
	background: transparent;
}

.c-gnav__list > ul {
	gap: 18px;
	flex-direction: column;
}

.c-gnav__list > ul > li > a:not(.c-gnav__link--sub) {
	color: #E4F03D;
}

.c-gnav__list > ul > li > ul {
	gap: 10px;
	flex-direction: column;
	margin-top: 15px;
}

.c-gnav__bottom {
	bottom: 0;
	display: flex;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-gnav__bottom2 {
	bottom: 77px;
	display: flex;
	left: 0;
	position: absolute;
	width: 100%;
}


.c-gnav__bottom2 .c-gnav__btn {
	color: #1F355E;
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-weight: 500;
	height: 77px;
	line-height: 77px;
	padding-left: 60px;
	position: relative;
	text-decoration: none;
	width: 50%;
}

.c-gnav__bottom .c-gnav__btn {
	color: #1F355E;
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-weight: 500;
	height: 77px;
	line-height: 77px;
	padding-left: 60px;
	position: relative;
	text-decoration: none;
	width: 100%;
}


.c-gnav__btn::after {
	background: url(../img/next.svg) no-repeat center center/contain;
	content: "";
	height: 23px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
}

.c-gnav__btn:first-child {
	background: #F0F4F5;
}

.c-gnav__btn:first-child::before {
	background: url(../img/contact.svg) no-repeat center center/contain;
	content: "";
	height: 18px;
	left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.c-gnav__btn:nth-of-type(2)::before {
	background: url(../img/assessment.svg) no-repeat center center/contain;
	content: "";
	height: 24px;
	left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}

.c-gnav__btn:nth-of-type(2) {
	background: #E4F03D;
}


.c-gnav__bottom .c-gnav__btn:first-child::before {
	background: url(../img/tel.svg) no-repeat center center/contain;
	content: "";
	height: 24px;
	left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}



.c-gnav__icon {
	display: block;
}

.c-gnav__icon {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.c-gnav__icon::after {
	color: #2DA0C0;
	content: "MENU";
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.c-gnav__icon.is-open::after {
	content: "CLOSE";
}

.c-gnav__icon a {
	display: block;
	height: 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 30px;
}

.c-gnav__icon a:after,
.c-gnav__icon a:before {
	background: #2DA0C0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav__icon a:before {
	top: 0;
}

.c-gnav__icon a:after {
	bottom: 0;
}

.c-gnav__icon a span {
	background: #2DA0C0;
	height: 3px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
	width: 100%;
}

.c-gnav__icon a.is-open:not(.fix) {
	background: none;
	margin: auto;
}

.c-gnav__icon a.is-open:not(.fix):before {
	background: #2DA0C0;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix):after {
	background: #2DA0C0;
	bottom: 50%;
	transform: translate(0, 50%) rotate(-45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix) span {
	transform: translate(100%, -50%);
}

.c-gnav ul li.mainListcontent a{
	font-size: 16px !important;
}

.c-headline {
	border-radius: 120px;
	font-size: 26px;
	left: 50%;
	margin: auto;
	max-width: calc(100% - 40px);
	padding: 25px 45px;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
	width: 375px;
}

.c-headline2 {
	font-size: 26px;
	margin-bottom: 30px;
	padding: 0 20px;
}

.c-headline2 > span::before {
	height: 64px;
	left: -50px;
	top: -40px;
	width: 147px;
}

.c-list1--2columns .c-list1__item {
	width: 100%;
}

.c-list1--small .c-list1__item {
	display: grid;
	min-height: initial;
	padding: 35px 20px;
}

.c-list1--small .c-list1__text {
	font-size: 16px;
	text-align: center;
	        line-height: 30px;
        height: 40px;
    
}

.c-list1--small2 .c-list1__item {
	min-height: initial;
}

.c-list1__head {
	font-size: 14px;
	padding: 7px 11px;
}

.c-list1__frame {
	gap: 15px;
	padding: 30px 20px 30px;
}

.c-list1__item {
	min-height: initial;
	padding: 30px 30px 20px;
	width: 100%;
}

.c-list1__num {
	font-size: 15px;
	height: 25px;
	line-height: 25px;
	width: 25px;
}

.c-list1__headline {
	font-size: 18px;
	margin-bottom: 15px;
}

.c-list1__text {
	font-size: 13px;
}

.c-list2__head {
	font-size: 14px;
	padding: 7px 11px;
}

.c-list2__top {
	gap: 15px;
	flex-direction: column;
	padding: 30px 20px;
}

.c-list2__item {
	min-height: initial;
	padding: 20px 20px 20px;
	width: 100%;
}

.c-list2__num {
	font-size: 15px;
	height: 25px;
	line-height: 25px;
	width: 25px;
}

.c-list2__headline {
	margin-bottom: 10px;
}

.c-list2__img {
	width: 35%;
}

.c-list2__title {
	font-size: 16px;
}

.c-list2__text {
	font-size: 12px;
}

.c-list2__bottom {
	gap: 20px;
	flex-direction: column;
	padding: 30px 20px;
}

.c-list2__bottom img:nth-child(1) {
	width: 100%;
}

.c-list2__bottom img:nth-child(2) {
	width: 100%;
}

.c-map {
	margin-top: -60px;
	padding: 0 0px;
}

.c-map::before {
	content: none;
}

.c-map__head {
	font-size: 20px;
	padding: 16px 27px;
}

.c-map__frame {
	border: 0;
	border-radius: 0px;
	padding: 50px 20px 20px;
}

.c-map__lead {
	font-size: 14px;
	margin-bottom: 30px;
	text-align: left;
}

.c-map__lead2 {
	font-size: 16px;
	margin-bottom: 50px;
	text-align: left;
}

.c-map__lead2 > span {
	padding: 0 0px;
}

.c-map__lead2 > span::before,
.c-map__lead2 > span::after {
	background: #1F355E;
	content: none;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(30deg);
	width: 2px;
}

.c-map__wrap {
	gap: 30px;
	flex-direction: column;
	margin-bottom: 30px;
}

.c-map__item {
	border: 1px dashed #aeb6c5;
	padding: 30px 15px 30px;
	width: 100%;
}

.c-map__label {
	font-size: 13px;
	left: 0px;
	padding: 8px 15px;
}

.c-map__area {
	font-size: 13px;
	text-align: center;
}

.c-map__note {
	font-size: 12px;
	margin-bottom: 40px;
}

.c-map__map {
	aspect-ratio: 1;
	height: auto;
}

.c-mv {
	flex-direction: column;
	height: auto;
}

.c-mv--2 {
	padding: 0px 20px 20px;
}

.c-mv__content {
	padding: 30px 20px;
	width: 100%;
}

.c-mv__content--2 {
	padding: 30px 0;
	width: 100%;
}

.c-mv__content2 {
	width: 100%;
}

.c-mv__title {
	font-size: 32px;
	margin-bottom: 20px;
}

.c-mv__title > span {
	font-size: 46px;
}

.c-mv__text1 {
	font-size: 17px;
	margin-bottom: 30px;
}

.c-mv__text2 {
	font-size: 13px;
	margin-bottom: 40px;
}

.c-mv__text2 > span {
	background-image: repeating-linear-gradient(to right, #fff 0, #fff 4px, transparent 4px, transparent 8px);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 100% 1px;
}

.c-mv__text2 > span::after {
	display: none;
}

.c-mv__text2 em::after {
	border-radius: 10px 0 0 0;
	height: 85%;
}

.c-mv__text2 em {
	margin: 0 5px 0 0;
	padding: 0 3px;
}

.c-mv-toc {
	border-radius: 0 15px 0 0;
}

.c-mv-toc__list ul li:not(:last-child) {
	border-bottom: 1px dashed #1F355E;
}

.c-mv-toc__list ul li a {
	font-size: 14px;
	padding: 14px 0;
}

.c-mv__img {
	background: url(../img/realestate_mv_bg.jpg) no-repeat center center/cover;
	height: 500px;
	position: relative;
	width: 100%;
}

.c-mv__img--buyout {
	background: url(../img/buyout_mv_bg.jpg) no-repeat center center/cover;
}

.c-mv__img--sales {
	background: url(../img/sales_mv_bg.jpg) no-repeat center center/cover;
}

.c-mv__img--zero {
	background: url(../img/zero_mv_bg.jpg) no-repeat center center/cover;
}

.c-mv__img--emp {
	background: url(../img/emp_mv_bg.jpg) no-repeat center center/cover;
}

.c-mv__img--works {
	background: url(../img/works_mv_bg.jpg) no-repeat center center/cover;
}

.c-mv__img--remote {
	background: url(../img/remote_mv_bg.jpg) no-repeat center center/cover;
}

.c-mv__img img {
	left: 0;
	margin: auto;
	max-width: 90%;
	right: 0;
	top: -20px;
	transform: translateY(0);
	width: 310px;
}

.c-section {
	padding: 135px 20px;
}

.p-assessment-form {
	padding: 60px 0px 60px;
}

.p-assessment-form__wrap {
	gap: 0;
	margin-bottom: 20px;
}

.p-assessment-form__lead {
	font-size: 15px;
	margin-bottom: 35px;
}

.p-assessment-form__item {
	margin-bottom: 15px;
	width: 100%;
}

.p-assessment-form__item input[type=text],
.p-assessment-form__item input[type=email],
.p-assessment-form__item input[type=tel],
.p-assessment-form__item input[type=address],
.p-assessment-form__item input[type=select],
.p-assessment-form__item textarea,
.p-assessment-form__item select {
	font-size: 14px;
	padding: 8px 8px;
}

.p-assessment-form__label {
	font-size: 13px;
	margin-bottom: 8px;
}

.p-assessment-form__privacy {
	padding-left: 35px;
	padding-top: 5px;
}

.p-assessment-form__privacy a {
	font-size: 13px;
}

.p-assessment-form-file {
	gap: 8px;
	align-items: flex-start;
	flex-direction: column;
}

.p-assessment-form-file__label {
	height: 50px;
	padding: 0 15px;
}

.p-assessment-form-file__label::before {
	font-size: 14px;
}

.p-assessment-form-file__label::after {
	height: 14px;
	right: 15px;
	width: 22px;
}

.p-assessment-form-file__name {
	font-size: 13px;
}

.p-assessment-form__btn-wrap {
	margin-top: 40px;
}

.p-assessment-form__btn {
	height: 65px;
	line-height: 65px;
	width: 180px;
}

.p-assessment-form__btn::before {
	height: 14px;
	right: 20px;
	width: 22px;
}

.p-assessment-form__btn input[type=submit],
.p-assessment-form__btn input[type=button] {
	font-size: 16px;
	padding-left: 20px;
}

.wpcf7-checkbox label {
	-moz-column-gap: 8px;
	column-gap: 8px;
	font-size: 11px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.wpcf7-checkbox input[type=checkbox] {
	height: 20px;
	width: 20px;
}

.wpcf7-checkbox input[type=checkbox]:checked::after {
	border-bottom: 2px solid #1F8FAE;
	border-left: 2px solid #1F8FAE;
	height: 9px;
	left: 4px;
	top: 3px;
	width: 12px;
}

.p-assessment-sec1 {
	padding: 80px 0 80px;
}

.p-assessment-sec1__btn {
	padding: 50px 0;
}

.p-assessment-sec1 .c-list1__item {
	padding: 0;
}

.p-assessment-sec1 .c-list1 .c-btn {
	line-height: 1.5;
	padding: 20px;
}

.p-assessment-sec2 {
	padding: 120px 0 50px;
}

.p-assessment-sec2__frame {
	margin-bottom: 50px;
	padding: 70px 20px 40px;
}

.p-assessment-sec2__frame::before {
	top: 80px;
}

.p-assessment-sec2__icon {
	height: 80px;
	width: 80px;
}

.p-assessment-sec2__icon img {
	width: 40px;
}

.p-assessment-sec2__wrap {
	gap: 20px;
	flex-direction: column;
}

.p-assessment-sec2__img {
	width: 100%;
}

.p-assessment-sec2__content {
	padding-top: 0;
	width: 100%;
}

.p-assessment-sec2__text {
	font-size: 14px;
}

.p-buyout-sec1 {
	padding: 135px 0 100px;
}

.p-buyout-sec1::after {
	height: 550px;
}

.p-buyout-sec1__lead {
	font-size: 15px;
	margin-bottom: 60px;
	text-align: left;
}

.p-buyout-sec1__list {
	margin-bottom: 60px;
}

.p-buyout-sec2 {
	padding: 100px 0 100px;
}

.p-buyout-sec2::after {
	height: 270px;
}

.p-buyout-sec2-list__head {
	font-size: 14px;
	padding: 7px 11px;
}

.p-buyout-sec2-list__item {
	font-size: 14px;
	padding: 15px 10px;
}

.p-buyout-sec2-list__item--blue {
	font-size: 12px;
}

.p-buyout-sec3 {
	padding: 100px 0 20px;
}

.p-buyout-sec3::after {
	height: 290px;
}

.p-buyout-sec4 {
	padding: 135px 0 100px;
}

.p-buyout-sec4::after {
	height: 0px;
}

.p-buyout-sec4__lead {
	font-size: 15px;
	margin-bottom: 60px;
	padding: 0 20px;
	text-align: left;
}

.p-column-single {
	padding: 50px 15px;
}

.p-column-single-head {
	margin-bottom: 30px;
	padding-left: 0px;
}

.p-column-single-head__wrap {
	flex-direction: column;
}

.p-column-single-head__content {
	width: 100%;
}

.p-column-single-head__img {
	width: 100%;
}

.p-column-single-head__title {
	font-size: 20px;
	margin-bottom: 15px;
}

.p-column-single-head__title > span {
	padding: 0px 5px;
}

.p-column-single-head__meta {
	gap: 20px;
	margin-bottom: 15px;
}

.p-column-single-head__date {
	font-size: 10px;
}

.p-column-single-head__tags {
	gap: 3px;
	flex-wrap: wrap;
}

.p-column-single-head__tags > a {
	font-size: 10px;
}

.p-column-single-toc {
	margin-bottom: 20px;
	padding-left: 0px;
}

.p-column-single-toc__head {
	-ms-writing-mode: initial;
	display: inline-block;
	font-size: 14px;
	padding: 5px 8px;
	position: initial;
	writing-mode: initial;
}

.p-column-single-toc__list {
	padding: 0px 30px;
}

.p-column-single-toc__list nav > ul > li {
	padding: 10px 0;
}

.p-column-single-toc__list nav > ul > li > ul {
	padding: 5px 0 5px 25px;
}

.p-column-single-toc__list nav > ul > li > ul > li {
	margin-right: 5px;
	padding: 0 10px 0 0;
}

.p-column-single-toc__list nav > ul > li > ul > li > a {
	font-size: 12px;
}

.p-column-single-toc__list nav > ul > li a {
	font-size: 14px;
}

.p-column-single-body {
	padding-left: 0px;
}

.p-column-single-body__cat {
	-ms-writing-mode: initial;
	display: inline-block;
	font-size: 14px;
	padding: 5px 8px;
	position: initial;
	writing-mode: initial;
}

.p-column-single-body__content {
	padding: 20px 20px;
}

.p-column-single-body h2.wp-block-heading {
	font-size: 20px;
	margin: 30px 0 20px;
	padding-left: 10px;
}

.p-column-single-body h2.wp-block-heading::before {
	height: 0.9em;
	width: 4px;
}

.p-column-single-body h3 {
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 20px;
}

.p-column-single-body p {
	font-size: 12px;
	margin-bottom: 15px;
}

.p-column-single-body ul {
	font-size: 12px;
	line-height: 1.7;
	padding: 10px 10px;
}

.p-column-single-body ul > li {
	padding-left: 15px;
}

.p-column-single-body table {
	font-size: 12px;
	margin-bottom: 20px;
}

.p-column-single-body table thead th {
	padding: 10px 5px;
}

.p-column-single-body-conclusion {
	margin: 50px -20px -20px;
}

.p-column-single-body-conclusion::before {
	font-size: 60px;
	left: 20px;
	top: -20px;
}

.p-column-single-body-conclusion::after {
	bottom: -35px;
	font-size: 60px;
	right: 20px;
}

.p-column-single-body-conclusion__title {
	font-size: 15px;
	padding: 10px 20px;
}

.p-column-single-body-conclusion__container {
	padding: 25px 20px;
}

.p-column-single-body-related {
	margin: 60px -20px;
	padding: 35px 20px 20px;
}

.p-column-single-body-related__head > span {
	font-size: 15px;
	padding: 10px 20px;
}

.p-column-single-related {
	margin-top: 100px;
	padding: 100px 0 30px;
}

.p-column-single-related__wrap {
	gap: 25px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.p-column-nav {
	padding: 10px 0 50px;
}

.p-column-nav__wrap {
	gap: 20px;
}

.p-column-nav__prev {
	width: 70px;
}

.p-column-nav__prev .p-column-nav__link {
	padding-left: 30px;
}

.p-column-nav__prev .p-column-nav__link::before {
	height: 18px;
	width: 20px;
}

.p-column-nav__next {
	width: 70px;
}

.p-column-nav__next .p-column-nav__link {
	padding-right: 30px;
}

.p-column-nav__next .p-column-nav__link::after {
	height: 18px;
	width: 20px;
}

.p-column-nav__link {
	color: #1F355E;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
}

.p-column-nav__link:hover {
	opacity: 0.6;
}

.p-column-archive {
	padding: 0 0 50px;
}

.p-column-archive__wrap {
	gap: 20px;
	grid-template-columns: repeat(1, 1fr);
	margin-bottom: 40px;
}

.p-column-archive__title {
	font-size: 16px;
	margin-bottom: 30px;
	padding: 5px 8px;
}

.p-emp-sec1 {
	padding: 100px 0 100px;
}

.p-emp-sec1::after {
	height: 400px;
}

.p-emp-sec1__lead {
	font-size: 15px;
	margin-bottom: 50px;
	text-align: left;
}

.p-emp-sec2 {
	padding: 100px 0 100px;
}

.p-emp-sec2::after {
	height: 570px;
}

.p-emp-sec2__lead {
	font-size: 15px;
	margin-bottom: 50px;
	text-align: left;
}

.p-emp-sec2__frame {
	margin-bottom: 60px;
}

.p-estimate-sec1 {
	padding: 135px 0 50px;
}

.p-estimate-sec1::before {
	content: "";
}

.p-estimate-sec1::after {
	height: 394px;
}

.p-estimate-sec1-band {
	background: transparent;
}

.p-estimate-sec1__frame {
	border-radius: 10px 10px 0 0;
	flex-direction: column;
	justify-content: initial;
	margin-top: 30px;
	padding: 30px 20px 20px;
}

.p-estimate-sec1__img {
	margin-bottom: 20px;
	margin-top: -100px;
	position: initial;
	width: 100%;
}

.p-estimate-sec1__content {
	width: 100%;
}

.p-estimate-sec1__content::before {
	content: none;
}

.p-estimate-sec1__text {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}

.p-estimate-sec1__name {
	font-size: 13px;
}

.p-estimate-sec2 {
	padding-bottom: 70px;
}

.p-estimate-sec2__frame {
	flex-direction: column;
	padding: 20px 20px 70px 20px;
}

.p-estimate-sec2__frame-title {
	font-size: 14px;
	padding: 7px 15px;
}

.p-estimate-sec2__frame::after {
	height: auto;
	width: 100%;
}

.p-estimate-sec2__content {
	margin-bottom: 20px;
	width: 100%;
}

.p-estimate-sec2__text {
	font-size: 14px;
	line-height: 2;
}

.p-estimate-sec2__info {
	font-size: 12px;
	width: 100%;
}

.p-estimate-sec2__info dl {
	gap: 10px;
	padding: 15px 10px 15px;
}

.p-estimate-sec2__info dt > span {
	padding-right: 15px;
}

.p-estimate-sec2__info dd {
	width: 110px;
}

.p-estimate-sec3 {
	padding-bottom: 70px;
}

.p-estimate-sec3__frame {
	flex-direction: column;
	padding: 20px 20px 20px 20px;
}

.p-estimate-sec3__frame-title {
	font-size: 14px;
	padding: 7px 15px;
}

.p-estimate-sec3__content {
	width: 100%;
}

.p-estimate-sec3__content dl {
	margin-bottom: 15px;
}

.p-estimate-sec3__content dt {
	font-size: 14px;
	width: 100px;
}

.p-estimate-sec3__content dd {
	font-size: 12px;
}

.p-estimate-sec3__img {
	width: 100%;
}

.p-faq__body {
	padding: 0px 15px;
}

.p-faq__sec {
	margin-bottom: 50px;
}

.p-faq__cat {
	font-size: 14px;
	padding: 10px;
}

.p-faq__q {
	padding: 15px 25px 15px 15px;
}

.p-faq__q-icon {
	font-size: 18px;
	margin-right: 10px;
}

.p-faq__q-text {
	font-size: 14px;
}

.p-faq__q::before,
.p-faq__q::after {
	height: 1px;
	right: 10px;
	width: 12px;
}

.p-faq__a {
	font-size: 14px;
	padding: 20px 15px;
}

.p-faq__a-icon {
	font-size: 16px;
	margin-right: 10px;
}

.p-faq__a-text {
	font-size: 14px;
}

.p-privacy {
	padding: 20px 15px 60px;
}

.p-privacy__lead {
	font-size: 14px;
	margin-bottom: 40px;
}

.p-privacy__item {
	margin-bottom: 30px;
}

.p-privacy__head {
	font-size: 15px;
	margin-bottom: 15px;
}

.p-privacy__text {
	font-size: 13px;
}

.p-privacy__info {
	font-size: 13px;
}

.p-realestate-sec1 {
	padding: 135px 0 100px;
}

.p-realestate-sec1::after {
	height: 645px;
}

.p-realestate-sec1__lead {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 60px;
	text-align: left;
}

.p-realestate-sec1-feature {
	margin-bottom: 60px;
}

.p-realestate-sec1-feature__head {
	font-size: 16px;
	padding: 7px 11px;
}

.p-realestate-sec1-feature__content {
	padding: 20px 20px 60px;
}

.p-realestate-sec1-feature__content::before {
	max-width: 85%;
}

.p-realestate-sec1-feature__text {
	font-size: 14px;
	line-height: 2.8;
}

.p-realestate-sec1-recommend__head {
	font-size: 16px;
	padding: 7px 11px;
}

.p-realestate-sec1-recommend__content {
	flex-wrap: wrap;
}

.p-realestate-sec1-recommend__item {
	padding: 20px 10px 20px;
	width: 50%;
	background: #ffffff;
}

.p-realestate-sec1-recommend__item:nth-of-type(n+3) {
	border-top: 1px dashed #1f355e;
}

.p-realestate-sec1-recommend__item:nth-of-type(2) {
	border-right: none;
}

.p-realestate-sec1-recommend__img {
	height: 100px;
	margin-bottom: 15px;
}

.p-realestate-sec1-recommend__text {
	font-size: 12px;
}

.p-realestate-sec2 {
	padding: 100px 0 100px;
}

.p-realestate-sec3 {
	padding: 80px 20px 50px;
}

.p-realestate-sec3__wrap {
	gap: 30px;
	flex-direction: column;
}

.p-realestate-sec3__wave {
	width: 95px;
}

.p-realestate-sec3__content {
	font-size: 16px;
}

.p-realestate-sec3__img {
	flex-shrink: 0;
	width: 100%;
}

.p-remote-sec1 {
	padding: 100px 0 100px;
}

.p-remote-sec1::after {
	height: 220px;
}

.p-remote-sec2 {
	padding: 100px 0 100px;
}

.p-remote-sec2__lead {
	font-size: 15px;
	margin-bottom: 50px;
	text-align: left;
}

.p-remote-sec3:after {
	height: 250px;
}

.p-remote-sec3__item:not(:last-child) {
	margin-bottom: 40px;
}

.p-remote-sec3__item:nth-of-type(1)::before {
	bottom: 110px;
	height: 85px;
	right: 1px;
	width: 140px;
}

.p-remote-sec3__item:nth-of-type(2)::before {
	bottom: 82px;
	height: 55px;
	right: 10px;
	width: 100px;
}

.p-remote-sec3__item:nth-of-type(3)::before {
	bottom: 82px;
	height: 62px;
	right: 10px;
	width: 100px;
}

.p-remote-sec2__btn--mb,
.p-remote-sec3__item {
    margin-bottom: 60px;
}

.p-remote-sec3__head {
	font-size: 14px;
	padding: 7px 11px;
}

.p-remote-sec3__wrap {
	flex-direction: column;
}

.p-remote-sec3__left {
	border-bottom: 1px solid #1F355E;
	border-right: none;
	width: 100%;
}

.p-remote-sec3__right {
	padding: 20px 15px 30px 40px;
	width: 100%;
}

.p-remote-sec3__text {
	font-size: 13px;
	height: auto;
	padding: 25px 20px;
}

.p-remote-sec3__btn {
	height: auto;
}

.p-remote-sec3__btn .c-btn {
	padding: 20px;
}

.p-remote-sec3__tag {
	font-size: 12px;
	padding: 10px 7px;
}

.p-remote-sec3__list ul {
	gap: 10px;
}

.p-remote-sec3__list ul li {
	margin-bottom: 10px;
	padding-left: 8px;
	width: 100%;
}

.p-remote-sec3__list ul li::before {
	height: 5px;
	top: 10px;
	width: 5px;
}

.p-remote-sec3__list ul li > span {
	font-size: 14px;
}

.p-remote-sec3__list--inline ul li {
	width: auto;
}

.p-sales-sec1 {
	padding: 135px 0 100px;
}

.p-sales-sec1::after {
	height: 580px;
}

.p-sales-sec1__lead {
	font-size: 15px;
	margin-bottom: 60px;
	text-align: left;
}

.p-sales-sec1-feature1 {
	margin-bottom: 60px;
}

.p-sales-sec1-feature1__head {
	font-size: 16px;
	padding: 7px 11px;
}

.p-sales-sec1-feature1__wrap {
	gap: 20px;
}

.p-sales-sec1-feature1__item {
	min-height: 180px;
	overflow: hidden;
	width: 100%;
}

.p-sales-sec1-feature1__item:nth-child(2n-1) {
	margin-right: 0%;
}

.p-sales-sec1-feature1__item:nth-child(n+3) {
	margin-top: 0%;
}

.p-sales-sec1-feature1__content {
	width: 50%;
}

.p-sales-sec1-feature1__text {
	font-size: 15px;
}

.p-sales-sec1-feature1__img {
	width: 50%;
}

.p-sales-sec1-feature2__head {
	font-size: 16px;
	padding: 7px 11px;
}

.p-sales-sec1-feature2__content {
	flex-direction: column;
	padding: 20px 20px 50px;
}

.p-sales-sec1-feature2__content::before {
	max-width: 85%;
}

.p-sales-sec1-feature2__text {
	font-size: 14px;
	line-height: 2.5;
}

.p-sales-sec2 {
	padding: 100px 0 100px;
}

.p-sales-sec3 {
	padding: 100px 0 100px;
}

.p-sales-sec4 {
	padding: 100px 0 100px;
}

.p-sales-sec4::after {
	height: 540px;
}

.p-sales-sec4__wrap {
	gap: 20px;
	grid-template-columns: repeat(1, 1fr);
}

.p-sales-sec4__content {
	padding: 20px 20px;
}

.p-sales-sec4__cat {
	font-size: 14px;
	padding-left: 15px;
}

.p-sales-sec4__title {
	font-size: 18px;
	margin-bottom: 10px;
}

.p-sales-sec4__text {
	font-size: 14px;
}

.p-sales-sec4__btn {
	margin-top: 20px;
}

.p-sales-sec5 {
	padding: 150px 0 100px;
}

.p-sales-sec5::after {
	height: 450px;
}

.p-sales-sec5__wrap {
	gap: 100px;
	grid-template-columns: repeat(1, 1fr);
}

.p-sales-sec5__head {
	padding: 20px;
	top: -60px;
width: 54%;
}

.p-sales-sec5__label {
	font-size: 18px;
}

.p-sales-sec5__content {
	padding: 150px 20px 30px;
}

.p-sales-sec5__text {
	font-size: 14px;
}

.p-top-mv {
	padding: 60px 0px 100px;
}

.p-top-mv::after {
	background: url(../img/top_mv_bg01_sp.jpg) no-repeat center center/cover;
	bottom: auto;
	top: 120px;
}

.p-top-lead {
	margin-top: -150px;
	padding: 180px 15px 20px;
}

.p-top-lead::before {
	height: 154px;
	right: -10px;
	top: 10px;
	width: 124px;
}

.p-top-lead::after {
	bottom: 0px;
	height: 98px;
	left: -50px;
	width: 149px;
}

.p-top-lead__wave1 {
	display: none;
}

.p-top-lead__wave2 {
	display: none;
}

.p-top-lead__head {
	margin-bottom: 50px;
}

.p-top-lead__catch {
	border-radius: 0 10px 0 0;
	font-size: 18px;
	margin: 3px 3px;
	padding: 10px 10px;
}

.p-top-lead__text {
	font-size: 16px;
	text-align: left;
}

.p-top-feature {
	padding: 50px 0px 80px;
}

.p-top-feature::before {
	right: 0px;
	top: -50px;
	width: 75px;
}

.p-top-feature::after {
	height: 400px;
}

.p-top-feature__headline {
	font-size: 26px;
	line-height: 1.5;
	margin-bottom: 60px;
}

.p-top-feature__headline > span::before {
	height: 64px;
	left: -47px;
	top: -31px;
	width: 162px;
}

.p-top-feature__headline-num {
	font-size: 56px;
	line-height: 1;
	top: 5px;
}

.p-top-feature__wrap {
	gap: 37px;
	margin: 0 auto;
	padding: 0 0px;
}

.p-top-feature__container {
	padding: 20px 20px 0 0;
}

.p-top-feature__item {
	border-radius: 20px 0 0 0;
	padding: 40px 30px;
}

.p-top-feature__num {
	border-radius: 0 10px 0 0;
	font-size: 24px;
	right: -15px;
	top: -15px;
	width: 51px;
}

.p-top-feature__title {
	font-size: 24px;
}

.p-top-feature__img {
	height: 200px;
	margin-bottom: 20px;
}

.p-top-feature__img img {
	width: 180px;
}

.p-top-feature__text {
	font-size: 13px;
	line-height: 1.6;
}

.p-top-realestate {
	padding: 50px 0px;
}

.p-top-realestate--1::before {
	content: none;
	height: 7px;
	left: calc(50% + 440px);
	position: absolute;
	top: 200px;
	width: 100px;
}

.p-top-realestate--1::after {
	content: none;
	height: 7px;
	left: calc(50% + 240px);
	position: absolute;
	top: 250px;
	width: 100px;
}

.p-top-realestate--1 .l-container::before {
	content: none;
}

.p-top-realestate--2 {
	padding-top: 0;
}

.p-top-realestate--2::before {
	content: none;
	height: 7px;
	left: calc(50% + 240px);
	position: absolute;
	top: 200px;
	width: 100px;
}

.p-top-realestate--2::after {
	content: none;
	height: 7px;
	left: calc(50% + 440px);
	position: absolute;
	top: 250px;
	width: 100px;
}

.p-top-realestate--2 .l-container {
	position: relative;
}

.p-top-realestate--2 .l-container::before {
	content: none;
}

.p-top-realestate--2 .p-top-realestate__headline {
	margin-bottom: 60px;
}

.p-top-realestate__wrap-sp {
	gap: 20px;
	display: flex;
	position: relative;
}

.p-top-realestate__headline {
	flex-shrink: 0;
	font-size: 26px;
	height: 370px;
	margin-bottom: 0px;
	padding: 0px 24px;
}

.p-top-realestate__headline > div > em::before {
	width: 17px;
}

.p-top-realestate__img-sp {
	margin-bottom: 30px;
	margin-top: -90px;
}

.p-top-realestate__img-sp img {
	width: 100%;
}

.p-top-realestate__wrap {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.p-top-realestate__content {
	flex: 1;
	padding-top: 20px;
	width: auto;
}

.p-top-realestate__text1 {
	font-size: 17px;
	margin-bottom: 15px;
}

.p-top-realestate__text2 {
	font-size: 14px;
	margin-bottom: 20px;
}

.p-top-realestate__text3 {
	font-size: 15px;
	line-height: 1.7;
}

.p-top-realestate-link {
	width: 100%;
}

.p-top-realestate-link__item {
	font-size: 18px;
	height: 74px;
	line-height: 1.2;
	padding: 0px 50px 0 25px;
	width: 100%;
}

.p-top-realestate-link__item::after {
	height: 16px;
	right: 20px;
	width: 26px;
}

.p-top-zero {
	padding: 50px 0px;
}

.p-top-zero__headline {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 50px;
}

.p-top-zero__headline > span::before {
	height: 54px;
	left: -39px;
	top: 0px;
	width: 112px;
}

.p-top-zero__headline-num {
	font-size: 56px;
	top: 3px;
}

.p-top-zero__wrap {
	align-items: initial;
	flex-direction: column-reverse;
}

.p-top-zero__img {
	width: 100%;
}

.p-top-zero__content {
	margin: 0 auto 50px;
	width: 100%;
}

.p-top-zero__text1 {
	font-size: 16px;
	line-height: 1.7;
	margin: 0 auto;
	margin-bottom: 0px;
	max-width: 100%;
	width: 290px;
}

.p-top-zero__text1 + .p-top-zero__text1 {
	margin-bottom: 40px;
}

.p-top-zero__text2 {
	font-size: 14px;
	margin-bottom: 50px;
}

.p-top-sales {
	padding: 30px 0px 50px;
}

.p-top-sales::before {
	height: 300px;
	width: 100%;
}

.p-top-sales__frame {
	background: url(../img/top_sales_bg.png) no-repeat center center/cover;
	flex-direction: column;
	overflow: initial;
	padding: 40px 25px 50px;
}

.p-top-sales__content {
	width: 100%;
}

.p-top-sales__img {
	width: 100%;
}

.p-top-sales__headline {
	font-size: 32px;
	margin-bottom: 30px;
}

.p-top-sales__text1 {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.p-top-sales__text2 {
	font-size: 14px;
	line-height: 1.5;
}

.p-top-sales__btn {
	bottom: -50px;
	right: 0;
}

.p-top-works {
	padding: 50px 0px;
}

.p-top-works__head {
	flex-direction: column;
	margin: 0 auto 40px;
	padding: 0 20px;
}

.p-top-works__headline {
	font-size: 26px;
	margin-bottom: 20px;
	margin-right: 0px;
	text-align: center;
}

.p-top-works__headline-sub {
	font-size: 13px;
	padding-left: 20px;
}

.p-top-works__headline-sub::before {
	top: 5px;
	transform: initial;
}

.p-top-works__container {
	border-width: 1px;
	padding: 30px 20px;
}

.p-top-works__wrap {
	flex-direction: column;
}

.p-top-works__content {
	flex-direction: column;
	margin-bottom: 0px;
	padding: 0px 0;
	width: 100%;
}

.p-top-works__content::before {
	content: none;
}

.p-top-works__cat {
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 15px;
}

.p-top-works__cat::before {
	border-radius: 50%;
	height: 5px;
	width: 5px;
}

.p-top-works__title {
	margin-bottom: 15px;
}

.p-top-works__text {
	font-size: 16px;
	margin-bottom: 30px;
}

.p-top-works__slider {
	margin-bottom: 20px;
	width: 100%;
}

.p-top-works__slider-item img {
	display: block;
	height: auto;
	width: 100%;
}

.p-top-works__thumb {
	gap: 6px;
	display: flex;
}

.p-top-works__thumb-item {
	border: 1px solid transparent;
	height: 52px;
	width: 75px;
}

.p-top-works__thumb-item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-works__arrow {
	transform: translateX(0%);
}

.p-top-works__arrow-prev img,
.p-top-works__arrow-next img {
	width: 16px;
}

.p-top-works__btn {
	margin-top: 20px;
}

.p-top-works__btn .c-btn {
	border-radius: 30px 0 0 0;
}

.p-top-voice {
	padding: 20px 0px 50px;
}

.p-top-voice__headline {
	font-size: 26px;
}

.p-top-voice__wrap {
	display: flex;
	margin: 0 -20px;
}

.p-top-voice__item {
	padding: 30px 20px 20px;
}

.p-top-voice__text {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 50px;
}

.p-top-voice__name {
	font-size: 13px;
}

.p-top-voice__person img {
	height: 150px;
}

.p-top-voice__link {
	font-size: 14px;
	height: 86px;
	line-height: 82px;
}

.p-top-voice__link span {
	display: block;
	padding: 0 30px;
	position: relative;
	text-align: left;
}

.p-top-voice__link span::before {
	right: 30px;
}

.p-top-voice .slick-track {
	display: flex;
}

.p-top-voice .slick-slide {
	display: flex;
	height: auto !important;
	min-height: 250px;
}

.c-voice {
	gap: initial;
	display: flex;
	grid-template-columns: initial;
}

.c-voice .slick-track {
	display: flex;
}

.c-voice .slick-slide {
	height: auto !important;
}

.c-voice__item {
	margin: 0 5px;
	position: relative;
}

.c-voice__item::before {
	height: 7px;
	top: 40px;
	width: 33px;
}

.c-voice__img {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 85px;
}

.c-voice__content {
	padding: 20px 70px 20px 50px;
	position: relative;
	z-index: 1;
}

.c-voice__text {
	font-size: 14px;
	margin-bottom: 10px;
}

.c-voice__title {
	font-size: 13px;
}

.c-voice__text2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.c-voice__text3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.p-works-sec1 {
	padding: 100px 0 100px;
}

.p-works-sec1::after {
	height: 320px;
}

.p-works-sec1__wrap {
	gap: 20px;
	grid-template-columns: repeat(1, 1fr);
}

.p-works-sec1__img img {
	width: 100%;
}

.p-works-sec1__content {
	padding: 20px 20px;
}

.p-works-sec1__cat {
	font-size: 14px;
	padding-left: 15px;
}

.p-works-sec1__title {
	font-size: 18px;
	margin-bottom: 10px;
}

.p-works-sec1__text {
	font-size: 14px;
}

.p-works-sec2 {
	margin-top: 0;
	padding: 100px 0 100px;
}

.p-works-sec3 {
	padding: 0px 0 0px;
}

.p-works-sec3__wrap {
	padding: 0 0px;
}

.p-works-sec3__map {
	height: 400px;
}

.p-zero-sec1 {
	padding: 100px 0 100px;
}

.p-zero-sec1::after {
	height: 470px;
}

.p-zero-sec1__lead {
	font-size: 15px;
	margin-bottom: 50px;
	text-align: left;
}

.p-zero-sec1__note {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.p-zero-sec1__text {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}

.u-pc {
	display: none !important;
}

.lineBtn.bigedition{
background-size: 50px;
    max-width: 550px;
    font-size: 26px;
    padding: 30px 30px 30px 90px;
    margin: 50px auto 80px;
}

.spfixBtn {
	padding: 20px !important;
}

.spfixBtn a span{
        line-height: 27px;
        text-align: left !important;
}

.c-side-nav__item:first-child,
.c-side-nav__item:last-child{
        font-size: 12px;
        height: 157px;
        line-height: 33px;
        width: 37px;
        font-weight: 300;
}

.c-side-nav__item:first-child::after,
.c-side-nav__item:last-child::after {
  width: 20px;
}

.enkakutext h3{
	padding-top: 15px;
	padding-bottom: 40px;
}

.c-list1--2columns .c-list1__item.spfixBtn{
	padding: 0px !important;
}

.c-list1--2columns .c-list1__item.spfixBtn a{
	height: 95px;
	
}


@-webkit-keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

@keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

