@charset "UTF-8";
/*--------------------------------------------------- */
/* menus */
/*--------------------------------------------------- */
.menus {
  margin-top: 10px;
  margin-bottom: 50px; }
  .menus .flex {
    justify-content: space-between;
    flex-wrap: wrap; }
  .menus .flex2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    border: 1px solid #AAAAAA;
    border-radius: 15px;
    width: calc(25% - 15px);
    margin-top: 20px;
    text-align: center;
    padding: 30px 20px 20px; }
    .menus .flex2 h3 {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      font-family: "Sawarabi Gothic", "Meiryo UI", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", roboto, sans-serif;
      margin: 18px 0 6px; }
    .menus .flex2 p {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.5em;
      text-align: left;
      max-width: 190px;
      margin: 0 auto; }
    .menus .flex2 div:first-child {
      display: flex;
      align-items: center;
      height: 81px; }
    .menus .flex2 div:last-child {
      width: 100%; }
    .menus .flex2:first-child, .menus .flex2:nth-of-type(2) {
      width: calc(50% - 10px);
      padding: 0px; }
      .menus .flex2:first-child h3, .menus .flex2:nth-of-type(2) h3 {
        font-size: 24px;
        font-size: 2.4rem;
        margin: 14px 10px 6px;
        line-height: 1.3em; }
      .menus .flex2:first-child p, .menus .flex2:nth-of-type(2) p {
        margin-bottom: 24px;
        max-width: initial; }
      .menus .flex2:first-child div:first-child, .menus .flex2:nth-of-type(2) div:first-child {
        display: flex;
        align-items: center;
        height: 120px; }
    .menus .flex2 .alink {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #333;
      width: 100%;
      height: 100%;
      padding: 30px;
      align-content: space-between; }
      .menus .flex2 .alink:hover .hvr-sweep-to-right:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
    .menus .flex2 .btn {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      word-break: break-all;
      width: 100%;
      height: 100%;
      text-decoration: none;
      text-align: center;
      transition: all 0.5s ease;
      width: 100%;
      max-width: 200px;
      height: 32px;
      margin-top: auto;
      position: relative;
      font-size: 16px;
      font-size: 1.6rem;
      color: #444444;
      border-radius: 15px;
      background-color: #fff;
      border: 1px solid #AAAAAA;
      padding: 8px;
      overflow: hidden; }
      @media (min-width: 769px) {
        .menus .flex2 .btn {
          padding: 8px 8px 6px; } }
      .menus .flex2 .btn:after {
        content: "＞";
        /* style */
        font-family: "Sawarabi Gothic", "Meiryo UI", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", roboto, sans-serif;
        position: absolute;
        right: 5px;
        position: absolute;
        top: 53%;
        transform: translate(-50%, -50%); }
    .menus .flex2 .hvr-sweep-to-right:before {
      background: #FFC926; }
    .menus .flex2 img {
      width: 100%;
      height: auto; }
    .menus .flex2 .img1 {
      max-width: 92px; }
    .menus .flex2 .img2 {
      max-width: 107px; }
    .menus .flex2 .img3 {
      max-width: 41px; }
    .menus .flex2 .img4 {
      max-width: 95px; }
    .menus .flex2 .img5 {
      max-width: 64px; }
    .menus .flex2 .img6 {
      max-width: 50px; }
    .menus .flex2 .img7 {
      max-width: 72px; }
    .menus .flex2 .img8 {
      max-width: 51px; }
    .menus .flex2 .img9 {
      max-width: 79px; }
    .menus .flex2 .img10 {
      max-width: 60px; }
    .menus .flex2 .img11 {
      max-width: 50px; }
    .menus .flex2 .img12 {
      max-width: 44px; }
    .menus .flex2 .img13 {
      max-width: 64px; }
    .menus .flex2 .img14 {
      max-width: 64px; }
    .menus .flex2 .img15 {
      max-width: 53px; }

/*--------------------------------------------------- */
/* レスポンシブ */
/*--------------------------------------------------- */
@media (max-width: 768px) {
  /*--------------------------------------------------- */
  /* menus */
  /*--------------------------------------------------- */
  .menus .flex2 {
    width: calc(33.333% - 13px); }
    .menus .flex2:first-child h3, .menus .flex2:nth-of-type(2) h3 {
      font-size: 20px;
      font-size: 2rem;
      margin: 14px 0px 6px; } }

@media (max-width: 480px) {
  .menus {
    margin-top: 10px;
    margin-bottom: 30px; }
    .menus .flex2 {
      width: calc(50% - 10px);
      margin-top: 20px;
      text-align: center;
      padding-top: 20px; }
      .menus .flex2 h3 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.3em; }
      .menus .flex2 p {
        font-size: 12px;
        font-size: 1.2rem;
        max-width: initial; }
      .menus .flex2 div:first-child {
        height: 70px; }
      .menus .flex2 div:last-child {
        width: 100%; }
      .menus .flex2 .btn {
        padding: 16px 10px 18px; }
        .menus .flex2 .btn:after {
          top: 50%; }
      .menus .flex2:first-child, .menus .flex2:nth-of-type(2) {
        width: calc(100% - 10px); }
        .menus .flex2:first-child h3, .menus .flex2:nth-of-type(2) h3 {
          font-size: 20px;
          font-size: 2rem;
          margin-top: 20px; }
        .menus .flex2:first-child p, .menus .flex2:nth-of-type(2) p {
          max-width: 250px; }
        .menus .flex2:first-child div:first-child, .menus .flex2:nth-of-type(2) div:first-child {
          height: 90px; }
    .menus .flex .flex2 img {
      max-width: 70px;
      object-fit: scale-down;
      max-height: 80%; }
    .menus .flex .flex2 .img1, .menus .flex .flex2 .img2 {
      object-fit: contain;
      max-height: initial; }
    .menus .flex .flex2 .img1 {
      max-width: 70px; }
    .menus .flex .flex2 .img2 {
      max-width: 100px; } }
