@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #1C1C1C;
}

.blue {
  color: #0069B5;
}

.l-blue {
  color: #0069B5;
}

.gray {
  color: #F8F8F8;
}

/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #1C1C1C;
  font-feature-settings: "halt";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1C1C1C;
  font-feature-settings: "halt";
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "halt";
}

html {
  font-size: 62.5%;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #1C1C1C;
  letter-spacing: 0.06em;
  font-feature-settings: "halt";
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.6rem;
  }
}

/* Noto Serif JP
--------------------------------------------------*/
.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* Noto Sans JP
--------------------------------------------------*/
.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* Noto Sans
--------------------------------------------------*/
.sans_en {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* Sorts Mill Goudy
--------------------------------------------------*/
.mill {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 企業情報ページ_共通
--------------------------------------------------*/
/* 経営理念
--------------------------------------------------*/
#about__philosophy {
  margin-top: 80px;
  padding: 60px 0;
  background-color: #F2F7FB;
}
@media screen and (min-width: 769px) {
  #about__philosophy {
    margin: 100px 1.428vw 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1400px) {
  #about__philosophy {
    margin: 100px 20px 0;
  }
}
#about__philosophy .philosophy_list {
  margin-top: 55px;
}
@media screen and (min-width: 769px) {
  #about__philosophy .philosophy_list {
    margin-top: 65px;
  }
}
#about__philosophy .philosophy {
  position: relative;
  background-color: white;
  border-left: 2px solid #0069B5;
  margin-top: 55px;
  padding: 40px 5.128vw;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px) {
  #about__philosophy .philosophy {
    padding: 50px 50px;
  }
}
#about__philosophy .philosophy_ttl {
  position: absolute;
  top: -15px;
  left: 5.128vw;
  font-family: "Sorts Mill Goudy", serif;
  color: #0069B5;
  font-size: 2.6rem;
  line-height: 100%;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #about__philosophy .philosophy_ttl {
    left: 20px;
  }
}
#about__philosophy .philosophy_ttl .jp {
  font-family: "Noto Serif JP", serif;
  color: #0069B5;
  font-size: 1.8rem;
  margin-left: 8px;
}
#about__philosophy .philosophy_big_txt {
  display: grid;
  row-gap: 5px;
}
@media screen and (min-width: 450px) {
  #about__philosophy .philosophy_big_txt {
    display: block;
  }
}
#about__philosophy .philosophy_big_txt .big_txt {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 3.125vw, 2.4rem);
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #about__philosophy .philosophy_big_txt .big_txt {
    font-size: clamp(2.8rem, 2.428vw, 3.4rem);
    margin-right: 20px;
  }
}
#about__philosophy .philosophy_big_txt .txt_block {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 3.125vw, 2.4rem);
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #about__philosophy .philosophy_big_txt .txt_block {
    font-size: clamp(2.8rem, 2.428vw, 3.4rem);
  }
}
#about__philosophy .philosophy_big_txt .en {
  display: inline-block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  #about__philosophy .philosophy_big_txt .en {
    font-size: clamp(2rem, 1.857vw, 2.6rem);
  }
}
#about__philosophy .philosophy_en_txt {
  font-family: "Sorts Mill Goudy", serif;
  font-size: clamp(1.7rem, 2.604vw, 2rem);
  font-weight: 400;
  line-height: 140%;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  #about__philosophy .philosophy_en_txt {
    font-size: 2.6rem;
  }
}
#about__philosophy .philosophy_three {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (min-width: 769px) {
  #about__philosophy .philosophy_three {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#about__philosophy .philosophy_three:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#about__philosophy .philosophy_three .philosophy_en_txt {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 180%;
  margin-top: 6px;
}
#about__philosophy .philosophy_small_txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 24px;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  #about__philosophy .philosophy_small_txt {
    font-size: 1.6rem;
  }
}

/* 会社概要
--------------------------------------------------*/
#about__company {
  padding-top: 80px;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  #about__company {
    padding-top: 100px;
    margin-bottom: 120px;
  }
}
#about__company .company_list {
  margin-top: 40px;
}
#about__company .company {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 2.142vw 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (min-width: 1400px) {
  #about__company .company {
    padding: 0 30px 30px;
  }
}
#about__company .company_ttl {
  width: 60px;
  color: #0069B5;
  line-height: 180%;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #about__company .company_ttl {
    width: 160px;
  }
}
@media screen and (min-width: 1400px) {
  #about__company .company_ttl {
    width: 130px;
  }
}
#about__company .company_txt {
  width: calc(100% - 100px);
  line-height: 180%;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #about__company .company_txt {
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1400px) {
  #about__company .company_txt {
    width: calc(100% - 130px);
  }
}
#about__company .company_txt_wrap {
  width: calc(100% - 100px);
}
@media screen and (min-width: 769px) {
  #about__company .company_txt_wrap {
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1400px) {
  #about__company .company_txt_wrap {
    width: calc(100% - 130px);
  }
}
#about__company .company_txt_wrap .list_txt {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 180%;
  font-weight: 500;
}
#about__company .company_txt_wrap .txt_block {
  display: inline-block;
  line-height: 180%;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  #about__company .company_txt_wrap .txt_block {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=about.css.map */