@charset "UTF-8";
.site-main {
	background-image: url("./images/series-background.webp");
	padding-bottom: 0;
}

.first-view {
	background-image: url("../images/top-header-background.webp");
	background-repeat: no-repeat;
	opacity: 0.9;
	background-size: contain;
	background-position-y: bottom;
	filter: alpha(opacity=90) progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.first-view {
		background-position-y: 50px;
	}
}

.first-view__grid {
	padding: 100px 3% 0 15%;
	display: grid;
	grid-template-columns: 50% 1fr;
	gap: 10%;
}

@media screen and (max-width: 767px) {
	.first-view__grid {
		padding: 0;
		gap: 0;
	}
}

@media screen and (max-width: 767px) {
	.first-view__grid__left {
		grid-column: span 2;
	}
}

.first-view__grid__left p:first-child {
	color: #fff;
	padding: 0 2em;
	background: #557ACE;
	border-radius: 1em;
	width: fit-content;
	font-size: 1.2vw;
	letter-spacing: 0.2vw;
}

@media screen and (max-width: 767px) {
	.first-view__grid__left p:first-child {
		width: 100%;
		text-align: center;
		font-size: 0.75rem;
		padding: 0.5em;
	}
}

@media screen and (max-width: 767px) {
	.first-view__grid__right {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column: span 2;
		overflow: hidden;
	}
	.first-view__grid__right img:nth-child(2) {
		position: relative;
		top: 10%;
		left: 10%;
		transform: scale(1.1);
	}
}

.first-view h2 {
	line-height: 1;
	font-size: 5vw;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.first-view h2 {
		text-align: center;
		font-size: 2.3125rem;
	}
}

.first-view h2 span {
	font-size: 0.5em;
}

.first-view p {
	font-size: 1.3vw;
	letter-spacing: 0.2vw;
}

@media screen and (max-width: 767px) {
	.first-view p {
		text-align: center;
		font-size: 1rem;
	}
}

.first-view .contact-btn {
	margin: 3em auto;
}

.pr2 {
	margin: 100px 20%;
	display: grid;
	gap: 100px;
}

@media screen and (max-width: 767px) {
	.pr2 {
		margin: 0 20px 100px;
	}
}

.pr2__wrap1 {
	display: grid;
	grid-template-columns: 45% 1fr;
}

@media screen and (max-width: 767px) {
	.pr2__wrap1 {
		display: block;
	}
}

.pr2__wrap1__img {
	grid-row: span 2 / span 2;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: end;
}

.pr2__wrap1__img img {
	transform: scale(1.5);
}

.pr2__wrap1__title {
	font-size: 2.9vw;
	line-height: 1.4;
	text-align: right;
	margin-bottom: 0.5em;
	color: #1F2160;
}

@media screen and (max-width: 767px) {
	.pr2__wrap1__title {
		font-size: 1.875rem;
	}
}

.pr2__wrap1__content {
	font-size: 1.2vw;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.pr2__wrap1__content {
		font-size: 1rem;
		letter-spacing: 0.1em;
		margin-top: 1em;
	}
}

.pr2__wrap2 {
	display: grid;
	grid-template-columns: 1fr 55%;
}

@media screen and (max-width: 767px) {
	.pr2__wrap2 {
		display: block;
	}
}

.pr2__wrap2__img {
	grid-row: span 2 / span 2;
	display: flex;
	position: relative;
	justify-content: end;
	order: 2;
}

.pr2__wrap2__img img {
	transform: scale(1.5);
}

.pr2__wrap2__title {
	font-size: 3vw;
	line-height: 1.4;
	text-align: right;
	margin-bottom: 0.5em;
	color: #1F2160;
	order: 1;
}

@media screen and (max-width: 767px) {
	.pr2__wrap2__title {
		font-size: 1.875rem;
		text-align: left;
	}
}

.pr2__wrap2__content {
	font-size: 1.2vw;
	line-height: 2;
	order: 3;
}

@media screen and (max-width: 767px) {
	.pr2__wrap2__content {
		font-size: 1rem;
		letter-spacing: 0.1em;
		margin-top: 1em;
	}
}

.correlation {
	margin: 100px 10%;
	padding: 50px;
	min-height: 500px;
	box-shadow: 0px 0px 15px 1px #777777;
	border-radius: 20px;
}

@media screen and (max-width: 767px) {
	.correlation {
		margin: 0 20px 100px;
		padding: 20px;
	}
}

.correlation h2 {
	color: #fff;
	text-align: center;
	padding: 0 2em;
	background: #557ACE;
	border-radius: 1em;
	width: auto;
	margin: 0 10%;
	font-size: 1.6vw;
	letter-spacing: 0.3vw;
}

@media screen and (max-width: 767px) {
	.correlation h2 {
		font-size: 0.625rem;
		padding: 0.5em;
		margin: 0;
	}
}

.series {
	background-image: url("../images/series-background.webp");
	overflow-x: clip;
	padding-bottom: 1px;
}

@media screen and (max-width: 767px) {
	.series {
		background-image: none;
	}
}

.series1 {
	position: relative;
}

.series1 > hr {
	background-color: #C6C8E5;
	height: 3px;
	margin: 3em 20px;
}

@media screen and (max-width: 767px) {
	.series1__title {
		background: linear-gradient(90deg, #3752a3 0%, #334997 8.1%, #2a387f 28.21%, #242b6e 49.45%, #202363 72.37%, #1f2160 100%);
		padding: 10px;
		position: relative;
		z-index: 9;
	}
}

.series1__title h2 {
	letter-spacing: 0.6px;
	color: #1F2160;
	position: relative;
	font-size: 5vw;
	margin-left: 10%;
	margin-bottom: 0;
	z-index: 999;
	width: fit-content;
}

@media screen and (max-width: 767px) {
	.series1__title h2 {
		font-size: 2.0625rem;
		color: #fff;
		margin: 0;
	}
}

.series1__title h2::before {
	content: '相談ロボットシリーズ';
	color: #fff;
	font-size: 1em;
	left: 0.1em;
	top: -0.1em;
	position: absolute;
	z-index: -1;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.series1__title h2::before {
		content: none;
	}
}

.series1__title h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 1vw;
	background: #E25044;
	position: absolute;
	bottom: 9px;
	z-index: -9;
}

@media screen and (max-width: 767px) {
	.series1__title h2::after {
		height: 0.3em;
	}
}

.series1__title p {
	margin: 0 10%;
	font-size: 3.2vw;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 999;
}

@media screen and (max-width: 767px) {
	.series1__title p {
		font-size: 1.3125rem;
		color: #fff;
		margin: 0;
	}
}

.series1__title p::before {
	white-space: pre;
	content: 'インターネット検索に代わる、\A全く新しい情報の集め方！';
	color: #fff;
	font-size: 1em;
	left: 0.1em;
	top: -0.1em;
	position: absolute;
	z-index: -1;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.series1__title p::before {
		content: none;
	}
}

.series1-zeimu {
	position: relative;
}

@media screen and (max-width: 767px) {
	.series1-zeimu .white-box {
		margin: 0;
		padding: 20px;
		border-radius: 0;
		position: relative;
		display: grid;
		grid-template-columns: 40% 60%;
		box-shadow: none;
	}
	.series1-zeimu .white-box > * {
		grid-column: span 2;
	}
}

.series1-zeimu::before {
	content: "";
	position: absolute;
	display: block;
	background: #B9EAEF;
	width: 40vw;
	height: 40vw;
	border-radius: 50%;
	top: -27vw;
	opacity: 0.5;
	right: -8vw;
}

@media screen and (max-width: 767px) {
	.series1-zeimu::before {
		width: 100vw;
		height: 100vw;
		top: -190px;
		right: -20vw;
	}
}

.series1-zeimu::after {
	content: "";
	position: absolute;
	display: block;
	background: #B9EAEF;
	width: 40vw;
	height: 40vw;
	border-radius: 50%;
	top: 50%;
	opacity: 0.5;
	left: 2vw;
	transform: translateY(-50%);
}

.series1-zeimu__sereis-icon {
	position: absolute;
	width: 10vw;
	top: -3vw;
	left: -5vw;
}

@media screen and (max-width: 767px) {
	.series1-zeimu__sereis-icon {
		position: relative;
		width: 100%;
		padding-top: 30px;
		grid-column: span 1 !important;
	}
}

.series1-zeimu .white-box > p {
	font-size: 1.5625rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #0092D4;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	.series1-zeimu .white-box > p {
		grid-column: span 2;
		font-size: 1.25rem;
		text-shadow: 2px  2px 1px #ffffff, -2px  2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px  0px 1px #ffffff, 0px  2px 1px #ffffff, -2px  0px 1px #ffffff, 0px -2px 1px #ffffff;
	}
}

.series1-zeimu .white-box > h3 {
	font-size: 4vw;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	background: #0092D4;
	padding: 0 1em;
	color: #fff;
	border-radius: 0.5em;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
	.series1-zeimu .white-box > h3 {
		font-size: 1.75rem;
		margin: 0.5em 0;
		letter-spacing: 0.2em;
	}
}

.series1-zeimu__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

@media screen and (max-width: 767px) {
	.series1-zeimu__grid {
		display: block;
	}
}

.series1-zeimu__grid__right {
	display: flex;
	align-items: end;
	padding: 0 12%;
}

@media screen and (max-width: 767px) {
	.series1-zeimu__grid__right {
		padding: 0;
	}
}

.series1-zeimu__icon {
	max-width: 60%;
}

@media screen and (max-width: 767px) {
	.series1-zeimu__icon {
		max-width: 80%;
		margin: 0 auto;
		display: block;
	}
}

.series1-zeimu__subtitle {
	font-size: 2vw;
	border-bottom: 1px solid #000;
	padding-bottom: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.series1-zeimu__subtitle {
		text-align: center;
		font-size: 1.5625rem;
		letter-spacing: 0.1em;
		padding-bottom: 1em;
	}
}

.series1-zeimu__content {
	letter-spacing: 0.1em;
	line-height: 2;
	font-size: 1.125rem;
}

.series1-zeimu__pc {
	position: absolute;
	width: 35vw;
	right: -22%;
	top: -22vw;
}

@media screen and (max-width: 767px) {
	.series1-zeimu__pc {
		width: 64%;
		right: -3%;
		top: 29px;
		z-index: -9;
	}
}

.series1-zeimu .more-btn {
	margin: 3em auto 0;
}

.series1-best {
	margin: 0 5%;
}

@media screen and (max-width: 767px) {
	.series1-best {
		margin: 0;
	}
}

.series1-best .white-box > img {
	position: absolute;
	width: 20vw;
	top: 50%;
	left: -10%;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.series1-best .white-box > img {
		order: 1;
		position: static;
		width: 80%;
		margin: 0 auto;
		transform: none;
	}
}

.series1-best .white-box > p {
	text-align: center;
	font-size: 1.5vw;
	letter-spacing: 0.1em;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.series1-best .white-box > p {
		order: 2;
		text-align: left;
		font-size: 23px;
		font-weight: bold;
		line-height: 1.7;
	}
}

.series1-best .white-box {
	padding: 20px 5%;
}

@media screen and (max-width: 767px) {
	.series1-best .white-box {
		border: 0;
		padding: 20px 40px 40px;
		margin: 0;
		border-radius: 0px;
		box-shadow: none;
		display: grid;
	}
}

.series1-best .white-box .more-btn {
	margin: 0.5em auto;
}

@media screen and (max-width: 767px) {
	.series1-best .white-box .more-btn {
		order: 2;
		margin: 3em auto 0;
	}
}

.series2 {
	position: relative;
	padding-top: 100px;
}

.series2 > hr {
	background-color: #C6C8E5;
	height: 3px;
	margin: 1em 20px;
}

@media screen and (max-width: 767px) {
	.series2 {
		padding-top: 50px;
	}
}

.series2::before {
	content: "";
	position: absolute;
	display: block;
	background: #B9EAEF;
	width: 35vw;
	height: 35vw;
	border-radius: 50%;
	top: 30px;
	opacity: 0.5;
	left: -10vw;
}

@media screen and (max-width: 767px) {
	.series2::before {
		width: 100vw;
		height: 100vw;
		top: -209px;
		right: -26vw;
	}
}

.series2__pc {
	position: absolute;
	top: -30px;
	width: 30vw;
}

@media screen and (max-width: 767px) {
	.series2__pc {
		position: static;
		width: 85%;
	}
}

@media screen and (max-width: 767px) {
	.series2__title {
		background: linear-gradient(90deg, #3752a3 0%, #334997 8.1%, #2a387f 28.21%, #242b6e 49.45%, #202363 72.37%, #1f2160 100%);
		padding: 10px;
		position: relative;
		z-index: 9;
	}
}

.series2__title h2 {
	letter-spacing: 0.6px;
	color: #1F2160;
	position: relative;
	font-size: 5vw;
	z-index: 999;
	text-align: right;
	width: fit-content;
	margin: 0 10% 0 auto;
}

@media screen and (max-width: 767px) {
	.series2__title h2 {
		font-size: 2.0625rem;
		color: #fff;
		margin: 0;
		text-align: left;
	}
}

.series2__title h2::before {
	content: '税務ロボットシリーズ';
	color: #fff;
	font-size: 1em;
	left: 0.1em;
	top: -0.1em;
	position: absolute;
	z-index: -1;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.series2__title h2::before {
		content: none;
	}
}

.series2__title h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 1vw;
	background: #E25044;
	position: absolute;
	bottom: 9px;
	z-index: -9;
}

@media screen and (max-width: 767px) {
	.series2__title h2::after {
		height: 0.3em;
	}
}

.series2__title p {
	margin: 0 10%;
	font-size: 3.2vw;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 999;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.series2__title p {
		font-size: 1.3125rem;
		color: #fff;
		margin: 0;
		text-align: left;
	}
}

.series2__title p::before {
	white-space: pre;
	content: '完全クラウド対応！\A法人税の申告を画期的に効率化！';
	color: #fff;
	font-size: 1em;
	left: 0.1em;
	top: -0.1em;
	position: absolute;
	z-index: -1;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.series2__title p::before {
		content: none;
	}
}

.series2__title-wrap {
	display: grid;
	grid-template-columns: 2fr 3fr 2fr;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.series2__title-wrap {
		grid-template-columns: 1fr;
	}
}

.series2__title-wrap span {
	font-size: 0.875rem;
}

.series2__title-wrap img {
	width: 50%;
	margin-left: auto;
}

@media screen and (max-width: 767px) {
	.series2__title-wrap img {
		order: 2;
		margin: 0 auto;
		width: 70%;
	}
}

.series2__title-wrap__title {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.series2__title-wrap__title {
		order: 1;
	}
}

.series2__kessan .series2__title-wrap__title {
	color: #4E4B4D;
}

.series2__kessan .series2__title-wrap__title h3 {
	background: #4E4B4D;
}

.series2__shinkoku .series2__title-wrap__title {
	color: #84181D;
}

.series2__shinkoku .series2__title-wrap__title h3 {
	background: #84181D;
}

.series2__tusan .series2__title-wrap__title {
	color: #007E3E;
}

.series2__tusan .series2__title-wrap__title h3 {
	background: #007E3E;
}

.series2__kouka .series2__title-wrap__title {
	color: #34B597;
}

.series2__kouka .series2__title-wrap__title h3 {
	background: #34B597;
}

.series2__title-wrap__title p {
	font-size: 1.4vw;
	margin: 0 0 0.5em;
}

@media screen and (max-width: 767px) {
	.series2__title-wrap__title p {
		font-size: 1.75rem;
	}
	.series2__tusan .series2__title-wrap__title p {
		font-size: 1.3125rem;
	}
	.series2__kouka .series2__title-wrap__title p {
		font-size: 1.5rem;
	}
}

.series2__title-wrap__title h3 {
	font-size: 3vw;
	letter-spacing: 0.1em;
	background: #000;
	color: #fff;
	border-radius: 20px;
	margin: 0 5%;
}

@media screen and (max-width: 767px) {
	.series2__title-wrap__title h3 {
		font-size: 1.5625rem;
	}
}

.series2__content-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

@media screen and (max-width: 767px) {
	.series2__content-wrap {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.series2__content-wrap__left {
		order: 2;
	}
}

@media screen and (max-width: 767px) {
	.series2__content-wrap__right {
		order: 1;
	}
}

.series2__content-wrap__subtitle {
	padding-bottom: 0.5em;
	font-size: 1.4vw;
	margin: 0.5em 0;
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
	.series2__content-wrap__subtitle {
		border-top: 1px solid #000;
		font-size: 1.5625rem;
		font-weight: bold;
		padding: 0.8em 0;
		text-align: center;
		line-height: 1.8;
	}
	.series2__kouka .series2__content-wrap__subtitle {
		font-size: 1.375rem;
	}
}

.series2__content-wrap__content {
	line-height: 2;
}

.series2__content-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.series2__content-wrap ul li {
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	font-size: 1.3vw;
}

@media screen and (max-width: 767px) {
	.series2__content-wrap ul li {
		align-items: unset;
		font-size: 1.0625rem;
		font-weight: bold;
	}
}

.series2__content-wrap ul li::before {
	content: "";
	background-image: url(../images/list-item.webp);
	display: inline-block;
	width: 2em;
	height: 2em;
	margin-right: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.series2__kouka {
	position: relative;
}

.series2__kouka::before {
	content: "";
	position: absolute;
	display: block;
	background: #B9EAEF;
	width: 50vw;
	height: 50vw;
	border-radius: 50%;
	top: -100%;
	opacity: 0.5;
	left: -10vw;
}

.series2__shinkoku {
	position: relative;
}

.series2__shinkoku::before {
	content: "";
	position: absolute;
	display: block;
	background: #B9EAEF;
	width: 80vw;
	height: 80vw;
	border-radius: 50%;
	top: -105px;
	opacity: 0.5;
	right: -25vw;
}

@media screen and (max-width: 767px) {
	.series2__shinkoku::before {
		content: none;
	}
}

@media screen and (max-width: 767px) {
	.series2 .white-box {
		border: 0;
		padding: 20px 20px 40px;
		margin: 0;
		border-radius: 0px;
		box-shadow: none;
		display: grid;
	}
}

.white-box {
	margin: 100px 10%;
	padding: 50px 5%;
	box-shadow: 0px 0px 15px 1px #777777;
	border-radius: 20px;
	background: #fff;
	position: relative;
	z-index: 9;
}

/*# sourceMappingURL=top.css.map */