@charset "utf-8";
/* -----------------------------------------------
= reset
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
button {
	margin: 0;
	padding: 0;
	color: inherit;
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
	cursor: pointer;
}
input,
select,
textarea {
	font: inherit;
}
/* -----------------------------------------------
= base
----------------------------------------------- */
body {
	position: relative;
	color: #41aa92;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	color: #41aa92;
	text-decoration: none;
}
/* -----------------------------------------------
= common
----------------------------------------------- */
html {
	font-size: 62.5%;
}
.is-pc {
	display: none;
}
@media print, screen and (min-width: 751px) {/* PC */
.is-pc {
	display: block;
}
.is-sp {
	display: none;
}
}/* @media */
/* -----------------------------------------------
= header
----------------------------------------------- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
.header .logo {
	padding: .5rem 0;
}
.header .logo img {
	width: 19.4rem;
}
.header .nav_btn {
	position: absolute;
	top: 2.3rem;
	right: 2.2rem;
	z-index: 1;
}
.header .nav_btn button {
	width: 4.4rem;
	height: 2.3rem;
}
.header .nav_btn button span {
	display: block;
	text-indent: -9999px;
}
.header .nav_btn button::before,
.header .nav_btn button::after,
.header .nav_btn button span::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: .3rem;
	background: #41aa92;
	transition: transform ease-in-out .3s;
}
.header .nav_btn button::before {
	top: 0;
}
.header .nav_btn button::after {
	top: 1rem;
}
.header .nav_btn button span::before {
	top: 2rem;
}
.is-nav_opened .header .nav_btn button::after {
	display: none;
}
.is-nav_opened .header .nav_btn button::before {
	top: 1rem;
	background: #fff;
	transform: rotate(-26.5deg);
}
.is-nav_opened .header .nav_btn button span::before {
	top: 1rem;
	background: #fff;
	transform: rotate(26.5deg);
}
.header .nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 30rem;
	height: 100vh;
	color: #fff;
	background: rgba(65,170,146,.9);
	overflow-y: scroll;
	overscroll-behavior: contain;
	transform: translate(100%);
	transition: transform ease-in-out .3s;
}
.is-nav_opened .header .nav {
	transform: translate(0);
}
.header .nav ul {
	padding: 15rem 3.6rem;
}
.header .nav li {
	padding: 4.5rem 0;
}
.header .nav a {
	color: #fff;
	font-size: 3.4rem;
	font-family: darkmode-on-cc, sans-serif;
	font-weight: 500;
}
@media print, screen and (min-width: 751px) {/* PC */
.header {
	background: #fff;
}
.header .logo {
	padding: .7rem 2.4rem;
}
.header .logo img {
	width: 10.6rem;
}
.header .nav {
	width: auto;
	height: 4rem;
	color: #41aa92;
	background: transparent;
	overflow-y: auto;
	transform: translate(0);
}
.header .nav ul {
	padding: 0 2rem 0 0;
}
.header .nav li {
	display: inline-block;
	padding: 0 1.5rem;
}
.header .nav a {
	position: relative;
	padding: .3rem 0;
	color: #41aa92;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 4rem;
}
.header .nav li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .2rem;
	background: #41aa92;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: left top;
}
.header .nav li a:hover::after {
	transform: scale(1, 1);
}
}/* @media */
/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	background-color: #fafafa;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	overflow: hidden;
}
.block::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.block .inner {
	position: relative;
	z-index: 1;
	margin-top: 46rem;
	padding: 8rem 4rem 10rem;
	background: rgba(255,255,255,.95);
}
.block h2 {
	margin-bottom: 6rem;
	text-align: center;
}
.block h2 span {
	display: block;
	margin: 3rem 0 0;
	font-size: 2.2rem;
}
.block .copy_area {
	position: fixed;
	top: 0;
	left: -.2rem;
}
.block .copy {
	width: 10.7rem;
}
@media print, screen and (min-width: 751px) {/* PC */
.block .copy_area {
	left: -.3rem;
}
.block .copy {
	width: 14rem;
}
}/* @media */
/* -----------------------------------------------
= fv
----------------------------------------------- */
.fv {
	position: relative;
	height: 100svh;
}
.block.fv {
	background-color: #fff;
}
.fv::before {
	background: url(../img/line01_sp.png) no-repeat 50% / 100% auto;
}
.fv h1 {
	position: absolute;
	bottom: -.3em;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.fv h1 span {
	display: block;
	margin-bottom: calc(26 / 750 * 100vw);
	font-size: calc(41 / 750 * 100vw);
	font-weight: 700;
}
.block.fv .copy:first-child {
	animation: fvCopy01 60s -30s linear infinite;
}
.block.fv .copy:last-child {
	animation: fvCopy02 60s linear infinite;
}
@keyframes fvCopy01 {
	from {
		transform: translateY(112.8rem);
	}
	to {
		transform: translateY(-112.8rem);
	}
}
@keyframes fvCopy02 {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-225.6rem);
	}
}
@media print, screen and (min-width: 751px) {/* PC */
.fv {
	height: 100vh;
}
.fv::before {
	background: url(../img/line01_pc.png) no-repeat 50% / auto;
}
.fv h1 span {
	max-width: 108.4rem;
	margin: 0 auto 1.3rem;
	font-size: 3rem;
	text-align: left;
}
@keyframes fvCopy01 {
	from {
		transform: translateY(147.6rem);
	}
	to {
		transform: translateY(-147.6rem);
	}
}
@keyframes fvCopy02 {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-295.2rem);
	}
}
}/* @media */
@media print, screen and (min-width: 1300px) {/* widePC */
.fv::before {
	background-size: 100% auto;
}
}/* @media */
/* -----------------------------------------------
= news
----------------------------------------------- */
.news::before {
	background: url(../img/line02_sp.png) no-repeat 50% / 100% auto;
}
.news ul {
	max-width: 50rem;
	margin: 0 auto 6rem;
}
.news li {
	display: flex;
	padding: 0 0 3rem;
	font-size: 1.5rem;
	line-height: 2.8rem;
}
.news li time {
	width: 11rem;
}
.news li .set {
	flex: 1;
}
.news li .set h3 {
	font-weight: 700;
}
.news li .set p {
	font-size: 1.4rem;
}
.news li .set a {
	text-decoration: underline;
}
.news li .set a:hover {
	text-decoration: none;
}
.news .more {
	display: block;
	margin: 0 auto;
	font-size: 2.2rem;
	font-family: darkmode-on-cc, sans-serif;
	font-weight: 700;
	text-align: center;
}
.block.news .copy:first-child {
	animation: newsCopy01 71s -35.5s linear infinite;
}
.block.news .copy:last-child {
	animation: newsCopy02 71s linear infinite;
}
@keyframes newsCopy01 {
	from {
		transform: translateY(134.4rem);
	}
	to {
		transform: translateY(-134.4rem);
	}
}
@keyframes newsCopy02 {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-268.8rem);
	}
}
@media print, screen and (min-width: 751px) {/* PC */
.news::before {
	background: url(../img/line02_pc.png) no-repeat 50% / auto;
}
.news .more {
	position: relative;
	padding: .5rem 0;
	font-size: 1.5rem;
}
.news .more::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .2rem;
	background: #41aa92;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: left top;
}
.news .more:hover::after {
	transform: scale(1, 1);
}
@keyframes newsCopy01 {
	from {
		transform: translateY(175.9rem);
	}
	to {
		transform: translateY(-175.9rem);
	}
}
@keyframes newsCopy02 {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-351.8rem);
	}
}
}/* @media */
@media print, screen and (min-width: 1300px) {/* widePC */
.news::before {
	background-size: 100% auto;
}
}/* @media */
/* -----------------------------------------------
= works
----------------------------------------------- */
.works::before {
	background: url(../img/line03_sp.png) no-repeat 50% / 100% auto;
}
.works .inner {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.works .tab_btn {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}
.works .tab_btn li {
	margin: 0 .1rem;
}
.works .tab_btn li button {
	display: block;
	position: relative;
	z-index: 1;
	width: 10.6rem;
	border: .2rem solid #41aa92;
	border-radius: 3em;
	font-size: 1.3rem;
	font-family: darkmode-on-cc, sans-serif;
	font-weight: 700;
	line-height: 3.2rem;
}
.works .tab_btn li button.active {
	color: #fff;
	background: #41aa92;
}
.works .tab_cont_wrap {
	position: relative;
}
.works .tab_cont {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
}
.works .tab_cont.is-active {
	position: static;
	opacity: 1;
	pointer-events: auto;
}
.works .kv {
	display: block;
	width: 100%;
	height: 22.6rem;
	object-fit: cover;
}
.works .angelic_logo {
	display: block;
	width: 23rem;
	margin: -3rem auto 2rem;
}
.works .angelic p {
	margin: 0 0 -1rem;
	font-size: 1.5rem;
}
.works .slide {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.works .angelic .slide {
	max-width: 120rem;
}
.works .angelic .slide .num01 {
	width: 28.6rem;
}
.works .angelic .slide .num02 {
	width: 27.9rem;
}
.works .angelic .slide .num03 {
	width: 27.2rem;
}
.works .angelic .slide .num04 {
	width: 28.4rem;
}
.works .angelic .slide .num05 {
	width: 26rem;
}
.works .fruful_logo {
	display: block;
	width: 22.1rem;
	margin: -3rem auto 2rem;
}
.works .fruful p {
	margin: 0 0 -1rem;
	font-size: 1.5rem;
}
.works .fruful .slide {
	max-width: 100rem;
}
.works .fruful .slide .num01 {
	width: 22.2rem;
}
.works .fruful .slide .num02 {
	width: 17.3rem;
}
.works .fruful .slide .num03 {
	width: 33.7rem;
}
.works .fruful .slide .num04 {
	width: 21.2rem;
}
.works .fruful .slide .num05 {
	width: 25.6rem;
}
.works .slick-track {
	display: flex;
	align-items: center;
}
.works .slick-slide {
	margin: 3rem -3rem 0;
	opacity: .1;
	transition: opacity .8s;
}
.works .slick-current {
	opacity: 1;
}
.works .slick-prev {
	left: 2rem;
}
.works .slick-next {
	right: 2rem;
}
.works .slick-dots {
	display: flex;
	justify-content: center;
	margin: 3rem 0;
}
.works .slick-dots li {
	width: 6rem;
	height: .6rem;
	margin: 0 .1rem;
}
.works .slick-dots button {
	width: 100%;
	height: 100%;
	background: #fafafa;
	text-indent: -9999px;
}
.works .slick-dots .slick-active button {
	background: #41aa92;
}
.block.works .copy:first-child {
	animation: worksCopy01 60s -30s linear infinite;
}
.block.works .copy:last-child {
	animation: worksCopy02 60s linear infinite;
}
@keyframes worksCopy01 {
	from {
		transform: translateY(114.1rem);
	}
	to {
		transform: translateY(-114.1rem);
	}
}
@keyframes worksCopy02 {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-228.2rem);
	}
}
@media print, screen and (min-width: 751px) {/* PC */
.works::before {
	background: url(../img/line03_pc.png) no-repeat 50% / auto;
}
.works .tab_cont {
	margin-top: -4rem;
	padding-top: 4rem;
}
.works .kv {
	height: 39rem;
}
.works .angelic_logo {
	width: 28.8rem;
	margin: -4rem auto 2rem;
}
.works .fruful_logo {
	width: 27.7rem;
	margin: -4rem auto 2rem;
}
.works .slide {
	-webkit-mask-image: linear-gradient(to right, transparent, black 5rem, black calc(100% - 5rem), transparent);
	mask-image: linear-gradient(to right, transparent, black 5rem, black calc(100% - 5rem), transparent);
}
.works .slick-slide {
	margin: 3rem -2rem 0;
}
@keyframes worksCopy01 {
	from {
		transform: translateY(149.3rem);
	}
	to {
		transform: translateY(-149.3rem);
	}
}
@keyframes worksCopy02 {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-298.6rem);
	}
}
}/* @media */
@media print, screen and (min-width: 1400px) {/* widePC */
.works .slick-prev {
	left: auto;
	right: calc(50% + 63rem);
}
.works .slick-next {
	left: calc(50% + 63rem);
	right: auto;
}
}/* @media */
@media print, screen and (min-width: 1300px) {/* widePC */
.works::before {
	background-size: 100% auto;
}
}/* @media */
/* -----------------------------------------------
= company
----------------------------------------------- */
.company::before {
	background: url(../img/line04_sp.png) no-repeat 50% / 100% auto;
}
.company h3 {
	max-width: 50rem;
	margin: 0 auto 3rem;
	font-size: calc(84 / 750 * 100vw);
	font-weight: 400;
	line-height: calc(105 / 750 * 100vw);
	white-space: nowrap;
}
.company h3 span {
	font-weight: 700;
}
.company .text {
	max-width: 50rem;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 2.8rem;
}
.company .text + .text {
	margin-top: 1em;
}
.company .text + h2 {
	margin-top: 8rem;
}
.company dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 50rem;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 2.8rem;
}
.company dt {
	width: 10rem;
}
.company dd {
	width: calc(100% - 10rem);
}
.block.company .copy:first-child {
	animation: companyCopy01 80s -40s linear infinite;
}
.block.company .copy:last-child {
	animation: companyCopy02 80s linear infinite;
}
@keyframes companyCopy01 {
	from {
		transform: translateY(152rem);
	}
	to {
		transform: translateY(-152rem);
	}
}
@keyframes companyCopy02 {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-304rem);
	}
}
@media print, screen and (min-width: 640px) {/* TABLET */
.company h3 {
	font-size: 7.1rem;
	line-height: 10.5rem;
}
}/* @media */
@media print, screen and (min-width: 751px) {/* PC */
.company::before {
	background: url(../img/line04_pc.png) no-repeat 50% / auto;
}
@keyframes companyCopy01 {
	from {
		transform: translateY(199rem);
	}
	to {
		transform: translateY(-199rem);
	}
}
@keyframes companyCopy02 {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-398rem);
	}
}
}/* @media */
@media print, screen and (min-width: 1300px) {/* widePC */
.company::before {
	background-size: 100% auto;
}
}/* @media */
/* -----------------------------------------------
= map
----------------------------------------------- */
.map iframe {
	width: 100%;
}
/* -----------------------------------------------
= footer
----------------------------------------------- */
.footer {
	color: #675952;
	padding: 18rem 0 2rem;
	font-family: darkmode-on-cc, sans-serif;
	text-align: center;
}
.footer .logo {
	width: 13rem;
	margin: 0 auto 7rem;
}
.footer .contact {
	margin-bottom: 4rem;
}
.footer .contact dt {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 700;
}
.footer .contact dd img {
	width: 16.4rem;
}
.footer .copyright {
	font-size: 1.2rem;
	font-weight: 600;
}
/* -----------------------------------------------
= print
----------------------------------------------- */
@media print {
body {
	min-width: 100rem;
}
.header {
	position: absolute;
}
.block {
	position: relative;
}
.block .copy_area {
	position: absolute;
}
}/* @media */

