@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     company


============================================================================= */
.submv2ttl {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.business {
  position: relative;
}

.business-img {
  border-radius: 50%;
  bottom: -200px;
  max-width: 280px;
  overflow: hidden;
  position: relative;
  position: absolute;
  right: calc((100vw - 1366px) / 2);
}

.business-img:before {
  background: #84cdf1;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.greed {
  margin: 100px auto 0;
}

.greed-container {
  background: #e5e5e5;
  padding: 80px 240px 80px;
  position: relative;
}

.greed-container:before {
  background: transparent url(../asset/images/company/greet-bg.svg) no-repeat top center/cover;
  bottom: 0;
  content: "";
  height: 60%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.greed-txt {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.greed-name {
  margin-top: 20px;
  position: relative;
  text-align: right;
  z-index: 2;
}

.greed-img {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 300px;
}

.about {
  margin-top: 120px;
}

.about-contents {
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
  max-width: 920px;
}

.about-ttl {
  font-weight: bold;
  margin-top: 30px;
}

.about-list {
  margin-top: 40px;
}

.about-item {
  gap: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-item + .about-item {
  margin-top: 1em;
}

.about-item dt {
  min-width: 5em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 5em;
}

.about-item dd {
  width: calc(100% - 7em);
}

.about-box {
  margin-top: 100px;
}

.about-box + .about-box {
  margin-top: 60px;
}

.about-boxttl {
  border-bottom: 1px solid #000;
}

.about-boxttl span {
  background: #005fae;
  color: #fff;
  display: inline-block;
  font-size: 2.6rem;
  padding: 0 0.5em;
}

.about-boxtxt {
  font-size: 2rem;
  margin-bottom: 18px;
  margin-top: 24px;
}

.about-boxspan {
  font-size: 1.8rem;
  line-height: 2.22222;
  padding-left: 1em;
  text-indent: -1em;
}

.about-imglist {
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.about-img {
  width: 50%;
}

.map {
  margin-top: 80px;
}

.map-iframe {
  margin-top: 20px;
}

.map-iframe iframe {
  width: 100%;
}

@media (max-width: 1148px){
  .business-img {
    bottom: -40px;
    right: 0;
  }
  .greed-container {
    padding: 80px 80px 80px;
  }
}

@media (max-width: 767px){
  .submv2ttl {
    font-size: 1.5rem;
  }
  .business-img {
    bottom: 0;
    right: 0;
    top: auto;
    width: 180px;
  }
  .greed {
    margin-top: 50px;
  }
  .greed-container {
    margin-left: -16px;
    padding: 40px 24px;
    width: calc(100% + 16px * 2);
  }
  .greed-img {
    display: none;
  }
  .about {
    margin-top: 40px;
  }
  .about-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-boxttl span {
    font-size: 2rem;
  }
  .about-boxtxt {
    font-size: 1.4rem;
  }
  .about-boxspan {
    font-size: 1.5rem;
  }
  .about-imglist {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .about-img {
    margin: auto;
    max-width: 480px;
    width: 100%;
  }
  .map {
    margin-top: 60px;
  }
}


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