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


     追加


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


     outline


============================================================================= */
.submv {
  background: transparent url(../asset/images/outline/mv.jpg) no-repeat top center/cover;
}

.main {
  background: #202020;
}

.greeting-content {
  margin: auto;
  max-width: 900px;
}

.greeting-contents {
  font-weight: 400;
  line-height: 1.77778;
  margin-top: 68px;
}

.greeting-txt {
  font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  margin-top: 48px;
  text-align: center;
}

.guide {
  background: #202020;
  color: #fff;
}

.guide:before {
  background: #404040;
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.guide-txt {
  font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  font-weight: bold;
  margin-top: 80px;
  text-align: center;
}

/* =============================================================================


     company


============================================================================= */
.company {
  color: #fff;
}

.company-contents {
  gap: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 80px;
}

.company-item {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
}

.company-item + .company-item {
  border-top: 1px solid #fff;
}

.company-item dt {
  font-weight: 400;
  line-height: 1.8;
}

.company-item dd {
  font-size: 2.8rem;
  font-weight: bold;
}

.company-img {
  margin-left: -7.5vw;
  width: 43vw;
}

.company-list {
  width: 43vw;
}

/* =============================================================================


     history


============================================================================= */
.history {
  color: #fff;
}

.history-list {
  border-bottom: 1px solid #fff;
  margin-top: 80px;
}

.history-item {
  gap: 2em;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
}

.history-item dt {
  min-width: 7em;
  width: 7em;
}

/* =============================================================================


     manege


============================================================================= */
.manege {
  color: #fff;
}

.manege-contents {
  gap: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto 0;
  max-width: 1080px;
}

.manege-img {
  width: calc(50% - 80px);
}

.manege-txtbox {
  width: 50%;
}

.manege-head {
  font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  font-weight: bold;
}

.manege-txt {
  font-size: 1.8rem;
  line-height: 1.77778;
  margin: 20px auto 0;
}

/* =============================================================================


     motto


============================================================================= */
.motto {
  background: #202020;
  color: #fff;
  position: relative;
}

.motto-list {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
}

.motto-item {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 44px 30px;
}

.motto-item-ttl {
  font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  font-weight: bold;
  position: relative;
  text-align: center;
}

.motto-item-ttl:before {
  background: #fff;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5em;
}

.motto-item-txt {
  font-weight: 400;
  line-height: 1.625;
  margin-top: 28px;
}

@media (max-width: 1228px){
  .guide-txt {
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
    margin-top: 60px;
  }
  .company-contents {
    gap: 40px;
    margin-top: 60px;
  }
  .company-item dd {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
  .company-img {
    margin-left: -24px;
    width: calc(30% + 24px);
  }
  .company-list {
    width: calc(70% - 40px);
  }
  .manege-head {
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  }
  .motto-list {
    gap: 20px;
    margin-top: 60px;
  }
  .motto-item {
    padding: 28px 20px;
  }
  .motto-item-ttl {
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  }
}

@media (max-width: 767px){
  .greeting-contents {
    margin-top: 40px;
  }
  .greeting-txt {
    font-size: 2rem;
    margin-top: 28px;
  }
  .guide-txt {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
    margin-top: 40px;
  }
  .company-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-item dd {
    font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  }
  .company-img {
    margin-left: -16px;
    width: 100%;
  }
  .company-list {
    width: 100%;
  }
  .history-list {
    margin-top: 40px;
  }
  .manege-contents {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .manege-img {
    width: 100%;
  }
  .manege-txtbox {
    margin: auto;
    max-width: 280px;
    width: 100%;
  }
  .manege-head {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
  .manege-txt {
    font-size: 1.4rem;
  }
  .motto-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
  .motto-item-ttl {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
}


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