@charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
/* header .menu .child {
  display: block;
} */

/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv ↓↓↓ */
.fv {
  width: 100%;
  height: 603px;
  padding-top: 75px;
  position: relative;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .fv {
    height: 500px;
    padding-top: 35px;
  }
}

.fv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 66.321cqw;
  height: 100%;
  background: rgb(140, 188, 237);
  background: linear-gradient(-120deg, rgba(100, 219, 214, 0.5) -10%, rgba(140, 211, 244, 0.5) 48%, rgba(140, 188, 237, 0.5) 110%);
}

@media (max-width: 768px) {
  .fv::before {
    width: 85.334%;
  }
}

.fv::after {
  content: 'RESEARCH';
  position: absolute;
  bottom: -6px;
  right: -2px;
  font-family: var(--abel);
  font-size: 13.5rem;
  letter-spacing: -0.02em;
  line-height: .73;
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  opacity: .8;
}

@media (max-width: 1200px) {
  .fv::after {
    font-size: max(100px, 13.7754cqw);
  }
}

@media (max-width: 768px) {
  .fv::after {
    font-size: 6.8rem;
    line-height: .85;
    -webkit-text-stroke: 0.5px #FFF;
    text-stroke: 0.5px #FFF;
  }
}

.fv .image-block {
  width: 75.472cqw;
  margin: 0 auto;
  translate: -30px 0;
  position: relative;
  z-index: 1;
}

@container (max-width: 980px) {
  .fv .image-block {
    margin-left: 10.204cqw;
    translate: 0;
  }
}

@media (max-width: 768px) {
  .fv .image-block {
    width: 85.334%;
    margin-left: 0;
  }
}

.fv .image-block .pagetitle {
  width: 378px;
  height: 78px;
  font-family: var(--notosans);
  font-size: 3.0rem;
  color: #fff;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: rgb(0, 107, 216);
  background: linear-gradient(90deg, rgba(0, 107, 216, 1) 0%, rgba(0, 158, 230, 1) 48%, rgba(0, 107, 216, 1) 100%);
  scale: 0 1;
  transform-origin: left;
}

@container (max-width: 980px) {
  .fv .image-block .pagetitle {
    width: 38.572cqw;
    font-size: max(22px, 3.0612cqw);
  }
}

@media (max-width: 768px) {
  .fv .image-block .pagetitle {
    width: 270px;
    height: 56px;
    font-size: 2.4rem;
  }
}

.fv .image-block .pagetitle .wrap {
  display: block;
  width: fit-content;
  height: 100%;
  transform-origin: left;
  translate: -100% 0;
  overflow: hidden;
}

.fv .image-block .pagetitle .txt {
  display: block;
  width: 100%;
  height: 100%;
  translate: 100% 0;
}

.fv .image-block .image {
  width: 100%;
  height: 400px;
  margin-top: -39px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 768px) {
  .fv .image-block .image {
    height: 390px;
    margin-top: -28px;
  }
}

.fv .image-block .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ contents ↓↓↓ */
.contents {
  margin-top: 90px;
  padding: 0 27px;
}

@media (max-width: 768px) {
  .contents {
    margin-top: 70px;
  }
}

.anker-list {
  margin: 80px auto;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .anker-list {
    width: calc(100% + 54px);
    margin-bottom: 50px;
    translate: -27px 0;
  }
}

.anker-list a {
  width: 200px;
  height: 64px;
  margin: 0 12px;
  padding-top: 20px;
  border-radius: 32px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: .2em;
  text-align: center;
  position: relative;
  transition: opacity 300ms 0s ease;
}

@media (max-width: 768px) {
  .anker-list a {
    width: 160px;
    height: 52px;
    margin: 0 5px;
    padding-top: 12px;
    letter-spacing: .1em;
  }
}


@media (min-width: 769px) {
  .anker-list a:hover {
    opacity: .7;
  }
}

.anker-list a[href*="company"] {
  background-color: #006BD8;
}

.anker-list a[href*="member"] {
  background-color: #22CCC4;
}

.anker-list a::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: calc(50% - 6px);
  width: 13px;
  height: 8px;
  background: url(../img/research/anker-arrow_pc.png)no-repeat;
}

@media (max-width: 768px) {
  .anker-list a::after {
    bottom: 9px;
    left: calc(50% - 5px);
    width: 10px;
    height: 6px;
    background: url(../img/research/anker-arrow_sp.png)no-repeat;
  }
}

.read-block {
  max-width: 720px;
  margin: 0 auto;
}

.read-block .title {
  margin-bottom: 20px;
  padding-bottom: 30px;
  font-family: var(--notosans);
  font-size: 3.2rem;
  color: #4F515E;
  text-align: center;
  letter-spacing: .3em;
  line-height: 1;
  position: relative;
}

@container (max-width: 645px) {
  .read-block .title {
    font-size: 4.9612cqw;
  }
}

@media (max-width: 768px) {
  .read-block .title {
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 2.8rem;
    line-height: 1.6;
  }
}

.read-block .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 45px;
  height: 1px;
  background-color: #006BD8;
}

.read-block .text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  text-align: justify;
  word-break: break-all;
}

.company {
  width: calc(100% + 54px);
  padding: 65px 27px 105px;
  translate: -27px 0;
  background-color: #E5F0FB;
}

@media (max-width: 768px) {
  .company {
    padding-bottom: 150px;
  }
}

.company .about {
  max-width: 860px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  position: relative;
  container-type: inline-size;
}

@container (max-width: 859px) {
  .company .about {
    gap: 1.5cqw;
  }
}

@media (max-width: 768px) {
  .company .about {
    margin-top: 35px;
    gap: 10px 0;
  }
}

.company .about .item {
  position: relative;
}

.company .about .item.item1 {
  width: 461px;
}

@container (max-width: 859px) {

  .company .about .item.item1 {
    width: 52cqw;
  }
}

.company .about .item.item2 {
  width: 375px;
}

@container (max-width: 859px) {

  .company .about .item.item2 {
    width: 42.5cqw;
  }
}

.company .about .item.item3 {
  width: 100%;
}

.company .about .item.item4 {
  width: 100%;
}

.company .about .item.item5 {
  width: 538px;
}

@container (max-width: 859px) {
  .company .about .item.item5 {
    width: 61.5cqw;
  }
}

.company .about .item.item6 {
  width: 298px;
}

@container (max-width: 859px) {
  .company .about .item.item6 {
    width: 34cqw;
  }
}

@media (max-width: 768px) {

  .company .about .item.item1,
  .company .about .item.item2,
  .company .about .item.item3,
  .company .about .item.item4,
  .company .about .item.item5,
  .company .about .item.item6 {
    width: 100%;
  }

  .company .about .item.item5 img[src*="item5-1"] {
    margin-bottom: 10px;
  }
}

.company .about .item1 .deco {
  position: absolute;
  bottom: 22px;
  left: -30px;
  width: 91px;
}

@container (max-width: 859px) {
  .company .about .item1 .deco {
    bottom: 2.5648cqw;
    left: -3.4975cqw;
    width: 10.61cqw;
  }
}

@media (max-width: 768px) {
  .company .about .item1 .deco {
    top: -45px;
    left: -18px;
    width: 64px;
  }
}

.company .about .item5 .deco {
  position: absolute;
  top: 169px;
  left: -26px;
  width: 71px;
}

@container (max-width: 859px) {
  .company .about .item5 .deco {
    top: 19.65cqw;
    left: -3cqw;
    width: 8.256cqw;
  }
}

@media (max-width: 768px) {
  .company .about .item5 .deco {
    top: 60cqw;
    left: -12px;
    width: 72px;
  }
}

.company .about .item6 .deco {
  position: absolute;
  bottom: -28px;
  right: 25px;
  width: 130px;
}

@container (max-width: 859px) {
  .company .about .item6 .deco {
    bottom: -3.2557cqw;
    right: 2.907cqw;
    width: 15.117cqw;
  }
}

@media (max-width: 768px) {
  .company .about .item6 .deco {
    bottom: -80px;
    right: -16px;
    width: 110px;
  }
}

.company .voice {
  width: 100%;
  position: relative;
}

.company .voice::after {
  content: 'VOICE';
  position: absolute;
  bottom: -40px;
  right: -125px;
  font-family: var(--abel);
  font-size: 27.2rem;
  line-height: 1;
  letter-spacing: .05em;
  color: #fff;
}

@container (max-width: 1279px) {
  .company .voice::after {
    bottom: -4.65cqw;
    right: -14.535cqw;
    font-size: 31.628cqw;
  }
}

@media (max-width: 768px) {
  .company .voice::after {
    bottom: -70px;
    right: -35px;
    font-size: 10.8rem;
  }
}

.company .voice .title {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 72px;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .3em;
  color: #4F515E;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .company .voice .title {
    margin-bottom: 40px;
    padding-top: 85px;
    font-size: 2.4rem;
  }
}

.company .voice .title::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  width: 1px;
  height: 80px;
  background-color: #006BD8;
}

@media (max-width: 768px) {
  .company .voice .title::before {
    top: -25px;
    height: 55px;
  }
}

.company .voice .title::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  translate: -6px 0;
  rotate: 45deg;
  width: 13px;
  height: 13px;
  background-color: #006BD8;
}

@media (max-width: 768px) {
  .company .voice .title::after {
    translate: -5px 0;
    width: 11px;
    height: 11px;
  }
}

.company .voice picture {
  display: block;
  max-width: 744px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .company .voice picture {
    width: calc(100% + 29px);
    translate: -15px 0;
  }
}

.company .voice .deco {
  position: absolute;
  bottom: -35px;
  left: 20px;
  width: 90px;
  z-index: 1;
}

@container (max-width: 859px) {
  .company .voice .deco {
    width: 10.466cqw;
  }
}

@media (max-width: 768px) {
  .company .voice .deco {
    bottom: -130px;
    left: 20px;
    width: 72px;
  }
}


.member {
  width: calc(100% + 54px);
  margin-top: 50px;
  padding: 65px 27px 105px;
  translate: -27px 0;
  background-color: #E9FAF9;
}

@media (max-width: 768px) {
  .member {
    padding-bottom: 150px;
  }
}

.member .about {
  max-width: 860px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  position: relative;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .member .about {
    margin-top: 35px;
    gap: 10px 0;
  }
}

.member .about .item {
  position: relative;
}

.member .about .item.item1 {
  width: 370px;
}

@container (max-width: 859px) {

  .member .about .item.item1 {
    width: 41.5cqw;
  }
}

.member .about .item.item3,
.member .about .item.item2 {
  width: 221px;
}

@container (max-width: 859px) {

  .member .about .item.item3,
  .member .about .item.item2 {
    width: 24.8cqw;
  }
}

.member .about .item.item5,
.member .about .item.item4 {
  width: 418px;
}

@container (max-width: 859px) {

  .member .about .item.item5,
  .member .about .item.item4 {
    width: 46cqw;
  }
}

.member .about .item.item6 {
  width: 260px;
}

@container (max-width: 859px) {
  .member .about .item.item6 {
    width: 29cqw;
  }
}

.member .about .item.item7 {
  width: 576px;
}

@container (max-width: 859px) {
  .member .about .item.item7 {
    width: 64.5cqw;
  }
}

.member .about .item.item8 {
  width: 494px;
}

@container (max-width: 859px) {
  .member .about .item.item8 {
    width: 56cqw;
  }
}

.member .about .item.item9 {
  width: 342px;
}

@container (max-width: 859px) {
  .member .about .item.item9 {
    width: 39cqw;
  }
}

@media (max-width: 768px) {

  .member .about .item.item9,
  .member .about .item.item8,
  .member .about .item.item1,
  .member .about .item.item2,
  .member .about .item.item3,
  .member .about .item.item4,
  .member .about .item.item5,
  .member .about .item.item6,
  .member .about .item.item7 {
    width: 100%;
  }
}

.member .about .item1 .deco {
  position: absolute;
  top: 15px;
  left: -30px;
  width: 65px;
}

@container (max-width: 859px) {
  .member .about .item1 .deco {
    left: -3.4975cqw;
    width: 7.578cqw;
  }
}

@media (max-width: 768px) {
  .member .about .item1 .deco {
    position: absolute;
    top: 9px;
    left: -9px;
    width: 68px;
  }
}

.member .about .item5 .deco {
  position: absolute;
  top: -47px;
  right: -45px;
  width: 90px;
}

@container (max-width: 859px) {
  .member .about .item5 .deco {
    top: -5.2463cqw;
    right: -5cqw;
    width: 10.493cqw;
  }
}

@media (max-width: 768px) {
  .member .about .item5 .deco {
    top: -54px;
    right: -13px;
    width: 90px;
  }
}

.member .about .item9 .deco {
  position: absolute;
  top: 110px;
  right: -30px;
  width: 116px;
}

@container (max-width: 859px) {
  .member .about .item9 .deco {
    top: 11.659cqw;
    right: -5.83cqw;
    width: 13.524cqw;
  }
}

@media (max-width: 768px) {
  .member .about .item9 .deco {
    top: 100px;
    right: -17px;
    width: 110px;
  }
}

.member .voice {
  width: 100%;
  position: relative;
}

.member .voice::after {
  content: 'VOICE';
  position: absolute;
  bottom: -40px;
  right: -125px;
  font-family: var(--abel);
  font-size: 27.2rem;
  line-height: 1;
  letter-spacing: .05em;
  color: #fff;
}

@container (max-width: 1279px) {
  .member .voice::after {
    bottom: -4.65cqw;
    right: -14.535cqw;
    font-size: 31.628cqw;
  }
}

@media (max-width: 768px) {
  .member .voice::after {
    bottom: -70px;
    right: -35px;
    font-size: 10.8rem;
  }
}

.member .voice .title {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 72px;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .3em;
  color: #4F515E;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .member .voice .title {
    margin-bottom: 40px;
    padding-top: 85px;
    font-size: 2.4rem;
  }
}

.member .voice .title::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  width: 1px;
  height: 80px;
  background-color: #22CCC4;
}

@media (max-width: 768px) {
  .member .voice .title::before {
    top: -25px;
    height: 55px;
  }
}

.member .voice .title::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  translate: -6px 0;
  rotate: 45deg;
  width: 13px;
  height: 13px;
  background-color: #22CCC4;
}

@media (max-width: 768px) {
  .member .voice .title::after {
    translate: -5px 0;
    width: 11px;
    height: 11px;
  }
}

.member .voice picture {
  display: block;
  max-width: 744px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .member .voice picture {
    width: calc(100% + 29px);
    translate: -15px 0;
  }
}

.member .voice .deco {
  position: absolute;
  bottom: -38px;
  left: -16px;
  width: 155px;
  z-index: 1;
}

@container (max-width: 859px) {
  .member .voice .deco {
    bottom: -4.43cqw;
    left: -1.8653cqw;
    width: 18.072cqw;
  }
}

@media (max-width: 768px) {
  .member .voice .deco {
    bottom: -140px;
    left: 5px;
    width: 120px;
  }
}

/* ↑↑↑ contents ↑↑↑ */

/* ↓↓↓ footer ↓↓↓ */
footer .container .entry {
  margin-top: 80px;
}

@media (max-width: 768px) {
  footer .container .entry {
    margin-top: 40px;
  }
}

/* ↑↑↑ footer ↑↑↑ */