@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
  box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

sup {
  font-size: 75%;
  vertical-align: top;
  position: relative; }

strong {
  font-weight: 700; }

sub {
  font-size: 75%;
  vertical-align: bottom;
  position: relative; }

/* reset for form */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif; }

.en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal; }

.min, .p-footer-contact .forInfo_btn, .p-message-box01 .forPh .cap, .p-about-intro, .p-about-box01 .forTxt .ttl, .p-course-type .forTxt_ttl, .p-course-navi_ttl, .p-course-navi_items .item .forTtl, .p-entry-step .forTtl, .p-org-items .forTxt_name {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal; }

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background-color: #fff; }

body {
  position: relative;
  background-size: 100% auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #000;
  text-align: left;
  word-break: break-all;
  line-height: 2;
  font-size: calc(100vw / ( 1400 / 14 )); }
  @media screen and (min-width: 1441px) {
    body {
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: calc(100vw / ( 750 / 26 )); }
      body.open {
        overflow: hidden; } }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

a, button {
  text-decoration: underline;
  color: #000; }
  a:hover, button:hover {
    opacity: 0.7;
    transition: all  0.5s ease; }
  @media screen and (min-width: 769px) {
    a[href^="tel:"], button[href^="tel:"] {
      pointer-events: none; } }
  a.txtLink, button.txtLink {
    color: #445B86; }
  a .icon, button .icon {
    color: #445B86;
    background-color: rgba(234, 85, 4, 0.1);
    padding: 0.2em 0.7em;
    font-size: 87.5%;
    font-weight: 500; }
    a .iconWrap, button .iconWrap {
      margin-left: 0.5em; }
      a .iconWrap .size, button .iconWrap .size {
        color: #DDDDDD;
        font-weight: 400; }
  a.iconMark.forBlank:after, button.iconMark.forBlank:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.2em;
    height: 1em;
    background: url("../images/common/icon_link.svg") left center no-repeat;
    background-size: contain;
    margin-left: 0.5em; }

@media screen and (max-width: 768px) {
  .noSP {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .noPC {
    display: none !important; } }

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s,visibility 1s, transform 1s; }

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

/*========== l-header.scss ==========*/
.l-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background-color: #fff;
  transition: all  0.5s ease; }
  .l-header.withBG {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); }

.page_top .l-header {
  background-color: transparent; }
  .page_top .l-header.withBG {
    background-color: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 768px) {
  .open .l-header {
    background-color: #fff; } }

/*========== l-main.scss ==========*/
.l-main {
  display: block; }
  .l-main p {
    letter-spacing: 0.06em; }
  .l-main.forTop {
    padding-top: 100vh; }
    @media screen and (min-width: 769px) {
      .l-main.forTop {
        padding-top: calc(100vw / ( 1400 / 765 )); } }
    @media screen and (min-width: 1441px) {
      .l-main.forTop {
        padding-top: 765px; } }

/*========== l-footer.scss ==========*/
.l-footer {
  background-color: #fff; }
  @media screen and (min-width: 769px) {
    .l-footer {
      padding-top: calc(100vw / ( 1400 / 45 )); } }
  @media screen and (min-width: 1441px) {
    .l-footer {
      padding-top: 45px; } }

/*========== c-inner.scss ==========*/
.c-inner {
  margin: auto;
  width: calc(100vw / ( 750 / 670 )); }
  @media screen and (min-width: 769px) {
    .c-inner {
      width: calc(100vw / ( 1400 / 1020 )); } }
  @media screen and (min-width: 1441px) {
    .c-inner {
      max-width: 1020px; } }
  @media screen and (min-width: 769px) {
    .c-inner.sizeL {
      width: calc(100vw / ( 1400 / 1280 )); } }
  @media screen and (min-width: 1441px) {
    .c-inner.sizeL {
      max-width: 1280px; } }

/*========== c-title.scss ==========*/
.c-title-primary {
  line-height: 1;
  text-align: center;
  font-weight: 500;
  margin-bottom: 3em;
  position: relative;
  z-index: 1; }
  .c-title-primary .en {
    color: #445B86;
    display: block;
    font-size: calc(100vw / ( 750 / 65 )); }
    @media screen and (min-width: 769px) {
      .c-title-primary .en {
        font-size: calc(100vw / ( 1400 / 50 )); } }
    @media screen and (min-width: 1441px) {
      .c-title-primary .en {
        font-size: 5.0rem; } }
  .c-title-primary .ja {
    display: block;
    padding-top: 1em; }
  .c-title-primary:before {
    content: "";
    display: block;
    margin: 0 auto 1.5em;
    background-color: #445B86;
    height: calc(100vw / ( 750 / 48 ));
    width: 1px; }
    @media screen and (min-width: 769px) {
      .c-title-primary:before {
        height: calc(100vw / ( 1400 / 48 )); } }
    @media screen and (min-width: 1441px) {
      .c-title-primary:before {
        height: 48px; } }
  .c-title-primary.wh .en {
    color: #fff; }
  .c-title-primary.wh .ja {
    color: #fff; }
  .c-title-primary.wh:before {
    background-color: #fff; }
.c-title-secondary {
  font-weight: 700;
  padding-left: 1em;
  margin-bottom: 1.5em;
  border-left: calc(100vw / ( 750 / 4 )) solid #445B86;
  font-size: calc(100vw / ( 750 / 29 )); }
  @media screen and (min-width: 769px) {
    .c-title-secondary {
      border-left-width: 4px;
      font-size: calc(100vw / ( 1400 / 18 )); } }
  @media screen and (min-width: 1441px) {
    .c-title-secondary {
      font-size: 1.8rem; } }
.c-title-head {
  background-color: #445B86;
  position: relative;
  height: calc(100vw / ( 750 / 300 )); }
  @media screen and (min-width: 769px) {
    .c-title-head {
      height: calc(100vw / ( 1400 / 300 )); } }
  @media screen and (min-width: 1441px) {
    .c-title-head {
      height: 300px; } }
  .c-title-head .c-title-primary {
    position: absolute;
    left: 0;
    width: 100%;
    top: 45%;
    transform: translateY(-50%); }
  .c-title-head + .c-sec-std {
    padding: calc(100vw / ( 750 / 60 )) 0; }
    @media screen and (min-width: 769px) {
      .c-title-head + .c-sec-std {
        padding: calc(100vw / ( 1400 / 70 )) 0; } }
    @media screen and (min-width: 1441px) {
      .c-title-head + .c-sec-std {
        padding: 70px 0; } }

/*========== c-bg.scss ==========*/
.c-sec-std p:not(:last-child) {
  margin-bottom: 2em; }

/*========== c-table.scss ==========*/
.c-table-std {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff; }
  .c-table-std:not(:last-child) {
    margin-bottom: calc(100vw / ( 750 / 30 )); }
    @media screen and (min-width: 769px) {
      .c-table-std:not(:last-child) {
        margin-bottom: calc(100vw / ( 1400 / 30 )); } }
    @media screen and (min-width: 1441px) {
      .c-table-std:not(:last-child) {
        margin-bottom: 30px; } }
  .c-table-std th, .c-table-std td {
    padding: 1.5em 1em;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .c-table-std th, .c-table-std td {
        padding: 1em;
        border-bottom: none; } }
  @media screen and (max-width: 768px) {
    .c-table-std td {
      padding: 1em 0 1.5em; } }
  .c-table-std thead th {
    font-weight: 700;
    background-color: linear-gradient(90deg, #415984 0%, #0b2860 100%); }
  .c-table-std tbody th {
    vertical-align: middle;
    font-weight: 700;
    background-color: #F1F1F1; }
    @media screen and (min-width: 769px) {
      .c-table-std tbody th {
        font-size: calc(100vw / ( 1400 / 16 )); } }
    @media screen and (min-width: 1441px) {
      .c-table-std tbody th {
        font-size: 1.6rem; } }
    @media screen and (max-width: 768px) {
      .c-table-std tbody th {
        display: block;
        width: 100% !important; } }
  @media screen and (max-width: 768px) {
    .c-table-std tbody td {
      display: block; } }

/*========== c-form.scss ==========*/
.c-form .forTxt {
  width: 100%;
  border: 3px solid #F1F1F1;
  padding: 0.5em;
  border-radius: 0.5em; }
  @media screen and (max-width: 768px) {
    .c-form .forTxt {
      padding: 0.75em 0.5em; } }
.c-form .forTxtarea {
  width: 100%;
  border: 3px solid #F1F1F1;
  padding: 0.5em;
  height: 8em;
  border-radius: 0.5em; }
  @media screen and (max-width: 768px) {
    .c-form .forTxtarea {
      padding: 0.75em 0.5em; } }
.c-form .forSelect {
  border: 3px solid #F1F1F1;
  border-radius: 0.5em;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .c-form .forSelect {
      display: block; } }
  .c-form .forSelect:after {
    pointer-events: none;
    cursor: pointer;
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    border-top: 0.6em solid #CCCCCC;
    border-bottom: 0; }
  .c-form .forSelect select {
    width: 100%;
    padding: 0.75em 3em 0.75em 1.2em;
    cursor: pointer; }
.c-form .forBtn {
  line-height: 1;
  cursor: pointer;
  background-color: #445B86;
  display: inline-block;
  padding: 1em 4em 1em 3em;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  font-size: calc(100vw / ( 750 / 24 )); }
  @media screen and (min-width: 769px) {
    .c-form .forBtn {
      font-size: calc(100vw / ( 1400 / 20 )); } }
  @media screen and (min-width: 1441px) {
    .c-form .forBtn {
      font-size: 2.0rem; } }
  .c-form .forBtnWrap {
    display: inline-block;
    position: relative; }
    .c-form .forBtnWrap:after {
      content: "";
      display: block;
      position: absolute;
      right: 2.25em;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 0.5em solid transparent;
      border-bottom: 0.5em solid transparent;
      border-left: 0.6em solid #fff;
      border-right: 0; }
      @media screen and (max-width: 768px) {
        .c-form .forBtnWrap:after {
          right: 1.25em; } }
    .c-form .forBtnWrap.noIcon .forBtn {
      padding: 1em 3.5em; }
    .c-form .forBtnWrap.noIcon:after {
      display: none; }
    .c-form .forBtnWrap.back .forBtn {
      padding: 1em 3em 1em 4em; }
    .c-form .forBtnWrap.back:after {
      right: auto;
      left: 2.25em;
      transform: translateY(-50%) rotate(-180deg); }
  .c-form .forBtn:hover {
    opacity: 0.7;
    transition: all  0.5s ease; }

/*========== c-list.scss ==========*/
.c-list-std:not(:last-child) {
  margin-bottom: 2em; }
.c-list-std li {
  position: relative;
  padding-left: 1.5em; }
  .c-list-std li:not(:last-child) {
    margin-bottom: 0.5em; }
  .c-list-std li > span {
    position: absolute;
    left: 0;
    top: 0; }
.c-list-disc li {
  position: relative;
  padding-left: 1em; }
  .c-list-disc li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background-color: #445B86; }

/*========== p-header.scss ==========*/
.p-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(100vw / ( 750 / 100 ));
  padding-left: calc(100vw / ( 750 / 24 )); }
  @media screen and (min-width: 769px) {
    .p-header {
      height: calc(100vw / ( 1400 / 80 ));
      padding-left: calc(100vw / ( 1400 / 36 )); } }
  @media screen and (min-width: 1441px) {
    .p-header {
      height: 80px;
      padding-left: 36px; } }
  .p-header-logo {
    width: calc(100vw / ( 750 / 220 )); }
    @media screen and (min-width: 769px) {
      .p-header-logo {
        width: calc(100vw / ( 1400 / 176 )); } }
    @media screen and (min-width: 1441px) {
      .p-header-logo {
        width: 176px; } }

/*========== p-nav.scss ==========*/
.p-nav .burger {
  width: calc(100vw / ( 750 / 60 ));
  height: calc(100vw / ( 750 / 46 ));
  position: absolute;
  right: calc(100vw / ( 750 / 20 ));
  top: calc(100vw / ( 750 / 27 ));
  display: flex;
  align-items: center; }
  .p-nav .burger--wrap {
    display: none;
    position: fixed;
    display: block;
    width: calc(100vw / ( 750 / 100 ));
    height: calc(100vw / ( 750 / 100 ));
    right: 0;
    top: 0;
    z-index: 1000; }
    @media screen and (min-width: 769px) {
      .p-nav .burger--wrap {
        display: none; } }
  .p-nav .burger:before {
    content: "";
    position: absolute;
    width: calc(100vw / ( 750 / 60 ));
    height: calc(100vw / ( 750 / 4 ));
    top: 0;
    left: 0;
    background: #445B86;
    transition: 0.6s; }
  .p-nav .burger:after {
    content: "";
    position: absolute;
    width: calc(100vw / ( 750 / 60 ));
    height: calc(100vw / ( 750 / 4 ));
    bottom: 0;
    left: 0;
    background: #445B86;
    transition: 0.8s; }
  .p-nav .burger-active:before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto; }
  .p-nav .burger-active:after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto; }
  .p-nav .burger-active > .line {
    transform: scale(0); }
  .p-nav .burger .line {
    background-color: #445B86;
    width: calc(100vw / ( 750 / 60 ));
    height: calc(100vw / ( 750 / 4 )); }
@media screen and (min-width: 769px) {
  .p-nav-items .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center; } }
@media screen and (min-width: 769px) {
  .p-nav-items .items .item {
    position: relative;
    margin: 0 1em; }
    .p-nav-items .items .item:hover .child {
      visibility: visible;
      opacity: 1; }
    .p-nav-items .items .item:last-child {
      margin-right: 0; } }
.p-nav-items .items .item a {
  color: #000;
  font-weight: 500;
  display: block;
  text-decoration: none; }
  @media screen and (min-width: 769px) {
    .p-nav-items .items .item a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: calc(100vw / ( 1400 / 80 ));
      font-size: calc(100vw / ( 1400 / 16 )); } }
  @media screen and (min-width: 1441px) {
    .p-nav-items .items .item a {
      height: 80px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .p-nav-items .items .item a {
      font-weight: 400;
      background-color: #445B86;
      font-size: calc(100vw / ( 750 / 26 ));
      color: #fff;
      padding: 0.75em calc(100vw / ( 750 / 24 ));
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.32); }
      .p-nav-items .items .item a:after {
        content: "";
        display: block;
        position: absolute;
        right: 1.75em;
        top: 50%;
        width: 0.375em;
        height: 0.375em;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg) translateY(-50%); } }
  @media screen and (max-width: 768px) {
    .p-nav-items .items .item a.is-current {
      background-color: #445B86; } }
  @media screen and (min-width: 769px) {
    .p-nav-items .items .item a.is-current:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #445B86;
      left: 0;
      bottom: 0;
      width: 100%;
      height: calc(100vw / ( 1400 / 5 )); } }
  @media screen and (min-width: 1441px) {
    .p-nav-items .items .item a.is-current:after {
      height: 5px; } }
  @media screen and (min-width: 769px) {
    .p-nav-items .items .item a.forContact {
      background-color: #445B86;
      color: #fff;
      font-weight: 900;
      padding: 0 2em; } }
@media screen and (max-width: 768px) {
  .p-nav .navigation {
    top: calc(100vw / ( 750 / 100 ));
    z-index: 300;
    right: -100vw;
    width: 100%;
    height: calc(100vh - calc(100vw / ( 750 / 100 )));
    position: fixed;
    transition: 0.3s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7); } }
@media screen and (max-width: 768px) {
  .p-nav .navigation--content {
    height: calc(100vh - calc(100vw / ( 750 / 100 )));
    width: 0;
    opacity: 0;
    transition: 0.3s;
    overflow-y: scroll;
    right: 0;
    position: absolute; } }
@media screen and (max-width: 768px) {
  .p-nav .navigation.nav-active {
    opacity: 1;
    right: 0; } }
@media screen and (max-width: 768px) {
  .p-nav .navigation.nav-active .navigation--content {
    opacity: 1;
    width: 100%; } }
.p-nav-tPath {
  padding: 1em 0; }
  .p-nav-tPath .items {
    display: flex;
    flex-wrap: wrap; }
    .p-nav-tPath .items .item {
      margin-right: 2em; }
      @media screen and (max-width: 768px) {
        .p-nav-tPath .items .item {
          font-size: 80%; } }
      .p-nav-tPath .items .item a {
        position: relative; }
        .p-nav-tPath .items .item a:before, .p-nav-tPath .items .item a:after {
          content: "";
          display: block;
          width: 0.25em;
          height: 0.25em;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        .p-nav-tPath .items .item a:before {
          right: -1.25em;
          background-color: #F6AB00; }
        .p-nav-tPath .items .item a:after {
          right: -1em;
          background-color: #445B86; }

/*========== p-footer.scss ==========*/
.p-footer-logo {
  margin: 0 auto calc(100vw / ( 750 / 30 ));
  width: calc(100vw / ( 750 / 220 )); }
  @media screen and (min-width: 769px) {
    .p-footer-logo {
      margin-bottom: calc(100vw / ( 1400 / 30 ));
      width: calc(100vw / ( 1400 / 176 )); } }
  @media screen and (min-width: 1441px) {
    .p-footer-logo {
      margin-bottom: 30px;
      width: 176px; } }
.p-footer-nav {
  line-height: 1;
  padding-bottom: calc(100vw / ( 750 / 45 )); }
  @media screen and (min-width: 769px) {
    .p-footer-nav {
      padding-bottom: calc(100vw / ( 1400 / 45 )); } }
  @media screen and (min-width: 1441px) {
    .p-footer-nav {
      padding-bottom: 45px; } }
  .p-footer-nav .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .p-footer-nav .items .item {
      padding: 0 1em; }
      .p-footer-nav .items .item:not(:last-child) {
        border-right: 1px solid #000; }
      .p-footer-nav .items .item a {
        font-weight: 500;
        text-decoration: none; }
        .p-footer-nav .items .item a:hover {
          text-decoration: underline; }
.p-footer-copy {
  color: #fff;
  display: block;
  background: #445B86;
  text-align: center;
  font-weight: 500;
  padding: 1.5em 0 2em; }
  @media screen and (max-width: 768px) {
    .p-footer-copy {
      font-size: calc(100vw / ( 750 / 22 )); } }
.p-footer-contact {
  transition: all  0.5s ease;
  background-color: #445B86;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 900;
  padding: calc(100vw / ( 750 / 30 )) 0; }
  @media screen and (min-width: 769px) {
    .p-footer-contact {
      padding: calc(100vw / ( 1400 / 20 )) 0; } }
  @media screen and (min-width: 1441px) {
    .p-footer-contact {
      padding: 20px 0; } }
  .p-footer-contact .forTxt {
    font-weight: 500;
    margin-bottom: 1em;
    font-size: calc(100vw / ( 750 / 23 )); }
    @media screen and (max-width: 768px) {
      .p-footer-contact .forTxt {
        line-height: 1.5; } }
    @media screen and (min-width: 769px) {
      .p-footer-contact .forTxt {
        margin-bottom: 1.5em;
        font-size: calc(100vw / ( 1400 / 13 )); } }
    @media screen and (min-width: 1441px) {
      .p-footer-contact .forTxt {
        font-size: 1.3rem; } }
  .p-footer-contact .forInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .p-footer-contact .forInfo {
        justify-content: space-between; } }
    .p-footer-contact .forInfo_btn {
      display: inline-block;
      line-height: 1;
      background-color: #fff;
      color: #102733;
      text-decoration: none;
      padding: 1em 0;
      position: relative;
      border-radius: calc(100vw / ( 750 / 10 )); }
      @media screen and (max-width: 768px) {
        .p-footer-contact .forInfo_btn {
          width: 55%;
          text-align: left;
          padding: 1em 0 1em 1em; } }
      @media screen and (min-width: 769px) {
        .p-footer-contact .forInfo_btn {
          border-radius: calc(100vw / ( 1400 / 10 ));
          width: calc(100vw / ( 1400 / 520 ));
          font-size: calc(100vw / ( 1400 / 26 ));
          margin-right: calc(100vw / ( 1400 / 60 )); } }
      @media screen and (min-width: 1441px) {
        .p-footer-contact .forInfo_btn {
          border-radius: 10px;
          width: 520px;
          font-size: 2.6rem;
          margin-right: 60px; } }
      .p-footer-contact .forInfo_btn:after {
        content: "";
        display: block;
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 0.3em solid transparent;
        border-bottom: 0.3em solid transparent;
        border-left: 0.45em solid #102733;
        border-right: 0; }
    .p-footer-contact .forInfo_tel {
      text-align: center;
      line-height: 1.5; }
      .p-footer-contact .forInfo_tel .min, .p-footer-contact .forInfo_tel .forInfo_btn, .p-footer-contact .forInfo_tel .p-message-box01 .forPh .cap, .p-message-box01 .forPh .p-footer-contact .forInfo_tel .cap, .p-footer-contact .forInfo_tel .p-about-intro, .p-footer-contact .forInfo_tel .p-about-box01 .forTxt .ttl, .p-about-box01 .forTxt .p-footer-contact .forInfo_tel .ttl, .p-footer-contact .forInfo_tel .p-course-type .forTxt_ttl, .p-course-type .p-footer-contact .forInfo_tel .forTxt_ttl, .p-footer-contact .forInfo_tel .p-course-navi_ttl, .p-footer-contact .forInfo_tel .p-course-navi_items .item .forTtl, .p-course-navi_items .item .p-footer-contact .forInfo_tel .forTtl, .p-footer-contact .forInfo_tel .p-entry-step .forTtl, .p-entry-step .p-footer-contact .forInfo_tel .forTtl, .p-footer-contact .forInfo_tel .p-org-items .forTxt_name, .p-org-items .p-footer-contact .forInfo_tel .forTxt_name {
        font-size: calc(100vw / ( 750 / 24 )); }
        @media screen and (min-width: 769px) {
          .p-footer-contact .forInfo_tel .min, .p-footer-contact .forInfo_tel .forInfo_btn, .p-footer-contact .forInfo_tel .p-message-box01 .forPh .cap, .p-message-box01 .forPh .p-footer-contact .forInfo_tel .cap, .p-footer-contact .forInfo_tel .p-about-intro, .p-footer-contact .forInfo_tel .p-about-box01 .forTxt .ttl, .p-about-box01 .forTxt .p-footer-contact .forInfo_tel .ttl, .p-footer-contact .forInfo_tel .p-course-type .forTxt_ttl, .p-course-type .p-footer-contact .forInfo_tel .forTxt_ttl, .p-footer-contact .forInfo_tel .p-course-navi_ttl, .p-footer-contact .forInfo_tel .p-course-navi_items .item .forTtl, .p-course-navi_items .item .p-footer-contact .forInfo_tel .forTtl, .p-footer-contact .forInfo_tel .p-entry-step .forTtl, .p-entry-step .p-footer-contact .forInfo_tel .forTtl, .p-footer-contact .forInfo_tel .p-org-items .forTxt_name, .p-org-items .p-footer-contact .forInfo_tel .forTxt_name {
            font-size: calc(100vw / ( 1400 / 26 )); } }
        @media screen and (min-width: 1441px) {
          .p-footer-contact .forInfo_tel .min, .p-footer-contact .forInfo_tel .forInfo_btn, .p-footer-contact .forInfo_tel .p-message-box01 .forPh .cap, .p-message-box01 .forPh .p-footer-contact .forInfo_tel .cap, .p-footer-contact .forInfo_tel .p-about-intro, .p-footer-contact .forInfo_tel .p-about-box01 .forTxt .ttl, .p-about-box01 .forTxt .p-footer-contact .forInfo_tel .ttl, .p-footer-contact .forInfo_tel .p-course-type .forTxt_ttl, .p-course-type .p-footer-contact .forInfo_tel .forTxt_ttl, .p-footer-contact .forInfo_tel .p-course-navi_ttl, .p-footer-contact .forInfo_tel .p-course-navi_items .item .forTtl, .p-course-navi_items .item .p-footer-contact .forInfo_tel .forTtl, .p-footer-contact .forInfo_tel .p-entry-step .forTtl, .p-entry-step .p-footer-contact .forInfo_tel .forTtl, .p-footer-contact .forInfo_tel .p-org-items .forTxt_name, .p-org-items .p-footer-contact .forInfo_tel .forTxt_name {
            font-size: 2.6rem; } }
        .p-footer-contact .forInfo_tel .min .num, .p-footer-contact .forInfo_tel .forInfo_btn .num, .p-footer-contact .forInfo_tel .p-message-box01 .forPh .cap .num, .p-message-box01 .forPh .p-footer-contact .forInfo_tel .cap .num, .p-footer-contact .forInfo_tel .p-about-intro .num, .p-footer-contact .forInfo_tel .p-about-box01 .forTxt .ttl .num, .p-about-box01 .forTxt .p-footer-contact .forInfo_tel .ttl .num, .p-footer-contact .forInfo_tel .p-course-type .forTxt_ttl .num, .p-course-type .p-footer-contact .forInfo_tel .forTxt_ttl .num, .p-footer-contact .forInfo_tel .p-course-navi_ttl .num, .p-footer-contact .forInfo_tel .p-course-navi_items .item .forTtl .num, .p-course-navi_items .item .p-footer-contact .forInfo_tel .forTtl .num, .p-footer-contact .forInfo_tel .p-entry-step .forTtl .num, .p-entry-step .p-footer-contact .forInfo_tel .forTtl .num, .p-footer-contact .forInfo_tel .p-org-items .forTxt_name .num, .p-org-items .p-footer-contact .forInfo_tel .forTxt_name .num {
          color: #fff;
          text-decoration: none;
          padding-left: 0.25em;
          font-size: calc(100vw / ( 750 / 34 )); }
          @media screen and (min-width: 769px) {
            .p-footer-contact .forInfo_tel .min .num, .p-footer-contact .forInfo_tel .forInfo_btn .num, .p-footer-contact .forInfo_tel .p-message-box01 .forPh .cap .num, .p-message-box01 .forPh .p-footer-contact .forInfo_tel .cap .num, .p-footer-contact .forInfo_tel .p-about-intro .num, .p-footer-contact .forInfo_tel .p-about-box01 .forTxt .ttl .num, .p-about-box01 .forTxt .p-footer-contact .forInfo_tel .ttl .num, .p-footer-contact .forInfo_tel .p-course-type .forTxt_ttl .num, .p-course-type .p-footer-contact .forInfo_tel .forTxt_ttl .num, .p-footer-contact .forInfo_tel .p-course-navi_ttl .num, .p-footer-contact .forInfo_tel .p-course-navi_items .item .forTtl .num, .p-course-navi_items .item .p-footer-contact .forInfo_tel .forTtl .num, .p-footer-contact .forInfo_tel .p-entry-step .forTtl .num, .p-entry-step .p-footer-contact .forInfo_tel .forTtl .num, .p-footer-contact .forInfo_tel .p-org-items .forTxt_name .num, .p-org-items .p-footer-contact .forInfo_tel .forTxt_name .num {
              font-size: calc(100vw / ( 1400 / 40 )); } }
          @media screen and (min-width: 1441px) {
            .p-footer-contact .forInfo_tel .min .num, .p-footer-contact .forInfo_tel .forInfo_btn .num, .p-footer-contact .forInfo_tel .p-message-box01 .forPh .cap .num, .p-message-box01 .forPh .p-footer-contact .forInfo_tel .cap .num, .p-footer-contact .forInfo_tel .p-about-intro .num, .p-footer-contact .forInfo_tel .p-about-box01 .forTxt .ttl .num, .p-about-box01 .forTxt .p-footer-contact .forInfo_tel .ttl .num, .p-footer-contact .forInfo_tel .p-course-type .forTxt_ttl .num, .p-course-type .p-footer-contact .forInfo_tel .forTxt_ttl .num, .p-footer-contact .forInfo_tel .p-course-navi_ttl .num, .p-footer-contact .forInfo_tel .p-course-navi_items .item .forTtl .num, .p-course-navi_items .item .p-footer-contact .forInfo_tel .forTtl .num, .p-footer-contact .forInfo_tel .p-entry-step .forTtl .num, .p-entry-step .p-footer-contact .forInfo_tel .forTtl .num, .p-footer-contact .forInfo_tel .p-org-items .forTxt_name .num, .p-org-items .p-footer-contact .forInfo_tel .forTxt_name .num {
              font-size: 4.0rem; } }
      .p-footer-contact .forInfo_tel .hour {
        display: block;
        font-weight: 500;
        font-size: calc(100vw / ( 750 / 24 )); }
        @media screen and (min-width: 769px) {
          .p-footer-contact .forInfo_tel .hour {
            font-size: calc(100vw / ( 1400 / 18 )); } }
        @media screen and (min-width: 1441px) {
          .p-footer-contact .forInfo_tel .hour {
            font-size: 1.8rem; } }

/*========== p-mv.scss ==========*/
.p-mv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100vh; }
  @media screen and (min-width: 769px) {
    .p-mv {
      height: calc(100vw / ( 1400 / 765 )); } }
  @media screen and (min-width: 1441px) {
    .p-mv {
      height: 765px; } }
  .p-mv__inner {
    width: 100%;
    height: 100%;
    position: relative; }
  .p-mv_bg {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 90vw; }
    @media screen and (min-width: 769px) {
      .p-mv_bg {
        width: calc(100vw / ( 1400 / 1260 )); } }
    .p-mv_bg video {
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      /*縦横幅指定*/
      width: 177.77777778vh;
      /* 16:9 の幅→16 ÷ 9＝ 177.77% */
      height: 56.25vw;
      /* 16:9の幅 → 9 ÷ 16 = 56.25% */
      min-height: 100%;
      min-width: 100%; }
  .p-mv_ttl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100vw / ( 750 / 40 )); }
    @media screen and (min-width: 769px) {
      .p-mv_ttl {
        left: calc(100vw / ( 1400 / 40 )); } }
    .p-mv_ttl .forObj {
      width: calc(100vw / ( 750 / 500 )); }
      @media screen and (min-width: 769px) {
        .p-mv_ttl .forObj {
          width: calc(100vw / ( 1400 / 520 )); } }
    @media screen and (min-width: 769px) {
      .p-mv_ttl .forTxt {
        padding-left: calc(100vw / ( 1400 / 50 )); } }
    .p-mv_ttl .forTxt .txt {
      display: inline-block;
      background-color: #fff;
      font-weight: 600;
      padding: 0.2em 5em 0.2em 0; }
      @media screen and (max-width: 768px) {
        .p-mv_ttl .forTxt .txt {
          padding: 0.5em 1em 0.5em 0;
          line-height: 1.65; } }
      @media screen and (min-width: 1441px) {
        .p-mv_ttl .forTxt .txt {
          font-size: calc(100vw / ( 1400 / 14 )); } }
      .p-mv_ttl .forTxt .txt01 {
        margin-top: 1.4em; }
      .p-mv_ttl .forTxt .txt02 {
        margin-top: 0.7em; }

/*========== p-message.scss ==========*/
.p-message {
  background-color: #fff;
  padding-top: calc(100vw / ( 750 / 58 )); }
  @media screen and (min-width: 769px) {
    .p-message {
      padding-top: calc(100vw / ( 1400 / 58 )); } }
  @media screen and (min-width: 1441px) {
    .p-message {
      padding-top: 58px; } }
  @media screen and (min-width: 769px) {
    .p-message-box01 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .p-message-box01 .forPh {
    text-align: center; }
    @media screen and (min-width: 769px) {
      .p-message-box01 .forPh {
        width: 41.40625%; } }
    .p-message-box01 .forPh .cap {
      line-height: 1.4;
      padding-top: 1.2em; }
      @media screen and (min-width: 769px) {
        .p-message-box01 .forPh .cap {
          line-height: 1.7;
          padding-top: 1.5em; } }
      .p-message-box01 .forPh .cap_name {
        display: block;
        font-size: calc(100vw / ( 750 / 35 )); }
        @media screen and (min-width: 769px) {
          .p-message-box01 .forPh .cap_name {
            font-size: calc(100vw / ( 1400 / 26 )); } }
        @media screen and (min-width: 1441px) {
          .p-message-box01 .forPh .cap_name {
            font-size: 2.6rem; } }
  @media screen and (max-width: 768px) {
    .p-message-box01 .forTxt {
      margin-bottom: calc(100vw / ( 750 / 60 )); } }
  @media screen and (min-width: 769px) {
    .p-message-box01 .forTxt {
      width: 55.46875%; } }
  .p-message-box01 .forTxt p:not(:last-child) {
    margin-bottom: 2em; }
  .p-message-box01 .forTxt_name {
    text-align: right; }
    .p-message-box01 .forTxt_name .sizeL {
      padding-left: 0.5em;
      font-size: calc(100vw / ( 750 / 35 )); }
      @media screen and (min-width: 769px) {
        .p-message-box01 .forTxt_name .sizeL {
          font-size: calc(100vw / ( 1400 / 26 )); } }
      @media screen and (min-width: 1441px) {
        .p-message-box01 .forTxt_name .sizeL {
          font-size: 2.6rem; } }

/*========== p-about.scss ==========*/
.p-about {
  background-color: #fff;
  padding: calc(100vw / ( 750 / 60 )) 0 calc(100vw / ( 750 / 94 )); }
  @media screen and (min-width: 769px) {
    .p-about {
      padding: calc(100vw / ( 1400 / 58 )) 0 calc(100vw / ( 1400 / 94 )); } }
  @media screen and (min-width: 1441px) {
    .p-about {
      padding: 58px 0 94px; } }
  .p-about-intro {
    text-align: center;
    color: #102733;
    margin-bottom: 1em;
    font-size: calc(100vw / ( 750 / 32 )); }
    @media screen and (min-width: 769px) {
      .p-about-intro {
        margin-bottom: 2.9em;
        font-size: calc(100vw / ( 1400 / 22 )); } }
    @media screen and (min-width: 1441px) {
      .p-about-intro {
        font-size: 2.2rem; } }
  @media screen and (min-width: 769px) {
    .p-about-box01 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: flex-end; } }
  @media screen and (max-width: 768px) {
    .p-about-box01 .forPh {
      margin-bottom: calc(100vw / ( 750 / 40 )); } }
  @media screen and (min-width: 769px) {
    .p-about-box01 .forPh {
      width: 51.35%; } }
  @media screen and (min-width: 769px) {
    .p-about-box01 .forTxt {
      width: 45.75%; } }
  .p-about-box01 .forTxt p:not(:last-child) {
    margin-bottom: 2em; }
  .p-about-box01 .forTxt .ttl {
    color: #102733;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1em;
    font-size: calc(100vw / ( 750 / 34 )); }
    @media screen and (max-width: 768px) {
      .p-about-box01 .forTxt .ttl {
        letter-spacing: 0.1em; } }
    @media screen and (min-width: 769px) {
      .p-about-box01 .forTxt .ttl {
        font-size: calc(100vw / ( 1400 / 32 )); } }
    @media screen and (min-width: 1441px) {
      .p-about-box01 .forTxt .ttl {
        font-size: 3.2rem; } }

/*========== p-feature.scss ==========*/
.p-feature {
  position: relative;
  background: linear-gradient(45deg, #fff 20%, #eaeaea 100%);
  padding: calc(100vw / ( 750 / 58 )) 0; }
  @media screen and (min-width: 769px) {
    .p-feature {
      padding: calc(100vw / ( 1400 / 58 )) 0 calc(100vw / ( 1400 / 126 )); } }
  @media screen and (min-width: 1441px) {
    .p-feature {
      padding: 58px 0 126px; } }
  .p-feature:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: calc(100vw / ( 750 / 180 )); }
    @media screen and (min-width: 769px) {
      .p-feature:before {
        height: calc(100vw / ( 1400 / 150 )); } }
    @media screen and (min-width: 1441px) {
      .p-feature:before {
        height: 150px; } }
  .p-feature-item {
    position: relative;
    background-color: #fff;
    box-shadow: 10px 10px 10px rgba(147, 133, 133, 0.1);
    padding: calc(100vw / ( 750 / 80 )) calc(100vw / ( 750 / 50 )) calc(100vw / ( 750 / 50 ));
    margin-bottom: calc(100vw / ( 750 / 80 ));
    width: 90%; }
    @media screen and (min-width: 769px) {
      .p-feature-item {
        overflow: hidden;
        width: calc(100vw / ( 1400 / 1214 ));
        padding: calc(100vw / ( 1400 / 148 )) calc(100vw / ( 1400 / 50 )) calc(100vw / ( 1400 / 58 )) calc(100vw / ( 1400 / 240 ));
        margin-bottom: calc(100vw / ( 1400 / 64 )); } }
    @media screen and (min-width: 1441px) {
      .p-feature-item {
        padding-top: 148px;
        padding-bottom: 58px;
        margin-bottom: 64px; } }
    .p-feature-item .forTtl {
      text-align: left;
      background: linear-gradient(90deg, #415984 0%, #0b2860 100%);
      color: #fff;
      font-weight: 700;
      padding: 0.7em 1.25em; }
      @media screen and (max-width: 768px) {
        .p-feature-item .forTtl {
          line-height: 1.4;
          font-size: calc(100vw / ( 750 / 32 ));
          margin-left: calc(-100vw / ( 750 / 50 ));
          margin-bottom: 1em; } }
      @media screen and (min-width: 769px) {
        .p-feature-item .forTtl {
          padding: 1em 1.25em;
          position: absolute;
          left: 0;
          width: calc(100vw / ( 1400 / 990 ));
          line-height: 1;
          padding: 0.85em 0 0.85em calc(100vw / ( 1400 / 190 ));
          top: calc(100vw / ( 1400 / 34 ));
          font-size: calc(100vw / ( 1400 / 24 )); } }
      @media screen and (min-width: 1441px) {
        .p-feature-item .forTtl {
          top: 34px;
          font-size: 2.4rem; } }
      .p-feature-item .forTtl:after {
        content: "";
        display: block;
        position: absolute;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        width: calc(100vw / ( 750 / 170 ));
        height: calc(100vw / ( 750 / 120 )); }
        @media screen and (max-width: 768px) {
          .p-feature-item .forTtl:after {
            right: 0;
            top: 0;
            transform: translateY(-50%); } }
        @media screen and (min-width: 769px) {
          .p-feature-item .forTtl:after {
            top: 50%;
            right: -1.5em;
            transform: translate(100%, -50%);
            width: calc(100vw / ( 1400 / 127 ));
            height: calc(100vw / ( 1400 / 98 )); } }
        @media screen and (min-width: 1441px) {
          .p-feature-item .forTtl:after {
            width: 127px;
            height: 98px; } }
      .p-feature-item .forTtl.num01:after {
        background-image: url("../images/feature_num01.svg"); }
      .p-feature-item .forTtl.num02:after {
        background-image: url("../images/feature_num02.svg"); }
      .p-feature-item .forTtl.num03:after {
        background-image: url("../images/feature_num03.svg"); }
    .p-feature-item .forTxt:not(:last-child) {
      margin-bottom: 2em; }
    .p-feature-item.even {
      margin-left: 10%; }
      @media screen and (min-width: 769px) {
        .p-feature-item.even {
          margin-left: calc(100% - calc(100vw / ( 1400 / 1214 )));
          padding: calc(100vw / ( 1400 / 148 )) calc(100vw / ( 1400 / 240 )) calc(100vw / ( 1400 / 58 )) calc(100vw / ( 1400 / 50 )); } }
      @media screen and (min-width: 1441px) {
        .p-feature-item.even {
          padding-top: 148px;
          padding-bottom: 58px; } }
      .p-feature-item.even .forTtl {
        padding-left: 1em; }
        @media screen and (max-width: 768px) {
          .p-feature-item.even .forTtl {
            margin-left: 0;
            transform: translateX(calc(100vw / ( 750 / 50 ))); } }
        @media screen and (min-width: 769px) {
          .p-feature-item.even .forTtl {
            right: 0;
            left: auto; } }
        @media screen and (min-width: 769px) {
          .p-feature-item.even .forTtl:after {
            right: 0;
            left: -1.5em;
            transform: translate(-100%, -50%); } }
        @media screen and (max-width: 768px) {
          .p-feature-item.even .forTtl:after {
            right: auto;
            left: 0;
            transform: translate(-90%, -100%); } }
  .p-feature-about {
    background: linear-gradient(90deg, #415984 0%, #0b2860 100%);
    text-align: center;
    color: #fff;
    padding: calc(100vw / ( 750 / 40 )) 0; }
    @media screen and (min-width: 769px) {
      .p-feature-about {
        padding: calc(100vw / ( 1400 / 40 )) 0; } }
    @media screen and (min-width: 1441px) {
      .p-feature-about {
        padding: 40px 0; } }
    .p-feature-about .forTtl {
      font-weight: 700;
      margin-bottom: 0.7em;
      font-size: calc(100vw / ( 750 / 32 )); }
      @media screen and (max-width: 768px) {
        .p-feature-about .forTtl {
          line-height: 1.5; } }
      @media screen and (min-width: 769px) {
        .p-feature-about .forTtl {
          margin-bottom: 0.25em;
          font-size: calc(100vw / ( 1400 / 22 )); } }
      @media screen and (min-width: 1441px) {
        .p-feature-about .forTtl {
          font-size: 2.2rem; } }
    @media screen and (min-width: 769px) {
      .p-feature-about .forTxt {
        line-height: 2.3; } }

/*========== p-course.scss ==========*/
.p-course {
  background-color: #fff;
  padding-top: calc(100vw / ( 750 / 58 )); }
  @media screen and (min-width: 769px) {
    .p-course {
      padding-top: calc(100vw / ( 1400 / 58 )); } }
  @media screen and (min-width: 1441px) {
    .p-course {
      padding-top: 58px; } }
  .p-course-intro {
    text-align: center;
    font-weight: 500;
    margin-bottom: 2em;
    font-size: calc(100vw / ( 750 / 29 )); }
    @media screen and (min-width: 769px) {
      .p-course-intro {
        margin-bottom: 3.5em;
        font-size: calc(100vw / ( 1400 / 18 )); } }
    @media screen and (min-width: 1441px) {
      .p-course-intro {
        font-size: 1.8rem; } }
  .p-course-type {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(100vw / ( 750 / 80 )); }
    @media screen and (min-width: 769px) {
      .p-course-type {
        margin-bottom: calc(100vw / ( 1400 / 80 )); } }
    @media screen and (min-width: 1441px) {
      .p-course-type {
        margin-bottom: 80px; } }
    @media screen and (min-width: 769px) {
      .p-course-type:last-child {
        margin-bottom: calc(100vw / ( 1400 / 52 )); } }
    @media screen and (min-width: 1441px) {
      .p-course-type:last-child {
        margin-bottom: 52px; } }
    @media screen and (max-width: 768px) {
      .p-course-type .forPh {
        margin: 0 auto calc(100vw / ( 750 / 30 ));
        width: 60%; } }
    @media screen and (min-width: 769px) {
      .p-course-type .forPh {
        width: 50%;
        position: relative;
        display: flex;
        justify-content: flex-end;
        padding-right: calc(100vw / ( 1400 / 68 )); } }
    @media screen and (min-width: 1441px) {
      .p-course-type .forPh {
        padding-right: 68px; } }
    @media screen and (min-width: 769px) {
      .p-course-type .forPh img {
        width: calc(100vw / ( 1400 / 508 )); } }
    @media screen and (min-width: 1441px) {
      .p-course-type .forPh img {
        width: 508px; } }
    @media screen and (max-width: 768px) {
      .p-course-type .forTxt {
        padding: 0 calc(100vw / ( 750 / 50 )); } }
    @media screen and (min-width: 769px) {
      .p-course-type .forTxt {
        width: 50%; } }
    .p-course-type .forTxt_num {
      display: block;
      position: relative; }
      .p-course-type .forTxt_num img {
        position: relative;
        z-index: 1;
        width: calc(100vw / ( 750 / 200 )); }
        @media screen and (min-width: 769px) {
          .p-course-type .forTxt_num img {
            width: calc(100vw / ( 1400 / 225 )); } }
        @media screen and (min-width: 1441px) {
          .p-course-type .forTxt_num img {
            width: 225px; } }
      .p-course-type .forTxt_num:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #000; }
    .p-course-type .forTxt_ttl {
      position: relative;
      padding: 0.5em 0 0.5em 0.7em;
      font-size: calc(100vw / ( 750 / 36 )); }
      @media screen and (min-width: 769px) {
        .p-course-type .forTxt_ttl {
          font-size: calc(100vw / ( 1400 / 36 )); } }
      @media screen and (min-width: 1441px) {
        .p-course-type .forTxt_ttl {
          font-size: 3.6rem; } }
      .p-course-type .forTxt_ttl:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 55%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 0.24em solid transparent;
        border-bottom: 0.25em solid transparent;
        border-left: 0.3em solid #2A2C44;
        border-right: 0; }
    .p-course-type .forTxt_txt {
      margin-bottom: 1.5em; }
    .p-course-type .forTxt_feature {
      margin-bottom: 1.5em; }
      .p-course-type .forTxt_feature__item {
        position: relative;
        border-bottom: 1px solid #9AAEB9;
        font-weight: 500;
        padding: 0.5em 0 0.5em 1em;
        font-size: calc(100vw / ( 750 / 25 )); }
        @media screen and (max-width: 768px) {
          .p-course-type .forTxt_feature__item {
            line-height: 1.6; } }
        @media screen and (min-width: 769px) {
          .p-course-type .forTxt_feature__item {
            font-size: calc(100vw / ( 1400 / 13 )); } }
        @media screen and (min-width: 1441px) {
          .p-course-type .forTxt_feature__item {
            font-size: 1.3rem; } }
        .p-course-type .forTxt_feature__item:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 1.25em;
          width: 5px;
          height: 5px;
          background-color: #000;
          border-radius: 50%; }
    .p-course-type .forTxt_note__item {
      text-indent: -1em;
      margin-left: 1em;
      margin-bottom: 0.5em;
      font-size: calc(100vw / ( 750 / 24 )); }
      @media screen and (max-width: 768px) {
        .p-course-type .forTxt_note__item {
          line-height: 1.6; } }
      @media screen and (min-width: 769px) {
        .p-course-type .forTxt_note__item {
          font-size: calc(100vw / ( 1400 / 12 )); } }
      @media screen and (min-width: 1441px) {
        .p-course-type .forTxt_note__item {
          font-size: 1.2rem; } }
    .p-course-type .forTxt__inner {
      padding-left: calc(100vw / ( 750 / 30 )); }
      @media screen and (min-width: 769px) {
        .p-course-type .forTxt__inner {
          width: calc(100vw / ( 1400 / 540 ));
          padding-left: calc(100vw / ( 1400 / 30 )); } }
      @media screen and (min-width: 1441px) {
        .p-course-type .forTxt__inner {
          width: 540px;
          padding-left: 30px; } }
  .p-course-navi {
    background: linear-gradient(45deg, #fff 20%, #eaeaea 100%);
    padding: calc(100vw / ( 750 / 60 )) 0; }
    @media screen and (min-width: 769px) {
      .p-course-navi {
        padding: calc(100vw / ( 1400 / 45 )) 0 calc(100vw / ( 1400 / 80 )); } }
    @media screen and (min-width: 1441px) {
      .p-course-navi {
        padding: 45px 0 80px; } }
    .p-course-navi_ttl {
      line-height: 1.5;
      margin-bottom: 1em;
      position: relative;
      font-size: calc(100vw / ( 750 / 36 )); }
      @media screen and (min-width: 769px) {
        .p-course-navi_ttl {
          margin-bottom: 0.5em;
          font-size: calc(100vw / ( 1400 / 32 )); } }
      @media screen and (min-width: 1441px) {
        .p-course-navi_ttl {
          font-size: 3.2rem; } }
      .p-course-navi_ttl:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        width: calc(100% - 10em);
        height: 1px;
        background-color: #707070; }
    .p-course-navi_items {
      border-bottom: 1px solid #707070; }
      @media screen and (min-width: 769px) {
        .p-course-navi_items {
          display: flex;
          flex-wrap: wrap; } }
      @media screen and (min-width: 769px) {
        .p-course-navi_items .item {
          width: 48.2%; }
          .p-course-navi_items .item:nth-child(odd) {
            margin-right: 3.6%; } }
      @media screen and (max-width: 768px) {
        .p-course-navi_items .item:not(:last-child) {
          margin-bottom: calc(100vw / ( 750 / 90 )); } }
      .p-course-navi_items .item__inner {
        padding-bottom: 2em; }
        @media screen and (min-width: 769px) {
          .p-course-navi_items .item__inner {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; } }
      .p-course-navi_items .item .forTtl {
        margin-bottom: 0.5em;
        font-size: calc(100vw / ( 750 / 34 )); }
        @media screen and (min-width: 769px) {
          .p-course-navi_items .item .forTtl {
            font-size: calc(100vw / ( 1400 / 22 )); } }
        @media screen and (min-width: 1441px) {
          .p-course-navi_items .item .forTtl {
            font-size: 2.2rem; } }
        @media screen and (max-width: 768px) {
          .p-course-navi_items .item .forTtl {
            text-align: center;
            letter-spacing: 0.2em; } }
      .p-course-navi_items .item .forPh {
        width: 40%; }
        @media screen and (max-width: 768px) {
          .p-course-navi_items .item .forPh {
            width: 50%;
            margin: 0 auto calc(100vw / ( 750 / 30 )); } }
      @media screen and (min-width: 769px) {
        .p-course-navi_items .item .forTxt {
          width: 55%; } }
      .p-course-navi_items .item .forTxt_ttl {
        font-weight: 500;
        margin-bottom: 1em;
        font-size: calc(100vw / ( 750 / 28 )); }
        @media screen and (min-width: 769px) {
          .p-course-navi_items .item .forTxt_ttl {
            font-size: calc(100vw / ( 1400 / 16 )); } }
        @media screen and (min-width: 1441px) {
          .p-course-navi_items .item .forTxt_ttl {
            font-size: 1.6rem; } }
        @media screen and (max-width: 768px) {
          .p-course-navi_items .item .forTxt_ttl {
            text-align: center; } }
        .p-course-navi_items .item .forTxt_ttl .sizeS {
          font-size: 75%; }
      .p-course-navi_items .item .forTxt_txt p {
        letter-spacing: 0.03em;
        margin-bottom: 2em; }
        @media screen and (max-width: 768px) {
          .p-course-navi_items .item .forTxt_txt p {
            line-height: 1.6; } }

/*========== p-entry.scss ==========*/
.p-entry {
  background-color: #445B86;
  padding: calc(100vw / ( 750 / 59 )) 0 calc(100vw / ( 750 / 90 )); }
  @media screen and (min-width: 769px) {
    .p-entry {
      padding: calc(100vw / ( 1400 / 59 )) 0 calc(100vw / ( 1400 / 90 )); } }
  @media screen and (min-width: 1441px) {
    .p-entry {
      padding: 59px 0 90px; } }
  .p-entry-step {
    background-color: #fff;
    padding: calc(100vw / ( 750 / 40 )); }
    @media screen and (min-width: 769px) {
      .p-entry-step {
        padding: calc(100vw / ( 1400 / 50 )); } }
    @media screen and (min-width: 1441px) {
      .p-entry-step {
        padding: 50px; } }
    .p-entry-step:not(:last-child) {
      margin-bottom: calc(100vw / ( 750 / 50 )); }
      @media screen and (min-width: 769px) {
        .p-entry-step:not(:last-child) {
          margin-bottom: calc(100vw / ( 1400 / 50 )); } }
      @media screen and (min-width: 1441px) {
        .p-entry-step:not(:last-child) {
          margin-bottom: 50px; } }
    .p-entry-step .forTtl {
      position: relative;
      text-align: center;
      margin-bottom: 1em; }
      .p-entry-step .forTtl .inBox {
        background-color: #fff;
        display: inline-block;
        padding: 0 2em;
        position: relative;
        z-index: 1;
        font-weight: 500;
        font-size: calc(100vw / ( 750 / 34 )); }
        @media screen and (min-width: 769px) {
          .p-entry-step .forTtl .inBox {
            font-size: calc(100vw / ( 1400 / 26 )); } }
        @media screen and (min-width: 1441px) {
          .p-entry-step .forTtl .inBox {
            font-size: 2.6rem; } }
      .p-entry-step .forTtl:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #707070;
        position: absolute;
        left: 0;
        top: 50%; }
    .p-entry-step .forStep_item {
      position: relative;
      background: linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
      margin-left: calc(-100vw / ( 750 / 40 ));
      padding: calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 180 )); }
      @media screen and (min-width: 769px) {
        .p-entry-step .forStep_item {
          margin-left: calc(-100vw / ( 1400 / 50 ));
          padding: calc(100vw / ( 1400 / 40 )) calc(100vw / ( 1400 / 40 )) calc(100vw / ( 1400 / 40 )) calc(100vw / ( 1400 / 214 )); } }
      @media screen and (min-width: 1441px) {
        .p-entry-step .forStep_item {
          margin-left: -50px;
          padding: 40px 40px 40px 214px; } }
      @media screen and (max-width: 768px) {
        .p-entry-step .forStep_item {
          line-height: 1.6; } }
      .p-entry-step .forStep_item:not(:last-child) {
        margin-bottom: calc(100vw / ( 750 / 50 )); }
        @media screen and (min-width: 769px) {
          .p-entry-step .forStep_item:not(:last-child) {
            margin-bottom: calc(100vw / ( 1400 / 69 )); } }
        @media screen and (min-width: 1441px) {
          .p-entry-step .forStep_item:not(:last-child) {
            margin-bottom: 69px; } }
      .p-entry-step .forStep_item:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        left: calc(100vw / ( 750 / 25 ));
        width: calc(100vw / ( 750 / 120 ));
        height: calc(100vw / ( 750 / 120 )); }
        @media screen and (min-width: 769px) {
          .p-entry-step .forStep_item:before {
            left: calc(100vw / ( 1400 / 35 ));
            width: calc(100vw / ( 1400 / 140 ));
            height: calc(100vw / ( 1400 / 140 )); } }
        @media screen and (min-width: 1441px) {
          .p-entry-step .forStep_item:before {
            left: 35px;
            width: 140px;
            height: 140px; } }
      .p-entry-step .forStep_item.icon01:before {
        background-image: url("../images/entry_icon01.svg"); }
      .p-entry-step .forStep_item.icon02:before {
        background-image: url("../images/entry_icon02.svg"); }
      .p-entry-step .forStep_item.icon03:before {
        background-image: url("../images/entry_icon03.svg"); }
      .p-entry-step .forStep_item.icon04:before {
        background-image: url("../images/entry_icon04.svg"); }
      .p-entry-step .forStep_item.icon05:before {
        background-image: url("../images/entry_icon05.svg"); }
      .p-entry-step .forStep_item.icon06:before {
        background-image: url("../images/entry_icon06.svg"); }
      .p-entry-step .forStep_item.icon07:before {
        background-image: url("../images/entry_icon07.svg"); }
      .p-entry-step .forStep_item.icon08:before {
        background-image: url("../images/entry_icon08.svg"); }
      .p-entry-step .forStep_item.icon09:before {
        background-image: url("../images/entry_icon09.svg"); }
      .p-entry-step .forStep_item .ttl {
        position: relative;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 1em;
        font-size: calc(100vw / ( 750 / 30 )); }
        @media screen and (min-width: 769px) {
          .p-entry-step .forStep_item .ttl {
            line-height: 1;
            font-size: calc(100vw / ( 1400 / 24 )); } }
        @media screen and (min-width: 1441px) {
          .p-entry-step .forStep_item .ttl {
            font-size: 2.4rem; } }
        .p-entry-step .forStep_item .ttl:before {
          content: "";
          display: inline-block;
          vertical-align: bottom;
          background-position: left center;
          background-repeat: no-repeat;
          background-size: auto 100%;
          margin-right: 1em;
          width: calc(100vw / ( 750 / 155 ));
          height: calc(100vw / ( 750 / 41 )); }
          @media screen and (min-width: 769px) {
            .p-entry-step .forStep_item .ttl:before {
              width: calc(100vw / ( 1400 / 155 ));
              height: calc(100vw / ( 1400 / 41 )); } }
          @media screen and (min-width: 1441px) {
            .p-entry-step .forStep_item .ttl:before {
              width: 155px;
              height: 41px; } }
          @media screen and (max-width: 768px) {
            .p-entry-step .forStep_item .ttl:before {
              display: block;
              margin-bottom: calc(100vw / ( 750 / 20 )); } }
        .p-entry-step .forStep_item .ttl.num01:before {
          background-image: url("../images/entry_num01.svg"); }
        .p-entry-step .forStep_item .ttl.num02:before {
          background-image: url("../images/entry_num02.svg"); }
        .p-entry-step .forStep_item .ttl.num03:before {
          background-image: url("../images/entry_num03.svg"); }
        .p-entry-step .forStep_item .ttl.num04:before {
          background-image: url("../images/entry_num04.svg"); }
        .p-entry-step .forStep_item .ttl.num05:before {
          background-image: url("../images/entry_num05.svg"); }

/*========== p-org.scss ==========*/
.p-org {
  background: linear-gradient(45deg, #fff 20%, #eaeaea 100%);
  padding: calc(100vw / ( 750 / 65 )) 0; }
  @media screen and (min-width: 769px) {
    .p-org {
      padding: calc(100vw / ( 1400 / 65 )) 0; } }
  @media screen and (min-width: 1441px) {
    .p-org {
      padding: 65px 0; } }
  .p-org .c-title-primary .en {
    font-size: calc(100vw / ( 750 / 45 )); }
    @media screen and (min-width: 769px) {
      .p-org .c-title-primary .en {
        font-size: calc(100vw / ( 1400 / 35 )); } }
    @media screen and (min-width: 1441px) {
      .p-org .c-title-primary .en {
        font-size: 3.5rem; } }
  .p-org .c-title-primary .ja {
    font-size: calc(100vw / ( 750 / 33 )); }
    @media screen and (min-width: 769px) {
      .p-org .c-title-primary .ja {
        font-size: calc(100vw / ( 1400 / 26 )); } }
    @media screen and (min-width: 1441px) {
      .p-org .c-title-primary .ja {
        font-size: 2.6rem; } }
  .p-org .c-title-primary:before {
    display: none; }
  .p-org-items {
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    padding: calc(100vw / ( 750 / 50 )) calc(100vw / ( 750 / 40 )); }
    @media screen and (min-width: 769px) {
      .p-org-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: calc(100vw / ( 1400 / 30 )) calc(100vw / ( 1400 / 30 )) calc(100vw / ( 1400 / 45 )); } }
    @media screen and (min-width: 1441px) {
      .p-org-items {
        padding: 30px 30px 45px; } }
    .p-org-items:not(:last-child) {
      margin-bottom: calc(100vw / ( 750 / 60 )); }
      @media screen and (min-width: 769px) {
        .p-org-items:not(:last-child) {
          margin-bottom: calc(100vw / ( 1400 / 40 )); } }
      @media screen and (min-width: 1441px) {
        .p-org-items:not(:last-child) {
          margin-bottom: 40px; } }
    .p-org-items .forPh {
      position: relative; }
      @media screen and (min-width: 769px) {
        .p-org-items .forPh {
          width: 20%; } }
      @media screen and (max-width: 768px) {
        .p-org-items .forPh {
          width: 74%;
          margin: 0 auto calc(100vw / ( 750 / 60 )); } }
      .p-org-items .forPh_cap {
        position: absolute;
        left: 50%;
        bottom: 0;
        min-width: 7em;
        background-color: #445B86;
        color: #fff;
        font-weight: 700;
        transform: translate(-50%, 50%);
        padding: 0.15em 0;
        text-align: center;
        letter-spacing: 0.03em;
        font-size: 1.125em; }
    @media screen and (min-width: 769px) {
      .p-org-items .forTxt {
        width: 75%; } }
    .p-org-items .forTxt_company {
      font-weight: 700;
      display: block;
      line-height: 1;
      padding: 1em 0;
      font-size: calc(100vw / ( 750 / 28 )); }
      @media screen and (min-width: 769px) {
        .p-org-items .forTxt_company {
          font-size: calc(100vw / ( 1400 / 15 )); } }
      @media screen and (min-width: 1441px) {
        .p-org-items .forTxt_company {
          font-size: 1.5rem; } }
    .p-org-items .forTxt_name {
      line-height: 1;
      display: block;
      font-size: calc(100vw / ( 750 / 24 )); }
      @media screen and (min-width: 769px) {
        .p-org-items .forTxt_name {
          font-size: calc(100vw / ( 1400 / 16 )); } }
      @media screen and (min-width: 1441px) {
        .p-org-items .forTxt_name {
          font-size: 1.6rem; } }
      @media screen and (max-width: 768px) {
        .p-org-items .forTxt_name {
          padding-top: 0.5em; } }
      .p-org-items .forTxt_name .sizeL {
        font-size: 1.4em; }
    .p-org-items .forTxt p {
      font-size: 92%;
      line-height: 1.85; }
      .p-org-items .forTxt p:not(:last-child) {
        margin-bottom: 2em; }

/*========== u-utility.scss ==========*/
.u-center {
  text-align: center; }
.u-bold {
  font-weight: bold !important; }
.u-att {
  color: #ff0000; }
.u-mb1em {
  margin-bottom: 1em; }
.u-mb2em {
  margin-bottom: 2em; }
.u-sizeS {
  font-size: 87.5%; }
