@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
/* パーツ */
#fixed-header {
/* 	display: none; */
}
#fixed-header .parts-btn ,
#page-top #main-contents .parts-btn {
	border-radius: 0;
	border: none;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	background: linear-gradient(to left , #7E88CF 0%, #76D6EA 25%, #E77CCA 70%, #9B66C6 100%);
	background-position: 1% 50%;
	background-size: 380% auto;
	transition: all 0.3s ease-out;
	width: 176px;
	height: 60px;
}
#page-top #main-contents #mainvisual .parts-btn  {
	width: 288px;
}
#fixed-header .parts-btn > * ,
#page-top #main-contents .parts-btn > * {
/* 	font-size: 32px;
	padding: 24px; */
	font-size: 24px;
	padding: 18px 0;
}
#fixed-header .parts-btn:hover ,
#page-top #main-contents .parts-btn:hover {
	background-position: 99% 50%;
}
#fixed-header .parts-btn:hover > * ,
#page-top #main-contents .parts-btn:hover > * {
	color: #fff;
}
/* コンテンツ */
#page-top #main-contents {
    padding-bottom: 0;
}
#page-top #main-contents .sec-title--lg {
	font-size: 78px;
	color: #efefef;
	margin-bottom: 16px;
	line-height: 100%;
	position: relative;
	display: inline-block;
	word-break: break-all;
}
#page-top #main-contents .sec-title--lg::after {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 20px;
	font-weight: 500;
	color: var(--common-color-text);
}
#page-top #main-contents .sec-title--right .sec-title--lg::after {
	left: 0;
	right: auto;
}
#page-top #main-contents .sec-title--right {
	text-align: right;
}
#page-top #sec-achievement .sec-title--lg::after {
	content: "実績";
}
#page-top #sec-price .sec-title--lg::after {
	content: "費用・期間";
}
#page-top #sec-flow .sec-title--lg::after {
	content: "ご利用までの流れ";
}
#page-top #sec-qa .sec-title--lg::after {
	content: "よくあるご質問";
}
/* アニメーション */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
	  opacity: 0;
	  transform: translateY(100px);
  }
  to {
	  opacity: 1;
	  transform: translateY(0);
  }
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
/*     height: var(--common-vh); */
	height: 800px;
	padding: 0 0 0 0;
	background-image: url(../images/top/mv2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1920px auto;
	position: relative;
}
#page-top #mainvisual .info {
    width: 100%;
    padding: 50px 0 24px 0;
    /* background-color: rgb(0 0 0 / 20%); */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#page-top #mainvisual .info .site-title {
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 0.1em;
	line-height: 200%;
	margin-bottom: 48px;
	color: var(--common-color-sub);
	font-family: 'M PLUS 1', sans-serif;
}
#page-top #mainvisual .info .site-title .site-title--40 {
	font-size: 40px;
}
#page-top #mainvisual .info .site-title .site-title--32 {
	font-size: 32px;
}
#page-top #mainvisual .info .site-title .site-title--gradient {
  background: linear-gradient(to right, #7E88CF , #76D6EA);
  background: -webkit-linear-gradient(to right, #7E88CF, #76D6EA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 64px;
}

#page-top #mainvisual .info .lead {
    font-weight: bold;
    font-size: 32px;
}
#page-top #mainvisual .mv-ic-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 120px;
}
#page-top #mainvisual .mv-ic-wrapper > img {
	width: 162px;
}

/*============================================================
 セクション共通
*============================================================*/
#page-top .section {
/*     height: 600px; */
    padding: 48px 0;
    margin-bottom: 0;
}
#page-top .section .inner {
	max-width: 960px;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-worries {
    background-color: var(--common-color-background0);
	padding-top: 80px;
}
#page-top #sec-worries .sec-title {
	color: var(--common-color-sub);
	font-size: 32px;
	letter-spacing: 0.1em;
}
#page-top #sec-worries .sec-title .bold {
	font-size: 48px;
}
#page-top #sec-worries .ckbox-list {
	max-width: 644px;
	margin: 0 auto;
}
#page-top #sec-worries .ckbox-item {
	background-image:url(../images/top/ckbox1.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size:  auto 48px;
	padding-left: 50px;
	line-height: 50px;
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: 500;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-solve p {
	font-weight: 700;
}

#page-top #sec-solve {
	background-image: url(../images/top/bg1.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}
#page-top #sec-solve::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.90);
}
#page-top #sec-solve .inner {
	position: relative;
	z-index: 1;
}
#page-top #sec-solve .logo {
	height: 40px;
	margin-right: 20px;
}
#page-top #sec-solve .parts-btn{
	margin: 0 auto;
}
/*============================================================
 セクション
*============================================================*/
#page-top #sec-reason {
    background-color: var(--common-color-background2);
}
#page-top #sec-reason .logo {
	height: 40px;
	margin-right: 20px;
	margin-left: 20px;
}
#page-top #sec-reason .item > img {
	margin-bottom: 16px;
}
/*============================================================
 セクション
*============================================================*/
#page-top #sec-feature {
	background-color: var(--common-color-background2);
	padding: 0;
}
#page-top #sec-feature div ,
#page-top #sec-feature h3 ,
#page-top #sec-feature p {
	font-weight: 700;
}
#page-top #sec-feature .parts-boxes {
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
#page-top #sec-feature .parts-boxes:nth-child(2) {
	color: var(--common-color-text);
}

#page-top #sec-feature .parts-boxes .item {
	height: 442px;
	display: flex;
	align-items: center;
}
#page-top #sec-feature .parts-boxes .item:nth-child(1) {
	justify-content: flex-end;
	padding-right: 40px;
}
#page-top #sec-feature .parts-boxes .item:nth-child(2) {
	justify-content: flex-start;
	padding-left: 40px;
}
#page-top #sec-feature .parts-boxes:nth-child(2) .item:nth-child(1) {
	justify-content: flex-start;
	padding-left: 40px;
}
#page-top #sec-feature .parts-boxes:nth-child(2) .item:nth-child(2) {
	justify-content: flex-end;
	padding-right: 40px;
}
#page-top #sec-feature .parts-boxes .item:nth-child(1) {
	width: 30%;
	background-color: var(--common-color-background3);
}
#page-top #sec-feature .parts-boxes .item:nth-child(2) {
	width: 70%;
	background-color: var(--common-color-sub);
}
#page-top #sec-feature .parts-boxes:nth-child(2) .item:nth-child(1) {
	background-color: var(--common-color-background0);
}
#page-top #sec-feature .parts-boxes:nth-child(2) .item:nth-child(2) {
	background-color: var(--common-color-background2);
}
#page-top #sec-feature .item:nth-child(1) .item-inner {
	max-width: 184px;
}
#page-top #sec-feature .item:nth-child(2) .item-inner {
	max-width: 696px;
}
#page-top #sec-feature .feature-heading {
	font-size: 20px;
/* 	font-weight: 700; */
}
#page-top #sec-feature .parts-boxes:nth-child(2) .feature-heading {
	color: var(--common-color-sub);
}
#page-top #sec-feature .feature-desc {
	margin: 24px 0 40px 0;
/* 	font-weight: 700; */
}
#page-top #sec-feature .feature-ic {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 16px;
/* 	font-weight: 700; */
}
#page-top #sec-feature .ymaa-logo {
	width: 187px;
}
#page-top #sec-feature .ymaa-logo > img {
	width: 187px;
}
#page-top #sec-feature .ic-circle {
	background-color: var(--common-color-background2);
	color: var(--common-color-sub);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
/* 	font-weight: 700; */
}
/*============================================================
 セクション
*============================================================*/
#page-top #sec-cta {
	background-image: url(../images/top/bg2.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}
#page-top #sec-cta p {
	font-weight: 700;
}

#page-top #sec-cta::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
}
#page-top #sec-cta .inner {
	position: relative;
	z-index: 1;
}
#page-top #sec-cta .logo {
	height: 40px;
	margin-right: 20px;
}
#page-top #sec-cta .parts-btn{
	margin: 0 auto;
}
/*============================================================
 セクション
*============================================================*/
#page-top #sec-achievement {
    background-color: var(--common-color-background2);
}
#page-top #sec-achievement .item {
	width: 300px;
}
#page-top #sec-achievement .item-heading {
	margin-bottom: 8px;
}
/*============================================================
 セクション
*============================================================*/
#page-top #sec-price {
    background-color: var(--common-color-background0);
}
#page-top #sec-price .sec-block {
	max-width: 688px;
	margin: 0 auto 40px auto;
}
#page-top #sec-price .parts-boxes {
	margin: 0;
	height: 64px;
	border: 1px solid var(--common-color-background4);
}
#page-top #sec-price .parts-boxes-th {
	background-color: var(--common-color-background4);
	color: var(--common-color-text-rv);
}
#page-top #sec-price .parts-boxes-th .item:nth-child(1) {
	border-right: 1px solid var(--common-color-background2);
}
#page-top #sec-price .parts-boxes-td .item:nth-child(1) {
	border-right: 1px solid var(--common-color-background4);
}
#page-top #sec-price .item {
	width: 50%;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#page-top #sec-price .plan-name {
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
}
/*============================================================
 セクション
*============================================================*/
#page-top #sec-flow {
    background-color: var(--common-color-background2);
}
#page-top #sec-flow .parts-boxes {
	height: 115px;
	margin-bottom: 0;
	align-items: center;
}
#page-top #sec-flow .item {
	height: 100%;
	display: flex;
	align-items: center;
}
#page-top #sec-flow .item:nth-child(1) {
	width: 35%;
	flex-direction: row;
	justify-content: flex-start;
}
#page-top #sec-flow .item:nth-child(2) {
	width: 65%;
	border-left: 3px solid var(--common-color-sub);
}
#page-top #sec-flow .item-num {
	font-size: 64px;
	color: #efefef;
	font-weight: 700;
}
#page-top #sec-flow .item-ttl {
	color: var(--common-color-sub);
	padding-left: 16px;
	font-weight: 500;
	text-align: center;
	width: 150px;
}
#page-top #sec-flow .item-txt {
	padding-left: 40px;
}
#page-top #sec-flow .ar-wrapper {
	text-align: center;
	margin-bottom: 0;
}
#page-top #sec-flow .ar-wrapper img {
	height: 48px;
}
/*============================================================
 セクション
*============================================================*/
#page-top #sec-qa {
    background-color: var(--common-color-background2);
}
#page-top #sec-qa .parts-boxes {
	align-items: center;
	margin-bottom: 20px;
}
#page-top #sec-qa .parts-boxes:nth-child(even) {
	margin-bottom: 56px;
}
#page-top #sec-qa .item:nth-child(1) {
	width: 60px;
	height: 60px;
	background-color: var(--common-color-sub);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--common-color-background2);
}
#page-top #sec-qa .parts-boxes:nth-child(even) .item:nth-child(1) {
	background-color: var(--common-color-background2);
	border: 1px solid var(--common-color-sub);
	color: var(--common-color-sub);
}
#page-top #sec-qa .item:nth-child(2) {
	width: 775px
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1024px) {
	/*============================================================
     TB共通
    *============================================================*/
	.inner {
		padding: 0 23px;
	}
	/*============================================================
     ページヘッダー
    *============================================================*/
	#page-top .forSPHeader {
		display: none;
	}
	/* メインビジュアル
    ---------------------------------------- */
    #page-top #page-header #mainvisual {
    }

    /*============================================================
     セクション
    *============================================================*/
    #page-top #sec-achievement .sec-block {
		max-width: 688px;
		margin: 0 auto;
    }
    #page-top #sec-achievement .parts-boxes{
    	gap: 30px;
	}
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
	/*============================================================
     SP共通
    *============================================================*/
	h2.sec-title {
		line-height: 180%;
	}
	#fixed-header .parts-btn {
		width: 144px;
		height: 45px;
	}
	#fixed-header .parts-btn > * {
		font-size: 16px;
		padding: 12px;
	}
	#page-top #main-contents .parts-btn {
		margin-left: auto;
		margin-right: auto;
	}
	#page-top #main-contents .parts-btn > * {
		font-size: 24px;
		padding: 18px;
	}
	#page-top .forSPHeader {
		display: none;
	}
	#page-top #main-contents .sec-title--lg {
		font-size: 48px;
		min-width: 200px;
	}
	#page-top #main-contents .sec-title--lg::after {
		top: 5px;
	}
	#page-top #main-contents #sec-flow .sec-title--lg {
		font-size: 70px;
	}
	#page-top #main-contents #sec-qa .sec-title--lg {
		font-size: 36px;
	}
	/*============================================================
     ページヘッダー
    *============================================================*/
    /* メインビジュアル
    ---------------------------------------- */
	#page-top #mainvisual {
		background-position: 25% 70%;
		height: auto;
		position: static;
	}
	#page-top #mainvisual .info {
	padding: 80px 0 24px 0;
	position: static;
	transform: none;
	-webkit-transform: none;
	}
	#page-top #mainvisual .info .site-title {
		line-height: 120%;
	}
	#page-top #mainvisual .info .site-title .site-title--40 ,
	#page-top #mainvisual .info .site-title .site-title--32{
		font-size: 20px;
		letter-spacing: -1px;
	}
	#page-top #mainvisual .info .site-title .site-title--gradient {
		font-size: 48px;
		display: inline-block;
		padding: 10px 0;
	}
	#page-top #mainvisual .info .site-title .site-title--emphasis{
		font-size: 24px;
	}
    #page-top #mainvisual .mv-ic-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0;
	}
	#page-top #mainvisual .mv-ic-wrapper > img:first-child {
		margin: 0 20px;
	}

    /*============================================================
     セクション
    *============================================================*/
    #page-top #sec-worries .sec-title {
		font-size: 24px;
    }
	#page-top #sec-solve p {
		text-align: left;
	}
	#page-top #sec-reason .parts-boxes {
		justify-content: center;
		gap: 16px;
	}
	#page-top #sec-reason .item > img {
		margin-bottom: 0;
	}
	#page-top #sec-feature .parts-boxes {
		flex-direction: column;
	}
	#page-top #sec-feature .parts-boxes .item {
		height: auto;
	}
	#page-top #sec-feature .parts-boxes .item:nth-child(1) ,
	#page-top #sec-feature .parts-boxes:nth-child(2) .item:nth-child(1){
		width: 100%;
		padding: 0;
		justify-content: center;
	}
	#page-top #sec-feature .parts-boxes .item:nth-child(2) {
		width: 100%;
		padding: 0;
	}
	#page-top #sec-feature .parts-boxes:nth-child(2) .item:nth-child(2) {
		padding: 0;
	}
	#page-top #sec-feature .item .item-inner {
		padding: 24px 16px;
	}
	#page-top #sec-feature .feature-ic {
		gap: 56px;
		justify-content: center;
	}
	#page-top #sec-feature .feature-ic	> img {
		width: 98px;
	}
	#page-top #sec-feature .feature-ic	> img:nth-child(even) {
		display: none;
	}
	#page-top #sec-feature .ymaa-logo {
		display: block;
		margin: 0 auto;
	}
	#page-top #sec-feature .ymaa-desc {
		text-align: center;
	}
	#page-top #sec-feature .item:nth-child(2) .item-inner {
		max-width: 100%;
		width: 100%;
	}
	#page-top #sec-achievement .sec-block {
		margin-top: 24px;
	}
	#page-top #sec-achievement .parts-boxes{
		justify-content: center;
	}
	#page-top #sec-flow .parts-boxes {
		flex-direction: column;
		flex-wrap: nowrap;
		height: auto;
	}
	#page-top #sec-flow .parts-boxes .item {
		position: relative;
		justify-content: center;
		min-height: 50px;
	}
	#page-top #sec-flow .item:nth-child(1) ,
	#page-top #sec-flow .item:nth-child(2) {
		width: 100%;
		height: auto;
	}
	#page-top #sec-flow .item:nth-child(2) {
		border-left: none;
		border-top: 3px solid var(--common-color-sub);
		margin-top: 16px;
	}
	#page-top #sec-flow .item-ttl {
		padding: 0;
		font-size: 20px;
		font-weight: 700;
	}
	#page-top #sec-flow .item-txt {
		padding: 0;
	}
	#page-top #sec-flow .item-num {
		font-size: 50px;
		line-height: 50px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#page-top #sec-qa .item:nth-child(1) {
		width: 50px;
 	   height: 50px;
	}
	#page-top #sec-qa .item:nth-child(2) {
		width: calc(100% - 50px);
		padding-left: 8px;
	}

}
