@charset "UTF-8";
.wrapper {
  padding-top: 150px;
  background-color: #fefaf7;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 120px;
  }
}
.mv-sub {
  z-index: 2;
}
.mv-sub__visual {
  background: url("/_common_n/img/about/mv.webp?2") 50% 50% / cover no-repeat;
}
.bg1 {
  position: absolute;
  top: o;
  right: 0;
  width: 100%;
  max-width: 929px;
  z-index: 1;
}
.bg2 {
  position: absolute;
  top: 428px;
  left: 0;
  width: 100%;
  max-width: 623px;
  z-index: 1;
}
/* -------------------------------- */
.what {
  position: relative;
  padding: 160px 5% 160px;
  z-index: 2;
}
.what__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.what h2 {
  color: #e47d6e;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 2;
}
.what h3 {
  margin-top: 40px;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 62px;
}
.what__description {
  margin-top: 40px;
  line-height: 2;
}
.what__contetns {
  position: relative;
  margin-top: 70px;
}
.what__contetns .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
}
.what__contetns ul {
  display: flex;
  gap: 40px;
}
.what__contetns ul li {
  flex: 1;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .05);
}
.what__contetns ul li:nth-child(2) {
  background-color: #f9ecec;
}
.what__user {
  display: flex;
  justify-content: center;
  align-items: center;
}
.what__user span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 35px;
  background-color: #e47d6e;
  color: #fff;
  text-align: center;
  border: 1px solid #e47d6e;
  border-radius: 20px;
}
.what__contetns ul li:nth-child(2) .what__user span {
  background-color: #fff;
  color: #e47d6e;
}
.what__visual {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.what__ttl {
  font-size: 26px;
  line-height: 62px;
  text-align: center;
}
.what__text {
  margin-top: 30px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .what {
    padding: 60px 24px 100px;
  }
  .what h2 {
    color: #e47d6e;
    line-height: 2;
  }
  .what h3 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.8;
  }
  .what__description {
    margin-top: 30px;
    line-height: 2;
  }
  .what__contetns {
    margin-top: 50px;
  }
  .what__contetns .icon {
    top: calc(100% - 17px);
    transform: translate(-50%, 0) rotate(90deg);
  }
  .what__contetns ul {
    flex-direction: column;
    gap: 40px;
  }
  .what__contetns ul li:nth-child(1) {
    position: relative;
    z-index: 2;
  }
  .what__contetns ul li {
    padding: 40px 20px;
  }
  .what__user span {
    width: 110px;
    height: 35px;
  }
  .what__visual {
    margin-top: 20px;
  }
  .what__ttl {
    font-size: 22px;
    line-height: 2;
  }
  .what__text {
    margin-top: 20px;
    line-height: 2;
  }
}
/* -------------------------------- */
.about {
  position: relative;
  padding: 0 5%;
  overflow: hidden;
  background: #faf2e8;
}
.about__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 170px 0 170px;
}
.about h2 {
  position: relative;
  text-align: center;
  z-index: 2;
}
.about h2 .en {
  display: block;
  font-size: 52px;
  letter-spacing: .05em;
}
.about h2 .ja {
  display: block;
  margin-top: 10px;
  color: #e47d6e;
}
.about h3 {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-left: -40px;
  font-size: 38px;
  font-weight: bold;
  line-height: 62px;
  letter-spacing: .05em;
  z-index: 3;
}
.about__content {
  position: relative;
  display: flex;
  z-index: 3;
}
.about__visual {
  width: 531px;
  min-width: 531px;
  padding-top: 40px;
}
.about__visual img {
  transform: translateX(-37px);
}
.about__texts {
  width: 100%;
  padding-left: 100px;
}
.about__text {
  font-size: 20px;
  letter-spacing: .065em;
  line-height: 42px;
}
.about__btn {
  margin-top: 50px;
}
.about__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 392px;
  height: 70px;
  background-color: #e47d6e;
  color: #fff;
  letter-spacing: .05em;
  text-align: center;
  border: 1px solid #e47d6e;
  border-radius: 35px;
}
.about__btn a::after {
  position: absolute;
  content: '\f061';
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  transition: .3s;
}
.about__btn a:hover {
  background-color: #fff;
  color: #e47d6e;
  transition: .3s;
}
.about__btn a:hover::after {
  right: 19px;
  transition: .3s;
}
.about__visual2 {
  position: absolute;
  top: 116px;
  right: 50px;
  width: 277px;
  z-index: 2;
}
.about__bg1 {
  position: absolute;
  top: 40%;
  left: -150px;
  transform: translate(0, -50%);
  width: 525px;
  z-index: 1;
  animation: float-about1 12s ease-in-out infinite;
}
@keyframes float-about1 {
  0% {
    transform: translate(0px, -50%);
  }
  25% {
    transform: translate(50px, -52%);
  }
  50% {
    transform: translate(-50px, -48%);
  }
  75% {
    transform: translate(30px, -51%);
  }
  100% {
    transform: translate(0px, -50%);
  }
}
.about__bg2 {
  position: absolute;
  bottom: 50px;
  right: 0px;
  width: 525px;
  z-index: 1;
  animation: float-about2 14s ease-in-out infinite;
}
@keyframes float-about2 {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(-40px, 30px);
  }
  50% {
    transform: translate(60px, -40px);
  }
  75% {
    transform: translate(-30px, 20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 0;
  }
  .about__inner {
    padding: 80px 24px 100px;
  }
  .about h3 {
    margin-top: 20px;
    margin-left: 0;
    font-size: 24px;
    line-height: 1.8;
  }
  .about__content {
    flex-direction: column;
  }
  .about__visual {
    width: 100%;
    min-width: initial;
    padding-top: 50px;
  }
  .about__visual img {
    transform: translateX(0);
  }
  .about__texts {
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
  }
  .about__text {
    font-size: 16px;
    letter-spacing: .065em;
    line-height: 2;
  }
  .about__btn {
    margin-top: 50px;
  }
  .about__btn a {
    max-width: 100%;
  }
  .about__btn a::after {
    right: 25px;
  }
  .about__visual2 {
    top: 50px;
    right: 50px;
    width: 100px;
    z-index: 2;
  }
  .about__bg1 {
    top: 200px;
    left: -150px;
    width: 525px;
  }
  .about__bg2 {
    bottom: 200px;
    right: -100px;
    width: 525px;
  }
}
/* -------------------------------- */
.about ul.process__list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.about ul.process__list > li {
  position: relative;
  padding: 30px 80px;
}
.about ul.process__list > li:last-child::after {
  display: none;
}
.about ul.process__list > li .process__list-number {
  position: absolute;
  top: 35px;
  left: 0;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  color: #e47d6e;
  line-height: 1.1;
  border-radius: 50%;
}
.about ul.process__list > li .process__list-number .step {
  font-size: 14px;
  letter-spacing: .1em;
}
.about ul.process__list > li .process__list-number .number {
  font-size: 30px;
  font-weight: 600;
}
.about ul.process__list > li h3 {
  color: #e47d6e;
  font-size: 24px;
  letter-spacing: .05em;
  margin: -8px 0 0;
}
.about ul.process__list > li .flow__text {
  margin-top: 20px;
  line-height: 2;
  letter-spacing: .05em;
}
.about ul.process__list > li .flow__text small {
  display: block;
  color: #888;
  font-size: 14px;
}
.about ul.process__list > li .flow__text ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 25px;
  padding: 15px 22px;
  border: 1px solid #e47d6e;
  border-radius: 10px;
}
.about ul.process__list > li .flow__text ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.5;
}
.about ul.process__list > li .flow__text ul li div {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.about ul.process__list > li .flow__text ul li i {
  margin-top: 10px;
  color: #e47d6e;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 20px 24px 100px;
  }
  .about h2 .en {
    font-size: 36px;
    letter-spacing: .05em;
  }
  .about h2 .ja {
    margin-top: 10px;
  }
  .about ul.process__list {
    gap: 100px;
    margin-top: 80px;
  }
  .about ul.process__list > li {
    padding: 60px 20px 20px;
  }
  .about ul.process__list > li::after {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    height: 60px;
    font-size: 30px;
  }
  .about ul.process__list > li .process__list-number {
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
    height: 100px;
  }
  .about ul.process__list > li .process__list-number .step {
    font-size: 14px;
    letter-spacing: .1em;
  }
  .about ul.process__list > li .process__list-number .number {
    font-size: 30px;
    font-weight: 600;
  }
  .about ul.process__list > li h3 {
    font-size: 18px;
    letter-spacing: .05em;
    margin-top: 30px;
  }
  .about ul.process__list > li .flow__text {
    margin-top: 10px;
    line-height: 2;
    letter-spacing: .05em;
  }
  .about ul.process__list > li .flow__text small {
    font-size: 14px;
  }
  .about ul.process__list > li .flow__text ul {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 25px;
    padding: 15px 22px;
  }
  .about ul.process__list > li .flow__text ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.5;
  }
  .about ul.process__list > li .flow__text ul li div {
    display: flex;
    align-items: flex-start;
    gap: 6px;
  }
  .about ul.process__list > li .flow__text ul li i {
    margin-top: 4px;
  }
}
/* -------------------------------- */