@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000F08;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
}

.en {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}

/* 企業情報
--------------------------------------------------*/
/* 代表メッセージ
--------------------------------------------------*/
#message {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #message {
    padding: 60px 0;
  }
}
#message .wrap_about_message .content_row {
  display: flex;
  align-items: flex-start;
  gap: clamp(40px, 8.4vw, 100px);
}
@media screen and (max-width: 999px) {
  #message .wrap_about_message .content_row {
    flex-direction: column;
    gap: 40px;
  }
}
#message .wrap_about_message .content_row > .c-section-ttl {
  flex: 0 0 auto;
  width: 291px;
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  #message .wrap_about_message .content_row > .c-section-ttl {
    width: 100%;
  }
}
#message .wrap_about_message .body_col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#message .wrap_about_message .main_col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
#message .wrap_about_message .catch {
  margin: 0;
  font-size: clamp(2.4rem, 2.85vw, 3.4rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000F08;
}
#message .wrap_about_message .txt p {
  margin-bottom: 16px;
}
#message .wrap_about_message .txt p:last-child {
  margin-bottom: 0;
}
#message .wrap_about_message .president_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  width: min(200px, 100%);
  gap: 10px;
}
@media screen and (max-width: 449px) {
  #message .wrap_about_message .president_wrap {
    width: 100%;
    gap: 15px;
  }
}
#message .wrap_about_message .sign {
  display: flex;
  flex-direction: column;
}
#message .wrap_about_message .role, #message .wrap_about_message .name {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
}
#message .wrap_about_message .name {
  font-size: 2.4rem;
}
#message .wrap_about_message .president_banner {
  width: 100%;
  line-height: 0;
}
@media screen and (max-width: 449px) {
  #message .wrap_about_message .president_banner {
    max-width: 240px;
    margin-inline: auto;
    line-height: 0;
  }
}
#message .wrap_about_message .president_banner a {
  display: block;
  transition: opacity 0.28s ease;
}
#message .wrap_about_message .president_banner a:hover {
  opacity: 0.6;
}
#message .wrap_about_message .president_banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* 会社概要
--------------------------------------------------*/
#outline {
  background: #EDF3FD;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #outline {
    padding: 60px 0;
  }
}
#outline .wrap_about_outline .content_row {
  display: flex;
  align-items: flex-start;
  gap: clamp(40px, 8.4vw, 100px);
}
@media screen and (max-width: 999px) {
  #outline .wrap_about_outline .content_row {
    flex-direction: column;
    gap: 40px;
  }
}
#outline .wrap_about_outline .content_row > .c-section-ttl {
  flex: 0 0 auto;
  width: 239px;
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  #outline .wrap_about_outline .content_row > .c-section-ttl {
    width: 100%;
  }
}
#outline .wrap_about_outline .info_list {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  border-top: 1px solid #C6D2E6;
}
#outline .wrap_about_outline .info_item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #C6D2E6;
}
@media screen and (max-width: 768px) {
  #outline .wrap_about_outline .info_item {
    flex-direction: column;
  }
}
#outline .wrap_about_outline .term {
  flex: 0 0 auto;
  width: 250px;
  max-width: 100%;
  padding: 20px 0 20px clamp(20px, 4.2vw, 50px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #outline .wrap_about_outline .term {
    width: 100%;
    padding-bottom: 12px;
  }
}
#outline .wrap_about_outline .desc {
  flex: 1 1 0;
  padding: 20px 20px 20px clamp(20px, 4.2vw, 50px);
}
@media screen and (max-width: 768px) {
  #outline .wrap_about_outline .desc {
    padding-top: 0;
  }
}
#outline .wrap_about_outline .desc a {
  color: #2F5BFF;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.28s ease;
}
#outline .wrap_about_outline .desc a:hover {
  opacity: 0.6;
}
#outline .wrap_about_outline .desc .txt {
  margin: 0;
}
#outline .wrap_about_outline .desc .business_txt {
  margin-bottom: 10px;
}
#outline .wrap_about_outline .desc .business_txt:last-child {
  margin-bottom: 0;
}
#outline .wrap_about_outline .desc .note-right {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 1.4rem;
}
#outline .wrap_about_outline .badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
#outline .wrap_about_outline .badge {
  flex-shrink: 0;
  line-height: 0;
}
#outline .wrap_about_outline .badge img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 63px;
  -o-object-fit: contain;
     object-fit: contain;
}
#outline .wrap_about_outline .badge.-isms img {
  max-height: 58px;
}
#outline .wrap_about_outline .badge.-privacy img {
  max-height: 58px;
}
#outline .wrap_about_outline .badge.-white img {
  max-height: 63px;
}

/* 拠点情報
--------------------------------------------------*/
#location {
  background: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #location {
    padding: 60px 0;
  }
}
#location .wrap_about_location .content_row {
  display: flex;
  align-items: flex-start;
  gap: clamp(40px, 8.4vw, 100px);
}
@media screen and (max-width: 999px) {
  #location .wrap_about_location .content_row {
    flex-direction: column;
    gap: 40px;
  }
}
#location .wrap_about_location .content_row > .c-section-ttl {
  flex: 0 0 auto;
  width: 281px;
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  #location .wrap_about_location .content_row > .c-section-ttl {
    width: 100%;
  }
}
#location .wrap_about_location .offices {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 999px) {
  #location .wrap_about_location .offices {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
  }
}
#location .wrap_about_location .office_card:first-of-type {
  padding-bottom: 40px;
}
#location .wrap_about_location .office_card:last-of-type {
  padding-top: 40px;
}
#location .wrap_about_location .map_wrap + .detail {
  margin-top: 20px;
}
#location .wrap_about_location .map_wrap {
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
  height: 300px;
  background: #e8edf5;
}
@media screen and (max-width: 768px) {
  #location .wrap_about_location .map_wrap {
    height: 200px;
  }
}
#location .wrap_about_location .map {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#location .wrap_about_location .name {
  margin: 0;
  font-size: clamp(2.4rem, 2.5vw, 3rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #2F5BFF;
}
#location .wrap_about_location .postal,
#location .wrap_about_location .addr {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000F08;
}
#location .wrap_about_location .access {
  margin-top: 15px;
}
#location .wrap_about_location .access p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000F08;
}
#location .wrap_about_location .maplink {
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #2F5BFF;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: opacity 0.3s ease;
}
#location .wrap_about_location .maplink:hover {
  opacity: 0.6;
}
#location .wrap_about_location .divider {
  margin: 0;
  border: 0;
  height: 1px;
  background: #EFF2F6;
}

/* 沿革
--------------------------------------------------*/
#history {
  background: #EDF3FD;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #history {
    padding: 60px 0;
  }
}
#history .wrap_about_history .content_row {
  display: flex;
  align-items: flex-start;
  gap: clamp(40px, 8.4vw, 100px);
}
@media screen and (max-width: 999px) {
  #history .wrap_about_history .content_row {
    flex-direction: column;
    gap: 40px;
  }
}
#history .wrap_about_history .content_row > .c-section-ttl {
  flex: 0 0 auto;
  width: 281px;
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  #history .wrap_about_history .content_row > .c-section-ttl {
    width: 100%;
  }
}
#history .wrap_about_history .timeline {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 999px) {
  #history .wrap_about_history .timeline {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
  }
}
#history .wrap_about_history .history_list {
  --history-year-col: 134px;
  --history-col-gap: clamp(40px, 14vw, 120px);
  --history-rail-x: calc(var(--history-year-col) + var(--history-col-gap) * 0.5);
  --history-item-gap: 40px;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #history .wrap_about_history .history_list {
    --history-item-gap: 30px;
    --history-m-line-start: clamp(15px, calc(0.5 * 2.4rem + 5px), 28px);
  }
}
#history .wrap_about_history .history_item {
  margin-bottom: var(--history-item-gap);
  position: relative;
}
@media screen and (min-width: 769px) {
  #history .wrap_about_history .history_item {
    display: grid;
    grid-template-columns: var(--history-year-col) minmax(0, 1fr);
    align-items: center;
    -moz-column-gap: var(--history-col-gap);
         column-gap: var(--history-col-gap);
  }
}
@media screen and (max-width: 768px) {
  #history .wrap_about_history .history_item {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 8px;
    align-items: flex-start;
  }
  #history .wrap_about_history .history_item > .rail {
    flex: 0 0 28px;
    width: 28px;
    align-self: center;
  }
  #history .wrap_about_history .history_item > .year {
    flex: 1 1 calc(100% - 40px);
    min-width: 0;
  }
  #history .wrap_about_history .history_item > .txt,
  #history .wrap_about_history .history_item > .item_body {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
  }
  #history .wrap_about_history .history_item:not(:first-child)::before {
    content: none;
  }
}
#history .wrap_about_history .history_item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: var(--history-rail-x);
  z-index: 0;
  top: 0;
  width: 1px;
  height: 50%;
  background: #C6D2E6;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #history .wrap_about_history .history_item:not(:first-child)::before {
    display: none;
  }
}
#history .wrap_about_history .history_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: var(--history-rail-x);
  z-index: 0;
  top: 50%;
  width: 1px;
  height: calc(50% + var(--history-item-gap));
  background: #C6D2E6;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #history .wrap_about_history .history_item:not(:last-child)::after {
    left: 14px;
    transform: translateX(-50%);
    top: var(--history-m-line-start);
    height: auto;
    bottom: calc(-1 * var(--history-item-gap) - 10px);
  }
}
#history .wrap_about_history .history_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #history .wrap_about_history .history_item:last-child::before {
    display: none;
  }
}
#history .wrap_about_history .history_item:last-child::after {
  content: "";
  position: absolute;
  left: var(--history-rail-x);
  z-index: 1;
  top: calc(50% + 7.5px);
  width: 0;
  height: 23px;
  border-left: 1px dashed #C6D2E6;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #history .wrap_about_history .history_item:last-child::after {
    top: 17px;
    left: 14px;
  }
}
#history .wrap_about_history .rail {
  display: none;
}
@media screen and (max-width: 768px) {
  #history .wrap_about_history .rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 0;
    z-index: 0;
  }
  #history .wrap_about_history .rail::before {
    content: "";
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background: linear-gradient(49deg, #3FC8FF 0%, #4FB6FF 20%, #5C8BFF 40%, #5E6AF0 60%, #3F56D8 80%, #214EC7 100%);
  }
  #history .wrap_about_history .rail::after {
    content: none;
  }
}
#history .wrap_about_history .year {
  display: block;
  margin: 0;
  font-weight: 700;
  color: #2F5BFF;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  z-index: 2;
}
#history .wrap_about_history .year.en {
  font-weight: 700;
}
#history .wrap_about_history .year::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 1px;
  background: linear-gradient(49deg, #3FC8FF 0%, #4FB6FF 20%, #5C8BFF 40%, #5E6AF0 60%, #3F56D8 80%, #214EC7 100%);
  left: var(--history-rail-x);
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #history .wrap_about_history .year::before {
    content: none;
  }
}
@media screen and (max-width: 449px) {
  #history .wrap_about_history .year {
    white-space: normal;
  }
}
#history .wrap_about_history .ym_y {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #history .wrap_about_history .ym_y {
    font-size: 2.4rem;
  }
}
#history .wrap_about_history .ym_dot {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #history .wrap_about_history .ym_dot {
    font-size: 2.2rem;
  }
}
#history .wrap_about_history .ym_mo {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #history .wrap_about_history .ym_mo {
    font-size: 2rem;
  }
}
#history .wrap_about_history .txt {
  font-weight: 500;
}
#history .wrap_about_history .item_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
#history .wrap_about_history .item_body .txt {
  margin: 0;
}/*# sourceMappingURL=about-us.css.map */