@charset "UTF-8";
h2.top-title {
  font-weight: 800;
  color: #335B97;
  font-size: 40px; }
  h2.top-title span {
    display: block;
    color: #EF821D;
    font-size: 16px;
    font-weight: 400; }
  @media screen and (max-width: 768px) {
    h2.top-title {
      font-size: 26px;
      text-align: center; } }

/*------------------------------------------------------
　メインビジュアル
-------------------------------------------------------*/
#mainvisual {
  height: 900px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    #mainvisual {
      height: 600px; } }
  #mainvisual .ml-slider {
    height: 100%; }
    #mainvisual .ml-slider div {
      height: 100%; }
      #mainvisual .ml-slider div ul {
        height: 100%; }
        #mainvisual .ml-slider div ul li {
          height: 100%; }
          #mainvisual .ml-slider div ul li img {
            height: 100%;
            object-fit: cover; }
  #mainvisual .slide-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0; }
    #mainvisual .slide-main .slick-list,
    #mainvisual .slide-main .slick-track {
      width: 100%;
      height: 100%; }
    #mainvisual .slide-main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  #mainvisual .visualWrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 100px; }
    @media screen and (max-width: 768px) {
      #mainvisual .visualWrap {
        padding: 0; } }
    #mainvisual .visualWrap .row {
      height: 100%; }
    #mainvisual .visualWrap:before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); }
    #mainvisual .visualWrap .inner {
      position: relative;
      color: white;
      font-weight: bold;
      width: 100%;
      max-width: 1200px;
      height: 100%; }
      @media screen and (max-width: 768px) {
        #mainvisual .visualWrap .inner {
          padding: 5%; } }
    #mainvisual .visualWrap .rotary-info {
      padding: 10px;
      margin-bottom: 50px;
      width: 100%; }
      #mainvisual .visualWrap .rotary-info h4 {
        border-bottom: 1px solid #fff;
        padding-bottom: 0.3em;
        margin-bottom: 1em; }
        @media screen and (max-width: 768px) {
          #mainvisual .visualWrap .rotary-info h4 {
            font-size: 15px; } }
      #mainvisual .visualWrap .rotary-info dl {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 1em; }
        #mainvisual .visualWrap .rotary-info dl dt {
          border-radius: 5px;
          color: #000;
          padding: 0.3em 1em;
          background: #fff;
          min-width: 5em;
          text-align: center; }
          @media screen and (max-width: 768px) {
            #mainvisual .visualWrap .rotary-info dl dt {
              font-size: 13px; } }
        #mainvisual .visualWrap .rotary-info dl dd {
          padding-left: 1em;
          font-size: 14px;
          font-weight: normal; }
          @media screen and (max-width: 768px) {
            #mainvisual .visualWrap .rotary-info dl dd {
              font-size: 12px; } }
          #mainvisual .visualWrap .rotary-info dl dd a {
            display: inline-block;
            margin-left: 0.5em; }
            #mainvisual .visualWrap .rotary-info dl dd a img {
              vertical-align: middle; }

@keyframes fadezoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1);
    /* 拡大率 */ } }
.add-animation {
  animation: fadezoom 15s 0s forwards; }

/*------------------------------------------------------
 お知らせ
-------------------------------------------------------*/
section.news {
  padding: 80px 0;
  background: #EBF2F8;
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
  position: relative; }
  @media screen and (max-width: 768px) {
    section.news {
      padding: 40px 4%;
      border-radius: 40px 40px 0 0;
      margin-top: -40px; } }
  section.news .news-list-wrap {
    max-width: 600px; }
  section.news .next-meeting {
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
    section.news .next-meeting h5 {
      background: #335B97;
      color: #fff;
      padding: 0.4em 0.8em;
      font-size: 20px;
      font-weight: bold; }
    section.news .next-meeting .inner {
      padding: 10px 15px 30px 15px; }
      section.news .next-meeting .inner p.day-list {
        font-size: 60px;
        font-weight: bold;
        text-align: center; }
        @media screen and (max-width: 768px) {
          section.news .next-meeting .inner p.day-list {
            font-size: 40px; } }
        section.news .next-meeting .inner p.day-list span.month,
        section.news .next-meeting .inner p.day-list span.day {
          font-size: 45%; }
        section.news .next-meeting .inner p.day-list span.week {
          font-size: 40%;
          width: 1.5em;
          height: 1.5em;
          text-align: center;
          line-height: 1.5em;
          border-radius: 50%;
          background: #335B97;
          color: #fff;
          display: inline-block;
          margin-left: 0.2em; }
        section.news .next-meeting .inner p.day-list span.time {
          font-size: 70%;
          margin-left: 0.3em; }
      section.news .next-meeting .inner p.venue {
        text-align: center;
        margin-top: 0.5em; }
        section.news .next-meeting .inner p.venue span {
          display: inline-block;
          padding: 0 0.5em;
          border-radius: 0.2em;
          color: #fff;
          background: #335B97;
          margin-right: 0.4em;
          font-weight: bold; }

/*------------------------------------------------------
 活動報告
-------------------------------------------------------*/
section.report {
  padding: 80px 0;
  background: url("../img/top/bg_01.svg");
  background-repeat: no-repeat;
  background-position: left -100px bottom -100px;
  background-size: 500px; }
  @media screen and (max-width: 768px) {
    section.report {
      padding: 40px 0;
      background: url("../img/top/bg_01.svg");
      background-repeat: no-repeat;
      background-position: left -100px bottom -100px;
      background-size: 300px; }
      section.report h2 {
        text-align: center; } }

ul.report-slide {
  padding-bottom: 40px; }
  ul.report-slide li {
    padding: 25px; }
    @media screen and (max-width: 768px) {
      ul.report-slide li {
        padding: 15px; } }
    ul.report-slide li a {
      background: #fff;
      display: block;
      text-decoration: none;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
      ul.report-slide li a .image {
        position: relative;
        padding-bottom: 66%; }
        ul.report-slide li a .image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      ul.report-slide li a .inner {
        padding: 15px 15px 20px 15px; }
        ul.report-slide li a .inner time {
          color: #000;
          font-size: 14px; }
        ul.report-slide li a .inner h5 {
          font-weight: bold;
          font-size: 16px;
          color: #335B97; }
  ul.report-slide ul.slick-dots {
    bottom: 30px; }
    ul.report-slide ul.slick-dots li {
      padding: 10px; }
      ul.report-slide ul.slick-dots li button:before {
        font-size: 50px; }
  ul.report-slide .slick-prev {
    left: auto;
    right: calc(50% - 600px);
    background: url("../img/top/slider/arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1400px) {
      ul.report-slide .slick-prev {
        right: 0; } }
  ul.report-slide .slick-next {
    right: auto;
    left: calc(50% - 600px);
    background: url("../img/top/slider/arrow_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1400px) {
      ul.report-slide .slick-next {
        left: 0; } }

/*------------------------------------------------------
 ロータリークラブについて
-------------------------------------------------------*/
section.about {
  background-color: #EBF2F8;
  padding: 80px 0;
  background-image: url("../img/top/bg_02.svg");
  background-repeat: no-repeat;
  background-position: right -100px bottom -100px;
  background-size: 500px; }
  @media screen and (max-width: 768px) {
    section.about {
      padding: 60px 0;
      background-image: url("../img/top/bg_02.svg");
      background-repeat: no-repeat;
      background-position: right -100px bottom -100px;
      background-size: 300px; } }

.card-item-list {
  display: flex;
  gap: 80px;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .card-item-list {
      gap: 40px;
      flex-wrap: wrap; } }

a.card-item {
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  a.card-item .image {
    position: relative;
    padding-bottom: 66%; }
    a.card-item .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  a.card-item .inner {
    text-align: center;
    font-weight: bold;
    padding: 1.5em 0.5em; }
    a.card-item .inner h5 {
      font-size: 16px; }
