/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: ProximaNova-Bold; }

:root {
  --primary: #E9450A;
  --secondary: #004884;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --white: #FFF;
  --black: #001546;
  --gray: #AAAAAA; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  line-height: 1.8em;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: ProximaNova-Bold,'ProximaNova-Bold', 'Noto Sans JP', sans-serif, "Apple Color Emoji", "Noto Color Emoji",sans-serif;
  font-size: 18px;
  letter-spacing: 0.13em;
  font-weight: 400;
  line-height: 1.8em;
  color: #001546;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: ProximaNova-Regular, 'ProximaNova-Regular', 'Noto Sans JP', sans-serif, "Apple Color Emoji", "Noto Color Emoji", sans-serif; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--black);
  text-decoration: none;
  background-color: transparent; }

a:hover {
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.8rem;
  font-weight: 100; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

/* TOP */
#wrapper {
  height: 100%; }

#header {
  height: 100%; }
  @media screen and (max-width: 530px) {
    #header {
      height: 100%; } }
  #header h1 {
    display: block;
    width: 100%;
    height: 92%;
    margin-bottom: 0; }
    @media screen and (max-width: 530px) {
      #header h1 {
        height: 88%; } }
    #header h1 .top-bg {
      height: 100%;
      width: 100%;
      background-image: url("../images/top.png");
      background-position: left center;
      background-size: cover; }
      @media screen and (max-width: 530px) {
        #header h1 .top-bg {
          background-image: url("../images/top-sp.png");
          background-position: left top; } }
  #header .main-nav {
    width: 100%;
    height: 8%;
    display: table;
    border-top: 2px solid var(--black); }
    @media screen and (max-width: 530px) {
      #header .main-nav {
        height: 12%; } }
    #header .main-nav .menu {
      display: table-cell;
      font-size: 36px;
      height: 100%;
      vertical-align: middle; }
      @media screen and (max-width: 530px) {
        #header .main-nav .menu {
          font-size: 20px;
          text-align: center; } }
      #header .main-nav .menu div {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto; }
        #header .main-nav .menu div span {
          font-size: 36px; }
          @media screen and (max-width: 530px) {
            #header .main-nav .menu div span {
              font-size: 20px;
              letter-spacing: 0.05em; } }

.row {
  width: 100%;
  border-top: 2px solid var(--black);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .row .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 100px; }
    @media screen and (max-width: 530px) {
      .row .inner {
        margin-bottom: 120px; } }
    @media screen and (max-width: 530px) {
      .row .inner {
        width: 90%; } }
    .row .inner .content {
      margin-top: 80px; }
      @media screen and (max-width: 530px) {
        .row .inner .content {
          margin-top: 120px; } }
      .row .inner .content .col-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .row .inner .content .col-flex .col {
          width: 33%;
          text-align: center; }
          @media screen and (max-width: 530px) {
            .row .inner .content .col-flex .col {
              width: 50%;
              font-size: 14px;
              letter-spacing: 1px;
              padding-left: 8px;
              padding-right: 8px; } }
          .row .inner .content .col-flex .col .ser-icon {
            max-height: 178px;
            margin-bottom: 32px; }
            @media screen and (max-width: 530px) {
              .row .inner .content .col-flex .col .ser-icon {
                max-height: 75px;
                margin-bottom: 32px; } }
        .row .inner .content .col-flex .col.up {
          margin-bottom: 80px; }
          @media screen and (max-width: 530px) {
            .row .inner .content .col-flex .col.up {
              margin-bottom: 40px; } }
      .row .inner .content .com-logo {
        width: 100%;
        text-align: center; }
      .row .inner .content .con-mail {
        width: 380px;
        height: 380px;
        margin: 0 auto;
        margin-top: 60px;
        background-image: url("../images/email.png");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
        @media screen and (max-width: 530px) {
          .row .inner .content .con-mail {
            width: 200px;
            height: 200px; } }
      .row .inner .content .con-mail:hover {
        background-image: url("../images/email-hovar.png"); }

footer {
  display: block;
  width: 100%;
  background-color: var(--secondary); }
  footer .foot-inner {
    display: block;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 48px; }
    footer .foot-inner .copyright {
      margin-top: 32px;
      font-size: 13px;
      color: var(--white);
      margin-bottom: 0; }
      @media screen and (max-width: 530px) {
        footer .foot-inner .copyright {
          font-size: 13px;
          letter-spacing: 1px; } }
  footer .logo {
    height: 30px; }
    @media screen and (max-width: 530px) {
      footer .logo {
        height: 28px; } }

.logo {
  height: 50px; }
  @media screen and (max-width: 530px) {
    .logo {
      height: 36px; } }

h2 {
  font-size: 64px; }
  @media screen and (max-width: 530px) {
    h2 {
      font-size: 48px; } }

.com-table {
  width: 720px;
  margin: 80px auto; }
  @media screen and (max-width: 530px) {
    .com-table {
      width: 90%; } }
  .com-table .com-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media screen and (max-width: 530px) {
      .com-table .com-row {
        margin-bottom: 28px; } }
    .com-table .com-row .title {
      color: var(--gray); }
      @media screen and (max-width: 530px) {
        .com-table .com-row .title {
          font-size: 13px;
          letter-spacing: 1px;
          width: 120px; } }
    .com-table .com-row .txt {
      text-align: right;
      font-weight: 400;
      font-family: ProximaNova-Regular,'Noto Sans JP', sans-serif, "Apple Color Emoji", "Noto Color Emoji", proxima-nova; }
      @media screen and (max-width: 530px) {
        .com-table .com-row .txt {
          font-size: 13px;
          letter-spacing: 1px; } }

#showloading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: relative; }

#showloading img {
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.hidden {
  display: none; }
