@charset "UTF-8";
/*
* レイアウト
*/
#company {
  
}
#company .commonBgColor {
  width: 100%;
  background-color: #F5F9FF;
}


/*
* まえがき
*/
#preface {
  position: relative;
  margin: 0;
  padding: 0 0 100px 0;
}
#preface .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
#preface img.parts01 {
  display: block;
  width: 220px;
  margin: -60px 40px 0 0;
}
#preface h3.customSectionTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 378px;
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
}
#preface h3.customSectionTitle en {
  position: relative;
  margin: 0 0 0 100px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
#preface h3.customSectionTitle en::before {
  content: "";
  position: absolute;
  bottom: 0.5em;
  left: -100px;
  display: inline-block;
  width: 80px;
  height: 1px;
  margin-right: 8px;
  background-color: #465565;
}
#preface p {
  flex: 1;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
#preface  .wrap {
  position: relative;
  z-index: 2;
}


/*
* フルページロール
*/
#philosophy {
  margin: 0;
  padding: 0;
  background-color: #F5F9FF;
}
#philosophy .page {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
}
#philosophy .wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  height: 100vh;
  margin: 0 auto;
  padding: 0;
}
#philosophy .body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  width: 50%;
  padding: 0 60px 0 0;
}
/* タイトル */
#philosophy .title {
  display: flex;
  align-items: last baseline;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  margin: 0 auto 40px auto;
  color: #1B74C1;
}
#philosophy .title en {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 60px;
  font-weight: 100;
  letter-spacing: 0.1em;
}
#philosophy .title strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
#philosophy p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
/* 写真 */
/* 画面中央から右端まで */
#philosophy .pict {
  position: relative;
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
}
#philosophy .pict img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 50vw;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  border-radius: 16px 0 0 0;
}


/*
* 京都電機器の魅力
*/
#features {
  margin: 0;
  padding: 100px 0;
  background: linear-gradient(90deg, #32A5ED 0%, #1A74C1 100%);
}
#features .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
/* タイトル */
#features .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
#features .title en {
  font-family: 'Red Hat Display', sans-serif;
  color: #1B74C1;
  font-size: 12px;
  font-weight: 700;
}
#features p.comment {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
/* リスト */
#features ul.list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
  margin: 0 0 60px 0;
  padding: 0;
}
#features ul.list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 25px / 2);
  margin: 0;
  padding: 0;
}
#features ul.list li img.pict {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  border-radius: 8px;
}
#features ul.list li h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
#features ul.list li h4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-family: 'Red Hat Display', sans-serif;
  color: #1B74C1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #F5F9FF;
  border-radius: 9999px;
}
#features a.linkButtonArrow {
  width: 280px;
  max-width: 100%;
  padding-left: 40px;
}


/*
* 会社概要
*/
#outline {
  position: relative;
  width: 100vw;
  margin: 0;
  padding: 350px 0 0 0;
  background-color: #F5F9FF;
  overflow: hidden;
}
#outline .inner {
  position: relative;
  z-index: 1;
  transform: translateY(-200px);
  margin-bottom: -200px;
}
/* 背景・アーチ */
#outline .bgColor {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  z-index: 0;
}
#outline .bgColor::after {
  content: '';
  position: absolute;
  top: -250px;
  left: 80%;
  transform: translate(-50%, 0%);
  width: 500vw;
  height: 500vw;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 0;
}
/* タイトル */
#outline .title {
  display: flex;
  align-items: last baseline;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  margin: 0 auto 40px auto;
  color: #1B74C1;
}
#outline .title en {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 60px;
  font-weight: 100;
}
#outline .title strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
#outline .title .line {
  flex: 1;
  height: 24px;
  transform: translateY(20px);
  background-image: url(../img/line01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
/* テーブル */
#outline table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
#outline table tr {
  border-top: #DBE5F0 1px solid ;
}
#outline table tr:last-child {
  border-bottom: #DBE5F0 1px solid ;
}
#outline table th {
  width: 30%;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  background-color: #F5F9FF;
}
#outline table td {
  width: 70%;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  background-color: #FFFFFF;
}









/*
* スマホ用 
*/


@media screen and (max-width:992px){

  
  /*
  * まえがき
  */
  #preface {
    padding: 0 0 100px 0;
  }
  #preface .wrap {
    flex-direction: column;
    align-items: center;
  }
  #preface img.parts01 {
    display: none;
  }
  #preface h3.customSectionTitle {
    gap: 20px;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 28px;
  }


  /*
  * フルページロール
  */
  #philosophy {
    margin: 0;
    padding: 0;
  }
  #philosophy .page {
    height: auto;
    padding: 0 0 40px 0;
  }
  #philosophy .wrap {
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
  #philosophy .body {
    gap: 0px;
    width: 100%;
    padding: 0;
  }
  /* タイトル */
  #philosophy .title {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin: 0 auto 40px auto;
  }
  #philosophy .title en {
    width: 100%;
    font-size: 32px;
  }
  #philosophy .title strong {
    display: block;
    font-size: 16px;
    font-weight: 400;
  }
  #philosophy p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }
  /* 写真 */
  /* 画面中央から右端まで */
  #philosophy .pict {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
  #philosophy .pict img {
    position: relative;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  /*
  * 京都電機器の魅力
  */
  #features {
    margin: 0;
    padding: 60px 0;
  }
  #features .wrap {
    padding: 40px 20px;
  }
  /* リスト */
  #features ul.list {
    flex-direction: column;
    gap: 25px;
    margin: 0 0 60px 0;
    padding: 0;
  }
  #features ul.list li {
    width: 100%;
  }
  #features ul.list li h4 {
    gap: 10px;
    font-size: 15px;
  }
  #features ul.list li h4 span {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }


  /*
  * 会社概要
  */
  #outline {
    position: relative;
    width: 100vw;
    margin: 0;
    padding: 350px 0 0 0;
    background-color: #F5F9FF;
    overflow: hidden;
  }
  #outline .inner {
    position: relative;
    z-index: 1;
    transform: translateY(-200px);
    margin-bottom: -200px;
  }
  /* 背景・アーチ */
  #outline .bgColor {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    z-index: 0;
  }
  #outline .bgColor::after {
    content: '';
    position: absolute;
    top: -250px;
    left: 80%;
    transform: translate(-50%, 0%);
    width: 500vw;
    height: 500vw;
    background-color: #FFFFFF;
    border-radius: 50%;
    z-index: 0;
  }
  /* タイトル */
  #outline .title {
    gap: 20px;
    margin: 0 auto 40px auto;
  }
  #outline .title en {
    font-size: 32px;
  }
  #outline .title strong {
    display: block;
    font-size: 16px;
    font-weight: 400;
  }
  #outline .title .line {
    display: none;
  }
  /* テーブル */
  #outline table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
  }
  #outline table tr {
    display: flex;
    flex-direction: column;
    border-top: #DBE5F0 1px solid ;
  }
  #outline table tr:last-child {
    border-bottom: #DBE5F0 1px solid ;
  }
  #outline table th {
    width: 100%;
  }
  #outline table td {
    width: 100%;
  }













}
