@charset "UTF-8";
/* fonts */
/* common */
html {
  width: 100%;
  height: 100%;
}

@media (max-width: 1100px) and (min-width: 768px) {
  html {
    font-size: 16px;
    font-size: 1.5094339623vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "たづがね角ゴシック StdN XBlack" !important;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.45;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #000;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

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

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.l-wrap {
  width: calc(100% - 20px);
  max-width: 1064px;
  margin: 0 auto;
}

/* ---- header ---- */
.l-header {
  padding: 1.5625rem 3.125rem;
  z-index: 9;
  width: 100%;
}

.l-header__logo {
  width: 36%;
  max-width: 16.75rem;
  position: relative;
  z-index: 99;
}
.l-header__logo a:hover {
  opacity: 1;
}

/* ---- kv ---- */
.p-kv {
  padding-top: 40px;
}

.p-kv-ttl {
  width: 88%;
  max-width: 1265px;
  margin: 0 auto;
  z-index: 1;
}

.p-kv-main {
  position: relative;
  width: 96%;
  margin: 0 auto;
  margin-top: 5.3125rem;
  -ms-transform: translateX(-12px);
      transform: translateX(-12px);
}

.p-kv-item {
  width: 84%;
  margin: 0 auto;
  margin-top: -6.25rem;
  position: relative;
  z-index: 1;
  -ms-transform: translateX(1.25rem);
      transform: translateX(1.25rem);
}

.p-kv-cta {
  width: 74%;
  margin: 110px auto 0;
}
.p-kv-cta li {
  width: 100%;
}
.p-kv-cta li:first-child {
  margin-bottom: 70px;
}
.p-kv-cta a {
  position: relative;
  display: block;
  font-weight: 700;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  /* -- header -- */
  .l-header {
    padding: 6px 12px;
  }
  .l-header__logo {
    width: 50%;
    max-width: 84px;
  }
  /* ---- kv ---- */
  .p-kv {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
  }
  .p-kv-main {
    width: 100%;
    margin: 0 auto;
    margin-top: 16px;
    -ms-transform: translateX(-6px);
        transform: translateX(-6px);
  }
  .p-kv-item {
    width: 89%;
    margin-top: -2.5rem;
    -ms-transform: none;
        transform: none;
  }
  .p-kv-cta {
    width: calc(100% - 20px);
    margin: 40px auto 0;
  }
  .p-kv-cta li {
    width: 100%;
  }
  .p-kv-cta li:first-child {
    margin-bottom: 20px;
  }
  .p-kv-cta a {
    position: relative;
    display: block;
    font-weight: 700;
    width: 100%;
    height: 100%;
  }
}
/* ------ point ------ */
.p-point {
  position: relative;
  margin: 210px 0 180px;
}
.p-point .l-wrap {
  position: relative;
}
.p-point h2 {
  max-width: 1072px;
  margin: 0 auto 60px;
}

.p-point__block:first-of-type {
  margin-bottom: 130px;
}
.p-point__block:nth-of-type(2) {
  margin-bottom: 40px;
}

.p-page-anchor__ttl{
  text-align: center;
  margin-bottom: 60px;
}

.p-page-anchor {
  margin-bottom: 80px;
}
.p-page-anchor .list {
  display: -ms-flexbox;
  display: flex;
}
.p-page-anchor .list li {
  width: 20%;
}
.p-page-anchor .list li:not(:last-child) {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-point {
    position: relative;
    margin: 40px 0 65px;
  }

  .p-page-anchor__ttl{
    margin-bottom: 40px;
  }
  
  .p-point .l-wrap {
    position: relative;
  }
  .p-point h2 {
    width: 94%;
    max-width: 1072px;
    margin: 0 auto 20px;
  }
  .p-point__block {
    width: 92%;
    margin-left: 2%;
  }
  .p-point__block:first-of-type {
    margin-bottom: 40px;
  }
  .p-point__block:nth-of-type(2) {
    width: 88%;
    margin-bottom: 45px;
  }
  .p-point__block:nth-of-type(3) {
    width: 96%;
  }
  .p-page-anchor {
    width: calc(100% - 44px);
    margin: 0 auto 20px;
  }
  .p-page-anchor .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px;
  }
  .p-page-anchor .list li {
    width: 100%;
  }
  .p-page-anchor .list li:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
/* ------ exam ------ */
.p-exam {
  position: relative;
  background-color: #E2F1FF;
  padding: 80px 0;
}
.p-exam .l-wrap {
  position: relative;
}

.p-exam__block:first-child {
  padding-left: 10px;
  margin-bottom: 120px;
}
.p-exam__block:first-child h2 {
  margin-bottom: 30px;
}
.p-exam__block:nth-child(2) {
  margin-bottom: 140px;
}
.p-exam__block:nth-child(2) h2 {
  padding-left: 10px;
  margin-bottom: 60px;
}
.p-exam__block:nth-child(2) .text {
  text-align: center;
  margin-bottom: 30px;
}
.p-exam__block:nth-child(2) .acc__title {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s ease;
}
.p-exam__block:nth-child(2) .acc__title:hover {
  opacity: 0.8;
}
.p-exam__block:nth-child(2) .acc__title.is-open {
  transition: none;
  opacity: 1;
}
.p-exam__block:nth-child(2) .acc__contents {
  width: calc(100% - 50px);
  margin: -40px auto 0;
  display: none;
}
.p-exam__block:nth-child(2) .item {
  margin: 0 auto;
}
.p-exam__block:nth-child(2) .item:not(:last-of-type) {
  margin-bottom: 160px;
}
.p-exam__block:nth-child(2) .item:nth-of-type(2) .acc__contents {
  margin-top: -30px;
}
.p-exam__block:nth-child(2) .item:nth-of-type(3) .acc__contents {
  margin-top: -60px;
}
.p-exam__block:nth-child(2) .item:nth-of-type(4) .acc__contents {
  margin-top: -30px;
}
.p-exam__block:nth-child(3) {
  margin-bottom: 80px;
}
.p-exam__block:nth-child(3) h2 {
  padding-left: 10px;
  margin-bottom: 40px;
}
.p-exam__block:nth-child(3) .item {
  width: 98%;
  margin: 0 auto;
}
.p-exam__block:nth-child(4) {
  margin-bottom: 130px;
}
.p-exam__block:nth-child(4) h2 {
  padding-left: 10px;
  margin-bottom: 40px;
}
.p-exam__block:nth-child(4) .item {
  width: 86%;
  margin: 0 auto;
  -ms-transform: translateX(-2%);
      transform: translateX(-2%);
}
.p-exam__block:nth-child(5) {
  margin-bottom: 130px;
}
.p-exam__block:nth-child(5) h2 {
  margin-bottom: 65px;
}
.p-exam__block:nth-child(5) .item {
  width: 77%;
  margin: 0 auto;
}
.p-exam__block:nth-child(6) {
  margin-bottom: 80px;
}
.p-exam__block:nth-child(6) h2 {
  margin-bottom: 65px;
}
.p-exam__block:nth-child(6) .item {
  width: 97.5%;
  margin: 0 auto;
  -ms-transform: translateX(-1%);
      transform: translateX(-1%);
}
.p-exam__block:nth-child(7) {
  margin-bottom: 80px;
}
.p-exam__block:nth-child(7) h2 {
  margin-bottom: 65px;
}
.p-exam__block:nth-child(7) .item {
  width: 100%;
  margin: 0 auto;
}

.p-page-anchor-02 {
  margin: 80px 0 100px;
}
.p-page-anchor-02 .list {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.p-page-anchor-02 .list li {
  width: 33.3333333333%;
}

@media screen and (max-width: 767px) {
  .p-exam {
    padding: 24px 0 30px;
  }
  .p-exam .l-wrap {
    position: relative;
  }
  .p-exam__block:first-child {
    padding-left: 0;
    margin-bottom: 34px;
  }
  .p-exam__block:first-child h2 {
    width: 85%;
    margin-bottom: 15px;
    margin-left: 8px;
  }
  .p-exam__block:nth-child(2) {
    margin-bottom: 50px;
  }
  .p-exam__block:nth-child(2) h2 {
    width: 88%;
    padding-left: 8px;
    margin-bottom: 16px;
  }
  .p-exam__block:nth-child(2) .text {
    text-align: center;
    margin-bottom: 10px;
  }
  .p-exam__block:nth-child(2) .acc__contents {
    width: calc(100% - 16px);
    margin: -10px auto 0;
    display: none;
  }
  .p-exam__block:nth-child(2) .item:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .p-exam__block:nth-child(2) .item:first-of-type {
    width: 92%;
  }
  .p-exam__block:nth-child(2) .item:first-of-type .text img {
    width: 80%;
  }
  .p-exam__block:nth-child(2) .item:nth-of-type(2) {
    width: 92%;
  }
  .p-exam__block:nth-child(2) .item:nth-of-type(2) .text img {
    width: 92%;
  }
  .p-exam__block:nth-child(2) .item:nth-of-type(2) .acc__contents {
    margin-top: -10px;
  }
  .p-exam__block:nth-child(2) .item:nth-of-type(3) {
    width: 93%;
  }
  .p-exam__block:nth-child(2) .item:nth-of-type(3) .text {
    width: 103%;
    margin-left: -1.5%;
    margin-bottom: 5px;
  }
  .p-exam__block:nth-child(2) .item:nth-of-type(3) .acc__contents {
    margin-top: -10px;
  }
  .p-exam__block:nth-child(2) .item:nth-of-type(4) {
    width: 92%;
    margin-left: auto;
  }
  .p-exam__block:nth-child(2) .item:nth-of-type(4) .text {
    width: 105%;
    margin-left: -2.5%;
    margin-bottom: 5px;
  }
  .p-exam__block:nth-child(2) .item:nth-of-type(4) .acc__contents {
    margin-top: -10px;
  }
  .p-exam__block:nth-child(3) {
    margin-bottom: 50px;
  }
  .p-exam__block:nth-child(3) h2 {
    width: 55%;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .p-exam__block:nth-child(4) {
    margin-bottom: 60px;
  }
  .p-exam__block:nth-child(4) h2 {
    width: 68%;
    margin-bottom: 10px;
  }
  .p-exam__block:nth-child(4) .item {
    width: 88%;
    margin: 0 auto;
    -ms-transform: none;
        transform: none;
  }
  .p-exam__block:nth-child(5) {
    margin-bottom: 34px;
  }
  .p-exam__block:nth-child(5) h2 {
    width: 72%;
    padding-left: 10px;
    margin-bottom: 14px;
  }
  .p-exam__block:nth-child(5) .item {
    width: 96%;
  }
  .p-exam__block:nth-child(6) {
    margin-bottom: 40px;
  }
  .p-exam__block:nth-child(6) h2 {
    width: 78%;
    padding-left: 8px;
    margin-bottom: 20px;
  }
  .p-exam__block:nth-child(6) .item {
    width: 92%;
    margin: 0 auto;
    -ms-transform: translateX(-2%);
        transform: translateX(-2%);
  }
  .p-exam__block:nth-child(7) {
    margin-bottom: 0;
  }
  .p-exam__block:nth-child(7) h2 {
    width: 62%;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .p-exam__block:nth-child(7) .item {
    width: 100%;
    margin: 0 auto;
    -ms-transform: none;
        transform: none;
  }
  .p-page-anchor-02 {
    margin: 40px 0 0;
  }
  .p-page-anchor-02 .list {
    gap: 12px;
  }
}
/* ------ learn ------ */
.p-learn {
  position: relative;
  padding-top: 60px;
  margin-bottom: 110px;
}
.p-learn .l-wrap {
  position: relative;
}

.p-learn__block h3 {
  /* max-width: 812px; */
}
.p-learn__block:first-child {
  margin-bottom: 110px;
}
.p-learn__block:first-child h2 {
  margin-bottom: 70px;
}
.p-learn__block:first-child h3 {
  margin-bottom: 70px;
}
.p-learn__block:nth-child(2) {
  margin-bottom: 110px;
}
.p-learn__block:nth-child(2) h3 {
  margin-bottom: 55px;
}
.p-learn__block:nth-child(2) .item {
  width: 97.5%;
  margin: 0 0 0 auto;
}
.p-learn__block:nth-child(3) h3 {
  margin-bottom: 45px;
}
.p-learn__block:nth-child(3) .item {
  width: 97.5%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .p-learn {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  /* .p-learn__block h3 {
    width: 96%;
    margin-left: 4px;
  } */
  .p-learn__block:first-child {
    margin-bottom: 30px;
  }
  .p-learn__block:first-child h2 {
    margin-bottom: 30px;
  }
  .p-learn__block:first-child h3 {
    margin-bottom: 20px;
  }
  .p-learn__block:nth-child(2) {
    margin-bottom: 40px;
  }
  .p-learn__block:nth-child(2) h3 {
    margin-bottom: 20px;
  }
  .p-learn__block:nth-child(2) .item {
    width: 100%;
  }
  .p-learn__block:nth-child(3) h3 {
    margin-bottom: 35px;
  }
  .p-learn__block:nth-child(3) .item {
    width: 100%;
    margin-left: 2%;
  }
}
/* ------ campus ------ */
.p-campus {
  position: relative;
  padding-top: 60px;
  margin-bottom: 120px;
}
.p-campus .l-wrap {
  position: relative;
}

.p-campus__block h3 {
  /* max-width: 812px; */
}
.p-campus__block:first-child {
  margin-bottom: 130px;
}
.p-campus__block:first-child h2 {
  margin-bottom: 90px;
}
.p-campus__block:first-child h3 {
  margin-bottom: 40px;
}
.p-campus__block:first-child .item:first-of-type {
  width: 84.5%;
  margin-left: 3.5%;
  margin-bottom: 110px;
}
.p-campus__block:first-child .item:nth-of-type(2) {
  margin-bottom: 160px;
}
.p-campus__block:first-child .item:nth-of-type(3) {
  -ms-transform: translateX(-2%);
      transform: translateX(-2%);
}
.p-campus__block:nth-child(2) h3 {
  margin-bottom: 80px;
}
.p-campus__block:nth-child(2) .item {
  width: 94.5%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .p-campus {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  /* .p-campus__block h3 {
    width: 96%;
    margin-left: 4px;
  } */
  .p-campus__block:first-child {
    margin-bottom: 50px;
  }
  .p-campus__block:first-child h2 {
    margin-bottom: 20px;
  }
  .p-campus__block:first-child h3 {
    margin-bottom: 20px;
  }
  .p-campus__block:first-child .item:first-of-type {
    width: 94%;
    margin-left: 2%;
    margin-bottom: 50px;
  }
  .p-campus__block:first-child .item:nth-of-type(2) {
    margin-bottom: 60px;
  }
  .p-campus__block:first-child .item:nth-of-type(3) {
    -ms-transform: translateX(1%);
        transform: translateX(1%);
  }
  .p-campus__block:nth-child(2) h3 {
    margin-bottom: 25px;
  }
  .p-campus__block:nth-child(2) .item {
    width: 100%;
  }
}
/* ------ career-support ------ */
.p-career-support {
  position: relative;
  padding-top: 60px;
  margin-bottom: 140px;
}
.p-career-support .l-wrap {
  position: relative;
}

.p-career-support__block h2 {
  margin-bottom: 90px;
}
.p-career-support__block h3 {
  /* max-width: 930px; */
  margin-bottom: 100px;
}
.p-career-support__block figure {
  max-width: 860px;
  margin-left: 5.2%;
  margin-bottom: 70px;
}
.p-career-support__block .item:first-of-type {
  margin-bottom: 140px;
}
.p-career-support__block .item:nth-of-type(2) {
  margin-bottom: 100px;
}
.p-career-support__block .item:nth-of-type(3) {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-career-support {
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .p-career-support .l-wrap {
    position: relative;
  }
  .p-career-support__block h2 {
    margin-bottom: 24px;
  }
  .p-career-support__block h3 {
    /* width: 96%; */
    margin: 0 auto 20px;
  }
  .p-career-support__block figure {
    width: 96%;
    margin: 0 auto 25px 0;
  }
  .p-career-support__block .item:first-of-type {
    margin-bottom: 50px;
  }
  .p-career-support__block .item:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .p-career-support__block .item:nth-of-type(3) {
    margin-bottom: 40px;
  }
}
/* ------ footer ------ */
.ly_foot {
  padding: 90px 0 40px;
  width: 100%;
}

.ly_foot .bl_sns {
  margin: 0 auto 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.625rem;
  -ms-flex-align: center;
      align-items: center;
}

.ly_foot .bl_foot_title {
  width: 100%;
  max-width: 544px;
  text-align: center;
  margin: 0 auto 50px;
}

.ly_foot .bl_foot_address {
  width: 100%;
  max-width: 345px;
  margin: 0 auto 70px;
}

.ly_foot .bl_copy {
  display: block;
  width: 100%;
  max-width: 398px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ly_foot {
    padding: 30px 20px 20px;
    width: 100%;
  }
  .ly_foot .bl_sns {
    gap: 20px;
    margin-bottom: 30px;
  }
  .bl_sns_icon {
    max-width: 30px;
  }
  .ly_foot .bl_foot_title {
    margin-bottom: 20px;
    width: 92%;
  }
  .ly_foot .bl_foot_address {
    margin-bottom: 35px;
    width: 62%;
  }
  .ly_foot .bl_copy {
    width: 80%;
  }
}