@charset "UTF-8";

/*CSSDocument*/

*{ margin:0px; padding:0px;}

body{
  color:#000000;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}

.swipeIcon{display: none;}
@media screen and (max-width: 640px){
  .slideBox{
    position: relative;
    overflow-x: auto;
/*
    padding-bottom: 15px;
*/
  }
  .swipeImg{
    width: 700px;
  }
  .swipeIcon{
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50vw - 40px);
    z-index: 10;
    width: 80px;
    animation: horizontal 1s ease-in-out infinite alternate;
  }
  .swipeIcon img{
    max-width: 80px;
  } 
}
@keyframes horizontal{
  0%{
    transform: translate(-30%, -50%);
  }
  100%{
    transform: translate(-70%, -50%);
  }
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 24px;
  }
}

.l-header {
  background: #FFF;
  padding: 0 40px;
}
.l-headerWrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.l-headerLogo {
  display: flex;
  align-items: center;
}
.l-headerLogo01 {
  margin-right: 37px;
}
.l-headerLogo01 img {
  height: 71px;
  width: auto;
}
.l-headerLogo02 {
  display: flex;
  align-items: center;
}
.l-headerLogo02__img {
  margin-right: 16px;
}
.l-headerLogo02__img img {
  height: 71px;
  width: auto;
}
.l-headerLogo02__txt {
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  font-weight: 500;
}
.l-headerContents {
  
}
.l-header__name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
  margin-bottom: 7px;
}
.l-headerCampus {
  width: 400px;
}
.l-headerCampusList {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
.l-headerCampusList li {
  text-align: left;
}
.l-headerCampusList li span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 0 0 18px;
  text-align: left;
}
.l-headerCampusList li span:before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 1px;
  margin: auto;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-headerCampusList li.is-shinagawa {
  width: 180px;
}
.l-headerCampusList li.is-akihabara {
  order: 2;
  width: 139px;
}
.l-headerCampusList li.is-online {
  order: 3;
}
.l-headerCampusList li.is-shibuya {
  order: 4;
  width: 180px;
}
.l-headerCampusList li.is-shinjyuku {
  order: 5;
  width: 139px;
}

@media screen and (max-width: 1180px) {
  .l-header {
    padding: 0 20px;
  }
  .l-headerWrap {
    height: 100px;
  }
  .l-headerLogo01 {
    margin-right: 20px;
  }
  .l-headerLogo01 img {
    height: 60px;
  }
  .l-headerLogo02__img {
    margin-right: 14px;
  }
  .l-headerLogo02__img img {
    height: 60px;
  }
  .l-headerLogo02__txt {
    font-size: 11px;
  }
  .l-headerContents {

  }
  .l-header__name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .l-headerCampus {
    width: 350px;
  }
  .l-headerCampusList {
  }
  .l-headerCampusList li {
  }
  .l-headerCampusList li span {
    font-size: 11px;
    line-height: 1.5;
    padding: 0 0 0 14px;
    text-align: left;
  }
  .l-headerCampusList li span:before {
    top: 2px;
    left: 1px;
    width: 6px;
    height: 6px;
  }
  .l-headerCampusList li.is-shinagawa {
    width: 150px;
  }
  .l-headerCampusList li.is-akihabara {
    width: 120px;
  }
  .l-headerCampusList li.is-online {
  }
  .l-headerCampusList li.is-shibuya {
    width: 150px;
  }
  .l-headerCampusList li.is-shinjyuku {
    width: 120px;
  }
}
@media screen and (max-width: 960px) {
  .l-header {
    padding: 0 0px;
  }
  .l-headerWrap {
    display: block;
    height: auto;
  }
  .l-headerLogo {
    height: 100px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .l-headerContents {

  }
  .l-header__name {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    background: #333333;
    color: #FFF;
    padding: 5px 20px 6px;
  }
  .l-headerCampus {
    width: 100%;
    padding: 5px 20px 6px;
    box-sizing: border-box;
  }
  .l-headerCampusList {
    justify-content: center;
    margin-left: 0;
  }
  .l-headerCampusList li {
  }
  .l-headerCampusList li:nth-of-type(n + 2) {
    margin-left: 15px;
  }
  .l-headerCampusList li.is-shinagawa {
    width: auto;
    order: 1;
  }
  .l-headerCampusList li.is-akihabara {
    order: 3;
    width: auto;
  }
  .l-headerCampusList li.is-online {
    order: 5;
    width: auto;
  }
  .l-headerCampusList li.is-shibuya {
    order: 2;
    width: auto;
  }
  .l-headerCampusList li.is-shinjyuku {
    order: 4;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-headerLogo {
    height: 50px;
    padding: 0 10px;
  }
  .l-headerLogo01 {
    margin-right: 20px;
  }
  .l-headerLogo01 img {
    height: 36px;
  }
  .l-headerLogo02__img {
    margin-right: 10px;
  }
  .l-headerLogo02__img img {
    height: 36px;
  }
  .l-headerLogo02__txt {
    font-size: 9px;
	letter-spacing: -0.09em;
  }
  .l-headerContents {
  }
  .l-header__name {
    font-size: 11px;
    padding: 4px 10px 5px;
  }
  .l-headerCampus {
    width: 100%;
    padding: 6px 5px 6px;
    box-sizing: border-box;
  }
  .l-headerCampusList {
    justify-content: center;
    margin-left: 0;
  }
  .l-headerCampusList li {
    font-size: 7px;
    line-height: 1.2;
  }
  .l-headerCampusList li span {
    font-size: 7px;
    line-height: 1.2;
    padding: 0 0 0 10px;
  }
  .l-headerCampusList li:nth-of-type(n + 2) {
    margin-left: 6px;
  }
  .l-headerCampusList li span:before {
    top: 0px;
    left: 1px;
    width: 4px;
    height: 4px;
  }
}


.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev:after,
.slick-next:after {
  background-repeat: no-repeat;
  background-size: 13px 20px;
  background-position: center;
  content: '';
  display: block;
  width: 13px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  margin: auto;
  left: 0;
  right: 0;
}
.slick-prev:after {
  background-image: url("../images/page/lp-general/icon_chevron-right.svg");
  transform: translate(0,-50%) rotate(180deg);
}
.slick-next:after {
  background-image: url("../images/page/lp-general/icon_chevron-right.svg");
}
@media screen and (max-width: 768px) {
  .slick-prev:after,
  .slick-next:after {
    background-size: 10px 15px;
    width: 10px;
    height: 15px;
  }
}



.p-catch {
  background: #000;
  color: #FFF;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 700;
  padding: 22px 0 26px;
}
@media screen and (max-width: 768px) {
  .p-catch {
    font-size: 15px;
    line-height: 1.5;
    padding: 7px 0 8px;
  }
  .p-catch .l-inner {
    padding: 0 10px;
  }
}


.p-intro {
  padding: 56px 0 53px 0;
}
.p-intro__logo {
  max-width: 734px;
  margin: 0 auto 45px;
}
.p-intro__txt {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-intro {
    padding: 30px 0 30px 0;
  }
  .p-intro__logo {
    margin: 0 auto 15px;
  }
  .p-intro__txt {
    font-size: 13px;
    line-height: 1.8;
  }
}


.p-teacher {
  background: #000;
  padding: 0 0 80px 0;
}
.p-teacherFrame {
  
}
.p-teacherList {
  
}
.p-teacherListItem {
  color: #FFF;
}
.p-teacherListItemContents {
  text-align: left;
  margin-top: 13px;
  padding: 0 30px 0 0 ;
}
.p-teacherListItem__job {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 8px;
}
.p-teacherListItem__name {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}
.p-teacherListItem__txt {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .p-teacherList {
    display: flex;
    flex-wrap: wrap;
  }
  .p-teacherListItem {
    width: 50%;
  }
  .p-teacherListItem:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-teacher {
    padding: 0 0 30px 0;
  }
  .p-teacher .l-inner {
    padding: 0;
  }
  .p-teacherFrame {

  }
  .p-teacherList {

  }
  .p-teacherListItem {
    color: #FFF;
  }
  .p-teacherListItemContents {
    margin-top: 15px;
    padding: 0 24px 0 24px;
  }
  .p-teacherListItem__job {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .p-teacherListItem__name {
    font-size: 18px;
  }
  .p-teacherListItem__txt {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .p-teacherList > .slick-prev,
  .p-teacherList > .slick-next {
    width: 20px;
    height: 90px;
    padding: 0;
    background: #FFF;
    z-index: 10;
    top:59vw;
    transform: translate(0,-100%);
  }
  .p-teacherList > .slick-prev:hover,
  .p-teacherList > .slick-prev:focus,
  .p-teacherList > .slick-next:hover,
  .p-teacherList > .slick-next:focus {
    color: transparent;
    outline: none;
    background: #FFF;
    opacity: 0.7;
  }
  .p-teacherList > .slick-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
  }
  .p-teacherList > .slick-next{
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .p-teacherList > .slick-prev:after {
    background-image: url("../images/page/lp-general/icon_chevron-right-b.svg");
    transform: translate(0,-50%) rotate(180deg);
  }
  .p-teacherList > .slick-next:after {
    background-image: url("../images/page/lp-general/icon_chevron-right-b.svg");
  }
}




.p-learn {
  padding: 60px 0 76px 0;
}
.p-learnHead {
  background: #FFF;
  position: relative;
  padding: 40px 350px 35px 60px;
  text-align: left;
  margin-bottom: 50px;
}
.p-learnHeadUpper {
  margin-bottom: 10px;
}
.p-learnHeadUpper__txt {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}
.p-learnHeadUpper__img {
  width: 300px;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.p-learnHeadUpper__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-learnHead__title {
  font-size: 60px;
  line-height: 1.5;
  font-weight: 700;
}
.p-learnHead__title span {
  display: inline-block;
}

.p-learnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-learnListItem {
  width: 47.5%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
}
.p-learnListItem:nth-of-type(n + 3) {
  margin-top: 44px;
}
.p-learnListItemFrame {
  width: 100%;
  background: #FFF;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
}
.p-learnListItemContents {
  flex: 1;
  text-align: left;
}
.p-learnListItem__title {
  font-size: 29px;
  line-height: 1.66;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-learnListItem__txt {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}
.p-learnListItem__img {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .p-learnHead {
    padding: 30px 250px 25px 30px;
    margin-bottom: 50px;
  }
  .p-learnHeadUpper {
    margin-bottom: 5px;
  }
  .p-learnHeadUpper__txt {
    font-size: 22px;
  }
  .p-learnHeadUpper__img {
    width: 200px;
  }
  .p-learnHead__title {
    font-size: 40px;
  }
  .p-learnHead__title span {
    display: inline-block;
  }

  .p-learnListItem {
    width: calc(50% - 15px);
    padding: 15px;
  }
  .p-learnListItem:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .p-learnListItemFrame {
    padding: 15px 20px 20px;
  }
  .p-learnListItem__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .p-learnListItem__txt {
    font-size: 16px;
  }
  .p-learnListItem__img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-learn {
    padding: 30px 0 30px 0;
  }
  .p-learnHead {
    padding: 0;
    margin-bottom: 25px;
  }
  .p-learnHeadUpper {
    margin-bottom: 0px;
    position: relative;
    padding: 10px 100px 12px 20px;
    background: #f3f3f3;
  }
  .p-learnHeadUpper__txt {
    font-size: 15px;
    line-height: 1.5;
  }
  .p-learnHeadUpper__img {
    width: 80px;
  }
  .p-learnHead__title {
    font-size: 30px;
    line-height: 1.4;
    padding: 15px 20px;
  }

  .p-learnList {
  }
  .p-learnListItem {
    width: 100%;
    padding: 10px;
  }
  .p-learnListItem:nth-of-type(n + 2) {
    margin-top: 24px;
  }
  .p-learnListItemFrame {
    padding: 11px 15px 15px;
  }
  .p-learnListItemContents {
  }
  .p-learnListItem__title {
    font-size: 17px;
    line-height: 1.66;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .p-learnListItem__txt {
    font-size: 14px;
  }
  .p-learnListItem__img {
    margin-top: 12px;
  }
}



.p-pro {
  padding: 74px 0 66px 0;
}
.p-pro__title {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  margin-bottom: 30px;
}
.p-pro__txt {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  margin-bottom: 73px;
}
.p-proList {
  display: flex;
  flex-wrap: wrap;
}
.p-proListItem {
  width: 29.1%;
  margin-left: 6.35%;
}
.p-proListItem:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-proListItem:nth-of-type(n + 4) {
  margin-top: 45px;
}
.p-proListItem__img {
  
}
.p-proListItemContents {
  text-align: left;
  margin-top: 25px;
}
.p-proListItem__job {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 8px;
}
.p-proListItem__name {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}
.p-proListItem__txt {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-pro {
    padding: 30px 0 30px 0;
  }
  .p-pro__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-pro__txt {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .p-proList {
  }
  .p-proListItem {
    width: calc(33.33% - 16px);
    margin-left: 24px;
  }
  .p-proListItem:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-proListItem:nth-of-type(n + 4) {
    margin-top: 24px;
  }
  .p-proListItem__img {

  }
  .p-proListItemContents {
    margin-top: 15px;
  }
  .p-proListItem__job {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .p-proListItem__name {
    font-size: 16px;
  }
  .p-proListItem__txt {
    font-size: 12px;
    margin-top: 13px;
  }
}
@media screen and (max-width: 600px) {
  .p-proListItem {
    width: calc(50% - 12px);
    margin-left: 24px;
  }
  .p-proListItem:nth-of-type(3n + 1) {
    margin-left: 24px;
  }
  .p-proListItem:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-proListItem:nth-of-type(n + 3) {
    margin-top: 24px;
  }
}


.p-book {
  background: linear-gradient(45deg, rgba(253,126,126,1) 0%,rgba(62,185,250,1) 100%);
  padding: 35px 0 45px 0;
  overflow: hidden;
}
.p-book__title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
.p-bookFrame {
  
}
.p-bookList {
  
}
.p-bookList .slick-list {
  overflow: visible;
}
.p-bookList .slick-slide {
  width: 230px;
}
.p-bookList figure {
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .p-book {
    padding: 25px 0 30px 0;
  }
  .p-book__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .p-bookFrame {

  }
  .p-bookList {

  }
  .p-bookList .slick-list {
    overflow: visible;
  }
  .p-bookList .slick-slide {
    width: 120px;
  }
  .p-bookList figure {
    box-sizing: border-box;
    padding: 0 8px;
  }
}


.p-syllabus {
  background: #e4e4e4;
  padding: 69px 0 78px 0;
}
.p-syllabusHead {
  padding: 15px;
  margin-bottom: 43px;
}
.p-syllabusHead__title {
  background: #FFF;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  padding: 14px 30px 17px;
}
.p-syllabus__middleTitle {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  font-style: italic;
  margin-bottom: 25px;
}
.p-syllabusOverviewOuter {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}
.p-syllabusOverview {
  background: #FFF;
  padding: 25px 25px;
}
.p-syllabusOverviewInner {
  
}
.p-syllabusOverviewList {
  
}
.p-syllabusOverviewListItem {
  padding: 15px;
}
.p-syllabusOverviewListItemFrame {
  background: #FFF;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}
.p-syllabusOverviewListItem__title {
  background: #e4e4e4;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  padding: 4px 10px 5px;
  margin-bottom: 15px;
}
.p-syllabusOverviewListItem__ul {
  font-size: 14px;
  line-height: 1.875;
  font-weight: 500;
  text-align: left;
}
.p-syllabusOverviewListItem__ul li {
  position: relative;
  padding: 0 0 0 22px;
}
.p-syllabusOverviewListItem__ul li:before {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/page/lp-general/icon-caret-right.svg") no-repeat left;
  background-size: contain;
  content: '';
  top: 6px;
  left: -6px;
}
.p-syllabusOverviewListItem__txt01 {
  background: #f3f3f3;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  padding:10px 10px 10px;
  margin-top: 15px;
}


@media screen and (min-width: 961px) {
  .p-syllabusOverviewList {
    display: flex;
  }
  .p-syllabusOverviewListItem {
    width: 22.6%;
    margin-left: 3.2%;
    display: flex;
  }
  .p-syllabusOverviewListItem:nth-of-type(4n + 1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 960px) {
  .p-syllabusOverviewOuter {
    padding: 0 70px;
  }
  .p-syllabusOverview {
    padding: 25px 25px;
  }
  .p-syllabusOverviewListItem {
    padding: 15px;
    box-sizing: border-box;
  }
  .p-syllabusOverviewList > .slick-prev,
  .p-syllabusOverviewList > .slick-next {
    width: 40px;
    height: 180px;
    padding: 0;
    background: #434343;
    border-radius: 5px;
  }
  .p-syllabusOverviewList > .slick-prev:hover,
  .p-syllabusOverviewList > .slick-prev:focus,
  .p-syllabusOverviewList > .slick-next:hover,
  .p-syllabusOverviewList > .slick-next:focus {
    color: transparent;
    outline: none;
    background: #434343;
    opacity: 0.7;
  }
  .p-syllabusOverviewList > .slick-prev {
    left: -81px;
  }
  .p-syllabusOverviewList > .slick-next{
    right: -81px;
  }
}
@media screen and (max-width: 768px) {
  .p-syllabus {
    padding: 30px 0 30px 0;
  }
  .p-syllabusHead {
    padding: 10px;
    margin-bottom: 14px;
  }
  .p-syllabusHead__title {
    font-size: 20px;
    padding: 10px 15px 12px;
  }
  .p-syllabus__middleTitle {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .p-syllabusOverviewOuter {
    padding: 0 24px;
  }
  .p-syllabusOverview {
    padding: 0;
    background: none;
  }
  .p-syllabusOverviewInner {

  }
  .p-syllabusOverviewList {

  }
  .p-syllabusOverviewList .slick-slide {
    background: #FFF;
    padding: 15px;
  }
  .p-syllabusOverviewListItem {
    padding: 10px;
  }
  .p-syllabusOverviewListItemFrame {
    padding: 15px;
  }
  .p-syllabusOverviewListItem__title {
    font-size: 14px;
    padding: 4px 10px 5px;
    margin-bottom: 10px;
  }
  .p-syllabusOverviewListItem__ul {
    font-size: 13px;
    line-height: 1.875;
  }
  .p-syllabusOverviewListItem__ul li {
    padding: 0 0 0 15px;
  }
  .p-syllabusOverviewListItem__ul li:before {
    width: 16px;
    height: 16px;
    top: 5px;
    left: -5px;
  }
  .p-syllabusOverviewListItem__txt01 {
    font-size: 14px;
    line-height: 1.5;
    padding:10px 10px 10px;
    margin-top: 11px;
  }
  .p-syllabusOverviewList > .slick-prev,
  .p-syllabusOverviewList > .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 10;
    background: #000;
  }
  .p-syllabusOverviewList > .slick-prev:hover,
  .p-syllabusOverviewList > .slick-prev:focus,
  .p-syllabusOverviewList > .slick-next:hover,
  .p-syllabusOverviewList > .slick-next:focus {
    background: #000;
  }
  .p-syllabusOverviewList > .slick-prev {
    left: -15px;
  }
  .p-syllabusOverviewList > .slick-next{
    right: -15px;
  }
}

.p-syllabusMainOuter {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 70px;
}
.p-syllabusMain {
  margin-top: 48px;
}
.p-syllabusMainInner {
  
}
.p-syllabusMainList {
  
}

.p-syllabusMainListItem {
  padding: 15px;
  box-sizing: border-box;
  display: flex;
}
.p-syllabusMainListItemInner {
  background: #FFF;
  padding: 30px;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  flex-direction: column;
  height: 100%;
}
.p-syllabusMainListItemHead {
  display: flex;
  margin-bottom: 28px;
}
.p-syllabusMainListItemHead__tag {
  width: 168px;
  background: #fc8081;
  color: #FFF;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 7px 10px;
}
.p-syllabusMainListItemHead__txt{
  width: calc(100% - 168px);
  text-align: left;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  color: #a44040;
}
.p-syllabusMainListItemFeature {
  background: url("../images/page/lp-general/bg-line.png");
  display: flex;
  justify-content: space-between;
}
.p-syllabusMainListItemFeatureContents {
  width: calc(100% - 300px);
  box-sizing: border-box;
  padding: 20px 30px 20px 30px;
}
.p-syllabusMainListItemFeatureList {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
}
.p-syllabusMainListItemFeatureList li {
  position: relative;
  padding: 0 0 0 22px;
}
.p-syllabusMainListItemFeatureList li + li {
  margin-top: 5px;
}
.p-syllabusMainListItemFeatureList li:before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/page/lp-general/icon-caret-right.svg") no-repeat left;
  background-size: contain;
  content: '';
  top: 6px;
  left: -6px;
}
.p-syllabusMainListItemFeature__img {
  width: 300px;
}
.p-syllabusMainListItemFeature__img img {  
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-syllabusMainDetail {
  text-align: left;
  margin-top: 25px;
}
.p-syllabusMainDetail__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 25px;
}
.p-syllabusMainDetailFrame {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-syllabusMainDetailBox {
  width: 50%;
  padding: 0 30px 0 0;
}
.p-syllabusMainDetailBox + .p-syllabusMainDetailBox {
  padding: 0 0 0 30px;
}
.p-syllabusMainDetailBox + .p-syllabusMainDetailBox:before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #bfbfbf;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-syllabusMainDetailList {
  
}
.p-syllabusMainDetailList dt {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 12px;
  border-left: #a44040 10px solid;
  padding: 0 0 2px 10px;
}
.p-syllabusMainDetailList dd {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}
.p-syllabusMainDetailList dd + dt {
  margin-top: 20px;
}

.p-syllabusMainList > .slick-prev,
.p-syllabusMainList > .slick-next {
  width: 40px;
  height: 180px;
  padding: 0;
  background: #434343;
  border-radius: 5px;
}
.p-syllabusMainList > .slick-prev:hover,
.p-syllabusMainList > .slick-prev:focus,
.p-syllabusMainList > .slick-next:hover,
.p-syllabusMainList > .slick-next:focus {
  color: transparent;
  outline: none;
  background: #434343;
  opacity: 0.7;
}
.p-syllabusMainList > .slick-prev {
  left: -56px;
}
.p-syllabusMainList > .slick-next{
  right: -56px;
}

.p-syllabusThumbList {
  max-width: 680px;
  margin: 20px auto 0;
}
.p-syllabusThumbListItem {
  background: #FFF;
  width: 150px !important;
  margin: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  padding: 3px 10px 4px;
  border-radius: 40px;
  cursor: pointer;
}
.p-syllabusThumbList .slick-slide.slick-current .p-syllabusThumbListItem {
  background: #bfbfbf;
}


@media screen and (min-width: 769px) {
  .p-syllabusMainList .slick-track {
    display: flex;
  }
  .p-syllabusMainList .slick-slide {
    height: auto !important;
    display: flex !important;
  }
  .p-syllabusMainList .slick-slide > div {
    display: flex !important;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-syllabusMainOuter {
    padding: 0 24px;
  }
  .p-syllabusMain {
    margin-top: 24px;
  }
  .p-syllabusMainList .slick-slide {
    background: #FFF;
    padding: 15px;
  }
  .p-syllabusMainListItem {
    padding: 10px;
  }
  .p-syllabusMainListItemInner {
    padding: 15px;
  }
  .p-syllabusMainListItemHead {
    display: block;
    margin-bottom: 10px;
  }
  .p-syllabusMainListItemHead__tag {
    width: 100%;
    font-size: 14px;
    padding: 7px 10px;
    margin-bottom: 5px;
  }
  .p-syllabusMainListItemHead__txt{
    width: 100%;
    padding: 0 0 0 0px;
    font-size: 15px;
  }
  .p-syllabusMainListItemFeature {
    background: url("../images/page/lp-general/bg-line.png");
    display: block;
  }
  .p-syllabusMainListItemFeatureContents {
    width: 100%;
    padding: 10px 15px 10px 15px;
  }
  .p-syllabusMainListItemFeatureList {
    font-size: 12px;
  }
  .p-syllabusMainListItemFeatureList li {
    padding: 0 0 0 18px;
  }
  .p-syllabusMainListItemFeatureList li + li {
    margin-top: 3px;
  }
  .p-syllabusMainListItemFeatureList li:before {
    width: 14px;
    height: 14px;
    top: 4px;
    left: -3px;
  }
  .p-syllabusMainListItemFeature__img {
    width: 100%;
  }
  .p-syllabusMainListItemFeature__img img {  
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 526 / 160;
  }
  .p-syllabusMainDetail {
    margin-top: 10px;
  }
  .p-syllabusMainDetail__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .p-syllabusMainDetailFrame {
    display: block;
  }
  .p-syllabusMainDetailBox {
    width: 100%;
    padding: 0 0px 0 0;
  }
  .p-syllabusMainDetailBox + .p-syllabusMainDetailBox {
    padding: 0 0 0 0px;
    margin-top: 10px;
  }
  .p-syllabusMainDetailBox + .p-syllabusMainDetailBox:before {
    display: none;
  }
  .p-syllabusMainDetailList {

  }
  .p-syllabusMainDetailList dt {
    font-size: 14px;
    margin-bottom: 4px;
    border-left: #a44040 5px solid;
    padding: 0 0 0px 8px;
  }
  .p-syllabusMainDetailList dd {
    font-size: 12px;
  }
  .p-syllabusMainDetailList dd + dt {
    margin-top: 10px;
  }

  .p-syllabusMainList > .slick-prev,
  .p-syllabusMainList > .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 10;
    background: #000;
    top: 30px;
    transform: translate(0,0);
  }
  .p-syllabusMainList > .slick-prev:hover,
  .p-syllabusMainList > .slick-prev:focus,
  .p-syllabusMainList > .slick-next:hover,
  .p-syllabusMainList > .slick-next:focus {
    background: #000;
  }
  .p-syllabusMainList > .slick-prev {
    left: -15px
  }
  .p-syllabusMainList > .slick-next{
    right: -15px;
  }

  .p-syllabusThumbList {
    display: none;
  }
}




.p-ai {
  padding: 55px 0 100px 0;
}
.p-aiHead {
  padding: 0 0 45px 0;
}
.p-aiHead__subTitle {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}
.p-aiHead__title {
  font-size: 60px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}

.p-aiLevel {
  background: url("../images/page/lp-general/ai-bg.png") no-repeat center;
  background-size: cover;
  padding: 51px 0 0 0;
  margin-bottom: 52px;
}
.p-aiLevelFrame {
  max-width: 978px;
  margin: 0 auto;
  position: relative;
}
.p-aiLevel__txt {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-ai {
    padding: 25px 0 30px 0;
  }
  .p-aiHead {
    padding: 0 0 20px 0;
  }
  .p-aiHead__subTitle {
    font-size: 13px;
    margin-bottom: 7px;
  }
  .p-aiHead__title {
    font-size: 21px;
  }

  .p-aiLevel {
    padding: 41px 0 0 0;
    margin-bottom: 20px;
  }
  .p-aiLevelFrame {
    max-width: 978px;
    margin: 0 auto;
    position: relative;
  }
  .p-aiLevel__txt {
    top: -10px;
    font-size: 12px;
  }
}


.p-aiFeature {
  
}
.p-aiFeatureFrame {
  padding: 15px 18px 18px;
}
.p-aiFeature__title {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 17px;
}
.p-aiFeatureList {
  background: #FFF;
  padding: 25px;
}
.p-aiFeatureList li {
  background: #f5f5f5;
  text-align: left;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  padding: 15px 20px 17px 68px;
  position: relative;
}
.p-aiFeatureList li:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  background: url("../images/page/lp-general/icon-ai.png") no-repeat center;
  background-size: contain;
  
}
.p-aiFeatureList li + li {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-aiFeature .l-inner {
    padding: 0;
  }
  .p-aiFeatureFrame {
    padding: 10px 15px 15px;
  }
  .p-aiFeature__title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .p-aiFeatureList {
    padding: 10px;
  }
  .p-aiFeatureList li {
    font-size: 14px;
    padding: 10px 15px 12px 38px;
  }
  .p-aiFeatureList li:before {
    width: 20px;
    height: 20px;
    left: 10px;
  }
  .p-aiFeatureList li + li {
    margin-top: 10px;
  }
}

.p-aiFuture {
  margin-top: 50px;
}
.p-aiFuture__title {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  margin-bottom: 40px;
}
.p-aiFutureFrame {
  max-width: 951px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-aiFuture {
    margin-top: 20px;
  }
  .p-aiFuture__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-aiFutureFrame {
  }
}



.p-support {
  background: #e4e4e4;
  padding: 69px 0 78px 0;
}
.p-supportHead {
  padding: 15px;
  margin-bottom: 43px;
}
.p-supportHead__title {
  background: #FFF;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  padding: 14px 30px 17px;
}
.p-supportCon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-supportBox {
  display: flex;
  position: relative;
  width: calc(50% - 20px);
  padding: 0 10px 10px 0;
}
.p-supportBox.is-full {
  width: 100%;
}
.p-supportBox:nth-of-type(n + 3) {
  margin-top: 30px;
}
.p-supportBox:after {
  content: '';
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  bottom: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(to right, rgba(254,171,171,1) 0%,rgba(105,201,252,1) 100%);
}
.p-supportBoxContents {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FFF;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  padding: 20px;
}
.p-supportBoxHead01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-supportBoxHead01__img {
  width: 87px;
}
.p-supportBoxHead01__title {
  width: calc(100% - 87px);
  box-sizing: border-box;
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.p-supportBoxHead02 {
  text-align: left;
}
.p-supportBoxHead02__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.p-supportBoxHead02__txt {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 10px;
}

.p-supportBoxLower01 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-top: 25px;
}
.p-supportBoxHead02 + .p-supportBoxLower01 {
  margin-top: 15px;
}
.p-supportBoxLower01__txt {
  width: calc(100% - 120px);
  box-sizing: border-box;
  padding: 0 30px 0 0;
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
  font-weight: 500;
}
.p-supportBoxLower01__img {
  width: 120px;
}

.p-supportBoxLower02 {
  display: flex;
  justify-content: space-between;
}
.p-supportBoxLower02Head {
  width: 168px;
}
.p-supportBoxLower02Head__title {
  text-align: left;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-supportBoxLower02Head__title span {
  display: inline-block;
  background: linear-gradient(45deg, #feb8b8 0%, #9dd7fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-supportBoxLower02Head__img {
  max-width: 157px;
  margin: 0 auto;
}
.p-supportBoxLower02__txt {
  width: calc(100% - 198px);
  font-size: 20px;
  line-height: 2;
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-support {
    padding: 30px 0 30px 0;
  }
  .p-supportHead {
    padding: 10px;
    margin-bottom: 20px;
  }
  .p-supportHead__title {
    font-size: 18px;
    padding: 11px 15px 14px;
  }
  .p-supportCon {
  }
  .p-supportBox {
    width: 100%;
    padding: 0 5px 5px 0;
  }
  .p-supportBox.is-full {
    width: 100%;
  }
  .p-supportBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-supportBox:after {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
  .p-supportBoxContents {
    width: 100%;
    padding: 10px;
  }
  .p-supportBoxHead01 {
  }
  .p-supportBoxHead01__img {
    width: 46px;
    margin-top: 3px;
  }
  .p-supportBoxHead01__title {
    width: calc(100% - 46px);
    padding: 0 0 0 15px;
    font-size: 14px;
  }
  .p-supportBoxHead02 {
  }
  .p-supportBoxHead02__title {
    font-size: 15px;
  }
  .p-supportBoxHead02__txt {
    font-size: 11px;
    margin-top: 5px;
  }

  .p-supportBoxLower01 {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
  }
  .p-supportBoxHead02 + .p-supportBoxLower01 {
    margin-top: 5px;
  }
  .p-supportBoxLower01__txt {
    width: calc(100% - 60px);
    padding: 0 10px 0 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .p-supportBoxLower01__img {
    width: 60px;
  }

  .p-supportBoxLower02 {
    display: block;
  }
  .p-supportBoxLower02Head {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-supportBoxLower02Head__title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-supportBoxLower02Head__title span {
    display: inline-block;
  }
  .p-supportBoxLower02Head__img {
    max-width: 120px;
    margin: 0 auto;
  }
  .p-supportBoxLower02__txt {
    width: 100%;
    font-size: 12px;
    line-height: 1.7;
  }
}


.p-company {
  padding: 84px 0 107px 0;
}
.p-companyHead {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  padding: 15px 20px 17px;
}
.p-companyHead__title {
  font-size: 40px;
  line-height: 1.4;
}
.p-companyHead__img {
  width: 58px;
  margin-left: 25px;
}
.p-company__txt {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  color: #FFF;
  text-align: left;
  margin-top: 25px;
}
.p-companyGraph {
  background: #FFF;
  margin-top: 50px;
  box-sizing: border-box;
  padding: 40px 40px;
}
.p-companyGraphInner {
  max-width: 826px;
  margin: 0 auto;
}
.p-companyStep {
  background: #FFF;
  margin-top: 50px;
  box-sizing: border-box;
  padding: 40px 40px;
}
.p-companyStep__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.p-companyStep__txt {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-align: left;
}
.p-companyStep__img {
  max-width: 898px;
  margin: 40px auto 0;
}

@media screen and (max-width: 1200px) {
  .p-companyHead__title {
    width: calc(100 - 83px);
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-company {
    padding: 30px 0 30px 0;
  }
  .p-companyHead {
    padding: 8px 12px 9px 15px;
    justify-content: space-between;
  }
  .p-companyHead__title {
    font-size: 15px;
    line-height: 1.4;
    width: calc(100 - 30px);
  }
  .p-companyHead__img {
    width: 30px;
    margin-left: 10px;
  }
  .p-company__txt {
    font-size: 13px;
    margin-top: 10px;
  }
  .p-companyGraph {
    margin-top: 13px;
    padding: 15px 10px;
  }
  .p-companyStep {
    margin-top: 24px;
    padding: 15px 15px 0;
  }
  .p-companyStep__title {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
  }
  .p-companyStep__txt {
    font-size: 13px;
    line-height: 1.7;
  }
  .p-companyStep__img {
    margin: 10px -15px 0;
    width: calc(100 + 30px)
  }
}


.p-jpfa {
  padding: 74px 0 100px 0;
  background: url("../images/page/lp-general/jpfa-bg.png") no-repeat center;
  background-size: cover;
}
.p-jpfaHead {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.p-jpfaHead__img {
  width: 200px;
}
.p-jpfaHead__title {
  width: calc(100% - 200px);
  text-align: left;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  font-size: 29px;
  line-height: 1.6;
  font-weight: 700;
}
.p-jpfaContents {
  text-align: left;
}
.p-jpfa__img {
  margin-bottom: 20px;
}
.p-jpfa__title {
  font-size: 29px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-jpfa__txt {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-jpfa {
    padding: 20px 0 30px 0;
  }
  .p-jpfaHead {
    display: block;
    margin-bottom: 15px;
  }
  .p-jpfaHead__img {
    width: 120px;
    margin: 0 auto 10px;
  }
  .p-jpfaHead__title {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .p-jpfaContents {
    text-align: left;
  }
  .p-jpfa__img {
    margin-bottom: 15px;
  }
  .p-jpfa__title {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 7px;
  }
  .p-jpfa__txt {
    font-size: 13px;
    line-height: 2;
  }
}


.p-campus {
  padding: 87px 0 78px 0;
}
.p-campusHead {
  padding: 15px;
  margin-bottom: 43px;
}
.p-campusHead__title {
  background: #FFF;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  padding: 14px 30px 17px;
}

.p-campusMainOuter {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 70px;
}
.p-campusMain {
  
}
.p-campusMainInner {
  
}
.p-campusMainList {
  
}
.p-campusMainListItem {
  padding: 15px;
  box-sizing: border-box;
}
.p-campusMainListItemInner {
  padding: 35px;
  background: #FFF;
  box-sizing: border-box;
}
.p-campusMainListItemContents {
  display: flex;
  justify-content: space-between;
}
.p-campusMainListItemHead {
  text-align: left;
  width: 408px;
  padding: 26px 0 0 0;
}
.p-campusMainListItemHead__sub {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 9px;
}
.p-campusMainListItemHead__name {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 12px;
}
.p-campusMainListItemHead__txt {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}
.p-campusMainListItemGallery {
  width: calc(100% - 408px);
  position: relative;
}
.p-campusMainListItemGalleryInner {
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e4e4e4;
  box-sizing: border-box;
  padding: 15px 30px 15px 45px;
  max-width: 635px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.p-campusMainListItemGalleryList {
}
.p-campusMainListItemGalleryList .slick-slide {
  width: 150px;
  margin-right: 15px;
}
.p-campusMainListItemGalleryListItem {
  
}
.p-campusMainListItemGalleryListItem__txt {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 10px;
}


.p-campusThumbList {
  max-width: 680px;
  margin: 20px auto 0;
}
.p-campusThumbListItem {
  background: #FFF;
  width: 150px !important;
  margin: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  padding: 3px 10px 4px;
  border-radius: 40px;
  cursor: pointer;
}
.p-campusThumbList .slick-slide.slick-current .p-campusThumbListItem {
  background: #c4eafd;
}

.p-campusMainList > .slick-prev,
.p-campusMainList > .slick-next {
  width: 40px;
  height: 180px;
  padding: 0;
  background: #434343;
  border-radius: 5px;
}
.p-campusMainList > .slick-prev:hover,
.p-campusMainList > .slick-prev:focus,
.p-campusMainList > .slick-next:hover,
.p-campusMainList > .slick-next:focus {
  color: transparent;
  outline: none;
  background: #434343;
  opacity: 0.7;
}
.p-campusMainList > .slick-prev {
  left: -56px;
}
.p-campusMainList > .slick-next{
  right: -56px;
}

.p-campusMainListItemGalleryList > .slick-prev,
.p-campusMainListItemGalleryList > .slick-next {
  width: 30px;
  height: calc(100% + 30px);
  padding: 0;
  background: #000;
}
.p-campusMainListItemGalleryList > .slick-prev:hover,
.p-campusMainListItemGalleryList > .slick-prev:focus,
.p-campusMainListItemGalleryList > .slick-next:hover,
.p-campusMainListItemGalleryList > .slick-next:focus {
  color: transparent;
  outline: none;
  background: #434343;
  opacity: 0.7;
}
.p-campusMainListItemGalleryList > .slick-prev {
  left: -45px;
  border-radius: 5px 0 0 5px;
}
.p-campusMainListItemGalleryList > .slick-next{
  right: -30px;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 960px) {
  .p-campusMainListItemContents {
    display: block;
  }
  .p-campusMainListItemHead {
    width: 100%;
  }
  .p-campusMainListItemHead__sub {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 9px;
  }
  .p-campusMainListItemHead__name {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .p-campusMainListItemHead__txt {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
  }
  .p-campusMainListItemGallery {
    width: 100%;
    margin-top: 30px;
  }
  .p-campusMainListItemGalleryInner {
    position: static;
    width: 100%;
    margin: auto;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-campus {
    padding: 30px 0 30px 0;
  }
  .p-campusHead {
    padding: 10px;
    margin-bottom: 15px;
    background: linear-gradient(45deg, rgba(252,128,128,1) 0%,rgba(61,185,251,1) 100%) !important;
  }
  .p-campusHead__title {
    font-size: 20px;
    padding: 10px 30px 12px;
  }

  .p-campusMainOuter {
    padding: 0 24px;
  }
  .p-campusMainListItem {
    padding: 10px;
    box-sizing: border-box;
  }
  .p-campusMainListItemInner {
    padding: 10px;
  }
  .p-campusMainListItemContents {
  }
  .p-campusMainListItemHead {
    padding: 10px 0 0 0;
  }
  .p-campusMainListItemHead__sub {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .p-campusMainListItemHead__name {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .p-campusMainListItemHead__txt {
    font-size: 12px;
  }
  .p-campusMainListItemGallery {
    margin-top: 12px;
  }
  .p-campusMainListItemGalleryInner {
    padding: 10px 20px 10px 30px;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
  }

  .p-campusMainListItemGalleryList {
  }
  .p-campusMainListItemGalleryList .slick-slide {
    width: 80px;
    margin-right: 10px;
  }
  .p-campusMainListItemGalleryListItem {

  }
  .p-campusMainListItemGalleryListItem__txt {
    font-size: 9px;
    margin-top: 5px;
  }


  .p-campusThumbList {
    max-width: 310px;
    margin: 10px auto 0;
  }
  .p-campusThumbListItem {
    width: 70px !important;
    margin: 0 5px;
    font-size: 9px;
    padding: 3px 5px 4px;
  }

  .p-campusMainList > .slick-prev,
  .p-campusMainList > .slick-next {
    width: 20px;
    height: 90px;
    border-radius: 3px;
  }
  .p-campusMainList > .slick-prev {
    left: -22px;
  }
  .p-campusMainList > .slick-next{
    right: -22px;
  }

  .p-campusMainListItemGalleryList > .slick-prev,
  .p-campusMainListItemGalleryList > .slick-next {
    width: 20px;
    height: calc(100% + 20px);
  }
  .p-campusMainListItemGalleryList > .slick-prev {
    left: -30px;
    border-radius: 5px 0 0 5px;
  }
  .p-campusMainListItemGalleryList > .slick-next{
    right: -20px;
    border-radius: 0 5px 5px 0;
  }
}


.p-en {
  background: url("../images/page/lp-general/en-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0 70px;
}
.p-enHead {
  padding: 15px;
  margin-bottom: 58px;
}
.p-enHeadInner {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.p-enHead__tag {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #FFF;
  width: 160px;
  background: #72cbf9;
  text-align: center;
  padding: 3px 10px 6px;
}
.p-enHead__title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 2px 20px;
}
.p-enFrame {
  display: flex;
}
.p-enContents {
  align-self: center;
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.p-enSubTitle {
  font-size: 27px;
  line-height: 1.65;
  font-weight: 700;
  color: #FFF;
  text-align: left;
}
.p-en__img {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .p-enHead {
    padding: 15px;
    margin-bottom: 58px;
  }
  .p-enHeadInner {
    display: block;
    padding: 10px 20px;
  }
  .p-enHead__tag {
    font-size: 30px;
    margin: 0 auto 5px;
  }
  .p-enHead__title {
    margin: 0 0 0 0;
  }
  .p-enFrame {
    display: block;
  }
  .p-enContents {
    width: 100%;
    padding: 0 0 0 0;
  }
  .p-en__img {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-en {
    padding: 30px 0 30px;
  }
  .p-enHead {
    padding: 10px;
    margin-bottom: 15px;
  }
  .p-enHeadInner {
    padding: 10px 10px;
  }
  .p-enHead__tag {
    font-size: 16px;
    width: 100%;
    padding: 3px 10px 6px;
    box-sizing: border-box;
  }
  .p-enHead__title {
    font-size: 16px;
  }
  .p-enContents {
  }
  .p-enSubTitle {
    font-size: 15px;
    text-align: center;
  }
  .p-en__img {
    margin-top: 15px;
  }
}




.l-footer {
  background: #313131;
  color: #FFF;
  padding: 20px 0 15px;
}
.l-footer__copy {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}


@media screen and (max-width: 768px) {
  .l-footer {
    padding: 20px 0 65px;
  }
  .l-footer__copy {
    font-size: 14px;
  }
}


.l-flowBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 512px;
  background: #f3f3f3;
  border-radius: 30px 0 0 0;
  box-sizing: border-box;
  padding: 20px;
}
.l-flowBtnFrame {
  display: flex;
  justify-content: space-between;
}
.l-flowBtnFrame a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 4px)/3);
  background: #ff0000;
  position: relative;
  height: 60px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
.l-flowBtnFrame a:after {
  background-repeat: no-repeat;
  background-size: 10px 15px;
  background-position: center;
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  margin: auto;
  right: 8px;
  z-index: 10;
  background-image: url("../images/page/lp-general/icon_chevron-right.svg");
}

@media screen and (max-width: 768px) {
  .l-flowBtn {
    width: 100%;
    border-radius: 0px 0 0 0;
    padding: 0px;
  }
  .l-flowBtnFrame {
  }
  .l-flowBtnFrame a {
    width: calc(50% - 1px);
    height: 50px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 0 2px 0;
  }
  .l-flowBtnFrame a:after {
    background-size: 10px 15px;
    width: 10px;
    height: 15px;
    right: 8px;
  }
}



.u-grad {
  background: linear-gradient(90deg, #feabab 0%, #69c9fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.u-grad2 {
  background: linear-gradient(90deg, #fb8181 0%, #3db9fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-bg__grad01 {
  background: linear-gradient(45deg, rgba(252,128,128,1) 0%,rgba(61,185,251,1) 100%);
}
.u-bg__grad02 {
  background: linear-gradient(to right, rgba(254,171,171,1) 0%,rgba(105,201,252,1) 100%);
}
.u-bg__grad03 {
  background: linear-gradient(45deg, rgba(254,171,171,1) 0%,rgba(105,201,252,1) 100%);
}
.u-bg__grad04 {
  background: linear-gradient(45deg, #fb8181 0%,#3db9fb 100%);
}
.u-dp--ib {
  display: inline-block;
}


.en {
  font-family: acumin-pro-extra-condensed, sans-serif;
}

@media screen and (min-width: 769px) {
  .u-spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pcOnly {
    display: none;
  }
}

.u-video {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.u-video iframe {
  width: 100%;
  height: 100%;
}

/*lp-general*/
.li-general-list{
	list-style: disc;
    margin: 0 1.5em;
    line-height: 1.7em;
	text-align:left;
	font-size:20px;
}

@media screen and (max-width: 768px) {
  .li-general-list {
    list-style: disc;
    margin: 0 1.5em;
    line-height: 1.7em;
	  text-align:left;
	  font-size:13px;
  }
}