@charset "utf-8";

/*============================
MV
============================*/
.mv {
  width: 100%;
  height: 100vh;
  max-height: 7.80rem;
  position: relative;
  z-index: 1;
  /* background: url("../img/top/mv_pc.jpg") no-repeat center center; */
  /* background-size: cover; */
}
@media screen and (max-width: 640px) {
  .mv {
    /* background-image: url("../img/top/mv_sp.jpg"); */
    height: 70vh;
  }
}

.mv::before {
	/* content: "";
	width: 100%;
	height: 1.70rem;
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
  z-index: 2; */
}

.mv .bg_mov {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

/* .mv .bg_mov::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} */

.mv .bg_mov video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv .in {
  height: 100%;
}

.mv .in .catch_wrap {
  position: absolute;
  top: 50%;
  right: 0.40rem;
  transform: translateY(-50%);
  color: #fff;
  text-align: right;
  /* font-family: "toppan-bunkyu-midashi-go-std", sans-serif; */
  font-weight: 700;
  text-shadow: 0 0 0.10rem rgba(0, 0, 0, 0.46);
}
@media screen and (max-width: 640px) {
  .mv .in .catch_wrap {
    right: auto;
    left: 0;
    top: 53%;
  }
}

.mv .in .catch_wrap .catch {
  font-size: 0.80rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.31;
  padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
  .mv .in .catch_wrap {
    right: 0;
    text-align: center;
  }
  .mv .in .catch_wrap .catch {
    font-size: 0.40rem;
    letter-spacing: 0.10em;
  }
}

.mv .in .catch_wrap .catch .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.16rem);
  transition: opacity 0.45s ease, transform 0.45s ease;
  transition-delay: calc(var(--char-index, 0) * 0.08s);
}

.mv.-animated .in .catch_wrap .catch .char {
  opacity: 1;
  transform: translateY(0);
}

.mv .in .catch_wrap .txt {
  font-size: 0.20rem;
  line-height: 1.9;
  font-feature-settings: normal;
  opacity: 0;
  transform: translateY(0.16rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media screen and (max-width: 640px) {
  .mv .in .catch_wrap .txt {
    font-size: 0.16rem;
    font-feature-settings: "palt";
  }
}

.mv.-animated .in .catch_wrap .txt {
  opacity: 1;
  transform: translateY(0);
}

/*============================
お知らせ
============================*/
.news_list .in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .news_list .in {
    padding-bottom: 0.50rem;
  }
}

.news_list .in .left {
  width: 1.70rem;
}
@media screen and (max-width: 640px) {
  .news_list .in .left {
    width: 100%;
    text-align: center;
  }
}

.news_list .in .right {
  width: calc(100% - 2.20rem);
}
@media screen and (max-width: 640px) {
  .news_list .in .right {
    width: 100%;
  }
}

.news_list .in .right .list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.20rem 0;
	padding-bottom: 0.60rem;
  max-width: 10.00rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .news_list .in .right .list {
    padding-bottom: 0.40rem;
  }
}

.news_list .list .detail {
	width: 100%;
}
@media screen and (max-width: 640px) {
  .news_list .list .detail {
    padding-top: 0.20rem;
    border-bottom: 1px solid #E0E0E0;
  }
}

.news_list .list .detail .link,
.news_list .list .detail .old_news {
	display: flex;
  align-items: baseline;
	flex-wrap: wrap;
	gap: 0 0.20rem;
	color: #1A1A1A;
}
@media screen and (max-width: 640px) {
  .news_list .list .detail .link,
  .news_list .list .detail .old_news {
    gap: 0 0.20rem;
  }
}

@media (hover: hover) {
	.news_list .list .detail .link:hover {
		opacity: 0.7;
	}
}

.news_list .list .detail .link .left_wrap,
.news_list .list .detail .old_news .left_wrap {
	width: 2.10rem;
	display: flex;
  flex-wrap: wrap;
  gap: 0.07rem 0;
  padding-top: 0.07rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .news_list .list .detail .link .left_wrap,
  .news_list .list .detail .old_news .left_wrap {
    width: 100%;
		justify-content: flex-start;
    align-items: center;
		gap: 0 0.10rem;
  }
}

.news_list .list .detail .link .left_wrap .date,
.news_list .list .detail .old_news .left_wrap .date {
	font-family: "Inter", sans-serif;
	font-size: 0.15rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .news_list .list .detail .link .left_wrap .date,
  .news_list .list .detail .old_news .left_wrap .date {
    font-size: 0.13rem;
  }
}

.news_list .list .detail .link .left_wrap .cat,
.news_list .list .detail .old_news .left_wrap .cat {
  width: 100%;
  max-width: 1.00rem;
	text-align: center;
	color: #FFF;
	border-radius: 0.04rem;
	font-size: 0.12rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 0.04rem 0;
}
@media screen and (max-width: 640px) {
  .news_list .list .detail .link .left_wrap .cat,
  .news_list .list .detail .old_news .left_wrap .cat {
		padding: 0.03rem 0.10rem;
		font-size: 0.11rem;
    width: fit-content;
  }
}

.news_list .list .detail .left_wrap .cat.-cat01 {
	background-color: #50BED2;
}

.news_list .list .detail .left_wrap .cat.-cat02 {
	background-color: #81BE25;
}

.news_list .list .detail .left_wrap .cat.-cat03 {
	background-color: #C1890C;
}

.news_list .list .detail .left_wrap .cat.-cat04 {
	background-color: #FF4E00;
}

.news_list .list .detail .news_ttl {
	width: calc(100% - 2.50rem);
	font-size: 0.15rem;
	font-weight: 400;
	line-height: 1.9;
}
@media screen and (max-width: 640px) {
  .news_list .list .detail .news_ttl {
    width: 100%;
		margin-top: 0.10rem;
		font-size: 0.14rem;
    line-height: 1.7;
    padding-bottom: 0.20rem;
  }
}

@media (hover: hover) {
  .news_list .list .detail .link:hover .news_ttl {
    text-decoration: underline;
  }
}

.news_list .list .detail .news_ttl strong,
.news_list .list .detail .news_ttl a {
  color: #1A1A1A;
  font-weight: 500;
  text-decoration: underline;
}

@media (hover: hover) {
  .news_list .list .detail .news_ttl a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 640px) {
  .news_list .more_link {
    width: 100%;
  }
  .news_list .more_link .btn_type01 {
    margin: auto;
  }
}

.news_list .list .detail a .news_ttl {
	text-decoration: underline;
	font-weight: 500;
}

@media (hover: hover) {
  .news_list .list .detail a:hover .news_ttl {
    text-decoration: none;
  }
}

/*============================
私たちについて
============================*/
.about {
  position: relative;
  height: 100vh;
}

.about::before {
  content: "";
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.3); */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 1s;
}

.about.-active::before {
  opacity: 1;
}

.about .sticky_bg {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 0.60rem;
  z-index: 1;
  transition: padding 0.8s ease;
}

.about .sticky_bg .ph {
  width: 100%;
  height: 100%;
}

.about.-expanded .sticky_bg {
  padding: 0;
}

.about .in {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 50vh;
  left: 0;
  transform: translateY(-42%);
  text-align: center;
  color: #fff;
  text-shadow: 0 0 0.10rem rgba(0, 0, 0, 0.86);
  opacity: 0;
  z-index: 2;
  /* width: min(10.80rem, calc(100% - 0.80rem)); */
  margin: 0 auto;
  pointer-events: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
@media screen and (max-width: 640px) {
  .about .in {
    width: 100%;
  }
}

.about.-show-text .in {
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: auto;
}

.about .in .ttl_wrap {
  padding-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
  .about .in .ttl_wrap {
    padding-bottom: 0.20rem;
  }
}

.about .in .ttl_wrap span {
  font-size: 0.20rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  padding-bottom: 0.20rem;
  display: block;
}
@media screen and (max-width: 640px) {
  .about .in .ttl_wrap span {
    font-size: 0.16rem;
    letter-spacing: 0.07em;
    padding-bottom: 0.10rem;
  }
}

.about .in .ttl_wrap .ttl {
  font-size: 0.45rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.51;
}
@media screen and (max-width: 640px) {
  .about .in .ttl_wrap .ttl {
    font-size: 0.22rem;
    letter-spacing: 0.07em;
    line-height: 1.5;
  }
}

.about .in .txt {
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 2.375;
  font-feature-settings: normal;
}
@media screen and (max-width: 640px) {
  .about .in .txt {
    font-size: 0.14rem;
    font-feature-settings: "palt";
  }
}

.about .in .more_btn {
  padding-top: 0.60rem;
}

@media screen and (max-width: 640px) {
  .about {
    height: 100vh;
  }
  .about .sticky_bg {
    padding: 0.20rem;
  }
  .about .in .more_btn {
    padding-top: 0.30rem;
  }
}

/*============================
業務内容
============================*/
.business {
  position: relative;
  padding: 0.90rem 0;
}
@media screen and (max-width: 640px) {
  .business {
    padding: 0.60rem 0;
  }
}

.business::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(197,234,242,0) 0%,rgba(197,234,242,0.3) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.business .lead {
  font-size: 0.17rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .business .lead {
    font-size: 0.14rem;
    letter-spacing: 0;
    text-align: justify;
  }
}

.business .list {
  padding-top: 0.56rem;
  display: flex;
  gap: 0.50rem 0.30rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .business .list {
    padding-top: 0.30rem;
    gap: 0.40rem 0;
  }
}

.business .list .item {
  width: 100%;
  max-width: 3.80rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .business .list .item:nth-child(2n) .ph {
  order: 2;
}
@media screen and (max-width: 640px) {
  .business .list .item {
    justify-content: center;
  }
  .business .list .item:nth-child(2n) .ph {
    order: 0;
  }
} */

.business .list .item .ph_wrap {
  width: 100%;
  position: relative;
}

.business .list .item .ph {
  display: block;
  position: relative;
  width: 100%;
  height: 2.40rem;
  overflow: visible;
  border-radius: 0.10rem;
  border: 0.06rem solid #FFF;
  box-sizing: border-box;
  box-shadow: 0 0 0.10rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 640px) {
  .business .list .item .ph {
    width: 100%;
    height: 60vw;
  }
}

.business .list .item .ph img {
  border-radius: 0.06rem;
}

.business .list .item .txt_box {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .business .list .item .txt_box {
    width: 100%;
    margin-top: 0;
  }
}

.business .list .item .ttl {
  font-size: 0.22rem;
  font-weight: 700;
  text-align: center;
  padding-top: 0.20rem;
}
@media screen and (max-width: 640px) {
  .business .list .item .ttl {
    font-size: 0.18rem;
    /* padding-bottom: 0.15rem; */
    text-align: center
  }
}

.business .list .item .txt_box .txt {
  font-size: 0.15rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .business .list .item .txt_box .txt {
    font-size: 0.14rem;
    text-align: justify;
  }
}

.business .list .item .txt_box .more_link {
  padding-top: 0.30rem;
}
@media screen and (max-width: 640px) {
  .business .list .item .txt_box .more_link {
    padding-top: 0.30rem;
    width: 100%;
  }
  .business .list .item .txt_box .more_link a {
    margin: auto;
  }
}

/*============================
スローガン
============================*/
.slogan {
  height: 5.80rem;
  background: url("../img/top/slogan_bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 640px) {
  .slogan {
    background-attachment: scroll;
    height: 4.00rem;
  }
}

.slogan .in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slogan .in .txt {
  text-align: center;
  font-size: 0.30rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-feature-settings: normal;
  line-height: 3;
  color: #FFF;
  text-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.36);
}
@media screen and (max-width: 640px) {
  .slogan .in .txt {
    font-size: 0.18rem;
    letter-spacing: 0.06em;
  }
}