@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.8;
}

img {
  display: block;
  max-width: 100%;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.inner {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.inner-medium {
  width: 845px;
  max-width: 100%;
  margin: 0 auto;
}

.shadow {
  box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.75);
}

.line {
  margin: 7rem 0;
  height: 1rem;
  background-color: #010066;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 3rem 0 2rem;
}

.header__top {
  background-color: #ffffffee;
}
.header__top__inner {
  min-height: 9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top__name {
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
}
.header__top__name span {
  display: block;
  margin-top: 1rem;
  font-size: 1.7rem;
  font-weight: 400;
}
.header__nav {
  background: #010066;
  color: #fff;
  font-size: 1.8rem;
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 7rem;
  position: relative;
}
.header__nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}
.header__nav ul li a.active, .header__nav ul li a:hover {
  opacity: 1;
}
.header__nav ul li a.active:after, .header__nav ul li a:hover:after {
  width: 100%;
}

.footer {
  margin-top: 5rem;
  background: #010066;
  color: #fff;
}
.footer__inner {
  padding: 3rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__left p:nth-child(1) {
  font-size: 3.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.footer__nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 5rem;
  font-size: 1.8rem;
  line-height: 2;
}
.footer__nav ul li:not(:first-of-type) {
  margin-top: 4.6rem;
}
.footer__nav ul li a {
  display: block;
  margin: 1rem 0;
}

.news__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5rem;
  padding: 3rem 0;
  border-bottom: 1px solid #99cccd;
}
.news__item:first-of-type {
  padding-top: 0;
}
.news__item:last-of-type {
  padding-bottom: 0;
  border-bottom: unset;
}
.news__item__img {
  width: 12rem;
}
.news__item__ttl {
  flex: 1;
}
.news__item__ttl span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
}
.news__item__ttl a {
  display: block;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: underline;
}

.top-business__img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.top-business__img > a, .top-business__img > img {
  display: block;
  width: 25.5rem;
  max-width: 100%;
  position: relative;
}
.top-business__img > a span, .top-business__img > img span {
  position: absolute;
  top: 1rem;
  left: 2rem;
  font-weight: bold;
  text-shadow: 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff;
}
.top-business__ctt {
  margin-top: 5rem;
  text-align: center;
  font-size: 2.5rem;
}

.map__ctt {
  width: 100%;
  height: 45rem;
}

.breadcrumb__items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin: 2rem auto;
}

.company-guide__ctt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}
.company-guide__ctt img {
  width: 15rem;
  margin: 0 auto;
}
.company-guide__ctt p {
  margin-bottom: 1.5rem;
}
.company-guide__ctt__img span {
  display: block;
  margin-top: 1rem;
  line-height: 1.5;
  text-align: center;
}

.company-info__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid #99cccd;
}
.company-info__item:first-of-type {
  border-top: 1px solid #99cccd;
}
.company-info__item dt {
  width: 25rem;
  max-width: 100%;
  font-weight: bold;
  padding-left: 2rem;
}
.company-info__item dd {
  flex: 1;
}
.company-info__item__staff {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.company-info__item__staff img {
  margin-bottom: 1rem;
}

.contact-guide {
  text-align: center;
}

.contact-form {
  margin: 11rem 0;
}
.contact-form .inner {
  width: 86rem;
}
.contact-form hr {
  border: none;
  border-bottom: 1px solid #D1D1D1;
  margin: 8rem 0;
}
.contact-form__desc {
  text-align: center;
}
.contact-form__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 2rem 0;
}
.contact-form__row input[type=text], .contact-form__row input[type=email], .contact-form__row input[type=url] {
  border: 1px solid #333333;
  height: 4rem;
  width: 100%;
  padding: 0 2rem;
}
.contact-form__row textarea {
  border: 1px solid #333333;
  height: 22rem;
  width: 100%;
  padding: 1rem 2rem;
  resize: vertical;
}
.contact-form__row > label {
  width: 27rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
}
.contact-form__row > label span {
  font-size: 1.2rem;
  width: 4.6rem;
  line-height: 2.5rem;
  text-align: center;
  border: 1px solid #d54040;
  color: #d54040;
}
.contact-form__row > label span.required {
  background-color: #d54040;
  color: #fff;
}
.contact-form__row > div {
  flex: 1;
}
.contact-form__row.privacy {
  display: block;
  margin-top: 12rem;
}
.contact-form__row.privacy h2 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  background-color: #483C34;
  color: #fff;
  padding: 2.3rem;
}
.contact-form__row.privacy .privacy__ctt {
  padding: 0 2.3rem;
  border: 1px solid #D1D1D1;
  border-top: unset;
  height: 21.5rem;
  overflow: auto;
}
.contact-form__row.privacy .privacy__ctt p {
  margin: 2rem 0;
}
.contact-form__row.agree {
  display: block;
  text-align: center;
  margin-top: 5rem;
}
.contact-form__row.submit {
  display: block;
  margin-top: 8rem;
}
.contact-form__row.pull-top {
  align-items: flex-start;
}
.contact-form__noice {
  font-size: 1.4rem;
}
.contact-form__group {
  overflow: hidden;
  margin: -2rem 0;
  transition: all 0.3s;
  max-height: 500px;
}
.contact-form__group.hide {
  max-height: 2rem;
}
.contact-form #btn-contact-btn {
  display: block;
  margin: 0 auto;
  width: 32rem;
  max-width: 100%;
  height: 6rem;
  border: none;
  background-color: #010066;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.3s;
}
.contact-form #btn-contact-btn:hover {
  opacity: 0.8;
}

.device__item {
  margin: 10rem 0;
}
.device__item:first-of-type {
  margin-top: 5rem;
}
.device__item__name {
  font-size: 2rem;
  font-weight: bold;
  color: #010066;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.device__item__name span {
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.3rem 1rem;
}
.device__item__info {
  width: 100%;
  margin: 3rem 0;
  border-left: 1px solid #99cccd;
  border-top: 1px solid #99cccd;
}
.device__item__info th, .device__item__info td {
  border-right: 1px solid #99cccd;
  border-bottom: 1px solid #99cccd;
  padding: 10px;
  vertical-align: top;
}
.device__item__info th {
  background-color: #e8f3ed;
}
.device__item__img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
}
.device__item__img p {
  flex: 1;
  overflow: hidden;
}
.device__item__img p img {
  transition: all 1s;
}
.device__item__img p img:hover {
  scale: 1.2;
}

.secondary table {
  width: 100%;
  margin: 3rem 0;
  border-left: 1px solid #99cccd;
  border-top: 1px solid #99cccd;
}
.secondary table th, .secondary table td {
  border-right: 1px solid #99cccd;
  border-bottom: 1px solid #99cccd;
  padding: 10px;
  vertical-align: top;
}
.secondary table th {
  background-color: #e8f3ed;
}

.business__ctt p {
  margin-bottom: 1.5rem;
}
.business__img {
  margin-top: 5rem;
}
.business__feature__item {
  margin-top: 3rem;
}
.business__feature__item:first-of-type {
  margin-top: 5rem;
}
.business__feature__title {
  font-weight: bold;
}

@media (max-width: 768px) {
  html {
    font-size: min(10px, 2.6vw);
  }

  body {
    padding-top: 6rem;
  }

  .line {
    margin: 5rem 0;
  }

  .header__top {
    height: 6rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }

  .header__top__inner {
    min-height: 6rem;
  }

  .header__top__name {
    font-size: 2.5rem;
  }

  .header__nav {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    transition: right 0.3s;
  }

  .header__nav ul {
    flex-direction: column;
    padding-top: 12rem;
  }

  .open-menu .header__nav {
    right: 0;
  }

  .open-menu .header__top {
    background-color: #010066;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .menu-button {
    position: fixed;
    z-index: 999;
    top: 0.7rem;
    right: 1rem;
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .menu-button:hover {
    opacity: 0.8;
  }

  .menu-button__inner {
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .menu-button__line {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    margin-bottom: 0;
    position: relative;
  }

  .menu-button__line span {
    position: absolute;
    width: 30px;
    height: 2px;
    left: 8px;
    background-color: #333;
    transition: all 0.3s;
  }

  .menu-button__line span:nth-child(1) {
    top: 12px;
  }

  .menu-button__line span:nth-child(2) {
    top: 22px;
  }

  .menu-button__line span:nth-child(3) {
    top: 32px;
  }

  .menu-button__txt {
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
  }

  .menu-button__txt__open {
    display: block;
  }

  .menu-button__txt__close {
    display: none;
  }

  .menu-content {
    position: fixed;
    z-index: 99;
    width: 300px;
    height: 100vh;
    top: 0;
    right: -300px;
    background: #fff;
    transition: right 0.3s;
    padding: 100px 0 0;
  }

  .menu-content ul {
    list-style: none;
  }

  .menu-content ul li {
    margin: 15px 0;
  }

  .open-menu .menu-bg {
    width: 100%;
    opacity: 1;
  }

  .open-menu .menu-button__txt__open {
    display: none;
  }

  .open-menu .menu-button__txt__close {
    display: block;
  }

  .open-menu .menu-button__line span:nth-child(2) {
    opacity: 0;
  }

  .open-menu .menu-button__line span:nth-child(1) {
    rotate: 45deg;
    transform: translate(7px, 7px);
  }

  .open-menu .menu-button__line span:nth-child(3) {
    rotate: -45deg;
    transform: translate(7px, -7px);
  }

  .open-menu .menu-content {
    right: 0;
  }

  .open-menu .menu-button__line span {
    background-color: #fff;
  }

  .footer__inner {
    flex-direction: column;
  }

  .footer__left p:nth-child(1) {
    font-size: 2.5rem;
  }

  .footer__right {
    width: 100%;
  }

  .footer__nav ul {
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
  }

  .top-mv .inner {
    max-width: 100%;
  }

  .news__item {
    gap: 2rem;
    padding: 2rem 0;
  }

  .news__item__ttl a {
    font-size: 2rem;
  }

  .top-business__img {
    gap: 2rem;
  }

  .top-business__ctt {
    margin-top: 3rem;
    font-size: 2rem;
  }

  .company-guide .inner {
    overflow: hidden;
  }

  .company-guide__ctt {
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }

  .company-info__item dt {
    width: 8rem;
    padding-left: 0;
  }

  .company-info__item__staff {
    align-items: center;
    gap: 1rem;
    flex-direction: column;
  }

  .contact-form__row {
    align-items: flex-start;
    margin: 3rem 0;
    flex-direction: column;
    gap: 1rem;
  }

  .contact-form__row > div {
    width: 100%;
  }

  .contact-form__row > label {
    width: 100%;
    gap: 1.5rem;
  }

  .contact-form__row.privacy {
    margin-top: 8rem;
  }

  .contact-form__group {
    margin: -3rem 0;
  }

  .device__item__info th {
    width: 15rem;
  }

  .device__item__img {
    gap: 5px;
  }
}

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