@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* nomalize end 


*/
/* リセット */
*,
*::before,
*::after,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100vh;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

ol,
ul {
  list-style-type: none;
}

/* TOPページ 
--------------------------------------------------------*/
.opening {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000000000;
  background-color: rgba(67, 148, 215, 0.5);
  animation: op3 1s 1.5s cubic-bezier(0, 0, 1, 0) forwards;
}
.opening img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  animation: op1 1s 1 ease-out;
}
.opening::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(5, 48, 84);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  animation: op4 1s 1s cubic-bezier(0, 0, 1, 0) forwards;
}

@keyframes op1 {
  0% {
    transform: scale(800, 0);
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes op2 {
  98% {
    filter: blur(500px);
    opacity: 0;
  }
  99% {
    transform: scale(0, 0);
    opacity: 0;
    position: fixed;
  }
  100% {
    bottom: 10000px;
  }
}
@keyframes op3 {
  0% {
    top: 0;
  }
  100% {
    top: 100vh;
    border-radius: 30vw 70vw 0 0/50vw 100vh 0 0;
  }
}
@keyframes op4 {
  0% {
    top: 0;
  }
  100% {
    top: 100vh;
    border-radius: 50vw 100vh 0 0/30vw 70vw 0 0;
  }
}
.home .wrapper {
  display: flex;
}
.home .wrapper-inner-main {
  width: 95%;
}
@media screen and (max-width: 768px) {
  .home .wrapper-inner-main {
    width: 100%;
  }
}
.home .wrapper-inner-footer {
  background-color: #fff;
  position: relative;
  width: 5%;
}
@media screen and (max-width: 768px) {
  .home .wrapper-inner-footer {
    display: none;
  }
}
.home .wrapper-inner-footer::before {
  content: "";
  display: block;
  background-color: #ccc;
  width: 1px;
  height: 99%;
  position: absolute;
  left: 5px;
  top: 1%;
}
.home .wrapper-inner-footer .footer {
  color: #ccc;
  font-family: "Anton", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  left: 50%;
  top: 30vh;
  transform: rotate(90deg);
  transform-origin: left center;
  width: 100vh;
}
.home .wrapper-inner-footer .footer a {
  color: #ccc;
}
.home .wrapper-inner-footer .scroll-down {
  position: absolute;
  width: 20px;
  height: 180px;
  left: 36%;
  top: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home .wrapper-inner-footer .scroll-down-text {
  color: #ccc;
  font-size: 80%;
  font-family: "Anton", sans-serif;
  white-space: nowrap;
  transform: rotate(90deg) translate(-10px, 10px);
  transform-origin: center center;
}
.home .wrapper-inner-footer .scroll-down-animation {
  position: relative;
  overflow: hidden;
  height: 180px;
  width: 15px;
}
.home .wrapper-inner-footer .scroll-down img {
  display: block;
}
.home .wrapper-inner-footer .scroll-down-bar {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 180px;
}
.home .wrapper-inner-footer .scroll-down-pointer {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  animation: scroll_bar 2s infinite;
}
@keyframes scroll_bar {
  0% {
    top: -15px;
  }
  100% {
    top: 100%;
  }
}
.home .key-visual {
  background-image: url(../images/solpa.svg), linear-gradient(20deg, rgb(106, 178, 255) 0%, rgb(255, 255, 255) 35.36%);
  background-size: cover, 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom, left bottom;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.home .key-visual-text {
  font-style: italic;
  position: absolute;
  left: 8%;
  top: 20%;
}
.home .key-visual-text-title {
  color: rgb(5, 48, 84);
  animation: fadeInUp 3.5s 0s ease-out;
  font-size: clamp(24px, 6vw, 60px);
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@keyframes fadeInUp {
  0% {
    transform: translateY(200%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.home .key-visual-text-title::before {
  content: "";
  mix-blend-mode: normal;
  display: block;
  width: 1.5%;
  height: 2.5em;
  position: absolute;
  left: -2%;
  top: 0.2em;
  border-radius: 5px;
  background-size: 300% 300%;
  background-image: linear-gradient(0deg, rgb(30, 156, 215) 0%, rgb(106, 178, 255) 23.16%, rgb(0, 117, 190) 45.06%, rgb(4, 0, 95) 100%);
  animation: solar-light 10s 0s infinite alternate ease-in-out;
}
@keyframes solar-light {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
.home .key-visual-text-desc {
  animation: fadeInUp 2.8s 0s ease-out;
  width: 60%;
  min-width: 16em;
  font-size: 1.125rem;
  text-align: justify;
}
@keyframes fadeInUp {
  0% {
    transform: translateY(200%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.home .key-visual-img {
  width: 60%;
  border-radius: 90px;
  padding: 60px;
}
@media screen and (max-width: 960px) {
  .home .key-visual {
    flex-direction: column;
  }
  .home .key-visual-text {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .home .key-visual-text-desc {
    width: 80%;
    font-size: 1rem;
  }
  .home .key-visual-img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .home .key-visual {
    width: 100vw;
    height: 100vh;
  }
  .home .key-visual-img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  .home .key-visual-text-title::before {
    width: 20%;
    left: -25%;
  }
}
.home .content {
  padding: 10vw 0;
  display: flex;
}
.home .content > * {
  flex: 1 1 50%;
}
.home .content-item {
  padding: 8%;
}
.home .content-item-left img {
  width: 100%;
}
.home .content-item-title {
  font-size: clamp(24px, 4vw, 30px);
  line-height: 1.3;
  margin-bottom: 0.2em;
}
.home .first-content {
  background-size: 300% 300%;
  background-image: linear-gradient(0deg, rgb(30, 156, 215) 0%, rgb(106, 178, 255) 23.16%, rgb(0, 117, 190) 45.06%, rgb(4, 0, 95) 100%);
  animation: solar-light 10s 0s infinite alternate ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes solar-light {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .home .first-content {
    flex-direction: column;
  }
}
.home .first-content .content-item-right h2, .home .first-content .content-item-right p {
  color: #fff;
}
.home .second-content {
  background-color: #fff;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .home .second-content {
    flex-direction: column;
  }
}
.home .second-content .content-item-left {
  padding: 2%;
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-size: 300% 300%;
  background-image: linear-gradient(0deg, rgb(30, 156, 215) 0%, rgb(106, 178, 255) 23.16%, rgb(0, 117, 190) 45.06%, rgb(4, 0, 95) 100%);
  animation: solar-light 10s 10s infinite alternate ease-in-out;
}
@keyframes solar-light {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
.home .second-content .content-item-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .industry {
  position: relative;
  margin-top: 50vh;
  background-color: #eee;
  padding: 50px 0;
}
.home .industry::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(../images/first-content2-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
}
.home .industry-title {
  font-size: clamp(24px, 4vw, 30px);
  font-feature-settings: "palt" 1;
  padding: 50px 0 20px;
  text-align: center;
  position: relative;
}
.home .industry-title::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8px;
  left: calc(50% - 4rem);
  bottom: 0;
  border-radius: 4px;
  background-size: 300% 300%;
  background-image: linear-gradient(0deg, rgb(30, 156, 215) 0%, rgb(106, 178, 255) 23.16%, rgb(0, 117, 190) 45.06%, rgb(4, 0, 95) 100%);
  animation: solar-light 10s 0s infinite alternate ease-in-out;
}
@keyframes solar-light {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
.home .industry-desc {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .home .industry-desc {
    text-align: left;
  }
}
.home .industry-list {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 5em;
}
.home .industry-list-item {
  background-color: rgb(5, 48, 84);
  border: 1px solid #ccc;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.8em;
  aspect-ratio: 1/1;
  opacity: 0;
  transform: translateY(200px) rotate(30deg);
  transform-origin: left top;
  transition: 0.8s ease-in-out;
}
.home .industry-list-item.view-item {
  opacity: 1;
  transform: translateY(0);
}
.home .industry-list-item-en {
  font-family: "Anton", sans-serif;
  color: rgba(255, 255, 255, 0.1);
  font-size: 2.25rem;
}
.home .industry-list-item img {
  width: 20%;
  aspect-ratio: 1/1;
  object-fit: contain;
  opacity: 0.1;
}
.home .industry-list-item__1 {
  transition-duration: 0.4s;
}
.home .industry-list-item__2 {
  transition-duration: 0.6s;
}
.home .industry-list-item__3 {
  transition-duration: 0.8s;
}
.home .industry-list-item__4 {
  transition-duration: 0.4s;
}
.home .industry-list-item__5 {
  transition-duration: 0.6s;
}
.home .industry-list-item__6 {
  transition-duration: 0.8s;
}
.home .industry-list-item__7 {
  transition-duration: 0.4s;
}
.home .industry-list-item__8 {
  transition-duration: 0.6s;
}
.home .industry-list-item__9 {
  transition-duration: 0.8s;
}

/* 共通部分
------------------------------------------------------ */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}

.wrapper {
  overflow: hidden;
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* 大文字 */
.upper {
  text-transform: uppercase;
}

/* 改行希望 */
.mybr {
  display: inline-block;
}

/* トリガー
------------------------------------------------------ */
.trigger {
  display: none;
}
@media screen and (max-width: 520px) {
  .trigger {
    display: block;
    outline: none;
    border: none;
    position: fixed;
    background-color: transparent;
    z-index: 10000000;
    right: 20px;
    top: 0;
    width: 80px;
    height: 50px;
  }
  .trigger .bar {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 70%;
    height: 2px;
    background-color: rgb(5, 48, 84);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: 0.4s;
  }
  .trigger .bar::before, .trigger .bar::after {
    content: "";
    display: block;
    width: 130%;
    height: 2px;
    position: absolute;
    right: 0;
    background-color: rgb(5, 48, 84);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: 0.4s;
  }
  .trigger .bar::before {
    top: -10px;
  }
  .trigger .bar::after {
    top: 10px;
  }
}
.open .trigger .bar {
  background-color: rgba(5, 48, 84, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.open .trigger .bar::before, .open .trigger .bar::after {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.open .trigger .bar::before {
  top: 0;
  transform: rotate(200deg);
}
.open .trigger .bar::after {
  top: 0;
  transform: rotate(-200deg);
}

/* ヘッダー 
-------------------------------------------------------*/
.lower .header {
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 60px;
}
.header .inner {
  max-width: initial;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header-logo {
  width: 200px;
}
@media screen and (max-width: 520px) {
  .header-logo {
    position: fixed;
    left: 20px;
    top: 0;
  }
}
.header .gnav ul {
  display: flex;
}
.header .gnav ul li a {
  display: inline-block;
  overflow: hidden;
  padding: 0.001em 1em 0.001em;
}
.header .gnav ul li a:hover {
  color: rgb(67, 148, 215);
}
.header .gnav ul li a:hover span {
  transform: translateY(-110%);
}
.header .gnav ul li a span {
  display: block;
  position: relative;
  transition: 0.4s;
}
.header .gnav ul li a span::before {
  content: attr(data-text);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 110%;
}
@media screen and (max-width: 520px) {
  .header .gnav {
    display: flex;
    justify-content: center;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: -120vh;
    transition: 0.4s ease-in-out;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    -webkit-height: 100dvh;
    background-color: rgb(5, 48, 84);
    background-image: url(../images/mobile-nav-bg-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .open .header .gnav {
    top: 0;
  }
  .header .gnav ul {
    width: 60%;
    flex-direction: column;
    gap: 40px;
  }
  .header .gnav ul li a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fff;
    width: 100%;
    height: 60px;
    border-radius: 30px;
  }
  .header .gnav ul li a span::before {
    display: none;
  }
}
/* フッター 
-------------------------------------------------------*/
.main-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 20px;
  background-color: #333;
  color: #fff;
}
.main-footer a {
  color: #fff;
}

.company .main {
  background-size: 300% 300%;
  background-image: linear-gradient(0deg, rgb(30, 156, 215) 0%, rgb(106, 178, 255) 23.16%, rgb(0, 117, 190) 45.06%, rgb(4, 0, 95) 100%);
  animation: solar-light 10s 0s infinite alternate ease-in-out;
  padding: 100px 0;
}
@keyframes solar-light {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
.company .main-content-title {
  color: #fff;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}
.company .company-spec {
  animation: blurApp 1s 0s ease-out;
  font-size: 1.125rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
@keyframes blurApp {
  0% {
    filter: blur(30px);
  }
  100% {
    filter: blur(0);
  }
}
.company .company-spec div {
  display: flex;
  border-bottom: 1px solid rgb(67, 148, 215);
}
@media screen and (max-width: 520px) {
  .company .company-spec div {
    flex-direction: column;
  }
  .company .company-spec div:not(:last-child) {
    border-bottom-width: 5px;
    border-bottom-color: rgba(67, 148, 215, 0.5);
  }
}
.company .company-spec div dt {
  width: 30%;
  padding: 1.5em;
  text-align: right;
  color: rgb(5, 48, 84);
  border-right: 1px dotted rgb(67, 148, 215);
}
@media screen and (max-width: 520px) {
  .company .company-spec div dt {
    font-size: 1rem;
    width: 100%;
    text-align: center;
    color: rgb(67, 148, 215);
    padding: 1em;
    padding-bottom: 0.5em;
    border-right: none;
  }
}
.company .company-spec div dd {
  width: 70%;
  padding: 1.5em;
}
@media screen and (max-width: 520px) {
  .company .company-spec div dd {
    padding-top: 0.5em;
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */