@charset "utf-8";
/*=============================
　　　　title
===============================*/
.section_title_wrap {
  width: fit-content;
}
.section_title_wrap .ja {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.07em;
  width: fit-content;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
}
.section_title_wrap .ja:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #acabac;
}
.section_title_wrap .en {
  color: #333;
  font-size: 50px;
  font-family: var(--f_lato);
  font-weight: 600;
  letter-spacing: 0.07em;
}
/*=============================
　　　　parts
===============================*/
#content {
  padding-top: 100px;
}
.inner {
  width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
.outer {
  margin-left: calc((100% - 1440px) / 2);
  padding: 0 0 0 60px;
}
/*=============================
header(トップページのみのアニメーション)
===============================*/
.header {
  opacity: 0;
  transform: translateY(-100%);
}
.header.active {
  animation: header_fadein 1.0s cubic-bezier(.4, .4, 0, 1) 5.5s forwards;
}
.header.next {
  animation: header_fadein 1.0s cubic-bezier(.4, .4, 0, 1) 1.8s forwards;
}
/*=============================
　　　　mv
===============================*/
#mv {
  padding: 0 60px;
}
#mv .mv_bg {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: url("../images/mv/bg_mv.webp") no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 60px;
  box-shadow: 0px 5px 10px 2px rgba(212, 212, 212, 0.4);
  width: 1320px;
  height: 710px;
  margin: 0 auto;
  opacity: 0;
}
#mv .mv_bg.active {
  animation: normal_fadein 1.0s ease-out 3.5s forwards;
}
#mv .mv_bg.next {
  animation: normal_fadein 1.0s ease-out 0.2s forwards;
}
#mv .mv_bg .mv_logo {
  text-align: center;
  opacity: 0;
}
#mv .mv_bg .mv_logo.active {
  animation: blur_fadein 1.0s ease-out 4.5s forwards;
}
#mv .mv_bg .mv_logo.next {
  animation: blur_fadein 1.0s ease-out 1.2s forwards;
}
#mv .mv_bg .mv_logo img {
  width: 430px;
  height: auto;
}
/*=============================
　　　　concept
===============================*/
#concept {
  padding: 140px 0 450px;
  position: relative;
}
#concept::before {
  content: "";
  position: absolute;
  top: 500px;
  left: 0;
  width: 100%;
  height: 520px;
  background: #eee;
  z-index: -1;
}
#concept::after {
  content: "";
  position: absolute;
  top: 1018px;
  left: 0;
  width: 100%;
  aspect-ratio: 2881 / 207;
  background: url("../images/concept/bg_concept.webp") no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
#concept .inner.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
  padding-right: 0;
  padding-left: 0;
}
#concept .inner.flex .text_area {
  width: 670px;
  background: #fff;
  border-top: 4px solid;
  border-image: linear-gradient(to right, #a8a8a8, #545454) 1;
  border-bottom-right-radius: 90px;
  box-shadow: 0px 5px 10px 2px rgba(212, 212, 212, 0.4);
  padding: 120px 92px 124px 75px;
}
#concept .inner.flex .text_area .text {
  line-height: 2;
  padding-top: 40px;
}
#concept .inner.flex .image_area {
  display: flex;
  justify-content: flex-end;
  width: 700px;
  position: relative;
}
#concept .inner.flex .image_area .con_img_01 {
  width: 360px;
  height: auto;
  margin-right: 60px;
}
#concept .inner.flex .image_area .con_img_02 {
  width: 427px;
  height: auto;
  position: absolute;
  top: 183px;
  left: 0;
}
#concept .inner.flex .image_area .con_img_03 {
  width: 595px;
  height: auto;
  position: absolute;
  top: 415px;
  right: 0;
}
#concept h3 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.6em;
    letter-spacing: 0.15em;
  margin-top: 30px;
}
#concept h3 span {
  display: inline-block;
  font-size: 36px;
  background: linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
  background: -webkit-linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: movingcolor 2.5s infinite alternate;
}
@keyframes movingcolor {
  from {
    background-position: left
  }
  to {
    background-position: right
  }
}
/*=============================
　　　　service
===============================*/
#service {
  padding: 100px 0 0;
}
#service .inner.flex {
  display: flex;
  gap: 140px;
  padding-left: 0;
}
#service .inner.flex .image_area {
  width: 545px;
  height: 632px;
}
#service .inner.flex .image_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 60px;
}
#service .inner.flex .text_area {
  padding-top: 44px;
}
#service .inner.flex .text_area .service_list {
  margin: 30px 0 0;
}
#service .inner.flex .text_area .service_list .list_item {
  max-width: 635px;
  padding: 40px 0;
  position: relative;
}
#service .inner.flex .text_area .service_list .list_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f2f2f2;
}
#service .inner.flex .text_area .service_list .list_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #acabac;
}
#service .inner.flex .text_area .service_list .list_item h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 70px;
  margin-bottom: 12px;
  position: relative;
}
#service .inner.flex .text_area .service_list .list_item h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 27px;
  aspect-ratio: 1 / 1;
  background: url("../images/service/ic_dot.webp") no-repeat;
  background-size: contain;
}
#service .inner.flex .text_area .service_list .list_item p {
  color: #727172;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 0 60px 0 70px;
}
/*=============================
　　　　company
===============================*/
#company {
  padding: 150px 0 120px;
  position: relative;
}
#company::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  bottom: 0;
  left: 0;
  background: #f8f8f8;
  z-index: -1;
}
#company::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 2881 / 199;
  bottom: 500px;
  left: 0;
  background: url("../images/company/bg_company.webp") no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
#company .inner {
  margin: 0 auto;
}
#company .inner .section_title_wrap.company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#company .inner .table_wrap {
  background: #fff;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  box-shadow: 0px 5px 10px 2px rgba(212, 212, 212, 0.4);
  width: 920px;
  padding: 72px;
  margin: 80px auto 0;
}
#company .inner table {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
}
#company .inner table tr {
  border-bottom: 1px solid #acabac;
}
#company .inner table tr:last-child {
  border-bottom: none;
}
#company .inner table tr th, #company .inner table tr td {
  padding: 25px 28px;
}
#company .inner table tr th {
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 168px;
}
#company .inner table tr td {
  color: #727172;
  font-weight: 400;
  letter-spacing: 0.07em;
  width: calc(100% - 168px);
}
#company .inner table tr td dl {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
#company .inner table tr td dl:last-child {
     margin-bottom: 0px;   
}

#company .inner table tr td dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
}
#company .inner table tr td dl dd {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.8em;
}



