/*----------------------------------------------------------------------------------
		 								base
------------------------------------------------------------------------------------*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-style: normal;
  font-weight: 400; }

body {
  color: #000;
  background-color: #fff;
  overflow: hidden;
  line-height: 1.5; }

@media only screen and (max-width: 769px) {
  main {
    margin-top: 60px; } }

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease; }
  a:hover {
    opacity: 0.65;
    transition: all 0.3s ease; }

/*----------------------------------------------------------------------------------
		 								display
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 770px) {
  .pc {
    display: block; }

  .sp {
    display: none !important; } }
@media only screen and (min-width: 770px) and (max-width: 1099px) {
  .pc {
    display: block; }

  .sp {
    display: none !important; } }
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important; }

  .sp {
    display: block; } }
/*----------------------------------------------------------------------------------
		 								container
------------------------------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto; }
  .container.--S {
    width: calc(100% - 64px); }
  .container.--M {
    width: calc(100% - 32px); }
  .container.--L {
    max-width: 940px; }

/*----------------------------------------------------------------------------------
		 								header
------------------------------------------------------------------------------------*/
#header {
  z-index: 99;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding-left: 50px;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(20, 20, 20, 0.2); }
  @media only screen and (max-width: 769px) {
    #header {
      position: fixed;
      height: 60px;
      padding-left: 16px;
      box-shadow: 0px 3px 5px rgba(40, 40, 40, 0); 
      top: 0;} }
  #header .header_logo {
    width: 236px; }

/*----------------------------------------------------------------------------------
		 								footer
------------------------------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 2;
  padding: 32px 0 18px;
  background-color: #fff; }
  #footer .footer_logo {
    width: 236px;
    margin: 0 auto; }
  #footer .copyRight {
    padding-top: 16px;
    color: #7F7F7F;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    text-align: center; }

/*----------------------------------------------------------------------------------
		 								layout
------------------------------------------------------------------------------------*/
.pcBg {
  background: url(/assets/images/main_bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed; }

.pcMenu {
  position: fixed;
  top: 15%;
  left: -24%;
  right: 0;
  width: 375px;
  margin: auto; }
  @media only screen and (min-width: 770px) and (max-width: 1099px) {
    .pcMenu {
      right: auto;
      left: 11%;
      width: 340px; } }
  @media only screen and (max-width: 919px) {
    .pcMenu {
      left: 3%; } }
  @media only screen and (max-width: 769px) {
    .pcMenu {
      display: none; } }
  .pcMenu .campus_list {
    width: 346px;
    margin: 54px auto 0; }
    @media only screen and (min-width: 770px) and (max-width: 1099px) {
      .pcMenu .campus_list {
        width: 340px; } }

.main_wrap {
  width: 385px;
  background-color: #fff;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  margin-left: auto; }
  @media only screen and (max-width: 769px) {
    .main_wrap {
      width: 100%;
      border: none; } }

.campus_list {
  position: relative; }
  .campus_list.dot::before {
    position: absolute;
    top: -1px;
    left: 0; }
  .campus_list li {
    position: relative; }
    .campus_list li a {
      display: flex;
      align-items: center;
      padding: 18px 0; }
      .campus_list li a:hover {
        opacity: 1; }
        .campus_list li a:hover .campus_link {
          opacity: 0.65; }
    .campus_list li.dot::before {
      position: absolute;
      bottom: -1px;
      left: 0; }

.campus_img {
  width: 168px; }

.campus_ttl {
  box-sizing: border-box;
  width: calc(100% - 168px);
  padding-left: 12px; }

.campus_area {
  position: relative;
  padding-left: 16px;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em; }
  .campus_area span {
    display: block;
    margin-bottom: 6px;
    font-size: 2.2rem;
    font-weight: 700;
    font-style: italic; }
  .campus_area::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #000;
    content: ""; }

.campus_link {
  margin-top: 15px;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  font-size: 1.2rem;
  text-align: center;
  padding: 6px; }

.dot::before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 100%;
  background-image: url(/assets/images/dot.svg);
  background-size: contain; }

.sec_ttl {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.01em;
  text-align: center; }
  .sec_ttl::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 40px;
    height: 2px;
    margin: auto;
    background-color: #000;
    content: ""; }

.sec_lead {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center; }

.sec_txt {
  margin-top: 10px;
  font-size: 1.2rem; }
  .sec_txt span {
    background-color: #FBFE84;
    padding: 1px 0; }
  .sec_txt small {
    display: block;
    margin-top: 10px;
    font-size: 10px; }

.sec {
  padding: 32px 0; }

#secTop video {
  width: 100%; }
#secTop img {
  width: 100%; }
#secTop .secTop_ttl {
  width: 294px;
  margin: 20px auto;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  line-height: 1.4; }
  #secTop .secTop_ttl span {
    display: block;
    width: 100%;
    text-align: right; }

#sec01 {
  background: url(/assets/images/sec01_bg.png) no-repeat center;
  background-size: cover;
  padding: 25px 0 25px; }
  #sec01 .sec01_box {
    box-sizing: border-box;
    width: 88%;
    background-color: #fff;
    padding: 16px 10px 16px 16px;
    margin-left: auto; }

#sec02 .campus_map {
  position: relative;
  width: 356px;
  margin: 20px auto 30px; }
  #sec02 .campus_map a {
    pointer-events: none; }
#sec02 .campus_tokyo {
  position: absolute;
  bottom: 45px;
  right: 33px; }
#sec02 .campus_nagoya {
  position: absolute;
  bottom: -15px;
  left: 165px; }
#sec02 .campus_osaka {
  position: absolute;
  bottom: 82px;
  left: 110px; }
#sec02 .campus_fukuoka {
  position: absolute;
  bottom: 65px;
  left: 10px; }

#sec03 {
  background: linear-gradient(180deg, #fff 0%, #fff 35%, #E6DCFF 35%, #E6DCFF 100%); }
  #sec03 .sec03_box {
    padding: 0 34px 20px 17px;
    margin-top: 16px;
    background-color: #fff; }
  #sec03 .sec03_boxTtl {
    width: 189px;
    margin: 25px auto 0; }
  #sec03 .sec_txt {
    margin-top: 20px;
    text-align: center; }

#sec04 {
  background: linear-gradient(180deg, #fff 0%, #fff 30%, #EAF5F1 30%, #EAF5F1 100%); }
  #sec04 .sec04_box {
    padding: 0 34px 5px;
    margin-top: 16px;
    background-color: #fff; }
  #sec04 .sec04_boxTtl {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center; }
    #sec04 .sec04_boxTtl + .sec04_boxImg {
      margin-top: 16px; }
  #sec04 .sec04_txt {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center; }

#sec05 .areaLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 1px; }
  #sec05 .areaLinks li {
    box-sizing: border-box;
    width: calc((100% - 1px) / 2); }
    #sec05 .areaLinks li a {
      position: relative;
      display: block;
      color: #fff;
      background-color: #000;
      padding: 20px 40px;
      font-size: 2.4rem;
      font-weight: 600; }
      #sec05 .areaLinks li a span {
        position: absolute;
        right: 8px;
        bottom: 8px;
        font-family: "Lato", sans-serif;
        font-size: 13px;
        font-weight: 400;
        font-style: italic; }
      #sec05 .areaLinks li a::before {
        position: absolute;
        top: 7px;
        left: 9px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 25px 0 0;
        content: ""; }
#sec05 .--tokyo a::before {
  border-color: #FFC800 transparent transparent transparent; }
#sec05 .--nagoya a::before {
  border-color: #D2FF00 transparent transparent transparent; }
#sec05 .--osaka a::before {
  border-color: #FF6464 transparent transparent transparent; }
#sec05 .--fukuoka a::before {
  border-color: #00DCFF transparent transparent transparent; }
