@charset "UTF-8";
/* ↓↓ reset.css ↓↓ */
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/* ↑↑ reset.css ↑↑ */
html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  z-index: 1000;
  background-color: #fff;
  display: grid;
  align-content: end;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 6rem;
    padding: 0 2rem;
    align-content: center;
  }
}

.c-header {
  width: 100%;
  max-width: 136rem;
  margin: auto;
  display: grid;
  gap: 1.085rem;
}
@media screen and (max-width: 767px) {
  .c-header {
    max-width: inherit;
  }
}
.c-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-header__top_logo {
  width: 23.3rem;
}
@media screen and (max-width: 767px) {
  .c-header__top_logo {
    width: 21rem;
  }
}
.c-header__top_logo_link {
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-header__top_logo_link:hover {
    opacity: 0.7;
  }
}
.c-header__top_logo_link img {
  width: 100%;
  display: block;
}
.c-header__top_list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-header__top_list {
    display: none;
  }
}
.c-header__top_list_link {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  transition: 0.3s;
}
.c-header__top_list_link:before {
  content: "";
  display: inline-block;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.6rem solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .c-header__top_list_link:hover {
    opacity: 0.7;
  }
}
.c-header__bottom {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-header__bottom {
    display: none;
  }
}
.c-header__bottom_list {
  display: flex;
  align-items: center;
}
.c-header__bottom_list_item {
  padding-bottom: 2.2rem;
  position: relative;
  cursor: pointer;
}
.c-header__bottom_list_item.active .c-header__bottom_list_link:after {
  transform: rotate(-180deg);
}
.c-header__bottom_list_item.active .c-header__bottom_list_link:before {
  opacity: 1;
  transform: translateY(0);
}
.c-header__bottom_list_item.active .c-header__bottom_list_dropdown {
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s;
  pointer-events: auto;
}
.c-header__bottom_list_link {
  font-weight: 500;
  font-size: 1.5rem;
  color: #004193;
  letter-spacing: 0.05em;
  width: 25.3rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  position: relative;
  border-left: 0.1rem solid rgba(0, 65, 147, 0.23);
}
.c-header__bottom_list_link:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_arrow-down-header.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.3rem;
  height: 0.7rem;
  margin-top: 0.4rem;
  transition: 0.3s;
}
.c-header__bottom_list_link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.2rem;
  transform: translateY(-0.5rem);
  width: 100%;
  height: 0.2rem;
  background-color: #004193;
  opacity: 0;
  transition: 0.3s;
}
.c-header__bottom_btns {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}
.c-header__bottom_btns_link {
  font-weight: 500;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.05em;
  width: 17rem;
  height: 4rem;
  border-radius: 0.6rem;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  transition: 0.3s;
}
.c-header__bottom_btns_link.u-light-blue {
  background-color: #03BBD5;
  border-color: #03BBD5;
}
@media screen and (min-width: 768px) {
  .c-header__bottom_btns_link.u-light-blue:hover {
    background-color: #fff;
    color: #03BBD5;
  }
}
.c-header__bottom_btns_link.u-blue {
  background-color: #004193;
  border-color: #004193;
}
@media screen and (min-width: 768px) {
  .c-header__bottom_btns_link.u-blue:hover {
    background-color: #fff;
    color: #004193;
  }
}

.c-header__bottom_list_dropdown {
  position: fixed;
  z-index: 1;
  top: 12rem;
  left: 0;
  width: 100%;
  background-color: #EDF7FF;
  padding: 4.8rem 0;
  max-height: calc(100vh - 12rem);
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-2rem);
  pointer-events: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-header__bottom_list_dropdown {
    display: none;
  }
}
.c-header__bottom_list_dropdown_inner {
  width: 100%;
  max-width: 117rem;
  margin: auto;
}
.c-header__bottom_list_dropdown_inner > a .c-header__bottom_list_dropdown_title_ja:after {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-header__bottom_list_dropdown_inner > a:hover .c-header__bottom_list_dropdown_title_ja:after {
    background-color: transparent;
    border: 1px solid #004193;
    background-image: url(../img/common/icon_arrow-right-blue.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0.9rem 0.9rem;
  }
}
.c-header__bottom_list_dropdown_title_ja {
  font-weight: 500;
  font-size: 2rem;
  color: #004193;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.c-header__bottom_list_dropdown_title_ja:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.9rem 0.9rem;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #004193;
  border-radius: 50%;
}
.c-header__bottom_list_dropdown_title_en {
  font-weight: 500;
  font-size: 1.3rem;
  color: rgba(0, 65, 147, 0.5);
  text-transform: capitalize;
  letter-spacing: 0.15em;
  margin-top: 0.8rem;
}
.c-header__bottom_list_dropdown_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3rem;
  margin-top: 1.6rem;
}
.c-header__bottom_list_dropdown_list--course {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
.c-header__bottom_list_dropdown_list--course > li:nth-child(2) {
  grid-column: 2/5;
}
.c-header__bottom_list_dropdown_list--course > li:nth-child(2) ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
.c-header__bottom_list_dropdown_list--course > li:nth-child(4) {
  grid-row: 2/3;
  grid-column: 2/4;
}
.c-header__bottom_list_dropdown_list--course > li:nth-child(4) ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
.c-header__bottom_list_dropdown_list_item {
  border-bottom: 0.1rem solid #DEDEDE;
}
.c-header__bottom_list_dropdown_list_item_label {
  color: #fff;
  background: #004193;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.6rem;
}
.c-header__bottom_list_dropdown_list_link {
  font-size: 1.5rem;
  color: #333;
  padding: 1.8rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.c-header__bottom_list_dropdown_list_link:hover {
  color: #004193;
}
.c-header__bottom_list_dropdown_list_link:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-position: 55% 50%;
  background-size: 0.9rem 0.9rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #004193;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-header__bottom_list_dropdown_list_link:hover::after {
    background-color: #004193;
    background-image: url(../img/common/icon_arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: 55% 50%;
    background-size: 0.9rem 0.9rem;
  }
}

.c-header-hamburger-btn {
  display: none;
  width: 2.4rem;
  height: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-header-hamburger-btn {
    display: block;
  }
}
.c-header-hamburger-btn__line {
  width: 2.4rem;
  height: 0.1rem;
  background-color: #004193;
  position: absolute;
}
.c-header-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-header-hamburger-btn__line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.c-header-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.l-main {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 6rem;
  }
}

.l-container {
  margin: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-container {
    margin: 6rem 0 0;
  }
}

.l-inner-sm {
  width: 108rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-inner {
  width: 132rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-inner-lg {
  width: 144rem;
  max-width: 100%;
  margin: 0 auto;
}

.c-footer__top {
  background-color: #00214B;
  padding: 10.4rem 0 13.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-footer__top {
    padding: 2.5rem 0 4rem;
  }
}
.c-footer__top_container {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-footer__top_container {
    flex-direction: column;
    gap: 0;
  }
}
.c-footer__top_menu {
  min-width: 23.3rem;
  display: grid;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-footer__top_menu {
    width: 100%;
    min-width: inherit;
    gap: 0;
  }
}
.c-footer__top_menu:last-of-type {
  margin-left: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-footer__top_menu:last-of-type {
    margin-left: 0;
  }
  .c-footer__top_menu:last-of-type .c-footer__top_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.6rem;
  }
  .c-footer__top_menu:last-of-type .c-footer__top_list_item {
    border-bottom: 0.1rem solid #374F6F;
    margin-top: 0;
  }
  .c-footer__top_menu:last-of-type .c-footer__top_list_link {
    padding: 1.8rem 0;
  }
}
.c-footer__top_list {
  display: grid;
}
@media screen and (max-width: 767px) {
  .c-footer__top_list_accordion {
    margin-top: 1.6rem;
    display: none;
  }
}
.c-footer__top_list_accordion_btn {
  display: block;
  width: 2rem;
  height: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-footer__top_list_accordion_btn:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.2rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__top_list_accordion_btn.active:after {
    content: "-";
    font-size: 3rem;
    padding-bottom: 0.6rem;
  }
}
.c-footer__top_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-footer__top_list_item + .c-footer__top_list_item {
  margin-top: 2rem;
}
.c-footer__top_list_item.u-title {
  width: 23.3rem;
  border-bottom: 0.1rem solid #dedede;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-footer__top_list_item.u-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.c-footer__top_list_link {
  font-size: 1.3rem;
  color: #dedede;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
  position: relative;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-footer__top_list_link {
    font-size: 1.2rem;
  }
}
.c-footer__top_list_link:before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url(../img/common/icon_circle-arrow-right-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
}
.c-footer__top_list_link:not(.u-title-link):before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.1rem;
  background-color: #dedede;
}
.c-footer__top_list_link.u-title-link {
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-footer__top_list_link.u-title-link {
    font-size: 1.3rem;
    padding: 1.4rem 0;
  }
}
.c-footer__top_list_link.u-title-link:hover {
  color: #fff;
}
.c-footer__top_list_link.u-title-link:hover::before {
  background-image: url(../img/common/icon_circle-arrow-right-footer-hover.svg);
}
.c-footer__top_list_link:hover {
  color: rgba(222, 222, 222, 0.7);
}
.c-footer__top_list_link.u-top {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-footer__top_list_link.u-top:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.4rem;
    display: inline-block;
    width: 1rem;
    height: 2rem;
    background-image: url(../img/common/icon_arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.c-footer__bottom {
  background-color: #001631;
  padding: 5.6rem 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-footer__bottom {
    padding: 4rem 2rem 12rem;
  }
}
.c-footer__bottom_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-footer__bottom_container {
    flex-direction: column;
    gap: 4rem;
  }
}
.c-footer__bottom_container:first-of-type {
  padding-bottom: 4.8rem;
  margin-bottom: 4.8rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .c-footer__bottom_container:first-of-type {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.c-footer__bottom_info {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-footer__bottom_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    width: 26.6rem;
  }
}
.c-footer__bottom_info_logo {
  width: 26.6rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-footer__bottom_info_logo {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.c-footer__bottom_info_logo img {
  width: 100%;
}
.c-footer__bottom_info_item {
  display: grid;
  gap: 1rem;
}
.c-footer__bottom_info_item_title {
  font-weight: 500;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-footer__bottom_info_item_title {
    font-size: 1.2rem;
  }
}
.c-footer__bottom_info_item_text {
  font-size: 1.3rem;
  color: #8A9AB0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-footer__bottom_info_item_text {
    font-size: 1.2rem;
  }
}
.c-footer__bottom_sns {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.c-footer__bottom_sns_link {
  width: 2.7rem;
  display: block;
}
.c-footer__bottom_sns_link img {
  width: 100%;
}
.c-footer__bottom_list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-footer__bottom_list {
    flex-direction: column;
    gap: 2rem;
  }
}
.c-footer__bottom_list_item:nth-of-type(3) .u-external-link:after {
  margin-left: -0.5rem;
}
.c-footer__bottom_list_link {
  font-size: 1.3rem;
  color: #8A9AB0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-footer__bottom_list_link {
    font-size: 1.1rem;
  }
}
.c-footer__bottom_list_link.u-external-link:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.7rem;
  background-image: url(../img/common/icon_external-link-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-footer__bottom_list_link.u-external-link:after {
    width: 0.9rem;
    height: 0.7rem;
  }
}
.c-footer__bottom_copyright small {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .c-footer__bottom_copyright small {
    font-size: 1.1rem;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-nowrap {
    white-space: nowrap !important;
  }
}
@media screen and (max-width: 767px) {
  .u-nowrap--sp {
    white-space: nowrap !important;
  }
}

@media screen and (min-width: 768px) {
  .u-no-letter-spacing {
    letter-spacing: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-no-letter-spacing--sp {
    letter-spacing: 0 !important;
  }
}

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

.c-common-link {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  transition: 0.3s;
}
.c-common-link:hover {
  color: #004193;
}
.c-common-link:after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-image: url(../img/common/icon_arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 55% 50%;
  background-size: 1.2rem 1.2rem;
  border-radius: 50%;
  border: 0.1rem solid #004193;
  background-color: #004193;
  transition: 0.3s;
}
.c-common-link:hover:after {
  transform: scale(1.15);
  background-color: #fff;
  background-image: url(../img/common/icon_arrow-right-blue.svg);
}
.c-common-link--white {
  color: #fff;
}
.c-common-link--white:after {
  background-image: url(../img/common/icon_arrow-right-blue.svg);
  background-color: #fff;
}

.c-common-btn {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.015em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33.8rem;
  max-width: 100%;
  height: 5.6rem;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-common-btn {
    font-size: 1.3rem;
  }
}
.c-common-btn--sm {
  width: 20rem;
}
.c-common-btn--md {
  width: 28rem;
}
.c-common-btn--lg {
  width: 38rem;
}
.c-common-btn--white {
  color: #004193;
  border: 0.1rem solid #004193;
  background-color: #fff;
}
.c-common-btn--white:hover {
  color: #fff;
  background-color: #004193;
}
.c-common-btn--white.c-common-btn--arrow:before {
  background-image: url(../img/common/icon_arrow-right-blue.svg);
}
.c-common-btn--white.c-common-btn--arrow:hover:before {
  background-image: url(../img/common/icon_arrow-right-white.svg);
}
.c-common-btn--white.c-common-btn--more:before {
  background-image: url(../img/common/icon_more-blue.svg);
}
.c-common-btn--white.c-common-btn--more:hover:before {
  background-image: url(../img/common/icon_more-white.svg);
}
.c-common-btn--blue {
  color: #fff;
  border: 0.1rem solid #004193;
  background-color: #004193;
}
.c-common-btn--blue:hover {
  color: #004193;
  background-color: #fff;
}
.c-common-btn--blue.c-common-btn--arrow:before {
  background-image: url(../img/common/icon_arrow-right-white.svg);
}
.c-common-btn--blue.c-common-btn--arrow:hover:before {
  background-image: url(../img/common/icon_arrow-right-blue.svg);
}
.c-common-btn--blue.c-common-btn--more:before {
  background-image: url(../img/common/icon_more-white.svg);
}
.c-common-btn--blue.c-common-btn--more:hover:before {
  background-image: url(../img/common/icon_more-blue.svg);
}
.c-common-btn--arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  display: inline-block;
  width: 0.6rem;
  height: 1.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: color 0.3s;
}
.c-common-btn--arrow-reverse::before {
  left: 2rem;
  right: inherit;
  transform: translateY(-50%) scaleX(-1);
}
.c-common-btn--more:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: color 0.3s;
}

.c-title-en {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-size: 6.4rem;
  color: #004193;
  line-height: 1.5;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .c-title-en {
    font-size: 4rem;
  }
}
.c-title-ja {
  font-size: 1.6rem;
  color: #004193;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .c-title-ja {
    font-size: 1.3rem;
  }
}

.c-breadcrumb__bottom {
  margin-top: 5rem;
  position: relative;
}
.c-breadcrumb__wrap {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrap {
    margin: 0 2rem;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-breadcrumb__list-item {
  color: rgba(51, 51, 51, 0.5);
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list-item {
    line-height: 1.5;
  }
}
.c-breadcrumb__list-item::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 0.8rem;
  background: #004193;
  margin: 0 0.8rem 0;
  transform: rotate(45deg);
}
.c-breadcrumb__list-item:last-of-type::after {
  display: none;
}
.c-breadcrumb__list a {
  color: #333;
  transition: 0.3s;
}
.c-breadcrumb__list a:hover {
  opacity: 0.5;
}

.c-cta__head {
  padding: 14rem 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .c-cta__head {
    padding: 7rem 0 4.8rem;
  }
}
.c-cta__head-read {
  text-align: center;
  color: #004193;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-cta__head-read {
    font-size: 1.9rem;
  }
}
.c-cta__head-read span {
  font-size: 2.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cta__head-read span {
    font-size: 2.4rem;
  }
}
.c-cta__head-read span::before {
  content: "";
  display: block;
  width: 1.17rem;
  height: 0.94rem;
  background-image: url(../img/common/onepoint-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.6rem;
  left: -0.4rem;
}
@media screen and (max-width: 767px) {
  .c-cta__head-read span::before {
    top: -0.25rem;
    left: -0.5rem;
  }
}
.c-cta__head-read br {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-cta__head-read br {
    display: block;
  }
}
.c-cta__head-bnr {
  max-width: 104rem;
  display: block;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-cta__head-bnr {
    margin: 1.2rem 2rem 0;
  }
}
.c-cta__head-bnr img {
  width: 100%;
  transition: 0.3s;
}
.c-cta__head-bnr:hover img {
  opacity: 0.5;
}
.c-cta__list {
  display: flex;
  justify-content: space-between;
  gap: 4.2rem;
  margin: 0 0 5.6rem;
}
@media screen and (max-width: 767px) {
  .c-cta__list {
    flex-direction: column;
    gap: 1.6rem;
    margin: 0 0 2.8rem;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  gap: 0.96rem;
  width: fit-content;
  margin: 7.7rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin: 4rem auto 0;
  }
}
.c-pagination__prev::before, .c-pagination__next::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(../img/common/icon_arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-pagination__prev:hover::before, .c-pagination__next:hover::before {
  background-image: url(../img/common/icon_arrow-right-white.svg);
}
.c-pagination__prev::before {
  transform: scaleX(-1);
}
.c-pagination__number, .c-pagination__prev, .c-pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  color: #004193;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  border: solid 0.1rem #D6D6D6;
  transition: 0.3s;
}
.c-pagination__number.active, .c-pagination__number:hover, .c-pagination__prev.active, .c-pagination__prev:hover, .c-pagination__next.active, .c-pagination__next:hover {
  color: #fff;
  background: #004193;
  border: solid 0.1rem #004193;
}

.c-wrapper {
  max-width: 128rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-wrapper {
    margin: 0 2rem;
  }
}

.c-inner {
  max-width: 104rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    margin: 0 2rem;
  }
}

.c-banner {
  margin-top: 14rem;
  padding: 15.5rem 0 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-banner {
    margin-top: 7rem;
    padding-top: 5rem;
    padding-bottom: 1.6rem;
  }
}
.c-banner::before {
  content: "";
  width: 100%;
  height: calc(100% + 8.2rem);
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  background: #fff url("../../assets/img/support/bg-guide.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 767px) {
  .c-banner::before {
    background: url("../../assets/img/support/bg-guide-sp.png") no-repeat center top/100% auto;
    height: calc(100% + 6.8rem);
  }
}
.c-banner__lightblue {
  padding: 8rem 0 1rem;
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .c-banner__lightblue {
    padding-top: 4rem;
  }
}
.c-banner__lightblue:before {
  position: absolute;
  content: "";
  background-image: url(../img/enrollment/bg-cr.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-banner__lightblue:before {
    height: 100%;
    background-size: 100% 100%;
    background-image: url(../img/enrollment/bg-cr-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.c-banner__tsushin .c-banner__container {
  padding: 0;
}
.c-banner__expenses-tuition {
  margin-top: 14rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-banner__expenses-tuition {
    margin-top: 7rem;
  }
}
.c-banner__expenses-tuition .p-tuition-fee__footer {
  background: none;
}
.c-banner__voice {
  margin-top: 8rem;
  padding: 8rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-banner__voice {
    margin-top: 0;
    padding: 0 0 1rem;
  }
}
.c-banner__voice::before {
  background: #fff url(../../assets/img/voice/bg-foot.png) no-repeat center top/100% auto;
}
.c-banner__voice .c-breadcrumb__bottom {
  position: relative;
}
.c-banner__course {
  margin-top: 0;
  padding-top: 0;
}
.c-banner__course:before {
  background: none;
}
.c-banner__container {
  width: 108rem;
  max-width: 100%;
  padding-inline: 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.c-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2rem;
}
@media screen and (max-width: 767px) {
  .c-banner__list {
    flex-direction: column;
    gap: 2rem;
  }
}
.c-banner__list-item {
  width: calc((100% - 4.2rem) / 2);
}
@media screen and (max-width: 767px) {
  .c-banner__list-item {
    width: 100%;
  }
}
.c-banner__list-item-link {
  display: block;
  background: #fff;
}
.c-banner__list-item-link img {
  transition: 0.3s;
}
.c-banner__list-item-link:hover img {
  opacity: 0.5;
}

.c-accordion {
  margin-bottom: 0.8rem;
}
.c-accordion__head {
  position: relative;
  display: block;
  background: #EDF7FF;
  color: #004193;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 1.55rem 1.6rem;
}
.c-accordion__head::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../../assets/img/common/icon_arrow-down-header.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.3rem;
  height: 0.7rem;
  transition: 0.3s;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}
.c-accordion__head.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.c-accordion__label {
  color: #fff;
  background: #004193;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1.2rem 1.6rem;
  margin-top: 2.4rem;
}
.c-accordion__body {
  margin: 0.4rem 0 0;
  display: none;
}
.c-accordion__body li:last-child a {
  border-bottom: 0;
  margin-bottom: -0.8rem;
}
.c-accordion__body li a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 2.1rem 0.8rem;
  display: block;
  border-bottom: 0.1rem solid #DEDEDE;
  margin: 0 1.6rem;
  position: relative;
  transition: 0.3s;
}
.c-accordion__body li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../../assets/img/common/icon_circle_footer_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.c-accordion__body li a:hover::after, .c-accordion__body li a:active::after, .c-accordion__body li a:focus-visible::after, .c-accordion__body li a.is-hover::after {
  background-image: url(../../assets/img/common/icon_circle_footer_hover-sp.svg);
  transform: translateY(-50%);
}
.c-accordion__body li a:hover {
  color: #004193;
}
.c-accordion__body li .c-accordion__item {
  color: #004193;
  border-bottom: 0;
  margin-bottom: -2.4rem;
}
.c-accordion__body li .c-accordion__item::after {
  background-image: url(../../assets/img/common/icon_circle_footer_hover-sp.svg);
}
.c-accordion__body li .c-accordion__item:hover::after {
  background-image: url(../../assets/img/common/icon_circle_footer_sp.svg);
}

body.is-active {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-header__top {
    position: relative;
    z-index: 999;
  }
}

.c-header-hamburger-btn {
  display: none;
  width: 6rem;
  height: 2.8rem;
  position: relative;
  border: 0.1rem solid #BBD4F5;
  border-radius: 0.6rem;
  text-align: center;
}
.c-header-hamburger-btn.is-active {
  background: #D4E3F6;
  border: 0.1rem solid #D4E3F6;
}
@media screen and (max-width: 767px) {
  .c-header-hamburger-btn {
    display: block;
  }
}
.c-header-hamburger-text {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.2rem;
  color: #004294;
}

.c-header__topsp_nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  padding: 8.1rem 2rem 0;
  z-index: 998;
}
.c-header__topsp_nav.is-open {
  display: block;
}
.c-header__topsp_inner {
  overflow: auto;
  padding-bottom: 100px;
  height: 100%;
  display: block;
}
.c-header__topsp_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.c-header__topsp_list_item {
  width: 49%;
}
.c-header__topsp_list_item a {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #D9D9D9;
  display: block;
  padding: 1.5rem 1rem;
}
.c-header__topsp_list_item a::before {
  position: absolute;
  content: "";
  display: inline-block;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.6rem solid #D9D9D9;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-header__topsp_list_item--modi a {
  border-bottom: 0;
}

.c-header__bottomsp_btns {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.4rem;
  background: #EDF7FF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  padding: 2rem;
}
.c-header__bottomsp_btns_link {
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.05em;
  width: 49%;
  height: 5rem;
  border-radius: 0.4rem;
  display: grid;
  place-items: center;
  padding-top: 0.2rem;
}
.c-header__bottomsp_btns .u-light-blue {
  background-color: #03BBD5;
  box-shadow: 0 0.4rem 0 #008FA4;
}
.c-header__bottomsp_btns .u-blue {
  background-color: #004193;
  box-shadow: 0 0.4rem 0 #002F6A;
}

.c-page-top {
  position: fixed;
  right: 8rem;
  bottom: 8rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.53rem;
  height: 4.53rem;
  border: 0.1rem solid #004193;
  background-color: #004193;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  transition: 0.4s;
}
.c-page-top::before {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: 0.5rem;
  background-image: url("../img/common/icon_arrow-up-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-page-top:hover {
  background: #fff;
}
.c-page-top:hover::before {
  background-image: url("../img/common/icon_arrow-up-blue.svg");
}
@media screen and (max-width: 767px) {
  .c-page-top {
    bottom: 12rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
  }
}

.c-popup {
  position: fixed;
  bottom: 15.4rem;
  right: 1.8rem;
  z-index: 1000;
  border-radius: 0.8rem;
  background-color: #fff;
  padding: 2rem 1.5rem 1.5rem;
  box-shadow: 0 0 0.16rem rgba(0, 65, 147, 0.28);
}
@media screen and (max-width: 767px) {
  .c-popup {
    display: none;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    padding: 0.6rem 0.8rem 2rem;
  }
}
.c-popup_close {
  position: absolute;
  padding: 0.8rem;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-popup_close {
    display: none;
  }
}
.c-popup_close img {
  width: 1.1rem;
}
.c-popup_top {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.3rem;
}
.c-popup_date {
  font-weight: 500;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .c-popup_date {
    font-size: 1.84rem;
  }
}
.c-popup_day {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .c-popup_day {
    font-size: 1.5rem;
  }
}
.c-popup_text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-popup_text {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-popup_links {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 0.6rem;
  }
}
.c-popup_link {
  font-weight: 500;
  font-size: 1.3rem;
  color: #fff;
  width: 17rem;
  height: 4rem;
  border-radius: 0.8rem;
  display: grid;
  place-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-popup_link {
    width: 16.9rem;
    height: 4rem;
  }
}
.c-popup_link.u-light-blue {
  background-color: #03BBD5;
  margin-top: 0.8rem;
  border: 0.1rem solid #03BBD5;
}
@media screen and (max-width: 767px) {
  .c-popup_link.u-light-blue {
    margin-top: 0;
  }
}
.c-popup_link.u-light-blue:hover {
  color: #03BBD5;
  background-color: #fff;
}
.c-popup_link.u-blue {
  background-color: #004193;
  margin-top: 1.4rem;
  border: 0.1rem solid #004193;
}
@media screen and (max-width: 767px) {
  .c-popup_link.u-blue {
    margin-top: 0;
  }
}
.c-popup_link.u-blue:hover {
  color: #004193;
  background-color: #fff;
}
.c-popup_link.u-purple {
  background-color: #B7B8D4;
  margin-top: 0.8rem;
  border: 0.1rem solid #B7B8D4;
}
@media screen and (max-width: 767px) {
  .c-popup_link.u-purple {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.c-popup_link.u-purple:hover {
  color: #B7B8D4;
  background-color: #fff;
}/*# sourceMappingURL=common.css.map */