@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

:root {
  font-size: 10px;
  color: #1a1a1a; }

body {
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400; }

.en {
  font-family: 'Josefin Sans', sans-serif; }

@media screen and (max-width: 800px) {
  body {
    margin-top: 40px;
    font-size: 1.4rem;
    line-height: 1.8; }
  header {
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff; }
    header #headerInner {
      width: 97%;
      margin: 0 0 0 3%;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      height: 40px; }
      header #headerInner #siteName {
        width: 200px;
        height: 37px; }
        header #headerInner #siteName a {
          display: block;
          width: 100%;
          height: 100%; }
        header #headerInner #siteName img {
          width: 100%;
          height: auto; }
      header #headerInner #spContact {
        width: 40px;
        height: 40px;
        position: relative;
        margin: 0 0 0 auto; }
        header #headerInner #spContact a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 40px;
          height: 40px;
          background-color: #fa9200; }
          header #headerInner #spContact a svg.icon {
            width: 25px;
            height: 22px;
            fill: #fff; }
      header #headerInner #menuBtn {
        width: 40px;
        height: 40px;
        background-color: #1f336b;
        position: relative; }
        header #headerInner #menuBtn span {
          display: block;
          position: absolute;
          width: 26px;
          height: 2px;
          background-color: #fff;
          left: 7px;
          transition: all .3s; }
          header #headerInner #menuBtn span:nth-of-type(1) {
            top: 10px; }
          header #headerInner #menuBtn span:nth-of-type(2) {
            top: 19px; }
          header #headerInner #menuBtn span:nth-of-type(3) {
            top: 28px; }
        header #headerInner #menuBtn.isOpen span:nth-of-type(1) {
          top: 19px;
          -webkit-transform: rotate(35deg);
                  transform: rotate(35deg); }
        header #headerInner #menuBtn.isOpen span:nth-of-type(2) {
          opacity: 0; }
        header #headerInner #menuBtn.isOpen span:nth-of-type(3) {
          top: 19px;
          -webkit-transform: rotate(-35deg);
                  transform: rotate(-35deg); }
      header #headerInner nav {
        width: 100%;
        height: calc(100vh - 40px);
        position: fixed;
        top: 40px;
        right: -100%;
        background-color: #1f336b;
        transition: all .3s; }
        header #headerInner nav.isOpen {
          right: 0; }
        header #headerInner nav ul#gMenu {
          width: 90%;
          margin: 0 auto;
          list-style: none; }
          header #headerInner nav ul#gMenu > li {
            border-bottom: 1px solid #fff;
            padding: 20px 0 10px;
            margin-top: 10px; }
            header #headerInner nav ul#gMenu > li > a {
              color: #fff;
              font-size: 2rem;
              text-decoration: none;
              display: flex;
              justify-content: space-between; }
              header #headerInner nav ul#gMenu > li > a span {
                display: block;
                width: 11px;
                height: 20px; }
                header #headerInner nav ul#gMenu > li > a span svg.icon {
                  width: 11px;
                  height: 20px;
                  fill: #fff; }
            header #headerInner nav ul#gMenu > li.parent .child {
              list-style: none;
              padding-left: 20px; }
              header #headerInner nav ul#gMenu > li.parent .child li:not(:last-of-type) {
                border-bottom: 1px dotted #fff; }
              header #headerInner nav ul#gMenu > li.parent .child li + li {
                margin-top: 10px; }
              header #headerInner nav ul#gMenu > li.parent .child a {
                display: flex;
                justify-content: space-between;
                color: #fff;
                font-size: 1.8rem;
                text-decoration: none;
                padding-bottom: 10px; }
                header #headerInner nav ul#gMenu > li.parent .child a span {
                  width: 20px; }
                  header #headerInner nav ul#gMenu > li.parent .child a span svg.icon {
                    width: 20px;
                    height: 11px;
                    fill: #fff; }
  footer {
    background-color: #1f336b;
    padding: 30px 0 20px;
    position: relative; }
    footer #footerContact {
      width: 80%;
      margin: 0 auto; }
      footer #footerContact a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
        text-decoration: none;
        box-shadow: 5px 5px 10px rgba(26, 26, 26, 0.6);
        padding: 30px 25px; }
        footer #footerContact a h2 {
          font-size: 2.4rem;
          font-weight: 700;
          color: #1f336b;
          position: relative;
          line-height: 1;
          height: 44px; }
          footer #footerContact a h2:after {
            content: "・・・";
            display: block;
            position: absolute;
            width: 100%;
            height: 20px;
            font-size: 2rem;
            text-align: center;
            color: #1f336b; }
        footer #footerContact a img {
          display: block;
          margin-top: 16px; }
        footer #footerContact a p {
          font-size: 1.6rem;
          color: #1a1a1a;
          line-height: 1.5;
          margin-top: 10px; }
    footer p.copy {
      font-size: 1rem;
      line-height: 1;
      color: #fff;
      text-align: center;
      margin-top: 20px; }
    footer #pageTop {
      width: 80px;
      height: 40px;
      position: absolute;
      top: -35px;
      right: 0;
      left: 0;
      margin: 0 auto;
      background-color: #1f336b;
      border-radius: 40px 40px 0 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      footer #pageTop svg.icon {
        fill: #fff;
        width: 22px;
        height: 11px;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        cursor: pointer; }
  .forPC {
    display: none !important; } }

@media print, screen and (min-width: 801px) {
  body {
    padding-top: 100px; }
  header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    transition: all .3s; }
    header.scroll {
      height: 80px; }
      header.scroll #headerInner {
        height: 80px; }
        header.scroll #headerInner #siteName {
          width: 300px;
          height: 55px; }
          header.scroll #headerInner #siteName img {
            width: 100%;
            height: auto; }
        header.scroll #headerInner nav ul#gMenu > li {
          height: 80px; }
          header.scroll #headerInner nav ul#gMenu > li > a {
            height: 80px; }
          header.scroll #headerInner nav ul#gMenu > li.mail {
            height: 80px; }
            header.scroll #headerInner nav ul#gMenu > li.mail a {
              height: 80px; }
    header #headerInner {
      max-width: 1280px;
      width: 95%;
      height: 100px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all .3s; }
      header #headerInner #siteName {
        width: 381px;
        height: 70px;
        transition: all .3s; }
        header #headerInner #siteName img {
          transition: all .3s; }
      header #headerInner nav ul {
        list-style: none; }
        header #headerInner nav ul#gMenu {
          display: flex; }
          header #headerInner nav ul#gMenu > li {
            height: 100px;
            margin: 0 16px;
            transition: all .3s; }
            header #headerInner nav ul#gMenu > li > a {
              display: flex;
              align-items: center;
              width: 100%;
              height: 100px;
              position: relative;
              font-size: 1.7rem;
              font-weight: 700;
              color: #1f336b;
              text-decoration: none;
              padding: 0 10px;
              transition: all .3s; }
              header #headerInner nav ul#gMenu > li > a:after {
                content: "";
                display: block;
                width: 0;
                height: 3px;
                background-color: #1f336b;
                position: absolute;
                bottom: 0;
                left: 0;
                transition: all .3s; }
              header #headerInner nav ul#gMenu > li > a:hover:after, header #headerInner nav ul#gMenu > li > a.now:after {
                width: 100%; }
            header #headerInner nav ul#gMenu > li.parent ul.child {
              position: absolute;
              background-color: #fa9200;
              padding: 0 4px;
              height: 0;
              overflow: hidden;
              transition: all .3s; }
              header #headerInner nav ul#gMenu > li.parent ul.child.isView {
                padding: 4px;
                height: 81px; }
              header #headerInner nav ul#gMenu > li.parent ul.child li {
                line-height: 1; }
                header #headerInner nav ul#gMenu > li.parent ul.child li + li {
                  margin-top: 10px; }
                header #headerInner nav ul#gMenu > li.parent ul.child li a {
                  display: flex;
                  align-items: center;
                  color: #fff;
                  text-decoration: none;
                  padding: 7px; }
                  header #headerInner nav ul#gMenu > li.parent ul.child li a span {
                    display: flex;
                    align-items: center;
                    width: 1em;
                    height: 1em;
                    margin-left: 5px;
                    transition: all .3s; }
                    header #headerInner nav ul#gMenu > li.parent ul.child li a span svg.icon {
                      width: 16px;
                      height: 5px;
                      fill: #fff;
                      -webkit-transform: scaleX(0);
                              transform: scaleX(0);
                      transition: all .3s; }
                  header #headerInner nav ul#gMenu > li.parent ul.child li a:hover, header #headerInner nav ul#gMenu > li.parent ul.child li a.now {
                    background-color: rgba(31, 51, 107, 0.7); }
                    header #headerInner nav ul#gMenu > li.parent ul.child li a:hover span svg.icon, header #headerInner nav ul#gMenu > li.parent ul.child li a.now span svg.icon {
                      -webkit-transform: scaleX(1);
                              transform: scaleX(1); }
            header #headerInner nav ul#gMenu > li.mail a {
              display: flex;
              justify-content: center;
              align-items: center;
              background-color: #fa9200;
              width: 100px;
              height: 100px;
              transition: all .3s; }
              header #headerInner nav ul#gMenu > li.mail a:before {
                content: "";
                display: block;
                width: 100%;
                height: 0;
                background-color: #1f336b;
                transition: all .3s;
                z-index: 1;
                position: absolute;
                top: 0;
                left: 0; }
              header #headerInner nav ul#gMenu > li.mail a:after {
                display: none; }
              header #headerInner nav ul#gMenu > li.mail a svg.icon {
                fill: #fff;
                width: 40px;
                height: 29px;
                transition: all .3s;
                position: relative;
                z-index: 10; }
              header #headerInner nav ul#gMenu > li.mail a:hover:before {
                height: 100%; }
  footer {
    background-color: #1f336b;
    padding: 90px 0 60px;
    position: relative; }
    footer #footerContact {
      width: 700px;
      height: 392px;
      margin: 0 auto; }
      footer #footerContact a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 20px;
        text-decoration: none;
        box-shadow: 5px 5px 15px rgba(26, 26, 26, 0.6); }
        footer #footerContact a h2 {
          font-size: 4rem;
          font-weight: 700;
          color: #1f336b;
          position: relative;
          line-height: 1;
          height: 60px; }
          footer #footerContact a h2:after {
            content: "・・・";
            display: block;
            position: absolute;
            width: 100%;
            height: 20px;
            font-size: 2rem;
            text-align: center;
            color: #1f336b; }
        footer #footerContact a img {
          display: block;
          margin-top: 22px; }
        footer #footerContact a p {
          text-align: center;
          font-size: 1.8rem;
          color: #1a1a1a;
          line-height: 1.6;
          margin-top: 28px; }
    footer p.copy {
      font-size: 1.3rem;
      line-height: 1;
      color: #fff;
      text-align: center;
      margin-top: 55px; }
    footer #pageTop {
      width: 80px;
      height: 40px;
      position: absolute;
      top: -35px;
      right: 0;
      left: 0;
      margin: 0 auto;
      background-color: #1f336b;
      border-radius: 40px 40px 0 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      footer #pageTop svg.icon {
        fill: #fff;
        width: 22px;
        height: 11px;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        cursor: pointer; }
      footer #pageTop:hover svg.icon {
        -webkit-animation: pagetopAnime .5s forwards linear;
                animation: pagetopAnime .5s forwards linear; }
  @-webkit-keyframes pagetopAnime {
    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 pagetopAnime {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    50% {
      -webkit-transform: translateY(-7px);
              transform: translateY(-7px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .forSP {
    display: none !important; } }

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