@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
  background: #fff;
}

.u-lg-desktop {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-lg-desktop {
    display: block;
  }
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-fz12 {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .u-fz12 {
    font-size: 0.75rem;
  }
}

.u-fz14 {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .u-fz14 {
    font-size: 0.875rem;
  }
}

.u-fz16 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .u-fz16 {
    font-size: 1rem;
  }
}

.u-fz18 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .u-fz18 {
    font-size: 1.125rem;
  }
}

.u-fz20 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .u-fz20 {
    font-size: 1.25rem;
  }
}

.u-fz22 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .u-fz22 {
    font-size: 1.375rem;
  }
}

.u-fz24 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .u-fz24 {
    font-size: 1.5rem;
  }
}

.u-fz26 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .u-fz26 {
    font-size: 1.625rem;
  }
}

.u-fz28 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .u-fz28 {
    font-size: 1.75rem;
  }
}

.u-fz30 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .u-fz30 {
    font-size: 1.875rem;
  }
}

@media (min-width: 600px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-screen-locked {
  overflow: hidden;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1040px) {
  html {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-size: medium;
  font-size: initial;
  font-weight: normal;
  font-weight: initial;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
textarea {
  resize: vertical;
}

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

.c-btn {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  width: 100%;
  padding: 11.5px;
  padding: 0.71875rem;
  background: #1296DB;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
    padding: 0.3125rem;
  }
}

.c-btn.--arrow {
  max-width: 250px;
  max-width: 15.625rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-btn.--arrow {
    max-width: 11.25rem;
  }
}

.c-btn.--arrowPrev {
  max-width: 250px;
  max-width: 15.625rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-btn.--arrowPrev {
    max-width: 11.25rem;
  }
}

.c-btn.--arrow::after {
  content: "";
  display: inline-block;
  width: 9px;
  width: 0.5625rem;
  height: 12px;
  height: 0.75rem;
  background: url(../images/main/icon-arrow-white.svg) no-repeat center center/contain;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.c-btn.--arrowPrev::before {
  content: "";
  display: inline-block;
  width: 9px;
  width: 0.5625rem;
  height: 12px;
  height: 0.75rem;
  background: url(../images/main/icon-arrow-white.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 20px;
  margin-right: 1.25rem;
}

.c-btn.--sub {
  background: #5BBEEC;
}
@media screen and (max-width: 767px) {
  .c-btn.--sub {
    font-size: 0.75rem;
  }
}

.c-btn.is-active {
  background: #125FDB;
}

.c-btn.--sub.is-active {
  background: #125FDB;
}

.c-card {
  width: 100%;
  height: 100%;
}

.c-card__img {
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.c-card__img::after {
  content: "";
  display: block;
  padding-top: 118.75%;
}
.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-card__title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #1296DB;
  text-align: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.25rem;
    margin-top: 0.9375rem;
  }
}

.c-card__title-en {
  font-size: 14px;
  font-size: 0.875rem;
  color: #0099D8;
  text-align: center;
  font-weight: 500;
}

.c-card__body {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-card__text1 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-card__text1 {
    font-size: 1rem;
  }
}

.c-card__text2 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-card__text2 {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 2.4375rem;
    height: 1.875rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  background-color: #1296DB;
  -webkit-transition: inherit;
  transition: inherit;
}

.c-hamburger__line::before,
.c-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.c-hamburger__line::before {
  top: -11px;
  top: -0.6875rem;
}

.c-hamburger__line::after {
  top: 11px;
  top: 0.6875rem;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line {
  background-color: transparent;
}
.c-hamburger[aria-expanded=true] .c-hamburger__line::before, .c-hamburger[aria-expanded=true] .c-hamburger__line::after {
  top: 0;
  background-color: #1296DB;
}

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

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

.c-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 23px;
  padding: 0 1.4375rem;
  border-bottom: 1px solid #CCCACA;
}
@media screen and (max-width: 767px) {
  .c-list {
    display: block;
    padding: 0 0.625rem;
  }
}

.c-list:first-child {
  border-top: 1px solid #CCCACA;
}
.c-list__meta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 275px;
          flex: 0 0 275px;
  -ms-flex: 0 0 17.1875rem;
      flex: 0 0 17.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 54px;
  gap: 3.375rem;
  padding: 17.5px 0;
  padding: 1.09375rem 0;
}
@media screen and (max-width: 767px) {
  .c-list__meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.25rem;
    padding: 0.625rem 0 0;
  }
}

.c-list__time {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-list__time {
    font-size: 0.875rem;
  }
}

.c-list__categories {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 126px;
          flex: 0 0 126px;
  -ms-flex: 0 0 7.875rem;
      flex: 0 0 7.875rem;
}
@media screen and (max-width: 767px) {
  .c-list__categories {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
  }
}

.c-list__category {
  font-size: 16px;
  font-size: 1rem;
  background: #1296DB;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-list__category {
    font-size: 0.75rem;
  }
}

.c-list__category + .c-list__category {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-list__category + .c-list__category {
    margin-top: 0.125rem;
  }
}

.c-list__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.c-list__title {
  height: 100%;
}

.c-list__title a {
  font-size: 18px;
  font-size: 1.125rem;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17.5px 0 17.5px 40px;
  padding: 1.09375rem 0 1.09375rem 2.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-list__title a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-list__title a {
    font-size: 1rem;
    padding: 0.625rem 0;
  }
}

.c-list__title a[href$=".pdf"]::after {
  display: inline-block;
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background: url(../images/main/icon-pdf.svg) no-repeat center center/contain;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.c-page-top {
  display: none;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  background: rgba(221, 221, 221, .8);
  position: fixed;
  bottom: 50px;
  bottom: 3.125rem;
  right: 15px;
  right: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    display: block;
  }
}

.c-page-top.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.c-page-top span:first-child {
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 6px;
  height: 0.375rem;
  background: #1296DB;
  -webkit-transform: rotate(-45deg) translate(4px, 14px);
          transform: rotate(-45deg) translate(4px, 14px);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-page-top span:nth-child(2) {
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 6px;
  height: 0.375rem;
  background: #1296DB;
  -webkit-transform: rotate(45deg) translate(9px, 1px);
          transform: rotate(45deg) translate(9px, 1px);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-program-list {
  width: 100%;
  -webkit-box-shadow: 2px 2px 6px #B4B4B4;
          box-shadow: 2px 2px 6px #B4B4B4;
  background: #fff;
  padding: 40px 5px 40px 40px;
  padding: 2.5rem 0.3125rem 2.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-program-list {
    display: block;
    padding: 1.875rem 1.875rem;
  }
}

.c-program-list__meta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.c-program-list__time {
  width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1296DB;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-program-list__time {
    font-size: 1.25rem;
    text-align: left;
  }
}

.c-program-list__time::before {
  content: "";
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border: 3px solid #1296DB;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -51px;
  left: -3.1875rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-program-list__time::before {
    left: -2.5625rem;
  }
}

.c-program-list__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.c-program-list__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1296DB;
}
@media screen and (max-width: 767px) {
  .c-program-list__title {
    font-size: 1.25rem;
  }
}

.c-program-list__text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-program-list__text {
    font-size: 1rem;
  }
}

.c-program-list__text.--pl {
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-program-list__text.--pl {
    padding-left: 0;
  }
}

.c-program-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-program-list__row {
    display: block;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-program-list__row + .c-program-list__row {
    margin-top: 0.3125rem;
  }
}

.c-program-list__dt {
  font-size: 18px;
  font-size: 1.125rem;
  white-space: nowrap;
  font-weight: 500;
}

.c-program-list__dd {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-program-list__dd {
    padding-left: 0.9375rem;
  }
}

.c-sec-title {
  width: 100%;
  max-width: 735px;
  max-width: 45.9375rem;
  display: inline-block;
}

.c-sec-title__en {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  color: #1296DB;
  font-family: "Blinker", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-sec-title__en {
    font-size: 2.1875rem;
    line-height: 1;
    margin-bottom: 0.875rem;
  }
}

.c-sec-title__img {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.c-sec-title__jp {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  text-align: center;
  color: #1296DB;
  margin-top: -22px;
  margin-top: -1.375rem;
}
@media screen and (max-width: 767px) {
  .c-sec-title__jp {
    font-size: 1.25rem;
    margin-top: -0.4375rem;
  }
}

.c-sp-bottom-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-sp-bottom-nav {
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #1296DB;
    z-index: 10;
    height: 2.0625rem;
  }
  .c-sp-bottom-nav a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
  }
  .c-sp-bottom-nav img {
    width: 1.25rem;
    display: inline-block;
    margin-right: 0.4375rem;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .c-sp-bottom-nav img img {
    width: 100%;
  }
}

.c-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.888;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 1rem;
  }
}

.c-theme-title {
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
  background: #1296DB;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-theme-title span {
  display: block;
}
.c-theme-title span:nth-child(1) {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-theme-title {
    font-size: 1.25rem;
    text-align: left;
  }
}

.p-application__title {
  text-align: center;
}

.p-application__body {
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: relative;
  z-index: 2;
}

.p-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-cards {
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-cards__item {
  width: calc(25% - 1.17188rem);
}
@media screen and (max-width: 767px) {
  .p-cards__item {
    width: calc(50% - 0.625rem);
  }
}

.p-category-buttons__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
  gap: 0.8125rem;
}

.p-category-buttons__top-btn {
  width: calc(25% - 0.60938rem);
  margin: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-category-buttons__top-btn {
    width: calc(50% - 0.40625rem);
  }
}

.p-category-buttons__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-category-buttons__bottom-btn {
  width: calc(16.6666% - 0.52083rem);
  margin: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-category-buttons__bottom-btn {
    width: calc(33.3% - 0.41667rem);
  }
}

.p-footer {
  background: #1296DB;
}

.p-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 80px;
  padding: 3.125rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 1.875rem 0 3.125rem;
  }
}

.p-footer__content1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media screen and (max-width: 767px) {
  .p-footer__content1 {
    margin-top: 3.125rem;
  }
}

.p-footer__logo {
  width: 100%;
  max-width: 240px;
  max-width: 15rem;
}

.p-footer__text {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.5999;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: 1.25rem;
  }
}

.p-footer__address {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.444;
  margin-top: 50px;
  margin-top: 3.125rem;
  font-style: normal;
  font-style: initial;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-footer__address img {
  width: 18px;
  width: 1.125rem;
  height: 15px;
  height: 0.9375rem;
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.p-footer__content2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__content2 {
    gap: 3.125rem;
  }
}

.p-footer__lists {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-left: 50px;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__lists {
    padding-left: 0;
  }
}

.p-footer__list {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-footer__list:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    font-size: 1rem;
  }
}

.p-footer__list img {
  width: 12px;
  width: 0.75rem;
  display: inline-block;
  margin-left: 5px;
  margin-left: 0.3125rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.p-footer__list + .p-footer__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__list2 {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-footer__in-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__in-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.p-footer__in-list2 {
  font-size: 18px;
  font-size: 1.125rem;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-footer__in-list2:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__in-list2 {
    font-size: 1rem;
  }
}

.p-form-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 0;
  padding: 9px 0;
  padding: 0.5625rem 0;
  width: 100%;
  max-width: 225px;
  max-width: 14.0625rem;
  border: 1px solid #1296DB;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-form-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-form-button {
    max-width: 90%;
    font-size: 1.25rem;
  }
}

.p-form-button.--white {
  background-color: #fff;
  color: #1296DB;
}

.p-form-button.--blue {
  background-color: #1296DB;
  color: #fff;
}

.p-form-button:hover,
.p-form-button:focus {
  outline: none;
}

.p-form-button::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.p-header-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header-menu__item {
  position: relative;
}

.p-header-menu__item + .p-header-menu__item {
  border-left: 1px solid #000;
}

.p-header-menu__item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  .p-header-menu__item a:hover {
    opacity: 0.7;
  }
}

.p-header-menu__item img {
  margin: 0 5px;
  margin: 0 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-header-menu__item img {
    width: 0.9375rem;
    margin: 0 0.125rem;
  }
}

.p-header-menu__lists {
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header-menu__lists li a {
  padding: 0;
}
.p-header-menu__lists li + li {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-header-menu__lists {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    position: static;
    position: initial;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: none;
    padding: 0;
  }
  .p-header-menu__lists li a {
    padding: 0.625rem 0;
  }
}

.p-header-menu__lists li a {
  display: block;
  width: 100%;
  text-align: center;
}

@media (hover: hover) {
  .p-header-menu__item:hover .p-header-menu__lists {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
}
@media screen and (max-width: 767px) {
  .p-header-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 200;
    overscroll-behavior: contain;
  }
  .is-drawerActive .p-header-menu {
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
  .p-header-menu__items {
    height: auto;
    height: initial;
    display: block;
    padding: 7.5rem 0 6.25rem;
  }
  .p-header-menu__item {
    border-top: 1px solid #1296DB;
  }
  .p-header-menu__item:last-child {
    border-bottom: 1px solid #1296DB;
  }
  .p-header-menu__item + .p-header-menu__item {
    margin-left: 0;
    margin-left: initial;
  }
  .p-header-menu__item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 1.25rem 0;
    text-align: center;
    color: #1296DB;
  }
  .p-header-menu__item a img {
    display: inline-block;
  }
}
.p-header {
  height: 222px;
  height: 13.875rem;
  background: #1296DB;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 17px;
  padding-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 4.375rem;
    padding-top: 0.3125rem;
  }
}

.p-header__wrap {
  background: #fff;
  height: 100%;
}

.p-header .p-header__inner {
  padding-top: 23px;
  padding-top: 1.4375rem;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header .p-header__inner {
    padding-top: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 3.75rem;
  }
}

.p-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-header__top {
    gap: 0.5rem;
  }
}

.p-header__logo {
  width: 120px;
  width: 7.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 3.125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.125rem;
            flex: 0 0 3.125rem;
  }
}

.p-header__logo img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-header__top-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-top: 0.625rem;
  }
}

.p-header__top-title {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-header__top-title em {
  font-style: normal;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Blinker", sans-serif;
  font-weight: 600;
}
.p-header__top-title span:nth-child(1) {
  color: #57B0E2;
}
.p-header__top-title span:nth-child(2) {
  color: #57B0E2;
}
.p-header__top-title span:nth-child(4) {
  color: #5FA752;
}
.p-header__top-title span:nth-child(5) {
  color: #F17C36;
}
.p-header__top-title span:nth-child(6) {
  color: #E14F9A;
}
.p-header__top-title span:nth-child(7) {
  color: #F4A845;
}
@media screen and (max-width: 767px) {
  .p-header__top-title {
    font-size: 0.6875rem;
    line-height: 1.3;
    white-space: nowrap;
  }
  .p-header__top-title em {
    font-size: 1.0625rem;
  }
}

.p-header__drawer {
  position: absolute;
  top: 21px;
  top: 1.3125rem;
  right: 11px;
  right: 0.6875rem;
  z-index: 200;
}

.p-header__overlay {
  position: fixed;
  z-index: 3;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  background-color: #000;
  color: #fff;
  visibility: hidden;
  opacity: 0;
}

.is-drawerActive .p-header__overlay {
  visibility: visible;
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-header__bottom {
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.p-lists {
  display: none;
}

.p-lists.is-active {
  display: block;
}

.p-logo-lists__row + .p-logo-lists__row {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-logo-lists__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-logo-lists__title {
    font-size: 1rem;
  }
}

.p-logo-lists__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px;
  gap: 1.6875rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-logo-lists__items {
    gap: 0.9375rem;
  }
}

.p-logo-lists__item {
  width: calc(25% - 1.26563rem);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-logo-lists__item {
    width: calc(50% - 0.46875rem);
  }
}
.p-logo-lists__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-logo-lists__item img {
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
}
.p-logo-lists__item figcaption {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-logo-lists__item figcaption {
    font-size: 0.75rem;
  }
}

@media (hover: hover) {
  .p-logo-lists__item:hover {
    opacity: 0.7;
  }
}
.p-lp-contact__title {
  text-align: center;
}

.p-lp-contact__body {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-lp-contact__body {
    margin-top: 1.875rem;
  }
}

.p-lp-contact__text {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lp-contact__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-lp-contact__mail {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  margin: 15px;
  margin: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lp-contact__mail {
    font-size: 1rem;
  }
}

.p-lp-contact__mail img {
  width: 24px;
  width: 1.5rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.p-lp-mv {
  margin-top: 222px;
  margin-top: 13.875rem;
  position: relative;
  height: 566px;
  height: 35.375rem;
}
@media screen and (max-width: 767px) {
  .p-lp-mv {
    margin-top: 6.9375rem;
    height: 32.9375rem;
  }
}

.p-lp-mv__content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding-top: 43px;
  padding-top: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-lp-mv__content {
    padding-top: 4.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.p-lp-mv__top {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background: #1296DB;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 45px;
  padding: 0.125rem 2.8125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-lp-mv__top {
    font-size: 0.75rem;
    padding: 0.25rem 1.875rem;
  }
}

.p-lp-mv__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1296DB;
  text-shadow: 0 0 10px #fff;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 875px;
  max-width: 54.6875rem;
}
@media screen and (max-width: 767px) {
  .p-lp-mv__title {
    font-size: 1rem;
    margin-top: 0.625rem;
    max-width: 23.4375rem;
  }
}

.p-lp-mv__body {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-lp-mv__body {
    margin-top: 0.9375rem;
  }
}

.p-lp-mv__dl {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, .76);
  padding: 25px 60px;
  padding: 1.5625rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-lp-mv__dl {
    padding: 1.125rem 0.9375rem 1.5625rem;
    max-width: 16rem;
  }
}

.p-lp-mv__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-lp-mv__row {
    display: block;
  }
}

.p-lp-mv__row + .p-lp-mv__row {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-lp-mv__row + .p-lp-mv__row {
    margin-top: 1.5rem;
  }
}

.p-lp-mv__dt {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1296DB;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lp-mv__dt {
    font-size: 0.9375rem;
  }
}

.p-lp-mv__dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-width: 0.625rem 0 0.625rem 1.08125rem;
  border-color: transparent transparent transparent #1296DB;
  position: absolute;
  top: 9px;
  top: 0.5625rem;
  right: -39px;
  right: -2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-lp-mv__dt::after {
    border-width: 0.5rem 0 0.5rem 0.8625rem;
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    bottom: -0.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.p-lp-mv__text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-lp-mv__text {
    font-size: 0.9375rem;
    text-align: center;
    margin-top: 0.9375rem;
  }
}

.p-lp-mv__text2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-lp-mv__text2 {
    font-size: 0.8125rem;
    margin-top: 0.8125rem;
  }
}

.p-lp-mv__img {
  width: 100%;
  height: 100%;
}
.p-lp-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-lp-mv__img img {
    -o-object-position: top;
       object-position: top;
  }
}

.p-lp-mv__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .p-lp-mv__nav {
    bottom: auto;
    bottom: initial;
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: 100;
  }
}

.p-lp-mv__nav.is-drawer {
  z-index: 1;
}

.p-lpForm-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  gap: 3.125rem;
  width: 100%;
  border: 1px solid #0099D8;
  padding: 8px;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-lpForm-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.p-lpForm-radio label {
  position: relative;
}

.p-lpForm-radio__item {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.p-lpForm-radio__item + span {
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px 6px 25px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-lpForm-radio__item:focus-visible + span {
  outline: 1px solid #0099D8;
}

.p-lpForm-radio__item + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #000;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-lpForm-radio__item + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #1296DB;
  border-left: 3px solid #1296DB;
  content: "";
  display: block;
  height: 0.6em;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 14px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

.p-lpForm-radio__item:checked + span::after {
  opacity: 1;
}

.p-lpForm-text {
  width: 100%;
}

.p-lpForm-text__text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #0099D8;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 13px 10px;
  padding: 0.8125rem 0.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lpForm-text__text {
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
    margin-top: 0.625rem;
  }
}

.p-lpForm-text__text.--mt {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-lpForm-text__text.--mt {
    margin-top: 0.625rem;
  }
}

.p-lpForm-text__text:focus {
  border: 1px solid #0099D8;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-lpForm-text__text::-webkit-input-placeholder {
  color: inherit;
}

.p-lpForm-text__text::-moz-placeholder {
  color: inherit;
}

.p-lpForm-text__text::-ms-input-placeholder {
  color: inherit;
}

.p-lpForm-text__text::placeholder {
  color: inherit;
}

.p-lpForm-text__text:focus::-webkit-input-placeholder {
  color: transparent;
}

.p-lpForm-text__text:focus::-moz-placeholder {
  color: transparent;
}

.p-lpForm-text__text:focus::-ms-input-placeholder {
  color: transparent;
}

.p-lpForm-text__text:focus::placeholder {
  color: transparent;
}

.p-lpForm {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 48px 65px 147px;
  padding: 3rem 4.0625rem 9.1875rem;
  border: 1px solid #707070;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-lpForm {
    padding: 1.875rem 1.25rem 3.75rem;
  }
}

.p-lpForm__text {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-lpForm__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-lpForm__text strong {
  font-weight: 700;
  text-decoration: underline;
}

.p-lpForm__text span {
  color: #1296DB;
}

.p-lpForm__contents {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-lpForm__content {
  padding: 50px 0 50px;
  padding: 3.125rem 0 3.125rem;
  border-top: 0.5px solid #0099D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-lpForm__content {
    display: block;
    padding: 1.25rem 0 1.25rem;
  }
}

.p-lpForm__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 188px;
          flex: 0 0 188px;
  -ms-flex: 0 0 11.75rem;
      flex: 0 0 11.75rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-lpForm__head {
    padding-top: 0;
    padding-top: initial;
    padding-left: 0;
    padding-left: initial;
  }
}

.p-lpForm__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-lpForm__title {
    font-size: 1rem;
  }
}

.p-lpForm__required {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #1296DB;
}
@media screen and (max-width: 767px) {
  .p-lpForm__required {
    font-size: 1rem;
  }
}

.p-lpForm__example {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-lpForm__example {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-lpForm__content--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 87px;
  padding-top: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .p-lpForm__content--button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    padding-top: 3.75rem;
  }
}

.p-member {
  width: 100%;
}

.p-member__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-member__row {
    display: block;
  }
}

.p-member__row + .p-member__row .p-member__title {
  border-top: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-member__row + .p-member__row .p-member__title {
    border-top: 1px solid #D1D1D1;
  }
}
.p-member__row + .p-member__row .p-member__description {
  border-top: 2px solid #D1D1D1;
}
@media screen and (max-width: 767px) {
  .p-member__row + .p-member__row .p-member__description {
    border: none;
  }
}

.p-member__title {
  background: #A0DBF7;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 249px;
          flex: 0 1 249px;
  -ms-flex: 0 1 15.5625rem;
      flex: 0 1 15.5625rem;
  padding: 8px;
  padding: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-member__title {
    font-size: 1rem;
  }
}

.p-member__description {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 414px;
          flex: 0 1 414px;
  -ms-flex: 0 1 25.875rem;
      flex: 0 1 25.875rem;
  padding: 8px 38px;
  padding: 0.5rem 2.375rem;
  background: #fff;
}
.p-member__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-member__text {
    font-size: 1rem;
  }
}

.p-member__time {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #1296DB;
  text-align: right;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-member__time {
    font-size: 1rem;
  }
}

.p-outline__title {
  text-align: center;
}

.p-outline__top {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-outline__top-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.888;
  width: 100%;
  max-width: 863px;
  max-width: 53.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-outline__top-text {
    font-size: 1rem;
  }
}

.p-outline__body {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
@media screen and (max-width: 767px) {
  .p-overview__row {
    display: block;
  }
}

.p-overview__row + .p-overview__row {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-overview__dt {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  background: #1296DB;
  padding: 30px;
  padding: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  -ms-flex: 0 0 13.125rem;
      flex: 0 0 13.125rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-overview__dt {
    font-size: 1rem;
    padding: 0.3125rem;
  }
}

.p-overview__dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
  padding: 32px 38px;
  padding: 2rem 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-overview__dd {
    padding: 1.75rem 1.25rem;
    gap: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-overview__dd.--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-overview__deco {
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-overview__deco {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
.p-overview__deco img {
  width: 100%;
  height: 100%;
}

.p-overview__text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-overview__text {
    font-size: 1rem;
  }
}

.p-overview__img {
  width: 100%;
  max-width: 198px;
  max-width: 12.375rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-overview__img {
    max-width: 95%;
  }
}
.p-overview__img img {
  width: 100%;
  height: 100%;
}

.p-overview__caption {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-overview__caption:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-overview__caption {
    margin-top: 0.625rem;
  }
}

.p-gray-back {
  background: #F2F2F2;
  position: relative;
}

.p-gray-back::before {
  content: "";
  display: block;
  width: 40.234375vw;
  height: 58.0582524272vw;
  max-width: 515px;
  max-width: 32.1875rem;
  max-height: 299px;
  max-height: 18.6875rem;
  background: url(../images/common/program-back1.png) no-repeat center top/contain;
  position: absolute;
  top: 0;
  right: 0;
}

.p-gray-back::after {
  content: "";
  display: block;
  width: 40.234375vw;
  height: 58.0582524272vw;
  max-width: 515px;
  max-width: 32.1875rem;
  max-height: 299px;
  max-height: 18.6875rem;
  background: url(../images/common/program-back2.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-panels {
    gap: 0.625rem;
  }
}

.p-panels__top {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 148px;
          flex: 0 0 148px;
  -ms-flex: 0 0 9.25rem;
      flex: 0 0 9.25rem;
}
@media screen and (max-width: 767px) {
  .p-panels__top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.875rem;
            flex: 0 0 6.875rem;
  }
}

.p-panels__logo {
  width: 100%;
}
.p-panels__logo img {
  width: 100%;
  height: 100%;
}

.p-panels__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  gap: 0.3125rem;
}

.p-panels__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  -ms-flex: 0 0 5rem;
      flex: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-panels__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
            flex: 0 0 3.75rem;
  }
}
.p-panels__item img {
  width: 100%;
  height: 100%;
}

.p-post {
  margin-top: 222px;
  margin-top: 13.875rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  border-top: 1px solid #1296DB;
}
@media screen and (max-width: 767px) {
  .p-post {
    margin-top: 4.375rem;
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
}

.p-post__sec {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .26);
          box-shadow: 0 0 15px rgba(0, 0, 0, .26);
  padding: 55px 0 67px;
  padding: 3.4375rem 0 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-post__sec {
    padding: 1.5625rem 0 2.1875rem;
  }
}

.p-post__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 82px;
  padding-left: 5.125rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-post__head {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: block;
  }
}

.p-post__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-post__categories {
    gap: 0.625rem;
  }
}

.p-post__category {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #1296DB;
  width: 161px;
  width: 10.0625rem;
  padding: 1px;
}
@media screen and (max-width: 767px) {
  .p-post__category {
    font-size: 0.875rem;
    width: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-post__time {
    text-align: right;
    margin-top: 0.625rem;
  }
}

.p-post__date {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-post__date {
    font-size: 0.875rem;
  }
}

.p-post__top {
  padding: 0 82px;
  padding: 0 5.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-post__top {
    padding: 0 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-post__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.45;
  color: #1296DB;
  border-bottom: 3px solid #1296DB;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-post__title {
    font-size: 1.625rem;
    border-bottom: 2px solid #1296DB;
    padding-bottom: 0.625rem;
    text-align: left;
  }
}

.p-post__body {
  padding: 50px 82px 0;
  padding: 3.125rem 5.125rem 0;
}
.p-post__body img {
  width: auto;
  width: initial;
  float: left;
  margin: 20px;
  margin: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-post__body img {
    margin: 0;
    margin: initial;
    float: none;
    float: initial;
  }
}
.p-post__body p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.888;
}
@media screen and (max-width: 767px) {
  .p-post__body p {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__body {
    padding: 1.875rem 1.25rem 0;
  }
  .p-post__body p {
    font-size: 1rem;
  }
}

.p-post__btn {
  text-align: center;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-post__btn {
    margin-top: 2.1875rem;
  }
}

.p-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  gap: 2.1875rem;
  width: 100%;
  max-width: 935px;
  max-width: 58.4375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-profile {
    gap: 0.9375rem;
  }
}

.p-profile__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 177px;
          flex: 0 0 177px;
  -ms-flex: 0 0 11.0625rem;
      flex: 0 0 11.0625rem;
}
@media screen and (max-width: 767px) {
  .p-profile__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.8125rem;
            flex: 0 0 5.8125rem;
  }
}

.p-profile__img {
  width: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.p-profile__img::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-profile__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 767px) {
  .p-profile__body {
    gap: 1.25rem;
  }
}

.p-profile__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-profile__text-box {
    gap: 0;
  }
}

.p-profile__title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #1296DB;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile__title {
    font-size: 1.25rem;
  }
}

.p-profile__name {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile__name {
    font-size: 1.25rem;
    margin-left: 2.5rem;
  }
}

.p-profile__name::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #1296DB;
  position: absolute;
  top: 9px;
  left: -39px;
}
@media screen and (max-width: 767px) {
  .p-profile__name::before {
    border-width: 8px 0 8px 13.8px;
    left: -24px;
  }
}

.p-profile__text {
  font-size: 22px;
  font-size: 1.375rem;
  margin-left: 130px;
  margin-left: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-profile__text {
    font-size: 1.25rem;
    margin-left: 0;
  }
}

.p-program__title {
  text-align: center;
}

.p-program__top {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.p-program__body {
  margin-top: 35px;
  margin-top: 2.1875rem;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  max-width: 56.25rem;
  margin-inline: auto;
}

.p-program__content + .p-program__content {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-program__items {
  position: relative;
}

.p-program__items::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #1296DB;
  position: absolute;
  top: 0;
  left: 0;
}

.p-program__content:first-child .p-program__items::before {
  height: calc(100% - 3.125rem);
  top: 50px;
  top: 3.125rem;
}

.p-program__content:last-child .p-program__items::before {
  height: calc(100% - 4.6875rem);
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-program__content:last-child .p-program__items::before {
    height: calc(100% - 7rem);
  }
}

.p-program__item + .p-program__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sec-nav {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-sec-nav .p-sec-nav__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-sec-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-sec-nav__items {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}

.p-sec-nav__item {
  width: 20%;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-sec-nav__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-nav__item {
    width: 24.5%;
  }
}

.p-sec-nav__item:last-child {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .p-sec-nav__item:last-child {
    width: 26.5%;
  }
}

.p-sec-nav__item:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  height: 2.5rem;
  background: #1296DB;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-sec-nav__item:not(:first-child):before {
    display: none;
  }
}

.p-sec-nav__item a {
  display: block;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1296DB;
  padding: 25px 0;
  padding: 1.5625rem 0;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-sec-nav__item a {
    font-size: 0.75rem;
    padding: 1.0625rem 0;
  }
}

.p-speakers__title {
  text-align: center;
}

.p-speakers__body {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-sub-head {
  margin-top: 222px;
  margin-top: 13.875rem;
  position: relative;
  background: rgba(91, 190, 236, .2);
  padding: 25px;
  padding: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-head {
    margin-top: 4.375rem;
    padding: 0.9375rem;
  }
}

.p-sub-head__title-sub {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Blinker", sans-serif;
  text-align: center;
  color: #1296DB;
}
@media screen and (max-width: 767px) {
  .p-sub-head__title-sub {
    font-size: 1.5rem;
  }
}

.p-sub-head__title-main {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Blinker", sans-serif;
  text-align: center;
  color: #1296DB;
  margin-top: 30px;
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sub-head__title-main {
    margin-top: 1.25rem;
    font-size: 1.875rem;
  }
}
.p-sub-head__title-main::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 935px;
  max-width: 58.4375rem;
  height: 3px;
  background: #fff;
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-sub-head__title-main::before {
    top: -0.625rem;
    height: 2px;
  }
}

.p-sub-head2 {
  margin-top: 222px;
  margin-top: 13.875rem;
  position: relative;
  background: rgba(91, 190, 236, .2);
  padding: 62px 20px;
  padding: 3.875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-head2 {
    margin-top: 4.375rem;
    padding: 1.875rem 1.25rem;
  }
}

.p-sub-head2__title-main {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Blinker", sans-serif;
  text-align: center;
  color: #1296DB;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sub-head2__title-main {
    font-size: 1.875rem;
  }
}

.p-sub-news {
  padding-top: 53px;
  padding-top: 3.3125rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-news {
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
  }
}

.p-sub-news__pagination {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-news__pagination {
    margin-top: 1.875rem;
  }
}
.p-sub-news__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
.p-sub-news__pagination .pagination .page-numbers {
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #003E77;
  background: #fff;
  border: 1px solid #1296DB;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sub-news__pagination .pagination .current {
  background: #1296DB;
  color: #fff;
}
.p-sub-news__pagination .pagination .prev,
.p-sub-news__pagination .pagination .next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: 6px;
}
.p-sub-news__pagination .pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-sub-news__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub-news__btn {
    margin-top: 2.5rem;
  }
}

.p-sub-operation {
  padding-top: 53px;
  padding-top: 3.3125rem;
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-operation {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-sub-operation__body {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-operation__body {
    margin-top: 2.5rem;
  }
}

.p-sub-operation__bottom {
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-operation__bottom {
    padding-top: 1.875rem;
  }
}

.p-sub-project {
  padding-top: 53px;
  padding-top: 3.3125rem;
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-project {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-sub-project__body {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-project__body {
    margin-top: 1.875rem;
  }
}

.p-sub-research {
  padding-top: 39px;
  padding-top: 2.4375rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-research {
    padding-top: 1.875rem;
    padding-bottom: 4.375rem;
  }
}

.p-sub-research__title {
  text-align: center;
}

.p-sub-research__top {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-research__top {
    margin-top: 2.1875rem;
  }
}

.p-sub-research__body {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-research__body {
    margin-top: 1.25rem;
  }
}

.p-sub-research__sec2 {
  margin-top: 100px;
  margin-top: 6.25rem;
  padding: 62px 0 56px;
  padding: 3.875rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-research__sec2 {
    margin-top: 3.75rem;
    padding: 2.5rem 0 2.8125rem;
  }
}

.p-sub-research__member {
  width: 100%;
  max-width: 663px;
  max-width: 41.4375rem;
  margin-inline: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-research__member {
    margin-top: 1.25rem;
  }
}

.p-sub-research__sec3 {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-research__sec3 {
    margin-top: 3.125rem;
  }
}

.p-sub-research__news {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-sub-research__news {
    margin-top: 2.5rem;
  }
}

.p-sub-research__btn {
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub-research__btn {
    margin-top: 1.875rem;
  }
}

.p-sub-vision {
  margin-top: 57px;
  margin-top: 3.5625rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-vision {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-sub-vision__title {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub-vision__title {
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-sub-vision__top {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-vision__top {
    margin-top: 1.875rem;
  }
}

.p-sub-vision__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-vision__media {
    display: block;
  }
}

.p-sub-vision__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 454px;
          flex: 0 0 454px;
  -ms-flex: 0 0 28.375rem;
      flex: 0 0 28.375rem;
  border-radius: 9px;
  overflow: hidden;
}

.p-sub-vision__text-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-sub-vision__text-box {
    margin-top: 1.875rem;
  }
}

.p-sub-vision__position {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-sub-vision__position {
    font-size: 1.125rem;
  }
}

.p-sub-vision__name {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-sub-vision__name {
    font-size: 1.625rem;
  }
}

.p-sub-vision__text1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-vision__text1 {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.p-sub-vision__text2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-sub-vision__text2 {
    font-size: 1.125rem;
  }
}

.p-sub-vision__body {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-vision__body {
    margin-top: 2.1875rem;
  }
}

.p-target + .p-target {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-target + .p-target {
    margin-top: 2.5rem;
  }
}

.p-target__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-target__top {
    display: block;
  }
}

.p-target__cat {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  color: #fff;
  width: 100%;
  max-width: 194px;
  max-width: 12.125rem;
  padding: 1px;
  padding: 0.0625rem;
  text-align: center;
  background: #F07500;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .p-target__cat {
    font-size: 1.25rem;
    padding: 0.3125rem;
    max-width: 9.375rem;
  }
}

.p-target__title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  color: #F07500;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 767px) {
  .p-target__title {
    font-size: 1.25rem;
    margin-top: 0.1875rem;
  }
}

.p-target__body {
  margin-top: 10px;
  margin-top: 0.625rem;
  background: rgba(243, 128, 0, .11);
  padding: 15px 29px;
  padding: 0.9375rem 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-target__body {
    margin-top: 0.3125rem;
    padding: 0.625rem 0.9375rem;
  }
}

.p-target__bottom {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-target__bottom {
    margin-top: 0.625rem;
  }
}

.p-target__sub-title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-target__sub-title {
    font-size: 1rem;
  }
}

.p-target__items {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-target__items {
    margin-top: 0.3125rem;
  }
}

.p-target__item {
  background: #b9e4f8;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .36);
          box-shadow: 0 2px 5px rgba(0, 0, 0, .36);
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .p-target__item:hover {
    opacity: 0.7;
  }
}
.p-target__item a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-target__item a {
    font-size: 0.875rem;
  }
}

.p-target__item::before {
  content: "";
  display: block;
  width: 98%;
  height: 12px;
  height: 0.75rem;
  background: rgba(255, 255, 255, .24);
  border-radius: 10px;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-target__item a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #1296DB;
  margin-right: 5px;
  margin-right: 0.3125rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .p-target__item a::before {
    border-width: 6px 0 6px 11px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

.p-target__item + .p-target__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-target__item + .p-target__item {
    margin-top: 0.625rem;
  }
}

.p-top-institutions__title {
  text-align: center;
}

.p-top-institutions__body {
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-institutions__body {
    margin-top: 1.875rem;
  }
}

.p-top-mv {
  margin-top: 222px;
  margin-top: 13.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    margin-top: 4.375rem;
  }
}

.p-top-mv__logo {
  width: 100%;
  max-width: 373px;
  max-width: 23.3125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__logo {
    max-width: 12.5rem;
  }
}

.p-top-mv__img {
  width: 100%;
  height: 100%;
}
.p-top-mv__img img {
  width: 100%;
  height: 100%;
}

.p-top-mv__deco {
  width: 100%;
  height: 100%;
  max-width: 1040px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-top-mv__plain {
  position: absolute;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.p-top-mv__plain.--no1 {
  top: 25%;
  left: 0;
  width: 84px;
  width: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__plain.--no1 {
    width: 1.875rem;
  }
}

.p-top-mv__plain.--no2 {
  top: 45%;
  right: 35%;
  width: 85px;
  width: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__plain.--no2 {
    width: 2rem;
  }
}

.p-top-mv__plain.--no3 {
  top: 33%;
  right: 10%;
  width: 173px;
  width: 10.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__plain.--no3 {
    width: 4.0625rem;
  }
}

.p-top-mv__plain.--no4 {
  top: 22%;
  right: 0;
  width: 63px;
  width: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__plain.--no4 {
    width: 1.25rem;
  }
}

.p-top-news__title {
  text-align: center;
}

.p-top-news__body {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__body {
    margin-top: 0.9375rem;
  }
}

.p-top-news__lists {
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__lists {
    margin-top: 1.875rem;
  }
}

.p-top-news__btn {
  margin-top: 58px;
  margin-top: 3.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__btn {
    margin-top: 1.875rem;
  }
}

.p-top-overview__title {
  text-align: center;
}

.p-top-overview__sub-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.444;
  text-align: center;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-overview__sub-title {
    margin-top: 0.9375rem;
    font-size: 1.25rem;
    text-align: left;
  }
}

.p-top-overview__text {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-inline: auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.888;
  width: 100%;
  max-width: 865px;
  max-width: 54.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-overview__text {
    margin-top: 1.5625rem;
    font-size: 1rem;
  }
}

.p-top-overview__body {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-overview__body {
    margin-top: 4.375rem;
  }
}

.p-top-overview__btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-overview__btn {
    margin-top: 1.25rem;
  }
}

.p-top-video__body {
  width: 100%;
  max-width: 800px;
  max-width: 50rem;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.p-top-video__body::after {
  content: "";
  display: block;
  padding-top: 56.75%;
}

.p-top-video__body iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.l-application {
  padding-top: 114px;
  padding-top: 7.125rem;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .l-application {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 1090px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 33.75rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-inner--sub {
  max-width: 913px;
}

.l-lp-contact {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-lp-contact {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.l-outline {
  padding-top: 114px;
  padding-top: 7.125rem;
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
}
@media screen and (max-width: 767px) {
  .l-outline {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
}

.l-parts {
  width: 100%;
  height: 100%;
  background-color: #9cdbe8;
  padding: 100px 0;
  padding: 6.25rem 0;
}

.l-parts__sec {
  padding: 50px 0;
  padding: 3.125rem 0;
}

.l-program {
  padding-top: 75px;
  padding-top: 4.6875rem;
  padding-bottom: 163px;
  padding-bottom: 10.1875rem;
}
@media screen and (max-width: 767px) {
  .l-program {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.l-speakers {
  padding-top: 103px;
  padding-top: 6.4375rem;
  padding-bottom: 102px;
  padding-bottom: 6.375rem;
}
@media screen and (max-width: 767px) {
  .l-speakers {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.l-top-institutions {
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-top-institutions {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.l-top-news {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .l-top-news {
    margin-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}

.l-top-overview {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .l-top-overview {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.l-top-panels {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .l-top-panels {
    margin-top: 1.25rem;
  }
}

.l-top-video {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-top-video {
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }
}
/*# sourceMappingURL=styles.css.map */
