@charset "UTF-8";

/*********************
HOME
*********************/

.paragraph {
  line-height: 2;
}

p.paragraph {
  margin-bottom: 1.4em;
}

@media screen and (max-width: 768px) {
  .paragraph {
    line-height: 1.8;
  }
}

/*********************
MAINPICT
*********************/

#home-mainpict {
  margin: 0 20px;
}

#home-mainpict .title {
  max-width: 600px;
  margin-bottom: 2em;
}

#home-mainpict .point {
  position: relative;
  color: white;
  background: rgba(0, 0, 0, .2);
  padding: 3em 1em;
  border-radius: 0 0 40px 40px;
}

#home-mainpict .point h2 {
  font-size: .9em;
  margin-bottom: 1.4em;
  text-align: center;
}

#home-mainpict .point ul {
  font-weight: 500;
  font-size: 1.2em;
}

#home-mainpict .point ul li {
  position: relative;
  background: #000;
  border: 1px solid #333;
  max-width: 560px;
}

#home-mainpict .point ul li::before,
#home-mainpict .point ul li::after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  border: 1px solid white;
}

#home-mainpict .point ul li::before {
  left: 0;
  border-right: none;
}

#home-mainpict .point ul li::after {
  right: 0;
  border-left: none;
}

@media screen and (min-width: 1101px) {
  #home-mainpict {
    background: #222 url(../../images/main-pict.jpg) left bottom no-repeat;
    background-size: cover;
    margin: 0 20px;
    border-radius: 40px;
  }

  #home-mainpict .inner {
    width: 50%;
    margin-left: 50%;
  }

  #home-mainpict .point ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  #home-mainpict .point ul li {
    padding: 1em 1.4em;
    font-size: 1.1em;
  }

  #home-mainpict .point h2 {
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-color);
    padding: .5em 1.5em;
  }
}

@media screen and (min-width: 880px) and (max-width: 1680px) {
  #home-mainpict .point ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  #home-mainpict .point ul li {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 1100px) {
  #home-mainpict {
    background: #222 url(../../images/main-pict-sp.jpg) center top no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

  #home-mainpict .btn {
    margin-bottom: 30vw;
  }

  #home-mainpict .point {
    padding: 1em;
    border-radius: 0 0 20px 20px;
  }

  #home-mainpict .point h2 {
    margin-bottom: 1em;
  }

  #home-mainpict .point ul li {
    font-size: .9em;
    padding: .7em 1.2em;
  }
}

@media screen and (max-width: 879px) {
  #home-mainpict .point ul li {
    padding: .4em 1.2em;
    margin-bottom: .2em;
    max-width: 100%;
    text-align: center;
  }
}

/*********************
EVENT
*********************/
/* calendar */
.eo-fullcalendar {
  background: #fafafa;
}

.fc-day-grid-event .fc-time {
  display: none;
}

.eo-fullcalendar .fc-event {
  padding: 0.25em;
}

.eo-fullcalendar .fc-view>table>thead {
  background: transparent;
  color: var(--append-color);
}

.eo-fullcalendar .fc-toolbar {
  margin-bottom: 0 !important;
  padding: 1.4em;
  background-color: #f0efed;
}

.eo-fullcalendar .fc-view>table>thead {
  background: #f0efed !important;
  text-align: center;
  font-size: .9em;
  color: var(--main-color);
}

.eo-fullcalendar .fc-view>table>thead .fc-day-header {
  padding: 10px;
}

.eo-fullcalendar .fc-view>table>tbody {
  border-radius: 18px;
  border-top: none;
}

.fc-basic-view tbody .fc-row {
  border-top: 1px solid var(--border-color);
  background: #fafafa;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: center;
}

.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table tbody td .fc-day-grid-event {
  display: block;
  margin-bottom: 5px;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  border-radius: 15px;
  font-size: 11px;
  font-feature-settings: "palt";
  text-decoration: none;
  letter-spacing: 0;
  overflow: hidden;
}

.eo-fullcalendar .fc-day-header.fc-sun,
.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sun {
  color: #d93c3c;
}

.eo-fullcalendar .fc-day-header.fc-sat,
.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sat {
  color: #114fff;
}

.eo-fullcalendar-reset.fc-unthemed .fc-today {
  background-color: #f1efeb;
}

/* HOME-EVENT */
.list-style-row .slide {
  border-top: 1px solid var(--border-color);
}

.list-style-row dl {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  transition: .3s;
}

.list-style-row dl a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.list-style-row dl:hover {
  color: var(--append-color);
}

.list-style-row dt {
  border-radius: 3px;
  width: 160px;
  height: 120px;
  margin-right: 20px;
  text-align: center;
  overflow: hidden;
}

.list-style-row dt img {
  transition: .4s;
}

.list-style-row dt.thumb img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: top center;
  border-radius: 3px;
}

.list-style-row dl:hover dt img {
  opacity: .7;
  transform: scale(1.05);
}

.list-style-row dd {
  border-radius: 18px;
  width: calc(100% - 180px);
}

.list-style-row dd h3 {
  font-size: 1em;
  line-height: 1.4;
  margin: 0 0 .4em;
  font-weight: 500;
}

.list-style-row dd .publish-date {
  font-size: .9em;
  margin: 0 0 .4em;
}

/* blog-single */
#page-blog .list-style-row dt {
  width: 110px;
  height: 80px;
  margin-right: 20px;
}
#page-blog .list-style-row dt.thumb img {
  height: 80px;
}
#page-blog .list-style-row dd {
  width: calc(100% - 130px);
}
#page-blog .list-style-row dd h3 {
  font-size: .9em;
}
.side-content .profile-text br {
  display: none;
}

/* event-list */
.event-list dd {
  font-size: 1.2rem;
}

.event-list dd h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 5px 0 14px;
}

.event-list .date::before,
.event-list .time::before,
.event-list .place::before {
  font-weight: 500;
  margin-right: 1em;
}

.event-list .date::before {
  content: "開催日";
}

.event-list .time::before {
  content: "時間";
}

.event-list .place::before {
  content: "場所";
}

.cat-primary.nolink span,
.cat-primary a {
  display: inline-block;
  width: fit-content;
  line-height: 1;
  padding: 3px 8px 3px;
  margin-bottom: 2px;
  border-radius: 20px;
  font-size: .9em;
  border: 1px solid var(--main-color);
  font-weight: 600;
  text-decoration: none;
}

.cat-primary.nolink span.tag,
.cat-primary a.tag {
  background: var(--main-color);
  color: white;
  border: none;
  font-weight: 500;
}

.publish-date {
  font-weight: 500;
  margin-top: 1.4em;
  margin-bottom: .2em;
}

.cat-blog {
  font-weight: 600;
  font-size: .8em;
}

.cat-blog::before {
  content: "●";
  display: inline-block;
  margin-right: 2px;
}

/* front-page */
.archive-list.front {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px;
}

.archive-list.front dl {
  position: relative;
  transition: .2s;
  margin-bottom: 20px;
}

.archive-list.front dl>* {
  width: 100%;
}

.archive-list.front dt {
  width: 100%;
  height: auto;
  margin: 0 0 1em;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.archive-list.front img {
  width: 100%;
  height: 100%;
  transition: .4s;
  aspect-ratio: 16 / 9;
  border-radius: 3px;
}

.archive-list.front .icon img {
  object-fit: contain;
}

.archive-list.front .thumb img {
  object-fit: cover;
  object-position: top center;
}

.archive-list dl:hover img {
  transform: scale(1.05);
}

.archive-list.front dd h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 5px 0 14px;
}

.archive-list.front a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive-list.front dl:hover {
  opacity: .6;
}

@media screen and (min-width: 1400px) {
  .archive-list.front dl {
    flex-direction: column;
    width: calc((100% - 120px) / 5);
  }
}

@media screen and (min-width: 981px) and (max-width: 1399px) {
  .archive-list.front dl {
    flex-direction: column;
    width: calc((100% - 90px) / 4);
  }
}

@media screen and (min-width: 681px) and (max-width: 980px) {
  .archive-list.front dl {
    flex-direction: column;
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 680px) {
  .archive-list.front {
    display: block;
  }

  .archive-list.front dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--border-color);
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
  }

  .archive-list.front dl dt {
    border-radius: 3px;
    width: 160px;
    height: 120px;
    margin-right: 20px;
    text-align: center;
  }

  .archive-list.front dl .thumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: top center;
    border-radius: 3px;
    transition: .3s;
  }

  .archive-list.front dl dd {
    border-radius: 18px;
    width: calc(100% - 180px);
  }
}

/* news */
.event-list.front.news dt {
  height: 180px;
  aspect-ratio: auto;
}

.event-list.front.news dt.icon img {
  width: auto;
  object-fit: none;
  aspect-ratio: auto;
}

.event-list.front.news dt.thumb img {
  height: 180px;
  object-fit: cover;
  object-position: top center;
  aspect-ratio: auto;
}

.event-list dt *,
.event-list dd * {
  position: relative;
}

@media screen and (min-width: 1480px) {}

@media screen and (max-width: 1479px) {}

@media screen and (min-width: 881px) and (max-width: 1199px) {
  #home-event-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  #home-event-list .slide {
    width: calc(50% - 10px);
  }
}

@media (max-width: 575px) {
  .event-list.front dl {
    width: 100%;
    margin-right: 0;
  }

  .event-list dt {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }

  .event-list dt.thumb img {
    height: 100px;
  }

  .event-list dd {
    border-radius: 18px;
    width: calc(100% - 110px);
  }
}


/*********************
PAGINATION
*********************/
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
  font-size: .9em;
  width: 100%;
  line-height: 1;
}

.nav-links {
  display: flex;
}

.nav-links a {
  text-decoration: none;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 8px 12px;
  color: var(--sub-color);
  border-radius: 3px;
  border: 1px solid var(--sub-color);
}

a.page-numbers:hover {
  color: #FFF;
  background: var(--append-color);
  border: 1px solid var(--append-color);
}

.page-numbers.current {
  padding: 8px 12px;
  background: var(--sub-color);
  color: #FFF;
}

.page-numbers.prev,
.page-numbers.next {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 8px 12px;
  color: var(--sub-color);
  border: 1px solid var(--border-color);
}

.page-numbers.dots {
  background: transparent;
  box-shadow: none;
  border: none;
  color: var(--main-color);
}

@media (max-width: 600px) {

  .page-numbers,
  .page-numbers.current {
    padding: 5px 10px;
  }
}

/*********************
INFORMATION
*********************/

/* info-front */
.info-wrapper {
  display: flex;
  gap: 30px;
  position: relative;
}

.info-wrapper .info-inner,
.simple-list .list-item {
  position: relative;
  transition: .2s;
}

.info-wrapper .info-inner figure.thumb,
.simple-list .list-item figure.thumb {
  margin-bottom: 1em;
  overflow: hidden;
}

.info-wrapper .info-inner figure.thumb img,
.simple-list .list-item figure.thumb img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  aspect-ratio: 16 / 9;
  transition: .4s;
}

.info-wrapper .info-inner .info {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: .5em;
}

.info-wrapper .info-inner .info .date,
.simple-list .list-item .date {
  font-size: .8em;
  margin-right: .6em;
  font-family: var(--EN-gothic);
}

.info-wrapper .info-inner .info .cat,
.simple-list .list-item .cat {
  font-size: 1.1rem;
  display: block;
  background: #efefef;
  padding: 2px 10px;
  border-radius: 20px;
}

.info-wrapper .info-inner:hover,
.simple-list .list-item:hover {
  opacity: .6;
}

.info-wrapper .info-inner:hover img,
.simple-list .list-item:hover img {
  transform: scale(1.05);
}

.info-wrapper .info-inner a,
.simple-list .list-item a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.info-wrapper .info-inner .description {
  font-weight: 600;
  font-size: .9em;
}

@media screen and (min-width: 1300px) {
  .info-wrapper .info-inner {
    width: calc((100% - 120px) / 5);
  }

  .info-wrapper .info-inner:nth-of-type(6) {
    display: none;
  }

}

@media screen and (max-width: 1299px) {
  .info-wrapper {
    flex-wrap: wrap;
  }

  .info-wrapper .info-inner {
    width: calc(33.33% - 20px);
  }

}

@media screen and (max-width: 979px) {
  .info-wrapper .info-inner {
    width: calc(50% - 15px);
  }

}

@media (max-width: 479px) {
  .info-wrapper .info-inner {
    width: 100%;
  }
}

/* info-list */
.simple-list ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border-radius: 5px;
  background: white;
  padding: 1.4em;
  margin-bottom: 1em;
}
.simple-list ul li .body header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .6em;
}
.simple-list .list-item figure.thumb {
  margin-bottom: 0;
  margin-right: 20px;
  width: 160px;
  height: 120px;
}
.simple-list .list-item .body {
  width: calc(100% - 180px);
}
@media (max-width: 575px) {
  .simple-list .list-item figure.thumb {
      width: 100px;
      height: 80px;
      margin-right: 10px;
  }
  .simple-list .list-item .body {
    width: calc(100% - 110px);
  }
}

/* info-important */
.info-content {
  margin-top: 3em !important;
  background: white;
  border-radius: 3px;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
}
.info-content .inner {
  padding: 1.2em 2em;
}
.info-content .info-important {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: .6em;
  border-bottom: 1px dotted var(--border-color);
  transition: .2s;
}
.info-content .info-important:hover {
  opacity: .6;
}
.info-content .info-important:last-of-type {
  border: none;
}
.info-content .info-important .date {
  margin-right: 1em;
}
.info-content .info-important a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 979px) {
  .info-content {
    margin-top: 1em !important;
  }
  .info-content .inner {
    padding: .4em 1em;
  }
}

/*********************
PROJECT
*********************/
.project-wrapper {
  position: relative;
}

.project-wrapper .slider .slick-list {
  width: 100vw;
}

.project-inner {
  position: relative;
  transition: .2s;
  height: 100%;
}

.project-inner figure img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}

.project-inner .body {
  padding: 1.4em 28px 6em;
  border-right: 1px solid var(--border-color);
  height: 100%;
}

.project-inner h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 1em;
}

.project-inner .description {
  font-size: .94em;
}

.project-inner a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.project-inner a::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  transform: rotate(45deg);
  bottom: 38px;
  left: 28px;
}

.project-inner a::after {
  content: "View More";
  display: block;
  position: absolute;
  bottom: 30px;
  left: 44px;
  font-size: .9em;
  font-family: var(--EN-gothic);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid var(--border-color);
}

.project-inner:hover {
  opacity: .6;
}

#section-append {
  background-color: white;
  border-bottom: 1px solid var(--border-color);
}

#page-project #section-lead + #section-information {
  margin-top: 5em;
}

@media screen and (min-width: 980px) {
  .project-wrapper .slick-track {
    display: flex;
  }

  .project-wrapper .slick-slide {
    height: auto !important;
  }
}

@media screen and (max-width: 979px) {
  .project-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .project-inner {
    width: 50%;
  }

  .project-inner figure img {
    height: 50vw;
    object-fit: cover;
    object-position: top center;
  }

  .project-inner .body:nth-of-type(2n) {
    border-right: none;
  }

  .project-inner h4 {
    font-size: 1.1em;
    margin-bottom: .6em;
  }
}

@media screen and (max-width: 768px) {
  .project-inner .body {
    padding: 1.2em 18px 4em;
    border-right: 1px solid var(--border-color);
  }

  .project-inner a::before {
    bottom: 28px;
    left: 18px;
  }

  .project-inner a::after {
    bottom: 20px;
    left: 34px;
  }
}

/* project-AR */
.project-wrapper .prev-arrow,
.project-wrapper .next-arrow {
  position: absolute;
  top: -50px;
  right: 28px;
}

.project-wrapper .prev-arrow {
  margin-right: 0;
  right: 92px;
}

/* front */
#page-project-front .project-front {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#page-project-front .project-front .project-inner {
  width: calc((100% - 80px) / 3);
}
#page-project-front .project-front .project-inner figure img {
  border-radius: 3px;
}
#page-project-front .project-inner .body {
  padding: 1.2em 0 4em;
  border: none;
}
#page-project-front .project-inner a::before {
  left: 0;
}

#page-project-front .project-inner a::after {
  left: 16px;
}


@media screen and (max-width: 1100px) {
  #page-project-front .project-front .project-inner {
    width: calc((100% - 40px) / 2);
  }
}

/*********************
EVENT
*********************/

/* detail-page */

.entry-publish {
  font-size: 0.8em;
}

.posted-article #page-title {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid var(--border-color);
}

.posted-article #page-title .cat-primary {
  margin-bottom: 10px;
}

table.event-outline th {
  min-width: 6em;
}

.event-outline dl {
  display: flex;
  flex-wrap: wrap;
}

.event-outline dl>* {
  padding: 10px;
}

.event-outline dl dt {
  width: 30%;
}

.event-outline dl dd {
  width: 70%;
}

.event-mainpict {
  margin-bottom: 3em;
  text-align: center;
}

.event-mainpict img {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  border-radius: 2px;
}


.entry-body {
  line-height: 2;
}

.entry-body p {
  margin-bottom: 40px;
}

.entry-body iframe {
  max-width: 100%;
}

/* detail-btn-outer */
.detail-btn-outer {
  text-align: center;
  margin-bottom: 4em;
}

.detail-btn-outer a {
  padding: 10px 45px 10px 40px;
  border-radius: 50px;
  text-decoration: none;
  background-color: var(--main-color);
  color: white;
  display: inline-block;
  position: relative;
  font-size: .9em;
}

.detail-btn-outer a::after {
  position: absolute;
  right: 15px;
  top: calc(50% - 1px);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  transition: 0.2s;
}

.detail-btn-outer a:hover {
  opacity: .6;
}

/* sns-share */
.page-content .sns-share {
  text-align: center;
  padding: 1.5em;
  background: white;
}

.page-content .sns-share .sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.page-content .sns-share .sns-list li {
  width: 100%;
}

.page-content .sns-share .sns-list a {
  text-decoration: none;
  display: block;
  padding: .4em 1em;
  border-radius: 2px;
  color: white;
  font-size: .8em;
}

.page-content .sns-share .sns-twitter a {
  background-color: #111;
}

.page-content .sns-share .sns-fb a {
  background-color: #3b5998;
}

.page-content .sns-share .sns-line a {
  background-color: #6cc655;
}

.page-content .sns-share .sns-list a:hover {
  opacity: .6;
}

/* pager */
.single-pager {
  display: flex;
  align-items: center;
}

.single-pager li {
  width: 44%;
  text-align: center;
  position: relative;
}

.single-pager li:first-of-type {
  text-align: left;
  width: 28%;
}

.single-pager li:last-of-type {
  text-align: right;
  width: 28%;
}

.single-pager li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: .9em;
}

.single-pager li:nth-of-type(2) a {
  padding: 4px 15px;
  display: inline-block;
  width: fit-content;
  background: var(--bg-color);
  color: var(--main-color);
  background: white;
  border: 1px solid #ddd;
  border-radius: 30px;
}

.single-pager li:first-of-type a {
  padding-left: 20px;
}

.single-pager li:last-of-type a {
  padding-right: 20px;
}

.single-pager li:first-of-type a::before,
.single-pager li:last-of-type a::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--main-color);
  top: calc(50% - 2px);
}

.single-pager li:first-of-type a::before {
  border-left: 2px solid var(--main-color);
  transform: rotate(-45deg);
  left: 0;
}

.single-pager li:last-of-type a::before {
  border-right: 2px solid var(--main-color);
  transform: rotate(45deg);
  right: 0;
}

/*********************
BLOG
*********************/
/* BLOG */
.blog-wrapper dl {
  border-top: 1px solid var(--border-color);
}
#section-blog .profile {
  width: 80px;
  margin-bottom: 1em;
}
#section-blog .profile img {
  border-radius: 50%;
}
#page-blog-front .info-inner .date {
  font-size: 1em;
}
#page-blog-front .info-wrapper.front {
  flex-wrap: wrap;
}

@media screen and (min-width: 1300px) {
  #page-blog-front .info-wrapper .info-inner {
    width: calc((100% - 80px) / 3);
  }
}

@media screen and (max-width: 1099px) {
  #page-blog-front .info-wrapper .info-inner {
    width: calc(50% - 15px);
  }

}

@media (max-width: 479px) {
  #page-blog-front .info-wrapper .info-inner {
    width: 100%;
  }
}

/*********************
TITLE
*********************/
#header-page-title {
  background: #222;
  background-size: cover;
  padding: 8em 0;
  border-radius: 40px;
  color: white;
  margin: 0 20px 1em;
}
/*
#page-events #header-page-title {
  background-image: url(../../images/title-event.jpg);
}

#page-profile #header-page-title {
  background-image: url(../../images/title-profile.jpg);
}

#page-project-front #header-page-title,
#page-project #header-page-title {
  background-image: url(../../images/title-project.jpg);
}

#page-information #header-page-title {
  background-image: url(../../images/title-information.jpg);
}

#page-media-info #header-page-title {
  background-image: url(../../images/title-media-info.jpg);
}

#page-blog-front #header-page-title,
#page-blog #header-page-title {
  background-image: url(../../images/title-blog.jpg);
}*/

#header-page-title h2 .font-small {
  font-size: .7em;
}

@media screen and (min-width: 1101px) {

  #header-page-title .inner {
    width: 50%;
    margin-left: 50%;
  }
}

@media screen and (max-width: 1400px) {
  #header-page-title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1100px) {
  #header-page-title {
    border-radius: 20px;
    margin: 20px 10px 0;
    padding: 5em 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #header-page-title {
    margin: 0;
    padding: 4em 0;
    border-radius: 0;
  }
}

/*********************
PROJECT
*********************/
.lead-append {
  margin-top: 6em;
}

@media screen and (max-width: 768px) {
  .lead-append {
    margin-top: 4em;
  }
}


/*********************
FAQ
*********************/

.faq-wrapper dl {
  background: white;
  border-radius: 4px;
  margin-bottom: 1em;
}

.faq-wrapper dt,
.faq-wrapper dd {
  display: flex;
  position: relative;
}

.faq-wrapper dt {
  align-items: center;
  padding: 15px 30px 15px 15px;
  cursor: pointer;
}

.faq-wrapper dt.active {
  background: white;
}

.faq-wrapper dt::before {
  display: block;
  content: "Q.";
  font-family: var(--EN-gothic);
  font-weight: 700;
  font-size: 24px;
  margin-right: 10px;
  color: var(--sub-color-pale);
}

.faq-wrapper dt::after {
  content: "＋";
  position: absolute;
  right: 10px;
  font-size: 1.2em;
  color: var(--sub-color);
}

.faq-wrapper dt.active::after {
  content: "－";
}

.faq-wrapper dd {
  padding: 25px;
  border-top: 1px dashed var(--border-color);
  display: none;
  line-height: 1.8;
}

@media screen and (max-width: 680px) {
  .faq-wrapper dt {
    padding: 10px 30px 10px 10px;
    font-size: 1em;
  }

  .faq-wrapper dd {
    padding: 15px;
  }

  .faq-wrapper dt::before {
    font-size: 20px;
  }
}