@charset "UTF-8";
/* CSS Document */
.p-page {
  margin-top: 110px;
}
.p-page .header-navFixed {
  top: 0px; /* ヘッダーの高さ分上にする(隠す) */
}
@media screen and (max-width:768px) {
  .p-page {
    margin-top: 70px;
  }
}
/* Main */
.p-page-main {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
.p-page-main--app {
  width: 100%;
  position: relative;
  display: inline-block;
}
.p-page-main-ttl {
  line-height: 2.8em;
  text-align: left;
  width: 60%;
  font-weight: 600;
}
.p-page-main-ttl .jp {
  font-size: 20px;
  letter-spacing: 0.08em
}
.p-page-main-ttl .en {
  font-size: 64px;
  letter-spacing: 0.08em
}
.p-page-main-txt {
  margin-top: 80px;
  width: 40%;
  line-height: 2.4em;
}
.p-page-main-txt .in {
  font-size: 22px;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.p-page-main-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-page-main-sub {
  margin-right: 10%;
}
.p-page-main-sub .en {
  margin-bottom: 15px;
  font-size: 54px;
  line-height: 1.6em;
}
.p-page-main-sub .en span {
  ;
  font-size: 60px;
}
.p-page-main-sub .jp {
  font-size: 20px;
  font-weight: 600;
}
.p-page-main-topic {
  width: 100%;
}
.p-page-main-topic .in {
  font-size: 18px;
  line-height: 1.6em;
  width: 70%;
  margin-right: 20px;
  font-weight: 600;
}
.p-page-main-img {
  position: absolute;
  width: 360px;
  height: 100%;
  right: 0
}
.p-page-main-image {
  position: absolute;
  width: 420px;
  height: 420px;
  top: 60px;
  right: 10%;
}
.p-page-main-image .in {
  width: 100%;
  height: 100%;
  background-image: url("../img/top/img_mock.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width:768px) {
  .p-page-main {
    padding: 40px;
    flex-direction: column;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .p-page-main--app {
    margin-bottom: 40px;
  }
  .p-page-main-ttl {
    line-height: 2.4em;
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
  }
  .p-page-main-ttl .jp {
    font-size: 16px;
  }
  .p-page-main-ttl .en {
    font-size: 42px;
  }
  .p-page-main-wrap {
    margin-top: 60px;
    display: block;
    margin-bottom: 40px;
  }
  .p-page-main-txt {
    margin-top: 0;
    width: 100%;
    line-height: 1.8em;
    margin-bottom: 20px;
  }
  .p-page-main-txt .in {
    font-size: 18px;
    letter-spacing: 0.02em
  }
  .p-page-main-image {
    position: relative;
    width: 300px;
    height: 300px;
    top: inherit;
    right: inherit;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
/* what */
.p-page-what-wrap {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.p-page-what-sub {}
.p-page-what-sub .en {
  margin-bottom: 15px;
  font-size: 54px;
  line-height: 1.6em;
}
.p-page-what-sub .en span {
  font-size: 60px;
}
.p-page-what-sub .jp {
  font-size: 20px;
  font-weight: 600;
}
.p-page-what-topic {
  display: inline-block;
  width: max-content;
}
.p-page-what-topic .in {
  font-size: 18px;
  line-height: 1.6em;
  margin-right: 20px;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .p-page-what-wrap {
    margin-bottom: 60px;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .p-page-what-sub {
    margin-bottom: 20px;
  }
  .p-page-what-sub .en {
    margin-bottom: 10px;
    font-size: 32px;
  }
  .p-page-what-sub .en span {
    font-size: 42px;
  }
  .p-page-what-sub .jp {
    font-size: 18px;
  }
  .p-page-what-topic {
    display: inline-block;
    width: 100%;
    white-space: normal;
  }
  .p-page-what-topic .in {
    width: 100%;
    font-size: 16px;
    line-height: 1.6em;
    margin-right: 0;
    font-weight: 600;
  }
}
/* About */
.p-page-about {
  box-sizing: border-box;
}
.p-page-about-list {
  list-style: none;
  border-top: solid 1px #333;
}
.p-page-about-item {
  padding: 40px 40px 300px;
  border-bottom: solid 1px #333;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.p-page-about-item-ttl {
  width: 60%;
  text-align: left;
}
.p-page-about-item-main {
  margin-bottom: 20px;
}
.p-page-about-item-main .in {
  font-size: 54px;
}
.p-page-about-item-sub {
  line-height: 2.2em;
}
.p-page-about-item-sub .in {
  font-size: 20px;
  font-weight: 600;
}
.p-page-about-item-txt {
  width: 40%;
  padding-left: 40px;
  line-height: 1.8em;
}
.p-page-about-item-txt .in {
  font-size: 16px;
}
.p-page-about-item-img {
  width: 100%;
  height: 260px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-page-about-item-img .in {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page-about-item-img .mission {
  object-position: 0 75%;
}
@media screen and (max-width:768px) {
  .p-page-about-item {
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-page-about-item-ttl {
    width: 100%;
    margin-bottom: 25px;
  }
  .p-page-about-item-main {
    margin-bottom: 10px;
  }
  .p-page-about-item-main .in {
    font-size: 32px;
  }
  .p-page-about-item-main-wrap {
    display: block;
    margin-bottom: 10px;
  }
  .p-page-about-item-sub {
    line-height: 1.6em;
  }
  .p-page-about-item-sub br {
    display: none;
  }
  .p-page-about-item-sub .in {
    font-size: 16px;
  }
  .p-page-about-item-txt {
    width: 100%;
    padding-left: 0px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
  .p-page-about-item-txt .in {
    font-size: 14px;
  }
  .p-page-about-item-img {
    position: relative;
    left: inherit;
    bottom: inherit;
    width: 100%;
    height: 240px;
  }
  .p-page-about-item-img .in {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/*Team*/
.p-page-team {
  padding: 60px 0 0;
}
.p-page-team-wrap {}
.p-page-team-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: solid 1px #333;
  list-style: none;
}
.p-page-team-item {
  width: 33%;
  padding: 20px 40px;
}
.p-page-team-item-img {
  text-align: right;
  margin-bottom: 20px;
}
.p-page-team-item-img .in {
  width: 60%;
  height: 240px;
  object-fit: cover;
}
.p-page-team-item:nth-child(2) {
  position: relative;
}
.p-page-team-item:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  display: block;
  background-color: #e8e8e8;
  top: calc(50% - 40%);
  left: 0;
}
.p-page-team-item:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  display: block;
  background-color: #e8e8e8;
  top: calc(50% - 40%);
  right: 0;
}
.p-page-team-item__num {}
.p-page-team-item-ttl {
  text-align: right;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.p-page-team-item-ttl__jp {
  font-size: 18px;
}
.p-page-team-item-ttl__en {
  font-size: 14px;
}
.p-page-team-item-job {
  text-align: right;
  font-size: 16px;
  margin-bottom: 20px;
}
.p-page-team-item-txt {
  font-size: 16px;
  line-height: 1.6em;
}
/*Features__Responsive*/
@media screen and (max-width:768px) {
  .p-page-team-list {
    flex-direction: column;
  }
  .p-page-team-item {
    width: inherit;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .p-page-team-item:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 90%;
    display: block;
    background-color: #e8e8e8;
    top: 0;
    left: calc(50% - 45%);
  }
  .p-page-team-item:nth-child(2)::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 90%;
    display: block;
    background-color: #e8e8e8;
    top: inherit;
    bottom: 0;
    right: inherit;
    left: calc(50% - 45%);
  }
  .p-page-team-item-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .p-page-team-item-img .in {
    width: 80%;
    height: 220px;
    object-fit: cover;
  }
  .p-page-team-item-txt {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.4em;
  }
}
/*App*/
.p-page-app {
  margin-bottom: 80px;
}
.p-page-app-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.p-page-app-ttl {}
.p-page-app-ttl .in {
  font-size: 140px;
  font-family: freude, sans-serif;
}
.p-page-app-img {
  width: 480px;
  height: 480px;
  position: relative;
}
.p-page-app-img .in {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-page-app-img .video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}
.p-page-app-img .frame {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*Usecase__Responsive*/
@media screen and (max-width:768px) {
  .p-page-app {
    margin-bottom: 40px;
  }
  .p-page-app-wrap {
    display: block;
  }
  .p-page-app-ttl {
    text-align: center;
    margin-bottom: 40px
  }
  .p-page-app-ttl .in {
    font-size: 80px;
  }
  .p-page-app-img {
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
/*Features*/
.p-page-usecase {}
.p-page-usecase-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
  list-style: none;
  flex-wrap: wrap;
}
.p-page-usecase-item {
  border-right: 1px #333 solid;
  width: 33%;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-page-usecase-item:nth-child(2){
	animation-delay: .2s;
}
.p-page-usecase-item:nth-child(3){
	animation-delay: .4s;
  border-right: none;
}
.p-page-usecase-item .num {
  margin-right: 20px;
  font-size: 24px;
}
.p-page-usecase-item .txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8em;
}
/*Usecase__Responsive*/
@media screen and (max-width:768px) {
  .p-page-usecase-list {
    display: block;
  }
  .p-page-usecase-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px #333 solid;
  }
  .p-page-usecase-item:nth-child(3), .p-page-usecase-item:nth-child(6) {
    border-bottom: none;
  }
}
/*Features*/
.p-page-features {
  margin-top: 120px;
}
.p-page-features-wrap {}
.p-page-features-list {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px #333 solid;
}
.p-page-features-item {
  border-right: 1px #333 solid;
  width: 33%;
  padding: 40px 0;
  position: relative;
  box-sizing: border-box;
  height: 640px;
}
.p-page-features-item:nth-child(2){
	animation-delay: .2s;
}
.p-page-features-item:last-child {
	animation-delay: .4s;
  border-right: none;
}
.p-page-features-item-ttl {
  padding: 0 40px;
  margin-bottom: 30px;
}
.p-page-features-item-ttl .en {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-page-features-item-ttl .jp {
  font-size: 18px;
  font-weight: 600;
}
.p-page-features-item-img {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.p-page-features-item-img .rec {
  width: 100%;
  height: 100%;
  background-image: url("../img/top/img_mock_chat.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-page-features-item-img .match {
  width: 100%;
  height: 100%;
  background-image: url("../img/top/img_mock_like.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-page-features-item-img .fit {
  width: 100%;
  height: 100%;
  background-image: url("../img/top/img_mock_wear.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-page-features-item-txt {
	padding: 0 20px;
  font-size: 16px;
  text-align: left;
  line-height: 1.6em;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .p-page-features-list {
    width: 100%;
    list-style: none;
    display: block;
    border-bottom: 1px #333 solid;
  }
  .p-page-features-item {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    height: inherit;
    border-right: none;
    border-bottom: 1px #333 solid;
  }
  .p-page-features-item :last-child {
    border-bottom: 0;
  }
  .p-page-features-item-ttl {
    box-sizing: border-box;
    width: max-content;
    margin-bottom: 20px;
  }
  .p-page-features-item-img {
    position: relative;
    width: 100%;
    height: 200px;
    top: inherit;
    left: inherit;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  .p-page-features-item-txt {
    width: inherit;
  }
}
/*Launch*/
.p-page-launch {
  padding: 100px;
  background-color: #3f3f3f;
}
.p-page-launch-wrap {
  text-align: center;
  color: #FFF;
}
.p-page-launch-en {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.p-page-launch-jp {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.p-page-launch-sub {}
@media screen and (max-width:768px) {
  .p-page-launch {
    padding: 30px 0;
  }
  .p-page-launch-en {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  .p-page-launch-jp {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .p-page-launch-sub {
    font-size: 14px;
  }
}
/*DX*/
.p-page-dx {}
.p-page-dx-ttl {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px #333 solid;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.p-page-dx-list {
  list-style: none;
}
.p-page-dx-item {
  padding: 40px;
  border-bottom: solid 1px #333;
  text-align: center;
}
.p-page-dx-item-ttl {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.p-page-dx-item-txt {
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px){
	
}
/*DX*/
.p-page-company {}
.p-page-company-ttl {
	padding: 0 40px;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px #333 solid;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.p-page-company-list {
  list-style: none;
  border-bottom: solid 1px #333;
}
.p-page-company-item {
  padding: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
	position: relative;
}
.p-page-company-item::after{
	content:"";
	background: #DCDCDC;
	display: block;
	width: 96%;
	height: 1px;
	position: absolute;
	left: calc(50% - 48%);
	bottom:0;
}
.p-page-company-item:last-child::after{
	content:"";
	background: #DCDCDC;
	display: none;
	width: 96%;
	height: 1px;
	position: absolute;
	left: calc(50% - 48%);
	bottom:0;
}
.p-page-company-item .ttl{
	width: 20%;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
.p-page-company-item .txt{
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
@media screen and (max-width:768px){
	.p-page-company{
		margin-top: 100px;
	}
	.p-page-company-item{
		flex-direction: column;
		padding: 20px;
	}
.p-page-company-item .ttl{
	width: 100%;
  font-size: 14px;
  letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.p-page-company-item .txt{
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
}
/*Title*/
.p-page-ttl {
  padding: 0 20px 40px;
  border-bottom: 1px #333 solid;
}
.p-page-ttl .in {
  font-size: 20px;
  font-weight: 600;
}
/*Title__Responsive*/
@media screen and (max-width:768px) {
  .p-page-ttl {
    padding-bottom: 20px;
  }
}