@charset "utf-8";
main {
  position: relative;
}

main .circle {
  position: absolute;
  top: -265px;
  right: min(48px, calc((48 + 96) * ((100vw - 769px) / (1280 - 769)) - 96px));
  width: 480px;
}

@media (max-width: 768px) {
  main .circle {
    top: -25px;
    right: -95px;
    width: 217px;
  }
}

main .circle img {
  animation: circle 26s linear 0s infinite;
}

@media (max-width: 768px) {
  main .circle img {
    animation: circle 18s linear 0s infinite;
  }
}
/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  padding: 200px min(4.296875vw, 55px) 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .fv {
    padding: 160px 22px 0;
  }
}

.fv .page-ttl {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  container-type: inline-size;
}

.fv .page-ttl .sub-ttl {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.fv .page-ttl .ttl {
  font-family: var(--text-josefin);
  font-size: 9.48617cqw;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .fv .page-ttl .ttl {
    font-size: min(9.6rem, 16.91844cqw);
    margin-top: 10px;
  }
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ intro ↓↓↓ */
.intro {
  max-width: 1280px;
  margin: max(-45px, -3.5156vw) auto 0;
  padding: 120px min(4.296875vw, 55px);
  border-radius: 160px;
  background-color: #DCF2F6;
}

@media (max-width: 768px) {
  .intro {
    margin: -35px auto 0;
    padding: 90px 22px 64px;
    border-radius: 80px;
  }
}

.intro .content {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 95px;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .intro .content {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 160px;
  }
}

.intro .content .copy {
  position: absolute;
  top: 0;
  left: 0;
  font-size: max(2.8rem, 3.16206cqw);
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
}

@media (max-width: 768px) {
  .intro .content .copy {
    font-size: 1.8rem;
  }
}

.intro .content .copy .line {
  display: block;
  width: max-content;
  padding: 0 8px 2px;
  background-color: #000;
}

.intro .content .copy .line:not(:first-of-type) {
  margin-top: 16px;
}

.intro .content .copy .line.-sp {
  display: none;
}


@media (max-width: 768px) {
  .intro .content .copy .line {
    padding: 4px 8px;
  }

  .intro .content .copy .line.-pc {
    display: none;
  }

  .intro .content .copy .line.-sp {
    display: block;
  }

  .intro .content .copy .line:not(:first-of-type) {
    margin-top: 8px;
  }
}

.intro .content .copy .line .-pc {
  display: inline-block;
}

@media (max-width: 768px) {
  .intro .content .copy .line .-pc {
    display: none;
  }
  
  .intro .content .copy .line .-sp {
    display: inline-block;
  }
}

.intro .content .profile-group {
  min-width: 240px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .intro .content .profile-group {
    margin-top: 24px;
    margin-right: 0;
  }
}

.intro .content .profile-group .post {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.intro .content .profile-group .name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.intro .content .profile-group .name .en {
  display: inline-block;
  font-family: var(--text-josefin);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--green);
  margin-left: 16px;
}

.intro .content .image {
  display: block;
  width: 664px;
}

@media (max-width: 768px) {
  .intro .content .image {
    width: 100%;
  }
}
/* ↑↑↑ intro ↑↑↑ */

/* ↓↓↓ message ↓↓↓ */
.message {
  position: relative;
  padding: 80px min(4.296875vw, 55px) 120px;
}

@media (max-width: 768px) {
  .message {
    padding: 48px 22px 56px;
  }
}

.message .content {
  max-width: 840px;
  margin: 0 auto;
}

.message .content .txt {
  text-align: justify;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.message .content .txt:not(:first-of-type) {
  margin-top: 20px;
}
/* ↑↑↑ message ↑↑↑ */

/* ↓↓↓ others ↓↓↓ */
.others {
  position: relative;
  padding: 0 min(4.296875vw, 55px) 230px;
}

@media (max-width: 768px) {
  .others {
    padding: 0 min(4.296875vw, 55px) 180px;
  }
}

.others::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: min(90px, 7.03123vw);
  left: 50%;
  max-width: 1280px;
  width: 100vw;
  height: 100%;
  border-radius: 160px 160px 0 0;
  background-color: #F0F0F0;
}

@media (max-width: 768px) {
  .others::before {
    top: min(60px, 12.2667vw);
    border-radius: 80px 80px 0 0;
  }
}

.others .content-ttl {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  container-type: inline-size;
}

.others .content-ttl .sub-ttl {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 1;
}

.others .content-ttl .ttl {
  position: relative;
  font-family: var(--text-josefin);
  font-size: 9.48617cqw;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 20px;
  z-index: 1;
}

@media (max-width: 768px) {
  .others .content-ttl .ttl {
    font-size: min(9.6rem, 16.91844cqw);
    margin-top: 10px;
  }
}

.others .page-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 32px;
  max-width: 848px;
  margin: 64px auto 0;
  z-index: 1;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .others .page-list {
    display: block;
    margin: 32px auto 0;
  }
}

.others .page-list .page {
  position: relative;
  display: grid;
  place-content: center left;
  width: calc((100% - 32px) / 2);
  height: 120px; 
  font-size: max(1.5rem, 1.77866cqw);
  font-weight: 700;
  letter-spacing: 0.2em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 24px;
  transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
  .others .page-list .page {
    width: 100%;
    height: 70px;
    letter-spacing: 0.05em;
    border-bottom: initial;
    padding: 0;
  }

  .others .page-list .page:last-of-type {
    border-bottom: 1px solid #000;
  }
}

.others .page-list .page.-current {
  color: rgba(0, 0, 0, 0.6);
}

.others .page-list .page:not(.-current) .angle {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 0;
  width: 14px;
  height: 9px;
  overflow: hidden;
}

.others .page-list .page:not(.-current) .angle::before,
.others .page-list .page:not(.-current) .angle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/message/page-angle.svg) no-repeat;
  background-size: cover;
  transition: translate 0.3s ease;
}

.others .page-list .page:not(.-current) .angle::after {
  translate: -200% 0;
}

@media (min-width: 769px) {
  .others .page-list .page:not(.-current):hover {
    background-color: #fff;
  }

  .others .page-list .page:not(.-current):hover .angle::before {
    translate: 200% 0;
  }
  .others .page-list .page:not(.-current):hover .angle::after {
    translate: 0 0;
  }
}
/* ↑↑↑ others ↑↑↑ */