@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@media (max-width: 480px) {
  #visual {
    min-width: 100%; } }
#visual .visual {
  margin: 0 auto;
  position: relative; }
  @media (max-width: 480px) {
    #visual .visual {
      max-width: 100%; } }
  #visual .visual .copy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    color: #fff;
    height: 100%;
    line-height: 1.875;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }
    @media (max-width: 480px) {
      #visual .visual .copy {
        width: calc(100% - 20px);
        left: 10px; } }
    #visual .visual .copy > div {
      max-width: 1040px;
      margin: 0 auto;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      letter-spacing: 2px; }
      @media (max-width: 480px) {
        #visual .visual .copy > div {
          font-size: 12px;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          padding-bottom: 20px; } }
      #visual .visual .copy > div h1 {
        font-size: 50px;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: .3em; }
        @media (max-width: 480px) {
          #visual .visual .copy > div h1 {
            font-size: 30px; } }
  #visual .visual img {
    width: 100%;
    display: block; }
#visual .intro {
  background: #009999;
  color: #fff; }
  #visual .intro .inner {
    max-width: 1040px;
    margin: 0 auto;
    font-size: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0; }
    @media (max-width: 480px) {
      #visual .intro .inner {
        display: block;
        width: calc(100% - 20px);
        font-size: 1em;
        text-align: center;
        padding: 20px 0; } }
    #visual .intro .inner .head {
      font-weight: bold;
      border: solid 1px #fff;
      line-height: 1;
      padding: 10px 20px; }
      @media (max-width: 480px) {
        #visual .intro .inner .head {
          margin-bottom: 10px;
          padding: 10px; } }

.top_contents {
  background: url(../img/bg1-pc.png) no-repeat, url(../img/bg2-pc.png) no-repeat;
  background-size: 880px, 878px;
  background-position: left top, right bottom;
  padding: 75px 0; }
  @media (max-width: 480px) {
    .top_contents {
      padding: 40px 10px 60px;
      background-size: 100%, 100%; } }
  .top_contents .top_contents_title {
    text-align: center; }
    .top_contents .top_contents_title .en {
      color: #2d3e50; }
    .top_contents .top_contents_title h1 {
      font-size: 2em;
      letter-spacing: 3px;
      line-height: 1.4; }
      @media (max-width: 480px) {
        .top_contents .top_contents_title h1 {
          font-size: 20px; } }
    .top_contents .top_contents_title:after {
      content: '';
      display: block;
      width: 80px;
      height: 1px;
      background: #009999;
      margin: 20px auto 30px; }
      @media (max-width: 480px) {
        .top_contents .top_contents_title:after {
          width: 40px; } }
  .top_contents .top_contents_inner {
    max-width: 1040px;
    margin: 0 auto; }
    .top_contents .top_contents_inner .service-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 30px 0 40px; }
      @media (max-width: 480px) {
        .top_contents .top_contents_inner .service-list {
          display: block;
          margin: 20px 0; } }
      .top_contents .top_contents_inner .service-list > div {
        width: calc(25% - 10px); }
        @media (max-width: 480px) {
          .top_contents .top_contents_inner .service-list > div {
            width: 100%;
            margin-bottom: 20px; } }
        .top_contents .top_contents_inner .service-list > div a {
          text-decoration: none;
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition: 0.3s linear;
          transition: 0.3s linear; }
          .top_contents .top_contents_inner .service-list > div a:hover .inner {
            background: #666; }
            @media (max-width: 480px) {
              .top_contents .top_contents_inner .service-list > div a:hover .inner {
                background: #fff; } }
            .top_contents .top_contents_inner .service-list > div a:hover .inner .text {
              background: #fff; }
            .top_contents .top_contents_inner .service-list > div a:hover .inner .img {
              opacity: .7; }
              @media (max-width: 480px) {
                .top_contents .top_contents_inner .service-list > div a:hover .inner .img {
                  opacity: 1; } }
        .top_contents .top_contents_inner .service-list > div .inner {
          background-color: white;
          -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
                  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
          .top_contents .top_contents_inner .service-list > div .inner .img {
            display: block;
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear; }
            .top_contents .top_contents_inner .service-list > div .inner .img img {
              vertical-align: bottom; }
          .top_contents .top_contents_inner .service-list > div .inner .text {
            text-align: center;
            padding: 15px; }
            @media (max-width: 480px) {
              .top_contents .top_contents_inner .service-list > div .inner .text {
                padding: 5px 15px 15px; } }
            .top_contents .top_contents_inner .service-list > div .inner .text .en {
              color: #aaa;
              font-size: .85em; }
              @media (max-width: 480px) {
                .top_contents .top_contents_inner .service-list > div .inner .text .en {
                  font-size: 12px; } }
            .top_contents .top_contents_inner .service-list > div .inner .text h2 {
              color: #009999;
              font-weight: bold;
              letter-spacing: 0.5px;
              font-size: 1em;
              white-space: pre; }
              @media (max-width: 480px) {
                .top_contents .top_contents_inner .service-list > div .inner .text h2 {
                  font-size: 18px;
                  line-height: 1.2; } }

.top_navi {
  position: relative;
  padding: 60px 0 120px; }
  @media (max-width: 480px) {
    .top_navi {
      padding: 40px 10px 60px; } }
  .top_navi:after {
    content: '';
    display: block;
    width: 100%;
    height: 500px;
    background: url(../img/bg3-pc.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 480px) {
      .top_navi:after {
        background: url(../img/bg3-sp.jpg) no-repeat;
        background-size: cover;
        height: 350px; } }
  .top_navi .top_navi_title {
    position: relative;
    z-index: 5;
    text-align: center; }
    .top_navi .top_navi_title .en {
      color: #2d3e50; }
    .top_navi .top_navi_title h1 {
      font-size: 2em;
      letter-spacing: 3px;
      line-height: 1.4; }
      @media (max-width: 480px) {
        .top_navi .top_navi_title h1 {
          font-size: 20px; } }
    .top_navi .top_navi_title:after {
      content: '';
      display: block;
      width: 80px;
      height: 1px;
      background: #009999;
      margin: 20px auto 30px; }
      @media (max-width: 480px) {
        .top_navi .top_navi_title:after {
          width: 40px; } }
  .top_navi .top_navi_inner {
    position: relative;
    z-index: 5;
    max-width: 1040px;
    margin: 0 auto; }
    .top_navi .top_navi_inner .navi-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 40px 0 0; }
      @media (max-width: 480px) {
        .top_navi .top_navi_inner .navi-list {
          display: block;
          margin: 20px 0 0; } }
      .top_navi .top_navi_inner .navi-list > div {
        width: calc(33.3% - 20px); }
        @media (max-width: 480px) {
          .top_navi .top_navi_inner .navi-list > div {
            width: 100%;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
            padding: 20px;
            margin-bottom: 20px;
            background: #fff; } }
        @media (max-width: 480px) {
          .top_navi .top_navi_inner .navi-list > div p {
            padding-left: 100px;
            margin: 0; } }
        .top_navi .top_navi_inner .navi-list > div .inner {
          background: #fff;
          -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          padding: 30px 20px;
          margin-bottom: 10px; }
          @media (max-width: 480px) {
            .top_navi .top_navi_inner .navi-list > div .inner {
              -webkit-box-shadow: none;
                      box-shadow: none;
              padding: 0;
              margin-bottom: 0;
              position: relative; } }
          .top_navi .top_navi_inner .navi-list > div .inner h2 {
            color: #009999;
            font-size: 26px;
            text-align: center;
            margin-bottom: 10px; }
            @media (max-width: 480px) {
              .top_navi .top_navi_inner .navi-list > div .inner h2 {
                text-align: left;
                font-size: 20px;
                padding-left: 100px; } }
          .top_navi .top_navi_inner .navi-list > div .inner .img {
            text-align: center; }
            @media (max-width: 480px) {
              .top_navi .top_navi_inner .navi-list > div .inner .img {
                position: absolute;
                left: -10px;
                top: 0; } }
            .top_navi .top_navi_inner .navi-list > div .inner .img img {
              height: 230px;
              width: auto; }
              @media (max-width: 480px) {
                .top_navi .top_navi_inner .navi-list > div .inner .img img {
                  width: 100px;
                  height: 100px;
                  -o-object-fit: contain;
                     object-fit: contain; } }
