@charset "UTF-8";
/*========= 共通CSS ===============*/
/*========= color ===============*/
/*========= other ===============*/
/*========= breakpoint ===============*/
/*========= font ===============*/
/*========= parts ===============*/
.sp-br {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp-br {
    display: inline;
  }
}

html {
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", "NotoSansCJKjp", sans-serif;
  font-size: 62.5%;
  color: #333333;
}

body {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

section {
  padding: 0 5%;
}

.mv {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.mv__logo {
  height: 25svh;
  min-height: 170px;
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mv__logo img {
  width: 70%;
  max-width: 260px;
}
.mv__catchcopy {
  height: 75svh;
  min-height: 510px;
  max-height: 600px;
  background: radial-gradient(at center bottom, rgba(255, 255, 255, 0.2) 60%, rgba(252, 199, 186, 0.6));
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 8px;
  position: relative;
}
.mv__catchcopy p {
  z-index: 1;
  padding: 20px 10px 10px;
  position: absolute;
  font-size: 1.7rem;
  font-weight: 700;
}
.mv__catchcopy--man {
  position: absolute;
  bottom: -15px;
  right: calc(50% + 10px);
  width: 45%;
  max-width: 220px;
  height: auto;
  z-index: 1;
}
.mv__catchcopy--man img {
  width: 100%;
}
.mv__catchcopy--woman {
  position: absolute;
  bottom: -23px;
  left: calc(50% + 10px);
  width: 45%;
  max-width: 220px;
  height: auto;
  z-index: 1;
}
.mv__catchcopy--woman img {
  width: 100%;
}
.mv__catchcopy--bg {
  height: 100%;
  width: 100%;
  display: flex;
  overflow-x: hidden;
  overflow-y: clip;
}
.mv__catchcopy--bg--wrap {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.mv__catchcopy--bg--img {
  position: absolute;
  z-index: -1;
}
.mv__catchcopy--bg--img.image1 {
  top: 0%;
  right: 53%;
  width: 120px;
  z-index: 0;
  transform: rotate(15deg);
}
.mv__catchcopy--bg--img.image2 {
  top: 19%;
  right: 65%;
  width: 140px;
  z-index: 0;
  transform: rotate(345deg);
}
.mv__catchcopy--bg--img.image3 {
  top: 40%;
  left: calc(50% - 110px);
  width: 110px;
  z-index: 0;
  transform: rotate(15deg);
}
.mv__catchcopy--bg--img.image4 {
  top: 2%;
  left: 53%;
  width: 105px;
  z-index: 0;
  transform: rotate(345deg);
}
.mv__catchcopy--bg--img.image5 {
  top: 20%;
  left: 63%;
  width: 180px;
  z-index: 0;
  transform: rotate(15deg);
}
.mv__catchcopy--bg--img.image6 {
  top: 41%;
  right: calc(50% - 110px);
  width: 100px;
  z-index: 0;
  transform: rotate(345deg);
}
@media screen and (min-width: 580px) {
  .mv__logo {
    align-items: end;
    height: auto;
  }
  .mv__catchcopy {
    height: 100%;
  }
  .mv__catchcopy--bg--img.image1 {
    right: 56%;
    width: 155px;
  }
  .mv__catchcopy--bg--img.image2 {
    right: 70%;
    width: 180px;
  }
  .mv__catchcopy--bg--img.image3 {
    top: 36%;
    left: calc(50% - 150px);
    width: 140px;
  }
  .mv__catchcopy--bg--img.image4 {
    left: 58%;
    width: 140px;
  }
  .mv__catchcopy--bg--img.image5 {
    top: 21%;
    left: 70%;
    width: 220px;
  }
  .mv__catchcopy--bg--img.image6 {
    top: 36%;
    right: calc(50% - 150px);
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .mv__catchcopy {
    height: 100svh;
    min-height: 850px;
    max-height: 1200px;
  }
  .mv__logo {
    height: auto;
    display: flex;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv__logo img {
    width: 100%;
    max-width: 410px;
  }
  .mv__catchcopy p {
    font-size: 2.2rem;
    padding-bottom: 150px;
  }
  .mv__catchcopy--man {
    max-width: 360px;
    bottom: -20px;
    right: calc(50% + 5vw);
  }
  .mv__catchcopy--woman {
    max-width: 360px;
    bottom: -30px;
    left: calc(50% + 5vw);
  }
  .mv__catchcopy--bg--img.image1 {
    top: 20%;
    right: 52%;
    width: 195px;
  }
  .mv__catchcopy--bg--img.image2 {
    top: 1%;
    right: 70%;
    width: 200px;
  }
  .mv__catchcopy--bg--img.image3 {
    top: 36%;
    left: 0%;
    width: 180px;
    transform: rotate(345deg);
  }
  .mv__catchcopy--bg--img.image4 {
    top: 22%;
    left: 52%;
    width: 170px;
  }
  .mv__catchcopy--bg--img.image5 {
    top: 4%;
    left: 70%;
    width: 240px;
  }
  .mv__catchcopy--bg--img.image6 {
    top: 38%;
    right: 0%;
    width: 160px;
    transform: rotate(15deg);
  }
}

@media screen and (min-width: 1025px) {
  .section__wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
  }
}

.about {
  padding-top: 60px;
  padding-bottom: 80px;
}
.about h2 {
  text-align: center;
  color: #FF7058;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 24px;
  letter-spacing: 4px;
}
.about__wrap {
  display: flex;
  flex-direction: column;
}
.about__wrap:nth-child(2) {
  margin-bottom: 40px;
}
.about__right {
  text-align: center;
}
.about__right img {
  width: 60%;
}
.about__desc {
  margin-bottom: 24px;
  line-height: 1.6;
}
.about__desc p {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .about h2 {
    font-size: 3.2rem;
    margin-top: 90px;
    margin-bottom: 60px;
  }
  .about__wrap {
    flex-direction: row;
    -moz-column-gap: 60px;
         column-gap: 60px;
    align-items: center;
  }
  .about__wrap:nth-child(2) {
    flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  .about__left {
    width: 60%;
  }
  .about__right {
    width: 40%;
  }
  .about__right img {
    width: 100%;
  }
}

.service {
  background-color: #F7F7F7;
  padding-top: 40px;
  padding-bottom: 60px;
}
.service h2 {
  position: relative;
  padding-top: 5.2rem;
  margin-bottom: 30px;
  color: #FF7058;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 50px;
}
.service h2:before {
  content: "Service";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #333333;
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .service h2 {
    margin-bottom: 46px;
    padding-top: 7.4rem;
    text-align: center;
    font-size: 2.4rem;
  }
  .service h2:before {
    font-size: 6.4rem;
    letter-spacing: 10px;
  }
}
.service__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 60px;
}
.service__list dl {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  padding: 40px 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.0784313725);
  position: relative;
}
.service__list dl:before {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 10px;
  font-size: 8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
}
.service__list--01:before {
  content: "01";
  color: #FFBE57;
}
.service__list--02:before {
  content: "02";
  color: #78BCB9;
  left: inherit !important;
  right: 20px !important;
}
.service__list--03:before {
  content: "03";
  color: #F67E62;
}
.service__list--title {
  order: 2;
  padding-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
}
.service__list--desc {
  order: 3;
  line-height: 1.5;
}
.service__list--img {
  order: 1;
  padding-bottom: 24px;
  text-align: center;
}
.service__list--img img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  .service h2 {
    margin-bottom: 72px;
  }
  .service__list {
    flex-direction: row;
    justify-content: space-between;
  }
  .service__list dl {
    width: 27%;
    padding: 60px 20px 40px;
  }
  .service__list--02:before {
    content: "02";
    color: #78BCB9;
    left: 10px !important;
    right: inherit !important;
  }
  .service__list--title {
    font-size: 2.1rem;
    padding-bottom: 24px;
  }
  .service__list--img img {
    width: 100%;
  }
}

.support {
  padding-top: 40px;
  padding-bottom: 90px;
}
.support h2 {
  position: relative;
  padding-top: 5.2rem;
  margin-bottom: 30px;
  color: #FF7058;
  font-size: 1.6rem;
  text-align: left;
}
.support h2:before {
  content: "Support";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #333333;
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .support h2 {
    margin-bottom: 46px;
    padding-top: 7.4rem;
    text-align: center;
    font-size: 2.4rem;
  }
  .support h2:before {
    font-size: 6.4rem;
    letter-spacing: 10px;
  }
}
.support__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 20px;
}
.support__list dl {
  width: 48%;
  display: flex;
  flex-direction: column-reverse;
}
.support__list--title {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.support__list--img {
  margin-bottom: 12px;
}
.support__list--img img {
  width: 100%;
  max-height: 130px;
}
@media screen and (min-width: 768px) {
  .support {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .support__list {
    justify-content: space-between;
  }
  .support__list dl {
    width: 25%;
  }
  .support__list--title {
    font-size: 2.4rem;
  }
  .support__list--img {
    margin-bottom: 24px;
  }
}

.user-voice h2 {
  position: relative;
  padding-top: 5.2rem;
  margin-bottom: 30px;
  color: #FF7058;
  font-size: 1.6rem;
  text-align: left;
}
.user-voice h2:before {
  content: "User Voice";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #333333;
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .user-voice h2 {
    margin-bottom: 46px;
    padding-top: 7.4rem;
    text-align: center;
    font-size: 2.4rem;
  }
  .user-voice h2:before {
    font-size: 6.4rem;
    letter-spacing: 10px;
  }
}
.user-voice__list {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 40px;
}
.user-voice__list--left {
  width: 65%;
}
.user-voice__list--right {
  position: relative;
  width: 35%;
}
.user-voice__list--right img {
  width: 100%;
}
.user-voice__list h3 {
  margin-bottom: 12px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.user-voice__list p {
  line-height: 1.3;
}
.user-voice__list img {
  margin-bottom: 6px;
}
.user-voice__list--job {
  margin: 0 auto;
  font-size: 1.4rem;
  width: 90%;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  background-color: #F67E62;
  padding: 4px 4px;
  margin-bottom: 6px;
  position: relative;
  bottom: 24px;
}
.user-voice__list--name {
  text-align: center;
  font-weight: 700;
  position: relative;
  bottom: 20px;
}
.user-voice__list:nth-of-type(2) .user-voice__list--job {
  background-color: #54a8e4;
}
.user-voice__list:nth-of-type(3) .user-voice__list--job {
  background-color: #78BCB9;
}
@media screen and (min-width: 768px) {
  .user-voice__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .user-voice__list--left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
  }
  .user-voice__list--right {
    width: 25%;
  }
  .user-voice__list--job {
    font-size: 1.8rem;
  }
  .user-voice__list--name {
    font-size: 1.8rem;
  }
  .user-voice h3 {
    font-size: 3rem;
  }
}

.flow {
  padding-top: 40px;
  padding-bottom: 60px;
  /* アイテム */
}
.flow h2 {
  position: relative;
  padding-top: 5.2rem;
  margin-bottom: 30px;
  color: #FF7058;
  font-size: 1.6rem;
  text-align: left;
}
.flow h2:before {
  content: "Flow";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #333333;
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .flow h2 {
    margin-bottom: 46px;
    padding-top: 7.4rem;
    text-align: center;
    font-size: 2.4rem;
  }
  .flow h2:before {
    font-size: 6.4rem;
    letter-spacing: 10px;
  }
}
.flow__list {
  display: grid;
  grid-template-rows: 80px 80px 80px 80px 80px 80px 80px;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "areaC areaA" "areaC areaB" "areaG areaD" "areaG areaE" "areaG areaF" "areaJ areaH" "areaJ areaI";
  row-gap: 36px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.flow__list--item {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.flow__list--desc {
  padding-left: 6rem;
}
.flow__list--desc:before {
  content: "01";
  display: block;
  font-size: 4.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-left: 8px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.flow__list--period {
  justify-content: center;
  writing-mode: vertical-rl;
}
.flow .itemA {
  grid-area: areaA;
  background: #FFF2D9;
}
.flow .itemA:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 20px solid #FFBE57;
  border-bottom: 0;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .flow .itemA:after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #FFBE57;
    top: 50%;
    bottom: 50%;
    left: inherit;
    transform: translateY(-50%);
    right: -86px;
  }
}
.flow .itemA:before {
  content: "01";
  color: #FFBE57;
}
.flow .itemB {
  grid-area: areaB;
  background: #FFF2D9;
}
.flow .itemB:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 20px solid #FFBE57;
  border-bottom: 0;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .flow .itemB:after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #FFBE57;
    top: 50%;
    bottom: 50%;
    left: inherit;
    transform: translateY(-50%);
    right: -86px;
  }
}
.flow .itemB:before {
  content: "02";
  color: #FFBE57;
}
.flow .itemC {
  grid-area: areaC;
  color: #FFF;
  background: #FFBE57;
}
.flow .itemD {
  grid-area: areaD;
  background: #E1F0F0;
}
.flow .itemD:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 20px solid #78BCB9;
  border-bottom: 0;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .flow .itemD:after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #78BCB9;
    top: 50%;
    bottom: 50%;
    left: inherit;
    transform: translateY(-50%);
    right: -86px;
  }
}
.flow .itemD:before {
  content: "03";
  color: #78BCB9;
}
.flow .itemE {
  grid-area: areaE;
  background: #E1F0F0;
}
.flow .itemE:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 20px solid #78BCB9;
  border-bottom: 0;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .flow .itemE:after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #78BCB9;
    top: 50%;
    bottom: 50%;
    left: inherit;
    transform: translateY(-50%);
    right: -86px;
  }
}
.flow .itemE:before {
  content: "04";
  color: #78BCB9;
}
.flow .itemF {
  grid-area: areaF;
  background: #E1F0F0;
}
.flow .itemF:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 20px solid #78BCB9;
  border-bottom: 0;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .flow .itemF:after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #78BCB9;
    top: 50%;
    bottom: 50%;
    left: inherit;
    transform: translateY(-50%);
    right: -86px;
  }
}
.flow .itemF:before {
  content: "05";
  color: #78BCB9;
}
.flow .itemG {
  grid-area: areaG;
  color: #FFF;
  background: #78BCB9;
}
.flow .itemH {
  grid-area: areaH;
  background: #FFE8E3;
}
.flow .itemH:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 20px solid #F67E62;
  border-bottom: 0;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .flow .itemH:after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #F67E62;
    top: 50%;
    bottom: 50%;
    left: inherit;
    transform: translateY(-50%);
    right: -86px;
  }
}
.flow .itemH:before {
  content: "06";
  color: #F67E62;
}
.flow .itemI {
  grid-area: areaI;
  background: #FFE8E3;
}
.flow .itemI:before {
  content: "07";
  color: #F67E62;
}
.flow .itemJ {
  grid-area: areaJ;
  color: #FFF;
  background: #F67E62;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .flow__list {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "areaA areaB areaD areaE areaF areaH areaI" "areaC areaC areaG areaG areaG areaJ areaJ";
    row-gap: 20px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .flow__list--desc {
    writing-mode: vertical-rl;
    height: 400px;
    font-size: 2.6rem;
    padding-left: 20px;
    padding-top: 9rem;
  }
  .flow__list--desc:before {
    writing-mode: horizontal-tb;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    padding: 0;
    padding-top: 1.2rem;
    font-size: 6rem;
  }
  .flow__list--period {
    writing-mode: inherit;
    font-size: 2.2rem;
  }
}

.entry {
  background-color: #FFE8E3;
  padding-top: 40px;
  padding-bottom: 60px;
}
.entry h2 {
  position: relative;
  padding-top: 5.2rem;
  margin-bottom: 30px;
  color: #FF7058;
  font-size: 1.6rem;
  text-align: left;
  color: #333333;
  position: relative;
  text-align: center;
  top: -60px;
}
.entry h2:before {
  content: "Entry";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #333333;
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .entry h2 {
    margin-bottom: 46px;
    padding-top: 7.4rem;
    text-align: center;
    font-size: 2.4rem;
  }
  .entry h2:before {
    font-size: 6.4rem;
    letter-spacing: 10px;
  }
}
.entry h2:before {
  color: #FF7058;
}
.entry a {
  position: relative;
  top: -40px;
  display: block;
  padding: 20px;
  margin: 0 auto;
  width: 80%;
  background-color: white;
  color: #78BCB9;
  border: 4px solid #78BCB9;
  border-radius: 40px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}
.entry a:hover {
  color: #FFF;
  background-color: #78BCB9;
  border: 4px solid #78BCB9;
}
@media screen and (min-width: 768px) {
  .entry h2 {
    top: -72px;
  }
  .entry a {
    width: 50%;
  }
}

.footer__menu {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 40px 0;
  background-color: #F67E62;
  text-align: center;
}
.footer__menu--link ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  list-style-type: none;
}
.footer__menu--link a {
  color: #FFF;
  text-decoration: none;
}
.footer__copyright {
  padding: 20px 0;
  background-color: #FFF;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    background-color: #F67E62;
  }
  .footer__menu {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px 5% 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__menu--link li {
    text-align: right;
  }
  .footer__copyright {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    background-color: inherit;
    font-size: 1.2rem;
    text-align: right;
    padding: 0 5% 40px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__menu {
    padding: 40px 0 0;
  }
  .footer__copyright {
    padding: 0 0 40px;
  }
}

.animate.mv .mv__logo {
  opacity: 0;
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 3s forwards;
}
.animate.mv .mv__catchcopy p {
  opacity: 0;
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 2.5s forwards;
}
.animate.mv .mv__catchcopy--man {
  opacity: 0;
  animation: slideinLeft 2s 2s forwards;
}
.animate.mv .mv__catchcopy--woman {
  opacity: 0;
  animation: slideinRight 2s 2s forwards;
}
.animate.mv .mv__catchcopy--bg--img {
  opacity: 0;
}
.animate.mv .mv__catchcopy--bg--img:nth-of-type(1) {
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.animate.mv .mv__catchcopy--bg--img:nth-of-type(4) {
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
}
.animate.mv .mv__catchcopy--bg--img:nth-of-type(2) {
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
}
.animate.mv .mv__catchcopy--bg--img:nth-of-type(5) {
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.9s forwards;
}
.animate.mv .mv__catchcopy--bg--img:nth-of-type(3) {
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
}
.animate.mv .mv__catchcopy--bg--img:nth-of-type(6) {
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards;
}
@media screen and (min-width: 768px) {
  .animate.mv .mv__catchcopy--bg--img:nth-of-type(2) {
    animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  .animate.mv .mv__catchcopy--bg--img:nth-of-type(5) {
    animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
  }
  .animate.mv .mv__catchcopy--bg--img:nth-of-type(1) {
    animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
  }
  .animate.mv .mv__catchcopy--bg--img:nth-of-type(4) {
    animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.9s forwards;
  }
  .animate.mv .mv__catchcopy--bg--img:nth-of-type(3) {
    animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
  }
  .animate.mv .mv__catchcopy--bg--img:nth-of-type(6) {
    animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards;
  }
}
.animate.about h2 {
  opacity: 0;
}
.animate.about .about__desc {
  opacity: 0;
}
.animate.about .about__right {
  opacity: 0;
}
.animate.service h2 {
  opacity: 0;
}
.animate.service .service__list--item {
  transform: translateY(50px);
  opacity: 0;
}
.animate.support h2 {
  opacity: 0;
}
.animate.support .support__list--item {
  opacity: 0;
}
.animate.user-voice h2 {
  opacity: 0;
}
.animate.user-voice .user-voice__list {
  transform: translateY(50px);
  opacity: 0;
}
.animate.flow h2 {
  opacity: 0;
}
.animate.flow .flow__list {
  position: relative;
  overflow: hidden;
}
.animate.flow .flow__list::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.animate.entry h2 {
  opacity: 0;
}
.animate.entry a {
  opacity: 0;
}

.animate.is-animated.about h2 {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.animate.is-animated.about .about__desc {
  animation: fadeIn 1.5s cubic-bezier(0.5, 1, 0.68, 1) 0.3s forwards;
}
.animate.is-animated.about .about__right {
  animation: fadeIn 1.5s cubic-bezier(0.5, 1, 0.68, 1) 0.3s forwards;
}
.animate.is-animated.service h2 {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.animate.is-animated.service .service__list--item {
  transition: 0.8s;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .animate.is-animated.service .service__list--item:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  .animate.is-animated.service .service__list--item:nth-of-type(3) {
    transition-delay: 0.6s;
  }
}
.animate.is-animated.support h2 {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.animate.is-animated.support .support__list--item {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}
.animate.is-animated.support .support__list--item:nth-of-type(2) {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
}
.animate.is-animated.support .support__list--item:nth-of-type(3) {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.9s forwards;
}
.animate.is-animated.user-voice h2 {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.animate.is-animated.user-voice .user-voice__list {
  transition: 0.8s;
  transform: translateY(0);
  opacity: 1;
}
.animate.is-animated.user-voice .user-voice__list:nth-of-type(2) {
  transition-delay: 0.3s;
}
.animate.is-animated.user-voice .user-voice__list:nth-of-type(3) {
  transition-delay: 0.6s;
}
.animate.is-animated.flow h2 {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.animate.is-animated.flow .flow__list::before {
  animation: img-wrap-y 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@media screen and (min-width: 768px) {
  .animate.is-animated.flow .flow__list::before {
    animation: img-wrap-x 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}
.animate.is-animated.entry h2 {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.animate.is-animated.entry a {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes img-wrap-x {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-wrap-y {
  100% {
    transform: translateY(100%);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideinLeft {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideinRight {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}/*# sourceMappingURL=top.css.map */