@media screen and (max-width: 800px) {
  body {
    background-image: url(../images/common/body-bg.webp); }
  #homeTop {
    width: 100%;
    border-bottom: 40px solid #1f336b; }
    #homeTop .inner {
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding: 20px 0 50px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      #homeTop .inner h2 {
        line-height: 1.5;
        padding: 0 2.5vw;
        order: 1; }
        #homeTop .inner h2 .blk {
          font-size: 1.6rem; }
          #homeTop .inner h2 .blk strong {
            font-size: 2rem; }
        #homeTop .inner h2 .org, #homeTop .inner h2 .blu {
          font-size: 2.2rem; }
          #homeTop .inner h2 .org strong, #homeTop .inner h2 .blu strong {
            font-size: 3rem; }
        #homeTop .inner h2 .org {
          color: #fa9200; }
        #homeTop .inner h2 .blu {
          color: #1f336b; }
      #homeTop .inner .fukidashi {
        border: 2px solid #1f336b;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
        display: table;
        padding: 10px 15px;
        border-radius: 30px;
        position: relative;
        margin-top: 55px;
        margin-left: 2.5vw;
        background-color: #fff;
        color: #1f336b; }
        #homeTop .inner .fukidashi.fukidashi {
          margin-top: 20px; }
        #homeTop .inner .fukidashi:before {
          content: "";
          display: block;
          width: 5px;
          height: 15px;
          border-right: 2px solid #1f336b;
          background-color: #fff;
          position: absolute;
          bottom: -13px;
          left: 15px;
          -webkit-transform: rotate(40deg);
                  transform: rotate(40deg); }
        #homeTop .inner .fukidashi strong {
          font-size: 2rem; }
      #homeTop .inner .fukidashi1 {
        order: 3; }
      #homeTop .inner .fukidashi2 {
        order: 4; }
      #homeTop .inner p.intro {
        width: 90%;
        margin: 30px auto 0;
        font-size: 1.6rem;
        line-height: 1.4;
        order: 5; }
      #homeTop .inner .img {
        width: 90%;
        order: 2;
        margin: 40px auto 0;
        padding-bottom: 30px; }
        #homeTop .inner .img img {
          max-width: 100%;
          width: 100%;
          height: auto; }
      #homeTop .inner .downBtn {
        width: 80px;
        height: 40px;
        position: absolute;
        bottom: -5px;
        right: 0;
        left: 0;
        margin: 0 auto;
        background-color: #1f336b;
        border-radius: 40px 40px 0 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        #homeTop .inner .downBtn svg.icon {
          fill: #fff;
          width: 22px;
          height: 11px;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          cursor: pointer; }
  #service {
    background-color: #ecf9ff; }
    #service .inner {
      width: 90%;
      margin: 0 auto;
      padding: 50px 0 40px; }
      #service .inner h2 span {
        display: block;
        line-height: 1;
        font-weight: 700;
        color: #1f336b; }
        #service .inner h2 span.en {
          font-size: 1.2rem;
          position: relative;
          padding-left: 20px; }
          #service .inner h2 span.en:before {
            content: "";
            display: block;
            width: 13px;
            height: 3px;
            background-color: #fa9200;
            position: absolute;
            top: 3px;
            left: 0;
            -webkit-transform: rotate(-30deg);
                    transform: rotate(-30deg); }
        #service .inner h2 span.ja {
          font-size: 2.4rem;
          margin-top: 10px; }
      #service .inner p {
        margin-top: 30px;
        font-size: 1.4rem; }
      #service .inner #serviceList {
        margin: 0 auto 0;
        width: 90%; }
        #service .inner #serviceList ul {
          list-style: none;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #service .inner #serviceList ul li {
            width: 40%;
            position: relative;
            margin-top: 30px; }
            #service .inner #serviceList ul li:before {
              content: "";
              display: block;
              width: 100%;
              padding-bottom: 100%;
              background-color: #fff;
              box-shadow: 2px 2px 10px rgba(31, 51, 107, 0.2);
              border-radius: 50%; }
            #service .inner #serviceList ul li .img {
              width: 110%;
              position: relative;
              z-index: 3;
              position: absolute;
              z-index: 0;
              top: 0;
              left: -5%; }
              #service .inner #serviceList ul li .img img {
                width: 100%;
                height: auto; }
            #service .inner #serviceList ul li span {
              position: relative;
              z-index: 3;
              font-size: 1.8rem;
              text-align: center;
              font-weight: 700;
              display: block;
              color: #1f336b;
              margin-top: 10px; }
      #service .inner .more {
        margin-top: 40px; }
  .more {
    display: flex;
    justify-content: flex-end; }
    .more a {
      display: flex;
      align-items: center;
      text-decoration: none;
      height: 50px;
      width: 203px;
      position: relative; }
      .more a:before {
        content: "";
        display: block;
        width: 0;
        height: 50px;
        background-color: #fa9200;
        border-radius: 25px;
        position: absolute;
        top: 0;
        left: 20px;
        transition: all .3s;
        z-index: 0; }
      .more a .icon {
        width: 50px;
        height: 50px;
        background-color: #fa9200;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        position: relative;
        z-index: 1; }
        .more a .icon svg.btn {
          width: 20px;
          height: 11px;
          fill: #fff; }
      .more a .txt {
        font-size: 1.6rem;
        color: #1f336b;
        font-weight: 700;
        margin-left: 20px;
        position: relative;
        z-index: 1; }
  #about {
    margin-top: 40px; }
    #about .wrap {
      display: flex;
      flex-direction: column; }
      #about .wrap .imgWrap {
        order: 2;
        width: 70%;
        margin: 30px auto 0; }
        #about .wrap .imgWrap .img {
          width: 100%; }
          #about .wrap .imgWrap .img img {
            max-width: 100%;
            width: 100%;
            height: auto; }
      #about .wrap .txtWrap {
        order: 1;
        width: 90vw;
        margin-left: 10vw;
        background-color: #8ed8fa;
        border-radius: 20px 0 0 20px;
        padding: 35px 0;
        box-shadow: -5px 5px 15px rgba(31, 51, 107, 0.2); }
        #about .wrap .txtWrap > .txt {
          max-width: calc(1160px / 2);
          padding: 0 5vw 0 5vw; }
          #about .wrap .txtWrap > .txt h2 span {
            display: block;
            line-height: 1;
            font-weight: 700;
            color: #1f336b; }
            #about .wrap .txtWrap > .txt h2 span.en {
              font-size: 1.2rem;
              position: relative;
              padding-left: 20px; }
              #about .wrap .txtWrap > .txt h2 span.en:before {
                content: "";
                display: block;
                width: 13px;
                height: 3px;
                background-color: #fff;
                position: absolute;
                top: 3px;
                left: 0;
                -webkit-transform: rotate(-30deg);
                        transform: rotate(-30deg); }
            #about .wrap .txtWrap > .txt h2 span.ja {
              font-size: 2.4rem;
              margin-top: 10px; }
          #about .wrap .txtWrap > .txt p {
            margin-top: 30px; }
          #about .wrap .txtWrap > .txt .more {
            margin-top: 30px; }
  #access {
    margin-top: 40px;
    padding-bottom: 60px; }
    #access .wrap {
      width: 100%;
      display: flex;
      flex-direction: column; }
      #access .wrap .mapWrap {
        order: 2;
        width: 90vw;
        height: 400px;
        margin: 15px 0 0 10vw; }
        #access .wrap .mapWrap iframe {
          width: 100%;
          height: 400px; }
      #access .wrap .txtWrap {
        width: 90vw;
        background-color: #ecf9ff;
        border-radius: 0 20px 20px 0;
        padding: 35px 5vw;
        box-shadow: 5px 5px 15px rgba(31, 51, 107, 0.2);
        display: flex;
        justify-content: flex-end; }
        #access .wrap .txtWrap > .txt h2 span {
          display: block;
          line-height: 1;
          font-weight: 700;
          color: #1f336b; }
          #access .wrap .txtWrap > .txt h2 span.en {
            font-size: 1.2rem;
            position: relative;
            padding-left: 20px; }
            #access .wrap .txtWrap > .txt h2 span.en:before {
              content: "";
              display: block;
              width: 13px;
              height: 3px;
              background-color: #fa9200;
              position: absolute;
              top: 3px;
              left: 0;
              -webkit-transform: rotate(-30deg);
                      transform: rotate(-30deg); }
          #access .wrap .txtWrap > .txt h2 span.ja {
            font-size: 2.4rem;
            margin-top: 10px; }
        #access .wrap .txtWrap > .txt h3 {
          font-size: 1.8rem;
          font-weight: 700;
          margin-top: 20px; }
        #access .wrap .txtWrap > .txt p {
          margin-top: 10px; }
        #access .wrap .txtWrap > .txt .more {
          margin-top: 30px; } }

@media screen and (min-width: 800px) {
  body {
    background-image: url(../images/common/body-bg.webp); } }

@media print, screen and (min-width: 801px) {
  body {
    background-image: url(../images/common/body-bg.webp); }
  #homeTop {
    width: 100%;
    border-bottom: 40px solid #1f336b; }
    #homeTop .inner {
      max-width: 1160px;
      width: 95%;
      margin: 0 auto;
      position: relative;
      padding-top: 100px;
      padding-bottom: 160px; }
      #homeTop .inner h2 {
        line-height: 1.5;
        font-weight: 900; }
        #homeTop .inner h2 .blk {
          font-size: 3.2rem; }
          #homeTop .inner h2 .blk strong {
            font-size: 3.6rem; }
        #homeTop .inner h2 .org, #homeTop .inner h2 .blu {
          font-size: 5rem; }
          #homeTop .inner h2 .org strong, #homeTop .inner h2 .blu strong {
            font-size: 5.4rem; }
        #homeTop .inner h2 .org {
          color: #fa9200; }
        #homeTop .inner h2 .blu {
          color: #1f336b; }
      #homeTop .inner .fukidashi {
        border: 2px solid #1f336b;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1;
        display: table;
        padding: 10px 15px;
        border-radius: 30px;
        position: relative;
        margin-top: 55px;
        background-color: #fff;
        color: #1f336b; }
        #homeTop .inner .fukidashi.fukidashi {
          margin-top: 20px; }
        #homeTop .inner .fukidashi:before {
          content: "";
          display: block;
          width: 5px;
          height: 15px;
          border-right: 2px solid #1f336b;
          background-color: #fff;
          position: absolute;
          bottom: -13px;
          left: 15px;
          -webkit-transform: rotate(40deg);
                  transform: rotate(40deg); }
        #homeTop .inner .fukidashi strong {
          font-size: 2.6rem; }
      #homeTop .inner p.intro {
        margin-top: 30px; }
      #homeTop .inner .img {
        width: 799px;
        height: 403px;
        position: absolute;
        z-index: -1;
        bottom: 60px;
        right: 0; }
      #homeTop .inner .downBtn {
        width: 80px;
        height: 40px;
        position: absolute;
        bottom: -5px;
        right: 0;
        left: 0;
        margin: 0 auto;
        background-color: #1f336b;
        border-radius: 40px 40px 0 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        #homeTop .inner .downBtn svg.icon {
          fill: #fff;
          width: 22px;
          height: 11px;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          cursor: pointer; }
        #homeTop .inner .downBtn:hover svg.icon {
          -webkit-animation: downAnime .5s forwards linear;
                  animation: downAnime .5s forwards linear; }
  @-webkit-keyframes downAnime {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    50% {
      -webkit-transform: translateY(7px);
              transform: translateY(7px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  @keyframes downAnime {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    50% {
      -webkit-transform: translateY(7px);
              transform: translateY(7px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  #service {
    background-color: #ecf9ff; }
    #service .inner {
      max-width: 1160px;
      width: 95%;
      margin: 0 auto;
      padding: 95px 0 140px; }
      #service .inner h2 span {
        display: block;
        line-height: 1;
        font-weight: 700;
        color: #1f336b; }
        #service .inner h2 span.en {
          font-size: 1.4rem;
          position: relative;
          padding-left: 30px; }
          #service .inner h2 span.en:before {
            content: "";
            display: block;
            width: 15px;
            height: 3px;
            background-color: #fa9200;
            position: absolute;
            top: 3px;
            left: 0;
            -webkit-transform: rotate(-30deg);
                    transform: rotate(-30deg); }
        #service .inner h2 span.ja {
          font-size: 4rem;
          margin-top: 30px; }
      #service .inner p {
        margin-top: 45px; }
      #service .inner #serviceList {
        margin-top: 45px; }
        #service .inner #serviceList ul {
          list-style: none;
          display: flex;
          justify-content: space-between; }
          #service .inner #serviceList ul li {
            width: 17%;
            position: relative; }
            #service .inner #serviceList ul li:before {
              content: "";
              display: block;
              width: 100%;
              padding-bottom: 100%;
              background-color: #fff;
              box-shadow: 2px 2px 10px rgba(31, 51, 107, 0.2);
              border-radius: 50%; }
            #service .inner #serviceList ul li .img {
              width: 110%;
              position: relative;
              z-index: 3;
              position: absolute;
              z-index: 0;
              top: 0;
              left: -5%; }
              #service .inner #serviceList ul li .img img {
                width: 100%;
                height: auto; }
            #service .inner #serviceList ul li span {
              position: relative;
              z-index: 3;
              font-size: 2.2rem;
              text-align: center;
              font-weight: 700;
              display: block;
              color: #1f336b;
              margin-top: 15px; }
      #service .inner .more {
        margin-top: 60px; }
  .more {
    display: flex;
    justify-content: flex-end;
    padding-right: 25px; }
    .more a {
      display: flex;
      align-items: center;
      text-decoration: none;
      height: 50px;
      width: 203px;
      padding-right: 25px;
      position: relative; }
      .more a:before {
        content: "";
        display: block;
        width: 0;
        height: 50px;
        background-color: #fa9200;
        border-radius: 25px;
        position: absolute;
        top: 0;
        left: 20px;
        transition: all .3s;
        z-index: 0; }
      .more a:hover:before {
        width: 100%;
        left: 0; }
      .more a:hover .txt {
        color: #fff; }
      .more a .icon {
        width: 50px;
        height: 50px;
        background-color: #fa9200;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        position: relative;
        z-index: 1; }
        .more a .icon svg.btn {
          width: 20px;
          height: 11px;
          fill: #fff; }
      .more a .txt {
        font-size: 1.8rem;
        color: #1f336b;
        font-weight: 700;
        margin-left: 20px;
        position: relative;
        z-index: 1; }
  #about .wrap {
    display: flex;
    align-items: flex-start;
    padding-bottom: 75px; }
    #about .wrap .imgWrap {
      width: 50%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 80px 0 80px 0; }
      #about .wrap .imgWrap .img {
        max-width: calc(1160px / 2); }
        #about .wrap .imgWrap .img img {
          max-width: 100%;
          width: 100%;
          height: auto;
          padding-right: 60px; }
    #about .wrap .txtWrap {
      width: 50%;
      background-color: #8ed8fa;
      border-radius: 20px 0 0 20px;
      -webkit-transform: translateY(-75px);
              transform: translateY(-75px);
      padding: 80px 0;
      box-shadow: -5px 5px 15px rgba(31, 51, 107, 0.2); }
      #about .wrap .txtWrap > .txt {
        max-width: calc(1160px / 2);
        padding-left: 60px; }
        #about .wrap .txtWrap > .txt h2 span {
          display: block;
          line-height: 1;
          font-weight: 700;
          color: #1f336b; }
          #about .wrap .txtWrap > .txt h2 span.en {
            font-size: 1.4rem;
            position: relative;
            padding-left: 30px; }
            #about .wrap .txtWrap > .txt h2 span.en:before {
              content: "";
              display: block;
              width: 15px;
              height: 3px;
              background-color: #fff;
              position: absolute;
              top: 3px;
              left: 0;
              -webkit-transform: rotate(-30deg);
                      transform: rotate(-30deg); }
          #about .wrap .txtWrap > .txt h2 span.ja {
            font-size: 4rem;
            margin-top: 30px; }
        #about .wrap .txtWrap > .txt p {
          margin-top: 45px; }
        #about .wrap .txtWrap > .txt .more {
          margin-top: 60px; }
  #access {
    padding-bottom: 100px; }
    #access .wrap {
      width: 100%;
      height: 550px;
      position: relative; }
      #access .wrap .mapWrap {
        width: 65%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0; }
      #access .wrap .txtWrap {
        width: 50%;
        background-color: #ecf9ff;
        border-radius: 0 30px 30px 0;
        -webkit-transform: translateY(-75px);
                transform: translateY(-75px);
        padding: 80px 0;
        box-shadow: 5px 5px 15px rgba(31, 51, 107, 0.2);
        display: flex;
        justify-content: flex-end; }
        #access .wrap .txtWrap > .txt {
          max-width: calc(1160px / 2);
          padding-right: 60px; }
          #access .wrap .txtWrap > .txt h2 span {
            display: block;
            line-height: 1;
            font-weight: 700;
            color: #1f336b; }
            #access .wrap .txtWrap > .txt h2 span.en {
              font-size: 1.4rem;
              position: relative;
              padding-left: 30px; }
              #access .wrap .txtWrap > .txt h2 span.en:before {
                content: "";
                display: block;
                width: 15px;
                height: 3px;
                background-color: #fa9200;
                position: absolute;
                top: 3px;
                left: 0;
                -webkit-transform: rotate(-30deg);
                        transform: rotate(-30deg); }
            #access .wrap .txtWrap > .txt h2 span.ja {
              font-size: 4rem;
              margin-top: 30px; }
          #access .wrap .txtWrap > .txt h3 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-top: 30px; }
          #access .wrap .txtWrap > .txt p {
            margin-top: 20px; }
          #access .wrap .txtWrap > .txt .more {
            margin-top: 45px;
            padding-right: 0; } }

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