#mainvisual {
  position: relative;
  padding: 40px;
  overflow: hidden; }
  #mainvisual .mainvisualBackImg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    #mainvisual .mainvisualBackImg:after {
      content: "";
      display: block;
      background-color: #38a5c9;
      opacity: 0.1;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    #mainvisual .mainvisualBackImg li {
      opacity: 0.1;
      filter: blur(25px);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      transition: 0.7s;
      opacity: 0; }
      #mainvisual .mainvisualBackImg li span {
        display: block;
        background-size: cover;
        width: 100%;
        height: 100%; }
      #mainvisual .mainvisualBackImg li.act {
        opacity: 0.4; }
  #mainvisual .swiper-button-next {
    outline: none;
    top: 47%;
    right: 6px;
    transition: opacity 0.25s; }
    #mainvisual .swiper-button-next:hover {
      opacity: 0.7; }
    #mainvisual .swiper-button-next:after {
      content: "";
      width: 27px;
      height: 27px;
      border-right: 2px solid #38a5c9;
      border-bottom: 2px solid #38a5c9;
      transform: rotate(-45deg);
      position: absolute;
      left: 0;
      top: 9px; }
  #mainvisual .swiper-button-prev {
    outline: none;
    top: 47%;
    left: 6px;
    transition: opacity 0.25s; }
    #mainvisual .swiper-button-prev:hover {
      opacity: 0.7; }
    #mainvisual .swiper-button-prev:after {
      content: "";
      width: 27px;
      height: 27px;
      border-left: 2px solid #38a5c9;
      border-top: 2px solid #38a5c9;
      transform: rotate(-45deg);
      position: absolute;
      left: 0;
      top: 9px; }
  #mainvisual .swiper-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible; }
    #mainvisual .swiper-container .box {
      position: relative;
      width: 1042px;
      padding: 19px 0 0 396px;
      margin: 0 auto; }
      #mainvisual .swiper-container .box .thum {
        position: absolute;
        left: 0;
        top: 0;
        width: 416px;
        height: 234px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        border-radius: 9px;
        transition: opacity 0.25s;
        background-position: center; }
        #mainvisual .swiper-container .box .thum:hover {
          opacity: 0.75; }
      #mainvisual .swiper-container .box > div {
        position: relative;
        z-index: 2;
        width: 646px;
        padding: 35px 40px 34px;
        border-radius: 9px;
        background-color: #fff; }
        #mainvisual .swiper-container .box > div .head {
          display: flex;
          justify-content: space-between;
          margin-bottom: 18px; }
          #mainvisual .swiper-container .box > div .head .category {
            color: #38a5c9;
            font-size: 1.6rem; }
          #mainvisual .swiper-container .box > div .head .date {
            color: rgba(51, 51, 51, 0.6);
            font-size: 1.4rem;
            margin-top: 3px; }
            #mainvisual .swiper-container .box > div .head .date img {
              vertical-align: top;
              margin-top: 3px;
              margin-right: 7px;
              width: 14px; }
        #mainvisual .swiper-container .box > div .ttl {
          font-size: 2rem;
          font-weight: 700;
          word-break: break-word;
          margin-bottom: 19px; }
          #mainvisual .swiper-container .box > div .ttl a {
            color: #333;
            text-decoration: none;
            letter-spacing: 0.01em;
            line-height: 1.6; }
            #mainvisual .swiper-container .box > div .ttl a:hover {
              text-decoration: underline; }
        #mainvisual .swiper-container .box > div .tag li {
          display: inline-block;
          margin: 2px 10px 3px 0; }
          #mainvisual .swiper-container .box > div .tag li a {
            color: #858585;
            text-decoration: none;
            font-size: 1.3rem; }
            #mainvisual .swiper-container .box > div .tag li a span {
              color: #38a5c9;
              padding-right: 2px; }
            #mainvisual .swiper-container .box > div .tag li a:hover {
              text-decoration: underline; }
  #mainvisual .swiper-ui {
    position: absolute;
    left: 79px;
    bottom: 0;
    width: 135px;
    height: 13px;
    display: flex;
    line-height: 1;
    font-size: 1.4rem;
    align-items: center;
    z-index: 100; }
    #mainvisual .swiper-ui .currentNum {
      color: #38a5c9; }
    #mainvisual .swiper-ui > div {
      margin: 0 20px; }
    #mainvisual .swiper-ui .swiper-pagination {
      position: inherit !important;
      width: 80px;
      height: 1px; }
    #mainvisual .swiper-ui .swiper-pagination-progressbar {
      background-color: rgba(51, 51, 51, 0.6); }
      #mainvisual .swiper-ui .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #38a5c9; }
  #mainvisual .swiper-button-next,
  #mainvisual .swiper-button-prev,
  #mainvisual .swiper-ui {
    opacity: 0;
    pointer-events: none; }
  #mainvisual.show .swiper-button-next,
  #mainvisual.show .swiper-button-prev,
  #mainvisual.show .swiper-ui {
    opacity: 1;
    pointer-events: all; }

body.ie11 #mainvisual .mainvisualBackImg li span {
  display: none; }

@media screen and (max-width: 767px) {
  #mainvisual {
    height: auto;
    /* 126.9333vw */
    padding: 7.7333vw 0 21.2vw; }
    #mainvisual .mainvisualBackImg li {
      filter: blur(25px); }
    #mainvisual .swiper-button-next {
      top: inherit;
      bottom: -16vw;
      right: 10.5333vw;
      width: 10.6666vw;
      height: 10.6666vw; }
      #mainvisual .swiper-button-next:hover {
        opacity: 1; }
      #mainvisual .swiper-button-next:after {
        width: 3.5666vw;
        height: 3.5666vw;
        border-right: 0.5vw solid #38a5c9;
        border-bottom: 0.5vw solid #38a5c9;
        left: 2.6666vw;
        top: 3.4666vw; }
    #mainvisual .swiper-button-prev {
      top: inherit;
      bottom: -16vw;
      left: 10.5333vw;
      width: 10.6666vw;
      height: 10.6666vw; }
      #mainvisual .swiper-button-prev:hover {
        opacity: 1; }
      #mainvisual .swiper-button-prev:after {
        width: 3.5666vw;
        height: 3.5666vw;
        border-left: 0.5vw solid #38a5c9;
        border-top: 0.5vw solid #38a5c9;
        left: 2.2666vw;
        top: 3.4666vw; }
    #mainvisual .swiper-container {
      overflow: visible; }
      #mainvisual .swiper-container .box {
        position: relative;
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 0; }
        #mainvisual .swiper-container .box .thum {
          position: inherit;
          left: inherit;
          top: inherit;
          width: 80vw;
          height: 45.0666vw;
          border-radius: 1.3333vw 1.3333vw 0 0;
          margin: 0 auto; }
          #mainvisual .swiper-container .box .thum:hover {
            opacity: 1; }
        #mainvisual .swiper-container .box > div {
          position: inherit;
          right: inherit;
          bottom: inherit;
          width: 92vw;
          min-height: 52.26666vw;
          height: auto;
          margin: 0 auto;
          padding: 4.2666vw 5.3333vw 5.8666vw;
          border-radius: 1.3333vw; }
          #mainvisual .swiper-container .box > div .head {
            margin-bottom: 3.2vw; }
            #mainvisual .swiper-container .box > div .head .category {
              font-size: 3.4666vw;
              letter-spacing: 0; }
            #mainvisual .swiper-container .box > div .head .date {
              font-size: 3.4666vw;
              margin-top: 0;
              margin-right: -0.5333vw;
              letter-spacing: 0; }
              #mainvisual .swiper-container .box > div .head .date img {
                margin-top: 1.0666vw;
                margin-right: 2.1333vw;
                width: 3.2vw; }
          #mainvisual .swiper-container .box > div .ttl {
            font-size: 4.2666vw;
            margin-bottom: 3.4666vw; }
            #mainvisual .swiper-container .box > div .ttl a {
              letter-spacing: 0.0em;
              line-height: 1.55; }
              #mainvisual .swiper-container .box > div .ttl a:hover {
                text-decoration: none; }
          #mainvisual .swiper-container .box > div .tag li {
            margin: 0.2666vw 2.6666vw 0.5333vw 0; }
            #mainvisual .swiper-container .box > div .tag li a {
              font-size: 3.4666vw; }
              #mainvisual .swiper-container .box > div .tag li a span {
                padding-right: 0.5333vw; }
              #mainvisual .swiper-container .box > div .tag li a:hover {
                text-decoration: none; }
    #mainvisual .swiper-ui {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -12.8vw;
      width: auto;
      height: auto;
      display: flex;
      line-height: 1;
      font-size: 3.7333vw;
      align-items: center;
      z-index: 100; }
      #mainvisual .swiper-ui .currentNum {
        color: #38a5c9; }
      #mainvisual .swiper-ui > div {
        margin: 0 20px; }
      #mainvisual .swiper-ui .swiper-pagination {
        position: inherit !important;
        width: 21.3333vw;
        height: 0.26666vw;
        min-height: 1px; }
    #mainvisual.uiNone {
      padding: 7.7333vw 0; } }
main .bg01 {
  padding: 60px 0 100px; }
@media screen and (max-width: 767px) {
  main .bg01 {
    padding: 10.6666vw 0 16vw; }
    main .bg01 > .inner {
      display: block;
      width: 92vw; }
      main .bg01 > .inner .right {
        width: auto; } }
main #newArticle {
  padding: 56px 60px 60px; }
  main #newArticle h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 7px; }
  main #newArticle > ul {
    margin-bottom: 40px; }
    main #newArticle > ul > li {
      display: flex;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding-top: 31px; }
      main #newArticle > ul > li .thum {
        position: relative;
        height: 118px;
        width: 211px;
        overflow: hidden;
        border-radius: 10px;
        margin-right: 20px;
        margin-bottom: 32px;
        border: 1px solid #f2f2f2; }
        main #newArticle > ul > li .thum img {
          position: absolute;
          left: 50%;
          top: 0;
          height: 118px;
          width: auto;
          transform: translateX(-50%);
          max-width: inherit; }
        main #newArticle > ul > li .thum a {
          transition: opacity 0.25s; }
          main #newArticle > ul > li .thum a:hover {
            opacity: 0.75; }
      main #newArticle > ul > li > div {
        padding-bottom: 24px;
        flex: 1; }
      main #newArticle > ul > li .head {
        display: flex;
        justify-content: space-between;
        margin-top: -5px;
        margin-bottom: 12px; }
        main #newArticle > ul > li .head .category {
          color: #38a5c9;
          font-size: 1.3rem; }
        main #newArticle > ul > li .head .date {
          color: rgba(51, 51, 51, 0.6);
          font-size: 1.3rem;
          letter-spacing: 0; }
          main #newArticle > ul > li .head .date img {
            vertical-align: top;
            width: 13px;
            margin-top: 3px;
            margin-right: 7px;
            backface-visibility: hidden; }
      main #newArticle > ul > li .ttl {
        font-size: 1.6rem;
        font-weight: 700;
        word-break: break-word;
        margin-bottom: 12px; }
        main #newArticle > ul > li .ttl a {
          color: #333;
          text-decoration: none;
          letter-spacing: 0.02em;
          line-height: 1.6; }
          main #newArticle > ul > li .ttl a:hover {
            text-decoration: underline; }
      main #newArticle > ul > li .tag li {
        display: inline-block;
        margin: 2px 8px 3px 0; }
        main #newArticle > ul > li .tag li a {
          color: #858585;
          text-decoration: none;
          font-size: 1.3rem; }
          main #newArticle > ul > li .tag li a span {
            color: #38a5c9;
            padding-right: 2px; }
          main #newArticle > ul > li .tag li a:hover {
            text-decoration: underline; }
  main #newArticle .btn {
    text-align: center; }
    main #newArticle .btn a {
      display: inline-block;
      width: 188px;
      height: 53px;
      border-radius: 53px;
      padding-top: 15px;
      border: 1px solid #38a5c9;
      color: #38a5c9;
      text-decoration: none;
      font-size: 1.4rem;
      text-align: center;
      transition: opacity 0.25s; }
      main #newArticle .btn a:hover {
        opacity: 0.75; }
@media screen and (max-width: 767px) {
  main #newArticle {
    padding: 6.9333vw 5.3333vw 8vw; }
    main #newArticle h2 {
      font-size: 5.3333vw;
      margin-bottom: -0.2667vw; }
    main #newArticle > ul {
      margin-bottom: 7.7333vw; }
      main #newArticle > ul > li {
        display: block;
        border-bottom: 0.2666vw solid rgba(0, 0, 0, 0.05);
        padding-top: 6.1332vw; }
        main #newArticle > ul > li .thum {
          position: relative;
          height: 45.2vw;
          width: 81.3333vw;
          border-radius: 1.3333vw 1.3333vw 0 0;
          margin-right: 0;
          margin-bottom: 3.2vw;
          border: 0.2666vw solid #f2f2f2; }
          main #newArticle > ul > li .thum img {
            height: 45.2vw; }
          main #newArticle > ul > li .thum a:hover {
            opacity: 1; }
        main #newArticle > ul > li > div {
          padding-bottom: 5.6vw; }
        main #newArticle > ul > li .head {
          margin-top: 0;
          margin-bottom: 2.4vw;
          letter-spacing: 0; }
          main #newArticle > ul > li .head .category {
            font-size: 2.9333vw; }
          main #newArticle > ul > li .head .date {
            font-size: 2.9333vw; }
            main #newArticle > ul > li .head .date img {
              width: 2.9333vw;
              margin-top: 0.8vw;
              margin-right: 2vw; }
        main #newArticle > ul > li .ttl {
          font-size: 3.7333vw;
          margin-bottom: 2.6666vw; }
          main #newArticle > ul > li .ttl a {
            letter-spacing: 0;
            line-height: 1.55; }
            main #newArticle > ul > li .ttl a:hover {
              text-decoration: none; }
        main #newArticle > ul > li .tag li {
          margin: 0.5333vw 1.6vw 0.5333vw 0; }
          main #newArticle > ul > li .tag li a {
            font-size: 2.9333vw; }
            main #newArticle > ul > li .tag li a span {
              padding-right: 0.5333vw; }
            main #newArticle > ul > li .tag li a:hover {
              text-decoration: none; }
    main #newArticle .btn a {
      width: 44vw;
      height: 14.1333vw;
      border-radius: 14.1333vw;
      padding-top: 4vw;
      border: 0.2666vw solid #38a5c9;
      font-size: 3.7333vw; }
      main #newArticle .btn a:hover {
        opacity: 1; } }
main #contact {
  display: flex;
  background-color: #fff;
  border-radius: 9px;
  margin-top: 100px;
  width: 100%;
  height: 263px; }
  main #contact > div:first-child {
    width: 545px;
    padding: 54px 0 0 57px; }
    main #contact > div:first-child h2 {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 30px; }
    main #contact > div:first-child p {
      font-size: 1.6rem;
      line-height: 1.75; }
  main #contact > div:last-child {
    flex: 1;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 53px 0 0 59px; }
    main #contact > div:last-child > div {
      display: flex;
      margin-bottom: 40px; }
      main #contact > div:last-child > div p:first-child {
        line-height: 1.2;
        margin-right: 35px; }
        main #contact > div:last-child > div p:first-child span:nth-child(1) {
          font-size: 1.6rem;
          margin-right: 8px; }
        main #contact > div:last-child > div p:first-child span:nth-child(2) {
          font-weight: 700;
          font-size: 2.8rem;
          color: #38a5c9; }
        main #contact > div:last-child > div p:first-child span:nth-child(3) {
          display: block;
          color: rgba(51, 51, 51, 0.8);
          font-size: 1.6rem;
          padding: 3px 0 0 5px; }
      main #contact > div:last-child > div p:last-child {
        margin-top: 3px; }
        main #contact > div:last-child > div p:last-child span:nth-child(1) {
          font-size: 1.6rem;
          margin-right: 8px; }
        main #contact > div:last-child > div p:last-child a {
          font-weight: 700;
          font-size: 1.8rem;
          color: #38a5c9;
          text-decoration: none; }
          main #contact > div:last-child > div p:last-child a:hover {
            text-decoration: underline; }
    main #contact > div:last-child .btn a {
      display: inline-block;
      width: 248px;
      height: 53px;
      border-radius: 53px;
      padding-top: 15px;
      background-color: #38a5c9;
      color: #fff;
      text-decoration: none;
      font-size: 1.4rem;
      text-align: center;
      transition: opacity 0.25s; }
      main #contact > div:last-child .btn a:hover {
        opacity: 0.75; }
@media screen and (max-width: 767px) {
  main #contact {
    display: block;
    border-radius: 1.3333vw;
    margin-top: 16vw;
    width: 100%;
    height: auto; }
    main #contact > div:first-child {
      width: auto;
      padding: 7.2vw 2.8vw 6.4vw 4.8vw; }
      main #contact > div:first-child h2 {
        font-size: 5.3333vw;
        margin-bottom: 3.2vw; }
      main #contact > div:first-child p {
        font-size: 3.7333vw;
        line-height: 1.65;
        letter-spacing: 0.02em; }
    main #contact > div:last-child {
      border-left: none;
      border-top: 0.2666vw solid rgba(0, 0, 0, 0.05);
      padding: 6.4vw 0 8vw; }
      main #contact > div:last-child > div {
        display: block;
        margin-bottom: 4.8vw;
        text-align: center; }
        main #contact > div:last-child > div p:first-child {
          line-height: 1.2;
          margin-right: 0; }
          main #contact > div:last-child > div p:first-child span:nth-child(1) {
            font-size: 3.7333vw;
            margin-right: 1.0666vw; }
          main #contact > div:last-child > div p:first-child span:nth-child(2) {
            font-size: 5.8666vw; }
          main #contact > div:last-child > div p:first-child span:nth-child(3) {
            font-size: 3.2vw;
            padding: 1.6vw 0 0 0;
            letter-spacing: 0.02em; }
        main #contact > div:last-child > div p:last-child {
          margin-top: 4vw; }
          main #contact > div:last-child > div p:last-child span:nth-child(1) {
            font-size: 3.7333vw;
            margin-right: 0.8vw; }
          main #contact > div:last-child > div p:last-child a {
            letter-spacing: 0.02em;
            font-size: 4.2666vw; }
            main #contact > div:last-child > div p:last-child a:hover {
              text-decoration: none; }
      main #contact > div:last-child .btn {
        text-align: center; }
        main #contact > div:last-child .btn a {
          width: 73.6vw;
          height: 14.1333vw;
          border-radius: 14.1333vw;
          padding-top: 4vw;
          font-size: 3.7333vw; }
          main #contact > div:last-child .btn a:hover {
            opacity: 1; } }
main #about {
  text-align: center;
  padding: 0 0 100px;
  background-color: #fff; }
  main #about .img {
    height: 384px;
    background: url("../images/index/about_img.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 55px; }
  main #about h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 31px; }
  main #about .lead {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.65;
    margin-bottom: 34px; }
  main #about .btn {
    text-align: center; }
    main #about .btn a {
      display: inline-block;
      width: 188px;
      height: 53px;
      border-radius: 53px;
      padding-top: 15px;
      border: 1px solid #38a5c9;
      color: #38a5c9;
      text-decoration: none;
      font-size: 1.4rem;
      text-align: center;
      transition: opacity 0.25s; }
      main #about .btn a:hover {
        opacity: 0.75; }
@media screen and (max-width: 767px) {
  main #about {
    padding: 0 0 16vw; }
    main #about .img {
      height: 56.2666vw;
      background: url("../images/index/about_img_sp.jpg");
      background-size: cover;
      margin-bottom: 9.8666vw; }
    main #about h2 {
      font-size: 5.3333vw;
      margin-bottom: 3.4666vw; }
    main #about .lead {
      font-size: 3.7333vw;
      line-height: 1.6;
      margin-bottom: 6.9333vw; }
    main #about .btn {
      text-align: center; }
      main #about .btn a {
        width: 44vw;
        height: 14.1333vw;
        border-radius: 14.1333vw;
        padding-top: 4vw;
        border: 0.2666vw solid #38a5c9;
        font-size: 3.7333vw; }
        main #about .btn a:hover {
          opacity: 1; } }
