@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
top
---------------------------------------------------------------------------------------------------- */
/* mv
----------------------------------------------------------------------*/
#mv {
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
  padding-top: 5rem;
}
#mv .mv__video {
  margin-bottom: 1.5rem;
  text-align: center;
}
#mv .mv__video video {
  width: max(15rem, 64vw);
}
#mv .mv__copies {
  margin-bottom: 2.5rem;
  text-align: center;
  transition-delay: 0.4s;
}
#mv .mv__copies span {
  display: block;
}
#mv .mv__shoulder {
  margin-bottom: 1rem;
  font-size: max(0.875rem, 3.7333333333vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25rem;
}
#mv .mv__copy {
  margin-bottom: 1.25rem;
  font-size: max(1.5rem, 6.4vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: max(2.375rem, 10.1333333333vw);
}
#mv .mv__lead {
  font-size: max(0.75rem, 3.2vw);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#mv .mv__logos {
  display: flex;
  padding-block: 1.625rem;
  width: 180rem;
  background-color: rgba(255, 255, 255, 0.4);
  transition-delay: 0.8s;
}
#mv .mv__logoList {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  padding-left: 2.5rem;
  animation: mv__logos 10s infinite linear both;
}
#mv .mv__logoList img {
  width: 7.5rem;
  flex-shrink: 0;
}
@keyframes mv__logos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#mv .mv__img img {
  position: absolute;
  z-index: var(--layer-back);
}
#mv .mv__img img:nth-child(1) {
  top: -10rem;
  left: 5rem;
}
#mv .mv__img img:nth-child(2) {
  top: 35.375rem;
  left: 0;
}
#mv .mv__img img:nth-child(3) {
  top: 22.1875rem;
  left: 0;
}
#mv .mv__img img:nth-child(4) {
  top: 22.1875rem;
  right: 0;
}
#mv .mv__img img:nth-child(5) {
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 60rem) {
  #mv {
    margin-bottom: 7.25rem;
    padding-top: 7.5rem;
    height: min(50rem, 62.5vw);
  }
  #mv .mv__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    margin-inline: auto;
    padding-inline: 1.25rem;
    width: min(100%, 72.5rem);
  }
  #mv .mv__video {
    margin-bottom: 0;
  }
  #mv .mv__video video {
    width: auto;
    height: min(30rem, 37.5vw);
  }
  #mv .mv__inner {
    display: grid;
    row-gap: 2rem;
  }
  #mv .mv__copies {
    margin-bottom: 0;
    text-align: left;
    transition-delay: 0s;
  }
  #mv .mv__btns {
    display: flex;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    transition-delay: 0.4s;
  }
  #mv .mv__btns a {
    display: grid;
    place-items: center;
    width: 12.5rem;
    height: 3.5rem;
    border-radius: 100vmax;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 0.09375rem;
  }
  #mv .mv__contact {
    border: 2px solid #ffda1b;
    background-color: #ffda1b;
    color: #294048;
    transition: background-color 0.2s;
  }
}
@media screen and (min-width: 60rem) and (any-hover: hover) {
  #mv .mv__contact:hover {
    background-color: var(--color-white);
  }
}
@media screen and (min-width: 60rem) and (any-hover: none) {
  #mv .mv__contact:active {
    background-color: var(--color-white);
  }
}
@media screen and (min-width: 60rem) {
  #mv .mv__download {
    border: 2px solid #294048;
    background-color: #294048;
    color: var(--color-white);
    transition: background-color 0.2s, color 0.2s;
  }
}
@media screen and (min-width: 60rem) and (any-hover: hover) {
  #mv .mv__download:hover {
    background-color: var(--color-white);
    color: #294048;
  }
}
@media screen and (min-width: 60rem) and (any-hover: none) {
  #mv .mv__download:active {
    background-color: var(--color-white);
    color: #294048;
  }
}
@media screen and (min-width: 60rem) {
  #mv .mv__shoulder {
    margin-bottom: 1.3125rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  #mv .mv__copy {
    margin-bottom: 1.75rem;
    font-size: min(2.5rem, 3.125vw);
    line-height: 1.5;
  }
  #mv .mv__lead {
    font-size: 0.875rem;
    line-height: ewm(22);
  }
  #mv .mv__logos {
    position: absolute;
    bottom: 0;
    padding-block: 1.25rem;
    width: 198rem;
    transition-delay: 1.4s;
  }
  #mv .mv__logoList img {
    width: 8.5rem;
  }
  #mv .mv__img img:nth-child(1) {
    top: -13.125rem;
    left: 15rem;
    width: 7.5rem;
    height: 22.625rem;
  }
  #mv .mv__img img:nth-child(2) {
    top: initial;
    bottom: 2.625rem;
    left: -1.25rem;
    width: 20rem;
    height: 20rem;
  }
  #mv .mv__img img:nth-child(3) {
    top: initial;
    bottom: 4.375rem;
    left: 31.4375rem;
    width: 8.5rem;
    height: 8.5rem;
    rotate: initial;
  }
  #mv .mv__img img:nth-child(4) {
    top: 12.5rem;
    right: -4.25rem;
    width: 11.25rem;
    height: 11.25rem;
  }
  #mv .mv__img img:nth-child(5) {
    bottom: 0;
    right: 0;
    width: 20.375rem;
    height: 10.1875rem;
  }
}
/* message
----------------------------------------------------------------------*/
#message {
  margin-bottom: 4rem;
  padding-block: 2.5rem 4rem;
  background-color: var(--color-white);
  border-radius: 2.5rem;
}
#message .message__copy {
  margin-bottom: 3rem;
  padding-bottom: 0.375rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1875rem;
  letter-spacing: 0.04em;
  text-align: center;
}
#message .message__copy em {
  display: grid;
  row-gap: 0.9375rem;
}
#message .message__copy em > span > span {
  border-bottom: 1px solid #2e424a;
}
#message .message__figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin-inline: auto;
  width: 20.9375rem;
  height: 21.875rem;
  margin-bottom: 2.5rem;
}
#message .message__figure path {
  stroke-dasharray: 838.98;
  stroke-dashoffset: -838.98;
}
#message .message__figure.js-fadeIn {
  transform: 0;
}
#message .message__figure.js-fadeIn.is-visible path {
  animation: drawRightToLeft 2s ease forwards;
}
#message .message__figure.js-fadeIn.is-visible .message__graph > div {
  opacity: 1;
  translate: 0 0;
}
#message .message__graph > div {
  opacity: 0;
  translate: 0 10px;
  position: absolute;
  transition: opacity 0.2s, translate 0.2s;
}
#message .message__graph > div:nth-child(1) {
  top: 6rem;
  right: -0.25rem;
  transition-delay: 0.6s;
}
#message .message__graph > div:nth-child(2) {
  top: 0.5rem;
  right: 5.5rem;
  transition-delay: 0.8s;
}
#message .message__graph > div:nth-child(3) {
  top: 5.25rem;
  left: -0.25rem;
  transition-delay: 1s;
}
#message .message__graph > div:nth-child(4) {
  top: 13.75rem;
  left: 0.125rem;
  transition-delay: 1.2s;
}
#message .message__graph > div:nth-child(5) {
  bottom: -0.125rem;
  right: 5.25rem;
  transition-delay: 1.4s;
}
#message .message__graph > div:nth-child(6) {
  bottom: 5rem;
  right: -0.25rem;
  transition-delay: 1.6s;
}
#message .message__graph > div:nth-child(7) {
  top: 10.75rem;
  left: 4.25rem;
  transition-delay: 1.8s;
}
#message .message__text {
  font-weight: 500;
  line-height: 1.625rem;
}

@keyframes drawRightToLeft {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 60rem) {
  #message {
    overflow: hidden;
    position: relative;
    margin-bottom: 7.5rem;
    padding: 3.75rem 7.5rem;
  }
  #message .message__inner {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: min(27.5rem, 28.6458333333vw) 1fr;
    gap: 0 min(6.75rem, 7.03125vw);
  }
  #message .message__figure {
    position: relative;
    width: 27.5rem;
    height: 27.5rem;
    margin-bottom: 0;
  }
  #message .message__figure path {
    stroke-dasharray: 1193.8; /* 新しい円周: 2 * π * 190 ≈ 1193.80 */
    stroke-dashoffset: -1193.8;
  }
  #message .message__graph > div:nth-child(1) {
    top: 2.5rem;
    right: -0.5rem;
  }
  #message .message__graph > div:nth-child(2) {
    top: -2.5rem;
    right: 9rem;
  }
  #message .message__graph > div:nth-child(3) {
    top: 2.5rem;
    left: 1rem;
  }
  #message .message__graph > div:nth-child(4) {
    top: 16.25rem;
    left: 0.75rem;
  }
  #message .message__graph > div:nth-child(5) {
    bottom: -0.5rem;
    right: 8.25rem;
  }
  #message .message__graph > div:nth-child(6) {
    bottom: 5rem;
    right: -1rem;
  }
  #message .message__graph > div:nth-child(7) {
    top: 12.5rem;
    left: 6.75rem;
  }
  #message .message__graph > div:nth-child(7) img {
    width: 15rem;
    height: 3.3125rem;
  }
  #message .message__copy {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-block: 2rem 2.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-align: left;
  }
  #message .message__copy em {
    row-gap: 1.25rem;
  }
  #message .message__figure {
    grid-row: 1/3;
    grid-column: 1/2;
    margin-bottom: 0;
  }
  #message .message__text {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 1rem;
    line-height: 2;
  }
  #message .message__img img {
    position: absolute;
  }
  #message .message__img img:nth-child(1) {
    top: 0;
    left: 7.8125rem;
  }
  #message .message__img img:nth-child(2) {
    bottom: 0;
    left: 0;
  }
  #message .message__img img:nth-child(3) {
    top: 0;
    right: 0;
  }
  #message .message__img img:nth-child(4) {
    bottom: 0;
    right: 16.875rem;
  }
}
/* loop
----------------------------------------------------------------------*/
#loop {
  margin-bottom: 3rem;
  width: 100%;
  height: 10rem;
  background: url(../img/top/origamis.webp) repeat-x -96px top/cover;
}

@media screen and (min-width: 60rem) {
  #loop {
    margin-bottom: 2.5rem;
    height: 13.625rem;
    background-position-x: -100px;
  }
}
/* strength
----------------------------------------------------------------------*/
#strength {
  margin-bottom: 4rem;
}

@media screen and (min-width: 60rem) {
  #strength {
    margin-bottom: 5rem;
  }
}
/* works
----------------------------------------------------------------------*/
#works {
  position: relative;
}
#works .works__inner {
  overflow-x: hidden;
  margin-bottom: 2.5rem;
  padding-block: 4rem;
}
#works .works__img {
  position: absolute;
  top: -2.5rem;
  right: 1.25rem;
}
#works .works__img img {
  width: 10.4375rem;
}
#works .works__btn {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 60rem) {
  #works .works__inner {
    margin-bottom: 6.5rem;
    padding-block: 6.5rem;
  }
  #works .works__img {
    top: -3.75rem;
    right: 0;
  }
  #works .works__img img {
    width: 29.5625rem;
  }
  #works .works__btn {
    justify-content: start;
  }
}
@media screen and (min-width: 80rem) {
  #works .works__img {
    right: calc(50% - 6.75rem);
    translate: 100% 0;
  }
}
/* reason
----------------------------------------------------------------------*/
#reason {
  margin-bottom: 4rem;
}
#reason::before {
  background-color: #f9e55c;
}

@media screen and (min-width: 60rem) {
  #reason {
    margin-bottom: 7.5rem;
  }
}
/* voice
----------------------------------------------------------------------*/
#voice {
  margin-bottom: 4rem;
}

@media screen and (min-width: 60rem) {
  #voice {
    margin-bottom: 7.5rem;
  }
}
/* cta
----------------------------------------------------------------------*/
#cta {
  margin-bottom: 8rem;
}

@media screen and (min-width: 60rem) {
  #cta {
    margin-bottom: 7.5rem;
  }
}
/* service
----------------------------------------------------------------------*/
#service {
  margin-bottom: 4rem;
  padding-block: 4rem;
}
#service .service__heading {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: flex-end;
  margin-bottom: 4rem;
}
#service .service__heading .c-heading {
  padding-bottom: 0.25rem;
}
#service .service__head {
  display: grid;
  row-gap: 3rem;
  margin-bottom: 3rem;
}
#service .service__copy em {
  display: grid;
  row-gap: 0.5rem;
}
#service .service__copy span {
  padding: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8125rem;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 60rem) {
  #service {
    margin-bottom: 5.75rem;
    padding-block: 6.5rem;
  }
  #service .service__heading {
    margin-bottom: 2.5rem;
  }
  #service .service__head {
    grid-template-columns: auto 1fr;
    gap: 0 7.5rem;
  }
}
/* flow
----------------------------------------------------------------------*/
#flow {
  margin-bottom: 4rem;
}

@media screen and (min-width: 60rem) {
  #flow {
    margin-bottom: 7.5rem;
  }
}
/* atmosphere
----------------------------------------------------------------------*/
#atmosphere {
  overflow-x: hidden;
  margin-bottom: 3rem;
}
#atmosphere .atmosphere__lists {
  display: flex;
  width: 253.5rem;
}
#atmosphere .atmosphere__list {
  display: flex;
  animation: atmosphere 20s infinite linear both;
}
#atmosphere .atmosphere__list > :nth-child(1) {
  margin-left: 2.5rem;
}
#atmosphere .atmosphere__list > :nth-child(2) {
  margin-left: 2.5rem;
}
#atmosphere .atmosphere__list > :nth-child(3) {
  margin-left: 3.75rem;
}
#atmosphere .atmosphere__list > :nth-child(4) {
  margin-left: 2.5rem;
}
#atmosphere .atmosphere__list img {
  height: 12.5rem;
  flex-shrink: 0;
}
@keyframes atmosphere {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 60rem) {
  #atmosphere {
    margin-bottom: 5rem;
  }
  #atmosphere .atmosphere__lists {
    width: 295rem;
  }
  #atmosphere .atmosphere__list img {
    height: 15rem;
  }
}
/* things
----------------------------------------------------------------------*/
#things {
  margin-bottom: 3rem;
}
#things .things__heading {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 3rem;
}
#things .things__copy {
  margin-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
#things .things__copy em {
  display: grid;
  row-gap: 0.5rem;
}
#things .things__copy .c-band {
  padding: 0.5rem;
}
#things .things__text {
  font-weight: 500;
  line-height: 2rem;
}
#things .things__text span {
  display: inline;
}

@media screen and (min-width: 60rem) {
  #things {
    margin-bottom: 5rem;
  }
  #things .things__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #things .things__heading {
    margin-bottom: 2.5rem;
  }
  #things .things__copy {
    margin-bottom: 0;
  }
  #things .things__text {
    width: 37.5rem;
    line-height: 1.875rem;
  }
  #things .things__text span {
    display: block;
  }
}
/* greeting
----------------------------------------------------------------------*/
#greeting {
  margin-bottom: 5rem;
  padding-inline: min(1.25rem, 5.3333333333vw);
}
#greeting .greeting__container {
  position: relative;
  padding: 2.5rem min(1.25rem, 5.3333333333vw);
}
#greeting .greeting__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: var(--layer-back);
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9019607843), rgba(255, 255, 255, 0.6));
}
#greeting .greeting__frame {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#greeting .greeting__frame img {
  border-radius: 2.5rem;
}
#greeting .greeting__heading {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
  margin-bottom: 1.5rem;
  color: #50cbc2;
}
#greeting .greeting__copy {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
#greeting .greeting__copy span {
  display: inline;
}
#greeting .greeting__sentence {
  font-size: clamp(0.625rem, 3.7333333333vw, 0.875rem);
  font-weight: 500;
  line-height: 1.5rem;
}
#greeting .greeting__deco {
  position: absolute;
  z-index: var(--layer-back);
}
#greeting .greeting__deco.--01 {
  top: 0.5rem;
  right: calc(50% - 6rem);
  translate: 100% 0;
}
#greeting .greeting__deco.--02 {
  top: 14.6875rem;
  left: calc(50% - 6.75rem);
  translate: -100% 0;
}

@media screen and (min-width: 60rem) {
  #greeting {
    margin-bottom: 7.5rem;
  }
  #greeting .greeting__container {
    display: grid;
    grid-template-columns: 22.5rem 1fr;
    align-items: center;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    padding: 5rem 7.5rem 5rem 0;
  }
  #greeting .greeting__container::before {
    width: calc(100% - 7.5rem);
    border-radius: 2.5rem;
  }
  #greeting .greeting__frame {
    margin-bottom: 0;
  }
  #greeting .greeting__frame img {
    width: 22.5rem;
  }
  #greeting .greeting__heading {
    margin-bottom: 2rem;
  }
  #greeting .greeting__copy {
    margin-bottom: 2rem;
  }
  #greeting .greeting__copy span {
    display: block;
  }
  #greeting .greeting__deco.--01 {
    top: 2.5rem;
    right: 3.75rem;
    translate: 0 0;
  }
  #greeting .greeting__deco.--01 img {
    width: 10.625rem;
    height: 12.5625rem;
  }
  #greeting .greeting__deco.--02 {
    top: initial;
    bottom: 1.25rem;
    left: 22.5rem;
    translate: 0 0;
  }
  #greeting .greeting__deco.--02 img {
    width: 9.875rem;
    height: 9.875rem;
  }
}
/* column
----------------------------------------------------------------------*/
#column {
  margin-bottom: 5rem;
}

@media screen and (min-width: 60rem) {
  #column {
    margin-bottom: 7.5rem;
  }
}
/* youtube
----------------------------------------------------------------------*/
#youtube {
  margin-bottom: 5rem;
}

@media screen and (min-width: 60rem) {
  #youtube {
    margin-bottom: 7.5rem;
  }
}
/* bgWave
----------------------------------------------------------------------*/
.bgWave {
  position: relative;
  padding-block: 5rem 5rem;
  width: 100%;
}
.bgWave::before, .bgWave::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: var(--layer-back);
  width: 100%;
}
.bgWave::before {
  top: 0;
  height: 3.625rem;
  background: url(../img/top/bgWave_sp.webp) repeat top/cover;
}
.bgWave::after {
  top: 3.625rem;
  height: calc(100% - 3.625rem);
  background-color: var(--color-white);
}

@media screen and (min-width: 60rem) {
  .bgWave {
    padding-block: 10.3125rem 14.125rem;
  }
  .bgWave::before {
    height: 6.875rem;
    background-image: url(../img/top/bgWave_pc.webp);
  }
  .bgWave::after {
    top: 6.875rem;
    height: calc(100% - 6.875rem);
  }
}
/* news
----------------------------------------------------------------------*/
#news {
  margin-bottom: 5rem;
}
#news .news__contents {
  display: grid;
  row-gap: 1.5rem;
  margin-bottom: 3rem;
}
#news .news__item {
  display: grid;
  row-gap: 1rem;
  padding-left: 0.5rem;
}
#news .news__item:not(:last-child) {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2ebf0;
}
@media (any-hover: hover) {
  #news .news__item:hover .news__title {
    color: var(--color-accent);
    text-decoration: underline;
  }
}
@media (any-hover: none) {
  #news .news__item:active .news__title {
    color: var(--color-accent);
    text-decoration: underline;
  }
}
#news .news__info {
  display: flex;
  align-items: center;
}
#news .news__info::before {
  content: "";
  display: block;
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #f9e55c;
}
#news .news__info time {
  display: inline-block;
  margin-right: 0.875rem;
  padding-top: 0.25rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
#news .news__info span {
  padding: 0.25rem 0.5rem;
  border-radius: 100vmax;
  background-color: #e1f0f4;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.1em;
}
#news .news__title {
  font-weight: 700;
  line-height: 1.5rem;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
#news .news__btn {
  display: grid;
  justify-items: center;
  margin-right: 0.875rem;
}

@media screen and (min-width: 60rem) {
  #news {
    margin-bottom: 7.5rem;
  }
  #news .news__contents {
    row-gap: 1.75rem;
    margin-bottom: 0;
  }
  #news .news__item:not(:last-child) {
    padding-bottom: 1.75rem;
  }
  #news .news__title {
    padding-left: 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  #news .news__btn {
    display: block;
  }
}/*# sourceMappingURL=top.css.map */