@charset "UTF-8";

/*----------------------------------------------------
  vision
----------------------------------------------------*/
.vision .l-inner {
  max-width: 1200px;
}

.vision-col {
  margin-bottom: 100px;
  align-items: flex-start;
}

.vision-inner {
  width: 58%;
}

p.vision-inner__lead {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
}

.vision-inner__text {
  font-size: 1.8rem;
}

.vision-img__wrapper {
  width: 37.5%;
  position: relative;
}

.vision-img {
  width: 100%;
  position: relative;
  clip-path: inset(0 0 0 round 20px);
  overflow: hidden;
}

.vision-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 111%;
}

.vision-img__main {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.vision__shape {
  width: 35%;
  position: absolute;
  bottom: -12.5%;
  right: -12.5%;
  transform: rotate(-30deg);
  z-index: -1;
}

.vision-summary {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 80px;
  position: relative;
}

.vision-bg__text {
  opacity: .1;
}

.vision-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.vision-bg__img {
  position: absolute;
  aspect-ratio: 1/1;
  clip-path: inset(0 0 0 round 10px);
}

.vision-bg__img--left {
  bottom: 10%;
  left: -2.5%;
  width: 15%;
}

.vision-bg__img--right {
  bottom: -5%;
  right: -5%;
  width: 17.5%;
}

.shape-circle {
  display: inline-block;
  width: 120%;
  height: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle,
      rgba(246, 215, 116, 1),
      rgba(246, 215, 116, 0));
  border-radius: 50%;
  filter: blur(50px);
  opacity: .5;
  z-index: -1;
}

/*----------------------------------------------------
  message
----------------------------------------------------*/
.message {
  padding: 0;
}

.message::after {
  display: block;
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('../img/common/shape-bg--w.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .5;
  z-index: -1;
}

.ceo-person-container {
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
}

.ceo-person-container::after {
  display: block;
  content: '';
  width: 96.5vw;
  height: calc(100% - 50px);
  position: absolute;
  top: 50px;
  left: -1.5%;
  background: #fff1e9;
  border-radius: 40px 0 0 40px;
  z-index: -1;
}

.profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.profile-person {
  width: 27.5%;
  margin-right: 5%;
  position: relative;
}

.profile-person__img {
  aspect-ratio: 1/1;
  border-radius: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.name {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  position: relative;
  z-index: 1;
}

.profile-person__img-bg {
  width: 30%;
  position: absolute;
  bottom: 0;
  left: -10%;
}

.profile-message {
  width: 52.5%;
  margin-top: 80px;
}

.profile-message--full {
  width: 85%;
  margin: 60px auto 0 auto;
}

.ceo-name {
  width: 85%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
}

.ceo-name__link {
  font-size: 1.4rem;
  border-bottom: 1px solid #4A3C34;
}

.message-bg {
  width: auto;
  height: 72.5%;
  position: absolute;
  top: 25%;
  right: 0;
  opacity: .1;
}

.message-bg>img {
  width: auto;
  height: 100%;
}

/*----------------------------------------------------
  feature
----------------------------------------------------*/
.feature {
  padding-bottom: 0;
}

.l-col__feature {
  width: 90%;
  align-items: center;
  margin: 0 auto 80px auto;
}

.feature-img {
  width: 40%;
  text-align: center;
}

.feature-img__main {
  width: 100%;
  margin: 0 auto 10px auto;
}

.feature-img__text {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 30px;
  border-radius: 6px;
  background: #FEF0E6;
}

.feature-inner {
  width: 55%;
}

.feature-inner__text {
  font-size: 1.8rem;
}

.feature-inner__text-main {
  font-size: 2.2rem;
  font-weight: 700;
}

.feature-box {
  width: 100%;
  padding: 80px 0 150px 0;
  position: relative;
}

.feature-box::after {
  display: block;
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('../img/top/bg-feature.png');
  background-size: cover;
  background-position: top center;
  z-index: -1;
}

.feature-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  flex-wrap: wrap;
}

.feature-item {
  width: 28%;
}

.feature-item:nth-of-type(n+4) {
  margin-top: 40px;
}

.feature-item__img {
  position: relative;
}

.feature-item__img-main {
  border-radius: 10px;
}

.feature-point {
  width: 25%;
  position: absolute;
  left: -7.5%;
  top: -5%;
}

.feature-item__desc {
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}

.feature-bg__text {
  position: absolute;
  width: auto;
  height: 35%;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: -1;
  opacity: .15;
}

/*----------------------------------------------------
  box-arrow
----------------------------------------------------*/

.box-arrow {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  position: relative;
}

.box-arrow__feature {
  margin: 0;
  margin-top: -40px;
}

.box-arrow span {
  display: block;
  width: 16px;
  height: 16px;
  border-top: 16px solid #5CC7FF;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 16px solid transparent;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.box-arrow__feature span {
  width: 8px;
  height: 8px;
  border-top: 8px solid #5CC7FF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.box-arrow span:nth-of-type(2) {
  animation-delay: .15s;
}

.box-arrow span:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width:1536px) {
  .feature-item {
    width: 30%;
  }
}

@media screen and (max-width:1440px) {
  .feature-item {
    width: 31%;
  }

  .feature-point {
    width: 22%;
    left: -5.5%;
  }

  .feature-item__desc {
    padding: 20px 10px;
  }
}

@media screen and (max-width:1280px) {

  /*---feature---*/
  .feature-item__desc {
    font-size: 1.7rem;
  }
}

@media screen and (max-width:1100px) {

  /*---feature---*/
  .feature-item {
    width: 42%;
  }

  .feature-item:nth-of-type(n+3) {
    margin-top: 40px;
  }

  .feature-item__desc {
    font-size: 1.8rem;
  }
}

@media screen and (max-width:1024px) {
  .profile {
    width: 70%;
    margin: 0 auto 40px auto;
    flex-direction: column;
  }

  .profile-person {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
  }

  .name .ui--sp {
    display: block;
  }

  .profile-message {
    margin-top: 0;
    width: 100%;
  }

  .message-bg {
    width: auto;
    height: 85%;
    position: absolute;
    top: 12.5%;
    right: initial;
    left: 0;
    opacity: .1;
  }

  /*--- vision ---*/
  .vision-col {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .vision-img__wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .vision-img::after {
    padding-top: 65%;
  }

  .vision__shape {
    width: 22%;
    bottom: -16.5%;
    right: -5.5%;
  }

  .vision-inner {
    width: 80%;
  }

  .vision-summary .ui--sp {
    display: block;
  }

  .vision-bg__img--left {
    bottom: 10%;
    left: 0.5%;
    width: 20%;
  }

  .vision-bg__img--right {
    bottom: 0;
    right: -5%;
    width: 24.5%;
  }

  /*--- feature ---*/
  .l-col__feature {
    width: 80%;
    flex-direction: column;
  }

  .feature-img {
    width: 80%;
    margin-bottom: 60px;
  }

  .feature-inner {
    width: 100%;
  }
}

@media screen and (max-width:897px) {

  .profile {
    width: 75%;
  }

  .ceo-name {
    width: 100%;
    margin-top: 14px;
  }

  /*---feature---*/
  .l-col__feature {
    width: 90%;
  }

  .feature-list {
    justify-content: space-between;
  }

  .feature-item {
    width: 48%;
  }
}

@media screen and (max-width:787px) {

  .profile {
    width: 85%;
  }

  /*---feature---*/
  .l-col__feature {
    width: 100%;
  }

  .feature-item:nth-of-type(4) br,
  .feature-item:nth-of-type(5) br {
    display: none;
  }
}

@media screen and (max-width:680px) {

  .profile {
    width: 90%;
  }

  /*---vision---*/
  .vision-inner {
    width: 95%;
  }

  .vision-summary {
    margin-bottom: 30px;
  }

  .vision-bg__text {
    margin-bottom: 30px;
  }

  .vision-bg {
    position: relative;
    height: auto;
    top: initial;
    left: initial;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }

  .vision-bg__img {
    position: relative;
  }

  .vision-bg__img--left {
    width: 30%;
    left: initial;
    bottom: initial;
    aspect-ratio: initial;
    margin-right: 2.5%;
  }

  .vision-bg__img--left::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 130%;
  }

  .vision-bg__img--right {
    width: 60%;
    right: initial;
    bottom: initial;
    aspect-ratio: initial;
  }

  .vision-bg__img--right::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 65%;
  }

  .vision-bg__img picture,
  .vision-bg__img img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  /*---feature---*/
  .feature-inner__text-main {
    font-size: 2rem;
  }

  .feature-item__desc {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:480px) {

  /*---vision---*/
  .vision-col {
    margin-bottom: 40px;
  }

  .vision-img__wrapper {
    margin-bottom: 30px;
  }

  .vision-img {
    clip-path: inset(0 0 0 round 10px);
  }

  p.vision-inner__lead {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .vision-inner__text {
    font-size: 1.6rem;
  }

  .vision-summary {
    font-size: 2rem;
  }

  /*---message---*/
  .message .section-heading {
    margin-bottom: 10px;
  }

  .profile-person__img {
    border-radius: 10px;
    margin-bottom: 0;
  }

  .profile-person__img-bg {
    width: 45%;
    position: absolute;
    bottom: 5%;
    left: -20%;
  }

  .name {
    font-size: 1.2rem;
  }

  .profile {
    width: 95%;
    margin-left: auto;
    margin-right: 0;
  }

  .profile-message {
    font-size: 1.5rem;
  }

  .profile-message:not(.profile-message--full) {
    margin-top: -30px;
  }

  .ceo-name {
    font-size: 1.8rem;
  }

  .ceo-name__link {
    font-size: 1.2rem;
  }

  .message-bg {
    opacity: .075;
  }

  /*---feature---*/
  .feature-img {
    width: 95%;
    margin-bottom: 30px;
  }

  .feature-img__text {
    padding: 0;
    width: 100%;
  }

  .feature-inner__text {
    font-size: 1.6rem;
  }

  .feature-inner__text-main {
    font-size: 2rem;
  }

  .feature-inner__text-main .ui--sp {
    display: block;
  }

  .feature-list {
    flex-direction: column;
    align-items: center;
  }

  .feature-item {
    width: 95%;
  }

  .feature-item:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .feature-item__desc {
    font-size: 1.7rem;
  }

  .feature-box::after {
    background: url('../img/top/bg-feature--sp.png');
    background-size: cover;
    background-position: top center;
    z-index: -1;
  }

  .feature-bg__text {
    display: none;
  }
}