/*--------------------
	VARIABLE
--------------------*/
/*--------------------
	MAIN VISUAL
--------------------*/
.main-visual {
  padding-bottom: 50px;
  margin-left: 250px;
  position: relative; }
  @media screen and (max-width: 1119px) {
    .main-visual {
      margin: 0; } }
  .main-visual .fade {
    margin: 100px; }
    @media screen and (max-width: 1119px) {
      .main-visual .fade {
        margin: 5%; } }
    .main-visual .fade button {
      top: auto;
      right: auto;
      bottom: -50px;
      left: auto;
      z-index: 999; }
      .main-visual .fade button:before {
        opacity: 1;
        color: #ff4803;
        font-size: 35px; }
    .main-visual .fade .slick-prev {
      right: 75px; }
    .main-visual .fade .slick-next {
      right: 35px; }
    .main-visual .fade li {
      width: calc(100% - 200px);
      height: calc(100vh - 10vw); }
      @media screen and (max-width: 1119px) {
        .main-visual .fade li {
          height: auto; } }
      .main-visual .fade li img {
        width: 100%;
        height: calc(100vh - 200px);
        object-fit: cover;
        border-radius: 40px; }
        @media screen and (max-width: 1119px) {
          .main-visual .fade li img {
            height: auto;
            border-radius: 20px; } }
  .main-visual .catch {
    width: 542px;
    position: absolute;
    top: calc(50% - 247.7px);
    right: calc(50% - 271px); }
    @media screen and (max-width: 1119px) {
      .main-visual .catch {
        width: 251px;
        top: calc(50% - 125.5px);
        right: calc(50% - 125.5px); } }
  .main-visual .frame {
    display: block;
    width: 100%;
    height: calc(100vh - 50px);
    background: url("../img/top/frame.png") no-repeat center center/contain;
    position: absolute;
    top: -50px;
    right: 0; }
    @media screen and (max-width: 1119px) {
      .main-visual .frame {
        height: 100%;
        top: -34px; } }
  .main-visual p {
    writing-mode: vertical-rl;
    position: absolute;
    right: 38px;
    bottom: 310px; }
    @media screen and (max-width: 1119px) {
      .main-visual p {
        font-size: 1.2em;
        right: 1%;
        bottom: 35px; } }
    .main-visual p:after {
      content: '';
      display: block;
      width: 1px;
      height: 150px;
      background: #2f2f2f;
      position: absolute;
      right: 12px;
      bottom: -160px; }
      @media screen and (max-width: 1119px) {
        .main-visual p:after {
          height: 50px;
          right: 9px;
          bottom: -60px; } }

/*--------------------
	CONTENTS
--------------------*/
.news {
  background: #fff;
  margin: 0 0 50px;
  padding: 120px 0 80px; }
  @media screen and (max-width: 1119px) {
    .news {
      padding: 40px 2%;
      margin: 0 0 40px; } }
  .news h2 {
    width: 1120px;
    height: 90px;
    background: url("../img/common/orange.png") no-repeat center center/contain;
    padding-top: 10px;
    margin: 0 auto; }
    @media screen and (max-width: 1119px) {
      .news h2 {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0 auto 30px; } }
    .news h2 img {
      height: 80px;
      margin-top: -50px; }
      @media screen and (max-width: 1119px) {
        .news h2 img {
          height: 50px;
          margin: 0 auto; } }
  .news .boxes {
    width: 1120px;
    margin: -20px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px; }
    @media screen and (max-width: 1119px) {
      .news .boxes {
        width: 100%;
        margin: 0;
        grid-template-columns: 1fr;
        gap: 20px; } }
    .news .boxes .box {
      border: 2px solid #2f2f2f;
      border-radius: 10px;
      overflow: hidden; }
      .news .boxes .box h3 {
        text-align: center;
        color: #fff;
        font-size: 1.6em;
        line-height: 3;
        border-bottom: 2px solid #2f2f2f;
        margin-bottom: 20px; }
        .news .boxes .box h3.news01 {
          background: #3055a2; }
        .news .boxes .box h3.news02 {
          background: #72a4d9; }
        .news .boxes .box h3.news03 {
          background: #84beb2; }
        .news .boxes .box h3.news04 {
          background: #d2787f; }
        .news .boxes .box h3.news05 {
          background: #d98c41; }
        .news .boxes .box h3.news06 {
          background: #aba7a5; }
      .news .boxes .box dl {
        height: 21px;
        overflow: hidden;
        color: #2f2f2f;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.5;
        display: grid;
        grid-template-columns: 180px 1fr;
        margin: 0 20px 10px; }
        @media screen and (max-width: 1119px) {
          .news .boxes .box dl {
            height: auto;
            overflow: visible;
            grid-template-columns: 1fr;
            margin: 0 5% 1em; } }
        @media screen and (max-width: 1119px) {
          .news .boxes .box dl dt {
            margin-bottom: .5em; } }
        .news .boxes .box dl dt span {
          display: inline-block;
          width: 70px;
          text-align: center;
          color: #fff;
          border-radius: 10px;
          margin-right: 10px; }
          .news .boxes .box dl dt span.cat01 {
            background: #ff4803; }
          .news .boxes .box dl dt span.cat02 {
            background: #d98c41; }
          .news .boxes .box dl dt span.cat03 {
            background: #3055a2; }
          .news .boxes .box dl dt span.cat04 {
            background: #aba7a5; }
        .news .boxes .box dl dd a:hover {
          text-decoration: underline; }
      .news .boxes .box .btn {
        display: block;
        width: 150px;
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 2;
        border: 2px solid #2f2f2f;
        border-radius: 16px;
        margin: 20px auto; }
        .news .boxes .box .btn:hover {
          background: #2f2f2f;
          color: #fff; }

@media screen and (max-width: 1119px) {
  .event {
    padding: 0 2%; } }
.event h2 {
  width: 1120px;
  height: 100px;
  background: url("../img/common/white.png") no-repeat center center/contain;
  margin: 0 auto; }
  @media screen and (max-width: 1119px) {
    .event h2 {
      width: auto;
      height: auto; } }
  .event h2 img {
    height: 100px;
    margin: 0 auto; }
    @media screen and (max-width: 1119px) {
      .event h2 img {
        height: 65px; } }
.event .calendar {
  width: 920px;
  margin: 20px auto 50px; 
  text-align: center; }
  @media screen and (max-width: 1119px) {
    .event .calendar {
      width: auto;
      margin: 20px auto; } }
.event .calendar__attention {
  font-size: 1.5em;
}
.event ul {
  width: 1120px;
  margin: 0 auto; }
  @media screen and (max-width: 1119px) {
    .event ul {
      width: auto; } }
  .event ul li {
    margin-top: 40px; }
    @media screen and (max-width: 1119px) {
      .event ul li {
        margin-top: 20px; } }
    .event ul li a:hover {
      opacity: .8; }
.event p {
  color: #ff4803;
  font-size: 1.2em;
  margin-top: .5em; }
