@charset "UTF-8";
html,
body,
header,
main,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
a,
figure,
figcaption,
address,
article,
blockquote,
label,
em {
  font-size: 100%;
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  color: #040a49;
  font-size: min(1.6rem, 4vw);
  -webkit-text-size-adjust: 100%;
  font-family: serif;
  background-color: #fcfcfc;
  width: 100%;
  background-image: url(../img/bg_body.png),url(../img/bg_earth.png),url(../img/bg_body_top.png);
  background-repeat: no-repeat,no-repeat,repeat-x;
  background-position: left 530px top,left top,left top;
}
@media print {
  body {
    font-size: min(1.4rem, 3.5vw);
    zoom: 0.6;
  }
}

main {
  display: block;
}

main p {
  line-height: 1.8;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  main p {
    text-align: left;
  }
}

section {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 640px) {
  section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img,
video {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  font-size: 100%;
  cursor: pointer;
}
button:active {
  color: #333;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  line-height: 1.5;
  padding: 8px 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  font-weight: 400;
}

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #999999;
  margin-top: 32px;
  margin-bottom: 32px;
}

button {
  display: block;
}

.serif {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "YuMincho", serif;
}

.sans {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
}


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

:focus:not(:focus-visible) {
  outline: 0;
}

@media only screen and (min-width: 640px) {
  .sponly {
    display: none !important;
  }
}
@media only screen and (min-width: 1152px) {
  .mdonly {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .pconly {
    display: none !important;
  }
}

h1{
  margin:90px 60px;
}
@media only screen and (max-width: 425px) {
  h1 {
  margin:10vw 15px;
  }
}

.nav {
  background-image: url(../img/bt_lines.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 684px;
  height: min(400px,58vw);
  margin: 0 auto;
  position: relative;
  padding-inline: 2em;
}

.nav li {
  position: absolute;
  width: min(240px,35vw);
  height: auto;
}
.nav img:hover {
  /* マウスダウン時に暗くする */
  filter: brightness(0.85);
  transition: filter 0.3s;
}

.nav_product {
  left: min(80px,12vw);
}
.nav_request {
  left: min(444px,65vw);;
  top:  min(40px,6vw);
}
.nav_sales{
  top:  min(195px,28.5vw);;

}
.nav_links{
  left: min(309px,45vw);;
  top: min(240px,35vw);

}

.profile {
  padding: 2em;
  margin-left: auto;
  margin-right: 20%;
  width: min(338px,100vw);
}
@media only screen and (max-width: 1000px) {
  .profile {
  margin-left: auto;
  margin-right: 0;
  }
}

.profile h2 {
  font-size: min(24px,8vw);
  font-weight: bold;
  border-bottom: solid 3px #278c97;
  padding-bottom: 2px;
  margin-bottom: 8px;
  display: flex;
}

.profile h2 a {
  background-color: #ffcc00;
  font-size: min(16px,4vw);
  line-height: 1;
  display:block;
  padding:4px 8px;
  margin-left: auto;
}
.profile p {
  line-height: 1.8;
}