@charset "UTF-8";
@import url(/css/college/reboot.css);
@font-face {
  font-family: 'Helvetica Nue Condensed';
  src: url("/fonts/college/HelveticaNeueCondensedBlack.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Nue Condensed';
  src: url("/fonts/college/HelveticaNeueCondensedBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/college/NotoSansCJKjp-Regular.otf") format("opentype"), url("/fonts/college/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/college/NotoSansCJKjp-Medium.otf"), url("/fonts/college/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/college/NotoSansCJKjp-Bold.otf"), url("/fonts/college/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Futura oblique';
  font-style: oblique;
  font-weight: 700;
  src: url("/fonts/college/FuturaBoldOblique.otf"), url("/fonts/college/FuturaBoldOblique.otf") format("opentype");
}

/*==================================================
 * layout common
 *================================================*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  font-size: 10px;
}

@media only screen and (max-width: 640px) {
  html {
    font-size: calc(100vw / 48);
  }
}

body {
  font-family: "Noto Sans Japanese", "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.14em;
  color: rgba(1, 3, 10, 0.87);
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

img {
  vertical-align: middle;
}

a > img:hover {
  opacity: 0.8;
}

a {
  color: rgba(1, 3, 10, 0.87);
  text-decoration: none;
}

a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans Japanese", "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
}

strong {
  font-weight: 600;
}

.l-header {
  height: 8rem;
  width: 100%;
  padding: 0 4rem;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  background: transparent;
}

@media only screen and (max-width: 640px) {
  .l-header {
    padding: 0 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .l-header {
    height: 6rem;
    background: white;
    line-height: 1;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-shadow: 0px 4px 30px rgba(180, 180, 180, 0.2);
            box-shadow: 0px 4px 30px rgba(180, 180, 180, 0.2);
  }
}

.l-header__logo-wrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .l-header__logo-wrapper {
    width: 14.4rem;
  }
}

.l-header__logo {
  max-width: 100%;
}

.l-header__navList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__navList li a {
  display: block;
  padding: 0 1.2rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .l-header__navList-item {
    display: none;
  }
}

.l-header__navList-item.button {
  display: block;
}

.l-header__navList-item.button > .p-button {
  width: auto;
}

.l-header__spmenuBtn {
  display: none;
}

@media only screen and (max-width: 768px) {
  .l-header__spmenuBtn {
    display: block;
  }
}

.l-header.is-on .l-header__logo-wrapper {
  -webkit-transform: scale(0.7) translateY(-4rem);
          transform: scale(0.7) translateY(-4rem);
}

@media only screen and (max-width: 768px) {
  .l-header.is-on .l-header__logo-wrapper {
    -webkit-transform: scale(0.7) translate(-2rem, -2rem);
            transform: scale(0.7) translate(-2rem, -2rem);
  }
}

.l-footer {
  background: #1D2B36;
  width: 100%;
  padding: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.l-footer__nav {
  display: inline-block;
  padding: 1rem 0;
  margin-left: 4rem;
}

@media only screen and (max-width: 640px) {
  .l-footer__nav {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}

.l-footer__navList {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  padding-left: 0;
}

@media only screen and (max-width: 640px) {
  .l-footer__navList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    line-height: 2;
  }
}

.l-footer__navList li {
  margin-right: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .l-footer__navList li {
    text-align: center;
    margin-right: 0 auto;
    margin-right: 0.8rem;
  }
  .l-footer__navList li:last-child {
    margin-right: 0;
  }
}

.l-footer__navList li a {
  color: rgba(255, 255, 255, 0.7);
}

.l-footer__logo {
  display: block;
  margin: 0 auto;
  width: 22rem;
}

.l-footer__logo img {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .l-footer__logo {
    width: 14rem;
  }
}

.l-footer__copyright {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  font-stretch: condensed;
  line-height: 3.6;
  letter-spacing: 0.4px;
  text-align: center;
}

@-webkit-keyframes loadingafter {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loadingafter {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.js-loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  background: white;
  z-index: 10;
}

.js-loading img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.js-loading::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background: #0073c0;
  -webkit-animation-name: loadingafter;
          animation-name: loadingafter;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

/*------------------------
  Hero Section
*------------------------*/
.p-hero {
  width: 100%;
  height: 100vh;
  background: #F7F9FA;
  padding-top: 8rem;
  background: url(/images/college/bg-hero.png) right center no-repeat;
  background-size: 50%;
}

@media only screen and (max-width: 768px) {
  .p-hero {
    text-align: center;
    background-position: center 80%;
    background-size: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .p-hero {
    background-size: contain;
  }
}

.p-hero__inner {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 4rem;
  padding-top: 10%;
}

@media screen and (max-width: 1280px) {
  .p-hero__inner {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .p-hero__inner {
    padding: 0 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-hero__inner {
    padding: 3% 2rem;
  }
}

.p-hero__caption {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 4.4rem;
}

/*------------------------
  About Section
*------------------------*/
.p-about {
  background: url(/images/college/bg-01.png) left center no-repeat;
  background-color: #F1F5F6;
  background-size: 30%;
  padding-bottom: 16rem;
}

.p-about__inner {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .p-about__inner {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .p-about__inner {
    padding: 0 1.6rem;
  }
}

@media only screen and (max-width: 1200px) {
  .p-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-about__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
  .p-about__header {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-about__header br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .p-about__header br {
    display: block;
  }
}

.p-about__card {
  background: white;
  -webkit-box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.2);
          box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.2);
  border-radius: 12px;
  width: 768px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 5.6rem 6rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-about__card {
    width: calc(100% - 3.2rem);
    padding: 2.4rem 3rem;
  }
}

.p-about__balloonWrapper {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
}

.p-about__balloonWrapper > div {
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .p-about__balloonWrapper > div {
    text-align: center;
  }
}

.p-about__balloonWrapper .p-balloon:nth-child(odd) {
  margin-left: 0;
}

.p-about__balloonWrapper .p-balloon:nth-child(even) {
  margin-right: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  border-radius: 48px 48px 4px 48px / 48px 48px 4px 48px;
}

.p-about__balloonWrapper .p-balloon:nth-child(3) {
  -webkit-transform: translate(-6rem);
          transform: translate(-6rem);
}

.p-about__balloonWrapper .p-balloon:nth-child(4) {
  -webkit-transform: translate(-8rem, 2rem);
          transform: translate(-8rem, 2rem);
}

.p-about__balloonWrapper .p-balloon:last-child {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

/*------------------------
  About Section 2
*------------------------*/
.p-figure {
  padding: 14rem 0 6rem 0;
  text-align: center;
}

.p-figure__inner {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 4rem;
}

@media screen and (max-width: 1280px) {
  .p-figure__inner {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .p-figure__inner {
    padding: 0 1.6rem;
  }
}

.p-figure__text {
  width: 768px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .p-figure__text {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p-figure .p-header--03 {
    margin-bottom: 0.8rem;
  }
}

/*------------------------
  Feature Section 
*------------------------*/
.p-feature {
  padding-bottom: 12rem;
  background-color: #F1F5F6;
}

.p-feature::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 13.4%;
  background: url(/images/college/bg.svg) center center no-repeat;
  background-size: cover;
  background-color: white;
}

.p-feature__inner {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 4rem;
}

@media screen and (max-width: 1280px) {
  .p-feature__inner {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .p-feature__inner {
    padding: 0 1.6rem;
  }
}

/*------------------------
  Feature 01 Article
*------------------------*/
.p-feature-01 {
  margin-bottom: 24rem;
}

@media only screen and (max-width: 768px) {
  .p-feature-01 {
    padding-top: 3.2rem;
    text-align: center;
    margin-bottom: 12rem;
  }
}

.p-feature-01__header {
  position: relative;
}

.p-feature-01__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: url(/images/college/num-01.png) no-repeat;
  background-size: contain;
  width: 240px;
  height: 230px;
  -webkit-transform: translate(-24px, -90%);
          transform: translate(-24px, -90%);
}

@media only screen and (max-width:768px) {
  .p-feature-01__header::before {
    width: 14.4rem;
    height: 15.8rem;
    -webkit-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
    margin: 0 auto;
    left: 50%;
  }
}

.p-feature-01__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.4rem;
}

.p-feature-01__iphoneWrapper {
  width: 25%;
  position: relative;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .p-feature-01__iphoneWrapper {
    display: none;
  }
}

.p-feature-01__listWrapper {
  width: calc(75% - 4rem);
  overflow-x: hidden;
  padding: 10px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

@media only screen and (max-width: 768px) {
  .p-feature-01__listWrapper {
    width: 100%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.p-feature-01__iphone {
  width: 100%;
  height: auto;
  vertical-align: top;
  position: absolute;
}

.p-feature-01__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .p-feature-01__list {
    display: block;
  }
}

.p-feature-01__list li {
  -webkit-box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.2);
          box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.2);
  margin-right: 1.6rem;
  background-color: white;
  border-radius: 4px;
  padding: 4.4rem 2.8rem;
  vertical-align: top;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 1.6rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-feature-01__list li {
    margin-right: 0;
  }
}

.p-feature-01__list li:hover, .p-feature-01__list li.is-active {
  cursor: pointer;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.6);
          box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.6);
}

.p-feature-01__list li:hover p, .p-feature-01__list li.is-active p {
  max-height: 300px;
}

.p-feature-01__list li img {
  height: 8em;
}

@media only screen and (max-width: 768px) {
  .p-feature-01__list li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.8rem;
  }
}

.p-feature-01__list li h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  min-height: 3.2em;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .p-feature-01__list li h4 {
    min-height: auto;
  }
}

.p-feature-01__list li p {
  margin-top: 1.6rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .p-feature-01__list li p {
    margin-top: 0.8rem;
  }
}

/*------------------------
  Feature 02 Article
*------------------------*/
.p-feature-02 {
  position: relative;
  background: url(/images/college/bg-02.png) right center no-repeat;
  background-size: 50%;
}

@media only screen and (max-width: 768px) {
  .p-feature-02 {
    text-align: center;
  }
}

.p-feature-02__header {
  position: relative;
}

.p-feature-02__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/college/num-02.png) no-repeat;
  background-size: contain;
  width: 240px;
  height: 230px;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
}

@media only screen and (max-width: 768px) {
  .p-feature-02__header::before {
    width: 14.4rem;
    height: 15.8rem;
    -webkit-transform: translate(50%, -90%);
            transform: translate(50%, -90%);
    right: 50%;
  }
}

.p-feature-02__container {
  max-width: 116rem;
  margin: 0 auto;
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .p-feature-02__container {
    width: 100%;
  }
}

.p-feature-02__listWrapper {
  display: inline-block;
  overflow-x: hidden;
  margin-right: 50%;
  padding: 10px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

@media only screen and (max-width: 768px) {
  .p-feature-02__listWrapper {
    margin-right: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.p-feature-02__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .p-feature-02__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-feature-02__list li {
  -webkit-box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.2);
          box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.2);
  margin-right: 1.6rem;
  background-color: white;
  border-radius: 4px;
  padding: 4.4rem 2.8rem;
  vertical-align: top;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 1.6rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-feature-02__list li {
    margin-right: 0;
  }
}

.p-feature-02__list li:hover, .p-feature-02__list li.is-active {
  cursor: pointer;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.6);
          box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.6);
}

.p-feature-02__list li:hover p, .p-feature-02__list li.is-active p {
  max-height: 300px;
}

.p-feature-02__list li img {
  height: 8em;
}

@media only screen and (max-width: 768px) {
  .p-feature-02__list li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.8rem;
  }
}

.p-feature-02__list li h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  min-height: 3.2em;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .p-feature-02__list li h4 {
    min-height: auto;
  }
}

.p-feature-02__list li p {
  margin-top: 1.6rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .p-feature-02__list li p {
    margin-top: 0.8rem;
  }
}

.p-feature-02__demoImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: url(/images/college/img-pc.png) 0px 70% no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .p-feature-02__demoImg {
    display: none;
  }
}

/*------------------------
  Feature 03 Article
*------------------------*/
.p-feature-03 {
  padding-top: 16rem;
  margin-bottom: 8rem;
  background: url(/images/college/bg-03.png) left top no-repeat;
  background-size: 40%;
}

.p-feature-03__header {
  position: relative;
  padding-left: 260px;
}

@media only screen and (max-width: 768px) {
  .p-feature-03__header {
    padding-left: 0;
    text-align: center;
  }
}

.p-feature-03__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/college/num-03.png) no-repeat;
  background-size: contain;
  width: 240px;
  height: 230px;
  -webkit-transform: translateY(-26%);
          transform: translateY(-26%);
}

@media only screen and (max-width: 768px) {
  .p-feature-03__header::before {
    width: 14.4rem;
    height: 15.8rem;
    -webkit-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
    left: 50%;
  }
}

.p-feature-03__text {
  padding-left: 260px;
}

@media only screen and (max-width: 768px) {
  .p-feature-03__text {
    padding-left: 0;
    text-align: center;
  }
}

.p-feature-03__sub {
  margin-top: 8rem;
  margin-bottom: 12rem;
}

.p-feature-03__subText::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  margin-top: 8px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(40, 198, 159, 0)), to(rgba(47, 128, 237, 0.5)));
  background: -webkit-linear-gradient(right, rgba(40, 198, 159, 0) 0%, rgba(47, 128, 237, 0.5) 100%);
  background: linear-gradient(270deg, rgba(40, 198, 159, 0) 0%, rgba(47, 128, 237, 0.5) 100%);
}

.p-feature-03__flowList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .p-feature-03__flowList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-feature-03__flowList li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 38px 0 28px;
}

@media only screen and (max-width: 768px) {
  .p-feature-03__flowList li {
    padding: 0 0 8rem 0;
  }
}

.p-feature-03__flowList li::after {
  display: block;
  content: "";
  width: 28px;
  height: 76px;
  background: url(/images/college/img-arrow.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .p-feature-03__flowList li::after {
    -webkit-transform: translate(50%, 0%) rotate(90deg);
            transform: translate(50%, 0%) rotate(90deg);
    right: 50%;
    top: auto;
    width: 14px;
    height: 38px;
  }
}

.p-feature-03__flowList li:last-child::after {
  display: none;
}

.p-feature-03__flowList li img {
  margin-bottom: 1.6rem;
  height: 6em;
}

.p-feature-03__flowList li h5 {
  font-weight: 600;
  margin-bottom: 0.5em;
}

.p-feature-03__flowList li p {
  color: rgba(1, 3, 10, 0.54);
}

.p-feature-03__SubContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-feature-03__imgWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-feature-03__imgWrapper img {
  max-width: 100%;
}

.p-feature-03__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2.4rem;
}

.p-feature-03__list li {
  margin-bottom: 1.6rem;
}

.p-function {
  padding: 14rem 0 6rem 0;
}

.p-function .p-iconWrap + div {
  padding: 0 1.6rem 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-function__inner {
  max-width: 116rem;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .p-function__inner {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .p-function__inner {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 640px) {
  .p-function__inner {
    padding: 0 1.6rem;
  }
}

.p-function__header {
  text-align: center;
  margin-bottom: 6rem;
}

.p-function__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-function__list li {
  width: 33%;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 1200px) {
  .p-function__list li {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .p-function__list li {
    width: auto;
    margin-bottom: 4rem;
  }
}

.p-function__listContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-function__listContent p {
  color: rgba(1, 3, 10, 0.54);
}

.p-iconWrap {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: white;
  line-height: 78px;
  text-align: center;
  display: inline-block;
  margin-right: 16px;
  -webkit-box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.6);
          box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.6);
}

.p-iconWrap img {
  vertical-align: middle;
  width: 36px;
}

.p-step {
  background: #F1F5F6;
  margin-top: 8rem;
  padding-top: 14rem;
  padding-bottom: 8rem;
}

.p-step__inner {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 4rem;
}

@media screen and (max-width: 1280px) {
  .p-step__inner {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .p-step__inner {
    padding: 0 1.6rem;
  }
}

.p-step__text {
  text-align: center;
  padding: 0 4rem;
}

@media only screen and (max-width: 640px) {
  .p-step__text {
    padding: 0 1.6rem;
  }
}

.p-step__header {
  text-align: center;
  margin-bottom: 3rem;
}

.p-step__bar {
  margin: 0 auto;
}

.p-doricom {
  background: white;
  -webkit-box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.2);
          box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.2);
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7.2rem 8rem;
  max-width: 720px;
  margin: 4rem auto;
}

@media only screen and (max-width: 640px) {
  .p-doricom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-doricom__imgWrapper {
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
  margin-right: 2rem;
}

.p-doricom__imgWrapper span {
  color: #307DAE;
  font-size: 1.1rem;
  text-align: justify;
  display: block;
}

.p-doricom__imgWrapper img {
  max-width: 100%;
}

@media only screen and (max-width: 640px) {
  .p-doricom__imgWrapper {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}

.p-doricom p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-contact {
  padding-top: 14rem;
  padding-bottom: 8rem;
}

.c-ham {
  width: 30px;
  height: 26px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
  position: relative;
  display: block;
}

.c-ham span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(1, 3, 10, 0.87);
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.c-ham span:nth-of-type(2) {
  top: 12px;
}

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

.c-ham span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(1, 3, 10, 0.87);
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.is-on span {
  background-color: white;
}

.is-on span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: white;
}

.is-on span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: white;
}

.is-on span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
  transform: translateY(20px) scale(0);
}

.is-on span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
  transform: translateY(-20px) scale(0);
}

.c-form {
  width: 75%;
  max-width: 600px;
  margin: 0 auto;
}

.c-form__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .c-form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-form__wrap label {
  min-width: 14rem;
}

.c-form__wrap input {
  height: 2em;
  line-height: 2em;
  font-size: 1.6rem;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.c-form__wrap input[type="submit"] {
  border: 0;
  height: auto;
  margin: 0 auto;
}

.c-form__wrap input[type="submit"]:hover {
  cursor: pointer;
}

.c-form__wrap textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: solid 1px #ccc;
  -webkit-flex-basis: 64%;
      -ms-flex-preferred-size: 64%;
          flex-basis: 64%;
}

.c-form__wrap input, .c-form__wrap textarea {
  padding: 0.4rem 0.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #ccc;
  border-radius: 4px;
}

.p-nav {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 1s, visibility .8s;
  transition: opacity 1s, visibility .8s;
  position: fixed;
  opacity: 0;
  z-index: 1;
  text-align: center;
}

.p-nav * {
  visibility: hidden;
}

.p-nav.is-on {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.p-nav.is-on * {
  visibility: visible;
}

.p-nav__inner {
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.p-nav__list, .p-nav__snslist {
  padding-left: 0;
  list-style: none;
}

.p-nav__list {
  margin-bottom: 8rem;
}

.p-nav__list-item {
  font-weight: normal;
  font-size: 3rem;
  line-height: 2;
  -webkit-transition: all .56s;
  transition: all .56s;
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
  opacity: 0;
}

.p-nav__list-item:nth-child(1) {
  -webkit-transition-delay: calc( 0.16s * 1);
          transition-delay: calc( 0.16s * 1);
}

.p-nav__list-item:nth-child(2) {
  -webkit-transition-delay: calc( 0.16s * 2);
          transition-delay: calc( 0.16s * 2);
}

.p-nav__list-item:nth-child(3) {
  -webkit-transition-delay: calc( 0.16s * 3);
          transition-delay: calc( 0.16s * 3);
}

.p-nav__list-item:nth-child(4) {
  -webkit-transition-delay: calc( 0.16s * 4);
          transition-delay: calc( 0.16s * 4);
}

.p-nav__list-item:nth-child(5) {
  -webkit-transition-delay: calc( 0.16s * 5);
          transition-delay: calc( 0.16s * 5);
}

.p-nav__list-item:nth-child(6) {
  -webkit-transition-delay: calc( 0.16s * 6);
          transition-delay: calc( 0.16s * 6);
}

.p-nav__list-item > a, .p-nav__list-item a:hover, .p-nav__list-item a:visited, .p-nav__list-item a:focus {
  color: rgba(1, 3, 10, 0.87);
  text-decoration: none;
}

.p-nav__snslist-item {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  text-align: center;
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
  -webkit-transition: all .56s;
  transition: all .56s;
  opacity: 0;
}

.p-nav__snslist-item:nth-child(1) {
  -webkit-transition-delay: calc( 0.16s * 1 + .96s);
          transition-delay: calc( 0.16s * 1 + .96s);
}

.p-nav__snslist-item:nth-child(2) {
  -webkit-transition-delay: calc( 0.16s * 2 + .96s);
          transition-delay: calc( 0.16s * 2 + .96s);
}

.p-nav.is-on .p-nav__list-item, .p-nav.is-on .p-nav__snslist-item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

body.is-on .l-main {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.p-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 3.6rem;
  height: 4.8rem;
  line-height: 4.8rem;
  border: none;
  border-radius: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #60DEED;
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 600;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-button:hover {
  background-color: #4CAFBA;
}

.p-button:active {
  background-color: #1BAABA;
}

@media screen and (max-width: 480px) {
  .p-button {
    width: 19.8rem;
  }
}

.p-button-circle {
  display: inline-block;
  font-size: 1.6rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 20px;
  background-color: #ffffff;
  border: solid 1px rgba(1, 3, 10, 0.87);
  color: rgba(1, 3, 10, 0.87);
  width: 20rem;
  max-width: 20rem;
}

.p-button-circle:hover {
  background-color: rgba(1, 3, 10, 0.87);
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.p-button-link, a.p-button-link {
  padding: 0 1.6rem;
  display: inline-block;
  border: 1px solid;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 2.4rem;
  text-align: center;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .p-button-link, a.p-button-link {
    width: 17.6rem;
    height: 4.8rem;
    line-height: 4.8rem;
  }
}

.p-button-link:hover, .p-button-link:hover a, a.p-button-link:hover, a.p-button-link:hover a {
  cursor: pointer;
  background-color: rgba(1, 3, 10, 0.87);
  color: #fff;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.p-buttonWrapper {
  text-align: right;
  padding: 0 30px;
}

@media only screen and (max-width: 640px) {
  .p-buttonWrapper {
    text-align: center;
  }
}

.p-icon-arrow {
  display: inline-block;
  width: 29px;
  height: 15px;
  background: center center url("/images/college/icon-arrow.svg") no-repeat;
  background-size: cover;
}

.p-icon-arrow.is-down {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.p-icon-arrow.is-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-icon-arrow.is-left {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-subTitle {
  padding: 10px 4.8rem;
  text-decoration: none;
  background: #fff;
  color: rgba(1, 3, 10, 0.87);
  border-bottom: solid 20px rgba(1, 3, 10, 0.87);
  border-right: solid 20px rgba(1, 3, 10, 0.87);
  display: inline-block;
  font-size: 2rem;
  background: white;
  letter-spacing: calc(1em / 20);
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-subTitle {
    font-size: 1.4rem;
    border-bottom: solid 14px rgba(1, 3, 10, 0.87);
    border-right: solid 14px rgba(1, 3, 10, 0.87);
    margin-bottom: calc(8rem / 2);
  }
}

.p-subTitle::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 20px 20px 0px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #FFF;
}

@media screen and (max-width: 768px) {
  .p-subTitle::before {
    bottom: -14px;
    border-width: 0 14px 14px 0px;
  }
}

.p-subTitle::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -20px;
  width: 0;
  height: 0;
  border-width: 0px 20px 20px 0px;
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: transparent;
}

@media screen and (max-width: 768px) {
  .p-subTitle::after {
    right: -14px;
    border-width: 0 14px 14px 0px;
  }
}

/*
*		breadcrumbs
*----------------------*/
.breadcrumbList {
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}

.breadcrumbList__item {
  border: solid 1px rgba(1, 3, 10, 0.87);
  width: 4.6rem;
  height: 4.6rem;
  text-align: center;
  line-height: 4.6rem;
  display: inline-block;
  margin: 0 1rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .breadcrumbList__item {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}

.breadcrumbList__item > a {
  color: rgba(1, 3, 10, 0.87);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .breadcrumbList__item > a {
    font-size: 1.3rem;
  }
}

.breadcrumbList__item:hover, .breadcrumbList__item.is-on {
  cursor: pointer;
  background: rgba(1, 3, 10, 0.87);
}

.breadcrumbList__item:hover > a, .breadcrumbList__item.is-on > a {
  color: white;
  text-decoration: none;
}

.p-header--02 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.3em;
}

@media only screen and (max-width: 640px) {
  .p-header--02 {
    font-size: 2.8rem;
  }
}

.p-header--03 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
  .p-header--03 {
    font-size: 2.8rem;
  }
}

.p-header--04 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 640px) {
  .p-header--04 {
    font-size: 2rem;
  }
}

.p-header--05 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.p-header--06 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.p-balloon {
  -webkit-box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.2);
          box-shadow: 0px 4px 30px rgba(144, 226, 222, 0.2);
  display: inline-block;
  background: white;
  text-align: center;
  margin: 2rem;
  line-height: 1.7;
  padding: 1.5em 5.8em;
  border-radius: 48px 48px 48px 4px / 48px 48px 48px 4px;
}

.p-balloon--sm {
  font-size: 1.2rem;
}

.p-balloon--lg {
  font-size: 1.6rem;
}

.steps {
  margin: 36px;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.steps li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
}

@media only screen and (max-width: 768px) {
  .steps li {
    margin-bottom: 1.6em;
  }
}

.steps p {
  padding: 10px;
  color: rgba(1, 3, 10, 0.87);
}

.steps a {
  text-decoration: underline;
}

.steps em {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}

.steps li > div {
  text-align: center;
  width: 100%;
  margin-left: 0;
  height: 72px;
  /* total height */
  list-style-type: none;
  padding: 14px 5px 5px 30px;
  /* padding around text, last should include arrow width */
  border-right: 3px solid white;
  /* width: gap between arrows, color: background of document */
  position: relative;
}

@media only screen and (max-width: 768px) {
  .steps li > div {
    border-right: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* remove extra padding on the first object since it doesn't have an arrow to the left */
.steps li:first-child > div {
  padding-left: 5px;
  background-color: #68B6C3;
}

@media only screen and (max-width: 768px) {
  .steps li:first-child > div {
    padding-left: 0;
  }
}

/* white arrow to the left to "erase" background (starting from the 2nd object) */
.steps li:nth-child(n+2) > div::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-left: 25px solid white;
  /* width: arrow width, color: background of document */
  border-top: 36px solid transparent;
  /* width: half height */
  border-bottom: 36px solid transparent;
  /* width: half height */
  width: 0;
  height: 0;
  content: " ";
}

@media only screen and (max-width: 768px) {
  .steps li:nth-child(n+2) > div::before {
    display: none;
  }
}

/* colored arrow to the right */
.steps li > div::after {
  z-index: 1;
  /* need to bring this above the next item */
  position: absolute;
  top: 0;
  right: -25px;
  /* arrow width (negated) */
  display: block;
  border-left: 25px solid #68B6C3;
  /* width: arrow width */
  border-top: 36px solid transparent;
  /* width: half height */
  border-bottom: 36px solid transparent;
  /* width: half height */
  width: 0;
  height: 0;
  content: " ";
}

/* Setup colors (both the background and the arrow) */
/* Completed */
.steps li > div {
  background-color: #68B6C3;
}

.steps li > div::after {
  border-left-color: #68B6C3;
}

.steps li:nth-child(2) > div {
  background-color: #3B94BC;
}

.steps li:nth-child(2) > div::after {
  border-left-color: #3B94BC;
}

.steps li:nth-child(3) > div {
  background-color: #307DAE;
}

.steps li:nth-child(3) > div::after {
  border-left-color: #307DAE;
}

.steps li:nth-child(4) > div {
  background-color: #24659F;
}

.steps li:nth-child(4) > div::after {
  border-left-color: transparent;
}

/* Current */
.steps li.current {
  background-color: #C36615;
}

.steps li.current::after {
  border-left-color: #C36615;
}

@media only screen and (max-width: 640px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-sp-only {
  display: none;
}

@media only screen and (max-width: 640px) {
  .u-sp-only {
    display: block;
  }
}

.mb-unit {
  margin-bottom: 8rem;
}

.mt-unit {
  margin-top: 8rem;
}

.mr-unit {
  margin-right: 6.25%;
}

.ml-unit {
  margin-left: 6.25%;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-ml-0 {
  margin-left: 0;
}

.u-align-center {
  text-align: center;
}

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

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

/*==================================================
 * レスポンシブル基本設定
 *================================================*/
.display-sm {
  display: none;
}

@media only screen and (max-width: 640px) {
  .display-sm {
    display: block;
  }
}

.display-pc {
  display: block;
}

@media only screen and (max-width: 640px) {
  .display-pc {
    display: none;
  }
}

.pc-no-padding {
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .pc-no-padding {
    padding: 0 15px;
  }
}

/*# sourceMappingURL=style.css.map */
