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


/*
* まえがき
*/
#preface {
  position: relative;
  margin: 0;
  padding: 0 0 40px 0;
}
#preface .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0;
}
#preface img.pict {
  position: relative;
  z-index: 1;
  width: 590px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
}
#preface .body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(100% - 590px + 60px);
  margin: 0 0 0 -60px;
  padding: 0;
}
#preface .body .message {
  margin: 0;
  padding: 30px 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
#preface .body .message img {
  width: 100%;
}
#preface .body .sign {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}


/*
* メッセージ
*/
#message {
  position: relative;
  margin: 0;
  padding: 0;
}
#message .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 60px 0 80px 0;
}
#message .bgBlue {
  width: 100%;
  background-color: #F5F9FF;
}
#message .bgBlue .wrap {
  padding: 80px 0 60px 0;
}
#message h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 40px 0;
}
#message p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
/* 写真 */
#message .picts {
  display: flex;
  align-items: center;
  gap: 128px;
  margin: 0 0 40px 0;
  padding: 0;
}
#message .picts img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
#message .picts img:nth-child(1) {
  width: 598px;
  max-width: calc(60% - 64px);
}
#message .picts img:nth-child(2) {
  width: 342px;
  max-width: calc(40% - 64px);
}


/*
* 魅力リスト
*/
#charmList {
  margin: 0;
  padding: 0 0 100px 0;
}
/* リスト */
#charmList ul {
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin: 0;
  padding: 30px 0;
}
#charmList ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* テキスト部分 */
#charmList ul .body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(50% + 120px);
  margin: 0;
  padding: 60px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
#charmList ul .body h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
#charmList ul .body h4 span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Red Hat Display', sans-serif;
  color: #1B74C1;
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
}
#charmList ul .body h4 span en {
  font-size: 12px;
  font-weight: 700;
}
#charmList ul .body p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
/* 写真 */
#charmList ul .pict {
  position: relative;
  aspect-ratio: 879/673;
  width: calc(50% - 0px);
  margin: 0;
  padding: 0;
  z-index: 1;
}
#charmList ul .pict img {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translate(0, -50%);
  width: calc(100% + 60px);
  border-radius: 8px;
}
/* 順序 */
#charmList ul li:nth-child(2n) .body {
  order: 2;
}
#charmList ul li:nth-child(2n) .pict {
  order: 1;
}
#charmList ul li:nth-child(2n) .pict img {
  position: absolute;
  left: auto;
  right: -60px;
}




/*
* 京都電機器の魅力
*/
#products {
  margin: 0;
  padding: 100px 0;
  background: linear-gradient(90deg, #32A5ED 0%, #1A74C1 100%);
}
#products .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
/* タイトル */
#products .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #FFFFFF;
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
#products .title en {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 60px;
  font-weight: 100;
}
#products p.comment {
  margin: 0 0 40px 0;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
/* リスト */
#products ul.list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 25px;
  margin: 0 0 60px 0;
  padding: 0;
}
#products ul.list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 25px / 2);
  margin: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}
#products ul.list .pict {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  border-radius: 8px;
}
#products ul.list .pict span {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: -10px;
  padding: 15px 40px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background-color: #1B74C1;
  border-radius: 4px;
}
#products ul.list .pict img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 8px;
}
#products ul.list li h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
#products ul.list p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}


/*
* 会社概要
*/
#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 40px 0;
  }
  #preface .wrap {
    flex-direction: column;
    gap: 20px;
  }
  #preface img.pict {
    position: relative;
    z-index: 1;
    width: 590px;
    margin: 0;
    padding: 0;
    border-radius: 8px;
  }
  #preface .body {
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #preface .body .message {
    margin: 0;
    padding: 0;
  }
  #preface .body .message img {
    width: 100%;
  }
  #preface .body .sign {
    gap: 0px;
    font-size: 12px;
  }


  /*
  * メッセージ
  */
  #message {
    margin: 0;
    padding: 0;
  }
  #message .wrap {
    gap: 0px;
    padding: 30px 0;
  }
  #message h3 {
    font-size: 18px;
  }
  #message p {
    font-size: 15px;
  }
  /* 写真 */
  #message .picts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 0 0 40px 0;
  }
  #message .picts img {
    width: 100%;
    height: 100%;
  }
  #message .picts img:nth-child(1) {
    width: 70%;
    max-width: 70%;
    margin: 0 auto 0 0;
  }
  #message .picts img:nth-child(2) {
    width: 50%;
    max-width: 50%;
    margin: 0 0 0 auto;
  }












}
