@charset "UTF-8";
/*
 * variable
 */
/*
 * function
 */
.-flex, .p-courseList, .p-courseList__cell a, .p-facilitiesList, .p-facilitiesList .pswp-gallery__item > a, .p-form__action, .p-contact__way, .p-homeNews, .p-homeNewsArticle a, .p-homeNewsArticle__column, .p-homeInfo__list, .p-homeInfo__article a,
.p-homeInfo__article .p-homeInfo__article-disable, .p-homeInfo__article-temp-title, .p-home__pagination, .p-homeSearchTab__list, .p-homeSearchContents__list, .p-homeSearchContents__list li a, .p-basicDList.-is--horizontal, .p-newsArticle a, .p-newsArticle__column, .p-basicArticle a, .p-basicArticle__column, .c-pagenation, .c-pagenation__button-prev, .c-pagenation__button-next, .c-pagenation__list, .c-pagenation__list li b, .c-pagenation__list li a, .p-newsPickup, .p-newsArticleDetail__heading, .p-heading__column, .c-basicGrid, .c-basicGrid__column, .p-basicButton.-width--max, .c-breadcrumb__list, .l-flex, .l-align__items--start, .l-align__content--start, .l-align__items--center, .l-align__content--center, .p-footerNavPlus__button span, .p-footerSns__list, .p-footer__logo, .p-headerNav__button, .p-headerNav__list.-is--main > li > a, .p-headerNav__list.-is--support > li > a, .p-headerNavPlus__button span, .p-headerAction__list li a, .p-headerContact__list {
  display: flex;
  flex-wrap: wrap;
}

.-width--full {
  display: block;
  width: 100%;
}

.-img--full, .p-homePickupEvent__article-img img, .p-homeRelated__article-img img, .p-headingSlider__list li img {
  width: 100%;
  height: auto;
}
.-img--full img, .p-homePickupEvent__article-img img img, .p-homeRelated__article-img img img, .p-headingSlider__list li img img {
  width: 100%;
  height: auto;
}

.-shadow, .p-sideFixedNav, .p-homeNews, .p-homePickupNews, .p-homeInfo__article, .p-homePickupEvent__article-img, .p-homeSection__column, .p-homeNumbers__article, .p-homeSearchTab__list li.-is--active, .p-homeSearchContents__child, .p-homeAccess, .p-homeRelated__article-img, .p-homeRelated__pagination, .p-newsPickup, .p-basicBox, .u-pc__float--right {
  box-shadow: 0px 3px 10px 2px rgba(6, 9, 0, 0.25);
}

.-text--shadow, .p-homeSection__title-text, .p-homePickupEvent__article-title {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
@media screen and (min-width: 600px) {
  .-text--shadow, .p-homeSection__title-text, .p-homePickupEvent__article-title {
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  }
}

.ul-reset, .p-sideFixedNav__list, .p-homeMainvisual__list, .p-homeSearchTab__list, .p-homeSearchContents__list, .p-homeAccess__list, .c-pagenation__list, .p-newsArticleDetail__img ul, .p-headingSlider__list, .p-footerNav__list, .p-footerSns__list, .p-headerNav__list, .p-headerAction__list, .p-headerContact__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
 * base
 */
body {
  position: relative;
  font-family: "PT Sans", "Noto Sans JP", "Droid Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

a {
  color: #00489d;
  text-decoration: none;
}
a:hover {
  text-decoration: inherit;
}

img {
  vertical-align: bottom;
}

b {
  font-weight: bold;
}

/*
 * header
 */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .l-header {
    position: static;
  }
}

.p-header {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 56px;
  background-color: #fff;
  box-shadow: 0px 0px 15px -5px #253549;
}
@media screen and (min-width: 1025px) {
  .p-header {
    display: block;
    height: 168px;
    background-color: transparent;
    box-shadow: none;
  }
}
.p-header__logo {
  margin-left: 11px;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .p-header__logo {
    margin-left: 0;
    position: absolute;
    top: 13px;
    left: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__logo {
    top: 28px;
    left: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}
.p-header__logo .c-logo {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-header__logo .c-logo {
    flex-wrap: wrap;
    width: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__logo .c-logo {
    flex-wrap: nowrap;
    width: 320px;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__logo .c-logo__img {
    margin-right: 0;
    width: 240px;
    height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__logo .c-logo__img {
    margin-right: 13px;
    width: 180px;
    height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__logo .c-logo__name {
    margin-top: 5px;
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__logo .c-logo__name {
    margin-top: 0;
    display: inline;
    width: auto;
    font-size: 18px;
    text-align: left;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-headerNav__overlay {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  height: calc(100vh - 56px);
  display: none;
  background-color: rgba(37, 53, 73, 0.95);
}
@media screen and (min-width: 1025px) {
  .p-headerNav__overlay {
    display: none;
  }
}

.p-headerNav {
  padding-bottom: 112px;
  position: fixed;
  top: 56px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: rgba(0, 72, 157, 0.95);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.p-headerNav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-headerNav {
    position: static;
    height: auto;
    background-color: transparent;
  }
}
.p-headerNav__button {
  padding: 13px 11px;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: #00489d;
}
@media screen and (min-width: 1025px) {
  .p-headerNav__button {
    display: none;
  }
}
.p-headerNav__button-border1, .p-headerNav__button-border2 {
  margin-left: 4px;
  margin-right: 2px;
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
}
.p-headerNav__button-border1 {
  width: 30px;
}
.p-headerNav__button-border2 {
  margin-top: 6px;
  width: 18px;
}
.p-headerNav__button-name {
  margin-top: 8px;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.p-headerNav__button-name.-is--open {
  display: none;
}

@keyframes borderMoveTop {
  50% {
    transform: translate(1px, 5px);
    opacity: 0;
  }
  100% {
    transform: translate(1px, 5px) rotate(45deg);
    opacity: 1;
  }
}
@keyframes borderMoveBottom {
  50% {
    transform: translate(1px, -3px);
    opacity: 0;
  }
  100% {
    transform: translate(1px, -3px) rotate(-45deg);
    opacity: 1;
  }
}
@keyframes slideIn {
  100% {
    right: 0;
  }
}
#p-headerNav__input:checked + .p-headerNav__button .p-headerNav__button-border1 {
  width: 24px;
  animation: 0.4s borderMoveTop forwards;
}
#p-headerNav__input:checked + .p-headerNav__button .p-headerNav__button-border2 {
  width: 24px;
  animation: 0.4s borderMoveBottom forwards;
}
#p-headerNav__input:checked + .p-headerNav__button .p-headerNav__button-name.-is--default {
  display: none;
}
#p-headerNav__input:checked + .p-headerNav__button .p-headerNav__button-name.-is--open {
  display: block;
  animation: 0.3s fadeIn forwards;
}
#p-headerNav__input:checked + .p-headerNav__button + .p-headerNav__overlay {
  display: block;
  animation: 0.3s fadeIn forwards;
}
@media screen and (min-width: 1025px) {
  #p-headerNav__input:checked + .p-headerNav__button + .p-headerNav__overlay {
    display: none;
  }
}
#p-headerNav__input:checked + .p-headerNav__button + .p-headerNav__overlay + .p-headerNav {
  animation: 0.3s slideIn forwards 0.3s;
}

.p-headerSearch {
  padding: 7px 11px;
  border-bottom: 2px dotted #6c94c5;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-headerSearch {
    padding: 0;
    border: none;
    position: absolute;
    top: 22px;
    right: 22px;
    width: 220px;
    width: 17.1875%;
  }
}
.p-headerSearch__input {
  padding: 4px 13px;
  border-radius: 20px;
  border: none;
  outline: none;
  width: 100%;
  background-color: #e6edf5;
  color: #00489d;
  transition: all 0.3s;
}
.p-headerSearch__input::placeholder {
  color: #00489d;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.3s;
}
.p-headerSearch__input:focus {
  background-color: #fff;
}
.p-headerSearch__input:focus::placeholder {
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .p-headerSearch__input {
    border: 2px solid #00489d;
  }
}
.p-headerSearch__button {
  border: none;
  position: absolute;
  top: 11px;
  right: 22px;
  display: block;
  width: 24px;
  height: 22px;
  background: none;
}
@media screen and (min-width: 1025px) {
  .p-headerSearch__button {
    top: 6px;
    right: 13px;
    width: 28px;
    height: 28px;
  }
}
.p-headerSearch__button svg {
  fill: #00489d;
  width: 16px;
  height: 16px;
}
_::-webkit-full-page-media, _:future, :root .p-headerSearch__button {
  top: 15px;
}

@keyframes subNavFade {
  100% {
    opacity: 1;
  }
}
.p-headerNav__list > li {
  position: relative;
}
.p-headerNav__list svg {
  margin-right: 8px;
  fill: #fff;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.p-headerNav__list h2 {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  vertical-align: middle;
}
.p-headerNav__list.-is--main > li, .p-headerNav__list.-is--support > li {
  border-bottom: 2px dotted #6c94c5;
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--main > li, .p-headerNav__list.-is--support > li {
    border-bottom: none;
  }
}
.p-headerNav__list.-is--main > li > a, .p-headerNav__list.-is--support > li > a {
  padding: 13px 11px;
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--main {
    border-radius: 16px;
    position: absolute;
    left: 31px;
    bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: stretch;
    width: 76.796875%;
    height: 68px;
    background-color: #00489d;
  }
}
@media screen and (min-width: 600px) {
  .p-headerNav__list.-is--main > li {
    padding: 0 6px;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--main > li {
    position: relative;
    padding: 0 4px;
    height: 100%;
    background-color: #00489d;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--main > li:first-child {
    border-radius: 16px 0 0 16px;
    flex-basis: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--main > li:nth-child(2) {
    flex-basis: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--main > li:nth-child(3) {
    flex-basis: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--main > li:last-child {
    border-radius: 0 16px 16px 0;
    flex-basis: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--main > li:nth-child(n+2) {
    border-left: 2px dotted #6c94c5;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--main > li:hover {
    background-color: #253549;
  }
  .p-headerNav__list.-is--main > li:hover .p-headerNav__list.-is--sub {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--main > li > a {
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .p-headerNav__list.-is--main > li > a {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--main > li svg {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--main > li h2 {
    margin-top: 1px;
    font-size: 18px;
    vertical-align: -0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--support {
    position: absolute;
    top: 30px;
    right: 20.15625%;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--support li {
    margin: 0 11px;
  }
}
.p-headerNav__list.-is--support li a {
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--support li a {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--support li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--support li svg {
    fill: #00489d;
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--support li h2 {
    margin-top: 1px;
    color: #00489d;
    font-weight: normal;
    font-size: 14px;
  }
}
.p-headerNav__list.-is--sub {
  height: 0;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--sub {
    padding: 13px 22px 22px 22px;
    border-radius: 16px;
    position: absolute;
    min-width: 280px;
    z-index: 100;
    visibility: hidden;
    height: auto;
    background-color: #fff;
    transition: all 0.3s;
    transform: translateY(-13px);
    box-shadow: 0px 0px 15px -5px #253549;
  }
}
.p-headerNav__list.-is--sub li {
  padding-top: 13px;
  margin-left: 28px;
  line-height: 0;
  height: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--sub li {
    margin-left: 0;
    line-height: 1.4;
    height: auto;
  }
}
.p-headerNav__list.-is--sub li a {
  display: block;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--sub li a {
    color: #00489d;
    font-size: 15px;
    text-align: left;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerNav__list.-is--sub li a:hover {
    transform: translateX(11px);
  }
}

.p-headerNavPlus__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .p-headerNavPlus__button {
    display: none;
  }
}
.p-headerNavPlus__button span {
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  right: 13px;
  top: 12px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #4679b4;
}
.p-headerNavPlus__button span::before, .p-headerNavPlus__button span::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.p-headerNavPlus__button span::before {
  transform: translate(0, 4px);
}
.p-headerNavPlus__button span::after {
  transform: translate(0, -4px) rotate(90deg);
}

#p-headerNav__list1:checked + a + .p-headerNavPlus__button span::after,
#p-headerNav__list2:checked + a + .p-headerNavPlus__button span::after,
#p-headerNav__list3:checked + a + .p-headerNavPlus__button span::after,
#p-headerNav__list4:checked + a + .p-headerNavPlus__button span::after {
  opacity: 0;
}
#p-headerNav__list1:checked + a + .p-headerNavPlus__button + .p-headerNav__list.-is--sub,
#p-headerNav__list2:checked + a + .p-headerNavPlus__button + .p-headerNav__list.-is--sub,
#p-headerNav__list3:checked + a + .p-headerNavPlus__button + .p-headerNav__list.-is--sub,
#p-headerNav__list4:checked + a + .p-headerNavPlus__button + .p-headerNav__list.-is--sub {
  margin-bottom: 30px;
  height: 100%;
  animation: 0.3s subNavFade forwards;
}
#p-headerNav__list1:checked + a + .p-headerNavPlus__button + .p-headerNav__list.-is--sub li,
#p-headerNav__list2:checked + a + .p-headerNavPlus__button + .p-headerNav__list.-is--sub li,
#p-headerNav__list3:checked + a + .p-headerNavPlus__button + .p-headerNav__list.-is--sub li,
#p-headerNav__list4:checked + a + .p-headerNavPlus__button + .p-headerNav__list.-is--sub li {
  line-height: 1.4;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .p-headerAction__list {
    position: absolute;
    right: 22px;
    bottom: 23px;
    width: 16.484375%;
  }
}
.p-headerAction__list li {
  padding: 0 11px;
}
@media screen and (min-width: 1025px) {
  .p-headerAction__list li {
    padding: 0;
    width: 100%;
    height: 68px;
  }
}
.p-headerAction__list li a {
  margin-top: 13px;
  padding: 13px;
  border-radius: 8px;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-headerAction__list li a {
    border: none;
    border-radius: 16px;
    display: flex;
    height: 100%;
    background-color: #d7ee16;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerAction__list li a:hover {
    background-color: #253549;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerAction__list li a:hover svg {
    fill: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerAction__list li a:hover h2 {
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerAction__list li:first-child {
    display: none;
  }
}
.p-headerAction__list svg {
  margin-right: 8px;
  fill: #fff;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .p-headerAction__list svg {
    fill: #000;
    width: 28px;
    height: 28px;
  }
}
.p-headerAction__list h2 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .p-headerAction__list h2 {
    color: #000;
    font-size: 18px;
  }
}

.p-headerContact__list {
  margin-top: 13px;
  padding: 11px;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-headerContact__list {
    display: none;
  }
}
.p-headerContact__list svg {
  margin-right: 5px;
  fill: #fff;
  width: 16px;
  height: 16px;
  vertical-align: -0.3rem;
}
.p-headerContact__list li {
  margin-left: 8px;
  margin-right: 8px;
  color: #fff;
}
.p-headerContact__list li:first-child {
  font-size: 20px;
  font-weight: bold;
}
.p-headerContact__list li:nth-child(n+2) {
  margin-top: 5px;
  font-size: 14px;
}
.p-headerContact__list .icon-free_dial {
  width: 28px;
  height: 24px;
  vertical-align: -0.3rem;
}

.p-headerGrandLink {
  margin-top: 13px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-headerGrandLink {
    margin-top: 0;
    position: absolute;
    top: 29px;
    left: 28.125%;
  }
}
.p-headerGrandLink__button {
  margin: 0 auto;
  padding: 5px 8px;
  border: 2px solid #fff;
  border-radius: 20px;
  display: inline-flex;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .p-headerGrandLink__button {
    padding: 2px 13px;
    border: 2px solid #00489d;
    color: #00489d;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerGrandLink__button:hover {
    background-color: #00489d;
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .p-headerGrandLink__button:hover svg {
    fill: #fff;
  }
}
.p-headerGrandLink__button svg {
  margin-right: 5px;
  fill: #fff;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1025px) {
  .p-headerGrandLink__button svg {
    fill: #00489d;
  }
}

/*
 * footer
 */
.l-footer {
  background-color: #00489d;
}

.p-footer {
  margin: 0 auto;
  padding: 22px 11px;
  max-width: 1280px;
}
@media screen and (min-width: 1025px) {
  .p-footer {
    padding: 35px 22px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer .p-headerContact__list {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer .p-headerContact__list li {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer .p-headerContact__list li:first-child {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .p-footer .p-headerContact__list li:first-child {
    font-size: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer .p-headerContact__list li:first-child svg {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer .p-headerContact__list li:nth-child(n+2) {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer .p-headerContact__list li:nth-child(n+2) svg {
    width: 20px;
    height: 20px;
  }
}
.p-footer .p-headerContact__list li:last-child {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-footer .p-headerContact__list li:last-child {
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer .p-headerGrandLink {
    margin-top: 22px;
    position: static;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer .p-headerGrandLink a {
    padding: 8px 13px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer .p-headerGrandLink a:hover {
    background-color: #fff;
    color: #00489d;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer .p-headerGrandLink a:hover svg {
    fill: #00489d;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer .p-headerGrandLink a svg {
    fill: #fff;
    width: 18px;
    height: 18px;
  }
}

.svg-mail__text {
  width: 108px;
  height: 13px;
}
@media screen and (min-width: 1025px) {
  .svg-mail__text {
    width: 120px;
    height: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .p-footer__nav {
    margin-right: 4%;
    order: 2;
    width: 51%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}

.p-footerNav__title {
  padding-bottom: 13px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-footerNav__title {
    border-bottom: 2px dotted #6c94c5;
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: left;
  }
}

.p-footerNav__list > li > a {
  color: #fff;
}
.p-footerNav__list > li > a h2 {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .p-footerNav__list.-is--main {
    margin-top: 13px;
    width: 50%;
  }
}
.p-footerNav__list.-is--main:last-child > li:first-child {
  border-top: none;
}
.p-footerNav__list.-is--main > li {
  border-bottom: 1px dotted #6c94c5;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-footerNav__list.-is--main > li {
    border: none;
    transition: all 0.3s;
  }
}
.p-footerNav__list.-is--main > li:first-child {
  border-top: 1px dotted #6c94c5;
}
@media screen and (min-width: 1025px) {
  .p-footerNav__list.-is--main > li:first-child {
    border: none;
  }
}
@media screen and (min-width: 1025px) {
  .p-footerNav__list.-is--main > li:hover {
    opacity: 0.7;
  }
}
.p-footerNav__list.-is--main > li > a {
  padding: 13px 24px;
  display: block;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .p-footerNav__list.-is--main > li > a {
    padding: 10px 24px;
  }
}
.p-footerNav__list.-is--main > li > a::before, .p-footerNav__list.-is--main > li > a::after {
  content: "";
  display: block;
  position: absolute;
}
.p-footerNav__list.-is--main > li > a::before {
  border-radius: 50%;
  top: 18px;
  left: 3px;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.p-footerNav__list.-is--main > li > a::after {
  top: 14px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20877.66%20877.66%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%236c94c5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M438.83%2C0C196.47%2C0%2C0%2C196.47%2C0%2C438.83s196.47%2C438.83%2C438.83%2C438.83%2C438.83-196.47%2C438.83-438.83S681.19%2C0%2C438.83%2C0Zm205.78%2C464.27l-172.09%2C170.22c-14.05%2C13.9-36.71%2C13.77-50.6-.28-13.9-14.04-13.77-36.71%2C.28-50.61l110.19-109H258.21c-19.76%2C0-35.78-16.01-35.78-35.78s16.02-35.77%2C35.78-35.77h274.17l-110.19-109.01c-14.05-13.9-14.17-36.55-.28-50.6%2C13.9-14.06%2C36.55-14.17%2C50.6-.28l172.09%2C170.22c6.8%2C6.73%2C10.62%2C15.87%2C10.62%2C25.44%2C.01%2C9.57-3.81%2C18.72-10.61%2C25.45Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 0 50%;
}
@media screen and (min-width: 1025px) {
  .p-footerNav__list.-is--main > li > a::after {
    top: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .p-footerNav__list.-is--main > li > a h2 {
    font-size: 16px;
  }
}
.p-footerNav__list.-is--main input + a {
  background-image: none;
}
.p-footerNav__list.-is--main input + a::before, .p-footerNav__list.-is--main input + a::after {
  display: none;
}
.p-footerNav__list.-is--sub {
  height: 0;
  opacity: 0;
}
.p-footerNav__list.-is--sub li {
  padding-top: 11px;
  margin-left: 24px;
  line-height: 0;
  height: 0;
  transition: all 0.3s;
}
.p-footerNav__list.-is--sub li a {
  display: block;
  color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .p-footerNav__list.-is--sub li a {
    transition: inherit;
  }
}
@media screen and (min-width: 1025px) {
  .p-footerNav__list.-is--sub li a:hover {
    transform: translateX(11px);
  }
}

.p-footerNavPlus__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-footerNavPlus__button span {
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 15px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background-color: #6c94c5;
}
@media screen and (min-width: 1025px) {
  .p-footerNavPlus__button span {
    top: 14px;
  }
}
.p-footerNavPlus__button span::before, .p-footerNavPlus__button span::after {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background-color: #fff;
}
.p-footerNavPlus__button span::before {
  transform: translate(0, 3px);
}
.p-footerNavPlus__button span::after {
  transform: translate(0, -2px) rotate(90deg);
}

#p-footerNav__list1:checked + a + .p-footerNavPlus__button span::after,
#p-footerNav__list2:checked + a + .p-footerNavPlus__button span::after,
#p-footerNav__list3:checked + a + .p-footerNavPlus__button span::after,
#p-footerNav__list4:checked + a + .p-footerNavPlus__button span::after {
  opacity: 0;
}
#p-footerNav__list1:checked + a + .p-footerNavPlus__button + .p-footerNav__list.-is--sub,
#p-footerNav__list2:checked + a + .p-footerNavPlus__button + .p-footerNav__list.-is--sub,
#p-footerNav__list3:checked + a + .p-footerNavPlus__button + .p-footerNav__list.-is--sub,
#p-footerNav__list4:checked + a + .p-footerNavPlus__button + .p-footerNav__list.-is--sub {
  margin-bottom: 22px;
  height: 100%;
  animation: 0.3s subNavFade forwards;
}
#p-footerNav__list1:checked + a + .p-footerNavPlus__button + .p-footerNav__list.-is--sub li,
#p-footerNav__list2:checked + a + .p-footerNavPlus__button + .p-footerNav__list.-is--sub li,
#p-footerNav__list3:checked + a + .p-footerNavPlus__button + .p-footerNav__list.-is--sub li,
#p-footerNav__list4:checked + a + .p-footerNavPlus__button + .p-footerNav__list.-is--sub li {
  line-height: 1.4;
  height: 100%;
}

.p-footer__sns {
  margin-top: 35px;
}
@media screen and (min-width: 1025px) {
  .p-footer__sns {
    margin-top: 0;
    width: 16%;
    order: 3;
  }
}

.p-footerSns__list {
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-footerSns__list {
    margin-top: 22px;
    justify-content: flex-start;
  }
}
.p-footerSns__list li {
  margin: 0 11px;
}
@media screen and (min-width: 1025px) {
  .p-footerSns__list li {
    margin: 0 11px 22px 11px;
  }
}
.p-footerSns__list li img {
  width: auto;
  height: 28px;
}

@media screen and (min-width: 1025px) {
  .p-footer__about {
    margin-right: 4%;
    width: 25%;
    order: 1;
  }
}

.p-footer__logo {
  margin-top: 35px;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-footer__logo {
    margin-top: 0;
  }
}
.p-footer__logo .c-logo {
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-footer__logo .c-logo {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-footer__logo .c-logo__img {
  fill: #fff;
  width: 182px;
  height: 35px;
}
@media screen and (min-width: 1025px) {
  .p-footer__logo .c-logo__img {
    width: 218px;
  }
}
.p-footer__logo .c-logo__name {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-footer__logo .c-logo__name {
    margin-top: 22px;
    display: block;
    font-size: 20px;
  }
}

.p-footer__credit {
  margin-top: 35px;
}
@media screen and (min-width: 1025px) {
  .p-footer__credit {
    width: 100%;
    order: 4;
  }
}
.p-footer__credit p {
  color: #fff;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-footer__credit p {
    font-size: 14px;
  }
}

/*
 * main
 */
/*
 * color
 */
.u-bg--illust::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/images/common/bg_illust-left.jpg), url(/images/common/bg_illust-right.jpg);
  background-position: left -22px top 22px, right -22px top 22px;
  background-size: auto 640px, auto 640px;
  background-repeat: repeat-y, repeat-y;
  transition: all 0.4s;
}
@media screen and (min-width: 600px) {
  .u-bg--illust::after {
    background-position: left -11px top -83%, right -11px top -83%;
    background-size: auto 1280px, auto 1280px;
  }
}

.is-scrolled .u-bg--illust::after {
  background-position: left -85px top 22px, right -85px top 22px;
}
@media screen and (min-width: 600px) {
  .is-scrolled .u-bg--illust::after {
    background-position: left -11px top -83%, right -11px top -83%;
  }
}

.index.is-scrolled .u-bg--illust::after {
  background-position: left -44px top 22px, right -44px top 22px;
}
@media screen and (min-width: 600px) {
  .index.is-scrolled .u-bg--illust::after {
    background-position: left -11px top -83%, right -11px top -83%;
  }
}

#examination.info .u-bg--illust::after {
  opacity: 0.6;
  transition: all 1.2s;
}
#examination.info.is-scrolled .u-bg--illust::after {
  background-position: left -100% top 22px, right -100% top 22px;
}
@media screen and (min-width: 600px) {
  #examination.info.is-scrolled .u-bg--illust::after {
    background-position: left -11px top -83%, right -11px top -83%;
  }
}

.u-bg--photo {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.u-bg--white, .p-homeSection__column {
  background-color: #fff;
}

.u-bg--lightblue {
  background-color: #e3effe;
}

.u-bg--lightpink {
  background-color: #ffedf3;
}

.u-bg--navy {
  background-color: #0f1c2c;
}

.u-bg--course__kikan, .u-bg--course__senshin, .u-bg--course__kenchiku {
  color: #fff;
}
.u-bg--course__kikan a, .u-bg--course__senshin a, .u-bg--course__kenchiku a {
  display: block;
  color: #fff;
}
.u-bg--course__kikan {
  background-color: #d90e4f !important;
}
.u-bg--course__senshin {
  background-color: #0068b7 !important;
}
.u-bg--course__kenchiku {
  background-color: #22ac38 !important;
}

.u-text--grad {
  display: inline-block;
  background: rgb(0, 161, 193);
  background: linear-gradient(90deg, rgb(0, 161, 193) 0%, rgb(108, 133, 249) 50%, rgb(206, 122, 184) 100%);
  -webkit-background-clip: text;
  color: transparent !important;
}

.u-text--white {
  color: #fff;
}

.u-text--navy {
  color: #0f1c2c;
}

.u-text--blue {
  color: #00489d;
}

/*
 * margin
 */
.u-pd__all--35 {
  padding: 35px;
}
.u-pd__all--35.-is--sp {
  padding: 22px;
}

.u-pd__b--56 {
  padding-bottom: 56px;
}

.u-pd__x--35 {
  padding-left: 35px;
  padding-right: 35px;
}

.u-pd__x--22 {
  padding-left: 22px;
  padding-right: 22px;
}

.u-pd__x--13, .l-container {
  padding-left: 13px;
  padding-right: 13px;
}

.u-pd__x--11 {
  padding-left: 11px;
  padding-right: 11px;
}

.u-pd__y--56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.u-pd__y--35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.u-pd__y--22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.u-pd__b--35 {
  padding-bottom: 35px !important;
}

.u-mg__y--22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.u-mg__y--13 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.u-mg__t--92 {
  margin-top: 92px !important;
}

.u-mg__t--56 {
  margin-top: 56px !important;
}

.u-mg__t--35 {
  margin-top: 35px;
}

.u-mg__t--13 {
  margin-top: 13px;
}

.u-mg__t--22 {
  margin-top: 22px;
}

.u-mg__t--0 {
  margin-top: 0 !important;
}

.u-mg__b--92 {
  margin-bottom: 92px !important;
}

.u-mg__b--56 {
  margin-bottom: 56px !important;
}

.u-mg__b--35 {
  margin-bottom: 35px !important;
}

.u-mg__b--22 {
  margin-bottom: 22px !important;
}

.u-mg__b--13 {
  margin-bottom: 13px !important;
}

.u-mg__b--0 {
  margin-bottom: 0 !important;
}

/*
 * utility
 */
.-input--hidden {
  display: none;
}

.u-ovh--hidden {
  overflow: hidden;
}

.u-sp--br {
  display: block;
}
@media screen and (min-width: 600px) {
  .u-sp--br {
    display: none;
  }
}

.u-pc--br {
  display: none;
}
@media screen and (min-width: 600px) {
  .u-pc--br {
    display: block;
  }
}

.u-sp--center {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .u-sp--center {
    text-align: left;
  }
}

.u-pc__float--right {
  margin-bottom: 35px;
}
@media screen and (min-width: 600px) {
  .u-pc__float--right {
    margin-left: 56px;
    float: right;
  }
}

.u-sp__elm--center {
  margin: 0 auto;
}

.u-width--full {
  width: 100% !important;
}

.u-width--auto {
  width: auto !important;
}

.u-width--282 {
  max-width: 282px;
}

.u-width--388 {
  max-width: 388px;
}

.u-text--center {
  width: 100%;
  justify-content: center;
  text-align: center !important;
}

.u-text--right {
  text-align: right !important;
}

.u-text--left {
  text-align: left !important;
}

.u-text--attention {
  color: #b70052 !important;
}

.u-border--blue {
  border: 4px solid #00489d;
}

.u-pos--relative {
  position: relative;
}

.u-ovh--hidden {
  overflow: hidden;
}

.u-border--radius {
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .u-border--radius {
    border-radius: 30px;
  }
}

/*
 * font
 */
.u-font__z--56 {
  font-size: 35px;
}
@media screen and (min-width: 600px) {
  .u-font__z--56 {
    font-size: 56px !important;
  }
}

.u-font__z--35 {
  font-size: 35px !important;
}

.u-font__z--32 {
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  .u-font__z--32 {
    font-size: 32px !important;
  }
}

.u-font__z--28 {
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .u-font__z--28 {
    font-size: 28px !important;
  }
}

.u-font__z--26 {
  font-size: 26px !important;
}

.u-font__z--24 {
  font-size: 22px !important;
}
@media screen and (min-width: 600px) {
  .u-font__z--24 {
    font-size: 24px !important;
  }
}

.u-font__z--22 {
  font-size: 22px !important;
}

.u-font__z--20 {
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .u-font__z--20 {
    font-size: 20px !important;
  }
}

.u-font__z--18 {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .u-font__z--18 {
    font-size: 18px !important;
  }
}

.u-font__z--16 {
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .u-font__z--16 {
    font-size: 16px !important;
  }
}

.u-font__z--10 {
  line-height: 1.8;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .u-font__z--10 {
    font-size: 12px !important;
  }
}

.l-main p a,
.l-main td a {
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .l-main p a:hover,
  .l-main td a:hover {
    opacity: 0.6;
  }
}
.l-main p a[target=_blank]::after,
.l-main td a[target=_blank]::after {
  margin: 0 8px 0 5px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%2300489d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M11.02%2C0h6.98V6.99h-2.02V3.42L6.19%2C13.22l-1.41-1.41L14.58%2C2.02h-3.56V0h0Zm4.97%2C15.98v-6.98h2.02v6.98c0%2C.53-.2%2C1-.61%2C1.41-.41%2C.41-.87%2C.61-1.41%2C.61H2.02c-.56%2C0-1.04-.2-1.43-.59-.39-.39-.59-.87-.59-1.43V2.02C0%2C1.45%2C.2%2C.98%2C.59%2C.59c.39-.39%2C.87-.59%2C1.43-.59h6.98V2.02H2.02V15.98H15.98Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  vertical-align: -0.1rem;
}
.l-main p a[href*=".pdf"]::after,
.l-main td a[href*=".pdf"]::after {
  margin: 0 8px 0 5px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.97%2019.97%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%2300489d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M12%2C9.47v-3h.98v3h-.98ZM1.97%2C3.98v14.02H15.98v1.97H1.97c-.53%2C0-.99-.2-1.38-.59-.39-.39-.59-.85-.59-1.38V3.98H1.97Zm5.02%2C3.52v-1.03h.98v1.03h-.98Zm11.48-1.03v-1.5h-3v6h1.5v-1.97h1.5v-1.5h-1.5v-1.03h1.5Zm-3.98%2C3v-3c0-.41-.14-.76-.42-1.05-.28-.3-.64-.45-1.08-.45h-2.48v6h2.48c.44%2C0%2C.8-.15%2C1.08-.44%2C.28-.3%2C.42-.65%2C.42-1.06Zm-5.02-1.97v-1.03c0-.41-.15-.76-.44-1.05-.3-.3-.65-.45-1.06-.45h-2.48v6h1.5v-1.97h.98c.41%2C0%2C.76-.15%2C1.06-.44%2C.3-.3%2C.45-.65%2C.44-1.06ZM18%2C0c.53%2C0%2C.99%2C.2%2C1.38%2C.59%2C.39%2C.39%2C.59%2C.85%2C.59%2C1.38V13.97c0%2C.53-.2%2C1-.59%2C1.41-.39%2C.41-.85%2C.61-1.38%2C.61H6c-.53%2C0-1-.2-1.41-.61-.41-.41-.61-.87-.61-1.41V1.97c0-.53%2C.2-.99%2C.61-1.38S5.47%2C0%2C6%2C0h12Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  vertical-align: -0.1rem;
}
.l-main p a[href*=".docx"]::after,
.l-main td a[href*=".docx"]::after {
  margin: 0 8px 0 5px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.48%2032%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2300489d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22.15%2C0H7.95L0%2C7.95V27.99H22.15V0h0Zm-1.84%2C26.15H1.84V9.02h7.18V1.84h11.3V26.15h0Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.69%2C13.02h10.78v1.42H5.69v-1.42Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.69%2C16.88h10.78v1.42H5.69v-1.42Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.69%2C20.75h10.78v1.42H5.69v-1.42Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.74%2C5.98h4.72v4.53h-4.72V5.98Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M23.03%2C4.01v1.84h1.62V30.16H6.16v-1.3h-1.84v3.14H26.48V4.01h-3.46Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  vertical-align: -0.1rem;
}

@media screen and (min-width: 600px) {
  .l-contents__main {
    margin-right: 4.375%;
    width: 72.109375%;
  }
}
@media screen and (min-width: 600px) {
  .l-contents__sub {
    width: 23.515625%;
  }
}

/*
 * container
 */
.l-container {
  max-width: 1280px;
}
@media screen and (min-width: 1025px) {
  .l-container {
    margin: 0 auto;
  }
}
.l-container.-width--980 {
  max-width: 980px;
}
.l-container.-width--1024 {
  max-width: 1024px;
}
.l-container.-width--1200 {
  max-width: 1200px;
}
@media screen and (min-width: 600px) {
  .l-container.-width--1200 {
    padding: 0 35px;
  }
}
.l-container.-pd--none {
  padding-left: 0;
  padding-right: 0;
}

.l-flex {
  height: 100%;
}

.l-justify--start {
  justify-content: start !important;
}

.l-justify--center {
  justify-content: center;
}

.l-align__items--start {
  align-items: flex-start;
}

.l-align__content--start {
  align-content: flex-start;
}

.l-direction__column {
  flex-direction: column;
}

.l-align__items--center {
  align-items: center;
}

.l-align__content--center {
  align-content: center;
}

/*
 * breadcrumb
 */
.c-breadcrumb:last-child {
  margin-top: 22px;
}
.c-breadcrumb__list {
  margin: 0;
  padding: 8px 2px;
}
@media screen and (min-width: 600px) {
  .c-breadcrumb__list {
    padding: 13px 0;
  }
}
.c-breadcrumb__list li {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  list-style-type: none;
  font-size: 12px;
}
.c-breadcrumb__list li b {
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .c-breadcrumb__list li {
    font-size: 14px;
  }
}
.c-breadcrumb__list li::after {
  margin-left: 6px;
  content: "";
  display: inline-block;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}
.c-breadcrumb__list li:last-child::after {
  display: none;
}
.c-breadcrumb__list li a {
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .c-breadcrumb__list li a:hover {
    opacity: 0.7;
  }
}

/*
 * button
 */
.c-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.-inline--arw::after {
  margin-left: 8px;
  border: 2px solid #00489d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #00489d;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20877.66%20877.66%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M438.83%2C0C196.47%2C0%2C0%2C196.47%2C0%2C438.83s196.47%2C438.83%2C438.83%2C438.83%2C438.83-196.47%2C438.83-438.83S681.19%2C0%2C438.83%2C0Zm205.78%2C464.27l-172.09%2C170.22c-14.05%2C13.9-36.71%2C13.77-50.6-.28-13.9-14.04-13.77-36.71%2C.28-50.61l110.19-109H258.21c-19.76%2C0-35.78-16.01-35.78-35.78s16.02-35.77%2C35.78-35.77h274.17l-110.19-109.01c-14.05-13.9-14.17-36.55-.28-50.6%2C13.9-14.06%2C36.55-14.17%2C50.6-.28l172.09%2C170.22c6.8%2C6.73%2C10.62%2C15.87%2C10.62%2C25.44%2C.01%2C9.57-3.81%2C18.72-10.61%2C25.45Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  vertical-align: -0.35rem;
}
@media screen and (min-width: 1025px) {
  .-inline--arw::after {
    width: 26px;
    height: 26px;
  }
}

.p-basicButton {
  padding: 13px 56px;
  border: 2px solid #00489d;
  border-radius: 30px;
  display: inline-flex;
  font-size: 14px;
  transition: all 0.3s;
}
@media screen and (min-width: 600px) {
  .p-basicButton {
    border-width: 3px;
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (min-width: 1025px) {
  .p-basicButton:hover {
    background-color: #00489d;
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .p-basicButton:hover svg {
    fill: #fff;
  }
}
.p-basicButton svg {
  margin-right: 5px;
  fill: #00489d;
  width: 22px;
  height: 22px;
  transition: all 0.3s;
}
.p-basicButton.-has--arw {
  position: relative;
}
.p-basicButton.-has--arw::after {
  margin-top: -10px;
  border: 2px solid #00489d;
  border-radius: 50%;
  position: absolute;
  right: 13px;
  top: 50%;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #00489d;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20877.66%20877.66%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M438.83%2C0C196.47%2C0%2C0%2C196.47%2C0%2C438.83s196.47%2C438.83%2C438.83%2C438.83%2C438.83-196.47%2C438.83-438.83S681.19%2C0%2C438.83%2C0Zm205.78%2C464.27l-172.09%2C170.22c-14.05%2C13.9-36.71%2C13.77-50.6-.28-13.9-14.04-13.77-36.71%2C.28-50.61l110.19-109H258.21c-19.76%2C0-35.78-16.01-35.78-35.78s16.02-35.77%2C35.78-35.77h274.17l-110.19-109.01c-14.05-13.9-14.17-36.55-.28-50.6%2C13.9-14.06%2C36.55-14.17%2C50.6-.28l172.09%2C170.22c6.8%2C6.73%2C10.62%2C15.87%2C10.62%2C25.44%2C.01%2C9.57-3.81%2C18.72-10.61%2C25.45Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  vertical-align: -0.35rem;
}
@media screen and (min-width: 600px) {
  .p-basicButton.-has--arw::after {
    margin-top: -14px;
    border-width: 3px;
    width: 28px;
    height: 28px;
  }
}
.p-basicButton.-is--return::after {
  right: auto;
  left: 13px;
  transform: scale(-1, -1);
}
.p-basicButton.-width--max {
  justify-content: center;
}
.p-basicButton[target=_blank]:not(img)::after {
  margin-top: -9px !important;
  border: none;
  border-radius: 4px 0 4px 4px;
  right: 13px !important;
  width: 18px !important;
  height: 18px !important;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%2300489d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M11.02%2C0h6.98V6.99h-2.02V3.42L6.19%2C13.22l-1.41-1.41L14.58%2C2.02h-3.56V0h0Zm4.97%2C15.98v-6.98h2.02v6.98c0%2C.53-.2%2C1-.61%2C1.41-.41%2C.41-.87%2C.61-1.41%2C.61H2.02c-.56%2C0-1.04-.2-1.43-.59-.39-.39-.59-.87-.59-1.43V2.02C0%2C1.45%2C.2%2C.98%2C.59%2C.59c.39-.39%2C.87-.59%2C1.43-.59h6.98V2.02H2.02V15.98H15.98Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: auto 100%;
}
@media screen and (min-width: 1025px) {
  .p-basicButton[target=_blank]:not(img)::after {
    margin-top: -12px !important;
    right: 16px !important;
    width: 22px !important;
    height: 22px !important;
  }
}
@media screen and (min-width: 1025px) {
  .p-basicButton[target=_blank]:not(img):hover::after {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M11.02%2C0h6.98V6.99h-2.02V3.42L6.19%2C13.22l-1.41-1.41L14.58%2C2.02h-3.56V0h0Zm4.97%2C15.98v-6.98h2.02v6.98c0%2C.53-.2%2C1-.61%2C1.41-.41%2C.41-.87%2C.61-1.41%2C.61H2.02c-.56%2C0-1.04-.2-1.43-.59-.39-.39-.59-.87-.59-1.43V2.02C0%2C1.45%2C.2%2C.98%2C.59%2C.59c.39-.39%2C.87-.59%2C1.43-.59h6.98V2.02H2.02V15.98H15.98Z%22%2F%3E%3C%2Fsvg%3E");
  }
}
.p-basicButton[href*=".pdf"]::after {
  margin-top: -10px !important;
  content: "";
  display: block;
  width: 20px !important;
  height: 20px !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.97%2019.97%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%2300489d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M12%2C9.47v-3h.98v3h-.98ZM1.97%2C3.98v14.02H15.98v1.97H1.97c-.53%2C0-.99-.2-1.38-.59-.39-.39-.59-.85-.59-1.38V3.98H1.97Zm5.02%2C3.52v-1.03h.98v1.03h-.98Zm11.48-1.03v-1.5h-3v6h1.5v-1.97h1.5v-1.5h-1.5v-1.03h1.5Zm-3.98%2C3v-3c0-.41-.14-.76-.42-1.05-.28-.3-.64-.45-1.08-.45h-2.48v6h2.48c.44%2C0%2C.8-.15%2C1.08-.44%2C.28-.3%2C.42-.65%2C.42-1.06Zm-5.02-1.97v-1.03c0-.41-.15-.76-.44-1.05-.3-.3-.65-.45-1.06-.45h-2.48v6h1.5v-1.97h.98c.41%2C0%2C.76-.15%2C1.06-.44%2C.3-.3%2C.45-.65%2C.44-1.06ZM18%2C0c.53%2C0%2C.99%2C.2%2C1.38%2C.59%2C.39%2C.39%2C.59%2C.85%2C.59%2C1.38V13.97c0%2C.53-.2%2C1-.59%2C1.41-.39%2C.41-.85%2C.61-1.38%2C.61H6c-.53%2C0-1-.2-1.41-.61-.41-.41-.61-.87-.61-1.41V1.97c0-.53%2C.2-.99%2C.61-1.38S5.47%2C0%2C6%2C0h12Z%22%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  vertical-align: -0.1rem;
}
@media screen and (min-width: 1025px) {
  .p-basicButton[href*=".pdf"]:hover::after {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.97%2019.97%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M12%2C9.47v-3h.98v3h-.98ZM1.97%2C3.98v14.02H15.98v1.97H1.97c-.53%2C0-.99-.2-1.38-.59-.39-.39-.59-.85-.59-1.38V3.98H1.97Zm5.02%2C3.52v-1.03h.98v1.03h-.98Zm11.48-1.03v-1.5h-3v6h1.5v-1.97h1.5v-1.5h-1.5v-1.03h1.5Zm-3.98%2C3v-3c0-.41-.14-.76-.42-1.05-.28-.3-.64-.45-1.08-.45h-2.48v6h2.48c.44%2C0%2C.8-.15%2C1.08-.44%2C.28-.3%2C.42-.65%2C.42-1.06Zm-5.02-1.97v-1.03c0-.41-.15-.76-.44-1.05-.3-.3-.65-.45-1.06-.45h-2.48v6h1.5v-1.97h.98c.41%2C0%2C.76-.15%2C1.06-.44%2C.3-.3%2C.45-.65%2C.44-1.06ZM18%2C0c.53%2C0%2C.99%2C.2%2C1.38%2C.59%2C.39%2C.39%2C.59%2C.85%2C.59%2C1.38V13.97c0%2C.53-.2%2C1-.59%2C1.41-.39%2C.41-.85%2C.61-1.38%2C.61H6c-.53%2C0-1-.2-1.41-.61-.41-.41-.61-.87-.61-1.41V1.97c0-.53%2C.2-.99%2C.61-1.38S5.47%2C0%2C6%2C0h12Z%22%2F%3E%3C%2Fsvg%3E");
  }
}

.-has--modal {
  position: relative;
}
.-has--modal::after {
  margin-top: -10px;
  border: 2px solid #00489d;
  border-radius: 50%;
  position: absolute;
  right: 13px;
  top: 28px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #00489d;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20118%20118%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M59%2C0a59%2C59%2C0%2C1%2C0%2C59%2C59A59%2C59%2C0%2C0%2C0%2C59%2C0ZM89.11%2C67.11H67.22V89H51V67.11H29.11V50.89H51V29H67.22V50.89H89.11Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  vertical-align: -0.35rem;
}
@media screen and (min-width: 600px) {
  .-has--modal::after {
    margin-top: -14px;
    border-width: 3px;
    width: 28px;
    height: 28px;
  }
}

.-icon--docs {
  position: relative;
  background-color: #e3effe;
}
.-icon--docs::after {
  margin-top: -11px;
  position: absolute;
  left: 18px;
  top: 50%;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20392.1%20512%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%2300489d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M369.39%2C0H166.56V139.05c0%2C15.34-12.48%2C27.83-27.82%2C27.83H0V489.3c0%2C12.51%2C10.18%2C22.7%2C22.7%2C22.7H369.4c12.52%2C0%2C22.71-10.18%2C22.71-22.7V22.68c0-12.51-10.19-22.68-22.71-22.68Zm-46.16%2C434.23H68.86v-24.3h254.37v24.3Zm0-98.57H68.86v-24.3h254.37v24.3Zm0-98.56H68.86v-24.3h254.37v24.3Zm0-98.56h-119.9v-24.3h119.9v24.3Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M140.64%2C123.45V6.86L6.55%2C140.96H123.13c12.6%2C0%2C17.51-4.91%2C17.51-17.51Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
}
@media screen and (min-width: 600px) {
  .-icon--docs::after {
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
}

.p-more__button {
  margin: 22px auto;
  padding: 8px 44px;
  border: 2px solid #00489d;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  background-color: #e3effe;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .p-more__button {
    padding: 13px 92px;
    border-width: 3px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .p-more__button:hover {
    background-color: #00489d;
    color: #fff;
  }
}
.p-more__button::after {
  margin-top: -10px;
  border: 2px solid #00489d;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #00489d;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20877.66%20877.66%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M438.83%2C0C196.47%2C0%2C0%2C196.47%2C0%2C438.83s196.47%2C438.83%2C438.83%2C438.83%2C438.83-196.47%2C438.83-438.83S681.19%2C0%2C438.83%2C0Zm205.78%2C464.27l-172.09%2C170.22c-14.05%2C13.9-36.71%2C13.77-50.6-.28-13.9-14.04-13.77-36.71%2C.28-50.61l110.19-109H258.21c-19.76%2C0-35.78-16.01-35.78-35.78s16.02-35.77%2C35.78-35.77h274.17l-110.19-109.01c-14.05-13.9-14.17-36.55-.28-50.6%2C13.9-14.06%2C36.55-14.17%2C50.6-.28l172.09%2C170.22c6.8%2C6.73%2C10.62%2C15.87%2C10.62%2C25.44%2C.01%2C9.57-3.81%2C18.72-10.61%2C25.45Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  vertical-align: -0.35rem;
}
@media screen and (min-width: 1025px) {
  .p-more__button::after {
    margin-top: -14px;
    border-width: 3px;
    right: 13px;
    width: 28px;
    height: 28px;
  }
}
.p-more__button[target=_blank]:not(img)::after {
  margin-top: -10px;
  border: none;
  border-radius: 2px 0 2px 2px;
  right: 18px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%2300489d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M11.02%2C0h6.98V6.99h-2.02V3.42L6.19%2C13.22l-1.41-1.41L14.58%2C2.02h-3.56V0h0Zm4.97%2C15.98v-6.98h2.02v6.98c0%2C.53-.2%2C1-.61%2C1.41-.41%2C.41-.87%2C.61-1.41%2C.61H2.02c-.56%2C0-1.04-.2-1.43-.59-.39-.39-.59-.87-.59-1.43V2.02C0%2C1.45%2C.2%2C.98%2C.59%2C.59c.39-.39%2C.87-.59%2C1.43-.59h6.98V2.02H2.02V15.98H15.98Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .p-more__button[target=_blank]:not(img):hover::after {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M11.02%2C0h6.98V6.99h-2.02V3.42L6.19%2C13.22l-1.41-1.41L14.58%2C2.02h-3.56V0h0Zm4.97%2C15.98v-6.98h2.02v6.98c0%2C.53-.2%2C1-.61%2C1.41-.41%2C.41-.87%2C.61-1.41%2C.61H2.02c-.56%2C0-1.04-.2-1.43-.59-.39-.39-.59-.87-.59-1.43V2.02C0%2C1.45%2C.2%2C.98%2C.59%2C.59c.39-.39%2C.87-.59%2C1.43-.59h6.98V2.02H2.02V15.98H15.98Z%22%2F%3E%3C%2Fsvg%3E");
  }
}
.p-more__button.-width--auto {
  width: auto;
}
.p-more__button.toggleLabel {
  color: #00489d;
}
.p-more__button.toggleLabel:hover {
  color: #00489d;
}
@media screen and (min-width: 1025px) {
  .p-more__button.toggleLabel:hover {
    color: #fff;
  }
}
.p-more__button.toggleLabel::after {
  content: "+";
  background-color: #fff;
  background-image: none;
  line-height: 0.7;
  font-size: 22px;
}
@media screen and (min-width: 1025px) {
  .p-more__button.toggleLabel::after {
    line-height: 0.7;
    font-size: 30px;
  }
}
.p-more__button.toggleLabel:hover::after {
  color: #00489d;
}

.p-popUpButton {
  padding: 35px 22px;
  border: 2px solid #00489d;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  background-color: #e3effe;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-popUpButton {
    padding: 44px 22px;
    border-width: 3px;
    font-size: 20px;
    font-weight: bold;
  }
}

.toggleContents {
  margin: 0 -22px;
  padding: 0 22px;
  max-height: 0;
  overflow: hidden;
}
.toggleContents .c-flow__icon ~ p {
  margin-left: 30px;
}

.toggleInput {
  display: none;
}

.toggleInput:checked ~ .toggleLabel::after {
  content: "-";
  line-height: 0.35;
  font-size: 34px;
}
@media screen and (min-width: 1025px) {
  .toggleInput:checked ~ .toggleLabel::after {
    line-height: 0.45;
    font-size: 38px;
  }
}

.toggleInput:checked ~ .toggleContents {
  max-height: 7000px;
}
.toggleInput:checked ~ .toggleContents::after {
  display: none;
}

/*
 * grid
 */
.c-basicGrid__column {
  overflow: hidden;
}
.c-basicGrid__column a {
  width: 100%;
}

.p-basicGrid--1 .c-basicGrid__column {
  margin-bottom: 22px;
  width: 100%;
}
.p-basicGrid--2 {
  margin-left: -2.2448979592%;
  width: 102.2448979592%;
}
.p-basicGrid--2 .c-basicGrid__column {
  margin-left: 2.1956087824%;
  margin-bottom: 2.1956087824%;
  width: 47.8043912176%;
}
.p-basicGrid--3 {
  margin-left: -2.2448979592%;
  width: 102.2448979592%;
}
.p-basicGrid--3 .c-basicGrid__column {
  margin-left: 2.1956087824%;
  margin-bottom: 2.1956087824%;
  width: 31.1377245509%;
}
.p-basicGrid--4 {
  margin-left: -2.4489795918%;
  width: 102.4489795918%;
}
.p-basicGrid--4 .c-basicGrid__column {
  margin-left: 2.390438247%;
  margin-bottom: 2.390438247%;
  width: 22.609561753%;
}

@media screen and (min-width: 600px) {
  .-tablet--2 {
    margin-left: -2.2448979592%;
    width: 102.2448979592%;
  }
}
@media screen and (min-width: 600px) {
  .-tablet--2 .c-basicGrid__column {
    margin-left: 2.1956087824%;
    width: 47.8043912176%;
  }
}

@media screen and (min-width: 1025px) {
  .-tablet--3 {
    margin-left: -2.2448979592%;
    width: 102.2448979592%;
  }
}
@media screen and (min-width: 1025px) {
  .-tablet--3 .c-basicGrid__column {
    margin-left: 2.1956087824%;
    width: 31.1377245509%;
  }
}

@media screen and (min-width: 1025px) {
  .-pc--2 {
    margin-left: -2.2448979592%;
    width: 102.2448979592%;
  }
}
@media screen and (min-width: 1025px) {
  .-pc--2 .c-basicGrid__column {
    margin-left: 2.1956087824%;
    width: 47.8043912176%;
  }
}

@media screen and (min-width: 1025px) {
  .-pc--3 {
    margin-left: -2.2448979592%;
    width: 102.2448979592%;
  }
}
@media screen and (min-width: 1025px) {
  .-pc--3 .c-basicGrid__column {
    margin-left: 2.1956087824%;
    width: 31.1377245509%;
  }
}

@media screen and (min-width: 1025px) {
  .-pc--4 {
    margin-left: -2.4489795918%;
    width: 102.4489795918%;
  }
}
@media screen and (min-width: 1025px) {
  .-pc--4 .c-basicGrid__column {
    margin-left: 2.390438247%;
    margin-bottom: 2.390438247%;
    width: 22.609561753%;
  }
}

.-column--radius .c-basicGrid__column {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .-column--radius .c-basicGrid__column {
    border-radius: 30px;
  }
}

/*
 * box
 */
.simpleBox {
  padding: 13px;
}
/*
 * media
 */
.c-logo {
  display: flex;
}
.c-logo__img {
  margin-right: 13px;
  width: 141px;
  height: 22px;
}
.c-logo__name {
  color: #231815;
  font-size: 14px;
}

.gmap-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.66666%;
}
.gmap-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*
 * title
 */
.p-heading {
  margin-top: 35px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-heading {
    margin-top: 0;
  }
}

.p-heading__column {
  padding: 112px 22px 56px 22px;
  position: relative;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .p-heading__column {
    left: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .p-heading__column {
    padding: 0;
    position: absolute;
    top: 0;
    left: 9.84375%;
    z-index: 20;
    align-content: center;
    width: 30%;
    height: 100%;
  }
}
.p-heading__column.-no--img {
  padding: 56px 22px 22px 22px;
}
@media screen and (min-width: 600px) {
  .p-heading__column.-no--img {
    margin-top: 35px;
    padding: 0 22px;
    position: static;
    width: auto;
  }
}

.p-heading__title-sub, .p-heading__title-main {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  background: none;
  transition: color 0ms 450ms;
}
.p-heading__title-sub.is-animated::after, .p-heading__title-main.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
.p-heading__title-sub::after, .p-heading__title-main::after {
  background: linear-gradient(90deg, rgb(0, 161, 193) 0%, rgb(108, 133, 249) 50%, rgb(206, 122, 184) 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
.p-heading__title-sub {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.175rem;
  transition-delay: 0.6s;
}
@media screen and (min-width: 600px) {
  .p-heading__title-sub {
    font-size: 35px;
  }
}
.p-heading__title-sub.is-animated {
  background: rgb(0, 161, 193);
  background: linear-gradient(90deg, rgb(0, 161, 193) 0%, rgb(108, 133, 249) 50%, rgb(206, 122, 184) 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.p-heading__title-main {
  margin-top: 13px;
  color: transparent;
  width: 100%;
  font-size: 32px;
  letter-spacing: -0.035rem;
  transition-delay: 0.6s;
}
.p-heading__title-main span {
  color: transparent;
  transition-delay: 0.6s;
}
.p-heading__title-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 600px) {
  .p-heading__title-main {
    margin-top: 35px;
    font-size: 50px;
  }
}
.p-heading__title-main.is-animated {
  color: #00489d;
}
.p-heading__title-main.is-animated span:first-child {
  color: #00489d;
}
.p-heading__title-main.is-animated span:last-child {
  color: #0f1c2c;
}

#course-search .p-heading__title-main {
  line-height: 1;
}

.p-headingSlider {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 50%;
}
@media screen and (min-width: 600px) {
  .p-headingSlider {
    margin: 0 0 0 auto !important;
    position: static;
    width: 60%;
  }
}
.p-headingSlider__pagination-wrapper {
  position: absolute;
  bottom: 22px;
  z-index: 10;
  display: none;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-headingSlider__pagination-wrapper {
    display: block;
  }
}

.-has--border::before {
  margin-bottom: 22px;
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background: rgb(0, 161, 193);
  background: linear-gradient(90deg, rgb(0, 161, 193) 0%, rgb(108, 133, 249) 50%, rgb(206, 122, 184) 100%);
}
@media screen and (min-width: 600px) {
  .-has--border::before {
    margin-bottom: 35px;
    width: 44px;
    height: 5px;
  }
}
.-has--border.u-text--center::before {
  margin: 0 auto 35px auto;
}

.p-basicHeading__1 {
  margin-bottom: 22px;
  color: #00489d;
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .p-basicHeading__1 {
    font-size: 32px;
  }
}
.p-basicHeading__2 {
  margin-bottom: 22px;
  color: #00489d;
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .p-basicHeading__2 {
    font-size: 22px;
  }
}

/*
 * table
 */
.c-scrollTable {
  margin-bottom: 22px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 600px) {
  .c-scrollTable {
    white-space: normal;
  }
}
.c-scrollTable::-webkit-scrollbar {
  display: none;
}

.c-basicTable {
  border-top: 1px solid #00489d;
  border-right: 1px solid #00489d;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-basicTable tr:nth-child(even) {
  background-color: rgba(230, 237, 245, 0.8);
}
.c-basicTable th, .c-basicTable td {
  padding: 13px;
  border-left: 1px solid #00489d;
  border-bottom: 1px solid #00489d;
}
.c-basicTable thead th {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #00489d;
  color: #fff;
  text-align: left;
}
.c-basicTable tbody th {
  background-color: #e3effe;
}
.c-basicTable .-cell--1 {
  width: 15%;
}
.c-basicTable.-courseTable--kikan {
  border-top-color: #d70146;
  border-right-color: #d70146;
}
.c-basicTable.-courseTable--kikan tr:nth-child(even) {
  background-color: rgba(248, 231, 237, 0.8);
}
.c-basicTable.-courseTable--kikan th, .c-basicTable.-courseTable--kikan td {
  border-left-color: #d70146;
  border-bottom-color: #d70146;
}
.c-basicTable.-courseTable--kikan thead th {
  background-color: #d70146;
}
.c-basicTable.-courseTable--kikan tbody th {
  background-color: transparent;
}
.c-basicTable.-courseTable--kikan tbody th:nth-child(even) {
  background-color: rgba(248, 231, 237, 0.8);
}
.c-basicTable.-courseTable--senshin {
  border-top-color: #0068b7;
  border-right-color: #0068b7;
}
.c-basicTable.-courseTable--senshin th, .c-basicTable.-courseTable--senshin td {
  border-left-color: #0068b7;
  border-bottom-color: #0068b7;
}
.c-basicTable.-courseTable--senshin thead th {
  background-color: #0068b7;
}
.c-basicTable.-courseTable--senshin tbody th {
  background-color: transparent;
}
.c-basicTable.-courseTable--senshin tbody th:nth-child(even) {
  background-color: rgba(230, 237, 245, 0.8);
}
.c-basicTable.-courseTable--kenchiku {
  border-top-color: #22ac38;
  border-right-color: #22ac38;
}
.c-basicTable.-courseTable--kenchiku tr:nth-child(even) {
  background-color: rgba(226, 247, 229, 0.8);
}
.c-basicTable.-courseTable--kenchiku th, .c-basicTable.-courseTable--kenchiku td {
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
}
.c-basicTable.-courseTable--kenchiku thead th {
  background-color: #22ac38;
}
.c-basicTable.-courseTable--kenchiku tbody th {
  background-color: transparent;
}
.c-basicTable.-courseTable--kenchiku tbody th:nth-child(even) {
  background-color: rgba(226, 247, 229, 0.8);
}
.c-basicTable.-width--full {
  display: inline-table;
}

.p-numberTable th {
  text-align: left;
}
.p-numberTable td {
  text-align: right;
}
.p-numberTable .sum {
  background-color: #fff;
}
.p-numberTable .sum th, .p-numberTable .sum td {
  background-color: rgba(0, 72, 157, 0.8);
  color: #fff;
}
.p-numberTable .sum td {
  font-weight: bold;
}

.p-pagenav__list {
  margin: 0 0 0 22px;
  padding: 0;
}

/*
 * article
 */
.p-newsArticleList {
  margin-bottom: 35px;
}

.p-newsArticle:first-child {
  border-top: 2px dotted #93b1d5;
}
.p-newsArticle a {
  padding: 22px 0;
  border-bottom: 2px dotted #93b1d5;
}
@media screen and (min-width: 600px) {
  .p-newsArticle a {
    padding: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .p-newsArticle a {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .p-newsArticle a:hover {
    opacity: 0.7;
  }
}
.p-newsArticle__img {
  margin-right: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.2946175637%;
}
@media screen and (min-width: 600px) {
  .p-newsArticle__img {
    margin-right: 22px;
  }
}
.p-newsArticle__img img {
  width: 100%;
  height: 24vw;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 1025px) {
  .p-newsArticle__img img {
    height: 11vw;
  }
}
.p-newsArticle__img.-no--img {
  padding: 11px;
  height: 76px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .p-newsArticle__img.-no--img {
    height: 175px;
    font-size: 18px;
  }
}
.p-newsArticle__column {
  align-content: flex-start;
  width: 58.0736543909%;
}
.p-newsArticle__title {
  margin-top: 8px;
  font-size: 14px;
  order: 2;
}
@media screen and (min-width: 1025px) {
  .p-newsArticle__title {
    font-size: 18px;
  }
}
.p-newsArticle__meta {
  display: block;
  width: 100%;
  line-height: 1;
  order: 1;
}
@media screen and (min-width: 1025px) {
  .p-newsArticle__meta {
    margin-top: 8px;
  }
}
.p-newsArticle__tag {
  margin-right: 5px;
  padding: 3px 8px;
  display: inline-block;
  background-color: #253549;
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 1025px) {
  .p-newsArticle__tag {
    font-size: 11px;
  }
}
.p-newsArticle__update {
  color: #333;
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .p-newsArticle__update {
    font-size: 13px;
  }
}

.p-basicArticle a {
  padding: 22px 0;
  border-bottom: 2px dotted #93b1d5;
}
@media screen and (min-width: 600px) {
  .p-basicArticle a {
    padding: 22px;
  }
}
.p-basicArticle__column {
  align-content: flex-start;
}
.p-basicArticle__title {
  margin-top: 8px;
  font-size: 14px;
  order: 2;
}
@media screen and (min-width: 600px) {
  .p-basicArticle__title {
    font-size: 18px;
  }
}
.p-basicArticle__meta {
  margin-top: 8px;
  display: block;
  width: 100%;
  line-height: 1;
  order: 1;
}
@media screen and (min-width: 600px) {
  .p-basicArticle__meta {
    margin-top: 13px;
  }
}
.p-basicArticle__tag {
  margin-right: 5px;
  padding: 3px 8px;
  display: inline-block;
  background-color: #253549;
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .p-basicArticle__tag {
    font-size: 11px;
  }
}
.p-basicArticle__update {
  color: #333;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .p-basicArticle__update {
    font-size: 13px;
  }
}

.c-pagenation {
  margin-bottom: 56px;
  justify-content: center;
}

.c-pagenation__button-prev, .c-pagenation__button-next {
  margin: 0 6px;
  justify-content: center;
  align-items: center;
}
.c-pagenation__button-prev a, .c-pagenation__button-next a {
  display: inline-block;
  font-size: 14px;
}
.c-pagenation__button-prev span, .c-pagenation__button-next span {
  display: none;
}
@media screen and (min-width: 600px) {
  .c-pagenation__button-prev span, .c-pagenation__button-next span {
    display: inline-block;
  }
}
.c-pagenation__button-prev a::before {
  margin-right: 8px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #00489d;
  border-right: 2px solid #00489d;
  transform: rotate(45deg) scale(-1, -1);
}
.c-pagenation__button-prev.-is--back span {
  display: inline-block;
}
.c-pagenation__button-next a::after {
  margin-left: 8px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #00489d;
  border-right: 2px solid #00489d;
  transform: rotate(45deg);
}
.c-pagenation__button-first, .c-pagenation__button-last {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.c-pagenation__button-first a, .c-pagenation__button-last a {
  border-bottom: 1px dotted #93b1d5;
}
.c-pagenation__button-first {
  margin-right: 13px;
}
.c-pagenation__button-last {
  margin-left: 13px;
}

.c-pagenation__list {
  justify-content: center;
  align-items: center;
}
.c-pagenation__list li {
  margin: 4px;
}
.c-pagenation__list li b, .c-pagenation__list li a {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .c-pagenation__list li b, .c-pagenation__list li a {
    margin: 6px;
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
.c-pagenation__list li b {
  border: 1px solid transparent;
  background-color: #00489d;
  color: #fff;
}
.c-pagenation__list li a {
  border: 1px solid #93b1d5;
  background-color: #fff;
}

.p-newsPickup {
  margin-bottom: 22px;
  border: 4px solid #00489d;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-newsPickup {
    border-radius: 30px;
  }
}
.p-newsPickup__title {
  padding: 13px;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #00489d;
  color: #fff;
  line-height: 1.4;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .p-newsPickup__title {
    padding: 22px;
    width: 20%;
    font-size: 28px;
  }
}
.p-newsPickup__list {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-newsPickup__list {
    width: 80%;
  }
}
.p-newsPickup__list .p-newsArticle:first-child {
  border: none;
}
.p-newsPickup__list .p-newsArticle:last-child a {
  border: none;
}
.p-newsPickup__list .p-newsArticle a {
  padding: 18px 13px;
}
.p-newsPickup__list .p-newsArticle__column {
  width: 100%;
  align-content: center;
}
@media screen and (min-width: 600px) {
  .p-newsPickup__list .p-newsArticle__title {
    margin-top: 0;
    width: 76%;
  }
}
@media screen and (min-width: 1025px) {
  .p-newsPickup__list .p-newsArticle__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .p-newsPickup__list .p-newsArticle__meta {
    margin-top: 2px;
    display: inline-block;
    width: 24%;
  }
}
@media screen and (min-width: 1025px) {
  .p-newsPickup__list .p-newsArticle__tag {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .p-newsPickup__list .p-newsArticle__update {
    font-size: 14px;
    vertical-align: middle;
  }
}

.p-articleNav {
  margin-bottom: 35px;
}
.p-articleNav__title {
  font-size: 18px;
}
.p-articleNav__list li a {
  font-size: 14px;
}

.p-newsArticleDetail {
  overflow: hidden;
}
.p-newsArticleDetail__heading {
  margin-bottom: 35px;
}
.p-newsArticleDetail__title {
  margin-top: 13px;
  width: 100%;
}
.p-newsArticleDetail__meta {
  width: 100%;
  order: -1;
}
.p-newsArticleDetail__img {
  margin-left: 35px;
  margin-bottom: 35px;
  float: right;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-newsArticleDetail__img {
    width: 37.9746835443%;
  }
}
.p-newsArticleDetail__img img {
  width: 100%;
  height: auto;
}
.p-newsArticleDetail__img-main {
  overflow: hidden;
}
.p-newsArticleDetail__img-thumb ul {
  margin-left: -2%;
  width: 102% !important;
  flex-wrap: wrap;
}
.p-newsArticleDetail__img-thumb ul li {
  margin-top: 2% !important;
  margin-left: 2%;
  width: 18% !important;
}
.p-newsArticleDetail__column {
  margin-bottom: 56px;
}
.p-newsArticleDetail__column h1 {
  margin-bottom: 22px;
  color: #00489d;
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  .p-newsArticleDetail__column h1 {
    font-size: 28px;
  }
}
.p-newsArticleDetail__column h2 {
  margin-bottom: 22px;
  color: #00489d;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .p-newsArticleDetail__column h2 {
    font-size: 22px;
  }
}
.p-newsArticleDetail__column h3 {
  margin-bottom: 22px;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .p-newsArticleDetail__column h3 {
    font-size: 18px;
  }
}
.p-newsArticleDetail__column p {
  margin-bottom: 22px;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .p-newsArticleDetail__column p {
    font-size: 16px;
  }
}

.pswp__caption__center {
  text-align: center;
}

/*
 * section
 */
.p-basic {
  padding: 35px 0;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .p-basic {
    padding: 92px 0;
    overflow: visible;
  }
}
.p-basic p {
  margin-bottom: 35px;
  color: #333;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .p-basic p {
    margin-bottom: 56px;
    line-height: 2;
    font-size: 16px;
  }
}

.p-basicTag {
  margin-top: 8px;
}
.p-basicTag span {
  margin-right: 8px;
  padding: 5px 8px;
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .p-basicTag span {
    font-size: 14px;
  }
}

.p-dark h1, .p-dark h2, .p-dark p {
  color: #fff;
}
.p-dark .p-more__button {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.p-dark .p-more__button::after {
  border: none;
  background-color: transparent;
}

.p-aboutNumbers__bg {
  background-image: url(/images/about/numbers_bg.jpg);
}

.p-course__tag {
  padding: 4px 13px;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 14px;
}

.p-basicDList {
  border-bottom: 1px dotted #93b1d5;
}
@media screen and (min-width: 600px) {
  .p-basicDList {
    border-bottom: 2px dotted #93b1d5;
  }
}
.p-basicDList dt {
  padding: 13px 13px 0 13px;
  border-top: 1px dotted #93b1d5;
  color: #00489d;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .p-basicDList dt {
    padding: 22px 22px 0 22px;
    border-top: 2px dotted #93b1d5;
  }
}
.p-basicDList dd {
  padding: 8px 13px 13px 13px;
}
@media screen and (min-width: 600px) {
  .p-basicDList dd {
    padding: 13px 22px 22px 22px;
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .p-basicDList.-is--horizontal dt, .p-basicDList.-is--horizontal dd {
    padding: 13px;
    border-top: 2px dotted #93b1d5;
  }
}
.p-basicDList.-is--horizontal dt {
  padding: 13px 13px 0 13px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-basicDList.-is--horizontal dt {
    padding: 22px;
    border-top: 2px dotted #93b1d5;
    width: 20%;
  }
}
.p-basicDList.-is--horizontal dd {
  padding: 8px 13px 13px 13px;
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .p-basicDList.-is--horizontal dd {
    padding: 22px;
    width: 80%;
    font-size: 16px;
  }
}

.p-basicTags {
  margin-bottom: 8px;
}
.p-basicTags .c-basicTag {
  margin: 7px 3px;
  padding: 4px 8px;
  display: inline-block;
  background-color: #eee;
}
.p-basicTags .c-basicTag.-orange {
  background-color: #FFD3A7;
}
.p-basicTags .c-basicTag.-yellow {
  background-color: #FAF0A5;
}
.p-basicTags .c-basicTag.-green {
  background-color: #CAF2B5;
}
.p-basicTags .c-basicTag.-blue {
  background-color: #D3F2FC;
}
.p-basicTags .c-basicTag.-purple {
  background-color: #E5EDFF;
}

/*
 * home
 */
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, -100%);
  }
}
.p-homeMainvisual {
  margin: 0 auto;
  position: relative;
  max-width: 1440px;
  overflow: hidden;
}
.p-homeMainvisual::after {
  background: linear-gradient(90deg, rgb(0, 161, 193) 0%, rgb(108, 133, 249) 50%, rgb(206, 122, 184) 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  transform: translate(0, 100%);
}
.p-homeMainvisual__list {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.6s;
}
@media screen and (min-width: 1025px) {
  .p-homeMainvisual__list li img {
    width: 100%;
  }
}
.p-homeMainvisual.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
.p-homeMainvisual.is-animated .p-homeMainvisual__list,
.p-homeMainvisual.is-animated .p-home__pagination-wrapper {
  opacity: 1;
}
.p-homeMainvisual .p-home__pagination-wrapper {
  position: absolute;
  bottom: 28px;
  z-index: 10;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.6s;
}
@media screen and (min-width: 1025px) {
  .p-homeMainvisual .p-home__pagination-wrapper {
    margin-bottom: 35px;
    bottom: 92px;
  }
}

.p-homeNews {
  margin: -11px 11px 35px 11px;
  border-radius: 8px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-homeNews {
    margin: -92px 1.71875% 56px auto;
    border-radius: 30px;
    max-width: 1130px;
  }
}

.p-homeNews__title {
  padding: 11px;
  width: 100%;
  background-color: #00489d;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-homeNews__title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    line-height: 1;
    width: 13.2743362832%;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeNews__title-ja {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeNews__title-en {
    margin-top: 3px;
    display: block;
    font-size: 28px;
  }
}

.p-homeNews__list {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-homeNews__list {
    display: flex;
    flex-wrap: wrap;
    width: 67.9646017699%;
  }
}

.p-homeNewsArticle {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-homeNewsArticle {
    width: 33.3333333333%;
  }
}
.p-homeNewsArticle a {
  padding: 11px;
  border-bottom: 2px dotted #93b1d5;
  align-items: flex-start;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .p-homeNewsArticle a {
    padding: 11px 11px 35px 11px;
    border-right: 2px dotted #93b1d5;
    border-bottom: none;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeNewsArticle a:hover {
    opacity: 0.7;
  }
}

.p-homeNewsArticle__img {
  margin-right: 11px;
  display: flex;
  width: 32.2946175637%;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-homeNewsArticle__img {
    margin-right: 0;
    width: 100%;
  }
}
.p-homeNewsArticle__img img {
  width: 100%;
  height: 24vw;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 1025px) {
  .p-homeNewsArticle__img img {
    height: 11vw;
  }
}
.p-homeNewsArticle__img.-no--img {
  padding: 11px;
  height: 120px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .p-homeNewsArticle__img.-no--img {
    height: 135px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeNewsArticle__img.-no--img {
    padding: 22px;
    width: 100%;
    height: 154px;
    font-size: 22px;
  }
}
.p-homeNewsArticle__column {
  align-content: flex-start;
  width: 58.0736543909%;
}
@media screen and (min-width: 1025px) {
  .p-homeNewsArticle__column {
    width: 100%;
  }
}
.p-homeNewsArticle__title {
  margin-top: 8px;
  font-size: 14px;
  order: 2;
}
@media screen and (min-width: 1025px) {
  .p-homeNewsArticle__title {
    font-size: 16px;
  }
}
.p-homeNewsArticle__meta {
  display: block;
  width: 100%;
  line-height: 1;
  order: 1;
}
@media screen and (min-width: 1025px) {
  .p-homeNewsArticle__meta {
    margin-top: 8px;
  }
}
.p-homeNewsArticle__tag {
  margin-right: 5px;
  padding: 3px 8px;
  display: inline-block;
  background-color: #253549;
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 1025px) {
  .p-homeNewsArticle__tag {
    font-size: 11px;
  }
}
.p-homeNewsArticle__update {
  color: #333;
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .p-homeNewsArticle__update {
    font-size: 13px;
  }
}

.p-homeNews__more {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-homeNews__more {
    display: flex;
    flex-wrap: wrap;
    width: 18.7610619469%;
  }
}
.p-homeNews__more a {
  padding: 11px;
  display: block;
  background-color: #e3effe;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-homeNews__more a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeNews__more a:hover {
    opacity: 0.7;
  }
}

.p-homePickupNews {
  margin: 0 11px 35px 11px;
  border: 2px solid #253549;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-homePickupNews {
    margin: 0 1.71875% 56px auto;
    border-radius: 18px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1130px;
  }
}

.p-homePickupNews__title {
  padding: 11px;
  background-color: #253549;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-homePickupNews__title {
    padding: 13px;
    width: 13.2743362832%;
  }
}

.p-homePickupNews__list {
  width: 86.7256637168%;
}

.p-homePickupNews__article a {
  padding: 11px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .p-homePickupNews__article a {
    padding: 13px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .p-homePickupNews__article a:hover {
    opacity: 0.7;
  }
}
.p-homePickupNews__article-title {
  padding-left: 28px;
  position: relative;
  color: #253549;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .p-homePickupNews__article-title {
    padding-left: 35px;
    font-size: 16px;
  }
}
.p-homePickupNews__article-title::before {
  border: 2px solid #253549;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #253549;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20877.66%20877.66%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M438.83%2C0C196.47%2C0%2C0%2C196.47%2C0%2C438.83s196.47%2C438.83%2C438.83%2C438.83%2C438.83-196.47%2C438.83-438.83S681.19%2C0%2C438.83%2C0Zm205.78%2C464.27l-172.09%2C170.22c-14.05%2C13.9-36.71%2C13.77-50.6-.28-13.9-14.04-13.77-36.71%2C.28-50.61l110.19-109H258.21c-19.76%2C0-35.78-16.01-35.78-35.78s16.02-35.77%2C35.78-35.77h274.17l-110.19-109.01c-14.05-13.9-14.17-36.55-.28-50.6%2C13.9-14.06%2C36.55-14.17%2C50.6-.28l172.09%2C170.22c6.8%2C6.73%2C10.62%2C15.87%2C10.62%2C25.44%2C.01%2C9.57-3.81%2C18.72-10.61%2C25.45Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
}
@media screen and (min-width: 1025px) {
  .p-homePickupNews__article-title::before {
    width: 24px;
    height: 24px;
  }
}

.p-homeSection {
  padding: 30px 11px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .p-homeSection {
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeSection {
    padding: 92px 0;
  }
}
.p-homeSection.u-bg--img {
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 50% 50%;
}
.p-homeSection__more {
  text-align: center;
}

.p-homeSection__title {
  margin-bottom: 22px;
  color: #00489d;
  text-align: center;
}
.p-homeSection__title-icon {
  margin-right: 5px;
  width: 40px;
  height: 35px;
  stroke-width: 5px;
  paint-order: stroke;
  stroke: #fff;
  fill: #00489d;
  vertical-align: -0.6rem;
}
@media screen and (min-width: 1025px) {
  .p-homeSection__title-icon {
    width: 56px;
    height: 41px;
    stroke-width: 6px;
  }
}
.p-homeSection__title-icon:nth-child(2) {
  margin-left: -15px;
  transform: scale(-1, 1);
}
.p-homeSection__title-text {
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .p-homeSection__title-text {
    font-size: 28px;
  }
}
.p-homeSection__title.-border--none .p-homeSection__title-icon {
  border: none;
  stroke: transparent;
}
.p-homeSection__title.-border--none .p-homeSection__title-text {
  text-shadow: none;
}

.p-homeInfo {
  background-color: #93b1d5;
  background-image: url(/images/home/info_bg.jpg);
}
.p-homeInfo .p-homeSection__title-icon {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 35px;
}
@media screen and (min-width: 1025px) {
  .p-homeInfo .p-homeSection__title-icon {
    border: 3px solid #fff;
    width: 41px;
  }
}

.p-homeInfo__list {
  margin-left: -3.021978022%;
}
@media screen and (min-width: 1025px) {
  .p-homeInfo__list {
    margin-left: -2.2448979592%;
    width: 102.2448979592%;
  }
}

.p-homeInfo__article {
  margin-left: 3.021978022%;
  margin-bottom: 3.021978022%;
  border-radius: 10px;
  width: 46.978021978%;
}
@media screen and (min-width: 600px) {
  .p-homeInfo__article {
    margin-left: 2.1956087824%;
    margin-bottom: 2.1956087824%;
    border-radius: 30px;
    width: 31.1377245509%;
  }
}
.p-homeInfo__article a,
.p-homeInfo__article .p-homeInfo__article-disable {
  padding: 22px 11px;
  border: 2px solid #00489d;
  border-radius: 10px;
  position: relative;
  height: 100%;
  align-content: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1025px) {
  .p-homeInfo__article a,
  .p-homeInfo__article .p-homeInfo__article-disable {
    padding: 35px 22px;
    border-width: 4px;
    border-radius: 30px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeInfo__article a:hover,
  .p-homeInfo__article .p-homeInfo__article-disable:hover {
    background-color: rgba(0, 72, 157, 0.95);
  }
}
@media screen and (min-width: 1025px) {
  .p-homeInfo__article a:hover svg,
  .p-homeInfo__article .p-homeInfo__article-disable:hover svg {
    fill: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeInfo__article a:hover .p-homeInfo__article-title,
  .p-homeInfo__article .p-homeInfo__article-disable:hover .p-homeInfo__article-title {
    color: #fff;
  }
}
.p-homeInfo__article svg {
  fill: #00489d;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 600px) {
  .p-homeInfo__article svg {
    width: 66px;
    height: 66px;
    transition: inherit;
  }
}
.p-homeInfo__article-title {
  margin-top: 11px;
  display: block;
  width: 100%;
  color: #00489d;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-homeInfo__article-title {
    margin-top: 22px;
    font-size: 18px;
    transition: inherit;
  }
}

.p-homeInfo__article-temp-title {
  padding: 22px 11px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-content: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: #00489d;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-homeInfo__article-temp-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeInfo__article-temp-title {
    padding: 35px 22px;
    border-width: 4px;
    border-radius: 30px;
  }
}

.p-homeInfo__article-disable {
  border-color: #e1ecee !important;
}
@media screen and (min-width: 1025px) {
  .p-homeInfo__article-disable:hover {
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeInfo__article-disable:hover svg {
    fill: #00489d !important;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeInfo__article-disable:hover .p-homeInfo__article-title {
    color: #00489d !important;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeInfo__article-disable .p-homeInfo__article-title {
    color: #00489d !important;
  }
}

.p-homePickupEvent__list-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 11px;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.p-homePickupEvent__list-wrapper.swiper-grid-column > .swiper-wrapper {
  flex-direction: row !important;
}
@media screen and (min-width: 600px) {
  .p-homePickupEvent__list-wrapper .p-home__pagination-wrapper {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .p-homePickupEvent__list {
    margin-left: -2.2448979592%;
    display: flex;
    flex-wrap: wrap;
    width: 102.2448979592%;
  }
}

.p-homePickupEvent__article {
  margin-bottom: 22px;
}
@media screen and (min-width: 600px) {
  .p-homePickupEvent__article {
    margin-left: 2.1956087824%;
    margin-bottom: 4.3912175649%;
    width: 31.1377245509%;
  }
}
.p-homePickupEvent__article-img {
  border-radius: 18px;
  overflow: hidden;
}
.p-homePickupEvent__article-title {
  margin-top: 13px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-homePickupEvent__article-title {
    margin-top: 22px;
    font-size: 16px;
  }
}
.p-homePickupEvent__article.swiper-slide {
  margin-top: 0 !important;
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.p-home__pagination-wrapper {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-home__pagination-wrapper .p-home__pagination-wrapper {
    display: none;
  }
}

.p-home__pagination {
  margin: 0 auto;
  padding: 8px 11px;
  border-radius: 20px;
  border: 2px solid #00489d;
  position: static;
  display: inline-flex;
  justify-content: center;
  width: auto !important;
  background-color: #fff;
}
.p-home__pagination .swiper-pagination-bullet {
  margin: 0 3px !important;
  transform: scale(0.7);
  background-color: #7fa3ce;
  opacity: 1;
}
.p-home__pagination .swiper-pagination-bullet-active {
  background-color: #00489d;
  transform: scale(1);
}

@media screen and (min-width: 600px) {
  .p-homeAbout .l-container {
    display: flex;
    align-items: center;
  }
}

.p-homeSection__img {
  margin: 0 -11px;
}
@media screen and (min-width: 600px) {
  .p-homeSection__img {
    margin: 0;
    width: 62.34375%;
  }
}

.p-homeSection__column {
  margin: -11px 0 0 0;
  padding: 22px 18px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-homeSection__column {
    margin: 0;
    width: 60%;
    transform: translateX(-22px);
  }
}
@media screen and (min-width: 1025px) {
  .p-homeSection__column {
    padding: 35px;
    border-radius: 30px;
    width: 37.8125%;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeSection__column .p-homeSection__title {
    text-align: left;
  }
}
.p-homeSection__column p {
  margin-top: 22px;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .p-homeSection__column p {
    font-size: 16px;
  }
}

.p-homeNumbers {
  background-image: url(/images/home/numbers_bg.jpg);
}

.p-homeNumbers__list-wrapper {
  overflow: visible;
}
@media screen and (min-width: 600px) {
  .p-homeNumbers__list-wrapper .p-home__pagination-wrapper {
    display: none;
  }
}

.p-homeNumbers__list {
  margin-left: -2.1956087824%;
  width: 102.2448979592%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .p-homeNumbers__list {
    width: 102.2448979592%;
  }
}

.p-homeNumbers__article {
  margin-bottom: 22px;
  margin-left: 2.1956087824%;
  margin-bottom: 2.1956087824%;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 47.8043912176%;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .p-homeNumbers__article {
    margin-bottom: 4.3912175649%;
    padding: 35px;
    width: 31.1377245509%;
  }
}
.p-homeNumbers__article.swiper-slide {
  text-align: center;
}
.p-homeNumbers__article-title {
  color: #00489d;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .p-homeNumbers__article-title {
    font-size: 20px;
  }
}
.p-homeNumbers__article-num {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 44px;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .p-homeNumbers__article-num {
    font-size: 66px;
  }
}
.p-homeNumbers__article-num span {
  font-size: 16px;
  vertical-align: 0.2rem;
}
@media screen and (min-width: 600px) {
  .p-homeNumbers__article-num span {
    font-size: 22px;
  }
}
.p-homeNumbers__article svg {
  fill: #00489d;
  width: 103px;
  height: 44px;
}

.p-homeSearchTab__title span {
  display: inline-block;
  color: #fff;
}
.p-homeSearchTab__title-main {
  margin-right: 3px;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .p-homeSearchTab__title-main {
    font-size: 28px;
  }
}
.p-homeSearchTab__title-sub {
  line-height: 1;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .p-homeSearchTab__title-sub {
    font-size: 18px;
  }
}
.p-homeSearchTab__list {
  position: relative;
  z-index: 10;
  justify-content: center;
}
.p-homeSearchTab__list li {
  margin: 0 4px;
  padding: 8px 13px;
  position: relative;
  background-color: #78a0d1;
}
@media screen and (min-width: 600px) {
  .p-homeSearchTab__list li {
    padding: 8px 3.5714285714%;
    text-align: center;
  }
}
.p-homeSearchTab__list li.-is--active {
  background-color: #fff;
}
.p-homeSearchTab__list li.-is--active span {
  color: #00489d;
}
.p-homeSearchTab__list li.-is--active .p-homeSearchTab__title-main {
  font-weight: bold;
}
.p-homeSearchTab__list li.-is--active::after {
  position: absolute;
  bottom: -13px;
  left: -10%;
  content: "";
  display: block;
  width: 120%;
  height: 13px;
  background-color: #fff;
}

@keyframes tabFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-homeSearchContents {
  margin-bottom: 13px;
}
@media screen and (min-width: 600px) {
  .p-homeSearchContents {
    margin-bottom: 22px;
  }
}
.p-homeSearchContents__child {
  padding: 13px 13px 0 13px;
  border-radius: 10px;
  display: none;
  background-color: #fff;
  opacity: 1;
}
@media screen and (min-width: 600px) {
  .p-homeSearchContents__child {
    padding: 20px 20px 0 20px;
  }
}
.p-homeSearchContents__child.-is--show {
  display: block;
  animation: tabFade 0.6s forwards;
}
.p-homeSearchContents__list {
  margin-left: -3.4090909091%;
}
@media screen and (min-width: 600px) {
  .p-homeSearchContents__list {
    margin-left: -2.0833333333%;
  }
}
.p-homeSearchContents__list li {
  margin-left: 3.4090909091%;
  margin-bottom: 12px;
  width: 29.8295454545%;
}
@media screen and (min-width: 600px) {
  .p-homeSearchContents__list li {
    margin-left: 2.0833333333%;
    margin-bottom: 2.0833333333%;
    width: 31.25%;
  }
}
.p-homeSearchContents__list li a {
  padding: 22px 8px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #00489d;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 600px) {
  .p-homeSearchContents__list li a {
    padding: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeSearchContents__list li a:hover {
    opacity: 0.7;
  }
}
.p-homeSearchContents__list li a h3 {
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-homeSearchContents__list li a h3 {
    font-size: 16px;
  }
}
.p-homeSearchContents__list li a h3 span {
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .p-homeSearchContents__list li a h3 span {
    font-size: 18px;
  }
}
.p-homeSearchContents__list li a p {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-homeSearchContents__list li a p {
    margin-top: 13px;
    display: block;
    font-size: 14px;
  }
}

@media screen and (min-width: 600px) {
  .p-homeAccess {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) {
  .p-homeAccess__gmap {
    width: 50%;
    padding-top: 50%;
  }
}

.p-homeAccess__column {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-homeAccess__column {
    padding: 35px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 50%;
  }
}
.p-homeAccess__column-title {
  color: #00489d;
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .p-homeAccess__column-title {
    width: 100%;
  }
}
.p-homeAccess__column-text {
  margin-top: 13px;
  line-height: 1.6;
  color: #00489d;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .p-homeAccess__column-text {
    width: 100%;
    font-size: 16px;
  }
}
.p-homeAccess__column-text b {
  position: relative;
  display: inline-block;
}
.p-homeAccess__column-text b::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #00489d;
}

.p-homeAccess__list {
  margin: 22px 0 13px 0;
}
.p-homeAccess__list li a {
  margin-top: 13px;
}
@media screen and (min-width: 600px) {
  .p-homeAccess__list li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeAccess__list li a:hover {
    opacity: 1 !important;
  }
}

.p-homeRelated__list-wrapper {
  padding: 0 25%;
  overflow: visible;
}
@media screen and (min-width: 600px) {
  .p-homeRelated__list-wrapper {
    margin: -22px 44px 0 44px;
    padding: 22px 11px;
  }
}

.p-homeRelated__article-img {
  margin-bottom: 22px;
  border-radius: 18px;
  overflow: hidden;
}
.p-homeRelated__button-next, .p-homeRelated__button-prev {
  margin-top: -48px;
  position: absolute;
  top: 50%;
  z-index: 100;
  border-radius: 50%;
  border: 3px solid #00489d;
  display: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .p-homeRelated__button-next, .p-homeRelated__button-prev {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-homeRelated__button-next::after, .p-homeRelated__button-prev::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #00489d;
  border-right: 2px solid #00489d;
  transform: rotate(45deg);
}
.p-homeRelated__button-next {
  right: -22px;
}
.p-homeRelated__button-next::after {
  margin-right: 4px;
}
.p-homeRelated__button-prev {
  left: -22px;
}
.p-homeRelated__button-prev::after {
  margin-left: 4px;
  transform: scale(-1, 1) rotate(45deg);
}

/*
 * fixedsidenav
 */
.p-sideFixedNav {
  border-radius: 10px 0 0 10px;
  position: fixed;
  right: 0;
  bottom: 22px;
  z-index: 90;
  background-color: #fff;
  transition: all 0.6s;
}
@media screen and (min-width: 600px) {
  .p-sideFixedNav {
    bottom: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .p-sideFixedNav {
    border-radius: 18px 0 0 18px;
  }
}
.p-sideFixedNav__list {
  padding: 8px;
}
@media screen and (min-width: 1025px) {
  .p-sideFixedNav__list {
    padding: 13px;
  }
}
.p-sideFixedNav__list li:nth-child(n+2) {
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .p-sideFixedNav__list li:nth-child(n+2) {
    margin-top: 13px;
  }
}
.p-sideFixedNav__list li a {
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .p-sideFixedNav__list li a:hover {
    opacity: 0.7;
  }
}

.p-sideFixedNav__button-entry {
  background-color: #00489d;
  color: #fff;
  transition: all 0.3s;
}
.p-sideFixedNav__button-entry svg {
  fill: #fff;
  transition: inherit;
}
.p-sideFixedNav__button-request {
  padding: 8px;
  border: 3px solid #000000;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d7ee16;
  color: #000;
  font-size: 13px;
  transition: all 0.3s;
  box-shadow: 3px 3px 0px 0px #888;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-sideFixedNav__button-request {
    padding: 13px 8px;
    border: 5px solid #000000;
    display: flex;
    box-shadow: 4px 4px 0px 0px #888;
  }
}
.p-sideFixedNav__button-request h2 {
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .p-sideFixedNav__button-request h2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .p-sideFixedNav__button-request h2 {
    font-size: 16px;
  }
}
.p-sideFixedNav__button-request svg {
  margin-right: 8px;
  margin-bottom: 0;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 600px) {
  .p-sideFixedNav__button-request svg {
    margin-right: 13px;
  }
}
.p-sideFixedNav__button-request::after {
  margin-left: 5px;
  content: "";
  border: 0.2rem solid;
  border-color: #000 #000 transparent transparent;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 600px) {
  .p-sideFixedNav__button-request::after {
    width: 1rem;
    height: 1rem;
  }
}

.fl_cvr_button {
  padding: 8px;
  border: 3px solid #000000;
  border-radius: 8px;
  display: inline-block;
  font-size: 13px;
  background-color: yellow;
  color: #000000;
  line-height: 1.6;
  font-weight: bold;
  box-shadow: 3px 3px 0px 0px #888;
}
@media screen and (min-width: 600px) {
  .fl_cvr_button {
    padding: 13px 8px;
    border: 5px solid #000000;
    font-size: 14px;
    text-align: center;
    box-shadow: 4px 4px 0px 0px #888;
  }
}
@media screen and (min-width: 1025px) {
  .fl_cvr_button {
    font-size: 16px;
  }
}
.fl_cvr_button::after {
  margin-left: 5px;
  content: "";
  border: 0.2rem solid;
  border-color: #000 #000 transparent transparent;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(45deg) translateY(3px);
}
@media screen and (min-width: 600px) {
  .fl_cvr_button::after {
    width: 1rem;
    height: 1rem;
  }
}
.fl_cvr_buttonIcon {
  margin: 0 auto 5px auto;
  width: 30px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(2091%) hue-rotate(147deg) brightness(91%) contrast(100%);
}
@media screen and (min-width: 600px) {
  .fl_cvr_buttonIcon {
    margin: 0 auto 8px auto;
    width: 36px;
  }
}
.fl_cvr_button span {
  display: none;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .fl_cvr_button span {
    display: block;
  }
}

/*
 * topics
 */
/*
 * form
 */
.l-form {
  margin-top: 22px;
}
@media screen and (min-width: 600px) {
  .l-form {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
  }
}

.p-form__table-cell {
  margin: 0;
  padding-bottom: 22px;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-form__table-cell {
    padding-bottom: 22px;
  }
}
.p-form__table-cell:nth-child(n+2) {
  padding: 13px 0 22px 0;
  border-top: 1px solid #e6ebf7;
}
@media screen and (min-width: 600px) {
  .p-form__table-cell:nth-child(n+2) {
    padding: 22px 0;
  }
}
.p-form__table-cell dt {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-form__table-cell dt {
    margin-right: 5%;
    width: 35%;
  }
}
.p-form__table-cell dt h2 {
  margin: 8px 0;
  font-size: 16px;
}
.p-form__table-cell dd {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .p-form__table-cell dd {
    width: 60%;
  }
}
.p-form__table-cell dd h3 {
  margin: 8px 0;
  font-size: 14px;
  font-weight: normal;
}
.p-form__table-cell dd h3:first-child {
  margin-top: 0;
}

.-form--confirm .p-form__table-cell dd {
  margin-top: 9px;
  font-weight: normal;
  font-size: 14px;
}
.-form--confirm .p-form__table-cell dd h3 {
  color: #0f3480;
}

.c-form__input {
  padding: 8px;
  border: 1px solid #80a7d6;
  border-radius: 4px;
  width: 100%;
  background-color: rgba(230, 235, 247, 0.6);
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.c-form__input::placeholder {
  color: rgba(15, 52, 128, 0.8);
}

.p-must {
  margin-left: 8px;
  color: #c46100;
  font-size: 13px;
  vertical-align: 0.07rem;
}

.p-form__error-msg {
  margin-bottom: 0;
  color: #c46100;
  font-size: 12px;
}
.p-form__error .c-form__input {
  border: 2px solid #c46100;
}

@media screen and (min-width: 600px) {
  .p-company__name {
    width: 80%;
  }
}

@media screen and (min-width: 600px) {
  .p-user__name {
    width: 50%;
  }
}
.p-user__pcode1 {
  width: auto;
}
.p-user__pcode2 {
  width: auto;
}
.p-user__pref {
  width: auto;
  color: #333;
}
.p-user__phone {
  width: auto;
}
.p-user__mail {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-user__mail {
    width: auto;
  }
}
.p-user__comment {
  width: 100%;
  resize: none;
}

.p-form__note {
  font-size: 13px;
}

.p-form__action {
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .p-form__action {
    margin: 22px 0;
  }
}
.p-form__action a, .p-form__action button {
  margin: 13px;
}

.p-contact__way {
  justify-content: center;
}
.p-contact__way li {
  margin: 11px 0;
}
@media screen and (min-width: 600px) {
  .p-contact__way li {
    margin-right: 35px;
  }
}
.p-contact__way li h2 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .p-contact__way li h2 {
    font-size: 22px;
  }
}
.p-contact__way li h2 svg {
  margin-right: 5px;
  fill: #0f3480;
  width: 28px;
  height: 28px;
  vertical-align: -0.45rem;
}
@media screen and (min-width: 600px) {
  .p-contact__way li h2 svg {
    margin-right: 8px;
    width: 35px;
    height: 35px;
    vertical-align: -0.6rem;
  }
}

/*
 * sitemap
 */
/*
 * numbers
 */
.p-numbers__article-title {
  display: inline-block;
  background: rgb(0, 161, 193);
  background: linear-gradient(90deg, rgb(0, 161, 193) 0%, rgb(108, 133, 249) 50%, rgb(206, 122, 184) 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-numbers__article-title {
    font-size: 20px;
  }
}
.p-numbers__article-num {
  margin-top: 5px;
  margin-bottom: 13px;
  width: 100%;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
.p-numbers__article-num .js-num {
  font-size: 44px;
}
@media screen and (min-width: 600px) {
  .p-numbers__article-num .js-num {
    font-size: 66px;
  }
}
.p-numbers__article-num .num-unit {
  font-size: 16px;
  vertical-align: 0.2rem;
}
@media screen and (min-width: 600px) {
  .p-numbers__article-num .num-unit {
    font-size: 22px;
  }
}
.p-numbers__article-icon {
  margin: 0 auto;
  fill: #00489d;
  width: 93px;
  height: 56px;
}

/*
 * topics
 */
.p-searchArticleList {
  margin-bottom: 35px;
}
.p-searchArticle:first-child a {
  border-top: 2px dotted #93b1d5;
}
.p-searchArticle a {
  padding: 13px;
  display: block;
  border-bottom: 2px dotted #93b1d5;
}
@media screen and (min-width: 600px) {
  .p-searchArticle a {
    padding: 22px;
  }
}
.p-searchArticle__title {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .p-searchArticle__title {
    font-size: 20px;
  }
}
.p-searchArticle__text {
  margin-top: 8px;
  color: #333;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .p-searchArticle__text {
    font-size: 14px;
  }
}
.p-searchArticle__text strong {
  background: linear-gradient(transparent 60%, #d7ee16 60%);
}
.p-searchArticle__url {
  margin-top: 8px;
  font-size: 14px;
}

/*
 * about
 */
.p-courseList {
  justify-content: center;
}

.p-courseList__cell {
  margin-bottom: 22px;
  position: relative;
  width: 100%;
  min-height: 200px;
  background-color: #0f1c2c;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .p-courseList__cell {
    margin-bottom: 0;
    width: 50%;
    min-height: 240px;
  }
}
@media screen and (min-width: 1025px) {
  .p-courseList__cell {
    width: 33.3333%;
    min-height: 280px;
  }
}
.p-courseList__cell::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .p-courseList__cell:hover::before {
    opacity: 0.3;
    transform: scale(1.2);
  }
}
.p-courseList__cell a {
  justify-content: center;
  align-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.p-courseList__cell.-course--1::before {
  background-image: url(/images/about/course_1.jpg);
}
.p-courseList__cell.-course--2::before {
  background-image: url(/images/about/course_2.jpg);
}
.p-courseList__cell.-course--3::before {
  background-image: url(/images/about/course_3.jpg);
}
.p-courseList__cell.-course--4::before {
  background-image: url(/images/about/course_4.jpg);
}
.p-courseList__cell.-course--5::before {
  background-image: url(/images/about/course_5.jpg);
}
.p-courseList__cell.-course--6::before {
  background-image: url(/images/about/course_6.jpg);
}
.p-courseList__cell.-course--7::before {
  background-image: url(/images/about/course_7.jpg);
}
.p-courseList__cell.-course--8::before {
  background-image: url(/images/about/course_8.jpg);
}

.p-course__tag {
  border: none;
}
.p-course__tag.-tag--red {
  background-color: #d70146;
}
.p-course__tag.-tag--blue {
  background-color: #0068b7;
}
.p-course__tag.-tag--green {
  background-color: #22ac38;
}

.p-course__title {
  margin-top: 13px;
  width: 100%;
}

.p-facilitiesList .pswp-gallery__item {
  position: relative;
  width: 50%;
  min-height: 200px;
  background-color: #0f1c2c;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .p-facilitiesList .pswp-gallery__item {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1025px) {
  .p-facilitiesList .pswp-gallery__item {
    width: 25%;
  }
}
.p-facilitiesList .pswp-gallery__item > a {
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-facilitiesList .pswp-gallery__item > a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .p-facilitiesList .pswp-gallery__item:hover::before {
    opacity: 0.3;
    transform: scale(1.2);
  }
}
.p-facilitiesList .pswp-gallery__item::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.7;
  transition: all 0.3s;
}
.p-facilitiesList .pswp-gallery__item.-facilities--1::before {
  background-image: url(/images/about/facilities_1.jpg);
}
.p-facilitiesList .pswp-gallery__item.-facilities--2::before {
  background-image: url(/images/about/facilities_2.jpg);
}
.p-facilitiesList .pswp-gallery__item.-facilities--3::before {
  background-image: url(/images/about/facilities_3.jpg);
}
.p-facilitiesList .pswp-gallery__item.-facilities--4::before {
  background-image: url(/images/about/facilities_4.jpg);
}
.p-facilitiesList .pswp-gallery__item.-facilities--5::before {
  background-image: url(/images/about/facilities_5.jpg);
}
.p-facilitiesList .pswp-gallery__item.-facilities--6::before {
  background-image: url(/images/about/facilities_6.jpg);
}
.p-facilitiesList .pswp-gallery__item.-facilities--7::before {
  background-image: url(/images/about/facilities_7.jpg);
}
.p-facilitiesList .pswp-gallery__item.-facilities--8::before {
  background-image: url(/images/about/facilities_8.jpg);
}
.p-facilitiesList .pswp-gallery__item.-facilities--9::before {
  background-image: url(/images/about/facilities_9.jpg);
}
.p-facilitiesList .pswp-gallery__item.-facilities--10::before {
  background-image: url(/images/about/facilities_10.jpg);
}
.p-facilitiesList .pswp-gallery__item.-facilities--11::before {
  background-image: url(/images/about/facilities_11.jpg);
}
.p-facilitiesList .pswp-gallery__item.-facilities--12::before {
  background-image: url(/images/about/facilities_12.jpg);
}

.pswp__dynamic-caption h2 {
  margin-top: 13px;
  font-size: 22px;
}
.pswp__dynamic-caption p {
  margin-top: 22px;
  line-height: 1.8;
  font-size: 14px;
}
.pswp__dynamic-caption p a {
  margin-bottom: 35px;
  color: #0f1c2c;
}

/*
 * examination
 */
@media screen and (min-width: 1025px) {
  .c-adminFlow {
    display: flex;
    align-content: center;
  }
}
.c-adminFlow__block {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .c-adminFlow__block {
    margin-right: 48px;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
  }
}
.c-adminFlow__block.-has--arw::after {
  margin: 22px auto;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent #ce7ab8;
  transform: rotate(90deg);
}
@media screen and (min-width: 1025px) {
  .c-adminFlow__block.-has--arw::after {
    position: absolute;
    top: 50%;
    right: -36px;
    transform: rotate(0deg);
  }
}
.c-adminFlow__title {
  padding: 8px 13px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #00489d;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.c-adminFlow__column {
  padding: 22px 13px 0 13px;
  border: 1px solid #00489d;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.c-adminFlow__column p {
  margin-bottom: 22px;
  width: 100%;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .c-adminFlow__column p {
    width: auto;
  }
}

.-flowGrid--1 {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .-flowGrid--1 {
    width: 8.3333333333%;
  }
}
.-flowGrid--2 {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .-flowGrid--2 {
    width: 16.6666666667%;
  }
}
.-flowGrid--3 {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .-flowGrid--3 {
    width: 25%;
  }
}
.-flowGrid--4 {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .-flowGrid--4 {
    width: 33.3333333333%;
  }
}
.-flowGrid--5 {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .-flowGrid--5 {
    width: 41.6666666667%;
  }
}
.-flowGrid--6 {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .-flowGrid--6 {
    width: 50%;
  }
}

.c-must {
  padding: 3px 5px;
  display: inline-block;
  background-color: #b70052;
  color: #fff;
  font-size: 12px;
}

.c-flow__icon {
  padding-left: 30px;
  position: relative;
}
.c-flow__icon::before, .c-flow__icon::after {
  position: absolute;
  top: 10px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #00a1c1;
  border-right: solid 3px #00a1c1;
  transform: rotate(45deg);
}
.c-flow__icon::before {
  left: 0;
}
.c-flow__icon::after {
  left: 9px;
}

.c-flow__icon2 {
  padding-left: 30px;
  position: relative;
}
.c-flow__icon2::before, .c-flow__icon2::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #00a1c1;
  border-right: solid 3px #00a1c1;
  transform: rotate(180deg);
}
.c-flow__icon2::before {
  width: 18px;
  height: 12px;
  top: 4px;
  left: 0;
}
.c-flow__icon2::after {
  width: 12px;
  height: 12px;
  top: 8px;
  left: 6px;
  transform: rotate(45deg);
}
