@charset "utf-8";
/* CSS Document */


html {
  scroll-behavior: smooth;
}

button:hover {
  opacity: 0.7;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-feature-settings: "palt";
  background-color: #F8F8F8;
}

.sec-takiko, .sec-tanabe {
  padding-top: 80px;
  margin-top: -80px;
}


/*header*/

.pc-menu {
  display: none;
}

.sec-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.sec-header-bk {
  width: 100%;
  height: 80px;
  padding: 20px 20px 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

.sec-header-logo {
  width: 120px;
  object-fit: contain;
}

.sp-menu__box {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 80px;
  width: 80px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background: #7F0A15;
  position: absolute;
}

.sp-menu__box span:before {
  bottom: 12px;
}

.sp-menu__box span:after {
  top: 12px;
}

#sp-menu__check {
  display: none;
}

#sp-menu__check:checked~.sp-menu__box span {
  background: rgba(255, 255, 255, 0);
}

#sp-menu__check:checked~.sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #fff;
}

#sp-menu__check:checked~.sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}

#sp-menu__check:checked~.sp-menu__content {
  left: 0;
}

.sp-menu__content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s;
}

.sp-menu__list {
  padding: 80px 10px 0;
}

.sp-menu__item {
  list-style: none;
}

.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 30px 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: calc(20px + 0 * ((100vw - 320px) / 1120));
  font-weight: 400;
  font-feature-settings: "palt";
}

.sp-menu__list-brand {
  margin-top: 60px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sp-menu__list-brand li {
  list-style: none;
}

.sp-menu__list-brand img {
  width: 120px;
  padding: 10px;
  object-fit: contain;
  background: #fff;
}

@media (min-width: 1020px) {
  .sp-menu {
    display: none;
  }

  .pc-menu {
    padding: 10px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec-header-logo {
    width: 180px;
  }

  .pc-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
  }

  .pc-menu__list li {
    list-style: none;
  }

  .pc-menu__list li a {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1120));
    font-weight: 500;
    color: #000;
    text-decoration: none;
  }
}

/*/header*/


/*main*/

.pc-none {
  display: none;
}

.br-block {
  display: none;
}

.sec-fv {
  width: 100%;
  position: relative;
}

.sec-fv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.txt img {
  height: 12vw;
  object-fit: contain;
  letter-spacing: .06em;
  margin: 0;

  /* ここからアニメ`ションvS */
  transform: translateY(15vw);
  animation: textanimation 0.5s forwards;
}

/* 1猟忖朕 */
.txt img:nth-child(1) {
  animation-delay: 0.1s
}

/* 2猟忖朕 */
.txt img:nth-child(2) {
  animation-delay: 0.2s
}

/* 3猟忖朕 */
.txt img:nth-child(3) {
  animation-delay: 0.3s
}

/* 4猟忖朕 */
.txt img:nth-child(4) {
  animation-delay: 0.4s
}

/* 5猟忖朕 */
.txt img:nth-child(5) {
  animation-delay: 0.5s
}

/* 6猟忖朕 */
.txt img:nth-child(6) {
  animation-delay: 0.6s
}

/* 7猟忖朕 */
.txt img:nth-child(7) {
  animation-delay: 0.7s
}

/* 8猟忖朕 */
.txt img:nth-child(8) {
  animation-delay: 0.8s
}

/* 9猟忖朕 */
.txt img:nth-child(9) {
  animation-delay: 0.9s
}

/* 10猟忖朕 */
.txt img:nth-child(10) {
  animation-delay: 1.0s
}


@keyframes textanimation {
  0% {
    transform: translateY(15vw);
  }

  100% {
    transform: translateY(0);
  }
}

.sec-fv-text {
  padding: 20px 0 10px;
  background-color: #fff;
}

.sec-fv-text p {
  font-size: calc(34px + 10 * ((100vw - 320px) / 1120));
  font-weight: 700;
  color: #000;
}

.sec-fv-text p span {
  font-size: calc(20px + 4 * ((100vw - 320px) / 1120));
}

.sec-fv-text2 {
  margin: 60px 0;
  padding: 0 20px;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1120));
  font-weight: 500;
  color: #000;
  text-align: justify;
  line-height: 180%;
}

.sec-takiko-bk1 {
  width: 100%;
  padding: 60px 0 0;
  background-image: url(/campus-lp/img/takiko-bk1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-takiko-titil1 h1 {
  padding: 0 20px;
  font-size: calc(42px + 48 * ((100vw - 320px) / 1120));
  font-weight: 700;
  color: #000;
  line-height: 100%;
}

.sec-takiko-titil1 h1 span {
  font-size: calc(32px + 28 * ((100vw - 320px) / 1120));
}

.sec-gaku-list {
  width: 180px;
  margin: 20px auto 0;
}

.sec-gaku-list li {
  width: 100%;
  margin-top: 10px;
  padding: 5px 0 3px;
  list-style: none;
}

.sec-gaku-list li h2 {
  color: #fff;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1120));
  font-weight: 700;
}

.sec-gaku-li1 {
  background-color: #1975C0;
}

.sec-gaku-li2 {
  background-color: #F57F01;
}

.sec-gaku-li3 {
  background-color: #6A217A;
}

.sec-gaku-li4 {
  background-color: #DBDBDB;
}

.sec-gaku-li4 h2 {
  color: #000 !important;
}

.sec-takiko-titil2 {
  margin-top: 60px;
  font-size: calc(20px + 4 * ((100vw - 320px) / 1120));
  font-weight: 700;
  color: #000;
  align-items: center;
  /* 罪を貧和嶄刹 */
  display: flex;
  /* 猟忖と罪を罪Kび */
  justify-content: center;
  /* 猟忖を嶄刹篠せ */
}

.sec-takiko-titil2::before,
.sec-takiko-titil2::after {
  background-color: #000;
  /* 罪の弼 */
  content: "";
  height: 1px;
  /* 罪の互さ */
  width: 20px;
  /* 罪のLさ */
}

.sec-takiko-titil2::before {
  margin-right: 10px;
  /* 猟忖との噫易 */
}

.sec-takiko-titil2::after {
  margin-left: 10px;
  /* 猟忖との噫易 */
}

.sec-takiko-titil2-p {
  margin-top: 30px;
  padding: 0 20px;
  font-size: calc(16px + 0 * ((100vw - 320px) / 1120));
  font-weight: 500;
  color: #000;
  line-height: 160%;
  text-align: justify;
}

.sec-takiko-bk2 {
  width: 100%;
  object-fit: cover;
}

.sec-takiko-box1 {
  max-width: 1200px;
  margin: 0 auto;
}

.sec-takiko-box1-img1 {
  width: 100%;
  object-fit: contain;
}

.sec-takiko-box1-img2 {
  margin-top: 20px;
}

.sec-takiko-box1-p {
  margin: 0 20px;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.8)
}

.sec-takiko-box1-p-sp {
  margin-top: 20px;
}

.sec-takiko-box1-p-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec-takiko-box1-p-flex img {
  width: 30px;
  object-fit: contain;
  margin-right: 5px;
}

.sec-takiko-box1-title1 {
  font-size: calc(18px + 0 * ((100vw - 320px) / 1120));
  font-weight: 700;
  color: #000;
  text-align: left;
}

.sec-takiko-box1-p2 {
  margin-top: 30px;
  font-size: calc(16px + 0 * ((100vw - 320px) / 1120));
  font-weight: 500;
  color: #000;
  line-height: 160%;
  text-align: justify;
}

.sec-takiko-info {
  max-width: 1380px;
  margin: 60px auto 0;
}

.sec-takiko-info-flex h3 {
  font-size: calc(18px + 6 * ((100vw - 320px) / 1120));
  font-weight: 700;
  color: #000;
}

.sec-takiko-info-moviebox {
  max-width: 800px;
  margin: 0 auto;
}

.sec-takiko-info-movie {
  margin-top: 10px;
  aspect-ratio: 16 / 9;
}

.movie {
  width: 100%;
  aspect-ratio: 16/9;
  }

.sec-takiko-info-movie img {
  width: 100%;
  object-fit: cover;
}

.sec-takiko-info-icon img {
  width: 80%;
  margin: 20px auto 0;
  object-fit: contain;
}

.sec-takiko-info-map {
  max-width: 550px;
  margin: 20px auto 0;
}

.sec-takiko-info-map img {
  width: 100%;
  object-fit: contain;
}


.sec-takiko-info-link {
  width: 60vw;
  max-width: 310px;
  margin: 60px auto 0;
  padding: 12px 0 8px;
  background-color: #973942;
}

.sec-takiko-info-link a {
  font-size: calc(16px + 8 * ((100vw - 320px) / 1120));
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.sec-tanabe {
  margin-top: 60px;
}

.sec-gaku-li5 {
  background-color: #019587;
}

.sec-gaku-li6 {
  background-color: #CCE002;
}

.sec-tanabe-bk1-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec-access {
  margin-top: 100px;
}

.sec-access-icon img {
  width: 100%;
  object-fit: cover;
}

.sec-access-map {
  width: 100%;
  object-fit: contain;
}

.sec-access-map img {
  margin: 0 auto;
}

.sec-access-bk {
  background-color: #fff;
}

.sec-access ul {
  max-width: 1200px;
  margin: 90px auto 0;
}

.sec-access ul li {
  list-style: none;
}

.sec-access ul li a {
  width: 70vw;
  max-width: 335px;
  margin: 30px auto 0;
  padding: 20px 0 15px;
  display: block;
  color: #000;
  background-color: #fff;
  border: solid 1px #973942;
  text-decoration: none;
  font-size: calc(20px + 4 * ((100vw - 320px) / 1120));
  font-weight: 700;
}

.sec-access ul li a:hover {
  color: #fff;
  background-color: #973942;
  opacity: 1;
}

.sec-access small {
  margin-top: 30px;
  display: block;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  font-weight: 500;
  color: #000;
  line-height: 140%;
}

.sec-footer {
  padding: 60px 0 120px;
  background-color: #fff;
}

.sec-footer ul {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px 60px;
}

.sec-footer ul li {
  width: 110px;
  list-style: none;
}

.sec-footer small {
  margin-top: 120px;
  display: block;
  font-size: calc(12px + 0 * ((100vw - 320px) / 1120));
  font-weight: 500;
  color: #000;
}

@media (min-width: 1020px) {
  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  .br-none {
    display: none;
  }

  .br-block {
    display: block;
  }



  .txt img {
    height: 5vw;

  }

  .sec-fv-text2 {
    text-align: center;
    line-height: 180%;
  }

  .sec-takiko-bk1 {
    padding: 60px 0 80px;
    background-image: url(/campus-lp/img/takiko-bk1-pc.jpg);
    background-size: contain;
    background-repeat: repeat;
    position: relative;
    z-index: -5;
  }

  .sec-takiko-bk1-flex {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sec-takiko-titil1 {
    width: 60%;
  }

  .sec-tanabe-titil1 {
    width: 470px;
  }

  .sec-takiko-titil1 h1 {
    padding: 0;
    text-align: left;
    font-size: 90px;
  }

  .sec-takiko-titil2-box {
    width: 40%;
  }

  .sec-takiko-titil2-p {
    padding: 0;
  }

  .sec-takiko-titil2 {
    margin-top: 0;
  }

  .sec-takiko-titil2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sec-gaku-list {
    width: 470px;
    margin: 20px auto 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sec-gaku-list li {
    width: 230px;
    padding: 10px 0 8px;
  }

  .sec-takiko-bk2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
  }

  .sec-takiko-box1-p {
    width: 640px;
    margin: 0;
  }

  .sec-takiko-box1-p {
    padding: 20px;
  }

  .sec-takiko-box1-p2 {
    margin-top: 10px;
  }

  .sec-takiko-box1-po1,
  .sec-takiko-box1-po2,
  .sec-takiko-box1-po3 {
    position: relative;
  }

  .sec-takiko-box1-po1-1 {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .sec-takiko-box1-po1-2 {
    position: absolute;
    bottom: -90px;
    left: 20px;
  }

  .sec-takiko-box1-img2 {
    margin-top: 120px;
  }

  .sec-takiko-box1-po2-1 {
    position: absolute;
    top: 90px;
    right: 20px;
  }

  .sec-takiko-box1-po2-2 {
    position: absolute;
    bottom: -150px;
    left: 20px;
    z-index: 1;
  }

  .sec-takiko-box1-po3-1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .sec-takiko-info-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sec-takiko-info-icon img {
    width: 100%;
  }

  .sec-takiko-info-link {
    padding: 17px 0 12px;
  }

  .sec-takiko-info-link a {
    font-size:24px;
  }

  .sec-tanabe-box1-po1-1 {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .sec-tanabe-box1-po1-2 {
    position: absolute;
    bottom: -50px;
    right: 20px;
  }

  .sec-tanabe-box1-po2-1 {
    position: absolute;
    top: 80px;
    left: 20px;
  }

  .sec-tanabe-box1-po2-2 {
    position: absolute;
    bottom: -80px;
    right: 20px;
  }

  .sec-tanabe-box1-po3-1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  .sec-access ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sec-access ul li a {
    padding: 40px 0 35px;
  }

}

/*/main*/


/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロ`ルをしたら竃Fする勣殆にはじめに邑^0を峺協　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }