/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
  font-family: "fot-cezanne-pron", sans-serif;
}

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

#__bs_notify__ {
  display: none !important;
}

.inner {
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

[data-trigger] {
  position: relative;
  transform: translate(0, 20px);
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}
[data-trigger].visible {
  transform: translate(0, 0px);
  opacity: 1;
}
[data-trigger].delay01 {
  transition-delay: 0.2s;
}
[data-trigger].delay02 {
  transition-delay: 0.4s;
}
[data-trigger].delay03 {
  transition-delay: 0.6s;
}
[data-trigger].delay04 {
  transition-delay: 0.8s;
}

main {
  padding-top: 64px;
}

.footer {
  background: rgb(144, 146, 141);
  color: #fff;
  padding: 40px 20px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 44px 20px 40px 15px;
  }
}
.footer a {
  transition: opacity 0.3s;
}
.footer a:hover {
  opacity: 0.6;
}
.footer__left {
  width: 27.14285714%;
}
@media only screen and (max-width: 767px) {
  .footer__left {
    width: 80px;
  }
}
.footer__logo {
  display: block;
  width: 49px;
}
.footer__cont {
  width: 72.85714286%;
}
@media only screen and (max-width: 767px) {
  .footer__cont {
    width: calc(100% - 80px);
  }
}
.footer__top {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer__top {
    font-size: 14px;
    font-size: 1.4rem;
    flex-wrap: wrap;
  }
}
.footer__top ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .footer__top ul {
    gap: 20px;
  }
}
.footer__top__info {
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .footer__top__info {
    width: 100%;
    margin: 0 0 48px;
  }
}
.footer__top__info p {
  max-width: 480px;
}
@media only screen and (max-width: 767px) {
  .footer__top__info p {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.footer__top__info ul {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .footer__top__info ul {
    margin-top: 32px;
  }
}
.footer__top__menu {
  margin-right: 77px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .footer__top__menu {
    margin-right: 67px;
  }
}
.footer__top__menu ul li.disable {
  opacity: 0.3;
  pointer-events: none;
}
.footer__top__lang {
  flex-shrink: 0;
}
.footer__top__lang ul {
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .footer__top__lang ul {
    gap: 20px;
  }
}
.footer__top__lang ul li.active a {
  opacity: 1;
}
.footer__top__lang ul li a {
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .footer__top .sns {
    order: 3;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    margin-top: 168px;
  }
}
.footer__bottom {
  margin-top: 118px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333333;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
}
.footer__bottom__row {
  display: flex;
  gap: 41px;
}
@media only screen and (max-width: 767px) {
  .footer__bottom__row {
    order: 2;
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom__copyright {
    order: 2;
  }
}

.header {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0 15px;
  }
}
.header.is-active {
  transform: translate(0, 0px) !important;
}
.header.downMove {
  transform: translate(0, 0);
}
.header.upMove {
  transform: translate(0, -64px);
}
.header__logo {
  display: block;
  width: 49px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media only screen and (max-width: 767px) {
  .header__menu {
    gap: 28px;
  }
}
.header__lang {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.header__lang a {
  color: rgba(0, 0, 0, 0.3);
}
.header__lang .active {
  color: rgb(0, 0, 0);
}
.header .hamburger {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}
.header .hamburger.is-active svg {
  transform: rotate(90deg);
}
.header .hamburger svg {
  transition: transform 0.3s;
}
.header .hamburger span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.gnav {
  --mv-scale: max(0.069444vw, 0.116279vh);
  --mv-offset-x: calc((100vw - 1440 * var(--mv-scale)) / 2);
  --mv-offset-y: calc((100vh - 860 * var(--mv-scale)) / 2);
  position: fixed;
  top: calc(var(--mv-offset-y) + 157 * var(--mv-scale));
  right: max(20px, var(--mv-offset-x) + 84 * var(--mv-scale));
  z-index: 999;
  width: calc(255 * var(--mv-scale));
  height: calc(592 * var(--mv-scale));
  padding: 40px 32px;
  display: grid;
  grid-template-rows: auto minmax(0, 160px) auto;
  align-content: start;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  background: rgb(140, 255, 32);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 767px) {
  .gnav {
    width: 200px;
    height: 512px;
    padding: 40px 24px;
    top: 80px;
    right: 15px;
  }
}
.gnav.is-active {
  opacity: 1;
  visibility: visible;
}
.gnav__list {
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gnav__list li.disable {
  opacity: 0.2;
  pointer-events: none;
}
.gnav__list li svg {
  position: relative;
  top: 2px;
  margin-left: 2px;
}
.gnav__list li a {
  transition: color 0.3s;
}
.gnav__list li a:hover {
  opacity: 1;
  color: rgb(0, 111, 255);
}
.gnav .sns-list {
  grid-row: 3;
  display: flex;
  gap: 32px;
}

.c-title02 {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: -1%;
  font-family: "amiri", sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-title02 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.c-link {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 8px 16px;
  border-radius: 40px;
  background: rgb(217, 217, 217);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-link:hover {
  background: #000;
  color: #fff;
}
.c-link:hover svg path {
  fill: #fff;
}
.c-link svg {
  margin-left: 6px;
  display: inline-block;
  position: relative;
}
.c-link svg path {
  transition: fill 0.3s;
}

.c-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.c-journal-slider .swiper {
  overflow: visible;
}
.c-journal-slider .swiper .swiper-slide {
  width: 380px;
}
@media only screen and (max-width: 767px) {
  .c-journal-slider .swiper .swiper-slide {
    width: 240px;
  }
}

.c-journal-post {
  transition: opacity 0.3s;
}
.c-journal-post:hover {
  opacity: 0.6;
}
.c-journal-post .date {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .c-journal-post .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-journal-post .image {
  aspect-ratio: 380/252;
}
@media only screen and (max-width: 767px) {
  .c-journal-post .image {
    aspect-ratio: 240/160;
  }
}
.c-journal-post .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.c-journal-post .text {
  margin-top: 12px;
}
.c-journal-post .text p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-journal-post .text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-journal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 40px;
}
@media only screen and (max-width: 767px) {
  .c-journal-list {
    flex-direction: column;
    gap: 48px;
  }
}
.c-journal-list li {
  width: calc((100% - 80px) / 3);
}
@media only screen and (max-width: 767px) {
  .c-journal-list li {
    width: 100%;
  }
}

.c-creators-post:hover .image img {
  filter: grayscale(0%);
}
.c-creators-post .projects {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  margin-bottom: 12px;
}
.c-creators-post .image {
  aspect-ratio: 100/100;
}
.c-creators-post .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.c-creators-post .text {
  margin-top: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.c-creators-post .text .name {
  display: block;
  font-weight: 500;
}
.c-creators-post .text .position {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
}

.c-creators-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 40px;
}
@media only screen and (max-width: 767px) {
  .c-creators-list {
    gap: 48px;
  }
}
.c-creators-list li {
  width: calc((100% - 120px) / 4);
}
@media only screen and (max-width: 767px) {
  .c-creators-list li {
    width: 100%;
  }
}

.c-cate-list {
  display: flex;
  gap: 24px;
}
.c-cate-list li {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-cate-list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-cate-list li.current a {
  color: rgb(0, 111, 255);
}
.c-cate-list li a {
  transition: color 0.3s;
}
.c-cate-list li a:hover {
  color: rgb(0, 111, 255);
}

.c-projects-list li {
  border-top: 1px solid #000;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  .c-projects-list li {
    padding: 16px 0;
  }
}
.c-projects-list li:last-of-type {
  border-bottom: 1px solid #000;
}
.c-projects-list li .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-projects-list li .title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c-projects-list li small {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .c-projects-list li small {
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 0;
  }
}

.navigation.pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .navigation.pagination .page-numbers {
    gap: 20px;
  }
}
.navigation.pagination .page-numbers li .page {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media only screen and (max-width: 767px) {
  .navigation.pagination .page-numbers li .page {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.navigation.pagination .page-numbers li .prev, .navigation.pagination .page-numbers li .next {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 8px 16px;
  border-radius: 40px;
  background: rgb(217, 217, 217);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .navigation.pagination .page-numbers li .prev, .navigation.pagination .page-numbers li .next {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.navigation.pagination .page-numbers li .prev:hover, .navigation.pagination .page-numbers li .next:hover {
  background: #000;
  color: #fff;
}
.navigation.pagination .page-numbers li .prev:hover svg path, .navigation.pagination .page-numbers li .next:hover svg path {
  fill: #fff;
}
.navigation.pagination .page-numbers li .prev.is-disabled, .navigation.pagination .page-numbers li .next.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

main.about .whole {
  padding: 176px 0 0;
}
@media only screen and (max-width: 767px) {
  main.about .whole {
    padding: 106px 0 0;
  }
}
main.about .whole .inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.about .whole .inner {
    display: block;
  }
}
main.about .cont {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
  main.about .cont {
    width: 100%;
  }
}
main.about .sidebar {
  width: 140px;
}
main.about .sidebar nav {
  padding-top: 24px;
  border-top: 1px solid #000;
  position: sticky;
  top: 104px;
}
main.about .sidebar nav ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  margin-bottom: 16px;
}
main.about .sidebar nav ul li.current a {
  color: rgb(0, 111, 255);
}
main.about .sidebar nav ul li a {
  transition: color 0.3s;
}
main.about .sidebar nav ul li a:hover {
  color: rgb(0, 111, 255);
}
main.about section {
  display: flex;
}
@media only screen and (max-width: 767px) {
  main.about section {
    display: block;
  }
}
main.about section .c-title02 {
  width: 31.66666667%;
}
@media only screen and (max-width: 767px) {
  main.about section .c-title02 {
    width: 100%;
  }
}
main.about section .content {
  width: 68.33333333%;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  main.about section .content {
    width: 100%;
  }
}
main.about section.about .content {
  padding: 72px 0 176px;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  main.about section.about .content {
    padding: 48px 0 104px;
    margin-top: 40px;
  }
}
main.about section.about .content p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -2.8%;
  line-height: 1.6;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  main.about section.about .content p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -5%;
  }
}
main.about section.about .content figure {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  main.about section.about .content figure {
    margin-top: 56px;
  }
}
main.about section.about .content figure img {
  width: 100%;
  display: block;
}
main.about section.about .content figure figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333333;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-top: 8px;
}
main.about .program .content {
  padding-bottom: 176px;
}
@media only screen and (max-width: 767px) {
  main.about .program .content {
    padding-bottom: 104px;
    margin-top: 32px;
  }
}
main.about .program__list dl {
  padding: 32px 0;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  main.about .program__list dl {
    display: block;
  }
}
main.about .program__list dl:first-of-type {
  border-top: 1px solid #000;
}
main.about .program__list dl dt {
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media only screen and (max-width: 767px) {
  main.about .program__list dl dt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
main.about .program__list dl dt .number {
  width: 60px;
}
@media only screen and (max-width: 767px) {
  main.about .program__list dl dt .number {
    width: 55px;
  }
}
main.about .program__list dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: -3%;
  font-weight: 500;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  main.about .program__list dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -5%;
  }
}
main.about .committee .content {
  padding-bottom: 176px;
}
@media only screen and (max-width: 767px) {
  main.about .committee .content {
    padding-bottom: 104px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  main.about .committee__box {
    display: block;
    padding: 24px 0 0;
    border-bottom: 1px solid #000;
  }
}
main.about .committee__box:first-of-type {
  border-top: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  main.about .committee__box:first-of-type {
    margin-top: 0;
  }
}
main.about .committee__box.active .text dl dt .profile svg {
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  main.about .committee__box .image {
    opacity: 1;
    height: auto;
    width: 100%;
  }
}
main.about .committee__box .image.sp img {
  filter: grayscale(100%);
  transition: filter 0.3s;
}
main.about .committee__box .image.is-active img {
  filter: grayscale(0%);
}
main.about .committee__box .text {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  main.about .committee__box .text {
    width: 100%;
    border-bottom: none;
  }
}
main.about .committee__box .text dl dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  main.about .committee__box .text dl dt {
    display: block;
  }
}
main.about .committee__box .text dl dt .name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media only screen and (max-width: 767px) {
  main.about .committee__box .text dl dt .name {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
main.about .committee__box .text dl dt .role-link {
  margin-top: 8px;
  display: flex;
  gap: 16px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  main.about .committee__box .text dl dt .role-link {
    margin-top: 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
main.about .committee__box .text dl dt .role-link a {
  text-decoration: underline;
}
main.about .committee__box .text dl dt .profile {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  margin-top: 6px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  main.about .committee__box .text dl dt .profile {
    margin-top: 16px;
  }
}
main.about .committee__box .text dl dt .profile svg {
  transition: transform 0.3s;
}
main.about .committee__box .text dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -3%;
  text-align: justify;
  padding: 16px 0 80px;
  width: 146.34146341%;
  margin-left: -46.34146341%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.about .committee__box .text dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -5%;
    width: 100%;
    margin-left: 0;
    display: block;
    padding: 0 0 24px;
    text-align: left;
  }
}
main.about .committee__box .text dl dd .image {
  width: 25%;
}
main.about .committee__box .text dl dd .description {
  width: 68.33333333%;
}
@media only screen and (max-width: 767px) {
  main.about .committee__box .text dl dd .description {
    width: 100%;
  }
}
main.about .committee .info {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  main.about .committee .info {
    margin-top: 64px;
    gap: 22px;
  }
}
main.about .committee .info dl {
  display: flex;
}
@media only screen and (max-width: 767px) {
  main.about .committee .info dl {
    display: block;
  }
}
main.about .committee .info dl dt {
  width: 39.02439024%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media only screen and (max-width: 767px) {
  main.about .committee .info dl dt {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
main.about .committee .info dl dd {
  width: 60.97560976%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  min-height: 2.4em;
}
@media only screen and (max-width: 767px) {
  main.about .committee .info dl dd {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 0;
  }
}
main.about .contact .content {
  padding-bottom: 176px;
  display: flex;
  align-items: center;
  gap: 103px;
}
@media only screen and (max-width: 767px) {
  main.about .contact .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 32px;
    padding-bottom: 120px;
  }
}
main.about .contact .content .link {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  main.about .contact .content .link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

main.creators_detail .whole {
  padding: 112px 0 176px;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole {
    padding: 106px 0 120px;
  }
}
main.creators_detail .whole .c-title02 {
  margin-bottom: 40px;
}
main.creators_detail .whole .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row {
    display: block;
  }
}
main.creators_detail .whole .row .cont {
  width: calc(100% - 200px);
  padding-top: 40px;
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .cont {
    width: 100%;
  }
}
main.creators_detail .whole .row .cont .text {
  width: 68.33333333%;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .cont .text {
    width: 100%;
    order: 2;
  }
}
main.creators_detail .whole .row .cont .image {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .cont .image {
    width: 100%;
    margin-bottom: 24px;
  }
}
main.creators_detail .whole .row .cont .head {
  margin-bottom: 88px;
}
main.creators_detail .whole .row .cont .head .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  display: block;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .cont .head .title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
main.creators_detail .whole .row .cont .head .job {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .cont .head .job {
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 4px;
  }
}
main.creators_detail .whole .row .cont .link {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
main.creators_detail .whole .row .cont .link li {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .cont .link li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main.creators_detail .whole .row .cont .link li a {
  text-decoration: underline;
}
main.creators_detail .whole .row .cont .post {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: -3%;
  font-weight: 500;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .cont .post {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -5%;
  }
}
main.creators_detail .whole .row .cont .post p {
  margin-bottom: 1.5em;
}
main.creators_detail .whole .row .cont .post p:last-child {
  margin-bottom: 0;
}
main.creators_detail .whole .row .cont .related {
  width: 100%;
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .cont .related {
    order: 3;
    margin-top: 48px;
  }
}
main.creators_detail .whole .row .cont .related__list li {
  padding: 24px 0;
  border-bottom: 1px solid #000;
}
main.creators_detail .whole .row .cont .related__list li:first-of-type {
  border-top: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .cont .related__list li:last-of-type {
    border-bottom: none;
  }
}
main.creators_detail .whole .row .cont .related__list li span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .cont .related__list li span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
main.creators_detail .whole .row .cont .related__list li small {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .cont .related__list li small {
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 0;
  }
}
main.creators_detail .whole .row .sidebar {
  width: 140px;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .sidebar {
    width: 100%;
  }
}
main.creators_detail .whole .row .sidebar ul {
  padding-top: 32px;
  border-top: 1px solid #000;
  position: sticky;
  top: 104px;
}
@media only screen and (max-width: 767px) {
  main.creators_detail .whole .row .sidebar ul {
    position: static;
    padding-top: 52px;
  }
}
main.creators_detail .whole .row .sidebar ul li {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  margin-bottom: 16px;
}
main.creators_detail .whole .row .sidebar ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s;
}
main.creators_detail .whole .row .sidebar ul li a:hover {
  color: rgb(0, 111, 255);
}
main.creators_detail .whole .row .sidebar ul li a:hover svg path {
  fill: rgb(0, 111, 255);
}
main.creators_detail .whole .row .sidebar ul li a svg path {
  transition: fill 0.3s;
}

main.creators .cont {
  padding: 112px 0 176px;
}
@media only screen and (max-width: 767px) {
  main.creators .cont {
    width: 100%;
    padding: 106px 0 120px;
  }
}
main.creators .cont .c-title02 {
  margin-bottom: 72px;
}
main.creators .cont .c-title02 small {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -1%;
  position: relative;
  top: -0.85em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  main.creators .cont .c-title02 small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main.creators .cont .c-cate-list {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  main.creators .cont .c-cate-list {
    margin-bottom: 48px;
  }
}
main.creators .cont .navigation.pagination {
  margin-top: 56px;
}

main.journal_detail .cont {
  padding: 176px 0 112px;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .cont {
    padding: 106px 0 120px;
  }
}
main.journal_detail .row {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row {
    flex-direction: column;
    gap: 0;
  }
}
main.journal_detail .row .c-title02 {
  width: calc((100% - 140px - 60px - 60px) * 0.28070175);
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .c-title02 {
    width: 100%;
    margin-bottom: 40px;
  }
}
main.journal_detail .row .post {
  width: calc((100% - 140px - 60px - 60px) * 0.7192982456);
  padding-top: 64px;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post {
    width: 100%;
    padding-top: 40px;
  }
}
main.journal_detail .row .post__head {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post__head {
    margin-bottom: 64px;
  }
}
main.journal_detail .row .post__head .title {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -3%;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post__head .title {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -5%;
    margin-bottom: 56px;
  }
}
main.journal_detail .row .post__head .date {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  display: block;
  margin-bottom: 24px;
}
main.journal_detail .row .post__head .thumbnail {
  width: 100%;
}
main.journal_detail .row .post__head .thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
}
main.journal_detail .row .post__detail {
  margin-bottom: 80px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post__detail {
    margin-bottom: 56px;
  }
}
main.journal_detail .row .post h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 64px;
  }
}
main.journal_detail .row .post h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
main.journal_detail .row .post h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main.journal_detail .row .post p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -3%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -5%;
    margin-bottom: 64px;
  }
}
main.journal_detail .row .post b {
  font-weight: 500;
}
main.journal_detail .row .post b a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post b a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
main.journal_detail .row .post a b {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post a b {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
main.journal_detail .row .post img {
  margin: 16px auto;
  max-width: 360px;
  display: block;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post img {
    max-width: 100%;
  }
}
main.journal_detail .row .post iframe {
  max-width: 380px !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .post iframe {
    max-width: 100% !important;
  }
}
main.journal_detail .row .sidebar {
  width: 140px;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .sidebar {
    width: 100%;
  }
}
main.journal_detail .row .sidebar ul {
  padding-top: 24px;
  border-top: 1px solid #000;
  position: sticky;
  top: 104px;
}
@media only screen and (max-width: 767px) {
  main.journal_detail .row .sidebar ul {
    position: static;
    padding-top: 32px;
    display: flex;
    gap: 24px;
  }
}
main.journal_detail .row .sidebar ul li {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  margin-bottom: 16px;
}
main.journal_detail .row .sidebar ul li a {
  transition: color 0.3s;
}
main.journal_detail .row .sidebar ul li a:hover {
  color: rgb(0, 111, 255);
}

main.journal .cont {
  padding: 112px 0 176px;
}
@media only screen and (max-width: 767px) {
  main.journal .cont {
    width: 100%;
    padding: 106px 0 120px;
  }
}
main.journal .cont .c-title02 {
  margin-bottom: 72px;
}
main.journal .cont .c-cate-list {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  main.journal .cont .c-cate-list {
    margin-bottom: 48px;
  }
}
main.journal .cont .navigation.pagination {
  margin-top: 56px;
}

main.projects .cont {
  padding: 176px 0;
}
@media only screen and (max-width: 767px) {
  main.projects .cont {
    padding: 106px 0 120px;
  }
}
main.projects .cont .row {
  display: flex;
}
@media only screen and (max-width: 767px) {
  main.projects .cont .row {
    display: block;
  }
}
main.projects .cont .row .c-title02 {
  width: 27.14285714%;
}
@media only screen and (max-width: 767px) {
  main.projects .cont .row .c-title02 {
    width: 100%;
    margin-bottom: 40px;
  }
}
main.projects .cont .row .c-title02 small {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -1%;
  position: relative;
  top: -0.85em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  main.projects .cont .row .c-title02 small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main.projects .cont .row .c-projects-list {
  width: 72.85714286%;
}
@media only screen and (max-width: 767px) {
  main.projects .cont .row .c-projects-list {
    width: 100%;
  }
}

main.top {
  padding-top: 0;
}
main.top .main-visual {
  width: 100%;
  height: 100svh;
}
main.top .main-visual__image {
  width: 100%;
  height: 100%;
}
main.top .main-visual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
main.top .intro {
  padding: 160px 0 200px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  main.top .intro {
    padding: 80px 0 104px;
  }
}
main.top .intro .inner {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  main.top .intro .inner {
    display: block;
  }
}
main.top .intro .inner .content {
  width: calc(72.85714286% + 20px);
  overflow: hidden;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  main.top .intro .inner .content {
    width: 100%;
    margin: 0;
  }
}
main.top .intro .inner .content .text-en {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  main.top .intro .inner .content .text-en {
    font-size: 17px;
    font-size: 1.7rem;
    padding-right: 0;
  }
}
main.top .intro .inner .content .text-jp {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -3%;
  line-height: 1.6;
  font-weight: 500;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  main.top .intro .inner .content .text-jp {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -5%;
    padding-right: 0;
  }
}
main.top .intro .inner .content hr {
  border: none;
  width: 15px;
  height: 1px;
  display: block;
  background: #000;
  margin: 24px 0;
}
@media only screen and (max-width: 767px) {
  main.top .intro .inner .content hr {
    margin: 16px 0;
  }
}
main.top .intro__slider {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  main.top .intro__slider {
    margin-top: 64px;
  }
}
main.top .intro__slider .swiper {
  overflow: visible;
}
main.top .intro__slider .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
main.top .intro__slider .swiper .swiper-slide {
  width: auto;
}
main.top .intro__slider .swiper .swiper-slide ul {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: auto;
}
main.top .intro__slider .swiper .swiper-slide ul li {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  main.top .intro__slider .swiper .swiper-slide ul li {
    width: 240px;
  }
}
main.top .intro__slider .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  main.top .intro__slider .row {
    padding-right: 0;
  }
}
main.top .intro__slider .row a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  main.top .intro__slider .row a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main.top .intro__slider .row small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333333;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
main.top .projects {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  main.top .projects {
    padding-bottom: 104px;
  }
}
main.top .projects .inner {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  main.top .projects .inner {
    display: block;
  }
}
main.top .projects .inner .c-title02 {
  width: 27.14285714%;
}
@media only screen and (max-width: 767px) {
  main.top .projects .inner .c-title02 {
    width: 100%;
    margin-bottom: 32px;
  }
}
main.top .projects .inner .content {
  width: 72.85714286%;
}
@media only screen and (max-width: 767px) {
  main.top .projects .inner .content {
    width: 100%;
  }
}
main.top .projects__list li {
  border-top: 1px solid #000;
  padding: 16px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media only screen and (max-width: 767px) {
  main.top .projects__list li {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
main.top .projects__list li:last-of-type {
  border-bottom: 1px solid #000;
}
main.top .information {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  main.top .information {
    padding-bottom: 104px;
  }
}
main.top .information .inner {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  main.top .information .inner {
    display: block;
  }
}
main.top .information .inner .c-title02 {
  width: 27.14285714%;
}
@media only screen and (max-width: 767px) {
  main.top .information .inner .c-title02 {
    width: 100%;
    margin-bottom: 40px;
  }
}
main.top .information .inner .content {
  width: 72.85714286%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  main.top .information .inner .content {
    width: 100%;
  }
}
main.top .information .inner .content dl {
  display: flex;
}
main.top .information .inner .content dl dt {
  width: 140px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media only screen and (max-width: 767px) {
  main.top .information .inner .content dl dt {
    width: 80px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main.top .information .inner .content dl dd {
  width: calc(100% - 140px);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: -3%;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  main.top .information .inner .content dl dd {
    width: calc(100% - 80px);
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main.top .information .inner .content dl dd a {
  text-decoration: underline;
}
main.top .journal {
  padding-bottom: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  main.top .journal {
    padding-bottom: 120px;
  }
}
main.top .journal__head {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  main.top .journal__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
  }
}
main.top .journal__head .swiper-prev.swiper-button-disabled, main.top .journal__head .swiper-next.swiper-button-disabled {
  background: rgba(217, 217, 217, 0.35);
  color: rgba(0, 0, 0, 0.35);
}