@charset "utf-8";

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

/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv ↓↓↓ */
.fv {
  width: 100%;
  min-height: 688px;
  height: 100vh;
  padding-top: 99px;
  position: relative;
  container-type: inline-size;
}

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

.fv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 66.321cqw;
  height: calc(100% - 85px);
  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%;
    height: calc(100% - 140px);
  }
}

.fv::after {
  content: 'INTERVIEW';
  position: absolute;
  top: -2px;
  right: -40px;
  font-family: var(--abel);
  font-size: 14.3rem;
  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 {
    top: -5px;
    right: -15px;
    font-size: 6.15rem;
    line-height: .95;
    -webkit-text-stroke: 0.5px #FFF;
    text-stroke: 0.5px #FFF;
  }
}

.fv .image-block {
  width: 84.906cqw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .fv .image-block {
    width: 82.67%;
    width: 82.67cqw;
  }
}

.fv .image-block .copy-group {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  .fv .image-block .copy-group {
    translate: -15px 25%;
  }
}

.fv .image-block .copy-group .numbering {
  width: max-content;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #4F515E;
  background-color: #fff;
  padding: 0 2px;
}

.fv .image-block .copy-group .copy {
  width: max-content;
  font-family: 'Shippori Mincho', serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff;
  margin-top: 8px;
  padding: 0 8px;
  overflow: hidden;
  scale: 0 1;
  transform-origin: left;
}

.-typeA .fv .image-block .copy-group .copy {
  background-color: #22CCC4;
}

.-typeB .fv .image-block .copy-group .copy {
  background-color: #009EE6;
}

.-typeC .fv .image-block .copy-group .copy {
  background-color: #006BD8;
}

@media (max-width: 768px) {
  .fv .image-block .copy-group .copy {
    font-size: 2.6rem;
    padding: 0 5px;
  }
}

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

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

.fv .image-block .image {
  width: calc(100% - 80px);
  min-height: 504px;
  height: calc(100vh - (99px + 85px));
  translate: 80px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 768px) {
  .fv .image-block .image {
    width: 100%;
    height: 412px;
    translate: 0 0;
  }
}

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

.fv .info-block {
  position: relative;
  width: 450px;
  height: 170px;
  margin-left: auto;
  translate: 0 -50%;
  padding: 35px;
  background-color: #fff;
  z-index: 1;
}

@media (max-width: 768px) {
  .fv .info-block {
    translate: 0 0;
    width: 285px;
    height: 140px;
    padding: 25px 15px;
  }
}

.fv .info-block .tag {
  position: absolute;
  translate: 0 -50%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 25px;
  font-family: var(--notosans);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 0 0 2px;
}

@media (max-width: 768px) {
  .fv .info-block .tag {
    width: 90px;
    height: 22px;
    font-size: 1.6rem;
    padding: 0 0 1px;
  }
}


.-typeA .fv .info-block .tag {
  background-color: #22CCC4;
}

.-typeB .fv .info-block .tag {
  background-color: #009EE6;
}

.-typeC .fv .info-block .tag {
  background-color: #006BD8;
}

.fv .info-block .name {
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .fv .info-block .name {
    font-size: 2rem;
  }
}

.fv .info-block .affiliation {
  margin-bottom: 10px;
}

.fv .info-block .affiliation,
.fv .info-block .info {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #4F515E;
}

@media (max-width: 768px) {

  .fv .info-block .affiliation,
  .fv .info-block .info {
    letter-spacing: 0.06em;
  }
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ contents ↓↓↓ */
.contents {
  padding: 0 27px;
  container-type: inline-size;
}

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

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

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

.read-block .title.-abel {
  font-family: var(--abel);
}

@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: 50%;
  translate: -50% 0;
  width: 45px;
  height: 1px;
  background-color: #006BD8;
}

.chapter01 {
  position: relative;
  width: calc(100% + 54px);
  padding: 0 27px;
  translate: -27px 0;
}

.chapter01::before {
  content: 'CHAPTER 01';
  position: absolute;
  bottom: 30px;
  left: -19px;
  font-family: var(--abel);
  font-size: 12rem;
  line-height: 1;
  writing-mode: vertical-lr;
  color: #E5F0FB;
}

@media (max-width: 768px) {
  .chapter01::before {
    left: -16px;
    font-size: 11rem;
  }
}

.chapter01 .group {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}

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

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

.chapter01 .group .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background-color: #006BD8;
}

.-typeA .chapter01 .group .title-wrap::before {
  background-color: #22CCC4;
}

.-typeB .chapter01 .group .title-wrap::before {
  background-color: #009EE6;
}

.-typeC .chapter01 .group .title-wrap::before {
  background-color: #006BD8;
}

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

.chapter01 .group .title-wrap::after {
  content: '';
  position: absolute;
  top: 80px;
  left: 50%;
  translate: -6px 0;
  rotate: 45deg;
  width: 13px;
  height: 13px;
}

.-typeA .chapter01 .group .title-wrap::after {
  background-color: #22CCC4;
}

.-typeB .chapter01 .group .title-wrap::after {
  background-color: #009EE6;
}

.-typeC .chapter01 .group .title-wrap::after {
  background-color: #006BD8;
}

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

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

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

.chapter01 .group .image {
  max-width: 697px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .chapter01 .group .image {
    width: 87.23%;
  }
}

.chapter02 {
  position: relative;
  width: calc(100% + 54px);
  padding: 0 27px;
  translate: -27px 0;
  margin-top: 100px;
}

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

.chapter02::before {
  content: 'CHAPTER\A 02';
  text-align: right;
  position: absolute;
  white-space: pre-wrap;
  top: 48px;
  right: -6px;
  font-family: var(--abel);
  font-size: 12rem;
  line-height: 1;
  color: #fff;
  z-index: 1;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .chapter02::before {
    top: 18px;
    right: -3px;
    font-size: calc((70 - 42) * ((100vw - 375px) / (768 - 375)) + 42px);
  }
}

.chapter02::after {
  content: '';
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: 370px;
  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) {
  .chapter02::after {
    top: 24px;
    aspect-ratio: 375/220;
    height: auto;
  }
}

.chapter02 .group {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}

.chapter02 .group .image {
  width: 440px;
}

@media (max-width: 768px) {
  .chapter02 .group .image {
    width: 65.423cqw;
  }
}

.chapter02 .group .lead-block {
  display: flex;
  align-items: center;
}

@media (max-width: 1280px) {
  .chapter02 .group .lead-block {
    padding-top: calc((0 - 200) * ((100vw - 769px) / (1280 - 769)) + 200px);
  }
}

@media (max-width: 768px) {
  .chapter02 .group .lead-block {
    align-items: flex-end;
    padding-top: 0;
  }
}

.chapter02 .group .lead-group {
  margin-left: -30px;
}

@media (max-width: 1280px) {
  .chapter02 .group .lead-group {
    padding-top: calc((0 - 100) * ((100vw - 769px) / (1280 - 769)) + 100px);
  }
}

@media (max-width: 768px) {
  .chapter02 .group .lead-group {
    padding-top: 0;
    margin-left: -178px;
    margin-bottom: 14.02%;
  }
}

.chapter02 .group .lead {
  width: max-content;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff;
  padding: 0 8px;
  margin-top: 8px;
  overflow: hidden;
  scale: 0 1;
  transform-origin: left;
}

@media (max-width: 768px) {
  .chapter02 .group .lead {
    font-size: 2rem;
    padding: 0 5px;
  }
}

.chapter02 .group .lead:nth-of-type(2) {
  margin-left: 45px;
}

.chapter02 .group .lead:nth-of-type(3) {
  margin-left: 90px;
}

@media (max-width: 768px) {
  .chapter02 .group .lead:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 34px;
  }

  .chapter02 .group .lead:nth-of-type(3) {
    margin-top: 5px;
    margin-left: 68px;
  }

}

.-typeA .chapter02 .group .lead {
  background-color: #22CCC4;
}

.-typeB .chapter02 .group .lead {
  background-color: #009EE6;
}

.-typeC .chapter02 .group .lead {
  background-color: #006BD8;
}

.chapter02 .group .lead .mask {
  display: block;
  width: fit-content;
  height: 100%;
  transform-origin: left;
  translate: -100% 0;
  overflow: hidden;
}

.chapter02 .group .lead .txt {
  display: block;
  width: 100%;
  height: 100%;
  translate: 100% 0;
}

@media (max-width: 768px) {
  .chapter02 .group .text-group {
    margin-top: 40px;
  }
}

.chapter03 {
  position: relative;
  width: calc(100% + 54px);
  padding: 0 27px;
  translate: -27px 0;
  margin-top: 100px;
}

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

.chapter03::before {
  content: 'CHAPTER 03';
  position: absolute;
  bottom: -40px;
  left: -19px;
  font-family: var(--abel);
  font-size: 12rem;
  line-height: 1;
  writing-mode: vertical-lr;
  color: #E5F0FB;
}

@media (max-width: 768px) {
  .chapter03::before {
    left: -16px;
    bottom: 30px;
    font-size: 11rem;
  }
}

.chapter03 .group {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}

.chapter03 .group .image {
  position: relative;
  width: 646px;
  margin-left: -152px;
  z-index: 1;
}

@media (max-width: 768px) {
  .chapter03 .group .image {
    min-width: 310px;
    width: 96.578cqw;
    margin-left: -290px;
  }
}

.chapter03 .group .lead-block {
  position: relative;
  display: flex;
  /* flex-direction: row-reverse; */
  align-items: center;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .chapter03 .group .lead-block {
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 25px;
    translate: 27px 0;
  }
}

.chapter03 .group .lead-block::before {
  content: '';
  position: absolute;
  top: 0;
  right: 40px;
  width: 76.667%;
  height: 370px;
  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: 769px) {
  .chapter03 .group .lead-block::before {
    right: 27px;
    width: 100%;
    aspect-ratio: 321/183;
    height: auto;
  }
}

.chapter03 .group .lead-group {
  position: relative;
  z-index: 2;
}

@media (max-width: 1280px) {
  .chapter03 .group .lead-group {
    padding-top: calc((0 - 180) * ((100vw - 769px) / (1280 - 769)) + 180px);
  }
}

@media (max-width: 768px) {
  .chapter03 .group .lead-group {
    padding-top: 0;
    margin-bottom: -52px;
    translate: -40px 0;
  }
}

.chapter03 .group .lead {
  width: max-content;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff;
  padding: 0 8px;
  margin-top: 8px;
  overflow: hidden;
  scale: 0 1;
  transform-origin: left;
}

@media (max-width: 768px) {
  .chapter03 .group .lead {
    font-size: 2rem;
    padding: 0 5px;
  }
}

.chapter03 .group .lead:nth-of-type(2) {
  margin-left: 45px;
}

.chapter03 .group .lead:nth-of-type(3) {
  margin-left: 90px;
}

@media (max-width: 768px) {
  .chapter03 .group .lead:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 34px;
  }

  .chapter03 .group .lead:nth-of-type(3) {
    margin-top: 5px;
    margin-left: 64px;
  }
}

.-typeA .chapter03 .group .lead {
  background-color: #22CCC4;
}

.-typeB .chapter03 .group .lead {
  background-color: #009EE6;
}

.-typeC .chapter03 .group .lead {
  background-color: #006BD8;
}

.chapter03 .group .lead .mask {
  display: block;
  width: fit-content;
  height: 100%;
  transform-origin: left;
  translate: -100% 0;
  overflow: hidden;
}

.chapter03 .group .lead .txt {
  display: block;
  width: 100%;
  height: 100%;
  translate: 100% 0;
}

@media (max-width: 768px) {
  .chapter03 .group .text-group {
    margin-top: 90px;
  }
}

.chapter .text-group {
  max-width: 720px;
  margin: 60px auto 0;
}

@media (max-width: 768px) {
  .chapter .text-group {
    margin: 70px auto 0;
  }
}

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

.chapter .text:not(:first-of-type) {
  margin-top: 40px;
}

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

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

.schedule {
  position: relative;
  padding: 0 0 110px;
}

@media (max-width: 768px) {
  .schedule {
    padding: 0 0 85px;
  }
}

.schedule::after {
  content: 'SCHEDULE';
  position: absolute;
  right: -33px;
  bottom: -20px;
  font-family: var(--abel);
  font-size: 12rem;
  line-height: 1;
  color: #E5F0FB;
}

@media (max-width: 768px) {
  .schedule::after {
    right: -30px;
    bottom: -12px;
    font-size: 8.5rem;
  }
}

.schedule .schedule-box {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  margin: 45px auto 0;
  container-type: inline-size;
}

@container (max-width: 880px) {
  .schedule .schedule-box {
    flex-direction: column;
    align-items: center;
    max-width: 860px;
  }
}

@media (max-width: 768px) {
  .schedule .schedule-box {
    flex-direction: column;
    align-items: center;
    max-width: 860px;
  }
}

.schedule .list {
  position: relative;
  height: max-content;
}

.schedule .list::before {
  content: '';
  position: absolute;
  left: 80px;
  bottom: 0;
  width: 1px;
  height: calc(100% - 10px);
}

@container (max-width: 860px) {
  .schedule .list:last-of-type::before {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .schedule .list::before {
    left: -2px;
  }
}

.-typeA .schedule .list::before {
  background-color: #22CCC4;
}

.-typeB .schedule .list::before {
  background-color: #009EE6;
}

.-typeC .schedule .list::before {
  background-color: #006BD8;
}

.schedule .list:first-of-type {
  margin-right: 30px;
}

@container (max-width: 860px) {
  .schedule .list:first-of-type {
    margin-right: 0;
  }
}

.schedule .list .item {
  display: flex;
}

@media (max-width: 768px) {
  .schedule .list .item {
    display: block;
    padding-left: 20px;
  }
}

.schedule .list .item .time {
  min-width: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.schedule .list .item:not(:first-of-type) .time {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .schedule .list .item:not(:first-of-type) .time {
    padding-top: 20px;
  }

  .schedule .list:last-of-type .item:first-of-type .time {
    padding-top: 20px;
  }
}

.-typeA .schedule .list .item .time {
  color: #22CCC4;
}

.-typeB .schedule .list .item .time {
  color: #009EE6;
}

.-typeC .schedule .list .item .time {
  color: #006BD8;
}

.schedule .list .item .acrion {
  position: relative;
  max-width: 300px;
  padding: 30px 0;
  margin-left: 60px;
  border-bottom: 1px dashed #A7A8AE;
}

.schedule .list .item:first-of-type .acrion {
  padding: 0 0 30px;
}

.schedule .list .item:last-of-type .acrion {
  padding: 30px 0 0;
  border-bottom: initial;
}

@container (max-width: 860px) {
  .schedule .list:last-of-type .item:first-of-type .acrion {
    padding: 30px 0;
  }

  .schedule .list .item:last-of-type .acrion {
    padding: 30px 0;
    border-bottom: 1px dashed #A7A8AE;
  }
}

@media (max-width: 768px) {
  .schedule .list .item .acrion {
    padding: 8px 0 20px;
    margin-left: 0;
  }

  .schedule .list .item:first-of-type .acrion,
  .schedule .list:last-of-type .item:first-of-type .acrion,
  .schedule .list .item:last-of-type .acrion {
    padding: 8px 0 20px;
  }
}

.schedule .list .item .acrion::before {
  content: '';
  position: absolute;
  top: 40px;
  left: -33px;
  rotate: 45deg;
  width: 7px;
  height: 7px;
  z-index: 1;
}

.schedule .list .item:first-of-type .acrion::before {
  top: 10px;
}

@media (max-width: 768px) {

  .schedule .list .item .acrion::before,
  .schedule .list .item:first-of-type .acrion::before {
    top: -15px;
    left: -25px;
  }
}

.-typeA .schedule .list .item .acrion::before {
  background-color: #22CCC4;
}

.-typeB .schedule .list .item .acrion::before {
  background-color: #009EE6;
}

.-typeC .schedule .list .item .acrion::before {
  background-color: #006BD8;
}

.schedule .list .item .acrion .cap {
  width: max-content;
  font-family: 'Shippori Mincho', serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding: 2px 5px;
  color: #fff;
}

.-typeA .schedule .list .item .acrion .cap {
  background-color: #22CCC4;
}

.-typeB .schedule .list .item .acrion .cap {
  background-color: #009EE6;
}

.-typeC .schedule .list .item .acrion .cap {
  background-color: #006BD8;
}

.schedule .list .item .acrion .text {
  position: relative;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 15px;
}

.schedule .list:last-of-type .item:last-of-type .text::after {
  content: '';
  position: absolute;
  top: -25px;
  left: -31px;
  width: 3px;
  height: calc(100% + 25px);
  background-color: #fff;
}

@container (max-width: 860px) {
  .schedule .list:last-of-type .item:last-of-type .text::after {
    height: calc(100% + 56px);
  }
}

@media (max-width: 768px) {
  .schedule .list:last-of-type .item:last-of-type .text::after {
    top: -60px;
    left: -23px;
    height: calc(100% + 82px);
  }
}

.message {
  margin-top: 75px;
}

@media (max-width: 768px) {
  .message {
    width: calc(100% + 54px);
    margin-top: 60px;
    translate: -27px 0;
  }
}

.message .group {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 25px 90px;
  background: rgba(34, 204, 196, 0.2);
  background: linear-gradient(45deg, rgba(34, 204, 196, 0.2) 0%, rgba(0, 158, 230, 0.2) 62%, rgba(0, 107, 216, 0.2) 100%);
  overflow: hidden;
}

@media (max-width: 768px) {
  .message .group {
    padding: 0 25px 55px;
  }
}

.message .group::before {
  content: 'MESSAGE';
  position: absolute;
  bottom: -24px;
  left: -12px;
  font-family: var(--abel);
  font-size: 14.3rem;
  line-height: 1;
  color: #fff;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .message .group::before {
    bottom: -13px;
    left: 0px;
    font-size: 8rem;
  }
}

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

@media (max-width: 768px) {
  .message .group .title-wrap {
    margin-bottom: 30px;
    padding-top: 90px;
  }
}

.message .group .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 67px;
  background-color: #006BD8;
}

.-typeA .message .group .title-wrap::before {
  background-color: #22CCC4;
}

.-typeB .message .group .title-wrap::before {
  background-color: #009EE6;
}

.-typeC .message .group .title-wrap::before {
  background-color: #006BD8;
}

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

.message .group .title-wrap::after {
  content: '';
  position: absolute;
  top: 67px;
  left: 50%;
  translate: -6px 0;
  rotate: 45deg;
  width: 13px;
  height: 13px;
}

.-typeA .message .group .title-wrap::after {
  background-color: #22CCC4;
}

.-typeB .message .group .title-wrap::after {
  background-color: #009EE6;
}

.-typeC .message .group .title-wrap::after {
  background-color: #006BD8;
}

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

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

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

.message .group .text {
  position: relative;
  max-width: 720px;
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin: 0 auto;
  z-index: 1;
}

.goback {
  margin-top: 85px;
  text-align: center;
}

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

.goback .btn {
  display: inline-block;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .goback .btn {
    transition: opacity 0.4s ease;
  }

  .goback .btn:hover {
    opacity: 0.7;
  }
}

.goback .btn .text {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .goback .btn .text {
    font-size: 1.4rem;
  }
}

.goback .btn img {
  width: 27px;
}

@media (max-width: 768px) {
  .goback .btn img {
    width: 24px;
  }
}

/* ↑↑↑ contents ↑↑↑ */

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

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

/* ↑↑↑ footer ↑↑↑ */