@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
/* 下層ページに必ず追加 */
.contents {
	padding-left: 20px;
	padding-right: 20px;
}

.contents__inner {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.about-box {
	background: url("/assets/about/bg_top_pc-51968c7f.webp") right bottom #fff no-repeat;
	background-size: contain;
	padding: 50px 70px;
	margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
	.about-box {
		padding: 30px 40px;
	}
}

@media screen and (max-width: 768px) {
	.about-box {
		margin: 0 -20px 40px;
		background: url("/assets/about/bg_top_sp-f9bafce3.webp") left bottom #f9f9f9 no-repeat;
		background-size: contain;
		padding: 0 20px 45vw;
	}
}

.about-box__ttl {
	font-size: 3.8rem;
	font-weight: bold;
	color: #ed6103;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	margin-bottom: .5em;
}

@media screen and (max-width: 980px) {
	.about-box__ttl {
		font-size: 3rem;
	}
}

@media screen and (max-width: 768px) {
	.about-box__ttl {
		text-align: center;
		font-size: 2.6rem;
		line-height: 1.4;
	}
}

.about-box__desc {
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
	.about-box__desc {
		font-size: 1.4rem;
	}
}

.item-box-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.item-box-2.-w100 {
	max-width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}

.item-box-2__inner {
	background: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	width: 100%;
}

@media screen and (max-width: 992px) {
	.item-box-2__inner {
		padding: 40px 30px;
	}
}

@media screen and (max-width: 768px) {
	.item-box-2__inner {
		padding: 30px 20px;
	}
}

.item-box-2__inner.-gray {
	background: #f9f9f9;
}

.item-box-2__ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.item-box-2__ttl {
		margin-bottom: 10px;
	}
}

.item-box-2__category {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .3em;
}

.item-box-2__txt {
	color: #ed6103;
	font-size: 2.2rem;
	font-weight: bold;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	width: calc(100% - 40px);
}

@media screen and (max-width: 768px) {
	.item-box-2__txt {
		font-size: 2.1rem;
	}
}

.item-box-2__img {
	margin-right: 10px;
	width: 40px;
}

@media screen and (max-width: 768px) {
	.item-box-2__img {
		width: 30px;
	}
}

.item-box-2__img img {
	max-width: 40px;
	max-height: 40px;
}

@media screen and (max-width: 768px) {
	.item-box-2__img img {
		max-width: 30px;
		max-height: 30px;
	}
}

.item-box-2__lead {
	font-size: 1.8rem;
	font-weight: bold;
}

.item-box-2__desc a {
	color: #1f1f1f;
}

.item-box-2__desc a:hover {
	text-decoration: none;
	color: #ed6103;
}

.item-box-2__desc > *:last-child {
	margin-bottom: 0;
}

.item-box-2__desc .btn a {
	color: #ed6103;
}

.item-box-2__desc .btn a:hover {
	color: #fff;
}

.item-box-2__bold {
	font-weight: bold;
}

.item-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.item-box__inner {
	background: #fff;
	border-radius: 4px;
	padding: 40px 30px;
	width: 100%;
}

@media screen and (max-width: 992px) {
	.item-box__inner {
		padding: 40px 30px;
	}
}

@media screen and (max-width: 768px) {
	.item-box__inner {
		padding: 30px 20px;
	}
}

.item-box__ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.item-box__ttl {
		margin-bottom: 10px;
	}
}

.item-box__ttl.-no-reverse {
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-webkit-flex-direction: inherit;
	    -ms-flex-direction: inherit;
	        flex-direction: inherit;
}

.item-box__ttl.-no-reverse .item-box__img {
	margin: 0;
}

.item-box__category {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .3em;
}

.item-box__sub {
	font-size: 1.4rem;
	color: #1f1f1f;
}

.item-box__txt {
	color: #ed6103;
	font-size: 2.2rem;
	font-weight: bold;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	width: calc(100% - 80px);
}

@media screen and (max-width: 992px) {
	.item-box__txt {
		font-size: 1.8rem;
		width: calc(100% - 60px);
	}
}

@media screen and (max-width: 768px) {
	.item-box__txt {
		font-size: 1.6rem;
		/* width: calc(100% - 50px); */
	}
}

.item-box__img {
	margin-right: 10px;
	width: 80px;
}

@media screen and (max-width: 992px) {
	.item-box__img {
		width: 60px;
	}
}

@media screen and (max-width: 768px) {
	.item-box__img {
		/* width: 50px; */
	}
}

.item-box__img.-c {
	text-align: center;
}

.item-box__desc a {
	color: #1f1f1f;
}

.item-box__desc a:hover {
	text-decoration: none;
	color: #ed6103;
}

.item-box__desc > *:last-child {
	margin-bottom: 0;
}

.item-box__desc .btn a {
	color: #ed6103;
}

.item-box__desc .btn a:hover {
	color: #fff;
}

.item-box__bold {
	font-weight: bold;
}

.logo-list {
	background: #fff;
	padding: 30px 30px 30px;
	border-radius: 10px;
	margin: 80px 0 40px;
}

@media screen and (max-width: 768px) {
	.logo-list {
		margin: 90px 0 30px;
		padding: 20px;
	}
}

.logo-list__ttl {
	color: #ed6103;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	height: 75px;
	z-index: 0;
	padding-top: 5px;
	margin-top: -70px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.logo-list__ttl {
		height: 105px;
		font-size: 2rem;
		padding-top: 10px;
		margin-top: -80px;
	}
}

.logo-list__ttl::before, .logo-list__ttl::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 100%;
	width: 50%;
	z-index: -5;
}

.logo-list__ttl::before {
	left: 0;
	background: url("/assets/about/img_ttl-bg-left-cf78f573.svg") left top no-repeat;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.logo-list__ttl::before {
		background: url("/assets/about/img_ttl-bg-left_sp-3abe9460.svg") left top no-repeat;
		background-size: cover;
	}
}

.logo-list__ttl::after {
	right: 0;
	background: url("/assets/about/img_ttl-bg-right-eadf85ea.svg") right top no-repeat;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.logo-list__ttl::after {
		background: url("/assets/about/img_ttl-bg-right_sp-ebfa459d.svg") right top no-repeat;
		background-size: cover;
	}
}

.logo-list__ttl .-big {
	font-size: 3rem;
}

@media screen and (max-width: 768px) {
	.logo-list__ttl .-big {
		font-size: 2.4rem;
	}
}

.logo-list__ttl .-num {
	font-size: 4rem;
}

@media screen and (max-width: 768px) {
	.logo-list__ttl .-num {
		font-size: 3.4rem;
	}
}

.logo-list__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -15px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 992px) {
	.logo-list__inner {
		margin: -10px;
	}
}

@media screen and (max-width: 768px) {
	.logo-list__inner {
		margin: -5px;
	}
}

.logo-list__item {
	width: 14.28571%;
	padding: 15px;
}

@media screen and (max-width: 980px) {
	.logo-list__item {
		width: 16.66667%;
	}
}

@media screen and (max-width: 992px) {
	.logo-list__item {
		width: 20%;
		padding: 10px;
	}
}

@media screen and (max-width: 768px) {
	.logo-list__item {
		width: 25%;
		padding: 5px;
	}
}

.step-box {
	margin-top: 30px;
}

.step-box__item {
	background: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.step-box__item {
		padding: 30px 20px;
	}
}

.step-box__item + .step-box__item {
	margin-top: 40px;
}

.step-box__item + .step-box__item::before {
	background-image: url("https://icon.lifull.com/lh/arrow-down-6px-outline");
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	left: 50%;
	top: -20px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.step-box__ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	font-size: 2.2rem;
	margin-bottom: 1.5em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media screen and (max-width: 768px) {
	.step-box__ttl {
		display: block;
		margin-bottom: .5em;
	}
}

.step-box__step {
	color: #ed6103;
	font-size: 2.8rem;
	margin-right: 1em;
}

@media screen and (max-width: 768px) {
	.step-box__step {
		display: block;
	}
}

.txt-lead {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.txt-lead {
		text-align: left;
	}
}

/* LIFULL HOME'S 住まいの窓口の想い
----------------------------------------------------------------- */
.feelings-lifull-concept {
	position: relative;
	padding-bottom: 38px;
	/* background: url("../image/bg_about_concept.jpg") right center no-repeat #fff;
	background-size: cover; */
	/* max-width: 1280px;
	width: 100vw; */
	/* margin: 0 -50vw; */
	/* padding: 0 20px; */
}
/* .feelings-lifull-concept__inner {
	max-width: 940px; */
	/* margin: 0 auto; */
	/* padding: 40px 80px 40px 0;
} */
.feelings-lifull-concept__ttl {
	padding: 30px;
	position: relative;
	margin-bottom: 59px;
	text-align: center;
}
.feelings-lifull-concept__ttl::before, .feelings-lifull-concept__ttl::after {
	position: absolute;
	bottom: -6px;
	line-height: 0;
	background-image: url("/assets/common/icon-focus-7ebc7f96.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}
.feelings-lifull-concept__ttl::before {
	left: -2px;
}
.feelings-lifull-concept__ttl::after {
	right: -2px;
	-webkit-transform: rotate(270deg);
	        transform: rotate(270deg);
}
.feelings-lifull-concept__ttl__inner {
	font-size: 3.8rem;
	font-weight: bold;
	color: #ed6103;
	line-height: 1.6;
}
.feelings-lifull-concept__ttl__inner::before, .feelings-lifull-concept__ttl__inner::after {
	position: absolute;
	top: -6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	background-image: url("/assets/common/icon-focus-7ebc7f96.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
}
.feelings-lifull-concept__ttl__inner::before {
	left: -2px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.feelings-lifull-concept__ttl__inner::after {
	right: -2px;
	top: -6px;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
/* .feelings-lifull-concept__body {
	background: rgba(255, 255, 255, 0.75);
	width: 68%;
	padding: 20px;
} */
.feelings-lifull-concept__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding: 0 28px;
}
.feelings-lifull-concept__txt {
	max-width: 526px;
}
.feelings-lifull-concept__image {
	max-width: 340px;
}
.feelings-lifull-concept__desc {
	color: #1f1f1f;
	margin-bottom: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 1.2rem;
	line-height: 1.66;
	letter-spacing: 0;
}

@media screen and (max-width: 992px) {
	.feelings-lifull-concept__ttl::before, .feelings-lifull-concept__ttl::after {
		font-size: 32px;
		font-size: 2rem;
	}
	.feelings-lifull-concept__ttl__inner {
		font-size: 2.8rem;
	}
	.feelings-lifull-concept__ttl__inner {
		font-size: 2.8rem;
	}
	.feelings-lifull-concept__ttl__inner::before, .feelings-lifull-concept__ttl__inner::after {
		font-size: 32px;
		font-size: 2rem;
	}
	.feelings-lifull-concept__txt {
		width: 60%;
	}
	.feelings-lifull-concept__image {
		width: 40%;
		margin-left: 18px;
	}
}

@media screen and (max-width: 768px) {
	.feelings-lifull-concept {
		background: none;
		position: relative;
		/* margin: 0; */
		padding: 0;
		left: 50vw;
		right: 50vw;
		margin-left: calc(-50vw - 20px);
		margin-right: calc(-50vw - 20px);
		width: 100vw;
		text-align: center;
	}
	.feelings-lifull-concept__inner {
		/* padding: 30px 0 50vw; */
		/* padding: 30px 20px 70vw; */
		padding: 30px 20px 60px;
	}
	.feelings-lifull-concept__ttl {
		padding: 20px;
		margin-bottom: 40px;
	}
	.feelings-lifull-concept__ttl::before, .feelings-lifull-concept__ttl::after {
		font-size: 28.8px;
		font-size: 2.6rem;
	}
	.feelings-lifull-concept__ttl::before {
		left: -2px;
		bottom: 6px;
	}
	.feelings-lifull-concept__ttl::after {
		bottom: 6px;
	}
	.feelings-lifull-concept__ttl__inner::before, .feelings-lifull-concept__ttl__inner::after {
		font-size: 28.8px;
		font-size: 2.6rem;
		top: -6px;
	}
	.feelings-lifull-concept__ttl__inner::after {
		right: -2px;
	}
	.feelings-lifull-concept__body {
		background: none;
		width: 100%;
		padding: 0;
	}
	.feelings-lifull-concept__wrap {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 0;
	}
	.feelings-lifull-concept__txt {
		max-width: 100%;
		width: 100%;
	}
	.feelings-lifull-concept__desc {
		color: #1f1f1f;
		margin-bottom: 20px;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 1.2rem;
		line-height: 1.66;
		letter-spacing: 0em;
	}
	.feelings-lifull-concept__image {
		max-width: 200px;
		width: 100%;
		margin: 20px auto 0;
	}
}



.seminar_list {
	margin: 0 -10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.seminar_list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 10px;
}

@media screen and (max-width: 600px) {
	.seminar_list__item {
		width: 100%;
	}
}

.seminar_list__inner {
	padding: 30px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	border-radius: 4px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.seminar_list__inner {
		padding: 20px;
	}
}

.seminar_list__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.seminar_list__body > *:first-child {
	margin-top: 0;
}

.seminar_list__body > *:last-child {
	margin-bottom: 0;
}

.seminar_list__img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.seminar_list__img {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	.seminar_list__img img {
		width: 100%;
	}
}

.seminar_list.-full {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.seminar_list.-full .seminar_list__item {
	width: 100%;
}

.seminar_list.-full .seminar_list__inner {
	padding: 40px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

@media screen and (max-width: 768px) {
	.seminar_list.-full .seminar_list__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		padding: 20px;
	}
}

.seminar_list.-full .seminar_list__body {
	margin-left: 30px;
}

@media screen and (max-width: 768px) {
	.seminar_list.-full .seminar_list__body {
		margin-top: 20px;
		margin-left: 0;
	}
}

.seminar_list.-full .seminar_list__img {
	margin: 0;
	max-width: 50%;
}

@media screen and (max-width: 768px) {
	.seminar_list.-full .seminar_list__img {
		max-width: 100%;
	}
	.seminar_list.-full .seminar_list__img img {
		width: 100%;
	}
}

.seminar_list .biggerlink {
	cursor: pointer;
}

.seminar_list .biggerlink * {
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.seminar_list .biggerlink:hover * {
	opacity: .7;
}

.seminar_list .biggerlink:hover img {
	opacity: 1;
}
.txt-tel a[href^="tel:"] {
	color: #1f1f1f;
	text-decoration: underline;
}

@media screen and (min-width: 993px) {
	.txt-tel a[href^="tel:"] {
		pointer-events: none;
	}
}

.seminar_h2{
	font-size:2.6rem;
	font-weight: bold;
	color:#ED6103;
}
.seminar_h3 {
	font-size:2.2rem;
	font-weight: bold;
	color:#ED6103;
}
.seminar_h3-book {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ED6103;
}

.link-more {
	position: relative;
	display: inline-block;
	margin: 1em 1em 0 0;
	font-weight: bold;
	color:#ED6103;
	text-align: right;
}
.link-more::after {
	position: absolute;
	top: 0.35em;
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin: 0 0 0 0.5em;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #ED6103;;
	transform: rotate(45deg);
	content: "";
}
