@charset "UTF-8";

/* page-top */
.page-top section h2 {
    font-size: 2.4rem;
    line-height: 1.6667;
    margin-bottom: 1em;
  }
  @media (max-width: 767px) {
    .page-top section h2 {
      font-size: 1.6rem;
    }
  }
  
  .page-top section h2.h-en {
    padding-bottom: 16px;
    position: relative;
    border-bottom: 4px solid #000;
    margin-bottom: 24px;
  }
  @media (max-width: 767px) {
    .page-top section h2.h-en {
      margin-bottom: 6px;
    }
  }
  @media (max-width: 767px) {
    .page-top section h2.h-en {
      border-bottom: none;
      padding-bottom: 8px;
      padding-top: 52px;
    }
  }
  .page-top section h2.h-en::before {
    content: "";
    position: absolute;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    right: 0;
    bottom: 6px;
    max-width: 48%;
    display: block;
  }
  @media (max-width: 950px) {
    .page-top section h2.h-en::before {
      height: 40px;
      max-width: 40%;
      bottom: 15px;
    }
  }
  @media (max-width: 767px) {
    .page-top section h2.h-en::before {
      height: 45px;
      max-width: 100%;
      left: 0;
      top: 0;
      right: auto;
      bottom: auto;
    }
  }
  
  .page-top section p:last-child {
    margin-bottom: 0;
  } 

/* top-main */
.top-main {
    border-bottom: 4px solid #000;
    padding: 56px 0;
  }
  @media (max-width: 767px) {
    .top-main {
      padding: 28px 0;
    }
  }
  
  .top-main-visual {
    border: 3px solid #000;
    border-radius: 24px;
    box-sizing: border-box;
    padding: 22px 48px;
  }
  @media (max-width: 767px) {
    .top-main-visual {
      padding: 14px;
      border-radius: 14px;
    }
  }
  .top-main-visual__inner {
    display: flex;
    box-sizing: border-box;
  }
  @media (max-width: 767px) {
    .top-main-visual__inner {
      display: block;
      max-width: 480px;
      margin: 0 auto;
    }
  }
  .top-main-visual__inner > div {
    box-sizing: border-box;
  }
  .top-main-visual__inner > div:nth-of-type(1) {
    width: 45.3%;
    padding-right: 20px;
  }
  @media (max-width: 767px) {
    .top-main-visual__inner > div:nth-of-type(1) {
      width: 100%;
      padding-right: 0;
    }
  }
  .top-main-visual__inner > div:nth-of-type(1) .logo {
    margin: 32px 0 35px 0;
    width: 406px;
  }
  @media (max-width: 1020px) {
    .top-main-visual__inner > div:nth-of-type(1) .logo {
      margin: 20px 0 24px 0;
    }
  }
  @media (max-width: 767px) {
    .top-main-visual__inner > div:nth-of-type(1) .logo {
      max-width: 280px;
      width: 100%;
      margin: 8px auto 16px;
      display: block;
    }
  }
  @media (max-width: 480px) {
    .top-main-visual__inner > div:nth-of-type(1) .logo {
      /*max-width: 320px;*/
    }
  }
  @media (max-width: 767px) {
    .top-main-visual__inner > div:nth-of-type(1) .intro {
      margin-bottom: 12px;
      max-width: 460px;
      width: 100%;
    }
  }
  .top-main-visual__inner > div:nth-of-type(2) {
    width: 54.7%;
  }
  .top-main-visual__inner > div:nth-of-type(2) .visual-pc {
    display: block;
  }
  .top-main-visual__inner > div:nth-of-type(2) .visual-sp {
    display: none;
  }
  @media (max-width: 767px) {
    .top-main-visual__inner > div:nth-of-type(2) {
      width: 100%;
    }
    .top-main-visual__inner > div:nth-of-type(2) .visual-pc {
      display: none;
    }
    .top-main-visual__inner > div:nth-of-type(2) .visual-sp {
      display: block;
    }
  }
  
  /* top-event */
  .top-event {
    background-color: #e6ede6;
    padding: 56px 0;
  }
  @media (max-width: 767px) {
    .top-event {
      padding: 28px 0;
    }
  }
  .top-event__sub-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top-event__sub-box .icon-flag {
    margin-top: 18px;
  }
  @media (max-width: 767px) {
    .top-event__sub-box .icon-flag {
      margin-top: 6px;
    }
  }
  .top-event .icon-flag {
    color: #0a8447;
    font-size: 2.4rem;
    line-height: 1.45;
  }
  @media (max-width: 767px) {
    .top-event .icon-flag {
      font-size: 1.6rem;
    }
  }
  
  .top-event .btn-link {
    background-color: #18a860;
  }
  
  .page-top section.top-event h2.h-en::before {
    width: 292px;
    background-image: url(../img/en-eve.png);
  }
  @media (max-width: 767px) {
    .page-top section.top-event h2.h-en::before {
      width: 218px;
      background-image: url(../img/en-eve-sp.png);
    }
  }
  
  /* event */
  .event-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  @media (max-width: 767px) {
    .event-list {
      margin-top: 24px;
    }
  }
  .event-list__item {
    width: calc((100% - 24px) / 2);
    margin-right: 24px;
    margin-bottom: 32px;
  }
  @media (max-width: 950px) {
    .event-list__item {
      width: 100%;
      margin-right: 0;
    }
  }
  .event-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .event-list__item > a {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    align-items: flex-start;
    color: #000;
  }
  @media (max-width: 767px) {
    .event-list__item > a {
      display: block;
    }
  }
  .event-list__thum {
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 8px;
    width: 47.7%;
    margin-right: 13px;
    background-color: #fff;
  }
  @media (max-width: 950px) {
    .event-list__thum {
      width: 39.2%;
    }
  }
  @media (max-width: 767px) {
    .event-list__thum {
      width: 100%;
      margin-right: 0;
      max-height: 400px;
      text-align: center;
      margin-bottom: 12px;
    }
  }
  .event-list__thum img {
    border-radius: 8px;
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: contain;
  }
  @media (max-width: 767px) {
    .event-list__thum img {
      height: 100%;
      width: auto;
      display: inline-block;
      max-height: 396px;
    }
  }
  .event-list__detail {
    box-sizing: border-box;
    width: calc(52.3% - 13px);
  }
  @media (max-width: 950px) {
    .event-list__detail {
      width: calc(61.8% - 13px);
    }
  }
  @media (max-width: 767px) {
    .event-list__detail {
      width: 100%;
    }
  }
  .event-list__detail__h {
    margin-bottom: 10px;
  }
  @media (max-width: 767px) {
    .event-list__detail__h {
      margin-bottom: 10px;
    }
  }
  .event-list__detail__h .ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  @media (max-width: 767px) {
    .event-list__detail__h .ttl {
      font-size: 1.6rem;
    }
  }
  .event-list__detail__info dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .event-list__detail__info dt {
    box-sizing: border-box;
    font-size: 1.4rem;
    background-color: #0a8447;
    color: #fff;
    border-radius: 8px;
    width: 58px;
    text-align: center;
    padding: 2px 0 4px;
    margin-bottom: 6px;
  }
  @media (max-width: 767px) {
    .event-list__detail__info dt {
      font-size: 1.2rem;
    }
  }
  .event-list__detail__info dd {
    box-sizing: border-box;
    width: calc(100% - 58px);
    padding-left: 6px;
  }
  .event-list__detail__rel {
    font-size: 1.2rem;
    color: #0a8447;
  }
  .event-list__detail__rel ul {
    margin: 0;
  }
  .event-list__detail__rel li {
    border: 1px solid #0a8447;
    background-color: #fff;
    margin: 0;
    display: inline-block;
    border-radius: 20px;
    padding: 2px 9px 3px 6px;
  }
  
  .event-cat {
    box-sizing: border-box;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 18px;
    padding: 24px 24px 16px 24px;
    margin-top: 12px;
  }
  @media (max-width: 767px) {
    .event-cat {
      padding: 16px 12px 8px 12px;
    }
  }
  @media (max-width: 767px) {
    .event-cat {
      margin-top: 0;
    }
  }
  .event-cat__list {
    margin-top: 18px;
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .event-cat__list {
      margin-top: 14px;
    }
  }
  .event-cat__list li {
    display: inline-block;
    margin: 0 8px 12px 0;
  }
  @media (max-width: 767px) {
    .event-cat__list li {
      margin: 0 4px 12px 0;
    }
  }
  .event-cat__list a {
    border-radius: 24px;
    color: #0a8447;
    border: 2px solid #0a8447;
    line-height: 1.45;
    padding: 4px 18px;
    display: inline-block;
  }
  @media (max-width: 767px) {
    .event-cat__list a {
      padding: 2px 9px 3px 6px;
      font-size: 1.2rem;
      border-width: 1px;
    }
  }
  
  /* top-pro */
  .top-pro {
    background-color: #fdeee7;
    padding: 56px 0;
  }
  @media (max-width: 767px) {
    .top-pro {
      padding: 28px 0 35px;
    }
  }
  
  .top-pro .btn-link {
    background-color: #ee5917;
  }
  
  .page-top section.top-pro h2.h-en::before {
    width: 490px;
    background-image: url(../img/en-pro.png);
  }
  @media (max-width: 767px) {
    .page-top section.top-pro h2.h-en::before {
      width: 385px;
      background-image: url(../img/en-pro-sp.png);
    }
  }
  
  .pro-list {
    display: flex;
    margin-top: 48px;
  }
  @media (max-width: 767px) {
    .pro-list {
      display: block;
      margin-top: 16px;
    }
  }
  .pro-list__item {
    margin-right: 24px;
  }
  .pro-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  @media (max-width: 767px) {
    .pro-list__item {
      margin-right: 0;
      position: relative;
      margin-bottom: 35px;
    }
    .pro-list__item:last-of-type {
      margin-bottom: 0;
    }
  }
  @media (max-width: 767px) {
    .pro-list__item .btn-link {
      position: absolute;
      bottom: 0;
      right: 0;
    }
  }
  .pro-list__thum {
    border: 2px solid #000;
    border-radius: 18px;
  }
  .pro-list__thum img {
    border-radius: 18px;
  }
  @media (max-width: 767px) {
    .pro-list__thum a {
      box-sizing: border-box;
      display: block;
      width: 100%;
      background-color: #fff;
      text-align: center;
      border-radius: 18px;
    }
  }
  .pro-list__info__comp {
    font-size: 3.6rem;
    font-weight: bold;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    color: #ee5917;
    margin-top: 6px;
  }
  @media (max-width: 950px) {
    .pro-list__info__comp {
      font-size: 2.8rem;
    }
  }
  @media (max-width: 767px) {
    .pro-list__info__comp {
      font-size: 3.2rem;
      display: block;
      margin-top: 0;
    }
  }
  .pro-list__info__team {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  @media (max-width: 950px) {
    .pro-list__info__team {
      font-size: 1.6rem;
    }
  }
  @media (max-width: 767px) {
    .pro-list__info__team {
      display: inline-block;
      margin-bottom: 0;
    }
  }
  
  /* top-about */
  .top-about {
    background-color: #e9f5ff;
    padding: 46px 0 56px;
  }
  @media (max-width: 767px) {
    .top-about {
      padding: 23px 0 28px;
    }
  }
  
  .top-about h2 {
    color: #1a68b7;
  }
  
  .top-about .btn-link {
    background-color: #2475c7;
    margin-top: 10px;
  }
  
  /* top-bnr */
  .top-bnr {
    border-top: 4px solid #000;
  }
  
  .bnr-list {
    display: flex;
    flex-wrap: wrap;
    margin: 56px 0 32px 0;
  }
  @media (max-width: 767px) {
    .bnr-list {
      margin: 28px 0 14px 0;
    }
  }
  .bnr-list > li {
    box-sizing: border-box;
    width: calc((100% - 72px) / 4);
    margin: 0 24px 24px 0;
  }
  .bnr-list > li:nth-of-type(4n) {
    margin-right: 0;
  }
  @media (max-width: 767px) {
    .bnr-list > li {
      width: calc((100% - 14px) / 2);
      margin: 0 14px 14px 0;
    }
    .bnr-list > li:nth-of-type(2n) {
      margin-right: 0;
    }
  }
  