@charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
html {
  overflow-x: hidden;
}

/* ↑↑↑ 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: 'CROSS TALK';
  position: absolute;
  bottom: -6px;
  right: -2px;
  font-family: var(--abel);
  font-size: 13rem;
  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: calc(13.7754cqw - 15px);
  }
}

@media (max-width: 768px) {
  .fv::after {
    font-size: 6.15rem;
    line-height: .95;
    -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;
  container-type: inline-size;
}

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

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

.read-block .title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family: var(--notosans);
  font-size: 2.8rem;
  color: #4F515E;
  letter-spacing: .3em;
  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.2rem;
    line-height: 1.6;
  }
}

.read-block .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 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;
}

.leaders {
  max-width: 720px;
  margin: 80px auto 0;
}

.leaders .leader {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .leaders .leader {
    display: block;
  }
}

.leaders .leader:not(:first-of-type) {
  margin-top: 55px;
}

.leaders .leader img {
  width: 38.89%;
  height: max-content;
}

@media (max-width: 768px) {
  .leaders .leader img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

.leaders .leader .text-group {
  max-width: 400px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .leaders .leader .text-group {
    max-width: initial;
    margin-left: 0;
  }
}

.leaders .leader .text-group .post {
  font-size: 1.4rem;
}

.leaders .leader .text-group .name {
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  margin-top: 15px;
}

.leaders .leader .text-group .text {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 15px;
}

.strengths {
  width: calc(100% + 54px);
  margin-top: 85px;
  padding: 0 27px 45px;
  translate: -27px 0;
  background: rgb(34, 204, 196);
  background: linear-gradient(45deg, rgba(34, 204, 196, 0.2) -20%, rgba(0, 158, 230, 0.2) 62%, rgba(0, 107, 216, 0.2) 120%);
}

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

.strengths .group {
  max-width: 880px;
  margin: 0 auto;
}

.strengths .group+.group {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .strengths .group+.group {
    margin-top: 45px;
  }
}

.strengths .group .title-wrap {
  position: relative;
  margin-bottom: 40px;
  padding-top: 120px;
}

@media (max-width: 768px) {
  .strengths .group .title-wrap {
    margin-bottom: 35px;
    padding-top: 85px;
  }
}

.strengths .group .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 65px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .strengths .group .title-wrap::before {
    height: 40px;
  }
}

.strengths .group .title-wrap::after {
  content: '';
  position: absolute;
  top: 65px;
  left: 50%;
  translate: -6px 0;
  rotate: 45deg;
  width: 13px;
  height: 13px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .strengths .group .title-wrap::after {
    top: 40px;
    translate: -5px 0;
    width: 11px;
    height: 11px;
  }
}

.strengths .group .title-wrap .head {
  display: block;
  font-family: 'Shippori Mincho', serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: .3em;
  color: #4F515D;
  text-align: center;
}

@media (max-width: 1280px) {
  .strengths .group .title-wrap .head {
    font-size: calc((40 - 28) * ((100vw - 769px) / (1280 - 769)) + 28px);
  }
}

@media (max-width: 768px) {
  .strengths .group .title-wrap .head {
    font-size: 2.2rem;
  }
}

.strengths .group .strengths-image picture {
  display: block;
}

@media (max-width: 768px) {
  .strengths .group .strengths-image {
    width: calc(100% + 54px);
    translate: -27px 0;
  }
}

.strengths .group .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  container-type: inline-size;
}

.symposium {
  width: calc(100% + 54px);
  translate: -27px 0;
  margin: 0 auto;
}

.symposium .image-block {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  display: block;
}

.symposium02,
.symposium03 {
  margin-top: 125px;
}

@media (max-width: 768px) {

  .symposium02,
  .symposium03 {
    margin-top: 70px;
  }
}

.symposium01 .image-block {
  text-align: right;
}

.symposium01 .image-block::before {
  content: '';
  position: absolute;
  top: 46px;
  right: 0;
  width: min(958px, calc(90.657cqw + 46px));
  height: min(520px, 100%);
  background: rgb(132, 180, 229);
  background: linear-gradient(50deg, rgba(132, 180, 229, 1) 0%, rgba(132, 203, 236, 1) 50%, rgba(100, 211, 206, 1) 100%);
  opacity: 0.5;
}

@media (max-width: 768px) {
  .symposium01 .image-block::before {
    top: 15px;
    width: 108.412cqw;
  }
}

.symposium01 .image-block img {
  position: relative;
  width: min(912px, 90.657cqw);
  z-index: 1;
}

@media (max-width: 768px) {
  .symposium01 .image-block img {
    width: 102.804cqw;
  }
}

.symposium02 .image-block::before {
  content: '';
  position: absolute;
  top: -46px;
  left: 0;
  width: min(666px, calc(61.631cqw + 46px));
  height: min(620px, 100%);
  background: rgb(132, 180, 229);
  background: linear-gradient(50deg, rgba(132, 180, 229, 1) 0%, rgba(132, 203, 236, 1) 50%, rgba(100, 211, 206, 1) 100%);
  opacity: 0.5;
}

@media (max-width: 768px) {
  .symposium02 .image-block::before {
    top: -20px;
    width: 103.12cqw;
  }
}

.symposium03 .image-block {
  text-align: right;
}

.symposium03 .image-block img {
  position: relative;
  width: min(620px, 61.631cqw);
  z-index: 1;
}

@media (max-width: 768px) {
  .symposium03 .image-block img {
    width: 96.574cqw;
  }
}

.symposium03 .image-block::before {
  content: '';
  position: absolute;
  top: -46px;
  right: 0;
  width: min(666px, calc(61.631cqw + 46px));
  height: min(620px, 100%);
  background: rgb(132, 180, 229);
  background: linear-gradient(50deg, rgba(132, 180, 229, 1) 0%, rgba(132, 203, 236, 1) 50%, rgba(100, 211, 206, 1) 100%);
  opacity: 0.5;
}

@media (max-width: 768px) {
  .symposium03 .image-block::before {
    top: -20px;
    width: 103.12cqw;
  }
}

.symposium02 .image-block img {
  position: relative;
  width: min(620px, 61.631cqw);
  z-index: 1;
}

@media (max-width: 768px) {
  .symposium02 .image-block img {
    width: 96.574cqw;
  }
}

.symposium .group {
  max-width: calc(770px + 27px * 2);
  padding: 0 27px;
  margin: 0 auto;
}

.symposium01 .group {
  margin-top: 140px;
}

.symposium02 .group {
  margin-top: 95px;
}

.symposium03 .group {
  margin-top: 95px;
}

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

  .symposium02 .group,
  .symposium03 .group {
    margin-top: 50px;
  }
}

.symposium .group .topic {
  font-size: 1.4rem;
  color: #006BD8;
  letter-spacing: 0.07em;
}

.symposium .group .talk-wrap {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .symposium .group .talk-wrap {
    margin-top: 30px;
  }
}

.symposium .group .talk {
  display: flex;
}

@media (max-width: 768px) {
  .symposium .group .talk {
    display: block;
  }
}

.symposium .group .talk:not(:first-of-type) {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .symposium .group .talk:not(:first-of-type) {
    margin-top: 30px;
  }
}

.symposium .group .talk .name {
  min-width: 80px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.symposium .group .talk .text {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.symposium .group .talk .line {
  background: rgb(204, 236, 250);
  background: linear-gradient(240deg, rgba(204, 236, 250, 1) 0%, rgba(211, 245, 243, 1) 100%);
}

.eyecatch {
  display: block;
  width: calc(100% + 54px);
  translate: -27px 0;
  margin-top: 90px;
}

/* ↑↑↑ contents ↑↑↑ */

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

/* ↑↑↑ footer ↑↑↑ */