@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-size: 16px;
  font-weight: 300; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.c {
  clear: both; }

ul {
  list-style-type: none; }

body {
  font-family: "Noto Sans JP";
  background-color: #f2f5f7; }

a {
  text-decoration: none; }

/* オリジナル　*/
div.loading {
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: block;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  transition: all 1s ease;
  opacity: 95;
  border-top: 5px solid #0a539a;
  border-bottom: 5px solid #0a539a; }
  div.loading p {
    color: #0a539a;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    font-weight: 300;
    width: auto;
    height: auto; }
    @media screen and (max-width: 480px) {
      div.loading p {
        font-size: 12px;
        font-size: 2.75vw; } }
    @media screen and (min-width: 481px) and (max-width: 769px) {
      div.loading p {
        font-size: 12px;
        font-size: 1.7142857143vw; } }
    @media screen and (min-width: 770px) {
      div.loading p {
        font-size: 13.8px; } }
    div.loading p img {
      display: block;
      margin: 0 auto;
      margin-bottom: 20px; }

div.hidden {
  opacity: 0;
  visibility: hidden; }

h2 {
  text-align: center;
  font-weight: 300;
  letter-spacing: 3px;
  border-bottom: 1px solid #3261ab;
  margin: 50px auto 30px auto;
  width: 760px;
  max-width: 95vw;
  min-height: 50px; }
  h2 strong {
    color: #0a539a;
    font-weight: 300; }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 22px;
      font-size: 5.0416666667vw; } }
  @media screen and (min-width: 481px) and (max-width: 769px) {
    h2 {
      font-size: 22px;
      font-size: 3.1428571429vw; } }
  @media screen and (min-width: 770px) {
    h2 {
      font-size: 25.3px; } }
  @media screen and (max-width: 768px) {
    h2 {
      min-height: 6vw;
      margin: 5vw auto 3vw auto;
      padding-bottom: 2vw;
      padding-top: 5vw; } }
  @media screen and (max-width: 480px) {
    h2 {
      letter-spacing: 1px; } }

h2.back {
  font-weight: 400;
  color: #a7c6e4;
  background-image: url("img/h2_back.png");
  border: 0px;
  text-align: left; }
  @media screen and (max-width: 480px) {
    h2.back {
      font-size: 20px;
      font-size: 4.5833333333vw; } }
  @media screen and (min-width: 481px) and (max-width: 769px) {
    h2.back {
      font-size: 20px;
      font-size: 2.8571428571vw; } }
  @media screen and (min-width: 770px) {
    h2.back {
      font-size: 23px; } }
  h2.back strong {
    color: #fff; }
  @media screen and (min-width: 769px) {
    h2.back {
      width: 760px;
      height: 80px;
      padding-left: 30px;
      line-height: 80px; } }
  @media screen and (max-width: 768px) {
    h2.back {
      width: 95vw;
      padding: 2vw;
      padding-left: 4vw;
      line-height: 150%;
      letter-spacing: 2px; } }
  @media screen and (max-width: 480px) {
    h2.back {
      letter-spacing: 0; } }

article p.main {
  width: 760px;
  height: auto;
  margin: 0px auto;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 200%; }
  @media screen and (max-width: 480px) {
    article p.main {
      font-size: 16.25px;
      font-size: 3.7239583333vw; } }
  @media screen and (min-width: 481px) and (max-width: 769px) {
    article p.main {
      font-size: 13px;
      font-size: get_vw3(13); } }
  @media screen and (min-width: 770px) {
    article p.main {
      font-size: 14.95px; } }
  article p.main strong {
    color: #3261ab;
    font-weight: 500; }
  @media screen and (max-width: 768px) {
    article p.main {
      width: 95vw;
      padding-left: 4vw;
      padding-bottm: 2vw; } }
  @media screen and (max-width: 480px) {
    article p.main {
      padding-bottom: 4vw; } }
article a.under_next_button {
  transition: all 0.2s ease;
  display: block;
  width: 350px;
  height: 50px;
  border-radius: 25px;
  background-color: #ccc;
  margin: 0 auto;
  text-align: center;
  color: #000; }
  @media screen and (min-width: 769px) {
    article a.under_next_button {
      margin-top: 50px; } }
  @media screen and (max-width: 768px) and (min-width: 481px) {
    article a.under_next_button {
      margin-top: 10vw; } }
  @media screen and (max-width: 480px) {
    article a.under_next_button {
      width: 95vw;
      height: 15vw;
      border-right: 8vw;
      margin-top: 10vw;
      border-radius: 8vw; } }
  article a.under_next_button div {
    display: inline-block;
    font-weight: 700;
    line-height: 50px; }
    @media screen and (max-width: 480px) {
      article a.under_next_button div {
        font-size: 14px;
        font-size: 3.2083333333vw; } }
    @media screen and (min-width: 481px) and (max-width: 769px) {
      article a.under_next_button div {
        font-size: 14px;
        font-size: 2vw; } }
    @media screen and (min-width: 770px) {
      article a.under_next_button div {
        font-size: 16.1px; } }
    article a.under_next_button div small {
      padding-left: 3px; }
      @media screen and (max-width: 480px) {
        article a.under_next_button div small {
          font-size: 11px;
          font-size: 2.5208333333vw; } }
      @media screen and (min-width: 481px) and (max-width: 769px) {
        article a.under_next_button div small {
          font-size: 11px;
          font-size: 1.5714285714vw; } }
      @media screen and (min-width: 770px) {
        article a.under_next_button div small {
          font-size: 12.65px; } }
    @media screen and (max-width: 480px) {
      article a.under_next_button div {
        line-height: 15vw; } }
  article a.under_next_button div::after {
    content: "▼";
    color: #0a539a;
    display: inline-block;
    line-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #fff;
    margin-left: 10px;
    transform: rotate(-90deg); }
    @media screen and (max-width: 480px) {
      article a.under_next_button div::after {
        font-size: 11px;
        font-size: 2.5208333333vw; } }
    @media screen and (min-width: 481px) and (max-width: 769px) {
      article a.under_next_button div::after {
        font-size: 11px;
        font-size: 1.5714285714vw; } }
    @media screen and (min-width: 770px) {
      article a.under_next_button div::after {
        font-size: 12.65px; } }
article a.under_next_button:hover {
  background-color: #0a539a;
  color: #fff; }
  article a.under_next_button:hover div::after {
    color: #0a539a; }

@media screen and (max-width: 768px) {
  html, body {
    width: 100%;
    height: auto; } }
  @media screen and (max-width: 768px) and (max-width: 480px) {
    html, body {
      font-size: 13px;
      font-size: 2.9791666667vw; } }
  @media screen and (max-width: 768px) and (min-width: 481px) and (max-width: 769px) {
    html, body {
      font-size: 13px;
      font-size: 1.8571428571vw; } }
  @media screen and (max-width: 768px) and (min-width: 770px) {
    html, body {
      font-size: 14.95px; } }

@media screen and (min-width: 769px) {
  body {
    padding-top: 196px; } }
@media screen and (max-width: 768px) and (min-width: 481px) {
  body {
    padding-top: 160px; } }
@media screen and (max-width: 480px) {
  body {
    padding-top: 20vw; } }

header {
  position: fixed;
  top: 0;
  width: 100vw;
  max-width: 100vw;
  background-color: #fff;
  margin: 0px;
  z-index: 100000; }
  @media screen and (min-width: 769px) {
    header {
      height: 196px; } }
  @media screen and (max-width: 768px) and (min-width: 481px) {
    header {
      height: 160px; } }
  @media screen and (max-width: 480px) {
    header {
      height: 20vw;
      border-bottom: 1px solid #f2f5f7; } }
  header div#wrap {
    transition: all 0.2s ease;
    margin: 0px auto;
    position: relative; }
    header div#wrap a.pc_menu_button {
      display: none; }
    @media screen and (min-width: 769px) {
      header div#wrap {
        width: 960px;
        max-width: 100%;
        height: 121px; } }
    @media screen and (max-width: 768px) {
      header div#wrap {
        width: 100%;
        height: 100px; } }
    @media screen and (max-width: 480px) {
      header div#wrap {
        height: 20vw; } }
    header div#wrap h1 img {
      float: left;
      transition: all 0.2s ease; }
      @media screen and (min-width: 769px) {
        header div#wrap h1 img {
          width: 468px;
          height: 51px;
          margin: 38px 0px 0px 23px; } }
      @media screen and (max-width: 768px) {
        header div#wrap h1 img {
          width: 50vw;
          height: auto;
          margin-left: 1.5vw;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); } }
      @media screen and (max-width: 480px) {
        header div#wrap h1 img {
          width: 80vw;
          margin-left: 2vw; } }
    header div#wrap ul {
      float: right; }
      @media screen and (min-width: 769px) {
        header div#wrap ul {
          margin-right: 5px; } }
      @media screen and (max-width: 768px) and (min-width: 481px) {
        header div#wrap ul {
          margin-right: 1vw; } }
      @media screen and (max-width: 480px) {
        header div#wrap ul {
          display: none; } }
      header div#wrap ul li {
        transition: all 0.2s ease; }
        @media screen and (min-width: 769px) {
          header div#wrap ul li {
            width: 238px;
            height: 40px;
            margin: 11px 0px 0px 0px; } }
        @media screen and (max-width: 768px) and (min-width: 481px) {
          header div#wrap ul li {
            width: 30vw;
            height: 40px;
            margin: 5px 0 0 0; } }
        header div#wrap ul li a.blue_button_right {
          color: #fff; }
          @media screen and (max-width: 768px) and (min-width: 481px) {
            header div#wrap ul li a.blue_button_right {
              position: relative; } }
          header div#wrap ul li a.blue_button_right div {
            display: inline-block;
            background-color: #0a539a;
            font-weight: 300;
            line-height: 40px;
            text-align: center; }
            @media screen and (max-width: 480px) {
              header div#wrap ul li a.blue_button_right div {
                font-size: 10.5px;
                font-size: 2.40625vw; } }
            @media screen and (min-width: 481px) and (max-width: 769px) {
              header div#wrap ul li a.blue_button_right div {
                font-size: 10.5px;
                font-size: 1.5vw; } }
            @media screen and (min-width: 770px) {
              header div#wrap ul li a.blue_button_right div {
                font-size: 12.075px; } }
          header div#wrap ul li a.blue_button_right div::before {
            content: "▼";
            display: inline-block;
            vertical-align: middle;
            background-color: #fff;
            color: #0a539a;
            border-radius: 100%;
            width: 15px;
            height: 15px;
            line-height: 16px;
            margin-right: 4px;
            text-align: center;
            transform: translateY(-10%) rotate(-90deg); }
            @media screen and (max-width: 480px) {
              header div#wrap ul li a.blue_button_right div::before {
                font-size: 7px;
                font-size: 1.6041666667vw; } }
            @media screen and (min-width: 481px) and (max-width: 769px) {
              header div#wrap ul li a.blue_button_right div::before {
                font-size: 7px;
                font-size: 1vw; } }
            @media screen and (min-width: 770px) {
              header div#wrap ul li a.blue_button_right div::before {
                font-size: 8.05px; } }
          @media screen and (max-width: 768px) and (min-width: 481px) {
            header div#wrap ul li a.blue_button_right div {
              display: block;
              height: 40px;
              width: 100%;
              line-height: 40px;
              border-radius: 20px; }
            header div#wrap ul li a.blue_button_right div::before {
              width: 13px;
              height: 13px;
              line-height: 13px;
              margin-right: 4px;
              transform: translateY(-5%); } }
      header div#wrap ul li:hover {
        opacity: 0.5; }
      @media screen and (min-width: 769px) {
        header div#wrap ul li:first-child div {
          width: 100%;
          height: 40px;
          line-height: 40px;
          border-radius: 40px;
          font-size: 0.75em; }
          header div#wrap ul li:first-child div img {
            height: 20px;
            width: auto;
            display: inline-block; } }
      header div#wrap ul li:last-child img {
        width: 100%;
        height: auto; }
  header nav {
    background-color: #0a539a;
    transition: all 0.2s ease; }
    @media screen and (min-width: 769px) {
      header nav {
        height: 75px; } }
    @media screen and (max-width: 768px) and (min-width: 481px) {
      header nav {
        height: 60px; } }
    header nav ul {
      display: block;
      margin: 0px auto; }
      @media screen and (min-width: 769px) {
        header nav ul {
          width: 960px;
          max-width: 100%;
          height: 70px; } }
      @media screen and (max-width: 768px) and (min-width: 481px) {
        header nav ul {
          width: 100%;
          height: 100%; } }
      @media screen and (max-width: 480px) {
        header nav ul li {
          font-size: 12px;
          font-size: 2.75vw; } }
      @media screen and (min-width: 481px) and (max-width: 769px) {
        header nav ul li {
          font-size: 12px;
          font-size: 1.7142857143vw; } }
      @media screen and (min-width: 770px) {
        header nav ul li {
          font-size: 13.8px; } }
      @media screen and (min-width: 769px) {
        header nav ul li {
          width: 11%;
          height: 70px;
          float: left;
          display: block;
          margin: 0px;
          text-align: center;
          line-height: 150%;
          letter-spacing: 0.15em; } }
      @media screen and (max-width: 768px) and (min-width: 481px) {
        header nav ul li {
          width: 11%;
          height: 100%;
          float: left;
          display: block;
          margin: 0px;
          text-align: center;
          line-height: 150%;
          letter-spacing: 0.15em; } }
      header nav ul li a {
        border-right: 1px solid #5c88b3;
        transition: all 0.2s ease;
        display: block;
        color: #fff; }
        @media screen and (min-width: 769px) {
          header nav ul li a {
            height: 46px;
            margin: 14px 0px 15px 0px; }
            header nav ul li a span {
              position: relative;
              display: block;
              top: 50%;
              transform: translateY(-50%); } }
        @media screen and (max-width: 768px) and (min-width: 481px) {
          header nav ul li a {
            height: 80%;
            margin: 8% auto; }
            header nav ul li a span {
              position: relative;
              display: block;
              top: 50%;
              transform: translateY(-50%); } }
      @media screen and (min-width: 482px) {
        header nav ul li a:hover {
          color: #fff;
          background-color: #5c88b3; } }
      @media screen and (min-width: 769px) {
        header nav ul li:first-child a {
          border-left: 1px solid #87bbf1; } }
      @media screen and (max-width: 768px) and (min-width: 481px) {
        header nav ul li:last-child a {
          border-right: 0px; } }

div.footer_contact {
  display: block;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc; }
  @media screen and (min-width: 769px) {
    div.footer_contact {
      height: 280px;
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    div.footer_contact {
      height: auto;
      margin-top: 50px; } }
  div.footer_contact div.wrap {
    margin: 0px auto;
    text-align: center; }
    @media screen and (min-width: 769px) {
      div.footer_contact div.wrap {
        max-width: 100vw;
        width: 760px;
        height: 280px;
        padding-top: 33px; } }
    @media screen and (max-width: 768px) {
      div.footer_contact div.wrap {
        display: block;
        width: 100%;
        height: auto;
        padding: 3vw 0px; } }
    div.footer_contact div.wrap span {
      font-weight: 300; }
      div.footer_contact div.wrap span a {
        text-decoration: none;
        color: #000; }
    div.footer_contact div.wrap strong {
      color: #3261ab;
      letter-spacing: 2px;
      font-weight: 200;
      line-height: 180%; }
      @media screen and (max-width: 480px) {
        div.footer_contact div.wrap strong {
          font-size: 18px;
          font-size: 4.125vw; } }
      @media screen and (min-width: 481px) and (max-width: 769px) {
        div.footer_contact div.wrap strong {
          font-size: 18px;
          font-size: 2.5714285714vw; } }
      @media screen and (min-width: 770px) {
        div.footer_contact div.wrap strong {
          font-size: 20.7px; } }
      @media screen and (max-width: 480px) {
        div.footer_contact div.wrap strong {
          letter-spacing: 0; } }
    div.footer_contact div.wrap a {
      color: #000; }
    div.footer_contact div.wrap a.contact_button {
      color: #fff !important;
      background-color: #0a539a;
      text-align: center;
      display: block;
      position: relative;
      margin: 15px auto;
      transition: all 0.2s ease; }
      @media screen and (max-width: 480px) {
        div.footer_contact div.wrap a.contact_button {
          font-size: 18px;
          font-size: 4.125vw; } }
      @media screen and (min-width: 481px) and (max-width: 769px) {
        div.footer_contact div.wrap a.contact_button {
          font-size: 18px;
          font-size: 2.5714285714vw; } }
      @media screen and (min-width: 770px) {
        div.footer_contact div.wrap a.contact_button {
          font-size: 20.7px; } }
      @media screen and (min-width: 769px) {
        div.footer_contact div.wrap a.contact_button {
          width: 570px;
          height: 65px;
          border-radius: 33px;
          line-height: 65px; } }
      @media screen and (max-width: 768px) and (min-width: 481px) {
        div.footer_contact div.wrap a.contact_button {
          width: 70vw;
          height: 10vw;
          border-radius: 5vw;
          line-height: 10vw; } }
      @media screen and (max-width: 480px) {
        div.footer_contact div.wrap a.contact_button {
          width: 90vw;
          height: 15vw;
          border-radius: 15vw;
          line-height: 15vw; } }
      div.footer_contact div.wrap a.contact_button div {
        margin: 0px auto;
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      div.footer_contact div.wrap a.contact_button div::before {
        content: "▼";
        display: inline-block;
        background-color: #fff;
        color: #3261ab;
        border-radius: 100%; }
        @media screen and (max-width: 480px) {
          div.footer_contact div.wrap a.contact_button div::before {
            font-size: 10px;
            font-size: 2.2916666667vw; } }
        @media screen and (min-width: 481px) and (max-width: 769px) {
          div.footer_contact div.wrap a.contact_button div::before {
            font-size: 10px;
            font-size: 1.4285714286vw; } }
        @media screen and (min-width: 770px) {
          div.footer_contact div.wrap a.contact_button div::before {
            font-size: 11.5px; } }
        @media screen and (min-width: 769px) {
          div.footer_contact div.wrap a.contact_button div::before {
            width: 22px;
            height: 22px;
            line-height: 23px;
            margin-right: 6px;
            text-align: center;
            transform: translateY(-10%); } }
        @media screen and (max-width: 768px) and (min-width: 481px) {
          div.footer_contact div.wrap a.contact_button div::before {
            width: 3vw;
            height: 3vw;
            line-height: 3vw;
            margin-right: 6px;
            transform: translateY(-20%); } }
        @media screen and (max-width: 480px) {
          div.footer_contact div.wrap a.contact_button div::before {
            width: 4vw;
            height: 4vw;
            line-height: 4vw;
            margin-right: 4px;
            transform: translateY(-10%); } }
    div.footer_contact div.wrap a.contact_button:hover {
      opacity: 0.5; }
    div.footer_contact div.wrap p {
      display: block;
      margin-top: 25px;
      letter-spacing: 0.5px;
      font-weight: 500; }
      @media screen and (max-width: 480px) {
        div.footer_contact div.wrap p {
          font-size: 14px;
          font-size: 3.2083333333vw; } }
      @media screen and (min-width: 481px) and (max-width: 769px) {
        div.footer_contact div.wrap p {
          font-size: 14px;
          font-size: 2vw; } }
      @media screen and (min-width: 770px) {
        div.footer_contact div.wrap p {
          font-size: 16.1px; } }
    div.footer_contact div.wrap p::before {
      content: "";
      display: inline-block;
      width: 25px;
      height: 20px;
      background-image: url("img/footer_tel.png");
      background-size: contain;
      vertical-align: middle;
      margin: -7px 6px 0px 0px; }
    div.footer_contact div.wrap span {
      display: block;
      margin-top: 10px; }
      @media screen and (max-width: 480px) {
        div.footer_contact div.wrap span {
          font-size: 14px;
          font-size: 3.2083333333vw; } }
      @media screen and (min-width: 481px) and (max-width: 769px) {
        div.footer_contact div.wrap span {
          font-size: 14px;
          font-size: 2vw; } }
      @media screen and (min-width: 770px) {
        div.footer_contact div.wrap span {
          font-size: 16.1px; } }
      div.footer_contact div.wrap span strong {
        font-weight: 500; }
        @media screen and (max-width: 480px) {
          div.footer_contact div.wrap span strong {
            font-size: 14px;
            font-size: 3.2083333333vw; } }
        @media screen and (min-width: 481px) and (max-width: 769px) {
          div.footer_contact div.wrap span strong {
            font-size: 14px;
            font-size: 2vw; } }
        @media screen and (min-width: 770px) {
          div.footer_contact div.wrap span strong {
            font-size: 16.1px; } }

div.footer_main {
  display: block;
  width: 100%;
  background-color: #01192e;
  color: #85a7c7;
  margin: 0px;
  height: auto; }
  div.footer_main a {
    color: #85a7c7; }
  div.footer_main div.wrap {
    display: block;
    margin: 0px auto;
    text-align: center;
    color: #85a7c7; }
    @media screen and (min-width: 769px) {
      div.footer_main div.wrap {
        padding-top: 20px;
        width: 760px; } }
    @media screen and (max-width: 768px) {
      div.footer_main div.wrap {
        padding: 3vw 0 1vw 0;
        width: 100%; } }
    @media screen and (min-width: 769px) {
      div.footer_main div.wrap img {
        width: 221px;
        height: 150px;
        margin-bottom: 25px; } }
    @media screen and (max-width: 768px) {
      div.footer_main div.wrap img {
        width: 25vw;
        height: auto;
        margin-bottom: 5vw; } }
    @media screen and (max-width: 480px) {
      div.footer_main div.wrap img {
        width: 40vw; } }
    div.footer_main div.wrap p {
      line-height: 180%;
      font-weight: 300;
      letter-spacing: 0.6px; }
      @media screen and (max-width: 480px) {
        div.footer_main div.wrap p {
          font-size: 12px;
          font-size: 2.75vw; } }
      @media screen and (min-width: 481px) and (max-width: 769px) {
        div.footer_main div.wrap p {
          font-size: 12px;
          font-size: 1.7142857143vw; } }
      @media screen and (min-width: 770px) {
        div.footer_main div.wrap p {
          font-size: 13.8px; } }
      @media screen and (min-width: 769px) {
        div.footer_main div.wrap p {
          padding-top: 15px; } }
      @media screen and (max-width: 768px) {
        div.footer_main div.wrap p {
          padding-top: 1.5vw; } }
      @media screen and (max-width: 480px) {
        div.footer_main div.wrap p {
          padding-top: 1.5vw; } }
      div.footer_main div.wrap p a {
        text-decoration: none; }
    div.footer_main div.wrap p:first-line {
      font-weight: 500;
      color: #fff; }
    @media screen and (max-width: 480px) {
      div.footer_main div.wrap small {
        font-size: 10px;
        font-size: 2.2916666667vw; } }
    @media screen and (min-width: 481px) and (max-width: 769px) {
      div.footer_main div.wrap small {
        font-size: 10px;
        font-size: 1.4285714286vw; } }
    @media screen and (min-width: 770px) {
      div.footer_main div.wrap small {
        font-size: 11.5px; } }
    div.footer_main div.wrap span {
      display: block;
      font-weight: 100;
      letter-spacing: 1px;
      margin-top: 60px;
      height: 20px;
      color: #fff; }
      @media screen and (max-width: 480px) {
        div.footer_main div.wrap span {
          margin-top: 10vw; } }
      @media screen and (max-width: 480px) {
        div.footer_main div.wrap span {
          font-size: 10px;
          font-size: 2.2916666667vw; } }
      @media screen and (min-width: 481px) and (max-width: 769px) {
        div.footer_main div.wrap span {
          font-size: 10px;
          font-size: 1.4285714286vw; } }
      @media screen and (min-width: 770px) {
        div.footer_main div.wrap span {
          font-size: 11.5px; } }

@media screen and (max-width: 480px) {
  header a.humb_menu {
    display: block;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 50%;
    left: 100vw;
    transform: translate(-120%, -50%);
    transition: all 0.2s ease;
    z-index: 1001; }
    header a.humb_menu div {
      display: block;
      position: absolute;
      width: 6vw;
      height: 1.2vw;
      background-color: #3261ab;
      top: 0;
      left: 0;
      border-radius: 5px;
      transition: all 0.2s ease; }
    header a.humb_menu div::before {
      content: "";
      display: block;
      position: absolute;
      width: 6vw;
      height: 1.2vw;
      background-color: #3261ab;
      top: 2vw;
      left: 0;
      border-radius: 5px; }
    header a.humb_menu div::after {
      content: "";
      display: block;
      position: absolute;
      width: 6vw;
      height: 1.2vw;
      background-color: #3261ab;
      top: 4vw;
      left: 0;
      border-radius: 5px; }
  header a.active {
    position: fixed;
    top: 50px; }
    header a.active div {
      transform: rotate(-45deg);
      background-color: #fff !important; }
    header a.active div::before {
      opacity: 0;
      display: none; }
    header a.active div::after {
      transform: rotate(90deg) translate(-65%, 0%);
      background-color: #fff !important; }
  header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: #0a539a; }
    header nav ul {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      clear: both; }
      header nav ul li:first-child {
        margin-top: 10vh; }
      header nav ul li {
        height: 10vh;
        width: 100%;
        display: block;
        position: relative;
        transition: all 0.3s ease; } }
      @media screen and (max-width: 480px) and (max-width: 480px) {
        header nav ul li {
          font-size: 16px;
          font-size: 3.6666666667vw; } }
      @media screen and (max-width: 480px) and (min-width: 481px) and (max-width: 769px) {
        header nav ul li {
          font-size: 16px;
          font-size: 2.2857142857vw; } }
      @media screen and (max-width: 480px) and (min-width: 770px) {
        header nav ul li {
          font-size: 18.4px; } }
@media screen and (max-width: 480px) {
        header nav ul li a {
          width: 100%;
          color: #fff;
          line-height: 140%;
          display: block;
          margin: 0 auto;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
      header nav ul li:hover {
        background-color: #fff; }
        header nav ul li:hover a {
          color: #3261ab; }
  header nav.active {
    display: block; } }
@media screen and (min-width: 481px) {
  header.small {
    height: auto; }
    header.small div#wrap {
      height: 40px;
      position: relative; }
      header.small div#wrap h1 img {
        height: 25px;
        width: auto;
        margin: 0px 0px 0px 5px !important;
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%); }
      header.small div#wrap ul {
        display: none; }
      header.small div#wrap a.pc_menu_button {
        display: block;
        margin-right: 5px;
        width: auto;
        height: auto;
        background-color: #3261ab;
        color: #fff;
        text-align: center;
        line-height: 25px;
        font-size: 12px;
        padding: 2px 15px;
        border-radius: 16px;
        position: absolute;
        top: 50% !important;
        right: 5px;
        transform: translateY(-50%); }
    header.small nav {
      height: 2px;
      border: 0px; }
      header.small nav ul {
        display: none; } }

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