@charset "UTF-8";

/* Base
----------------------------------------------- */
:root {
	--main-color: #06244d;
	--sub-color: #56B470;
}

/* Base
----------------------------------------------- */
.cmdShare {
	display: none;
}

html {
	min-width: 320px;
	font-size: 62.5%;
	/*10px*/
}

body {
	margin: 0;
	line-height: 1.8;
	color: #1c1c1c;
	font-size: 4.266vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	width: 100%;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}

img,
video {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a:link,
a:visited {
	color: var(--main-color);
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

strong {
	color: #777;
}


/*clearfix*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}


/* popup
----------------------------------------------- */
.pum-container,
.pum-theme-lightbox .pum-container {
	box-shadow: none !important;
	border: none !important;
}

.pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
	text-indent: -9999px !important;
	overflow: hidden !important;
	border: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
	background: url(../images/btn_icon_close.svg) no-repeat !important;
	background-size: contain;
	right: -6px !important;
}

.pum-content+.pum-close:hover,
.pum-theme-lightbox .pum-content+.pum-clos:hover {
	text-indent: -9999px;
	overflow: hidden;
	border: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
	background: url(../images/btn_icon_close.svg) no-repeat !important;
	background-size: contain;
}

.pum-title,
.pum-theme-lightbox .pum-title {
	font-size: 24px !important;
}

/* header
----------------------------------------------- */

.l-header {
	height: 90px;
	padding: 20px;
	line-height: 1;
	background: #fff;
}

.l-header__inner {
	max-width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-header a {
	text-decoration: none;
	color: #06244D;
}

.l-header__inner__logo {
	width: 130px;
}



/* navigation
----------------------------------------------- */
.l-header_nav {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	transition: all 0.3s;
	padding: 90px 20px;
	overflow-y: auto;
}

.l-header_nav.panelactive {
	visibility: visible;
	opacity: 1;
	z-index: 999;

}

.c-ichiman_vision_header {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.c-header_new {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background: #F2515D;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
	padding: 0 0.8em;
	font-size: 2.4vw;
	margin-right: 1em;
	line-height: 1.6;
}



.c-sp_recruit {
	position: absolute;
	top: 40px;
	right: 90px;
	font-size: 14px;
}

.openbtn {
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	background: #06244D;
	top: 20px;
	right: 20px;
	z-index: 8000;
}

.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 18px;
	height: 1px;
	background-color: #fff;
}

.openbtn span:nth-of-type(1) {
	top: 22px;
	width: 30%;
}

.openbtn span:nth-of-type(2) {
	top: 27px;
	width: 30%;
}

.openbtn.active span:nth-of-type(1) {
	top: 20px;
	left: 16px;
	transform: translateY(6px) rotate(-45deg);
	width: 35%;
}

.openbtn.active span:nth-of-type(2) {
	top: 32px;
	left: 16px;
	transform: translateY(-6px) rotate(45deg);
	width: 35%;
}



.sp-change .gnav__wrap>ul {
	padding: 0;
}

.sp-change .gnav__wrap li {
	list-style: none;
}

.sp-change .gnav_list {
	border-bottom: 1px solid #E3E3E3;
}

.sp-change .gnav_list>a {
	display: inline-block;
	width: 18em;
	height: 74px;
	line-height: 74px;
	font-size: 16px;
	font-weight: bold;
}

.sp-change .gnav_list__child ul {
	padding: 20px 0;
	border-bottom: 1px solid #E3E3E3;
}

.sp-change .gnav_list__child a {
	display: block;
	line-height: 35px;
	font-size: 14px;
}

.sp-change .gnav_list__child__title {
	display: none;
}

/*アコーディオンタイトル*/
.sp-change .direct {
	position: relative;
}

.sp-change .direct::after {
	position: absolute;
	content: "";
	width: 18px;
	height: 12px;
	right: 15px;
	top: 35px;
	display: block;
	background: url(../images/sp-menu-arrow.svg) no-repeat;
}

.sp-change .title {
	position: relative;
	cursor: pointer;
	font-weight: normal;
	transition: all .5s ease;
}

/*アイコンの＋と×*/
.sp-change .title::before,
.sp-change .title::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--sub-color);
	transition: all .5s ease;
}

.sp-change .title::before {
	top: 48%;
	right: 15px;
	top: 35px;
	transform: rotate(0deg);

}

.sp-change .title::after {
	top: 48%;
	right: 15px;
	top: 35px;
	transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.sp-change .title.close::before {
	transform: rotate(0deg);
}

.sp-change .title.close::after {
	transform: rotate(0deg);
}

.sp-change .gnav_aco {
	display: none;
}



.sp-change .sub_nav {
	padding-top: 40px;
}

.sp-change .sub_nav ul {
	padding: 0;
}

.sp-change .sub_nav li {
	list-style: none;
	margin-bottom: 40px;
}

.sp-change .sub_nav li a {
	font-size: 16px;
}

.c-header_partners_sp a {
	display: block;
	background: #F4FAFC;
	text-align: center;
	border-radius: 30px;
	line-height: 42px;
	font-size: 16px;
}

.c-header_partners_sp a i {
	margin-right: 0.8em;
}

/* mv
----------------------------------------------- */
.mv {
	position: relative;

	img {
		width: 100%;
	}
}

.c-lower_mv {
	position: relative;
}

.c-lower_mv img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.c-lower_mv_sp img {
	height: auto;
}

.ichiman2050_badge_wrap {
	position: absolute;
	top: 52%;
	right: 4%;
}

.ichiman2050_badge {
	align-items: center;
	display: flex;
	width: 28vw;
	height: 28vw;
	justify-content: center;
	position: relative;

}

.ichiman2050_badge::before {
	animation: 30s 0s rotate linear infinite;
	background: url('https://ichiman.co.jp/wp-content/uploads/2025/08/ichiman_2050_btn_back.png') center center / 27vw auto no-repeat;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.ichiman2050_badge_text {
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: 5px;

	img {
		width: 15vw;
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}



/* ニュースティッカー
----------------------------------------------- */
.bx-wrapper {

	margin-bottom: 0 !important;
	box-shadow: none !important;
	border: 1px solid #E3E3E3 !important;
	box-sizing: border-box;
	flex: 1;
}

.bx-viewport {
	height: 34vw !important;
}

.c-mv_news {
	width: 100%;
}

.c-mv_book {
	border-bottom: 1px solid #e3e3e3 !important;
}

.c-mv_news_title {
	color: #fff;
	background: var(--main-color);
	font-size: 3.733vw;
	padding: 0 30px;
	width: 100%;
	display: flex;
	align-items: center;
	white-space: nowrap;
	height: 10.66vw;
}

.c-mv_book_title {
	background: #d8715e !important;
}

.slider {
	padding: 0;
}

.slider li {
	padding: 0;
	padding: 3vw 8vw 0;
	font-size: 3.733vw;
	height: 30vw;
}

.slider a {
	/* display: inline-block; */
	background: #fff;
	text-decoration: none;
	font-size: 3.733vw;
	color: var(--main-color);
	height: 28vw;

}

.slider span {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.c-mv_news_a {
	display: inline !important;

	.c-pdf {
		line-height: 1;
		padding: 0.2em 1em;
		display: inline;
	}
}

.book_list {
	padding: 0;


}

.book_list li {
	padding: 0;
	padding: 3vw 8vw 0;
	font-size: 3.733vw;
	height: 23vw;
	list-style: none;
}

.book_list a {
	display: block;
	background: #fff;
	text-decoration: none;
	font-size: 3.733vw;
	color: var(--main-color);
	height: 20vw;

}

.book_list span {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

/* layout
----------------------------------------------- */
.contents_end {
	margin-top: 2px !important;
}

.sp_mb01 {
	margin-bottom: 10vw !important;
}

.sp_mb02 {
	margin-bottom: 20vw !important;
}

.sp_mb03 {
	margin-bottom: 30vw !important;
}

.sp_mb04 {
	margin-bottom: 5vw !important;
}

.sp_mb05 {
	margin-bottom: 16vw !important;
}

.sp_mb06 {
	margin-bottom: 25vw !important;
}

.sp_mb00 {
	margin-bottom: 0 !important;
}

.pd_ud {
	padding: 18.75vw 0;
}

.c-pc_break {
	display: none;
}

.c-sp_break {
	display: block;
}

.c-layout_ud_cg {
	display: flex;
	flex-direction: column-reverse;
}

.pc_display {
	display: none;
}

.pc_inline_display {
	display: none;
}

.c-float_right {
	float: right;
}

.l-container {
	margin-top: 30vw;
	padding: 0 30px;
}

.l-container__top {
	margin: 10vw 0 8vw;
}

.l-container__umv {
	margin-top: 15vw;
}

.l-container__nomv {
	margin-top: 0;
}


.sp_container01 {
	margin-bottom: 16vw;

}

.sp_container02 {
	margin-bottom: 32vw;

}

.l-inner {
	max-width: 100%;
}

.l-form_inner {
	max-width: 100%;
}

.c-title--head {
	font-size: 6.933vw;
	font-weight: 700;
	color: #06244D;
	margin-bottom: 1em;
	line-height: 1.4;
}

.c-title--head__dot {
	text-indent: -1.5em;
	margin-left: 1em;
}

.c-title--head__dot::before {
	content: "・";
	color: var(--sub-color);
	font-size: 10vw;
	position: relative;
	top: 1.2vw;
}

.c-title--head__dot_example {
	text-indent: -1.5em;
	margin-left: 1em;
}

.c-title--head__dot_example::before {
	content: "・";
	color: var(--sub-color);
	font-size: 10vw;
	position: relative;
	top: 1.2vw;
}

.c-title--head__number {
	font-size: 6.933vw;
	font-weight: 700;
	color: #06244D;
	margin-bottom: 1em;
}




.c-circle_title {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	width: 6.933vw;
	height: 6.933vw;
	line-height: 6.933vw;
	font-size: 5vw;
	color: var(--sub-color);
	border: 2px solid var(--sub-color);
	border-radius: 50%;
	text-align: center;
	margin-right: 0.2em;
}

.c-circle_title span {
	position: relative;
	top: -0.7vw;
}

.c-title--head__main {
	font-size: 8vw;
	font-weight: 700;
	color: #06244D;
	line-height: 1.4;
	margin-bottom: 1em;
}

.c-title--head__sub {
	text-align: center;
	color: #06244D;
	font-size: 5.333vw;
	font-weight: 700;
	margin-bottom: 18.75vw;

}

.c-title--head__sub::after {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	background: var(--sub-color);
	margin: 25px auto 0;
}


.c-title--head__contact {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 6.25vw;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

.c-title--head--second {
	font-size: 4.266vw;
	color: #06244D;
	font-weight: 700;
	margin-bottom: 20px;
}

.c-img {
	width: 100%;
	height: auto;
	padding: 5vw 0;
}

.c-img_gap01 {
	margin-bottom: 20vw;
}

.c-img_gap02 {
	margin-bottom: 0;
}

.bg_gray {
	background: #F8F8F8;
}

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

.c-left {
	text-align: left;
}

.c-right {
	text-align: right;
}

.c-pc_right {
	text-align: left;
}

.l-sp_full {
	margin: 0 -30px;
}

.c-text {
	text-align: justify;
	margin-bottom: 1em;
}

.c-text_lead {
	font-size: 4.66vw;
	font-weight: 500;
	margin-bottom: 2em;
}



.c-sub_test {
	padding-top: 1em;
	font-size: 3.2vw;
	color: #6C6C6C;
}

input[type="submit"] {
	background: transparent;
	border: none;
	cursor: pointer;
}

.c-btn {
	margin: 2.5em 60px 2.5em 0;
}

.c-btn_partners {
	margin: 2.5em 0 2.5em 0;
}

.c-btn a,
.c-btn .c-btn_submit {
	font-size: 4.8vw;
	font-weight: 700;
	text-decoration: none;
	color: #06244D;
	position: relative;
}

.c-btn a::after,
.c-btn .c-btn_submit::after {
	content: "";
	width: 12vw;
	height: 12vw;
	position: absolute;
	top: 50%;
	right: -16vw;
	margin-top: -6.25vw;
	display: inline-block;
	background: url(../images/btn_icon.svg) no-repeat;
	background-size: contain;
}

.c-btn .disabled_input::after {
	content: url(../images/btn_icon07.svg);
}


.c-btn_back {
	margin: 2.5em 0 2.5em 60px;
}

.c-btn_back a::after,
.c-btn_back .c-btn_submit::after {
	display: none;
}

.c-btn_back a::before,
.c-btn_back .c-btn_submit::before {
	content: "";
	width: 12vw;
	height: 12vw;
	position: absolute;
	top: 50%;
	left: -16vw;
	margin-top: -6.25vw;
	display: inline-block;
	background: url(../images/btn_icon08.svg) no-repeat;
	background-size: contain;
}

.c-pdf_btn a::after {
	background: url(../images/pdf_icon.svg) no-repeat !important;
	background-size: cover;
}

.c-recruit_btn a::after {
	background: url(../images/btn_icon03.svg) no-repeat !important;
	background-size: cover;
}

.c-btn_icon {
	width: 14vw;
	height: 14vw;
}

.c-contact_btn a {
	display: flex;
	max-width: 73.33vw;
	height: 16vw;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	font-size: 4.266vw;
	font-weight: bold;
	border-radius: 5px;
	padding: 9.375vw;
	margin: 0 auto;
	background-color: #fff;
}

.l-notification {
	background: #06244D;
	padding: 16vw 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.l-add_padding {
	padding: 21.33vw 0;
}

.c-notification_title {
	color: #fff;
	font-size: 6.25vw;
	margin-bottom: 6.25vw;
}

.c-notification_title::before {
	content: "・";
	color: var(--sub-color);
}

.c-notification_list {
	border-top: 1px solid #293E5A;
	padding: 0;
	margin: 0 -10px;

	.c-pdf {
		border: 1px solid #fff;
		color: #fff;
	}
}

.c-notification_list li {
	list-style: none;
	border-bottom: 1px solid #293E5A;
	padding: 1em 10px;
}

.c-notification_list li a {
	color: #fff;
	text-decoration: none;
	font-size: 4.3vw;
	font-weight: 700;

}

.l-top_five {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.l-top_five div {
	display: flex;
	justify-content: center;
	align-items: end;
	height: 70vw;
	padding-bottom: 10vw;
}

.c-top_five_up {
	border-bottom: 1px solid #E3E3E3;
	width: 50%;
}

.c-top_five_dn {
	border-bottom: 1px solid #E3E3E3;
	width: 50%;
}

.l-top_five div:last-child {
	border-bottom: none;
}

.l-top_five div:nth-child(odd) {
	border-right: 1px solid #E3E3E3;
}

.c-square_root {
	margin: 0 -30px;
	gap: 2px;
	display: flex;
	flex-direction: column;
}

.c-square {
	position: relative;
	margin: 0;
}

.c-square:before {
	content: "";
	display: block;
	padding-top: 75%;
}

.c-square__child {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 5.333vw;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	text-align: center;
}

.c-square__child img {
	margin-top: 1em;
}

.c-square a {
	color: #fff;
	text-decoration: none;
}

.c-social01 {
	background: url(../images/top_social_01.png) no-repeat;
	background-size: cover;
}

.c-social02 {
	background: url(../images/top_social_02.png) no-repeat;
	background-size: cover;
}

.c-social03 {
	background: url(../images/top_social_03.png) no-repeat;
	background-size: cover;
}

/*TOP決算*/
.c-financial_results {
	margin-bottom: 18.75vw;
}

.c-financial_results a {
	text-decoration: none;
	font-weight: 700;
	color: var(--main-color);
}

.c-achievement {
	border-top: 1px solid #E3E3E3;
	padding: 0 10px;
	margin: 0 -10px 4.2vw;
	color: var(--main-color);
}

.c-achievement li {
	border-bottom: 1px solid #E3E3E3;
	list-style: none;
	padding: 5.33vw 10px;
	margin: 0 -10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
}

.c-achievement__title {
	font-weight: 700;
}

.c-achievement__number {
	font-size: 8vw;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.c-achievement__number span {
	font-size: 4.8vw;
	margin-left: 3vw;
}

.c-achivement_text {
	font-size: 3.2vw;
	color: #6C6C6C;

}

.c-achivement_text02 {
	margin-bottom: 3em;
}

/*TOPニュース*/
.c-top_news ul {
	border-top: 1px solid #E3E3E3;
	padding: 0 10px;
	margin: 0 -10px;
}

.c-top_news li {
	border-bottom: 1px solid #E3E3E3;
	list-style: none;
	padding: 5.333vw 10px;
	margin: 0 -10px;
}

.c-top_news li a {
	text-decoration: none;
}

.c-top_news li a:hover {
	opacity: 0.6;
}

.c-pdf {
	font-family: 'Montserrat', sans-serif;
	color: #F2515D;
	border: 1px solid #F2515D;
	display: inline-block;
	border-radius: 20px;
	padding: 0 1.2em;
	font-size: 2.4vw;
	margin-left: 1em;
}

.c-pdf_ex {
	font-family: 'Montserrat', sans-serif !important;
	color: #F2515D !important;
	border: 1px solid #F2515D !important;
	display: inline-block !important;
	border-radius: 20px !important;
	font-size: 2.4vw !important;
}

.c-top_news__date {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: var(--main-color);
	margin-right: 1em;
	font-size: 3.733vw;
}

.c-top_news__genre {
	color: var(--sub-color);
	border: 1px solid;
	display: inline-block;
	border-radius: 20px;
	padding: 0 1em;
	font-size: 2.4vw;
	vertical-align: middle;
}

/*footerバナー*/
.l-footer_banner div {
	margin-top: 2px;
}

.l-footer_banner a {
	display: block;
	text-decoration: none;
	/* height: 64vw; */
	color: #fff;
	padding: 13.33vw;
	font-size: 3.733vw;
}

.l-footer_banner a img {
	/* width: 26.66vw; */
	height: 30vw;
}

.l-footer_banner .row {
	gap: 2px;
}

.l-footer_banner span {
	display: block;
}

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

.c-banner_logo_partners {
	/* width: 15vw !important; */
}

.c-academy_banner {
	background: url(../images/academy_back.svg);
	background-size: cover;
}

.c-partners_banner {
	background: url(../images/partner_back.svg);
	background-size: cover;
}

/*パン屑*/
.l-breadcrumb {
	background: #F0F0F0;
	padding: 0 30px;
	margin-top: 37.5vw;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 3.2vw;
	padding: 1.8em 0;
}

.breadcrumb li {
	display: inline;
	list-style: none;
}

.breadcrumb li:after {
	/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #1C1C1C;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #1C1C1C;
	/*色*/
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

/*footer*/
.l-footer {
	padding: 16vw 30px 10.66vw;
	line-height: 1;
	width: 100%;
	background: #fff;
	color: #06244D;
}

.l-footer__inner {
	padding: 0;
}

.l-footer ul {
	padding: 0;
	list-style: none;
}

.l-footer a {
	text-decoration: none;
}

.c-footer_logo {
	width: 50VW;
	margin-bottom: 8vw;
}

.l-footer address {
	font-size: 3.2vw;
	font-style: normal;
	line-height: 1.6;
	margin-bottom: 13.33vw;
}

.c-tel {
	padding: 5.333vw 0 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: var(--main-color);
	font-size: 8vw;
}

.c-tel li {
	display: flex;
	align-items: center;
	color: #06244D;
}

.c-tel span {
	color: var(--sub-color);
	border: 2px solid var(--sub-color);
	display: inline-block;
	border-radius: 20px;
	padding: 0 1em;
	font-size: 3.2vw;
	margin-right: 1em;
}

.sp-change .l-footer .c-btn_icon:before {
	content: "";
	background-image: url(../images/navi_icon.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 6.4vw;
	height: 4.266vw;
	background-size: contain;
	vertical-align: middle;
}



.c-footer_nav__title {
	margin-bottom: 5.33vw;
}

.c-footer_nav__title>a {
	font-weight: bold;
	color: var(--main-color);
}

.c-footer_nav__child li {
	margin-top: 5.33vw;
	font-size: 3.73vw;
}

.c-footer_sub_nav li {
	font-size: 3.73vw;
	margin-bottom: 8vw;
}

.c-footer_bottom {
	padding-top: 10.66vw;
	display: flex;
	flex-direction: column-reverse;
}

.c-footer_bottom small {
	font-family: 'Montserrat', sans-serif;
	color: var(--main-color);
	font-size: 3.2vw;
}

.c-footer_bottom_nav ul {
	margin-bottom: 16vw;
}

.c-footer_bottom_nav ul li {
	font-size: 12px;
	margin-bottom: 4.266vw;
}

.c-footer_bottom_nav ul li a {
	line-height: 1;
}

.c-footer_bottom_nav ul li:first-child {
	border: none;
}

/* lower
----------------------------------------------- */
/*市萬の目指す世界*/
.c-aim_mv {
	margin-bottom: 26.66vw;
}

.c-line_title {
	color: #06244D;
	font-size: 6.933vw;
	font-weight: 700;
	margin-bottom: 12vw;

}

.c-line_title::after {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	background: var(--sub-color);
	margin-top: 20px;
}

.c-top_message {
	color: #06244D;
	font-size: 5.333vw;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 3vw;
}

.c-top_sign {
	color: #06244D;
	font-weight: 700;
}

.c-top_sign span {}

.c-top_message_text p {
	margin-bottom: 2em;
}

.c-top_message_text {
	font-size: 4.66vw;
	text-align: justify;
	margin-bottom: 2em;
}

.c-nishijima {
	padding: 0 12vw;
}

.c-youtube {
	width: 100%;
	aspect-ratio: 16 / 9;

	& iframe {
		width: 100%;
		height: 100%;
	}
}

.c-pamphlet_title {
	font-size: 5.866vw;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.c-pamphlet_wrap {
	background: #F8F8F8;
	padding: 1em;
	border-radius: 10px;
}


.l-ichiman2050_wrap {
	background: linear-gradient(to bottom,
			white 0px,
			white 10vw,
			#f7f7f7 10vw,
			#f7f7f7 100%);
	padding-bottom: 16vw !important;
	overflow: hidden;


	.c-2050_number {
		font-size: 16vw;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		color: var(--main-color);
		line-height: 1.2;
	}

	.c-2050_title {
		font-size: 6.933vw;
		font-weight: bold;
		color: var(--main-color);
		line-height: 1.6;
		margin-bottom: 1em;
	}

	.c-2050_status {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.c-2050_status_txt {
		font-size: 3.733vw;
		display: flex;
		justify-content: space-between;
		margin-bottom: 5px;

		.c-nmb {
			font-family: 'Montserrat', sans-serif;
		}
	}

	.c-2050_bar {
		background: #fff;
		height: 20px;
		border-radius: 20px;
	}

	.c-barIn {
		background: #F2515D;
		height: 20px;
		border-radius: 20px;
		animation: progress 0.6s ease forwards;
		animation-fill-mode: forwards;
	}

	@keyframes progress {
		0% {
			width: 0
		}

		100% {
			width: 100%
		}
	}


	.c-2050_note_tn {
		margin-bottom: 30px;
	}


	.twink {
		opacity: 1;
		overflow: hidden;
		position: relative;

	}

	.twink::before {
		background-color: #fff;
		content: "";
		display: block;
		position: absolute;
		top: -100px;
		left: 0;
		width: 30px;
		height: 100%;
		opacity: 0;
		transition: cubic-bezier(0.32, 0, 0.67, 0);
	}

	.twink:hover::before {
		animation: kiran 0.5s linear !important;
	}

	@keyframes kiran {
		0% {
			transform: scale(2) rotate(45deg);
			opacity: 0;
		}

		20% {
			transform: scale(20) rotate(45deg);
			opacity: 0.6;
		}

		40% {
			transform: scale(30) rotate(45deg);
			opacity: 0.4;
		}

		80% {
			transform: scale(45) rotate(45deg);
			opacity: 0.2;
		}

		100% {
			transform: scale(50) rotate(45deg);
			opacity: 0;
		}
	}



	.c-2050_note_title {
		font-weight: bold;
		font-size: 4.266vw;
		color: var(--main-color);
	}

	.c-btn {
		margin-top: 2em;
	}

	.swiper-pagination-bullet {
		width: auto;
		height: auto;
		background: none;
		font-size: 4.8vw;
		margin-right: 30px;
		opacity: 1;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		color: var(--main-color);
	}

	.swiper-pagination {
		position: static;
	}

	.swiper-pagination-bullet-active {
		font-weight: bold;
		text-decoration: underline;
	}

	.swiper-pagination-bullet::before {
		content: counter(pagination);
	}

	.swiper-pagination-bullet:nth-child(1)::before {
		content: "1";
	}

	.swiper-pagination-bullet:nth-child(2)::before {
		content: "2";
	}

}

.l-ichiman2050_wrap_sub {
	background: linear-gradient(to bottom,
			white 0px,
			white 10vw,
			#D8EDF2 10vw,
			#D8EDF2 100%);
}


/*事業内容*/
.l-business_five {
	text-align: center;
	margin-bottom: 26.66vw;
}

.c-business_five_up,
.c-business_five_dn {
	display: flex;
	justify-content: center;
	align-items: end;
}

.c-business_five_box {

	padding: 10.66vw 0;
}

.c-business_five_img {
	margin-bottom: 40px;
}

.c-business_five_up {
	border-bottom: 1px solid #E3E3E3;
}

.c-business_five_dn {
	border-bottom: 1px solid #E3E3E3;
}

.c-business_five_dn:last-child {
	border-bottom: none;
}

.c-business_title {
	font-size: 6.4vw
}

.c-bad_list {
	font-size: 4.266vw;
	padding: 0;
	font-weight: bold;
	color: #06244D;
	line-height: 1.5;
}

.c-bad_list li {
	list-style: none;
	margin-bottom: 1em;
	background: url(../images/face-bad.svg) no-repeat 0 0.8vw;
	background-size: 5.33vw;
	padding-left: 6.4vw;
	font-size: 4.266vw;
}

.c-bad_list span {
	color: #1C1C1C;
}

.c-solution_list {
	padding: 0;
}



.c-solution_list li {
	list-style: none;
	background: #F8F8F8;
	padding: 5.33vw;
	margin-bottom: 15px;
	position: relative;
}

.c-solution_list li::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: calc(50% - 10px);
	width: 0;
	height: 0;
	border-top: 15px solid var(--sub-color);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.c-solution_list li:last-child:after {
	display: none;
}

.c-solution_list_three li:last-child::after {
	display: block;
}

.c-solution_list li h3 {
	font-size: 4.8vw;
	color: var(--sub-color);
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.c-solution_list li p {
	font-size: 4.266vw;
	color: #06244D;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 2vw;
}

.c-free {
	background: #06244D;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	padding: 0 1em;
	line-height: 1.8;
	font-size: 3.733vw;
}

.c-add_text {
	font-size: 3.2vw;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.6em;
	color: #6C6C6C;
}




/*優良化事例*/

.case-template-default .c-title--head--second {
	font-size: 6.4vw;
}

.c-config_title {
	background: url(../images/config_icon.svg) no-repeat left 58%;
	background-size: 4vw;
	padding-left: 1.2em;
	margin-bottom: 10px;
}

.c-example_good_title {
	background: url(../images/face-good.svg) no-repeat left 58%;
	background-size: 6.4vw;
	padding-left: 1.2em;
	margin-bottom: 10px;
	font-size: 6.4vw;
}

.c-example_bad_title {
	background: url(../images/face-bad.svg) no-repeat left 58%;
	background-size: 6.4vw;
	padding-left: 1.2em;
	margin-bottom: 10px;
	font-size: 6.4vw;
}

.c-example_ba_title {
	font-size: 4.266vw;
	color: #06244D;
	font-weight: 700;
	margin-bottom: 20px;
}

.c-green {
	color: var(--sub-color);
}

.c-green_title {
	font-size: 4.266vw;
	color: var(--sub-color);
	margin-bottom: 1em;
}

.c-step_title {
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-size: 5.33vw;
	margin-bottom: 0;
}

.c-owner_title {
	font-size: 4.266vw;
	color: #06244D;
	margin-bottom: 1em;
}

.c-blue_title {
	font-size: 4.266vw;
	color: #06244D;
	margin-bottom: 1em;
	line-height: 1.6;
}

.c-ppl_title {
	font-size: 5.33vw;
}

.c-improvement_category {
	margin-bottom: 7vw;
}

.c-improvement_category label {
	margin-right: 1.333vw;
	margin-bottom: 1.333vw;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
}

.c-improvement_category label input {
	display: none;
}

.c-improvement_category label span {
	color: #C6C6C6;
	font-size: 3.733vw;
	background: #F8F8F8;
	border: 1px solid #E3E3E3;
	border-radius: 20px;
	padding: 0.4vw 5.333vw 0.8vw;
	margin-bottom: 5px;

}

.c-improvement_category label input:checked+span {
	color: #FFF;
	background: var(--sub-color);
	border: 1px solid var(--sub-color);
}

.c-improvement_count {
	line-height: 1;
}

.c-improvement_count {
	font-size: 4.8vw;
	margin-bottom: 3vw;
}

.c-improvement_count span {
	font-size: 8vw;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	color: var(--main-color);
	margin-right: 0.2em;
}

.c-improvement_story_annotation {
	font-size: 12px;
}

.c-improvement_story_annotation span {
	color: #F8C620;
}

.l-improvement_wrap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 13.333vw;
	margin: 13.333vw 0 25vw;
}

.l-improvement_wrap a {
	display: block;
	text-decoration: none;
}

.c-improvement_list p {
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.c-improvement_tn {
	margin-bottom: 15px;
	position: relative;
}

.c-improvement_tn .c-badge {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
}

.c-improvement_tn .c-pickup {
	background: #F8C620;
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
	width: 18.66vw;
}

.c-improvement_tn .c-new {
	background: #e05d61;
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	width: 13.33vw;
	text-align: center;
}

.c-improvement_tn img {
	width: 100%;
	height: auto;
}

.c-improvement_list_title {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 10px;
}

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

.c-improvement_list_category li {
	color: var(--sub-color);
	border: 1px solid;
	display: inline-block;
	border-radius: 20px;
	padding: 0 1.3em;
	font-size: 12px;
	margin-right: 0.2em;
	line-height: 1.6;
}

.l-improvement_wrap_partners {
	margin: 5vw 0 25vw;
}

.c-page_nation {
	margin-bottom: 35vw;
}

.c-page_nation ul {
	display: flex;
	justify-content: center;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: var(--main-color);
	padding: 0;
}

.c-page_nation li {
	display: flex;
	align-items: center;
}

.c-page_nation_pre {
	margin-right: 1.5em;
}

.c-page_nation_next {
	margin-left: 1.5em;
}

.c-page_nation_pre img,
.c-page_nation_next img {
	width: 45px;
	height: 45px;
}

.c-page_nation_current {
	display: inline-block;
	border: 2px solid #E3E3E3;
	border-radius: 5px;
	padding: 0 1em;
	margin-right: 0.5em;
}

.c-improvement_list_category {
	margin-bottom: 5vw;
}

.c-example_title_explain {
	background: #f8f8f8;
	padding: 2em;
	font-size: 3.2vw;
}

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

.c-example_title_explain ul li {
	margin-bottom: 0.8em;
}

.c-example_title_explain ul li:last-child {
	margin-bottom: 0;
}

.c-green_dot_list {
	font-size: 4.266vw;
	padding: 0;
	margin-left: 1em;
	color: var(--sub-color);
	line-height: 1.4;
	margin-bottom: 10vw;
}

.c-green_dot_list02 {
	line-height: 2;
}

.c-green_dot_list li {
	margin-bottom: 1em;
}

.c-green_dot_list li:last-child {
	margin-bottom: 0;
}

.c-green_dot_list span {
	color: #1C1C1C;
}

.c-green_number_list {
	font-size: 4.266vw;
	padding: 0;
	margin-left: 2.5em;
	line-height: 1.;
	list-style: none;
}

.c-green_number_list li {
	text-indent: -1.7em;
}

.c-green_number_list span {
	color: var(--sub-color);
	margin-right: 0.5em;
}

.c-list_text {
	margin-left: 1.2em;
	margin-bottom: 2em;
}

.c-example_owner_box {
	padding: 2em 0;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

.c-exmaple_ower_img {
	margin-bottom: 5vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-exmaple_ower_img img {
	width: 21.33vw;
	height: 21.33vw;
}

.c-example_compare_box {
	background: #F8F8F8;
	padding: 2em 1em 0.5em;
	margin-bottom: 15vw;
}

.c-example_compare_box .c-green_title {
	margin-bottom: 0.8em;
}

.c-example_compare_box_border {
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 2em;
}

.c-example_img01 {
	display: block;
}

.c-example_img02 {
	display: block;
	margin-top: 2em;
}

.c-example_img03 {
	display: block;
}

.c-example_img_caption {
	padding-top: 0.5em;
	font-size: 3.2vw;
	color: #6C6C6C;
}

.c-example_img_caption_right {
	text-align: right;
}

.c-example_img_text {
	padding-top: 0.5em;
}

.c-example_before {
	color: #fff;
	background: #06244D;
	padding: 0 0.5em;
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.c-example_after {
	color: #fff;
	background: var(--sub-color);
	padding: 0 0.5em;
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.c-example_icon_title {
	text-indent: -0.3em;
}

@media only screen and (max-width: 768px) {
	.l-improvement_example {
		gap: 2vw;
		margin: 0;
	}

	.l-improvement_example .c-improvement_tn {
		width: 34.66vw;
		float: left;
		margin-right: 3.5vw;
	}

	.l-improvement_example .c-improvement_list_category {
		overflow: hidden;
		line-height: 1.2;
	}

	.l-improvement_example .c-improvement_list_title {
		font-size: 3.2vw;
	}
}

/*不動産優良化の体制*/

.c-bold_number_title {
	margin-bottom: 20px;
	font-size: 6.4vw;
	text-indent: -1.2em;
	margin-left: 1.2em;
	line-height: 1.3;
}

.c-bold_number_title span {
	font-family: 'Montserrat', sans-serif;
	color: var(--sub-color);
	margin-right: 0.5em;
}

.c-buisiness_number_title {
	font-size: 5.33vw;
}

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

.c-consultant_title {
	font-size: 3.2vw;
	font-weight: 500;
	line-height: 1.5;
}

.c-consultant_name {
	font-size: 4.266vw;
	font-weight: bold;
}

.swiper {
	position: relative;
	margin-bottom: 60px;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-box {
	display: flex;
	gap: 20px;
}

.swiper-button-next,
.swiper-button-prev {
	position: static;
	width: 45px;
	height: 45px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: '';
	width: 45px;
	height: 45px;
	display: block;

}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

.swiper-button-prev:after {
	background: url(../images/btn_icon06.svg) no-repeat;
	background-size: cover;
}

.swiper-button-prev.swiper-button-disabled:after {
	background: url(../images/btn_icon04.svg) no-repeat;
	background-size: cover;
	opacity: 1;
}

.swiper-button-next:after {
	background: url(../images/btn_icon.svg) no-repeat;
	background-size: cover;
}

.swiper-button-next.swiper-button-disabled:after {
	background: url(../images/btn_icon07.svg) no-repeat;
	background-size: cover;
	opacity: 1;
}

/*コンサルタント紹介*/

.l-consultant_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12vw 4vw;
	margin: 13.333vw 0 25vw;
}


.c-consultant_list {}

.c-consultant_tn {
	margin-bottom: 15px;
	position: relative;
}



.c-consultant_tn img {
	width: 100%;
	height: auto;
}

.c-consultant_skill_list {
	font-size: 3.2vw;
	list-style: none;
	margin-top: 5.33vw;
	padding: 0;
	line-height: 1.2;
}

.c-consultant_skill_list li {
	margin-bottom: 1em;
}

.c-consultant_img {
	margin-bottom: 8vw;

}


.l-consultant_modal .c-consultant_title {
	font-size: 4.266vw;
	margin-bottom: 2.66vw;
}

.l-consultant_modal .c-consultant_name {
	font-size: 6.4vw;
	margin-bottom: 9.33vw;
}

.l-consultant_modal .c-consultant_skill_list {
	font-size: 3.2vw;
	margin-bottom: 16vw;
}



.l-consultant_modal .c-blue_title {
	font-size: 5.33vw;
}

.c-green_dot_list span span {
	margin-top: 2.66vw;
}

.l-consultant_modal p {
	margin-bottom: 13.33vw;
}

/*パートナースタッフ*/
.c-consul_title {
	font-size: 5.33vw;
}

.c-partner_tn {
	width: 53vw;
	display: block;
	margin: 8vw auto 5.33vw;
}

.c-partner_title_box {}

.c-partner_box {
	padding-bottom: 16vw;
	border-bottom: 1px solid #E3E3E3;
}

.c-partner_name {
	color: #06244D;
	border-bottom: 1px solid #E3E3E3;
	text-align: center;
	padding-bottom: 5.33vw;
	font-size: 5.33vw;
	font-weight: bold;
}

.c-partner_name h3 {
	font-size: 3.2vw;
	font-weight: 500;
}

.c-partner_name p {
	font-size: 5.33vw;
	font-weight: bold;
}

.c-partner_title {
	font-size: 3.2vw;
	padding: 5.33vw 0 8vw;
}

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

.c-partner_book_box {
	font-size: 3.733vw;

}

.c-partner_book {
	display: flex;
	gap: 5.33vw;
	align-items: center;
	margin-bottom: 5.33vw;
}

.c-partner_book img {
	width: 100px;
}

/*お客様との約束*/
.c-ichinana_title {
	line-height: 1.6;
	margin: 0.3em 0 0.6em;
	font-size: 6.4vw;
}

.c-ac_wrap {
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 21.33vw;
}

.c-ac_title {
	position: relative;
	cursor: pointer;
	font-size: 4.266vw;
	color: #06244D;
	font-weight: bold;
	transition: all .5s;
	padding: 5.33vw 0 5.33vw 1em;
}


.c-ac_title::before,
.c-ac_title::after {
	position: absolute;
	content: '';
	width: 17px;
	height: 3px;
	background-color: var(--sub-color);
	transition: all .3s;
}

.c-ac_title::before {
	top: 48%;
	right: 15px;
	transform: rotate(0deg);

}

.c-ac_title::after {
	top: 48%;
	right: 15px;
	transform: rotate(90deg);

}

.c-ac_title.close::before {
	transform: rotate(0);
}

.c-ac_title.close::after {
	transform: rotate(0);
}


.c-ac_box {
	display: none;
	padding-bottom: 8vw;
}

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

.c-ac_list li {
	background: url(../images/check.svg) no-repeat left 2vw;
	padding-left: 8.5vw;
	margin-bottom: 0.8em;
	font-size: 4.266vw;
}

/*社会への貢献*/
.c-social_title {
	font-size: 5.33vw
}

.c-social_box {
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 13.33vw;
	margin-bottom: 13.33vw;
}

/*SDGS*/
.c-sdgs_icon {
	width: 18.66vw;
	margin-bottom: 3vw;
}

.c-text__sdgs {
	font-size: 4.266vw;
	line-height: 1.7;
}

/*決算*/
.c-annotation {
	font-size: 10px;
	position: relative;
	top: -1.2em;
}

.c-annotation_year {
	top: 0;
	left: 1.5em;
}

.c-ac_box .c-green_dot_list {
	margin-left: 2em;
	font-size: 4.266vw;
}

.c-settlement_date {
	font-size: 4.266vw;
	color: #06244D;
	font-weight: bold;
}

.c-settlement_date+h3 {
	margin-top: 0 !important;
}

/*メディア*/
.l-media_wrap .c-improvement_list_title {
	margin-bottom: 5px;
}

.c-improvement_list .c-pdf {
	margin-left: 0;
}

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

/*会社概要*/
.c-philosophy_title {
	font-size: 6.4vw;
}

.c-philosophy {
	font-size: 3.733vw;
	color: #06244D;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 2em;

	div {
		margin-bottom: 0.3em;
	}
}

.c-philosophy div {
	font-size: 5.33vw;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding-left: 1.5em;
}

.c-philosophy div::before {
	content: "";
	display: block;
	width: 5.33vw;
	height: 1.06vw;
	background-color: var(--sub-color);
	position: absolute;
	top: 46%;
	left: 0;
}



/*table*/

.l-table {
	width: 100%;
	border-top: 1px solid #E3E3E3;
	margin: 2em 0;
	border-collapse: collapse;
}

.l-table th,
.l-table td {
	border-bottom: 1px solid #E3E3E3;
	padding: 1em;
	display: block;
	box-sizing: border-box;
	text-align: left;
	font-size: 4.266vw;
}

.l-table th {
	color: #06244D;
	vertical-align: top;
	border-bottom: none;
	padding-bottom: 0;
}

.l-table td {
	padding-top: 0;
}

.mw_wp_form_preview .l-comfirm_box {
	background-color: #F8F8F8;
	padding: 3em 2em;
	margin: 0 -10px;
}

.mw_wp_form_preview .c-label {
	font-weight: bold;
}

.mw_wp_form_preview .l-form_box__mb,
.mw_wp_form_preview .l-form_box__mb2 {
	margin-bottom: 20px !important;
}

.mw_wp_form_preview .c-select_box {
	width: auto;
}

.mw_wp_form_preview .c-check_box {
	padding: 0 !important;
}

.mwform-tel-field {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mwform-tel-field input {
	width: 31% !important;
}

.c-comfirm_colon {
	display: none;
}

.mw_wp_form_preview .c-comfirm_colon {
	display: inline;
}

.l-table__comfirm {
	border-top: none;
}

.l-table__comfirm th,
.l-table__comfirm td {
	border-bottom: none;
	display: block;
	box-sizing: border-box;
	text-align: left;
	font-size: 4.266vw;
	color: #1C1C1C;
	padding: 0;
}

.l-table__comfirm td {
	margin-bottom: 1em;
}

.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 0 !important;
}

/*沿革*/
.l-table__history th {
	padding: 1em 0 0.6em !important;
	line-height: 1;
}

.l-table__history td {
	padding: 0 0 1em !important;
}

.c-history_title {
	font-family: 'Montserrat', sans-serif;
	color: var(--main-color);
	font-weight: bold;
	font-size: 5.33vw !important;
	vertical-align: middle !important;
}



.c-history_text {
	color: #06244F;
	font-size: 4.266vw;
	font-weight: bold;
}

.c-history_text__sub {
	color: #1C1C1C;
	font-size: 3.73vw;
	padding-top: 0.5em;
	font-weight: 500;
}

.c-history_list {
	font-size: 3.73vw;
	padding-top: 1em;
	padding-left: 1em;
	color: var(--sub-color);
	font-weight: 500;
}

.c-history_list a {
	color: #1C1C1C;
}

.c-history_box img {
	padding: 1em 0;
	width: 100%;
	height: auto;
}

/*お問い合わせ*/
.c-contact_box {
	margin: 0 -30px;
}

.c-contact_box>div:first-child {
	margin-bottom: 2px;
}

.c-contact_box>div {
	background: #F8F8F8;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-contact_box>div>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8vw 4.266vw 8vw 8vw;
	font-size: 3.733vw;
	text-decoration: none;
	flex: 1;
}

.c-contact_layout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8vw 4.266vw 8vw 8vw;
	font-size: 3.733vw;
	text-decoration: none;
	flex: 1;
}

.c-cyu_dial {
	padding: 8vw 4.266vw 8vw 8vw;
	font-size: 3.733vw;
}

.c-contact_box h3 {
	color: #06244F;
	font-size: 4.8vw;
}

.c-contact_box h4 {
	font-size: 4.266vw;
	font-weight: 500;
}

.c-contact_box p {
	color: #6C6C6C;
	font-size: 3.2vw;
}

.c-btn_icon_contact {
	width: 12vw;
	height: 12vw;
	margin-left: 1em;
}

.c-contact_tel {
	font-family: 'Montserrat', sans-serif;
	color: var(--main-color);
	font-weight: bold;
	font-size: 6vw;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.c-contact_mail {
	font-family: 'Montserrat', sans-serif;
	color: var(--main-color);
	font-weight: bold;
	font-size: 6vw;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.c-contact_fax {
	font-family: 'Montserrat', sans-serif;
	color: var(--main-color);
	font-weight: bold;
	font-size: 5vw;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.c-contact_box .c-sub_test {
	text-align: left;
}

.c-contact_address {
	font-weight: bold;
}

.c-financial_results.c-contact_pdf a {
	font-size: 4.26vw;
	margin-bottom: 1em;
	display: inline-block;
}

.c-contact_box .c-btn {
	margin: 2em 60px 2em 0;
}

.gmap {
	margin: 0 -30px;
}

.gmap iframe {
	width: 100%;
	height: 65.6vw;
}

.c-cyu_list li {
	margin-bottom: 0.5em !important;
}

/*フォーム*/
.l-form_box {
	margin-bottom: 5.33vw;
}

.l-form_box__mb {
	margin-bottom: 13.33vw;
}

.l-form_box__mb2 {
	margin-bottom: 26.66vw;
}

.c-required {
	float: right;
	width: 13.86vw;
	background: #DFF5E5;
	color: var(--sub-color);
	font-size: 3.2vw;
	text-align: center;
	border-radius: 10px;
	line-height: 6.66vw;
	margin-bottom: 2.66vw;
}

.c-label {
	display: block;
	font-size: 4.26vw;
	margin-bottom: 1.33vw;
}

.c-label_mb {
	margin-bottom: 4vw;
}

.c-input {
	width: 100%;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
	padding: 0.7em;
}

.c-input__short {
	width: 160px;
}

.c-input__short02 {
	width: 64vw;
}

.c-input__short03 {
	width: 3em;
}

.c-input__short04 {
	width: 55vw;
}

.c-select_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 2.66vw;
}

.c-select_box select {
	font-size: 3.733vw;
}

input[type=radio] {
	margin-right: 4vw;
}

.c-radio_box {
	display: flex;
	flex-wrap: wrap;
	gap: 1.33vw 8vw;
}

.c-radio_box input[type=radio] {
	display: none;
}

.c-radio_box label {
	position: relative;
	padding-left: 9.33vw;
	cursor: pointer;
}

.c-radio_box input[type=radio]+label::before {
	position: absolute;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: url(../images/radio-off.svg) no-repeat;
	left: 0;
	top: 3px;
}

.c-radio_box input[type=radio]+label::after {
	position: absolute;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: url(../images/radio-on.svg) no-repeat;
	left: 0;
	top: 3px;
	opacity: 0;
	transition: .3s;
}

.c-radio_box input[type=radio]:checked+label::after {
	opacity: 1;
}



select {
	/* 初期化 */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	color: #6C6C6C;
	font-size: 16px;
	width: 100%;
	height: 100%;
	background: url(../images/select_arrow.svg) no-repeat right 10px center / 24px auto;
	cursor: pointer;
}


input[type="checkbox"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-check_box {
	padding-top: 2.66vw;
}

.c-check_box input[type=checkbox] {
	display: none;
}

.c-check_box label {
	position: relative;
	display: inline-block;
	padding: 0 2em 0 3em;
	margin-bottom: 10px;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
	z-index: 1000;
	cursor: pointer;
}

.c-check_box label span {
	position: relative;
	z-index: 1000;
}

.c-check_box input[type=checkbox]+label::before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 45px;
	border-radius: 30px;
	border: 2px solid #E3E3E3;
	background: url(../images/check-off.svg) no-repeat 10px;
	left: 0;
	top: 0;
}

.c-check_box input[type=checkbox]+label::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 45px;
	border-radius: 30px;
	border: 2px solid var(--sub-color);
	background: #56B470 url(../images/check-on.svg) no-repeat 10px;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .3s;
}

.c-check_box input[type=checkbox]:checked+label::after {
	opacity: 1;
}

.c-check_box input[type=checkbox]:checked+label span {
	color: #fff;
}

.c-input_check_box {
	text-align: center;
	margin: 60px 0;
}

.c-input_check_box input[type=checkbox] {
	display: none;
}

.c-input_check_box label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	color: #06244D;
	font-weight: bold;
	font-size: 4.266vw;
}

.c-input_check_box input[type=checkbox]+label::before {
	position: absolute;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: url(../images/input_check-off.svg) no-repeat;
	left: 0;
	top: 1px;
}

.c-input_check_box input[type=checkbox]+label::after {
	position: absolute;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: url(../images/input_check-on.svg) no-repeat;
	left: 0;
	top: 1px;
	opacity: 0;
	transition: .3s;
}

.c-input_check_box input[type=checkbox]:checked+label::after {
	opacity: 1;
}

.c-textarea {
	height: 20em;
	padding: 1.8em;
	width: 100%;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
}

.c-for_tenant {
	background: #F8F8F8;
	padding: 2em;
	font-size: 3.73vw;
}

.c-form_btn_mb {
	margin-bottom: 26.66vw !important;
}

.c-form_group {
	display: inline-block;
}

/*プライバシーポリシー*/
.c-ol {
	padding-left: 1em;
	padding-top: 1em;
}

.c-ol li {
	padding-left: 1em;
	margin-bottom: 1em;
}

.c-ol li strong {
	display: block;
	color: #1C1C1C;
}

.c-ul {
	padding-left: 1em;
	padding-top: 1em;
}

.c-ul li {
	padding-left: 1em;
	margin-bottom: 1em;
}

.c-ul li strong {
	display: block;
	color: #1C1C1C;
}

.c-privacy_box {
	background: #F4FAFC;
	padding: 1em 2em;
	line-height: 2;
	margin-bottom: 1em;
}

.c-privacy_box+p {
	margin-bottom: 4em;
}

.c-privacy_end {
	text-align: right;
	margin-top: 4em;
}

/*賃貸経営パートナーズ*/

.c-partners_logo_area {
	background: var(--main-color);
	height: 8px;
	text-align: center;
}

.c-partners_logo {
	width: 27.2vw;
	position: absolute;
	top: 0;
	left: 0;
}

.c-lower_partners {
	position: relative;
}

.l-partners_wrap {
	background: #EFF3FA;
	padding-bottom: 10vw;
}

.l-partners_wrap+.l-breadcrumb {
	margin-top: 0 !important;
}

.l-partners_intro {
	padding: 0 20px;
	padding-top: 7.5vw;
	margin-bottom: 4em;
}

.c-partners_intro_illust {
	margin-bottom: 1em;
	text-align: center;
}

.c-title--ptns {
	text-align: center;
	font-size: 6.933vw;
	margin-bottom: 0.8em;
	color: var(--main-color);
	line-height: 1.6;
}

.c-title--ptns_catch {
	text-align: center;
	font-size: 4.266vw;
	line-height: 1.4;
	color: var(--main-color);
	font-weight: bold;
	margin-bottom: 3em;
}

.c-title_intro {
	background: var(--sub-color);
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: 6.933vw;
	padding: 0.3em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
}

.c-intro_circle_box {
	display: flex;
	justify-content: space-around;
}

.c-intro_circle {
	background: #ffffff;
	text-align: center;
	border-radius: 50%;
	width: calc((100vw - 40px) / 3 - 1vw);
	height: calc((100vw - 40px) / 3 - 1vw);
	position: relative;

}

.c-intro_circle:hover {
	transform: scale(1.05, 1.05);
	transition: all .3s;
	cursor: pointer;
}

.c-intro_circle::before {
	content: "1";
	display: block;
	color: var(--main-color);
	font-size: 4.533vw;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: calc(50% - 0.2em);
}

.c-intro_circle a {
	display: block;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.c-intro_circle:nth-child(2):before {
	content: "2";
}

.c-intro_circle:nth-child(3):before {
	content: "3";
}

.c-intro_circle::after {
	content: "";
	display: block;
	background: url(../images/partners/circle_arrow.svg) no-repeat;
	background-size: contain;
	width: 2.4vw;
	height: 3.466vw;
	position: absolute;
	bottom: 10px;
	left: calc(50% - 2.4vw / 2);
}

.c-intro_circle_text {
	color: var(--sub-color);
	font-weight: bold;
	font-size: 3.2vw;
	line-height: 1.2;
}

.l-partners_container {
	padding: 0 10px;
	position: relative;
}

.l-partners_container02 {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 21.33vw 30px;
}


.l-partners_inner {
	background: #fff;
	border-radius: 20px;
	padding: 5.33vw;
}

.l-partners_inner_pd {
	padding-top: 10vw;
}

.c-partners_section_number {
	width: 28vw;
	height: 14vw;
	border-radius: 28vw 28vw 0 0;
	text-align: center;
	background: #fff;
	color: var(--main-color);
	font-size: 6.933vw;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin: 0 auto;
	position: absolute;
	top: -10vw;
	left: calc(50% - 14vw);
}

.c-title--head__partners_section {
	font-size: 9vw !important;
	color: var(--main-color) !important;
	margin-bottom: 0.5em;
}

.c-title--head__partners_section span {
	font-size: 5.6vw;
}

.c-partners_section_lead {
	font-size: 3.733vw;
}

.c-parners_illust_01 {
	width: 73vw;
}

.c-parners_illust_02 {
	width: 73vw;
}

.c-parners_illust_03 {
	width: 73vw;
}

.c-partners_total {
	position: relative;
	top: -0.6em;
}

.c-partners_balloon_outer {
	margin-right: -3vw;
	padding-right: 13vw;
	position: relative;
}

.c-partners_balloon_outer:before {
	content: '';
	display: block;
	background: url(../images/partners/01_img_02.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	width: 11vw;
	height: 40vw;

}

.c-partners_balloon {
	position: relative;
	border: var(--main-color) solid 2px;
	border-radius: 10px;
	padding: 18px;
}

.c-partners_balloon:after,
.c-partners_balloon:before {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	left: 100%;
	top: 4%;
}

.c-partners_balloon:before {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 7px;
	border-right-width: 7px;
	margin-top: -5px;
	border-left-color: #FFFFFF;
	z-index: 2;
}

.c-partners_balloon:after {
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 8px;
	border-right-width: 9px;
	margin-top: -6px;
	margin-left: 2px;
	border-left-color: #06244D;
	z-index: 1;
}

.acc_ptns {
	display: none;
}

.ptns_btn {
	width: 74.66vw;
	height: 13.33vw;
	background: url(../images/partners/btn_open.svg) no-repeat;
	background-size: contain;
	margin: 0 auto;
}

.ptns_btn.close {
	background: url(../images/partners/btn_close.svg) no-repeat;
	background-size: contain;
}

.c-title--partners_slash {
	text-align: center;
	font-size: 5.33vw;
	margin-bottom: 0.8em;
	color: var(--main-color);
	line-height: 1.6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-title--partners_slash::before,
.c-title--partners_slash::after {
	content: '';
	width: 0.266vw;
	height: 9.33vw;
	background-color: var(--main-color);
}

.c-title--partners_slash::before {
	margin-right: 8vw;
	transform: rotate(-45deg)
}

.c-title--partners_slash::after {
	margin-left: 8vw;
	transform: rotate(45deg)
}

.c-partners_greentitle {
	color: var(--sub-color);
	font-size: 6.933vw;
	text-align: center;
	margin-bottom: 0.5em;
}

.c-partners_greentitle+img {
	margin-bottom: 1em;
}

.c-partners_btn a {
	font-size: 4.266vw;
}

.c-cv_btn01 {
	margin: 40px 20px 0;
}

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

.c-cv_btn02 {
	margin: 60px 65px 0;
}

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

.c-achivement_partners {
	display: flex;
	justify-content: space-between;
	border: none;
}

.c-achivement_partners li {
	display: block;
	border: none;
	text-align: center;
}

.c-achivement_partners li img {
	padding: 0 3vw 3vw;
}

.c-achivement_partners li .c-achievement__number {
	font-size: 10.66vw;
}

.c-achivement_partners li .c-achievement__number span {
	margin-left: 1vw;
	margin-right: 1vw;
}

.l-partners_case_wrap a {
	display: block;
	text-decoration: none;
}

.sp_center {
	text-align: center;
}




.c-title--partners {
	text-align: center;
	font-size: 5.866vw;
	background: #1e6c93;
	color: #fff;
	margin: 0 -500% 60px;
	padding: 1em 500%;
}

.c-title--partners_second {
	text-align: center;
	font-size: 5.866vw;
	margin: 3em 0 2em;
	color: var(--main-color);
}

.c-title--partners_second02 {
	text-align: center;
	font-size: 4.266vw;
	margin: 2em 0 0;
	color: var(--main-color);
}

.c-title--partners_second__main {
	font-size: 5.866vw;
	margin: 0 0 1em;
	color: var(--main-color);
}

.c-title--partners_third {
	color: var(--main-color);
}

.c-title--head__partners {
	font-size: 8.533vw !important;
	color: #56B470 !important;
	margin-bottom: 0.5em;
}

.c-title--head__partners span {
	font-size: 6.4vw;
	color: var(--main-color);
}

.c-partners_list {
	font-size: 16px;
	margin-top: 1em;
}

.c-blue_title__partners {
	padding-bottom: 0.5em;
}

.c-blue_title__partners span {
	background: var(--sub-color);
	color: #fff;
	display: inline-block;
	padding: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1;
	border-radius: 5px;
}

.c-partners_number {
	background: #06244D;
	color: #fff;
	font-size: 4.8vw;
	border-radius: 5px;
	display: inline-block;
	padding: 0 0.5em;
}

.c-partners_tagline {
	position: absolute;
	top: 50%;
	left: 5%;
	color: #06244D;
	font-size: 26px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
}

.c-partners_tagline div {
	background: rgba(255, 255, 255, 0.85);
	padding: 0.4em 0.4em 0.6em;
	margin-bottom: 0.5em;
	position: relative;
	line-height: 1;
	display: inline-block;
	width: 26em;
}

.c-partners_tagline div:last-child {
	width: 16em;
}

.c-partners_tagline div span {
	color: var(--sub-color);
	font-size: 32px;
}

.c-partners_number_title {
	text-indent: 0;
	margin-left: 0;
}

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

	/* ニュースティッカー
----------------------------------------------- */
	.bx-wrapper {

		margin-bottom: 0 !important;
		box-shadow: none !important;
		border: 1px solid #E3E3E3 !important;
		box-sizing: border-box;
		flex: 1;
	}

	.bx-viewport {
		height: 80px !important;
	}

	.c-mv_news {
		width: 100%;
		display: flex;
		overflow: hidden;
	}

	.c-mv_news_title {
		color: #fff;
		font-size: 12px;
		padding: 0 5em;
		width: 160px;
		justify-content: center;
		display: flex;
		align-items: center;
		white-space: nowrap;
		height: auto;
	}

	.slider {
		padding: 0;
		font-size: 12px;

	}

	.slider li {
		padding: 0 20px;
		line-height: 80px;
		height: 80px;
		font-size: 12px;
	}


	.slider a {
		display: flex;
		align-items: center;
		background: #fff;
		text-decoration: none;
		font-size: 12px;
		color: var(--main-color);
		height: 80px;
	}

	.slider span {
		display: inline-block;
		margin-right: 10px;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
	}

	.book_list {
		padding: 0;
		font-size: 12px;

	}

	.book_list li {
		padding: 0 20px;
		line-height: 40px;
		height: 40px;
		font-size: 12px;
	}


	.book_list a {
		display: flex;
		align-items: center;
		background: #fff;
		text-decoration: none;
		font-size: 12px;
		color: var(--main-color);
		height: 40px;
	}

	.book_list span {
		display: inline-block;
		margin-right: 10px;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
	}

	.c-btn_icon_contact {
		width: 45px;
		height: 45px;
		margin-left: 0;
	}
}

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


	body {
		font-size: 1.6rem;
	}

	.pd_ud {
		padding: 130px 0 !important;
	}

	.mid_align_center {
		text-align: center;
	}

	.c-pc_center {
		text-align: center;
	}





	.l-container {
		margin-top: 130px;
	}

	.l-container__top {
		margin: 4vw 0 9vw;
	}

	.l-container__nomv {
		margin-top: 0;
	}

	.sp_container01 {
		margin-bottom: 60px;

	}

	.sp_container02 {
		margin-bottom: 120px;

	}

	.l-notification .l-inner {
		padding: 0 60px;
	}

	.l-notification {
		padding: 60px 0;
	}

	.c-notification_title {
		font-size: 30px;
	}

	.c-notification_list li a {
		font-size: 18px;
	}

	.c-title--head,
	.c-title--head__number {
		font-size: 44px;
	}

	.c-title--head__dot {
		margin-left: 0.6em;
		text-indent: -1em;
	}

	.c-title--head__dot::before {
		font-size: 60px;
		top: 5px;

	}

	.c-title--head__dot_example {
		margin-left: 0.6em;
		text-indent: -1em;
	}

	.c-title--head__dot_example::before {
		font-size: 40px;
		top: 9px;
	}

	.c-circle_title {
		font-family: 'Montserrat', sans-serif;
		display: inline-block;
		width: 44px;
		height: 44px;
		line-height: 50px;
		font-size: 30px;
		color: var(--sub-color);
		border: 3px solid var(--sub-color);
		border-radius: 50%;
		margin-right: 10px;
	}

	.c-circle_title span {
		top: -6px;
	}

	.c-title--head__main {
		font-size: 53px;
	}

	.c-title--head__sub {
		font-size: 30px;
	}

	.c-title--head--second {
		font-size: 30px
	}

	.c-img {
		max-width: 500px;
		display: block;
		margin: 0 auto;
	}

	.c-btn a,
	.c-btn .c-btn_submit {
		font-size: 16px;
		font-weight: 700;
		text-decoration: none;
		color: #06244D;
		position: relative;
	}

	.c-btn a::after,
	.c-btn .c-btn_submit::after {
		content: url(../images/btn_icon.svg);
		width: 45px;
		height: 45px;
		position: absolute;
		top: 50%;
		right: -60px;
		margin-top: -20px;
	}

	.c-btn a:hover::after,
	.c-btn .c-btn_submit:hover::after {
		content: url(../images/btn_icon.svg);
		width: 45px;
		height: 45px;
		position: absolute;
		top: 50%;
		right: -70px;
		margin-top: -20px;
		transition: all .3s;
	}

	.c-btn .disabled_input::after {
		content: url(../images/btn_icon07.svg);
	}

	.c-btn .disabled_input:hover::after {
		content: url(../images/btn_icon07.svg);
	}

	.c-btn_back a::before,
	.c-btn_back .c-btn_submit::before {
		content: url(../images/btn_icon08.svg);
		width: 45px;
		height: 45px;
		position: absolute;
		top: 50%;
		left: -60px;
		margin-top: -20px;
	}

	.c-btn_back a:hover::before,
	.c-btn_back .c-btn_submit:hover::before {
		content: url(../images/btn_icon08.svg);
		width: 45px;
		height: 45px;
		position: absolute;
		top: 50%;
		left: -70px;
		margin-top: -20px;
		transition: all .3s;
	}

	.c-pdf_btn a::after {
		content: url(../images/pdf_icon.svg) !important;
	}

	.c-recruit_btn a::after {
		content: url(../images/btn_icon03.svg);
	}

	.c-sub_test {
		font-size: 12px;
	}

	/*TOP５つの事業*/
	.l-top_five div {
		height: 350px;
		padding-bottom: 60px;
	}

	/*TOP社会課題*/

	.c-square_root .col4 {
		width: 33.3333%;
	}

	.c-square_root {
		margin: 20px -30px 0;
		flex-direction: row;
	}

	.c-square:before {
		padding-top: 100%;
	}

	.c-square__child {
		font-size: 3vw;
	}

	.c-square_root .c-btn_icon {
		width: 6vw;
		height: 6vw;
	}

	/*TOP決算*/
	.c-achievement__title {
		font-size: 4.266vw;
	}

	.c-achivement_text {
		font-size: 18px;
	}

	/*TOPニュース*/
	.c-pdf {
		color: #F2515D;
		border: 1px solid #F2515D;
		display: inline-block;
		border-radius: 20px;
		padding: 0 1em;
		font-size: 12px;
	}

	.c-pdf_ex {
		color: #F2515D !important;
		border: 1px solid #F2515D !important;
		display: inline-block !important;
		border-radius: 20px !important;
		font-size: 12px !important;
	}

	.c-top_news__genre {
		color: var(--sub-color);
		border: 1px solid;
		display: inline-block;
		border-radius: 20px;
		padding: 0 1em;
		font-size: 12px;
		vertical-align: middle;
		width: 10em;
		text-align: center;
	}

	/*パン屑*/
	.l-breadcrumb {
		margin-top: 120px;
		padding: 0 30px;
	}

	.breadcrumb {
		font-size: 12px;
		padding: 1.8em 1em;
		max-width: 1280px;
		margin: 0 auto;
	}

	.breadcrumb li:after {
		padding: 0 0.2em;
	}

	.c-footer_logo {
		width: 188px;
		margin-bottom: 40px;
	}

	.l-footer address {
		font-size: 12px;

	}

	.c-tel {

		font-size: 22px;
	}


	.c-tel span {

		font-size: 12px;

	}



	.c-footer_nav__child li {
		font-size: 14px;
	}

	.c-footer_sub_nav li {
		font-size: 14px;
	}



	.c-footer_bottom small {
		font-size: 12px;
	}

	.c-footer_bottom_nav ul li {
		font-size: 14px;

	}

	/* lower
----------------------------------------------- */

	.c-title--improvement_example {
		font-size: 18px;
	}

	.c-green_dot_list {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.c-green_number_list {
		font-size: 18px;
	}

	.c-example_ba_title {
		font-size: 24px;
	}

	.c-green_title {
		font-size: 18px;
	}

	.c-step_title {
		font-size: 24px;
	}

	.c-blue_title {
		font-size: 18px;
	}

	.c-owner_title {
		font-size: 16px;
	}

	.c-exmaple_ower_img {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
	}

	.c-exmaple_ower_img img {
		width: 120px;
		height: 80px;
		padding-right: 40px;
		border-right: 1px solid #e3e3e3;
	}

	.c-example_img_caption {
		font-size: 12px;
	}

	.c-example_img01 {
		width: 550px;
		margin: auto 0;
	}

	.c-example_img02 {
		width: 550px;
		margin: 2em auto 0;
	}

	.c-example_img03 {
		width: 920px;
		margin: 0 auto;
	}

	/*不動産優良化の体制*/
	.c-consultant_title {
		font-size: 12px;

	}

	.c-consultant_name {
		font-size: 18px;
	}

	/*優良化事例*/
	.l-improvement_wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 80px 40px;
		margin: 50px 0 100px;
	}

	.l-improvement_wrap_partners {
		margin: 20px 0 100px;
	}

	/*コンサルタント紹介*/

	.l-consultant_wrap {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 60px 40px;
		margin: 50px 0 100px;
	}


	.c-consultant_list {}

	.c-consultant_tn {
		margin-bottom: 15px;
		position: relative;
		overflow: hidden;
	}

	.c-consultant_tn img {
		width: 100%;
		height: auto;
	}

	.c-consultant_tn a img:hover {
		transform: scale(1.15, 1.15);
		transition: all .3s;
	}

	.c-consultant_skill_list {
		font-size: 12px;
		margin-top: 20px;
	}

	.l-consultant_modal {
		display: flex;
		gap: 80px;
		overflow-y: auto;
	}

	.c-consultant_img {
		width: 356px;
		margin-bottom: 0;
	}

	.c-consultant_text {
		flex: 1;
	}

	.l-consultant_modal p {
		margin-bottom: 50px;
	}

	.l-consultant_modal .c-consultant_title {
		font-size: 14px;
		margin-bottom: 0;
	}

	.l-consultant_modal .c-consultant_name {
		font-size: 44px;
		margin-bottom: 20px;
	}

	.l-consultant_modal .c-consultant_skill_list {
		margin-bottom: 60px;
		font-size: 14px;
	}

	.c-green_dot_list span span {
		margin-top: 0.5em;
		font-size: 14px;
		display: block;
	}

	.l-consultant_modal .c-blue_title {
		font-size: 18px;
	}

	/*パートナースタッフ*/
	.c-partner_box {
		padding-bottom: 60px;
	}

	.c-partner_tn {
		max-width: 40vw;
		display: block;
		margin: 40px auto;
	}

	.c-partner_title_box {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.c-partner_name {
		color: #06244D;
		border-right: 1px solid #E3E3E3;
		border-bottom: none;
		padding-right: 60px;
		padding-bottom: 0;
		text-align: left;
		font-size: 24px;
	}

	.c-partner_name h3 {
		font-size: 14px;
	}

	.c-partner_name p {
		font-size: 24px;
		font-weight: bold;
	}

	.c-partner_title {
		font-size: 12px;
		padding: 0 0 0 60px;
	}

	.c-partner_title ul {
		list-style: none;
	}

	.c-partner_book_box {
		display: flex;
		gap: 60px;
		font-size: 14px;
		padding-bottom: 0;
	}

	.c-partner_book {
		display: flex;
		gap: 20px;
		align-items: center;
		margin-bottom: 0;
		flex-basis: 50%;
	}

	.c-partner_book img {
		width: 100px;
	}

	/*お客様との約束*/
	.c-ac_wrap {
		border-top: 1px solid #E3E3E3;
		border-bottom: 1px solid #E3E3E3;
		margin-bottom: 100px;
	}

	.c-ac_title {
		position: relative;
		cursor: pointer;
		font-size: 16px;
		color: #06244D;
		font-weight: bold;
		transition: all .5s;
		padding: 30px 0 30px 1em;
	}


	.c-ac_title::before,
	.c-ac_title::after {
		position: absolute;
		content: '';
		width: 17px;
		height: 3px;
		background-color: var(--sub-color);
		transition: all .3s;
	}

	.c-ac_title::before {
		top: 48%;
		right: 15px;
		transform: rotate(0deg);

	}

	.c-ac_title::after {
		top: 48%;
		right: 15px;
		transform: rotate(90deg);

	}

	.c-ac_title.close::before {
		transform: rotate(0);
	}

	.c-ac_title.close::after {
		transform: rotate(0);
	}


	.c-ac_box {
		display: none;
		padding-bottom: 60px;
	}

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

	.c-ac_list li {
		background: url(../images/check.svg) no-repeat left 50%;
		padding-left: 2em;
		margin-bottom: 0.8em;
		font-size: 16px;
	}

	/*社会への貢献*/
	.c-social_title {
		font-size: 20px;
	}

	.c-social_box {
		padding-bottom: 50px;
	}

	/*SDGS*/
	.c-sdgs_icon {
		width: 90px;
	}

	.c-text__sdgs {
		font-size: 14px;
	}

	/*決算*/
	.c-ac_box .c-green_dot_list {
		font-size: 16px;
	}

	.c-media_time {
		display: block;
	}

	/*会社概要*/
	.c-philosophy_title {
		font-size: 30px;
	}

	.c-philosophy {
		font-size: 30px;
	}

	.c-philosophy div {
		font-size: 24px;
	}

	.c-philosophy div::before {
		width: 20px;
		height: 4px;
		background-color: var(--sub-color);
	}

	/*決算*/
	.c-settlement_date {
		font-size: 16px;
	}

	/*フォーム*/
	.l-form_box {
		margin-bottom: 20px;
	}

	.l-form_box__mb {
		margin-bottom: 50px;
	}

	.l-form_box__mb2 {
		margin-bottom: 100px;
	}

	.c-required {
		float: right;
		width: 52px;
		background: #DFF5E5;
		color: var(--sub-color);
		font-size: 12px;
		text-align: center;
		border-radius: 10px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.c-label {
		display: block;
		font-size: 16px;
		margin-bottom: 5px;
	}

	.c-label_mb {
		margin-bottom: 15px;
	}

	.c-input {
		width: 100%;
		border: 1px solid #E3E3E3;
		border-radius: 5px;
		padding: 0.7em;
	}

	.c-input__short {
		width: 160px;
	}

	.c-input__short02 {
		width: 240px;
	}

	.c-input__short03 {
		width: 3em;
	}

	.c-input__short04 {
		width: 380px;
	}

	.c-select_box {
		display: flex;
		justify-content: space-between;
		width: 500px;
		gap: 10px;
	}

	.c-select_box select {
		font-size: 1.6rem;
	}

	input[type=radio] {
		margin-right: 15px;
	}

	.c-radio_box {
		display: flex;
		flex-wrap: wrap;
		gap: 5px 30px;
	}

	.c-radio_box input[type=radio] {
		display: none;
	}

	.c-radio_box label {
		position: relative;
		padding-left: 35px;
		cursor: pointer;
	}

	.c-radio_box input[type=radio]+label::before {
		position: absolute;
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		background: url(../images/radio-off.svg) no-repeat;
		left: 0;
		top: 1px;
	}

	.c-radio_box input[type=radio]+label::after {
		position: absolute;
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		background: url(../images/radio-on.svg) no-repeat;
		left: 0;
		top: 1px;
		opacity: 0;
		transition: .3s;
	}

	.c-radio_box input[type=radio]:checked+label::after {
		opacity: 1;
	}



	select {
		/* 初期化 */
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		background: none;
		border: none;
		color: #6C6C6C;
		font-size: 16px;
		width: 100%;
		height: 100%;
		background: url(../images/select_arrow.svg) no-repeat right 10px center / 24px auto;
		cursor: pointer;
	}


	input[type="checkbox"] {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.c-check_box {
		padding-top: 10px;
	}

	.c-check_box input[type=checkbox] {
		display: none;
	}

	.c-check_box label {
		position: relative;
		display: inline-block;
		padding: 0 2em 0 3em;
		margin-bottom: 10px;
		height: 45px;
		line-height: 45px;
		margin-right: 10px;
		z-index: 1000;
		cursor: pointer;
	}

	.c-check_box label span {
		position: relative;
		z-index: 1000;
	}

	.c-check_box input[type=checkbox]+label::before {
		position: absolute;
		content: '';
		display: block;
		width: 100%;
		height: 45px;
		border-radius: 30px;
		border: 2px solid #E3E3E3;
		background: url(../images/check-off.svg) no-repeat 10px;
		left: 0;
		top: 0;
	}

	.c-check_box input[type=checkbox]+label::after {
		position: absolute;
		content: '';
		display: block;
		width: 100%;
		height: 45px;
		border-radius: 30px;
		border: 2px solid var(--sub-color);
		background: #56B470 url(../images/check-on.svg) no-repeat 10px;
		left: 0;
		top: 0;
		opacity: 0;
		transition: .3s;
	}

	.c-check_box input[type=checkbox]:checked+label::after {
		opacity: 1;
	}

	.c-check_box input[type=checkbox]:checked+label span {
		color: #fff;
	}

	.c-input_check_box {
		text-align: center;
		margin: 60px 0;
	}

	.c-input_check_box input[type=checkbox] {
		display: none;
	}

	.c-input_check_box label {
		position: relative;
		padding-left: 35px;
		cursor: pointer;
		font-size: 16px;
	}

	.c-input_check_box input[type=checkbox]+label::before {
		position: absolute;
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		background: url(../images/input_check-off.svg) no-repeat;
		left: 0;
		top: 1px;
	}

	.c-input_check_box input[type=checkbox]+label::after {
		position: absolute;
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		background: url(../images/input_check-on.svg) no-repeat;
		left: 0;
		top: 1px;
		opacity: 0;
		transition: .3s;
	}

	.c-input_check_box input[type=checkbox]:checked+label::after {
		opacity: 1;
	}

	.c-textarea {
		height: 12em;
		padding: 1.8em;
		width: 100%;
		border: 1px solid #E3E3E3;
		border-radius: 5px;
	}

	.c-for_tenant {
		background: #F8F8F8;
		padding: 3em;
		font-size: 16px;
	}

	.c-form_btn_mb {
		margin-bottom: 160px !important;
	}

	.c-comfirm_btn {
		display: flex;
		justify-content: center;
		gap: 60px
	}

	.mwform-tel-field {
		width: 100%;
		display: inline;
	}

	.mwform-tel-field input {
		width: auto !important;
	}

}

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

	.ichiman2050_badge_wrap {
		top: 0;
		right: 4%;
	}

	.ichiman2050_badge_wrap a {
		display: inline-block;
		transition: transform 0.3s ease;
		/* ここに書く */
	}

	.ichiman2050_badge_wrap a:hover {
		transform: scale(1.05);
	}

	.ichiman2050_badge {
		width: 15vw;
		height: 15vw;
	}

	.ichiman2050_badge::before {
		background: url('https://ichiman.co.jp/wp-content/uploads/2025/08/ichiman_2050_btn_back.png') center center / 14.5vw auto no-repeat;
	}

	.ichiman2050_badge_text {
		position: relative;
		z-index: 1;
		top: 10px;

		img {
			width: 8.5vw;
		}
	}

	.pum-content+.pum-close,
	.pum-theme-lightbox .pum-content+.pum-close {
		height: 45px !important;
		width: 45px !important;
		right: -13px !important;
	}

	.l-container__top {
		margin: 4vw 0 9vw;
	}

	.bx-viewport {
		height: 40px !important;
	}

	.slider li {
		line-height: 40px;
		display: flex;
	}

	.slider a {
		height: 40px;
	}

	.c-square__child {
		font-size: 24px;
	}

	/*TOP決算*/
	.c-financial_results {
		margin-bottom: 60px;
	}

	.c-title--head__sub {
		margin-bottom: 120px;
	}

	.c-achievement {
		border-top: none;
		padding: 0;
		margin: 0 0 20px;
		color: var(--main-color);
		display: flex;
		border-left: 1px solid #E3E3E3;
	}

	.c-achievement li {
		border-bottom: none;
		list-style: none;
		padding: 0;
		margin: 0;
		display: block;
		flex: 1;
		border-right: 1px solid #E3E3E3;
		text-align: center;
	}

	.c-achievement__title {
		font-size: 18px;
		font-weight: 700;
	}

	.c-achievement__number {
		font-size: 44px;
		line-height: 1.6;
	}

	.c-achievement__number span {
		font-size: 18px;
		margin-left: 0.7em;
	}

	.c-achivement_text {
		font-size: 12px;
		text-align: right;
	}

	/*TOPニュース*/
	.c-top_news ul {
		border-top: 1px solid #E3E3E3;
		padding: 0;
	}

	.c-top_news li {
		border-bottom: 1px solid #E3E3E3;
		list-style: none;
		padding: 30px 0 30px 30px;
	}

	.c-top_news li a {
		text-decoration: none;
	}

	.c-top_news li a:hover {
		opacity: 0.6;
	}

	.c-top_news__date {
		font-size: 14px;
	}

	.c-pdf {
		color: #F2515D;
		border: 1px solid #F2515D;
		display: inline-block;
		border-radius: 20px;
		padding: 0 1em;
		font-size: 12px;
	}

	.c-genre_box {
		display: inline-block;
	}

	.c-top_news__genre {
		margin-bottom: 0;
		font-size: 12px;
	}

	.c-contact_btn a {
		display: flex;
		max-width: 360px;
		height: 80px;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		font-size: 18px;
		font-weight: bold;
		border-radius: 5px;
		padding: 30px;
		margin: 0 auto;
	}

	/*TOPバナー*/
	.l-footer_banner .row {
		display: flex;
		justify-content: space-between;
	}

	.l-footer_banner .col6 {
		width: 50%;
	}

	.l-footer_banner {
		margin-top: 2px;
	}

	.l-footer_banner div {
		margin-top: 0;
	}

	.l-footer_banner a img {
		width: 250px;
	}

	.l-footer_banner a {
		height: 300px;
		padding: 80px 90px;
		font-size: 14px;
	}



	/*フッター*/
	.l-footer {
		padding: 80px 30px 50px;
		line-height: 1;
		width: 100%;
		background: #fff;
		color: #06244D;
	}

	.c-tel {
		padding: 20px 0 !important;
		font-family: 'Montserrat', sans-serif;
		color: var(--main-color);
		font-size: 30px;
	}

	.l-footer address {
		margin-bottom: 50px;
	}

	.c-footer_nav__title {
		margin-bottom: 25px;
	}

	.c-btn_icon:before {
		width: 24px !important;
		height: 16px !important;
	}

	.c-footer_nav__child li {
		margin-top: 20px;
	}

	.c-footer_sub_nav {
		margin-top: 50px;
	}

	.c-footer_sub_nav li {

		margin-bottom: 30px;
	}

	.c-footer_bottom {
		padding-top: 50px;
	}

	.c-footer_bottom_nav ul li {
		margin-bottom: 20px;
	}

	.c-footer_bottom_nav ul {
		margin-bottom: 50px;
	}

	.c-banner_logo_partners {
		width: auto !important;
		/* margin-top: -10px; */
	}

	/* lower
----------------------------------------------- */
	/*市萬が目指すこと*/
	.c-line_title {
		font-size: 30px;
		margin-bottom: 50px;

	}

	.c-top_message {
		font-size: 32px;
		margin-bottom: 50px;
	}

	.c-top_sign {
		font-size: 24px;
	}

	.c-top_sign span {
		font-size: 16px;
		margin-right: 2em
	}

	.c-top_message_text {
		font-size: 16px;
	}

	.c-nishijima {
		padding: 0;
	}

	.c-youtube {
		max-width: 750px;
		margin-inline: auto;
	}

	.c-youtube02 {
		max-width: 600px;
	}

	.c-pamphlet_title {
		font-size: 26px;
	}

	.c-pamphlet_wrap {
		padding: 50px 45px;
	}

	/*優良化事例*/
	.case-template-default .c-title--head--second {
		font-size: 30px;
	}

	.c-config_title {
		background-size: 30px;
		padding-left: 1.6em;
		margin-bottom: 20px;
	}

	.c-example_good_title {
		background-size: 30px;
		padding-left: 1.3em;
		margin-bottom: 20px;
	}

	.c-example_bad_title {
		background-size: 30px;
		padding-left: 1.3em;
		margin-bottom: 20px;
	}




	.c-improvement_category {
		margin-bottom: 40px;
	}

	.c-improvement_category label {
		margin-right: 3px;
		margin-bottom: 3px;
	}


	.c-improvement_category label span {
		font-size: 16px;
		padding: 1px 20px 3px;
	}

	.c-improvement_count {
		font-size: 18px;
		margin-bottom: 0;
	}

	.c-improvement_count span {
		font-size: 44px;
		margin-right: 0.2em;
	}

	.c-improvement_story_annotation {
		text-align: right;
		font-size: 12px;
		margin-top: -20px;
	}

	.l-improvement_wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 80px 40px;
		margin: 50px 0 100px;
	}

	.l-improvement_wrap a {
		display: block;
		text-decoration: none;
	}

	.l-improvement_wrap_partners {
		margin: 20px 0 100px;
	}

	.c-improvement_list {}

	.c-improvement_tn {
		margin-bottom: 15px;
		position: relative;
		overflow: hidden;

	}

	a .c-improvement_tn img:hover {
		transform: scale(1.15, 1.15);
		transition: all .3s;
	}

	.c-improvement_tn .c-pickup {
		background: #F8C620;
		color: #fff;
		font-size: 12px;
		line-height: 1.6;
		width: 70px;
	}

	.c-improvement_tn .c-new {
		background: #e05d61;
		color: #fff;
		font-size: 12px;
		line-height: 1.6;
		width: 50px;
	}

	.c-improvement_tn img {
		width: 100%;
		height: auto;
	}

	.c-improvement_list_title {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 10px;
	}

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

	.c-improvement_list_category li {
		color: var(--sub-color);
		border: 1px solid;
		display: inline-block;
		border-radius: 20px;
		padding: 0 1.3em;
		font-size: 12px;
		margin-right: 0.2em;
		line-height: 1.6;
	}

	.c-page_nation {
		margin-bottom: 0;
	}

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

	/*コンサルタント紹介*/

	.l-consultant_wrap {
		gap: 115px 85px;
	}

	/* table
    --------------------------------------------------------- */
	.l-table th,
	.l-table td {
		display: table-cell;
		font-size: 16px;
		padding: 1em;
	}

	.l-table th {
		border-bottom: 1px solid #E3E3E3;
		background: transparent;
		width: 8em;
	}

	.l-table .c-table_one_th {
		vertical-align: middle;
	}

	.l-comfirm {
		background-color: #F8F8F8;
		padding: 1em 3em 0.5em;
	}

	.l-table__comfirm {
		border-top: none;
	}

	.l-table__comfirm th,
	.l-table__comfirm td {
		border-bottom: none;
		box-sizing: border-box;
		text-align: left;
		color: #1C1C1C;
		padding: 0.5em;
	}

	.l-table__comfirm th {
		display: flex;
		justify-content: space-between;
		width: 14em;
	}

	.l-table__comfirm td {
		margin-bottom: 0;
	}

	.mw_wp_form_preview .l-comfirm_box {
		padding: 4em 3em;
		margin: 0;
	}

	.mw_wp_form_preview .l-form_box {
		display: flex;
		flex-wrap: wrap;
	}

	.mw_wp_form_preview .c-label {
		display: flex;
		justify-content: space-between;
		padding-right: 1em;
	}

	.mw_wp_form_preview .c-comfirm_text {
		flex-basis: 55%;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.mw_wp_form_preview .c-label_long {
		width: 100% !important;
		flex-basis: 100%;
	}

	/*沿革*/
	.l-table__history th {
		padding: 1em !important;
		line-height: 1;
	}

	.l-table__history td {
		padding: 1em !important;
	}

	.c-history_title {
		font-size: 24px !important;
		text-align: right !important;
	}

	.c-history_text {
		font-size: 18px !important;
		padding-right: 1em;
	}

	.c-history_text__sub {
		font-size: 14px;
	}

	.c-history_list {
		font-size: 14px;
	}

	.c-history_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1em 0;
	}

	.c-history_box img {
		padding: 0;
		width: 280px;
	}

	/*お問い合わせ*/
	.c-contact_box {
		gap: 2px;
		margin: 0;
		css/iziModal.css
	}



	.c-contact_box>div>a {
		font-size: 16px;
		padding: 30px 30px 30px 50px;
	}

	.c-contac-box_merge {
		flex: 0.46 !important;
	}

	.c-contact_layout {
		font-size: 16px;
		padding: 30px 30px 30px 50px;
	}

	.c-cyu_dial {
		font-size: 16px;
		padding: 30px 30px 30px 50px;
		/* width: 22em; */
		margin: 0 auto;
	}

	.c-contact_box h3 {
		font-size: 20px;
	}

	.c-contact_box h4 {
		font-size: 16px;
	}

	.c-contact_box p {
		font-size: 12px;
	}

	.c-contact_tel {
		font-size: 30px;
	}

	.c-contact_mail {
		font-size: 30px;
	}

	.c-contact_fax {
		font-size: 22px;
	}

	.c-financial_results.c-contact_pdf {
		margin-bottom: 40px;
	}

	.c-financial_results.c-contact_pdf a {
		font-size: 18px;
	}

	.c-financial_results.c-contact_pdf a:first-child {
		margin-right: 2em;
	}

	.gmap iframe {
		width: 100%;
		height: 380px;
	}
}

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



	.col1 {
		width: 8.3333%;
	}

	.col2 {
		width: 16.6666%;
	}

	.col3 {
		width: 25%;
	}

	.col4 {
		width: 33.3333%;
	}

	.col5 {
		width: 41.6666%;
	}

	.col6 {
		width: 50%;
	}

	.col7 {
		width: 58.3333%;
	}

	.col8 {
		width: 66.6666%;
	}

	.col9 {
		width: 75%;
	}

	.col10 {
		width: 83.33339%;
	}

	.col11 {
		width: 91.6666%;
	}

	.col12 {
		width: 100%;
	}

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

	.c-middle {
		display: flex;
		align-items: center;
	}

	.sp_mb01 {
		margin-bottom: 0 !important;
	}

	.sp_mb02 {
		margin-bottom: 0 !important;
	}

	.sp_mb03 {
		margin-bottom: 0 !important;
	}

	.sp_mb04 {
		margin-bottom: 0 !important;
	}

	.sp_mb05 {
		margin-bottom: 0 !important;
	}

	.sp_mb06 {
		margin-bottom: 0 !important;
	}



	/* header
----------------------------------------------- */

	.l-header {
		height: 90px;
		padding: 0 30px 0;
		line-height: 1;
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		color: #06244D;
		z-index: 5000;
	}

	.l-header__inner {
		/* max-width: 1280px; */
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: start;
		/* position: relative; */
	}

	.l-header a {
		text-decoration: none;
		color: #06244D;
	}

	.l-header__inner__logo {
		width: 150px;
		padding: 20px 0;
	}

	/* navigation
----------------------------------------------- */
	.l-header_nav {
		visibility: visible;
		opacity: 1;
		z-index: inherit;
		position: static;
		width: auto;
		height: auto;
		background: transparent;
		transition: none;
		padding: 0;
		overflow-y: visible;
		padding-top: 0;
	}

	.c-ichiman_vision_list {
		position: relative;
		top: 1px;
	}

	.c-header_new {
		padding: 0 0.8em;
		font-size: 8px;
		position: relative;
		top: -2px;
	}

	.c-sp_recruit {
		display: none;
	}

	.openbtn {
		display: none;
	}

	.sub_nav {
		/* margin-bottom: 17px; */
		/* position: absolute;
	top: 0;
	right: 0; */
		margin-bottom: 20px;

	}

	.sub_nav ul {
		display: flex;
		justify-content: flex-end;
		/* gap: 40px; */
		list-style: none;
	}

	.sub_nav ul li {
		margin-left: 40px;
	}

	.sub_nav ul a {
		line-height: 40px;
		display: block;
		font-size: 14px;
		right: 30px;
		bottom: 0;

	}



	.gnav__wrap>ul {
		display: flex;
		gap: 30px;
		list-style: none;
		padding: 0;
	}

	.gnav__wrap>ul>li>a {
		font-weight: bold;
		font-size: 16px;
		display: block;
		height: 34px;
		padding-bottom: 20px;
	}

	.gnav__wrap>ul>li>a:hover {
		border-bottom: 3px solid var(--sub-color);
		transition: all .2s;
	}

	.c-nav_two li {
		width: calc(50% - 20px);
	}

	.c-nav_three li {
		width: calc(33% - 20px);
	}

	.gnav_list__child {
		visibility: hidden;
		position: absolute;
		z-index: 4000;
		width: 100%;
		top: 100%;
		left: 0;
		padding: 60px 0;
		background: #fff;
		opacity: 0;
		box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.1)
	}

	.gnav_list__child ul {
		max-width: 920px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 0 20px;
		justify-content: space-between;
	}

	.gnav_list__child ul li {
		list-style: none;
	}

	.gnav_list__child ul li a {
		border-bottom: 1px solid #E3E3E3;
		line-height: 64px;
		display: block;
		font-size: 16px;
		position: relative;
		color: #1C1C1C;
	}

	.c-btn_icon:before {
		content: "";
		background-image: url(../images/navi_icon.svg);
		background-repeat: no-repeat;
		display: inline-block;
		width: 24px;
		height: 16px;
		background-size: contain;
		vertical-align: middle;
	}

	.gnav_list__child ul li a:hover {
		padding-left: 10px;
		transition: all .3s;
	}

	.gnav_list__child__title {
		width: 920px !important;
		font-weight: bold;
	}

	.gnav_list__child__title a {
		font-size: 18px !important;
	}

	.gnav_list:hover .gnav_list__child {
		visibility: visible;
		transition: all .3s;
		opacity: 1;
	}

	.gnav_list__child ul li a {
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
	}

	.gnav_list__child ul li a:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 0;
		display: inline-block;
		background: #F8F8F8;
		z-index: -1;
		transition: .2s;
	}

	.gnav_list__child ul li a:hover:before {
		width: 100%;
		left: 0;
	}

	.c-sp_nav {
		display: none;
	}


	.c-header_partners {
		margin-left: 15px !important;
		margin-right: -30px;
	}

	.c-header_partners a {
		background: var(--main-color);
		color: #fff;
		padding: 0 20px;
	}

	.c-header_partners a i {
		margin-right: 0.8em;
	}

	/* mv
----------------------------------------------- */
	.mv {
		padding-top: 90px;
	}

	.c-lower_mv img {
		width: 100%;
		height: 500px;
		object-fit: cover;
	}

	.c-lower_mv_full {
		padding-top: 90px;
	}

	.ichiman2050_badge_wrap {
		top: 12%;
		right: 4%;
	}

	.ichiman2050_badge {
		width: 15vw;
		height: 15vw;
	}

	.ichiman2050_badge::before {
		background: url('https://ichiman.co.jp/wp-content/uploads/2025/08/ichiman_2050_btn_back.png') center center / 14.5vw auto no-repeat;
	}

	.ichiman2050_badge_text {
		position: relative;
		z-index: 1;
		top: 5px;

		img {
			width: 7.2vw;
		}
	}

	/* ニュースティッカー
----------------------------------------------- */
	.bx-wrapper {

		margin-bottom: 0 !important;
		box-shadow: none !important;
		border: 1px solid #E3E3E3 !important;
		box-sizing: border-box;
		flex: 1;
	}

	.bx-viewport {
		height: 40px !important;
	}

	.c-mv_news {
		width: 100%;
		display: flex;
	}

	.c-mv_news_title {
		color: #fff;
		background: var(--main-color);
		font-size: 12px;
		padding: 0 5em;
		width: 160px;
		justify-content: center;
		display: flex;
		align-items: center;
		white-space: nowrap;
		height: auto;
	}

	.slider {
		padding: 0;
	}

	.slider a {
		display: flex;
		align-items: center;
		background: #fff;
		text-decoration: none;
		font-size: 12px;
		color: var(--main-color);
		height: 40px;
	}

	.slider span {
		display: inline-block;
		margin-right: 10px;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
	}

	/* layout
----------------------------------------------- */
	.mb00 {
		margin-bottom: 0 !important;
	}

	.mb01 {
		margin-bottom: 250px !important;
	}

	.mb02 {
		margin-bottom: 130px !important;
	}

	.mb03 {
		margin-bottom: 50px !important;
	}

	.mb04 {
		margin-bottom: 30px !important;
	}

	.mb05 {
		margin-bottom: 80px !important;
	}

	.mb06 {
		margin-bottom: 180px !important;
	}

	.mb07 {
		margin-bottom: 20px !important;
	}

	.mb08 {
		margin-bottom: 60px !important;
	}

	.ml01 {
		margin-left: 60px !important;
	}

	.mr01 {
		margin-right: 60px !important;
	}

	.mr02 {
		margin-right: 40px !important;
	}

	.mr03 {
		margin-right: 80px !important;
	}

	.mr04 {
		margin-right: 140px !important;
	}

	.mpr01 {
		margin-right: 30px !important;
		padding-right: 30px !important;
	}

	.c-anker_upper {
		margin-bottom: 0 !important;
	}

	.c-anker_bottom {
		padding-top: 120px !important;
	}

	.c-anker_bottom02 {
		padding-top: 100px !important;

	}

	.pd_ud {
		padding: 130px 0 !important;
	}

	.c-pc_break {
		display: inline;
	}

	.c-sp_break {
		display: none !important;
	}

	.sp_display {
		display: none;
	}

	.pc_display {
		display: block;
	}

	.pc_inline_display {
		display: inline-block;
		margin-right: 1em;
	}

	.c-layout_ud_cg {
		display: flex;
		flex-direction: row;
	}

	.c-pc_right {
		text-align: right;
	}

	.l-sp_full {
		margin: 0;
	}

	.c-img {
		max-width: 100%;
		height: auto;
		padding: 0;
	}

	.c-img_gap01 {
		gap: 30px;
		margin-bottom: 0;
	}

	.c-img_gap02 {
		gap: 30px;
	}

	.l-container {
		margin-top: 130px;
		padding: 0 30px;
	}

	.l-container__nomv {
		margin-top: 0;
	}


	.l-container__top {
		margin: 180px 0 80px;
	}

	.sp_container01 {
		margin-bottom: 0;

	}

	.sp_container02 {
		margin-bottom: 0;

	}

	.l-inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 60px;
	}


	.l-form_inner {
		max-width: 758px;
		margin: 0 auto;
	}

	.l-notification {
		padding: 60px 0;
	}

	.l-add_padding {
		padding: 120px 0;
	}

	.c-notification_title {
		font-size: 20px;
	}

	.c-notification_list li a {
		font-size: 18px;
	}

	.c-notification_list {
		margin: 0;
	}

	.c-notification_list li {
		padding: 1em 0;
	}

	.c-title--head {
		font-size: 44px;
		font-weight: 700;
		color: #06244D;
		margin-bottom: 1em;
	}



	.c-title--head__main {
		font-size: 53px;
		font-weight: 700;
		color: #06244D;
		line-height: 1.4;
		margin-bottom: 1em;
	}

	.c-title--head__sub {
		text-align: center;
		color: #06244D;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 120px;
	}

	.c-title--head__sub::after {
		content: "";
		display: block;
		width: 40px;
		height: 4px;
		background: var(--sub-color);
		margin: 25px auto 0;
	}

	.c-title--head__contact {
		font-size: 30px;
	}

	.c-text {
		text-align: justify;
		margin-bottom: 1em;
	}

	.c-text_lead {
		font-size: 18px;
	}

	.c-btn {
		margin: 3em 0;
	}

	.c-btn a,
	.c-btn .c-btn_submit {
		font-size: 16px;
		font-weight: 700;
		text-decoration: none;
		color: #06244D;
		position: relative;
	}

	.c-btn a::after,
	.c-btn .c-btn_submit::after {
		content: url(../images/btn_icon.svg);
		width: 45px;
		height: 45px;
		position: absolute;
		top: 50%;
		right: -60px;
		margin-top: -22px;
	}

	.c-btn a:hover::after,
	.c-btn .c-btn_submit:hover::after {
		content: url(../images/btn_icon.svg);
		width: 45px;
		height: 45px;
		position: absolute;
		top: 50%;
		right: -70px;
		margin-top: -22px;
		transition: all .3s;
	}

	.c-btn .disabled_input::after {
		content: url(../images/btn_icon07.svg);
	}

	.c-btn .disabled_input:hover::after {
		content: url(../images/btn_icon07.svg);
	}

	.c-recruit_btn a::after {
		content: url(../images/btn_icon03.svg);
	}

	.c-recruit_btn a:hover::after {
		content: url(../images/btn_icon03.svg);
	}

	.c-square_root .c-btn_icon {
		width: 45px;
		height: 45px;
	}

	.c-btn_icon {
		width: 45px;
		height: 45px;
	}

	.c-contact_btn a {
		display: flex;
		max-width: 360px;
		height: 80px;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		font-size: 18px;
		font-weight: bold;
		border-radius: 5px;
		padding: 30px;
		margin: 0 auto;
	}

	/*TOP５つの事業*/
	.l-top_five div {
		margin-bottom: 30px;
		border-right: 1px solid #E3E3E3;
		display: block;
		height: auto;
		padding: 0;
	}

	.c-top_five_up {
		width: 50%;
		border-bottom: none;
	}

	.c-top_five_dn {
		width: 33%;
		border-bottom: none;
	}

	.l-top_five div:first-child,
	.l-top_five div:nth-child(3) {
		border-left: 1px solid #E3E3E3;
	}

	/*TOP社会課題*/
	.c-square_root {
		margin: 20px -30px 0;
		flex-direction: row;
	}

	.c-square:before {
		padding-top: 100%;
	}

	.c-square__child {
		font-size: 30px;
	}

	/*TOP決算*/
	.c-financial_results {
		margin-bottom: 60px;
	}


	.c-achievement {
		border-top: none;
		padding: 0;
		margin: 0 0 20px;
		color: var(--main-color);
		display: flex;
		border-left: 1px solid #E3E3E3;
	}

	.c-achievement li {
		border-bottom: none;
		list-style: none;
		padding: 0;
		margin: 0;
		display: block;
		flex: 1;
		border-right: 1px solid #E3E3E3;
		text-align: center;
	}

	.c-achievement__title {
		font-size: 18px;
		font-weight: 700;
	}

	.c-achievement__number {
		font-size: 44px;
		line-height: 1.6;
	}

	.c-achievement__number span {
		font-size: 18px;
		margin: 0 0.7em;
	}

	.c-achivement_text {
		font-size: 12px;
		text-align: right;

	}

	.c-achivement_text02 {
		margin-top: -3em;
	}


	/*TOPニュース*/
	.c-top_news ul {
		border-top: 1px solid #E3E3E3;
		padding: 0;
	}

	.c-top_news li {
		border-bottom: 1px solid #E3E3E3;
		list-style: none;
		padding: 30px 0 30px 30px;
		display: flex;
		align-items: center;
		gap: 1.5em;
	}

	.c-top_news li a {
		text-decoration: none;
		flex: 1;
	}

	.c-top_news li a:hover {
		opacity: 0.6;
	}

	.c-top_news__date {
		font-size: 14px;
	}

	.news_text {
		overflow: hidden;
	}

	.c-pdf {
		color: #F2515D;
		border: 1px solid #F2515D;
		display: inline-block;
		border-radius: 20px;
		padding: 0 1em;
		font-size: 12px;
	}

	.c-genre_box {
		display: inline-block;
	}

	.c-top_news__genre {
		margin-bottom: 0;
		font-size: 12px;
	}

	/*TOPバナー*/
	.l-footer_banner {
		margin-top: 2px;
	}

	.l-footer_banner div {
		margin-top: 0;
	}

	.l-footer_banner a img {
		width: auto;
		height: 140px;
	}

	.l-footer_banner a {
		height: 300px;
		padding: 70px 80px;
		font-size: 14px;
	}

	/*パン屑*/
	.breadcrumb {
		font-size: 12px;
		padding: 1.8em 1em;
	}

	.breadcrumb li:after {
		padding: 0 0.2em;
	}



	/*footer*/
	.l-footer {
		padding: 80px 30px 50px;
		line-height: 1;
		width: 100%;
		background: #fff;
		color: #06244D;
	}

	.l-footer__inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0;
	}



	.c-footer_logo {
		width: 188px;
		margin-bottom: 40px;
	}

	.l-footer address {
		font-size: 12px;
		font-style: normal;
		line-height: 1.6;
		margin-bottom: 0;
	}

	.c-tel {
		padding: 20px 0 !important;
		font-family: 'Montserrat', sans-serif;
		color: var(--main-color);
		font-size: 22px;
	}

	.c-tel li {
		display: flex;
		align-items: center;
	}

	.c-tel span {
		color: var(--sub-color);
		display: inline-block;
		border-radius: 20px;
		padding: 0 1em;
		font-size: 12px;
		margin-right: 1em;
	}

	.c-footer_nav__title {
		margin-bottom: 50px;
	}

	.c-footer_nav__title>a {
		font-weight: bold;
	}

	.c-footer_nav__child li {
		margin-top: 20px;
		font-size: 14px;
	}

	.c-footer_sub_nav li {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.c-footer_bottom {
		padding-top: 40px;
		flex-direction: row;
	}

	.c-footer_bottom small {
		font-family: 'Montserrat', sans-serif;
		color: var(--main-color);
	}

	.c-footer_bottom_nav ul {
		display: flex;
		justify-content: end;
		margin-bottom: 0;
	}

	.c-footer_bottom_nav ul li {
		margin-bottom: 0;
		padding: 0 2em;
		border-left: 1px solid #1C1C1C;

	}

	.c-footer_bottom_nav ul li a {
		line-height: 1;
	}

	.c-footer_bottom_nav ul li:first-child {
		border: none;
	}

	.c-footer_nav_adjust {
		margin-bottom: 85px;
	}

	/* lower
----------------------------------------------- */
	/*市萬の目指す世界*/
	.c-aim_mv {
		margin-bottom: 100px;
	}

	.c-line_title {
		font-size: 30px;
		margin-bottom: 50px;
	}

	.c-top_message {
		font-size: 32px;
		margin-bottom: 50px;
	}

	.c-top_sign {
		font-size: 24px;
	}

	.c-top_sign span {
		font-size: 16px;
		margin-right: 2em
	}



	.l-improvement_wrap {
		grid-template-columns: 1fr 1fr 1fr;
	}


	.l-ichiman2050_wrap {
		background: linear-gradient(to bottom,
				white 0px,
				white 60px,
				#f7f7f7 60px,
				#f7f7f7 100%);
		padding-bottom: 80px !important;
		overflow: hidden;

		.c-2050_number {
			font-size: 100px;
		}

		.c-2050_title {
			font-size: 32px;
			margin-bottom: 1em;
		}

		.c-2050_status {
			margin-top: 2em;
			margin-bottom: 0;
		}

		.c-2050_status_txt {
			font-size: 14px;

		}

		.c-2050_swiper_box {
			overflow: hidden;
			/* margin-right: -300px;
			padding-right: 300px; */
		}

		.c-2050_note_tn {
			margin-bottom: 30px;
		}

		.c-2050_note_title {
			font-size: 20px;
		}

		.c-btn {
			margin-top: 30px;
		}

		.swiper-pagination {
			position: absolute;
		}

		.swiper-pagination-bullet {
			font-size: 20px;
			margin-right: 30px;
		}


	}

	.l-ichiman2050_wrap_sub {
		background: linear-gradient(to bottom,
				white 0px,
				white 60px,
				#D8EDF2 60px,
				#D8EDF2 100%);
	}

	.c-swiper_hover:has(.c-btn a:hover) {
		opacity: 0.5;
		transition: all 0.3s;
	}


	/*事業内容*/
	.l-business_five {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: center;
		margin-bottom: 180px;
	}

	.c-business_five_up,
	.c-business_five_dn {
		display: flex;
		justify-content: center;
		align-items: end;
		height: ;
		padding-bottom: ;
	}

	.c-business_five_box {
		width: 26em;
		padding: 40px 0;
	}

	.c-business_five_img {
		margin-bottom: 40px;
	}

	.c-business_five_up {
		border-bottom: 1px solid #E3E3E3;
		width: 50%;
	}

	.c-business_five_dn {
		border-bottom: 1px solid #E3E3E3;
		width: 50%;
	}

	.l-business_five>div:last-child {
		border-bottom: none;
	}

	.l-business_five>div:nth-child(odd) {
		border-right: 1px solid #E3E3E3;
	}

	.c-business_title {
		font-size: 30px;
	}

	.c-bad_list li {
		font-size: 20px;
		background: url(../images/face-bad.svg) no-repeat 0 0;
		background-size: auto;
		padding-left: 40px;
	}

	.c-solution_list {
		display: grid;
		gap: 20px;
		padding: 0;
	}

	.c-solution_list_three {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 157px;
		margin-bottom: 20px;

	}

	.c-solution_list_four {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 157px;
	}

	.c-solution_list_five {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 215px;
	}

	.c-solution_list_six {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 157px;
	}

	.c-solution_list li {
		list-style: none;
		background: #F8F8F8;
		padding: 25px 20px;
		margin-bottom: 0;
		position: relative;
	}

	.c-solution_list li::after {
		content: "";
		position: absolute;
		top: calc(50% - 20px);
		left: auto;
		right: -20px;
		bottom: auto;
		width: 0;
		height: 0;
		border-left: 20px solid var(--sub-color);
		border-top: 13px solid transparent;
		border-bottom: 13px solid transparent;
		border-right: none;
	}



	.c-solution_list li:last-child:after {
		display: none;
	}

	.c-solution_list_three li:last-child::after {
		display: block;
	}

	.c-solution_list li h3 {
		font-size: 20px;
		color: var(--sub-color);
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
	}

	.c-solution_list li p {
		font-size: 18px;
		color: #06244D;
		font-weight: bold;
		line-height: 1.6;
	}

	.c-free {
		position: absolute;
		bottom: 20px;
		left: 20px;
		background: #06244D;
		color: #fff;
		border-radius: 20px;
		display: inline-block;
		padding: 0 1em;
		line-height: 1.8;
		font-size: 14px;
	}

	.c-buisiness_number_title {
		font-size: 20px;
	}

	.c-add_text {
		font-size: 12px;
	}

	/*優良化事例*/
	.c-title--improvement_example {
		font-size: 18px;
	}

	.c-example_title_explain {
		font-size: 16px;
		padding: 1em;
	}

	.c-example_title_explain ul {
		display: flex;
		gap: 40px;
	}

	.c-example_title_explain ul li {
		margin: 0;
	}

	.c-example_title_explain_partners ul {
		flex-wrap: wrap;
		gap: 0 40px;
	}

	.c-green_dot_list {
		margin-bottom: 50px;
	}

	.c-example_owner_box {
		padding: 0;
	}

	.c-example_ower_comment {
		padding: 2em 0;

	}

	.c-example_compare_box {
		padding: 2em 3em;
	}

	.c-example_compare_box_border {
		margin-bottom: 0;
		border-bottom: none;
		border-right: 1px solid #E3E3E3;
	}

	.c-example_img01 {
		width: 100%;
		margin: 0;
	}

	.c-example_img02 {
		width: 100%;
		margin: 0;
	}

	/*コンサルタント紹介*/

	.l-consultant_wrap {
		grid-template-columns: 1fr 1fr 1fr;
	}

	/*パートナー紹介*/
	.c-partner_tn {
		max-width: 100%;
		display: inline;
		margin: 0;
	}

	/*決算*/
	.c-settlement_achivement {
		display: flex;
		align-items: center;
	}

	.c-settlement_achivement .c-achievement {
		flex-wrap: wrap;
		border-left: none;
	}

	.c-settlement_achivement .c-achievement li {
		flex-basis: 50%;
		border-left: 1px solid #e3e3e3;
	}

	.c-settlement_achivement .c-achievement li:nth-child(-n+2) {
		margin-bottom: 30px;
	}

	.c-settlement_achivement .c-achivement_text {
		text-align: left;
	}

	/*賃貸経営パートナーズ*/
	.c-partners_logo_area {
		margin-top: 90px;
	}

	.c-partners_logo {
		width: 206px;
		position: absolute;
		top: 0;
		left: 30px;
	}

	.c-lower_partners {
		padding: 0 80px;
	}

	.c-lower_partners img {
		height: 100% !important;
	}

	.l-partners_wrap {
		padding-bottom: 80px;
	}

	.l-partners_inner {
		padding: 40px 60px 80px !important;
	}

	.l-partners_inner_pd {
		padding-top: 80px !important;
	}

	.l-partners_intro {
		padding: 0 20px;
		padding-top: 50px;

	}

	.l-partners_intro img {
		width: 800px;
	}

	.c-title--ptns {
		font-size: 36px;
	}

	.c-title--ptns_catch {
		font-size: 24px;
	}

	.c-title_intro {
		color: #fff;
		text-align: center;
		font-size: 42px;
		padding: 0.3em;
		font-weight: bold;
		line-height: 1.4;
		width: 890px;
		margin: 0 auto 1em;
	}

	.c-intro_circle_box {
		justify-content: center;
		gap: 60px;
	}

	.c-intro_circle {
		width: 250px;
		height: 250px;
	}

	.c-intro_circle::before {
		font-size: 44px;
	}

	.c-intro_circle::after {
		width: 23px;
		height: 34px;
		bottom: 20px;
		left: calc(50% - 23px / 2);
	}

	.c-intro_circle_text {
		font-size: 24px;
	}

	.c-partners_anker {
		padding-top: 30px !important;
		margin-top: -30px !important;
	}

	.l-partners_container02 {
		padding: 130px 0;
	}


	.c-partners_section_number {
		width: 210px;
		height: 105px;
		border-radius: 210px 210px 0 0;
		font-size: 54px;
		margin: 0 auto;
		position: absolute;
		top: -80px;
		left: calc(50% - 105px);
		padding-top: 20px;
		box-sizing: border-box;
	}

	.c-title--head__partners_section {
		font-size: 78px !important;
		margin-bottom: 0.5em;
	}

	.c-title--head__partners_section span {
		font-size: 44px !important;

	}

	.c-title--head__partners_section02 {
		font-size: 53px !important;
	}

	.c-title--head__partners_section02 span {
		font-size: 35px !important;

	}

	.c-partners_section_lead {
		font-size: 20px;
	}

	.c-parners_illust_01 {
		width: 100%;
		padding-left: 42px;
	}

	.c-parners_illust_02 {
		width: 100%;
		padding-left: 62px;
	}

	.c-parners_illust_03 {
		width: 100%;
		padding-left: 62px;
	}

	.c-partners_total {
		position: static;
	}

	.c-partners_balloon_outer {
		margin-right: 0;
		padding: 0 190px;
		position: relative;
	}

	.c-partners_balloon_outer:before {
		content: '';
		display: block;
		background: url(../images/partners/01_img_02.svg) no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		right: 0;
		width: 160px;
		height: 200px;

	}

	.c-partners_balloon {
		position: relative;
		border: var(--main-color) solid 3px;
		border-radius: 20px;
		padding: 38px;
		max-width: 780px;
		margin: 0 auto;
	}

	.c-partners_balloon:after,
	.c-partners_balloon:before {
		top: 7%;
	}

	.c-partners_balloon:before {
		border-top-width: 8px;
		border-bottom-width: 8px;
		border-left-width: 17px;
		border-right-width: 17px;
		margin-top: -8px;
	}

	.c-partners_balloon:after {
		border-top-width: 10px;
		border-bottom-width: 10px;
		border-left-width: 21px;
		border-right-width: 21px;
		margin-top: -10px;
		margin-left: 2px;
	}

	.c-partners_balloon_illust {
		padding: 0 30px;
		text-align: center;
	}

	.c-partners_balloon_illust02 {
		padding: 30px 120px;
		text-align: center;
	}


	.ptns_btn {
		width: 443px;
		height: 79px;
		background-size: cover;
	}

	.ptns_btn:hover {
		width: 450px;
		height: 80px;
		transform: scale(1.05, 1.05);
		transition: all .3s;
		cursor: pointer;
	}

	.c-title--partners_slash {
		font-size: 34px;
	}

	.c-title--partners_slash::before,
	.c-title--partners_slash::after {
		width: 2px;
		height: 40px;
	}

	.c-title--partners_slash::before {
		margin-right: 60px;
	}

	.c-title--partners_slash::after {
		margin-left: 60px;
	}

	.c-partners_greentitle {
		font-size: 24px;
	}

	.c-partners_btn a {
		font-size: 16px;
	}

	.c-partners_hover_btn {
		overflow: visible;
		width: 100%;
		height: 100%;
	}

	.c-partners_hover_btn img {
		display: block;
	}

	.c-partners_hover_btn img:hover {
		transform: scale(1.05, 1.05);
		transition: all .3s;
		cursor: pointer;
	}

	.c-partners_hover_btn_02:hover {
		transform: scale(1.05, 1.05);
		transition: all .3s;
		cursor: pointer;
	}

	.c-partners_text {
		line-height: 2.6;
	}

	.c-cv_btn01 {
		max-width: 1340px;
		margin: 0 auto;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.c-cv_btn02 {
		max-width: 666px;
		margin: 0 auto;
		padding: 0 30px;
		box-sizing: border-box;
	}


	.c-achivement_partners {
		border-left: 1px solid #E3E3E3;
	}

	.c-achivement_partners li {
		display: flex;
		justify-content: center;
		border-right: 1px solid #E3E3E3;
	}

	.c-achivement_partners li img {
		padding: 0;
	}

	.c-achivement_partners li .c-achievement__number {
		font-size: 44px;
	}

	.c-achivement_partners li .c-achievement__number span {
		margin: 0 0.7em;
	}

	.l-partners_case_wrap {
		margin: 2em 0 0;
	}

	.c-partners_area {
		display: flex;
		align-items: center;
	}

	.sp_center {
		text-align: left;
	}



	.c-title--head__sub_partners {
		margin-bottom: 2em;
	}

	.c-title--partners {
		text-align: center;
		font-size: 32px;
		color: #fff;
		margin: 0 -500% 60px;
		padding: 1em 500%;
	}

	.c-title--partners_second {
		text-align: center;
		font-size: 24px;
		margin: 1.5em 0 2em;
	}

	.c-title--partners_second02 {
		font-size: 18px;
		margin-bottom: 1em;

	}

	.c-title--partners_second__main {
		font-size: 32px;
		margin: 2em 0 0.8em;
	}

	.c-title--partners_third {
		text-align: left;
	}

	.c-title--head__partners {
		font-size: 44px !important;
	}

	.c-title--head__partners span {
		font-size: 32px;
	}

	.c-partners_list {
		font-size: 16px;
		margin-top: 1em;
	}

	.l-partner_wrap {
		width: 800px;
		margin: 0 auto;
	}

	.c-blue_title__partners {
		text-align: left;

	}

	.c-blue_title__partners span {
		margin-bottom: 0;
		margin-right: 1em;
	}

	.c-partners_title_box h1 {
		margin-bottom: 0.5em;
	}

	.c-partners_title_box section {
		flex: 1;
	}

	.c-partners_title_box {
		display: flex;
		gap: 30px;
	}

	.c-partners_number {
		background: #06244D;
		color: #fff;
		font-size: 28px;
		width: 3em;
		height: 5em;
		text-align: center;
		border-radius: 5px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		line-height: 1.2;
		text-align: justify;
		text-align-last: justify;
	}

	.c-partners_number span {
		display: block;
		font-size: 44px;
	}



	/* .c-pdf_list {
		border: none !important;
		padding: 0 !important;
	} */

}




/* --------------------202402優良化事例カスタマイズcss------------------------------- */
/*-----all--------*/
.c-example_compare_box_02 {
	padding: 2em 1em !important;
}

.c-blue-title_mb {
	margin-bottom: 0px !important;
}

/*-----example_01--------*/
@media (min-width: 768px) {
	.c-green_title_span {
		margin-right: 1em;
	}

	.flex {
		display: flex;
		gap: 30px;
	}
}

.c-green_title_flex {
	display: flex;
	flex-flow: column;
}

/*-----example_08--------*/
@media (min-width: 768px) {
	.col6_verti {
		margin-top: 55px;
		margin-bottom: 30px;
	}
}

/*-----example_09--------*/
@media only screen and (max-width: 1025px) {
	.c-example_img_sp_09 {
		width: 40%;
	}
}

@media only screen and (max-width: 520px) {
	.c-example_img_sp_09 {
		margin: 0 auto;
		padding-top: 2em;
		width: 60%;
	}
}

/*-----example_11--------*/
@media only screen and (min-width: 1025px) {
	.flex_column_01 {
		flex: 3.0;
	}

	.flex_column_02 {
		flex: 2.0;
	}

	.col13 {
		width: 30%;
	}

	.c-green_dot_list_11 {
		margin-bottom: 0px;
	}
}

/*-----example_12--------*/
@media screen and (max-width: 1024px) {
	.c-img_gap01_12 {
		margin-bottom: 0vw;
	}
}

@media only screen and(min-width: 1025px) {
	.mb10 {
		margin-bottom: 20px !important;
	}
}

.col16 {
	margin-left: 0px;
	width: 60%;
}

@media only screen and (max-width: 768px) {
	.col16 {
		margin: 0 auto;
	}
}


/*-----example_13--------*/
.all_flow {
	margin-top: 20px;
}

.c-title--head--13 {
	font-size: 26px;
	color: navy;
}

.change {
	color: #56B470;
	font-size: 22px;
}

.c-01 {
	font-size: 18px;
	padding: 20px 10px 20px 36px;
	border-left: solid 2px #56B470;
	margin: 15px 0px 30px 24px;
}

.c-01 ul {
	margin-top: 20px;
	padding-left: 0px;
}

.c-01 li {
	padding-bottom: 40px;
	list-style: none;
}

.c-01 li span {
	color: #000000;
	background-color: #f8f8f8;
	display: block;
	padding: 1em;
}

.c-03 p {
	padding: 20px 10px 20px 36px;
	border-left: solid 2px #56B470;
	margin: 15px 0px 15px 24px;
}

.c-03 li {
	list-style: none;
}

.c-02 {
	font-size: 18px;
	padding: 20px 10px 20px 36px;
	border-left: solid 2px #56b470;
	margin: 15px 0px 25px 24px;
}

.c-02 ul {
	margin-top: 20px;
	padding-left: 0px;
}

.c-02 li {
	list-style: none;
	padding-bottom: 40px;

}

.c-02 li span {
	color: #000000;
	background-color: #f8f8f8;
	display: block;
	padding: 1em;
}

.case13-d-05 {
	margin-bottom: 10vw;
}

.col15 {
	width: 50%;
	margin: 0 50px;
}

@media (min-width: 768px) {
	.col15 {
		width: 45%;
	}

	.case13-d-05 {
		margin-bottom: 8vw
	}

	.c-box {
		width: 82%;
	}

	.c-01 li span {
		width: 75%;
	}
}

/*-----example_14--------*/
.c-green_title_fo {
	font-size: 24px;
}


/*-----example_17--------*/
.col14 {
	width: 60%;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.flex_column_03 {
		flex: 1.8;
	}

	.flex_column_04 {
		flex: 5.0;
	}
}


/*-----example_18--------*/

.col18 {
	width: 60%;
	margin: 0 auto;
}

@media only screen and (max-width: 520px) {
	.c-example_img_sp_18 {
		margin: 0 auto;
		width: 55%;
	}
}

@media only screen and (max-width: 768px) {
	.c-example_img_sp_18 {
		width: 50% !important;
		margin: 0 0 0 22vw !important;
	}
}

@media only screen and (max-width: 1025px) {
	.c-example_img_sp_18 {
		width: 100%;
	}

	.c-example_img18 {
		width: auto;
		margin: 2em auto 0;
	}
}

@media only screen and (max-width: 1025px) and (min-width: 768px) {
	.col18 {
		width: 26%;
		margin: 0 10vw;
	}

	.c-example_img_sp_18_a {
		width: 30%;
		margin: 0 auto;
	}

	.mb03_c18box_r {
		margin-bottom: 0px;
	}

	.mb02_c18box_g {
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 1025px) {
	.mb02_c18box {
		margin-bottom: 3vw;
	}
}

/*-----example_19--------*/
.c-example_img_text01 {
	padding-top: 1em;
	padding-bottom: 2em;
}

@media screen and (max-width: 1024px) {
	.c-img_gap01_12 {
		margin-bottom: 0vw;
	}
}

.case_19_box {
	padding: 3em 1em 3em;
}

.case_19_li_mb {
	margin-bottom: 1em !important;
}

.case_19_grid_02 {
	list-style: none;
}

@media screen and (min-width: 768px) {
	.case_19_grid {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: 130px 130px;
		column-gap: 7vw;
		margin-bottom: 2em !important;
	}

	.case_19_grid_02 {
		grid-row: 1;
		grid-column: 2;
		list-style: none;
	}
}


/*-----example_23--------*/
@media screen and (min-width: 1025px) {
	.case_23_grid_01 {
		display: grid;
		grid-template-columns: 42% 54%;
		grid-template-rows: 30% 37%;
		gap: 30px;
	}

	.case_23_grid_02 {
		display: flex;
	}

	.case_23_grid_02_img {
		width: 52%;
	}

	.case_23_grid_03 {
		width: 80%;
	}

	.case_23_grid_04 {
		padding-top: 1em;
		display: flex;
		gap: 15px;
	}
}


/*-----example_25--------*/
@media only screen and (max-width: 768px) {
	.c-example_img_sp_half {
		width: 50%;
		margin: 0 auto;
	}
}


@media screen and (min-width:768px) and (max-width:1024px) {
	.c-example_img_sp_max {
		width: 100%;
	}
}
