@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.kv {
	background: var(--bg-grey);
	position: relative;
	height: 62rem;
}
@media screen and (max-width: 768px) {
	.kv {
		height: 32rem;
	}
}

/* ---- figure ---- */
.kv figure {
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.kv figure img {
	width: auto;
	height: 62rem;
}
@media screen and (max-width: 768px) {
	.kv figure {
		overflow: hidden;
	}
	.kv figure img {
		height: 32rem;
		position: relative;
		right: -8rem;
	}
}
/* ---- wrap ---- */
.kv .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 10;
	height: 62rem;
	padding-left: 4rem;
	padding-bottom: 3.5rem;
	overflow: hidden;
}
.kv .wrap > div {
	margin-bottom: 2.5rem;
	transform: rotate(-4deg);
}
.kv .wrap > div > span {
	background: var(--bg-grd);
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
	.kv .wrap {
		height: 32rem;
		padding-left: 2rem;
		padding-bottom: 2rem;
	}
	.kv .wrap > div {
		margin-bottom: 1.2rem;
		transform: rotate(-4deg);
	}
	.kv .wrap > div > span {
		font-size: 1.8rem;
		line-height: 1;
	}
}
/* ---- h1 ---- */
h1 {
	display: flex;
	flex-direction: column;
	transform: rotate(-4deg);
}
h1 > span:nth-child(1) {
	display: block;
	width: 50rem;
	margin-bottom: 1rem;
	transform: rotate(4deg);
}
h1 > span:nth-child(2) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
h1 > span:nth-child(2) > span {
    background: var(--bg-grd);
	color: #fff;
	font-family: var(--font-serif);
	font-size: 8rem;
	font-weight: 600;
	line-height: 1;
}
h1 > span:nth-child(2) > span i {
	font-size: 4.8rem;
}
h1 > span:nth-child(2) > span:nth-child(1) {
	margin-bottom: 1.5rem;
	padding: 0.6rem 1.5rem 1.2rem 1.5rem;
}
h1 > span:nth-child(2) > span:nth-child(2) {
	padding: 0.6rem 0.5rem 1.2rem 1.5rem;
}
@media screen and (max-width: 768px) {
	h1 {
		display: flex;
		flex-direction: column;
		transform: rotate(-4deg);
	}
	h1 > span:nth-child(1) {
		width: 17rem;
		margin-bottom: 0.3rem;
	}
	h1 > span:nth-child(2) > span {
		font-size: 2.8rem;
	}
	h1 > span:nth-child(2) > span i {
		font-size: 2rem;
	}
	h1 > span:nth-child(2) > span:nth-child(1) {
		margin-bottom: 1rem;
		padding: 0.9rem 1.5rem 1.2rem 1.5rem;
	}
	h1 > span:nth-child(2) > span:nth-child(2) {
		padding: 0.9rem 0.5rem 1.2rem 1.5rem;
	}
}



/* -------------------------------------------

intro

------------------------------------------- */
.intro {
	padding: 8rem 0;
	position: relative;
}
@media screen and (max-width: 768px) {
	.intro {
		padding: 6rem 2rem 3rem 2rem;
	}
}
/* ---- h2 ---- */
.intro .ttl-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.intro .ttl-wrap img {
	position: absolute;
	right: 8rem;
	top: -8rem;
	width: 4rem;
}
.intro h2 {
	display: flex;
	flex-direction: column;
	font-size: 6.4rem;
}
.intro h2 span {
    background: var(--bg-grd);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: var(--font-serif);
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.intro .ttl-wrap {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		margin-bottom: 2rem;
	}
	.intro .ttl-wrap img {
		top: -4rem;
		width: 3rem;
	}
	.intro h2 {
		align-items: center;
		font-size: 3.8rem;
		text-align: center;
		line-height: 1.2;
	}
}
/* ---- ul ---- */
.intro ul {
	width: 96rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.intro ul li {
	width: 50%;
}
.intro ul li:nth-child(2) {
	margin-bottom: 6rem;
	display: flex;
	justify-content: flex-end;
}
.intro ul li:nth-child(4) {
	display: flex;
	justify-content: flex-end;
}
.intro ul li:nth-child(1) img {
	width: 41rem;
	height: auto;
}
.intro ul li:nth-child(2) img {
	width: 30rem;
	height: auto;
}
.intro ul li:nth-child(3) img {
	width: 48rem;
	height: auto;
}
.intro ul li:nth-child(4) img {
	width: 37rem;
	height: auto;
}
@media screen and (max-width: 768px) {
	.intro ul {
		width: auto;
	}
	.intro ul li {
		width: 100%;
	}
	.intro ul li:nth-child(2) {
		margin-bottom: 0;
		margin-top: -6.5rem;
	}
	.intro ul li:nth-child(3) {
		margin-top: -12rem;
	}
	.intro ul li:nth-child(4) {
		margin-top: 1rem;
	}
	.intro ul li:nth-child(1) img {
		width: 70%;
	}
	.intro ul li:nth-child(2) img {
		width: 54%;
	}
	.intro ul li:nth-child(3) img {
		width: 73%;
	}
	.intro ul li:nth-child(4) img {
		width: 60%;
	}
}



/* -------------------------------------------

service

------------------------------------------- */
.service {
	padding: 8rem 0 4rem 0;
	background: var(--bg-grey);
}
@media screen and (max-width: 768px) {
	.service {
		padding: 6rem 2rem 4rem 2rem;
	}
}
/* ---- div ---- */
.service h2 + div {
	width: 64rem;
	margin: 0 auto 6rem auto;
	border: solid 0.2rem #000;
	text-align: center;
	padding: 2rem 0 2.2rem 0;
	font-size: 2rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.service h2 + div {
		width: auto;
		margin: 0 auto 3rem auto;
		text-align: center;
		padding: 1rem 0 1.15rem 0;
		font-size: 1.6rem;
	}
}
/* ---- ul ---- */
.service ul {
	width: 58rem;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.service ul {
		width: auto;
	}
}
.service ul li {
	position: relative;
}
.service ul li:nth-child(1),
.service ul li:nth-child(2) {
	padding-bottom: 5rem;
	background: url(../img/service-arrow-1.png) no-repeat center bottom;
	background-size: 1rem auto;
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.service ul li:nth-child(1),
	.service ul li:nth-child(2) {
		margin-bottom: 0;
	}
}
.service ul li:nth-child(1) figure {
	width: 22rem;
	position: absolute;
	right: -8rem;
	top: -2rem;
}
.service ul li:nth-child(2) figure {
	width: 24rem;
	position: absolute;
	left: -8rem;
	top: -7rem;
}
@media screen and (max-width: 768px) {
	.service ul li:nth-child(1) figure {
		width: 26rem;
		position: relative;
		right: auto;
		top: auto;
		margin: 0 auto 1rem auto;
	}
	.service ul li:nth-child(2) figure {
		width: 26rem;
		position: relative;
		left: auto;
		top: auto;
		margin: 0 auto 1rem auto;
	}
}
/* ---- dl ---- */
.service dt {
	width: 12rem;
	margin: 0 auto 1rem auto;
}
.service dt span {
	color: #fff;
	width: 12rem;
	height: 2.4rem;
	margin: 3rem auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	background: url(../img/service-frame-1.png) no-repeat;
	background-size: 100% auto;
	padding-bottom: 0.15rem;
}
.service dd {
	text-align: center;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.service dd {
		font-size: 1.3rem;
	}
}
.service ul li:nth-child(3) dd {
	display: flex;
	justify-content: space-between;
	margin-top: -6rem;
}
.service ul li:nth-child(3) dd > * {
	width: 50%;
}
.service ul li:nth-child(3) dd > span {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.service ul li:nth-child(3) dd > span img {
	width: 6.4rem;
	height: auto;
	margin-bottom: 1.5rem;
}
.service ul li:nth-child(3) dd > span:nth-child(1) img {
	margin-left: 5rem;
}
.service ul li:nth-child(3) dd > span:nth-child(2) img {
	margin-right: 5rem;
}
.service ul li:nth-child(3) figure {
	width: 48rem;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.service ul li:nth-child(3) dd {
		margin-top: -4rem;
	}
	.service ul li:nth-child(3) dd > span img {
		width: 5.6rem;
	}
	.service ul li:nth-child(3) dd > span:nth-child(1) img {
		margin-left: 0;
	}
	.service ul li:nth-child(3) dd > span:nth-child(2) img {
		margin-right: 0;
	}
	.service ul li:nth-child(3) figure {
		width: auto;
	}
}



/* -------------------------------------------

feature

------------------------------------------- */
.feature {
	padding: 8rem 0;
}
@media screen and (max-width: 768px) {
	.feature {
		padding: 6rem 2rem;
	}
}
/* ---- ul ---- */
.feature > ul > li {
	display: flex;
	align-items: center;
}
.feature > ul > li:not(:last-child) {
	margin-bottom: 5rem;
}
.feature > ul > li:nth-child(odd) {
	flex-direction: row-reverse;
}
.feature > ul > li:nth-child(1) > figure {
	width: 40%;
}
.feature > ul > li:nth-child(1) > div {
	width: 60%;
	padding-right: 4rem;
}
.feature > ul > li:nth-child(2) > figure {
	width: 40%;
}
.feature > ul > li:nth-child(2) > div {
	width: 60%;
	padding-left: 4rem;
}
.feature > ul > li:nth-child(3) > figure {
	width: 40%;
}
.feature > ul > li:nth-child(3) > div {
	width: 60%;
	padding-right: 4rem;
}
.feature > ul > li:nth-child(4) > figure {
	width: 40%;
}
.feature > ul > li:nth-child(4) > div {
	width: 60%;
	padding-left: 4rem;
}
.feature > ul ul  {
	margin-left: 1.5rem;
}
.feature > ul ul li {
	list-style: disc;
}
.feature > ul ul li:not(:last-child) {
	margin-bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
	.feature > ul > li {
		display: block;
	}
	.feature > ul > li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.feature > ul > li:nth-child(1) > figure {
		width: 100%;
	}
	.feature > ul > li:nth-child(1) > div {
		width: 100%;
		padding-right: 0;
	}
	.feature > ul > li:nth-child(2) > figure {
		width: 100%;
	}
	.feature > ul > li:nth-child(2) > div {
		width: 100%;
		padding-left: 0;
	}
	.feature > ul > li:nth-child(3) > figure {
		width: 100%;
	}
	.feature > ul > li:nth-child(3) > div {
		width: 100%;
		padding-right: 0;
	}
	.feature > ul > li:nth-child(4) > figure {
		width: 100%;
	}
	.feature > ul > li:nth-child(4) > div {
		width: 100%;
		padding-left: 0;
	}
	.feature > ul ul  {
		margin-left: 1.5rem;
	}
	.feature > ul ul li {
		list-style: disc;
	}
}
/* ---- h3 ---- */
.feature h3 {
	font-family: var(--font-serif);
	font-weight: 400;
	font-size: 2.8rem;
	margin-bottom: 2.5rem;
	line-height: 1.2;
}
.feature > ul > li:nth-child(1) h3,
.feature > ul > li:nth-child(2) h3 {
	display: flex;
	flex-direction: column;
}
.feature h3 strong {
	font-size: 4.8rem;
	font-weight: 500;
}
.feature h3 strong i {
	font-size: 6.4rem;
	vertical-align: -0.5rem;
}
@media screen and (max-width: 768px) {
	.feature h3 {
		font-size: 2rem;
		margin-bottom: 1.5rem;
		line-height: 1.3;
		text-align: center;
		margin-top: 1rem;
	}
	.feature > ul > li:nth-child(1) h3,
	.feature > ul > li:nth-child(2) h3 {
		display: flex;
		flex-direction: column;
	}
	.feature h3 strong {
		font-size: 3.6rem;
		font-weight: 500;
	}
	.feature h3 strong i {
		font-size: 4.8rem;
		vertical-align: -0.3rem;
		line-height: 1;
	}
}



/* -------------------------------------------

cv

------------------------------------------- */
.cv {
	padding: 6rem 0;
	color: #fff;
	background: var(--bg-grd);
}
@media screen and (max-width: 768px) {
	.cv {
		padding: 4rem 2rem;
		color: #fff;
		background: var(--bg-grd);
	}
}
.cv a {
	color: #fff;
}
/* ---- h2 ---- */
.cv h2 {
	text-align: center;
	line-height: 1;
	font-size: 4rem;
	font-weight: 400;
	font-family: var(--font-serif);
}
@media screen and (max-width: 768px) {
	.cv h2 {
		font-size: 2.8rem;
	}
}
/* ---- contact ---- */
.cv-contact {
	margin: 4rem 0;
}
.cv-contact a {
	display: block;
	width: 48rem;
	margin: 0 auto;
	padding: 2.5rem 0 2.65rem 0;
	background: url(../img/cv-arrow.png) no-repeat center right 2rem;
	background-size: auto 1rem;
	background-color: #000;
	text-align: center;
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.cv-contact {
		margin: 3rem 0;
	}
	.cv-contact a {
		width: 100%;
		padding: 2rem 0 2.15rem 0;
		background-size: auto 0.8rem;
	}
}
/* ---- line ---- */
.cv-line {
	width: 64rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 2rem 4rem;
	border: solid 0.15rem #fff;
	flex-direction: row-reverse;
}
.cv-line img {
	width: 10rem;
}
.cv-line > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-right: 4rem;
}
.cv-line > div span {
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
	.cv-line {
		width: auto;
		flex-direction: column;
		align-items: center;
		padding: 2rem 2rem;
	}
	.cv-line img {
		width: 10rem;
		margin-bottom: 1.5rem;
	}
	.cv-line > div {
		padding-right: 0;
		text-align: center;
	}
	.cv-line > div span {
		font-size: 2rem;
	}
}

.cta_wrap{
	/* font-family:"Noto Sans JP",Meiryo,"MS Pゴシック","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Raleway",sans-serif; */
	-webkit-clip-path:polygon(94% 0, 100% 44%, 100% 100%, 0 100%, 0 0);clip-path:polygon(94% 0, 100% 44%, 100% 100%, 0 100%, 0 0);background-color:#000;color:#fff;width:36.125rem;height:6.25rem;display:flex;justify-content:center;align-items:center;margin-left:auto;font-size:1.875rem;letter-spacing:.1em;position:relative;padding-right:1em;margin-top: 1em;transition:all .3s}
@media screen and (max-width: 450px){
	.cta_wrap{font-size: 1.5rem; width: 27.75rem; height: 6.375rem;text-indent:-1.5em;}
	.cta_wrap .pc{display:none !important}
	.cta_wrap .tablet{display:none !important}
	.cta_wrap .sp-s{display:block !important}
}
.cta_wrap::before,.cta_wrap::after{content:"";position:absolute;background-color:#fff;transition:all .3s}
.cta_wrap::before{width:3.4375rem;height:1px;right:3.4375rem}
@media screen and (max-width: 450px){
	.cta_wrap::before{width: 3.75rem; right: 2.875rem;}
	.cta_wrap::before .pc{display:none !important}
	.cta_wrap::before .tablet{display:none !important}
	.cta_wrap::before .sp-s{display:block !important}
}
.cta_wrap::after{width:.9375rem;height:1px;right:3.375rem;top:2.8125rem;transform:rotate(35deg)}
@media screen and (max-width: 600px){
	.cta_wrap::after{width:1.4375rem;top:2.6875rem;right:3.25rem}
	.cta_wrap::after .pc{display:none !important}
	.cta_wrap::after .tablet{display:none !important}
	.cta_wrap::after .sp-s{display:block !important}
}
@media screen and (max-width: 450px){
	.cta_wrap::after{width: 1rem; top: 2.8rem; right: 2.8125rem;}
	.cta_wrap::after .pc{display:none !important}
	.cta_wrap::after .tablet{display:none !important}
	.cta_wrap::after .sp-s{display:block !important}
}
.cta_wrap:hover::before{right:3rem}
.cta_wrap:hover::after{right:2.9375rem}

.icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.line_icon{width:5rem !important;margin-right:1.25rem}
@media screen and (max-width: 450px){
	.line_icon{margin-bottom: 0 !important;}
}

/* -------------------------------------------

flow

------------------------------------------- */
.flow {
	padding: 8rem 0;
}	
@media screen and (max-width: 768px) {
	.flow {
		padding: 6rem 2rem;
	}	
	.flow h2 {
		margin-bottom: 5rem;
	}
}
/* ---- ul ---- */
.flow ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow ul li {
	width: 22%;
	border: solid 0.15rem #000;
	border-image: var(--bg-grd);
	border-image-slice: 1;
	padding-bottom: 2rem;
	position: relative;
}
.flow ul li::before {
	content: "";
	width: 7rem;
	height: 7rem;
	background: url(../img/flow-arrow-1.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	right: -6rem;
	top: calc(50% - 3.5rem);
	z-index: 10;
}
.flow ul li:nth-child(n + 5) {
	margin-top: 6rem;
}
.flow ul li:last-child {
	width: 100%;
	border: none;
	margin-top: 3rem;
	padding: 0;
}
.flow ul li:nth-child(1) {
	z-index: 8;
}
.flow ul li:nth-child(2) {
	z-index: 7;
}
.flow ul li:nth-child(3) {
	z-index: 6;
}
.flow ul li:nth-child(4) {
	z-index: 5;
}
.flow ul li:nth-child(5) {
	z-index: 4;
}
.flow ul li:nth-child(6) {
	z-index: 3;
}
.flow ul li:nth-child(7) {
	z-index: 2;
}
.flow ul li:nth-child(8) {
	z-index: 1;
}
.flow ul li:nth-child(4)::before,
.flow ul li:nth-child(8)::before,
.flow ul li:nth-child(9)::before {
	display: none;
}
.flow ul dt {
	width: 75%;
	margin: -2rem auto 1rem auto;
}
.flow ul dd {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	line-height: 1.4;
}
.flow ul dd img {
	width: 50%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.flow ul li {
		width: 46%;
	}
	.flow ul li::before {
		right: -5rem;
	}
	.flow ul li:nth-child(n + 3) {
		margin-top: 4rem;
	}
	.flow ul li:last-child {
		margin-top: 2rem;
	}
	.flow ul li:nth-child(2)::before,
	.flow ul li:nth-child(4)::before,
	.flow ul li:nth-child(6)::before,
	.flow ul li:nth-child(8)::before,
	.flow ul li:nth-child(9)::before {
		display: none;
	}
}



/* -------------------------------------------

group

------------------------------------------- */
.group {
	padding: 8rem 0;
	background: var(--bg-grey);
}
@media screen and (max-width: 768px) {
	.group {
		padding: 6rem 2rem;
	}
}
/* ---- h2 ---- */
.group h2 {
	width: 18rem;
	margin: 0 auto 6rem auto;
}
/* ---- wrap ---- */
.group .wrap {
	width: 72rem;
	margin: 0 auto 3rem auto;
	background: #fff;
}
@media screen and (max-width: 768px) {
	.group .wrap {
		width: auto;
		margin-bottom: 2rem;
	}
}
/* ---- p ---- */
.group p {
	text-align: center;
	font-size: 1.4rem;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.group p {
		text-align: left;
	}
}
/* ---- dl ---- */
.group dt {
	background: #000;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	width: 28rem;
	margin: 0 auto 0;
	text-align: center;
	transform: skewX(-15deg);
	position: relative;
	top: -2.2rem
}
.group dt span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.4rem;
	padding-bottom: 0.15rem;
	transform: skewX(15deg);
}
.group dd {
	padding: 2rem 8rem 4rem 8rem;
}
.group ul {
	display: flex;
	flex-wrap: wrap;
}
.group ul li {
	display: flex;
	justify-content: center;
}
.group ul li:nth-child(1),
.group ul li:nth-child(2),
.group ul li:nth-child(3) {
	width: calc(100% / 3);
}
.group ul li:nth-child(4),
.group ul li:nth-child(5),
.group ul li:nth-child(6),
.group ul li:nth-child(7) {
	width: 25%;
}
.group ul li img {
	width: auto;
	height: 6.8rem;
}
.group ul li:nth-child(n + 4) {
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	.group dd {
		padding: 0 2rem 3rem 2rem;
	}
	.group ul li img {
		width: auto;
		height: 4.4rem;
	}
}



/* -------------------------------------------

footer

------------------------------------------- */
footer {
	background: var(--bg-grd);
	padding: 1rem 0;
	color: #fff;
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
}