@charset "UTF-8";
.u-font__serif {
	font-family: 'Noto Serif JP', serif;
}

.u-show--mobile {
	display: none !important;
}

.u-hide--mobile {
	display: block !important;
}

.u-show--tablet {
	display: none !important;
}

.u-hide--tablet {
	display: block !important;
}
.u-flex {
	display: flex;
}

.u-flex__wrap {
	flex-wrap: wrap;
}
	
.u-flex__center {
	justify-content: center;
}

.u-flex__right {
	justify-content: flex-end;
}

.u-flex__middle {
	align-items: center;
}

.u-flex__bottom {
	align-items: flex-end;
}

.u-flex__reverse {
	flex-direction: row-reverse;
}

.u-flex__between {
	justify-content: space-between;
}

.u-flex__column-2 > * {
	width: calc(100% / 2);
}

.u-flex__column-3 > * {
	width: calc(100% / 3);
}

.u-flex__column-4 > * {
	width: calc(100% / 4);
}

.u-flex__column-5 > * {
	width: calc(100% / 5);
}

.u-textColor__blue {
	color: #036EB8;
}

.u-textColor__white {
	color: #fff;
}

.u-textColor__pink {
	color: #e1a79b;
}

.u-note {
	font-size: 10px;
	transform: scale(0.8);
	transform-origin: right top;
}

.noLink a {
	opacity: 1;
}

em {
	font-style: normal;
}

main {
	font-family: 'Noto Sans JP', sans-serif;
}

footer {
	margin-top: 0;
}

section {
	padding: 90px 0 130px;
	position: relative;
	z-index: 1;
}

section.l-bg:after {
	content: "";
	background: #036eb8;
	opacity: .5;
	width: 90%;
	height: 80%;
	display: block;
	position: absolute;
	right: 0;
	top: 60px;
	z-index: -1;
}

section.l-bg.l-bg__blown:after {
	background: #463423;
}

main .inner {
	max-width: 1000px;
	margin-bottom: 0;
}

.l-title {
	position: relative;
	margin-bottom: 20px;
}

.l-title:after {
	content: "";
	background: rgba(70,52,35,0.6);
	display: block;
	height: 100%;
	width: 60%;
	min-width: 778px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	transition-delay: .3s;
	transform: translate(-80%,0);
	opacity: 0;
}

.l-title.is-stateScroll:after {
	transform: translate(0,0);
	opacity: 1;
}

.l-title ul {
	color: #fff;
	line-height: 1.4;
	text-align: center;
	background: none;
	margin: 0;
	padding: 8px 0;
	display: flex;
	flex-wrap: nowrap;
	gap: 15px;
	position: relative;
	z-index: 1;
	transition-delay: .6s;
	transform: translate(-5%,0);
	opacity: 0;
}

.l-title ul.is-stateScroll {
	transform: translate(0,0);
	opacity: 1;
}

.l-title li {
	position: relative;
	padding-left: 63px;
	border-left: solid #fff 1px;
	display: flex;
	align-items: flex-end;
}

.top-page .l-title li {
	padding-left: 25px;
}

.kansai-page .l-title li:first-child,
.kanto-page .l-title li:first-child {
	border-left: none;
	align-items: center;
	padding-left: 0;
}

.l-title h2 {
	font-size: initial;
	background: none;
	line-height: initial;
	margin: initial;
	padding: initial;
	display: block;
}

.l-title__en {
	font-size: 10px;
	transform: scale(0.9);
	font-weight: 300;
	letter-spacing: 0.2em;
	display: block;
}

.l-title__jp {
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.4em;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.9);
	display: block;
}

.js-scrollClass,
.js-scrollClass:before,
.js-scrollClass:after {
	transition: .6s cubic-bezier(0.75, 0, 0.35, 1);
}


/* SCROLL CLASS */
.u-scrollClass {
	opacity: 0;
	transform: translate(0,30px);
}

.u-scrollClass.is-stateScroll {
	opacity: 1;
	transform: translate(0,0);
}


/*＝＝＝＝＝＝扉ページ＝＝＝＝＝＝＝＝*/
main.top-page {
	background: url("../image/owner_support/bg_01.jpg") no-repeat center bottom/cover;
}

.top-page .l-title:after {
	min-width: auto;
}

.top-page .l-title ul {
	width: 66.6%;
	justify-content: flex-end;
}

.l-link__items {
	gap: 15px;
}

.l-link__item {
	letter-spacing: 0.3em;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.35);
	background: url("../image/owner_support/link_bg_01.jpg") no-repeat center/cover;
	padding: 35px 0 45px;
}

.l-link__item:nth-child(1) {
	transition-delay: 1.6s;
	opacity: 0;
	transform: translate(0,0.5em);
}

.l-link__item:nth-child(2) {
	background: url("../image/owner_support/link_bg_02.jpg") no-repeat center/cover;
	transition-delay: 1.9s;
	opacity: 0;
	transform: translate(0,0.5em);
}

.l-link__item:nth-child(1).is-stateScroll,
.l-link__item:nth-child(2).is-stateScroll {
	transform: translate(0,0);
	opacity: 1;
}

.l-link__btn:before {
	content: url("../image/owner_support/link_deco.svg");
	display: block;
	width: 118px;
	margin: 0 auto;
}

.l-link__btn a {
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 60px;
	background: linear-gradient(180deg, rgb(70, 52, 35), rgb(0, 0, 0));
	border-radius: 28px;
	display: inline-block;
	width: 283px;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.35);
	position: relative;
}

.l-link__item:nth-child(2) .l-link__btn a {
	background: linear-gradient(180deg, rgb(74, 100, 72), rgb(0, 43, 16));
}

.l-link__btn a:before {
	content: "";
  position: absolute;
  display: block;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid #fff;
  border-radius: 28px;
}

.l-link__btn a:hover {
	opacity: .7;
}

.l-link__text {
	color: #463423;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	margin-top: 15px;
}

.l-link__text.lSpport {
	width: 55%;
	margin: 15px auto 0;
}

.l-link__text.lSpport img {
	margin-bottom: 5px;
}
	
/*＝＝＝＝＝＝エリア（関西・関東）ページ＝＝＝＝＝＝＝＝*/
.kansai-page section.l-bg:after,
.kanto-page section.l-bg:after {
	top: 135px;
}

.l-areaName {
	margin-bottom: 85px;
}

.l-areaName__item {
	position: relative;
}

.is-kansai.l-areaName__item .l-areaName__bg,
.is-kanto.l-areaName__item .l-areaName__bg {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	mix-blend-mode: multiply;
}

.is-kansai.l-areaName__item .l-areaName__bg {
	background: #f39800;
}

.is-kanto.l-areaName__item .l-areaName__bg {
	background: #2ea7e0;
}

.l-areaName__item .l-areaName__btn {
	padding: 15px 0;
}

.is-kansai.l-areaName__item .l-areaName__btn {
	text-align: right;
	padding-right: 35px;
}

.is-kanto.l-areaName__item .l-areaName__btn {
	text-align: left;
	padding-left: 35px;
}

.l-areaName__item .l-areaName__btn a {
	color: #231815;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 55px;
	text-align: center;
	background: linear-gradient(180deg, rgb(254, 254, 254), rgb(194, 191, 190));
	border-radius: 12px;
	display: inline-block;
	width: 212px;
	box-shadow: 3px 3px 3px rgb(0 0 0 / 75%);
	/*padding: 8px;*/
	position: relative;
}

.l-areaName__item .l-areaName__btn a:hover {
	opacity: .7;
}

.kansai-page .is-kansai.l-areaName__item .l-areaName__btn a,
.kanto-page .is-kanto.l-areaName__item .l-areaName__btn a {
	pointer-events: none;
}

.l-areaName__item .l-areaName__btn a:before {
	content: "";
	position: absolute;
	display: block;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	border: 1px solid #fff;
	border-radius: 10px;
	box-shadow: 0.5px 0.5px 3px rgb(4 0 0 / 40%), inset 0.5px 0.5px 3px rgb(4 0 0 / 40%);
}

.kansai-page .is-kanto.l-areaName__item .l-areaName__btn a:after,
.kanto-page .is-kansai.l-areaName__item .l-areaName__btn a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(114,113,113,0.8);
	border-radius: 12px;
}

.is-kansai.l-areaName__item .l-areaName__btn em {
	color: #ea5514;
}

.is-kanto.l-areaName__item .l-areaName__btn em {
	color: #036eb8;
}

.l-guidance__bg {
	background: url("../image/owner_support/bg_02.jpg") no-repeat center bottom/cover;
}

section.l-guidance__bg {
	padding: 0 0 60px;
}

.l-guidance {
	padding: 20px 0 20px;
}

.l-guidance__title {
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.9);
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	transition-delay: 1.6s;
	transform: translate(0,0.5em);
	opacity: 0;
}

.l-guidance__title.is-stateScroll {
	transform: translate(0,0);
	opacity: 1;
}

.l-guidance__title:before,
.l-guidance__title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #fff;
}

.l-guidance__title:before {
	margin-right: 1rem;
}

.l-guidance__title:after {
	margin-left: 1rem;
}

.l-guidance__subtitle {
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.4em;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.9);
	background: linear-gradient(90deg, rgb(70, 52, 35), rgb(0, 0, 0));
	border-radius: 2px;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.35);
	padding: 0.3em 0;
	margin-bottom: 30px;
}

.merit .l-guidance__subtitle {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	background: #036eb8;
	margin-bottom: 8px;
}

.l-guidance__items {
	display: flex;
	flex-wrap: nowrap;
	gap: 0px 30px;
	margin-bottom: 5px;
}

.l-guidance__item {
	background: #fff;
	padding: 20px;
	width: 34.5%;
}

.l-guidance__item:nth-child(1) {
	width: 65.5%;
	transition-delay: 2.3s;
	opacity: 0;
	transform: translate(0,0.5em);
}

.l-guidance__item:nth-child(2) {
	transition-delay: 2.5s;
	opacity: 0;
	transform: translate(0,0.5em);
}

.l-guidance__item.is-stateScroll:nth-child(1),
.l-guidance__item.is-stateScroll:nth-child(2) {
	transform: translate(0,0);
	opacity: 1;
}

.flow .l-guidance__block {
	padding: 0 28px;
}

.flow ul {
	padding-left: 95px;
	position: relative;
}

.flow ul:before {
	content: "";
	width: 12px;
	height: 100%;
	background: #c7c2bd;
	margin-left: -6px;
	display: block;
	position: absolute;
}

.flow ul > li {
	position: relative;
	margin-top: 38px;
}

.flow ul > li:nth-child(2) {
	margin-top: 92px;
}

/*.flow ul > li:nth-child(1),
.flow ul > li:nth-child(2),
.flow ul > li:nth-child(3)  {
	margin-top: 10px;
}*/

.flow ul > li .flow__title {
	color: #463423;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.3em;
	line-height: 25px;
	background: #fff;
	display: block;
	width: 190px;
	position: relative;
	left: -95px;
	z-index: 100;
	box-shadow: 3px 3px 7px rgb(0 0 0 / 35%);
	margin: 10px 0;
}

.flow ul > li .flow__title span {
	font-size: 10px;
	font-weight: 900;
}

.flow ul > li .flow__detail {
	position: relative;
	padding-left: 38%;
	margin: 10px 0;
	top:-27px;
}


.flow ul > li .flow__detail:before {
	content: "";
	display: inline-block;
	background: #c7c2bd;
	height: 2px;
	width: 8px;
	position: absolute;
	left: calc(38% - 10px);
	top: calc(50% - 4px);
	transform: rotate(45deg);
}

.flow ul > li .flow__detail:after {
	content: "";
	display: block;
	background: #c7c2bd;
	height: 2px;
	width:  calc(38% - 2px);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.flow ul > li .flow__detail.flow__detail_2:before {
	top: calc(100%);
}

.flow ul > li .flow__detail.flow__detail_2:after {
	top: calc(100% + 4px);
}

.flow ul > li .flow__detail .flow__detail_title {
	color: #463423;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.3em;
	line-height: 25px;
	background: rgba(201,188,156,0.3);
	display: block;
}

.flow ul > li .flow__detail dl {
	display: block;
}

.flow ul > li .flow__detail dl dt {
	color: #036eb8;
	font-size: 10px;
	transform: scale(0.95);/*9.5px*/
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.47;
}

.flow ul > li .flow__detail dl dd {
	color: #fff;
	background: #036eb8;
	padding: 15px 15px;
	position: absolute;
	top: -10px;
}

.flow ul > li .flow__detail dl dd em {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.15em;
	line-height: 1.3;
	display: block;
	margin-bottom: 8px;
}

.flow ul > li .flow__detail dl dd small {
	font-size: 10px;
	transform: scale(0.9);/*9px*/
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	display: block;
	position: relative;
	padding: 0 0.5em;
}

.flow ul > li .flow__detail dl dd small:before,
.flow ul > li .flow__detail dl dd small:after {
	content: '';
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
}
.flow ul > li .flow__detail dl dd small:before {
	border-left: solid 1px #fff;
	left: -10px;
}
.flow ul > li .flow__detail dl dd small:after {
	border-right: solid 1px #fff;
	right: -10px;
}

.merit ul {
	margin-top: 10px;
}

.merit ul > li {
	margin-bottom: 1px;
}

.merit__text {
	font-size: 10px;
	transform: scale(0.95);/*9.5px*/
	transform-origin: center top;
}

.l-list__bg {
	background: url("../image/owner_support/bg_03.jpg") no-repeat center bottom/cover;
}

section.l-list__bg {
	padding: 60px 0 70px;
}

.l-list__title {
	margin-bottom: 0;
}

.l-list__title small {
	color: #463423;
	font-size: 10px;
	transform: scale(0.95);/*9.5px*/
	letter-spacing: 0.2em;
	display: block;
	margin-bottom: 0.5em;
}

.l-list__title em {
	color: #fff;
	letter-spacing: 0.5em;
	background: #000;
	display: inline-block;
	position: relative;
	padding: 0.55em 1.85em;
}

.l-list__title em:before {
	content: "";
	position: absolute;
	display: block;
	top: 3px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	border: 1px solid #666;
}

.l-list__block {
	background: #fff;
	padding: 20px 50px;
	transition-delay: .9s;
	opacity: 0;
	transform: translate(0,0.5em);
}

.l-list__block.is-stateScroll {
	opacity: 1;
	transform: translate(0,0);
}

.l-list__items {
	margin-bottom: 15px;
}

.l-list__items:last-child {
	margin-bottom: 0;
	align-items: end;
}

.l-list__items {
	gap: 30px;
}

.l-list__item {
	display: flex;
  	flex-direction: column;
}

.l-list__item02 {
	margin-bottom: 30px;
}

/*.l-list__item03,.kanto-page .l-list__item08 {
    margin-top: auto;
}*/

.l-list__itemChild-items {
	margin-bottom: 25px;
}

.l-list__itemChild-items > li {
	background: #fff;
	box-shadow: 0px 0px 9px rgb(0 0 0 / 20%);
	margin-bottom: 10px;
	position: relative;
	height: 85px;
}

.l-list__itemChild-items > li.dropDown {
	height: unset;
	box-shadow: none;
	line-height: 1;
}

.l-list__itemChild-items > li.dropDown .item {
	background: #fff;
	box-shadow: 0px 0px 9px rgb(0 0 0 / 20%);
	position: relative;
	height: 70px;
	cursor: pointer;
}

.l-list__itemChild-items > li > a:hover {
	opacity: .7;
}

/*.l-list__itemChild-items > li > a:before {
	content: "";
	background: #dfd6b8;
	width: 17px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
}

.l-list__item01 .l-list__itemChild-items > li > a:before {
	background: #dfd6b8;
}

.l-list__item02 .l-list__itemChild-items > li > a:before {
	background: #d9bcc9;
}

.l-list__item03 .l-list__itemChild-items > li > a:before {
	background: #7ab6b0;
}

.l-list__item04 .l-list__itemChild-items > li > a:before {
	background: #89b2c6;
}

.l-list__item05 .l-list__itemChild-items > li > a:before {
	background: #bfcd92;
}

.l-list__item06 .l-list__itemChild-items > li > a:before {
	background: #e6c488;
}

.l-list__item07 .l-list__itemChild-items > li > a:before {
	background: #e1a79b;
}

.l-list__itemChild-items > li > a:after {
	content: url("../image/owner_support/arrow_right.svg");
	width: 6px;
	display: block;
	right: 4px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}*/

.l-list__itemChild-items > li em {
	/*position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;*/
}

.l-list__itemChild-items > li span,.l-list__itemChild-items > li .detail span {
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
}

.l-list__itemChild-items > li span.e-small {
	font-size: 13px;
}

.l-list__itemChild-items > li img {
	width: auto;
	display: block;
	margin: 0 auto;
}

.l-list__subtitle {
	position: relative;
}

.l-list__subtitle:after {
	content: url("../image/owner_support/arrow.svg");
	width: 23px;
	margin: 0 auto 0;
	display: inline-block;
}

.l-list__subtitle span {
    background: #dfd6b8;
    width: 102px;
    height: 57px;
    border-radius: 102px 102px 0 0;
    display: block;
    margin: 0 auto;
}

.l-list__subtitle span img {
	width: auto;
	margin-top: 12px;
}

.l-list__item06 .l-list__subtitle span img {
	margin-top: 7px;
}

.l-list__subtitle em {
	color: #231815;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: #dfd6b8;
	position: relative;
	display: flex;
	align-items: center;
	padding: 3px 0;
	font-size: 18px;
	margin-top: -0.5px;
}

.l-list__subtitle em:before,
.l-list__subtitle em:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: rgba(255,255,255,0.7);
}

.l-list__item02 > .l-list__subtitle em,
.l-list__item02 > .l-list__subtitle span {
	background: #d9bcc9;
}

.l-list__item03 > .l-list__subtitle em,
.l-list__item03 > .l-list__subtitle span {
	background: #7ab6b0;
}

.l-list__item04 > .l-list__subtitle em,
.l-list__item04 > .l-list__subtitle span {
	background: #89b2c6;
}

.l-list__item05 > .l-list__subtitle em,
.l-list__item05 > .l-list__subtitle span {
	background: #bfcd92;
}

.l-list__item06 > .l-list__subtitle em,
.l-list__item06 > .l-list__subtitle span {
	background: #e6c488;
}

.l-list__item07 > .l-list__subtitle em,
.l-list__item07 > .l-list__subtitle span {
	background: #e1a79b;
}

.l-list__item08 > .l-list__subtitle em,
.l-list__item08 > .l-list__subtitle span {
    background: #c5b7dc;
}

.l-list__item09 > .l-list__subtitle em,
.l-list__item09 > .l-list__subtitle span {
    background: #b9cee9;
}

.l-list__item10 > .l-list__subtitle em,
.l-list__item10 > .l-list__subtitle span {
    background: #e9e895;
}

.l-tell {
	color: #231815;
	text-align: center;
	padding: 30px 0;
}

.l-tell__block {
	display: inline-block;
	margin: 0 auto;
}

.l-tell__text {
	font-size: 11px;
	letter-spacing: -0.02em;
}

.l-tell__number a {
	font-size: 37px;
	line-height: 1;
	position: relative;
	pointer-events: none;
}

.l-tell__number a:before {
	content: "";
	display: none;
	width: 30px;
	height: 100%;
	background: url("../image/owner_support/icon_freedial.svg") no-repeat center/contain;
	position: absolute;
	right: 100%;
	top: 45%;
	transform: translateY(-50%);
}

.u-note.right.bottom {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.l-list__itemChild-items > li .flexBox {
	justify-content: flex-start;
	position: absolute;
	bottom:0;
	width: 100%;
	line-height: 24px;
}

.l-list__itemChild-items > li .flexBox li {
	width: 50%;
	text-align: center;
}

.l-list__itemChild-items > li .flexBox li {
	background: #dfd6b8;
}

.l-list__itemChild-items > li .flexBox li a {
	position: relative;
	font-size: 12px;
	text-align: center;
    padding-right: 43px;
}

.l-list__itemChild-items > li .flexBox li a:before {
	content:"";
	background: #918a6e;
	width:43px;
	position: absolute;
	right:0;
	height: 100%;
    display: block;
}

.l-list__itemChild-items > li .flexBox li a:after {
    content: url(../image/owner_support/arrow_right.svg);
    width: 7px;
    display: block;
    right: 18px;
    top: 57%;
    position: absolute;
    transform: translateY(-50%);
}

.l-list__item02 .l-list__itemChild-items > li .flexBox li {
	background: #d9bcc9;
}

.l-list__item02 .l-list__itemChild-items > li .flexBox li a:before {
	background: #8d7a80;
}

.l-list__item09 .l-list__itemChild-items > li .flexBox li {
	background: #b9cee9;
}

.l-list__item09 .l-list__itemChild-items > li .flexBox li a:before {
	background: #808d9d;
}

.l-list__item10 .l-list__itemChild-items > li .flexBox li {
	background: #e9e895;
}

.l-list__item10 .l-list__itemChild-items > li .flexBox li a:before {
	background: #adac76;
}

/*＝＝＝＝＝＝ドロップダウン＝＝＝＝＝＝＝＝*/

.toggle {
	display: none;
}

.l-list__itemChild-items > li .btnArea {
	position: relative;
	margin-bottom: 1rem;
}

.l-list__itemChild-items > li .companyName {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
	height: 50px;
}

.l-list__itemChild-items > li.dropDown .companyName {
	height: unset;
}

.l-list__itemChild-items > li .companyNameImage {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    width: 100%;
	height: 50px;
}

.item,.l-list__itemChild-items > li .detail {
	transform: translateZ(0);
	transition: all 0.3s;
}

.l-list__itemChild-items > li .detail {
	display: block;
	justify-content: unset;
}

.item {
    display: block;
    background: #fff;
    height: 100%;
}

/*.l-list__item01 .l-list__itemChild-items > li .item:before,.l-list__item03 .l-list__itemChild-items > li .item:before,.l-list__item05 .l-list__itemChild-items > li .item:before {
    content: "";
    background: #dfd6b8;
    width: 17px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
	top: 0;
}

.l-list__itemChild-items > li .item:after,.l-list__item03 .l-list__itemChild-items > li .item:after,.l-list__item05 .l-list__itemChild-items > li .item:after {
    content: url(../image/owner_support/arrow_right.svg);
    width: 6px;
    display: block;
    right: 4px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.l-list__item03 .l-list__itemChild-items > li .item:before {
    background: #7ab6b0;
}

.l-list__item05 .l-list__itemChild-items > li .item:before {
    background: #bfcd92;
}*/

.detail {
	max-height: 0;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 100%;
	padding: 0 1rem;
}

.toggle:checked + .item + .detail {
	max-height: 500px;
	transition: all 1.5s;
	width: 100%;
    padding: 10px 1rem 8px;
	box-shadow: 0px 5px 7px rgb(0 0 0 / 20%);
}

/*.toggle:checked + .item + .detail:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 0;
	border-color: #7ab6b0 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.l-list__item05 .toggle:checked + .item + .detail:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 0;
    border-color: #bfcd92 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}*/

.detail p,.detail p a{
	font-size: 13px;
	margin: 0;
	word-break: break-all;
}

.detail p {
    display: table;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 5px;
}

.detail p a {
    display: table-cell;
}

.detail p.tel a {
    pointer-events: none;
}

.l-list__itemChild-items > li .detail span {
    background: #7ab6b0;
    font-weight: normal;
    color: #fff;
    padding: 1px 0;
    font-size: 12px;
    width: 46px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.l-list__item04 .l-list__itemChild-items > li .detail span {
    background: #89b2c6;
}

.l-list__item05 .l-list__itemChild-items > li .detail span {
    background: #bfcd92;
}

.l-list__item06 .l-list__itemChild-items > li .detail span {
    background: #e6c488;
}

.l-list__item07 .l-list__itemChild-items > li .detail span {
    background: #e1a79b;
}

.l-list__item08 .l-list__itemChild-items > li .detail span {
    background: #c5b7dc;
}


p.hpBtn {
    text-align: center;
    width: 92px;
    margin: 6px auto 0;
}

p.hpBtn img {
    width: 100%;
}

li.noLink {
	filter: opacity(0.6);
}


@media screen and (max-width: 1119px) {
	.u-show--tablet {
		display: block !important;
	}
	
	.u-hide--tablet {
		display: none !important;
	}


/*＝＝＝＝＝＝扉ページ＝＝＝＝＝＝＝＝*/
	.top-page .l-title ul {
		width: 62%;
	}


/*＝＝＝＝＝＝エリア（関西・関東）ページ＝＝＝＝＝＝＝＝*/

}



@media screen and (max-width: 767px) {
	.u-show--mobile {
		display: block !important;
	}
	
	.u-hide--mobile {
		display: none !important;
	}
	
	.u-flex {
	}

	.u-flex__column-2 > * {
		width: calc(100% / 2);
	}

	.u-flex__column-3 > * {
		width: calc(100% / 2);
	}

	.u-flex__column-4 > * {
		width: calc(100% / 2);
	}

	.u-flex__column-5 > * {
		width: calc(100% / 2);
	}
	
	.u-note {
		font-size: 11px;
		transform: initial;
	}
	
	section {
    padding: 60px 0 60px;
	}
	
	section.l-bg:after {
		width: 92%;
    height: 90%;
    top: 30px;
	}
	
	.l-title {
	}
	
	.l-title:after {
		width: 90%;
    min-width: auto;
	}
	
	.l-title ul {
		flex-wrap: wrap;
		gap: 5px;
    padding: 15px 0 15px 35px;
	}
	
	.l-title ul:after {
		content: "";
		display: block;
		background: #fff;
		width: 1px;
		height: 70%;
		position: absolute;
    left: 0px;
		top: 15%;
	}

	.l-title li {
		border: none;
		padding: 0;
		width: 80%;
	}

	.l-title__jp {
		font-size: 18px;
	}


/*＝＝＝＝＝＝扉ページ＝＝＝＝＝＝＝＝*/
	.top-page .l-title ul{
		width: 100%;
		justify-content: flex-start;
	}

	.l-link__items.u-flex__column-2 > * {
		width: 100%;
	}
	
	.l-link__items {
		flex-wrap: wrap;
		gap: 20px 0;
	}
	
	.l-link__item {
		padding: 25px 0 30px;
	}
	
	.l-link__btn:before {
		width: 130px;
	}
	
	.l-link__btn a {
		font-size: 20px;
		line-height: 55px;
	}
	
	.l-link__text {
		margin-top: 10px;
	}
	
	.l-link__text.lSpport {
		width: 70%;
	}


/*＝＝＝＝＝＝エリア（関西・関東）ページ＝＝＝＝＝＝＝＝*/
	.kansai-page section.l-bg:after,
	.kanto-page section.l-bg:after {
		top: 105px;
		height: calc(90% + 52px);
	}

	.l-areaName {
		margin-bottom: 60px;
	}

	.l-areaName__item .l-areaName__btn {
	}

	.is-kansai.l-areaName__item .l-areaName__btn,
	.is-kanto.l-areaName__item .l-areaName__btn {
		text-align: center;
		padding-right: 15px;
		padding-left: 15px;
	}

	.l-areaName__item .l-areaName__btn a {
		font-size: 16px;
		line-height: 45px;
		width: 100%;
	}

	.l-guidance__title {
		font-size: 20px;
	}
	
	.l-guidance__subtitle {
    font-size: 19px;
    letter-spacing: 0;
	border-radius: 0 0 2px 2px;
    width: calc(100% + 40px);
    margin: -20px -20px 0;
		padding: 15px 0;
	}
	
	.merit .l-guidance__subtitle {
		margin-bottom: 20px;
		font-size: 24px;
    	line-height: 1;
	}
	
	.l-guidance__items {
		flex-wrap: wrap;
		gap: 20px 0;
		margin-bottom: 10px;
	}

	.l-guidance__item,
	.l-guidance__item:nth-child(1) {
		width: 100%;
	}

	.l-guidance__item:nth-child(2) {
		transition-delay: unset;
	}

	.l-guidance__block {
	}

	.flow .l-guidance__block {
		padding: 0;
	}
	
	.l-guidance__item.merit.js-scrollClass.is-stateScroll {
		padding: 20px 20px 40px;
	}
	
	.flow ul {
		padding-left: 10%;
	}
	
	.flow ul > li {
		margin-top: 30px;
	}
	
	.flow ul > li:nth-child(2) {
		margin-top: 30px;
	}
	
	.flow ul > li .flow__title {
		font-size: 18px;
		line-height: 50px;
		width: 110%;
		left: -10%;
		margin: 30px 0;
	}

	.flow ul > li .flow__detail {
		padding-left: 12%;
		top: 10px;
	}

	.flow ul > li .flow__detail:before {
		left: calc(12% - 10px);
	}

	.flow ul > li .flow__detail:after {
		width:  calc(12% - 2px);
	}

	.flow ul > li .flow__detail.flow__detail_2:before {
		top: calc(12% - 4px);
	}

	.flow ul > li .flow__detail.flow__detail_2:after {
		top: 12%;
	}

	.flow ul > li .flow__detail .flow__detail_title {
		font-size: 14px;
		letter-spacing: 0.2em;
		line-height: 35px;
	}

	.flow ul > li .flow__detail dl dt {
		font-size: 12px;
		line-height: 1.2;
		transform: initial;
		margin-bottom: 5px;
	}

	.flow ul > li .flow__detail dl dd {
		padding: 25px 15px;
		position: relative;
	}

	.flow ul > li .flow__detail dl dd small {
		font-size: 11px;
		transform: initial;
		padding: 0 1.5em;
	}

	.flow ul > li .flow__detail dl dd small:before {
		left: 0px;
	}

	.flow ul > li .flow__detail dl dd small:after {
		right: 0px;
	}

	.flow ul > li .flow__detail dl dd em {
		font-size: 14px;
	}
	
	.merit ul {
		margin-top: 20px;
	}

	.merit__text {
		font-size: 14px;
		transform: none;
	}

	.l-list__bg {
	}

	.l-list__title {
	}

	.l-list__title small {
		font-size: 14px;
		transform: initial;
	}

	.l-list__title em {
		font-size: 20px;
	}

	.l-list__title em:before {
	}

	.l-list__block {
		padding: 20px;
	}

	.l-list__items {
		margin-bottom: 20px;
	}

	.l-list__items:last-child {
	}

	.l-list__items.u-flex {
		flex-wrap: wrap;
		gap: 0;
	}

	.l-list__items.u-flex.u-flex__column-3 > * {
		width: 100%;
	}	

	.l-list__item {
	}
	
	.l-list__item01,.l-list__item02,.l-list__item03,.l-list__item04,.l-list__item05,.l-list__item06,.l-list__item07,.l-list__item08,.l-list__item09,.l-list__item10 {
		margin-bottom: 20px;
	}

	.l-list__itemChild-items {
		margin-bottom: 0;
	}

	.l-list__itemChild-items > li em span {
		font-size: 16px;
	}

	.l-list__itemChild-items > li em span.e-small {
		font-size: 12px;
		transform: initial;
	}

	.l-list__subtitle em {
		font-size: 18px;
		padding: 10px 0;	
	}
	
	.l-tell__text {
		margin-bottom: 10px;
	}
	
	.l-tell__number,
	.l-tell__number a {
		font-size: 32px;
		pointer-events: inherit;
		line-height: 0.7;
	}
	
	.l-tell__number span {
		font-size: 14px;
	}	
	
	p.center.mb2.text {
		font-size: 14px;
		margin-bottom: 1.6rem;
	}
	
	.detail p.tel a {
		pointer-events: unset;
	}
	
	.detail p, .detail p a {
		font-size: 15px;
		margin-bottom: 7px;
	}	
	
	.toggle:checked + .item + .detail {
		padding: 1rem;
	}	
	
	
}
