@charset "UTF-8";

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0
}

input, select {
	vertical-align: middle
}

input[type=checkbox], input[type=radio] {
	margin: 0;
	padding: 0
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
	font-size: 0;
	line-height: 0
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

* {
	-webkit-appearance: none;
	border-radius: 0
}

html {
	overflow-y: scroll
}

body, html {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%
}

body, button, html, input, optgroup, select, textarea {
	color: #000000;
	font: 62.5% "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.2
}

a {
	color: #ffffff;
	text-decoration: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #aaaaaa
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #aaaaaa
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #aaaaaa
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #aaaaaa
}

input::placeholder, textarea::placeholder {
	color: #aaaaaa
}

sub, sup {
	position: relative;
	height: 0;
	vertical-align: baseline;
	line-height: 1
}

sup {
	bottom: 1ex
}

sub {
	top: 1ex
}

a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)"
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.header {
	position: absolute;
	z-index: 99;
	width: 100%;
	padding: 16px 32px;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s
}

.header__logo a {
	display: block
}

.header__logo a img {
	width: auto;
	height: 48px
}

.header__nav {
	display: none
}

@media (min-width:920px) {
	.header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: fixed;
		height: 104px;
		padding: 0 80px
	}

	.header.fixed {
		background-color: #fff
	}

	.header__logo a {
		display: block
	}

	.header__logo a img {
		width: auto;
		height: 72px
	}

	.header__nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.header__nav .nav-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.header__nav .nav-list__item {
		text-align: center
	}

	.header__nav .nav-list__item:not(:first-child) {
		margin-left: 24px
	}

	.header__nav .nav-list__item a {
		color: #000000;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		-webkit-transition: all ease-in-out 0.5s;
		transition: all ease-in-out 0.5s
	}

	.header__nav .nav-list__item a span {
		display: block;
		margin-top: 8px;
		font-size: 11px;
		font-size: 1.1rem
	}

	.header__nav .nav-list__item a:hover {
		color: #1A5EF4
	}

	.header__btn {
		width: 200px;
		margin-left: 32px
	}

	.header__btn a {
		display: block;
		height: 48px;
		background: -webkit-gradient(linear, left top, right top, color-stop(-3.89%, #DF1355), to(#D686DD));
		background: linear-gradient(90deg, #DF1355 -3.89%, #D686DD 100%);
		border-radius: 24px;
		color: #ffffff;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 48px;
		-webkit-transition: all ease-in-out 0.5s;
		transition: all ease-in-out 0.5s
	}

	.header__btn a:hover {
		background: -webkit-gradient(linear, left top, right top, from(#33A4E8), to(#001AFF));
		background: linear-gradient(90deg, #33A4E8 0%, #001AFF 100%)
	}
}

html.fixed, html.fixed body {
	height: 100%;
	overflow: hidden
}

br.sp {
	display: block
}

@media (min-width:920px) {
	br.sp {
		display: none
	}
}

br.pc {
	display: none
}

@media (min-width:920px) {
	br.pc {
		display: block
	}
}

.cont-wrap {
	position: relative;
	overflow: hidden;
	padding: 64px 32px
}

.cont-wrap__tag {
	display: block;
	position: relative;
	padding-left: 14px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em
}

.cont-wrap__tag:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #000000;
	border-radius: 50%
}

.cont-wrap__ttl {
	display: inline-block;
	margin-top: 8px;
	background: -webkit-gradient(linear, left top, right top, from(#33A4E8), to(#001AFF));
	background: linear-gradient(90deg, #33A4E8 0%, #001AFF 100%);
	font-size: 40px;
	font-size: 4rem;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em
}

.cont-wrap__lead {
	margin-top: 32px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2
}

.cont-wrap__body {
	margin-top: 32px
}

@media (min-width:920px) {
	.cont-wrap {
		padding: 120px 80px
	}

	.cont-wrap__inner {
		max-width: 960px;
		margin: 0 auto
	}

	.cont-wrap__head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1280px;
		margin: 0 auto
	}

	.cont-wrap__tag {
		font-size: 16px;
		font-size: 1.6rem
	}

	.cont-wrap__ttl {
		font-size: 64px;
		font-size: 6.4rem
	}

	.cont-wrap__lead {
		font-size: 20px;
		font-size: 2rem;
		text-align: right
	}

	.cont-wrap__body {
		max-width: 1280px;
		margin: 80px auto 0
	}
}

.about-wrap, .consulting-wrap, .inquiry-wrap {
	background: -webkit-gradient(linear, left top, right top, from(#33A4E8), to(#001AFF));
	background: linear-gradient(90deg, #33A4E8 0%, #001AFF 100%)
}

.about-wrap .cont-wrap__ttl, .consulting-wrap .cont-wrap__ttl, .inquiry-wrap .cont-wrap__ttl {
	color: #fff;
	background: none;
	background-clip: content-box;
	-webkit-text-fill-color: unset
}

.about-wrap .cont-wrap__lead, .consulting-wrap .cont-wrap__lead, .inquiry-wrap .cont-wrap__lead {
	color: #fff
}

.footer {
	padding: 24px 32px;
	text-align: center
}

.footer__link {
	margin-bottom: 20px;
}

.footer__link a {
	color: #000000;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.1em
}

.footer .copyright {
	margin-top: 16px
}

.footer .copyright small {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.1em
}

@media (min-width:920px) {
	.footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: right;
		padding: 24px 80px;
		text-align: left
	}
	.footer__link {
		margin-left: 30px;
		margin-bottom: 0;
	}
	.footer__link a {
		font-size: 14px;
		font-size: 1.4rem
	}

	.footer .copyright {
		margin-top: 0
	}

	.footer .copyright small {
		margin-left: 30px;
		font-size: 12px;
		font-size: 1.2rem
	}
}

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