@charset "UTF-8";
.smenu {
  mix-blend-mode: difference;
}

.company-mv {
  background: none;
  height: auto;
  padding: 160px 0 80px 0;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .company-mv {
    padding: 120px 0 60px 0;
  }
}

.under-ttl .eg {
  background: linear-gradient(90deg, #7E0002 0%, #C90019 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.15);
}
.under-ttl h1 {
  color: #000;
}

.ttl-com {
  font-weight: bold;
  font-size: clamp(20px, calc(1.3071895425vw + 14.9019607843px), 40px);
  font-family: Inter, sans-serif;
  display: inline-block;
  line-height: 1;
}
.ttl-com:first-letter {
  color: #D01126;
}
@media all and (max-width: 1280px) {
  .ttl-com {
    padding: 0;
  }
}

.com1 {
  width: calc(100% - 40px);
  margin-left: 20px;
  background: url("../images/com1.webp") center center/cover;
  aspect-ratio: 1867/611;
  max-height: 610px;
  margin-bottom: 100px;
}
@media all and (max-width: 1000px) {
  .com1 {
    aspect-ratio: unset;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .com1 {
    background: url("../images/com1-sp.webp") center center/cover;
    height: 300px;
    margin-bottom: 60px;
  }
}

.com2 .inner {
  padding: 0;
  max-width: 1280px;
  width: 90%;
}
.com2 .c-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 60px;
  font-size: 14px;
}
.com2 .img {
  overflow: hidden;
  margin-bottom: 10px;
}
.com2 .img img {
  transition: all 0.3s ease;
}
.com2 .nex {
  text-align: right;
  text-decoration: underline;
}
.com2 a {
  display: block;
  cursor: pointer;
}
.com2 a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  place-content: center;
  text-align: center;
}
.com2 a i img {
  display: inline-block;
  width: 48px;
}
.com2 a:hover img {
  transform: scale(1.05);
}
@media all and (max-width: 1000px) {
  .com2 .inner {
    padding: 0 40px;
    width: 100%;
  }
  .com2 .c-3 {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
    gap: 20px 0;
  }
  .com2 .bx {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0 20px;
    align-items: center;
  }
  .com2 .mdb {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    max-width: 100%;
    background: white;
    padding: 20px;
  }
  .com2 .mdb .img {
    max-width: 40%;
    margin: 0 auto;
  }
  .com2 .img {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .com2 .inner {
    padding: 0 20px;
  }
  .com2 .bx {
    display: block;
    margin-bottom: 30px;
  }
  .com2 .bx:last-of-type {
    margin-bottom: 0;
  }
  .com2 .mdb {
    background: none;
    padding: 0;
  }
  .com2 .mdb .img {
    max-width: 100%;
  }
  .com2 .txt {
    margin-top: 16px;
    line-height: 1.6;
  }
}

.com3 {
  margin-top: 100px;
}
.com3 .inner {
  padding: 0;
  max-width: 1600px;
  width: 90%;
}
.com3 .top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.com3 .txt {
  margin-top: 60px;
}
.com3 .txt .fb {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.com3 .r {
  margin-right: calc(92% - 50vw);
}
.com3 .map {
  position: relative;
  width: 100%;
  padding-top: 75%; /* = height ÷ width × 100 */
}
.com3 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.com3 .info {
  max-width: 1300px;
  margin: -20px auto 0 auto;
  background: white;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  padding: 30px 60px;
}
.com3 .info .line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #D9D9D9;
  box-sizing: border-box;
  padding: 16px 0;
}
.com3 .info .line:last-of-type {
  border: none;
}
.com3 .info .ttl {
  font-weight: bold;
}
@media all and (max-width: 1000px) {
  .com3 .inner {
    width: 100%;
    padding: 0 40px;
  }
  .com3 .top {
    grid-template-columns: repeat(1, 1fr);
  }
  .com3 .txt {
    margin-top: 30px;
    padding-left: 0;
  }
  .com3 .r {
    margin-top: 40px;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    margin-right: 0;
  }
  .com3 .map {
    padding-top: 55%; /* = height ÷ width × 100 */
  }
  .com3 .info {
    margin: -10px auto 0 auto;
    padding: 20px 20px;
  }
  .com3 .info .line {
    display: grid;
    grid-template-columns: 250px 1fr;
  }
}
@media all and (max-width: 767px) {
  .com3 {
    margin-top: 80px;
  }
  .com3 .inner {
    padding: 0 20px;
  }
  .com3 .txt {
    margin-top: 20px;
  }
  .com3 .txt .fb {
    font-size: 16px;
  }
  .com3 .info {
    border-radius: 4px;
    padding: 10px 20px;
  }
  .com3 .info .line {
    display: block;
    padding: 16px 0;
  }
  .com3 .info .txt {
    font-size: 14px;
  }
}

/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: 92vh;
  max-width: 800px;
  padding: 12px;
  width: 92%;
  position: relative;
}
@media all and (max-width: 767px) {
  .modal-container {
    padding: 0;
  }
}

.modal-header {
  text-align: right;
}

.modal-close {
  background: transparent;
  border: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  top: -20px;
}
@media all and (max-width: 767px) {
  .modal-close {
    width: 30px;
    height: 30px;
    right: -10px;
    top: -10px;
  }
}

.modal-open {
  display: block;
  margin: 100px auto;
}

.box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

.box02 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

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