@charset "UTF-8";


.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.visible-sp-ika {
  display: none;
}

@media (max-width: 767px) {
  .hidden-sp-ika {
    display: none;
  }
  .visible-sp-ika {
    display: block;
  }
}


.subvisual img {
  width: 100%;
  height: auto;
}


.page-headline {
  color: #E68200;
  font-size: 32px;
  text-align: center;
  margin: 2rem 0;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2.0;
}

.page-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  text-align: center;
  padding-bottom: 2rem;
}

.page-list li {
  padding: 10px;
  height: 120px;
  position: relative;
}

.page-list a {
  display: flex;
  height: 100%;
  text-decoration: none;
  padding: 5px 15px 25px;
  background-color: #faf1e5;
  position: relative;
  text-align: center;
  color: #333;
  text-align: center;
  width: 190px;
  -webkit-transition: 350ms;
  transition: 350ms;
}

.page-list a span {
  align-self: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}

.page-list .chevrons-down {
  position: absolute;
  box-sizing: border-box;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  text-align: center;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.page-list .chevrons-down::after,
.page-list .chevrons-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 7px;
  top: 3px;
}
.page-list .chevrons-down::after {
  top: 8px;
}
.page-list a:hover {
  background-color: #E68200;
  color: #fff;
}

@media (max-width: 767px) {

  .page-headline {
    font-size: 21px;
    margin: 0rem 0 2rem;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }

  .page-list{
    padding-bottom: 1rem;
  }
  .page-list li {
    padding: 5px;
    height: 90px;
  }

  .page-list a {
    padding: 0px 5px 15px;
    width: 160px;
  }

  .page-list a span {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.3em;
  }

  .page-list .chevrons-down {
    width: 18px;
    height: 18px;
    bottom: 10px;
  }
  .page-list .chevrons-down::after,
  .page-list .chevrons-down::before {
    width: 7px;
    height: 7px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    left: 7px;
    top: 3px;
  }
  .page-list .chevrons-down::after {
    top: 7px;
  }

}


/* message------ */
.message-block {
  display: flex;
  justify-content: space-between;
}

.message-text {
width:58%;
}

.message-img {
  width: 38%;
  align-self: center;
}

.message-name {
  display: block;
  text-align: right;
  margin-top: 10px;
}


@media (max-width: 767px) {

  .message-block {
    display: block;
  }
  .message-text {
  width:100%;
  }

  .message-img {
    width: 100%;
  }

}


/* #a-logo------ */

#a-logo {
  background-color: #faf1e5;
}

#a-logo .c_title_main {
  margin-top: 0px;
  margin-bottom: 40px;
}


.logo-info {
  display: flex;
  justify-content: space-between;
}

.logo-info > div {
  width:48%;
  align-self: center;
}


.logo-info > div p {
margin-top: 0;
}

.logo-info02 {
  margin-top: 30px;
}

.logo-info02 .logo-img  {
  order: 1;
}


@media (max-width: 767px) {

  #a-logo .c_title_main {

    margin-bottom: 25px;
  }

  .logo-info {
    display: block;
  }
  .logo-info > div {
    width:100%;
  }
  .logo-info > div p {
    margin-top: 10px;
    }

}

/* #event------ */


#event .c_title_main {
  margin-top: 10px;

}

