@charset "utf-8";
/*------------------------------------------------------------------

  コノベルとは

------------------------------------------------------------------*/

/* PC以下共通サイズ------------------------------- */
main {
  padding-top: 0;
}
.about_header {
  position: relative;
}
.bg_area {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg_area .img_area {
  display: block;
  height: 100vh;
  position: sticky;
  top: 0;
  width: 100%;
}
.bg_area .img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copy_area {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 7.7%;
  gap: 30px 0;
}
.copy_area .ttl1 {
  align-items: flex-start;
  font-size: 24px;
}
.copy_area .ttl1 .en_font {
  font-size: 14px;
}
.copy_area .ttl1 .en_font:after {
  content: none;
}
.copy_area .copy {
  width: 600px;
}
.message_area {
  padding: 0 10% 200px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.message_area h2 {
  font-size: 24px;
  line-height: 2.2;
  color: var(--c-txtblue);
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.message_area p {
  line-height: 2.8;
  font-weight: var(--fw-mid);
  letter-spacing: 0.08em;
  text-shadow: 0px 1px 2px #fff;
}
.message_area p {
  line-height: 2.8;
  font-weight: var(--fw-mid);
  letter-spacing: 0.08em;
}

.features .ttl1 {
  margin-bottom: 90px;
}
.features_wrap {
  display: flex;
  flex-direction: column;
  gap: 90px 0;
}
.features_wrap .item {
  display: flex;
  gap: 30px 4.3%;
  align-items: center;
  padding: 0 4% 0 0;
}
.features_wrap .img_area {
  width: 45%;
  aspect-ratio: 3 / 2;
  position: relative;
}
.features_wrap .img_area .main_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}
.features_wrap .img_area .num_area {
  position: absolute;
  top: -36px;
  left: 10%;
  height: 93px;
}
.features_wrap .txt_area {
  flex: 1;
  max-width: 525px;
}
.features_wrap .maru_font {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px 0;
}
.features_wrap .maru_font span {
  color: #fff;
  background: var(--c-blue);
  line-height: 1.6;
  padding: 0 10px;
  font-size: 28px;
  letter-spacing: 0.05em;
}
.features_wrap .txt_basic {
  line-height: 2.2;
}
.features_wrap .txt_link2 {
  margin-top: 25px;
}
.features_wrap .item:nth-child(even) {
  flex-direction: row-reverse;
  padding: 0 0 0 4%;
}
.features_wrap .item:nth-child(even) .img_area .main_img {
  border-radius: 30px 0 0 30px;
}
.features_wrap .item:nth-child(even) .img_area .num_area {
  left: auto;
  right: 10%;
}

.why {
  background: var(--c-lightblue);
}
.why .ttl1 {
  margin-bottom: 60px;
  position: relative;
}
.why .inner {
  background: #fff;
  border-radius: 100px;
  padding: 100px 10%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  overflow: hidden;
}
.why .inner:before {
  content: "";
  position: absolute;
  right: -10px;
  top: -15px;
  height: 270px;
  aspect-ratio: 8 / 9;
  background: url(../img/common/logo_face.svg) right / contain no-repeat;
  opacity: 0.15;
}
.why h3 {
  color: var(--c-txtblue);
  font-weight: var(--fw-bold);
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 15px;
  letter-spacing: 0.07em;
}
.why p {
  line-height: 2.2;
}
.why .name_area {
  text-align: right;
  padding-top: 30px;
}
.why .name_area dt {
  font-size: 14px;
  font-weight: var(--fw-normal);
  margin-bottom: 15px;
}
.why .name_area img {
  height: 32px;
}

.reason {
  background: #fff;
  position: relative;
  padding-bottom: 0 !important;
}
.reason .ttl1 {
  margin-bottom: 60px;
}
.reason ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.reason li {
  width: calc(50% - 10px);
  background: var(--c-lightgray);
  padding: 30px 4% 40px;
  border-radius: 30px;
  display: grid;
  grid-gap: 20px 20px;
  grid-template-columns: 90px 1fr;
  grid-template-rows: 90px 1fr;
  grid-template-areas:
    "areaA areaB"
    "areaC areaC";
}
.reason .icon {
  grid-area: areaA;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason .icon img {
  width: 60px;
}
.reason h3 {
  grid-area: areaB;
  display: flex;
  align-items: center;
  font-weight: var(--fw-bold);
  line-height: 1.5;
  font-size: 20px;
}
.reason p {
  grid-area: areaC;
  font-size: 15px;
}

@media (hover: hover) and (pointer: fine) {
}

/* PCのみサイズ------------------------------- */
@media screen and (min-width: 1051px) {
}

/* タブレット（iPad Pro）以下サイズ------------------------------- */
@media screen and (max-width: 1050px) {
  .copy_area {
    justify-content: flex-start;
    padding: 15vh 7.7%;
  }
  .bg_area .img_area img {
    object-position: bottom -140px right 0;
  }
  .features_wrap .maru_font.pc {
    display: none !important;
  }
  .features_wrap .maru_font.sp {
    display: flex !important;
  }
}

/* タブレット（iPad）以下サイズ------------------------------- */
@media screen and (max-width: 1023px) {
  .copy_area .copy {
    width: 460px;
  }
  article {
    overflow: visible;
  }
  .features_wrap .maru_font span {
    font-size: 24px;
  }
  .features_wrap .img_area {
    aspect-ratio: 3 / 4;
  }
  .features_wrap .img_area .num_area {
    height: 70px;
  }
  .why .inner {
    padding: 80px 8%;
  }
  .why h3 {
    font-size: 22px;
  }
  .reason li {
    width: 100%;
  }
}

/* スマホサイズ------------------------------- */
@media screen and (max-width: 767px) {
  .copy_area {
    padding: 15vh 5% 0;
  }
  .copy_area .ttl1 {
    font-size: 20px;
  }
  .bg_area .img_area img {
    object-position: 0;
  }
  .copy_area .copy {
    width: 100%;
  }
  .message_area {
    gap: 15px 0;
    padding: 0 8% 300px;
  }
  .message_area h2 {
    font-size: min(5.7vw, 23px);
    line-height: 2;
    margin-bottom: 15px;
  }
  .message_area p {
    line-height: 2.4;
  }
  .page_menu a span br {
    display: none;
  }
  .features .ttl1 {
    margin-bottom: 70px;
  }
  .features_wrap .item {
    flex-direction: column !important;
    padding: 0 !important;
    align-items: flex-start;
  }
  .features_wrap .item:nth-child(even) {
    align-items: flex-end;
  }
  .features_wrap .img_area {
    aspect-ratio: 3 / 2;
    width: 95%;
  }
  .features_wrap .img_area .num_area {
    top: -30px;
    left: 5%;
    height: 65px;
  }
  .features_wrap .txt_area {
    padding: 0 5%;
  }
  .features_wrap .maru_font {
    margin-bottom: 15px;
    gap: 5px 0;
  }
  .features_wrap .maru_font span {
    font-size: min(5.9vw, 24px);
  }
  .features_wrap .item:nth-child(even) .img_area .num_area {
    right: 5%;
  }
  .why .ttl1 {
    margin-bottom: 50px;
  }
  .why .inner {
    padding: 65px 5%;
    border-radius: 50px;
    width: 94%;
    gap: 20px 0;
  }
  .why .inner:before {
    right: -4px;
    top: -8px;
    height: 130px;
  }
  .why h3 {
    font-size: min(5vw, 20px);
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .why p {
    line-height: 2;
  }
  .why .name_area {
    padding-top: 5px;
  }
  .why .name_area img {
    height: 28px;
  }
  .why .name_area dt {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .reason .ttl1 {
    margin-bottom: 40px;
  }
  .reason ul {
    gap: 10px 0;
  }
  .reason li {
    width: 100%;
    padding: 25px 7%;
    grid-gap: 10px 15px;
    grid-template-columns: 70px 1fr;
    grid-template-rows: 70px 1fr;
  }
  .reason .icon {
    width: 70px;
    height: 70px;
  }
  .reason .icon img {
    width: 48px;
  }
  .reason h3 {
    font-size: 16px;
  }
  .reason p {
    font-size: 13px;
  }
}
