@charset "UTF-8";
/* Scss Document */
/* foundation
------------------------------------------------------ */
.p-home-admission .l-wrapper div p:before, .p-home-info .l-wrapper h2 span:before, .p-home-title span:last-of-type:after, .p-home-title span:first-of-type:before, .p-post a[href$=".doc"]:before,
.p-post a[href$=".docx"]:before,
.p-post a[href$=".ppt"]:before,
.p-post a[href$=".xlsx"]:before,
.p-post a[href$=".pdf"]:before,
.p-post a[href$=".txt"]:before,
.p-post a[href$=".zip"]:before, .p-page-header__title span:before, .c-linkBtn i:before, .c-icon:before, .l-footer-lower__content dl dt:before, .l-pageTop button:before, .l-header-gnav__level1 > li > a:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-home-conference .l-wrapper:after, .p-home-nav__award-support li:before, .p-home-nav__about:after, .p-home-nav__about:before, .p-home-mv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 500;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

main, article, aside, dialog, figure, picture, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

strong {
  font-weight: 700;
}

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

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px #000000 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, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
}

input[type=file],
input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

time {
  display: inline-block;
}

sup {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: text-bottom;
}

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

html, body {
  color: #000000;
  background-color: #ffffff;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}

body {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
  word-break: break-word;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #cccccc;
}

button {
  transition: opacity 0.2s;
}
button:hover {
  opacity: 0.7;
}

figure, picture {
  line-height: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

#wpadminbar {
  position: fixed !important;
}

body.logged-in header {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.logged-in header {
    margin-top: 46px;
  }
}

/* js
------------------------------------------------------ */
/* layout
------------------------------------------------------ */
.l-wrapper {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .l-wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    width: 85vw;
  }
}

.l-header {
  background-color: #ffffff;
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1075px) {
  .l-header {
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 16.25vw;
  }
}
.l-header .toplang {
  font-size: 13px;
  text-align: right;
  margin: 15px;
}
@media screen and (max-width: 768px) {
  .l-header .toplang {
    display: none;
  }
}
.l-header__wrapper {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1075px) {
  .l-header__wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    padding: 0 6.25vw;
  }
}
.l-header-logo h1, .l-header-logo p {
  font-size: 3.2rem;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1075px) {
  .l-header-logo h1, .l-header-logo p {
    font-size: 2.24rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header-logo h1, .l-header-logo p {
    font-size: 5.6vw;
  }
}
.l-header-logo h1 span, .l-header-logo p span {
  color: #1ba9cd;
  font-size: 1.6rem;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 1075px) {
  .l-header-logo h1 span, .l-header-logo p span {
    font-size: 1.12rem;
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-logo h1 span, .l-header-logo p span {
    font-size: 2.8vw;
    margin-top: 1.75vw;
  }
}
.l-header-logo h1 a, .l-header-logo p a {
  display: block;
}
.l-header-gnav {
  font-size: 1.6rem;
  height: 100%;
}
@media screen and (max-width: 1075px) {
  .l-header-gnav {
    background-color: #ffffff;
    width: 100vw;
    height: 120px;
    line-height: 1;
    padding: 0 20px;
    display: none;
    border-top: 1px #1ba9cd solid;
    border-bottom: 1px #1ba9cd solid;
    position: absolute;
    top: 65px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header-gnav {
    height: calc(100vh - 16.255vw);
    font-size: 4.5vw;
    padding: 0 6.25vw 25vw 6.25vw;
    border-bottom: none;
    top: 16.25vw;
    overflow-y: auto;
  }
}
.l-header-gnav.is-active {
  display: block;
}
.l-header-gnav__level1 {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 1075px) {
  .l-header-gnav__level1 {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level1 {
    height: auto;
    display: block;
  }
}
.l-header-gnav__level1 > li {
  height: 100%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level1 > li {
    border-bottom: 1px #1ba9cd solid;
    display: block;
  }
}
.l-header-gnav__level1 > li:nth-of-type(n+2) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level1 > li:nth-of-type(n+2) {
    margin-left: auto;
  }
}
.l-header-gnav__level1 > li:hover .l-header-gnav__level2 {
  display: block;
}
.l-header-gnav__level1 > li > a {
  font-size: 15px;
  padding-top: 45px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level1 > li > a {
    width: 100%;
    padding: 5vw 2.5vw 5vw 7.5vw;
  }
}
.l-header-gnav__level1 > li > a:before, .l-header-gnav__level1 > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level1 > li > a:before, .l-header-gnav__level1 > li > a:after {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.l-header-gnav__level1 > li > a:after {
  background-color: #1ba9cd;
  mask-size: contain;
  opacity: 0;
}
.l-header-gnav__level1 > li > a:hover {
  color: #1ba9cd;
  opacity: 1;
}
.l-header-gnav__level1 > li > a:hover:after {
  opacity: 1;
}
.l-header-gnav__level1 > li > a > span {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level1 > li > a > span {
    width: 7.5vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.l-header-gnav__level1 > li > a > span i {
  width: 3.75vw;
  height: 3.75vw;
  position: relative;
}
.l-header-gnav__level1 > li > a > span i:before, .l-header-gnav__level1 > li > a > span i:after {
  content: "";
  background-color: #1ba9cd;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.l-header-gnav__level1 > li > a > span i:after {
  transform: rotate(90deg);
}
.l-header-gnav__level1 > li > a > span.is-open i:after {
  content: none;
}
.l-header-gnav__level1 > li:nth-of-type(1) > a:before, .l-header-gnav__level1 > li:nth-of-type(1) > a:after {
  width: 27px;
  height: 34px;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level1 > li:nth-of-type(1) > a:before, .l-header-gnav__level1 > li:nth-of-type(1) > a:after {
    width: 3.375vw;
    height: 4.25vw;
    left: 1.4375vw;
  }
}
.l-header-gnav__level1 > li:nth-of-type(1) > a:before {
  background-image: url(../images/common/icon_gnav01.svg);
}
.l-header-gnav__level1 > li:nth-of-type(1) > a:after {
  mask-image: url(../images/common/icon_gnav01.svg);
}
.l-header-gnav__level1 > li:nth-of-type(4) > a:before, .l-header-gnav__level1 > li:nth-of-type(4) > a:after {
  width: 38px;
  height: 33px;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level1 > li:nth-of-type(4) > a:before, .l-header-gnav__level1 > li:nth-of-type(4) > a:after {
    width: 4.75vw;
    height: 4.125vw;
    left: 0.75vw;
  }
}
.l-header-gnav__level1 > li:nth-of-type(4) > a:before {
  background-image: url(../images/common/icon_gnav02.svg);
}
.l-header-gnav__level1 > li:nth-of-type(4) > a:after {
  mask-image: url(../images/common/icon_gnav02.svg);
}
.l-header-gnav__level1 > li:nth-of-type(2) > a:before, .l-header-gnav__level1 > li:nth-of-type(2) > a:after {
  width: 28px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level1 > li:nth-of-type(2) > a:before, .l-header-gnav__level1 > li:nth-of-type(2) > a:after {
    width: 3.5vw;
    height: 4.375vw;
    left: 1.375vw;
  }
}
.l-header-gnav__level1 > li:nth-of-type(2) > a:before {
  background-image: url(../images/common/icon_gnav03.svg);
}
.l-header-gnav__level1 > li:nth-of-type(2) > a:after {
  mask-image: url(../images/common/icon_gnav03.svg);
}
.l-header-gnav__level1 > li:nth-of-type(3) > a:before, .l-header-gnav__level1 > li:nth-of-type(3) > a:after {
  width: 34px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level1 > li:nth-of-type(3) > a:before, .l-header-gnav__level1 > li:nth-of-type(3) > a:after {
    width: 4.25vw;
    height: 4.375vw;
    left: 1vw;
  }
}
.l-header-gnav__level1 > li:nth-of-type(3) > a:before {
  background-image: url(../images/common/icon_gnav04.svg);
}
.l-header-gnav__level1 > li:nth-of-type(3) > a:after {
  mask-image: url(../images/common/icon_gnav04.svg);
}
.l-header-gnav__level1 > li:nth-of-type(5) > a:before, .l-header-gnav__level1 > li:nth-of-type(5) > a:after {
  width: 41px;
  height: 29px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level1 > li:nth-of-type(5) > a:before, .l-header-gnav__level1 > li:nth-of-type(5) > a:after {
    width: 5.125vw;
    height: 3.625vw;
    top: 50%;
    left: 0.5625vw;
  }
}
.l-header-gnav__level1 > li:nth-of-type(5) > a:before {
  background-image: url(../images/common/icon_gnav05.svg);
}
.l-header-gnav__level1 > li:nth-of-type(5) > a:after {
  mask-image: url(../images/common/icon_gnav05.svg);
}
.l-header-gnav__level1 > li:nth-of-type(6) > a:before, .l-header-gnav__level1 > li:nth-of-type(6) > a:after {
  width: 41px;
  height: 29px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level1 > li:nth-of-type(6) > a:before, .l-header-gnav__level1 > li:nth-of-type(6) > a:after {
    width: 5.125vw;
    height: 3.625vw;
    top: 50%;
    left: 0.5625vw;
  }
}
.l-header-gnav__level1 > li:nth-of-type(6) > a:before {
  background-image: url(../images/common/icon_gnav05.svg);
}
.l-header-gnav__level1 > li:nth-of-type(6) > a:after {
  mask-image: url(../images/common/icon_gnav05.svg);
}
.l-header-gnav__level2 {
  width: auto;
  white-space: nowrap;
  padding-top: 35px;
  display: none;
  position: absolute;
  top: 80px;
  left: -50px;
}
@media screen and (max-width: 1075px) {
  .l-header-gnav__level2 {
    top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level2 {
    padding-top: 0;
    display: block;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level2.is-active ul {
    display: block;
  }
}
.l-header-gnav__level2 ul {
  background-color: #F5FBFD;
  padding: 30px 40px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level2 ul {
    background-color: transparent;
    padding: 2.5vw 0 5vw 7.5vw;
    display: none;
    border-radius: 0;
  }
}
.l-header-gnav__level2 ul:before {
  content: "";
  width: 30px;
  height: 30px;
  border-bottom: 30px #F5FBFD solid;
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
  box-sizing: border-box;
  position: absolute;
  top: -30px;
  left: 80px;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level2 ul:before {
    content: none;
  }
}
.l-header-gnav__level2 ul li:nth-of-type(n+2) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level2 ul li:nth-of-type(n+2) {
    margin-top: 2.5vw;
  }
}
.l-header-gnav__level2 ul li .c-linkBtn {
  display: flex;
}
.l-header-gnav__level2 ul li .c-linkBtn span {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-header-gnav__level2 ul li .c-linkBtn span:before {
    content: none;
  }
}
.l-header-gnavBtn {
  width: 30px;
  height: 25px;
  display: none;
  flex-shrink: 0;
}
@media screen and (max-width: 1075px) {
  .l-header-gnavBtn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn {
    width: 7.5vw;
    height: 6.25vw;
  }
}
.l-header-gnavBtn button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-header-gnavBtn button:before {
  content: "";
  background-color: #000000;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn button:before {
    width: 7.5vw;
    height: 0.5vw;
  }
}
.l-header-gnavBtn button i {
  width: 30px;
  height: 25px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn button i {
    width: 7.5vw;
    height: 6.25vw;
  }
}
.l-header-gnavBtn button i:before, .l-header-gnavBtn button i:after {
  content: "";
  background-color: #000000;
  height: 2px;
  position: absolute;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn button i:before, .l-header-gnavBtn button i:after {
    height: 0.5vw;
  }
}
.l-header-gnavBtn button i:before {
  width: 30px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn button i:before {
    width: 7.5vw;
  }
}
.l-header-gnavBtn button i:after {
  width: 15px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn button i:after {
    width: 3.75vw;
  }
}
.l-header-gnavBtn button.is-open:before {
  content: none;
}
.l-header-gnavBtn button.is-open i:before {
  bottom: 0;
  transform: rotate(45deg);
}
.l-header-gnavBtn button.is-open i:after {
  width: 30px;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn button.is-open i:after {
    width: 7.5vw;
  }
}

@media screen and (max-width: 768px) {
  html.gnav-active,
  body.gnav-active {
    overflow: hidden;
  }
}

main {
  width: 100%;
  height: auto;
  padding-top: 100px;
}
@media screen and (max-width: 1075px) {
  main {
    padding-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 16.25vw;
  }
}

.l-pageTop {
  background-color: #c2e7fb;
  width: 70px;
  height: 70px;
  display: none;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-pageTop {
    width: 12vw;
    height: 12vw;
    right: 6.25vw;
    bottom: 10vw;
  }
}
.l-pageTop button {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-pageTop button:before {
  content: "";
  background-image: url(../images/common/icon_arrow02.svg);
  width: 24px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .l-pageTop button:before {
    width: 5vw;
    height: 2.5vw;
  }
}

.l-footer {
  background-color: #eef8fe;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 15vw 0;
  }
}
.l-footer-upper {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .l-footer-upper {
    display: none;
  }
}
.l-footer-nav li {
  font-size: 3rem;
  margin-bottom: 30px;
}
.l-footer-lower {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1075px) {
  .l-footer-lower {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-lower {
    margin: 0 auto;
  }
}
.l-footer-lower__address {
  padding-right: 60px;
}
@media screen and (max-width: 1075px) {
  .l-footer-lower__address {
    width: 100%;
    padding-right: 0;
  }
}
.l-footer-lower__address p {
  font-size: 3.2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-footer-lower__address p {
    font-size: 5.6vw;
  }
}
.l-footer-lower__address p span {
  color: #1ba9cd;
  font-size: 1.6rem;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer-lower__address p span {
    font-size: 2.8vw;
    margin-top: 1.75vw;
  }
}
.l-footer-lower__address address {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer-lower__address address {
    font-size: 3.5vw;
    line-height: 1.7;
    margin-top: 5vw;
  }
}
.l-footer-lower__content {
  width: calc(100% - 340px);
  margin-top: 60px;
}
@media screen and (max-width: 1075px) {
  .l-footer-lower__content {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-lower__content {
    margin-top: 10vw;
  }
}
.l-footer-lower__content dl dt {
  color: #1ba9cd;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-left: 27px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer-lower__content dl dt {
    font-size: 4vw;
    margin-bottom: 1.25vw;
    padding-left: 6.625vw;
  }
}
.l-footer-lower__content dl dt:before {
  content: "";
  background-image: url(../images/common/icon_mark01.svg);
  width: 15px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-footer-lower__content dl dt:before {
    width: 4.625vw;
    height: 4.875vw;
  }
}
.l-footer-lower__content dl dd ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer-lower__content dl dd ul {
    flex-wrap: wrap;
  }
}
.l-footer-lower__content dl dd ul li {
  width: calc((100% - 40px) / 3);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-footer-lower__content dl dd ul li {
    width: calc((100% - 3.75vw) / 2);
    margin-top: 3.75vw;
  }
}
.l-footer-lower__content dl dd ul li a {
  display: block;
}
.l-footer-lower__content dl dd ul li img {
  width: 100%;
}
.l-footer-lower__content div ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer-lower__content div ul {
    display: block;
  }
}
.l-footer-lower__content div ul li:nth-of-type(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer-lower__content div ul li:nth-of-type(n+2) {
    margin: 2.5vw auto 0 auto;
  }
}
.l-footer-lower__content div ul li .c-linkBtn {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer-lower__content div ul li .c-linkBtn {
    font-size: 3.5vw;
  }
}
.l-footer-lower__content div ul li .c-linkBtn span {
  display: contents;
  font-weight: 400;
}
.l-footer-lower__content div p {
  color: #333333;
  font-size: 1.4rem;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer-lower__content div p {
    font-size: 3.25vw;
    text-align: center;
    margin-top: 7.5vw;
  }
}
.l-footer-lower__content div p small {
  font-weight: 400;
}

/* object
------------------------------------------------------ */
/* component */
.c-btn {
  color: #ffffff;
  background-color: #1ba9cd;
  width: 100%;
  max-width: 400px;
  height: 70px;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: 2px #1ba9cd solid;
  border-radius: 35px;
  transform: all 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 75vw;
    max-width: none;
    height: 11.25vw;
    font-size: 3.5vw;
    padding: 0.9375vw;
    border-radius: 5.625vw;
  }
}
.c-btn span {
  width: calc(100% - 50px);
}
@media screen and (max-width: 768px) {
  .c-btn span {
    width: calc(100% - 9.375vw);
  }
}
.c-btn i {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn i {
    width: 9.375vw;
    height: 9.375vw;
  }
}
.c-btn i:before {
  content: "";
  background-color: #1ba9cd;
  mask-image: url(../images/common/icon_arrow02.svg);
  mask-size: contain;
  width: 18px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn i:before {
    width: 3.125vw;
    height: 2.125vw;
  }
}
.c-btn:hover {
  color: #1ba9cd;
  background-color: #ffffff;
  opacity: 1;
}
.c-btn:hover i {
  background-color: #1ba9cd;
}
.c-btn:hover i:before {
  background-color: #ffffff;
}
.c-btn--rev {
  color: #000000;
  background-color: #ffffff;
  border: none;
}
.c-btn--rev i {
  background-color: #1ba9cd;
}
.c-btn--rev i:before {
  background-color: #ffffff;
}
.c-btn--rev:hover {
  color: #ffffff;
  background-color: #1ba9cd;
}
.c-btn--rev:hover i {
  background-color: #ffffff;
}
.c-btn--rev:hover i:before {
  background-color: #1ba9cd;
}
.c-btn--back {
  flex-direction: row-reverse;
}
.c-btn--back i:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.c-btn.is-disable {
  background-color: #999999;
  border-color: #999999;
  pointer-events: none;
}
.c-btn.is-disable i:before {
  background-color: #999999;
}

.c-icon {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-icon {
    padding-left: 3.75vw;
  }
}
.c-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-icon:hover {
  color: #1ba9cd;
  opacity: 1;
}
.c-icon--arrow:before {
  background-color: #1ba9cd;
  width: 16px;
  height: 11px;
  mask-image: url(../images/common/icon_arrow02.svg);
  mask-size: contain;
}
@media screen and (max-width: 768px) {
  .c-icon--arrow:before {
    width: 2vw;
    height: 1.375vw;
  }
}
.c-icon--arrow-rev:before {
  background-color: #ffffff;
}

.c-conferencePosts article {
  padding-bottom: 30px;
  border-bottom: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .c-conferencePosts article {
    padding-bottom: 5vw;
  }
}
.c-conferencePosts article:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-conferencePosts article:nth-of-type(n+2) {
    margin-top: 5vw;
  }
}
.c-conferencePosts article a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1075px) {
  .c-conferencePosts article a {
    display: block;
  }
}
.c-conferencePosts article a:hover {
  opacity: 1;
}
.c-conferencePosts article a:hover h2, .c-conferencePosts article a:hover h3 {
  color: #1ba9cd;
}
.c-conferencePosts article h2, .c-conferencePosts article h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .c-conferencePosts article h2, .c-conferencePosts article h3 {
    width: 100%;
    font-size: 3.5vw;
    margin-top: 1.25vw;
  }
}

.c-infoPosts article:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-infoPosts article:nth-of-type(n+2) {
    margin-top: 5vw;
  }
}
.c-infoPosts article a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1075px) {
  .c-infoPosts article a {
    display: block;
  }
}
.c-infoPosts article a:hover {
  opacity: 1;
}
.c-infoPosts article a:hover dl dt {
  color: #1ba9cd;
}
.c-infoPosts article a:hover dl dd {
  opacity: 0.7;
}
.c-infoPosts article a:hover h2, .c-infoPosts article a:hover h3 {
  color: #1ba9cd;
}
.c-infoPosts article dl {
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1075px) {
  .c-infoPosts article dl {
    width: auto;
    justify-content: flex-start;
  }
}
.c-infoPosts article dl dt {
  font-size: 1.8rem;
  transition: all 0.2s;
}
@media screen and (max-width: 1075px) {
  .c-infoPosts article dl dt {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-infoPosts article dl dt {
    font-size: 3.5vw;
    margin-right: 3.75vw;
  }
}
.c-infoPosts article dl dd {
  color: #ffffff;
  background-color: #1ba9cd;
  width: auto;
  min-width: 80px;
  font-size: 1.4rem;
  line-height: 20px;
  padding: 0 10px;
  text-align: center;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .c-infoPosts article dl dd {
    min-width: 12.5vw;
    font-size: 2.5vw;
    line-height: 3.5vw;
    padding: 0 1.25vw;
  }
}
.c-infoPosts article h2, .c-infoPosts article h3 {
  width: calc(100% - 270px - 30px);
  font-size: 1.8rem;
  line-height: 1.5;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .c-infoPosts article h2, .c-infoPosts article h3 {
    width: 100%;
    font-size: 3.5vw;
    margin-top: 1.25vw;
  }
}

.c-linkBtn {
  color: #333333;
  display: inline-flex;
  align-items: center;
}
.c-linkBtn i {
  background-color: #1ba9cd;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  display: block;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-linkBtn i {
    width: 3.25vw;
    height: 3.25vw;
    margin-right: 1.25vw;
  }
}
.c-linkBtn i:before {
  content: "";
  background-image: url(../images/common/icon_arrow01.svg);
  width: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-linkBtn i:before {
    width: 1.5vw;
    height: 1.125vw;
  }
}
.c-linkBtn span {
  line-height: 1.5;
  position: relative;
}
.c-linkBtn span:before {
  content: "";
  background-color: #1ba9cd;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-linkBtn span:before {
    bottom: 0;
  }
}
.c-linkBtn:hover {
  color: #1ba9cd;
  opacity: 1;
}

/* project */
.p-page-header {
  height: 160px;
}
@media screen and (max-width: 768px) {
  .p-page-header {
    height: 16.25vw;
  }
}
.p-page-header .l-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px #1ba9cd solid;
}
@media screen and (max-width: 768px) {
  .p-page-header .l-wrapper {
    border-bottom: 1px #1ba9cd solid;
  }
}
.p-page-header__title {
  color: #1ba9cd;
  font-size: 3.2rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-page-header__title {
    font-size: 4vw;
  }
}
.p-page-header__title span {
  color: #000000;
  font-size: 4.4rem;
  margin: 0 auto 30px auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-page-header__title span {
    font-size: 7vw;
    margin: 0 auto 3.75vw auto;
  }
}
.p-page-header__title span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-page-header__title span.about:before {
  background-image: url(../images/common/icon_gnav01.svg);
  width: 39px;
  height: 48px;
  left: -59px;
}
@media screen and (max-width: 768px) {
  .p-page-header__title span.about:before {
    width: 4.875vw;
    height: 6vw;
    left: -7.375vw;
  }
}
.p-page-header__title span.annual-meeting:before {
  background-image: url(../images/common/icon_gnav02.svg);
  width: 44px;
  height: 38px;
  left: -64px;
}
@media screen and (max-width: 768px) {
  .p-page-header__title span.annual-meeting:before {
    width: 5.5vw;
    height: 4.75vw;
    left: -8vw;
  }
}
.p-page-header__title span.message:before {
  background-image: url(../images/common/icon_gnav03.svg);
  width: 32px;
  height: 40px;
  left: -52px;
}
@media screen and (max-width: 768px) {
  .p-page-header__title span.message:before {
    width: 4vw;
    height: 5vw;
    left: -6.5vw;
  }
}
.p-page-header__title span.directors:before {
  background-image: url(../images/common/icon_gnav04.svg);
  width: 39px;
  height: 40px;
  left: -59px;
}
@media screen and (max-width: 768px) {
  .p-page-header__title span.directors:before {
    width: 4.875vw;
    height: 5vw;
    left: -7.375vw;
  }
}
.p-page-header__title span.contact:before {
  background-image: url(../images/common/icon_gnav05.svg);
  width: 47px;
  height: 33px;
  left: -67px;
}
@media screen and (max-width: 768px) {
  .p-page-header__title span.contact:before {
    width: 5.875vw;
    height: 4.125vw;
    left: -8.375vw;
  }
}
.p-page-content {
  margin: 60px auto 140px auto;
}
@media screen and (max-width: 768px) {
  .p-page-content {
    margin: 5vw auto 17.5vw auto;
  }
}
.p-page-content__wrapper {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1075px) {
  .p-page-content__wrapper {
    width: 100%;
  }
}
.p-page-content__wrapper.noSidebar {
  width: 100% !important;
}
.p-page-content__wrapper h1 {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .p-page-content__wrapper h1 {
    font-size: 5vw;
    margin-bottom: 6.25vw;
    padding-bottom: 1.25vw;
  }
}
.p-page-content__wrapper .c-btn.return {
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-page-content__wrapper .c-btn.return {
    margin: 12.5vw auto 0 auto;
  }
}
.p-pageNav {
  font-size: 2rem !important;
  line-height: 1.4;
  list-style-type: none !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-pageNav {
    font-size: 3.5vw !important;
    display: block;
  }
}
.p-pageNav li {
  width: calc((100% - 60px) / 3);
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-pageNav li {
    width: 100%;
  }
}
.p-pageNav li:not(:nth-of-type(3n+1)) {
  margin-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .p-pageNav li:not(:nth-of-type(3n+1)) {
    margin-left: 0 !important;
  }
}
.p-pageNav li:nth-of-type(n+4) {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .p-pageNav li:nth-of-type(n+4) {
    margin-top: 2.5vw !important;
  }
}
@media screen and (max-width: 768px) {
  .p-pageNav li:nth-of-type(n+2) {
    margin-top: 2.5vw !important;
  }
}
.p-pageNav li a {
  color: #ffffff !important;
  background-color: #1ba9cd;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-pageNav li a {
    height: 12.5vw;
    padding: 0 2.5vw;
  }
}
.p-pageNav li a .c-icon:hover {
  color: #ffffff !important;
}

.p-breadcrumb {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    display: none;
  }
}
.p-breadcrumb .l-wrapper {
  color: #555555;
  font-size: 1.3rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.p-breadcrumb .l-wrapper li:nth-of-type(n+2):before {
  content: "/";
  color: #cfcfcf;
  margin: 0 0.5em;
  display: inline-block;
}
.p-breadcrumb .l-wrapper li a {
  color: #555555;
}

.p-sidebar {
  width: 280px;
  position: sticky;
  top: 160px;
}
@media screen and (max-width: 1075px) {
  .p-sidebar {
    width: 100%;
    margin-top: 60px;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .p-sidebar {
    margin-top: 15vw;
  }
}
.p-sidebar h2 {
  color: #1ba9cd;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-sidebar h2 {
    font-size: 5vw;
    margin-bottom: 5vw;
    padding-top: 10vw;
    border-top: 1px #1ba9cd solid;
  }
}
.p-sidebar ul {
  font-size: 1.8rem;
  line-height: 1.4;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-sidebar ul {
    font-size: 3.25vw;
    padding-left: 1.25vw;
  }
}
.p-sidebar ul li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-sidebar ul li:nth-of-type(n+2) {
    margin-top: 2.5vw;
  }
}

.wp-pagenavi {
  margin: 40px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 5vw auto 0 auto;
  }
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  color: #1ba9cd;
  background-color: #ffffff;
  width: 40px;
  font-size: 1.4rem;
  line-height: 38px;
  text-align: center;
  margin: 0 5px;
  display: block;
  flex-shrink: 0;
  position: relative;
  border: 1px #1ba9cd solid;
  border-radius: 50%;
  box-sizing: border-box;
  transform: all 0.2s;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    width: 10vw;
    line-height: calc(10vw - 2px);
    font-size: 3vw;
    margin: 0 1.25vw;
  }
}
.wp-pagenavi .current {
  color: #ffffff;
  background-color: #1ba9cd;
}
.wp-pagenavi .page:hover {
  color: #ffffff;
  background-color: #1ba9cd;
  opacity: 1;
}

.p-form__beforeCheck {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-form__beforeCheck {
    margin-top: 5vw;
  }
}
.p-form__beforeCheck label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-form__beforeCheck input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin-right: 0.5em;
}
.p-form dl {
  margin: 0 auto !important;
}
.p-form dl:last-of-type > dd {
  border-bottom: 1px #e8e8e8 solid;
}
.p-form__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-form__item {
    display: block;
  }
}
.p-form__item > dt {
  background-color: #eef8fe;
  width: 360px;
  line-height: 50px;
  padding: 20px;
  border-bottom: 1px #ffffff solid;
}
@media screen and (max-width: 768px) {
  .p-form__item > dt {
    width: 100%;
    line-height: 1;
    padding: 2.5vw;
  }
}
.p-form__item > dt span {
  color: #ffffff;
  background-color: #d04b56;
  font-size: 1.4rem;
  line-height: 20px;
  margin-left: 10px;
  padding: 0 0.5em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-form__item > dt span {
    font-size: 2.5vw;
    line-height: 4vw;
    margin-left: 1.25vw;
  }
}
.p-form__item > dd {
  width: calc(100% - 240px);
  padding: 20px 0 20px 20px;
  border-top: 1px #e8e8e8 solid;
}
@media screen and (max-width: 768px) {
  .p-form__item > dd {
    width: 100%;
    padding: 2.5vw 0 5vw 0;
  }
}
.p-form__item > dd.file {
  vertical-align: middle;
}
.p-form__item > dd.file .mwform-file-delete {
  display: none !important;
}
.p-form__item > dd dl:nth-of-type(n+2) {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .p-form__item > dd dl:nth-of-type(n+2) {
    margin-top: 2.5vw !important;
  }
}
.p-form__item > dd dl dd.column {
  display: flex;
  align-items: center;
}
.p-form__item > dd dl dd div {
  display: flex;
  align-items: center;
  flex: 1;
}
.p-form__item > dd dl dd div input {
  margin-left: 20px;
}
.p-form__item > dd dl dd div:nth-of-type(n+2) {
  margin-left: 2em;
}
.p-form__item > dd dl dd div p {
  margin: 0 1em 0 0 !important;
}
.p-form__item > dd input, .p-form__item > dd textarea, .p-form__item > dd select {
  font-size: 1.8rem;
  border: 1px #e8e8e8 solid;
}
@media screen and (max-width: 768px) {
  .p-form__item > dd input, .p-form__item > dd textarea, .p-form__item > dd select {
    font-size: min(1.8rem, 3.5vw);
  }
}
.p-form__item > dd input {
  width: 100%;
  line-height: 50px;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .p-form__item > dd input {
    line-height: 7.5vw;
  }
}
.p-form__item > dd input[type=checkbox], .p-form__item > dd input[type=radio] {
  width: auto;
  margin-right: 0.5em;
  padding: 0;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.p-form__item > dd input[type=file] {
  display: inline-flex;
  align-items: center;
}
.p-form__item > dd label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-form__item > dd textarea {
  width: 100%;
  height: 12em;
  line-height: 1.5;
  padding: 0.5em 1em;
  resize: vertical;
}
.p-form__item > dd select {
  background-color: #e9e9e9;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  height: 50px;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .p-form__item > dd select {
    height: 7.5vw;
  }
}
.p-form__item > dd .error {
  color: #c30000;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-form__item > dd .error {
    font-size: 3vw;
    margin-top: 1.25vw;
  }
}
.p-form__notice {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-form__notice {
    font-size: 3vw;
    margin-top: 2.5vw;
  }
}
.p-form__btn {
  text-align: center;
  list-style-type: none !important;
}
@media screen and (max-width: 768px) {
  .p-form__btn {
    margin: 2.5vw auto 0 auto !important;
  }
}
@media screen and (min-width: 769px) {
  .p-form__btn {
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-form__btn li {
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 769px) {
  .p-form__btn li {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .p-form__btn li {
    margin: 5vw auto 0 auto;
  }
}
.p-form__btn li .c-btn {
  margin: 0 auto;
}
.p-form__btn li button {
  margin: 0 auto;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .p-form__btn li {
    margin-top: 20px;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 auto !important;
}

.mw_wp_form_input .p-form__btn--back,
.mw_wp_form_input .p-form__btn--submit {
  display: none;
}

.mw_wp_form_confirm .p-form__btn--before,
.mw_wp_form_confirm .p-form__btn--confirm {
  display: none;
}
.mw_wp_form_confirm .p-form__item dt, .mw_wp_form_confirm .p-form__item dd {
  line-height: 2;
}
.mw_wp_form_confirm .p-form__notice {
  display: none;
}

.p-post {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-post {
    font-size: 3.5vw;
  }
}
.p-post h2,
.p-post h3,
.p-post h4,
.p-post h5 {
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-post h2,
  .p-post h3,
  .p-post h4,
  .p-post h5 {
    margin-bottom: 2.5vw;
  }
}
.p-post h2 {
  font-size: 2.6rem;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-post h2 {
    font-size: 4.75vw;
    padding-left: 1.75vw;
  }
}
.p-post h2:before {
  content: "";
  background-color: #1ba9cd;
  width: 4px;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-post h2:before {
    width: 0.5vw;
    min-width: 2px;
  }
}
.p-post h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #1ba9cd;
  padding: 0 0 10px;
  border-bottom: 1px #e8e8e8 solid;
}
@media screen and (max-width: 768px) {
  .p-post h3 {
    font-size: 4.25vw;
    padding: 0 0 1.25vw;
  }
}
.p-post h4,
.p-post h5 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-post h4,
  .p-post h5 {
    font-size: 3.75vw;
  }
}
.p-post * + h2 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-post * + h2 {
    margin-top: 15vw;
  }
}
.p-post *:not(h2) + h3 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-post *:not(h2) + h3 {
    margin-top: 10vw;
  }
}
.p-post *:not(h2, h3) + h4,
.p-post *:not(h2, h3, h4) + h5 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-post *:not(h2, h3) + h4,
  .p-post *:not(h2, h3, h4) + h5 {
    margin-top: 3.75vw;
  }
}
.p-post p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-post p {
    margin-top: 2.5vw;
  }
}
.p-post p + p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-post p + p {
    margin-top: 7vw;
  }
}
.p-post ul,
.p-post ol {
  margin: 20px auto 0 1.5em;
}
@media screen and (max-width: 768px) {
  .p-post ul,
  .p-post ol {
    margin: 2.5vw auto 0 1.5em;
  }
}
.p-post ul ul, .p-post ul ol,
.p-post ol ul,
.p-post ol ol {
  margin-top: 0;
}
.p-post ul li + li,
.p-post ol li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-post ul li + li,
  .p-post ol li + li {
    margin-top: 2.5vw;
  }
}
.p-post ul {
  list-style-type: disc;
}
.p-post ol {
  list-style-type: decimal;
}
.p-post dl {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-post dl {
    margin-top: 2.5vw;
  }
}
.p-post p a,
.p-post ul a,
.p-post ol a,
.p-post dl a,
.p-post table a {
  color: #1ba9cd;
  text-decoration: underline;
}
.p-post img {
  max-width: 100%;
  height: auto;
}
.p-post strong {
  color: #c30a1c;
  font-weight: 500 !important;
}
.p-post .wp-block-columns {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-post .wp-block-columns {
    margin-top: 2.5vw;
    display: block;
  }
}
.p-post .wp-block-columns .wp-block-column {
  flex: 1;
}
.p-post .wp-block-columns .wp-block-column:nth-of-type(n+2) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-post .wp-block-columns .wp-block-column:nth-of-type(n+2) {
    margin: 2.5vw auto 0 auto;
  }
}
.p-post .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.p-post .wp-block-image, .p-post .wp-block-gallery, .p-post .wp-block-table {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-post .wp-block-image, .p-post .wp-block-gallery, .p-post .wp-block-table {
    margin-top: 2.5vw;
  }
}
.p-post .wp-block-image figcaption, .p-post .wp-block-gallery figcaption, .p-post .wp-block-table figcaption {
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-post .wp-block-image figcaption, .p-post .wp-block-gallery figcaption, .p-post .wp-block-table figcaption {
    margin-top: 1.25vw;
  }
}
.p-post .wp-block-image img {
  width: auto;
  max-width: 100%;
}
.p-post .wp-block-image .alignleft img,
.p-post .wp-block-image .aligncenter img,
.p-post .wp-block-image .alignright img {
  display: block;
}
.p-post .wp-block-image .alignleft img {
  margin: 0 auto 0 0;
}
.p-post .wp-block-image .aligncenter img {
  margin: 0 auto;
}
.p-post .wp-block-image .alignright img {
  margin: 0 0 0 auto;
}
.p-post .wp-block-gallery .wp-block-image {
  margin-top: 0 !important;
}
.p-post .wp-block-table {
  font-size: 1.6rem !important;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-post .wp-block-table {
    font-size: 3.25vw;
    overflow-x: auto;
  }
}
.p-post .wp-block-table table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-post .wp-block-table table {
    min-width: 600px;
  }
}
.p-post .wp-block-table table thead th, .p-post .wp-block-table table thead td {
  background-color: #e8e8e8;
  text-align: center;
  vertical-align: middle;
}
.p-post .wp-block-table table th, .p-post .wp-block-table table td {
  line-height: 1.4;
  padding: 20px 10px;
  border-bottom: 1px #e8e8e8 solid;
}
@media screen and (max-width: 768px) {
  .p-post .wp-block-table table th, .p-post .wp-block-table table td {
    font-size: 3.25vw;
    padding: 2.5vw;
  }
}
.p-post .table_width1-10 td:first-child {
  width: 10%;
}
.p-post .table_width1-20 td:first-child {
  width: 20%;
}
.p-post .table_width1-30 td:first-child {
  width: 30%;
}
.p-post .table_width1-40 td:first-child {
  width: 40%;
}
.p-post .table_width1-50 td:first-child {
  width: 50%;
}
.p-post .table_width1-60 td:first-child {
  width: 60%;
}
.p-post .table_width1-70 td:first-child {
  width: 70%;
}
.p-post .table_width1-80 td:first-child {
  width: 80%;
}
.p-post .table_width1-90 td:first-child {
  width: 90%;
}
.p-post .table_width1-100 td:first-child {
  width: 100%;
}
.p-post .has-text-align-left {
  text-align: left;
}
.p-post .has-text-align-center {
  text-align: center;
}
.p-post .has-text-align-right {
  text-align: right;
}
.p-post a[href$=".doc"],
.p-post a[href$=".docx"],
.p-post a[href$=".ppt"],
.p-post a[href$=".xlsx"],
.p-post a[href$=".pdf"],
.p-post a[href$=".txt"],
.p-post a[href$=".zip"] {
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-post a[href$=".doc"],
  .p-post a[href$=".docx"],
  .p-post a[href$=".ppt"],
  .p-post a[href$=".xlsx"],
  .p-post a[href$=".pdf"],
  .p-post a[href$=".txt"],
  .p-post a[href$=".zip"] {
    padding-left: 3.375vw;
  }
}
.p-post a[href$=".doc"]:before,
.p-post a[href$=".docx"]:before,
.p-post a[href$=".ppt"]:before,
.p-post a[href$=".xlsx"]:before,
.p-post a[href$=".pdf"]:before,
.p-post a[href$=".txt"]:before,
.p-post a[href$=".zip"]:before {
  content: "";
  width: 16px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-post a[href$=".doc"]:before,
  .p-post a[href$=".docx"]:before,
  .p-post a[href$=".ppt"]:before,
  .p-post a[href$=".xlsx"]:before,
  .p-post a[href$=".pdf"]:before,
  .p-post a[href$=".txt"]:before,
  .p-post a[href$=".zip"]:before {
    width: 2.75vw;
    height: 3.5vw;
  }
}
.p-post a[href$=".doc"]:before {
  background-image: url(../images/common/icon_doc.svg);
}
.p-post a[href$=".docx"]:before {
  background-image: url(../images/common/icon_doc.svg);
}
.p-post a[href$=".ppt"]:before {
  background-image: url(../images/common/icon_ppt.svg);
}
.p-post a[href$=".xlsx"]:before {
  background-image: url(../images/common/icon_xlsx.svg);
}
.p-post a[href$=".pdf"]:before {
  background-image: url(../images/common/icon_pdf.svg);
}
.p-post a[href$=".txt"]:before {
  background-image: url(../images/common/icon_txt.svg);
}
.p-post a[href$=".zip"]:before {
  background-image: url(../images/common/icon_zip.svg);
}
.p-post .has-black-color {
  color: #000000;
}
.p-post .has-black-background-color {
  background-color: #000000;
}
.p-post .has-white-color {
  color: #ffffff;
}
.p-post .has-white-background-color {
  background-color: #ffffff;
}
.p-post .has-gray-color {
  color: #6c6c6c;
}
.p-post .has-gray-background-color {
  background-color: #6c6c6c;
}
.p-post .has-light-blue-color {
  color: #eef8fe;
}
.p-post .has-light-blue-background-color {
  background-color: #eef8fe;
}
.p-post .has-blue-color {
  color: #1ca9cd;
}
.p-post .has-blue-background-color {
  background-color: #1ca9cd;
}
.p-post .has-deep-blue-color {
  color: #22709a;
}
.p-post .has-deep-blue-background-color {
  background-color: #22709a;
}
.p-post .has-red-color {
  color: #d04b56;
}
.p-post .has-red-background-color {
  background-color: #d04b56;
}
.p-post .has-background {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-post .has-background {
    padding: 1.25vw;
  }
}
.p-post .has-small-font-size {
  font-size: 80%;
}
.p-post .c-btn {
  color: #ffffff;
  text-decoration: none;
}
.p-post .c-btn:hover {
  color: #1ba9cd;
}

.p-home-title {
  color: #1ba9cd;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1075px) {
  .p-home-title {
    line-height: 1.125;
    padding: 0 30px;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-home-title {
    font-size: 6vw;
    margin-bottom: 6.25vw;
    padding: 0 6.25vw;
  }
}
.p-home-title span {
  padding-left: 30px;
  line-height: 1.2;
  display: block;
  position: relative;
}
@media screen and (max-width: 1075px) {
  .p-home-title span {
    padding-left: 0;
    display: inline;
    position: static;
  }
}
.p-home-title span:first-of-type:before {
  content: "";
  background-image: url(../images/common/icon_mark01.svg);
  width: 15px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1075px) {
  .p-home-title span:first-of-type:before {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-title span:first-of-type:before {
    width: 4.625vw;
    height: 4.875vw;
  }
}
.p-home-title span:last-of-type {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-title span:last-of-type {
    padding-right: 6.25vw;
  }
}
.p-home-title span:last-of-type:after {
  content: "";
  background-image: url(../images/common/icon_mark01.svg);
  width: 15px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1075px) {
  .p-home-title span:last-of-type:after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-title span:last-of-type:after {
    width: 4.625vw;
    height: 4.875vw;
  }
}
.p-home-mv {
  background-image: url(../images/pages/home/mv_img01_pc.jpg);
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .p-home-mv {
    background-image: url(../images/pages/home/mv_img01_sp.jpg);
    height: 106.25vw;
  }
}
.p-home-mv .l-wrapper {
  height: 100%;
  position: relative;
}
.p-home-mv .l-wrapper p {
  font-size: 7rem;
  line-height: 1.5;
  position: absolute;
  bottom: 100px;
  left: 0;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .p-home-mv .l-wrapper p {
    font-size: 6.5vw;
    white-space: nowrap;
    bottom: 10vw;
    text-shadow: 0 0 3.125vw rgba(255, 255, 255, 0.6);
  }
}
.p-home-mv .l-wrapper p span {
  color: #1ba9cd;
  font-size: 3.2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-mv .l-wrapper p span {
    font-size: 4vw;
  }
}
.p-home-info {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-home-info {
    margin-top: 15vw;
  }
}
.p-home-info .l-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1075px) {
  .p-home-info .l-wrapper {
    display: block;
  }
}
.p-home-info .l-wrapper h2 {
  width: 300px;
  font-size: 1.8rem;
  padding-left: 60px;
}
@media screen and (max-width: 1075px) {
  .p-home-info .l-wrapper h2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-info .l-wrapper h2 {
    font-size: 3.25vw;
    padding-left: 7.5vw;
  }
}
.p-home-info .l-wrapper h2 span {
  color: #1ba9cd;
  font-size: 3.2rem;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-info .l-wrapper h2 span {
    font-size: 6vw;
    margin-bottom: 1.875vw;
  }
}
.p-home-info .l-wrapper h2 span:before {
  content: "";
  background-image: url(../images/common/icon_gnav06.svg);
  width: 40px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-home-info .l-wrapper h2 span:before {
    width: 5.75vw;
    height: 3.5vw;
    left: -7.5vw;
  }
}
.p-home-info .l-wrapper > div {
  width: calc(100% - 300px);
  padding-top: 50px;
  border-top: 1px #aaaaaa solid;
}
@media screen and (max-width: 1075px) {
  .p-home-info .l-wrapper > div {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-info .l-wrapper > div {
    margin-top: 3.75vw;
    padding-top: 6.25vw;
  }
}
.p-home-info .l-wrapper > div .c-linkBtn {
  font-size: 1.8rem;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-info .l-wrapper > div .c-linkBtn {
    font-size: 3.5vw;
    margin-top: 7.5vw;
  }
}
.p-home-nav {
  margin: 140px 0;
}
@media screen and (max-width: 768px) {
  .p-home-nav {
    margin-top: 15vw;
  }
}
.p-home-nav__about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-nav__about {
    padding-top: 92.5vw;
    padding-bottom: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-home-nav__about:before {
    content: "";
    background-image: url(../images/pages/home/about02.jpg);
    width: 46.25vw;
    height: 65vw;
    border-radius: 5vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-home-nav__about:after {
  content: "";
  background-image: url(../images/pages/home/about01_pc.jpg);
  width: 370px;
  height: 520px;
  display: block;
  border-radius: 40px;
}
@media screen and (max-width: 1075px) {
  .p-home-nav__about:after {
    width: 222px;
    height: 312px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-nav__about:after {
    background-image: url(../images/pages/home/about01_sp.jpg);
    width: 46.25vw;
    height: 65vw;
    border-radius: 5vw;
    position: absolute;
    top: 12.5vw;
    left: 0;
  }
}
.p-home-nav__about div {
  width: calc(100% - 370px - 80px);
}
@media screen and (max-width: 1075px) {
  .p-home-nav__about div {
    width: calc(100% - 222px - 40px);
  }
}
@media screen and (max-width: 768px) {
  .p-home-nav__about div {
    width: 100%;
  }
}
.p-home-nav__about div p {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-nav__about div p {
    font-size: 3.5vw;
  }
}
.p-home-nav__about div .c-btn {
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-nav__about div .c-btn {
    margin: 7.5vw auto 0 auto;
  }
}
.p-home-nav__award-support {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1075px) {
  .p-home-nav__award-support {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-home-nav__award-support {
    margin-top: 12.5vw;
  }
}
.p-home-nav__award-support li {
  width: calc((100% - 80px) / 2);
  max-width: 560px;
}
@media screen and (max-width: 1075px) {
  .p-home-nav__award-support li {
    width: 100%;
    margin: 0 auto;
  }
}
.p-home-nav__award-support li:before {
  content: "";
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-nav__award-support li:before {
    height: 46.875vw;
    border-radius: 3.75vw;
  }
}
@media screen and (max-width: 1075px) {
  .p-home-nav__award-support li:nth-of-type(n+2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-nav__award-support li:nth-of-type(n+2) {
    margin-top: 7.5vw;
  }
}
.p-home-nav__award-support li .c-btn {
  margin: -35px auto 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-home-nav__award-support li .c-btn {
    margin: -5.625vw auto 0 auto;
    box-shadow: 0 0 2.5vw rgba(0, 0, 0, 0.1);
  }
}
.p-home-nav__award-support li:nth-of-type(1):before {
  background-image: url(../images/pages/home/annual_meeting_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-home-nav__award-support li:nth-of-type(1):before {
    background-image: url(../images/pages/home/annual_meeting_sp.jpg);
  }
}
.p-home-nav__award-support li:nth-of-type(2):before {
  background-image: url(../images/pages/home/message_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-home-nav__award-support li:nth-of-type(2):before {
    background-image: url(../images/pages/home/message_sp.jpg);
  }
}
.p-home-conference {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-home-conference {
    margin-top: 15vw;
  }
}
.p-home-conference .l-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-home-conference .l-wrapper {
    display: block;
  }
}
.p-home-conference .l-wrapper:after {
  content: "";
  background-image: url(../images/pages/home/conference_pc.jpg);
  width: 370px;
  height: 370px;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 1075px) {
  .p-home-conference .l-wrapper:after {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-conference .l-wrapper:after {
    background-image: url(../images/pages/home/conference_sp.jpg);
    width: 100%;
    height: 46.25vw;
    margin-top: 7.5vw;
    border-radius: 3.75vw;
  }
}
.p-home-conference .l-wrapper > div {
  width: calc(100% - 370px - 80px);
}
@media screen and (max-width: 1075px) {
  .p-home-conference .l-wrapper > div {
    width: calc(100% - 280px - 40px);
  }
}
@media screen and (max-width: 768px) {
  .p-home-conference .l-wrapper > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-conference .l-wrapper .p-home-title {
    font-size: 5.25vw;
    white-space: nowrap;
  }
}
.p-home-conference .l-wrapper dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-home-conference .l-wrapper dl {
    display: block;
  }
}
.p-home-conference .l-wrapper dl dt {
  color: #ffffff;
  background-color: #1ba9cd;
  width: 74px;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-home-conference .l-wrapper dl dt {
    width: auto;
    font-size: 3.25vw;
    line-height: 4.5vw;
    display: inline-block;
    margin-bottom: 2.5vw;
    padding: 0 2.5vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-conference .l-wrapper dl dt br {
    display: none;
  }
}
.p-home-conference .l-wrapper dl dd {
  width: calc(100% - 74px - 16px);
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-home-conference .l-wrapper dl dd {
    width: 100%;
    font-size: 4vw;
    line-height: 1.3;
  }
}
.p-home-conference .l-wrapper p {
  color: #1ba9cd;
  font-size: 1.8rem;
  margin: 10px auto 0 90px;
  padding: 5px 20px;
  display: inline-block;
  border: 1px #1ba9cd solid;
}
@media screen and (max-width: 768px) {
  .p-home-conference .l-wrapper p {
    font-size: 3vw;
    margin: 5vw auto 0 0;
    padding: 1.25vw 3.75vw;
  }
}
.p-home-conference__links {
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  border-top: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .p-home-conference__links {
    margin-top: 6.25vw;
    padding-top: 2.5vw;
  }
}
.p-home-conference__links ul {
  width: 50%;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-conference__links ul {
    font-size: 3.25vw;
    padding-right: 1.875vw;
  }
}
.p-home-conference__links ul li {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-home-conference__links ul li {
    margin-top: 3.75vw;
  }
}
.p-home-admission {
  margin: 120px auto 140px auto;
}
@media screen and (max-width: 768px) {
  .p-home-admission {
    margin: 7.5vw auto 17.5vw auto;
  }
}
.p-home-admission .l-wrapper {
  color: #ffffff;
  background-color: #1ba9cd;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  border-radius: 30px;
}
@media screen and (max-width: 1075px) {
  .p-home-admission .l-wrapper {
    padding: 40px 50px 140px 50px;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-home-admission .l-wrapper {
    padding: 10vw 7.5vw 26.25vw 7.5vw;
    border-radius: 3.75vw;
  }
}
.p-home-admission .l-wrapper div {
  min-height: 190px;
  padding: 20px 0;
}
@media screen and (max-width: 1075px) {
  .p-home-admission .l-wrapper div {
    min-height: auto;
    padding: 0;
  }
}
.p-home-admission .l-wrapper div:nth-of-type(1) {
  width: 520px;
  margin-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 2px #ffffff solid;
}
@media screen and (max-width: 1075px) {
  .p-home-admission .l-wrapper div:nth-of-type(1) {
    width: 100%;
    margin: 0 auto 40px auto;
    display: block;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .p-home-admission .l-wrapper div:nth-of-type(1) {
    margin: 0 auto 5vw auto;
  }
}
.p-home-admission .l-wrapper div h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1075px) {
  .p-home-admission .l-wrapper div h2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-home-admission .l-wrapper div h2 {
    font-size: 5.25vw;
  }
}
.p-home-admission .l-wrapper div .c-btn {
  width: 400px;
  height: 60px;
  padding: 5px;
  border-radius: 30px;
}
@media screen and (max-width: 1075px) {
  .p-home-admission .l-wrapper div .c-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-home-admission .l-wrapper div .c-btn {
    width: 75vw;
    height: 11.25vw;
    padding: 0.9375vw;
    bottom: 10vw;
    border-radius: 5.625vw;
  }
}
.p-home-admission .l-wrapper div .c-btn:hover {
  color: #000000;
  background-color: #ffffff;
  opacity: 0.8;
}
.p-home-admission .l-wrapper div .c-btn:hover i {
  background-color: #1ba9cd;
}
.p-home-admission .l-wrapper div .c-btn:hover i:before {
  background-color: #ffffff;
}
.p-home-admission .l-wrapper div p {
  font-size: 2rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home-admission .l-wrapper div p {
    font-size: 4.25vw;
    margin-bottom: 5vw;
  }
}
.p-home-admission .l-wrapper div p:before {
  content: "";
  background-image: url(../images/pages/home/icon_admission.svg);
  width: 29px;
  height: 29px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-home-admission .l-wrapper div p:before {
    width: 4.25vw;
    height: 4.25vw;
    margin-right: 1.25vw;
  }
}
.p-home-admission .l-wrapper div ul {
  font-size: 1.8rem;
  line-height: 1.5;
  list-style-type: disc;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-home-admission .l-wrapper div ul {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}

.p-archive-record p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-archive-record p {
    font-size: 3.5vw;
  }
}
.p-archive-record__posts {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-archive-record__posts {
    margin-top: 7.5vw;
    justify-content: space-between;
  }
}
.p-archive-record__posts article {
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 768px) {
  .p-archive-record__posts article {
    width: calc((100% - 6.25vw) / 2);
  }
}
.p-archive-record__posts article:not(:nth-of-type(4n+1)) {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .p-archive-record__posts article:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }
}
.p-archive-record__posts article:nth-of-type(n+5) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-archive-record__posts article:nth-of-type(n+5) {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-record__posts article:nth-of-type(n+3) {
    margin-top: 10vw;
  }
}
.p-archive-record__posts article a {
  display: block;
}
.p-archive-record__posts article figure {
  width: 100%;
}
.p-archive-record__posts article h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-archive-record__posts article h2 {
    font-size: 3.5vw;
    margin-top: 2.5vw;
  }
}

.p-list .wp-block-table table tr th:nth-of-type(1),
.p-list .wp-block-table table tr th:nth-of-type(5),
.p-list .wp-block-table table tr th:nth-of-type(6),
.p-list .wp-block-table table tr td:nth-of-type(1),
.p-list .wp-block-table table tr td:nth-of-type(5),
.p-list .wp-block-table table tr td:nth-of-type(6) {
  word-break: keep-all;
}

.p-admission-flow {
  line-height: 40px !important;
  text-align: center;
  list-style-type: none !important;
  margin: 0 auto !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-admission-flow {
    line-height: 7.5vw !important;
  }
}
.p-admission-flow li {
  margin: 0 0 10px 0 !important;
  display: flex;
  align-self: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-admission-flow li {
    margin: 0 0 1.25vw 0 !important;
  }
}
.p-admission-flow li:nth-of-type(n+2):before {
  content: "→";
  margin: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-admission-flow li:nth-of-type(n+2):before {
    margin: 0 1.25vw;
  }
}
.p-admission-flow li span {
  width: 100%;
  padding: 0 10px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-admission-flow li span {
    padding: 0 1.875vw;
    border-radius: 3.75vw;
  }
}
.p-admission-flow li.is-active span {
  color: #ffffff;
  background-color: #1ba9cd;
}
.p-admission__type {
  list-style-type: none !important;
  margin: 0 auto !important;
}
.p-admission__type li {
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.p-admission__type li:before {
  content: "";
  width: 60px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-admission__type li:before {
    width: 10vw;
    height: 3.75vw;
    margin-right: 1.25vw;
  }
}
.p-admission__type li:nth-of-type(1):before {
  background-color: #22709a;
}
.p-admission__type li:nth-of-type(2):before {
  background-color: #79cadc;
}
.p-admission__flow {
  list-style-type: none !important;
  margin-left: 0 !important;
}
.p-admission__flow li {
  margin: 0 !important;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-admission__flow li {
    display: block;
  }
}
.p-admission__flow li > span {
  color: #ffffff;
  background-color: #22709a;
  width: 260px;
  font-size: 2rem;
  line-height: 60px;
  text-align: center;
  margin-right: 60px;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-admission__flow li > span {
    width: 100%;
    line-height: 7.5vw;
    margin: 0 auto 2.5vw auto;
  }
}
.p-admission__flow li:nth-of-type(n+2) {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .p-admission__flow li:nth-of-type(n+2) {
    margin-top: 5vw !important;
  }
}
.p-admission__flow li:nth-of-type(3) > span, .p-admission__flow li:nth-of-type(5) > span {
  background-color: #79cadc;
}
.p-admission__flow li .c-btn {
  margin: 2em auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-admission__flow li .c-btn {
    margin: 5vw auto 0 auto;
  }
}

.p-form h2:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-form h2:first-of-type {
    margin-top: 10vw;
  }
}

.p-archive-info .c-infoPosts article {
  padding-bottom: 30px;
  border-bottom: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .p-archive-info .c-infoPosts article {
    padding-bottom: 5vw;
  }
}

.p-single-info-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .p-single-info-header {
    margin-bottom: 5vw;
    padding-bottom: 3.75vw;
  }
}
.p-single-info-header dl {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-single-info-header dl {
    margin-bottom: 3.75vw;
  }
}
.p-single-info-header dl dt {
  font-size: 1.8rem;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-single-info-header dl dt {
    font-size: 3.5vw;
    margin-right: 2.5vw;
  }
}
.p-single-info-header dl dd {
  color: #ffffff;
  background-color: #1ba9cd;
  width: auto;
  min-width: 80px;
  font-size: 1.4rem;
  line-height: 20px;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-single-info-header dl dd {
    min-width: 12.5vw;
    font-size: 2.5vw;
    line-height: 3.5vw;
    padding: 0 1.25vw;
  }
}
.p-single-info-header h1 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* utility */
.u-anchor {
  margin-top: -10px;
  padding-top: 10px;
  display: block;
}

.u-textLeft {
  text-align: left;
}
.u-textCenter {
  text-align: center;
}
.u-textRight {
  text-align: right;
}
.u-text--red {
  color: #ff0000;
}

.u-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.u-clearfix {
  min-height: 1px;
}

* html .u-clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.u-floatL {
  float: left;
}

.u-floatR {
  float: right;
}

.u-displayPcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly {
    display: none;
  }
}
.u-displayPcOnly--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly--inline {
    display: none;
  }
}

.u-displaySpOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly--inline {
    display: inline;
  }
}

/*# sourceMappingURL=style.css.map */