@charset "utf-8";


/* reset
----------------------------------------------- */

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,main,figure,figcaption {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: 0;
  outline: 0;
  line-height: 1;
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  outline: none;
}
img {
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::selection {
  color: #fff;
  background: #0078be;
}


/* html
----------------------------------------------- */

html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-print-color-adjust: exact;
}


/* body
----------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
a {
  color: #0078be;
}

/* disable */

.js-body-disable {
  pointer-events: none;
}


/* wrapper
----------------------------------------------- */

.wrapper {
  word-break: break-word;
}


/* button
----------------------------------------------- */

.button {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
  text-decoration: none;
  line-height: 38px;
  outline: none;
  border: 2px solid #fff;
  border-radius: 44px;
  background: linear-gradient(to right, #0078be 0%, #0a3c96 100%);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  overflow: hidden;
  z-index: 1;
  -webkit-appearance: none;
}
.button--gray {
  background: linear-gradient(to right, #ccc 0%, #969696 100%);
}


/* header
----------------------------------------------- */

.header {
  position: relative;
  background-color: #fff;
  z-index: 6;
}
.header__outer {
  margin: 0 20px;
}
.header__inner {
  display: flex;
  margin: auto;
  max-width: 960px;
  height: 100px;
}
.header__main {
  padding: 25px 0 0;
  width: calc(100% - 270px);
  order: 1;
}
.header__main a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.header__logotype {
  margin: 15px 0 0;
}
.header__copy {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.header__logomark {
  padding: 15px 0 0;
  width: 68px;
  order: 2;
}
.header__contactbox {
  padding: 20px 0 0;
  width: 200px;
  order: 3;
}


/* nav
----------------------------------------------- */

.nav {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  border-top: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
  z-index: 5;
}
.nav__outer {
  margin: 0 20px;
}
.nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 960px;
  height: 60px;
}
.nav__lists {
  display: flex;
  align-items: center;
}
.nav__list {
  margin: 0 36px 0 0;
}
.nav__list a {
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  z-index: 1;
}
.nav__button {
  width: 180px;
}
.nav__contactbox {
  display: none;
}


/* contactbox
----------------------------------------------- */

.contactbox {
}
.contactbox__mail {
  text-align: center;
}
.contactbox__mail a {
  display: block;
  height: 30px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.contactbox__mail a:before {
  display: inline-block;
  content: "";
  margin: 0 2px 0 0;
  width: 12px;
  height: 10px;
  background-image: url(../img/ic_mail.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
}
.contactbox__tel {
  margin: 7px 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.035em;
  line-height: 1;
}
.contactbox__tel small {
  font-size: 14px;
}


/* notice
----------------------------------------------- */

.notice {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 6;
}
.notice__outer {
  margin: 0 20px;
}
.notice__inner {
  margin: auto;
  max-width: 960px;
}
.notice__text {
  margin: 0 293px 0 367px;
  max-height: 51px;
  font-size: 11px;
  text-align: justify;
  line-height: 17px;
  overflow: hidden;
}


/* banner
----------------------------------------------- */

.banner {
}
.banner__outer {
  margin: 0 20px;
}
.banner__inner {
  margin: auto;
  max-width: 760px;
}
.banner__lists {
  padding: 30px 0;
}
.banner__list {
  padding: 10px 0;
  font-size: 0;
  text-align: center;
}
.banner__list img {
  width: 100%;
  height: auto;
}


/* link
----------------------------------------------- */

.link {
  background-color: #0078be;
}
.link__outer {
  margin: 0 20px;
}
.link__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 19px 0;
  max-width: 960px;
}
.link__title {
  position: relative;
  width: 235px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
}
.link__title:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin: -35px 0 0;
  width: 1px;
  height: 70px;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
}
.link__lists {
  width: calc(100% - 266px);
}
.link__list {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 10px 0;
}
.link__list a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}


/* access
----------------------------------------------- */

.access {
  background-color: #fff;
}
.access__outer {
  margin: 0 20px;
}
.access__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 31px 0 31px;
  max-width: 760px;
}
.access__logotype {
  width: 306px;
}
.access__logotype img {
  width: 100%;
  height: auto;
}
.access__address {
  width: calc(100% - 340px);
}
.access__text {
  padding: 5px 0;
  font-size: 12px;
  line-height: 18px;
}


/* footer
----------------------------------------------- */

.footer {
  border-top: 1px solid #ccc;
  overflow: hidden;
}
.footer__outer {
  margin: 0 20px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 22px 0;
  max-width: 960px;
}
.footer__links {
  display: flex;
}
.footer__link {
  margin: 0 27px 0 0;
}
.footer__link a {
  display: block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.footer__copyright {
  color: #808080;
  font-size: 10px;
}


/* intro
----------------------------------------------- */

.intro {
  position: relative;
  z-index: 1;
}
.intro__inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: auto;
  max-width: 870px;
  height: 540px;
  z-index: 2;
}
.intro__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #90d1eb;
  background-image: url(../img/intro_image_pc.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1500px 540px;
  z-index: 1;
}
.intro__main {
  padding: 100px 0 0;
  width: 360px;
}
.intro__title {
  font-size: 58px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 72px;
}
.intro__brand {
  margin: 20px 0 0;
  font-size: 0;
}
.intro__brand img {
  width: 100%;
  height: auto;
}
.intro__button {
  margin: 40px 0 0;
}

/* button */

.intro__button .button {
  height: 66px;
  font-size: 18px;
  line-height: 64px;
}


/* concept
----------------------------------------------- */

.concept {
  background: linear-gradient(to bottom, #ffffff 50%, #d2e6f0 100%);
}
.concept__outer {
  margin: 0 20px;
}
.concept__inner {
  margin: auto;
  padding: 80px 0;
  max-width: 900px;
}
.concept__title {
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.1em;
}
.concept__title em {
  color: #0078be;
  font-style: normal;
}
.concept__title em:last-child {
  color: #0a3c96;
}
.concept__summary {
  margin: 33px 0 0;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
}
.concept__balls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 34px auto 0;
  width: 620px;
}
.concept__ball {
}
.concept__ball a {
  display: block;
  position: relative;
  width: 260px;
  height: 260px;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  overflow: hidden;
  z-index: 1;
}
.concept__ball a:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 28px;
  margin: 0 0 0 -11px;
  width: 22px;
  height: 26px;
  background-image: url(../img/concept_arrow.svg);
  background-repeat: no-repeat;
  background-size: 22px 26px;
  z-index: 1;
}
.concept__ball--curriculum a {
  background: linear-gradient(135deg, #28b4d2 0%, #0078be 100%);
}
.concept__ball--careerpath a {
  background: linear-gradient(135deg, #50aaf0 0%, #0a3c96 100%);
}
.concept__copy {
  padding: 64px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
  letter-spacing: 0.1em;
  line-height: 28px;
}
.concept__label {
  margin: 15px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}


/* circle
----------------------------------------------- */

.circle {
  position: absolute;
  width: 400px;
  height: 400px;
  border: 30px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 1;
}
.circle--cover {
  border-color: #b2d6eb;
  opacity: 0.3;
}
.circle--voice {
  border-color: #e5f1f8;
  opacity: 0.8;
}
.circle--interview {
  border-color: #f3f5fa;
  opacity: 0.8;
}
.circle--guideline {
  border-color: #fff;
  opacity: 0.2;
}
.circle--entry {
  border-color: #fff;
  opacity: 0.4;
}


/* curriculum careerpath
----------------------------------------------- */

.curriculum,
.careerpath {
  overflow: hidden;
}


/* cover
----------------------------------------------- */

.cover {
  position: relative;
  z-index: 1;
}
.cover__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.cover__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 240px;
  color: #fff;
  z-index: 2;
}
.cover__copy {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.cover__title {
  margin: 15px 0 0;
  font-size: 40px;
  letter-spacing: 0.1em;
}

/* image */

.cover--curriculum .cover__image {
  background-image: url(../img/cover_image_curriculum.jpg);
}
.cover--careerpath .cover__image {
  background-image: url(../img/cover_image_careerpath.jpg);
}

/* circle */

.cover .circle {
  top: 40px;
  right: 50%;
  margin: 0 245px 0 0;
}


/* article
----------------------------------------------- */

.article {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.article__outer {
  margin: 0 20px;
}
.article__inner {
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 92px 0 0;
  max-width: 900px;
}
.article__column:first-child {
  width: 420px;
}
.article__column:last-child {
  width: calc(100% - 470px);
}
.article__label {
  font-size: 20px;
  line-height: 35px;
}
.article__title {
  margin: 9px 0 0;
  font-size: 40px;
  line-height: 47px;
}
.article__copy {
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: -0.03em;
  line-height: 32px;
}
.article__summary {
  margin: 15px 0 0;
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
}
.article__image {
  padding: 10px 0 0;
  font-size: 0;
}
.article__image img {
  width: 100%;
  height: auto;
}

/* curriculum */

.article--curriculum .article__header {
  color: #0078be;
}
.article--curriculum .article__title {
  text-indent: -20px;
}
.article--curriculum .article__image {
  margin: 0 -150px 0 0;
}

/* careerpath */

.article--careerpath .article__header {
  color: #0a3c96;
}
.article--careerpath .article__column:first-child {
  order: 2;
}
.article--careerpath .article__image {
  margin: 0 0 0 -150px;
}


/* apscollege
----------------------------------------------- */

.apscollege {
  position: relative;
  margin: 98px 0 0;
  z-index: 2;
}
.apscollege__outer {
  margin: 0 20px;
}
.apscollege__inner {
  position: relative;
  margin: auto;
  padding: 50px 0;
  max-width: 960px;
  background: linear-gradient(135deg, #d9ebf5 -20%, #b2d6eb 120%);
  z-index: -1;
}
.apscollege__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.apscollege__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 450px;
  height: 108px;
  border-radius: 0 108px 108px 0;
  background-color: #fff;
}
.apscollege__title {
  padding: 0 0 0 50px;
  color: #0078be;
}
.apscollege__title span {
  display: block;
}
.apscollege__title span:first-child {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.apscollege__title span:last-child {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.29em;
}
.apscollege__columns {
  display: flex;
  justify-content: space-between;
  margin: 33px 50px 0;
}
.apscollege__column:first-child {
  width: calc(100% - 460px);
}
.apscollege__column:last-child {
  width: 420px;
}
.apscollege__copy {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}
.apscollege__text {
  margin: 0 0 8px;
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
}
.apscollege__text--caution {
  font-size: 11px;
  line-height: 27px;
}

.apscollege__image {
  margin: -5px 0 0;
  font-size: 0;
}

.apscollege__flows {
  display: flex;
  margin: 50px 50px 0;
  background-color: #fff;
}
.apscollege__flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 70px;
  color: #0078be;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 23px;
  background-image: url(../img/apscollege_flow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 119px;
}
.apscollege__flow:first-child {
  position: relative;
  color: #fff;
  background-image: none;
  background-color: #0078be;
  z-index: 2;
}
.apscollege__flow:first-child:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  margin: -6px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #0078be;
  z-index: 1;
}
.apscollege__flow:last-child {
  background-image: none;
}
.apscollege__flow small {
  display: block;
  font-size: 11px;
}


/* voice
----------------------------------------------- */

.voice {
  position: relative;
  margin: 100px 0 0;
  z-index: 1;
}
.voice:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 230px;
  background-color: #d9ebf5;
  z-index: 1;
}
.voice__outer {
  position: relative;
  margin: 0 20px;
  z-index: 3;
}
.voice__inner {
  margin: auto;
  padding: 78px 0 100px;
  max-width: 900px;
}
.voice__title {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
.voice__columns {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.voice__column {
  width: calc(50% - 30px);
}
.voice__year {
}
.voice__year span {
  display: inline-block;
  width: 92px;
  height: 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 23px;
  background-color: #0078be;
}
.voice__prof {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}
.voice__subject {
  margin: 13px 0 0;
  padding: 6px 0 0;
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
  line-height: 32px;
  border-top: 1px solid #0078be;
}
.voice__comment {
  margin: 17px 0 0;
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
}
.voice__points {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 55px 0 0;
}
.voice__point {
  position: relative;
  width: 260px;
  height: 260px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  z-index: 1;
}
.voice__point:after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid #0078be;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.voice__label {
  padding: 70px 0 0;
  color: #0078be;
  font-size: 20px;
  font-weight: 700;
}
.voice__label:before {
  position: absolute;
  top: 25px;
  left: 50%;
  margin: 0 0 0 -38px;
  display: block;
  content: "";
  width: 77px;
  height: 24px;
  background-image: url(../img/voice_star.svg);
  background-repeat: no-repeat;
  background-size: 77px 24px;
}
.voice__summary {
  margin: 25px 40px 0;
  font-size: 15px;
  text-align: justify;
  line-height: 21px;
}
.voice__kakeru {
  margin: 0 10px;
}

/* circle */

.voice .circle {
  top: -200px;
  left: 50%;
  margin: 0 0 0 250px;
  z-index: 2;
}


/* interview
----------------------------------------------- */

.interview {
  position: relative;
  margin: 100px 0 0;
  background-color: #dae2ef;
  z-index: 1;
}
.interview__outer {
  margin: 0 20px;
}
.interview__inner {
  margin: auto;
  padding: 75px 0;
  max-width: 960px;
}
.interview__title {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}

.interview__item {
  margin: 53px 0 0;
}
.interview__header {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.interview__year {
  display: inline-block;
  width: 92px;
  height: 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 23px;
  background-color: #0a3c96;
}
.interview__post {
  margin: 0 0 0 10px;
  font-size: 15px;
  font-weight: 700;
}
.interview__prof {
  margin: 12px 30px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}
.interview__comment {
  position: relative;
  margin: 25px 0 0;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  z-index: 1;
}
.interview__comment:after {
  display: block;
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}
.interview__columns {
  display: flex;
  margin: 0 30px;
}
.interview__column {
  margin: 0 20px;
  padding: 50px 0;
  width: calc(33.33% - 40px);
}
.interview__label {
  margin: auto;
  width: 50px;
  height: 50px;
  color: #0a3c96;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 49px;
  border: 1px solid #0a3c96;
  border-radius: 50%;
  box-sizing: border-box;
}
.interview__subject {
  margin: 10px 0 0;
  color: #0a3c96;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}
.interview__text {
  margin: 5px 0 0;
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
}

/* circle */

.interview .circle {
  top: -200px;
  left: 50%;
  margin: 0 0 0 250px;
  z-index: 2;
}


/* project
----------------------------------------------- */

.project {
}
.project__outer {
  margin: 0 20px;
}
.project__inner {
  margin: auto;
  padding: 100px 0;
  max-width: 960px;
}
.project__copy {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.34em;
}
.project__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 21px 0 0;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.1em;
}
.project__title em {
  display: inline-block;
  margin: 0 5px;
  padding: 0 10px;
  height: 54px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  box-sizing: border-box;
}
.project__curriculum {
  color: #0078be;
  border: 1px solid #0078be;
}
.project__careerpath {
  color: #0a3c96;
  border: 1px solid #0a3c96;
}
.project__title span {
  display: inline-block;
  margin: 0 8px;
}
.project__summary {
  margin: 43px 0 0;
  font-size: 15px;
  text-align: center;
  line-height: 27px;
}


/* projectex
----------------------------------------------- */

.projectex {
  position: relative;
  margin: 45px 0 0;
  background: linear-gradient(135deg, #d9ebf5 0%, #b2d6eb 100%);
  z-index: 1;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
}
.projectex__inner {
  padding: 50px 0 0;
  overflow: hidden;
}
.projectex__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.projectex__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.projectex__slider {
  position: relative;
  z-index: 1;
}
.projectex__arrow {
  position: absolute;
  top: 42px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}
.projectex__arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin: -11px 0 0;
  width: 26px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 26px 22px;
  z-index: 1;
}
.projectex__arrow--prev {
  left: -50px;
}
.projectex__arrow--next {
  right: -50px;
}
.projectex__arrow--prev:after {
  left: 50%;
  margin: -11px 0 0 5px;
  background-image: url(../img/projectex_arrow_left.svg);
}
.projectex__arrow--next:after {
  right: 50%;
  margin: -11px 5px 0 0;
  background-image: url(../img/projectex_arrow_right.svg);
}

.projectex__slider {
  margin: 40px 0 0;
  padding: 0 0 55px;
  overflow: hidden;
}
.projectex__lists {
  margin: 0 60px;
}
.projectex__list {
  padding: 0 0 10px;
}
.projectex__base {
  margin: 0 10px;
  padding: 0 0 15px;
  width: 260px;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.projectex__client {
  padding: 0 20px;
  height: 55px;
  font-size: 16px;
  line-height: 54px;
}
.projectex__spec {
  border-top: 1px solid #ccc;
}
.projectex__spec dt {
  padding: 20px 20px 0;
  color: #0078be;
  font-size: 13px;
}
.projectex__spec dd {
  padding: 5px 20px 0;
  font-size: 13px;
  line-height: 20px;
}

.projectex__pages {
  margin: 24px 0 0;
  font-size: 0;
  text-align: center;
}
.projectex__page {
  display: inline-block;
  position: relative;
  margin: 0 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0078be;
  cursor: pointer;
  z-index: 1;
}
.projectex__page:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #0078be;
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(0.09deg) scale(0);
  transition-property: transform;
  transition-duration: 0.2s;
}
.projectex__page--current:after {
  transform: rotate(0deg) scale(1);
}

/* slick */

.projectex .slick-slide:focus {
  outline: none;
}


/* guideline
----------------------------------------------- */

.guideline {
  position: relative;
  background-color: #66aed8;
  background-image: url(../img/guideline_image_pc.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  z-index: 1;
}
.guideline__outer {
  position: relative;
  margin: 0 20px;
  z-index: 2;
}
.guideline__inner {
  margin: auto;
  padding: 98px 0 100px;
  max-width: 810px;
}
.guideline__title {
  color: #fff;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.1em;
}
.guideline__more {
  position: relative;
  margin: 20px auto 0;
  width: 200px;
  z-index: 1;
}
.guideline__more span {
  display: block;
  position: relative;
  height: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 39px;
  border-radius: 40px;
  background-color: #0078be;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.guideline__more span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -4px 0 0;
  width: 12px;
  height: 8px;
  background-image: url(../img/guideline_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  z-index: 1;
}
.guideline__more span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.guideline__more span:last-child:after {
  transform: scaleY(-1);
}
.guideline__table {
  margin: 50px 0 0;
  padding: 0 0 20px;
  background-color: #fff;
}
.guideline__table dl {
  display: flex;
}
.guideline__table dt,
.guideline__table dd {
  font-size: 15px;
  text-align: left;
  line-height: 21px;
}
.guideline__table dt {
  padding: 27px 0 27px 50px;
  width: 19.5%;
  font-weight: 700;
}
.guideline__table dd {
  padding: 17px 0 27px;
  width: 80.5%;
}
.guideline__table dd p {
  padding: 10px 0 0;
  font-size: 15px;
  line-height: 21px;
}

/* odd */

.guideline__table dl:nth-child(odd) {
  background-color: #f1f7fa;
}

/* open */

.guideline__more--open span:first-child {
  pointer-events: none;
  opacity: 0;
}
.guideline__more--open span:last-child {
  pointer-events: auto;
  opacity: 1;
}

/* circle */

.guideline .circle:first-child {
  right: 50%;
  bottom: -200px;
  margin: 0 250px 0 0;
}
.guideline .circle:last-child {
  top: -200px;
  left: 50%;
  margin: 0 0 0 250px;
}


/* flow
----------------------------------------------- */

.flow {
  padding: 99px 0 95px;
  overflow: hidden;
}
.flow__title {
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.1em;
}
.flow__inner {
  position: relative;
  margin: 51px 0 0;
  z-index: 1;
}
.flow__inner:after {
  display: block;
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #0a3c96;
  z-index: 1;
}
.flow__columns {
  display: flex;
  position: relative;
  margin: auto;
  max-width: 1000px;
  z-index: 2;
}
.flow__column {
  position: relative;
  margin: 0 20px;
  width: calc(100% / 4 - 40px);
  z-index: 1;
}
.flow__column:after {
  display: block;
  content: "";
  position: absolute;
  top: 22px;
  right: -29px;
  width: 26px;
  height: 26px;
  background-image: url(../img/flow_arrow.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  z-index: 1;
}
.flow__column:last-child:after {
  display: none;
}
.flow__step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 5px 0 0;
  width: 70px;
  height: 70px;
  color: #0a3c96;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  border: 1px solid #0a3c96;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
}
.flow__step em {
  display: block;
  font-size: 30px;
  font-style: normal;
}
.flow__label {
  margin: 20px 0 0;
  color: #0a3c96;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.flow__text {
  margin: 23px 0 0;
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
}
.flow__caution {
  margin: 11px 0 0;
  padding: 0 0 0 11px;
  font-size: 11px;
  text-indent: -11px;
  line-height: 19px;
}
.flow__text span {
  font-feature-settings: "palt";
  letter-spacing: -0.005em;
}
.flow__text span span {
  letter-spacing: -0.04em;
}


/* entry
----------------------------------------------- */

.entry {
  position: relative;
  padding: 0 0 100px;
  background-color: #d9ebf5;
  overflow: hidden;
  z-index: 1;
}
.entry__outer {
  position: relative;
  margin: 0 20px;
  z-index: 2;
}
.entry__entry {
  margin: auto;
  padding: 99px 0 0;
  max-width: 960px;
}
.entry__title {
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.1em;
}
.entry__summary {
  margin: 35px 0 0;
  font-size: 15px;
  text-align: center;
  line-height: 27px;
}
.entry__form {
  margin: 54px 0 0;
  padding: 0 0 40px;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

/* submit */

.entry--submit {
  margin: -80px 0 0;
}

/* circle */

.entry__circle .circle:first-child {
  top: -200px;
  left: 50%;
  margin: 0 0 0 250px;
}
.entry__circle .circle:last-child {
  right: 50%;
  bottom: -200px;
  margin: 0 250px 0 0;
}


/* form
----------------------------------------------- */

.form {
  margin: 0 50px;
  padding: 35px 0 0;
}
.form table {
  width: 100%;
  table-layout: fixed;
}
.form th,
.form td {
  padding: 15px 0;
  font-size: 15px;
  text-align: left;
  line-height: 25px;
  box-sizing: border-box;
}
.form th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0 15px;
  width: 260px;
  font-weight: 700;
}
.form td {
  padding: 15px 0 15px 30px;
  width: 600px;
}
.form__icon {
  display: inline-block;
  width: 60px;
  height: 19px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0.2em;
  background-color: #a5a5a5;
}
.form__icon--need {
  color: #fff;
  background-color: #0078be;
}
.form__value {
  display: block;
  padding: 11px 0 0;
}
.form__type {
  margin: 0;
  padding: 0 0 0 20px;
  width: 100%;
  height: 49px;
  line-height: normal;
  outline: none;
  border: 1px solid #80bbde;
  border-radius: 4px;
  background-color: #f1f7fa;
  box-sizing: border-box;
  -webkit-appearance: none;
  transition-property: background-color, box-shadow;
  transition-duration: 0.25s;
}
.form__type--textarea {
  padding: 20px;
  height: 200px;
}
.form__type:focus {
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

/* select */

.form__select {
  display: block;
  position: relative;
  width: 280px;
  z-index: 1;
}
.form__select select::-ms-expand {
  display: none;
}
.form__select:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -6px 0 0;
  width: 12px;
  height: 12px;
  background-image: url(../img/form_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  pointer-events: none;
  z-index: 1;
}

/* radio */

.form__radios {
}
.form__radios li {
  display: inline-block;
  margin: 0 25px 0 0;
  padding: 10px 0 0;
}
.form__radio {
  display: none;
}
.form__radio + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 31px;
  z-index: 1;
}
.form__radio + label:before {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #80bbde;
  border-radius: 50%;
  background-color: #f1f7fa;
  box-sizing: border-box;
  z-index: 1;
}
.form__radio + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #0078be;
  z-index: 1;
  transform: rotate(0.09deg) scale(0);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}
.form__radio:checked + label:after {
  transform: rotate(0deg) scale(1);
}

/* checkbox */

.form__checkboxs {
  display: flex;
  flex-wrap: wrap;
}
.form__checkboxs li {
  padding: 15px 0;
  width: 33.33%;
}
.form__checkbox {
  display: none;
}
.form__checkbox + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 31px;
  z-index: 1;
}
.form__checkbox + label:before {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #80bbde;
  background-color: #f1f7fa;
  box-sizing: border-box;
  z-index: 1;
}
.form__checkbox + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: 2px solid #0078be;
  border-top: 0;
  border-left: 0;
  z-index: 1;
  transform: rotate(45deg) scale(0);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}
.form__checkbox:checked + label:after {
  transform: rotate(45deg) scale(1);
}

/* file */

.form__files {
}
.form__files li {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.form__files li label {
  width: 100px;
  font-weight: 700;
}

/* caution */

.form__cautions {
  padding: 10px 0 0;
}
.form__cautions li {
  padding: 0 0 0 11px;
  font-size: 11px;
  text-indent: -11px;
  line-height: 19px;
}

/* mailing */

.form__mailing {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
  padding: 10px 30px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.form__mailing p {
  font-size: 13px;
  line-height: 20px;
}
.form__mailing p:first-child {
  width: 60px;
  font-weight: 700;
}
.form__mailing p:last-child {
  width: calc(100% - 60px);
}

/* submit */

.form__submit {
  display: flex;
  justify-content: center;
  padding: 40px 0 0;
  font-size: 0;
}
.form__submit .button {
  margin: 0 10px;
  width: 300px;
  height: 70px;
  font-size: 18px;
  line-height: normal;
  cursor: pointer;
}
.form__submit a.button {
  line-height: 68px;
}

/* error */

.form__error {
  display: block;
  margin: 5px 0 0;
  color: #c80000;
  font-size: 13px;
  font-weight: 700;
}
.is-error {
  border-color: #c80000;
  background-color: #fff5f5;
}


/* privacypolicy
----------------------------------------------- */

.privacypolicy {
  margin: 50px 0 0;
  padding: 40px 0 50px;
  background-color: #f1f7fa;
}
.privacypolicy__summary {
  font-size: 15px;
  text-align: center;
  line-height: 25px;
}
.privacypolicy__agreement {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}
.privacypolicy__box {
  margin: 40px 50px 0;
  padding: 5px 50px 50px;
  height: 240px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
  overflow: auto;
}

.privacypolicy__box h4 {
  margin: 30px 0 0;
  padding: 25px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  border-top: 1px solid #ccc;
}
.privacypolicy__box h4:first-child {
  padding: 0;
  border: 0;
}
.privacypolicy__box p {
  margin: 10px 0 0;
  font-size: 13px;
  text-align: justify;
  line-height: 23px;
}
.privacypolicy__box ol {
  margin: 0 0 0 30px;
  padding: 10px 0 0;
}
.privacypolicy__box ol li {
  display: list-item;
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 23px;
  list-style: decimal;
}
.privacypolicy__box ol li ul {
  margin: 0 0 0 30px;
}
.privacypolicy__box ol li li {
  list-style: disc;
}

/* icon */

.privacypolicy__agreement .form__icon {
  margin-left: 15px;
}

/* error */

.privacypolicy__agreement .form__error {
  width: 100%;
  text-align: center;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


  /* body
  ----------------------------------------------- */
  
  body {
  }


  /* br
  ----------------------------------------------- */

  .sp {
    display: none;
  }


  /* button
  ----------------------------------------------- */
  
  .button {
    transition-property: box-shadow, transform;
    transition-duration: 0.25s;
  }
  .button:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.25);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }

  /* hover */

  .button:hover {
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
    transform: translateY(-3px);
  }
  .button:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }


  /* nav
  ----------------------------------------------- */

  .nav__list a {
    transition-property: color, transform;
    transition-duration: 0.25s;
  }
  .nav__list a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 2px;
    bottom: -7px;
    height: 2px;
    background-color: #0078be;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }

  /* hover */

  .nav__list a:hover {
    color: #0078be;
    transform: translateY(-3px);
  }
  .nav__list a:hover:after {
    opacity: 1;
    transform: translateY(5px);
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }

  /* fixed */

  .js-nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }


  /* contactbox
  ----------------------------------------------- */

  .contactbox__mail a {
    transition-property: background-color;
    transition-duration: 0.25s;
  }

  /* hover */

  .contactbox__mail a:hover {
    background-color: #e5e5e5;
  }


  /* link
  ----------------------------------------------- */
  
  .link__list a {
    position: relative;
    z-index: 1;
    transition-property: opacity;
    transition-duration: 0.2s;
  }
  .link__list a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: #fff;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }

  /* hover */

  .link__list a:hover {
    opacity: 0.6;
  }
  .link__list a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }


  /* footer
  ----------------------------------------------- */

  .footer__link a {
    position: relative;
    z-index: 1;
    transition-property: opacity;
    transition-duration: 0.2s;
  }
  .footer__link a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 1px;
    background-color: #000;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }

  /* hover */

  .footer__link a:hover {
    opacity: 0.6;
  }
  .footer__link a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }


  /* main
  ----------------------------------------------- */

  .main {
    margin: 60px 0 0;
  }


  /* concept
  ----------------------------------------------- */
  
  .concept__ball a {
    transition-property: box-shadow, transform;
    transition-duration: 0.25s;
  }
  .concept__ball a:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.25);
    z-index: 2;
    transform: scaleX(0);
    transform-origin: right;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }

  /* hover */

  .concept__ball a:hover {
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
    transform: translateY(-3px);
  }
  .concept__ball a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }


  /* projectex
  ----------------------------------------------- */

  .projectex__arrow:after {
    transition-property: transform;
    transition-duration: 0.25s;
  }

  /* hover */

  .projectex__arrow--prev:hover:after {
    transform: translateX(-3px);
  }
  .projectex__arrow--next:hover:after {
    transform: translateX(3px);
  }


  /* guideline
  ----------------------------------------------- */
  
  .guideline__more span {
    transition-property: opacity, transform;
    transition-duration: 0.25s;
  }
  .guideline__more span:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.25);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }

  .guideline__more span:hover {
    transform: translateY(-3px);
  }
  .guideline__more span:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }


  /* form
  ----------------------------------------------- */

  .form__type:hover {
    background-color: #fff;
  }

  /* submit */

  .entry--submit .form th,
  .entry--submit .form td {
    border-top: 1px solid #ccc;
  }
  .entry--submit .form th {
    padding-bottom: 26px;
  }
  .entry--submit .form td {
    padding-bottom: 26px;
  }
  .entry--submit .form tr:first-child th,
  .entry--submit .form tr:first-child td {
    border: none;
  }


  /* retina
  ----------------------------------------------- */
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2) { 
  }


}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


  /* body
  ----------------------------------------------- */
  
  body {
  }


  /* br
  ----------------------------------------------- */

  .pc {
    display: none;
  }


  /* header
  ----------------------------------------------- */
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
    z-index: 5;
  }
  .header__outer {
    margin: 0 10px;
  }
  .header__inner {
    align-items: center;
    max-width: initial;
    height: 70px;
  }
  
  .header__main {
    margin: 0 0 0 10px;
    padding: 0;
    width: auto;
    order: 2;
  }
  .header__main a {
    display: block;
  }
  .header__logotype {
    margin: 7px 0 0;
    height: 12px;
    order: 1;
  }
  .header__logotype img {
    width: auto;
    height: 100%;
  }
  
  .header__copy {
    font-size: 10px;
  }
  .header__logomark {
    padding: 0;
    width: auto;
    height: 44px;
  }
  .header__logomark img {
    width: auto;
    height: 100%;
  }
  .header__contactbox {
    display: none;
  }


  /* menu
  ----------------------------------------------- */
  
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    width: 70px;
    height: 70px;
  }
  .menu__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/menu.svg);
    background-repeat: no-repeat;
    background-size: 140px 70px;
    cursor: pointer;
    z-index: 1;
  }
  .menu__icon--open {
    background-position: 0 0;
  }
  .menu__icon--close {
    background-position: -70px 0;
  }

  /* initial */

  .menu__icon--close {
    transform: rotate(0.09deg) scale(0);
  }

  /* ready */

  .js-menu-ready .menu__icon {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  }

  /* open */

  .js-menu-open .menu__icon--open {
    transform: scaleX(0);
  }
  .js-menu-open .menu__icon--close {
    transform: rotate(0deg) scale(1);
  }


  /* nav
  ----------------------------------------------- */
  
  .nav {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 0;
    background-color: transparent;
    box-shadow: none;
    z-index: 4;
  }
  .nav__outer {
    position: relative;
    margin: 0;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
    z-index: 2;
  }
  .nav__inner {
    display: block;
    max-width: initial;
    height: auto;
  }
  .nav__mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
  }
  .nav__lists {
    display: block;
  }
  .nav__list {
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .nav__list a {
    padding: 20px;
  }
  .nav__button {
    padding: 20px;
    width: auto;
  }
  .nav__contactbox {
    display: block;
    padding: 20px;
    background-color: #e5e5e5;
  }

  /* initial */

  .nav {
    pointer-events: none;
    visibility: hidden;
  }
  .nav__outer {
    transform: translateY(-100%);
  }
  .nav__mask {
    opacity: 0;
  }

  /* ready */

  .js-nav-ready {
    transition-property: visibility;
    transition-duration: 0s;
    transition-delay: 0.5s;
  }
  .js-nav-ready .nav__outer {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  }
  .js-nav-ready .nav__mask {
    transition-property: opacity;
    transition-duration: 0.5s;
  }

  /* open */

  .js-nav-open {
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
  }
  .js-nav-open .nav__outer {
    transform: translateY(0);
  }
  .js-nav-open .nav__mask {
    opacity: 1;
  }

  /* button */

  .nav__button .button {
    height: 60px;
    line-height: 56px;
  }


  /* contactbox
  ----------------------------------------------- */

  .contactbox {
    margin: auto;
    max-width: 260px;
  }
  .contactbox__mail a {
    height: 40px;
    line-height: 38px;
  }
  .contactbox__tel {
    margin: 15px 0 0;
    font-size: 26px;
  }


  /* notice
  ----------------------------------------------- */
  
  .notice {
    position: static;
    margin: 70px 0 0;
    background-color: #fff;
  }
  .notice__outer {
    margin: 0 15px;
  }
  .notice__inner {
    padding: 10px 0;
    max-width: initial;
  }
  .notice__text {
    margin: 0;
    max-height: initial;
    font-size: 10px;
    line-height: 15px;
  }


  /* banner
  ----------------------------------------------- */
  
  .banner__inner {
    padding: 10px 0;
    max-width: initial;
  }
  .banner__lists {
    padding: 0;
  }


  /* link
  ----------------------------------------------- */
  
  .link__inner {
    display: block;
    padding: 40px 0;
    max-width: initial;
  }
  .link__title {
    width: auto;
    text-align: center;
  }
  .link__title:after {
    display: none;
  }
  .link__lists {
    margin: 20px 0 0;
    width: auto;
    border-bottom: 1px solid rgba(0,0,0,0.4);
  }
  .link__list {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0,0,0,0.4);
  }
  .link__list a {
    display: block;
    padding: 15px 0;
  }


  /* access
  ----------------------------------------------- */

  .access__inner {
    display: block;
    padding: 30px 0 25px;
    max-width: initial;
  }
  .access__logotype {
    width: auto;
    text-align: center;
  }
  .access__logotype img {
    width: auto;
    height: 15px;
  }
  .access__address {
    margin: 10px 0 0;
    width: auto;
  }
  .access__text {
    padding: 4px 0 0;
    text-align: center;
  }


  /* footer
  ----------------------------------------------- */

  .footer__inner {
    display: block;
    padding: 25px 0;
    max-width: initial;
  }
  .footer__links {
    justify-content: center;
  }
  .footer__link {
    margin: 0 10px;
  }
  .footer__copyright {
    margin: 20px 0 0;
    text-align: center;
  }


  /* intro
  ----------------------------------------------- */

  .intro__inner {
    display: block;
    max-width: initial;
    height: 500px;
  }
  .intro__image {
    background-image: url(../img/intro_image_sp.jpg);
    background-size: 800px 500px;
  }
  .intro__main {
    margin: auto;
    max-width: 260px;
    padding: 15px 0 0;
    width: auto;
  }
  .intro__title {
    position: relative;
    font-size: 42px;
    line-height: 50px;
  }
  .intro__brand {
    position: relative;
    margin: 15px 0 0;
  }
  .intro__button {
    position: relative;
    margin: 15px 0 0;
  }
  
  /* button */
  
  .intro__button .button {
    height: 50px;
    line-height: 48px;
  }


  /* concept
  ----------------------------------------------- */

  .concept__inner {
    padding: 40px 0;
    max-width: initial;
  }
  .concept__title {
    font-size: 25px;
    letter-spacing: 0.01em;
    line-height: 35px;
  }
  .concept__summary {
    margin: 20px 0 0;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
  }
  .concept__balls {
    margin: 20px auto 0;
    max-width: 300px;
    width: auto;
  }
  .concept__ball a {
    width: 125px;
    height: 125px;
  }
  .concept__ball a:before {
    bottom: 10px;
    margin: 0 0 0 -6px;
    width: 12px;
    height: 16px;
    background-size: 12px 16px;
    z-index: 1;
  }
  .concept__copy {
    padding: 25px 0 0;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 16px;
  }
  .concept__label {
    margin: 5px 0 0;
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 20px;
  }
  .concept__synergy {
    width: 20px;
  }
  .concept__synergy img {
    width: 100%;
    height: auto;
  }


  /* circle
  ----------------------------------------------- */

  .circle {
    width: 200px;
    height: 200px;
    border-width: 15px;
  }


  /* cover
  ----------------------------------------------- */

  .cover__header {
    height: 150px;
  }
  .cover__copy {
    font-size: 15px;
  }
  .cover__title {
    margin: 10px 0 0;
    font-size: 30px;
    letter-spacing: 0.1em;
  }

  /* circle */

  .cover .circle {
    top: 20px;
    right: 50%;
    margin: 0 100px 0 0;
  }


  /* article
  ----------------------------------------------- */

  .article__inner {
    display: block;
    padding: 40px 0 0;
    max-width: initial;
  }
  .article__column:first-child,
  .article__column:last-child {
    width: auto;
  }
  .article__label {
    font-size: 18px;
    line-height: 25px;
  }
  .article__title {
    margin: 5px 0 0;
    font-size: 30px;
    line-height: 40px;
  }
  .article__copy {
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 25px;
  }
  .article__summary {
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 25px;
  }
  .article__image {
    margin: 30px -20px 0 0;
    padding: 0;
  }
  
  /* curriculum */
  
  .article--curriculum .article__title {
    text-indent: -18px;
  }
  .article--curriculum .article__image {
    margin: 30px -20px 0 0;
  }

  /* careerpath */

  .article--careerpath .article__image {
    margin: 30px 0 0 -20px;
  }


  /* apscollege
  ----------------------------------------------- */
  
  .apscollege {
    margin: 40px 0 0;
  }
  .apscollege__inner {
    padding: 40px 0;
    max-width: initial;
  }
  .apscollege__bg img {
    width: auto;
    height: 25px;
  }
  .apscollege__header {
    max-width: 260px;
    width: auto;
    height: 70px;
    border-radius: 0 70px 70px 0;
  }
  .apscollege__title {
    padding: 0 0 0 20px;
  }
  .apscollege__title span:first-child {
    font-size: 25px;
  }
  .apscollege__title span:last-child {
    margin: 5px 0 0;
    font-size: 13px;
    letter-spacing: 0.15em;
  }
  .apscollege__columns {
    display: block;
    margin: 0 20px;
  }
  .apscollege__column:first-child,
  .apscollege__column:last-child {
    width: auto;
  }
  .apscollege__copy {
    margin: 20px 0;
    font-size: 15px;
    line-height: 25px;
  }
  .apscollege__text {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 25px;
  }
  .apscollege__text--caution {
    font-size: 11px;
  }
  .apscollege__image {
    margin: 0;
    padding: 20px 0 0;
  }
  .apscollege__image img {
    width: 100%;
    height: auto;
  }
  .apscollege__flows {
    display: block;
    margin: 40px 20px 0;
    background-color: transparent;
  }
  .apscollege__flow {
    display: flex;
    position: relative;
    margin: 0 0 2px;
    padding: 10px 0 0;
    width: auto;
    height: 60px;
    font-size: 15px;
    line-height: 20px;
    background-image: none;
    background-color: #fff;
  }
  .apscollege__flow:before,
  .apscollege__flow:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin: 0 0 0 -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 50px 0 50px;
    border-color: #b2d6eb transparent transparent transparent;
    z-index: 1;
  }
  .apscollege__flow:after {
    bottom: -8px;
    border-color: #fff transparent transparent transparent;
  }
  .apscollege__flow:first-child {
    margin: 0;
    padding: 0;
  }
  .apscollege__flow:first-child:before {
    display: none;
  }
  .apscollege__flow:first-child:after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -12px;
    margin: 0 0 0 -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #0078be transparent transparent transparent;
  }
  .apscollege__flow:last-child:before,
  .apscollege__flow:last-child:after {
    display: none;
  }


  /* voice
  ----------------------------------------------- */

  .voice {
    margin: 40px 0 0;
  }
  .voice:after {
    bottom: 100px;
  }
  .voice__inner {
    padding: 40px 0;
    max-width: initial;
  }
  .voice__title {
    font-size: 25px;
  }
  .voice__columns {
    display: block;
    margin: 0;
  }
  .voice__column {
    margin: 40px 0 0;
    width: auto;
  }
  .voice__year span {
    display: inline-block;
    width: 80px;
    height: 20px;
    font-size: 11px;
    line-height: 19px;
  }
  .voice__prof {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 18px;
  }
  .voice__subject {
    margin: 10px 0 0;
    padding: 5px 0 0;
    font-size: 15px;
    line-height: 25px;
  }
  .voice__comment {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 25px;
  }

  .voice__points {
    display: block;
    margin: 40px 0 0;
  }
  .voice__point {
    margin: auto;
    padding: 10px 15px 10px 10px;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 0px;
    box-sizing: border-box;
  }
  .voice__point:after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 0px;
  }
  .voice__label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .voice__label:before {
    top: 15px;
    margin: 0 0 0 -20px;
    width: 40px;
    background-size: 40px auto;
  }
  .voice__label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #0078be;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
  }
  .voice__summary {
    margin: 0;
    padding: 0 0 0 10px;
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 21px;
    box-sizing: border-box;
  }
  .voice__kakeru {
    margin: 10px auto;
    text-align: center;
  }
  .voice__kakeru img {
    width: 22px;
    height: auto;
  }

  /* circle */

  .voice .circle {
    top: -100px;
    left: 50%;
    margin: 0 0 0 100px;
  }


  /* interview
  ----------------------------------------------- */
  
  .interview {
    margin: 40px 0 0;
  }
  .interview__inner {
    padding: 40px 0;
    max-width: initial;
  }
  .interview__title {
    font-size: 25px;
  }
  .interview__item {
    margin: 40px 0 0;
  }
  .interview__header {
    margin: 0 10px;
  }
  .interview__year {
    width: 80px;
    height: 20px;
    font-size: 11px;
    line-height: 19px;
  }
  .interview__post {
    font-size: 13px;
  }
  .interview__prof {
    margin: 10px 10px 0;
    font-size: 15px;
    line-height: 20px;
  }
  .interview__comment:after {
    left: 20px;
  }
  .interview__columns {
    display: block;
    margin: 0 20px;
    padding: 0 0 30px;
  }
  .interview__column {
    margin: 0;
    padding: 30px 0 0;
    width: auto;
  }
  .interview__label {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 39px;
  }
  .interview__subject {
    margin: 10px 0 0;
  }
  .interview__text {
    margin: 5px 0 0;
    line-height: 25px;
  }

  /* circle */

  .interview .circle {
    top: -100px;
    left: 50%;
    margin: 0 0 0 100px;
  }


  /* project
  ----------------------------------------------- */
  
  .project__inner {
    padding: 40px 0;
    max-width: initial;
  }
  .project__copy {
    font-size: 18px;
    line-height: 25px;
  }
  .project__title {
    display: block;
    margin: 15px 0 0;
    font-size: 24px;
    line-height: 30px;
  }
  .project__title em {
    margin: 5px 0;
    height: 40px;
    font-weight: 400;
    line-height: 35px;
  }
  .project__title span {
    margin: 5px 0;
  }
  .project__summary {
    margin: 30px 0 0;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
  }


  /* projectex
  ----------------------------------------------- */
  
  .projectex {
    margin: 40px 0 0;
  }
  .projectex__inner {
    padding: 40px 0 0;
    overflow: hidden;
  }
  .projectex__bg img {
    width: auto;
    height: 25px;
  }
  .projectex__title {
    font-size: 18px;
  }
  .projectex__arrow {
    top: 50px;
    width: 60px;
    height: 60px;
  }
  .projectex__arrow:after {
    width: 16px;
    height: 12px;
    background-size: 16px 12px;
  }
  .projectex__arrow--prev {
    left: -30px;
  }
  .projectex__arrow--next {
    right: -30px;
  }
  .projectex__arrow--prev:after {
    margin: -6px 0 0 5px;
  }
  .projectex__arrow--next:after {
    margin: -6px 5px 0 0;
  }
  .projectex__slider {
    margin: 30px 0 0;
    padding: 0 0 40px;
  }
  .projectex__lists {
    margin: 0 40px;
  }
  .projectex__list {
    height: 100%;
  }
  .projectex__base {
    margin: 0 10px;
    padding: 0 0 15px;
    width: auto;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  }
  .projectex__client {
    padding: 0 15px;
  }
  .projectex__spec dt {
    padding: 15px 15px 0;
    font-size: 13px;
  }
  .projectex__spec dd {
    padding: 5px 15px 0;
    font-size: 13px;
    line-height: 18px;
  }
  .projectex__pages {
    margin: 25px 0 0;
  }


  /* guideline
  ----------------------------------------------- */
  
  .guideline {
    margin: 40px 0 0;
    background-image: url(../img/guideline_image_pc.jpg);
    background-size: 1500px 900px;
  }
  .guideline__inner {
    padding: 40px 0;
    max-width: initial;
  }
  .guideline__title {
    font-size: 25px;
  }
  .guideline__table {
    margin: 40px 0 0;
  }
  .guideline__table dl {
    display: block;
  }
  .guideline__table dt,
  .guideline__table dd {
    font-size: 13px;
    line-height: 18px;
  }
  .guideline__table dt {
    padding: 15px 15px 0;
    width: auto;
  }
  .guideline__table dd {
    padding: 0 15px 15px;
    width: auto;
  }
  .guideline__table dd p {
    padding: 5px 0 0;
    font-size: 13px;
    line-height: 20px;
  }

  /* circle */

  .guideline .circle:first-child {
    bottom: -100px;
    margin: 0 100px 0 0;
  }
  .guideline .circle:last-child {
    top: -100px;
    margin: 0 0 0 100px;
  }


  /* flow
  ----------------------------------------------- */
  
  .flow {
    padding: 40px 0;
  }
  .flow__title {
    font-size: 25px;
  }
  .flow__inner {
    margin: 0 20px;
  }
  .flow__inner:after {
    top: 40px;
    left: 23px;
    right: auto;
    bottom: 0;
    width: 2px;
    height: auto;
  }
  .flow__columns {
    display: block;
    padding: 20px 0 0;
    max-width: initial;
  }
  .flow__column {
    margin: 20px 0 0;
    padding: 0 0 25px;
    width: auto;
  }
  .flow__column:last-child {
    padding: 0;
  }
  .flow__column:after {
    top: auto;
    left: 24px;
    right: auto;
    bottom: 0;
    margin: 0 0 0 -13px;
    transform: rotate(90deg);
  }

  .flow__header {
    display: flex;
    align-items: center;
  }

  .flow__step {
    margin: 0;
    padding: 5px 0 0;
    width: 50px;
    height: 50px;
    font-size: 11px;
  }
  .flow__step em {
    font-size: 20px;
  }
  .flow__label {
    margin: 0 0 0 15px;
    font-size: 18px;
  }
  .flow__text {
    margin: 0 0 0 65px;
    font-size: 15px;
    line-height: 25px;
  }
  .flow__caution {
    margin: 5px 0 0 65px;
  }
  .flow__text span {
    letter-spacing: 0;
  }
  .flow__text span span {
    letter-spacing: 0;
  }


  /* entry
  ----------------------------------------------- */
  
  .entry {
    padding: 40px 0;
  }
  .entry__entry {
    padding: 0;
    max-width: initial;
  }
  .entry__title {
    font-size: 25px;
  }
  .entry__summary {
    margin: 30px 0 0;
    line-height: 25px;
  }
  .entry__form {
    margin: 40px 0 0;
    padding: 0 0 40px;
  }

  /* submit */
  
  .entry--submit {
    margin: 60px 0 0;
  }

  /* circle */
  
  .entry__circle .circle:first-child {
    top: -100px;
    margin: 0 0 0 100px;
  }
  .entry__circle .circle:last-child {
    bottom: -100px;
    margin: 0 100px 0 0;
  }


  /* form
  ----------------------------------------------- */
  
  .form {
    margin: 0 20px;
    padding: 0;
  }
  .form th,
  .form td {
    padding: 0;
    font-size: 13px;
    line-height: 18px;
  }
  .form th {
    margin: 25px 0 0;
    padding: 20px 0 0;
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .form td {
    display: block;
    padding: 10px 0 0;
    width: 100%;
  }
  .form tr:first-child th {
    margin: 15px 0 0;
    border: none;
  }
  .form__icon {
    width: 40px;
    font-size: 10px;
  }
  .form__value {
    padding: 0;
  }
  .form__type {
    padding: 0 0 0 15px;
    min-width: initial;
  }
  .form__type--textarea {
    padding: 15px;
    height: 150px;
  }
  .form__type:focus {
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  }

  /* select */
  
  .form__select {
    width: auto;
  }

  /* checkbox */
  
  .form__checkboxs li {
    padding: 10px 0;
    width: 50%;
  }

  /* file */
  
  .form__files li {
    display: block;
    padding: 10px 0;
    font-size: 11px;
  }
  .form__files li label {
    display: block;
    padding: 0 0 10px;
  }

  /* mailing */
  
  .form__mailing {
    display: block;
    margin: 15px 0 0;
    padding: 15px;
  }
  .form__mailing p:first-child,
  .form__mailing p:last-child {
    width: auto;
  }

  /* submit */
  
  .form__submit {
    display: block;
    margin: 0;
    padding: 10px 0 0;
  }
  .form__submit .button {
    margin: 20px auto 0;
    width: 250px;
    height: 60px;
    font-size: 16px;
  }
  .form__submit a.button {
    line-height: 56px;
  }


  /* privacypolicy
  ----------------------------------------------- */
  
  .privacypolicy {
    margin: 40px 0 0;
    padding: 40px 0;
  }
  .privacypolicy__summary {
    margin: 0 20px;
    text-align: justify;
  }
  .privacypolicy__agreement {
    margin: 30px 0 0;
  }
  .privacypolicy__box {
    margin: 30px 20px 0;
    padding: 0 0 25px;
  }
  .privacypolicy__box h4 {
    margin: 25px 15px 0;
    padding: 20px 0 0;
    font-size: 15px;
    line-height: 25px;
  }
  .privacypolicy__box p {
    margin: 15px 15px 0;
    font-size: 13px;
    line-height: 18px;
  }
  .privacypolicy__box ol {
    margin: 0 10px 0 45px;
    padding: 10px 0 0;
  }
  .privacypolicy__box ol li {
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 18px;
  }
  .privacypolicy__box ol li ul {
    margin: 0 0 0 20px;
  }


}

