@charset "utf-8";

/*  fv  */
#fv {
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: -10;
  height: calc(100vh - 6.4rem);
  min-height: calc(9 / 22 * 100vw - 6.4rem);
  background: url(../images/bg_fv_sp@2x.jpg) no-repeat center / cover;
}
@media screen and (min-width: 768px) {
  #fv {
    background-image: url(../images/bg_fv@2x.jpg);
    height: auto;
    min-height: 0;
    aspect-ratio: 1366 / 678;
  }
}
@media screen and (min-width: 1366px) {
  #fv {
    height: 67.8rem;
    aspect-ratio: auto;
  }
}
#fv .text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  height: calc(228 / 678 * 100% + 0.5px);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/*  news  */
#news {
  padding-left: calc(50vw - 50% - 7px);
  margin: -3.6rem 0 0 calc(50% - 50vw);
  background-color: rgb(255, 255, 255);
  border-left: 7px solid var(--black);
}
@media screen and (min-width: 768px) {
  #news {
    padding-left: 0;
    margin: -3.6rem 0 0 auto;
    display: -webkit-box;
    display: flex;
    position: relative;
    right: calc(50% + 12px);
    width: calc(50vw - 2rem);
    max-width: calc(960px - 2rem);
    box-sizing: border-box;
  }
  #news header {
    flex-basis: calc(154 / 656 * 100%);
    box-sizing: border-box;
  }
  #news ul {
    flex-basis: calc(502 / 656 * 100%);
    box-sizing: border-box;
  }
}
#news header {
  padding-right: 0.8rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #news header {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}
#news h2 {
  padding: 0.6rem 0;
  margin: 0;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: calc(1.04 / 13 * 1em);
  text-align: center;
  color: rgb(89, 87, 87);
}
#news .button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #news .button {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}
#news .button a {
  padding: 0.4rem 2.4rem 0.4rem 0.4rem;
  margin: 0 auto;
  position: relative;
  display: block;
  min-width: 7.3rem;
  font-family: var(--Oswald);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(4.08 / 12 * 1em);
  text-align: center;
  color: var(--white);
  border-radius: 40px;
  box-sizing: border-box;
  background-color: var(--black);
}
#news .button a:hover {
  opacity: 1;
}
#news .button a::before,
#news .button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9rem;
  margin: auto;
  width: 1.1rem;
  height: 0.1rem;
  background-color: var(--white);
  transition: 0.3s transform ease-out;
}
#news .button a:hover::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#news ul {
  padding: 0.4rem 0.7rem 0.4rem 0;
  margin: 0;
  list-style: none;
}
#news li:not(:last-of-type) {
  border-bottom: solid 1px rgb(239, 239, 239);
}
#news li a {
  padding-right: 3.2rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #news li a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}
#news li a::before,
#news li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 1.1rem;
  height: 0.1rem;
  background-color: var(--theme-color);
  transition: 0.3s transform ease-out;
}
#news li a::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#news li time {
  min-width: 9.1rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: calc(1.04 / 13 * 1em);
  color: rgb(188, 188, 188);
}
#news li h3 {
  padding-bottom: 0.65rem;
  margin: 0;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: calc(1.04 / 13 * 1em);
  color: rgb(89, 87, 87);
}
@media screen and (min-width: 768px) {
  #news li h3 {
    padding: 0.65rem 0;
  }
}

/*  about  */
@media screen and (min-width: 768px) {
  #about {
    padding: 8rem 0;
  }
}
#about section {
  padding-bottom: 8rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  #about section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #about section .container {
    flex-basis: 50rem;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
  }
  #about section:nth-of-type(odd) .container {
    padding-left: 2rem;
  }
  #about section:nth-of-type(even) .container {
    padding-right: 2rem;
  }
}
#about section .text {
  padding: 5.6rem calc(50vw - 50%) 4.6rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--theme-color);
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about section .text {
    padding: 5.6rem 6rem 4.6rem 6rem;
    margin: 0;
  }
}
#about .message .text::before,
#about .job .text::before {
  content: none;
}
@media screen and (min-width: 768px) {
  #about .message .text::before,
  #about .job .text::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    right: -16px;
  }
}
#about .message .text::before {
  background-color: var(--black);
}
#about .job .text::before {
  background-color: var(--theme-color);
}

#about .text::after {
  content: none;
}
@media screen and (min-width: 768px) {
  #about .text::after {
    content: "";
    position: absolute;
  }
}
#about .merit h2 .ja {
  letter-spacing: 0.18em;
}
#about .merit .text::after {
  width: 151px;
  height: 122px;
  right: -90px;
  bottom: -90px;
  background: url("../images/ill_box_bg05.png") no-repeat center / contain;
}
#about .message .text::after {
  width: 120px;
  height: 120px;
  left: -88px;
  bottom: -102px;
  background: url("../images/ill_box_bg02.png") no-repeat center / contain;
  transform: scale(-1, -1);
}
#about .data .text::after {
  width: 122px;
  height: 136px;
  right: -122px;
  bottom: -86px;
  background: url("../images/ill_box_bg03.png") no-repeat center / contain;
  transform: scale(1, -1);
}
#about .job .text::after {
  width: 120px;
  height: 102px;
  left: -102px;
  bottom: -102px;
  background: url("../images/ill_box_bg04.png") no-repeat center / contain;
  transform: scale(-1, 1);
}

#about section h2 {
  margin: 0;
}
#about section h2 .en {
  font-family: var(--Oswald);
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(4.42 / 13 * 1em);
  color: rgba(255, 255, 255, 0.4);
}
#about section h2 .ja {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: calc(5 / 20 * 1em);
  color: rgb(255, 255, 255);
}
#about section .desc {
  padding: 2.4rem 0;
}
#about section .desc p {
  margin: 0;
  font-family: var(--Optima);
  font-size: 1.3rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
#about section .button {
  padding-top: 0.6rem;
}
#about section .button a {
  padding: 0.8rem;
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 13rem;
  font-family: var(--Oswald);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(4.08 / 12 * 1em);
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 40px;
  background-color: var(--black);
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about section .button a {
    margin: 0;
  }
}
#about section .button a:hover {
  opacity: 1;
}
#about section a::before,
#about section a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9rem;
  margin: auto;
  width: 1.1rem;
  height: 0.1rem;
  background-color: rgb(255, 255, 255);
  transition: 0.3s transform ease-out;
}
#about section a:hover::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  #about section .photo {
    padding-top: 12rem;
    flex-basis: 50rem;
    z-index: -10;
  }
  #about section:nth-of-type(odd) .photo {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
}
#about section .image {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #about section .image {
    margin: 0;
    height: 41.5rem;
    position: relative;
  }
  #about section:nth-of-type(odd) .image {
    margin-left: calc(100% - 50vw);
    margin-right: -34rem;
  }
  #about section:nth-of-type(even) .image {
    margin-left: -34rem;
    margin-right: calc(100% - 50vw);
  }
}
@media screen and (min-width: 1920px) {
  #about section:nth-of-type(odd) .image {
    margin-left: -460px;
  }
  #about section:nth-of-type(even) .image {
    margin-right: -460px;
  }
}
@media screen and (min-width: 768px) {
  #about section .image::before {
    content: "";
    position: absolute;
  }
  #about .merit .image::before {
    width: 365px;
    height: 366px;
    background: url("../images/ill_home_bg01.png") no-repeat center / contain;
    right: -344px;
    bottom: -112px;
  }
  #about .message .image::before {
    content: "";
    position: absolute;
    width: 429px;
    height: 429px;
    background: url("../images/ill_home_bg02.png") no-repeat center / contain;
    left: -344px;
    bottom: -112px;
  }
  #about .data .image::before {
    content: "";
    position: absolute;
    width: 429px;
    height: 429px;
    background: url("../images/ill_home_bg02.png") no-repeat center / contain;
    right: -344px;
    bottom: -64px;
    transform: scale(1, -1);
  }
  #about .job .image::before {
    content: "";
    position: absolute;
    width: 363px;
    height: 362px;
    background: url("../images/ill_home_bg03.png") no-repeat center / contain;
    left: -344px;
    bottom: 104px;
  }
}
#about .merit .image img,
#about .data .image img,
#about .job .image img {
  position: relative;
}
#about section .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#about .message .image img {
  -o-object-position: right top;
  object-position: right top;
}

/*  people  */
#people {
  padding-top: 9rem;
  padding-bottom: 16rem;
  position: relative;
}
#people::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  height: 436px;
  background-color: var(--gray);
}
#people h2 {
  margin-bottom: 60px;
}
#people h2 .en {
  font-family: var(--Oswald);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(5.44 / 16 * 1em);
  text-align: center;
  color: var(--theme-color);
}
#people h2 .ja {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: calc(2.4 / 30 * 1em);
  text-align: center;
  color: rgb(89, 87, 87);
}
#people .carousel {
  position: relative;
}
@media screen and (min-width: 1920px) {
  #people .carousel {
    margin: 0;
  }
}
#people .carousel ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #people .carousel ul {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}
#people .carousel li {
  position: relative;
}
#people li a {
  position: relative;
  display: block;
  transition: 0.2s background-color ease-out;
}
#people li .image {
  text-align: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
#people li .image img {
  width: 100%;
}
#people li .info {
  position: relative;
  padding: 32px 30px;
  background-color: var(--white);
  max-width: 166px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -70px;
}
@media screen and (min-width: 768px) {
  #people li .info {
    margin-left: 20px;
  }
}
#people li .info::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  top: -16px;
  right: -33px;
  background: url("../images/ill_home_people.png") no-repeat center / contain;
}
#people li .text {
  position: relative;
}
#people li h3 {
  margin: 0;
  font-size: 2.1rem;
  font-size: clamp(1.5rem, 21 / 1366 * 100vw, 2.1rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: calc(1.68 / 21 * 1em);
  color: var(--theme-color);
}
#people li .name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: calc(1.2 / 15 * 1em);
  color: rgb(89, 87, 87);
}
#people li .year {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: calc(0.96 / 12 * 1em);
  color: rgb(89, 87, 87);
}
#people .button {
  position: relative;
  transition: 0.2s opacity ease-out;
  margin-top: 1.5rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 13rem;
  min-width: clamp(5.3333em + 2.9rem, 130 / 1366 * 100vw, 13rem);
  font-family: var(--Oswald);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.3;
  letter-spacing: calc(4 / 12 * 1em);
  text-align: center;
  color: var(--white);
  border-radius: 40px;
  background-color: var(--black);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #people .button {
    margin-left: -0.5rem;
    margin-right: 0;
    left: auto;
    right: auto;
  }
}
#people .button::before,
#people .button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9rem;
  margin: auto;
  width: 1.1rem;
  height: 0.1rem;
  background-color: var(--white);
  transition: 0.3s transform ease-out;
}
#people a:hover::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*  info  */
#info {
  padding-bottom: 6.2rem;
}
#info .image {
  margin: 0 calc(50% - 50vw);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #info .image {
    height: 45rem;
  }
  #info .image img {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#info h2 {
  padding-top: 11.8rem;
  margin: 0;
}
#info h2 .en {
  font-family: var(--Oswald);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(5.44 / 16 * 1em);
  text-align: center;
  color: var(--theme-color);
}
#info h2 .ja {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: calc(2.4 / 30 * 1em);
  text-align: center;
  color: rgb(89, 87, 87);
}
#info .button {
  padding: 5.8rem 0;
}
#info .button a {
  padding: calc(26 / 22 * 1em);
  margin: 0 auto;
  position: relative;
  display: block;
  max-width: 48rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: calc(1.76 / 22 * 1em);
  text-align: center;
  color: var(--white);
  border-radius: 70px;
  background-color: var(--black);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #info .button a {
    font-size: 2.2rem;
  }
}
#info .button a:hover {
  opacity: 1;
}
#info .button a::before,
#info .button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.1rem;
  margin: auto;
  width: 1.8rem;
  height: 0.1rem;
  background-color: var(--white);
  transition: 0.3s transform ease-out;
}
@media screen and (min-width: 768px) {
  #info .button a::before,
  #info .button a::after {
    right: 2.8rem;
    width: 2.4rem;
  }
}
#info .button a:hover::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
