@charset "UTF-8";

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*FLOW/PRICE*/
#overlay + .composite_box01.block_images_7 .inner_item_img::after{
  display: none;
}
@media screen and (max-width: 700px){
  #overlay + .composite_box01.block_images_7 .inner_item_img::after{
    position: absolute;
    content: "詳しくはこちら";
    bottom: 15px;
    top: auto;
    right: 30px;
    color: #fff;
    display: block;
    width: fit-content;
    height: auto;
    background: transparent;
    z-index: 3;
  }
  #overlay + .composite_box01.block_images_7 .inner_item_txt {
    padding-bottom: 50px;
  }
}

/*------------------追加css------------------------*/
/*------------------TOPコンテンツ追加CSS------------------------*/
#mv .mv_textimg .mv_textimg_pc{
	top: -10%;
}
#mv .mv_textimg .mv_textimg_sp {
    max-width: 95%;
    top: -16%;
}

@media screen and (max-device-width: 1400px) and (min-device-width: 900px) and (max-height: 700px) {

}
@media screen and (min-width: 901px){
	#mv .mv_textimg .mv_textimg_pc {
			display: flex;
			justify-content: center;
			padding-top: 100px;
	}
	#mv .mv_textimg .mv_textimg_pc img{
			max-width: 80%;
	}
}
#c4+div:before{
	position: absolute;
	content:"";
	background: var(--i_sub2_color);
	width: 100%;
	height: 50%;
	top: 0;
	right: 0;
}
#c4+div .wrapper_item {
	padding: 0 5px 5px;
	justify-content: space-between;
}
#c4+div .inner_item {
	position: relative;
	margin-top: 40px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	height: 350px;
	background: var(--i_sub_color);
	padding: 10px 15px;
}
#c4+div .inner_item:nth-child(2n) {
	background: #6bbad9;
}
#c4+div .inner_item:before{
	position: absolute;
	content: "";
	font-size: 3.5rem;
	color: var(--i_bg_color);
	font-weight: 600;
	width: 80px;
	height: 80px;
	top: -40px;
	left: calc(50% - 40px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
#c4+div .inner_item_txt .h {
    color: var(--i_bg_color);
}
#c4+div .inner_item_txt p{
	color: var(--i_bg_color);
}
#c4+div .inner_item_txt:before{
	position: absolute;
	content: "";
	background: var(--i_sub_color);
	border: 4px solid var(--i_sub2_color);
	width: 80px;
	height: 80px;
	border-radius: 100%;
	top: -40px;
	left: calc(50% - 40px);
	z-index: 0;
	box-sizing: border-box;
}
#c4+div .inner_item:nth-child(2n) .inner_item_txt:before{
	background: #6bbad9;
}
#c4+div .inner_item:nth-child(1):before{
	content: "01";
}
#c4+div .inner_item:nth-child(2):before{
	content: "02";
}
#c4+div .inner_item:nth-child(3):before{
	content: "03";
}
#c4+div .inner_item:nth-child(4):before{
	content: "04";
}
@media screen and (max-width: 900px){
	#c4+div:before{
		height: 100%;
	}
#c4+div .inner_item:before{
	font-size: 3rem;
	width: 60px;
	height: 60px;
	left: calc(50% - 30px);
	top: -30px;
}
	#c4+div .inner_item_txt:before{
		width: 60px;
		height: 60px;
		left: calc(50% - 30px);
		top: -30px;
	}
}
@media screen and (max-width: 480px){
	#c4+div .inner_item{
		margin-bottom: 30px!important;
		height: auto;
	}
	#c4+div .inner_item_txt .h {
		color: var(--i_bg_color);
		margin-top: 20px;
	}
}

/*--------------------------修正4.8↓---------------------------------*/
/*@media screen and (min-width: 901px){
	body.index.fixedmv main {
	    transform: translateY(100vh);
	    padding-bottom: 10vh;
	}
}*/
/*--------------------------workpitとは---------------------------------*/
#top_h+section{
	overflow:visible;
	z-index: 2;
	background: var(--i_bg_color)!important;
}

#top_h+section > .content_wrapper{
	position:relative;
}
#top_h+section > .content_wrapper:before{
	position: absolute;
	content: "";
	background: url("/common/upload_data/workpit-officialcom/image/t_img1.png")no-repeat center center/ 100%;
	width: 160px;
	height: 160px;
	bottom: -75px;
	left: 8%;
}
#top_h+section > .content_wrapper:after{
	position: absolute;
	content: "";
	background: url("/common/upload_data/workpit-officialcom/image/t_img2.png")no-repeat center center/ 100%;
	width: 160px;
	height: 160px;
	bottom: -75px;
	right: 8%;
}
#top_h+section .inner_item_txt p:nth-child(1){
	font-size: 2.8rem;
	color: var(--i_sub_color);
	font-weight: 800;
	margin-bottom: 0;
	letter-spacing: 0.2rem;
}
#top_h+section .inner_item_txt>p{
	font-size: 2.1rem;
}
#top_about+section{
	background-color: var(--i_bg_color)!important;
}
#top_about+section>.content_wrapper{
	background: #3c50b1;
	width: 90%;
	border-radius: 30px;
	padding: 30px;
}
#top_about+section .about_txt{
	display: flex;
	font-weight: 600;
	justify-content: space-around;
	letter-spacing: 0.1rem;
}
#top_about+section .about_txt:not(:last-child){
	margin-bottom: 20px;
}
#top_about+section .about_txt p:nth-child(1){
	display: flex;
	background: #fff;
	color: var(--i_bg_color);
	padding: 8px;
	border-radius: 8px;
	width: 15%;
	justify-content: center;
	margin-bottom: 0;
	align-items: center;
}
#top_about+section .about_txt p:nth-child(2){
	font-size: 2.1rem;
	width: 75%;
}
#top_about+section .about_txt p:nth-child(2) span{
	font-size: 2.8rem;
	color: var(--i_sub_color);
	padding: 0 3px;
	font-weight: 800;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 900px){
	#top_h+section > .content_wrapper:before{
		width: 15vw;
		height: 15vw;
		bottom: -30%;
		left: 2%;
	}
	#top_h+section > .content_wrapper:after{
		width: 15vw;
		height: 15vw;
		bottom: -30%;
		right: 2%;
	}
	#top_h+section .inner_item_txt p:nth-child(1){
		font-size: 2.1rem;
	}
	#top_h+section .inner_item_txt>p{
		font-size: 1.7rem;
	}
	#top_about+section>.content_wrapper{
		width: 94%;
		border-radius: 15px;
		padding: 30px 15px;
	}
	#top_about+section .about_txt{
		flex-direction: column;
	}
	#top_about+section .about_txt p:nth-child(1){
		width: 100%;
		padding: 5px 0;
		margin-bottom: 10px;
	}
	#top_about+section .about_txt p:nth-child(2){
		font-size: 1.5rem;
		width: 100%;
		line-height: 1.6;
	}
	#top_about+section .about_txt p:nth-child(2) span{
		font-size: 2.1rem;
	}
}
@media screen and (max-width: 480px){
	#top_h+section > .content_wrapper:before{
		width: 18vw;
		height: 18vw;
		bottom:-35%;
		left: 2%;
	}
	#top_h+section > .content_wrapper:after{
		width: 18vw;
		height: 18vw;
		bottom: -35%;
		right: 2%;
	}
}
/*--------------------------悩み---------------------------------*/
#top_worries+div .inner_item{
	display: flex;
	background: #fff;
	width: 70%!important;
	margin: auto!important;
	padding: 40px;
	align-items: center;
}
#top_worries+div .inner_item:not(:last-child){
	margin-bottom: 50px!important;
}
#top_worries+div .inner_item:nth-child(2n-1){
	border-radius: 0 30px 30px 0;
}
#top_worries+div .inner_item:nth-child(2n){
	border-radius: 30px 0 0 30px;
}

#top_worries+div .worries_txt{
	font-size: 2.3rem;
	color: var(--i_bg_color);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}
#top_worries+div .worries_txt span{
	font-size: 3.2rem;
	color: #00B0F0;
}

@media screen and (min-width: 901px){
	#top_worries+div .inner_item:nth-child(2n-1){
		margin-left: 0%!important;
	}
	#top_worries+div .inner_item:nth-child(2n){
		margin-right: 0%!important;
	}
	#top_worries+div .inner_item:nth-child(2n-1) .inner_item_txt{
		padding-left: 40px;
	}
	#top_worries+div .inner_item:nth-child(2n) .inner_item_txt{
		padding-right: 40px;
	}
}

@media screen and (max-width: 900px){
	#top_worries+div .inner_item{
		width: 100%!important;
		padding: 20px;
		flex-direction: column;
	}
	#top_worries+div .worries_txt{
		font-size: 1.7rem;
	}
	#top_worries+div .worries_txt p{
		text-align: center!important;
	}
	#top_worries+div .worries_txt span{
		font-size: 2.1rem;
	}
}

/*-----------------------------仕事で成果を～　フェードイン---------------------------------*/
#top_worries+div{
	background: var(--i_bg2_color);
}
#top_worries+div .inner_item {
    opacity: 0;  /* 初期状態は非表示 */
    transform: translateX(-100px);  /* 左に少しずらす */
    transition: opacity 0.7s ease, transform 0.7s ease;
}

#top_worries+div .inner_item:nth-child(even) {
    transform: translateX(100px); /* 偶数番目は右にずらす */
}
#top_worries+div .inner_item:nth-child(2) {
    transition: opacity 1.5s ease, transform 1.5s ease;
}
#top_worries+div .inner_item:nth-child(3) {
    transition: opacity 2s ease, transform 2s ease;
}
#top_worries+div .inner_item:nth-child(4) {
    transition: opacity 2.5s ease, transform 2.5s ease;
}
#top_worries+div .inner_item.show {
    opacity: 1;
    transform: translateX(0); /* 元の位置に戻す */
}
/*-----------------------------低コスト---------------------------------*/
#cost+section{
	background: var(--i_bg2_color)!important;
}
#cost+section:before{
	position: absolute;
	content: "";
	width: 100px;
	height: 40px;
	background: var(--i_bg_color);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	bottom: 30px;
	left: calc(50% - 50px);
}
#cost+section .inner_item_txt{
	font-size: 2.5rem;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.1rem;
	line-height: 1.5;
}
#cost+section .inner_item_txt p .c_c{
	color: #1F3187;
	font-size: 3.2rem;
	padding: 0 3px;
}

@media only screen and (min-width: 901px){
	#cost+section .inner_item_txt p .c_b{
	display: block;
}
}
@media only screen and (max-width: 900px) {
	#cost+section .inner_item_txt{
		font-size: 1.7rem;
	}
	#cost+section .inner_item_txt p .c_c{
		font-size: 2.1rem;
	}
	#cost+section:before{
		width: 80px;
		height: 30px;
		left: calc(50% - 40px);
		bottom: 40px;
	}
}


/*-----------------------------ご利用イメージ---------------------------------*/
a[id*="top_u"]+section .heading+.add_text{
	font-size: 2.1rem;
	color: #00B0F0;
	background: #ffffff;
	width: fit-content;
	margin: 0 auto 30px;
	padding: 10px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	/* outline: 1px solid; */
	/* outline-offset: -6px; */
	border: 2px solid;
}
#top_u2+section .heading+.add_text{
	background: #00B0F0;
	color: #fff;
	border: none;
}
a[id*="top_u"]+section .wrapper_item{
	background: #fff;
	height: 100%;
	align-items: center !important;
}
a[id*="top_u"]+section .inner_item_txt .heading{
	display: flex;
	align-items: center;
}
a[id*="top_u"]+section .inner_item_txt{
	color: var(--i_bg_color);
	align-self: center!important;
}

a[id*="top_u"]+section .heading.block_header_2 .h{
	color: #01B0F1;
	font-weight: 700;
	font-size: 3.5rem !important;
	font-family: "PT Sans", sans-serif;
	padding: 0;
	line-height: 1;
}
#top_u2+section .heading.block_header_2 .h{
	color: #00B0F0;
}
a[id*="top_u"]+section .heading.block_header_2 p{
	font-size: 2.1rem;
	padding-left: 15px;
	padding-top: 5px;
	color: var(--i_txt2_color);
}
a[id*="top_u"]+section .heading.block_header_2 .h:before{
	display: none;
}

a[id*="top_u"]+section .inner_item_txt .use_txt{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
a[id*="top_u"]+section .inner_item_txt .use_txt:last-child{
	margin-bottom: 0px;
}
a[id*="top_u"]+section .inner_item_txt .use_txt p{
	width: 88%;
	color: var(--i_txt2_color);
}
a[id*="top_u"]+section .inner_item_txt .use_c{
	font-size: 1.8rem;
	color: var(--i_txt2_color)!important;
	background: #fff;
	width: 50px!important;
	height: 50px;
	border: 2px solid;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 20px 0 0;
	box-sizing: border-box;
	font-weight: 600;
	padding-bottom: 5px;
}
#top_u2+section .inner_item_txt .use_c{
	color: #00B0F0;
	background: transparent;
}
a[id*="top_u"]+section .inner_item_txt .use_icon{
	margin: 0 20px 0 0;
	width: 50px!important;
}

a[id*="top_u"]+section .inner_item_txt .use_icon + p{
	background:rgba(255,252,105,0.5);
	padding: 10px 10px;
}
a[id*="top_u"]+section .inner_item_txt .use_icon + p span{
	display: block;
	font-size: 2rem;
	font-weight: 800;
	border-bottom: 2px solid;
	width: max-content;
	margin-bottom: 6px;
}

/*----追加修正-----*/
#top_u2+section .inner_item_txt .use_c {
    background: var(--i_txt2_color);
    color: #fff !important;
}
@media only screen and (max-width: 900px) {
	a[id*="top_u"]+section .heading+.add_text{
		font-size: 1.8rem;
	}
	a[id*="top_u"]+section .inner_item_txt .heading{
		align-items: center;
	}
	a[id*="top_u"]+section .heading.block_header_2 .h{
		font-size: 3.2rem!important;
	}
	a[id*="top_u"]+section .heading.block_header_2 p{
		font-size: 1.8rem;
		padding-left: 15px;
		line-height: 1.5;
	}
	a[id*="top_u"]+section .inner_item_txt .use_txt{
		justify-content: space-between;
	}
	a[id*="top_u"]+section .inner_item_txt .use_c{
		font-size: 1.5rem;
		margin: 0 10px 0 0;
	}
	a[id*="top_u"]+section .inner_item_txt .use_txt p{
		width: 85%;
	}
}
/*-----------------内覧の流れ 利用開始までの流れ------------------------*/
#flow01+div,
#flow02+div{
	background: var(--i_bg1_color)!important;
}

#flow01+div .wrapper_item,
#flow02+div .wrapper_item{
	overflow: visible;
}
#flow01+div .heading.block_header_4 .h,
#flow02+div .heading.block_header_4 .h {
    font-size: 2.1rem;
    font-weight: 700;
    color: #fff;
    background: var(--i_txt2_color);
    font-family: "PT Sans", sans-serif;
}
#flow01+div .inner_item .heading{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 20px;
}
#flow01+div .heading.block_header_4 .h{
	background: none;
	color: var(--i_txt2_color)!important;
	margin-bottom: 0;
	padding-right: 5px;
	line-height: 1;
}
#flow01+div .heading.block_header_4 p {
	color: var(--i_txt2_color);
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 700;
	font-family: "PT Sans", sans-serif;
}
#flow02+div .heading.block_header_4 p {
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
}

#flow01+div .inner_item{
	position:relative;
	background: #fff;
}
#flow02+div .inner_item{
	position:relative;
	background: #fff;
}
#flow01+div .inner_item:nth-child(3):before{
	position: absolute;
	content: "";
	width: 60%;
	height: 35%;
	background: url(/common/upload_data/workpit-officialcom/image/flow_i1.png)no-repeat top right/140px;
	top: -60px;
	right: -35px;
	z-index: 1;
	transform: rotate(-12deg);
}
#flow02+div .inner_item:nth-child(4):before{
	position: absolute;
	content: "";
	width: 60%;
	height: 25%;
	background: url(/common/upload_data/workpit-officialcom/image/flow_i_1.png)no-repeat top right/120px;
	top: -55px;
	right: -35px;
	z-index: 1;
	transform: rotate(-12deg);
}
#flow01+div .inner_item_txt{
	color: var(--i_txt2_color);
}
#flow02+div .inner_item_txt{
	margin: 30px 0 20px;
}
#flow02+div .inner_item_txt p:first-child{
	border-top: 1px solid ;
	padding-top: 15px;
}
#flow02+div .inner_item_txt p{
	color: var(--i_txt2_color);
}
#flow01+div .inner_item_txt .flow01_h{
	color: var(--i_txt2_color);
	font-size: 2.1rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	margin-bottom: 5px;
}
#flow01+div  .inner_item_txt p:nth-last-of-type(1){
	line-height: 1.7; 
}
#flow01+div .contents_btn01,
#flow02+div .contents_btn01{
	margin: 0;
	max-width: none;
	padding: 0;
}
#flow01+div .contents_btn01{
	margin-top: 15px;
}
#flow02+div .contents_btn01 a{
	width: 230px;
	box-sizing: border-box;
}
#flow02+div .contents_btn01 a:nth-child(1){
	margin-bottom: 20px;
}
#flow01+div .inner_item_img{
	display: flex;
	height: 110px;
	align-items: center;
}
#flow01+div .inner_item_img img{
	height: 110px!important;
	object-fit: contain;
}
#flow01+div .inner_item:nth-child(1) .inner_item_img img{
	height: 95px!important;
}
#flow01+div .contents_btn01 a{
	width: 230px!important;
	box-sizing: border-box;
}
@media screen and (max-width: 920px){
	#flow01+div .inner_item,
	#flow02+div .inner_item{
		padding: 20px 20px 30px;
	}
	#flow02+div .inner_item:nth-child(4):before{
		top: -32px;
		right: -24px;
	}
	#flow01+div .inner_item:nth-child(3):before{
		top: -32px;
		right: -24px;
		background-size: 110px;
	}
}

/*----追加修正-----*/
/*---ボタンカラー変更---*/
a[id*="top_select"]+div .inner_item .contents_btn01 a{
	border: var(--i_txt2_color) solid 2px;
}
a[id*="top_select"]+div .inner_item .contents_btn01 a span{
	color: var(--i_txt2_color);
}
a[id*="top_select"]+div .inner_item .contents_btn01 a:before {
    border-top: 2px solid var(--i_txt2_color);
    border-right: 2px solid var(--i_txt2_color);
}
a[id*="top_select"]+div .contents_btn01 a[target=_blank] span:before,
a[id*="top_select"]+div .contents_btn01 a[target=_blank] span:after {
    border: 1px solid var(--i_txt2_color) !important;
}
a[id*="top_select"]+div .inner_item .contents_btn01 a:hover {
    background: var(--i_txt2_color);
}
a[id*="top_select"]+div .inner_item .contents_btn01 a:hover span {
    color: #fff;
}
a[id*="top_select"]+div .inner_item .contents_btn01 a:hover:before {
    border-color: #fff;
}
@media screen and (max-width: 700px){
	#flow02+div .inner_item{
		width: 100%;
		margin-left: 0!important;
		margin-bottom: 40px!important;
	}
	#flow02+div .inner_item:last-child{
		margin-bottom: 0!important;
	}
}

/*-----------------ご利用いただいた会員様の声------------------------*/

#top_voice+div{
	background: var(--i_bg2_color) !important;
}
#top_voice+div .inner_item{
	background: #262626;
	position: relative;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-around;
	padding: 60px 30px;
}

#top_voice+div .inner_item:before{
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	background: var(--i_bg2_color);
	top: 0;
	left: 0;
	z-index: 1;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
#top_voice+div .inner_item .heading{
	width: 55%;
	box-sizing: border-box;
	margin-right: 5%;
}
#top_voice+div .heading.block_header_4 .h {
    font-size: 1.7rem!important;
}
#top_voice+div .heading.block_header_4 p {
    font-size: 1.5rem;
}
#top_voice+div .inner_item>a{
	width: 30%;
	height: 100%;
	margin-left: 5%;
}

#top_voice+div .inner_item_txt{
	position: relative;
	padding-top: 25px;
	margin-top: 25px;
}
#top_voice+div .inner_item_txt:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%), repeating-linear-gradient(135deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
	background-size: 8px 8px;
	top: 0;
	left: 0;
}
#top_voice+div  .inner_item_img{
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

#top_voice+div  .inner_item_img img{
	object-fit: contain;
	height: 50px !important;
}
@media screen and (max-width: 1030px){
	#top_voice+div  .inner_item{
		width: 48%;
		margin-left: 3.5%!important;
	}
	#top_voice+div  .inner_item:nth-child(2n+1){
				margin-left: 0 !important;
	}
	#top_voice+div .inner_item .heading{
		margin-right: 3%;
	}
	#top_voice+div .inner_item>a{
		margin-left: 3%;
	}
}
@media screen and (max-width: 650px){
	#top_voice+div  .inner_item{
		width: 100%!important;
		margin-left: 0!important;
	}
}

/*-----------------キャンぺーンボタン------------------------*/
#ca_btn+div a:nth-child(1),
#ca_btn+div a:nth-child(2){
	border: #00B0F0 solid 2px;
	border-radius: 8px;
	padding: 2px 15px!important;
	width: 220px!important;
	box-sizing: border-box;
}
#ca_btn+div a:nth-child(2) {
	border: #00B0F0 solid 2px;
	background: #00B0F0;
}
#ca_btn+div a:nth-child(1) span{
	color: #00B0F0;
}
#ca_btn+div a:nth-child(2) span{
	color: #fff;
}
#ca_btn+div a:nth-child(1):hover{
	background:#00B0F0;
}
#ca_btn+div a:nth-child(2):hover{
	background:#fff;
}
#ca_btn+div a:nth-child(1):hover span{
	color: #fff;
}
#ca_btn+div a:nth-child(2):hover span{
	color: #00B0F0;
}
#ca_btn+div a:before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: calc(50% - 3px);
    right: 10px;
    left:auto;
    border-top: 2px solid #00B0F0;
    border-right: 2px solid #00B0F0;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    z-index: 10;
    background: none;
    transform-origin: inherit;
}
#ca_btn+div a:nth-child(2):before{
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#ca_btn+div a[target=_blank] span:before,
#ca_btn+div a[target=_blank] span:after{
	border: 1px solid #00B0F0!important;
}
#ca_btn+div a:nth-child(2)[target=_blank] span:before,
#ca_btn+div a:nth-child(2)[target=_blank] span:after{
	border: 1px solid #fff!important;
}
#ca_btn+div a:hover:before{
    right: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#ca_btn+div a:nth-child(2):hover:before{
    right: 7px;
    border-top: 2px solid #00B0F0;
    border-right: 2px solid #00B0F0;
}
#ca_btn+div a[target=_blank]:hover span:before,
#ca_btn+div a[target=_blank]:hover span:after{
	border: 1px solid #fff!important;
}

#ca_btn+div a:nth-child(2)[target=_blank]:hover span:before,
#ca_btn+div a:nth-child(2)[target=_blank]:hover span:after{
	border: 1px solid #00B0F0!important;
}
#ca_btn+div a:after{
	display: none;
}

/*-----------------選べる会員プラン------------------------*/
/*a[id*="top_select"]+div{
	background: var(--i_bg_color)!important;
}*/
a[id*="top_select"]+div .inner_item{
	background: #fff;
	color: #333333;
	position: relative;
	height: 100%;
}

a[id*="top_select"]+div .inner_item:before{
	left: 0;
	margin: 0 0 10px;
	background: var(--i_txt2_color);
	width: 3.5rem;
	font-size: 1.8rem;
	padding-bottom: 2px;
	box-sizing: border-box;
}
a[id*="top_select"]+div  .heading.block_header_4 .h {
	position:relative;
	margin: 0px auto 0;
	color: #40e0d0;
	font-size: 2rem;
}
a[id*="top_select"]+div  .heading.block_header_4 p {
	border-bottom: 2px solid #333333;
	margin-bottom: 50px;
	padding-bottom: 6px;
	color: #333333;
}
a[id*="top_select"]+div .inner_item .heading.block_header_4 p:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	font-size: 2.6rem;
	color: #333333;
	bottom: -30px;
	left: 0;
}
a[id*="top_select"]+div .inner_item:nth-child(1) .heading.block_header_4 p:before,
a[id*="top_select"]+div .inner_item:nth-child(2) .heading.block_header_4 p:before,
a[id*="top_select"]+div .inner_item:nth-child(3) .heading.block_header_4 p:before,
a[id*="top_select"]+div .inner_item:nth-child(4) .heading.block_header_4 p:before{
	content: "月額会員";
}
/*a[id*="top_select"]+div .inner_item:nth-child(3) .heading.block_header_4 p:before{
	content: "従量課金会員";
}*/
a[id*="top_select"]+div  .inner_item_txt{
	margin-top: -53px;
	z-index: 1;
}
a[id*="top_select"]+div  .inner_item_txt .select_h{
	display: flex;
	justify-content: space-evenly;
	background: rgba(31, 49, 135,0.3);
	padding: 10px 5px;
	margin-bottom: 5px;
}
a[id*="top_select"]+div  .inner_item_txt .select_h p{
	display: flex;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0;
	background: #fff;
	border: 2px solid #333333;
	border-radius: 30px;
	padding: 0 10px;
}
a[id*="top_select"]+div .inner_item_txt>p{
	margin-bottom: 15px;
	line-height: 1.6;
	color: #333333;
}

#top_select01+div .inner_item_txt>p {
    margin-bottom: 10px;
}

a[id*="top_select"]+div .inner_item_txt>p span{
	color: #40e0d0;
	font-size: 3rem;
	font-weight: 600;
	padding: 0 5px;
}
@media screen and (min-width: 1031px){
	a[id*="top_select"]+div .inner_item:nth-child(1) .inner_item_txt>p,
	a[id*="top_select"]+div .inner_item:nth-child(2) .inner_item_txt>p{
		box-sizing: border-box;
		color: #333333;
	}
	a[id*="top_select"]+div .inner_item_txt>p{
		height: 50px;
	}
}

@media screen and (min-width: 901px) and (max-width: 1170px){
	#top_select02+div .inner_item_txt>p{
		height: 110px;
	}
}

@media screen and (max-width: 1030px){
	a[id*="top_select"]+div .inner_item{
		width: 48%;
		margin-bottom: 0;
	}
/*	a[id*="top_select"]+div .inner_item:nth-child(1),
	a[id*="top_select"]+div .inner_item:nth-child(2){
		margin-bottom: 120px;	
	}*/
	a[id*="top_select"]+div .inner_item:nth-child(3){
		margin-left: 0;
	}
}
@media screen and (max-width: 900px){
	a[id*="top_select"]+div .inner_item{
		width: 100%;
	}
	a[id*="top_select"]+div .inner_item .heading.block_header_4 .h:before{
		font-size: 2.4rem;
		top: -45px;
	}
	a[id*="top_select"]+div  .heading.block_header_4 .h {
	    font-size: 1.8rem!important;
	}
}
/*-----------------選べる会員プラン 動くテキスト------------------------*/
/*a[id*="top_select"]+div .inner_item:nth-child(1),
a[id*="top_select"]+div .inner_item:nth-child(2){
	margin-bottom: 80px;
}*/
a[id*="top_select"]+div .select_btn{
	position: absolute;
	content: "";
	bottom: -80px;
	left: 0;
	color: var(--i_bg_color);
	background: #F3EF72;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

a[id*="top_select"]+div .select_btn {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 900px){
	a[id*="top_select"]+div .select_btn{
		bottom: -65px;
	}
	a[id*="top_select"]+div .inner_item:nth-child(1),
	a[id*="top_select"]+div .inner_item:nth-child(2){
		margin-bottom: 100px;
	
	}
}
/*-----------------ギャラリー------------------------*/
#top_gallery+div .wrapper_item {
	overflow: visible;
}
#top_gallery+div .inner_item .heading.block_header_2 .h{
	margin-top: -60px;
	display: flex;
	justify-content: center;
	padding: 20px 10px;
}
#top_gallery+div .slick-arrow:before{
	width: 15px;
	height: 15px;
	top: 55px;
	border-top: 2px solid var(--i_bg_color);
	border-left: 2px solid var(--i_bg_color);
}
@media screen and (max-width: 550px){
	#top_gallery+div .inner_item .heading.block_header_2 .h{
		padding: 20px 5px;
	}
	#top_gallery+div .wrapper_item .inner_item{
		margin: 0 0 0px 10px;
	}
}
/*-----------------ヘッダー------------------------*/
@media screen and (max-height: 700px), 
       screen and (max-width: 1449px) {
    header .header_contents {
        padding-top: 25px;
        padding-bottom: 5px;
    }
}
/*-----------------お知らせ------------------------*/

@media screen and (max-width: 900px){
	#top_news+div{
		padding-bottom: 140px;
	}
}


/*-----------------workpitはこのような方々に利用されています------------------------*/
#top_use+div{
	background: var(--i_bg1_color)!important;
}
/*-----------------新着情報------------------------*/
#top_news+div li a p {
    color: var(--i_txt2_color);
}
#top_news+div li>p:before,
#top_news+div li a>p:before {
    border-top: 1px solid var(--i_txt2_color);
    border-right: 1px solid var(--i_txt2_color);
}
#top_news+div ul>li {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
#top_news+div:not(.add_design3):not(.add_design4):not(.add_design12) ul li:nth-of-type(1) {
    border-top: 1px solid rgba(0,0,0,0.3);
}
/*-----------------ギャラリー------------------------*/
#top_gallery + div .slick-dots{
	display: flex !important;
	justify-content: center;
}
#top_gallery + div .slick-dots li{
	display: block;
	padding: 10px 3px 0;
}
#top_gallery + div .slick-dots li button{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background-color: rgba(0,0,0,0.8);
	opacity: 0.2;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}
#top_gallery + div .slick-dots li.slick-active button{
	background-color: var(--i_bg_color);
	opacity: 1;
}


/*-----------------タイトル------------------------*/

#movie+section .heading.block_header_1 p,
#movie+section .heading.block_header_6 .h,
#top_worries+div .heading.block_header_1 p,
#top_worries+div .heading.block_header_6 .h,
#top_gallery+div .heading.block_header_1 p,
#top_gallery+div .heading.block_header_6 p,
#top_gallery+div .heading.block_header_1 .h,
#top_voice+div .heading.block_header_1 p,
#top_voice+div .heading.block_header_6 .h,
#top_voice+div .heading.block_header_6 p,
#top_voice+div .heading.block_header_1 .h,
#floor+section .heading.block_header_1 p,
#floor+section .heading.block_header_6 h,
#floor+section .heading.block_header_1 .h{
	color: var(--i_bg_color);
}
#top_news+div .heading.block_header_1 p,
#top_news+div .heading.block_header_6 .h,
#top_news+div .heading.block_header_6 p,
#top_news+div .heading.block_header_1 .h{
	color: var(--i_txt2_color);
}
#top_news+div .heading.block_header_1 p:after,
#top_news+div .heading.block_header_6 .h:after,
#movie+section .heading.block_header_1 p:after,
#movie+section .heading.block_header_6 .h:after,
#top_worries+div .heading.block_header_1 p:after,
#top_worries+div .heading.block_header_6 .h:after,
#top_gallery+div .heading.block_header_1 p:after,
#top_voice+div .heading.block_header_1 p:after,
#top_voice+div .heading.block_header_6 .h:after,
#floor+section .heading.block_header_1 p:after,
#floor+section .heading.block_header_6 .h:after{
    background: var(--i_bg_color);
}
#top_news+div .heading.block_header_1 p:after,
#top_news+div .heading.block_header_6 .h:after{
	 background: var(--i_txt2_color);
}
#top_voice+div .heading + .add_text,
#top_voice+div .heading + .add_text{
	color: var(--i_bg_color);
}
/*--------------------------修正3.26---------------------------------*/
/*-----------------MV動画------------------------*/
#mv .mv_mp4 {
    overflow: visible;
}
#mv.mv_mp4_cover .mv_mp4 video, #mv.mv_mp4_cover2 .mv_mp4 video {
    height: auto;
    object-fit: contain;
    max-height: none!important;
}
@media screen and (min-width: 901px){
	#mv_outer {
		transition: border-top-width 0.3s ease-in-out;
	}
	body.scrolled #mv_outer{
		border-top: 0 solid transparent;
	}
}

/*----------05/11/07-------------*/
body.fixedmv #mv_outer {
    position: relative;
    height: 100%;
}
#mv {
    height: 100%;
    max-height: unset !important;
}
#mv .mv_mp4 {
    height: 100%;
    max-height: unset !important;
}

body.index.fixedmv main {
    transform: translateY(0);
}

@media screen and (min-width: 901px) {
    body.index.fixedmv main {
        transform: translateY(0);
    }
}

@media only screen and (max-width: 900px) {
    #mv_outer {
        margin-top: 0px;
    }
}

@media screen and (max-width: calc(125vh)) {
    #mv.mv_mp4_cover {
        height: 100% !important;
    }
}

@media screen and (max-width: 100vh) {
    body.index.fixedmv main {
        transform: translateY(0);
    }
}

/*MVスクロール*/
#mv.mv_mp4_pv .mv_nav {
    display: block;
}

@media screen and (max-width: 900px) {
    #mv .mv_scroll {
        display: block;
    }
    #mv .mv_scroll a {
        font-size: 1.5rem;
    }
    #mv .mv_scroll a:after {
        height: 50px;
    }
}

@media screen and (max-width: 900px) {
    #mv .mv_scroll {
        bottom: -40px;
    }
    #mv .mv_scroll a {
        width: 80px;
        font-size: 1.25rem;
        padding-left: 25px;
    }
    #mv .mv_scroll a:after {
        height: 35px;
        width: 15px;
    }
}

/*MVテキスト調整*/
#mv .mv_text {
    left: 0% !important;
}

#mv .mv_text>div {
    margin: 0 auto;
}

#mv .mv_text h2,
#mv .mv_text p {
    background: none;
    box-shadow: none;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 1);
    text-align: center;
    color: #f3f3f3!important;
}

#mv .mv_text h2 {
    animation: elegantFadeIn 2.5s ease forwards;
}

#mv .mv_text p {
    animation: elegantFadeIn 2.5s ease 0.8s forwards;
}

@media only screen and (max-width: 900px) {
    #mv .mv_text p {
        margin-top: 0px;
/*        margin-left: 20%;*/
    }
}

/*@media only screen and (max-width: 768px) {
    #mv .mv_text p {
        margin-left: 25vw;
    }
}

@media only screen and (max-width: 500px) {
    #mv .mv_text p {
        margin-left: 20vw;
    }
}*/

/*TOP>動画パーツ*/
#top_movie + section.block_mp4_1 {
    background: linear-gradient(to right bottom, #f5f5dc, #afeeee);
    padding: 120px 0 160px;
}
@media only screen and (max-width: 768px) {
#top_movie + section.block_mp4_1 {
    padding: 60px 0 160px;
}
}

#top_movie + section.block_mp4_1 .heading.block_header_1,
#top_movie + section.block_mp4_1 .heading.block_header_6 {
    margin-bottom: 64px;
}

/*TOP＞Stage1パーツ*/
#top_stage1 + section.block_image_text_1 {
    padding: 120px 0 160px;
}
@media only screen and (max-width: 768px) {
#top_stage1 + section.block_image_text_1 {
    padding: 60px 0 80px;
}
}
/*TOP＞Stage2パーツ*/
#top_stage2 + section.block_image_text_1 {
    background: linear-gradient(#00ced1, white);
    padding: 120px 0 160px;
}
@media only screen and (max-width: 768px) {
#top_stage2 + section.block_image_text_1 {
    padding: 60px 0 80px;
}
}
/*TOP>Stage3パーツ*/
#top_stage3 + section.contents_box01 {
    padding: 180px 0 180px;
}
@media only screen and (max-width: 768px) {
#top_stage3 + section.contents_box01 {
    padding: 90px 0 90px;
}
}
/*TOP>space*/
/*
#top_space + .composite_box01 {
    background: linear-gradient(to bottom, #ffffce,#bfffbf,#c8ffff);
}*/

@media screen and (max-width: 768px) {
    #top_space + .composite_box01 .heading.block_header_1 p,
    #top_space + .composite_box01 .heading.block_header_6 .h {
        font-size: 2.3rem !important;
    }
}

#top_space + .composite_box01 .heading.block_header_1,
#top_space + .composite_box01 .heading.block_header_6 {
    margin-bottom: 30px;
}

#top_space + .composite_box01.block_images_22 .inner_item,
#top_space + .composite_box01.block_images_23 .inner_item,
#top_space + .composite_box01.block_images_24 .inner_item {
    align-items: center;
    gap: 100px;
    margin: 0 0 100px !important;
}

#top_space + .composite_box01 .inner_item_img img {
    border-radius: 24px;
}

#top_space + .composite_box01.block_images_22 .inner_item_txt,
#top_space + .composite_box01.block_images_23 .inner_item_txt,
#top_space + .composite_box01.block_images_24 .inner_item_txt {
    flex-basis: 50%;
}

#top_space + .composite_box01 .block_header_4 .h {
    font-size: 3rem !important;
}

#top_space + .composite_box01.block_images_22 .inner_item>a,
#top_space + .composite_box01.block_images_23 .inner_item>a,
#top_space + .composite_box01.block_images_24 .inner_item>a,
#top_space + .composite_box01.block_images_22 .inner_item>.inner_item_img,
#top_space + .composite_box01.block_images_23 .inner_item>.inner_item_img,
#top_space + .composite_box01.block_images_24 .inner_item>.inner_item_img {
    flex-basis: 50%;
    max-width: 50%;
}

@media screen and (max-width: 1350px) {
    #top_space + .composite_box01 .block_header_4 .h {
        font-size: 3.5rem !important;
    }
}

@media screen and (max-width: 768px) {
    #top_space + .composite_box01.block_images_22 .inner_item,
    #top_space + .composite_box01.block_images_23 .inner_item,
    #top_space + .composite_box01.block_images_24 .inner_item {
        max-width: 80%;
        margin: 0 auto 10rem !important;
    }
    #top_space + .composite_box01.block_images_22 .inner_item_img img,
    #top_space + .composite_box01.block_images_23 .inner_item_img img,
    #top_space + .composite_box01.block_images_24 .inner_item_img img {
        margin-bottom: 40px;
    }
    #top_space + .composite_box01.block_images_22 .inner_item>a,
    #top_space + .composite_box01.block_images_23 .inner_item>a,
    #top_space + .composite_box01.block_images_24 .inner_item>a,
    #top_space + .composite_box01.block_images_22 .inner_item>.inner_item_img,
    #top_space + .composite_box01.block_images_23 .inner_item>.inner_item_img,
    #top_space + .composite_box01.block_images_24 .inner_item>.inner_item_img {
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #top_space + .composite_box01.block_images_22 .inner_item,
    #top_space + .composite_box01.block_images_23 .inner_item,
    #top_space + .composite_box01.block_images_24 .inner_item {
        max-width: 90%;
    }
}


/*TOP>ギャラリーパーツ*/
#top_slider + .gallery_single {
    background: linear-gradient(135deg, #1a1a1a 0%, #30babf 100%);
}

#top_slider + .gallery_single .gallery_single_slider .slick-track {
    align-items: flex-start;
}

@media only screen and (min-width: 901px) {
    #top_slider + .gallery_single .gallery_single_slider .slick-track {
        left: -25%;
        gap: 3rem;
    }
}
#top_slider + .gallery_single .gallery_single_slider .inner_item {
    position: relative;
}

#top_slider + .gallery_single .gallery_single_slider .inner_item img {
    max-height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 4;
    border-radius: 15px;
}

#top_slider + .gallery_single .gallery_single_slider .slick-slide span {
    display: block;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

#top_slider + .gallery_single .gallery_single_slider.no_thum .pointer {
    display: none !important;
}

@media screen and (min-width: 451px) {
    #top_slider + .gallery_single .gallery_single_slider .inner_item {
        margin-right: 3rem;
    }
}

/*TOP>ご利用パーツ*/
#top_scene + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4),
#top_scene + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3),
#top_scene + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2),
#top_scene + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1) {
    background: #fff;
    padding: 2rem;
}

#top_scene + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),
#top_scene + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2),
#top_scene + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1) {
    background: #fff;
    padding: 3rem;
}

/*TOP>FAQパーツ*/
#faq1 + .contents_faq01.add_design2 dl {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    background: rgba(252, 252, 251, 0.8);
    border: none;
    border-radius: 20px;
    padding: 50px 60px !important;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
#faq1 + .contents_faq01.add_design2 dl{
padding: 50px 15px !important;
}
}
.contents_faq01.add_design2 dt {
    color: #40e0d0;
}
#faq1 + .contents_faq01 dt:before,
#faq1 + .contents_faq01 dd:before {
    color: #40e0d0;
}
#faq1 + .contents_faq01.add_design2 dt.open:after {
    border: none;
}
#faq1 + .contents_faq01 dd:before {
    color: #333333;
}

/*TOP>ブログパーツ*/
#top_news+div .heading.block_header_1 p,
#top_news+div .heading.block_header_6 .h,
#top_news+div .heading.block_header_6 p,
#top_news+div .heading.block_header_1 .h {
    color: #333;
}
#top_news+div .heading.block_header_1 p:after,
#top_news+div .heading.block_header_6 .h:after {
    background: #333;
}
#top_news+div li a p {
    color: #333;
}
#top_news+div li>p:before, #top_news+div li a>p:before {
    border-color: #333;
}

/*TOP>アクセスパーツ*/
#top_access + .widget_shop01 dl:nth-of-type(1) {
    border-color: rgba(0, 0, 0, 0.4);
}
#top_access + .widget_shop01 dl {
    border-color: rgba(0, 0, 0, 0.4);
}


a[id*="top_select"]+div .inner_item .heading.block_header_4 p:before {
    bottom: -70px;
}

@media screen and (max-width: 1240px) {
    #top_select01+div .inner_item {
        width: 48%;
    }
    #top_select01+div .inner_item:nth-child(3) {
        margin-left: 0;
    }
    #top_select01+div .select_btn {
        bottom: -50px;
    }
    #top_select01+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3),
    #top_select01+.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1) {
        margin-left: 4%;
    }
}

a[id*="top_select"] + div .inner_item {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

a[id*="top_select"] + div .inner_item:hover {
    transform: translateY(-10px);
/*    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);*/
}

a[id*="top_select"] + div .inner_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 206, 209, 0.1), transparent);
    transition: left 0.6s ease;
}

a[id*="top_select"] + div .inner_item:hover::before {
    left: 100%;
}

#mv .mv_scroll {
    animation: gentleFloat 4s ease-in-out infinite;
}

@keyframes elegantFadeIn {
0% {
    opacity: 0;
    transform: translateY(50px);
}

30% {
    opacity: 0;
    transform: translateY(50px);
}

100% {
    opacity: 1;
    transform: translateY(0);
}
}

@keyframes gentleFloat {
    0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-12px);
}
}


#top_movie_btn + div {
    margin-top: -100px;
}

.heading.block_header_1 p:after,
.heading.block_header_6 .h:after {
    display: none;
}


#floor + .contents_box01 .heading.block_header_3,
#top_select01 + .composite_box01 .heading.block_header_3,
#top_select02 + .composite_box01 .heading.block_header_3 {
    background: #40e0d0;
}

#top_scene2 + section[style*=" color"]:not([style*=" color: inherit"]) .heading.block_header_2 .h:before {
    border: 3px solid #fff;
}

#floor + .contents_box01 .heading.block_header_6 .h {
    color: #333;
}

/*--------------------20251215追加-------------------------*/
/*-------------ボーダー線追加---------------*/
a#top_select01+div .inner_item,
a#top_select02+div .inner_item {
    border: 1px solid #ddd;
}

/*------------下線追加-----------------*/
a#top_scene+div .heading.block_header_1 p {
    margin-bottom: 30px;
}
a#border+section .heading.block_header_6 .h:after {
    display: block;
    content: "";
    background: #E1C699;
    height: 1px;
    top: auto;
    bottom: -10px;
}
a#top_scene+div .heading.block_header_1 p:after {
    display: block;
    content: "";
    background: rgb(0 206 209 / 15%);
    height: 1px;
    top: auto;
    bottom: -10px;
}

a#top_space+div .inner_item_txt .heading.block_header_4 .h {
    position: relative;
    margin-bottom: 25px;
}
a#top_space+div .inner_item:nth-of-type(1) .inner_item_txt .heading.block_header_4 .h:after {
    display: block;
    content: "";
    position: absolute;
    background: rgb(225 198 153 / 20%);
    height: 1px;
    top: auto;
    bottom: -10px;
    width: 100%;
    /*left: calc(50% - 20px);*/
    pointer-events: none;
}
a#top_space+div .inner_item:nth-of-type(2) .inner_item_txt .heading.block_header_4 .h:after {
    display: block;
    content: "";
    position: absolute;
    background: rgb(247 247 247 / 20%);
    height: 1px;
    top: auto;
    bottom: -10px;
    width: 100%;
    /*left: calc(50% - 20px);*/
    pointer-events: none;
}
a#top_space+div .inner_item:nth-of-type(3) .inner_item_txt .heading.block_header_4 .h:after {
    display: block;
    content: "";
    position: absolute;
    background: rgb(170 238 221 / 20%);
    height: 1px;
    top: auto;
    bottom: -10px;
    width: 100%;
    /*left: calc(50% - 20px);*/
    pointer-events: none;
}
a#top_space+div .inner_item:nth-of-type(4) .inner_item_txt .heading.block_header_4 .h:after {
    display: block;
    content: "";
    position: absolute;
    background: rgb(170 239 240 / 20%);
    height: 1px;
    top: auto;
    bottom: -10px;
    width: 100%;
    /*left: calc(50% - 20px);*/
    pointer-events: none;
}
[class*="dec2_"].composite_box01 .contents_btn01 {
    margin-top: 2vw;
    margin-bottom: 1vw;
}