.mv {
  line-height: 0;
  margin-bottom: 80px;
  height: 100vh;
  background: url("../images/top/mv.jpg") no-repeat center 76px;
  background-size: cover; }
  @media (max-width: 768px) {
    .mv {
      margin-bottom: 40px; } }

.about .text {
  font-size: 1.6rem;
  line-height: 2.0;
  text-align: center;
  margin-top: 80px; }
  @media (max-width: 768px) {
    .about .text {
      font-size: 1.4rem;
      line-height: 1.8;
      margin-top: 40px; } }

.work-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px; }
  @media (max-width: 768px) {
    .work-list {
      display: block;
      margin-top: 30px; } }
  .work-list__item {
    width: 31.45%; }
    @media (max-width: 768px) {
      .work-list__item {
        width: 100%; } }
    .work-list__item .title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      margin: 20px 0; }
      @media (max-width: 768px) {
        .work-list__item .title {
          font-size: 1.8rem;
          margin: 15px 0; } }
    .work-list__item p {
      font-size: 1.6rem;
      line-height: 1.5; }
      @media (max-width: 768px) {
        .work-list__item p {
          font-size: 1.4rem; } }
    @media (max-width: 768px) {
      .work-list__item + .work-list__item {
        margin-top: 20px; } }

.event .c-title01 {
  margin-bottom: 65px; }
  @media (max-width: 768px) {
    .event .c-title01 {
      margin-bottom: 45px; } }
.event .event-list {
  max-width: 1780px;
  width: 90%;
  margin: 0 auto; }
  .event .event-list__item {
    display: flex;
    flex-flow: row-reverse;
    align-items: center; }
    @media (max-width: 768px) {
      .event .event-list__item {
        display: block; } }
    .event .event-list__item dt {
      width: 50%; }
      @media (max-width: 768px) {
        .event .event-list__item dt {
          width: 100%;
          height: auto; } }
    .event .event-list__item dd {
      width: 50%;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center; }
      @media (max-width: 768px) {
        .event .event-list__item dd {
          width: 92%;
          margin: 15px auto 0; } }
      .event .event-list__item dd .title {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center; }
        @media (max-width: 768px) {
          .event .event-list__item dd .title {
            font-size: 1.8rem; } }
      .event .event-list__item dd p {
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: center; }
        @media (max-width: 768px) {
          .event .event-list__item dd p {
            font-size: 1.4rem; } }
    .event .event-list__item.reverse {
      flex-flow: row; }
      .event .event-list__item.reverse dd {
        margin-left: 3.6%; }
        @media (max-width: 768px) {
          .event .event-list__item.reverse dd {
            margin-left: auto; } }
    .event .event-list__item + .event-list__item {
      margin-top: 100px; }
      @media (max-width: 768px) {
        .event .event-list__item + .event-list__item {
          margin-top: 50px; } }
    .event .event-list__item:nth-child(2) dt {
      background-image: url("../images/top/event02.jpg"); }
    .event .event-list__item:nth-child(3) dt {
      background-image: url("../images/top/event03.jpg"); }

.access {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .access {
      margin-bottom: 50px; } }
  .access .c-title01 {
    margin-bottom: 65px; }
    @media (max-width: 768px) {
      .access .c-title01 {
        margin-bottom: 30px; } }
  .access .map-text {
    max-width: 1780px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 120px; }
    @media (max-width: 768px) {
      .access .map-text {
        flex-flow: column-reverse;
        margin-bottom: 60px; } }
    .access .map-text .map {
      width: 60%;
      height: 714px; }
      @media (max-width: 768px) {
        .access .map-text .map {
          width: 100%;
          height: 300px; } }
      .access .map-text .map iframe {
        width: 100%;
        height: 714px; }
        @media (max-width: 768px) {
          .access .map-text .map iframe {
            height: 300px; } }
    .access .map-text .text-area {
      width: 40%;
      font-size: 1.6rem;
      line-height: 1.8;
      text-align: center; }
      @media (max-width: 768px) {
        .access .map-text .text-area {
          width: 100%;
          font-size: 1.4rem;
          line-height: 1.5;
          margin-bottom: 20px; } }
  .access .photo-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px; }
    @media (max-width: 768px) {
      .access .photo-list {
        justify-content: flex-start;
        margin-bottom: 40px; } }
    .access .photo-list li {
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .access .photo-list li {
          width: 49%;
          margin-right: 2%;
          margin-bottom: 10px; }
          .access .photo-list li:nth-child(2n) {
            margin-right: 0; } }
  .access .sns-list {
    display: flex;
    justify-content: center; }
    .access .sns-list li {
      width: 45px;
      margin: 0 10px; }
      .access .sns-list li:last-child {
        width: 24px; }
      .access .sns-list li a:hover {
        opacity: .6; }
