@charset "UTF-8";
/*
	kv
-----------------------------------------------------------------------------------------------*/
#kv{
	background: url(../img/kv_bg_pc.png) no-repeat center/ cover;
	width: 100vw;
	min-width: 1200px;
	height: 660px;
	position: relative;
	z-index: 1;
}
.kv__deco01,
.kv__deco02{
	position: absolute;
	width: 590px;
	z-index: 2;
}
.kv__deco01{
	top: -140px;
	right: -70px;
	transform: rotate(120deg) scaleX(-1);
	mix-blend-mode: overlay;
	opacity: 0.6;
}
.kv__deco02{
	bottom: -140px;
	left: -70px;
	transform: rotate(240deg);
	mix-blend-mode: screen;
	opacity: 0.6;
}
.kv__inner{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
	z-index: 3;
}
.kv__txtarea{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: -25px 0 0 0;
}
.kv__infoarea{
	text-align: center;
}
.kv__head-sub{
	font-size: 2.2rem;
	font-weight: var(--bold);
	color: #E05A2C;
	margin: 0 0 25px 0;
}
.kv__head{
	width: 408px;
}
.kv__logo{
	margin: 0 0 10px 0;
}
.kv__logo-sub{
	font-size: 2rem;
	font-weight: var(--bold);
	color: #E05A2C;
}
.kv__copy{
	font-size: 2.9rem;
	text-align: center;
	font-weight: var(--black);
	line-height: 1.6;
	margin: 35px 0;
}
.kv__pharea{
	position: absolute;
	max-width: 724px;
	top: 50%;
	right: -130px;
	transform: translateY(-50%);
	margin: -25px 0 0 0;
}
.kv__btnarea{
	display: flex;
	justify-content: center;
}
.kv__pointarea{
	position: absolute;
	bottom: 80px;
	right: 0;
}
.kv__point-list{
	display: flex;
	gap: 12px;
}
.kv__point-item{
	border-radius: 50%;
	background: var(--bluebasegradation);
	width: 154px;
	height: 154px;
	position: relative;
	box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.2);
}
.kv__point-txt{
	text-align: center;
	font-size: 1.4rem;
	font-weight: var(--bold);
	color: var(--baseyellow);
	line-height: 1.3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap
}
.kv__point-reverse{
	line-height: 1.5;
}
.kv__point-txtlong{
	padding: 0 0 7px 0;
}
.kv__keyword{
	font-size: 3.6rem;
	color: #fff;
	line-height: 1;
}
.kv__keyword-long{
	font-size: 3rem;
	line-height: 1.1;
}
.kv__point-txt02{
	padding: 5px 0 0 0;
}
@media screen and (max-width:812px){
	#kv{
		min-width: auto;
		height: 570px;
	}
	.kv__inner{
		width: 100%;
		padding: 20px 0 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.kv__txtarea {
		position: static;
		margin: 0 auto 30px auto;
		transform: none;
		text-align: center;
	}
	.kv__infoarea{
		margin: 0 0 15px 0;
	}
	.kv__head-sub {
		font-size: 1.4rem;
		margin: 0 0 6px 0;
	}
	.kv__head {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.kv__logo {
		margin: 0 0 5px 0;
	}
	.kv__logo-sub{
		font-size: 1.8rem;
	}
	.kv__headarea{
		margin: 0 0 15px 0;
	}
	.kv__copy {
		font-size: 1.6rem;
		margin: 0;
	}
	.kv__pharea {
		position: static;
		transform: none;
		max-width: 320px;
		width: 100%;
		margin: 0 auto;
	}
	.kv__point-list {
		gap: 10px;
	}
	.kv__pointarea {
		bottom: 50px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.kv__point-item {
		width: 95px;
		height: 95px;
		position: relative;
	}
	.kv__point-txt {
		font-size: 1.1rem;
		line-height: 1.2;
	}
	.kv__point-reverse{
		line-height: 1.4;
	}
	.kv__point-txtlong {
		padding: 0;
	}
	.kv__keyword {
		font-size: 2rem;
	}
	.kv__keyword-long {
		font-size: 1.7rem;
	}
	.kv__keyword-small{
		font-size: 1.2rem;
	}
}
/*
	header
-----------------------------------------------------------------------------------------------*/
#header{
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 1140px;
	height: 80px;
	background: #fff;
	border-radius: 17px;
}
.h-nav{
	width: 100%;
	height: 100%;
}
.h-nav__list{
	display: flex;
	height: 100%;
}
.h-nav__list-item{
	width: 100%;
	text-align: center;
	height: 100%;
}
.h-nav__link{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: #000;
	transition: 0.2s;
}
.h-nav__link:hover {
	color: #FFB846;
	text-decoration:none;
}
.h-nav__txt{
	font-size: 1.5rem;
	font-weight: var(--bold);
	width: 100%;
	border-right: 1px solid #000;
}
.h-nav__txt-last{
	border-right: none;
}
@media screen and (max-width:812px){
	#header{
		width: 90%;
		height: auto;
		background: #fff;
		border-radius: 17px;
		padding: 15px;
	}
	.h-nav__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 0;
	}
	.h-nav__list::after {
		content: '';
		width: 100%;
	}
	.h-nav__list-item{
		width: 33%;
	}
	.h-nav__item-long{
		width: 45%;
	}
	.h-nav__list-item:nth-child(n+3) {
		order: 1;
	}
	.h-nav__txt{
		font-size: 1.1rem;
		line-height: 1.2;
		white-space: nowrap;
	}
	.h-nav__txt-long{
		border-right: none;
	}
}
/*
	about
-----------------------------------------------------------------------------------------------*/
#about{
	background: #fff;
	position: relative;
	z-index: 2;
}
.about__headarea{
	text-align: center;
	margin: 0 0 40px 0;
}
.about__head-sub{
	font-size: 3.8rem;
	font-weight: var(--bold);
	color: var(--baseblue);
	background: linear-gradient(transparent 80%, #FBEB33 80%);
	display: inline-block;
	line-height: 1.2;
	margin: 0 0 30px 0;
}
.about__sub-keyword{
	font-size: 5.3rem;
}
.about__head{
	font-size: 4.8rem;
	line-height: 1.3;
	text-align: left;
	color: var(--baseblue);
	display: flex;
	justify-content: center;
}
.about__headarea-sub{
	margin: 0 auto;
}
.ab__head-keyword{
	font-size: 5.5rem;
	background: var(--bluebasegradation);
	mix-blend-mode: multiply;
	color: #fff;
	padding: 0 20px;
	white-space: nowrap;
}
.ab__keyword-top{
	margin: 0 10px 0 0;
}
.ab__keyword-bottom{
	margin: 0 0 0 10px;
}
.about__copyarea{
	margin: 0 0 20px 0;
}
.ab__copy{
	font-size: 2.3rem;
	font-weight: var(--bold);
	text-align: center;
	letter-spacing: 0.3rem;
	line-height: 1.8;
}
.about__txtarea{
	margin: 0 0 50px 0;
}
.ab__txt{
	font-size: 1.6rem;
	text-align: center;
	font-weight: var(--regular);
	line-height: 1.6;
}
.ab__ph{
	width: 100%;
}
@media screen and (max-width:812px){
	.about__head-sub {
		font-size: 1.8rem;
		line-height: 1.2;
		margin: 0 0 15px 0;
	}
	.about__sub-keyword {
		font-size: 2.5rem;
	}
	.about__headarea {
		margin: 0 0 25px 0;
	}
	.about__head {
		font-size: 3rem;
		line-height: 1.2;
		text-align: center;
		display: block;
	}
	.ab__head-keyword {
		font-size: 3rem;
		padding: 0 10px;
		line-height: 1.5;
		white-space: normal;
	}
	.ab__head-keyword:first-of-type {
		margin: 0;
	}
	.ab__head-bottom {
		text-align: center;
	}
	.about__copyarea {
		margin: 0 0 15px 0;
	}
	.ab__copy {
		text-align: left;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.ab__txt {
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.ab__ph {
		padding: 0;
	}
}
/*
	recommendation
-----------------------------------------------------------------------------------------------*/
#recommendation{
	background: url(../img/recommendation_bg.png) no-repeat center/ cover;
	position: relative;
}
.cts__base-recommendation{
	padding: 80px 0 160px 0;
}
.recommendation__headarea{
	margin: 0 0 132px 0;
}
.recommendation__head{
	font-size: 4.2rem;
	color: #fff;
}
.rd__head-keyword{
	font-size: 5.5rem;
	color: var(--baseyellow);
}
.recommendation__list{
	display: flex;
	justify-content: space-between;
	margin: 0 0 100px 0;
	position: relative;
}
.recommendation__list::before{
	content: "";
	background: url(../img/features_arrow.png) no-repeat center/ contain;
	mix-blend-mode: multiply;
	width: 806px;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -130px;
}
.recommendation__item{
	height: 340px;
	width: 340px;
}
.recommendation__item-inner{
	position: relative;
	height: 100%;
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 1;
	box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.1);
}
.rd__commentarea{
	display: inline-block;
	padding: 20px;
	position: absolute;
	border-radius: 10px;
	z-index: 2;
}
.rd__commentarea::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 12px solid var(--baseyellow);
	border-left: 12px solid transparent;
}
.rd__commentarea-txt{
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: var(--bold);
	white-space: nowrap;
}
.commentarea__yellow{
	background: var(--baseyellow);
}
.commentarea__blue{
	background: var(--lightblue);
}
.commentarea01{
	top: -80px;
	left: 0;
}
.commentarea02{
	bottom: -18px;
	right: -24px;
}
.commentarea03{
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.commentarea04{
	bottom: -18px;
	right: -24px;
}
.commentarea05{
	top: -62px;
	right: 60px;
}
.commentarea06{
	bottom: -40px;
	right: 40px;
}
.commentarea01::after{
	right: 77px;
	bottom:-11px;
}
.commentarea02::after{
	left: 77px;
	top:-11px;
	transform: rotate(180deg);
	border-top: 12px solid var(--lightblue);
}
.commentarea03::after{
	right: 50%;
	bottom:-12px;
	border-top: 12px solid var(--lightblue);
}
.commentarea04::after{
	left: 77px;
	top:-12px;
	transform: rotate(180deg);
}
.commentarea05::after{
	right: 65px;
	bottom:-12px;
	transform: rotate(270deg);
}
.commentarea06::after{
	right: 70px;
	top:-12px;
	transform: rotate(180deg);
	border-top: 12px solid var(--lightblue);
}
.rd__ph01{
	width: 232px;
	padding: 0 0 35px 0;
}
.rd__ph02{
	width: 270px;
	padding: 0 0 20px 0;
	margin: 0 0 0 20px;
}
.rd__ph03{
	width: 220px;
	padding: 0 0 15px 0;
	margin: 0 0 0 5px;
}
.rd__txt{
	text-align: center;
	color: var(--baseyellow);
	font-weight: var(--bold);
	font-size: 1.8rem;
	line-height: 2;
}
.recommendation__btnarea{
	position: absolute;
	bottom: -32px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: flex-end;
	gap: 100px;
}
.recommendation__btn{
	text-align: center;
}
.btn-comment{
	display: inline-block;
	position: relative;
	top:0;
	font-size: 1.8rem;
	font-weight: var(--bold);
	margin: 0 0 10px 0;
	color: #fff;
}
.btn-comment::before,
.btn-comment::after{
	content: '';
	width: 2px;
	height: 26px;
	background: #fff;
	position: absolute;
	bottom: 0;
}
.btn-comment::before{
	left: -35px;
	transform: rotate(-45deg);
}
.btn-comment::after{
	right: -35px;
	transform: rotate(45deg);
}
.btn__comment-trocco{
	font-size: 2.6rem;
}
@media screen and (max-width:812px){
	.cts__base-recommendation {
		padding: 60px 0 100px 0;
	}
	.recommendation__headarea {
		margin: 0 0 90px 0;
	}
	.recommendation__head {
		font-size: 2rem;
		line-height: 1.2;
	}
	.rd__head-keyword {
		font-size: 3.7rem;
		margin: 0 0 0 25px;
	}
	.recommendation__list {
		margin: 0 auto 100px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.recommendation__list::before{
		content: none;
	}
	.recommendation__item {
		width: calc((100% - 20px) / 2);
		height: auto;
		margin: 0 0 150px 0;
	}
	.recommendation__item:last-of-type {
		margin: 0;
	}
	.commentarea01,
	.commentarea03,
	.commentarea05{
		top: -50px;
		left: -25px;
		right: auto;
		transform: none;
	}
	.commentarea02,
	.commentarea04,
	.commentarea06{
		bottom: -50px;
		right: -25px;
		left: auto;
		transform: none;
	}
	.commentarea01::after,
	.commentarea03::after,
	.commentarea05::after{
		right: auto;
		left: 50%;
		bottom:-12px;
		transform: translateX(-50%);
	}
	.commentarea02::after,
	.commentarea04::after,
	.commentarea06::after{
		left: 50%;
		top:-11px;
		transform: rotate(180deg) translateX(-50%);
	}
	.recommendation__item-inner{
		height: 250px;
		width: 250px;
		margin: 0 auto;
	}
	.rd__ph01 {
		width: 75%;
		padding: 15px 0 0 10px;
	}
	.rd__ph02 {
		width: 75%;
		padding: 0;
		margin: 0 0 0 20px;
	}
	.rd__ph03 {
		width: 65%;
		padding: 10px 0 0 0;
	}
	.rd__commentarea-txt {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.rd__txt {
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: left;
	}
	.recommendation__btnarea{
		width: 100%;
		gap: 10px;
		justify-content: center;
		padding: 0 30px;
	}
	.btn-comment {
		font-size: 1.1rem;
		margin: 0 0 10px 0;
		line-height: 1.1;
	}
	.btn-comment::before,
	.btn-comment::after{
		width: 1px;
		height: 10px;
	}
	.btn-comment::before{
		left: -10px;
	}
	.btn-comment::after{
		right: -10px;
	}
	.recommendation__btnarea{
		max-width: 500px;
	}
	.recommendation__btn {
		width: 100%;
	}
	.rd__btn{
		font-size: 1.1rem;
		width: 100%;
		border-radius: 50px;
		height: 60px;
		padding: 0 10px;
		line-height: 1.2;
	}
}
@media screen and (max-width:767px){
	.recommendation__list {
		margin: 0 auto 80px auto;
		display: block;
	}
	.recommendation__item {
		width: 100%;
		height: auto;
		margin: 0 0 130px 0;
	}
}
/*
	features
-----------------------------------------------------------------------------------------------*/
.features__headarea{
	margin: 0 0 110px 0;
}
.features__item{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 90px;
	position: relative;
	padding: 0 0 0 30px;
}
.features__item:not(:last-of-type) {
	margin: 0 0 100px 0;
}
.features__item:nth-child(even) {
	flex-direction: row-reverse;
	padding: 0 30px 0 0;
}
.features__detail{
	margin: 20px 0 0 0;
}
.features__imgarea,
.features__imgarea-reverse{
	background: url(../img/function_bg01.png) no-repeat center/ cover;
	width: 55%;
	height: 320px;
	position: relative;
}
.features__imgarea{
	border-radius: 28px 0 0 28px;
}
.features__imgarea-reverse{
	border-radius: 0 28px 28px 0;
}
.ft__titarea{
	display: inline-block;
	margin: 0 0 62px 0;
	position: relative;
}
.ft__titarea-copy{
	margin: 0 0 42px 0;
}
.ft__tit{
	font-size: 3.3rem;
	font-weight: var(--bold);
	color: var(--baseblue);
	line-height: 1.4;
}
.ft__tit-number{
	font-size: 12rem;
	font-weight: var(--regular);
	font-family: var(--ffOs);
	display: inline-block;
	background: var(--bluebasegradation);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	right: -100px;
	transform: translateY(-50%);
}
.ft__copy{
	display: inline-block;
	background: var(--baseyellow);
	padding: 5px 20px;
	position: relative;
	margin: 0 0 20px 0;
}
.ft__copy::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 12px solid var(--baseyellow);
	border-left: 12px solid transparent;
	left: 50%;
	bottom: -11px;
	transform: translateX(-50%);
}
.ft__copy-txt{
	font-size: 1.8rem;
	font-weight: var(--bold);
}
.ft__txt{
	font-size: 1.6rem;
	margin: 0 0 30px 0;
	line-height: 2;
}
.ft__txt:last-of-type,
.ft__txt:only-child{
	margin: 0;
}
.ft__illust-reverse,
.ft__illust{
	width: 444px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ft__illust{
	left: 150px;
	right: auto;
}
.ft__illust-reverse{
	left: auto;
	right: 150px;
}
.rt__img02,
.rt__img04{
	margin: -20px 0 0 0;
}
.rt__img04{
	width: 400px;
}
@media screen and (max-width:812px){
	.cts__base-features{
		padding: 90px 0 60px 0;
	}
	.features__headarea {
		margin: 0 0 60px 0;
	}
	.features__item {
		display: block;
		position: relative;
		padding: 0;
	}
	.features__item:nth-child(even) {
		padding: 0;
	}
	.features__item:not(:last-of-type) {
		margin: 0 0 80px 0;
	}
	.features__detail {
		padding: 0 30px;
	}
	.ft__tit {
		font-size: 2rem;
	}
	.ft__copy {
		padding: 5px 10px;
	}
	.ft__copy-txt {
		font-size: 1.3rem;
		line-height: 1;
	}
	.ft__txtarea{
		margin: 0 0 40px 0;
	}
	.ft__titarea {
		display: inline-block;
		margin: 0 0 30px 0;
		position: relative;
	}
	.ft__txt {
		font-size: 1.4rem;
		margin: 0 0 15px 0;
		line-height: 1.6;
	}
	.ft__tit-number {
		font-size: 8rem;
		right: -60px;
	}
	.features__imgarea, 
	.features__imgarea-reverse {
		width: 90%;
		height: 220px;
	}
	.features__imgarea{
		margin: 0 0 0 auto;
	}
	.features__imgarea-reverse {
		margin: 0 auto 0 0;
	}
	.ft__illust {
		width: 100%;
		max-width: 320px;
		left: 50%;
		transform: translate(-50%,-50%);
		margin: 0 0 0 30px;
	}
	.ft__illust-reverse {
		margin: 0 30px 0 0;
	}
	.rt__img04{
		width: 100%;
		max-width: 250px;
	}
}
/*
	function
-----------------------------------------------------------------------------------------------*/
#function{
	background: var(--lightblue);
	position: relative;
	z-index: 1;
}
.cts__base-function{
	position: relative;
	z-index: 3;
}
.function__deco01,
.function__deco02,
.function__deco03{
	position: absolute;
	width: 650px;
	z-index: 2;
	mix-blend-mode:multiply;
	opacity: 0.3;
}
.function__deco01{
	top: 0;
	right: -180px;
	transform: rotate(120deg) scaleX(-1);
}
.function__deco02{
	top: 50%;
	left: -180px;
	transform: translateY(-50%) rotate(240deg);
}
.function__deco03{
	bottom: 50px;
	right: -70px;
	transform: rotate(120deg) scaleX(-1);
}
.function__headarea{
	margin: 0 0 70px 0;
}
.fc__category-marker{
	font-size: 3rem;
	font-weight: var(--bold);
	background: linear-gradient(transparent 80%, #fff 80%);
	display: inline-block;
	line-height: 1.2;
}
.fc__category-head{
	margin: 0 0 30px 0;
}
.function__basic{
	margin: 0 0 75px 0;
}
.function__basic-txtarea{
	text-align: center;
	margin: 0 0 100px 0;
}
.fc_basic-txt{
	font-size: 1.6rem;
	margin: 0 0 15px 0;
}
.fc_basicy-note{
	font-size: 1.2rem;
}
.function__basic-detail{
	background: #fff;
	padding: 90px 60px 60px 60px;
	border-radius: 15px;
	position: relative;
}
.function__basic-btn{
	display: flex;
	gap: 80px;
	justify-content: center;
	position: absolute;
	top:-37px;
	left: 50%;
	transform: translateX(-50%);
}
.basic__btn{
	width: 282px;
	height: 88px;
	background: url(../img/function_basic_btn.svg) no-repeat center / contain;
	color: var(--baseblue);
	text-align: center;
	padding: 15px 15px 25px 15px;
	position: relative;
	transition: 0.3s;
	filter: drop-shadow(3px 3px 0px rgba(0,0,0,0.1));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.basic__btn-txt{
	font-size: 2.5rem;
}
.basic__btn.active{
	color: #fff;
	background: url(../img/function_basic_btn-hover.svg) no-repeat center / contain;
	filter: none;
}
.basic__btn.active::after{
	content: none;
}
.basic__btn::after{
	content: "check！";
	font-size: 1.2rem;
	font-weight: var(--bold);
	color: #fff;
	text-align: center;
	padding: 2px 8px;
	background: var(--yellowbasegradation);
	border-radius: 50px;
	position: absolute;
	top:-9px;
	right: 15px;
}
.basic__ph-tit{
	font-size: 2rem;
	color: var(--baseblue);
	border-bottom: 1px solid var(--baseblue);
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}
.function__basic-item{
	display: none;
}
.function__basic-item.active{
 	display: block;
}
.fc_basic-note{
	font-size: 1.3rem;
}
.function__others{
	margin: 0 0 80px 0;
}
.function__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.function__item{
	width: calc((100% - 120px) / 5);
	background: #fff;
	text-align: center;
	padding: 20px 20px 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius:10px;
	height: 300px;
}
.fc__category-pharea{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	width: 100%;
}
.function__others-head,
.function__option-head{
	margin: 0 0 60px 0;
}
.others-ph01{
	width: 140px;
}
.others-ph02{
	width: 90px;
}
.others-ph03{
	width: 130px;
}
.others-ph04{
	width: 130px;
	margin: -30px 0 0 0;
}
.others-ph05{
	width: 110px;
}
.others-ph06{
	width: 130px;
}
.others-ph07{
	width: 160px;
}
.others-ph08{
	width: 120px;
}
.others-ph09{
	width: 120px;
}
.fc__others-tit{
	font-size: 2rem;
	font-weight: var(--bold);
	line-height: 1.2;
}
.option__list{
	width: 100%;
	padding: 0 100px;
	justify-content: center;
}
.option-item{
	width: calc((100% - 135px) / 4);
	background: none;
	padding: 0;
	height: auto;
	gap:25px;
}
.others_tit-sub{
	font-size: 1.6rem;
}
.option-ph{
	width: 130px;
	height: 130px;
	background: var(--bluebasegradation);
	min-height: auto;
	border-radius: 50%;
}
.fc__option-ph{
	width: 90px;
}
@media screen and (max-width:812px){
	.fc__category-head {
		margin: 0 0 30px 0;
	}
	.fc__category-marker{
		font-size: 2rem;
		line-height: 1.3;
	}
	.function__headarea {
		margin: 0 0 40px 0;
	}
	.function__basic-detail {
		padding: 70px 30px 30px 30px;
	}
	.function__basic {
		margin: 0 0 40px 0;
	}
	.function__basic-txtarea {
		margin: 0 0 70px 0;
	}
	.function__basic-btn {
		gap: 15px;
		top: -37px;
	}
	.basic__btn {
		width: 150px;
		background: url(../img/function_basic_btn_sp.svg) no-repeat center / contain;
		height: 92px;
		padding: 5px 5px 10px 5px;
		transition: none;
	}
	.basic__btn.active{
		background: url(../img/function_basic_btn-hover_sp.svg) no-repeat center / contain;
		transition: none;
	}
	.basic__btn-txt {
		font-size: 1.8rem;
		line-height: 1.2;
	}
	.basic__btn::after {
		font-size: 1rem;
		padding: 2px 8px;
		top: -9px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.basic__ph-tit {
		font-size: 1.6rem;
		padding: 0 0 10px 0;
		margin: 0 0 15px 0;
	}
	.fc_basic-txt{
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: left;
	}
	.fc_basicy-note{
		font-size: 1.2rem;
	}
	.function__list {
		justify-content: flex-start;
		gap: 20px;
	}
	.function__item {
		width: calc((100% - 20px) / 2);
		padding: 30px 10px;
		height: auto;
		gap: 15px;
	}
	.option-item{
		gap:15px;
		padding: 0;
	}
	.others_tit-sub{
		font-size: 1.2rem;
	}
	.fc__category-pharea {
		min-height: 100px;
		width: 100%;
	}
	.function__others {
		margin: 0 0 50px 0;
	}
	.fc__others-tit {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.others-ph01{
		width: 100px;
	}
	.others-ph02{
		width: 75px;
	}
	.others-ph03{
		width: 100px;
	}
	.others-ph04{
		width: 100px;
		margin: -20px 0 0 0;
	}
	.others-ph05{
		width: 75px;
	}
	.others-ph06{
		width: 90px;
	}
	.others-ph07{
		width: 100px;
	}
	.others-ph08{
		width: 80px;
	}
	.others-ph09{
		width: 90px;
	}
	.option__list {
		max-width: 500px;
		margin: 0 auto;
		padding: 0;
		gap: 30px 20px;
	}
	.option-ph{
		width: 125px;
		height: 125px;
	}
	.fc__option-ph{
		width: 80px;
	}
}
@media screen and (max-width:767px){
	.function__basic-btn {
		gap: 10px;
		top: -37px;
	}
	.basic__btn {
		width: 100px;
		background: url(../img/function_basic_btn_sp.svg) no-repeat center / contain;
		height: 62px;
		padding: 5px 5px 10px 5px;
		transition: none;
	}
	.basic__btn.active{
		background: url(../img/function_basic_btn-hover_sp.svg) no-repeat center / contain;
		transition: none;
	}
	.basic__btn-txt{
		font-size: 1.4rem;
		line-height: 1.2;
	}
	.function__basic-detail {
		padding: 40px 20px 20px 20px;
	}
}
/*
	question
-----------------------------------------------------------------------------------------------*/
#question{
	background: repeating-linear-gradient(to bottom, #F3F3F3, #F3F3F3 1px, transparent 0, transparent 34px), repeating-linear-gradient(to right,#F3F3F3, #F3F3F3 1px, transparent 0, transparent 34px);
	position: relative;
}
.question__item{
	margin: 0 0 10px 0;
}
.question__item-tit{
	background: var(--bluebasegradation);
	padding: 15px 20px;
	position: relative;
	width: 100%;
}
.question__tit{
	color: #fff;
	font-size: 2.2rem;
	font-weight: var(--bold);
	line-height: 1.4;
}
.question__area{
	display: flex;
	align-items: center;
	background: #EEF6FF;
	padding: 40px 20px;
	position: relative;
	width: 100%;
	transition: 0.3s;
}
.question__area::before,
.question__area::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 18px;
	top: 50%;
	right: 45px;
	transform: translateY(-50%);
	background: #000;
	transition: 0.3s;
}
.question__area::before{
	transform: translateY(-50%) rotate(90deg);
}
/*open後の処理ーーーーーーーー*/
.open{
	background: var(--bluebasegradation);
}
.open:after {
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	background: #fff;
}
.open::before {
	background: #fff;
}
.open .qt__tit{
	color: #fff;
}
.open .qt__tit::before{
	content: 'Q';
	background: #fff;
	color: var(--baseblue);
}
/*ーーーーーーーーーーーー*/
.qt__tit{
	font-size: 2rem;
	font-weight: var(--bold);
	position: relative;
	padding: 0 0 0 75px;
	line-height: 1.4;
}
.qt__tit::before{
	content: 'Q';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 5px 0;
	width: 54px;
	height: 54px;
	font-size: 3.5rem;
	font-family: var(--ffOs);
	font-weight: var(--regular);
	background: var(--bluebasegradation);
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 50%;
}
.question__anser{
	background: #fff;
	padding: 34px 38px;
}
.qt__txt{
	font-size: 1.6rem;
	line-height: 1.8;
}
.qt__txt-link{
	text-decoration:underline;
	transition: 0.3s;
}
.qt__txt-link:hover{
	opacity: 0.5;
}
.question__btnarea{
	background: url(../img/recommendation_bg.png) no-repeat center/ cover;
	position: relative;
	text-align: center;
	padding: 54px 0 84px 0;
}
.qt__btn{
	margin: 0 auto;
}
.question__Annotation{
	padding: 25px;
}
.Annotation__txt{
	text-align: center;
	font-size: 1.5rem;
	color: #000;
	font-weight: var(--bold);
}
@media screen and (max-width:812px){
	.question__area {
		padding: 20px;
	}
	.question__item-tit {
		padding: 10px 15px;
	}
	.question__tit{
		font-size: 1.8rem;
		font-weight: var(--bold);
		line-height: 1.4;
	}
	.qt__tit {
		font-size: 1.6rem;
		padding: 0 20px 0 45px;
		line-height: 1.3;
	}
	.qt__tit::before {
		width: 35px;
		height: 35px;
		font-size: 2rem;
	}
	.question__area::before,
	.question__area::after{
		right: 20px;
	}
	.question__anser {
		padding: 24px 28px;
	}
	.qt__txt {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.question__btnarea {
		padding: 54px 30px 84px;
	}
	.question__Annotation{
		padding: 20px;
	}
	.Annotation__txt{
		font-size: 1.4rem;
		line-height: 1.6;
	}
}