@charset "UTF-8";
/* ======================================
 Foundation
====================================== */
/**
 * レスポンシブ
 * - sm:  400px〜
 * - md:  768px〜
 * - lg: 1024px〜
 * - xl: 1200px〜
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
  word-break: break-all;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
  background-color: #ffffff;
}

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

a {
  color: inherit;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: bold;
}

/* ======================================
 Layout
====================================== */
.header {
  position: absolute;
  padding-top: 16px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 32px;
  }
}

.footer__img {
  background: url(../img/bg-footer.jpg) no-repeat -520px/cover;
  height: 200px;
  margin-left: calc(-50vw + 50%);
}
@media screen and (min-width: 768px) {
  .footer__img {
    background: url(../img/bg-footer.jpg) no-repeat center/cover;
    height: 400px;
  }
}
.footer__text {
  width: 100%;
  height: 168px;
  padding: 0 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .footer__text {
    height: 144px;
  }
}

.section {
  position: relative;
  width: 100%;
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 88px 0;
  }
}

.content {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content {
    max-width: 1024px;
    padding: 0 2%;
  }
}
@media screen and (min-width: 768px) {
  .content__block {
    max-width: 960px;
    margin: 0 auto;
  }
}

/* ======================================
 Object
====================================== */
/**
 Component
----------------------------------- */
.text-center {
  text-align: center;
}

.note {
  font-size: 1.2rem;
  line-height: 1.7;
}
.note-right {
  text-align: right;
}
.note-center {
  text-align: center;
}

.sectionTitleH2 {
  text-align: center;
  margin-bottom: 56px;
}

.sectionTitleH3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px 0 32px;
  font-size: 2.8rem;
  font-weight: 600;
}
.sectionTitleH3::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  content: "";
  z-index: -1;
}
.sectionTitleH3 span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.sectionTitleH3 span::before {
  margin-right: 8px;
  content: "〈";
}
.sectionTitleH3 span::after {
  margin-left: 8px;
  content: "〉";
}

.sectionTitleH4 {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  margin: 40px 0 16px;
}

.sectionSubTitle {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sectionSubTitle {
    font-size: 1.8rem;
  }
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer;
}
.btn:hover {
  opacity: 1;
}
.btn-arrowRight {
  padding-left: 1em;
  padding-right: 1.5em;
}
.btn-arrowRight:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  right: 14px;
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 8px;
  height: 14px;
  transition: 0.3s right ease-in-out;
}
.btn-arrowRight:hover:after {
  right: 6px;
}
.btn-profile {
  width: 96%;
  height: 48px;
  margin: 16px 0 48px;
  border-radius: 32px;
  background-color: #4051a1;
}
.btn-application {
  border-radius: 6px;
  width: 100%;
  height: 72px;
  background-color: #4051a1;
}
@media screen and (min-width: 768px) {
  .btn-application {
    height: 88px;
  }
}
.btn-applicationLong {
  width: 100%;
  height: 64px;
  margin: 16px 0;
  border-radius: 32px;
  background-color: #000000;
}
.btn-applicationLong::before {
  position: absolute;
  width: 94%;
  height: 60%;
  border-bottom: solid 2px #000000;
  border-right: solid 2px #000000;
  border-radius: 0 0 36px 0;
  bottom: -6px;
  right: -6px;
  content: "";
}
@media screen and (min-width: 768px) {
  .btn-applicationLong::before {
    width: 98%;
  }
}

/**
 Project
----------------------------------- */
.logo {
  position: relative;
  left: 16px;
}
@media screen and (min-width: 768px) {
  .logo {
    left: 5%;
  }
}
.logo__img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .logo__img {
    width: 100%;
  }
}

.p-hamburger {
  z-index: 3;
  position: fixed;
  top: 16px;
  right: 2%;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 4px;
  background-color: #000000;
  outline: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-hamburger {
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
  }
}
.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 1px;
  background-color: #ffffff;
  transition: inherit;
}
@media screen and (min-width: 768px) {
  .p-hamburger__line {
    width: 32px;
  }
}
.p-hamburger__line::before, .p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  content: "";
  transition: inherit;
}
.p-hamburger__line::before {
  top: -8px;
}
.p-hamburger__line::after {
  top: 8px;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background: transparent;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background-color: #ffffff;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  transform: rotate(45deg);
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  transform: rotate(-45deg);
}

.is-drawerActive .globalNav {
  right: 0;
}

.globalNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background-color: #000000;
  padding: 96px 6.4% 0;
  transition: right 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .globalNav {
    width: 40%;
  }
}
.globalNav__item {
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.globalNav__item a {
  text-decoration: none;
  display: inline-block;
  line-height: 2;
}

.hero {
  position: relative;
  width: 100%;
  height: 580px;
  background: url(../img/mv_sp.jpg) center/cover;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 100vh;
    background: url(../img/mv.jpg) center/cover;
  }
}
.hero__inner {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .hero__inner {
    height: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 2%;
  }
}
@media screen and (min-width: 768px) {
  .hero__btn {
    padding-bottom: 56px;
  }
}
.hero__copy {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 26% 0 4%;
}
@media screen and (min-width: 768px) {
  .hero__copy {
    padding: 14% 0 3%;
  }
}
.hero__copy__image01 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero__copy__image01 {
    width: 60%;
  }
}
.hero__copy__image02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero__copy__image02 {
    display: block;
    width: 11%;
  }
}

/* シンポジウムページ用 */
.message {
  position: relative;
  width: 100%;
  padding: 64px 0;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  background-color: #000000;
}
.message__title {
  margin-bottom: 48px;
  font-size: 4rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .message__title {
    font-size: 5.6rem;
  }
}
.message__text {
  margin-top: 48px;
  font-size: 1.4rem;
}

.application {
  position: relative;
  margin: 40px auto;
}
.application__title {
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  color: #4051a1;
}
.application__topic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 48px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  font-weight: 700;
}
.application__topic span {
  padding: 0 8px;
  background-color: #ffffff;
}
.application__topic::after {
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: #000000;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .application__topic::after {
    width: 32%;
  }
}

.formArea {
  position: relative;
}
.formArea__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 40px 0 24px;
}
@media screen and (min-width: 768px) {
  .formArea__link {
    flex-direction: row;
    justify-content: center;
    gap: 48px;
    /*max-width: 720px;*/
  }
}
.formArea__link__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .formArea__link__item {
    width: 31.3333333333%;
  }
}

.poster-target {
  font-size: 1.4rem;
  font-weight: 500;
}

.outline {
  position: relative;
  margin: 72px auto;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  border-top: solid 1px #c4c4c4;
}
.outline__title {
  margin: 48px 0 16px;
  font-size: 2.4rem;
}
.outline__text span {
  font-size: 2.1rem;
  font-weight: 700;
}
.outline__text__party {
  padding: 24px;
  font-size: 1.3rem;
}
.outline__topic {
  margin: 32px 0;
  font-size: 2.1rem;
}
.outline__topic span {
  border-bottom: solid 1px #000000;
}
.outline__info {
  width: 100%;
  margin: 24px auto;
  padding: 24px;
  font-size: 1.6rem;
  border: solid 1px #c4c4c4;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .outline__info {
    width: 60%;
    min-width: 480px;
  }
}

.program {
  position: relative;
}
.program__block {
  margin-top: 72px;
}
.program__block__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.program__block__title::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #5FB4E6, #D684B5);
  content: "";
  z-index: -2;
}
.program__block__title span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
}
.program__block__title span::before {
  width: 248px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 124px);
  background-image: url(../img/title-h3_pgmArrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #ffffff;
  content: "";
  z-index: -1;
}
.program__block__title__h4 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 16px;
  font-size: 2.1rem;
  font-weight: 700;
}
.program__block__title__h5 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 4px;
  font-size: 1.8rem;
  font-weight: 500;
}
.program__block__title__h5::before {
  margin-right: 4px;
  content: "〈";
}
.program__block__title__h5::after {
  margin-left: 4px;
  content: "〉";
}
.program__block__position {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .program__block__position {
    margin-left: 12px;
  }
}
.program__block__break {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.program__block__break::before, .program__block__break::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 14px;
  height: 8px;
}
.program__block__break::before {
  bottom: 40px;
}
.program__block__break::after {
  margin-top: 48px;
}
.program__block__info {
  position: relative;
  max-width: 560px;
  margin: 24px auto 0;
  padding: 16px;
  font-size: 1.4rem;
  border: solid 1px #c4c4c4;
}
.program__block__info ul {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 12px;
}
.program__block__info span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
}

.speakers {
  position: relative;
}
.speakers__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .speakers__block {
    width: 100%;
    margin: 0 auto;
  }
}
.speakers__block__item {
  display: flex;
  flex-direction: column-reverse;
  width: 80%;
  margin-bottom: 48px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .speakers__block__item {
    flex-direction: row;
    width: 50%;
    margin-bottom: 0;
    padding: 5% 4%;
  }
}
.speakers__block__item__prof {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .speakers__block__item__prof {
    width: 50%;
  }
}
.speakers__block__item__ph {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .speakers__block__item__ph {
    flex: 1;
    margin-left: 2rem;
  }
}
.speakers__block__item__ph img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .speakers__block__item__ph img {
    margin-bottom: 0;
  }
}
.speakers__name {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}
.speakers__messrs {
  font-size: 1.3rem;
}
.speakers__position {
  font-size: 1.4rem;
  line-height: 1.6;
}
.speakers__separate {
  margin: 0 8px;
}
@media screen and (min-width: 768px) {
  .speakers__separate {
    margin: 0 16px;
  }
}
.speakers__link {
  display: flex;
  justify-content: center;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .speakers__link {
    width: 100%;
  }
}

.access {
  position: relative;
}

.map {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 64px 0 0;
  border: solid 1px #c4c4c4;
}

/**
 Utility
----------------------------------- */
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

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

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

.visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
/*# sourceMappingURL=common.css.map */