@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@700;900&display=swap");
#visual {
  min-width: 1040px;
  position: relative;
  box-shadow: 3px 5px 7px -3px #000 inset; }
  @media (max-width: 480px) {
    #visual {
      min-width: 100%; } }
  #visual .visual {
    position: relative; }
    @media (max-width: 480px) {
      #visual .visual {
        max-width: 100%; } }
    #visual .visual img {
      width: 100%;
      display: block; }
    #visual .visual .copy {
      position: absolute;
      left: 0;
      bottom: 10%;
      font-weight: bold;
      color: #fff;
      line-height: 1.4; }
      #visual .visual .copy .sub {
        font-size: 34px;
        margin: 0 0 20px;
        padding: 20px 40px;
        position: relative;
        display: inline-block;
        white-space: pre; }
        @media (max-width: 480px) {
          #visual .visual .copy .sub {
            font-size: 17px;
            padding: 10px 20px; } }
        #visual .visual .copy .sub:before {
          content: '';
          background: #657db6;
          background: linear-gradient(90deg, #657db6 0%, #0082c8 50%, #657db6 100%);
          width: 100%;
          height: 100%;
          display: block;
          opacity: .8;
          position: absolute;
          left: 0;
          top: 0; }
        #visual .visual .copy .sub span {
          position: relative;
          z-index: 2; }
      #visual .visual .copy .main {
        font-size: 54px;
        display: inline-block;
        padding: 20px 40px;
        position: relative;
        white-space: pre; }
        @media (max-width: 480px) {
          #visual .visual .copy .main {
            font-size: 24px;
            padding: 10px 20px; } }
        #visual .visual .copy .main:before {
          content: '';
          background: #657db6;
          background: linear-gradient(90deg, #657db6 0%, #0082c8 50%, #657db6 100%);
          width: 100%;
          height: 100%;
          display: block;
          opacity: .8;
          position: absolute;
          left: 0;
          top: 0; }
        #visual .visual .copy .main span {
          position: relative;
          z-index: 2; }
  #visual #gnavi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

.news_contents {
  background: url(../img/bg1.jpg) repeat;
  padding: 40px 0 0; }
  @media (max-width: 480px) {
    .news_contents {
      padding: 0 10px; } }
  .news_contents .news_contents_inner {
    width: 980px;
    margin: 0 auto;
    max-width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 50px 70px;
    align-items: flex-start;
    position: relative;
    z-index: 2; }
    @media (max-width: 480px) {
      .news_contents .news_contents_inner {
        padding: 30px 25px;
        display: block; } }
    .news_contents .news_contents_inner .news_contents_title {
      font-size: 24px;
      font-weight: bold;
      width: 230px;
      display: flex;
      align-items: center; }
      @media (max-width: 480px) {
        .news_contents .news_contents_inner .news_contents_title {
          font-size: 20px;
          width: 100%;
          justify-content: center;
          margin: 0 0 10px; } }
      .news_contents .news_contents_inner .news_contents_title:before, .news_contents .news_contents_inner .news_contents_title:after {
        content: '';
        display: block;
        background: #333;
        width: 1px;
        height: 1em;
        transform: rotate(20deg); }
      .news_contents .news_contents_inner .news_contents_title:before {
        margin: 0 30px 0 0; }
      .news_contents .news_contents_inner .news_contents_title:after {
        margin: 0 0 0 30px; }
    .news_contents .news_contents_inner .news-list {
      width: calc(100% - 230px); }
      @media (max-width: 480px) {
        .news_contents .news_contents_inner .news-list {
          width: 100%; } }
      .news_contents .news_contents_inner .news-list li {
        display: flex;
        font-weight: bold;
        margin: 0 0 1em; }
        @media (max-width: 480px) {
          .news_contents .news_contents_inner .news-list li {
            display: block; } }
        .news_contents .news_contents_inner .news-list li:last-child {
          margin: 0; }
        .news_contents .news_contents_inner .news-list li .date {
          font-family: 'Roboto', sans-serif;
          font-size: .8em;
          width: 110px;
          position: relative;
          top: 5px; }
        .news_contents .news_contents_inner .news-list li .title {
          width: calc(100% - 110px); }
          @media (max-width: 480px) {
            .news_contents .news_contents_inner .news-list li .title {
              width: 100%; } }

.top_contents {
  background: #efefef;
  padding: 140px 0 40px;
  position: relative;
  margin-top: -70px; }
  @media (max-width: 480px) {
    .top_contents {
      padding: 120px 0 40px; } }
  .top_contents .top_contents_title {
    text-align: center;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px; }
    @media (max-width: 480px) {
      .top_contents .top_contents_title {
        font-size: 20px;
        margin-bottom: 20px; } }
    .top_contents .top_contents_title:before, .top_contents .top_contents_title:after {
      content: '';
      display: block;
      background: #333;
      width: 1px;
      height: 1em;
      transform: rotate(20deg); }
    .top_contents .top_contents_title:before {
      margin: 0 30px 0 0; }
    .top_contents .top_contents_title:after {
      margin: 0 0 0 30px; }
  .top_contents .bg_title {
    color: #0062b1;
    font-size: 142px;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    opacity: .2;
    position: absolute;
    left: -30px;
    top: 72px;
    white-space: pre; }
    @media (max-width: 480px) {
      .top_contents .bg_title {
        font-size: 50px;
        left: -10px;
        top: 84px; } }
  .top_contents .top_contents_inner .color-p {
    text-align: center;
    color: #c65b84;
    font-weight: bold; }
    @media (max-width: 480px) {
      .top_contents .top_contents_inner .color-p {
        padding: 0 10px; } }
    .top_contents .top_contents_inner .color-p span {
      background: #ebe0e4; }
  .top_contents .top_contents_inner .service_list {
    display: flex;
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      .top_contents .top_contents_inner .service_list {
        display: block; } }
    .top_contents .top_contents_inner .service_list li {
      width: calc(100% / 3);
      background: #0062b1;
      color: #fff;
      overflow: hidden; }
      @media (max-width: 480px) {
        .top_contents .top_contents_inner .service_list li {
          width: 100%;
          border-bottom: solid 1px #fff; } }
      .top_contents .top_contents_inner .service_list li a {
        transition: 1s all;
        padding: 20px 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-decoration: none;
        position: relative;
        height: 500px; }
        @media (max-width: 480px) {
          .top_contents .top_contents_inner .service_list li a {
            height: auto;
            padding: 40px 10px; } }
        .top_contents .top_contents_inner .service_list li a h2 {
          font-size: 32px;
          text-align: center;
          margin: 0 0 20px; }
          @media (max-width: 480px) {
            .top_contents .top_contents_inner .service_list li a h2 {
              font-size: 24px; } }
        .top_contents .top_contents_inner .service_list li a .img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
          .top_contents .top_contents_inner .service_list li a .img img {
            transition: 1s all;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: .3; }
        .top_contents .top_contents_inner .service_list li a .contents {
          position: relative;
          z-index: 2; }
        .top_contents .top_contents_inner .service_list li a .btn {
          text-align: center;
          font-family: 'Roboto', sans-serif;
          font-size: 14px;
          width: 230px;
          height: 46px;
          line-height: 46px;
          border: solid 1px #fff;
          border-radius: 50px;
          background: url(../img/arrow1.png) no-repeat;
          background-size: 19px;
          background-position: right 30px center;
          margin: 30px auto 0;
          transition: .7s all; }
        .top_contents .top_contents_inner .service_list li a:hover img {
          transform: scale(1.2, 1.2);
          transition: 1s all;
          opacity: .9; }
          @media (max-width: 480px) {
            .top_contents .top_contents_inner .service_list li a:hover img {
              opacity: .3;
              transform: unset; } }
        .top_contents .top_contents_inner .service_list li a:hover .btn {
          background-position: right 15px center; }
          @media (max-width: 480px) {
            .top_contents .top_contents_inner .service_list li a:hover .btn {
              background-position: right 30px center; } }

.top_info {
  padding: 100px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 480px) {
    .top_info {
      padding: 40px 0; } }
  .top_info .top_info_title {
    text-align: center;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px; }
    @media (max-width: 480px) {
      .top_info .top_info_title {
        font-size: 20px;
        margin-bottom: 20px; } }
    .top_info .top_info_title:before, .top_info .top_info_title:after {
      content: '';
      display: block;
      background: #333;
      width: 1px;
      height: 1em;
      transform: rotate(20deg); }
    .top_info .top_info_title:before {
      margin: 0 30px 0 0; }
    .top_info .top_info_title:after {
      margin: 0 0 0 30px; }
  .top_info .bg_title {
    color: #0062b1;
    font-size: 142px;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    opacity: .2;
    position: absolute;
    right: -20px;
    top: 92px;
    white-space: pre; }
    @media (max-width: 480px) {
      .top_info .bg_title {
        font-size: 50px;
        right: -5px;
        top: 34px; } }
  .top_info .top_info_inner {
    width: 1020px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 2; }
    .top_info .top_info_inner .flex-contents {
      display: flex; }
      @media (max-width: 480px) {
        .top_info .top_info_inner .flex-contents {
          display: block; } }
      .top_info .top_info_inner .flex-contents .img {
        order: 2;
        width: 50%;
        padding: 60px 0 0; }
        @media (max-width: 480px) {
          .top_info .top_info_inner .flex-contents .img {
            width: 100%;
            padding: 0; } }
        .top_info .top_info_inner .flex-contents .img img {
          width: 880px;
          border-radius: 20px;
          max-width: 880px; }
          @media (max-width: 480px) {
            .top_info .top_info_inner .flex-contents .img img {
              width: 100%;
              border-radius: 0; } }
      .top_info .top_info_inner .flex-contents .text {
        order: 1;
        width: 50%; }
        @media (max-width: 480px) {
          .top_info .top_info_inner .flex-contents .text {
            width: 100%;
            padding: 0 10px; } }
        .top_info .top_info_inner .flex-contents .text h2 {
          color: #0062b1;
          font-size: 38px;
          background: url(../img/kigo1.png) no-repeat;
          background-size: 67px;
          background-position: left top;
          padding: 60px 0 0;
          margin: 0 0 40px;
          line-height: 1.4; }
          @media (max-width: 480px) {
            .top_info .top_info_inner .flex-contents .text h2 {
              font-size: 20px;
              background: url(../img/kigo1.png) no-repeat;
              background-size: 34px;
              background-position: left top 10px;
              padding: 45px 0 0;
              margin: 0 0 20px; } }
        .top_info .top_info_inner .flex-contents .text p {
          margin: 0 0 30px; }
          @media (max-width: 480px) {
            .top_info .top_info_inner .flex-contents .text p {
              margin: 0 0 15px; } }
        .top_info .top_info_inner .flex-contents .text .link-list {
          display: flex;
          flex-wrap: wrap; }
          @media (max-width: 480px) {
            .top_info .top_info_inner .flex-contents .text .link-list {
              margin-top: 20px; } }
          .top_info .top_info_inner .flex-contents .text .link-list li {
            width: 50%;
            margin: 0 0 10px; }
            .top_info .top_info_inner .flex-contents .text .link-list li.color-b {
              background: url(../img/arrow2.png) no-repeat;
              background-size: 28px;
              background-position: left center; }
              .top_info .top_info_inner .flex-contents .text .link-list li.color-b a {
                color: #0062b1; }
            .top_info .top_info_inner .flex-contents .text .link-list li.color-p {
              background: url(../img/arrow3.png) no-repeat;
              background-size: 28px;
              background-position: left center; }
              .top_info .top_info_inner .flex-contents .text .link-list li.color-p a {
                color: #c65b84; }
            .top_info .top_info_inner .flex-contents .text .link-list li a {
              text-decoration: none;
              font-size: 18px;
              font-weight: bold;
              padding: 0 0 0 34px;
              transition: .7s all; }
              .top_info .top_info_inner .flex-contents .text .link-list li a:hover {
                padding-left: 44px; }
                @media (max-width: 480px) {
                  .top_info .top_info_inner .flex-contents .text .link-list li a:hover {
                    padding-left: 34px; } }
    .top_info .top_info_inner .area-contents {
      margin: 70px 0 0;
      background: #eef2f8;
      padding: 60px 50px 50px; }
      @media (max-width: 480px) {
        .top_info .top_info_inner .area-contents {
          margin: 30px auto 0;
          width: calc(100% - 20px);
          padding: 30px 20px; } }
      .top_info .top_info_inner .area-contents h2 {
        color: #0062b1;
        text-align: center;
        font-size: 28px;
        margin: 0 0 30px; }
        @media (max-width: 480px) {
          .top_info .top_info_inner .area-contents h2 {
            font-size: 18px;
            margin: 0 0 20px; } }
      .top_info .top_info_inner .area-contents .flex {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 480px) {
          .top_info .top_info_inner .area-contents .flex {
            display: block; } }
        .top_info .top_info_inner .area-contents .flex .img {
          width: 240px; }
          @media (max-width: 480px) {
            .top_info .top_info_inner .area-contents .flex .img {
              margin: 0 auto 10px;
              width: 160px; } }
        .top_info .top_info_inner .area-contents .flex .text {
          width: calc(100% - 270px);
          font-size: 14px; }
          @media (max-width: 480px) {
            .top_info .top_info_inner .area-contents .flex .text {
              width: 100%; } }
          .top_info .top_info_inner .area-contents .flex .text dl dt {
            font-weight: bold; }
          .top_info .top_info_inner .area-contents .flex .text dl dd {
            margin: 0 0 1em; }
          .top_info .top_info_inner .area-contents .flex .text .color {
            color: #0062b1;
            font-weight: bold; }

/*# sourceMappingURL=top.css.map */
