@charset "UTF-8";
.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
  appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 62.5%;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
  color: #3f3f3f;
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  padding-top: 7rem;
}

h1 {
  font-size: 4.8rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 3.2rem;
  color: #1b7fbb;
}

h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  p {
    font-size: 1.6rem;
  }
}

li {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  li {
    font-size: 1.4rem;
  }
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li::before {
  content: "●";
  font-size: 0.5em;
  margin-right: 1em;
  vertical-align: 25%;
}

a {
  font-weight: bold;
  transition: all 0.2s ease 0s;
}
a:hover {
  opacity: 0.7;
}

#header {
  padding: 0 5%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#header.transform {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  padding: 0 5%;
}
#header.transform .header-logo-wrapper,
#header.transform .header-btn-wrapper {
  transform: scale(80%);
}
#header.transform .header-logo-wrapper {
  padding: 1rem 0;
}
#header .contact {
  text-align: right;
}
#header .contact a {
  font-size: 1.3rem;
  text-decoration: none;
  font-weight: 300;
  color: #1b7fbb;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
#header .material-icons {
  margin-left: 0.2rem;
  padding-bottom: 0.1rem;
  font-size: 1.6rem;
  color: #1b7fbb;
  vertical-align: middle;
}

.logo_dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo-wrapper {
  margin-right: 1rem;
  display: flex;
  padding: 2rem 0;
  align-items: center;
  transform-origin: 0% 50%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo {
  display: block;
}

.header-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-end;
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-dl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 3rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  background-color: #005bac;
  color: #fff;
  text-decoration: none;
  margin-right: -0.4rem;
  padding-top: 0.3rem;
}
.header-dl-btn .material-symbols-outlined {
  font-size: 2.4rem;
  vertical-align: middle;
  padding-bottom: 0.2rem;
  margin-right: 0.4rem;
}

@media screen and (max-width: 600px) {
  .header-logo-wrapper {
    max-width: 60%;
    margin-right: 3%;
  }
  .header-btn-wrapper {
    max-width: 37%;
  }
  .logo {
    width: 100%;
  }
  #header .contact a {
    font-size: 1rem;
  }
  .header-dl-btn {
    width: 12rem;
    height: 2rem;
    font-size: 1rem;
    margin-right: -0.2rem;
  }
  .header-dl-btn .material-symbols-outlined {
    font-size: 1.6rem;
  }
}
.hero-section {
  background: linear-gradient(90deg, #005bac 0%, #00a6d9 100%);
  padding: 4rem 0 0;
  overflow: hidden;
}

.hero-container {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.hero-container img {
  max-width: 45rem;
}
@media screen and (max-width: 1500px) {
  .hero-container img {
    max-width: 40rem;
    min-width: 30rem;
  }
}
@media screen and (max-width: 1000px) {
  .hero-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .hero-container img {
    width: 70%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.hero-content {
  color: #fff;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .hero-content {
    min-height: auto;
    text-align: center;
  }
}

.hero-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21rem;
  height: 4.8rem;
  background-color: #002e56;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .hero-label {
    font-size: 1.6rem;
  }
}

h1 {
  white-space: nowrap;
}

.hero-heading-before {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .hero-heading-before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .hero-heading-before {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1000px) {
  .points-wrapper {
    justify-content: center;
  }
}

.hero-points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  left: -0.4rem;
}
@media screen and (max-width: 1000px) {
  .hero-points {
    left: 0;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .hero-points {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .hero-points {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
.hero-points > li {
  height: 4.8rem;
  display: flex;
  flex: 1 1 auto;
  box-sizing: border-box;
  padding: 0;
  align-items: center;
  justify-content: center;
  background-color: #00a6d9;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  min-width: 0;
  box-sizing: border-box;
  padding: 0 2rem;
}
.hero-points > li::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .hero-points > li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .hero-points > li {
    max-width: 22rem;
  }
}

.hero-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
  padding: 0 5%;
}

.hero-dl-btn {
  width: 35rem;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  background-color: #005bac;
  color: #fff;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.hero-dl-btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .hero-dl-btn {
    font-size: 1.8rem;
    padding: 1rem 2rem;
  }
}

section {
  padding: 8rem 0;
}
@media screen and (max-width: 1000px) {
  section {
    padding: 4rem 0;
  }
}

.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.section-intelligence, .section-platform, .section-falconvault, .uc-card, .foundry-card, .service-card {
  background-color: #e4eef6;
}

.shoulder {
  text-align: center;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
  color: #3f3f3f;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .shoulder {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .shoulder {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .shoulder {
    font-size: 1.4rem;
  }
}

.section-ttl, .section-ttl-1 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #005bac;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1000px) {
  .section-ttl, .section-ttl-1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ttl, .section-ttl-1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .section-ttl, .section-ttl-1 {
    font-size: 2rem;
  }
}

.section-ttl {
  margin-bottom: 2rem;
}

.section-lead {
  font-size: 1.6rem;
  line-height: 1.8;
  width: 100%;
  max-width: 860px;
  text-align: center;
  margin: 0rem auto 4rem;
}

.lead-2 {
  margin-bottom: 2rem;
}

.ov-cards-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .ov-cards-ttl {
    font-size: 2rem;
  }
}

.ov-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .ov-cards {
    flex-direction: column;
    align-items: center;
  }
}

.card-llm,
.card-slm {
  flex: 1;
  width: 100%;
  text-align: center;
  padding: 0 0 2rem 0;
}
.card-llm img,
.card-slm img {
  width: 90%;
  height: auto;
  margin: 1.5rem 0;
}

.card-ttl-llm,
.card-ttl-slm {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  height: 4.8rem;
  margin-bottom: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .card-ttl-llm,
  .card-ttl-slm {
    font-size: 1.8rem;
  }
}

.card-txt-llm,
.card-txt-slm {
  font-size: 1.4rem;
  line-height: 1.6;
}

.card-llm {
  background-color: #e5e5e5;
}
.card-llm .card-ttl-llm {
  background-color: #7f7f7f;
}

.card-slm {
  background-color: #e1f8ff;
}
.card-slm .card-ttl-slm {
  background-color: #005bac;
}

.section-intelligence > .container > img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 2.5rem auto 3rem;
}

.ai-compare-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.8;
  table-layout: fixed;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .ai-compare-table {
    font-size: 1.2rem;
    display: block;
    overflow-x: auto;
    white-space: normal;
  }
}
.ai-compare-table thead th {
  background-color: #00a6d9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem 1.5rem;
  border: 1px solid #e4eef6;
}
.ai-compare-table thead th:first-child {
  width: 20%;
  background-color: #7f7f7f;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .ai-compare-table thead th:first-child {
    width: 100px;
  }
}
.ai-compare-table tbody th {
  background-color: #7f7f7f;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 1rem 1.5rem;
  border: 1px solid #e4eef6;
  white-space: normal;
  vertical-align: middle;
}
.ai-compare-table tbody td {
  padding: 1rem 1.5rem;
  background-color: #fff;
  text-align: center;
  border: 1px solid #e4eef6;
  vertical-align: middle;
}
.ai-compare-table tbody td[colspan="2"] {
  text-align: center;
  background-color: #fff;
}
.ai-compare-table tbody td.bg-gray {
  background-color: #f5f5f5;
}

.uc-cards {
  display: flex;
  gap: 2rem;
  max-width: 1000px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 1000px) {
  .uc-cards {
    flex-direction: column;
  }
}

.uc-card {
  flex: 1;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
}
.uc-card > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.2rem 0;
}
@media screen and (max-width: 1000px) {
  .uc-card > img {
    width: 35rem;
    margin: 2rem auto;
  }
}
@media screen and (max-width: 767px) {
  .uc-card > img {
    width: 35rem;
  }
}
@media screen and (max-width: 480px) {
  .uc-card > img {
    width: 100%;
  }
}
.uc-card .card-label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -0.4rem;
  left: -0.4rem;
  color: #fff;
  width: 12rem;
  height: 3rem;
  background-color: #00a6d9;
  padding: 0.3rem 1rem;
  border-radius: 100px;
  align-self: flex-start;
}
.uc-card .card-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1rem;
  color: #005bac;
}
@media screen and (max-width: 1000px) {
  .uc-card .card-ttl br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .uc-card .card-ttl br {
    display: inline;
  }
}
.uc-card .card-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
  margin-top: auto;
  padding-top: 0.5rem;
}

.section-platform > .container > img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 2.5rem 0 0;
}

.foundry-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .foundry-cards {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.foundry-card {
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
}
.foundry-card > img {
  width: 6.4rem;
  height: 6.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 2rem;
}
.foundry-card .card-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #222;
  margin-top: 1.2rem;
}
.foundry-card .card-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #555;
  margin-top: 0.8rem;
}

.section-falconvault .ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section-falconvault .ttl-wrap .patent-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  background-color: #8ec31e;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section-falconvault .ttl-wrap .patent-circle {
    width: 7rem;
    height: 7rem;
    font-size: 1.2rem;
  }
}
.section-falconvault > .container > img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 2.5rem auto 0;
}

.section-service .ttl-wrap {
  text-align: center;
  margin-bottom: 3rem;
}

.service-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 3rem;
  max-width: 1000px;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 767px) {
  .service-card {
    flex-direction: column;
    padding: 2rem;
  }
}
.service-card img.pc {
  width: 15rem;
  height: auto;
  flex-shrink: 0;
}
.service-card img.sp {
  margin: 0 auto;
}
.service-card .service-wrap {
  flex: 1;
}
.service-card .service-shoulder {
  font-size: 1.8rem;
  color: #005bac;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .service-card .service-shoulder {
    font-size: 1.6rem;
  }
}
.service-card .service-shoulder .br-xs {
  display: none;
}
@media screen and (max-width: 480px) {
  .service-card .service-shoulder .br-xs {
    display: inline;
  }
}
.service-card .service-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #005bac;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service-card .service-ttl {
    font-size: 2rem;
  }
}
.service-card .service-ttl > span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #555;
}
.service-card .service-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
  margin-top: 0.8rem;
}
.service-card .service-cost {
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #222;
  font-weight: bold;
}
.service-card .service-cost > span {
  font-weight: bold;
  color: #005bac;
}

.tio-btn-wrapper {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.tio-btn-wrapper > a {
  background-color: #005bac;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 2rem 6rem;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.tio-btn-wrapper > a br {
  display: none;
}
.tio-btn-wrapper > a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .tio-btn-wrapper > a {
    width: 100%;
    justify-content: center;
    font-size: 1.8rem;
    padding: 2rem 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .tio-btn-wrapper > a {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .tio-btn-wrapper > a br {
    display: inline;
  }
}

.section-processor {
  background-color: #00a6d9;
  color: #fff;
}
.section-processor .rtm {
  vertical-align: top;
  font-size: 0.5em;
}
.section-processor .tm {
  vertical-align: top;
  font-size: 0.8em;
}
.section-processor .section-ttl, .section-processor .shoulder-2 {
  color: #fff;
}
.section-processor .section-lead {
  color: #fff;
}
.section-processor .icus3p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-processor .icus3p {
    font-size: 1.6rem;
  }
}
.section-processor > .container > img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 2rem auto;
}
.section-processor .section-note {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
  max-width: 1000px;
  margin: 0.3rem auto 0;
  text-align: right;
  position: relative;
  right: -0.5em;
}
@media screen and (max-width: 1200px) {
  .section-processor .section-note {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .section-processor .section-note {
    right: 0;
    text-align: left;
  }
}

.spec-wrap {
  display: flex;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 2.5rem auto;
}
@media screen and (max-width: 1000px) {
  .spec-wrap {
    flex-direction: column;
    width: 100%;
  }
}

.spec-box {
  flex: 1;
  background-color: #fff;
}
.spec-box .spec-ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #005bac;
  line-height: 1.4;
  padding: 2rem 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .spec-box .spec-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .spec-box br {
    display: none;
  }
}
.spec-box .spec-list {
  list-style: none;
  padding: 1rem 2rem;
  margin: 0;
}
.spec-box .spec-list > li {
  font-size: 1.6rem;
  color: #3f3f3f;
  line-height: 1.8;
  position: relative;
  text-indent: -1em;
  padding-left: 1.4rem;
}

#section-download {
  background-color: #e9f5ff;
}
#section-download .contact {
  text-align: center;
}
#section-download .contact a {
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 300;
  color: #005bac;
}
#section-download .material-icons {
  margin-left: 0.4rem;
  padding-bottom: 0.3rem;
  font-size: 2rem;
  color: #005bac;
  vertical-align: middle;
}

.pp-wrap {
  text-align: center;
  margin: 0 0 1rem;
  background: white;
  align-items: center;
  padding: 0 1rem 2rem;
}
.pp-wrap > p, .pp-wrap a {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pp-wrap > p, .pp-wrap a {
    font-size: 1.4rem;
  }
}

.privacy-policy {
  display: inline;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  color: #005bac;
  margin: 2.4rem 0 1rem;
  font-weight: 300;
  border-bottom: 1px solid #005bac;
}

.form-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .form-wrap {
    padding: 0;
  }
}

.ss_contents {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.ss_contents fieldset {
  font-size: 16px;
  padding: 5.6px 12px 10px;
}
.ss_contents select {
  padding: 4px 7px;
  background-color: #fff;
}
.ss_contents .ss_bottomComment {
  font-size: 12px;
}

.ss_input {
  width: 100%;
}

.ss_required_field input {
  padding: 4px 7px;
  background-color: #fff;
}

.ss_btnArea input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0.3em 1em;
  text-decoration: none;
  background-color: #005bac !important;
  color: #FFFFFF;
  border: solid 2px #005bac !important;
  border-radius: 3px;
  width: 28rem;
  font-size: 1.8rem;
}

.form-wrap textarea {
  width: 100% !important;
  padding: 4px 7px;
  background-color: #fff;
}
.form-wrap .ss_btnArea {
  margin-top: 2rem;
}

.company-profile-section .container {
  text-align: center;
}

.cp-line {
  border: 2px solid #dcdcdc;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .cp-line {
    padding: 4rem 1.4rem;
  }
}

.profile-ttl {
  text-align: center;
  color: #005bac;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0;
  border-bottom: 2px solid #005bac;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .profile-ttl {
    margin-bottom: 0;
  }
}

.table-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .table-wrapper {
    flex-direction: column;
    gap: 0;
  }
}

.v-line {
  width: 2px;
  background-color: #dcdcdc;
}
@media screen and (max-width: 767px) {
  .v-line {
    display: none;
  }
}

.company-profile {
  text-align: left;
  width: calc(50% - 4.1rem);
  font-size: 1.6rem;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0 0.5em;
}
.company-profile tr {
  vertical-align: top;
}
.company-profile th {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .company-profile {
    font-size: 1.4rem;
    width: 100%;
  }
  .company-profile th {
    width: 36%;
  }
}

#footer {
  border-top: 1px dashed #888888;
}
#footer p#copyright {
  margin: 5px 160px 5px 10px;
  color: #888888;
  display: inline;
  font-size: 11px;
  line-height: 140%;
}

#footer_menu {
  background-color: #F9F9F9;
  padding: 2rem 0;
}

.footer_menu .footer_nav {
  text-align: center;
  font-size: 11px;
}
.footer_menu .wrapper {
  box-sizing: border-box;
  margin: auto;
  width: 100%;
}
.footer_menu .nav_item {
  background: url(https://www.teldevice.co.jp/img/common/ico_arr_02.png) no-repeat 0 50%;
  display: inline-block;
  padding: 0 20px 0 13px;
}
.footer_menu .nav_item::before {
  display: none;
}
.footer_menu .nav_item .nav_link {
  color: #535353;
  text-decoration: none;
  font-weight: 300;
}

.footer_copy {
  display: block;
  background: #e5e5e5;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  justify-content: center;
}
.footer_copy p {
  font-size: 1.2rem;
  text-align: center;
}

.nav_item a {
  font-size: 1.1rem;
}

.footer_logo-wrapper {
  display: flex;
  justify-content: center;
}

.page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 999;
}
.page-top.show {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .footer_nav.wrapper {
    width: 100%;
    text-align: left;
    padding: 0 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */