@charset "UTF-8";
.ori_t {
  text-align: center;
  color: var(--color-main);}
.ori_t span {
  line-height: 1.6;
  display: block;}
.absolute {
  z-index: 1;
  display: block;
  position: absolute;
  top: 10px;
  line-height: 1;
  left: 50px;
  font-size: 10vw;
  font-weight: 700;
  color: color-mix(in srgb, var(--color-main) 5%, transparent);}

@media screen and (max-width: 768px) {
  .ori_t span { font-size: 28px; font-weight: 700;line-height: 1;}
  .absolute {left: 20px;font-size: 20vw;}}

/* -------------------------
   HERO
------------------------- */
/* 共通 */
#hero { padding-top: 80px;}
#hero .photo .d-pc { width: 100%;}
/* 動画 */
#hero .movie {
  position: relative;
  width: 100%;
  overflow: hidden;}
#hero .movie .over {
  width: 100%;
  position: relative;
  z-index: 1;}
#hero .movie .over img {
  width: 100%;
  height: auto;}
#hero .movie .mv {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;}
#hero .movie .mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;}
#hero .movie .mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;}
#hero .movie .mv video {
  width: 100%;
  height: 100%;}

@media screen and (max-width: 768px) {
  #hero { padding-top: 64px;}
	#hero img { width: 100%;}}

/* -------------------------
   ABOUT
------------------------- */
#about {
  padding-bottom: 190px;
  position: relative;}
#about::before {
  content: "";
  position: absolute;
  top:0;
  display: block;
  background: url("../images/index/about.png") no-repeat bottom right;
  background-size: auto 100%;
  width: 100%;
  height: 100%;}
#about .textbox {
  position: relative;
  top: -60px;
  max-width: 700px;}
#about .textbox .text {
  width: 100%;
  padding: 80px 30px;
  background-color: var(--white-50);
  border: 1px solid var(--white-40);
  border-right-color: var(--white-20);
  border-bottom-color: var(--white-20);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);}
#about .txw-2 {
  letter-spacing: 0.2em;
  margin-top: 24px;
  display: inline-block;
  color: var(--color-white);
  background: var(--color-main);
  padding: 5px 20px;}

@media screen and (max-width: 768px) {
  #about { padding-bottom: 55vw;}
  #about::before { background: url("../images/index/about-sp.png") no-repeat bottom right;background-size: 100% auto;}
	#about .textbox { top: -20px;}
	#about .textbox .text { padding: 40px 30px;}
	#about .txw-2 { font-size: 14px;}}

/* -------------------------
   NEWS
------------------------- */
#news {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(to bottom,color-mix(in srgb, var(--color-sub) 20%, transparent),transparent);}
#news .absolute { color: color-mix(in srgb, var(--color-white) 35%, transparent);}
#news::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/common/noise.png");
  background-repeat: repeat;
  opacity: 0.2;
  pointer-events: none;
  z-index: 2;}
#news .textbox {
  z-index: 3;
  position: relative;
  background: color-mix(in srgb, var(--color-white) 80%, transparent);
  box-shadow: 30px 30px color-mix(in srgb, var(--color-main) 20%, transparent);
  padding: 48px 38px;}
#news h1 { color: var(--color-main);}
#news h1 span {
  font-weight: 700;
  margin-right: 8px;}
#news .titlearea {
  display: flex;
  justify-content: space-between;}
#news .titlearea a .icon { width: 16px;}
#news .list { font-size: 20px;}
#news .list p a {
  color: var(--color-main);
  font-weight: 500;}
#news .list li {
  padding: 24px 0;
  border-bottom: 1px solid #33333388;}
#news .list li:last-child { border: none;}
#news .youtube {
  margin: 80px auto 0;
  width: 100%;
  max-width: 945px;
  aspect-ratio: 16 / 9;}
#news .youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;}
#news a.more.last { display: none;}

@media screen and (max-width: 768px) {
  #news { padding: 56px 0;}
  #news .titlearea { display: block;}
  #news h1 { text-align: center;}
  #news h1 span { display: block; margin: 0;font-size: 28px;}
  #news .textbox { box-shadow: 10px 10px color-mix(in srgb, var(--color-main) 20%, transparent);}
  #news .list { font-size: 14px; line-height: 1.5;}
  #news .list li a{ margin-top: 8px;}
  #news .titlearea .more { display: none;}
  #news a.more.last { display: flex; margin-top: 14px;}
  #news .youtube { margin-top: 30px;}}

/* -------------------------
   BISINESS
------------------------- */
#business {
  position: relative;
  background: #fff;
  padding: 80px 0;}
#business .contents {
  position: relative;
  z-index: 2;}
#business .list {
  margin-top: 48px;
  flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	gap: 21px;}
#business .list .item {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	box-shadow: 0 2px 5px 0 #ccc;
	width: calc(33% - 14px);}
#business .list .item h2 {
	height: 52px;
	display: flex;
	gap:24px;
	justify-content: center;
	align-items: flex-start;
	line-height: 1.2;
	margin: 24px 20px 16px;}
#business .list .item h2 .arrow {
	position: relative;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: block;
	background: var(--color-accent);}
#business .list .item h2 .arrow::after {
	position: absolute;
	content: "";
  display: block;
	top: 9px;
	left: 7px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);}
#business .list .item p {
	text-align: center;
	padding: 0 20px 24px;}
#business a.more { margin: 48px auto 0;}

@media screen and (max-width: 768px) {
  #business { padding: 56px 0;}
  #business .list { flex-wrap: wrap; gap:24px;margin-top: 32px;}
  #business .list .item { width: 100%;}
  #business .list .item img { width: 100%;}
  #business a.more { margin-top: 34px;}
  #business .list .item h2 { height: auto;}}

/* -------------------------
   COMPANY
------------------------- */
#company {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(135deg,color-mix(in srgb, #00B7C4 80%, transparent) 0%,transparent 50%);}
#company .absolute { color: color-mix(in srgb, var(--color-white) 35%, transparent);}
#company .contents {
  position: relative;
  z-index: 2;}
#company .flex {
  margin-top: 48px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;}
#company .textbox {
  width: 480px;
  color: var(--color-black);}
#company .textbox p { padding: 24px 0;}

@media screen and (max-width: 768px) {
  #company { padding: 56px 0; background: #fff linear-gradient(180deg,color-mix(in srgb, #00B7C4 50%, transparent) 0%,transparent 80%);}
  #company .flex { flex-wrap: wrap; margin-top: 32px;gap: 32px; justify-content: center;}
  #company .photo,#company .photo img { width: 100%;}
  #company .textbox { width: 100%;}
  #company h2 { text-align: center;font-size: 24px;}}

/* -------------------------
   WORKS
------------------------- */
#works {
  position: relative;
  padding: 80px 0 56px;}
#works .contents {
  position: relative;
  z-index: 2;}
#works .list { margin-top: 46px;}
#works .list .item {
  position: relative;
  background: #fff;
  border: 2px var(--color-main) solid;
	border-radius: 0 10px 10px 10px;
  margin: 50px 12px 10px;
	width: 400px!important;}
#works .list .item .day {
  position: absolute;
  padding: 0 10px;
  border-radius: 8px 8px 0 0;
  top: -42px;;
  left: -2px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  height: 42px;
  background: var(--color-main);}
#works .list .item .day::after {
  content: "";
  display: block;
  position: absolute;
  right: -37px;
  top: 2px;
  width: 40px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  aspect-ratio: 1;
  background-color: var(--color-main);}
#works .list .item .photo {
  border-radius: 0 8px 0  0;
  overflow: hidden;}
#works .list .category {
  margin: 0 20px;
  display: flex;
  gap:4px;}
#works .list .category p {
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background:var(--color-main);}
#works .list .category p.cat1 {background: var(--color-main);}
#works .list .category p.cat3 {background: var(--color-main);}
#works .list .category p.cat5 {background: var(--color-main);}
#works .list .category p.cat2 {background: var(--color-sub);}
#works .list .category p.cat4 {background: var(--color-sub);}
#works .list .item h2 {
	height: 50px;
	display: flex;
  overflow: hidden;
	gap:24px;
	align-items: flex-start;
	line-height: 1.2;
	margin: 24px 20px 10px;}
#works .list .item img {
  height: 240px;
  width: 100%;
  object-fit: cover;}
#works .list .item a.view {
  align-items: center;
  margin: 24px auto;
  display: flex;
  line-height: 1;
  justify-content: center;
  gap:26px;}
#works .list .item .arrow {
	position: relative;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: block;
	background: var(--color-accent);}
#works .list .item .arrow::after {
	position: absolute;
	content: "";
  display: block;
	top: 9px;
	left: 7px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);}
#works a.more { margin: 38px auto 0;}
#works .slick-prev, #works .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000bb;
  width: 40px;
  height: 80px;
  border-radius: 6px;}
#works .slick-next { right: -64px;}
#works .slick-prev { left: -64px;}
#works .slick-prev:before,#works .slick-next:before {
  content: "";
  display: block;
  position: relative;
  right: 4px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);}
#works .slick-prev:before {transform: rotate(-135deg);left: 3px;}

@media screen and (max-width: 768px) {
  #works { padding: 56px 0;}
  #works .list { margin-top: 22px;}
  #works .list .item { width: 280px!important; margin: 50px 4px 10px;}
  #works .slick-prev { left: -10px;z-index: 1;}
  #works .list .item .day { font-size: 16px;}
  #works .slick-next { right: -10px;}
  #works .list .item img { height: 200px;}
  #works .list .item h2 { height: auto; overflow:visible;}
  #works .list .item a.view { font-size: 14px;gap:8px;}
  #works a.more { margin: 28px auto 0;}}

/* -------------------------
   LOAD
------------------------- */
#splash {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: linear-gradient(45deg,color-mix(in srgb, var(--color-sub) 100%, transparent),var(--color-main));
  text-align:center;
  color:#fff;}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}
#splash_logo img { max-width: 140px;}
.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity: 0;}
@keyframes fadeUpAnime{
  0% {
    opacity: 0;
    transform: translateY(100px);}
  80% {
    opacity: 1;
    transform: translateY(0);}
  100% {
    opacity: 0;
    transform: translateY(0);}}