@charset "UTF-8";
/* ==========================================================================//
//
// 会社概要
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.sec_ttl {
  text-align: center;
}
.sec_ttl .jp {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  padding-left: 0.8em;
}
@media all and (min-width: 751px) {
  .sec_ttl .jp {
    font-size: 13px;
  }
}
.sec_ttl .jp::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d63032;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 4px;
}
@media all and (min-width: 751px) {
  .sec_ttl .jp::before {
    width: 6px;
  }
}
.sec_ttl .en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #d63032;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    font-size: 74px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_ttl .en {
    font-size: 60px;
  }
}

/* outline
---------------------------------------------------------- */
.sec_outline {
  padding-top: 45px;
}
@media all and (min-width: 751px) {
  .sec_outline {
    background-image: url(../images/company/about/bg_wave01_pc.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 8%;
    padding-top: 100px;
  }
}
.sec_outline .container {
  background-color: rgba(255, 247, 240, 0.7);
  border: 1px solid #c1bbb5;
  border-radius: 6px;
  padding: 40px 20px;
}
@media all and (min-width: 751px) {
  .sec_outline .container {
    border-radius: 10px;
  }
}
@media all and (min-width: 751px) {
  .sec_outline .container {
    padding: 64px 80px;
  }
}
.sec_outline .outline_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  font-size: 14px;
  padding-bottom: 25px;
}
@media all and (min-width: 751px) {
  .sec_outline .outline_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 40px;
    font-size: 18px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_outline .outline_item {
    font-size: 15px;
  }
}
.sec_outline .outline_item:not(:last-child) {
  border-bottom: 1px solid #c1bbb5;
  margin-bottom: 25px;
}
@media all and (min-width: 751px) {
  .sec_outline .outline_item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 751px) {
  .sec_outline .outline_item .heading {
    width: 100px;
  }
}
.sec_outline .outline_item .content {
  letter-spacing: 0.03em;
  line-height: 1.85;
}
@media all and (min-width: 751px) {
  .sec_outline .outline_item .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2;
  }
}
.sec_outline .outline_item .content p:not(:last-child) {
  margin-bottom: 1em;
}
@media (hover: hover) {
  .sec_outline .outline_item .content a {
    background-image: -webkit-gradient(linear, left top, right top, from(#2e2725), to(#2e2725));
    background-image: linear-gradient(90deg, #2e2725, #2e2725);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.4s;
    transition: background-size 0.4s;
  }
  .sec_outline .outline_item .content a:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
.sec_outline .outline_item .content .map {
  aspect-ratio: 295/200;
}
@media all and (min-width: 751px) {
  .sec_outline .outline_item .content .map {
    aspect-ratio: 863/450;
  }
}
.sec_outline .outline_item .content .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* history
---------------------------------------------------------- */
.sec_history {
  background-image: url(../images/company/about/bg_wave02_sp.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top 20px;
  padding-bottom: 55px;
  margin-top: 60px;
}
@media all and (min-width: 751px) {
  .sec_history {
    background-image: url(../images/company/about/bg_wave02_pc.svg);
    background-position: center top;
    padding-bottom: 138px;
    margin-top: 150px;
  }
}
.sec_history .container {
  background-color: rgba(255, 247, 240, 0.7);
  border: 1px solid #c1bbb5;
  border-radius: 6px;
  padding: 28px 20px 38px;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_history .container {
    border-radius: 10px;
  }
}
@media all and (min-width: 751px) {
  .sec_history .container {
    padding: 75px 6.9% 80px;
    margin-top: 30px;
  }
}
.sec_history .history_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 20px;
}
@media all and (min-width: 751px) {
  .sec_history .history_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px 22px;
  }
}
.sec_history .history_item:not(:last-child) {
  border-bottom: 1px solid #c1bbb5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_history .history_item:not(:last-child) {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
}
.sec_history .history_item .year,
.sec_history .history_item .month {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  font-size: 13px;
}
@media all and (min-width: 751px) {
  .sec_history .history_item .year,
  .sec_history .history_item .month {
    font-size: 16px;
  }
}
.sec_history .history_item .year span,
.sec_history .history_item .month span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  margin-right: 2px;
}
@media all and (min-width: 751px) {
  .sec_history .history_item .year span,
  .sec_history .history_item .month span {
    font-size: 32px;
  }
}
.sec_history .history_item .month_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media all and (min-width: 751px) {
  .sec_history .history_item .month_list {
    gap: 28px;
  }
}
.sec_history .history_item .month_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
@media all and (min-width: 751px) {
  .sec_history .history_item .month_item {
    gap: 24px;
  }
}
.sec_history .history_item .month_item .month {
  width: 42px;
}
@media all and (min-width: 751px) {
  .sec_history .history_item .month_item .month {
    width: 54px;
  }
}
.sec_history .history_item .month_item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.71;
}
@media all and (min-width: 751px) {
  .sec_history .history_item .month_item .content {
    font-weight: 500;
    font-size: 17px;
  }
}