@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: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #000000;
  font-feature-settings: "palt";
}

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.08em;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt";
}

.en {
  font-family: "Clash Display", sans-serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02em;
}

/* 会社概要
--------------------------------------------------*/
/* ページ内リンク
--------------------------------------------------*/
#pagelink {
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  #pagelink {
    padding-top: 60px;
  }
}

/* 代表メッセージ
--------------------------------------------------*/
#message {
  background-image: url(../img/company/company_img1.webp);
  background-size: cover;
}
#message .wrap_message {
  padding: 60px 0 120px;
  border-top: dashed 1px #C6D9E6;
}
@media screen and (max-width: 999px) {
  #message .wrap_message {
    padding: 30px 0 80px;
  }
}
#message .wrap_message .inner {
  max-width: 700px;
  margin-inline: auto;
}
#message .wrap_message .inner .center_sec_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  #message .wrap_message .inner .center_sec_ttl {
    margin-bottom: 30px;
  }
}
#message .wrap_message .inner .catch {
  font-size: clamp(3.2rem, 3.2vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #message .wrap_message .inner .catch {
    font-size: clamp(2.4rem, 6.15vw, 3.2rem);
  }
}
#message .wrap_message .inner .wrap_txt {
  margin-bottom: 30px;
}
#message .wrap_message .inner .wrap_txt p {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #message .wrap_message .inner .wrap_txt p {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
#message .wrap_message .inner .wrap_name {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
#message .wrap_message .inner .wrap_name .post {
  font-size: 1.4rem;
}
#message .wrap_message .inner .wrap_name .name {
  font-size: clamp(2.4rem, 2.4vw, 3rem);
  font-weight: 700;
}

/* 会社概要
--------------------------------------------------*/
#outline {
  padding: 100px 0 100px;
}
@media screen and (max-width: 999px) {
  #outline {
    padding: 60px 0 60px;
  }
}
#outline .wrap_outline .outline_table {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #outline .wrap_outline .outline_table {
    border-radius: 0;
  }
}
#outline .wrap_outline .outline_table .item {
  display: grid;
  grid-template-columns: minmax(26%, 254px) 1fr;
}
@media screen and (max-width: 999px) {
  #outline .wrap_outline .outline_table .item {
    grid-template-columns: 213px 1fr;
  }
}
@media screen and (max-width: 768px) {
  #outline .wrap_outline .outline_table .item {
    grid-template-columns: auto;
    margin-bottom: 25px;
  }
  #outline .wrap_outline .outline_table .item:last-child {
    margin: 0;
  }
}
#outline .wrap_outline .outline_table .item dt, #outline .wrap_outline .outline_table .item dd {
  border-bottom: solid 1px #C6D9E6;
}
#outline .wrap_outline .outline_table .item dt {
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #E9F1F6;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  #outline .wrap_outline .outline_table .item dt {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}
#outline .wrap_outline .outline_table .item dd {
  border-right: solid 1px #C6D9E6;
  padding: 25px 30px;
}
@media screen and (max-width: 999px) {
  #outline .wrap_outline .outline_table .item dd {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #outline .wrap_outline .outline_table .item dd {
    border: none;
    padding: 15px 15px 0;
  }
}
#outline .wrap_outline .outline_table .item:first-child dd {
  border-top: solid 1px #C6D9E6;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 768px) {
  #outline .wrap_outline .outline_table .item:first-child dd {
    border: none;
    border-radius: 0;
  }
}
#outline .wrap_outline .outline_table .item:last-child dt {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #outline .wrap_outline .outline_table .item:last-child dt {
    border-bottom: solid 1px #C6D9E6;
  }
}
#outline .wrap_outline .outline_table .item:last-child dd {
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 768px) {
  #outline .wrap_outline .outline_table .item:last-child dd {
    border-radius: 0;
  }
}
#outline .wrap_outline .outline_table .item .wrap_address {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 999px) {
  #outline .wrap_outline .outline_table .item .wrap_address {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6px;
    margin-bottom: 12px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #C6D9E6;
  }
  #outline .wrap_outline .outline_table .item .wrap_address:last-child {
    padding: 0;
    margin: 0;
    border: none;
  }
}
#outline .wrap_outline .outline_table .item .wrap_address .map_link {
  text-decoration: underline;
  transition: color 0.4s ease;
}
#outline .wrap_outline .outline_table .item .wrap_address .map_link:hover {
  color: #0CA0FF;
}

/* 沿革
--------------------------------------------------*/
#history {
  padding-bottom: 120px;
}
@media screen and (max-width: 999px) {
  #history {
    padding-bottom: 80px;
  }
}
#history .wrap_history {
  padding-top: 60px;
  border-top: dashed 1px #C6D9E6;
}
@media screen and (max-width: 768px) {
  #history .wrap_history {
    padding-top: 30px;
  }
}
#history .history_list {
  position: relative;
}
#history .history_list::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #C6D9E6;
  left: calc(134px + 7vw);
  top: 1.6rem;
  bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  #history .history_list::before {
    left: 5px;
    top: 1.2rem;
    bottom: 2.8em;
  }
}
#history .history_list .item {
  display: grid;
  grid-template-columns: 134px 1fr;
  align-items: start;
  -moz-column-gap: 14vw;
       column-gap: 14vw;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #history .history_list .item {
    grid-template-columns: auto;
    padding-left: 30px;
    row-gap: 8px;
    margin-bottom: 30px;
  }
}
#history .history_list .item:last-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 47.5px;
  border-left: 1px dashed #C6D9E6;
  left: calc(134px + 7vw);
  top: 17.5px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #history .history_list .item:last-child::before {
    height: 72px;
    left: 5px;
  }
}
#history .history_list .item .year {
  font-size: 3.2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #history .history_list .item .year {
    font-size: 2.4rem;
  }
}
#history .history_list .item .year::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 1px;
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
  right: calc(-7vw - 7.5px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #history .history_list .item .year::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  #history .history_list .item .year::before {
    left: -30px;
  }
}/*# sourceMappingURL=company.css.map */