@charset "UTF-8";

/* parts */
.p-entryBtn {
  display: flex;
  gap: 8px;
  align-items: center;
  background-image: url(../img/common/ico_arrow_white.svg);
  background-repeat: no-repeat;
  background-color: #192860;
  color: #ffffff;
}
.p-entryBtn.-white {
  background-image: url(../img/common/ico_arrow_blue.svg);
  background-color: #ffffff;
  color: #192860;
}
@media (min-width: 768px) {
  .p-entryBtn {
    padding-block: 12px;
    padding-inline: 24px 64px;
    background-position: right 24px center;
    background-size: 23px auto;
    border: 2px solid #192860;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-entryBtn {
    padding-block: 4.27vw;
    padding-inline: 5.33vw 13.87vw;
    background-position: right 5.33vw center;
    background-size: 5.33vw auto;
    border: 0.27vw solid #192860;
    font-size: 4.27vw;
  }
}

.p-entryBtn .p-entryBtn__label {
  display: inline-flex;
  align-items: baseline;
  background-color: #ffff00;
  color: #192860;
  line-height: 1;
}
.p-entryBtn.-white .p-entryBtn__label {
  background-color: #e6edf5;
}
.p-entryBtn .p-entryBtn__label span {
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .p-entryBtn .p-entryBtn__label {
    padding-block: 1px 4px;
    padding-inline: 14px;
    border-radius: 16px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-entryBtn .p-entryBtn__label {
    padding-block: 0.67vw 0.93vw;
    padding-inline: 3.2vw;
    border-radius: 3.73vw;
    font-size: 4vw;
  }
}

.c_fixEntryBtn {
  display: flex;
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.12);
  z-index: 9990;
}
@media (min-width: 768px) {
  .c_fixEntryBtn {
    flex-direction: column;
    gap: 9px;
    right: 0;
    padding: 16px;
  }
  .c_fixEntryBtn .p-entryBtn {
    padding-block: 10px;
    padding-inline: 16px 55px;
    background-position: right 16px center;
    background-size: 18px auto;
    font-size: 16px;
  }
  .c_fixEntryBtn .p-entryBtn .p-entryBtn__label {
    padding-block: 1px 3px;
    padding-inline: 11px;
    border-radius: 12px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c_fixEntryBtn {
    right: 0;
    width: 100%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.12);
  }
  .c_fixEntryBtn .p-entryBtn {
    width: 50%;
    padding-block: 3.2vw;
    padding-inline: 5.3vw 10.6vw;
    background-position: right 4vw center;
    background-size: 4vw auto;
    border-width: 0;
    font-size: 3.2vw;
    text-align: center;
  }
  .c_fixEntryBtn .p-entryBtn .p-entryBtn__label {
    padding-block: 0.39vw 0.66vw;
    padding-inline: 1.73vw;
    border-radius: 2.67vw;
    font-size: 2.93vw;
  }
}

/* component */
.c_loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  line-height: 0;
  top: 0px;
  left: 0px;
  background: #192860;
  z-index: 10001;
}

.c_loading__inner {
  position: fixed;
  top: 50%;
  line-height: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 10002;
}

.c_loading__logo {
  position: relative;
  overflow: hidden;
  display: table;
  width: 421px;
}

@media (max-width: 767px) {
  .c_loading__logo {
	  width: 187px;
  }
}

.c_loading__logo__mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #192860;
  -webkit-animation: 1.5s logoAnim cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: 1.5s logoAnim cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media all and (-ms-high-contrast: none) {
  .c_loading__logo__mask {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .c_loading__logo__mask {
    display: none;
  }
}

@-moz-document url-prefix() {
  .c_loading__logo__mask {
    display: none;
  }
}

@-webkit-keyframes logoAnim {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes logoAnim {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.c_header {
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .c_header__logo, .c_header__gnav__logo {
    margin-top: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .c_header__logo, .c_header__gnav__logo {
    width: 20vw;
    height: 10vw;
    margin-top: 3.46vw;
    margin-left: 3.46vw;
  }
}

.c_header__logo a, .c_header__gnav__logo a {
  display: inline-block;
}

@media (min-width: 768px) {
  .c_header__logo a:hover, .c_header__gnav__logo a:hover {
    opacity: .7;
  }
}


.c_header__gnavBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #192860;
}

@media (min-width: 768px) {
  .c_header__gnavBtn {
    cursor: pointer;
    width: 85px;
    height: 85px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .c_header__gnavBtn {
    width: 14.66vw;
    height: 14.66vw;
  }
}

@media (min-width: 768px) {
  .c_header__gnavBtn::before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -200%;
    top: -200%;
    content: "";
    width: 170px;
    height: 170px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  }
}

.c_header__gnavBtn__stick {
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .c_header__gnavBtn__stick {
    width: 39px;
    height: 27px;
  }
}

@media (max-width: 767px) {
  .c_header__gnavBtn__stick {
    width: 6.66vw;
    height: 5.06vw;
  }
}

.c_header__gnavBtn__stick span {
  position: absolute;
  display: block;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  left: 0;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .c_header__gnavBtn__stick span {
    height: 3px;
  }
}

@media (max-width: 767px) {
  .c_header__gnavBtn__stick span {
    height: 0.53vw;
  }
}

.c_header__gnavBtn__stick span:nth-of-type(1) {
  top: 0;
}

@media (min-width: 768px) {
  .c_header__gnavBtn__stick span:nth-of-type(2) {
    top: 12px;
  }
}

@media (max-width: 767px) {
  .c_header__gnavBtn__stick span:nth-of-type(2) {
    top: 2.26vw;
  }
}

.c_header__gnavBtn__stick span:nth-of-type(3) {
  bottom: 0;
}

@media (min-width: 768px) {
  .c_header__gnavBtn:hover::before {
    -webkit-animation: shiny .5s linear;
    animation: shiny .5s linear;
  }
}

@-webkit-keyframes shiny {
  0% {
    left: -200%;
    top: -200%;
  }
  100% {
    left: 200%;
    top: 200%;
  }
}

@keyframes shiny {
  0% {
    left: -200%;
    top: -200%;
  }
  100% {
    left: 200%;
    top: 200%;
  }
}

@media (min-width: 768px) {
  .c_header__gnavBtn.is_active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
}

@media (max-width: 767px) {
  .c_header__gnavBtn.is_active span:nth-of-type(1) {
    -webkit-transform: translateY(2.26vw) rotate(-45deg);
    transform: translateY(2.26vw) rotate(-45deg);
  }
}

.c_header__gnavBtn.is_active span:nth-of-type(2) {
  opacity: 0;
}

@media (min-width: 768px) {
  .c_header__gnavBtn.is_active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
  }
}

@media (max-width: 767px) {
  .c_header__gnavBtn.is_active span:nth-of-type(3) {
    -webkit-transform: translateY(-2.26vw) rotate(45deg);
    transform: translateY(-2.26vw) rotate(45deg);
  }
}

.c_header__gnav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #192860;
  z-index: 9998;
}

@media (max-width: 767px) {
  .c_header__gnav__logo {
    background: #192860;
    position: relative;
    z-index: 2;
  }
}

.c_header__gnav__listWrap {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  overflow: auto;
}

@media (min-width: 768px) {
  .c_header__gnav__list {
    width: 212px;
  }
}

@media (max-width: 767px) {
  .c_header__gnav__list {
    width: 41.33vw;
  }
}

@media (min-width: 768px) {
  .c_header__gnav__list:first-child {
    margin-right: 105px;
  }
}

@media (max-width: 767px) {
  .c_header__gnav__list:first-child {
    margin-right: 6.66vw;
  }
}

.c_header__gnav__list__item {
  opacity: 0;
  border-bottom: 1px solid #fff;
}

.c_header__gnav__list__item:first-child {
  border-top: 1px solid #fff;
}

.c_header__gnav__list__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
}

.c_header__gnav__list__item > a span.-lines {
  line-height: 1.2;
}

@media (min-width: 768px) {
  .c_header__gnav__list__item > a {
    position: relative;
    font-size: 18px;
    height: 70px;
    -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .c_header__gnav__list__item > a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .c_header__gnav__list__item > a span {
    position: relative;
    z-index: 2;
  }
  .c_header__gnav__list__item > a:hover {
    color: #192860;
    padding-left: 10px;
  }
  .c_header__gnav__list__item > a:hover::before {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c_header__gnav__list__item > a {
    height: 15.33vw;
    font-size: 15px;
    font-size: 4vw;
  }
}

.c_header__gnav__list__item__childTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
}

@media (min-width: 768px) {
  .c_header__gnav__list__item__childTtl {
    font-size: 18px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .c_header__gnav__list__item__childTtl {
    height: 15.33vw;
    font-size: 15px;
    font-size: 4vw;
  }
}

.c_header__gnav__list__item__childList {
  display: block;
}

@media (min-width: 768px) {
  .c_header__gnav__list__item__childList {
    margin-bottom: 30px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .c_header__gnav__list__item__childList {
    margin-bottom: 6vw;
    padding-left: 4vw;
  }
}

.c_header__gnav__list__item__childList__item a {
  color: #fff;
  display: block;
}

@media (min-width: 768px) {
  .c_header__gnav__list__item__childList__item a {
    font-size: 15px;
    margin-top: 20px;
  }
  .c_header__gnav__list__item__childList__item a:hover {
    opacity: .7;
  }
}

@media (max-width: 767px) {
  .c_header__gnav__list__item__childList__item a {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 5.33vw;
  }
}

.c_header__gnav__list__item__childList__item:first-child a {
  margin-top: 0;
}

.c_footer {
  background-color: #192860;
  position: relative;
}

@media (min-width: 768px) {
  .c_footer {
    overflow-x: hidden;
    width: 100%;
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media (max-width: 767px) {
  .c_footer {
    width: 100%;
    padding-top: 12.66vw;
  }
}

.c_footer__pagetop {
  position: absolute;
}

@media (min-width: 768px) {
  .c_footer__pagetop {
    right: 55px;
    top: 80px;
    cursor: pointer;
  }
  .c_footer__pagetop:hover {
    opacity: .7;
  }
  .c_footer__pagetop img {
    width: 9px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .c_footer__pagetop {
    right: 4.8vw;
    top: 12.26vw;
    width: 1.6vw;
  }
}

.c_footer__logo {
  text-align: center;
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .c_footer__logo {
    margin-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .c_footer__logo {
    width: 74.4vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15.33vw;
  }
}

.c_footer__rnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .c_footer__rnav {
    width: 800px;
    height: 230px;
    padding-left: 100px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .c_footer__rnav {
    width: 89.33vw;
    height: 80vw;
    margin-bottom: 5.33vw;
  }
}

@media (min-width: 768px) {
  .c_footer__rnav__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .c_footer__rnav__item {
    margin-bottom: 6.66vw;
    padding-left: 6.66vw;
  }
}

.c_footer__rnav__item > a {
  color: #fff;
}

@media (min-width: 768px) {
  .c_footer__rnav__item > a {
    font-size: 16px;
  }
  .c_footer__rnav__item > a:hover {
    opacity: .7;
  }
}

@media (max-width: 767px) {
  .c_footer__rnav__item > a {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.c_footer__rnav__item__childTtl {
  display: block;
  color: #fff;
}

@media (min-width: 768px) {
  .c_footer__rnav__item__childTtl {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .c_footer__rnav__item__childTtl {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.c_footer__rnav__item__childList {
  display: block;
}

@media (min-width: 768px) {
  .c_footer__rnav__item__childList {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .c_footer__rnav__item__childList {
    margin-top: 5.33vw;
  }
}

.c_footer__rnav__item__childList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .c_footer__rnav__item__childList__item {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .c_footer__rnav__item__childList__item {
    margin-bottom: 2.66vw;
  }
}

.c_footer__rnav__item__childList__item::before {
  content: '';
  display: inline-block;
  background: #fff;
}

@media (min-width: 768px) {
  .c_footer__rnav__item__childList__item::before {
    width: 10px;
    height: 1px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .c_footer__rnav__item__childList__item::before {
    width: 2.53vw;
    height: 0.53vw;
    margin-right: 1.86vw;
  }
}

.c_footer__rnav__item__childList__item > a {
  color: #fff;
}

@media (min-width: 768px) {
  .c_footer__rnav__item__childList__item > a {
    font-size: 14px;
  }
  .c_footer__rnav__item__childList__item > a:hover {
    opacity: .7;
  }
}

@media (max-width: 767px) {
  .c_footer__rnav__item__childList__item > a {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

@media (max-width: 767px) {
  .c_footer__company {
    background: #fff;
    padding-top: 8.66vw;
    padding-bottom: 16.66vw;
  }
}

.c_footer__company__logo {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .c_footer__company__logo {
    width: 277px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .c_footer__company__logo {
    width: 49.2vw;
    margin-bottom: 5.33vw;
  }
}

.c_footer__company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .c_footer__company__list__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.c_footer__company__list__item a {
  color: #a3a3a3;
}

@media (min-width: 768px) {
  .c_footer__company__list__item a {
    font-size: 13px;
  }
  .c_footer__company__list__item a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .c_footer__company__list__item a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.c_footer__company__copyright {
  color: #a3a3a3;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

@media (min-width: 768px) {
  .c_footer__company__copyright {
    font-size: 13px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .c_footer__company__copyright {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 2.66vw;
  }
}

.c_font_midashiGo {
  font-family: a-otf-midashi-go-mb31-pr6n, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'メイリオ', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.c_font_brandonGrotesqueRegular {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c_font_brandonGrotesqueBold {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.c_font_nimbusSansRegular {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c_font_nimbusSansBold {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.c_font_nimbusSansBlack {
  font-family: nimbus-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.c_primaryBtn a, .c_primaryBtn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-image: url("../../assets/img/common/ico_arrow_white.svg");
  background-position: 95% center;
  background-color: #192860;
  background-size: 18px 19px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .c_primaryBtn a, .c_primaryBtn button {
    width: 480px;
    min-height: 70px;
    font-size: 20px;
    padding: 20px 5%;
    cursor: pointer;
    -webkit-transition: .1s linear;
    transition: .1s linear;
  }
  .c_primaryBtn a:hover, .c_primaryBtn button:hover {
    background-position: 96% center;
  }
}

@media (max-width: 767px) {
  .c_primaryBtn a, .c_primaryBtn button {
    width: 100%;
    height: 16vw;
    font-size: 20px;
    font-size: 5.33333vw;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
    background-size: 3.33vw 3.46vw;
  }
}

.c_primaryBtn--white a, .c_primaryBtn--white button {
  background-color: #fff;
  background-image: url("../../assets/img/common/ico_arrow_blue.svg");
  color: #192860;
}

.c_primaryBtn--back a, .c_primaryBtn--back button {
  background-image: url("../../assets/img/common/ico_arrow_back_white.svg");
  background-position: 5% center;
}

@media (min-width: 768px) {
  .c_primaryBtn--back a:hover, .c_primaryBtn--back button:hover {
    background-position: 4% center;
  }
}

.noLinkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  background-color: #192860;
  background-size: 18px 19px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .noLinkBtn {
    width: 480px;
    min-height: 70px;
    font-size: 20px;
    padding: 20px 5%;
  }
}

@media (max-width: 767px) {
  .noLinkBtn {
    width: 100%;
    min-height: 16vw;
    font-size: 20px;
    font-size: 5.33333vw;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
    background-size: 3.33vw 3.46vw;
  }
}

.noLinkBtn span {
  text-align: center;
  width: 100%;
  display: block;
}

.noLinkBtn__att {
  display: block;
  letter-spacing: .2em;
}

@media (min-width: 768px) {
  .noLinkBtn__att {
    font-size: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .noLinkBtn__att {
    font-size: 8px;
    font-size: 2.13333vw;
    margin-top: 1.33vw;
  }
}

.noLinkBtn--white {
  background-color: #fff;
  color: #192860;
}

.c_mv {
  position: relative;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .c_mv {
    padding-top: 450px;
  }
}

@media (max-width: 767px) {
  .c_mv {
    overflow: hidden;
    padding-top: 71.73vw;
  }
}

.c_mv__mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e6edf5;
}

@media all and (-ms-high-contrast: none) {
  .c_mv__mask {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .c_mv__mask {
    display: none;
  }
}

@-moz-document url-prefix() {
  .c_mv__mask {
    display: none;
  }
}

.c_mv__catch {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(25, 40, 96, 0.7);
}

@media (min-width: 768px) {
  .c_mv__catch {
    font-size: 30px;
    line-height: 1.2;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .c_mv__catch {
    font-size: 17.5px;
    font-size: 4.66667vw;
    line-height: 1.37143;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

.c_pageTtl {
  background: url("../../assets/img/component/pageTtl/bg_pageTtl.jpg") right top no-repeat;
}

@media (min-width: 768px) {
  .c_pageTtl {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .c_pageTtl {
    background-size: 46.26vw 25.33vw;
    padding-top: 10.66vw;
    margin-bottom: 10.66vw;
  }
}

.c_pageTtl__ttl {
  position: relative;
  overflow: hidden;
  display: table;
  color: #192860;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 768px) {
  .c_pageTtl__ttl {
    width: 10%;
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .c_pageTtl__ttl {
    font-size: 58px;
    font-size: 15.46667vw;
  }
}

.c_pageTtl__ttl__obi {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #192860;
}

@media all and (-ms-high-contrast: none) {
  .c_pageTtl__ttl__obi {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .c_pageTtl__ttl__obi {
    display: none;
  }
}

@-moz-document url-prefix() {
  .c_pageTtl__ttl__obi {
    display: none;
  }
}

.c_pageTtl__subTtl {
  position: relative;
  overflow: hidden;
  display: table;
  color: #192860;
}

@media (min-width: 768px) {
  .c_pageTtl__subTtl {
    font-size: 22px;
    line-height: 32px;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .c_pageTtl__subTtl {
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.25;
  }
}

.c_pageTtl__subTtl__obi {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #192860;
}

@media all and (-ms-high-contrast: none) {
  .c_pageTtl__subTtl__obi {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .c_pageTtl__subTtl__obi {
    display: none;
  }
}

@-moz-document url-prefix() {
  .c_pageTtl__subTtl__obi {
    display: none;
  }
}

.c_pageTtl__school {
  color: #192860;
}

@media (min-width: 768px) {
  .c_pageTtl__school {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .c_pageTtl__school {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.76923;
    margin-top: 5.33vw;
  }
}

.c_pageTtl__lead {
  color: #192860;
}

@media (min-width: 768px) {
  .c_pageTtl__lead {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .c_pageTtl__lead {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.76923;
  }
}

.c_pageTtl__annotation {
  color: #192860;
}
@media (min-width: 768px) {
  .c_pageTtl__annotation {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .c_pageTtl__annotation {
    margin-top: calc(5.33vw / 2);
    font-size: 3.46667vw;
    line-height: 1.76923;
  }
}

.c_entry {
  background-color: #192860;
  color: #fff;
}

@media (min-width: 768px) {
  .c_entry {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .c_entry {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

.c_entry__ttl {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 768px) {
  .c_entry__ttl {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .c_entry__ttl {
    font-size: 58px;
    font-size: 15.46667vw;
  }
}

@media (min-width: 768px) {
  .c_entry__subTtl {
    font-size: 22px;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .c_entry__subTtl {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

@media (min-width: 768px) {
  .c_entry__txt {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .c_entry__txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.76923;
    margin-top: 5.33vw;
  }
}

.c_entry__info {
  width: 100%;
}

@media (min-width: 768px) {
  .c_entry__info {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    background: url("../../assets/img/component/entry/bg_entry.jpg") right 73px no-repeat;
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .c_entry__info {
    background: url("../../assets/img/component/entry/bg_entry_sp.jpg") left 12vw no-repeat;
    background-size: 84vw 53.06vw;
    margin-top: 12.66vw;
  }
}

@media (min-width: 768px) {
  .c_entry__info__ttl {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .c_entry__info__ttl {
    font-size: 46px;
    font-size: 12.26667vw;
  }
}

.c_entry__info__ttl span {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 767px) {
  .c_entry__info__ttl span {
    color: #192860;
  }
}

@media (min-width: 768px) {
  .c_entry__info__subTtl {
    margin-bottom: 74px;
  }
}

@media (max-width: 767px) {
  .c_entry__info__subTtl {
    color: #192860;
    margin-top: 4vw;
    margin-bottom: 19.46vw;
  }
}

@media (min-width: 768px) {
  .c_entry__info__btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .c_entry__info__btn {
    margin-bottom: 4vw;
  }
}

.c_entry__info__btn:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c_entry__info__btn a {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .c_entry__info__btn a {
    width: 70.66vw;
    margin-right: 0;
  }
}

.c_footerLink {
  background: #fff;
}
@media (min-width: 768px) {
  .c_footerLink {
    padding-block: 130px;
  }
}
@media (max-width: 767px) {
  .c_footerLink {
    padding-block: 26.67vw;
  }
}

.c_footerLink__title {
  color: #192860;
  text-align: center;
}
.c_footerLink__title span {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c_footerLink__title {
    font-size: 22px;
  }
  .c_footerLink__title span {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .c_footerLink__title {
    font-size: 6.4vw;
  }
  .c_footerLink__title span {
    font-size: 15.47vw;
  }
}

.c_footerLink__list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c_footerLink__list {
    gap: 25px;
    max-width: 480px;
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .c_footerLink__list {
    gap: 4.27vw;
    margin-top: 8.8vw;
  }
}

.c_footerLink__list .p-entryBtn {
  justify-content: center;
}
@media (min-width: 768px) {
  .c_footerLink__list .p-entryBtn {
    padding-block: 20px;
  }
}
@media (max-width: 767px) {
  .c_footerLink__list .p-entryBtn {
    padding-block: 4.27vw;
  }
}


@media (min-width: 768px) {
  .c_career__inner {
    background: url("../../assets/img/component/career/img_career.jpg") left center no-repeat;
    background-size: 474px auto;
    padding-top: 180px;
    padding-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .c_career__inner {
    background: url("../../assets/img/component/career/img_career_sp.jpg") left center no-repeat;
    background-position: left 20vw;
    background-size: 84.13vw 79.73vw;
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

.c_career__ttlWrap {
  color: #192860;
}

@media (min-width: 768px) {
  .c_career__ttlWrap {
    width: 460px;
    display: table;
    margin-left: auto;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .c_career__ttlWrap {
    margin-bottom: 56vw;
  }
}

.c_career__ttlWrap__ttl {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 768px) {
  .c_career__ttlWrap__ttl {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .c_career__ttlWrap__ttl {
    font-size: 58px;
    font-size: 15.46667vw;
  }
}

@media (min-width: 768px) {
  .c_career__ttlWrap__subTtl {
    font-size: 22px;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .c_career__ttlWrap__subTtl {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

.c_career__btn a {
  margin-left: auto;
  margin-right: 0;
}

@media (min-width: 768px) {
  .c_career__btn a {
    width: 460px;
  }
}

@media (max-width: 767px) {
  .c_career__btn a {
    width: 70.66vw;
  }
}
