* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP";
  scroll-behavior: smooth;
}

section {
  display: flex;
  justify-content: center;
}
section .wrapper {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
}
section .wrapper .content {
  display: flex;
  width: 100%;
}
section .wrapper .content .s-head {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
section .wrapper .content .s-head .s-top {
  display: flex;
  align-items: center;
  gap: 6px;
}
section .wrapper .content .s-head .s-top .c {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #F2001D;
}
section .wrapper .content .s-head .s-top .ct {
  color: #5F5F5F;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 600;
}
section .wrapper .content .s-head .t {
  font-size: 2rem;
  font-weight: 400;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header .hc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.header .hc.scrolling {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.header .hc.scrolling .left img {
  filter: invert(1);
  transition: filter 0.4s ease;
}
.header .hc .left {
  display: flex;
  align-items: center;
}
.header .hc .left img {
  max-width: 170px;
  filter: invert(1);
}
.header .hc .right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .hc .right .header-btn {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: 2px solid #F2001D;
  padding: 6px 0;
  width: 160px;
  font-size: 0.85rem;
}
.header .hc .right .header-btn.r {
  background-color: #F2001D;
  color: #fff;
}
.header .hc .right .header-btn.r:hover {
  background-color: #fff;
  color: #F2001D;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.header .hc .right .header-btn.w {
  background-color: #fff;
  color: #F2001D;
}
.header .hc .right .header-btn.w:hover {
  background-color: #F2001D;
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pg-title {
  padding: 160px 30px 30px 30px;
  border-bottom: 2px solid #D9D9D9;
}
.pg-title .content {
  flex-direction: column;
}
.pg-title .content .s-head {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.pg-title .content .s-head .s-top {
  display: flex;
  align-items: center;
  gap: 6px;
  order: 2;
}
.pg-title .content .s-head .s-top .c {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #F2001D;
}
.pg-title .content .s-head .s-top .ct {
  color: #5F5F5F;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 600;
}
.pg-title .content .s-head .t {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.pg-title .content .bc span {
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.pg-title .content .bc span a {
  text-decoration: none;
  color: #000;
}
.pg-title .content .bc span a:hover {
  text-decoration: underline;
}
.pg-title .content .bc span .current {
  color: #858585;
}

.company {
  padding: 100px 30px;
}
.company .content {
  flex-direction: column;
}
.company .content .t {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.company .content .list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.company .content .list .kv {
  display: flex;
  padding: 24px 0;
  border-bottom: 2px solid #D9D9D9;
  position: relative;
}
.company .content .list .kv::before {
  content: "";
  height: 2px;
  width: 12.5%;
  min-width: 84px;
  background-color: #F2001D;
  border-radius: 10px;
  position: absolute;
  top: -2px;
}
.company .content .list .kv.fst {
  border-top: 2px solid #D9D9D9;
}
.company .content .list .kv.lst::after {
  content: "";
  height: 2px;
  width: 12.5%;
  min-width: 84px;
  background-color: #F2001D;
  border-radius: 10px;
  position: absolute;
  bottom: -2px;
}
.company .content .list .kv .k {
  flex: 1;
  display: flex;
  position: relative;
  min-width: 100px;
}
.company .content .list .kv .k .kt {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.company .content .list .kv .v {
  flex: 7;
  display: flex;
  padding-left: 20px;
}
.company .content .list .kv .v .vt {
  line-height: 2;
  letter-spacing: 1px;
}
.company .content .list .kv .v .vt .red {
  color: #F2001D;
  font-weight: 500;
}

.access {
  padding: 100px 30px;
  background-color: #F0F0F0;
}
.access .content {
  flex-direction: column;
}
.access .content .t {
  font-weight: 500;
  font-size: 2rem;
  padding-bottom: 30px;
  border-bottom: 2px solid #D9D9D9;
  width: 100%;
  text-align: left;
  margin-bottom: 60px;
  position: relative;
}
.access .content .t::after {
  content: "";
  height: 2px;
  width: 12.5%;
  min-width: 84px;
  background-color: #F2001D;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.access .content .map-group {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.access .content .map-group .map-c {
  flex: 1;
}
.access .content .map-group .map-c iframe {
  max-height: 300px;
  width: 100%;
}
.access .content .map-group .text-c {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.access .content .map-group .text-c .vt-c {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.access .content .map-group .text-c .vt-c .vt {
  line-height: 2;
  font-size: 1.2rem;
}
.access .content .map-group .text-c .vt-c .vt .red {
  color: #F2001D;
}
.access .content .map-group .text-c .btn-c {
  display: flex;
  justify-content: flex-end;
}
.access .content .map-group .text-c .btn-c .mp-btn {
  background-color: transparent;
  color: #F2001D;
  border: 2px solid #F2001D;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 60px;
  gap: 16px;
  border-radius: 40px;
  width: 50%;
  min-width: 240px;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.access .content .map-group .text-c .btn-c .mp-btn img {
  max-width: 24px;
  position: absolute;
  right: 12px;
}
.access .content .map-group .text-c .btn-c .mp-btn img.b-red {
  display: flex;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.access .content .map-group .text-c .btn-c .mp-btn img.b-white {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.access .content .map-group .text-c .btn-c .mp-btn:hover {
  background-color: #F2001D;
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.access .content .map-group .text-c .btn-c .mp-btn:hover img.b-red {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.access .content .map-group .text-c .btn-c .mp-btn:hover img.b-white {
  display: flex;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.cta-red {
  padding: 100px 30px;
  background-color: #F2001D;
}
.cta-red .content {
  display: flex;
  gap: 40px;
}
.cta-red .content .dv {
  height: 100%;
  width: 2px;
  background-color: #fff;
  margin: 0 40px;
}
.cta-red .content .box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}
.cta-red .content .box.scd .img-c img {
  max-width: 48px;
}
.cta-red .content .box .t {
  font-size: 2rem;
  font-weight: 500;
}
.cta-red .content .box .st {
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 1.2rem;
}
.cta-red .content .box .img-c {
  background-color: #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
}
.cta-red .content .box .img-c:hover {
  transform: scale(1.08);
  transition: transform 0.2s ease;
}
.cta-red .content .box .img-c img {
  max-width: 30px;
}

.footer {
  display: flex;
  justify-content: center;
  background-color: #2A2A2A;
  padding: 100px 30px;
}
.footer .wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
}
.footer .wrapper .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer .wrapper .content .ft-links {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-bottom: 30px;
  gap: 14px;
}
.footer .wrapper .content .ft-links .link {
  list-style-type: none;
}
.footer .wrapper .content .ft-links .link a {
  text-decoration: none;
  color: #fff;
}
.footer .wrapper .content .info {
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.footer .wrapper .content .insta img {
  max-width: 40px;
}

.cp {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 850px) {
  section .wrapper .content .s-head {
    margin-bottom: 60px;
  }
  section .wrapper .content .s-head .s-top .c {
    width: 12px;
    height: 12px;
  }
  section .wrapper .content .s-head .s-top .ct {
    font-size: 1rem;
  }
  section .wrapper .content .s-head .t {
    font-size: 1.6rem;
  }
  .header {
    padding: 10px;
  }
  .header .hc .left img {
    max-width: 140px;
  }
  .header .hc .right {
    display: none;
  }
  .pg-title .content .bc span {
    font-size: 0.8rem;
  }
  .company {
    padding: 60px 20px;
  }
  .company .content .t {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .company .content .list .kv .k .kt,
  .company .content .list .kv .v .vt {
    font-size: 0.9rem;
  }
  .access {
    padding: 60px 20px;
  }
  .access .content .t {
    font-size: 1.6rem;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .access .content .map-group .text-c .vt-c .vt {
    font-size: 1rem;
  }
  .access .content .map-group .text-c .btn-c .mp-btn {
    width: 100%;
    font-size: 0.9rem;
  }
  .cta-red {
    padding: 60px 20px;
  }
  .cta-red .content {
    flex-direction: column;
  }
  .cta-red .content .dv {
    width: 100%;
    height: 1px;
    margin: 0;
  }
  .cta-red .content .box .t {
    font-size: 1.6rem;
  }
  .cta-red .content .box .st {
    font-size: 0.9rem;
  }
  .cta-red .content .box .img-c {
    width: 50px;
    height: 50px;
  }
  .cta-red .content .box .img-c img {
    max-width: 20px;
  }
  .cta-red .content .box.scd .img-c img {
    max-width: 30px;
  }
  .footer {
    padding: 60px 20px;
  }
  .footer .wrapper .content {
    font-size: 0.9rem;
  }
  .footer .wrapper .content .insta img {
    max-width: 30px;
  }
  .cp {
    padding: 12px 0;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 500px) {
  .access .content .map-group {
    flex-direction: column;
    gap: 20px;
  }
  .access .content .map-group .text-c .vt-c {
    gap: 10px;
    margin-bottom: 24px;
  }
}

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