@charset "utf-8";

/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual__inner-wrap2025{
	background-image: url(../images/owner/support3/bg_keyvisual.jpg);
	background-image: image-set(url(../images/owner/support3/bg_keyvisual.jpg) 1x, url(../images/owner/support3/bg_keyvisual@2x.jpg) 2x);
}
.C-Title2025{
	margin-bottom: 18rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Keyvisual__inner-wrap2025{
		background-image: url(../images/owner/support3/sp_bg_keyvisual.jpg);
		background-image: image-set(url(../images/owner/support3/sp_bg_keyvisual.jpg) 1x, url(../images/owner/support3/sp_bg_keyvisual@2x.jpg) 2x);
	}

}


/*-------------------------------
	導入部 
-------------------------------*/
.Support1{
	padding-bottom: 6rem;
}
.Support1 .C-Title2025__jp{
	font-size: 2.8rem;
}
.Support1__header{
	width: 100%;
	margin-bottom: 24.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Support1__header-image{
	width: 53rem;
	flex: 1;
	position: relative;
}
.Support1__header-image figure{
    width: 50vw;
    height: 60rem;
    object-fit: cover;
	position: relative;
}
.Support1__header-image figure{
	margin-right: calc(100% - 50vw);
}
.Support1__header-image figure::before{
	width: 100%;
	height: 100%;
	background: #F8BD26;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	z-index: 0;
}
.Support1__header-image figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.Support1__header-image img{
	border-radius: 0 21.6rem 0 21.6rem;
}
.Support1__header__content{
	width: calc(100% - 53rem);
}
.Support1__header__content{ 
	padding-right: 10rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){
	.Support1__header-image{
		width: 40rem;
	}
	.Support1__header__content{
		width: calc(100% - 40rem);
	}
	.Support1__header__content{ 
		padding-right: 10rem;
	}
}
@media screen and (max-width:1165px) and (min-width: 769px){	
	.Support1__header-image figure{
		width: calc(100% + var(--padding-leftright));
	}
	.Support1__header-image figure{
		margin-right: calc(0% - var(--padding-leftright) );
	}
}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){
	.Support1__header-image{
		width: 30rem;
	}	
	.Support1__header__content{
		width: calc(100% - 30rem);
	}
	
}
@media screen and (max-width:768px){
	.Support1{
		padding-bottom: 6rem;
	}
	.Support1 .C-Title2025__jp{
		font-size: 4.2rem;
	}
	.Support1__header{
		width: 100%;
		margin-bottom: 24.5rem;
		flex-direction: column-reverse;
	}
	.Support1__header-image{
		width: calc(100% + var(--padding-leftright));
	}
	.Support1__header-image figure{
		width: 100%;
		height: 63rem;
	}
	.Support1__header-image figure{ 
		margin-right: calc(-1 * var(--padding-leftright));
	}
	.Support1__header__content{
		margin-top: 14.5rem;
		width: 100%;
	}
	.Support1__header__content{ 
		padding-right: unset;
	}

}


/*-------------------------------
	セクション共通 サポートメニュー
-------------------------------*/
.Support1__body__Title{
	margin-bottom: 3.15rem;
	text-align: center;
	position: relative;
}
.Support1__body__Title span::after{
	width: 100%;
	height: 2px;
	background: #F8BD26;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
}
.Support1__body__Title span{
	min-width: 61.9rem;
	margin-bottom: 0.55rem;
	padding: 0.5rem 1em 0.6rem 1em;
	border-radius: 3rem 3rem 0.5rem 0.5rem;
	margin-inline: auto;
	background: #F8BD26;
	font-size: 2.8rem;
	line-height: calc(4.0 / 2.8);
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #fff;
	text-align: center;
	display: inline-block;
}

.Support1__body__List{
	width: 100%;
	gap: 4.3rem;
}
.Support1__body__List-item{
	width: calc((100% - 4.3rem ) / 2);
	border-radius: 1.5rem;
	position: relative;
	overflow: hidden;
}
.Support1__body__List-item a{
	position: relative;
	width: 100%;
	display: block;
}
.Support1__body__List-item a:hover{
	opacity: 1;
}
.Support1__body__List-item a::before{
    transition: var(--transition);
    content: "";
    display: block;
	width: 100%;
	height: 100%;
	background: rgba(25,60,82,0.25);
	position: absolute;
	left: 0;
	top: 0;
    z-index: 2;
}
.Support1__body__List-item a:hover::before{
	background: rgba(248,189,38,0.25);
}
.Support1__body__List-item a figure{
	width: 100%;
}
.Support1__body__List-item a img{
    transition: var(--transition);
	width: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
/*.Support1__body__List-item a:hover img{
	transform: scale(1.05);
}*/
.Support1__body__List-item a .Support1__itemText{
	width: 100%;
	padding-inline: 7.5rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: calc(3.4 / 2.4);
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.Support1__body__List-item a .Support1__itemText__inner{
	border-bottom: 3px solid #F8BD26;
	display: inline-block;
}
.Support1__body__List-item a .Support1__itemText::before{
    transition: var(--transition);
    content: "";
    display: block;
    width: 3.3rem;
    height: 3.3rem;
	border-radius: 50%;
	background: #fff;
    position: absolute;
    right: 4rem;
    top: 50%;
    transform: translateY(-50%);
	z-index: 4;
}
.Support1__body__List-item a:hover .Support1__itemText::before{
	background: #F8BD26;
}
.Support1__body__List-item a .Support1__itemText::after{
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.47rem;
    background-image: url(../images/common/icon_arrow-black-naked.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
	z-index: 5;
}
.Support1__body__List-item a:hover .Support1__itemText::after{
    background-image: url(../images/common/icon_arrow-white-naked.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.Support1__body__List-item a .Support1__itemText .Support1__itemText__intxt{
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: calc(3.4 / 2.4);
	color: #fff;
	text-align: center;
	display: block;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}

@media screen and (max-width:1120px) and (min-width: 769px){
	.Support1__body__List-item{
		min-width: 32rem;
	}
	.Support1__body__List-item a .Support1__itemText{
		padding-inline: 4rem;
	}
	.Support1__body__List-item a .Support1__itemText::before{
		right: 2rem;
	}
	.Support1__body__List-item a .Support1__itemText::after{
		right: 3rem;
	}
}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.Support1__body__Title{
		margin-bottom: 3.85rem;
		padding-inline: 6rem;
	}
	.Support1__body__Title span::after{
		height: 0.4rem;
	}
	.Support1__body__Title span{
		width: 100%;
		min-width: auto;
		margin-bottom: 0.85rem;
		padding: 1.1rem 0.5em 1.2rem 0.5em;
		font-size: 3.6rem;
	}

	.Support1__body__List{
		gap: 3rem;
	}
	.Support1__body__List-item{
		width: 100%;
		border-radius: 1.5rem;
	}
	.Support1__body__List-item a img{
		aspect-ratio: calc(630 / 337);
	}
	.Support1__body__List-item a .Support1__itemText{
		width: 100%;
		padding-inline: 7rem;
		font-size: 3.8rem;
	}
	.Support1__body__List-item a .Support1__itemText::before{
		width: 6rem;
		height: 6rem;
		right: 7rem;
	}
	.Support1__body__List-item a .Support1__itemText::after{
		width: 2.8rem;
		height: 2.8rem;
		right: 8.5rem;
	}
	.Support1__body__List-item a .Support1__itemText .Support1__itemText__intxt{
		font-size: 3.8rem;
	}
}





/*-------------------------------
	Support2
-------------------------------*/
.Support2{
	background: #FDF9ED;
}
.Support2__title{
	margin-bottom: 10rem;
	font-size: 2.8rem;
	font-weight: 600;
	font-family: var(--mincho);
	letter-spacing: 0.05em;
	line-height: calc(4 / 2.8);
	text-align: center;
}

/*-----Support2__faq_list*/
.Support2__faq_list{
}
.Support2__faq_item {
    margin-bottom: 2rem;
	width: 100%;
	border-radius: 1.5rem;
    background: #fff;
	overflow: hidden; 
}
/*-----.Support2__faq_Q*/
.Support2__faq_Q{
    padding: 2.5rem 8rem 2.5rem 5rem;
	width: 100%;
	background: #D5DEE8;
    display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}
.Support2__faq_Q::before{
	width: 1.462rem;
	height: 2.354rem;
	background: url(../images/owner/support3/icon_arrow-black-border2.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;	
	right: 5rem;
	transition: var(--transition);
	transform: translateY(-50%) rotate(-180deg);
	content: "";
	display: block;
}
.Support2__faq_Q.open::before {	
	transform: translateY(-50%) rotate(0deg);
}
.Support2__faq_Q:hover,
.Support2__faq_Q.open{
	background: #FDE297;
}
.faq_Q__left,
.faq_Q__right{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.faq_Q__left{
	width: 41.5rem;
}
.faq_Q__right{
	width: calc(100% - 41.5rem);
}
.faq_Q__cate{
	margin-right: 2.5rem;
	padding-inline: 0.5em;
	min-width: 11.3rem;
	border-radius: 9999px;
	background: #fff;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	display: inline-block;
}
.faq_Q__sysname{
	font-size: 2rem;
	line-height: calc(2.8/ 2);
	font-weight: 700;
	letter-spacing: 0;
}
.faq_Q__sysname + .faq_Q__sysname{
	margin-top: 1rem;
}
.faq_Q__syslink-wrap{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.faq_Q__syslink{
    margin-top: 0.3em;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: calc(2.4 / 1.6);
	letter-spacing: 0;
	color: var(--blackcolor);
	text-decoration: underline;
	text-underline-offset: 0.1em; 
	display: inline-block;
}
.faq_Q__syslink:hover{
	opacity: 0.7;
}
/*-----.Support2__faq_A*/
.Support2__faq_A{
    padding: 5rem 5rem 5rem 5rem;
    background: #fff;
	display: none;
}
.Support2__faq_A .faq_A__Text{
	padding-right: 4rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: calc(2 / 1.4);
	text-align: left;
	position: relative;
}
.Support2__faq_A .faq_A__Text + .faq_A__Text{
	padding-top: 2.2rem;
	margin-top: 1.8rem;
}
.Support2__faq_A .faq_A__Text + .faq_A__Text::before{
	width: 100%;
	height: 1px;
	background: var(--blackcolor);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
}
.Support2__Button-wrap{
	margin-top: 10.8rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){
	.faq_Q__left{
		width: 38rem;
	}
	.faq_Q__right{
		width: calc(100% - 38rem);
	}
}
@media screen and (max-width:960px) and (min-width: 769px){
	.Support2__faq_Q{
		flex-direction: column;
	}
	.faq_Q__left{
		width: 100%;
        margin-bottom: 2rem;
	}
	.faq_Q__right{
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.Support2{
	}
	.Support2__title{
		margin-bottom: 10rem;
		font-size: 4.2rem;
	}

	/*-----Support2__faq_list*/
	.Support2__faq_list{
	}
	.Support2__faq_item {
		margin-bottom: 3rem;
	}
	/*-----.Support2__faq_Q*/
	.Support2__faq_Q{
		padding: 3.75rem 10rem 3.75rem 5rem;
		flex-direction: column;
	}
	.Support2__faq_Q::before{
		width: 2.924rem;
		height: 3.531rem;
		right: 4rem;
	}
	.faq_Q__left,
	.faq_Q__right{
		flex-direction: column;
	}
	.faq_Q__left{
		width: 100%;
        margin-bottom: 3rem;
	}
	.faq_Q__right{
		width: 100%;
	}
	.faq_Q__cate{
		margin-right: unset;
		margin-bottom: 1.5rem;
		padding-inline: 0.5em;
		min-width: 16.95rem;
		height: 4.5rem;
		line-height: 4.5rem;
		font-size: 2.4rem;
	}
	.faq_Q__sysname{
		font-size: 3rem;
	}
	.faq_Q__sysname + .faq_Q__sysname{
		margin-top: 1rem;
	}
	.faq_Q__syslink{
		font-size: 2.6rem;
	}
	/*-----.Support2__faq_A*/
	.Support2__faq_A{
		padding: 5rem 5rem 5rem 5rem;
	}
	.Support2__faq_A .faq_A__Text{
		padding-right: 0;
		font-size: 2.2rem;
	}
	.Support2__faq_A .faq_A__Text + .faq_A__Text{
		padding-top: 3rem;
		margin-top: 2.25rem;
	}
	.Support2__faq_A .faq_A__Text + .faq_A__Text::before{
	}

}
/*-------------------------------
	
-------------------------------*/

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}

